@charset "utf-8";
@font-face {
			font-family: "ArsenalRegular";
			src: url("../fonts/ArsenalRegular/ArsenalRegular.eot");
			src: url("../fonts/ArsenalRegular/ArsenalRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ArsenalRegular/ArsenalRegular.woff") format("woff"),
			url("../fonts/ArsenalRegular/ArsenalRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "ArsenalItalic";
			src: url("../fonts/ArsenalItalic/ArsenalItalic.eot");
			src: url("../fonts/ArsenalItalic/ArsenalItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ArsenalItalic/ArsenalItalic.woff") format("woff"),
			url("../fonts/ArsenalItalic/ArsenalItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "ArsenalBold";
			src: url("../fonts/ArsenalBold/ArsenalBold.eot");
			src: url("../fonts/ArsenalBold/ArsenalBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ArsenalBold/ArsenalBold.woff") format("woff"),
			url("../fonts/ArsenalBold/ArsenalBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "ArsenalBoldItalic";
			src: url("../fonts/ArsenalBoldItalic/ArsenalBoldItalic.eot");
			src: url("../fonts/ArsenalBoldItalic/ArsenalBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ArsenalBoldItalic/ArsenalBoldItalic.woff") format("woff"),
			url("../fonts/ArsenalBoldItalic/ArsenalBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
	@font-face {
			font-family: "RobotoRegular";
			src: url("../fonts/RobotoRegular/RobotoRegular.eot");
			src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
			url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoLight";
			src: url("../fonts/RobotoLight/RobotoLight.eot");
			src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
			url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
			url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoMedium";
			src: url("../fonts/RobotoMedium/RobotoMedium.eot");
			src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
			url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
			url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoBold";
			src: url("../fonts/RobotoBold/RobotoBold.eot");
			src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
			url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button {
	overflow: visible;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.form-inline-input {
	color: #666;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	height: 31px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding: 0 15px;
}

@media (max-width:1023px) {
	.form-inline-input {
		font-size: 13px;
	}
}

@media (min-width:1681px) {
	.form-inline-input {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.form-inline-input {
		font-size: 21px;
	}
}

@media (min-width:1681px) {
	.form-inline-input {
		height: 37.2px;
	}
}

@media (min-width:2201px) {
	.form-inline-input {
		height: 46.5px;
	}
}

.form-inline-input::-webkit-input-placeholder {
	color: #333;
}

.form-inline-input:-moz-placeholder,.form-inline-input::-moz-placeholder {
	color: #333;
}

.form-inline-input:-ms-input-placeholder {
	color: #333;
}

button.beautify,input.beautify,select.beautify {
	display: inline-block;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
	height: 42px;
}

@media (min-width:1681px) {
	button.beautify,input.beautify,select.beautify {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	button.beautify,input.beautify,select.beautify {
		font-size: 24px;
	}
}

button.beautify::-webkit-input-placeholder,input.beautify::-webkit-input-placeholder,select.beautify::-webkit-input-placeholder {
	color: #333;
}

button.beautify:-moz-placeholder,button.beautify::-moz-placeholder,input.beautify:-moz-placeholder,input.beautify::-moz-placeholder,select.beautify:-moz-placeholder,select.beautify::-moz-placeholder {
	color: #333;
}

button.beautify:-ms-input-placeholder,input.beautify:-ms-input-placeholder,select.beautify:-ms-input-placeholder {
	color: #333;
}

button.beautify:focus,input.beautify:focus,select.beautify:focus {
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 14px 0 rgba(0,0,0,.25);
}

@media (min-width:1681px) {
	button.beautify,input.beautify,select.beautify {
		height: 50.4px;
	}
}

@media (min-width:2201px) {
	button.beautify,input.beautify,select.beautify {
		height: 63px;
	}
}

select.beautify {
	background: transparent;
	background: #fff url(clientlib-site/resources/img/arrow_dwn.jpg) 95% no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.beautify::-ms-expand {
	display: none;
}

.no-appearance select.beautify {
	background: #fff;
	padding-right: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.no-appearance select.beautify {
		background: #fff url(clientlib-site/resources/img/arrow_dwn.jpg) 95% no-repeat;
	}
}

.no-appearance select.beautify:before {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	width: 30px;
	background-color: #fff;
	z-index: 5;
}

button.cta-submit,input.cta-submit, .register-button {
	background-color: #00425e;
	border: 1px solid #00425e;
	line-height: 2;
	font-size: 16px;
	border-radius: 2px;
	color: #fff;
	padding: 0 30px;
	font-family: Univers57,sans-serif;
	text-transform: uppercase;
}
.register-button {
	padding: 8px 30px;
	text-decoration: none;
}
.partner-block {
	grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 3rem;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

@media (max-width:768px) {
	.partner-block {
		display: block;
	}
	.form-partner:first-child {
		padding-bottom: 30px;
		border-bottom: 1px solid #dfdfdf;
	}
}


@media (min-width:2201px) {
	button.cta-submit,input.cta-submit {
		font-size: 21px;
	}
}

body,html {
	height: 100%;
}

body {
	font-family: ArsenalRegular,sans-serif;
}

body.locked {
	overflow: hidden;
}

@media (max-width:767px) {
	body.locked {
		left: 0;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

body.locked-2020 {
	overflow: hidden;
}

@media (max-width:767px) {
	body.locked-2020 {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

body.blocked-scroll {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

a {
	color: #222;
	text-decoration: underline;
}

.js-focus-visible :focus:not([data-focus-visible-added]) {
	outline: none;
}

.js-focus-visible :focus {
	outline: 3px solid #009d9e;
	/* outline-color: #009d9e; */
}

.cta {
	background: #fff;
	border-radius: 2px;
	text-align: center;
}

.cta,.cta a {
	color: #000;
	display: inline-block;
}

.cta a {
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	margin: 0;
	padding: 0 30px;
}

@media (min-width:1681px) {
	.cta a {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta a {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.cta a {
		padding: 0 15px;
	}
}

.cta.bg-blue {
	background-color: #00425e;
	border: 1px solid #00425e;
}

.cta.color-white a {
	color: #fff!important;
}

.cta.border-grey {
	border: 1px solid #333;
}

.cta.border-grey a {
	color: #333!important;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.hidden {
	display: none!important;
}

.forceLowerCase {
	text-transform: none!important;
}

.component {
	margin: 0;
	padding: 60px 0;
}

@media (max-width:1023px) {
	.component {
		padding: 45px 0;
	}
}

@media (max-width:767px) {
	.component {
		padding: 30px 0;
	}
}

.component.dynamic {
	display: none;
}

.component.focus-visible {
	outline-offset: -4px;
}

.icon {
	display: inline-block;
}

.icon.footer-icon {
	width: 28px;
	height: 28px;
}

@media (min-width:1681px) {
	.icon.footer-icon {
		width: 2.1pc;
		height: 2.1pc;
	}
}

@media (min-width:2201px) {
	.icon.footer-icon {
		width: 42px;
		height: 42px;
	}
}

.icon.footer-facebook {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23b6b6b6' d='M26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h13.9V16h-2.4v-4.2h2.4V8.9c0-1.9 1-5 5.1-5h3.7V8h-2.6c-.5 0-1.1.2-1.1 1.2v2.5h3.8l-.6 4.3h-3.4v12H26c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-facebook:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%233B5998' d='M26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h13.9V16h-2.4v-4.2h2.4V8.9c0-1.9 1-5 5.1-5h3.7V8h-2.6c-.5 0-1.1.2-1.1 1.2v2.5h3.8l-.6 4.3h-3.4v12H26c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-rss {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23b6b6b6' d='M26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM6.7 24C5.2 24 4 22.8 4 21.4c0-1.5 1.2-2.7 2.7-2.7 1.5 0 2.7 1.2 2.7 2.7-.1 1.4-1.3 2.6-2.7 2.6zm6.6 0c0-2.5-1-4.9-2.7-6.7-1.8-1.8-4.1-2.8-6.6-2.8v-3.8c7.3 0 13.2 5.9 13.2 13.3h-3.9zm6.9.1c0-9-7.2-16.3-16.2-16.3V3.9c11 0 20 9 20 20.1h-3.8z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-rss:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23FD9F13' d='M26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM6.7 24C5.2 24 4 22.8 4 21.4c0-1.5 1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7C9.3 22.8 8.1 24 6.7 24zm6.6 0c0-2.5-1-4.9-2.7-6.7-1.8-1.8-4.1-2.8-6.6-2.8v-3.8c7.3 0 13.2 5.9 13.2 13.3h-3.9zm6.9.1c0-9-7.2-16.3-16.2-16.3V3.9c11 0 20 9 20 20.1h-3.8v.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-instagram {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28' height='28'%3E%3Cpath d='M14.044 10.64a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zM26.12 0H1.966C.936 0 0 .933 0 1.96v23.987C0 27.067.936 28 1.966 28h24.061c1.124 0 1.967-.933 1.967-1.96V1.96C28.087.933 27.15 0 26.12 0zm-1.966 18.2c0 1.027-.187 1.773-.468 2.427A5.471 5.471 0 0 1 22.47 22.4c-.562.56-1.124.933-1.78 1.12-.655.28-1.403.467-2.433.467-1.124 0-1.405.093-4.213.093-2.81 0-3.09 0-4.213-.093-1.03 0-1.78-.187-2.435-.467-.655-.187-1.217-.56-1.779-1.12-.561-.56-.936-1.12-1.123-1.773-.28-.654-.468-1.4-.468-2.427 0-1.12-.094-1.4-.094-4.2 0-2.8 0-3.08.094-4.2 0-1.027.187-1.773.468-2.427.187-.653.562-1.213 1.123-1.773.562-.56 1.124-.933 1.78-1.12.655-.28 1.404-.467 2.434-.467 1.123 0 1.404-.093 4.213-.093 2.808 0 3.09 0 4.213.093 1.03 0 1.778.187 2.434.467.655.187 1.217.56 1.779 1.12.561.56.936 1.12 1.123 1.773.281.654.468 1.4.468 2.427 0 1.12.094 1.4.094 4.2v4.2zM21.908 8.027c-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107 0-.933-.187-1.493-.374-1.866zm-7.864 11.106A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm8.238-.747c0-.933-.187-1.493-.374-1.866-.187-.467-.375-.84-.749-1.12-.375-.28-.655-.56-1.123-.747-.375-.187-.937-.28-1.873-.373-1.03-.094-1.404-.094-4.12-.094-2.715 0-2.995 0-4.119.094-.936 0-1.498.186-1.872.373-.468.187-.75.373-1.124.747-.374.373-.562.653-.749 1.12-.187.373-.28.933-.374 1.866-.094 1.027-.094 1.4-.094 4.107 0 2.707 0 2.987.094 4.107 0 .933.187 1.493.374 1.866.187.467.375.84.75 1.12.374.28.655.56 1.123.747.374.187.936.28 1.872.373 1.03.094 1.404.094 4.12.094 2.715 0 2.996 0 4.119-.094.936 0 1.498-.186 1.873-.373.468-.187.842-.373 1.123-.747.28-.373.562-.653.749-1.12.187-.373.28-.933.374-1.866.094-1.027.094-1.4.094-4.107 0-2.707 0-2.987-.094-4.107zm-8.238 9.24A5.126 5.126 0 0 1 8.894 14c0-2.8 2.34-5.133 5.15-5.133 2.808 0 5.149 2.333 5.149 5.133s-2.247 5.133-5.15 5.133zm5.43-9.333c-.656 0-1.217-.56-1.217-1.213 0-.654.561-1.214 1.217-1.214.655 0 1.217.56 1.217 1.214 0 .653-.562 1.213-1.217 1.213zm-5.43.84a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36zm0 0a3.351 3.351 0 0 0-3.37 3.36 3.351 3.351 0 0 0 3.37 3.36 3.351 3.351 0 0 0 3.37-3.36 3.351 3.351 0 0 0-3.37-3.36z' fill='%23b6b6b6'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-instagram:hover {
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIxLjM2OSIgeTE9IjMyLjUiIHgyPSI4LjYzMSIgeTI9Ii0yLjUiIGdyYWRpZW50VHJhbnNmb3JtPSJzY2FsZSguOTM2MjQgLjkzMzMzKSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmVkMjY1Ii8+PHN0b3Agb2Zmc2V0PSIuMjQ4IiBzdG9wLWNvbG9yPSIjZTA1NDUxIi8+PHN0b3Agb2Zmc2V0PSIuMjk0IiBzdG9wLWNvbG9yPSIjZTc1NjQ3Ii8+PHN0b3Agb2Zmc2V0PSIuMzcyIiBzdG9wLWNvbG9yPSIjZWY1OTNjIi8+PHN0b3Agb2Zmc2V0PSIuNDU4IiBzdG9wLWNvbG9yPSIjZjI1YTM4Ii8+PHN0b3Agb2Zmc2V0PSIuNTciIHN0b3AtY29sb3I9IiNjZDRlNmEiLz48c3RvcCBvZmZzZXQ9Ii43MDQiIHN0b3AtY29sb3I9IiNhMzQxYTIiLz48c3RvcCBvZmZzZXQ9Ii45OTkiIHN0b3AtY29sb3I9IiM1OTYwZDYiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0xNC4wNDQgMTAuNjRhMy4zNTEgMy4zNTEgMCAwMC0zLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzcgMy4zNiAzLjM1MSAzLjM1MSAwIDAwMy4zNy0zLjM2IDMuMzUxIDMuMzUxIDAgMDAtMy4zNy0zLjM2em0wIDBhMy4zNTEgMy4zNTEgMCAwMC0zLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzcgMy4zNiAzLjM1MSAzLjM1MSAwIDAwMy4zNy0zLjM2IDMuMzUxIDMuMzUxIDAgMDAtMy4zNy0zLjM2em04LjIzOC0uNzQ3YzAtLjkzMy0uMTg3LTEuNDkzLS4zNzQtMS44NjYtLjE4Ny0uNDY3LS4zNzUtLjg0LS43NDktMS4xMi0uMzc1LS4yOC0uNjU1LS41Ni0xLjEyMy0uNzQ3LS4zNzUtLjE4Ny0uOTM3LS4yOC0xLjg3My0uMzczLTEuMDMtLjA5NC0xLjQwNC0uMDk0LTQuMTItLjA5NC0yLjcxNSAwLTIuOTk1IDAtNC4xMTkuMDk0LS45MzYgMC0xLjQ5OC4xODYtMS44NzIuMzczLS40NjguMTg3LS43NS4zNzMtMS4xMjQuNzQ3LS4zNzQuMzczLS41NjIuNjUzLS43NDkgMS4xMi0uMTg3LjM3My0uMjguOTMzLS4zNzQgMS44NjYtLjA5NCAxLjAyNy0uMDk0IDEuNC0uMDk0IDQuMTA3IDAgMi43MDcgMCAyLjk4Ny4wOTQgNC4xMDcgMCAuOTMzLjE4NyAxLjQ5My4zNzQgMS44NjYuMTg3LjQ2Ny4zNzUuODQuNzUgMS4xMi4zNzQuMjguNjU1LjU2IDEuMTIzLjc0Ny4zNzQuMTg3LjkzNi4yOCAxLjg3Mi4zNzMgMS4wMy4wOTQgMS40MDQuMDk0IDQuMTIuMDk0IDIuNzE1IDAgMi45OTYgMCA0LjExOS0uMDk0LjkzNiAwIDEuNDk4LS4xODYgMS44NzMtLjM3My40NjgtLjE4Ny44NDItLjM3MyAxLjEyMy0uNzQ3LjI4LS4zNzMuNTYyLS42NTMuNzQ5LTEuMTIuMTg3LS4zNzMuMjgtLjkzMy4zNzQtMS44NjYuMDk0LTEuMDI3LjA5NC0xLjQuMDk0LTQuMTA3IDAtMi43MDcgMC0yLjk4Ny0uMDk0LTQuMTA3em0tOC4yMzggOS4yNEE1LjEyNiA1LjEyNiAwIDAxOC44OTQgMTRjMC0yLjggMi4zNC01LjEzMyA1LjE1LTUuMTMzIDIuODA4IDAgNS4xNDkgMi4zMzMgNS4xNDkgNS4xMzNzLTIuMjQ3IDUuMTMzLTUuMTUgNS4xMzN6bTUuNDMtOS4zMzNjLS42NTYgMC0xLjIxNy0uNTYtMS4yMTctMS4yMTMgMC0uNjU0LjU2MS0xLjIxNCAxLjIxNy0xLjIxNC42NTUgMCAxLjIxNy41NiAxLjIxNyAxLjIxNCAwIC42NTMtLjU2MiAxLjIxMy0xLjIxNyAxLjIxM3ptLTUuNDMuODRhMy4zNTEgMy4zNTEgMCAwMC0zLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzcgMy4zNiAzLjM1MSAzLjM1MSAwIDAwMy4zNy0zLjM2IDMuMzUxIDMuMzUxIDAgMDAtMy4zNy0zLjM2em04LjIzOC0uNzQ3YzAtLjkzMy0uMTg3LTEuNDkzLS4zNzQtMS44NjYtLjE4Ny0uNDY3LS4zNzUtLjg0LS43NDktMS4xMi0uMzc1LS4yOC0uNjU1LS41Ni0xLjEyMy0uNzQ3LS4zNzUtLjE4Ny0uOTM3LS4yOC0xLjg3My0uMzczLTEuMDMtLjA5NC0xLjQwNC0uMDk0LTQuMTItLjA5NC0yLjcxNSAwLTIuOTk1IDAtNC4xMTkuMDk0LS45MzYgMC0xLjQ5OC4xODYtMS44NzIuMzczLS40NjguMTg3LS43NS4zNzMtMS4xMjQuNzQ3LS4zNzQuMzczLS41NjIuNjUzLS43NDkgMS4xMi0uMTg3LjM3My0uMjguOTMzLS4zNzQgMS44NjYtLjA5NCAxLjAyNy0uMDk0IDEuNC0uMDk0IDQuMTA3IDAgMi43MDcgMCAyLjk4Ny4wOTQgNC4xMDcgMCAuOTMzLjE4NyAxLjQ5My4zNzQgMS44NjYuMTg3LjQ2Ny4zNzUuODQuNzUgMS4xMi4zNzQuMjguNjU1LjU2IDEuMTIzLjc0Ny4zNzQuMTg3LjkzNi4yOCAxLjg3Mi4zNzMgMS4wMy4wOTQgMS40MDQuMDk0IDQuMTIuMDk0IDIuNzE1IDAgMi45OTYgMCA0LjExOS0uMDk0LjkzNiAwIDEuNDk4LS4xODYgMS44NzMtLjM3My40NjgtLjE4Ny44NDItLjM3MyAxLjEyMy0uNzQ3LjI4LS4zNzMuNTYyLS42NTMuNzQ5LTEuMTIuMTg3LS4zNzMuMjgtLjkzMy4zNzQtMS44NjYuMDk0LTEuMDI3LjA5NC0xLjQuMDk0LTQuMTA3IDAtMi43MDcgMC0yLjk4Ny0uMDk0LTQuMTA3em0tOC4yMzggOS4yNEE1LjEyNiA1LjEyNiAwIDAxOC44OTQgMTRjMC0yLjggMi4zNC01LjEzMyA1LjE1LTUuMTMzIDIuODA4IDAgNS4xNDkgMi4zMzMgNS4xNDkgNS4xMzNzLTIuMjQ3IDUuMTMzLTUuMTUgNS4xMzN6bTUuNDMtOS4zMzNjLS42NTYgMC0xLjIxNy0uNTYtMS4yMTctMS4yMTMgMC0uNjU0LjU2MS0xLjIxNCAxLjIxNy0xLjIxNC42NTUgMCAxLjIxNy41NiAxLjIxNyAxLjIxNCAwIC42NTMtLjU2MiAxLjIxMy0xLjIxNyAxLjIxM3ptLTUuNDMuODRhMy4zNTEgMy4zNTEgMCAwMC0zLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzcgMy4zNiAzLjM1MSAzLjM1MSAwIDAwMy4zNy0zLjM2IDMuMzUxIDMuMzUxIDAgMDAtMy4zNy0zLjM2ek0yNi4xMiAwSDEuOTY2Qy45MzYgMCAwIC45MzMgMCAxLjk2djIzLjk4N0MwIDI3LjA2Ny45MzYgMjggMS45NjYgMjhoMjQuMDYxYzEuMTI0IDAgMS45NjctLjkzMyAxLjk2Ny0xLjk2VjEuOTZDMjguMDg3LjkzMyAyNy4xNSAwIDI2LjEyIDB6bS0xLjk2NiAxOC4yYzAgMS4wMjctLjE4NyAxLjc3My0uNDY4IDIuNDI3QTUuNDcxIDUuNDcxIDAgMDEyMi40NyAyMi40Yy0uNTYyLjU2LTEuMTI0LjkzMy0xLjc4IDEuMTItLjY1NS4yOC0xLjQwMy40NjctMi40MzMuNDY3LTEuMTI0IDAtMS40MDUuMDkzLTQuMjEzLjA5My0yLjgxIDAtMy4wOSAwLTQuMjEzLS4wOTMtMS4wMyAwLTEuNzgtLjE4Ny0yLjQzNS0uNDY3LS42NTUtLjE4Ny0xLjIxNy0uNTYtMS43NzktMS4xMi0uNTYxLS41Ni0uOTM2LTEuMTItMS4xMjMtMS43NzMtLjI4LS42NTQtLjQ2OC0xLjQtLjQ2OC0yLjQyNyAwLTEuMTItLjA5NC0xLjQtLjA5NC00LjIgMC0yLjggMC0zLjA4LjA5NC00LjIgMC0xLjAyNy4xODctMS43NzMuNDY4LTIuNDI3LjE4Ny0uNjUzLjU2Mi0xLjIxMyAxLjEyMy0xLjc3My41NjItLjU2IDEuMTI0LS45MzMgMS43OC0xLjEyLjY1NS0uMjggMS40MDQtLjQ2NyAyLjQzNC0uNDY3IDEuMTIzIDAgMS40MDQtLjA5MyA0LjIxMy0uMDkzIDIuODA4IDAgMy4wOSAwIDQuMjEzLjA5MyAxLjAzIDAgMS43NzguMTg3IDIuNDM0LjQ2Ny42NTUuMTg3IDEuMjE3LjU2IDEuNzc5IDEuMTIuNTYxLjU2LjkzNiAxLjEyIDEuMTIzIDEuNzczLjI4MS42NTQuNDY4IDEuNC40NjggMi40MjcgMCAxLjEyLjA5NCAxLjQuMDk0IDQuMnY0LjJ6TTIxLjkwOCA4LjAyN2MtLjE4Ny0uNDY3LS4zNzUtLjg0LS43NDktMS4xMi0uMzc1LS4yOC0uNjU1LS41Ni0xLjEyNC0uNzQ3LS4zNzQtLjE4Ny0uOTM2LS4yOC0xLjg3Mi0uMzczLTEuMDMtLjA5NC0xLjQwNC0uMDk0LTQuMTItLjA5NC0yLjcxNSAwLTIuOTk1IDAtNC4xMTkuMDk0LS45MzYgMC0xLjQ5OC4xODYtMS44NzIuMzczLS40NjguMTg3LS43NS4zNzMtMS4xMjQuNzQ3LS4zNzQuMzczLS41NjIuNjUzLS43NDkgMS4xMi0uMTg3LjM3My0uMjguOTMzLS4zNzQgMS44NjYtLjA5NCAxLjAyNy0uMDk0IDEuNC0uMDk0IDQuMTA3IDAgMi43MDcgMCAyLjk4Ny4wOTQgNC4xMDcgMCAuOTMzLjE4NyAxLjQ5My4zNzQgMS44NjYuMTg3LjQ2Ny4zNzUuODQuNzUgMS4xMi4zNzQuMjguNjU1LjU2IDEuMTIzLjc0Ny4zNzQuMTg3LjkzNi4yOCAxLjg3Mi4zNzMgMS4wMy4wOTQgMS40MDQuMDk0IDQuMTIuMDk0IDIuNzE1IDAgMi45OTYgMCA0LjExOS0uMDk0LjkzNiAwIDEuNDk4LS4xODYgMS44NzMtLjM3My40NjgtLjE4Ny44NDItLjM3MyAxLjEyMy0uNzQ3LjI4LS4zNzMuNTYyLS42NTMuNzQ5LTEuMTIuMTg3LS4zNzMuMjgtLjkzMy4zNzQtMS44NjYuMDk0LTEuMDI3LjA5NC0xLjQuMDk0LTQuMTA3IDAtMi43MDcgMC0yLjk4Ny0uMDk0LTQuMTA3IDAtLjkzMy0uMTg3LTEuNDkzLS4zNzQtMS44NjZ6bS03Ljg2NCAxMS4xMDZBNS4xMjYgNS4xMjYgMCAwMTguODk0IDE0YzAtMi44IDIuMzQtNS4xMzMgNS4xNS01LjEzMyAyLjgwOCAwIDUuMTQ5IDIuMzMzIDUuMTQ5IDUuMTMzcy0yLjI0NyA1LjEzMy01LjE1IDUuMTMzem01LjQzLTkuMzMzYy0uNjU2IDAtMS4yMTctLjU2LTEuMjE3LTEuMjEzIDAtLjY1NC41NjEtMS4yMTQgMS4yMTctMS4yMTQuNjU1IDAgMS4yMTcuNTYgMS4yMTcgMS4yMTQgMCAuNjUzLS41NjIgMS4yMTMtMS4yMTcgMS4yMTN6bS01LjQzLjg0YTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptMCAwYTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptMCAwYTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptOC4yMzgtLjc0N2MwLS45MzMtLjE4Ny0xLjQ5My0uMzc0LTEuODY2LS4xODctLjQ2Ny0uMzc1LS44NC0uNzQ5LTEuMTItLjM3NS0uMjgtLjY1NS0uNTYtMS4xMjMtLjc0Ny0uMzc1LS4xODctLjkzNy0uMjgtMS44NzMtLjM3My0xLjAzLS4wOTQtMS40MDQtLjA5NC00LjEyLS4wOTQtMi43MTUgMC0yLjk5NSAwLTQuMTE5LjA5NC0uOTM2IDAtMS40OTguMTg2LTEuODcyLjM3My0uNDY4LjE4Ny0uNzUuMzczLTEuMTI0Ljc0Ny0uMzc0LjM3My0uNTYyLjY1My0uNzQ5IDEuMTItLjE4Ny4zNzMtLjI4LjkzMy0uMzc0IDEuODY2LS4wOTQgMS4wMjctLjA5NCAxLjQtLjA5NCA0LjEwNyAwIDIuNzA3IDAgMi45ODcuMDk0IDQuMTA3IDAgLjkzMy4xODcgMS40OTMuMzc0IDEuODY2LjE4Ny40NjcuMzc1Ljg0Ljc1IDEuMTIuMzc0LjI4LjY1NS41NiAxLjEyMy43NDcuMzc0LjE4Ny45MzYuMjggMS44NzIuMzczIDEuMDMuMDk0IDEuNDA0LjA5NCA0LjEyLjA5NCAyLjcxNSAwIDIuOTk2IDAgNC4xMTktLjA5NC45MzYgMCAxLjQ5OC0uMTg2IDEuODczLS4zNzMuNDY4LS4xODcuODQyLS4zNzMgMS4xMjMtLjc0Ny4yOC0uMzczLjU2Mi0uNjUzLjc0OS0xLjEyLjE4Ny0uMzczLjI4LS45MzMuMzc0LTEuODY2LjA5NC0xLjAyNy4wOTQtMS40LjA5NC00LjEwNyAwLTIuNzA3IDAtMi45ODctLjA5NC00LjEwN3ptLTguMjM4IDkuMjRBNS4xMjYgNS4xMjYgMCAwMTguODk0IDE0YzAtMi44IDIuMzQtNS4xMzMgNS4xNS01LjEzMyAyLjgwOCAwIDUuMTQ5IDIuMzMzIDUuMTQ5IDUuMTMzcy0yLjI0NyA1LjEzMy01LjE1IDUuMTMzem01LjQzLTkuMzMzYy0uNjU2IDAtMS4yMTctLjU2LTEuMjE3LTEuMjEzIDAtLjY1NC41NjEtMS4yMTQgMS4yMTctMS4yMTQuNjU1IDAgMS4yMTcuNTYgMS4yMTcgMS4yMTQgMCAuNjUzLS41NjIgMS4yMTMtMS4yMTcgMS4yMTN6bS01LjQzLjg0YTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptMCAwYTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptMCAwYTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnptOC4yMzgtLjc0N2MwLS45MzMtLjE4Ny0xLjQ5My0uMzc0LTEuODY2LS4xODctLjQ2Ny0uMzc1LS44NC0uNzQ5LTEuMTItLjM3NS0uMjgtLjY1NS0uNTYtMS4xMjMtLjc0Ny0uMzc1LS4xODctLjkzNy0uMjgtMS44NzMtLjM3My0xLjAzLS4wOTQtMS40MDQtLjA5NC00LjEyLS4wOTQtMi43MTUgMC0yLjk5NSAwLTQuMTE5LjA5NC0uOTM2IDAtMS40OTguMTg2LTEuODcyLjM3My0uNDY4LjE4Ny0uNzUuMzczLTEuMTI0Ljc0Ny0uMzc0LjM3My0uNTYyLjY1My0uNzQ5IDEuMTItLjE4Ny4zNzMtLjI4LjkzMy0uMzc0IDEuODY2LS4wOTQgMS4wMjctLjA5NCAxLjQtLjA5NCA0LjEwNyAwIDIuNzA3IDAgMi45ODcuMDk0IDQuMTA3IDAgLjkzMy4xODcgMS40OTMuMzc0IDEuODY2LjE4Ny40NjcuMzc1Ljg0Ljc1IDEuMTIuMzc0LjI4LjY1NS41NiAxLjEyMy43NDcuMzc0LjE4Ny45MzYuMjggMS44NzIuMzczIDEuMDMuMDk0IDEuNDA0LjA5NCA0LjEyLjA5NCAyLjcxNSAwIDIuOTk2IDAgNC4xMTktLjA5NC45MzYgMCAxLjQ5OC0uMTg2IDEuODczLS4zNzMuNDY4LS4xODcuODQyLS4zNzMgMS4xMjMtLjc0Ny4yOC0uMzczLjU2Mi0uNjUzLjc0OS0xLjEyLjE4Ny0uMzczLjI4LS45MzMuMzc0LTEuODY2LjA5NC0xLjAyNy4wOTQtMS40LjA5NC00LjEwNyAwLTIuNzA3IDAtMi45ODctLjA5NC00LjEwN3ptLTguMjM4IDkuMjRBNS4xMjYgNS4xMjYgMCAwMTguODk0IDE0YzAtMi44IDIuMzQtNS4xMzMgNS4xNS01LjEzMyAyLjgwOCAwIDUuMTQ5IDIuMzMzIDUuMTQ5IDUuMTMzcy0yLjI0NyA1LjEzMy01LjE1IDUuMTMzem01LjQzLTkuMzMzYy0uNjU2IDAtMS4yMTctLjU2LTEuMjE3LTEuMjEzIDAtLjY1NC41NjEtMS4yMTQgMS4yMTctMS4yMTQuNjU1IDAgMS4yMTcuNTYgMS4yMTcgMS4yMTQgMCAuNjUzLS41NjIgMS4yMTMtMS4yMTcgMS4yMTN6bS01LjQzLjg0YTMuMzUxIDMuMzUxIDAgMDAtMy4zNyAzLjM2IDMuMzUxIDMuMzUxIDAgMDAzLjM3IDMuMzYgMy4zNTEgMy4zNTEgMCAwMDMuMzctMy4zNiAzLjM1MSAzLjM1MSAwIDAwLTMuMzctMy4zNnoiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-youtube {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23b6b6b6' d='M11.8 10.7v6c2-1.1 4.2-2.1 5.8-3-2-1-3.9-1.9-5.8-3zm0 0v6c2-1.1 4.2-2.1 5.8-3-2-1-3.9-1.9-5.8-3zM26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm-1.3 16.2c-.1 1.9-.2 2.6-.5 3.3-.2.5-.3.7-.6.9-.4.4-.9.7-1.5.8-3.5.3-6.5.3-10 .3-4.1-.1-5.5-.1-6.3-.3-.6-.1-1.1-.4-1.5-.8-.3-.3-.5-.7-.7-1.3-.1-.5-.2-.9-.3-2-.1-2.3-.2-4.2 0-6.3.1-1.2.2-2.6 1.1-3.4.4-.4.9-.6 1.4-.7.8-.2 4.4-.3 8.1-.3 3.7 0 7.3.1 8.1.3.7.1 1.3.5 1.7 1 .8 1.2.8 2.8.9 4 .1.6.1 4 .1 4.5zm-12.9.6c2-1.1 4.2-2.1 5.8-3-2-1.1-3.9-2-5.8-3v6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.footer-youtube:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23CD201F' d='M11.8 10.7v6c2-1.1 4.2-2.1 5.8-3-2-1-3.9-1.9-5.8-3zm0 0v6c2-1.1 4.2-2.1 5.8-3-2-1-3.9-1.9-5.8-3zM26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm-1.3 16.2c-.1 1.9-.2 2.6-.5 3.3-.2.5-.3.7-.6.9-.4.4-.9.7-1.5.8-3.5.3-6.5.3-10 .3-4.1-.1-5.5-.1-6.3-.3-.6-.1-1.1-.4-1.5-.8-.3-.3-.5-.7-.7-1.3-.1-.5-.2-.9-.3-2-.1-2.3-.2-4.2 0-6.3.1-1.2.2-2.6 1.1-3.4.4-.4.9-.6 1.4-.7.8-.2 4.4-.3 8.1-.3 3.7 0 7.3.1 8.1.3.7.1 1.3.5 1.7 1 .8 1.2.8 2.8.9 4 .1.6.1 4 .1 4.5zm-12.9.6c2-1.1 4.2-2.1 5.8-3-2-1.1-3.9-2-5.8-3v6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.icon.tool {
	width: 55px;
	height: 55px;
}

.icon.tool.phone {
	background-image: url(clientlib-site/resources/img/tool-phone.png);
}

.icon.tool.pinpoint {
	background-image: url(clientlib-site/resources/img/tool-pinpoint.png);
}

.icon-arrow-down {
	width: 22px;
	height: 11px;
	background: url(clientlib-site/resources/img/arrow_dwn.png) 50% no-repeat;
	display: inline-block;
}
/********************************Остановился тут*****************************/
.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #b6b6b6;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	position: absolute;
	-webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-single {
	*zoom: 1;
}

.pika-single:after,.pika-single:before {
	content: " ";
	display: table;
}

.pika-single:after {
	clear: both;
}

.pika-lendar {
	float: left;
	width: 15pc;
	margin: 8px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-label {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
}

.pika-next,.pika-prev {
	display: block;
	cursor: pointer;
	position: relative;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: .5;
	*position: absolute;
	*top: 0;
}

.pika-next:hover,.pika-prev:hover {
	opacity: 1;
}

.pika-next.is-disabled,.pika-prev.is-disabled {
	cursor: default;
	opacity: .2;
}

.is-rtl .pika-next,.pika-prev {
	float: left;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
	*left: 0;
}

.is-rtl .pika-prev,.pika-next {
	float: right;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
	*right: 0;
}

.pika-select {
	display: inline-block;
	*display: inline;
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.pika-table td,.pika-table th {
	width: 14.285714285714286%;
	padding: 0;
}

.pika-table th {
	color: #666;
	font-size: 9pt;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}

.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

.pika-button {
	cursor: pointer;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	font-size: 9pt;
	line-height: 15px;
	text-align: right;
	background: #f2f1f0;
}

.is-today .pika-button {
	font-weight: 700;
}

.is-selected .pika-button {
	font-weight: 700;
	background: #008cc6;
	-webkit-box-shadow: inset 0 1px 3px #008cc6;
	box-shadow: inset 0 1px 3px #008cc6;
	border-radius: 3px;
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: .3;
}

.pika-button:hover {
	background: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
}

.pika-week {
	font-size: 11px;
	color: #666;
}

.is-inrange .pika-button {
	background: #ebebeb;
}

.is-startrange .pika-button {
	background: #00425e;
}

.is-endrange .pika-button,.is-startrange .pika-button {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
}

.is-endrange .pika-button {
	background: #008cc6;
}

.flag-locator.it:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23009246' d='M0 0h213.3v480H0z'/%3E%3Cpath fill='%23ce2b37' d='M426.7 0H640v480H426.7z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.fr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%2300267f' d='M0 0h213.3v480H0z'/%3E%3Cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ca:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M150.131 0h339.656v480H150.132z'/%3E%3Cpath fill='red' d='M-19.65 0h169.781v480H-19.65zm509.438 0h169.78v480H489.882zm-288.75 231.938l-13.313 4.5 61.406 53.906c4.688 13.781-1.593 17.812-5.625 25.125l66.563-8.438-1.594 67.031 13.875-.375-3.094-66.562 66.75 7.969c-4.125-8.719-7.781-13.313-4.031-27.188l61.313-51.094-10.688-3.937c-8.813-6.75 3.75-32.531 5.625-48.844 0 0-35.719 12.281-38.063 5.813l-9.187-17.532-32.531 35.813c-3.563.844-5.063-.563-5.906-3.563l15-74.812-23.813 13.406c-1.969.938-3.938.188-5.25-2.156l-22.969-45.938-23.625 47.72c-1.781 1.687-3.562 1.874-5.062.75l-22.688-12.75 13.688 74.155c-1.125 3-3.75 3.75-6.75 2.157L239.85 171.75c-4.031 6.562-6.75 17.156-12.187 19.594-5.344 2.25-23.438-4.5-35.532-7.125 4.125 14.906 17.063 39.656 8.907 47.812z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.us:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cg stroke-width='1pt'%3E%3Cpath fill='%23bd3d44' d='M0 0h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v37.031H0zm0 73.875h912v36.938H0zm0 73.875h912v36.938H0zm0 73.781h912v36.938H0zm0 73.875h912V480H0z'/%3E%3Cpath fill='%23fff' d='M0 36.938h912v36.937H0zm0 73.874h912v36.844H0zm0 73.782h912v36.937H0zm0 73.875h912v36.937H0zm0 73.875h912v36.937H0zm0 73.781h912v36.938H0z'/%3E%3C/g%3E%3Cpath fill='%23192f5d' d='M0 0h364.781v258.469H0z'/%3E%3Cpath fill='%23fff' d='M30.375 11.063L33.75 21.28h10.688l-8.626 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.718-6.282h10.874zm60.844 0L94.5 21.28h10.781l-8.719 6.282 3.282 10.312-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.282h10.688zm60.75 0l3.375 10.218h10.593l-8.625 6.282 3.282 10.312-8.719-6.375-8.625 6.281 3.281-10.218-8.719-6.282h10.782zm60.844 0l3.28 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.718 6.281 3.375-10.218-8.719-6.282h10.687zm60.75 0l3.375 10.218h10.687L279 27.563l3.281 10.312-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.282h10.687zm60.843 0l3.281 10.218h10.782l-8.719 6.282 3.375 10.312-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.282h10.781zM60.844 36.936l3.281 10.22h10.781l-8.719 6.28 3.188 10.22-8.438-6.282-8.718 6.281 3.093-10.218-8.437-6.282h10.687zm60.75 0l3.375 10.22h10.687l-8.719 6.28 3.375 10.22-8.718-6.282-8.719 6.281 3.375-10.219-8.719-6.28h10.781zm60.843 0l3.282 10.22H196.5l-8.719 6.28 3.281 10.22-8.625-6.282-8.718 6.281L177 53.438l-8.625-6.282h10.687zm60.75 0l3.375 10.22h10.688l-8.719 6.28 3.375 10.22-8.719-6.282-8.625 6.281 3.282-10.218-8.719-6.282H240zm60.844 0l3.281 10.22h10.782l-8.719 6.28 3.281 10.22-8.625-6.282-8.719 6.281 3.282-10.218-8.625-6.282h10.687zM30.375 62.72l3.375 10.406h10.687l-8.625 6.281 3.282 10.219-8.719-6.375-8.625 6.375 3.281-10.313-8.719-6.28h10.875zm60.844 0L94.5 73.03h10.781l-8.719 6.281 3.282 10.22-8.625-6.376-8.719 6.375 3.281-10.312-8.625-6.281h10.688zm60.75 0l3.375 10.312h10.593l-8.625 6.281 3.282 10.22-8.719-6.376-8.625 6.375 3.281-10.312-8.719-6.281h10.782zm60.843 0l3.282 10.312h10.781l-8.719 6.281 3.375 10.22-8.719-6.376-8.718 6.375 3.375-10.312-8.719-6.281h10.687zm60.75 0l3.375 10.312h10.688L279 79.312l3.281 10.22-8.719-6.376-8.625 6.375 3.282-10.312-8.625-6.281h10.687zm60.844 0l3.281 10.312h10.782l-8.719 6.281 3.375 10.22-8.719-6.376-8.719 6.375 3.375-10.312-8.718-6.281h10.781zM60.844 88.594l3.281 10.219h10.781l-8.719 6.28 3.282 10.313-8.625-6.375-8.719 6.281 3.281-10.218-8.625-6.281H57.47zm60.75 0l3.375 10.219h10.687l-8.719 6.28 3.376 10.313-8.72-6.375-8.718 6.281 3.375-10.218-8.719-6.281h10.781zm60.844 0l3.28 10.219H196.5l-8.719 6.28 3.281 10.313-8.625-6.375-8.718 6.281L177 105.094l-8.625-6.281h10.688zm60.75 0l3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.719-6.281H240zm60.843 0l3.281 10.219h10.782l-8.719 6.28 3.281 10.313-8.625-6.375-8.719 6.281 3.282-10.218-8.625-6.281h10.687zM30.375 114.469l3.375 10.219h10.688l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.875zm60.844 0l3.281 10.219h10.781l-8.719 6.28 3.282 10.22-8.625-6.282-8.719 6.281 3.281-10.218-8.625-6.281h10.688zm60.75 0l3.375 10.219h10.594l-8.625 6.28 3.28 10.313-8.718-6.375-8.625 6.281 3.281-10.218-8.718-6.281h10.78zm60.844 0l3.28 10.219h10.782l-8.719 6.28 3.375 10.313-8.718-6.375-8.72 6.281 3.376-10.218-8.719-6.281h10.688zm60.75 0l3.375 10.219h10.687l-8.625 6.28 3.281 10.313-8.719-6.375-8.625 6.281 3.282-10.218-8.625-6.281h10.687zm60.843 0l3.281 10.219h10.782l-8.719 6.28 3.375 10.313-8.719-6.375-8.719 6.281 3.375-10.218-8.718-6.281h10.781zM60.844 140.344l3.281 10.219h10.781l-8.718 6.28 3.28 10.22-8.624-6.375-8.719 6.375 3.281-10.313-8.625-6.281H57.47zm60.75 0l3.375 10.219h10.687l-8.718 6.28 3.375 10.22-8.72-6.375-8.718 6.375 3.375-10.313-8.719-6.281h10.782zm60.844 0l3.28 10.219H196.5l-8.719 6.28 3.282 10.22-8.625-6.375-8.72 6.375L177 156.75l-8.625-6.281h10.688zm60.75 0l3.375 10.219h10.687l-8.625 6.28 3.281 10.22-8.718-6.375-8.625 6.375 3.28-10.313-8.718-6.281H240zm60.843 0l3.282 10.219h10.78l-8.718 6.28 3.281 10.22-8.625-6.375-8.718 6.375 3.28-10.313-8.624-6.281h10.687zM30.375 166.125l3.375 10.313h10.688l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.875zm60.844 0l3.281 10.313h10.781l-8.718 6.28 3.375 10.126-8.72-6.281-8.718 6.28 3.375-10.218-8.719-6.281h10.688zm60.75 0l3.375 10.313h10.594l-8.625 6.28 3.28 10.126-8.718-6.281-8.625 6.28 3.281-10.218-8.718-6.281h10.78zm60.844 0l3.28 10.313h10.782l-8.719 6.28 3.375 10.126-8.718-6.281-8.72 6.28 3.376-10.218-8.719-6.281h10.688zm60.75 0l3.375 10.313h10.687l-8.625 6.28 3.281 10.126-8.718-6.281-8.625 6.28 3.28-10.218-8.624-6.281h10.687zm60.843 0l3.282 10.313h10.78l-8.718 6.28 3.375 10.126-8.719-6.281-8.718 6.28 3.375-10.218-8.72-6.281h10.782zM60.844 192l3.281 10.219h10.781l-8.718 6.281 3.28 10.313-8.624-6.375-8.719 6.28 3.281-10.218-8.625-6.281H57.47zm60.75 0l3.375 10.219h10.687l-8.718 6.281 3.375 10.313-8.72-6.375-8.718 6.28 3.375-10.218-8.719-6.281h10.782zm60.844 0l3.28 10.219H196.5l-8.719 6.281 3.282 10.313-8.625-6.375-8.72 6.28L177 208.5l-8.625-6.281h10.688zm60.75 0l3.375 10.219h10.687l-8.625 6.281 3.281 10.313-8.718-6.375-8.625 6.28 3.28-10.218-8.718-6.281H240zm60.843 0l3.282 10.219h10.78l-8.718 6.281 3.281 10.313-8.625-6.375-8.718 6.28 3.28-10.218-8.624-6.281h10.687zM30.375 217.875l3.375 10.219h10.688l-8.625 6.281 3.28 10.219-8.718-6.281-8.625 6.28 3.281-10.312L16.313 228h10.875zm60.844 0l3.281 10.219h10.781l-8.718 6.281 3.375 10.219-8.72-6.281-8.718 6.28 3.375-10.312L77.156 228h10.688zm60.75 0l3.375 10.219h10.594l-8.438 6.281 3.281 10.219-8.718-6.281-8.625 6.28 3.28-10.312L138 228h10.781zm60.844 0l3.28 10.219h10.782l-8.719 6.281 3.375 10.219-8.718-6.281-8.72 6.28 3.376-10.312L198.75 228h10.688zm60.75 0l3.375 10.219h10.687L279 234.375l3.281 10.219-8.718-6.281-8.625 6.28 3.28-10.312-8.624-6.281h10.687zm60.843 0l3.282 10.219h10.78l-8.718 6.281 3.375 10.219-8.719-6.281-8.718 6.28 3.375-10.312-8.72-6.281h10.782z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ch:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23d52b1e' d='M0 0h640v480H0z'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M170 195h300v90H170z'/%3E%3Cpath d='M275 90h90v300h-90z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ar:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%2374acdf' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cg id='c' transform='translate(-64) scale(.96)'%3E%3Cpath id='a' fill='%23f6b40e' stroke='%2385340a' stroke-width='1.1' d='M396.8 251.3l28.5 62s.5 1.2 1.3.9c.8-.4.3-1.5.3-1.5l-23.7-64m-.7 24.1c-.4 9.4 5.4 14.6 4.7 23-.8 8.5 3.8 13.2 5 16.5 1 3.3-1.3 5.2-.3 5.7s3-2.1 2.4-6.8c-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(22.5 400 250)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(45 400 250)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(67.5 400 250)' xlink:href='%23a'/%3E%3Cpath id='b' fill='%2385340a' d='M404.3 274.4c.5 9 5.6 13 4.6 21.3 2.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8l19.5 42.6-16.3-43.9'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(22.5 400 250)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(45 400 250)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(67.5 400 250)' xlink:href='%23b'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(90 320 240)' xlink:href='%23c'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(180 320 240)' xlink:href='%23c'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(-90 320 240)' xlink:href='%23c'/%3E%3Ccircle cx='320' cy='240' r='26.7' fill='%23f6b40e' stroke='%2385340a' stroke-width='1.4'/%3E%3Cpath id='h' fill='%23843511' d='M329.1 234.3c-1.8 0-3.6.8-4.6 2.4 2 1.9 6.6 2 9.7-.2a7 7 0 0 0-5.1-2.2zm0 .4c1.7 0 3.4.8 3.6 1.6-2 2.3-5.3 2-7.4.4a4.3 4.3 0 0 1 3.8-2z'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 640.2 0)' xlink:href='%23d'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 640.2 0)' xlink:href='%23e'/%3E%3Cuse width='100%25' height='100%25' transform='translate(18.1)' xlink:href='%23f'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 640.2 0)' xlink:href='%23g'/%3E%3Cpath fill='%2385340a' d='M316 243.7a1.9 1.9 0 1 0 1.8 2.9 4 4 0 0 0 2.2.6h.2a3.9 3.9 0 0 0 2.3-.6 1.9 1.9 0 1 0 1.8-3c.5.3.8.7.8 1.3 0 .6-.5 1.2-1.2 1.2a1.2 1.2 0 0 1-1.2-1.2 3 3 0 0 1-2.6 1.7 3 3 0 0 1-2.5-1.7 1.2 1.2 0 0 1-1.3 1.2c-.6 0-1.2-.6-1.2-1.2s.3-1 .8-1.2zm2 5.5c-2.1 0-3 1.8-4.8 3 1-.4 1.9-1.2 3.3-2s2.7.2 3.5.2c.8 0 2-1 3.5-.2 1.4.8 2.3 1.6 3.3 2-1.9-1.2-2.7-3-4.8-3a5.5 5.5 0 0 0-2 .6 5.5 5.5 0 0 0-2-.7z'/%3E%3Cpath fill='%2385340a' d='M317.2 251.6c-.8 0-1.8.2-3.4.6 3.7-.8 4.5.5 6.2.5 1.6 0 2.4-1.3 6.1-.5-4-1.2-4.9-.4-6.1-.4-.8 0-1.4-.3-2.8-.2z'/%3E%3Cpath fill='%2385340a' d='M314 252.2h-.8c4.3.5 2.3 3 6.8 3s2.5-2.5 6.8-3c-4.5-.4-3.1 2.3-6.8 2.3-3.5 0-2.4-2.3-6-2.3zm9.7 6.7a3.7 3.7 0 0 0-7.4 0 3.8 3.8 0 0 1 7.4 0z'/%3E%3Cpath id='e' fill='%2385340a' d='M303.4 234.3c4.7-4.1 10.7-4.8 14-1.7a8 8 0 0 1 1.5 3.5c.4 2.3-.3 4.8-2.1 7.4l.8.4a14.6 14.6 0 0 0 1.6-9.4 13.3 13.3 0 0 0-.6-2.3c-4.5-3.7-10.7-4-15.2 2z'/%3E%3Cpath id='d' fill='%2385340a' d='M310.8 233c2.7 0 3.3.7 4.5 1.7 1.2 1 1.9.8 2 1 .3.2 0 .8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7 0-5.7 3-6.2 2.8-.3-.2 2.1-3.5 6.2-3.5z'/%3E%3Cuse width='100%25' height='100%25' transform='translate(-18.4)' xlink:href='%23h'/%3E%3Ccircle id='f' cx='310.9' cy='236.3' r='1.9' fill='%2385340a'/%3E%3Cpath id='g' fill='%2385340a' d='M305.9 237.5c3.5 2.7 7 2.5 9 1.3 2-1.3 2-1.7 1.6-1.7-.4 0-.8.4-2.4 1.3-1.7.8-4.1.8-8.2-.9z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.br:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg stroke-width='1pt'%3E%3Cpath fill='%23229e45' fill-rule='evenodd' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23f8e509' fill-rule='evenodd' d='M321.4 436l301.5-195.7L319.6 44 17.1 240.7 321.4 436z'/%3E%3Cpath fill='%232b49a3' fill-rule='evenodd' d='M452.8 240c0 70.3-57.1 127.3-127.6 127.3A127.4 127.4 0 1 1 452.8 240z'/%3E%3Cpath fill='%23ffffef' fill-rule='evenodd' d='M283.3 316.3l-4-2.3-4 2 .9-4.5-3.2-3.4 4.5-.5 2.2-4 1.9 4.2 4.4.8-3.3 3m86 26.3l-3.9-2.3-4 2 .8-4.5-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.1m-36.2-30l-3.4-2-3.5 1.8.8-3.9-2.8-2.9 4-.4 1.8-3.6 1.6 3.7 3.9.7-3 2.7m87-8.5l-3.4-2-3.5 1.8.8-3.9-2.7-2.8 3.9-.4 1.8-3.5 1.6 3.6 3.8.7-2.9 2.6m-87.3-22l-4-2.2-4 2 .8-4.6-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.2m-104.6-35l-4-2.2-4 2 1-4.6-3.3-3.3 4.6-.5 2-4.1 2 4.2 4.4.8-3.3 3.1m13.3 57.2l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.1-4 2 4.2 4.4.8-3.3 3.1m132-67.3l-3.6-2-3.6 1.8.8-4-2.8-3 4-.5 1.9-3.6 1.7 3.8 4 .7-3 2.7m-6.7 38.3l-2.7-1.6-2.9 1.4.6-3.2-2.2-2.3 3.2-.4 1.5-2.8 1.3 3 3 .5-2.2 2.2m-142.2 50.4l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2M419 299.8l-2.2-1.1-2.2 1 .5-2.3-1.7-1.6 2.4-.3 1.2-2 1 2 2.5.5-1.9 1.5'/%3E%3Cpath fill='%23ffffef' fill-rule='evenodd' d='M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2'/%3E%3Cpath fill='%23ffffef' fill-rule='evenodd' d='M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m42.3 3l-2.6-1.4-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .5-2.3 2.1m-4.8 17l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m87.4-22.2l-2.6-1.6-2.8 1.4.6-3-2-2.3 3-.3 1.4-2.7 1.2 2.8 3 .5-2.2 2.1m-25.1 3l-2.7-1.5-2.7 1.4.6-3-2-2.3 3-.3 1.4-2.8 1.2 2.9 3 .5-2.2 2.1m-68.8-5.8l-1.7-1-1.7.8.4-1.9-1.3-1.4 1.9-.2.8-1.7.8 1.8 1.9.3-1.4 1.3m167.8 45.4l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m-20.8 6l-2.2-1.4-2.3 1.2.5-2.6-1.7-1.8 2.5-.3 1.2-2.3 1 2.4 2.5.4-1.9 1.8m10.4 2.3l-2-1.2-2.1 1 .4-2.3-1.6-1.7 2.3-.3 1.1-2 1 2 2.3.5-1.7 1.6m29.1-22.8l-2-1-2 1 .5-2.3-1.6-1.7 2.3-.3 1-2 1 2.1 2.1.4-1.6 1.6m-38.8 41.8l-2.5-1.4-2.7 1.2.6-2.8-2-2 3-.3 1.3-2.5 1.2 2.6 3 .5-2.3 1.9m.6 14.2l-2.4-1.4-2.4 1.3.6-2.8-1.9-2 2.7-.4 1.2-2.5 1.1 2.6 2.7.5-2 2m-19-23.1l-1.9-1.2-2 1 .4-2.2-1.5-1.7 2.2-.2 1-2 1 2 2.2.4-1.6 1.6m-17.8 2.3l-2-1.2-2 1 .5-2.2-1.6-1.7 2.3-.2 1-2 1 2 2.1.4-1.6 1.6m-30.4-24.6l-2-1.1-2 1 .5-2.3-1.6-1.6 2.2-.3 1-2 1 2 2.2.5-1.6 1.5m3.7 57l-1.6-.9-1.8.9.4-2-1.3-1.4 1.9-.2.9-1.7.8 1.8 1.9.3-1.4 1.3m-46.2-86.6l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.2-4 1.9 4.2 4.4.8-3.3 3.1'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M444.4 285.8a124.6 124.6 0 0 0 5.8-19.8c-67.8-59.5-143.3-90-238.7-83.7a124.5 124.5 0 0 0-8.5 20.9c113-10.8 196 39.2 241.4 82.6z'/%3E%3Cpath fill='%23309e3a' d='M414 252.4l2.3 1.3a3.4 3.4 0 0 0-.3 2.2 3 3 0 0 0 1.4 1.7c.7.5 1.4.8 2 .7.6 0 1-.3 1.3-.7a1.3 1.3 0 0 0 .2-.9 2.3 2.3 0 0 0-.5-1c-.2-.3-.7-1-1.5-1.8a7.7 7.7 0 0 1-1.8-3 3.7 3.7 0 0 1 2-4.4 3.8 3.8 0 0 1 2.3-.2 7 7 0 0 1 2.6 1.2c1.4 1 2.3 2 2.6 3.2a4.1 4.1 0 0 1-.6 3.3l-2.4-1.5c.3-.6.4-1.2.2-1.7-.1-.5-.5-1-1.2-1.4a3.2 3.2 0 0 0-1.8-.7 1 1 0 0 0-.9.5c-.2.3-.2.6-.1 1s.6 1.2 1.6 2.2c1 1 1.6 1.9 2 2.5a3.9 3.9 0 0 1-.3 4.2 4.1 4.1 0 0 1-1.9 1.5 4 4 0 0 1-2.4.3c-.9-.2-1.8-.6-2.8-1.3-1.5-1-2.4-2.1-2.7-3.3a5.4 5.4 0 0 1 .6-4zm-11.6-7.6l2.5 1.3a3.4 3.4 0 0 0-.2 2.2 3 3 0 0 0 1.4 1.6c.8.5 1.4.7 2 .6.6 0 1-.3 1.3-.8a1.3 1.3 0 0 0 .2-.8c0-.3-.2-.7-.5-1a34.6 34.6 0 0 0-1.6-1.8c-1.1-1.1-1.8-2-2-2.8a3.7 3.7 0 0 1 .4-3.1 3.6 3.6 0 0 1 1.6-1.4 3.8 3.8 0 0 1 2.2-.3 7 7 0 0 1 2.6 1c1.5 1 2.4 2 2.7 3.1a4.1 4.1 0 0 1-.4 3.4l-2.5-1.4c.3-.7.4-1.2.2-1.7s-.6-1-1.3-1.4a3.2 3.2 0 0 0-1.9-.6 1 1 0 0 0-.8.5c-.2.3-.2.6-.1 1s.7 1.2 1.7 2.2c1 1 1.7 1.8 2 2.4a3.9 3.9 0 0 1 0 4.2 4.2 4.2 0 0 1-1.8 1.6 4 4 0 0 1-2.4.3 8 8 0 0 1-2.9-1.1 6 6 0 0 1-2.8-3.2 5.4 5.4 0 0 1 .4-4zm-14.2-3.8l7.3-12 8.8 5.5-1.2 2-6.4-4-1.6 2.7 6 3.7-1.3 2-6-3.7-2 3.3 6.7 4-1.2 2-9-5.5zm-20.7-17l1.1-2 5.4 2.7-2.5 5c-.8.2-1.8.3-3 .2a9.4 9.4 0 0 1-3.3-1 7.7 7.7 0 0 1-3-2.6 6 6 0 0 1-1-3.5 8.6 8.6 0 0 1 1-3.7 8 8 0 0 1 2.6-3 6.2 6.2 0 0 1 3.6-1.1c1 0 2 .3 3.2 1 1.6.7 2.6 1.7 3.1 2.8a5 5 0 0 1 .3 3.5l-2.7-.8a3 3 0 0 0-.2-2c-.3-.6-.8-1-1.6-1.4a3.8 3.8 0 0 0-3.1-.3c-1 .3-1.9 1.2-2.6 2.6-.7 1.4-1 2.7-.7 3.8a3.7 3.7 0 0 0 2 2.4c.5.3 1.1.5 1.7.5a6 6 0 0 0 1.8 0l.8-1.6-2.9-1.5zm-90.2-22.3l2-14 4.2.7 1.1 9.8 3.9-9 4.2.6-2 13.8-2.7-.4 1.7-10.9-4.4 10.5-2.7-.4-1.1-11.3-1.6 11-2.6-.4zm-14.1-1.7l1.3-14 10.3 1-.2 2.4-7.5-.7-.3 3 7 .7-.3 2.4-7-.7-.3 3.8 7.8.7-.2 2.4-10.6-1z'/%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M216.5 191.3c0-1.5.3-2.6.7-3.6a6.7 6.7 0 0 1 1.4-1.9 5.4 5.4 0 0 1 1.8-1.2c1-.3 2-.5 3-.5 2.1 0 3.7.8 5 2a7.4 7.4 0 0 1 1.6 5.5c0 2.2-.7 4-2 5.3a6.5 6.5 0 0 1-5 1.7 6.6 6.6 0 0 1-4.8-2 7.3 7.3 0 0 1-1.7-5.3z'/%3E%3Cpath fill='%23f7ffff' d='M219.4 191.3c0 1.5.3 2.7 1 3.6.7.8 1.6 1.3 2.8 1.3a3.5 3.5 0 0 0 2.8-1.1c.7-.8 1-2 1.1-3.7 0-1.6-.2-2.8-1-3.6a3.5 3.5 0 0 0-2.7-1.3 3.6 3.6 0 0 0-2.8 1.2c-.8.8-1.1 2-1.2 3.6z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M233 198.5l.2-14h6c1.5 0 2.5.2 3.2.5.7.2 1.2.7 1.6 1.3s.6 1.4.6 2.3a3.8 3.8 0 0 1-1 2.6 4.5 4.5 0 0 1-2.7 1.2l1.5 1.2c.4.4.9 1.2 1.5 2.3l1.7 2.8h-3.4l-2-3.2-1.4-2a2.1 2.1 0 0 0-.9-.6 5 5 0 0 0-1.4-.2h-.6v5.8H233z'/%3E%3Cpath fill='%23fff' d='M236 190.5h2c1.4 0 2.3 0 2.6-.2.3 0 .6-.3.8-.5s.3-.7.3-1c0-.6-.1-1-.4-1.2-.2-.3-.6-.5-1-.6h-2l-2.3-.1v3.5z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M249 185.2l5.2.3c1.1 0 2 .1 2.6.3a4.7 4.7 0 0 1 2 1.4 6 6 0 0 1 1.2 2.4c.3.9.4 2 .3 3.3a9.3 9.3 0 0 1-.5 3c-.4 1-1 1.8-1.7 2.4a5 5 0 0 1-2 1c-.6.2-1.5.2-2.5.2l-5.3-.3.7-14z'/%3E%3Cpath fill='%23fff' d='M251.7 187.7l-.5 9.3h3.8c.5 0 .9-.2 1.2-.5.3-.3.6-.7.8-1.3.2-.6.4-1.5.4-2.6l-.1-2.5a3.2 3.2 0 0 0-.8-1.4 2.7 2.7 0 0 0-1.2-.7 13 13 0 0 0-2.3-.3h-1.3z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M317.6 210.2l3.3-13.6 4.4 1 3.2 1c.7.4 1.3 1 1.6 1.9.4.8.4 1.7.2 2.8-.2.8-.5 1.5-1 2a3.9 3.9 0 0 1-3 1.4c-.7 0-1.7-.2-3-.5l-1.7-.5-1.2 5.2-2.8-.7z'/%3E%3Cpath fill='%23fff' d='M323 199.6l-.8 3.8 1.5.4c1 .2 1.8.4 2.2.3a1.9 1.9 0 0 0 1.6-1.5c0-.5 0-.9-.2-1.3a2 2 0 0 0-1-.9l-1.9-.5-1.3-.3z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M330.6 214.1l4.7-13.2 5.5 2c1.5.5 2.4 1 3 1.4.5.5.9 1 1 1.8s.2 1.5 0 2.3c-.4 1-1 1.7-1.8 2.2-.8.4-1.8.5-3 .3.4.5.8 1 1 1.6l.8 2.7.6 3.1-3.1-1.1-1-3.6a19.5 19.5 0 0 0-.7-2.4 2.1 2.1 0 0 0-.6-.8c-.2-.3-.6-.5-1.3-.7l-.5-.2-2 5.6-2.6-1z'/%3E%3Cpath fill='%23fff' d='M336 207.4l1.9.7c1.3.5 2.1.7 2.5.7.3 0 .6 0 .9-.3.3-.2.5-.5.6-.9.2-.4.2-.8 0-1.2a1.7 1.7 0 0 0-.8-.9l-2-.7-2-.7-1.2 3.3z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M347 213.6a9 9 0 0 1 1.7-3.2 6.6 6.6 0 0 1 1.8-1.5 6 6 0 0 1 2-.7c1 0 2 0 3.1.4a6.5 6.5 0 0 1 4.2 3.3c.8 1.6.8 3.5.2 5.7a7.4 7.4 0 0 1-3.4 4.5c-1.5.9-3.3 1-5.2.4a6.6 6.6 0 0 1-4.2-3.3 7.3 7.3 0 0 1-.2-5.6z'/%3E%3Cpath fill='%23fff' d='M349.8 214.4c-.4 1.5-.5 2.8 0 3.8s1.2 1.6 2.3 2c1 .3 2 .2 3-.4 1-.5 1.6-1.6 2.1-3.2.5-1.5.5-2.7 0-3.7a3.5 3.5 0 0 0-2.2-2 3.6 3.6 0 0 0-3 .3c-1 .6-1.7 1.6-2.2 3.2z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M374.3 233.1l6.4-12.4 5.3 2.7a10 10 0 0 1 2.7 1.9c.5.5.8 1.1.8 1.9s0 1.5-.4 2.2a3.8 3.8 0 0 1-2 2c-1 .2-2 .2-3.1-.2.4.6.6 1.2.8 1.7.2.6.3 1.5.4 2.8l.2 3.2-3-1.5-.4-3.7a20 20 0 0 0-.3-2.5 2 2 0 0 0-.5-1l-1.2-.7-.5-.3-2.7 5.2-2.5-1.3z'/%3E%3Cpath fill='%23fff' d='M380.5 227.2l1.9 1c1.2.6 2 1 2.3 1 .3 0 .7 0 1-.2.3-.1.5-.4.7-.8.2-.4.3-.8.2-1.2a2 2 0 0 0-.7-1 23.7 23.7 0 0 0-1.8-1l-2-1-1.6 3.2z'/%3E%3C/g%3E%3Cg stroke-opacity='.5'%3E%3Cpath fill='%23309e3a' d='M426.1 258.7a8.9 8.9 0 0 1 2.5-2.6 6.6 6.6 0 0 1 2.2-.9 5.5 5.5 0 0 1 2.2 0c1 .2 1.9.6 2.8 1.2a6.6 6.6 0 0 1 3 4.4c.3 1.7-.2 3.6-1.4 5.5a7.3 7.3 0 0 1-4.5 3.3 6.5 6.5 0 0 1-5.2-1.1 6.6 6.6 0 0 1-3-4.4c-.3-1.8.2-3.6 1.4-5.4z'/%3E%3Cpath fill='%23fff' d='M428.6 260.3c-1 1.3-1.3 2.5-1.1 3.6a3.6 3.6 0 0 0 1.6 2.5c1 .7 2 .9 3 .6 1-.3 2-1 2.9-2.4.9-1.4 1.3-2.6 1.1-3.6-.1-1-.7-1.9-1.6-2.6s-2-.8-3-.5c-1 .2-2 1-3 2.4z'/%3E%3C/g%3E%3Cpath fill='%23309e3a' d='M301.8 204.5l2.3-9.8 7.2 1.7-.3 1.6-5.3-1.2-.5 2.2 4.9 1.1-.4 1.7-4.9-1.2-.6 2.7 5.5 1.3-.4 1.6-7.5-1.7z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.cl:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h682.7v512H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='scale(.9375)'%3E%3Cpath fill='%23fff' d='M256 0h512v256H256z'/%3E%3Cpath fill='%230039a6' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23fff' d='M167.8 191.7L128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z'/%3E%3Cpath fill='%23d52b1e' d='M0 256h768v256H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.co:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23ffe800' d='M0 0h640v480H0z'/%3E%3Cpath fill='%2300148e' d='M0 240h640v240H0z'/%3E%3Cpath fill='%23da0010' d='M0 360h640v120H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.cr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%230000b4' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M0 75.4h640v322.3H0z'/%3E%3Cpath fill='%23d90000' d='M0 157.7h640v157.7H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.do:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-222.6-115.2h958v718.4h-958z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='matrix(.67 0 0 .67 148.7 77)'%3E%3Cpath fill='%2300319c' fill-rule='evenodd' d='M322 329h446.5v273.9H322z'/%3E%3Cpath fill='%23d62918' fill-rule='evenodd' d='M-256.7 329.8h445.2v273h-445.2z'/%3E%3Cpath fill='%2300319c' fill-rule='evenodd' d='M-255.8-115.2h445.2v305.4h-445.2z'/%3E%3Cpath fill='%23d62918' fill-rule='evenodd' d='M324.6-112.7h443V193h-443z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-256.4 190.1H769.5v141.7h-1026z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M187.4-113.7h138.3v717H187.4z'/%3E%3Cpath fill='%23cecece' d='M246.5 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M247.2 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M247.9 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23848c9c' d='M252.8 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23848ca5' d='M254 194.5l.4.2-.4-.2z'/%3E%3Cpath fill='%23848c9c' d='M254.9 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M259.8 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M260.5 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M261.2 194.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M241.5 195l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M242.2 195l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M243 195l.6.6-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M243.7 195l.7.6-.8-.7z'/%3E%3Cpath fill='%23425a84' d='M244.3 195l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M245.5 195.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23002984' d='M247 195.2l.4.2-.5-.2z'/%3E%3Cpath fill='%23003994' d='M235.7 201.5a59 59 0 0 0-26.7 4.9c-4.8 2.8-4.3 10.7 2.1 10.5v.6h-1.4v.7l10.6-2.7v-.6H216v-.7h5l-1.4-2.7 25.3-2.7-1.4-4.7a69 69 0 0 1 26 2v.7l-5.6-1.3c.6 2.9 4 2.2 6.3 1.3l-7 1.4v.6l16.2 1.5 16.8 3.9v.7l-9.1-1.4v.7l11.2 3.3-2-2v-.6l2.7 3.3c4.5.2 7.9 1.2 10.6 4.7l-9.8-4 5.6 12.7h.7v-2h.7v2l6.3-1.3c-1.6-6.8-4.5-14.8-11.2-18.1.6-2.6 0-3.7-2.2-5.4 2.6 5.2-1.7 7.3-5.6 3.4l-1.4 1.3 1.4-4.7-4.2 4 .7-4.6h-.7l-.7 4-2.1-2-.7 2-11.3-1.4v-6l1.4 2h.7v-2l3.5 2h.7l14.1.7.7 5.3h.7l2.1-4.6a74.3 74.3 0 0 0-26.7-4.7c.5-4.6-4.5-5.4-8.4-6-6.8-1-27.4-3.3-28.2 6z'/%3E%3Cpath fill='%23002984' d='M261 195.2l.5.2-.5-.2z'/%3E%3Cpath fill='%2300184a' d='M262.4 195.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23314a7b' d='M263.4 195l.7.6-.8-.7z'/%3E%3Cpath fill='%2342425a' d='M264 195l.8.6-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M264.8 195l.6.6-.6-.7z'/%3E%3Cpath fill='%23ada5a5' d='M265.5 195l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M266.2 195l.7.6-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M239.4 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M240.1 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M240.8 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M241.5 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M242.2 195.6l.7.7-.7-.7m23.3 0l.6.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M266.2 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M266.9 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M267.6 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M268.3 195.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M237.3 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M238 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M238.7 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M239.4 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M246.5 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M247.2 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M247.9 196.3l.7.7-.7-.7m1.4 0l.7.7-.7-.7zm4.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M257.7 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M259.8 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M260.5 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M268.3 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M269 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M269.7 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M270.4 196.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M236 197l-.8 1.3.7-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M236.6 197l.7.6-.7-.6z'/%3E%3Cpath fill='%2310295a' d='M237.3 197l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M241.5 197l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M242.2 197l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad9431' d='M243 197l.6.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M243.7 197l.7.6-.8-.6z'/%3E%3Cpath fill='%23395273' d='M244.3 197l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8442' d='M246.5 197l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M247.9 197l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M249.3 197l.7.6-.7-.6zm4.2 0l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M260.5 197l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M263.8 197.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23295284' d='M264.8 197l.6.6-.6-.6z'/%3E%3Cpath fill='%2300184a' d='M270.4 197l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M271 197l.8.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M271.8 197l.7.6-.7-.6z'/%3E%3Cpath fill='%2331394a' d='M236 197.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M241.5 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M244.3 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M246.5 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M247.9 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M255.6 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M256.3 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M257 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M258.4 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M262.6 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M264.8 197.6l.6.7-.6-.7z'/%3E%3Cpath fill='%2310214a' d='M271.8 197.6l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23cecece' d='M272.5 197.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23212139' d='M235.2 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M241.5 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M242.2 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M243.2 198.7l.2.5-.2-.5z'/%3E%3Cpath fill='%23395273' d='M243.9 198.7l.2.5-.2-.5z'/%3E%3Cpath fill='%236b735a' d='M245 198.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M247.2 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M248.6 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M255.6 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M256.3 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M257 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M258.4 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M259.1 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M262.6 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M264.8 198.3l.6.7-.6-.7z'/%3E%3Cpath fill='%23efefef' d='M273.2 198.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M234.5 199l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M235.2 199l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M241.5 199l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M245 199l.8.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M245.8 199l.7.6-.7-.6z'/%3E%3Cpath fill='%234a636b' d='M247.2 199l.7.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M247.9 199l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad9431' d='M248.6 199l.7.6-.7-.6m9.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M259.4 199.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23efbd08' d='M262.6 199l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad9431' d='M263.4 199l.7.6-.8-.6z'/%3E%3Cpath fill='%23cead21' d='M264 199l.8.6-.8-.6z'/%3E%3Cpath fill='%23ad9431' d='M264.8 199l.6.6-.6-.6z'/%3E%3Cpath fill='%23002984' d='M272.5 199l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M273.2 199l.7.6-.7-.6m-38.7.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M235.4 200l.3.5-.3-.4z'/%3E%3Cpath fill='%236b735a' d='M241.5 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M243 199.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M245 199.6l.8.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M245.8 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M247.2 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M247.9 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M255.6 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M256.3 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M257 199.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M262 199.6l.6.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M263.4 199.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23bd9c29' d='M264.5 199.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23bdbdbd' d='M234.5 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M241.5 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M243 200.3l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M243.7 200.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23395273' d='M244.3 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M245.8 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M249.3 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M255.8 200.8l.3.4-.3-.5m1.2-.4l1.4 2-1.4-2z'/%3E%3Cpath fill='%234a636b' d='M259.1 200.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M262 200.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M264 200.3l.8.7-.8-.7z'/%3E%3Cpath fill='%23ada5a5' d='M231.7 201l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M234.5 201l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M235.2 201l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M243 201l.6.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M245.8 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23cead21' d='M246.5 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M247.2 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M247.9 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M248.6 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M249.3 201l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M259.1 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad9431' d='M262.6 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23cead21' d='M264 201l.8.6-.8-.6z'/%3E%3Cpath fill='%23184a8c' d='M265.5 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M272.5 201l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M273.2 201l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M276 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M278.8 201l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M223.3 201.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M224 201.6l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M225.1 201.9l.5.2-.5-.2z'/%3E%3Cpath fill='%2342425a' d='M226 201.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M226.8 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M228 201.9l.4.2-.5-.2z'/%3E%3Cpath fill='%2300216b' d='M228.9 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M243 201.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M245.8 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M246.5 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M248.6 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M249.3 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M250.7 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M251.4 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M252 201.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M254.9 201.6l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M259.1 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M259.8 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M261.2 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M262.6 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M264 201.6l.8.7-.8-.7m1.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M278.8 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M280 201.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23314a7b' d='M281 201.6l.6.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M281.6 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M282.3 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M283 201.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M283.8 201.6l.6.7-.6-.7z'/%3E%3Cpath fill='%23cecece' d='M284.4 201.6l.8.7-.8-.7m-65.4.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M219.7 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M220.4 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M221.1 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2329396b' d='M221.8 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M222.5 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M223.3 202.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M224 202.3l.6.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M234.5 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M242.2 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M243 202.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M264 202.3l.8.7-.8-.7z'/%3E%3Cpath fill='%237b7b52' d='M264.8 202.3l.6.7-.6-.7z'/%3E%3Cpath fill='%23295284' d='M265.5 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M271.8 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M284.2 202.5l.5.3-.5-.3z'/%3E%3Cpath fill='%2300184a' d='M285.1 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M285.9 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M286.6 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M287.3 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M288 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M288.7 202.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M216.2 203l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M217 203l.6.6-.7-.6z'/%3E%3Cpath fill='%23525a6b' d='M217.6 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2310295a' d='M218.3 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M219 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M226.8 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M234.5 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M271.8 203l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23395273' d='M275.3 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a8c' d='M276 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M277.4 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M288.7 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M289.4 203l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M290 203l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M290.8 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M291.5 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M292.2 203l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M213.4 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M214.1 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M214.8 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M215.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23002984' d='M216.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M221.1 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M221.8 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23395273' d='M222.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M225.4 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M226 203.7l.8.6-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M227.2 203.9l.5.2-.5-.2z'/%3E%3Cpath fill='%234a636b' d='M228.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M234.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23002984' d='M246.2 203.9l.5.2-.5-.2z'/%3E%3Cpath fill='%2300215a' d='M247.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M247.9 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2329396b' d='M248.6 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23425a84' d='M249.3 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M253.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23737b94' d='M254.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2329396b' d='M259.1 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M260.3 203.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23002984' d='M261.7 203.9l.5.2-.5-.2z'/%3E%3Cpath fill='%236b6b4a' d='M271.8 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M276 203.7l1.4 5.3-1.4-5.3z'/%3E%3Cpath fill='%23cead21' d='M279.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M280.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M281.6 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23395273' d='M284.4 203.7l-.6 2.6.6-2.6z'/%3E%3Cpath fill='%23002984' d='M291.5 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M292.2 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M292.9 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M293.6 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M294.3 203.7l.7.6-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M211.3 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M212 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2331425a' d='M212.7 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M213.4 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M220.4 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M223.3 204.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M225.8 204.5l.5.3-.5-.3z'/%3E%3Cpath fill='%237b7b52' d='M226.8 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M228 204.5l.4.3-.5-.3z'/%3E%3Cpath fill='%2300216b' d='M235.2 204.3l.7.7-.7-.7m8.5 0l.7.7-.8-.7z'/%3E%3Cpath fill='%2363636b' d='M244.3 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M261.2 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M262 204.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M262.6 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M263.4 204.3l.7.7-.8-.7z'/%3E%3Cpath fill='%2300184a' d='M264.3 204.8l.2.4-.2-.4z'/%3E%3Cpath fill='%23001039' d='M271 204.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M271.8 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M278.1 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M278.8 204.3l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23deb518' d='M279.5 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M281.6 204.3l1.4 1.4-1.4-1.4zm4.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M286.6 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M287.3 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad9431' d='M288 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M288.7 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M294.3 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M295 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M295.7 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M296.4 204.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M209.9 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M210.6 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M211.3 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M217.6 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M221.1 205l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M221.8 205l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M222.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M224 205l.6.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M225.4 205l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%238c8442' d='M226 205l.8.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M226.8 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M227.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M228.2 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M235.2 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M241.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M242.2 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M243 205l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M244.3 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M262.6 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M263.6 205.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23002984' d='M265 205.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23313931' d='M271 205l.8.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M276.7 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M278.8 205l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M279.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M281 205l.6.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M281.6 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M283 205l.7.7-.7-.7m2.4.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23cead21' d='M285.9 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M286.6 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M287.3 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M289.4 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M290 205l.8.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M290.8 205l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M291.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M292.2 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M292.9 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M296.4 205l.7.7-.7-.7z'/%3E%3Cpath fill='%2331394a' d='M297.1 205l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M297.8 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M298.5 205l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M208.5 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23212139' d='M209.2 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M209.9 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M212.7 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M213.4 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M214.1 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M215.5 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M217.6 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a8c' d='M219 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M219.7 205.7l.7 2-.7-2z'/%3E%3Cpath fill='%237b7b52' d='M221.1 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23003994' d='M221.8 205.7v2.6h1.4v-2.6h-1.4z'/%3E%3Cpath fill='%23efbd08' d='M223.3 205.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M224 205.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M225.4 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efbd08' d='M226.8 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M227.5 205.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%237b7b52' d='M228.2 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M235.2 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M238 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M239.7 206.6v1.6h3.3l-3.3-1.6z'/%3E%3Cpath fill='%2300215a' d='M240.8 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M241.5 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2331394a' d='M244.3 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M267.6 205.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23002984' d='M268.3 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M270.6 206.1l.2.5-.2-.5z'/%3E%3Cpath fill='%238c8442' d='M271 205.7l.8.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M280.2 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23003994' d='M281.2 206.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23deb518' d='M282.3 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M283 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M284.4 205.7l.8.6-.8-.6z'/%3E%3Cpath fill='%23ad9431' d='M286.6 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23003994' d='M287.3 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M288 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8442' d='M289.4 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M290 205.7l.8.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M290.8 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M291.5 207l2.1-.7-2.1.7z'/%3E%3Cpath fill='%236b735a' d='M293.6 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M295 205.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2310214a' d='M298.5 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M299.2 205.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M207 206.3l.8.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M207.8 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M208.5 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad9431' d='M212.7 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M214.6 206.6l.4.2-.4-.3m1.6-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M217.6 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M221.1 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M225.6 206.8l.2.4-.2-.4z'/%3E%3Cpath fill='%239c8c42' d='M226 206.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M228 206.6l.4.2-.5-.3z'/%3E%3Cpath fill='%238c8442' d='M228.9 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M236.1 206.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23002984' d='M236.6 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M237.3 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M238 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M244.3 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M245 206.3l.8.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M263.4 206.3l.7.7-.8-.7z'/%3E%3Cpath fill='%2300184a' d='M269 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M278.1 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M278.8 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M279.5 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M280.2 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M284.4 206.3l.8.7-.8-.7z'/%3E%3Cpath fill='%23184a8c' d='M285.1 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M286.6 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M287.3 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M288 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M289.4 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M290.8 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M292.2 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M292.9 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M293.6 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M295.7 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M299.2 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23212139' d='M300 206.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M300.6 206.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M206.4 207l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2300215a' d='M207 207l.8.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M212.7 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M214.1 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M214.8 207v2.7h.7l-.7-2.7z'/%3E%3Cpath fill='%239c8c42' d='M215.5 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M217 207l1.3 1.3-1.4-1.3z'/%3E%3Cpath fill='%23395273' d='M217.6 207l.7.7-.7-.7zm8.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M227.2 207.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23deb518' d='M228.2 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M228.9 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M236.8 207.4l.3.5-.3-.5z'/%3E%3Cpath fill='%23002984' d='M244.3 207l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M245 207l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M262.6 207l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M263.4 207l.7.7-.8-.7z'/%3E%3Cpath fill='%23000818' d='M269.7 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M278.1 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M278.8 207l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M279.5 207l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ffce08' d='M280.2 207l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M282.3 207l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M283.8 207l.6.7-.6-.7z'/%3E%3Cpath fill='%23395273' d='M285 207.2l.4.2-.5-.2z'/%3E%3Cpath fill='%239c8c42' d='M290.8 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M291.5 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M294.3 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M298.5 207l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M299.2 207l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M300.6 207l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M301.3 207l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%2300216b' d='M206.4 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295284' d='M212.7 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a8c' d='M215.5 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M217 207.7l.6.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M219 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23cead21' d='M221.1 207.7l.7.6-.7-.6m2.1 0l.8.6-.8-.6z'/%3E%3Cpath fill='%237b7b52' d='M225.4 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M226.8 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efbd08' d='M228.4 208.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23ad9431' d='M228.9 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M237.3 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M237.3 209l2.1-1.3-2 1.3z'/%3E%3Cpath fill='%2300216b' d='M239.4 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23525a6b' d='M245 207.7l.8.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M262.6 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M266.9 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M266.9 209l2-1.3-2 1.3z'/%3E%3Cpath fill='%2300184a' d='M269 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M269.7 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M276.7 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M278.1 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efbd08' d='M279.5 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M280.2 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M282.3 207.7l.7.6-.7-.6zm2.8 0l.7.6-.7-.6m1.4 0l.8.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M287.3 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efbd08' d='M288 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23cead21' d='M290.8 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M291.5 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M293.6 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%239c8c42' d='M300 207.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M301.3 207.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M205 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M205.7 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M213.4 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M214.1 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M217.2 208.8l.2.4-.3-.4z'/%3E%3Cpath fill='%23ad9431' d='M219 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M220.4 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad9431' d='M222.3 208.6l.5.2-.5-.2m1.6-.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M226 208.3l.8.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M228.9 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M243.7 208.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23636b7b' d='M245 208.3l.8.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M262 208.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M262.6 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M271 208.3l.8.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M280.2 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M284.4 208.3l.8.7-.8-.7z'/%3E%3Cpath fill='%237b7b52' d='M285.1 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M286.6 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M291.5 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M292.9 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M293.6 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M294.3 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M295 208.3l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%235a6b63' d='M297.8 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M298.5 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M300.6 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M302 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M302.7 208.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M205 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M213.4 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M214.1 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M215.5 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M218.3 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M219 209l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ad9431' d='M221.1 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M223.3 209l.6.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M226.8 209l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M227.5 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M228.2 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M244.3 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M245 209l.8.7-.7-.7m16.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M262.6 209l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%2331394a' d='M263.4 209l.7.7-.8-.7z'/%3E%3Cpath fill='%237b7b52' d='M281.6 209l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M282.3 209l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M284.4 209l.8.7-.8-.7z'/%3E%3Cpath fill='%23ad9431' d='M285.1 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M288 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M290 209l.8.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M292.9 209l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M295 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M295.7 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M299.2 209l-.7 2.7h.7V209z'/%3E%3Cpath fill='%237b7b52' d='M300 209l.6.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M301.3 209l.7.7-.7-.7z'/%3E%3Cpath fill='%23425a84' d='M303 209.4l.2.5-.2-.5z'/%3E%3Cpath fill='%2342425a' d='M205 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M213.4 209.7l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23deb518' d='M215.5 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M217 209.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M219 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M242.2 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M243 209.7l.6.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M243.7 209.7l.7.6-.8-.6z'/%3E%3Cpath fill='%23efefef' d='M244.3 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M264 209.7l.8.6-.8-.6z'/%3E%3Cpath fill='%2321315a' d='M264.8 209.7l.6.6-.6-.6z'/%3E%3Cpath fill='%2300216b' d='M265.5 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M285.9 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8442' d='M288 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M288.7 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7b52' d='M290 209.7l.8.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M292.2 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd9c29' d='M295.7 209.7l-.7 2 .7-2z'/%3E%3Cpath fill='%235a6b63' d='M297.1 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M297.8 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b63' d='M298.5 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23395273' d='M300 209.7l.6.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M301.3 209.7l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M205 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M213.4 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M216.2 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M218.3 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M226.8 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M227.5 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M228.2 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M228.9 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M238 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23848c9c' d='M238.7 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M242.2 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M265.5 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23848c9c' d='M269 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M269.7 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M278.8 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M279.5 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M280.2 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M281 210.3l.6.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M290 210.3l.8.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M290.8 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M292.2 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cead21' d='M292.9 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M294.3 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M295 210.3l.7.7-.7-.7m2.6.3l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8442' d='M300 210.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M301.3 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M302.7 210.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M205 211l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M205.7 211l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M214.1 211l.7.7-.7-.7z'/%3E%3Cpath fill='%234a636b' d='M214.8 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M219.7 212.3l2.1-.6-2 .7z'/%3E%3Cpath fill='%2300215a' d='M221.8 211l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M222.5 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M223.3 211l.6.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M224 211l.6.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M224.7 211l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M225.4 211l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M226 211l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M226.8 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M227.5 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M280.2 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M281 211l.6.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M281.6 211l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M282.3 211l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M283 211l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M283.8 211l.6.7-.6-.7z'/%3E%3Cpath fill='%23314a7b' d='M284.4 211l.8.7-.8-.7z'/%3E%3Cpath fill='%2300184a' d='M285.1 211l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M285.9 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M287 211.2l.5.3-.5-.3z'/%3E%3Cpath fill='%23184a8c' d='M292.9 211l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b63' d='M296.4 211l.7.7-.7-.7zm1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M299.2 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M300.6 211l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M302.7 211l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M205 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M205.7 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M220.4 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M221.1 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M221.8 211.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23bdbdbd' d='M286.6 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M287.3 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M288 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M295 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M295.7 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb518' d='M296.4 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9c29' d='M297.8 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7b52' d='M298.5 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M302 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M302.7 211.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M203.6 212.3l.7.7-.8-.7z'/%3E%3Cpath fill='%2363636b' d='M204.3 212.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M205.2 212.8l.2.5-.2-.5z'/%3E%3Cpath fill='%2300216b' d='M217.6 212.3l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%2300184a' d='M218.3 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M219 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M220.4 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M286.6 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23212139' d='M287.3 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M288 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M289 212.8l.1.5-.2-.5z'/%3E%3Cpath fill='%23184a8c' d='M296.4 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c8c42' d='M297.1 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295284' d='M300 212.3l.6.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M302.7 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M303.4 212.3l.8.7-.8-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M304.1 212.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M202.8 213l-1.4 2 1.4-2z'/%3E%3Cpath fill='%2310214a' d='M203.6 213l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23003994' d='M204.3 213c-2 2.1-5 4.5-3.6 7.4-3.7 2-4.4 6.4-5.6 10l7.7 1.4 5.7-12.7-7.8.6v-.6l7-.7-3.5-5.4z'/%3E%3Cpath fill='%23002984' d='M214.1 213l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M214.8 213l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M216 213.2l.4.3-.4-.3z'/%3E%3Cpath fill='%23002984' d='M217.6 213l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M221.1 213l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M286.6 213l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M287.3 213l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M291.5 213l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a8c' d='M297.8 213l.7.7-.7-.7z'/%3E%3Cpath fill='%23395273' d='M298.5 213l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M304.1 213l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M304.9 213l2 2-2-2z'/%3E%3Cpath fill='%2300216b' d='M205 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M205.7 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M212 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M213.2 214l.4.1-.4-.2z'/%3E%3Cpath fill='%2300216b' d='M214.1 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M221.1 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M286.6 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M291.5 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M292.2 213.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M293.4 214l.4.1-.4-.2z'/%3E%3Cpath fill='%2300216b' d='M294.5 214.1l.3.5-.3-.5m10.3-.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M205.7 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M210.1 214.8l.2.5-.2-.5z'/%3E%3Cpath fill='%2300184a' d='M211 214.6l.5.2-.4-.2z'/%3E%3Cpath fill='%2300215a' d='M216.2 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M220.4 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M221.1 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M285.9 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M286.6 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M287.7 214.6l.5.2-.5-.2z'/%3E%3Cpath fill='%2300215a' d='M288.7 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M289.4 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M290 214.4l.8.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M295.5 214.6l.4.2-.4-.2z'/%3E%3Cpath fill='%2300216b' d='M305.6 214.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M200.7 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23212139' d='M201.4 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M205.7 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M206.4 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M209 215.3l.4.2-.5-.3z'/%3E%3Cpath fill='%2300216b' d='M214.1 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M214.8 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M215.5 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M220.4 215l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M221.1 215l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%237b7373' d='M285.9 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M286.6 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M287.3 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M290 215l.8.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M291.3 215.3l.4.2-.4-.3z'/%3E%3Cpath fill='%23002984' d='M292.2 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M296.4 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M297.1 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M297.8 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M306.3 215l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M307 215l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M200.7 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M208.5 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M213.2 216l.4.1-.4-.2z'/%3E%3Cpath fill='%23002984' d='M214.1 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M219.7 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M287.3 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M288 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M292.2 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M292.9 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M293.6 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2331425a' d='M307 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M307.7 215.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M200 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M200.7 216.4l.7.6-.7-.6m5.7 0l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M211.8 216.6l.4.2-.4-.2z'/%3E%3Cpath fill='%2300216b' d='M217.6 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M218.3 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M219 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M219.7 216.4l.7.6-.7-.6m68.3 0l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M288.7 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23314a7b' d='M289.4 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M290 216.4l.8.6-.7-.6m3.5 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23001039' d='M294.3 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M295 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M307.7 216.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M199.3 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M200 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M207.8 217l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M210.3 217.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23002984' d='M214.1 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M214.8 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M215.5 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M216.2 217l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M217 217l.6.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M217.6 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M290 217l.8.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M290.8 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M291.5 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M292.2 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M293.6 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M294.3 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M295 217l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M295.7 217l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M296.4 217l.7.7-.7-.7m2.8 0l.7.7-.7-.7m8.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M308.4 217l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M199.3 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M207.8 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M209.2 217.7l.7.7-.7-.7m2 0l.8.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M212 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M212.7 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M214.1 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M214.8 217.7l.7.7-.7-.7m78 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M293.6 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M295 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M295.7 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M298.5 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M308.4 217.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M198.6 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2310295a' d='M199.3 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M205 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M209.9 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M210.6 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M211.3 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M214.1 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M292.2 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M292.9 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M295.5 218.6l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8c8c' d='M296.4 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M297.1 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23080829' d='M297.8 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M301.3 218.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M309 218.4l.8.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M198.6 219l.7.7-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M200.7 219l.7.7-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M202 219.3l.4.2-.5-.2z'/%3E%3Cpath fill='%2300216b' d='M202.8 219l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M209.2 219l.7.7-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M209.9 219l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M298.5 219l.7.7-.7-.6z'/%3E%3Cpath fill='%2310295a' d='M299.2 219l.7.7-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M303.4 219l.8.7-.8-.6z'/%3E%3Cpath fill='%2300184a' d='M304.6 219.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23002984' d='M305.8 219.5l.2.4-.2-.4z'/%3E%3Cpath fill='%23212139' d='M309 219l.8.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M198 219.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M207.8 219.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M208.5 219.7l-.7 1.4.7-1.4m90.7 0l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%2310214a' d='M300 219.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M306.3 219.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M307 219.7l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23002984' d='M309 219.7l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M309.8 219.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M198 220.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M198.6 220.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2310295a' d='M207 220.4l.8.6-.7-.6z'/%3E%3Cpath fill='%23101831' d='M300.6 220.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M309.8 220.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M197.2 221l.7.7-.7-.6z'/%3E%3Cpath fill='%23101829' d='M198 221l.6.7-.7-.6z'/%3E%3Cpath fill='%23002984' d='M206.4 221l.7.7-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M207 221l.8.7-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M213.4 221l.7.7-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M214.1 221v.7H295l-24.6-.6H214m86.5 0l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M301.3 221l.7.7-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M309.8 221l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M310.5 221l.7.7-.7-.6z'/%3E%3Cpath fill='%23424242' d='M197.2 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M198 221.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M206.4 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M213.4 221.7l3.5 3.4-3.5-3.4z'/%3E%3Cpath fill='%2300216b' d='M214.1 221.7l2.1 2-2.1-2z'/%3E%3Cpath fill='%23003994' d='M214.8 221.7l5.9 7.4.4 26h6.4c0-8.2 1.8-16.8-4.3-23.3l8.5 5.3-3.5-10 19.7 18.7-14.8-22.7 14 18h.8v-19.4h-33.1z'/%3E%3Cpath fill='%2300184a' d='M247.9 221.7v20.1h.7l-.7-20z'/%3E%3Cpath fill='%23631808' d='M259.8 221.7v20.1h.7l-.7-20z'/%3E%3Cpath fill='%23de2110' d='M260.5 221.7v18.8l14.8-17.4-14.8 22.7 20.4-18.7-4.2 9.3 8.4-5.3c-4.5 8.3-4.2 14.5-4.2 24h6.4l.4-26 5.9-7.4h-33z'/%3E%3Cpath fill='%23b51010' d='M293.6 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M294.3 221.7l-1.4 2 1.4-2z'/%3E%3Cpath fill='%238c8c8c' d='M301.3 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M302 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M310.5 221.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M196.5 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23000818' d='M197.2 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M205.7 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M206.4 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M292.9 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M302 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M309 222.4l.8.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M310.5 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M311.2 222.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M196.5 223l.7.7-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M197.2 223l.7.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M205.7 223l.7.7-.7-.6z'/%3E%3Cpath fill='%23002984' d='M233.1 223l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M302 223l.7.7-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M310 223.5l.2.5-.2-.5z'/%3E%3Cpath fill='%239c9494' d='M311.2 223l.7.7-.7-.6M196 224l.3.5-.3-.4z'/%3E%3Cpath fill='%23292921' d='M196.5 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M205 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M205.7 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M216.2 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M233.1 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23212139' d='M233.8 223.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23100808' d='M274.6 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M292.2 223.7l-4.2 4.7 4.2-4.7z'/%3E%3Cpath fill='%23efefef' d='M302 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M302.7 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2331425a' d='M311.2 223.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M196.5 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M205 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M217 224.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M233.1 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b5a00' d='M233.8 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M273.2 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b5a00' d='M273.9 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M302.7 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M311.2 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M311.9 224.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M195.8 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23002984' d='M204.3 225l.6.7-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M205 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M217 225l3.4 3.4-3.5-3.3z'/%3E%3Cpath fill='%2310214a' d='M217.6 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23392121' d='M233.8 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23cea508' d='M234.7 225.5l.3.5-.3-.5z'/%3E%3Cpath fill='%23293129' d='M235.2 225l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23631808' d='M272.5 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23634a00' d='M273.9 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M274.6 225l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M302.7 225l.7.7-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M303.4 225l.8.7-.8-.6z'/%3E%3Cpath fill='%23636b7b' d='M311.9 225l.7.7-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M195.8 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M204.3 225.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M218.3 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M233.8 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M235.2 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M271.8 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M273.2 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M273.9 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M303.4 225.7l.8.7-.8-.7z'/%3E%3Cpath fill='%2310214a' d='M311.9 225.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M195.1 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M195.8 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M204.3 226.4l.6.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M219 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23634a00' d='M234.5 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23deb508' d='M235.2 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M236 226.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M271.8 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M273.9 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M303.4 226.4l.8.7-.8-.7z'/%3E%3Cpath fill='%23002984' d='M304.1 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M311.9 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M312.6 226.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M195.1 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23002984' d='M195.8 227l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M203.6 227l.7.8-.8-.7z'/%3E%3Cpath fill='%23cecece' d='M204.3 227l.6.8-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M219.7 227l.7.8-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M228.4 227.5l.2.5-.2-.5z'/%3E%3Cpath fill='%2310295a' d='M234.5 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23000818' d='M235.2 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23392100' d='M236 227l1.3 1.4-1.4-1.3z'/%3E%3Cpath fill='%2300184a' d='M236.6 227l.7.8-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M271 227l.8.8-.7-.7z'/%3E%3Cpath fill='%23392100' d='M271.8 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23210800' d='M272.5 227l.7.8-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M273.2 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23631808' d='M279.5 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M280.2 227l.7.8-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M288 227l.7.8-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M304.1 227l.7.8-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M312.6 227l.7.8-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M195.1 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M203.6 227.8l.7.6-.8-.7z'/%3E%3Cpath fill='%2310295a' d='M220.4 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23102110' d='M228.9 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23002984' d='M229.6 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23101810' d='M236 227.8l.6.6-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M237.3 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M270.4 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23211800' d='M271.6 228l.4.2-.4-.2z'/%3E%3Cpath fill='%23b51010' d='M272.5 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M278.1 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M278.8 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23310000' d='M279.5 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M287.3 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M304.1 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M312.6 227.8l.7.6-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M195.1 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M203.6 228.4l.7.7-.8-.7z'/%3E%3Cpath fill='%2342425a' d='M220.4 228.4V256h.7c0-7.9 2.5-20.3-.7-27.5z'/%3E%3Cpath fill='%23634a00' d='M228.9 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c7300' d='M229.6 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M230.3 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M236 228.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M236.6 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M237.3 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M269.7 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M270.4 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M271 228.4l-1.3 2 1.4-2z'/%3E%3Cpath fill='%237b1008' d='M271.8 228.4l.7.7-.7-.7m5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%237b5a00' d='M278.1 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b5a00' d='M278.8 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M279.5 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M287.3 228.4v26.8h.7c0-7.7 2.4-19.7-.7-26.8z'/%3E%3Cpath fill='%238c8c8c' d='M304.1 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M312.6 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M313.3 228.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M194.4 229l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M195.1 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23002984' d='M202.8 229l.7.8-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M203.6 229l.7.8-.8-.7z'/%3E%3Cpath fill='%2300215a' d='M228.9 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23bd9408' d='M229.6 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23cea508' d='M230.3 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23293129' d='M231 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23002984' d='M231.7 229l.7.8-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M236.6 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23392100' d='M237.3 229l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23101829' d='M238 229l.7.8-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M269.7 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23420000' d='M271 229l.8.8-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M276 229l.7.8-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M276.7 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23bd9408' d='M277.4 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23efbd08' d='M278.1 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23631808' d='M278.8 229l.7.8-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M304.1 229l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M304.9 229l.7.8-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M313.3 229l.7.8-.7-.7m-118.9.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M202.8 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M203.6 229.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23313918' d='M229.6 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M230.3 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad8c08' d='M231 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M231.7 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23101829' d='M237.3 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M238.7 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M269 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M271 229.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M276 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b5a00' d='M276.7 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M277.4 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23634a00' d='M278.1 229.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ce2110' d='M278.8 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2310214a' d='M304.9 229.8l.7.6-.8-.6z'/%3E%3Cpath fill='%2300216b' d='M306.3 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23525a6b' d='M313.3 229.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M193.7 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M194.4 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M195.1 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M195.8 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M196.5 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M197.2 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M198 230.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M202.8 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M229.6 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23423100' d='M230.3 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M231 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M231.7 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M232.4 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M238 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M238.7 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M239.4 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M268.3 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M270.4 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M275.3 230.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23211800' d='M276.7 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M278.1 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M304.9 230.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23000818' d='M306.3 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M309.8 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M310.5 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M311.2 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M311.9 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M312.6 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M313.3 230.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M195.1 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M195.8 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M196.5 231l.7.8-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M198.6 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M199.3 231l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M200 231l.7.8-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M202.8 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M204.3 231l.6.8-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M205 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23001039' d='M231 231l2.1 2-2.1-2z'/%3E%3Cpath fill='%23392100' d='M231.7 231l5 4.8-5-4.7z'/%3E%3Cpath fill='%23001010' d='M232.4 231l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M238 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23392100' d='M238.7 231l2.1 2-2-2z'/%3E%3Cpath fill='%23101810' d='M239.4 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23310000' d='M268.3 231l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23392100' d='M269 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23631808' d='M269.7 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23420000' d='M276.7 231l.7.8-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M277.4 231l.7.8-.7-.7m7 0l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M304.9 231l.7.8-.8-.7z'/%3E%3Cpath fill='%23001000' d='M306.3 231l.7.8-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M307.7 231l.7.8-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M308.4 231l.7.8-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M309 231l.8.8-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M311.6 231.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23cecece' d='M193 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M193.7 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M195.8 231.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23ada5a5' d='M196.5 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M197.2 231.8l2.1 2.6-2-2.6z'/%3E%3Cpath fill='%239c9494' d='M198 231.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M199 232l.6.2-.5-.2z'/%3E%3Cpath fill='%23dedede' d='M200 231.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M200.7 231.8l2.1 3.3-2-3.3z'/%3E%3Cpath fill='%23314a7b' d='M201.4 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M202.1 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M202.8 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M204.3 231.8l.6.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M205 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M284 231.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23000818' d='M224 231.8l.6.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M224.7 231.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23001010' d='M233.1 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M238.7 231.8l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M267.6 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M268.3 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M274.6 231.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23392100' d='M275.3 231.8l-2.1 2.6 2.1-2.6z'/%3E%3Cpath fill='%23ce2110' d='M276.7 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M283 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M283.8 231.8l.6.6-.6-.6z'/%3E%3Cpath fill='%23941808' d='M284.4 231.8l.8.6-.8-.6z'/%3E%3Cpath fill='%238c8c8c' d='M296.6 232.2l.3.5-.3-.5z'/%3E%3Cpath fill='%23dedede' d='M300 231.8l.6.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M300.6 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M304.9 231.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23080829' d='M305.6 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M306.3 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M307 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M307.7 231.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23cecece' d='M308.4 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M310.5 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M311.2 231.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M193 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M193.7 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M195.8 232.4l.7.7-.7-.7m5 0l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M202 232.7l.4.2-.5-.2z'/%3E%3Cpath fill='%23cecece' d='M203.6 232.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23294200' d='M204.3 232.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M205 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M205.7 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M224 232.4l.6.7-.7-.7z'/%3E%3Cpath fill='%238c7300' d='M224.7 232.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23392121' d='M225.4 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M226 232.4l.8.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M231.7 232.4v4.7h.7l-.7-4.7z'/%3E%3Cpath fill='%23001010' d='M233.8 232.4l.7.7-.7-.7m5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M240.8 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M266.9 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M266.9 233.8l2-.7-2 .7z'/%3E%3Cpath fill='%23bd2110' d='M269 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M275.3 232.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%236b1821' d='M276 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M281.6 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M282.3 232.4l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%238c7300' d='M283 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M283.8 232.4l.6.7-.6-.7z'/%3E%3Cpath fill='%23ada5a5' d='M297.1 232.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23101810' d='M300.6 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M301.3 232.4l.7.7-.7-.7m3.3.3l.5.2-.5-.3z'/%3E%3Cpath d='M305.6 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M306.3 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M307 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M307.7 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M310.5 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M311.2 232.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M193 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M194.2 233.3l.4.3-.4-.3m2.8 0l.4.3-.4-.3z'/%3E%3Cpath fill='%23ada5a5' d='M199.3 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M200 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M201.4 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M202.8 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M203.6 233.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 233.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M205 233.1l-1.4 5.4h-.7l1.3-4.7h-.6l-.7 5.3 2.8-1.3-3.5 5.3 2.8-2-3.6 2.7-.7 3.4h.7l7-8-2 .6v-.7l2-.6v-.7h-2.7l-.7-4.7z'/%3E%3Cpath fill='%235a6b52' d='M205.7 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23102121' d='M224.7 233.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23efbd08' d='M225.4 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad8c08' d='M226 233.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23102121' d='M226.8 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M227.5 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M232.4 233.1c0 5.4 3.2 7.9 7.7 10.7-.3-4.5-4.1-8-7.7-10.7z'/%3E%3Cpath fill='%23001010' d='M233.1 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M234.5 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M239.4 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M240.6 233.3l.5.3-.5-.3z'/%3E%3Cpath fill='%23002984' d='M241.5 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M266.2 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M267.6 233.1l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23941808' d='M268.3 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M275.3 233.1l-7 10.7c3.9-2.3 9.2-5.8 7-10.7z'/%3E%3Cpath fill='%23ce2110' d='M280.2 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2908' d='M281 233.1l.6.7-.7-.7z'/%3E%3Cpath fill='%239c7b08' d='M281.6 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M282.3 233.1l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ce2110' d='M283.8 233.1l.6.7-.6-.7z'/%3E%3Cpath fill='%23294221' d='M300.6 233.1l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M301.3 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M304.6 233.3l.5.3-.5-.3z'/%3E%3Cpath fill='%23103910' d='M305.6 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M306.3 233.1l.7 14h.7l2-12h-.6l-1.4 8h-.7l-.7-10z'/%3E%3Cpath fill='%23424242' d='M307 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M307.7 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M309.8 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M311.2 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M312.6 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M313.3 233.1l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ada5a5' d='M315.4 233.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M193 233.8l2.1 2-2.1-2z'/%3E%3Cpath fill='%23cecece' d='M194.4 233.8l.7 2h.7l-1.4-2z'/%3E%3Cpath fill='%239c9494' d='M195.1 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M197.2 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M198 233.8l-.8 1.3.7-1.3z'/%3E%3Cpath fill='%23425242' d='M199.3 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M200 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M200.7 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M202.8 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M204.5 234.2l.2.5-.2-.5z'/%3E%3Cpath fill='%23295200' d='M205.7 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M206.4 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%234a4208' d='M225.4 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M226 233.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23bd9408' d='M226.8 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M227.5 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23001010' d='M233.8 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M235.2 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M240.1 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M240.8 233.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23001010' d='M241.5 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M255.6 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23420000' d='M266.2 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M267.6 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M272.5 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23181000' d='M273.9 233.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23002984' d='M274.6 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M280.2 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b5a00' d='M281 233.8l.6.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M283 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M296.4 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23103910' d='M297.1 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M297.8 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%234a6342' d='M300.6 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M304.9 233.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23185200' d='M305.6 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b8c73' d='M307 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M309 233.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M309.8 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M313.3 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M314.7 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M315.4 233.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M193 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M198 234.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M198.6 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.3 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M200.7 234.4l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M202.8 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M206.4 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M225.4 234.4l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%236b5a00' d='M226 234.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M226.8 234.4l2 1.4-2-1.4z'/%3E%3Cpath fill='%2300216b' d='M228.2 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M234.5 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M236 234.4l.6.7-.7-.7m5 0l.6.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M242.2 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd9408' d='M253.5 234.4v.7l1.4 2.7h.7l-2.1-3.4z'/%3E%3Cpath fill='%237b1008' d='M265.5 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M266.9 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M267.6 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M271.8 234.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23211800' d='M272.5 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M273.9 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M279.5 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M280.2 234.4l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23181000' d='M281 234.4l.6.7-.7-.7z'/%3E%3Cpath fill='%236b5a00' d='M281.6 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M282.3 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M296.4 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.1 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M297.8 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M300.6 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.3 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M302 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M304.9 234.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M305.6 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M307 234.4v3.4h.7l-.7-3.4z'/%3E%3Cpath fill='%237b7373' d='M308.4 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309.5 234.7l.5.2-.5-.2z'/%3E%3Cpath fill='%2363636b' d='M310.5 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M311.2 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M312.4 234.7l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8c8c' d='M313.3 234.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%237b7373' d='M314 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M314.7 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M315.4 234.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M192.3 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M193 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M195.8 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M198 235.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M198.6 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199.3 235.1v2l2.1-.6v-.7l-2-.7z'/%3E%3Cpath fill='%23213918' d='M200.7 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202.1 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204 235.3l.5.3-.5-.3z'/%3E%3Cpath fill='%238c8c8c' d='M206.4 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M226.8 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M228.9 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M234.5 235.1l2.1 2-2.1-2z'/%3E%3Cpath fill='%23181000' d='M235.2 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M236.6 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M241.5 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M242.5 235.6l.2.4-.2-.4z'/%3E%3Cpath fill='%2300216b' d='M243 235.1l.6.7-.7-.7z'/%3E%3Cpath fill='%237b5a00' d='M252.8 235.1v2.7h.7l-.7-2.7z'/%3E%3Cpath fill='%23ffce08' d='M253.5 235.1v3.4h-2.8v2h2.8v8h.7l.7-8h3.5v-2H255V235h-1.4z'/%3E%3Cpath fill='%23b51010' d='M264.8 235.1l.6.7-.6-.7z'/%3E%3Cpath fill='%23211800' d='M266 235.3l.4.3-.5-.3z'/%3E%3Cpath fill='%23b51010' d='M266.9 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M271.8 235.1l-2.1 2.7 2-2.7z'/%3E%3Cpath fill='%23002984' d='M273.2 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M278.8 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M281 235.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M281.6 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M297.1 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M297.8 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M298.5 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M300.6 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M301.3 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M302 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M304.9 235.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23395231' d='M308.4 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309.8 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M310.5 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M311.2 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M311.9 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M313.3 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M314.7 235.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M193.7 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M194.4 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M195.6 236l.5.2-.5-.2z'/%3E%3Cpath fill='%239c9494' d='M196.5 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M198 235.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23428c00' d='M198.6 235.8c-1.9 4-1.6 6.6 0 10.7h1.4l1.4-10h-.7l-.7 8h-1.4v-8.7z'/%3E%3Cpath fill='%23313931' d='M201.4 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M203.8 236.2l.2.5-.2-.5z'/%3E%3Cpath fill='%236b735a' d='M206.4 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M227.5 235.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23100808' d='M228.2 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M228.9 235.8l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23001039' d='M229.6 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23181000' d='M236 235.8l1.3 1.3-1.4-1.3z'/%3E%3Cpath fill='%23211800' d='M236.6 235.8l2.8 3.3-2.8-3.3z'/%3E%3Cpath fill='%2300216b' d='M237.3 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M241.5 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23181000' d='M243 235.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M264.8 235.8l.6.6-.6-.6z'/%3E%3Cpath fill='%23392100' d='M265.5 235.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%237b1008' d='M266.2 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M270.4 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M272.5 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M278.1 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M280.2 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M297.1 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M297.8 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23103910' d='M298.5 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M299.2 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M300.6 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M301.3 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M302 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M302.7 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23315221' d='M304.9 235.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23185200' d='M308.4 235.8l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M310.5 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M311.6 236l.5.2-.5-.2z'/%3E%3Cpath fill='%23ada5a5' d='M312.6 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M313.3 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M314 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M314.7 235.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M198 236.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M201.4 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M206.4 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M227.5 236.4v18.8H221v.7l7-.7v3.3h.8c0-5.7 2.3-17.4-1.4-22z'/%3E%3Cpath fill='%23001010' d='M228.9 236.4l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M238 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M242.2 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M243 236.4l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23101829' d='M243.7 236.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23631808' d='M264 236.4l.8.7-.8-.7z'/%3E%3Cpath fill='%23420000' d='M265.5 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M269.7 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M271.8 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M276.7 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M277.4 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M278.1 236.4l-2 2.7 2-2.6z'/%3E%3Cpath fill='%23181000' d='M278.8 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M279.5 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M280.2 236.4v18.8h.7l-.7-18.7z'/%3E%3Cpath fill='%238c8c8c' d='M297.1 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M298.3 236.7l.5.2-.5-.2z'/%3E%3Cpath fill='%2352525a' d='M299.2 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M300.6 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.3 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M302 236.4l2.9 16.8h.7a21.2 21.2 0 0 0-3.6-16.8z'/%3E%3Cpath fill='%2363636b' d='M302.7 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M304.1 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M304.9 236.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M308.4 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M309.8 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M312.6 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M313.3 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M314 236.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M196.5 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M197.2 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.6 237.6l.2.4-.2-.4z'/%3E%3Cpath fill='%23294200' d='M201.4 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.3 237.3l.5.3-.5-.3z'/%3E%3Cpath fill='%23294200' d='M205.7 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M206.8 237.3l.5.3-.5-.3z'/%3E%3Cpath fill='%23294200' d='M207.8 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8442' d='M208.5 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M209.2 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M209.9 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M228.9 237.1c0 5-2.5 18.3.7 22.3 1.4 1.8 4.9 2 7 2.5 0-10.3 2-18.4-7.7-24.8z'/%3E%3Cpath fill='%23101829' d='M229.6 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M231 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M231.7 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M236.6 237.1l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M243 237.1l.6.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M244.3 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M263.4 237.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23211800' d='M263.4 238.5l2-1.4-2 1.4z'/%3E%3Cpath fill='%23ce2110' d='M265.5 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M269 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M271 237.1l.8.7-.7-.7z'/%3E%3Cpath fill='%235a1831' d='M276 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M276.7 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M278.1 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23003994' d='M271.8 261.9c2.3-.6 5.6-.8 7.3-2.5 3.6-3.6 1.1-17.4 1.1-22.3-11 4.9-8.4 15-8.4 24.8z'/%3E%3Cpath fill='%23dedede' d='M297.1 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.8 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M298.5 237.1l5.6 21.4h-.7c-1-3.7-5.5-18-11.2-12.7 7.5.3 10 13.1 11.2 18.8h.7l9.2-26.8h-.7l-7 17.4h-.8c-1.9-5.7-1.7-13.7-6.3-18z'/%3E%3Cpath fill='%23296300' d='M299.2 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M300 237.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M300.6 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M301.3 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302.7 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M303.4 237.1l.8.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M304.1 237.1l-.7 1.4.8-1.4z'/%3E%3Cpath fill='%23297b00' d='M304.9 237.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23395231' d='M307.7 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M309.8 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M313 237.3l.5.3-.4-.3z'/%3E%3Cpath fill='%238c8c8c' d='M314 237.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M196.5 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M201.4 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202.8 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 237.8l-2.9.7v.6l2.8-1.3z'/%3E%3Cpath fill='%23103900' d='M205 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M208.7 238.2l.2.5-.2-.5z'/%3E%3Cpath fill='%23428c00' d='M209.2 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M209.9 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M210.6 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M230.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M231.7 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M232.4 237.8l1.4 1.3-1.4-1.3m5 0l.6.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M238.7 237.8l2.1 2-2-2z'/%3E%3Cpath fill='%23002984' d='M239.4 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M244.1 238l.5.2-.5-.2z'/%3E%3Cpath fill='%23002984' d='M245 237.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M249.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada584' d='M250 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c7b08' d='M252.8 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cea508' d='M254.9 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9463' d='M255.6 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdb584' d='M256.3 237.8v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M258.4 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M262.6 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M264.8 237.8l.6.7-.6-.7z'/%3E%3Cpath fill='%23bd2110' d='M268.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M269 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M269.7 237.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%2300184a' d='M270.4 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M275.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M276 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23101829' d='M277.4 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M294.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M295 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M297.8 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M300 237.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M300.6 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M301.3 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302.7 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M304.1 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M307 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M307.7 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M309.8 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M311.2 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M311.9 237.8l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M314 237.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M196.5 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M199.3 238.5v2h.7l-.7-2m5 0l.6.6-.7-.6m3.3.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23214210' d='M209.2 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M209.9 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M231 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23211800' d='M231.7 238.5v.6l2.1.7-2.1-1.3z'/%3E%3Cpath fill='%2300216b' d='M238 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M240.1 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M243.7 238.5l.7.6-.8-.6z'/%3E%3Cpath fill='%23392100' d='M244.3 238.5l2.2 2-2.1-2z'/%3E%3Cpath fill='%23101810' d='M245 238.5l.8.6-.7-.6z'/%3E%3Cpath fill='%23bd9408' d='M250 238.5v2h.7l-.7-2z'/%3E%3Cpath fill='%23310000' d='M262.6 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M263.4 238.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23631808' d='M264 238.5l.8.6-.8-.6z'/%3E%3Cpath fill='%23ce2110' d='M267.6 238.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23311000' d='M268.3 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M269.7 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M274.6 238.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23181000' d='M275.3 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M276.7 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M295 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M295.7 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M297.8 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M300 238.5l.6.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M300.6 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23315221' d='M301.3 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M303.4 238.5l.8.6-.8-.6z'/%3E%3Cpath fill='%23103900' d='M304.1 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M307 238.5v4h.7l-.7-4z'/%3E%3Cpath fill='%23297b00' d='M307.7 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M309.8 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M311.2 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M311.9 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M313.3 238.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M196.5 239.1l.7.7-.7-.7m5.6 0l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M206.4 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207 239.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M208.5 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M209.2 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M231.7 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M233.8 239.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%2300184a' d='M238.7 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M239.4 239.1l5.7 5.4-5.7-5.4z'/%3E%3Cpath fill='%23001039' d='M244.3 239.1l.7.7-.7-.7m1.4 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M262 239.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M263.4 239.1l.7.7-.8-.7m4.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M269 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M273.9 240.5l2.1-.7-2.1.7z'/%3E%3Cpath fill='%2300215a' d='M276 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M295.7 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M297.8 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M298.5 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295210' d='M300.6 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M301.3 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 239.1l.8.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M304.1 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309 239.1l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M309.8 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M310.5 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M311.2 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M312.6 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M313.3 239.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M195.8 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M196.5 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M202.1 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M202.8 239.8l-.7 2h.8v-2m2.8 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23397b00' d='M207.8 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M208.5 239.8l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M232.4 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M233.8 239.8l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23001039' d='M239.4 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M240.8 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M245 239.8l.8.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M246.5 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M261.2 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M261.2 241.1l2.2-.6-2.2.6z'/%3E%3Cpath fill='%23bd2110' d='M263.4 239.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23310000' d='M266.9 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M267.6 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23101829' d='M268.3 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M273.2 239.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23181000' d='M274.6 239.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2300216b' d='M275.3 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23426331' d='M295 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M295.7 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M296.4 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M298.5 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M301.3 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.1 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309 239.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M309.8 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M310.5 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.2 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M312.6 239.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M196 241l.3.4-.3-.5z'/%3E%3Cpath fill='%23295200' d='M199.3 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M201.7 241l.2.4-.2-.5m1.1-.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M207.8 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M211.3 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M212 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M217.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M218.3 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M219 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001010' d='M233.8 240.5l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M240.1 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001010' d='M241.5 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M245 240.5l.8.6-.7-.6z'/%3E%3Cpath fill='%23211800' d='M246.2 240.7l.5.2-.5-.2z'/%3E%3Cpath fill='%23dedede' d='M249.3 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada584' d='M250 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c7b08' d='M252.8 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23cea508' d='M254.9 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9463' d='M255.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M258.4 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M260.5 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M262 240.5l-1.5 2 1.4-2z'/%3E%3Cpath fill='%23941808' d='M262.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M266.2 240.5l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23392100' d='M266.9 240.5l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23001010' d='M267.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M273.2 240.5L271 243l2-2.6z'/%3E%3Cpath fill='%23002984' d='M274.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%234a6342' d='M295 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M295.7 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M296.4 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M298.5 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M301.3 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M304.1 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M304.9 240.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23185200' d='M309 240.5l.8.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M309.8 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M310.5 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M311.9 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M312.6 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M314.7 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23294221' d='M315.4 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M316.1 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M316.8 240.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M198.6 241.1v3.4h1.4V241h-1.4z'/%3E%3Cpath fill='%23103900' d='M204.3 241.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207 241.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M207.8 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M210.6 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M211.3 241.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23425242' d='M212 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M216.2 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M217 241.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M217.6 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M218.3 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M219 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M234.5 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M236 241.1l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23002984' d='M236.6 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M240.8 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M242.2 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M245.8 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M246.5 241.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23001010' d='M247.2 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b5a00' d='M252.8 241.1v7.4h.7l-.7-7.4z'/%3E%3Cpath fill='%23420000' d='M260.5 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M262 241.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M266.9 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23314a7b' d='M267.6 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M271.8 241.1l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M295 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M295.7 241.1l3.5 6h.7l-4.2-6z'/%3E%3Cpath fill='%23296300' d='M296.4 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M297.1 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M298.5 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M299.2 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.3 241.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23297b00' d='M302 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M304.9 241.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23214210' d='M309 241.1l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M309.8 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M310.5 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M311.9 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M312.6 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M314 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314.7 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M311.2 245.8l7-2-1.4-2.7-5.6 4.7z'/%3E%3Cpath fill='%23214210' d='M316.8 241.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M317.5 241.1l.7.7-.7-.7m-121.7.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M196.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M201.7 242.3l.2.4-.2-.5m1.8-.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 241.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M207 241.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M210.6 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M211.3 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M212.7 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M215.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M216.2 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M214.1 251.8h-.7v-7.3h-.7l-.7 3.3h-.7v-3.3h-.7l-4.2 15.4h.7l1.4-2.7h.7l-1.4 3.4h.7l3.5-4.7-2.8 6h.7l7-10 1.4-10c-4.6 2-4.2 5.6-4.2 10z'/%3E%3Cpath fill='%2363636b' d='M218.3 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M235.2 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M237.3 241.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23efefef' d='M240.8 241.8l2.1 2-2-2z'/%3E%3Cpath fill='%23313931' d='M241.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M243 241.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23101829' d='M246.5 241.8l.7.7-.7-.7z'/%3E%3Cpath d='M247.9 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M259.8 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M262 241.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M266.2 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M266.9 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M270.4 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M271 241.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M272.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M295.2 242.3l.3.4-.3-.5z'/%3E%3Cpath fill='%23297b00' d='M295.7 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M297.1 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M297.8 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M298.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M299.2 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M301.3 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.9 241.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23294221' d='M309 241.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M309.8 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M311.9 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M313.3 241.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23297b00' d='M314 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M317.5 241.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M196.5 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M202.8 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M203.6 242.5l.7.6-.8-.6z'/%3E%3Cpath fill='%23314231' d='M206.4 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M207 242.5l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%237b7373' d='M210.6 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23428c00' d='M211.8 242.7l.4.2-.4-.2z'/%3E%3Cpath fill='%237b7373' d='M212.7 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M214.8 242.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23397b00' d='M215.5 242.5l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M218.3 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M236 242.5l.6.6-.7-.6z'/%3E%3Cpath fill='%23211800' d='M237 242.7l.6.2-.5-.2z'/%3E%3Cpath fill='%23313931' d='M242.2 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M243.7 242.5l.7.6-.8-.6z'/%3E%3Cpath fill='%23181000' d='M247.2 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23211800' d='M248.1 243l.2.4-.2-.5z'/%3E%3Cpath fill='%23bdbdbd' d='M248.6 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M259.1 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M261.2 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M264 242.5l-1.3 2 1.4-2z'/%3E%3Cpath fill='%23211800' d='M264.8 242.5l-3.6 4 3.6-4z'/%3E%3Cpath fill='%23212118' d='M265.5 242.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23cecece' d='M266.2 242.5l-1.4 2 1.4-2z'/%3E%3Cpath fill='%2300216b' d='M269.7 242.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23181000' d='M270.4 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M271.8 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M293.6 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M294.3 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M295.7 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M297.1 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M297.8 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M299.2 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M302 242.5v2h.7l-.7-2z'/%3E%3Cpath fill='%23296300' d='M305.3 242.7l.5.2-.5-.2m1.7-.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M309 242.5l.8.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M309.8 242.5l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M311.9 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M313.3 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M317.5 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M318.2 242.5l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M196.5 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M200.7 243.1v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23294200' d='M202.8 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M205 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M205.7 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M209.9 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M210.6 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M210.6 243.8v.7l2 .6v-2l-2 .7z'/%3E%3Cpath fill='%235a5231' d='M212.7 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.8 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M217.4 243.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23dedede' d='M218.3 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M236.6 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23212118' d='M237.3 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M238 243.1l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23001039' d='M238.7 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M243 243.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M244.3 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M247.2 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211810' d='M248.6 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M249.3 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M259.1 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M259.8 243.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23631808' d='M260.5 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M270.1 243.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23313931' d='M271 243.1l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M292.9 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M293.6 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295210' d='M295 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295.7 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M297.8 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M298.5 243.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%238c8c8c' d='M299.2 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M305.6 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M308.4 243.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23184a00' d='M309 243.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M311.2 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M312.6 243.1l.7.7-.7-.7m1.4 0l-4.2 2.7v.7l1.4.7 2.8-4z'/%3E%3Cpath fill='%23214210' d='M314.7 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M315.4 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M316.1 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M316.8 243.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M318.2 243.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23bdbdbd' d='M196.5 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M197.2 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M200.7 243.8l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.6 243.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%235a5231' d='M204.3 243.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M205 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M209.9 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M212.7 243.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%2352525a' d='M213.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.1 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M216.4 244.3l.3.4-.3-.4m1.2-.5v4.7h.7l-.7-4.7z'/%3E%3Cpath fill='%238c8c8c' fill-opacity='.5' d='M236.6 243.8v18h.7l-.7-18z'/%3E%3Cpath fill='%23cecece' d='M237.3 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211810' d='M238 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M239.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M243 243.8l2 2-2-2z'/%3E%3Cpath fill='%23212118' d='M243.7 243.8l.7.7-.8-.7z'/%3E%3Cpath fill='%2300215a' d='M245 243.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M247.9 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M248.6 243.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23424242' d='M249.3 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M258.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M259.8 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M268.3 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M269 243.8l-2.1 2.7 2-2.7z'/%3E%3Cpath fill='%23212118' d='M269.7 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M270.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M271 243.8v18h.8l-.7-18m21 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M292.9 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M295.7 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M296.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M298.5 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M300 243.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M305.6 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M306.3 243.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23185200' d='M308.4 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M314 243.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23efefef' d='M314.7 243.8l-2.1 2.7 2.1-2.7z'/%3E%3Cpath fill='%23bdbdbd' d='M316.8 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M318.2 243.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M319 243.8l.6.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M197.2 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M200.7 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M201.4 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M203.6 244.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%237b7373' d='M204.3 244.5l.6.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M205 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M205.7 244.5l.7.6-.7-.6m3.5 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M209.9 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M238 244.5l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23313931' d='M238.7 244.5l.7.6-.7-.6z'/%3E%3Cpath d='M240.1 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M240.8 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23212118' d='M244.3 244.5l1.4 1.3-1.3-1.3z'/%3E%3Cpath fill='%23211800' d='M245 244.5l2.9 3.3-2.8-3.3z'/%3E%3Cpath fill='%2300216b' d='M245.8 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M247.9 244.5v2h.7l-.7-2z'/%3E%3Cpath fill='%23313931' d='M248.6 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M250 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M257.7 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23211800' d='M258.7 245l.2.4-.2-.5z'/%3E%3Cpath fill='%23211810' d='M259.1 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M262 244.5l.6.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M264 244.5l-1.3 2 1.4-2z'/%3E%3Cpath fill='%23efefef' d='M266.9 244.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23292921' d='M267.6 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23211810' d='M269 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M269.7 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M291.5 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M292.2 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M296.4 244.5l2.1 2-2-2z'/%3E%3Cpath fill='%23297b00' d='M297.1 244.5l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M299.2 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M300 244.5l.6.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M302.7 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M306.3 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M308.4 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M310.5 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M318.2 244.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M319 244.5l.6.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M197.2 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M198 245.2l.6.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M200.5 245.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23295200' d='M202.1 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M204.3 245.2l.6.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M205 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M205.7 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M206.4 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M207 245.2l.8.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M209.2 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M211.3 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M213.4 245.2v6h.7l-.7-6z'/%3E%3Cpath fill='%23397b00' d='M216 245.4l.4.2-.4-.2z'/%3E%3Cpath fill='%2352525a' d='M239.4 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23211810' d='M240.8 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M241.5 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M246.5 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M248.6 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23392121' d='M249.3 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23211800' d='M250 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M250.7 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M257 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23211810' d='M257.7 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M259.1 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M261.2 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23313931' d='M266.9 245.2l.7.6-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M269 245.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23294221' d='M291.5 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.9 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M293.6 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M294.3 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.8 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23296300' d='M299.2 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300 245.2l.6.6-.7-.7z'/%3E%3Cpath fill='%23296300' d='M302.5 245.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23184a00' d='M306.3 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307.7 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M308.4 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M310.5 245.2l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M315 245.6l.2.5-.3-.5z'/%3E%3Cpath fill='%2363636b' d='M198 245.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200.3 246.3l.2.4-.2-.4z'/%3E%3Cpath fill='%238c8c8c' d='M202.1 245.8l.7.7-.7-.7m2.4.5l.2.4-.2-.4z'/%3E%3Cpath fill='%23397b00' d='M205.4 246l.5.3-.5-.3z'/%3E%3Cpath fill='%23428c00' d='M206.4 245.8l.7 6h.7l-1.4-6z'/%3E%3Cpath fill='%23315221' d='M207 245.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M207.8 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M208.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M240.1 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M240.8 245.8l2.1 1.4v-.7l-2-.7z'/%3E%3Cpath fill='%23212118' d='M241.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M245 245.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M247.2 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M249.3 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M250 245.8l2 2-2-2z'/%3E%3Cpath fill='%23313931' d='M250.7 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M251.4 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M257 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M257.7 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M258.4 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M260.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M265.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211810' d='M266.2 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M267.6 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M290.8 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M291.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M292.2 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M292.9 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M293.6 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M294.3 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M295 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.1 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300 245.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302.7 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M306.3 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M307.7 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M310.5 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M311.9 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M313.3 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M314 245.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M195.1 246.5l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23dedede' d='M195.8 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M198 246.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M198.6 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.3 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M201.4 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M205 246.5c-.2 3.6-1 6.7 2.8 8.7l-2.8-8.7z'/%3E%3Cpath fill='%23294200' d='M205.9 247l.2.4-.2-.5z'/%3E%3Cpath fill='%23214210' d='M207.8 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M208.5 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M240.8 246.5l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M245.8 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23181000' d='M247.2 246.5l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23001039' d='M247.9 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M250 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M251.4 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M256.3 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M257 246.5l.7.7-.7-.7z'/%3E%3Cpath d='M257.7 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M258.4 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M259.1 246.5l-.7 2 .7-2z'/%3E%3Cpath fill='%235a1008' d='M259.8 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M260.5 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M261.2 246.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2363636b' d='M262 246.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M264.8 246.5l.6.7-.6-.7z'/%3E%3Cpath fill='%23212118' d='M265.5 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M266.2 246.5l-1.4 2 1.4-2z'/%3E%3Cpath fill='%2363636b' d='M266.9 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M290 246.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M291.3 246.7l.4.2-.4-.2z'/%3E%3Cpath fill='%239c9494' d='M292.2 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M295 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M295.7 246.5l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M298.5 246.5l.7.7-.7-.7m1.4 0l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M300.6 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302.7 246.5l.7.7-.7-.7m3.6 0l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M307.7 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M309.8 246.5l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23214210' d='M311.2 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M311.9 246.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%239c9494' d='M312.6 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M313.3 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M314 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M317.5 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M318.2 246.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M195.1 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M196.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1010' d='M198 247.2l.6.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M198.6 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M199.3 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M200 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M200.7 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M201.4 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M204.3 247.2l.6.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M208.5 247.2l-.7 1.3.7-1.3m2.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M241.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23212118' d='M242.2 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M243 247.2l2.7 2.6-2.8-2.6z'/%3E%3Cpath fill='%2363636b' d='M243.7 247.2l.7.6-.8-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M246 247.6l.2.5-.2-.5z'/%3E%3Cpath fill='%23520808' d='M246.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M248.6 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M250 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23392121' d='M250.7 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M252 247.2l.8.6-.7-.6z'/%3E%3Cpath fill='%239c7b08' d='M254.9 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M255.6 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M256.3 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M257 247.2l.7.6-.7-.6z'/%3E%3Cpath d='M259.8 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M262.2 247.6l.2.5-.2-.5z'/%3E%3Cpath fill='%239c9494' d='M264 247.2l.8.6-.8-.6m2.2 0l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M290 247.2l.8.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M290.8 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M291.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M295.7 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M296.4 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M298.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M298.5 248.5l2.1-.7-2 .7z'/%3E%3Cpath fill='%23103900' d='M302.7 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M306.3 247.2v2h.7l-.7-2m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M309.8 247.2l-.7 2 .7-2z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M312.6 247.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23296300' d='M313.3 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M314 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M316.1 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M316.8 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23313931' d='M317.5 247.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M318.2 247.2l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23295200' d='M195.1 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.8 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M196.5 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M197.2 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M198 247.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M200 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M200.7 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M204.3 247.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M206.1 248l.5.3-.5-.3m2.4-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M210.6 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23524242' d='M242.2 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M243 247.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M244.3 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M245 247.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M246.7 248.3l.2.4-.2-.4z'/%3E%3Cpath fill='%235a1008' d='M247.2 247.8l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23392100' d='M247.9 247.8l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23211810' d='M248.6 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M249.3 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250.7 247.8l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23211800' d='M251.4 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23212118' d='M252 247.8l.8.7-.7-.7z'/%3E%3Cpath fill='%236b5a10' d='M254.2 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M254.9 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M256.3 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M257 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M257.7 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M259.1 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M259.8 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M261.5 248.3l.2.4-.2-.4z'/%3E%3Cpath fill='%2363636b' d='M263.4 247.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23392100' d='M264 247.8l-2 2.7 2-2.7z'/%3E%3Cpath fill='%23524242' d='M265.5 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M290 247.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M293.6 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M294.3 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M295.7 247.8l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23214210' d='M296.4 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M299.2 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M300 247.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300.6 247.8l-.7 2 .7-2z'/%3E%3Cpath fill='%23184a00' d='M302.7 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M307 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309 247.8l.8.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M310.7 248.3l.2.4-.2-.4z'/%3E%3Cpath fill='%2363636b' d='M311.2 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M312.6 247.8l-5 7.4 5-7.4z'/%3E%3Cpath fill='%23294221' d='M313.3 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M314.7 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M315.4 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M316.1 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M316.8 247.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M195.1 248.5v1.3l1.4-1.3h-1.4z'/%3E%3Cpath fill='%23428c00' d='M196.5 248.5l1.4 2.7-2-1.4c.6 2.7 1.3 4.4 4.1 5.4v.7l-2.8-.7 1.4 2-2-.7 6.2 6 .7-2.6 2.2 1.3-4.3-4v-.7l2.1.7a12.3 12.3 0 0 0-7-8.7z'/%3E%3Cpath fill='%23294200' d='M197.2 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M198 248.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M198.6 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M200 248.5l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%237b7373' d='M200.7 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M201.4 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M204.3 248.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M206.4 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M207.8 248.5v6h.7l-.7-6m3 .5l.3.4-.3-.5z'/%3E%3Cpath fill='%23295200' d='M215.5 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23527b31' d='M217.6 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' fill-opacity='.6' d='M242.2 248.5v14.7h.7l-.7-14.7z'/%3E%3Cpath fill='%23ce2110' d='M243 248.5l1.3 1.3-1.4-1.3z'/%3E%3Cpath fill='%23311000' d='M243.7 248.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23313931' d='M245 248.5l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M245.8 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M247.2 248.5v1.3h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23313931' d='M249.3 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M250.7 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M251.4 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23392121' d='M252 248.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23423100' d='M252.8 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M253.5 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M254.2 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M254.9 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M255.6 248.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%239c9494' d='M256.3 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M259.8 248.5l-2.8 1.3v.7l3.5-1.3-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M262 248.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M262.6 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M264 248.5l.8.7-.8-.7z'/%3E%3Cpath fill='%23b51010' d='M264.8 248.5l.6.7-.6-.7z'/%3E%3Cpath fill='%23734a42' d='M265.5 248.5l-.7 15.4h.7a26.7 26.7 0 0 0 0-15.4z'/%3E%3Cpath d='M294.3 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M296.4 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.1 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M299.2 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M300 248.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M303.2 248.7l.5.2-.5-.2z'/%3E%3Cpath fill='%23103900' d='M307 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M309.8 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.2 248.5l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M313.3 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M314 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314.7 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M315.4 248.5l-1.4.7v.6l1.4-1.3z'/%3E%3Cpath fill='%2352525a' d='M316.1 248.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M196.5 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23293100' d='M198.6 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M199.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M200 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M201.4 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%235a2121' d='M202.1 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M202.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M203.6 249.2l.7.6-.8-.6z'/%3E%3Cpath fill='%23295200' d='M204.3 249.2l.6.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M215.3 249.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23526b42' d='M217.6 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M243 249.2v14l7.7 1.4c-1.7-5-2.7-12.8-7.8-15.4z'/%3E%3Cpath fill='%235a1008' d='M244.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23100808' d='M245.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M246.5 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M248.6 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23524242' d='M249.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M250.2 249.6l.2.5-.2-.5z'/%3E%3Cpath fill='%23efefef' d='M252.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M253.7 249.6l.3.5-.3-.5z'/%3E%3Cpath fill='%23bdbdbd' d='M254.2 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M257 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M259.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23100808' d='M260.5 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M261.2 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M262 249.2l.6.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M263.4 249.2l.7.6-.8-.6z'/%3E%3Cpath fill='%23ce2110' d='M264 249.2l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%23de2110' d='M264.8 249.2l-2.9 2 2.9 8.7-5 1.3.7 2.7 5-.7-.8-14z'/%3E%3Cpath fill='%23214210' d='M294.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M295 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M297.1 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M300.6 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M301.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M303.4 249.2v2h.8l-.8-2z'/%3E%3Cpath fill='%23185200' d='M306.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M307 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M309 249.2l.8.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M309.8 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M310.5 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23102110' d='M312.6 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M313.3 249.2l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M314.7 249.8v.7h2.1l-2.1-.7z'/%3E%3Cpath fill='%23426331' d='M195.1 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M196.5 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M197.2 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.3 249.8l2.1 2-2-2z'/%3E%3Cpath fill='%23211800' d='M200 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M202.4 250.3l.2.4-.2-.4z'/%3E%3Cpath fill='%237b7373' d='M203 250.3l.3.4-.2-.4z'/%3E%3Cpath fill='%23bdbdbd' d='M203.6 249.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 249.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M210.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M217.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M245 249.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M245.8 249.8l1.4 1.4v-1.4h-1.4z'/%3E%3Cpath fill='%23631808' d='M247.2 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2121' d='M247.9 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M248.8 250.3l.2.4-.2-.4z'/%3E%3Cpath fill='%238c8c8c' d='M250.7 249.8v.7h2l-2-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M252.8 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M255.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M256.3 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M257.7 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M260.5 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M261.2 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M262.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M294.3 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M295 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M295.7 249.8l.7.7-.7-.7m1.6.5l.3.4-.3-.4z'/%3E%3Cpath fill='%23185200' d='M297.8 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300 249.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M300.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M301.3 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M306.5 250.3l.2.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M308.4 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M309 249.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M309.8 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M311.9 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M312.6 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M313.3 249.8l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23296300' d='M314 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M315.4 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M316.8 249.8l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M195.1 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M197.2 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M200.7 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M203.6 250.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23397b00' d='M210.3 250.7l.5.3-.5-.3z'/%3E%3Cpath fill='%238c8c8c' d='M217.6 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M245.8 250.5l.7.7-.7-.7z'/%3E%3Cpath d='M247.2 250.5l3.5 13.4c4.3-1.5 10.9-2 13.4-6l-12.7 4-4.2-11.4z'/%3E%3Cpath fill='%23ada5a5' d='M247.9 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M249.3 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M253.5 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M254.2 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M256.3 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M258.7 251l.2.4-.2-.5z'/%3E%3Cpath fill='%239c9494' d='M259.1 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M260.3 250.7l.5.3-.5-.3z'/%3E%3Cpath d='M261.2 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M262 250.5l.6.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M294.3 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M295 250.5l5.6 21.4h-.7v-1.3h-.7l.7 6h-.7v-1.3h-.7v5.3h-.7c0-6.8-2.7-12.9-6.3-18.7l-1.4 1.3v.7c5.1 4.9 6.7 15.4 7 22h-1.4l-2.8-14h-.7l2 18.8h-.6l-2.8-14h-.7l2 21.3h-.6l-1.4-17.4h-.7l1.4 17.4h-.7l-.7-9.3h-.7l.7 11.4h-.7l-.7-9.4h-.7l-2.1 12.7 7.7-.7v-.6l-5-.7v-.7l18.4 4.7v-.7l-8.5-2.7v-.6l12.7 2.7c-4-4.9-9-4-14.8-3.4v-.7l16.2.7v-.7l-11.3-2.6v-.7l11.3.7v-.7c-8-1.8-12-.8-18.3 4.7l1.4-6.7h-.7l-.7 2h-.7l3.5-10h.7l-.7 7.3 16.2-6v-.7l-14.8 4a42.2 42.2 0 0 1 21.1-8.7v-.6c-8.4 0-13 1.9-19.7 6.7 5.3-6.6 13.5-7.3 21.1-10v-.8c-9.5.8-14 3-21.8 8 4.8-4.5 13-12.4 20.4-10.6l-1.4-3.4c-6.5 1.5-12.1 5-16.9 9.4 3.3-4.4 14.8-16.5 20.4-16-5.7-5-16.6 10.1-20.4 13.3l15.5-16.7-13.4 11.4 14.8-18.8v-.7c-7 2.5-9 10.8-14 15.4l10.5-16.7a26.8 26.8 0 0 0-9.9 14.7c-3.2.4-2 5.5-2 8h-.8c0-8-1-18-6.3-24.7z'/%3E%3Cpath fill='%23314231' d='M295.7 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M296.4 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M297.8 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300.6 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M301.3 250.5l.7.7-.7-.7m7 0l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M309 250.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309.8 250.5l.7.7-.7-.7m1.4 0l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M311.9 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M313.3 250.5L309 254v.6l4.2-4z'/%3E%3Cpath fill='%238c8c8c' d='M314 250.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ada5a5' d='M314.7 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23102110' d='M315.4 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M316.1 250.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M195.1 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.8 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M198 251.2l2 2-2-2z'/%3E%3Cpath fill='%235a1008' d='M201.4 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M202.1 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M202.8 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M203.6 251.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M206.4 251.2l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23294200' d='M209.9 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M213.4 251.2l.7.7-.7-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M217.6 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M246.5 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M247.9 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M250.7 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M251.4 251.2v.7h2.1l-2.1-.7z'/%3E%3Cpath fill='%23efefef' d='M253.5 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M256.3 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M257.5 251.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23dedede' d='M259.1 251.2l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M261.2 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M292.9 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M293.6 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M294.3 251.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23185200' d='M295.7 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M296.4 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M297.1 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M297.8 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M298.5 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M301.3 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M303.4 251.2l1.5 1.3-1.5-1.3z'/%3E%3Cpath fill='%23297b00' d='M304.1 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M306 251.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23102110' d='M308.4 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309 251.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M311.2 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M314 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314.7 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M315.4 251.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M195.1 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M195.8 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M201.4 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M202.1 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M203.6 251.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 251.8l.6.7-.7-.7m2.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.9 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M212.7 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.6 252l.4.3-.4-.2z'/%3E%3Cpath fill='%23315221' d='M217 251.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M246.5 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M247.9 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M249.3 251.8l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%237b7373' d='M250 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M250.7 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M256 252l.5.3-.4-.2z'/%3E%3Cpath fill='%23efefef' d='M257 251.8l1.4 4h.7l-2-4m2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M260 252.3l.3.4-.2-.4z'/%3E%3Cpath fill='%23ada5a5' d='M260.5 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M261.2 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M262 251.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M292.9 251.8l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M296.4 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.1 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M297.8 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M298.5 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M299.2 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M301.3 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 251.8l.8.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M305.6 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307.7 251.8l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M308.4 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M310.5 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M312.6 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M313.3 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M314 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M314.7 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M315.4 251.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M195.8 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M202.1 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M203.6 252.5l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23396b10' d='M204.3 252.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209.9 252.5l.7.7-.7-.7m1.4 1.4l2.1-.7-2.1.7z'/%3E%3Cpath fill='%23103900' d='M214.1 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M217 252.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M246.5 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M249.3 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M251.4 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M252 252.5l.8.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M254.9 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M257.7 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M258.9 252.7l.5.3-.5-.3z'/%3E%3Cpath fill='%23efefef' d='M260.5 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M261.2 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M262 252.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M292.9 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M293.6 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M294.3 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M295 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M296.4 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M297.1 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.8 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M298.5 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M299.2 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.8 252.7l.5.3-.5-.3z'/%3E%3Cpath fill='%23103900' d='M304.1 252.5l.7.7-.7-.7m1.4 0l.8.7-.7-.7m2 0l.8.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath d='M311.9 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M312.6 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M314.7 252.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M195.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M195.8 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M196.5 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M200 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M204.3 253.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M205 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M212.7 253.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23295200' d='M213.4 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M216.2 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M217 253.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M246.5 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M248.6 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M251.2 253.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23cecece' d='M252 253.2l2.2 2-2.1-2z'/%3E%3Cpath fill='%238c8c8c' d='M254.9 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M255.6 253.2l1.4 2-1.4-2z'/%3E%3Cpath fill='%238c8c8c' d='M256.8 253.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23dedede' d='M260.5 253.2l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23bdbdbd' d='M261.2 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M262 253.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M293.6 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M294.3 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M295 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M296.4 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M297.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M297.8 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M298.5 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M299.2 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M302 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M304.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M305.6 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307 253.2l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23184a00' d='M307.7 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M309.8 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M311.2 253.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23297b00' d='M311.9 253.2l.7.7-.7-.7m1.4 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M314 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M314.7 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M315.4 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M316.1 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c9c84' d='M316.8 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M317.5 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M318.2 253.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M195.1 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M195.8 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M196.5 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M200 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200.7 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M202.8 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M205 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M211.3 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M212.7 253.8l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%23294200' d='M213.4 253.8l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M216.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M247.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M248.6 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M249.3 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M250 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M253.5 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M254.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M254.9 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M256.3 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M258.4 253.8v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23ada5a5' d='M260.5 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M262 253.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M262.6 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M293.6 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M294.3 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M295 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.1 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.1 255.2l2.1-.7-2 .7z'/%3E%3Cpath fill='%23313931' d='M299.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M300 253.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302 253.8l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M302.7 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M307 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M313.3 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M314 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M314.7 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M315.4 253.8l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M318.2 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M319 253.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M319.6 253.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M320.6 254.3l.2.5-.2-.5z'/%3E%3Cpath fill='%238c8c8c' d='M195.1 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M195.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M196.5 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M197.2 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M198 254.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200.7 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M201.7 255l.2.4-.2-.4z'/%3E%3Cpath fill='%23315221' d='M202.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M205 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M205.7 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M210.6 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212.7 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M214.8 254.5l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%239c9494' d='M215.5 254.5l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23941808' d='M247.2 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M249.3 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M250.7 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M251.9 254.8l.4.2-.4-.3z'/%3E%3Cpath fill='%23ada5a5' d='M252.8 254.5l.7.7-.7-.7m2.6.2l.4.3-.4-.3z'/%3E%3Cpath fill='%238c8c8c' d='M257 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M257.7 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M262 254.5l-2.9.7v.7l3.5-.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M262.6 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M293.6 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M294.3 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M295 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M298.5 254.5l2.8 11.4h.7c0-4.1-.5-8.2-3.5-11.4z'/%3E%3Cpath fill='%23184a00' d='M299.2 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300 254.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.9 254.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M307 254.5l.7.7-.7-.7m2 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M309.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M310.5 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M312.6 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M313.3 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M314 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M316.1 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M316.8 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M317.5 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23295210' d='M318.2 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M319 254.5l.6.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M319.6 254.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M195.1 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M195.8 255.2l2.1 1.3-2-1.3m2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M198.6 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.3 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M203.6 255.2l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M205.7 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M206.4 255.2v.7h2l-2-.7z'/%3E%3Cpath fill='%23103900' d='M209.9 255.2l.7.7-.7-.7m2 0l.8.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M227.5 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M247.2 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M249.3 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M250.7 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M251.6 255.6l.3.5-.3-.5z'/%3E%3Cpath fill='%23bdbdbd' d='M254.4 255.6l.3.5-.3-.5z'/%3E%3Cpath fill='%23dedede' d='M255.1 255.6l.3.5-.3-.5z'/%3E%3Cpath fill='%237b7373' d='M255.8 255.6l.3.5-.3-.5z'/%3E%3Cpath fill='%23bdbdbd' d='M256.3 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M257 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M262 255.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M262.6 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M280.2 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M281 255.2v.7h6.3l-6.4-.7z'/%3E%3Cpath fill='%23520808' d='M287.3 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M291.5 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M293.6 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M295 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.8 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M299.2 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M300 255.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M303 255.6l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M306.3 255.2l.7.7-.7-.7m2 0l1.5 1.3-1.4-1.3z'/%3E%3Cpath fill='%23185200' d='M309 255.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309.8 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.9 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M312.6 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M313.3 255.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23297b00' d='M314 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M315.4 255.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M316.1 255.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%235a5231' d='M195.8 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M200.5 256l.5.3-.5-.2z'/%3E%3Cpath fill='%238c8c8c' d='M203.6 255.9l.7.6-.8-.6z'/%3E%3Cpath fill='%23314231' d='M206.4 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M207 255.9l.8.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M209.2 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M209.9 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M211.3 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M213.4 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M214.1 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M220.4 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' fill-opacity='.3' d='M221.1 255.9v.6h6.4v10c3.8-6 .2-10.6-6.4-10.6z'/%3E%3Cpath fill='%238c8c8c' d='M227.5 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23420000' d='M247.9 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M249.3 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M250.7 256.5v.7l3.5-.7h-3.5m7-.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M258.4 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M259.1 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M262.6 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M263.4 255.9l.7.6-.8-.6z'/%3E%3Cpath fill='%2363636b' d='M280.2 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M281 255.9v.6h6.3l-6.4-.6z'/%3E%3Cpath fill='%2363636b' d='M287.3 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M291.5 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M292.2 255.9l.7.6-.7-.6m1.6.4l.3.5-.3-.5z'/%3E%3Cpath fill='%23296300' d='M294.3 257.2l2.1-.7-2.1.7z'/%3E%3Cpath fill='%23185200' d='M297.8 255.9l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M298.5 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M300 255.9l.6.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M300.6 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M306.3 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M307 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M307.7 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M311.9 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M313.3 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M314.7 255.9l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M195.8 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M197.2 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M198 256.5l.6.7-.7-.7m4 .2l.5.3-.5-.2z'/%3E%3Cpath fill='%235a6b52' d='M203.6 256.5l.7.7-.8-.7z'/%3E%3Cpath fill='%239c9494' d='M206.4 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M207 256.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M209.2 256.5l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M211.3 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M212.7 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M213.4 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M220.4 256.5v5.4h.7l-.7-5.4z'/%3E%3Cpath fill='%23941808' d='M247.9 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M250 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M252 256.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M254.9 256.5l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23bdbdbd' d='M255.6 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M256.8 256.8l.4.2-.4-.2z'/%3E%3Cpath fill='%23dedede' d='M257.7 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M259.1 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M259.8 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M261 256.8l.5.2-.5-.2z'/%3E%3Cpath fill='%239c9494' d='M262 256.5l.6.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M262.6 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M263.4 256.5l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M280.2 256.5v8.7h.7l-.7-8.7m7 0v10h.8l-.7-10z'/%3E%3Cpath fill='%236b735a' d='M291.5 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M292.2 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M295 256.5l3.5 12h.7l-4.2-12z'/%3E%3Cpath fill='%23103900' d='M295.7 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.8 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300.9 257l.2.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M302.7 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 256.5l-.6 1.4.6-1.4z'/%3E%3Cpath fill='%23184a00' d='M305.6 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M307.4 256.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23185200' d='M308.4 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.2 256.5l.7.7-.7-.7z'/%3E%3Cpath d='M311.9 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M312.6 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M314.7 256.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M195.8 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M196.5 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M198.6 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199.6 257.6l.2.5-.2-.5m2.5-.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M202.8 257.2l1.4 1.3-1.3-1.3z'/%3E%3Cpath fill='%23213918' d='M203.6 257.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23dedede' d='M206.4 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207 257.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M208.5 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209.9 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M210.6 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M212 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M212.7 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M247.9 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M250 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M252 257.2l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M252.8 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M253.5 257.2v.7h2.1l-2.1-.7m2.8 0l-2 1.3v.7l2-2m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M259.1 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M259.8 257.2l.7.7-.7-.7m2.8 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23210800' d='M263.4 257.2l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M291.5 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M292.4 257.6l.3.5-.3-.5z'/%3E%3Cpath fill='%238c8c8c' d='M292.9 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M294.3 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M295.7 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M296.4 257.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23103900' d='M298.5 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M301.3 257.2l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23184a00' d='M303.7 257.6l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M305.6 257.2l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M308.4 257.2l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.9 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M314.7 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M317.4 260.4l-2.8 4.7c1.9-1.3 3.7-2.4 2.8-4.7z'/%3E%3Cpath fill='%23dedede' d='M321.7 257.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M196.5 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M197.2 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M200 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M204.3 257.9l.6.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M206.4 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M207.8 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M208.5 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M209.9 257.9l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M212 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M214.6 258l.4.3-.4-.2z'/%3E%3Cpath fill='%23420000' d='M248.6 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M250 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M251.4 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M252 257.9l.8.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M252.8 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M257.7 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M258.4 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M262.6 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M264 257.9l.8.6-.8-.6z'/%3E%3Cpath fill='%23cecece' d='M291.5 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M292.9 257.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23dedede' d='M293.6 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M294.5 258.3l.3.5-.3-.5z'/%3E%3Cpath fill='%23185200' d='M296.4 257.9l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M299.2 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M301.3 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M304.9 257.9l.7.6-.8-.6z'/%3E%3Cpath fill='%23296300' d='M305.6 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M306.3 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M307.7 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M311.2 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M313.3 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M314 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M320.3 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M321 257.9l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M197.2 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200.7 258.5l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M201.4 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M204.3 258.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M205.4 258.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23214210' d='M206.4 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M207.8 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.2 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209.9 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M211.3 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M214.1 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M214.8 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M228.2 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M248.6 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M250.7 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M253.5 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M256.3 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M257 258.5l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M259.8 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M260.5 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M264 258.5l.8.7-.8-.7z'/%3E%3Cpath fill='%23319400' d='M292.9 258.5l5 16.1h.6c0-5.6-1.8-11.7-5.6-16z'/%3E%3Cpath fill='%23425242' d='M293.6 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M296.4 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M299.2 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M301.6 259l.2.4-.2-.4m3.2-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M305.6 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M306.3 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M307.7 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M310.5 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M313.3 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M314 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M315.4 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M316.1 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M319 258.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M319.6 258.5l-1.4 2.7 1.4-2.7z'/%3E%3Cpath fill='%23313931' d='M320.3 258.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M197.2 259.2l2.1 2-2-2z'/%3E%3Cpath fill='%23314231' d='M198 259.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.1 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M205 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M205.7 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207 259.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207.8 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M209.2 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M210.6 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M211.3 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M213.4 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M214.8 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23101829' d='M228.2 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M248.6 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M250.7 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M251.6 259.7l.3.4-.3-.4z'/%3E%3Cpath fill='%239c9494' d='M252 259.2l.8.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M252.8 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M253.5 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M257 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M257.7 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M258.4 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M263.4 259.2l.7.7-.8-.7z'/%3E%3Cpath fill='%237b1008' d='M264 259.2l.8.7-.8-.7z'/%3E%3Cpath fill='%2310214a' d='M279.5 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M292.4 259.7l.3.4-.3-.4z'/%3E%3Cpath fill='%23296300' d='M293.6 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M294.5 259.7l.3.4-.3-.4z'/%3E%3Cpath fill='%23296300' d='M296.9 259.4l.5.3-.5-.3z'/%3E%3Cpath fill='%23103900' d='M299.2 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M305.3 259.4l.5.3-.5-.3m1.7-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M309.8 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M312.6 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M313.3 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M314 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M314.7 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M315.4 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M316.1 259.2l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M318.2 259.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M319 259.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M189.5 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M190.2 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M198.6 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199.3 259.9l1.4 1.3-1.4-1.3m4.3 0l.7.7-.8-.7m1.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M205.7 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M206.4 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M207 259.9l.8.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M208.5 259.9v1.3h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23295200' d='M209.2 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M210.6 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M212.7 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M214.8 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M215.5 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M228.2 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M228.9 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M229.6 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M249.3 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M250.7 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M252 259.9l.8.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M254.9 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M256 260.1l.5.2-.4-.2z'/%3E%3Cpath fill='%23313931' d='M257 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M257.7 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M261.2 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M262 259.9l.6.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M278.1 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M278.8 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M279.5 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295 259.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23184a00' d='M297.1 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M299.2 259.9l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M300 259.9l.6.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.3 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302 259.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23184a00' d='M304.4 260.3l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M305.6 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M306.3 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M307 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309.5 260.1l.5.2-.5-.2z'/%3E%3Cpath fill='%23425242' d='M312.6 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M313.3 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314.5 260.1l.4.2-.4-.2z'/%3E%3Cpath fill='%23cecece' d='M315.4 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M316.8 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M317.5 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M318.2 259.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c9c84' d='M189.5 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M190.2 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M199.3 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M203.6 260.6l.7.6-.8-.6z'/%3E%3Cpath fill='%23295200' d='M204.3 260.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M205.7 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M206.8 260.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23311000' d='M207.8 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M210.6 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M212 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M212.7 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23428c00' d='M209.7 267.4h-.7c-.1-3.8-1.6-6.3-5.6-7.4 0 2 1.6 10 5 7.4h.6l-1.4 6c2.1-2.2 10.8-10 7-13.5-3.2-2.9-4.8 6-4.9 7.5z'/%3E%3Cpath fill='%23295200' d='M214.1 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M215.5 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M229.6 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M230.3 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2331425a' d='M231 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M231.7 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M249.3 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M251.4 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M252.8 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M253.5 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M259.8 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M260.5 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M276 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M276.7 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M277.4 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M278.1 260.6l.7.6-.7-.6m12 0l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M290.8 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M291.5 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M292.2 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M295 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M297.1 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M297.8 260.6l-.7 1.3.7-1.3m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M305.6 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M309 260.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M311.9 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23102110' d='M312.6 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M313.8 260.8l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8c8c' d='M314.7 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M315.4 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M316.1 260.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M316.8 260.6l-2.1 3.3 3.5-3.3h-1.4z'/%3E%3Cpath fill='%23295200' d='M190.2 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M190.9 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M199.3 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M200 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200.7 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 261.2v.7h2.2l-2.1-.7z'/%3E%3Cpath fill='%23294200' d='M205 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M205.7 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M208 261.7l.2.4-.2-.4z'/%3E%3Cpath fill='%23292100' d='M208.5 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.9 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M210.6 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M211.3 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M212 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M213.6 261.7l.3.4-.3-.4z'/%3E%3Cpath fill='%238c8c8c' d='M215.7 261.7l.3.4-.3-.4z'/%3E%3Cpath fill='%23dedede' d='M231.7 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M232.4 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M233.1 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M233.8 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M234.5 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M235.2 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M249.3 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M251.4 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M252 261.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M252.8 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M257.7 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M258.4 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M259.1 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M272.5 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M273.2 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M273.9 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M274.6 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M275.3 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M276 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M290 261.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290.8 261.2l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23103910' d='M291.5 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M292.2 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295.7 261.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23185200' d='M297.8 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300 261.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M304.9 261.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M308.4 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.2 261.2v.7h2.8v-.7h-2.8z'/%3E%3Cpath fill='%23425242' d='M314 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M314.7 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M315.4 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M317.5 261.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M190.2 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M191.1 262.3l.3.5-.3-.5z'/%3E%3Cpath fill='%23314231' d='M191.6 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M192.3 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M195.1 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M198.6 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M199.3 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M200.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M201.4 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M202.8 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M205.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M206.4 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M208.5 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M209.2 261.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%237b1008' d='M209.9 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%235a3131' d='M210.6 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M211.3 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M219.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M220.4 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M221.1 261.9l.7.7-.7-.7m13.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M235.2 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M236 261.9l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M236.6 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M250 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M256.3 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b0008' d='M257 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M254.2 262.6v.6h2.1c-5.4 8.4-1.5 19.7-.7 28.8h.7c2-8.2 2.2-20 0-28.1l2.8 1.3.7-2.6-.7-.7-4.9.7z'/%3E%3Cpath fill='%23940008' d='M259.1 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M259.8 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M271 261.9l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M271.8 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M272.5 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M273.2 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M289.4 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M290 261.9l.8.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M292.2 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.9 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M295.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.8 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300 261.9l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 261.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23103900' d='M304.9 261.9l.7.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M307.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M311.2 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M312.6 261.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23082108' d='M313.5 262.3l.3.5-.3-.5z'/%3E%3Cpath fill='%2352525a' d='M314 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M314.7 261.9l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M316.8 261.9l-2.1 2.7 2.1-2.7z'/%3E%3Cpath fill='%23295200' d='M190.2 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23428c00' d='M191.6 262.6l1.4 4h.7l.7-2.7-2.8-1.3z'/%3E%3Cpath fill='%23295200' d='M192.3 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M193 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M193.7 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M195.1 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M195.8 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M198.6 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M199.3 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M202.1 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M202.8 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M206.4 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%234a1000' d='M207 262.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M207.8 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M210.6 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M213.2 262.8l.4.2-.4-.2z'/%3E%3Cpath fill='%236b735a' d='M215.5 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M217 262.6l.6.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M217.6 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23526b42' d='M218.3 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M219 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M219.7 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M220.4 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M221.1 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M250 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M252.8 262.6l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ad0008' d='M253.5 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M259.8 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M289.4 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M290 262.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M292.2 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M292.9 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M295.7 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M296.4 262.6l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23185200' d='M297.8 262.6l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M298.5 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M300.6 262.6l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M302.7 262.6l.7.6-.7-.6m1.4 0l1.4 1.3-1.3-1.3z'/%3E%3Cpath fill='%23185200' d='M304.9 262.6l.7.6-.8-.6z'/%3E%3Cpath fill='%23297b00' d='M307 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M307.7 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M310.5 262.6l1.4 1.3-1.4-1.3zm3.5 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M317.5 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M318.2 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M319 262.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M319.6 262.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c9c84' d='M189.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M190.2 263.2l2 3.4-2-3.4z'/%3E%3Cpath fill='%23103900' d='M190.9 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M193.7 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M194.4 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M195.1 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M195.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M198 263.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199 263.4l.6.3-.5-.2z'/%3E%3Cpath fill='%23dedede' d='M200 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b8c73' d='M202.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207 263.2l1.5 1.4v-1.4H207z'/%3E%3Cpath fill='%234a1000' d='M208.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M209.9 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M215.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M216.2 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M217 263.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M214.8 268.6l1.4-.7v.7l-5 4c4.5-1.7 6.7-4 8.5-8l-2 1.3 1.3-2.7-4.2 5.4z'/%3E%3Cpath fill='%23294200' d='M219 263.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23397b00' d='M219.7 263.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23424242' d='M220.4 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M242.2 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23845a52' d='M243 263.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M243.7 263.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23842118' d='M244.3 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M245 263.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M245.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M250 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M251.4 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23310010' d='M252.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23180821' d='M253.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23310010' d='M254.2 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M254.9 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M255.6 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M259.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M262 263.2l.6.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M262.6 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M263.4 263.2l.7.7-.8-.7z'/%3E%3Cpath fill='%238c4a4a' d='M264 263.2l.8.7-.8-.7z'/%3E%3Cpath fill='%239c9494' d='M265.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M289.4 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.2 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M292.9 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296.4 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300.6 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.4 263.7l.2.4-.2-.4m2.6-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M312.6 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M316.8 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M317.5 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M319.6 263.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M320.3 263.2l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%238c8c8c' d='M189.7 264.3l.2.5-.2-.5z'/%3E%3Cpath fill='%23295200' d='M190.9 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M191.6 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23102110' d='M194.4 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.1 263.9v.7l2.1.6-2-1.3z'/%3E%3Cpath fill='%2363636b' d='M196.5 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M198 263.9l.6.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M198.6 263.9v3.3h-.7l-.7-2h-.7l.7 6.7h-.7l-.7-7.3h-.7l-.7 5.3h-.7l-3.5-2.7 2 4h-.6l-2.8-3.3c2.3 8 5.7 6.8 11.3 11.3 2.1 1.6 3.5 5.2 4.9 7.4l-2.9-2 1.4 2-3.5-2 4.3 4 .7-2h.7c-1.8 3.2-5 3.6-8.5 4v-.6l1.4-1.3 3.5.6c-2.5-2.5-5.6-3-9.1-2l4.2 3.4v.6L193 296l8.4-1.3-.7 1.3h.7l4.3-2-8.5 4v.7c7.1-.9 8-3.2 12-8-.6 2.1-.6 3.3 1.4 4.7l-1.1-8 9.5-10.8-3.5 2.7 2.8-4c-4 .8-5.7 3.6-5.6 7.3l-4.2 4h-.7c1.5-4.1 5.6-6.5 4.2-11.3-3.7 2.6-4.7 5.8-5 10l-2.7-13.4.7 2.7h-.7v-1.3h-.7l.7 9.3h-.7c-2.2-5-.3-15.4-5-18.7z'/%3E%3Cpath fill='%239c9494' d='M200 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M203 264.3l.3.5-.2-.5z'/%3E%3Cpath fill='%23397b00' d='M205 263.9l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%235a1008' d='M209.2 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M209.9 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M215.5 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M216.2 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M219.7 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M245 263.9l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M245.8 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M246.5 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2908' d='M247.2 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M247.9 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M250.7 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23000818' d='M251.4 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M252 263.9l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%23003994' d='M250 287.3h.7a35.9 35.9 0 0 1 3.5-23.4c-8.3 4-7.8 16.8-4.2 23.4z'/%3E%3Cpath fill='%2352525a' d='M254.2 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c2118' d='M254.9 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce0008' d='M257.7 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd0008' d='M259.1 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M259.8 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M260.5 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b5252' d='M261.2 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M262 263.9l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M262.6 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M279.5 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M288.7 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M289.4 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M290 263.9l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M290.8 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M292.9 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M293.6 263.9l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23103900' d='M296.4 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M298.8 264.3l.2.5-.2-.5z'/%3E%3Cpath fill='%23185200' d='M300.6 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M306.5 264.3l.2.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M307 263.9l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M314 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M315.4 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M316.1 263.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M316.8 263.9l.7.7-.7-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M191.6 264.6l.7.6-.7-.6m2.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M196 265l.3.5-.3-.5z'/%3E%3Cpath fill='%23ada5a5' d='M197.2 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23526b42' d='M198 264.6l.6.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M200 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M205 264.6l.7.6-.7-.6m3.5 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M209.2 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M209.9 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M215.7 265l.3.5-.3-.5z'/%3E%3Cpath fill='%23397b00' d='M217.6 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M218.3 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M219.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23313931' d='M228.2 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M247.9 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M248.6 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23733939' d='M249.3 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M250 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M250.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M253.5 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%236b5252' d='M254.2 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M257.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1010' d='M259.1 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M259.8 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M279.5 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M288.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M289.4 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M290 264.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M290.8 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M293.6 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M296.4 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M297.1 264.6l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23184a00' d='M300.9 265l.2.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M303.4 264.6l1.5 1.3-1.5-1.3z'/%3E%3Cpath fill='%23185200' d='M304.1 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M305.6 264.6l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M310.5 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M313.3 264.6l-2.8 3.3 2.8-3.3z'/%3E%3Cpath fill='%237b7373' d='M314 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M314.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M315.4 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M316.1 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M317.5 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M318.2 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M319 264.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M319.6 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M321.3 265l.2.5-.2-.5z'/%3E%3Cpath fill='%238c8c8c' d='M321.7 264.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M189.7 265.7l.2.4-.2-.4z'/%3E%3Cpath fill='%23397b00' d='M190.2 265.2l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M192.3 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M194.2 265.5l.4.2-.4-.2z'/%3E%3Cpath fill='%23213918' d='M197.2 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M198 265.2l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M200.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M202.8 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.6 265.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M205.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M209.2 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M212.7 265.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23103900' d='M217.6 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M219 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M219.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M228.2 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M228.9 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M229.6 265.2l.7.7-.7-.7m20.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M250.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M252.8 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M253.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23842118' d='M254.2 265.2l.7.7-.7-.7z'/%3E%3Cpath d='M257.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad0008' d='M258.4 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M259.1 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23debdb5' d='M278.1 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c4a4a' d='M278.8 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M279.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23946b63' d='M280.5 265.7l.2.4-.2-.4z'/%3E%3Cpath fill='%23001000' d='M288.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M289.4 265.2l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M291.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M293.6 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 265.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23184a00' d='M297.1 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M298.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M299.2 265.2l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23103900' d='M303.7 265.7l.2.4-.2-.4m1.9-.5l.7.7-.7-.7z'/%3E%3Cpath d='M309.8 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M310.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M313.3 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M314 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M314.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M316.8 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M317.5 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M319.6 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M320.3 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M321.7 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M322.4 265.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M186.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M187.8 266.1l.5.2-.5-.2z'/%3E%3Cpath fill='%239c9494' d='M188.8 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M190.2 265.9l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M192.3 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M193.7 265.9l-.7 2 .7-2m2.1 0v2h.7l-.7-2z'/%3E%3Cpath fill='%23292100' d='M198 265.9l.6.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M200.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M203.6 265.9l.7.7-.8-.7m2.9 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M209.2 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M212.7 265.9l.7.7-.7-.7m2.6.2l.4.2-.4-.2z'/%3E%3Cpath fill='%23103900' d='M217 265.9l.6.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M219 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M228.9 265.9v10.7h-.7l-.7-9.4H221v19.4l2.9-1.3 1.4 4.7 3.5-2 .7 7.4 6.3-2c3 2 4.9 2 6.3-1.4h1.4l4.3 4-.7-12.7-12.7-.7v-.6l12 .6v-2c-9-.2-9.9-5.5-9.9-12.7l-7.7-2z'/%3E%3Cpath fill='%23b51010' d='M229.6 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b5252' d='M230.3 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M231 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M250 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M250.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M252.8 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23c6b5b5' d='M253.5 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M254.2 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%236b0808' d='M257 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M257.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%235a3131' d='M258.4 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M276.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23a56363' d='M277.4 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M278.1 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M271.8 268c0 6.7-.7 12.2-9.1 12.6 1.8 5.1 11 1.9 14-.8 4.1-3.7 3.5-9 3.5-13.9l-8.4 2z'/%3E%3Cpath fill='%23bdbdbd' d='M288 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M288.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M291.5 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M294.3 265.9l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M299.2 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M304.9 265.9l.7.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M305.6 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M304.1 272l6.4-6c-3.5.8-5 3-6.4 6z'/%3E%3Cpath fill='%23103900' d='M309 265.9l.8.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M312.6 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M313.3 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M314 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M316.1 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M316.8 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M320.3 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M321 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M321.7 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M322.4 265.9l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M323.1 265.9l.7.7-.7-.7m-136.4.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M187.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23428c00' d='M188.5 266.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M189.7 267l.2.5-.2-.5z'/%3E%3Cpath fill='%23295200' d='M190.2 266.6l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M192.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M198 266.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M200.7 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M203.6 266.6l.7.6-.8-.6z'/%3E%3Cpath fill='%23295200' d='M206.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M209.2 266.6v2h.7l-.7-2m3 .4l.3.5-.3-.5m2.6-.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M216.7 266.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23295200' d='M218.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M219 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M220.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%235a3131' d='M227.5 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M231 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23842118' d='M231.7 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c6363' d='M232.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M233.1 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M249.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M250 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M252 266.6l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M252.8 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c6363' d='M253.5 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M257 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%234a2129' d='M257.7 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M258.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23d6a5a5' d='M274.6 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23946b63' d='M275.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23a52921' d='M276 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M276.7 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%234a2129' d='M280.2 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M281 266.6v.6h6.3l-6.4-.6z'/%3E%3Cpath fill='%23212139' d='M287.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M290 266.6l2.2 1.3v-.7l-2.1-.6z'/%3E%3Cpath fill='%238c8c8c' d='M291.5 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M292.2 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M294.3 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M295 266.6l-.7 1.3.7-1.3m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M297.8 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M299.2 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M300.6 266.6l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M303.4 266.6l.8.6-.8-.6z'/%3E%3Cpath fill='%23103900' d='M304.9 266.6l.7.6-.8-.6m3.6 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23313931' d='M311.9 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M312.6 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M315.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M316.1 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M321.7 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M322.4 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M323.1 266.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M187.4 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M188 267.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M188.8 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M192.3 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M193.7 267.2l.7.7-.7-.7m5.2.5l.2.4-.2-.4m1.8-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M201.4 267.2l.7.7-.7-.7m2.1 0l.8.7-.8-.7z'/%3E%3Cpath fill='%23294200' d='M204.3 267.2l.6.7-.7-.7m2.9 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.1 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M214.8 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M216.2 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M218.3 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M233.1 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M233.8 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M234.5 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23943131' d='M235.7 267.5l.5.2-.5-.2z'/%3E%3Cpath fill='%23c6b5b5' d='M236.6 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M249.3 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M252 267.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M252.8 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23943131' d='M253.5 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M256.3 267.2l1.4 6-1.4-6z'/%3E%3Cpath fill='%236b0808' d='M257 267.2l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23733939' d='M257.7 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23c69c94' d='M271 267.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23ad3931' d='M272.3 267.5l.4.2-.4-.2z'/%3E%3Cpath fill='%23bd2110' d='M273.2 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M273.9 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M274.6 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M280.2 267.2v5.4h.7l-.7-5.4z'/%3E%3Cpath fill='%23003994' d='M281 267.2c0 12.5-7.3 17-19.8 16.1l-.7 12.7c2.7 0 6.4.2 7-2.7l2.9 2 2.8-2.6-.7 2.6 1.4-1.3h.7l4.2-.7-.7 2 2.1-2.6 1.4 1.3h2.1v-2l1.5.7.7-6c3.5-3 1.4-15 1.4-19.5h-6.4z'/%3E%3Cpath fill='%23424242' d='M290 267.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M292.2 267.2l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M297.8 267.2v2h.7l-.7-2z'/%3E%3Cpath fill='%23185200' d='M299.2 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M301.3 267.2v3.4h.7l-.7-3.4z'/%3E%3Cpath fill='%23185200' d='M304.1 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M304.9 267.2l.7.7-.8-.7z'/%3E%3Cpath fill='%23082108' d='M307.7 267.2l.7.7-.7-.7z'/%3E%3Cpath d='M311.2 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.9 267.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M314.7 267.2l-1.4 2 1.4-2z'/%3E%3Cpath fill='%2363636b' d='M315.4 267.2l.7.7-.7-.7m-127.3.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M189.5 268l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23295200' d='M190.2 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M193 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M193.7 268l.7.6-.7-.7m2.1 0v1.4h1.4v-1.4h-1.4z'/%3E%3Cpath fill='%238c8c8c' d='M201.4 268l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M204.3 268l.6.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M215.5 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M217.6 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M218.3 268l.7.6-.7-.7z'/%3E%3Cpath fill='%238c7373' fill-opacity='.5' d='M236.6 268v6h.7l-.7-6z'/%3E%3Cpath fill='%23efefef' d='M248.6 268l.7.6-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M249.3 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M252 268l.8.6-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M253.5 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23420000' d='M257 268l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M290 268l.8.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M290.8 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23425242' d='M292.2 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M299.2 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 268l1.5 1.3-1.5-1.4z'/%3E%3Cpath fill='%23103900' d='M304.1 268l.7.6-.7-.7m2.9 0l.7.7-.7-.7m2.8 0l-3.5 4 3.5-4z'/%3E%3Cpath fill='%23082108' d='M310.5 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.2 268l.7.6-.7-.7z'/%3E%3Cpath fill='%23314231' d='M314.7 268l-.7 1.3.7-1.4z'/%3E%3Cpath fill='%23bdbdbd' d='M188 268.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M188.8 268.6l.7.6-.7-.6m2 0l.8.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M194 269l.2.5-.3-.5m5 0l.2.5-.2-.5z'/%3E%3Cpath fill='%23526b42' d='M201.4 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M204.3 268.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M205 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M209.2 268.6l.7.6-.7-.6m4.2.6v.7h2.1l-2-.6m2-.7l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M217.6 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M242.7 268.8l.5.2-.5-.2z'/%3E%3Cpath fill='%238c8c8c' d='M243.7 268.6l.7.6-.8-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M244.3 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M245 268.6l.8.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M248.6 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M249.3 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%2300215a' d='M251.4 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M252 268.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23a51008' d='M253.5 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M257 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23940008' d='M257.7 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M258.4 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M262.6 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M263.4 268.6l.7.6-.8-.6z'/%3E%3Cpath fill='%238c8c8c' d='M264.5 268.8l.5.2-.5-.2z'/%3E%3Cpath fill='%237b7373' d='M265.5 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M290 268.6l.8.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M290.8 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M291.5 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M292.2 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M292.9 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M295.5 268.8l.4.2-.4-.2z'/%3E%3Cpath fill='%23297b00' d='M298.5 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M299.2 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M300 268.6l.6.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M303.4 268.6l.8.6-.8-.6m2.9 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M314.7 268.6l.7.6-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M188.8 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M190.9 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M196.8 269.7l.2.5-.3-.5z'/%3E%3Cpath fill='%23396b10' d='M201.4 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M203.6 269.3l.7.6-.8-.6z'/%3E%3Cpath fill='%23dedede' d='M205 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M205.7 269.3l2 2-2-2z'/%3E%3Cpath fill='%23294200' d='M208.7 269.7l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M214.1 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M217 269.3l.6.6-.7-.6z'/%3E%3Cpath fill='%23003994' d='M243 269.3c0 3.3.3 5 4.2 5.3.6-3.6-.6-4.6-4.3-5.4z'/%3E%3Cpath fill='%23002984' d='M244.3 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M245 269.3l.8.6-.7-.6z'/%3E%3Cpath fill='%2310214a' d='M245.8 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23636b7b' d='M246.5 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M247.2 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M247.9 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2331425a' d='M248.6 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M251.4 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M252.8 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce1810' d='M253.5 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23420000' d='M257 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce0008' d='M257.7 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M258.4 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M260.5 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M261.2 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2321315a' d='M262 269.3l.6.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M262.6 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M263.4 269.3l.7.6-.8-.6z'/%3E%3Cpath fill='%23003994' d='M259.1 270.6c1.7 5.8 6.3 4 6.3-1.4l-6.3 1.4z'/%3E%3Cpath fill='%23efefef' d='M290 269.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M290.8 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M291.5 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M292.2 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M292.9 269.3l.7.6-.7-.6m2.8 0l.7.6-.7-.6zm9.9 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M309 269.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M313.3 269.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M314 269.3l-.7 1.3.7-1.4z'/%3E%3Cpath fill='%235a6b52' d='M188.8 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M190.9 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M191.6 270l.7.6-.7-.7m2.8 0l.7.7-.7-.7m4.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M203.6 270l.7.6-.8-.7z'/%3E%3Cpath fill='%23cecece' d='M205.7 270l2 2-2-2z'/%3E%3Cpath fill='%23397b00' d='M212.7 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23214210' d='M216.2 270l-.7 1.3.7-1.4z'/%3E%3Cpath fill='%23cecece' d='M217 270l-.8 1.3.7-1.4z'/%3E%3Cpath fill='%23002984' d='M247.2 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23001039' d='M247.9 270l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M248.6 270l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M251.4 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23b5adad' d='M252.8 270l.7.6-.7-.7z'/%3E%3Cpath fill='%236b0808' d='M257 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M257.7 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23524242' d='M258.4 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M259.1 270l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M259.8 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23002984' d='M260.5 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23395231' d='M290.8 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23296300' d='M291.5 270l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M292.2 270l.7.6-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M292.9 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M295.7 270l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23297b00' d='M296.4 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M298.8 270.4l.2.4-.2-.4z'/%3E%3Cpath fill='%23297b00' d='M299.2 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.9 270l.7.6-.8-.7z'/%3E%3Cpath fill='%23296300' d='M308.4 270l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M312.6 270l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M188.8 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M191.6 270.6l.7.7-.7-.7m3 .4l.3.5-.3-.5z'/%3E%3Cpath fill='%23295200' d='M196.5 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M204.3 270.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207.8 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M208.5 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M212 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M247.9 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M248.6 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M250.7 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M251.4 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad0008' d='M257.7 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23390821' d='M258.4 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M290.8 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M291.5 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M292.2 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M292.9 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M293.6 270.6l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300 270.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M301.3 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.1 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307.7 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M311.9 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M312.6 270.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M188.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M189.5 271.3l.7.6-.7-.6m2.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M196.5 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M202.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M204.3 271.3l1.3 1.3-1.3-1.3z'/%3E%3Cpath fill='%23cecece' d='M205 271.3l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23001000' d='M207.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M210.6 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M211.3 271.3l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M214.1 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M214.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M215.5 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23001039' d='M247.9 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M250.7 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b0008' d='M257 271.3l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M289.1 271.5l.5.2-.5-.2z'/%3E%3Cpath fill='%239c9494' d='M290.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M292 271.5l.4.2-.4-.2z'/%3E%3Cpath fill='%237b7373' d='M292.9 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M293.6 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M296.6 271.7l.3.5-.3-.5m2.1 0l.3.5-.2-.5z'/%3E%3Cpath fill='%23296300' d='M300 271.3l.6.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M303.4 271.3l.8.6-.8-.6z'/%3E%3Cpath fill='%23297b00' d='M307 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M311.2 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M314.7 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M315.4 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M316.1 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M316.8 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M317.5 271.3l.7.6-.7-.6z'/%3E%3Cpath fill='%235a5231' d='M189.5 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M192.3 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M194.4 272l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M195.1 272l.7.6-.7-.7m3.5 0l-.7 1.4h1.4l-.7-1.4z'/%3E%3Cpath fill='%23396b10' d='M201.4 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M203 272.4l.3.4-.2-.4z'/%3E%3Cpath fill='%23efefef' d='M207 272l-.6 1.3.7-1.4z'/%3E%3Cpath fill='%23294200' d='M207.8 272l.7.6-.7-.7m2.3.5l.3.4-.3-.4z'/%3E%3Cpath fill='%23295200' d='M210.6 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212 272l.7.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M212.7 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M213.4 272l.7.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M247.9 272l.7.6-.7-.7z'/%3E%3Cpath fill='%2331425a' d='M250.7 272l.7.6-.7-.7z'/%3E%3Cpath fill='%236b0808' d='M258 272.4l.2.4-.2-.4z'/%3E%3Cpath fill='%23bd0008' d='M258.4 272l.7.6-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M259.1 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M288.7 272l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M289.4 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M290.8 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M291.5 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M292.9 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23314231' d='M293.6 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M301.3 272v2.6h.7l-.7-2.7z'/%3E%3Cpath fill='%23185200' d='M303.2 272.1l.5.3-.5-.2m2.4-.3l-1.5 2 1.4-2z'/%3E%3Cpath fill='%23296300' d='M306.3 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M310.5 272l-1.4 3.3h.7l.7-3.4z'/%3E%3Cpath fill='%2363636b' d='M311.2 272l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M313.3 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23425242' d='M314 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314.7 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M315.4 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M317.5 272l.7.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M318.2 272l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M189.5 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M192.8 272.8l.4.2-.4-.2z'/%3E%3Cpath fill='%23526b42' d='M201.4 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204 272.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23314231' d='M205.7 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M207 272.6l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%23397b00' d='M209.2 272.6v2l2-2h-2z'/%3E%3Cpath fill='%235a6b52' d='M211.3 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M212 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M242.2 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M247.6 272.8l.5.2-.5-.2z'/%3E%3Cpath fill='%237b7373' d='M250.7 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M258.7 273l.2.5-.2-.5z'/%3E%3Cpath fill='%23390821' d='M259.1 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M280.2 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M289.4 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M291.5 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.9 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M293.6 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M296.9 272.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23185200' d='M298.5 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M302.7 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M310.5 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M311.2 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M312.6 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M313.3 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M318.2 272.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M189.5 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M190.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M193 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M195.1 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M198 273.3l.6.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M201.4 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M202.8 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M204.5 273.7l.2.5-.2-.5z'/%3E%3Cpath fill='%23315221' d='M207 273.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M209.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M210.6 273.3l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23292921' d='M212 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M212.7 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23733939' d='M220.4 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M227.5 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M242.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M250 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M250.7 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M257 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M257.7 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b0008' d='M259.1 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23636b7b' d='M265.5 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M280.5 273.7l.2.5-.2-.5z'/%3E%3Cpath fill='%23001000' d='M289.4 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M290 273.3l.8.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M291.5 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M294 273.5l.5.2-.4-.2z'/%3E%3Cpath fill='%23103900' d='M297.1 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M299.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M309.8 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M310.5 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M311.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M311.9 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M318.2 273.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M319 273.3l.6.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M190.2 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M193 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.1 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M195.8 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M198 274l.6.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M201.7 274.4l.2.4-.2-.4m1.1-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M206.4 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207 274l-.6 3.3h.7v-3.4z'/%3E%3Cpath fill='%23294200' d='M208.7 274.4l.2.4-.2-.4z'/%3E%3Cpath fill='%23bdbdbd' d='M211.3 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212.2 274.4l.3.4-.3-.4z'/%3E%3Cpath fill='%23bdbdbd' d='M212.7 274l.7.6-.7-.7m5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M219 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23315221' d='M219.7 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23310000' d='M220.4 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M228.2 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23845a52' d='M236.6 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M242.2 274l.7.6-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M243 274l.6.6-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M250 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250.7 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M257 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23940008' d='M257.7 274l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23bd0008' d='M258.9 274.2l.5.2-.5-.2z'/%3E%3Cpath fill='%2300215a' d='M259.8 274l.7.6-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M264.8 274l.6.6-.6-.7z'/%3E%3Cpath fill='%23cecece' d='M265.5 274l-.7 1.3.7-1.4z'/%3E%3Cpath fill='%23103900' d='M289.4 274l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M290 274l.8.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M291.5 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.2 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M294.3 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M297.1 274l.7.6-.7-.7zm7 0l.8.6-.7-.7z'/%3E%3Cpath fill='%23103900' d='M309 274l.8.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M309.8 274l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M310.5 274l.7.6-.7-.7m6 .3l.6.2-.5-.2m1.6-.3l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M319 274l.6.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M190.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M190.9 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M193.7 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M195.8 274.6l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23397b00' d='M196.5 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M198 274.6l-.8 2 .7-2z'/%3E%3Cpath fill='%23bdbdbd' d='M202.8 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.6 274.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M205 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23738c63' d='M209.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M210.6 274.6l-2.8 3.4 2.8-3.4z'/%3E%3Cpath fill='%23214210' d='M211.3 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M213 275l.2.5-.3-.5z'/%3E%3Cpath fill='%23efefef' d='M215.5 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M216.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M217 274.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M217.6 274.6v2h.7l-.7-2z'/%3E%3Cpath fill='%23397b00' d='M218.8 274.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23214210' d='M219.7 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M220.4 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M228.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23943131' d='M236.6 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M243 274.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M243.7 274.6l.7.7-.8-.7z'/%3E%3Cpath fill='%2310295a' d='M244.3 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M245.5 274.8l.5.2-.5-.2z'/%3E%3Cpath fill='%23001039' d='M246.5 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M250 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M250.7 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M257 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd0008' d='M257.7 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M259.1 274.6l2.8 7.4-2.8-7.4z'/%3E%3Cpath fill='%23391810' d='M259.8 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23636b7b' d='M260.5 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M261.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M264 274.6l.8.7-.8-.7z'/%3E%3Cpath fill='%239c4a42' d='M271 274.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M279.5 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M289.6 275l.2.5-.2-.5z'/%3E%3Cpath fill='%23395231' d='M290 274.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M291.5 274.6l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23296300' d='M292.2 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M294.3 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.1 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M303.4 274.6l.8.7-.8-.7z'/%3E%3Cpath fill='%23296300' d='M307.9 275l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M308.4 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314.7 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M315.4 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M316.1 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M316.8 274.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M317.5 274.6l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23315221' d='M319 274.6l.6.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M190.9 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M191.6 275.3l1.4 1.3-1.4-1.3m2.1 0l2.1 1.3v-.7l-2.1-.6z'/%3E%3Cpath fill='%23294200' d='M194.4 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M197.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M201.4 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M202.8 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M203.6 275.3l.7.6-.8-.6z'/%3E%3Cpath fill='%23294200' d='M205 275.3v2h.7l-.7-2z'/%3E%3Cpath fill='%23295200' d='M207.8 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M208.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M209.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M210.6 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M212 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M214.1 275.3l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2363636b' d='M214.8 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M215.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M219 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M219.7 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M228.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23a51008' d='M236.6 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M246.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M247.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M250 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M252.8 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23a51008' d='M257 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%236b0808' d='M258.7 275.7l.2.5-.2-.5z'/%3E%3Cpath fill='%237b0008' d='M259.8 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M260.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad3931' d='M271 275.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23842118' d='M279.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M290 275.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M292.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M294.8 275.5l.4.2-.4-.2z'/%3E%3Cpath fill='%23185200' d='M299.2 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M306.3 275.3l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M307 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M313.3 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M314 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M314.7 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M317.5 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M319 275.3l.6.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M319.6 275.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M324.6 275.3l.6.6-.6-.6z'/%3E%3Cpath fill='%238c8c8c' d='M325.5 275.7l.2.5-.2-.5z'/%3E%3Cpath fill='%2363636b' d='M191.6 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23001000' d='M198 276l.6.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M200.7 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M201.4 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M203.6 276l.7.6-.8-.7z'/%3E%3Cpath fill='%23103900' d='M207.8 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdc6ad' d='M208.5 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23214210' d='M209.9 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M211.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M213 276.4l.2.4-.3-.4z'/%3E%3Cpath fill='%23314231' d='M214.1 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M218.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23214210' d='M219 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M228.2 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M236.6 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23a59494' d='M237.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M246.5 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23002984' d='M247.2 276l.7.6-.7-.7z'/%3E%3Cpath fill='%2310295a' d='M250 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23c6b5b5' d='M252.8 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M253.7 276.4l.3.4-.3-.4z'/%3E%3Cpath fill='%23bd0008' d='M259.8 276l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M260.5 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23debdb5' d='M270.4 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M271 276l.8.6-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M279.5 276l.7.6-.7-.7z'/%3E%3Cpath fill='%235a7b42' d='M289.4 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290 276l.8.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M290.8 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23315221' d='M292.2 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M295 276v2h.7l-.7-2z'/%3E%3Cpath fill='%23185200' d='M298 276.4l.3.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M299.2 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M305.6 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M306.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.9 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23395231' d='M312.6 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M313.3 276l.7.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M318.2 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M319 276l.6.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M319.6 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M322.4 276l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M323.1 276l.7.6-.7-.7z'/%3E%3Cpath fill='%23314231' d='M323.9 276l.7.6-.8-.7z'/%3E%3Cpath fill='%23001000' d='M324.6 276l.6.6-.6-.7z'/%3E%3Cpath fill='%238c8c8c' d='M192.3 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M193 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M198 276.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M198.9 277l.2.5-.2-.4z'/%3E%3Cpath fill='%238c8c8c' d='M201.4 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M203.6 276.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M207 276.6l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%23425242' d='M207.8 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M209.2 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M211.3 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M213.4 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M217 276.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M217.6 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M219 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M228.9 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23842118' d='M237.3 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M246.5 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M250 276.6v5.4h.7l-.7-5.4z'/%3E%3Cpath fill='%23bdbdbd' d='M252.8 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M257 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad0008' d='M259.1 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M260.5 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c4239' d='M270.4 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M278.8 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M288 276.6l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%234a6342' d='M289.6 277l.2.5-.2-.4z'/%3E%3Cpath fill='%23314231' d='M290.8 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M292.2 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M301.3 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.9 276.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23296300' d='M305.6 276.6l.7.7-.7-.7m4.9 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M311.2 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M311.9 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M319 276.6l.6.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M319.6 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M320.3 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M321 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M321.7 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M322.7 277l.2.5-.2-.4z'/%3E%3Cpath fill='%23296300' d='M323.1 276.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M323.9 276.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M324.6 276.6l.6.7-.6-.7z'/%3E%3Cpath fill='%23efefef' d='M193 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M193.7 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%235a5231' d='M194.4 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M195.1 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M201.4 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23526b42' d='M203.6 277.3l.7.6-.8-.6z'/%3E%3Cpath fill='%23213918' d='M207 277.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23315221' d='M208.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M210.6 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M211.3 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M212.7 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M213.4 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M216.2 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M217 277.3l.6.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M219 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M228.9 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce1810' d='M237.3 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M238 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M246.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M252.8 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M253.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad0008' d='M257.7 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd0008' d='M258.4 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b0008' d='M259.1 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23940008' d='M260.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M261.2 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23a5847b' d='M269.7 277.3l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ce1810' d='M270.4 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23392121' d='M278.8 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23103910' d='M288 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M290.8 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M291.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M292.2 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M298 277.7l.3.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M300.6 277.3l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M301.3 277.3l.7.6-.7-.6m2.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M309 277.3l.8.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M309.8 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M310.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M316.6 277.5l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8c8c' d='M317.5 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M318.2 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%234a6342' d='M319 277.3l.6.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M319.6 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M320.3 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M321 277.3l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23319400' d='M321.7 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M323.1 277.3l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M323.9 277.3l.7.6-.8-.6z'/%3E%3Cpath fill='%23dedede' d='M195.1 278l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M195.8 278l.7.6-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M196.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23295200' d='M197.2 278l.7.6-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M201.4 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23292100' d='M206.4 278l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M207 278l.8.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M207.8 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M210.6 278l.7.6-.7-.7m2 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M215.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23294200' d='M216.2 278l.7.6-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M229.6 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M238 278l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23a59494' d='M238.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M253.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M258.4 278v9.3h2.1l-2-9.4z'/%3E%3Cpath fill='%236b0808' d='M259.4 278.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23ce0008' d='M260.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M261.2 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M269.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M278.1 278l.7.6-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M288 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M288.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23103910' d='M289.4 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290.8 278l.7.6-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M291.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%238c9c84' d='M292.4 278.4l.3.5-.3-.5z'/%3E%3Cpath fill='%23296300' d='M295 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295.7 278l-.7 1.3.7-1.4z'/%3E%3Cpath fill='%23185200' d='M300.6 278l.7.6-.7-.7m2.1 0l-2 2.7 2-2.7z'/%3E%3Cpath fill='%23184a00' d='M303.4 278l.8.6-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M307.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23214210' d='M308.4 278l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M309 278l.8.6-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M309.8 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M310.5 278l.7.6-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M311.6 278.2l.5.2-.5-.2z'/%3E%3Cpath fill='%236b735a' d='M312.6 278l.7.6-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M313.3 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23426331' d='M314 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23185200' d='M315.4 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23296300' d='M316.6 278.2l.4.2-.4-.2z'/%3E%3Cpath fill='%23184a00' d='M321 278l.7.6-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M321.7 278l.7.6-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M322.4 278l.7.6-.7-.7m-125.2.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M198 278.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M198.6 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M199.3 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200 278.6l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M201.4 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M202.1 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M206.4 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M207 278.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207.8 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M209.9 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M212.7 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M215.5 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M218.3 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M229.6 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M230.3 278.6l1.4 2-1.4-2z'/%3E%3Cpath fill='%238c7373' d='M239.4 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M240.1 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M253.5 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M258 279l.2.5-.2-.4z'/%3E%3Cpath fill='%236b2131' d='M261.2 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23946b63' d='M268.3 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M269 278.6l.7.7-.7-.7m8.4 0l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%2300216b' d='M278.1 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M288 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M288.7 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M289.4 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M291.5 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296 279l.2.5-.3-.4m2-.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M306.3 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M307 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M307.7 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M308.4 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M309 278.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M309.8 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M310.5 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M319 278.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M319.6 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M320.3 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M321 278.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M198 279.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M198.6 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M200 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M202.1 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M205.7 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M206.4 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M207 279.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209.7 279.5l.4.2-.4-.2m2.8 0l.4.2-.4-.2z'/%3E%3Cpath fill='%23103900' d='M214.8 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M217.6 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M218.3 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M240.1 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c7373' d='M240.8 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M241.5 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23943131' d='M253.7 279.7l.3.5-.3-.5z'/%3E%3Cpath fill='%23940008' d='M259.1 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad0008' d='M259.8 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23940008' d='M261.2 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M262 279.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23a5847b' d='M266.9 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c2118' d='M267.6 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M277.4 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M288.2 279.7l.2.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M288.7 279.3v.7h2v-.7h-2z'/%3E%3Cpath fill='%23185200' d='M289.4 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.5 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M292.2 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M297.8 279.3l.7.7-.7-.7m7.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M306.3 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M307 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M317.5 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M318.2 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M319 279.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M319.6 279.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M198 280l.6.6-.7-.6z'/%3E%3Cpath fill='%23422100' d='M200.7 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M202.1 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M202.8 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M205.7 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M207 280l.8.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M209.2 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M212 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M214.1 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M214.8 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M217.6 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M218.3 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23a51008' d='M231.7 280l.7.6-.7-.6m9.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%239c2929' d='M242.2 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23845a52' d='M243 280l.6.6-.7-.6z'/%3E%3Cpath fill='%23a59494' d='M243.7 280l.7.6-.8-.6z'/%3E%3Cpath fill='%23c6b5b5' d='M244.3 280l.7.6-.7-.6z'/%3E%3Cpath fill='%238c7373' d='M245.5 280.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23212139' d='M246.5 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M257.7 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce0008' d='M259.1 280l.7.6-.7-.6z'/%3E%3Cpath fill='%236b0808' d='M259.8 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce0008' d='M261.2 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23734a42' d='M262 280l.6.6-.7-.6z'/%3E%3Cpath fill='%23946b63' d='M262.6 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd8c8c' d='M263.4 280l.7.6-.8-.6z'/%3E%3Cpath fill='%23a5847b' d='M264 280l.8.6-.8-.6z'/%3E%3Cpath fill='%239c5a52' d='M264.8 280l.6.6-.6-.6z'/%3E%3Cpath fill='%23ad3931' d='M265.5 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M266.2 280l.7.6-.7-.6m9.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M276.7 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M288.7 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M290.3 280.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M291.5 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23082108' d='M292.2 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M295.7 280v2h.7l-.7-2z'/%3E%3Cpath fill='%23103900' d='M304.9 280l.7.6-.8-.6z'/%3E%3Cpath fill='%23297b00' d='M315.4 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M316.1 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23425242' d='M316.8 280l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M317.5 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M318.2 280l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M198 280.6l.6.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M198.6 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M200 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M200.7 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M202.8 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M205.7 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M206.4 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207 280.6l.8.7-.7-.7m2 0l.8.7-.7-.7m2 0l-1.3 2.7h.7l.7-2.7z'/%3E%3Cpath fill='%23397b00' d='M212 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M213.9 280.9l.4.2-.4-.2z'/%3E%3Cpath fill='%23397b00' d='M217 280.6l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M217.6 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M231.7 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M232.4 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M246.5 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c6363' d='M253.5 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M258 281l.2.5-.2-.4z'/%3E%3Cpath fill='%23520808' d='M259.8 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M262 280.6l.6.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M275.3 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M276 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M288.7 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M292.2 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M303.4 280.6l.8.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M304.1 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M314 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M314.7 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M315.4 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M316.1 280.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M198.6 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M199.3 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M200 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M200.7 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M201.4 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M203.6 281.3l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M205.7 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M206.4 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207 281.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M211.3 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M212.7 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M213.4 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M217 281.3l-1.5 2 1.4-2z'/%3E%3Cpath fill='%23ad1810' d='M233.1 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M233.8 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M246.5 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c7373' d='M253.5 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%236b0808' d='M259.8 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M262 281.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M273.9 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23291029' d='M274.6 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2329396b' d='M287.3 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M288.7 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M290 281.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290.8 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M292.2 281.3l.7.7-.7-.7m10.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M303.4 281.3l.8.7-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M309 281.3l1.5 1.3-1.4-1.3z'/%3E%3Cpath fill='%23185200' d='M309.8 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M310.5 281.3v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23185200' d='M313.3 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M314 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314.7 281.3v.7h2.1l-2.1-.7z'/%3E%3Cpath fill='%234a6342' d='M316.8 281.3v.7h2.1l-2-.7z'/%3E%3Cpath fill='%237b8c73' d='M319 281.3l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M319.6 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M320.3 281.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M198.6 282l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M201.4 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M203.6 282l.7.6-.8-.6z'/%3E%3Cpath fill='%23295200' d='M205 282l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M205.7 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23733939' d='M206.4 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M211.3 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M212 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M217 282l-.8 1.3.7-1.3z'/%3E%3Cpath fill='%23b51010' d='M234.5 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M235.2 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M236 282l1.3 1.3-1.4-1.3z'/%3E%3Cpath fill='%23ce1810' d='M246.5 282l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M247.2 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23425a84' d='M250 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23b5adad' d='M253.5 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M257.7 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23940008' d='M260.3 282.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23ad0008' d='M261.2 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M262 282l1.3 1.3-1.4-1.3z'/%3E%3Cpath fill='%23ce1810' d='M271.8 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M272.5 282l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M273.2 282l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M287.3 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23396321' d='M288.7 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M290.8 282v2h.7l-.7-2z'/%3E%3Cpath fill='%23296300' d='M292.2 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M292.9 282l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23296300' d='M295.7 282v3.3h1.4l-1.4-3.3z'/%3E%3Cpath fill='%23297b00' d='M296.4 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M302 282l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23297b00' d='M302.7 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M307.9 282.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M308.4 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M309 282l.8.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M319 282l.6.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M319.6 282l.7.6-.7-.6z'/%3E%3Cpath fill='%23313931' d='M320.3 282l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M198.6 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M199.3 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M200 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M201.4 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M202.1 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204.5 283l.2.5-.2-.4z'/%3E%3Cpath fill='%237b1008' d='M205 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M205.9 283l.2.5-.2-.4z'/%3E%3Cpath fill='%23631808' d='M206.6 283l.2.5-.2-.4z'/%3E%3Cpath fill='%23294200' d='M209.2 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M214.8 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23946b63' d='M220.4 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M236 282.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M237.3 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M238 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M238.7 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M239.4 282.6v.7h5.7l-5.7-.7z'/%3E%3Cpath fill='%23941808' d='M245 282.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M245.8 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M246.5 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M247.2 282.6l.7.7-.7-.7m3 .5l.3.4-.3-.4z'/%3E%3Cpath fill='%23bdbdbd' d='M253.5 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M254.4 283l.3.5-.3-.4z'/%3E%3Cpath fill='%23000818' d='M260.5 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M261.2 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23080829' d='M262 282.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce1810' d='M263.4 282.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23b51010' d='M269 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M269.7 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1021' d='M270.4 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M271 282.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M287.3 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%235a7b42' d='M288.7 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M292.9 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302 282.6l.7.7-.7-.7m3.6 0l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23185200' d='M306.3 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M307 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M315.4 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M316.1 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M316.8 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M317.5 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M318.2 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M319 282.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M319.6 282.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M198.6 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199.3 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M200.7 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M201.4 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M202.1 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M205 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209 283.5l.4.2-.5-.2z'/%3E%3Cpath fill='%23396b10' d='M214.1 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M239.4 283.3l.7.7-.7-.7zm5 0l.6.7-.7-.7z'/%3E%3Cpath fill='%23391810' d='M247.2 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M253.5 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23291029' d='M260.5 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M264 283.3v.7h5l-5-.7z'/%3E%3Cpath fill='%23082108' d='M287.3 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M288 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M289 283.8l.1.4-.2-.5z'/%3E%3Cpath fill='%23184a00' d='M293.1 283.8l.3.4-.3-.5z'/%3E%3Cpath fill='%23297b00' d='M301.3 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M304.9 283.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M305.6 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.9 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M312.6 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M313.3 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M314 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M314.7 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M315.4 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M316.1 283.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M198.6 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M199.3 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M200 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M200.7 284l1.4 1.3V284h-1.4z'/%3E%3Cpath fill='%23292100' d='M202.1 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M205 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M205.7 284l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M206.4 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M208.5 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M212.7 284l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M213.4 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M214.1 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M247.2 284l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M247.9 284l.7.7-.7-.7m2 0l.8.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M250.7 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23a51008' d='M254.2 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23390821' d='M260.5 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M287.3 284l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%235a6b52' d='M288 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M290.8 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M291.5 284l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23185200' d='M299.2 286l2.1-2-2 2z'/%3E%3Cpath fill='%23297b00' d='M303.4 284l1.5 1.3-1.5-1.3z'/%3E%3Cpath fill='%23103900' d='M304.1 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M304.9 284l.7.7-.8-.7m5.7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M311.2 284l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M312.6 284l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M190.9 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M191.6 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M199.3 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M200.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M202.8 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M203.6 284.6l.7 2h.6l-1.4-2z'/%3E%3Cpath fill='%23397b00' d='M205.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M206.4 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M208.2 284.9l.5.2-.5-.2m2.4-.2l.7.6-.7-.7z'/%3E%3Cpath fill='%23315221' d='M211.3 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M212 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M212.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23391810' d='M247.9 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M250 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M254.2 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M257.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%236b0808' d='M260.5 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23395231' d='M288.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M291.5 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M292.9 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M293.6 284.6l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23296300' d='M302.7 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M303.4 284.6l.8.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M309 284.6l.8.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M309.8 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M310.5 284.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M190.9 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M191.6 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M192.3 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M193 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M193.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M199.3 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M201.4 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202.1 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.6 285.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23294200' d='M207.8 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.9 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M210.6 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M212 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M212.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M218.3 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M219 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M223.3 285.3l.6.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M248.6 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M250.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23943131' d='M254.4 285.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23a51008' d='M257.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M288 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M288.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.7 285.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23296300' d='M293.6 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M296.2 285.5l.5.3-.5-.3m2.3-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307.7 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M308.4 285.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M309 285.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M190.9 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M191.6 286l.7.7-.7-.7zm2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M194.9 286.2l.4.2-.4-.2z'/%3E%3Cpath fill='%23526b42' d='M195.8 286l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M196.5 286l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M197.2 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M198 286l.6.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M198.6 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M199.3 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M200 286l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23397b00' d='M202.1 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M202.8 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207.8 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M209.2 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M209.9 286l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M212 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M212.7 286v2.7h.7l-.7-2.7z'/%3E%3Cpath fill='%2363636b' d='M213.4 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M218.3 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M219 286l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23cecece' d='M219.7 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M222.5 286l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23181000' d='M223.3 286l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M248.6 286l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M249.3 286l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M250.7 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M257.7 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M288 286v2h.7l-.7-2z'/%3E%3Cpath fill='%23103900' d='M288.7 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M293.8 286.4l.3.5-.3-.5z'/%3E%3Cpath fill='%23297b00' d='M299.2 288l3.5-2-3.5 2z'/%3E%3Cpath fill='%23103900' d='M301.3 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M307 286l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M307.7 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M308.4 286l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M191.6 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M198 286.6l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M198.6 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M200 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200.7 286.6l2.1 2-2-2z'/%3E%3Cpath fill='%23294200' d='M203.6 286.6l.7.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M205 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M209.2 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M211.3 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M212.7 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M214.1 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M218.3 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M219 286.6c-2.2 4.7-4.7 9.8 1.4 12.8 0-4 1.5-9.7-1.4-12.7z'/%3E%3Cpath fill='%23bd2110' d='M221.1 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M222.5 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M223.3 286.6l-.8 1.4h1.5l-.7-1.4z'/%3E%3Cpath fill='%23b51010' d='M224 286.6l.6.7-.7-.7z'/%3E%3Cpath fill='%2331394a' d='M249.3 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23525a6b' d='M250.7 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c7373' d='M254.4 287.1l.3.5-.3-.5z'/%3E%3Cpath fill='%23a51008' d='M257.7 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M286 287.1l.3.5-.2-.5z'/%3E%3Cpath fill='%2300216b' d='M286.6 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M287.3 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M288.7 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M291.5 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M296.4 286.6l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23103900' d='M300.6 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M305.6 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M306.3 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M307 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M307.7 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M308.8 286.9l.5.2-.5-.2z'/%3E%3Cpath fill='%234a6342' d='M310.3 286.9l.4.2-.4-.2z'/%3E%3Cpath fill='%23295210' d='M311.2 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M311.9 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M312.6 286.6v.7h3.5l-3.5-.7z'/%3E%3Cpath fill='%23184a00' d='M316.1 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M316.8 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M317.5 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M318.2 286.6l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M319 286.6l.6.7-.7-.7m-127.3.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M193.7 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M194.9 287.6l.4.2-.4-.2z'/%3E%3Cpath fill='%23397b00' d='M196 287.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23292100' d='M200.7 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M205 287.3l-.7 2h.7v-2m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M209.2 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M211.3 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M212 287.3c-1.7 4.3-1.2 6.9 1.4 10.7h.7v-10.7h-.7v8H212v-8z'/%3E%3Cpath fill='%23315221' d='M214.1 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M217.6 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M218.3 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M220.4 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M221.8 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M224 287.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M249.3 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23001039' d='M250 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M250.7 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M257.7 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%236b5252' d='M258.4 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M259.1 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23290018' d='M259.8 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M260.5 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M286.6 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M287.3 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M288.7 287.3l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23297b00' d='M289.4 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.5 287.3v2h.7l-.7-2z'/%3E%3Cpath fill='%23185200' d='M293.6 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300 287.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 287.3l.8.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M304.1 287.3v.7h2.2l-2.2-.7z'/%3E%3Cpath fill='%23296300' d='M306.7 287.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23297b00' d='M307.7 287.3l.7.7-.7-.7m4.9 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M313.3 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M314 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M314.7 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M315.4 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M316.1 287.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M192.3 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M201.4 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M205 288l.7.7-.7-.7m3.5 0l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%235a5231' d='M209.2 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M210.6 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M211.3 288l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M214.8 288l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M217.6 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M219.3 288.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23295200' d='M220.4 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23100808' d='M221.1 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M221.8 288l-.7 10.7 2.1-2h.8l-.7 2.7c5.5-1.6 6.5-5.2 4.9-10l-3.5 7.3h-.7V288h-.7l-1.4 7.4V288z'/%3E%3Cpath fill='%23295200' d='M222.5 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M224 288l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M227.5 288l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M228.2 288l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M250 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23080829' d='M250.7 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23c6b5b5' d='M254.2 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M257 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M257.7 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M286.6 288l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M287.3 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M288.4 288.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23184a00' d='M293.6 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M295.7 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M299.2 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M302.7 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M303.4 288l.8.7-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M309.8 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M310.5 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M311.2 288l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M311.9 288l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M312.6 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M313.3 288l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M192.3 288.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23214210' d='M193 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M202.1 288.7l1.4 1.3v-1.3h-1.4z'/%3E%3Cpath fill='%23103900' d='M203.6 288.7l.7.6-.8-.6m2.9 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23397b00' d='M207 288.7l.8.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M208.5 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M210.6 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M212.7 288.7v3.3h.7l-.7-3.3z'/%3E%3Cpath fill='%23526b42' d='M214.8 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M217 288.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M217.6 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M221.1 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M222.5 288.7v2.6h.7l-.7-2.6z'/%3E%3Cpath fill='%23397b00' d='M224 288.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M224.7 288.7l.7.6-.8-.6m2.2 0l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23293100' d='M227.5 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M228.2 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M250 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M250.7 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M251.4 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23842118' d='M257 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M287.3 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M288 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M289.4 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M293.6 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M295.7 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M300.6 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M301.3 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M302 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M307.7 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M308.4 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M309 288.7l.8.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M309.8 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M310.5 288.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M311.6 288.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23214210' d='M193.7 289.3l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M199.6 289.8l.2.4-.2-.4m9.6-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M209.9 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M210.6 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M215 289.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23dedede' d='M216.2 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M217 289.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M219 289.3l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M224.7 289.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M226.8 289.3l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M228.9 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250.7 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M251.6 289.8l.3.4-.3-.4z'/%3E%3Cpath fill='%23736b6b' d='M257 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M287.3 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M288 289.3l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M291.5 289.3l.7 2.7h.7l-1.4-2.7z'/%3E%3Cpath fill='%23297b00' d='M292.2 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M293.6 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295 289.3l.7.7-.7-.7zm4.2 0l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23184a00' d='M300 289.3l.6.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M300.6 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M305.6 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M306.3 289.3v.7l2.8.7v-.7l-2.8-.7z'/%3E%3Cpath fill='%23103900' d='M307 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M307.7 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M308.4 289.3v.7h2l-2-.7z'/%3E%3Cpath fill='%23297b00' d='M310.7 289.8l.2.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M311.2 289.3v.7l2.8.7v-.7l-2.8-.7z'/%3E%3Cpath fill='%23185200' d='M312.6 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M313.3 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M314 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M314.7 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M315.4 289.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M193.7 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M197.7 290.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23295200' d='M198.6 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M205 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M209.9 290l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M216.2 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M219.3 290.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23397b00' d='M220.9 290.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23294200' d='M224.7 290l.7.7-.8-.7z'/%3E%3Cpath fill='%23bd2110' d='M225.4 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M226 290l.8.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M228.2 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M228.9 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M252 290l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%23ce1810' d='M256.3 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M257 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M287.3 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M288 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M289.4 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290 290l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M293.6 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M299.2 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M303.4 290l1.5 1.3-1.5-1.3z'/%3E%3Cpath fill='%23185200' d='M304.1 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M304.9 290l.7.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M306 290.2l.5.2-.5-.2m3-.2l.8.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M310 290.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23319400' d='M311.2 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M311.9 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M314 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314.7 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M315.4 290l.7.7-.7-.7z'/%3E%3Cpath d='M316.1 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M316.8 290l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M317.5 290l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M194.6 291.1l.3.5-.3-.5z'/%3E%3Cpath fill='%2352525a' d='M195.1 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M195.8 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M196.5 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M204.3 290.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M205 290.7l.7.6-.7-.6m3.2.2l.5.2-.5-.2z'/%3E%3Cpath fill='%23294200' d='M210.1 291.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23397b00' d='M214.8 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M215.5 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M216.2 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M220.4 290.7v2h.7l-.7-2z'/%3E%3Cpath fill='%23397b00' d='M224.7 290.7v1.3h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23211800' d='M225.4 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M227.5 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%235a2908' d='M228.9 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M252 290.7l.8.6-.7-.6z'/%3E%3Cpath fill='%239c2118' d='M256.3 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%2300216b' d='M285.9 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103910' d='M286.6 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M288.2 291.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23296300' d='M289.8 290.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23103900' d='M297.8 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M302.3 291.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M303.2 290.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23319400' d='M295 298.7a38 38 0 0 1 19.7-6c-6.5-3.8-17.5-1.5-19.7 6z'/%3E%3Cpath fill='%23297b00' d='M309 290.7l.8.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M310.5 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M311.2 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M311.9 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M312.6 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M313.3 290.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M195.1 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M201.4 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202.1 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M203.6 291.3l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M204.3 291.3l.6.7-.7-.7m3.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M214.8 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M215.5 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M218.8 291.6l.5.2-.5-.2m3.7-.3v2h.7l-.7-2z'/%3E%3Cpath fill='%23295200' d='M226.8 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M228.9 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M252 291.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M252.8 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%238c6363' d='M256.3 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M285.1 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%2321315a' d='M285.9 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a7b42' d='M286.6 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M290 291.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M291.5 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M300.6 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M301.3 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M312.6 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M313.3 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M314 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M314.7 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M315.4 291.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M193.7 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M194.4 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M200.7 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M201.4 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M203.6 292l.7.7-.8-.7z'/%3E%3Cpath fill='%23294200' d='M208 292.5l.2.4-.2-.4z'/%3E%3Cpath fill='%23295200' d='M209.9 292l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M215.3 292.2l.4.3-.4-.3z'/%3E%3Cpath fill='%23295200' d='M218.3 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M224.9 292.5l.2.4-.2-.4m2.1 0l.2.4-.2-.4z'/%3E%3Cpath fill='%23397b00' d='M228.9 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M242.2 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M243 292l.6.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M252.8 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M256.3 292l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M283.8 292l.6.7-.6-.7z'/%3E%3Cpath d='M285.1 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M285.9 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23396321' d='M286.6 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M288 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M288.7 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M290 292l.8.7-.7-.7m2 0l.8.7-.7-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M299.2 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M300 292l.6.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M300.6 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M314.7 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M315.4 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M316.1 292l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M316.8 292l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M193.7 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M198 292.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M199 292.9l.6.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M200 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M202.8 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M210.1 293.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23397b00' d='M212 292.7v2.7h1.4v-2.7H212z'/%3E%3Cpath fill='%236b735a' d='M214.8 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M215.5 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M218.3 292.7v3.3h.7l-.7-3.3z'/%3E%3Cpath fill='%23295200' d='M220.7 293.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23392100' d='M242.2 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M243 292.7l.6.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M252.8 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M253.5 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M254.2 292.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23bd0008' d='M254.9 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M255.6 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M271.8 292.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23002984' d='M272.7 293.1l.3.5-.3-.5m7.5-.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2300184a' d='M281 292.7l2.7 2v-.7l-2.8-1.3z'/%3E%3Cpath fill='%23001010' d='M283.8 292.7l.6.7-.6-.7z'/%3E%3Cpath fill='%23002984' d='M284.4 292.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M285.1 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M285.9 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M286.8 293.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23296300' d='M288.4 292.9l.5.2-.5-.2z'/%3E%3Cpath fill='%23184a00' d='M290 292.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M291.5 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M292.2 292.7l-.7 2.7.7-2.7z'/%3E%3Cpath fill='%23103900' d='M294.3 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M295.2 293.1l.3.5-.3-.5z'/%3E%3Cpath fill='%23103900' d='M295.7 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M297.1 293.4v.6h2.1l-2-.6z'/%3E%3Cpath fill='%23103900' d='M298.5 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M299.2 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M307.7 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M308.4 292.7l-1.4.7v.6l1.4-1.3z'/%3E%3Cpath fill='%23315221' d='M309 292.7l.8.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M309.8 292.7v.7h4.9l-5-.7z'/%3E%3Cpath fill='%23295210' d='M314.7 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M315.4 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M316.1 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M316.8 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M317.5 292.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M318.2 292.7l.7.7-.7-.7m-125.2.7l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M193.7 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M196.5 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M197.2 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M198 293.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M202.1 293.4l.7.6-.7-.6m5.7 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M214.1 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M214.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M215.5 293.4l.7.6-.7-.6m7 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M224.4 293.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23295200' d='M226.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M236 293.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M241.5 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M242.2 293.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23428c00' d='M243 293.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M243.7 293.4l.7.6-.8-.6z'/%3E%3Cpath fill='%238c7373' d='M254.2 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%236b0808' d='M254.9 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M255.6 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23000818' d='M267.6 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23082108' d='M271.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M277.4 293.4l1.4 1.3v-1.3h-1.4z'/%3E%3Cpath fill='%23001039' d='M280.2 293.4l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M283.8 293.4l.6.6-.6-.6z'/%3E%3Cpath d='M284.4 293.4l.8.6-.8-.6z'/%3E%3Cpath fill='%23296300' d='M285.1 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M285.9 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M290.3 293.8l.2.4-.2-.4z'/%3E%3Cpath fill='%23297b00' d='M293.6 293.4v.6l3.5 1.4v-.7l-3.5-1.3z'/%3E%3Cpath fill='%23185200' d='M294.3 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M295.7 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M297.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M304.9 293.4l.7.6-.8-.6z'/%3E%3Cpath fill='%23103900' d='M306 293.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23214210' d='M308.4 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M309 293.4l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M309.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M310.5 293.4l.7.6-.7-.6m5.6 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M316.8 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M317.5 293.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M318.7 293.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23315221' d='M193 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M195.1 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M195.8 294l.7.7-.7-.7m5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.1 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M204.3 294l-.8 1.4.8-1.4z'/%3E%3Cpath fill='%23397b00' d='M205 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M207 294l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M207.8 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M208.5 294l.7.7-.7-.7m1.8.2l.5.3-.5-.3z'/%3E%3Cpath fill='%23295200' d='M214.1 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M214.8 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23426331' d='M215.5 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M220.7 294.5l.2.4-.2-.4z'/%3E%3Cpath fill='%23295200' d='M222.5 294l.7.7-.7-.7m1.4 0l.7.7-.6-.7z'/%3E%3Cpath fill='%23397b00' d='M226.5 294.2l.5.3-.5-.3m2.4-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M235.2 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23211800' d='M236 294l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M236.6 294l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23b51010' d='M240.8 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M241.5 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M242.2 294l-1.4 4-2-1.3 2 5.3h.7v-2.6h.7v4.7c3.4-2.2 3-6 2.2-9.4h-.7v6.7h-.7l-.8-7.4z'/%3E%3Cpath fill='%23294200' d='M243.7 294l.7.7-.8-.7z'/%3E%3Cpath fill='%23ce2110' d='M244.3 294l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M253.5 294l.7.7-.7-.7z'/%3E%3Cpath fill='%236b4242' d='M254.2 294l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M254.9 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M267.6 294l.7.7-.7-.7z'/%3E%3Cpath fill='%2310214a' d='M268.3 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M270.4 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M271 294l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M271.8 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M273.9 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23001010' d='M277.4 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M280.2 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M283.8 294l.6.7-.6-.7z'/%3E%3Cpath fill='%23424242' d='M284.4 294l.8.7-.8-.7z'/%3E%3Cpath fill='%23319400' d='M285.1 294l-4.2 12c4-2 6-8 4.2-12z'/%3E%3Cpath fill='%23293129' d='M285.9 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M286.6 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M293.6 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296.2 294.2l.5.3-.5-.3z'/%3E%3Cpath fill='%23184a00' d='M297.1 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302.7 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302.7 294.7v.7h3.6l-3.6-.7z'/%3E%3Cpath fill='%23297b00' d='M304.9 294l.7.7-.8-.7z'/%3E%3Cpath fill='%23319400' d='M305.6 294v.7h4.9l-5-.7z'/%3E%3Cpath fill='%23296300' d='M310.5 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M311.2 294l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%237b7373' d='M311.9 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M312.6 294l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M319 294l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M192.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M193 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M194.4 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M195.1 294.7l.7.7-.7-.7m5 0v2h.6l-.7-2z'/%3E%3Cpath fill='%23103900' d='M200.7 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M204.3 294.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M207 294.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M208.5 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M210.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M214.1 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M215.5 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M222.3 295l.5.1-.5-.2z'/%3E%3Cpath fill='%23294200' d='M224.2 295.1l.2.5-.2-.5m1.9-.4l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M235.2 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M236 294.7l1.3 3.3h2.1l-3.5-3.3z'/%3E%3Cpath fill='%23311000' d='M236.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M240.8 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M243 294.7v2.7h.6l-.7-2.7z'/%3E%3Cpath fill='%235a1008' d='M244.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M253.5 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M254.2 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M254.9 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23083121' d='M267.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M268.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M269 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23102110' d='M270.4 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M271 294.7l-.6 6h.7v-6z'/%3E%3Cpath fill='%23083121' d='M271.8 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23000818' d='M273.9 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300216b' d='M276.7 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M277.4 294.7l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%2300215a' d='M279.5 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M280.2 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2300215a' d='M281 294.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M281.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M282.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M283 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M283.8 294.7l-.8 1.3.8-1.3z'/%3E%3Cpath fill='%23294221' d='M284.4 294.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23103900' d='M285.9 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M286.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M290.3 295.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23103900' d='M293.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M295 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M301.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M302 294.7l.7.7-.7-.7m4.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M307 294.7v.7h2l-2-.7z'/%3E%3Cpath fill='%234a6342' d='M309.5 295l.5.1-.5-.2z'/%3E%3Cpath fill='%23184a00' d='M311.2 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.9 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M312.6 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M313.3 294.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M314 294.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%237b7373' d='M192.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M197.2 295.4l.7 2.6h.7l-1.4-2.6z'/%3E%3Cpath fill='%23294200' d='M199 295.6l.6.2-.5-.2z'/%3E%3Cpath fill='%23295200' d='M202.1 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M202.8 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M203.6 295.4l.7.6-.8-.6z'/%3E%3Cpath fill='%23213918' d='M206.4 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M207 295.4l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M208.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M209.2 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a2908' d='M209.9 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M210.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M211.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M214.1 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M215.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M220.4 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M226 295.4l.8.6-.7-.6z'/%3E%3Cpath fill='%23181000' d='M228.9 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M229.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23313918' d='M235.2 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M236 295.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23293100' d='M237.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1010' d='M238 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23734a42' d='M239.2 295.6l.5.2-.5-.2z'/%3E%3Cpath fill='%235a2121' d='M240.1 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M240.8 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M244.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M245 295.4l.8.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M253.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M254.2 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23002984' d='M264 295.4l.8.6-.8-.6z'/%3E%3Cpath fill='%2300216b' d='M264.8 295.4l.6.6-.6-.6z'/%3E%3Cpath fill='%23103921' d='M267.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M268.3 295.4l-.7 8.7c2.6-2.5 2.5-5.8.7-8.7z'/%3E%3Cpath fill='%23102121' d='M269 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23212139' d='M269.7 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M270.4 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M271.8 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M272.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2331425a' d='M273.2 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M273.9 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2331425a' d='M274.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2342425a' d='M275.8 295.6l.4.2-.4-.2z'/%3E%3Cpath fill='%23184a00' d='M277.6 295.8l.3.5-.2-.5z'/%3E%3Cpath fill='%2342425a' d='M278.1 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23636b7b' d='M278.8 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23082108' d='M279.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23292921' d='M281 295.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M281.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M282.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M283.8 295.4l.6.6-.6-.6z'/%3E%3Cpath fill='%23214210' d='M284.4 295.4l.8.6-.8-.6z'/%3E%3Cpath fill='%23185200' d='M291.5 295.4l.7.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M293.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M295 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M300 295.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M300.6 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M301.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M307.7 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M308.4 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23214210' d='M309 295.4l.8.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M309.8 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M310.5 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M311.9 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M312.6 295.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M313.3 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M314 295.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M192.3 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M193 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M193.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M194.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M195.1 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M196.3 296.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23428c00' d='M199 296.3l.6.2-.5-.2z'/%3E%3Cpath fill='%23294200' d='M201.2 296.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M202.1 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M205.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M206.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M209.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M211.5 296.5l.3.4-.3-.4z'/%3E%3Cpath fill='%23295200' d='M212 296l.7 2.7h.7L212 296z'/%3E%3Cpath fill='%238c8c8c' d='M214.3 296.5l.3.4-.3-.4z'/%3E%3Cpath fill='%23efefef' d='M215.5 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M216.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M220.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M224 296l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M225.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M228.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M228.9 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M229.6 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M230.3 296l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M231 296l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M231.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M232.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M233.1 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M235.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M236 296l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23103900' d='M236.6 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M238.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M239.4 296l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M240.1 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M245 296l.8.7-.7-.7z'/%3E%3Cpath fill='%237b5252' d='M245.8 296l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M246.5 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M247.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23002984' d='M260.5 296l.7.7-.7-.7z'/%3E%3Cpath fill='%2300184a' d='M261.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%2342425a' d='M262 296l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M262.6 296l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M263.4 296l.7.7-.8-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M264 296l.8.7-.8-.7z'/%3E%3Cpath fill='%23dedede' d='M264.8 296l.6.7-.6-.7z'/%3E%3Cpath fill='%23214210' d='M269 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M269.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M273.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M276 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M276.7 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M278.8 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M281 296l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23296300' d='M281.6 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M282.3 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M283 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M283.8 296l.6.7-.6-.7z'/%3E%3Cpath fill='%23185200' d='M284.4 296l.8.7-.8-.7m5.7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.7 296.5l.3.4-.3-.4m1.2-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M294.3 296l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23184a00' d='M295 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M298.5 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M299.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M300 296l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309.8 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M310.5 296l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M311.2 296l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M192.8 297l.4.1-.4-.2z'/%3E%3Cpath fill='%23efefef' d='M194.4 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M195.1 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M196.5 299.4l1.4-2c-1.8-.4-2.9.6-1.4 2z'/%3E%3Cpath fill='%23294200' d='M199 297l.6.1-.5-.2z'/%3E%3Cpath fill='%23295200' d='M200 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M204.3 296.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M205 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M205.7 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2121' d='M209.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M216.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M217 296.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M220.7 297.1l.2.5-.2-.5m2.5-.4l.8.7-.8-.7z'/%3E%3Cpath fill='%2363636b' d='M228.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M229.6 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M230.3 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M231 296.7l.7 4.7 3.5 2.7 5 .6.6-.6c-.5-1.9-6.2-9.7-7-5.4l-1.4-2H231z'/%3E%3Cpath fill='%23397b00' d='M232.4 296.7v1.3l1.4-1.3h-1.4z'/%3E%3Cpath fill='%23295200' d='M233.8 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M235 297l.4.1-.4-.2z'/%3E%3Cpath fill='%23397b00' d='M236.1 297.1l.3.5-.3-.5z'/%3E%3Cpath fill='%23294200' d='M237.3 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M239.4 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M240.1 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M245 296.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M247.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M247.9 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M248.6 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M249.3 296.7l.7.7-.7-.7m9.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M259.1 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M259.8 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M260.5 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M261.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M269 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M269.7 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M272.5 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M273.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M275.3 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M276 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M276.7 296.7l-5 8c5.6 0 8-2.9 8.5-8h-.7l-4.9 7.4 2.1-7.4z'/%3E%3Cpath fill='%234a6342' d='M277.4 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M278.8 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M280.2 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M281 296.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M282.3 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M283 296.7l-4.9 8.7c3.3-1.5 5.7-5.2 5-8.7z'/%3E%3Cpath fill='%23082108' d='M283.8 296.7l.6.7-.6-.7z'/%3E%3Cpath fill='%23297b00' d='M284.4 296.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M290 296.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M294.3 296.7l.7.7-.7-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M298.5 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M301.1 297l.5.1-.5-.2z'/%3E%3Cpath fill='%23296300' d='M302 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302.7 296.7v.7h2.2l-2.2-.7z'/%3E%3Cpath fill='%23185200' d='M304.9 296.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M306 297l.5.1-.5-.2z'/%3E%3Cpath fill='%23185200' d='M307 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M307.9 297.1l.2.5-.2-.5z'/%3E%3Cpath fill='%23297b00' d='M308.4 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M311.9 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M312.6 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M313.3 296.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M194.4 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M196.5 297.4l-.7 1.3h1.4l-.7-1.3z'/%3E%3Cpath fill='%23103900' d='M197.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M202.8 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a5231' d='M203.6 297.4l.7.6-.8-.6z'/%3E%3Cpath fill='%23ada5a5' d='M204.3 297.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M207 297.4l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M207.8 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c9c84' d='M208.5 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a5231' d='M209.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23422100' d='M209.9 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a2908' d='M210.6 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M211.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M212.7 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M214.1 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M217 297.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M223.3 297.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M227.5 297.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23dedede' d='M228.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M230.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M231.7 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M236.6 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M238 297.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23103900' d='M240.1 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M243.2 297.8l.2.5-.2-.5z'/%3E%3Cpath fill='%23294200' d='M245.3 297.8l.2.5-.2-.5z'/%3E%3Cpath fill='%23dedede' d='M248.6 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M249.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M250 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M257.7 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M258.4 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M259.1 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M269.7 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M272.5 297.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23297b00' d='M273.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M275.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M276 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M277.9 297.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23296300' d='M278.8 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M280.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M281 297.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23082108' d='M281.6 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M282.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M283.8 297.4l.6.6-.6-.6z'/%3E%3Cpath fill='%23296300' d='M290 297.4l.8.6-.7-.6m1.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23103900' d='M294.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M295.7 298v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23103900' d='M297.1 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M297.8 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23082108' d='M308.4 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M309 297.4l.8.6-.7-.6z'/%3E%3Cpath fill='%23395231' d='M309.8 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M310.5 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M311.2 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M312.4 297.6l.4.2-.4-.2z'/%3E%3Cpath fill='%23214210' d='M313.3 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M314 297.4l.7.6-.7-.6z'/%3E%3Cpath fill='%235a5231' d='M194.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M199.3 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M200.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M201.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M202.1 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M202.8 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M204 298.3l.5.2-.5-.2z'/%3E%3Cpath fill='%239c9494' d='M205 298l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M205.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M206.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M207 298l.8.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M205.7 298.7v.7h6.3v.6h-6.3v.7h1.4v.7c-3.9.2-5.8 1.5-7.8 4.7l12-.7v.7c-3.3 1-8 .6-9.2 4 4.5-1.8 11-2.4 13.4-6.7l-4.2 2 2-2.7-6.2-.6v-.7l11.2.7v.6h-2v.7l9-.7v-.6h-2v-.7h4.2v-.7l-5.7 1.3-16.1-3.3z'/%3E%3Cpath fill='%23294200' d='M213.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M214.1 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M217 298l.6.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M217.6 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M220.4 298l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23397b00' d='M223 298.3l.5.2-.5-.2m3-.3l.8.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M227.5 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M230.3 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M231 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M232.9 298.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23295200' d='M238 298l2.1 1.4v-.7l-2-.7z'/%3E%3Cpath fill='%23103900' d='M239 298.5l.2.4-.2-.4z'/%3E%3Cpath fill='%23294200' d='M240.8 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M250 298l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M250.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M251.4 298l.7.7-.7-.7m5 0l-1.5 2 1.4-2z'/%3E%3Cpath fill='%2363636b' d='M257 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M257.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M269.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M272.5 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M273.2 298l-4.2 6.7c2.6-1.3 5-3.7 4.2-6.7z'/%3E%3Cpath fill='%23184a00' d='M273.9 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M274.6 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M275.3 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M276.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M277.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M278.1 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M280.2 298l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23297b00' d='M281 298l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23103900' d='M281.6 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M283 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M283.8 298l.6.7-.6-.7z'/%3E%3Cpath fill='%23185200' d='M288.7 298l.7.7-.7-.7zm5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M296.4 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309 298l.8.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M309.8 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M310.5 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M311.2 298l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M311.9 298l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M312.6 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M313.3 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M314 298l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M314.7 298l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M194.6 299.1l.3.5-.3-.5m2-.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23526b42' d='M197.2 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M198.4 299l.5.2-.5-.3z'/%3E%3Cpath fill='%23bdbdbd' d='M199.3 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M200 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M202.8 298.7l.7.7-.7-.7z'/%3E%3Cpath d='M203.6 298.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M204.3 298.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M205 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M214.1 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M214.8 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M217 298.7l.6.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M217.6 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M218.3 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M220.4 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M221.8 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M222.5 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M224.7 298.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23214210' d='M225.4 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M226 298.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M230.3 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M231 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M233.8 298.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23295200' d='M240.8 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M243 298.7v2.7h.6l-.7-2.7z'/%3E%3Cpath fill='%23295200' d='M245 298.7l.8.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M251.4 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M252 298.7l2.2 2.7-2.1-2.7z'/%3E%3Cpath fill='%237b7373' d='M256.3 298.7l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23efefef' d='M257 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M270 299.1l.1.5-.2-.5z'/%3E%3Cpath d='M271.8 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M272.5 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M273.9 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M274.6 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M276.7 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M277.4 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M278.1 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M280.2 298.7l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M288.7 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M295 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295.7 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309.8 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M310.5 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M311.2 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M313.3 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M314 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M314.7 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M315.4 298.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M193.7 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M195.1 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M195.8 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M196.5 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M203.6 299.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23214210' d='M204.3 299.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M205 299.4v.6h3.5l-3.5-.6z'/%3E%3Cpath fill='%23295200' d='M208.5 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M209.2 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M209.9 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M210.6 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M211.3 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M214.8 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M215.5 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M216.2 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M217 299.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M218.3 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M219 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M219.7 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M220.4 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M221.1 299.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23b51010' d='M221.8 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M222.5 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23295200' d='M223.3 299.4l.6.6-.7-.6z'/%3E%3Cpath fill='%23102110' d='M224 299.4l.6.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M224.7 299.4l.7.6-.8-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M225.4 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23315221' d='M231 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M235.2 299.4l2.1 2-2-2m4.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23294200' d='M241.8 299.8l.2.5-.2-.5m3.2-.4l.8.6-.8-.6z'/%3E%3Cpath fill='%236b735a' d='M267.6 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M271 299.4l.8.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M271.8 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M273.9 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M274.6 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23001000' d='M276.7 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M277.4 299.4l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M280.7 299.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23184a00' d='M283 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M285.1 299.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23184a00' d='M295 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M297.1 299.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23185200' d='M297.8 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M298.5 299.4v.6h2.1l-2-.6z'/%3E%3Cpath fill='%23296300' d='M300.6 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M301.3 299.4v.6h3.5l-3.5-.6z'/%3E%3Cpath fill='%23296300' d='M304.9 299.4l.7.6-.8-.6z'/%3E%3Cpath fill='%23184a00' d='M305.6 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M306.3 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M307 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23185200' d='M311.2 299.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%239c9494' d='M311.9 299.4l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M193.7 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M194.4 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M195.1 300l-1.4.7v.7l1.4-1.4z'/%3E%3Cpath fill='%23103900' d='M205 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M212 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M212.7 300l.7.7-.7-.7m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23391810' d='M216.2 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23423100' d='M219.5 300.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23ce2110' d='M221.1 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M221.8 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M222.5 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M223.3 300v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23294200' d='M226 300l.8.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M226.8 300l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M227.5 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M228.2 300l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M231 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M235.2 300l.7.7-.7-.7m4.2 0l.7 2h.7l-1.4-2z'/%3E%3Cpath fill='%23315221' d='M245 300l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M254.2 300l.7.7-.7-.7z'/%3E%3Cpath fill='%234a6342' d='M267.6 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M271 300l.8.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M273.2 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M273.9 300l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23297b00' d='M276 300l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23103900' d='M276.7 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M279.5 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M280.2 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M282.3 300l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23185200' d='M283 300l.7.7-.7-.7m2.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295.7 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M296.4 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.1 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M305.6 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M306.3 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23101810' d='M307 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M307.7 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M308.4 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M309 300l.8.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M309.8 300l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M312.6 300l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M202.8 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a5231' d='M203.6 300.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23295200' d='M204.3 300.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M205 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M206.1 301l.5.2-.5-.3z'/%3E%3Cpath fill='%23397b00' d='M216.2 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M217 300.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M217.6 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M218.3 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M219 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M219.7 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M220.4 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M221.1 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M227.5 300.7l-2.1 2 2-2z'/%3E%3Cpath fill='%23294200' d='M228.2 300.7v1.3h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23213918' d='M228.9 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M229.6 300.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M231 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M236 300.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M239.4 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M241.5 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M245 300.7l.8.7-.7-.7m9.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M267.6 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M271 300.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M273.9 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M276 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M278.8 300.7l.7.7-.7-.7z'/%3E%3Cpath d='M279.5 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M280.2 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M282.3 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M285.1 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M288 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M289.1 301l.5.2-.5-.3z'/%3E%3Cpath fill='%23185200' d='M290 300.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M290.8 300.7l-.7 1.3.7-1.3m2.8 0l.7.7-.7-.7m13.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M307.7 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M308.4 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M309 300.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M309.8 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M310.5 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M311.2 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M311.9 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M312.6 300.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M313.3 300.7l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23efefef' d='M201.4 301.4l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23425242' d='M202.1 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M207.5 301.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M208.7 301.8l.2.5-.2-.5z'/%3E%3Cpath fill='%23294200' d='M218.8 301.6l.5.2-.5-.2z'/%3E%3Cpath d='M220.4 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M221.1 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M223.3 301.4v.7h2l-2-.7z'/%3E%3Cpath fill='%23103900' d='M229.6 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M231 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M231.7 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M232.4 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M233.1 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%234a4208' d='M233.8 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M236.6 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M237.3 301.4v1.3h1.4l-1.4-1.3zm7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M245 301.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M266.9 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M267.6 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M269.7 301.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23185200' d='M272.5 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M273.2 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M275.3 301.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M276 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M279.3 301.6l.5.2-.5-.2m3-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M284.4 301.4l1.5 1.3-1.5-1.3z'/%3E%3Cpath fill='%23185200' d='M285.1 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M290.8 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.5 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M292.2 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M292.9 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.8 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M298.5 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M299.2 301.4v1.3h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M300 301.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M308.4 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M309 301.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M311.9 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M312.6 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M313.3 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M314.7 301.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M201.4 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23295200' d='M209.2 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23294200' d='M209.9 302v.7h2.8l-2.8-.6z'/%3E%3Cpath fill='%23295200' d='M212.7 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M213.4 302v2l2.8-2h-2.8z'/%3E%3Cpath fill='%23294200' d='M216.7 302.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M217.6 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23103900' d='M221.8 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23295200' d='M222.5 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23214210' d='M226 302l.8.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M226.8 302l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M227.5 302l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%23bdbdbd' d='M228.2 302v1.4h1.4l-1.4-1.3z'/%3E%3Cpath fill='%23cecece' d='M230 302.3l.5.2-.4-.2z'/%3E%3Cpath d='M231.7 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M232.4 302l.7.7-.7-.6zm1.4 0l.7.7-.7-.6z'/%3E%3Cpath fill='%23294200' d='M234.5 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M240.6 302.3l.5.2-.5-.2z'/%3E%3Cpath fill='%235a6b52' d='M244.3 302l.7.7-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M266.9 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23103900' d='M269.7 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M271.8 302l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23103900' d='M272.5 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M275.5 302.5l.3.5-.3-.5z'/%3E%3Cpath fill='%23297b00' d='M278.1 302l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23082108' d='M278.8 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M282.1 302.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23185200' d='M284.4 302l.8.7-.8-.6m8.7.4l.3.4-.3-.4z'/%3E%3Cpath fill='%23103900' d='M293.8 302.5l.3.5-.3-.5z'/%3E%3Cpath fill='%23297b00' d='M294.3 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M296.4 302l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M297.1 302l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23184a00' d='M300.6 302v.7h2.1l-2-.6z'/%3E%3Cpath fill='%23185200' d='M302.7 302l1.4 1.4V302h-1.4z'/%3E%3Cpath fill='%23297b00' d='M304.1 302l.7.7-.7-.6m5 0l2 2-2-2z'/%3E%3Cpath fill='%2363636b' d='M309.8 302l2 2-2-2z'/%3E%3Cpath fill='%23efefef' d='M313.3 302l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M314.5 302.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23314231' d='M200.7 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M213.4 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M223.3 302.7l2.8 1.4v-.7l-2.8-.7z'/%3E%3Cpath fill='%23103900' d='M224 302.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M224.7 302.7l.7.7-.8-.7z'/%3E%3Cpath fill='%237b7373' d='M225.4 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M226 302.7l.8.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M227.5 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M229.6 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M231.7 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23423100' d='M234.5 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M241 303.2l.3.4-.2-.4z'/%3E%3Cpath fill='%23397b00' d='M243.7 302.7l.7.7-.8-.7z'/%3E%3Cpath fill='%239c9494' d='M244.3 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M266.9 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M269.2 303.2l.2.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M269.7 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M271.8 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M274.6 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M278.4 303.2l.2.4-.2-.4m3.2-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M284.4 302.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23297b00' d='M286.6 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M287.3 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M285.9 303.4v.7l6.3-.7h-6.3z'/%3E%3Cpath fill='%23296300' d='M292.2 302.7l-.7 1.4.7-1.4z'/%3E%3Cpath d='M294.3 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M297.1 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.8 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M298.5 302.7l.7.7-.7-.7z'/%3E%3Cpath d='M304.1 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M304.9 302.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23315221' d='M305.6 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M306.3 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M307 302.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M200 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.2 303.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23294200' d='M209.9 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M212.7 303.4l-.7 2 .7-2z'/%3E%3Cpath fill='%23103900' d='M215.5 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M216.2 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M217 303.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M217.6 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M218.3 303.4v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23294200' d='M221.1 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M221.8 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M222.5 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M219.7 306.7l14.8-2c-4.6-1.8-11.3-1.6-14.8 2z'/%3E%3Cpath fill='%23397b00' d='M228.2 303.4v.7h2l-2-.7z'/%3E%3Cpath fill='%23294200' d='M230.3 303.4v.7h2l-2-.7z'/%3E%3Cpath fill='%23422100' d='M232.4 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M233.1 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M233.8 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M234.5 303.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23214210' d='M243.7 303.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M266.2 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M270.4 304.7l2-1.3-2 1.3z'/%3E%3Cpath fill='%23103900' d='M274.6 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M277.4 303.4l-1.4 2h2.1l-.7-2z'/%3E%3Cpath fill='%23296300' d='M281.4 303.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23185200' d='M283.8 303.4l.6.7-.6-.7z'/%3E%3Cpath fill='%23296300' d='M285 303.6l.4.2-.5-.2z'/%3E%3Cpath fill='%23185200' d='M290 303.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M292.2 303.4l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23319400' d='M292.9 303.4v.7l9.8 2.6v-.6l-9.8-2.7z'/%3E%3Cpath fill='%23296300' d='M295 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M298.5 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M299.2 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M300 303.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M304.1 303.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23314231' d='M304.9 303.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23cecece' d='M305.6 303.4l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23dedede' d='M306.3 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M307 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M307.7 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M308.4 303.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M309 303.4l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M199.3 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M200 304l.7.7-.7-.6m2.8 0v1.3h2.1v-1.3h-2z'/%3E%3Cpath fill='%23295200' d='M205 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23294200' d='M205.7 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23295200' d='M206.4 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23294200' d='M207.5 304.3l.5.2-.5-.2z'/%3E%3Cpath fill='%238c8c8c' d='M215.5 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M217.6 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M218.3 304v.7h2.8l-2.8-.6z'/%3E%3Cpath fill='%2352525a' d='M221.1 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M221.8 304l.7.7-.7-.6m12.7 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M236 304v.7h2l-2-.6z'/%3E%3Cpath fill='%23295200' d='M238 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M240.1 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23103900' d='M240.8 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23313931' d='M243.7 304l.7.7-.8-.6z'/%3E%3Cpath fill='%23bd8c8c' d='M244.8 304.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23845a52' d='M245.8 304l.7.7-.7-.6z'/%3E%3Cpath fill='%239c4a42' d='M253.5 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23ad524a' d='M254.2 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23845a52' d='M262 304l.6.7-.7-.6z'/%3E%3Cpath fill='%23bd8c8c' d='M263.1 304.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23293129' d='M266.2 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23082108' d='M268.3 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23103900' d='M277.4 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M280.2 304l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%23103900' d='M281 304l.6.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M283 304l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23184a00' d='M283.8 304l.6.7-.6-.6z'/%3E%3Cpath fill='%23319400' d='M283.8 306l17.5 2.7v2.7c2-5.8-14.2-9.7-17.6-5.3z'/%3E%3Cpath fill='%23103900' d='M292.2 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M292.9 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23185200' d='M293.6 304l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M294.3 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M300 304l.6.7-.7-.6z'/%3E%3Cpath fill='%23082108' d='M300.6 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23103900' d='M301.3 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M302 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23214210' d='M305.6 304l.7.7-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M309 304l.8.7-.7-.6z'/%3E%3Cpath fill='%23425242' d='M309.8 304l.7.7-.7-.6z'/%3E%3Cpath fill='%23185200' d='M311 304.3l.4.2-.4-.2z'/%3E%3Cpath fill='%239c9494' d='M311.9 304l.7.7-.7-.6m-113.3.6l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23397b00' d='M199.3 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M200.7 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M202 305l.4.2-.5-.2m9.4-.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M214.8 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M219.7 304.7l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23293129' d='M220.4 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M232.9 305l.4.2-.4-.2z'/%3E%3Cpath fill='%23294200' d='M233.8 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23423100' d='M234.5 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M235.7 305l.5.2-.5-.2z'/%3E%3Cpath fill='%235a2908' d='M236.6 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M237.3 304.7v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23ad1810' d='M239.4 304.7v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23bd2110' d='M241.5 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M225.4 316.8v-.7l-4.3.7v-.7c19-5.7 47.1-5.7 66.2 0v.7l-3.6-.7c3.5 5 13 2 9.9-4-2.7-5-12.5-5.5-17.6-6.2-14.3-2-30-2.1-44.3.1-5 .8-11.3 1.2-15.3 4.6-3 2.4-1.9 7.3 2 8.4 2.4.7 5-1.1 7-2.2z'/%3E%3Cpath fill='%23ce2110' d='M266.2 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M269 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M270.1 305l.5.2-.5-.2z'/%3E%3Cpath fill='%236b2908' d='M271 304.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M273.9 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M274.6 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M275.3 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M276.7 304.7l.7.7-.7-.7m3.5 0l-.7 1.4.7-1.4m2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M293.6 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M295.5 305l.4.2-.4-.2z'/%3E%3Cpath fill='%23297b00' d='M296.4 304.7l-.7 1.4.7-1.4m4.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M301.3 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M302 304.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%237b7373' d='M302.7 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23315221' d='M303.4 304.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23185200' d='M304.1 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103910' d='M306.3 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M307 304.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23cecece' d='M310.5 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M311.2 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23102110' d='M311.9 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M312.6 304.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M198.6 305.4l4.2 2-4.2-2z'/%3E%3Cpath fill='%23397b00' d='M210.1 305.8l.2.5-.2-.5z'/%3E%3Cpath fill='%23294200' d='M210.6 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M214.1 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M214.8 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M219.7 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M228.2 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M228.9 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M229.6 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M230.3 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M231 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M231.7 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M232.4 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M233.1 305.4l.7.7-.7-.7m41.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M275.3 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M276 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M276.7 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23422100' d='M277.4 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%234a4208' d='M278.1 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M278.8 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M280.2 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M282.3 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M283 305.4l.7.7-.7-.7m1.4 0l3.6.7-3.6-.7z'/%3E%3Cpath fill='%23297b00' d='M287.3 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296.4 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M297.1 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M297.8 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M298.5 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M302 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M304.1 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M304.9 305.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23184a00' d='M305.6 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M306.3 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M307 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M311.9 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M312.6 305.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23292100' d='M198 306l.6.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M202.8 306v1.4h1.4v-1.3H203m5.1.4l.2.5-.2-.5z'/%3E%3Cpath fill='%23294200' d='M209 306.3l.4.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M212.7 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23314231' d='M213.4 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M214.1 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23425242' d='M219 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M222.3 306.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23294200' d='M223.7 306.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23292100' d='M224.7 306l.7.7-.8-.6z'/%3E%3Cpath fill='%23181000' d='M225.4 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23310000' d='M226 306l.8.7-.7-.6z'/%3E%3Cpath fill='%23631808' d='M226.8 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23941808' d='M227.5 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M228.2 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M228.9 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M244.3 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M245 306l.8.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M245.8 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M248.6 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M249.3 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M254.7 306.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23de3110' d='M255.6 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M259.6 306.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23de3110' d='M260.5 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M279.5 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23941808' d='M280.2 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23631808' d='M281 306l.6.7-.7-.6z'/%3E%3Cpath fill='%235a2908' d='M281.6 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23293100' d='M282.3 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23185200' d='M283 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M283.8 306l.6.7-.6-.6z'/%3E%3Cpath fill='%23184a00' d='M288 306v.7h2l-2-.6z'/%3E%3Cpath fill='%23185200' d='M290 306l1.5 1.4-1.4-1.3z'/%3E%3Cpath fill='%23297b00' d='M290.8 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23185200' d='M297.8 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23001000' d='M298.5 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23293129' d='M299.2 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23214210' d='M300 306l.6.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M300.6 306l.7.7-.7-.6m2.1 0l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%2363636b' d='M303.4 306l.8.7-.8-.6z'/%3E%3Cpath fill='%23dedede' d='M305.6 306l.7.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M306.3 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23214210' d='M307 306l.7.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M307.7 306l.7.7-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M197.2 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M204.3 306.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M205 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M205.7 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M206.8 307l.5.2-.5-.2z'/%3E%3Cpath fill='%23397b00' d='M211.3 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M212 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M212.7 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M218.3 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M219.5 307l.5.2-.5-.2z'/%3E%3Cpath fill='%23294200' d='M218.3 308v.7l4.2-1.3-4.2.7z'/%3E%3Cpath fill='%23293100' d='M222.5 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2908' d='M223.3 306.7l.6.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M224 306.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M224.7 306.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23de3110' d='M233.8 306.7l.7.7-.7-.7zm2.8 0l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23e75a10' d='M243.7 306.7l.7.7-.8-.7zm2.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M249.3 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M257 306.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ef9408' d='M258.4 306.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23e75a10' d='M261.2 306.7l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23de3110' d='M262 306.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M264.8 306.7l.6.7-.6-.7z'/%3E%3Cpath fill='%23ef9408' d='M266.2 306.7l-.7 4.7.7-4.7z'/%3E%3Cpath fill='%23e75a10' d='M266.9 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M268.3 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M269 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M269.7 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M271 306.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M273.9 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M283 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M283.8 306.7l.6.7-.6-.7z'/%3E%3Cpath fill='%234a1000' d='M284.4 306.7l.8.7-.8-.7z'/%3E%3Cpath fill='%23293100' d='M285.1 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M286.6 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M287.3 306.7v.7l7 1.4-7-2z'/%3E%3Cpath fill='%23297b00' d='M290 306.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.5 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M292.2 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M293.1 307.2l.3.4-.3-.4m6.1-.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M300 306.7l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M300.6 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M301.3 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M302 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M302.7 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M304.1 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M307 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M307.7 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M308.4 306.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M201.4 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.1 307.4l.7.7-.7-.7m6.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M209.2 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23396b10' d='M209.9 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M210.6 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M211.3 307.4l.7.7-.7-.7m6.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M218.3 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M221.1 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M221.8 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M230.3 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M236.6 307.4l.7.7-.7-.7m2.1 0l.7.7-.7-.7m5.4.2l.5.3-.5-.3z'/%3E%3Cpath fill='%23e75a10' d='M245 307.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M246.2 307.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23ef9408' d='M257 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M261 307.6l.5.2-.5-.2z'/%3E%3Cpath fill='%23de3110' d='M264 307.4l.8.7-.8-.7z'/%3E%3Cpath fill='%23de2110' d='M268.5 307.9l.2.4-.2-.5z'/%3E%3Cpath fill='%23ef9408' d='M275.3 307.4l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ef7b08' d='M277.4 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M280.2 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M285.9 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M286.6 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23293100' d='M287.3 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M288 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M293.6 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23001000' d='M294.3 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M295 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M295.7 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M296.4 307.4l.7.7-.7-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M300.6 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M301.3 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M302 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M302.7 307.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M304 307.6l.4.2-.5-.2z'/%3E%3Cpath fill='%23bdbdbd' d='M304.9 307.4l.7.7-.8-.7z'/%3E%3Cpath fill='%239c9494' d='M201.4 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23397b00' d='M205.7 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23396b10' d='M206.4 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23526b42' d='M207 308l.8.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M207.8 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M208.5 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M209.2 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M217 308l.6.7-.7-.6z'/%3E%3Cpath fill='%23213918' d='M217.6 308l.7.7-.7-.6z'/%3E%3Cpath fill='%234a1000' d='M219 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23941808' d='M219.7 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M224.4 308.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23ef7b08' d='M229.6 308l.7.7-.7-.6zm3.7.5l.3.5-.3-.5z'/%3E%3Cpath fill='%23de2110' d='M235.2 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M236 308l.6.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M237.3 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M245.8 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M246.5 308l.7.7-.7-.6m1.4 0l.7.6-.7-.6zm2 0l.8.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M255.6 308v2h.7l-.7-2z'/%3E%3Cpath fill='%23ef9408' d='M256.3 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M259.1 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M259.8 308l.7 2-.7-2z'/%3E%3Cpath fill='%23e75a10' d='M264 308l.8.7-.8-.6z'/%3E%3Cpath fill='%23ef9408' d='M264.8 308l.6.7-.6-.6z'/%3E%3Cpath fill='%23ef7b08' d='M274.6 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M275.3 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M276.7 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M278.1 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M279.5 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M280.2 308l-.7 2 .7-2z'/%3E%3Cpath fill='%23ef7b08' d='M281.2 308.5l.2.5-.2-.5z'/%3E%3Cpath fill='%23e75a10' d='M283 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M283.8 308l.6.7-.6-.6z'/%3E%3Cpath fill='%23941808' d='M288 308l.7.7-.7-.6z'/%3E%3Cpath fill='%235a2908' d='M288.7 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M289.4 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M290 308l.8.7-.7-.6m4.4.4l.3.5-.3-.5z'/%3E%3Cpath fill='%23184a00' d='M295 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23424242' d='M295.7 308l.7.7-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M296.4 308l.7.7-.7-.6z'/%3E%3Cpath fill='%235a6b52' d='M297.1 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23214210' d='M297.8 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23296300' d='M298.5 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M301.3 308l1.4 1.4-1.4-1.3z'/%3E%3Cpath fill='%23314231' d='M302 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M303.4 308l.8.7-.8-.6z'/%3E%3Cpath fill='%2363636b' d='M304.1 308l.7.7-.7-.6z'/%3E%3Cpath fill='%23101810' d='M304.9 308l.7.7-.8-.6z'/%3E%3Cpath fill='%238c8c8c' d='M201.4 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M204.3 308.7l.6.7-.7-.7z'/%3E%3Cpath fill='%236b735a' d='M205 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M205.7 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M217 308.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23311000' d='M217.6 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M218.3 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M221.8 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M222.5 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M223.3 308.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M224 308.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M224.7 308.7l.7.7-.8-.7z'/%3E%3Cpath fill='%23de3110' d='M231 308.7l.7.7-.7-.7zm6.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M249 309l.5.2-.5-.2z'/%3E%3Cpath fill='%23ef7b08' d='M256.3 308.7l.7.7-.7-.7m7.7 0l.8.7-.8-.7z'/%3E%3Cpath fill='%23de3110' d='M268.3 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M269.7 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M276 308.7v2.7l2.8-.6-2.8-2z'/%3E%3Cpath fill='%23e75a10' d='M278.1 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M279.5 308.7l.7.7-.7-.7m4 .3l.5.2-.5-.2z'/%3E%3Cpath fill='%23de3110' d='M285.1 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M285.9 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M289.4 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M290 308.7l.8.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M291.3 309l.4.2-.4-.2z'/%3E%3Cpath fill='%23185200' d='M292.2 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M293.4 309l.4.2-.4-.2z'/%3E%3Cpath fill='%23319400' d='M295 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295.7 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296.4 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M297.1 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M297.8 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M298.5 308.7l1.4 2-1.4-2z'/%3E%3Cpath fill='%2363636b' d='M299.2 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M300 308.7l.6.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M300.6 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M302.7 308.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M202.8 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M203.6 309.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23dedede' d='M204.3 309.4l.6.7-.7-.7m11.3 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23524242' d='M216.2 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M217 309.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M219.5 309.6l.5.3-.5-.3z'/%3E%3Cpath fill='%23f7b508' d='M221.8 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M223.3 309.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M227.5 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M228.2 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M231.2 309.9l.3.4-.3-.4z'/%3E%3Cpath fill='%23ef7b08' d='M246.5 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M247.2 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M248.1 309.9l.2.4-.2-.4m2.1 0l.2.4-.2-.4z'/%3E%3Cpath fill='%23ef9408' d='M256.8 309.6l.4.3-.4-.3z'/%3E%3Cpath fill='%23de3110' d='M259.1 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M263.4 309.4l.7.7-.8-.7zm8.4 0l-.7 2.7.7-2.7z'/%3E%3Cpath fill='%23de3110' d='M273.9 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M274.8 309.9l.3.4-.3-.4z'/%3E%3Cpath fill='%23ef7b08' d='M275.5 309.9l.3.4-.3-.4z'/%3E%3Cpath fill='%23e75a10' d='M278.8 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M280.2 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M281.2 309.9l.2.4-.2-.4z'/%3E%3Cpath fill='%23de3110' d='M282.3 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M285.1 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M285.9 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M290.8 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M291.5 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M292.2 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23313931' d='M292.9 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M293.6 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M294.3 309.4l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%238c8c8c' d='M295 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a6b52' d='M295.7 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M296.4 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M297.1 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M297.8 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M300 309.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M300.6 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M302 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M302.7 309.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M202.1 310l.7.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M202.8 310l.7.7-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M214.8 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23631808' d='M215.5 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M216.2 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M217.6 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M218.3 310l.7.7-.7-.6zm2.1 0l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M221.8 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M223.3 310l.6.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M226 310l.8.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M229.6 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M235.2 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M236 310l.6.7-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M244.1 310.3l.5.2-.5-.2m2.1 0l.5.2-.5-.2z'/%3E%3Cpath fill='%23e75a10' d='M247.2 310l-.7 1.4.7-1.3z'/%3E%3Cpath fill='%23ef9408' d='M249 310.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23e75a10' d='M250.7 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M255.6 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M257 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M257.7 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M261 310.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23ef7b08' d='M263.4 310l.7.7-.8-.6z'/%3E%3Cpath fill='%23f7b508' d='M264.8 310l.6.7-.6-.6z'/%3E%3Cpath fill='%23ef9408' d='M270.4 310l.7.7-.7-.6zm9.1 0l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M280.2 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M282.3 310l.7.7-.7-.6m2.1 0l.8.6-.8-.6z'/%3E%3Cpath fill='%23f7b508' d='M285.1 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M285.9 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M288 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M289 310.5l.1.5-.2-.5z'/%3E%3Cpath fill='%237b1008' d='M292.2 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23185200' d='M292.9 310l1.4 1.4v-1.3h-1.4z'/%3E%3Cpath fill='%23314231' d='M294.3 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M297.1 310l.7.7-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M297.8 310l.7.7-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M298.5 310l.7.7-.7-.6z'/%3E%3Cpath fill='%236b735a' d='M300.6 310l.7.7-.7-.6z'/%3E%3Cpath fill='%23184a00' d='M302 310l.7.7-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M202.1 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M214.1 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631818' d='M214.8 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M217 310.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M217.6 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M219 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M219.7 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M221.8 310.8l.7.6-.7-.6m4.3 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M227.5 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M228.2 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M230.3 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M231 310.8l-.7 1.3.7-1.4zm9.8 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M243.7 310.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23ef9408' d='M247.2 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M247.9 310.8l.7.6-.7-.6m2 0l.8.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M250.7 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M256.3 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M258.4 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M263.4 310.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23ef7b08' d='M264.8 310.8l.6.6-.6-.6z'/%3E%3Cpath fill='%23f7b508' d='M274.6 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M275.3 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M276.7 310.8l1.4 1.3-1.4-1.4z'/%3E%3Cpath fill='%23e75a10' d='M278.1 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ffce08' d='M278.8 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M283 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M284.4 310.8l-.6 1.3.6-1.4zm1.5 0l.7.6-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M287.3 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M292.9 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23319400' d='M294.3 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23296300' d='M295.2 311.2l.3.5-.3-.5z'/%3E%3Cpath fill='%23314231' d='M295.7 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M296.4 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M300.6 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%234a6342' d='M302 310.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M213.4 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M214.1 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M219 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M219.7 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M221.1 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M222 311.9l.3.4-.2-.4z'/%3E%3Cpath fill='%23ef9408' d='M223.5 311.9l.2.4-.2-.4z'/%3E%3Cpath fill='%23e75a10' d='M224 311.4l1.3 1.4-1.4-1.4z'/%3E%3Cpath fill='%23de3110' d='M226 311.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M227.5 311.4l.7.7-.7-.7zm5.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M238 311.4l.7.7-.7-.7zm6.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M245 311.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M245.8 311.4l.7.7-.7-.7m1.8.2l.5.3-.5-.3m2.8 0l.5.3-.5-.3zm8.7-.2l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M259.8 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M260.5 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M262.6 311.4l.7.7-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M264.8 311.4v.7h2l-2-.7m3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M269 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M274.6 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M279.5 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M281.2 311.9l.2.4-.2-.4z'/%3E%3Cpath fill='%23f7b508' d='M282.3 311.4l.7.7-.7-.7m2.1 0l.8.7-.8-.7z'/%3E%3Cpath fill='%23e75a10' d='M285.9 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M293.6 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M294.3 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M295.7 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M296.4 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M297.1 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M300.9 311.9l.2.4-.2-.4z'/%3E%3Cpath fill='%23296300' d='M301.3 311.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M302 311.4l.7.7-.7-.7m-88.6.7l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M214.1 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M217.6 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M218.3 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M221.1 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M222.5 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M224 312l.6.8-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M225.4 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M226.8 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M227.5 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M231 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M231.7 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M232.4 312l.7.8-.7-.7m42.9 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M276 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M276.7 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M277.4 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M278.8 312l.7.8-.7-.7m1.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M281.6 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M282.6 312.5l.2.5-.2-.5z'/%3E%3Cpath fill='%23e75a10' d='M283.5 312.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23de2110' d='M285.9 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M286.6 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M288 312l.7.8-.7-.7zm1.6.5l.2.5-.2-.5z'/%3E%3Cpath fill='%23736b6b' d='M294.3 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M295 312l.7.8-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M295.7 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23294221' d='M296.4 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23082108' d='M297.1 312l.7.8-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M297.8 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23103900' d='M301.3 312l.7.8-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M302 312l.7.8-.7-.7z'/%3E%3Cpath fill='%236b4242' d='M213.4 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M219.7 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M220.4 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M222.5 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23f7b508' d='M225.4 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M226.8 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M227.5 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M243 312.8v.6h4.2l-4.3-.6z'/%3E%3Cpath fill='%237b1008' d='M247.2 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M247.9 312.8v.6h13.3l-13.3-.6z'/%3E%3Cpath fill='%23ad1810' d='M261.2 312.8v.6h4.3l-4.3-.6z'/%3E%3Cpath fill='%23ce2110' d='M265.5 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M280.2 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef7b08' d='M281 312.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M281.6 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de3110' d='M283.5 313l.5.2-.5-.2z'/%3E%3Cpath fill='%23f7b508' d='M285.1 312.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23e75a10' d='M285.9 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M288 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631818' d='M294.3 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M297.4 313.2l.2.5-.2-.5z'/%3E%3Cpath fill='%237b7373' d='M297.8 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M298.5 312.8l.7.6-.7-.6m2.1 0l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M301.3 312.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M205 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M205.7 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b4242' d='M206.4 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M209.2 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M209.9 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M210.6 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2908' d='M213.4 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M218.3 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ffce08' d='M219.3 313.9l.2.4-.2-.4z'/%3E%3Cpath fill='%23f7b508' d='M221.1 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M224 313.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M224.7 313.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23ad1810' d='M234.3 313.6l.4.3-.4-.2z'/%3E%3Cpath fill='%23941808' d='M235.2 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M236 313.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23733129' d='M236.6 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M237.8 313.6l.5.3-.5-.2z'/%3E%3Cpath fill='%23845a52' d='M238.7 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M239.4 313.4v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23ada5a5' d='M242.2 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M243 313.4v.7h2l-2-.7z'/%3E%3Cpath fill='%23cecece' d='M245 313.4l.8.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M245.8 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M246.5 313.4l2 2-2-2z'/%3E%3Cpath fill='%23428c00' d='M247.2 313.4c1.8 2.3 3.3 3.2 6.3 2.7l-6.3-2.7z'/%3E%3Cpath fill='%23397b00' d='M251.4 313.4l1.4 3.4h1.4l-2.8-3.4z'/%3E%3Cpath fill='%2363636b' d='M252 313.4l2.2 2-2.1-2z'/%3E%3Cpath fill='%23cecece' d='M254.9 313.4l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23214210' d='M255.6 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M256.3 316.8l5.6-2.7c-2.8-1.1-6.2-.8-5.6 2.7z'/%3E%3Cpath fill='%23185200' d='M262 313.4l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M262.6 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23946b63' d='M269 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M270.1 313.6l.5.3-.5-.2z'/%3E%3Cpath fill='%238c3939' d='M271 313.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M271.8 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M272.5 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M273.7 313.6l.4.3-.4-.2z'/%3E%3Cpath fill='%23ce2110' d='M274.6 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef9408' d='M285 313.6l.4.3-.5-.2m1.7-.3l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M287.3 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23f7b508' d='M288 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M289.4 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M294.3 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M297.8 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M298.5 313.4l.7.7-.7-.7zm3.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M302.7 313.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M204.3 314.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M205 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M205.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M205 320.1c7.3-4.2 16.8 7.4 22.5-2l-.7-.7c-2.4.9-5.2 2.8-7.8 2.4-1.7-.2-19.4-11.7-14 .3z'/%3E%3Cpath fill='%23bd2110' d='M209.9 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M210.6 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M211.3 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M212 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M212.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M213.4 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23de3110' d='M218.3 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ef7b08' d='M219.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M228.2 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M228.9 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M229.6 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23733129' d='M230.3 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M231 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c6363' d='M231.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M232.9 314.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23bdbdbd' d='M234.3 314.3l.4.2-.4-.2z'/%3E%3Cpath fill='%23efefef' d='M235.2 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M246.5 314.1l2 2-2-2z'/%3E%3Cpath fill='%23103910' d='M254.9 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M261.2 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M262 314.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M273.7 314.3l.4.2-.4-.2z'/%3E%3Cpath fill='%238c8c8c' d='M275 314.3l.5.2-.4-.2z'/%3E%3Cpath fill='%238c7373' d='M276 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M276.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M277.4 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M278.1 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M278.8 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M279.5 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23e75a10' d='M285.9 314.1l.7.7-.7-.7m2.3.5l.2.4-.2-.4z'/%3E%3Cpath fill='%236b2908' d='M294.3 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M295 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M295.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23733129' d='M296.4 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M297.1 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M297.8 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M282.3 317.4c-1 9.4 16.6.1 21.1 2.7 2.5-5-3.2-7.4-7.6-4.7-2 1.3-3.1 3.9-5.8 4.4-2.6.4-5.4-1.4-7.7-2.4z'/%3E%3Cpath fill='%23ce2110' d='M302 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M302.7 314.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M303.4 314.1l.8.7-.8-.7m-99.8.7l.6.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M204.3 314.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M212.7 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23310000' d='M213.4 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M214.1 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ef9408' d='M219 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23e75a10' d='M219.7 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M224 314.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M224.7 314.8l.7.6-.8-.6z'/%3E%3Cpath fill='%237b1008' d='M225.4 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%236b2908' d='M226 314.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23734a42' d='M226.8 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M227.5 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M228.2 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M228.9 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23293129' d='M254.2 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23297b00' d='M254.9 314.8l1.4 2-1.4-2m5 0l-.8 1.3.7-1.3z'/%3E%3Cpath fill='%23103910' d='M260.5 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M261.2 314.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23bdbdbd' d='M278.8 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M279.5 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M280.2 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23734a42' d='M281 314.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23733129' d='M281.6 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M282.3 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M283 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M283.8 314.8l.6.6-.6-.6z'/%3E%3Cpath fill='%23f7b508' d='M288.7 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23420000' d='M294.3 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M295 314.8l.7.6-.7-.6m8.4 0l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M304.1 314.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23efefef' d='M202.8 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23842118' d='M203.6 315.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23bd2110' d='M213.4 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M214.1 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M221.8 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M224.7 315.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M225.4 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23214210' d='M248.6 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M254.2 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23293129' d='M259.8 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M282.3 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23391810' d='M283 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M283.8 315.4l.6.7-.6-.7z'/%3E%3Cpath fill='%235a1008' d='M284.4 315.4l.8.7-.8-.7z'/%3E%3Cpath fill='%23631808' d='M285.1 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M285.9 315.4l1.4 1.4-1.4-1.4m7.7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M294.3 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M304.1 315.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M304.9 315.4l.7.7-.8-.7z'/%3E%3Cpath fill='%238c8c8c' d='M202.8 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M203.6 316.1l.7.7-.8-.7z'/%3E%3Cpath fill='%237b1008' d='M214.1 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M214.8 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M221.6 316.3l.5.2-.5-.2z'/%3E%3Cpath fill='%23631818' d='M225.4 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M226 316.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M245.8 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M246.5 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M247.2 316.1v.7h2l-2-.7z'/%3E%3Cpath fill='%23293100' d='M249.3 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M250 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M254.2 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23082108' d='M254.9 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M257.7 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M258.4 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392100' d='M259.1 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23733939' d='M259.8 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M260.5 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M261.2 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M262 316.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M281.6 316.1l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%235a1010' d='M282.3 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M283 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M285.9 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M292.9 316.1l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%235a1008' d='M293.6 316.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M304.9 316.1l.7.7-.8-.7z'/%3E%3Cpath fill='%238c6363' d='M202.8 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M214.8 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M215.5 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M224.7 316.8l.7.6-.8-.6z'/%3E%3Cpath fill='%237b1008' d='M225.4 316.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23100808' d='M226 316.8l.8.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M226.8 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M243 316.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M243.7 316.8l.7.6-.8-.6z'/%3E%3Cpath fill='%238c8c8c' d='M244.3 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%2352525a' d='M245 316.8l.8.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M245.8 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M246.5 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M245.8 320.1l5.6.7c-.4-4.1-4.8-5.1-5.6-.7z'/%3E%3Cpath fill='%23b51010' d='M250 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M250.7 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M251.4 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23422100' d='M252 316.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M252.8 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M253.5 316.8v.6h2.1l-2.1-.6z'/%3E%3Cpath fill='%23311000' d='M255.6 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23293100' d='M256.3 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M257 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M257.7 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M257 317.4l.7 3.4 5-.7c-.6-3.3-2.6-3.3-5.7-2.7z'/%3E%3Cpath fill='%23b51010' d='M262 316.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23423131' d='M262.6 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M263.4 316.8l.7.6-.8-.6z'/%3E%3Cpath fill='%239c9494' d='M264 316.8l.8.6-.8-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M264.8 316.8l.6.6-.6-.6z'/%3E%3Cpath fill='%23efefef' d='M265.5 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23101810' d='M281.6 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M282.3 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M283 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M292.9 316.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23734a42' d='M305 317.2l.3.5-.2-.5z'/%3E%3Cpath fill='%238c8c8c' d='M202.8 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M214.8 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M215.5 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M223.3 317.4l.6.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M224 317.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M225.4 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M226.8 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M227.5 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M240.1 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M240.8 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M241.5 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M242.2 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M243 317.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M243.7 317.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23de2110' d='M244.3 317.4l-2.8.7v4c2.5-1 3.9-2 2.8-4.7z'/%3E%3Cpath fill='%235a1008' d='M245 317.4l.8.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M251.4 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M252 317.4v4h4.3v-4h-4.2z'/%3E%3Cpath fill='%23520808' d='M256.3 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M262.6 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M263.4 317.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23bd2110' d='M264 317.4l.8.7-.8-.7z'/%3E%3Cpath fill='%23ad1810' d='M264.8 317.4l.6.7-.6-.7z'/%3E%3Cpath fill='%237b1008' d='M265.5 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b4242' d='M266.2 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M266.9 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M267.6 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M280.2 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1010' d='M281 317.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M281.6 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M283 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M283.8 317.4l.6.7-.6-.7z'/%3E%3Cpath fill='%23941808' d='M284.4 317.4l.8.7-.8-.7z'/%3E%3Cpath fill='%237b1008' d='M292.2 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M292.9 317.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M203 318.6l.3.4-.2-.4z'/%3E%3Cpath fill='%23ad1810' d='M203.6 318.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23ce2110' d='M207 318.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M207.8 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M215.5 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M216.2 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M221.8 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M222.5 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M223.3 318.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M227.5 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M240.4 318.6l.2.4-.2-.4z'/%3E%3Cpath fill='%23941808' d='M240.8 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M245 318.1v2.7h.8l-.7-2.7m6.3 0v2.7h.7l-.7-2.7z'/%3E%3Cpath fill='%23941808' d='M256.3 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M257 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M262.6 318.1l-2 3.4h2V320l1.4.7V318h-1.4z'/%3E%3Cpath fill='%23de2110' d='M264 318.1v3.4l2.9.6.7-3.3-3.6-.7z'/%3E%3Cpath fill='%23bd2110' d='M266.9 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%236b4242' d='M267.6 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M280.2 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M281 318.1l.6.7-.7-.7m3.6 0l.6.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M285.1 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M285.9 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M291.5 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M292.2 318.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M300.4 318.3l.5.3-.5-.3m3.8-.2l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M304.9 318.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23cecece' d='M198 318.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M198.6 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M202.1 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1010' d='M203.6 318.8l.7.6-.8-.6z'/%3E%3Cpath fill='%23bd2110' d='M205.7 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M206.4 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M207 318.8l.8.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M207.8 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M208.5 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M209.2 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M209.9 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M210.6 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M216.2 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M217.2 319.2l.2.5-.3-.5z'/%3E%3Cpath fill='%23b51010' d='M220.4 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M221.1 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M221.8 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M222.5 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M226.8 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M227.5 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M240.8 318.8l.7.6-.7-.6m15.5 0v1.3h1.4v-1.3h-1.4z'/%3E%3Cpath fill='%238c8c8c' d='M267.8 319.2l.2.5-.2-.5z'/%3E%3Cpath fill='%23dedede' d='M280.2 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M281 318.8l.6.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M285.9 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M286.6 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M287.3 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M290.8 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M291.5 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ce2110' d='M292.2 318.8l.7.6-.7-.6m5 0l.6.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M297.8 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M299 319l.5.2-.5-.2z'/%3E%3Cpath fill='%23941808' d='M300 318.8l.6.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M300.6 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M301.3 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M302 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23520808' d='M304.1 318.8l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M305.3 319l.5.2-.5-.2z'/%3E%3Cpath fill='%23bdbdbd' d='M309.5 319l.5.2-.5-.2z'/%3E%3Cpath fill='%23ada5a5' d='M195.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M196.5 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23733129' d='M197.2 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M198 319.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M194.4 321.5c2.8 5.7 17.6 7.3 21.1 1.3-8.2 1-13.4-5.2-21.1-1.3z'/%3E%3Cpath fill='%23ce2110' d='M202.1 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M202.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M203.6 319.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23ce2110' d='M206.4 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M214.8 322.1c-6.6-5-10.9 1.3 0 0z'/%3E%3Cpath fill='%23ce2110' d='M209.9 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M210.6 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M211.3 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M212 319.4l.7.7-.7-.7zm8.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M221.1 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2121' d='M226.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M240.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M281 319.4l.6.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M281.6 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M287.3 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M288 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M295.7 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M296.9 319.7l.5.2-.5-.2z'/%3E%3Cpath fill='%23bd2110' d='M297.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M293.6 321.5v.6c3.6.5 7.7 1.8 8.4-2.7l-8.4 2z'/%3E%3Cpath fill='%23520808' d='M302 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M303.4 319.4l.8.7-.8-.7z'/%3E%3Cpath fill='%235a1008' d='M304.1 319.4l-.7 1.4.8-1.4z'/%3E%3Cpath fill='%23ad1810' d='M304.9 319.4l.7.7-.8-.7z'/%3E%3Cpath fill='%23ce2110' d='M305.6 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23de2110' d='M292.9 322.8c3.5 6 18.3 4.4 21-1.3-7.6-3.9-12.8 2.3-21 1.3z'/%3E%3Cpath fill='%23941808' d='M309.8 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2908' d='M310.5 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M311.2 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M311.9 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M312.6 319.4l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M194.4 320.1l-1.4 2 1.4-2z'/%3E%3Cpath fill='%235a3131' d='M195.1 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M195.8 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M204.3 320.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M212 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M213.2 320.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23bd2110' d='M214.1 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M226 320.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M226.8 320.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23631808' d='M240.8 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M245.8 320.1v.7l2.8.7-2.8-1.4z'/%3E%3Cpath fill='%23941808' d='M256.3 320.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ce2110' d='M257 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M259.8 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M262.6 320.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ad1810' d='M266.9 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M267.6 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M281 320.1l.6.7-.7-.7z'/%3E%3Cpath fill='%235a2121' d='M281.6 320.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ce2110' d='M293.6 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M294.3 320.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%235a1008' d='M295 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M295.7 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M302 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M302.7 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M311.9 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a2121' d='M312.6 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M313.3 320.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M194.4 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M204.3 320.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M205 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M205.7 320.8l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23ce2110' d='M213.4 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M214.1 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M214.8 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M215.5 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M224.7 320.8l.7.7-.8-.7z'/%3E%3Cpath fill='%235a1010' d='M225.4 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M240.8 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M244.3 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M245 320.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M246 321.2l.2.5-.2-.5z'/%3E%3Cpath fill='%23b51010' d='M247 321l.4.2-.5-.2z'/%3E%3Cpath fill='%237b1008' d='M248.6 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M249.3 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M250 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M250.7 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M251.4 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M256.3 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M257.7 320.8v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23941808' d='M259.8 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M261.2 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23310000' d='M262.6 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M266.9 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M267.6 320.8l.7.7-.7-.7m14 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M283 320.8l.7.7-.7-.7m9.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M292.9 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M294.3 320.8l.7.7-.7-.7m7.7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23210800' d='M302.7 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M303.4 320.8l.8.7-.8-.7z'/%3E%3Cpath fill='%237b1008' d='M313.3 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M314 320.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M193.7 321.5l3.5 4-3.5-4z'/%3E%3Cpath fill='%23420000' d='M205.7 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23842118' d='M214.8 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M215.5 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23524242' d='M216.2 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M217 321.5l.6.6-.7-.6z'/%3E%3Cpath fill='%23b51010' d='M217.6 321.5l.7.6-.7-.6m5.7 0l.6.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M224 321.5l.6.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M224.7 321.5l.7.6-.8-.6z'/%3E%3Cpath fill='%23efefef' d='M225.4 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23845a52' d='M240.8 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23bd2110' d='M242.2 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23631818' d='M243 321.5l.6.6-.7-.6z'/%3E%3Cpath fill='%237b5252' d='M243.7 321.5l.7.6-.8-.6z'/%3E%3Cpath fill='%238c8c8c' d='M244.3 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M245 321.5l.8.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M246.5 321.5v.6h2.8l-2.8-.6z'/%3E%3Cpath fill='%23b51010' d='M249.3 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M250 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%235a1008' d='M250.7 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23392100' d='M251.4 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M252 321.5l.8.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M252.8 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M254 321.7l.4.2-.4-.2z'/%3E%3Cpath fill='%23941808' d='M254.9 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23311000' d='M255.6 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23292100' d='M256.3 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%234a1000' d='M257 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M257.7 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ad1810' d='M258.4 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23de2110' d='M259.1 321.5v.6h2.8l-2.8-.6z'/%3E%3Cpath fill='%23b51010' d='M262 321.5l.6.6-.7-.6z'/%3E%3Cpath fill='%235a1010' d='M262.6 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M263.4 321.5l.7.6-.8-.6z'/%3E%3Cpath fill='%237b7373' d='M264 321.5l.8.6-.8-.6z'/%3E%3Cpath fill='%236b2131' d='M264.8 321.5l.6.6-.6-.6z'/%3E%3Cpath fill='%23941808' d='M265.5 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M266.9 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M283 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23631818' d='M283.8 321.5l.6.6-.6-.6z'/%3E%3Cpath fill='%23ad1810' d='M284.4 321.5l.8.6-.8-.6z'/%3E%3Cpath fill='%23b51010' d='M290 321.5l.8.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M290.8 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23733939' d='M291.5 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M292.2 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23631818' d='M292.9 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23941808' d='M314 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M314.7 321.5l.7.6-.7-.6z'/%3E%3Cpath fill='%2363636b' d='M193 322.1l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23941808' d='M205.7 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M206.4 322.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23ce2110' d='M212 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M213 322.6l.2.4-.3-.4z'/%3E%3Cpath fill='%23631808' d='M213.9 322.4l.4.2-.4-.2z'/%3E%3Cpath fill='%237b1008' d='M214.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23392121' d='M215.5 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M217 322.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M217.6 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M218.3 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2131' d='M219 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M219.7 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c4239' d='M220.4 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad524a' d='M221.1 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M221.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M222.5 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M223.3 322.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M224 322.1l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M240.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%236b2131' d='M241.5 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M242.2 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M243 322.1l.6.7-.7-.7m2.1 0l.8.7-.8-.7z'/%3E%3Cpath fill='%23313931' d='M245.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M246.5 322.1v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23296300' d='M249.3 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M250 322.1l-.7 2.7.7-2.7z'/%3E%3Cpath fill='%23319400' d='M251.2 322.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23214210' d='M252 322.1l-.6 1.4.7-1.4z'/%3E%3Cpath fill='%239c9494' d='M252.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M254 322.4l.4.2-.4-.2z'/%3E%3Cpath fill='%23efefef' d='M254.9 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M255.6 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M256.3 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23428c00' d='M257 322.1c2.6 3 7 6.8 10.6 3.4L257 322z'/%3E%3Cpath fill='%23397b00' d='M258.4 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M259.1 322.1v.7h2.8l-2.8-.7z'/%3E%3Cpath fill='%23103900' d='M262 322.1l.6.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M262.6 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M265.5 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23524242' d='M266.2 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1010' d='M266.9 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M284.4 322.1l.8.7-.8-.7z'/%3E%3Cpath fill='%237b7373' d='M285.1 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23734a42' d='M285.9 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad524a' d='M287 322.4l.5.2-.5-.2z'/%3E%3Cpath fill='%23631808' d='M288 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23733129' d='M288.7 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M289.4 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M290 322.1l.8.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M290.8 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M292.2 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M292.9 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M294 322.4l.5.2-.4-.2z'/%3E%3Cpath fill='%23ad1810' d='M295.2 322.6l.3.4-.3-.4z'/%3E%3Cpath fill='%23ce2110' d='M295.7 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M301.3 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23631818' d='M314 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M314.7 322.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23efefef' d='M315.4 322.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M192.3 322.8l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%23cecece' d='M193 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M206.4 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M208.2 323l.5.2-.5-.2z'/%3E%3Cpath fill='%23941808' d='M209.2 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M209.9 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M210.6 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M211.8 323l.4.2-.4-.2z'/%3E%3Cpath fill='%235a1008' d='M215.5 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M216.2 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M240.8 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M244.3 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M245 322.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M245.8 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23319400' d='M241.5 325.5c3.3 3 6.8.2 9.2-2.7l-9.2 2.7z'/%3E%3Cpath fill='%23cecece' d='M252 322.8l-.6 1.3.7-1.3z'/%3E%3Cpath fill='%238c8c8c' d='M256.3 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M257 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M262.6 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M263.4 322.8l.7.7-.8-.7z'/%3E%3Cpath fill='%23efefef' d='M264 322.8l.8.7-.8-.7z'/%3E%3Cpath fill='%23dedede' d='M266.9 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23420000' d='M292.2 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M295.7 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M296.4 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M297.1 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M297.8 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M298.5 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M299.2 322.8v.7h2.1l-2-.7z'/%3E%3Cpath fill='%23ad1810' d='M301.3 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23520808' d='M313.3 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M314.7 322.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%238c8c8c' d='M315.4 322.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M191.6 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M193.7 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%237b1008' d='M215.5 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M216.2 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M243.7 323.5l.7.6-.8-.6z'/%3E%3Cpath fill='%23184a00' d='M244.3 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23314231' d='M250.7 323.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23bdbdbd' d='M257 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23213918' d='M257.7 323.5l.7.6-.7-.6m6.4 0l.6.6-.6-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M264.8 323.5l.6.6-.6-.6z'/%3E%3Cpath fill='%235a1008' d='M292.2 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23631808' d='M312.6 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%23424242' d='M313.3 323.5l.7.6-.7-.6z'/%3E%3Cpath fill='%237b7373' d='M314.7 323.5l-1.4 2 1.4-2z'/%3E%3Cpath fill='%239c9494' d='M315.4 323.5l-.7 1.3.7-1.3z'/%3E%3Cpath fill='%23cecece' d='M192.3 324.1l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M214.8 324.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%2363636b' d='M215.5 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M242.2 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M243 324.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M243.7 324.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23efefef' d='M250.7 324.1l.7.7-.7-.7m7 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M258.4 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M259.1 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M264.8 324.1l.6.7-.6-.7z'/%3E%3Cpath fill='%23425242' d='M265.5 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M266.2 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M292.2 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M292.9 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M311.9 324.1l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23424242' d='M312.6 324.1l-1.4 2 1.4-2z'/%3E%3Cpath fill='%237b7373' d='M316.1 324.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M191.6 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M193 324.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%237b7373' d='M193.7 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M195.1 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M195.8 324.8l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%235a3131' d='M214.8 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M240.8 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M241.5 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M242.2 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M248.6 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M249.3 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M259.1 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M259.8 324.8l.7.7-.7-.7m6.4 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M266.9 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M267.6 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M292.9 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M293.6 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M312.6 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23a59494' d='M314 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M315.4 324.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M316.1 324.8l-.7 2 .7-2z'/%3E%3Cpath fill='%23bdbdbd' d='M192.3 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M194.4 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M195.1 325.5l5 4-5-4z'/%3E%3Cpath fill='%239c9494' d='M195.8 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b1008' d='M197.2 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M203.6 325.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23631808' d='M204.3 325.5l.6.7-.7-.7z'/%3E%3Cpath fill='%238c3939' d='M205 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23843129' d='M209.9 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%236b5252' d='M213.4 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M214.1 325.5l.7.7-.7-.7m26 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23184a00' d='M240.8 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M247.2 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23294221' d='M247.9 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M248.6 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M259.8 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23213918' d='M260.5 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23103900' d='M267.6 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M268.3 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M293.6 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M294.3 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M295 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23842118' d='M297.8 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c4a4a' d='M298.5 325.5l.7.7-.7-.7zm4.2 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23631808' d='M303.4 325.5l.8.7-.8-.7z'/%3E%3Cpath fill='%23941808' d='M304.1 325.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M304.9 325.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23cecece' d='M311.9 325.5l-2.1 2.7 2-2.7z'/%3E%3Cpath fill='%238c8c8c' d='M312.6 325.5l-3.5 4.7 3.5-4.7z'/%3E%3Cpath fill='%23ada5a5' d='M313.8 325.7l.4.2-.4-.2z'/%3E%3Cpath fill='%23dedede' d='M192.3 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M193 326.1l1.4 2-1.4-2z'/%3E%3Cpath fill='%23efefef' d='M194.4 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M196.5 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%2352525a' d='M197.2 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M198 326.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23bd2110' d='M201.4 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M202.1 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23736b6b' d='M202.8 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M203.6 326.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23efefef' d='M240.1 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23314231' d='M240.8 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23297b00' d='M241.5 326.1l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23185200' d='M246.5 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M247.2 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M247.9 326.1l.7.7-.7-.7m12.6 0l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M261.2 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23294200' d='M262 326.1l.6.7-.7-.7z'/%3E%3Cpath fill='%23397b00' d='M266.9 326.1l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%2352525a' d='M267.6 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M268.3 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M304.1 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M304.9 326.1l.7.7-.8-.7z'/%3E%3Cpath fill='%23631818' d='M305.6 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M306.3 326.1l.7.7-.7-.7m3.5 0l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23292921' d='M310.5 326.1l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M313.3 326.1l.7.7-.7-.7m1.4 0l-2.1 2.7 2-2.7z'/%3E%3Cpath fill='%23bdbdbd' d='M193.7 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M195.1 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23424242' d='M198 326.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23ad1810' d='M198.6 326.8l.7.7-.7-.7m2.1 0l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M201.4 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23efefef' d='M202.1 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%2363636b' d='M241.5 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M245 326.8l.8.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M245.8 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M246.5 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M262 326.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23425242' d='M262.6 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23295200' d='M263.4 326.8l.7.7-.8-.7z'/%3E%3Cpath fill='%2363636b' d='M266.9 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M306.3 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M307 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M309.8 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M312.6 326.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23ada5a5' d='M314.7 326.8l-1.4 2 1.4-2z'/%3E%3Cpath fill='%23cecece' d='M195.8 327.5l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%237b7373' d='M196.5 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23292921' d='M198.6 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23b51010' d='M199.3 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23941808' d='M200 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M200.7 327.5l.7.7-.7-.7m41.5 0l.7.7-.7-.7z'/%3E%3Cpath fill='%23185200' d='M243 327.5l.6.7-.7-.7z'/%3E%3Cpath fill='%23296300' d='M243.7 327.5l.7.7-.8-.7z'/%3E%3Cpath fill='%23395231' d='M244.3 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M245 327.5l.8.7-.7-.7m18.3 0l.7.7-.8-.7z'/%3E%3Cpath fill='%235a5231' d='M264 327.5l.8.7-.8-.7z'/%3E%3Cpath fill='%23397b00' d='M264.8 327.5l.6.7-.6-.7z'/%3E%3Cpath fill='%23295200' d='M265.5 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%239c9494' d='M266.2 327.5l.7.7-.7-.7m40.8 0l.7.7-.7-.7z'/%3E%3Cpath fill='%235a1008' d='M307.7 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23ce2110' d='M308.4 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23391810' d='M309 327.5l.8.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M311.9 327.5l.7.7-.7-.7z'/%3E%3Cpath fill='%237b7373' d='M197.2 328.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23313931' d='M199.3 328.2l.7.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M200 328.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23ada5a5' d='M243 328.2l.6.6-.7-.6z'/%3E%3Cpath fill='%239c9494' d='M243.7 328.2l.7.6-.8-.6m21.2 0l.6.6-.6-.6z'/%3E%3Cpath fill='%23ada5a5' d='M265.5 328.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23cecece' d='M307.7 328.2l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23292921' d='M308.4 328.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23bdbdbd' d='M309 328.2l.8.6-.7-.6m2 0l.8.6-.7-.6z'/%3E%3Cpath fill='%238c8c8c' d='M195.1 328.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23cecece' d='M195.8 328.8l2.8 2.7-2.8-2.7z'/%3E%3Cpath fill='%237b7373' d='M198 328.8l.6.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M310.5 328.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M311.9 328.8l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%237b7373' d='M312.6 328.8l-.7 1.4.7-1.4m-116.8.7l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M198.6 329.5l.7.7-.7-.7z'/%3E%3Cpath fill='%23bdbdbd' d='M309.8 329.5l.7.7-.7-.7z'/%3E%3Cpath fill='%238c8c8c' d='M196.5 330.2l1.4 1.3-1.4-1.3z'/%3E%3Cpath fill='%23efefef' d='M198.6 330.2l.7.6-.7-.6z'/%3E%3Cpath fill='%23dedede' d='M310.5 330.2l.7.6-.7-.6m-114 .6l1.4 1.4-1.4-1.4z'/%3E%3Cpath fill='%23efefef' d='M309.8 330.8l.7.7-.7-.7z'/%3E%3Cpath fill='%23dedede' d='M311.2 330.8l-.7 1.4.7-1.4z'/%3E%3Cpath fill='%23ecca5e' d='M230.9 207.5l1.1-.3a.8.8 0 0 0 .4.5h.6c.3 0 .6 0 .7-.2a.3.3 0 0 0 .1-.3.3.3 0 0 0-.1-.2 1 1 0 0 0-.4 0 6.5 6.5 0 0 1-1.8-.4 1 1 0 0 1-.7-.9c0-.4 0-.7.3-1 .3-.2.8-.4 1.4-.5.6 0 1 0 1.4.2.3.1.5.3.7.7l-1.1.3a.6.6 0 0 0-.3-.3 1 1 0 0 0-.6 0l-.6.1-.1.2.1.2c.1.1.5.2 1.1.2.7 0 1.1.2 1.4.4a1 1 0 0 1 .4.7c0 .4 0 .7-.3 1-.3.4-.8.6-1.5.6-.6.1-1 0-1.4-.1a1.6 1.6 0 0 1-.8-.9zm-5.1-.4a2.1 2.1 0 0 1 .1-1l.7-1c.4-.1.7-.3 1.2-.3a2 2 0 0 1 1.7.4c.4.4.7.8.8 1.5a2 2 0 0 1-.5 1.6c-.3.5-.8.7-1.5.8l-1.2-.1a1.9 1.9 0 0 1-.9-.7l-.4-1.2zm1.2 0c0 .4.2.7.4.9.2.2.5.2.8.2a1 1 0 0 0 .7-.4c.2-.3.2-.6.2-1s-.2-.7-.4-.9a1 1 0 0 0-.8-.2 1 1 0 0 0-.7.4c-.2.2-.3.5-.2 1zm-3.6-2.3l-.1-1 1.1-.1.1 1-1.1.1zm.6 4.7l-.5-4.1 1.1-.2.5 4.2-1.1.1zm-6.8-5l2.2-.3h1.2c.3 0 .7.2 1 .4l.7.9c.1.3.3.8.3 1.3v1.3a2.5 2.5 0 0 1-.5 1 2 2 0 0 1-.8.6l-1 .3-2.4.2-.7-5.7zm1.3.8l.5 3.8h1l.7-.2.4-.3.3-.6v-1a3.3 3.3 0 0 0-.3-1 1.3 1.3 0 0 0-.4-.6 1.2 1.2 0 0 0-.6-.2h-1l-.5.1z'/%3E%3Cpath fill='%23ecca5e' fill-rule='evenodd' d='M233.4 223.4l17 21.4-.7 1-17.1-21.4zm44-1.6L258.3 247l-1.5-.5 19.1-25.2zm-48.4 5.8l20.2 18.8-.7 1-20.2-18.7zm-4.7 4.4l22.2 16.6-.5 1-22.3-16.5zm56-3.3l-20 19-1.2-.7 20-19zm4.4 3.5l-22.4 16.4-1-.8 22.4-16.4z'/%3E%3Cpath fill='%237b5a00' fill-opacity='.6' d='M271.3 229.6l4.6-5.9-.6-.4-4 6.3z'/%3E%3Cpath fill='%237b5a00' fill-opacity='.5' d='M260.8 243.5l4.6-5.9-.6-.4-4 6.3z'/%3E%3Cpath fill='%237b5a00' fill-opacity='.7' d='M266 236.8l4.6-5.9-.5-.4-4.1 6.3z'/%3E%3Cpath fill='%237b5a00' fill-opacity='.5' d='M276.8 237.6l6.5-4-.4-.6-6 4.6z'/%3E%3Cpath fill='%237b5a00' fill-opacity='.4' d='M268.3 240l5.8-5-.5-.5-5.3 5.4z'/%3E%3Cpath fill='%23428c00' d='M213.6 288.6h-.7c-.1-3.8-1.6-6.3-5.6-7.3.1 2 1.6 10 5 7.3h.6l-1.4 6c2.1-2.2 10.8-10 7-13.4-3.2-3-4.8 6-4.9 7.4zm-5.3-47.9h-.8c0-3.8-1.6-6.3-5.6-7.3.1 2 1.6 10 5 7.3h.6l-1.4 6c2.1-2.2 10.8-10 7-13.4-3.2-3-4.8 6-4.9 7.4z'/%3E%3Cpath fill='%23ecca5e' d='M299.5 210.8h-1v-.7l-.7.5a1.7 1.7 0 0 1-.7 0c-.5 0-1-.2-1.2-.7-.3-.4-.5-1-.4-1.6.1-.7.3-1.2.7-1.6.4-.3.9-.4 1.4-.4.5.1.9.3 1.2.8l.3-2.1 1.1.1-.7 5.7zm-2.8-2.5v1a.9.9 0 0 0 .8.5.9.9 0 0 0 .7-.2c.2-.2.4-.5.4-1l-.1-1a.9.9 0 0 0-.7-.4.9.9 0 0 0-.7.2c-.2.2-.4.5-.4 1zm-4.6-1.2l-1-.3c.1-.4.3-.7.7-.8l1.3-.2 1.1.3.5.5v1l-.2 1.3v.8l.1.6-1.1-.1a4.7 4.7 0 0 1 0-.4 2 2 0 0 1-1.5.3c-.5 0-.8-.2-1-.5a1.1 1.1 0 0 1-.3-.9 1.1 1.1 0 0 1 .8-1l1-.1 1-.1.1-.2-.1-.4-.6-.2a.9.9 0 0 0-.5 0 .8.8 0 0 0-.3.4zm1.4 1a8 8 0 0 1-.7.2h-.7l-.2.4a.5.5 0 0 0 0 .5.6.6 0 0 0 .5.2c.2 0 .4 0 .7-.2a.7.7 0 0 0 .3-.3v-.5l.1-.2zm-3-2.4v.8h-.8l-.2 1.6v.7l.2.1h.5v.8l-1 .1a1.5 1.5 0 0 1-.5-.2.8.8 0 0 1-.4-.3 1 1 0 0 1 0-.4v-.8l.2-1.8h-.5v-1l.6.1.1-.8 1.3-.5-.2 1.5h.8zm-4.6 3.6l-1.1-.1.5-4.1h1v.7l.5-.5.5-.1c.3 0 .5.1.8.3l-.5.9a1 1 0 0 0-.5-.2.7.7 0 0 0-.5 0l-.3.5-.2 1.4-.2 1.2zm-3-1.6l1 .3a1.8 1.8 0 0 1-.8.8 2 2 0 0 1-1.2.2c-.8-.1-1.3-.4-1.6-1-.2-.3-.3-.8-.3-1.4.1-.7.4-1.2.8-1.5.4-.4 1-.5 1.5-.4a2 2 0 0 1 1.5.7c.3.5.4 1.1.3 2l-2.9-.4c0 .4 0 .6.2.8.1.2.4.3.6.4l.5-.1a.9.9 0 0 0 .3-.4zm.1-1.1c0-.4 0-.6-.2-.8a.8.8 0 0 0-.5-.3.8.8 0 0 0-.7.2 1 1 0 0 0-.3.7l1.7.2zm-8 1.5l.7-5.7 1.1.1-.2 2c.4-.2.8-.4 1.3-.3.5 0 1 .3 1.2.7.3.4.4.9.4 1.6-.1.7-.4 1.2-.8 1.5a1.7 1.7 0 0 1-2 .2 1.8 1.8 0 0 1-.6-.6v.6H275zm1.4-2v1c.2.3.5.5.8.5a.8.8 0 0 0 .7-.2c.2-.2.3-.6.4-1 0-.5 0-.8-.2-1a.9.9 0 0 0-.6-.4.9.9 0 0 0-.7.2c-.2.2-.4.5-.4.9zm-3.1-3v-1l1.2.2v1l-1.2-.1zm-.6 4.8l.5-4.2 1.1.2-.5 4h-1.1zm-5-.6l.6-5.7 1.2.2-.6 4.7 3 .3v1l-4.3-.5z'/%3E%3Cpath fill='%23428c00' d='M201 254h-.6c-.1-3.8-1.6-6.2-5.6-7.3 0 2 1.5 10 4.9 7.4h.7l-1.4 6c2-2.2 10.7-10 7-13.5-3.2-3-4.9 6-5 7.5z'/%3E%3Cpath fill='%23fac349' fill-rule='evenodd' d='M226 232.8c0 .5-.6 1-1.4 1s-1.3-.5-1.3-1 .6-1 1.3-1 1.3.5 1.3 1zm4.3-4.7c0 .6-.5 1-1.3 1s-1.3-.4-1.3-1c0-.5.6-.9 1.3-.9s1.3.4 1.3 1zm4.1-4.3c0 .5-.6 1-1.3 1s-1.3-.5-1.3-1 .6-1 1.3-1 1.3.5 1.3 1zm43.3-1.7c0 .5-.5 1-1.2 1s-1.4-.5-1.4-1 .6-1 1.3-1 1.4.5 1.4 1zm3.1 6c0 .6-.5 1-1.3 1s-1.3-.4-1.3-1c0-.5.6-.9 1.3-.9s1.3.4 1.3 1zm4.6 4c0 .4-.6.8-1.3.8s-1.3-.4-1.3-.9.6-1 1.3-1 1.3.5 1.3 1z'/%3E%3Cpath fill='%23ecca5e' d='M262.6 199.3l-1-.2c0-.4.3-.7.6-.9.3-.2.7-.3 1.3-.3l1.1.2.5.5.2 1v2.1l.2.5h-1.1a4 4 0 0 1-.1-.3 1.4 1.4 0 0 0 0-.1 1.9 1.9 0 0 1-1.5.5c-.4 0-.8-.1-1-.4a1.1 1.1 0 0 1-.4-.9 1.1 1.1 0 0 1 .7-1 4 4 0 0 1 1-.3l1-.2v-.1l-.1-.5-.6-.1-.5.1a.8.8 0 0 0-.3.4zm1.5.9l-.7.2-.6.2-.2.3c0 .2 0 .3.2.4a.7.7 0 0 0 .4.2c.2 0 .4 0 .6-.2.2 0 .2-.2.3-.3v-.8zm-4.7-2.8v-1h1.2v1h-1.2zm0 4.8V198h1.2v4.2h-1.2zm-2.2 0H256V198h1.1v.6l.5-.6a1 1 0 0 1 .5-.1c.3 0 .6 0 .8.2l-.4 1a1 1 0 0 0-.5-.2l-.4.1-.3.5-.1 1.4v1.2zm-1.9-4.2v.8h-.8v2.3l.1.1.2.1.5-.1v.9l-.9.1h-.5a.9.9 0 0 1-.4-.3 1 1 0 0 1-.1-.5 5.3 5.3 0 0 1 0-.8v-1.8h-.6v-.9h.6v-.8l1.1-.6v1.5h.8zm-5.8 1.2l-1-.2c0-.4.2-.7.5-.9.3-.2.8-.3 1.3-.3s1 0 1.2.2l.5.5.1 1v2l.3.6h-1.2a4.2 4.2 0 0 1 0-.3l-.1-.2a1.9 1.9 0 0 1-1.4.6c-.4 0-.8-.2-1-.4a1.1 1.1 0 0 1-.4-.9 1.1 1.1 0 0 1 .6-1 4 4 0 0 1 1-.3l1.1-.2v-.1l-.1-.5-.7-.1h-.4a.8.8 0 0 0-.3.5zm1.5.9a9 9 0 0 1-.7.2l-.6.1c-.2.1-.3.3-.3.4a.5.5 0 0 0 .2.4l.5.2c.2 0 .4 0 .6-.2l.3-.3v-.8zm-8 2v-5.8h3.4l.9.7c.2.3.3.6.3 1s0 .7-.2 1l-.5.5a1 1 0 0 1-.7.3h-2v2.2h-1.3zm1.2-4.8v1.6h1.7l.3-.4a.7.7 0 0 0 .2-.4.7.7 0 0 0-.2-.5.8.8 0 0 0-.5-.3 6.2 6.2 0 0 0-.9 0h-.6zm2.4 110.6h-.8c0-.3.2-.6.4-.7.2-.2.5-.3.9-.4h.9c.2 0 .3.2.4.3.1.1.2.3.2.7l.2 1 .1.5.2.4-.8.2a3.5 3.5 0 0 1-.1-.3 1.5 1.5 0 0 1-1 .5c-.4 0-.6 0-.9-.2a.9.9 0 0 1-.3-.6.8.8 0 0 1 0-.5.8.8 0 0 1 .3-.3l.7-.3.8-.3v-.1c0-.2-.1-.3-.2-.3h-.5a.6.6 0 0 0-.3 0 .6.6 0 0 0-.2.4zm1.3.5l-.5.2c-.3 0-.4.2-.5.2v.6h.5a.8.8 0 0 0 .4-.1.5.5 0 0 0 .1-.3v-.6zm-2.6-.3l-.8.2a.6.6 0 0 0-.3-.3.6.6 0 0 0-.4 0 .7.7 0 0 0-.5.2v.8c0 .3.1.6.3.7l.6.2a.6.6 0 0 0 .3-.2l.2-.5h.8a1.4 1.4 0 0 1-.3.9c-.2.2-.6.4-1 .4-.5 0-.9 0-1.2-.2a1.6 1.6 0 0 1-.6-1.2c0-.5 0-.9.2-1.2a2 2 0 0 1 1.1-.6l1 .1c.3.1.5.3.6.7zm-4.8-.7v-.8h.8l.1.7-.9.1zm.6 3.5l-.5-3 .9-.2.5 3-.9.2zm-1.7.3l-.7-4.3.8-.1.7 4.2-.8.2zm-3.9.5l-.7-4.3h.9l.2 1.5c.2-.4.5-.6.9-.6s.7 0 1 .3c.3.2.5.6.6 1 .1.6 0 1-.2 1.3a1.3 1.3 0 0 1-1.4.6 1.4 1.4 0 0 1-.6-.4l.1.5-.8.1zm.6-1.7c0 .3.1.5.3.7a.7.7 0 0 0 .6.2.6.6 0 0 0 .5-.3c0-.2.1-.4 0-.8 0-.3-.1-.6-.3-.7a.7.7 0 0 0-.5-.2.7.7 0 0 0-.5.3 1 1 0 0 0-.1.8zm-2.3 2v-.5a1.2 1.2 0 0 1-.4.5l-.6.2h-.6a.8.8 0 0 1-.5-.4l-.2-.7-.3-2h.9l.2 1.4.2.8a.5.5 0 0 0 .2.2.6.6 0 0 0 .3 0 .7.7 0 0 0 .4-.2.6.6 0 0 0 .2-.3v-.8l-.3-1.3.9-.1.5 3-.8.1zm-6.4-2.3h.8v.4a1.2 1.2 0 0 1 1-.7c.4 0 .7 0 1 .3.3.2.5.6.6 1.1 0 .5 0 1-.2 1.3-.2.3-.5.5-1 .5a1.2 1.2 0 0 1-.4 0 1.8 1.8 0 0 1-.5-.3l.2 1.6h-.8l-.7-4.2zm1 1.4c.1.3.2.6.4.7a.7.7 0 0 0 .6.2.6.6 0 0 0 .4-.3c.1-.2.2-.4.1-.8 0-.3-.2-.5-.3-.7a.7.7 0 0 0-.5-.1.7.7 0 0 0-.5.3c-.1.2-.2.4-.1.7zm-2.3 1h1l-.5.7c-.2.2-.5.3-.9.4-.5 0-1 0-1.3-.4a1.7 1.7 0 0 1-.5-1c0-.5 0-.9.2-1.2a1.4 1.4 0 0 1 1-.6c.5 0 1 0 1.3.3.3.2.5.7.6 1.3l-2.2.3c0 .3.2.4.3.5.2.2.4.2.6.2a.5.5 0 0 0 .3-.2.7.7 0 0 0 .1-.3zm0-.9c0-.2-.2-.4-.3-.5a.6.6 0 0 0-.5-.1.6.6 0 0 0-.4.3.7.7 0 0 0-.1.5l1.3-.2zm-6.2 2.8l-.7-4.3 2-.3h1l.6.3.3.7c0 .3 0 .6-.2.8-.2.2-.4.4-.8.5l.5.3.6.6.7.8-1 .1-.9-.8-.5-.6a.7.7 0 0 0-.3 0 1.6 1.6 0 0 0-.5 0h-.2l.3 1.7-.9.2zm.5-2.6l.7-.1.8-.2a.5.5 0 0 0 .2-.2.6.6 0 0 0 0-.3.5.5 0 0 0-.1-.4.6.6 0 0 0-.4 0h-1.4l.2 1.2zm67 .4l-.7-.2c.1-.3.3-.5.5-.6.3-.1.6-.2 1-.1l.9.2.3.4v.8l-.1 1a3.5 3.5 0 0 0 0 .5v.5l-.8-.1v-.3a1.6 1.6 0 0 1-.6.1 1.4 1.4 0 0 1-.6 0 1.1 1.1 0 0 1-.7-.3.8.8 0 0 1-.2-.7.8.8 0 0 1 .6-.7 3 3 0 0 1 .7 0l.9-.2v-.4l-.5-.2a.6.6 0 0 0-.4 0 .6.6 0 0 0-.2.3zm1.1.8l-.5.1h-.5l-.2.3a.4.4 0 0 0 0 .4.5.5 0 0 0 .4.1.8.8 0 0 0 .4 0 .5.5 0 0 0 .3-.3 1.6 1.6 0 0 0 .1-.4v-.2zm-2.9 1.2l-.8-.1.2-1.6v-.7a.4.4 0 0 0-.1-.2.5.5 0 0 0-.3-.2.7.7 0 0 0-.4.1.6.6 0 0 0-.3.3l-.2.7-.2 1.4-.8-.1.4-3.1h.8v.5c.3-.3.7-.4 1.1-.3l.5.1a.8.8 0 0 1 .3.3.9.9 0 0 1 .1.4v.5l-.3 2zm-5.5-3l-.7-.2c.1-.3.3-.5.5-.6h1c.4 0 .7 0 .9.2l.3.3v.8l-.1 1a3.4 3.4 0 0 0 0 .6v.4l-.8-.1a3.2 3.2 0 0 1 0-.3 1 1 0 0 0-.1 0l-.5.2a1.4 1.4 0 0 1-.6 0 1.1 1.1 0 0 1-.7-.4.8.8 0 0 1-.2-.7.9.9 0 0 1 .6-.7h.7l.9-.2v-.4l-.5-.2a.7.7 0 0 0-.4 0 .6.6 0 0 0-.3.3zm1.1.9h-.6l-.4.1c-.2 0-.2.2-.2.3a.4.4 0 0 0 0 .3.5.5 0 0 0 .4.2.8.8 0 0 0 .4-.1.5.5 0 0 0 .3-.3v-.5zm-2.4-1h-.8a.6.6 0 0 0-.2-.4.6.6 0 0 0-.3-.2.7.7 0 0 0-.6.2l-.3.6.1.8c.1.2.3.3.5.3a.6.6 0 0 0 .4 0l.3-.5.8.3c-.1.3-.3.6-.6.8-.3.1-.6.2-1 .1a1.5 1.5 0 0 1-1.1-.6 1.6 1.6 0 0 1-.3-1.2c.1-.5.3-1 .6-1.2.4-.2.8-.3 1.2-.2.4 0 .7.1 1 .3.2.2.3.5.3.8zm-4.3-2v-.8l1 .2-.2.7h-.8zm-.6 3.5l.5-3h.9l-.5 3.1h-.9zm-.8-.1l-.9-.1.2-1.6v-.6a.4.4 0 0 0 0-.3.5.5 0 0 0-.3-.1h-.5c-.2 0-.2.2-.3.3l-.1.7-.2 1.4h-.9l.5-3.2.8.1v.5a1.4 1.4 0 0 1 1.6-.2.8.8 0 0 1 .3.3.9.9 0 0 1 .1.3 2.4 2.4 0 0 1 0 .6l-.3 1.9zm-4.2-4.1l.1-.8.9.1-.1.8-.9-.1zm-.5 3.5l.4-3.1.9.1-.5 3.1-.8-.1zm-5.2-3.9l.8.1v.5c.3-.3.6-.4 1-.4l.5.2.4.4.5-.3h.5c.3 0 .5 0 .6.2a.8.8 0 0 1 .3.4v.7l-.3 2-.8-.2.2-1.7v-.6c0-.2-.2-.2-.3-.3a.6.6 0 0 0-.7.4l-.1.6-.2 1.5-.9-.1.3-1.7v-.6a.4.4 0 0 0-.1-.2.4.4 0 0 0-.3-.1.7.7 0 0 0-.3 0 .6.6 0 0 0-.3.3 2.1 2.1 0 0 0-.2.6l-.2 1.5h-.9l.5-3.2zm-4.2 1a1.6 1.6 0 0 1 1-1.3h1c.4 0 .8.2 1 .6.3.3.4.7.4 1.2a1.6 1.6 0 0 1-.7 1c-.4.4-.8.5-1.3.4a2 2 0 0 1-.8-.3 1.4 1.4 0 0 1-.5-.7v-.9zm.9.2l.1.7c.1.2.3.3.5.3a.8.8 0 0 0 .6-.1l.4-.7c0-.3 0-.6-.2-.8a.7.7 0 0 0-.5-.3.8.8 0 0 0-.6.2c-.2.1-.3.4-.3.7zm-4.8-3.5l1.6.3c.4 0 .7 0 .9.2.2 0 .4.2.6.4.2.3.3.5.3.8a3.2 3.2 0 0 1-.3 2 1.9 1.9 0 0 1-.5.6l-.7.3h-.8l-1.7-.3.6-4.3zm.8.9l-.4 2.8.6.1h.6a.8.8 0 0 0 .4 0c0-.2.2-.3.3-.5l.2-.7v-.8a1 1 0 0 0-.2-.5.9.9 0 0 0-.4-.2 4.4 4.4 0 0 0-.7-.2h-.4z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.sv:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%230f47af' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cg transform='matrix(.8 0 0 .8 -92.7 0)'%3E%3Cg fill='%23fff' fill-rule='evenodd' stroke='%23000' stroke-width='.3'%3E%3Cpath d='M515 353.4c1.5 0 3.2 0 10.1-1.7 7-1.7 12.7-5.9 14-6.5 1.4-.6 3.3-.4 3.3-.4a8.4 8.4 0 0 0-5.8-2.8c-3 0-1.9 0-4.4 1.1-2.6 1-8 4.3-17 4.3h-.1c-9 0-14.7-3.2-17.2-4.3-2.6-1-1.4-1-4.4-1-3 0-5.1 1.9-6 2.7 0 0 2-.2 3.4.4 1.4.6 7.1 4.8 14 6.5 7 1.7 8.6 1.7 10.1 1.7z'/%3E%3Cpath d='M488.4 347.4c.7-.4-.2-1.6-.2-1.6l2.7-.6c-1.3-.6-3.3-.4-3.3-.4-.5.4-.4.9-.5 1.3 0 .4 0 1 .2 1.3.3.3 1 0 1 0z'/%3E%3Cpath d='M491 345.2l-2.8.6s.9 1.2.2 1.7l4.8-1-2.3-1.3zm50.7 2.2c-.7-.4.1-1.6.1-1.6l-2.7-.6c1.4-.6 3.3-.4 3.3-.4.6.4.5.9.6 1.3 0 .4 0 1-.3 1.3-.3.3-1 0-1 0z'/%3E%3Cpath d='M539.1 345.2l2.7.6s-.8 1.2-.1 1.7l-4.8-1 2.2-1.3z'/%3E%3C/g%3E%3Cpath d='M495.8 343.3l-1.2 3 .6.3c.9.3 1.8.1 2.2-.9.4-1-.1-1.8-1-2.1l-.6-.3zm.3.6c.8.4 1.2.9.9 1.7-.3.8-1 .8-1.7.5h-.1l.9-2.2z'/%3E%3Cpath fill-rule='evenodd' d='M497.6 347.6l-.4-.1 1.4-3 .3.1-1.3 3z'/%3E%3Cpath d='M500.2 345.3c-.6 0-1.2.4-1.5 1-.4 1 0 1.9.8 2.3.8.3 1.8 0 2.2-1a1.7 1.7 0 0 0-.9-2.2 1.5 1.5 0 0 0-.6-.1zm0 .5h.5c.6.3.8 1 .5 1.6-.2.6-1 1-1.5.7-.5-.3-.8-1-.5-1.6.2-.4.5-.7 1-.7z'/%3E%3Cpath fill-rule='evenodd' d='M503.8 347.4c0-.3-.1-.4-.3-.5-.3-.1-.6 0-.7.2l.2.6.3.2c.3.3.5.7.3 1.2a1 1 0 0 1-1.3.6 1 1 0 0 1-.6-1.2h.4c-.1.4 0 .7.4.9.3 0 .6-.1.7-.4.2-.4 0-.6-.2-.8l-.2-.2c-.3-.2-.5-.5-.3-1 .1-.5.7-.6 1-.5.4.2.6.4.7.8h-.4zm2.4.1l-.5 1.9c-.1.5-.1 1 .4 1.2.6.1.9-.3 1-.8l.6-1.9.3.2-.5 1.9c-.2.7-.8 1.1-1.5 1-.7-.3-1-1-.7-1.6l.6-2 .3.1zm4.4 4.5l-1.8-3-.5 2.4h-.4l.7-3.4 1.8 3 .4-2.4h.4zm.8 0l.4-3.2h.3l-.4 3.2z'/%3E%3Cpath d='M514.2 348.9a1.6 1.6 0 0 0-1.7 1.6c0 1 .7 1.7 1.6 1.8.8 0 1.6-.7 1.6-1.7 0-.9-.7-1.7-1.5-1.7zm0 .5c.6 0 1 .6 1 1.2a1.1 1.1 0 0 1-1.1 1.2c-.6 0-1.1-.6-1.1-1.3 0-.6.5-1.2 1.1-1.2z'/%3E%3Cpath fill-rule='evenodd' d='M519 352.1l-2.4-2.3.1 2.4h-.4l-.2-3.4 2.5 2.4-.2-2.4h.4zm2.1-.5l-.6-3.2h.4l.6 2.8.9-.2v.4zm1.8-.3l-.8-3.2h.4l.7 3.1z'/%3E%3Cpath d='M523.9 347.7h-.4l-.4.2.9 3.1.7-.1c.5-.2 1-.6.8-1.2-.1-.4-.4-.7-.8-.6l.1-.8c-.2-.5-.5-.6-1-.6zm0 .4c.2 0 .4 0 .5.4.2.4-.1.5-.4.6h-.1l-.3-1h.1a1 1 0 0 1 .2 0zm.5 1.3c.3 0 .6 0 .6.4.2.4-.1.5-.4.6l-.3.1-.3-1h.4z'/%3E%3Cpath fill-rule='evenodd' d='M527.2 348l.2.3-1.2.4.4 1.2 1.2-.5.1.4-1.5.6-1.1-3.1 1.6-.6v.3l-1.1.5.3.8z'/%3E%3Cpath d='M528.6 346.2c-.3 0-.5 0-.8.2l-.4.1 1.2 3h.3l-.4-1.4 1.4.9.5-.1-1.5-1c.4-.2.6-.7.4-1.1a.9.9 0 0 0-.7-.6zm0 .4l.3.3c.2.5-.2.7-.5.8l-.5-1h.1l.5-.1z'/%3E%3Cpath fill-rule='evenodd' d='M529.2 345.8l1.7-.8.2.3-.7.3 1.2 2.7-.3.1-1.2-2.6-.7.3z'/%3E%3Cpath d='M532.2 344.2l.2 3.7.4-.2v-.8l1.3-.7.6.6.4-.3-2.9-2.3zm.4.9l1 .8-.8.5-.1-1.3zm2.7-2.2l-1 .3-.5.3 1.7 2.8.5-.3c.9-.5 1.3-1.4.7-2.3-.4-.6-.9-.8-1.4-.8zm.2.5c.3 0 .6.2.8.5.4.8 0 1.3-.6 1.7l-1.3-1.9h.1l1-.3z'/%3E%3Cg id='a' stroke='%23000' stroke-miterlimit='2.6'%3E%3Cpath fill='%23e60000' fill-rule='evenodd' stroke-width='.1' d='M485 355.2c.6 0 1-.4 1-1a.9.9 0 0 0-1-.8c-.4 0-.8.4-.8.9s.4.9.9.9zm-5 6.3c.5 0 .9-.4.9-1a1 1 0 0 0-1-.8 1 1 0 0 0-.9.9c0 .5.5.9 1 .9zm-12-19.9c.5 0 1-.4 1-.9a1 1 0 0 0-1-.9.9.9 0 0 0-.8 1c0 .4.3.8.9.8zm-7.3 3.7c.5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 0 0-1 1c0 .6.4 1 1 1zm-1.4-22.3a1 1 0 0 0 1-1c0-.5-.4-1-1-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1zm-6.2 1.8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm3.2-19.8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 .5.4 1 1 1zm-5.5-18.3c.5 0 1-.4 1-1a1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 .6.4 1 1 1zm7 1.8a1 1 0 0 0 1-1c0-.5-.4-1-1-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1zm7-15.2c.5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 1 0 0 2zm-5.3-4.2a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm10.5-10.3a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm-21.5 46.3c.6 0 1-.4 1-1s-.4-1-1-1a1 1 0 0 0-1 1c0 .6.5 1 1 1z'/%3E%3Cpath fill='none' stroke-width='.3' d='M486 358.9s-.8-3.2-.7-3.9l.8-.6m-1.4 5.7s-2.8.1-3.7.4l-.3.8m-13.4-15.5s-.2-3.8.6-4c0 0 .7-.4 1.2-1m-4.7 3.8s-2.1-.3-2.7 0c0 0-.2.6-.6.8m-.8-23l-.7.5c-.8.3-2.3 4-2.3 4s-2.4-1.9-3.4-2h-1.1m-4.8-20.2s.6.6 1.2.3c0 0 3 2 3.1 2.7 0 0 3.2-3.2 3.8-2.9 0 0 .3.5 1-.1m-5.8-18.6s.3.5.9.8c0 0 1.4 2 1.4 3.5 0 0 2.5-2.3 3.3-2.1 0 0 .9.3 1.5 0m.3-19.5s.6.8 1 .2c0 0 1.8 2.2.8 4 0 0 2.5-.7 3.3-.3 0 0 .3 1 1.2.5'/%3E%3Cg fill='%231f601a' fill-rule='evenodd' stroke-width='.3'%3E%3Cpath d='M532.8 378.3l-4.5-.3c-.6 0-2-2.7-2.6-3.1-.6-.5-10.8-5.5-17.5-6.5a95 95 0 0 1-19-6 88 88 0 0 1-26-19.2c-2.9-4.2-6-14-7.2-19.2-.7-2.5-4-12.4-4-19.2a84 84 0 0 1 2.2-19.4 111 111 0 0 1 15.3-26.8s-12 18.7-14.2 25.9a81 81 0 0 0-2.5 21.5c.1 4.2 3.6 19.6 8.7 30.9 4.1 9 7.7 10.2 14 15.2 3 2.4 8.8 6.2 13.6 8.6 4.8 2.4 15 5.5 17.8 5.9 2.7.5 16.4 4.5 18.2 5.4 1.8 1 6.5 5 7.7 6.3z'/%3E%3Cpath d='M464.1 343.4c.3-1.4.4-2.4 1-2.8a14 14 0 0 0 2.2-3.5c.3-1.2 0-2.2 0-2.8l.4-2.7s-.7-2.5-1.3-3c-.6-.4-2.2-2.6-2.5-3.2 0 0 .2 1.3-.3 1.9a7 7 0 0 0-.6 3c0 .9.3 3 0 4-.3 1.2-.7 2.2-.4 3.5l1.5 5.6zm-.5-1.5s-3.4-4.4-3.4-6.2c0-1.8-.3-2.9-.6-3.3-.3-.4-2.3-2.7-.5-5.6.8-1.2 1-1 1.4-2.4.6-1.6 1.8-1.6 2-3.3 0 0 .4 2 .5 3.6.2 1.7-.1 2.3-.2 3.2-.2.9.4 2 .4 3.3 0 1.4-.2 1.9-.2 2.7 0 .4-.5 6.2.6 8zm38.6 23.5l-4-.5c-.7 0-2.5-.5-3.5-.9a10 10 0 0 1-4-2.8c-2.8-3-2.5-4.5-3-4.6-1-.2 1.5-.4 2.8-.3 1.1.2 2.8 1 3.8 2 1.2 1.1 3 2.3 3.5 2.7.6.5 1 .7 1.7 1.5.7 1 .6 1.5 2.7 3z'/%3E%3Cpath d='M506.2 367.5s-7.2-3.2-8-3.8a25 25 0 0 1-2.8-2.6c-.7-.8-3.8-2.4-4.3-3.4-.3-.7-2.3-3.3-3.4-5.4-.5-1 4.9.3 4.9.3 4.4 1.8 2.4.6 4.8 2.4 1.5 1.1 2.5 2 2.9 2.9.6 1.3 1.2 3.5 1.9 4.7.6 1.2 1.7 2.7 4 5z'/%3E%3Cpath d='M510.2 368.4s-6-1.5-8.8-5.2c-2-2.6-2-1.8-2.7-2.7-1-1-2.6-2.3-4-4.5.2.3-1.6-5.9-1.6-6.6 0-.4 2.3.3 4.2 1 1.5.7 2.4 2 3.8 2.8 1.6 1 1.8 3.7 2.5 4.9 1 1.8 1.2 2.7 1.2 3.5 0 1.4.8 1.8 1.2 3 .5 1.3 2.1 1 4.2 3.8zm-9.6-2l-5.9-2.4c-.8-.1-1-.6-2.1-.9-.9-.2-1.7-.9-3.8-.4-.9.2-4.6 1-5.5.6-1-.5 1.3 2.5 2.3 3.1 1.1.7 2.9 1 4.4.8h4.4c.7 0 1.2.2 2.3-.1 1-.3 1.3-.8 3.9-.7z'/%3E%3Cpath d='M504 366.4s-5.7-1.4-6.7-1.4l-4.8.4c-1 .2-4.5-.2-5.5.4-1 .4-5.6 1-6.8.8-1.2-.3 2.4 3.2 3.9 3.6 4.6 1.3 3.2 1.1 6.2.4 1.8-.5 4.4-.6 5.4-.8.9-.1.7-.7 2-1.2 1.1-.5 3.2-1.8 6.3-2.2z'/%3E%3Cpath d='M508.7 368.8s-5.7-2.4-10.2-1.1l-4.2 1c-1.4.1-2.6-.6-5 .4-1.2.4-6.2 2.5-7.5 2.4-1.3-.1 4 3.3 5.4 3.1 4.6-.6 9 1 11 0l4-1.5c1-.4 1.5-1.2 2.1-1.7.6-.4 1-1.6 4.4-2.6zm-30.6-13.1s-3.3-3.6-4-4.1l-3-2.4c-.6-.6-1.3-2-3.4-2.5-1-.2-3.1-.6-3.8-1.4-.6-.8.1 3 .8 4a8.1 8.1 0 0 0 3.6 2.5c1.5.5 3.3 1.5 4 1.9.6.3 1 .6 2 .8 1.1.2 1.6 0 3.8 1.2z'/%3E%3Cpath d='M481.3 357.2s-5.7-4-6.5-4.4l-3.5-1.3c-1.1-.3-4-2.3-5-2.3-1.2 0-3.3-.1-4.3-.8-1-.8-.1 2.7 1 3.7 3.6 3.2 1.1 2.2 4.1 2.8l5.1 1.7c1 .3 1-.3 2.3-.2 1.3 0 3.8-.2 6.8.8z'/%3E%3Cpath d='M482.6 358.3s-2.3-1.6-6.9-2.4c-3-.5-3-.6-4.1-1-1.4-.4-1.7-.4-4.3-.5-1.2-.1-6.2 1.5-7.4.8-1-.6 1.3 1.5 2.6 2 2 .8 1.8 2 4 2.8 2.2.7 4.7 1.6 6 1.4 1-.2 1.8-.7 3.3-.8 1.4-.2 4-2.3 6.8-2.4zm.5-1.2s1.1-5.5.1-6.8a5.2 5.2 0 0 1-1.2-2.9 11 11 0 0 0-1.6-4.3c-.6-.8-1.8-4.2-1.5-5.1 0 0-3.2 3.1-3 5.1v2.4c-.2.9.7 3.9 1.3 4.8.6 1 .3 3.6 1 4.2.5.6 4.1 3 4.9 2.6z'/%3E%3Cpath d='M482.6 358.3c.3.1-2-1.8-3-2.3-1-.4-5.3-1.6-5.6-2.7-.3-1-3.7-4.6-3.9-5.6 0-.6-.7-2-.6-2.8.2-.7.5-2.6 1-3.6.4-1.1 1.4-3.6 2.5-4l1.2 3.8c.3 1 .6 2.3 1 2.9.5.6 2 3.4 2.1 4.5l1.1 5.3c.1.7 3 3.8 4.2 4.4zM464 343.4c.1.8-2.3-.8-3.5-.8-1.2 0-4.8.5-5.7-.4-.9-1-2.2-2.6-2.7-2.9-.5-.3-2.1-3-2.6-4.5-.4-1.5-3.6-4.2-4-4.5 0 0 4.3-.9 7 .9s3 1.4 3.5 1.6c.6.3 5.3 4.3 5.6 5.8.3 1.5 2.2 4 2.4 4.8z'/%3E%3Cpath d='M464.1 343.4s-3.9-2.7-4.8-2.6c-1 .2-5.2-3-5.4-5-.2-1-2.2-2.5-2.6-3.1-1-1.8-1.7-5.9-3.2-7l5.2 1.3c2 .3 3.6.6 4.3 2.2.8 1.7 1.4 3 2 3.2.6.2 1.5 2.3 1.8 4.4a32 32 0 0 0 2.7 6.6zm-7.4-20.5c.7 1 .6-6 .9-6.8a11.3 11.3 0 0 1 1.7-2.8c.6-.6.6-2.7.9-3.3.3-.6.1-4.7-.3-5.8L458 306c-.6.7-1.7 1-2 2-.3.8-.9.8-1.3 1.8a5.6 5.6 0 0 0-.6 3.6c.3 1.2.1 1.6.1 2.7 0 1 1.5 5.6 2.4 6.9z'/%3E%3Cpath d='M456.9 323.5s-.3-2 .4-2.7c.8-.8 1.5-.8 1.8-1.2.3-.5.2-1 .5-1.7.3-.6 1-1.6 1-2 .3-1.7 1.3-3.6.5-5.3 0 0-1.7.5-2.1.8-.5.3-1.8 1.6-2 2.8-.1 1.3-.3 1.5-.7 2.2-.5.8-1 3-.3 4.4a7.4 7.4 0 0 1 .9 2.7zm-4.4-23s-.3-4.4.9-5.8c1.2-1.3 1.5-3.9 4.2-5.3v1.9c.2.7.5 2.8 0 3.6-.4.7-2 2-2 2.7 0 .6-1 2.1-1.7 2.4l-1.4.5z'/%3E%3Cpath d='M452.5 302.8s0-3 .9-4c.9-.9 1.4-1.4 1.8-2 .5-.5 1-2 2-2.7 1-.6 2.8-2.1 3-2.7 0 0 .4 3.8-.6 5.8s-1 3-2.3 3.4c-1.2.5-1.4.8-1.8 1-.5.4-1.2.8-1.8.8-.6 0-1.2.4-1.2.4zm3.5 20.6c.1.8.7-2-2.4-2-3.2 0-5.8-1.2-6.8-2.3l-2.1-2.3a9 9 0 0 1-1.8-3.1c-.2-.9-1-4.2-1-4.8 0 0 1.7.3 2.5.9.7.6 2 .6 2.8 1 .8.5 1.4 1.7 1.9 2.1.4.5 1.7.5 2.3 1.4.6.9 1.7 2.9 1.9 3.8 0 .9 1.2 1.8 2 2.2.6.5.5 2.3.6 3z'/%3E%3Cpath d='M455.6 322.1s-2-2.5-3.1-2.5c-1 0-3.8-2.7-4-4 0-1.1-1-3.4-1.6-3.9a3.6 3.6 0 0 1-1.5-3.3c.2-1.8.2-4.8.2-4.8s.6 1.8 1.5 2.3c.9.4 2.5 1 2.8 1.6.3.6 1.5.6 2 2.5.5 1.7.5 1.6.8 2.2.3.6 1 1.4 1.3 2.6.3 1.2 2 4.3 1.7 7.3zm-3-16.6c-.2.8 1.1-1.6-1.7-2.4a9.6 9.6 0 0 1-5.6-4l-1.3-2.6a9 9 0 0 1-.7-3.4c0-.9.2-4.1.5-4.6 0 0 1.4.7 2 1.4.4.8 1.7 1.2 2.3 1.8.5.6.7 1.9 1 2.5.3.5 1.5.9 1.8 1.8.3 1 .7 3.1.6 4-.1.8.6 2 1.2 2.6.5.6-.1 2.2-.2 3z'/%3E%3Cpath d='M452.6 304.3s-1.3-2.9-2.2-3.2c-1-.3-2.5-2.7-2.6-3.9-.1-1.2-.3-3.4-.7-4-.5-.6-1.3-2.4-.6-4l1.6-3.7 1.3 2.1c.8 1.6 1.6 1.7 1.7 2.3.1.7 1 1 1.4 2.3.5 1.7 0 1.6 0 2.3.2.6.7 1.5.6 2.7 0 1.1.6 4.5-.5 7.1zm2.3-18.2c.1-.4 1-.9 2.1-1.2 1-.3 2.7-2.7 3.5-3.3.7-.6 1-1.6 2-2.1.9-.5 1.4-2.4 1.7-4.2l-3.3.7a7.2 7.2 0 0 0-2.8 1.8c-.6.8-1.2 2-1.9 2.3-.6.3-1.3 2.1-1.3 3.3v2.7z'/%3E%3Cpath d='M454.8 284.8l-.2-2.6c0-.9-.6-3.3.7-5.3 1-1.3 4.3-3.9 5.2-4 0 0 .6 2.4.4 3.1-.1.8-1 3.8-1.6 4.1-.7.3-2.4 3.9-4.5 4.7z'/%3E%3Cpath d='M454 286.1c-.4.7-.1-2.2-1-3-1-.7-1-1.8-1-3s.2-2 .3-2.9c.2-.7 2.5-3.9 2.3-4.8l1.7 3.8c.4 1-.3 2.1-.2 3 .2.9.9 2.6.3 3.5L454 286zm8-15.5s.2-.4 1.5-.4 3.3-.1 3.9-.8c.6-.6 1.6-1.4 2.3-1.7a5.2 5.2 0 0 0 1.8-2.2c.1-.6 1.2-1.8 1.6-1.8 0 0-1.6-.2-3.4.3-1.8.5-4.4 1.4-5 2.6-.6 1.2-2.7 4-2.7 4z'/%3E%3Cpath d='M462.5 270.3c.3 1 2.8-1 3.4-1.8l1.5-2 1.8-2.4c1-1.6.7-4.6.3-4.3a31 31 0 0 1-2.5 1.4c-.5 0-1.4.4-1.7 1.1-.3.8-.6 1.8-1 2.3-.5.5-3.2 2-1.8 5.7z'/%3E%3Cpath d='M461.6 270.3s2-1.5 2.8-2.3c1-.8.5-2 1-2.6.3-.6 1.4-2 1.1-3l-.9-3.4-1.8 1.8c-.8.8-.9 1.4-1.2 2.3-.3.9-1 1.5-1.2 2.2-.3.8 0 2.3.2 3.2v1.8z'/%3E%3C/g%3E%3Cg fill='none' stroke-width='.1'%3E%3Cpath d='M494.8 365.2s-10-.1-10.8-1.3m16.6 2.6s-6.5 1.7-10 1.3c-3.5-.4-5.1.3-5.9.3-.7 0-4.5-1.5-4.5-1.5m27 2.2l-6 1.3c-1 .3-6.2 2.2-7.7 2.2h-5a18 18 0 0 1-6.3-.4m6.2-15s3.7 2.3 4.4 3c.5.8 3.8 3.5 4.5 3.5m-9-11.1s6.5 5.6 7.6 6.3c1 .8 7.4 7 8.1 7.8M493.6 350s5.1 4 5.7 5.7c.6 1.7 2.2 3.6 2.2 3.6s2 4.2 2.8 4.8c.8.6 2.3 2.2 4.1 3.4m-44-21.3s5.4 4.6 6.9 5.4m-9.1-2.5s5.4 3.7 7.8 4.6c2.4 1 4.4 1.7 9.6 2.4m2.1 2.2s-6-.3-7 0-5.8-.8-7-1.1l-6.6-1.4m11.4-17.9s-.3 3.3.2 4.7c.4 1.3 2.6 5.3 2.4 6.2-.1.9 1.2 5 2.4 5.7m1.2-16s-1 3.3-.6 4.4c.5 1 1.2 3 1.2 4.2 0 1.2.8 3 1 3.8.4.7-.1 3.3.7 4l1.6 2.2m-36.1-26.3s4.8 1.9 5.4 3c.6 1.3 1.5 1.6 2 2.2m10.3-9.7s1.3 4.9 1 6c-.3 1.2-.3 3.7-.3 4.6 0 .9-1.4 4.5-1.3 5m-1.3-19.6l-.6 4c-.1 1.2 0 3.2-.3 4-.3.7-.8 4.8 0 6.6M449 326.2l4.8 4.2c.9 1 5 5.3 5.1 6.4.1 1 3 4.3 3.9 5m-20.5-32.5s4 4 4.2 4.9c.3.9 2 2.3 2.8 2.8m11.4-6s-1.5 2.3-1.5 3c0 .8-.6 2.7-1.2 3.5-.4.5-1.7 2.7-1.5 4m3-16.8l-1 3.6c-.2 1.5-1 3-1.3 4-.3.8-1.5 5.2-1 7.9m-10.4-15.7s.4 2.1 1.5 3.2c1 1 2.7 2.6 2.8 3.4.2 1 1.6 5.4 3 7a5.4 5.4 0 0 1 1.7 3m-10.5-32s.4 2.6.7 3.4c.3.7 1.5 4 2.7 5.1m9.5-7.7l-.9 3c-.1 1-1 2-1.2 2.4l-.7 2m5.5-5.3c-.1.9-1.8 3.6-2 4-.1.5-1 2.6-1.9 3.2-.9.6-3.6 2.6-3.4 3.4m-4.4-16.5s-.2 3.3.4 4.5a37.2 37.2 0 0 1 1.7 4c.3.9.3 2.4.4 3.4.2 1.1.6 3 1.2 3.8m11.8-25.9l-3.2 3.5c-1 1-4.8 5-5 5.8m4.6-11.6s-2.1 4.7-2.6 5.4l-.9 2m-2-7.5s.2 3.6 0 4.5a7.9 7.9 0 0 0 0 2.9c.2.4-.4 3.7-.5 4.5m18-21.3s-4.8 2.9-5.5 3.6m2.7-7.3l-3.3 4.8-.8 1.4m.3-6.7s-1 2.6-1.2 3.6a36 36 0 0 1-2.2 5.6'/%3E%3Cpath stroke-width='.3' d='M469.2 258s-.4 1 1.4.7'/%3E%3C/g%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 1030 0)' xlink:href='%23a'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' d='M514.6 366.1s.7-1.8 2.2-.1c0 0 1.9 4.2.5 4.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' d='M516.5 365.5s.5-6.4 1.4-6.7c.9-.3 3.6-1.8 5.3-.5 1.6 1.4 0 8-.5 8.7-.6.6-1.5 2.5-5 2l-.4-1.6s1.8-.2 3-.8c1.2-.6 1.6-1.2 1.5-1.8-.2-.9 0-4.2-1-4.5l-2.3-.8-1.7 6.5-.3-.5z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M514.4 370s-6.2 3.7-3 9l-2.1-1.3s-1.2 2.2-.1 3.4c0 0-4.3-3.8-1-8.3 3.4-4.6 6-4.3 6-4.3l.2 1.5z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M514.4 367s-2.7-1.8-6.6-.7c0 0-1.7-5.6-1-7.4.2-.8.8-.9.8-.9s-2-1.2-1.3 4c.6 5.4 1.6 6.8 1.6 6.8s5.2.3 6.4-.3l.1-1.4z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M514.4 367s-5.4-9-6.8-9c0 0-1.5-.2 2-.6 1.2-.1 3.2 0 4 1.7 1 1.6 1.7 5.5 2 6.1 0 0-1 .3-1.2 1.9z'/%3E%3Cpath fill='%23011322' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M514.4 367s-3.6-1.6-4-2c-.5-.5-1.2-5.6-.8-5.3 0 0-1.5-1.7-2-1.7-.3 0-1.3.8-1 2.6.3 1.8.7 4.5 1.2 5.7 0 0 2.9-1.2 6.6.8z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M517.7 370s2 1.3 2 3.5c0 2.3.9 6.4 2.7 7.3 0 0 .5-1.7 1-2 0 0 1.9 2.1 2.5 2.1 0 0-1-2-1-2.9 0-.9-1-4.3-2-5.2-.8-1-2.6-3-5.2-3.8v1z'/%3E%3Cpath fill='%23011322' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M518.5 359.5l-1.7 6.5.5 1.4s.6-.2.9-1c.3-.7 1.2-6.3 1.7-6.5l-1.4-.4z'/%3E%3Cpath fill='%23011d33' fill-rule='evenodd' d='M514.4 369.3s-3 1-4.1 3.2c0 0-.4-1.5 4-3.6v.4zm3.4 0s2 .8 2.6 2l-2.6-1.5v-.5zm-3.4-1.7s-4.6.7-5.6.5c0 0 1.3.3 5.6 0v-.5zm7.4-2.8s.5 2.3.9 2.2c.4-.2 1.2-3.9 1.2-5.6 0-1.7-.7-2.1-1.4-2-.7 0-1 1.5-1 2.2a49 49 0 0 0 .3 3.2z'/%3E%3Cpath fill='%23011d33' fill-rule='evenodd' d='M516.8 366s1.9 4.1.5 4.4c-1.4.2.6.1-.4-2.7-.4-1.1-1-2.5-1.3-2.5 0 0 1.1.4 1.2.8z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M514.6 366.1s.7-1.8 2.2-.1c0 0 1.9 4.2.5 4.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M516.5 365.5s.5-6.4 1.4-6.7c.9-.3 3.6-1.8 5.3-.5 1.6 1.4 0 8-.5 8.7-.6.6-1.5 2.5-5 2l-.4-1.6s1.8-.2 3-.8c1.2-.6 1.6-1.2 1.5-1.8-.2-.9 0-4.2-1-4.5l-2.3-.8-1.7 6.5-.3-.5z'/%3E%3C/g%3E%3Cg transform='matrix(.8 0 0 .8 -92.7 0)'%3E%3Cpath fill='%2300209f' fill-rule='evenodd' d='M509.8 255.9c-.4-1-.4-7.4-.4-8.4a68 68 0 0 1 3.8-11.2c.6-1 .5-1.2.7-1.8l.9-1.2a10.9 10.9 0 0 1 1.3 4.1s-.6 4.1-1.1 6c-.4 1.7-1.6 4.3-1.8 4.8-.6 1.2-.5 2.4-.2 2.5l-3.2 5.2z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M515 247.3l.5.6c1.3-1.5 1.4-4.5 1.4-4.5l-.9-6s-.5 4-1 6c-.4 1.7-1.6 4.3-1.8 4.8-.9 2.2-.2 2.4-.2 2.5l2-3.3z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' d='M515.5 247.9c1.3-1.5 1.4-4.5 1.4-4.5s1 5 .4 6c-.5 1-.5.7-.4 1.3l-1.4-2.8z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.3' d='M517 250.7c-.2-.6-.2-.3.3-1.3s-.4-6-.4-6l-.9-6c0-1.3-.6-3-1.2-4.1l-.9 1.2c-.2.6 0 .8-.7 1.8-.6 1-3.6 9.5-3.8 11.2 0 1 0 7.5.4 8.4'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515 234.1l-.2-1.3c0-.2.6.9 1 .7.9.3 1.9 1.5 2.1 1.8-.4.5-1.3 1.6-2 1.4-.5-.2-.4-1-.5-1.5-.1-.3-.4-.6-.4-1z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515 233.3l.4.4c.2.2.4 0 .7.2.6.4.9.8 1.6 1.5m-2-1.4c.8.4 1.2 1 1.8 1.7'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M514 233.4l1.3-.6c.1 0-.7.8-.4 1.2 0 .9-.7 2.2-1 2.5-.6-.1-1.2-.1-1.8-1.1-.2-.4.4-.8.8-1.1.2-.2.7-.8 1.2-.9z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M514.9 233.2l-.3.5.1.7c-.2.7-.5 1-.9 2'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M514.4 234c0 .9-.5 1.5-1 2.3h.2'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515.4 232.8c.6-.7 1.7-1.4 2.3-1l.6.6c.2.3.2.5 0 .8-.3.8-1.4.4-2 0-.2 0-.6-.4-.8-.3l-.3.1.3.1 1.8.9c.5.2 1.5-.5 1.4-1 0-.5-.9-1.5-1.3-1.5-1 0-1.8.6-2.5 1.4.2-.2.4 0 .5 0z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M514.9 232.8c-.6-.7-1.7-1.4-2.2-1l-.6.6c-.3.3-.3.5-.1.8.3.8 1.4.4 2 0 .2 0 .6-.4.8-.3l.4.1-.4.1-1.8.9c-.5.2-1.4-.5-1.4-1 0-.6 1-1.5 1.4-1.5 1 0 1.7.6 2.4 1.4-.1-.2-.4 0-.5 0z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515 232.4c-.2-.1-.5.1-.6.3 0 .2.1.6.4.6.3.2.8 0 .9-.3 0-.4-.3-.5-.6-.6z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M515 226.3s.4 2.4 1.6 4c1.2 1.8-1.4 1.6-1.6 2.2 0 0-.8-1.7-1.6-2.2 0 0 1.3-2 1.6-4z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515 226.3s.4 2.4 1.6 4c0 0-1.4 1.6-1.6 2.2 0 0-.8-1.7-1.6-2.2 0 0 1.3-2 1.6-4'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1' d='M515 228.8l.7 1.8s-.6.4-.7.7c0 0-.3-.8-.6-1 0 0 .6-.8.6-1.5z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M515 344.5l-.3-.2c-.4-.2-1.2-.2-1.3-.5-1-1.1-.4-3.4 0-4.8 1-2.6 1-5 1.6-7.4.6 2.4.7 4.8 1.6 7.4.4 1.4 1.1 3.7.1 4.8-.2.3-.9.3-1.3.5l-.4.2z'/%3E%3Cpath fill='%2300209f' fill-rule='evenodd' d='M515 331.5c.6 2.5.7 5 1.6 7.6.4 1.3 1 3.4.3 4.5.4 0 .7-.1 1-.3.2 0 .3 0 .4-.2l.4-.5c.3-.2.6 0 .9-.2l.1-.2c.6-.3 1-.6 1.3-1.1.1-.4.2-.9 0-1.3 0-.3 0-.5-.2-.8l-.5-1.1-.6-1.2a2.4 2.4 0 0 0-.3-.5l-.3-.6-.4-.4-.4-.3s-.3-.1-.2-.2l-.3-.1-1-2a3 3 0 0 1-.2-1.1H515zm0 0c-.5 2.5-.7 5-1.6 7.6-.3 1.3-1 3.4-.2 4.5-.4 0-.7-.1-1.1-.3-.1 0-.3 0-.3-.2a1.4 1.4 0 0 0-.5-.5c-.2-.2-.5 0-.8-.2l-.2-.2c-.5-.3-1-.6-1.2-1.1a2.5 2.5 0 0 1-.1-1.3l.2-.8.6-1.1.6-1.2c0-.2.1-.4.3-.5l.3-.6.4-.4.4-.3.2-.2.2-.1 1-2c.2-.2.2-.8.2-1.1h1.6z'/%3E%3Cg id='b' fill='none' stroke-miterlimit='2.6' stroke-width='.2'%3E%3Cpath stroke='%23011322' d='M514.3 331.6s-1 4-1.6 5c-.6 1.1-3 3-1.4 6'/%3E%3Cpath stroke='%23011d33' d='M514.4 331.6s-1 4-1.6 5.1c-.6 1.1-3 3-1.4 6'/%3E%3Cpath stroke='%23022743' d='M514.5 331.6s-1 4.1-1.6 5.2c-.6 1-2.9 3.1-1.3 6'/%3E%3Cpath stroke='%23033054' d='M514.6 331.6s-1 4.2-1.6 5.3c-.6 1-2.9 3-1.2 6.1'/%3E%3Cpath stroke='%23053a65' d='M514.7 331.6s-1 4.3-1.6 5.3c-.6 1-2.8 3.2-1.2 6.3'/%3E%3Cpath stroke='%23011d33' d='M514.2 331.6s-1 4-1.6 5c-.6 1.1-3 3-1.4 6'/%3E%3Cpath stroke='%23022743' d='M514 331.6s-.9 3.8-1.6 5c-.6 1-3 3-1.4 5.9'/%3E%3Cpath stroke='%23033054' d='M514 331.6s-1 3.7-1.7 5c-.5 1-3 3-1.4 5.9'/%3E%3Cpath stroke='%23053a65' d='M513.8 331.6s-.8 3.6-1.6 5c-.6 1-3 3-1.4 5.9'/%3E%3Cpath stroke='%2300209f' d='M513.8 331.6s-.9 3.4-1.7 5c-.6 1-3 2.9-1.4 5.8'/%3E%3Cpath stroke='%2300209f' d='M514.8 331.6s-1 4.3-1.6 5.4c-.6 1-2.8 3.3-1.1 6.3'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 1030 0)' xlink:href='%23b'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M518.6 335.2l.5.5.3.5.3.5.6 1.2.5 1.1.3.8a2.5 2.5 0 0 1-.1 1.3c-.2.5-.8.8-1.3 1.1l-.1.2c-.3.2-.6 0-.9.2a1.9 1.9 0 0 0-.4.5l-.3.2c-.4.2-.7.3-1.1.3l-.2.3c-.2.2-1 .2-1.3.4l-.4.2-.3-.2c-.4-.2-1.2-.2-1.3-.4a.7.7 0 0 1-.2-.3l-1.2-.3s-.2 0-.3-.2a1.4 1.4 0 0 0-.4-.5c-.3-.2-.6 0-.8-.2l-.2-.2c-.6-.3-1-.6-1.2-1.1a2.5 2.5 0 0 1-.1-1.3l.2-.8.5-1.1.7-1.2c0-.2.1-.4.3-.5 0-.2.1-.4.3-.5 0-.2.3-.3.4-.5'/%3E%3Cg id='c'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M487.4 293.6c-1.5-3.7-3-11.3-3-13 .3-7.1.2-9.3.9-16.5l7.3 8.3c-.2 2.8-.2 3.7 0 5.5.1.7.5 3.9 1 5.1l-6.2 10.6z'/%3E%3Cpath fill='%2300209f' d='M493.6 283c-.5-1.3-.9-4.5-1-5.1-.2-1.8-.2-2.7 0-5.5l4.5 5-3.5 5.6zm-18.6 7a75.6 75.6 0 0 1-.3-4.4c0-5.1-.6-8 0-13.4.4-4.2 1.5-9.8 1.3-14.4-.1-1.3.1-2.6.2-3.9l9 10.1c-.6 7.3-.5 9.5-.8 16.6 0 1.7 1.5 9.3 3 13l-2 3.2-10.4-6.9zm6.3 13.7c-.6-1-1-3.9-1.2-4.5-.3-1.5-.3-2.3-.2-5l5 3.3-3.6 6.2zm-14.3 24a5.2 5.2 0 0 1-1.8-2.2c-.7-1.8-.5-1.7-1-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.8-6.2-.2-4.8-1.8-8-1.4-13.2.3-4 1.2-9.4.7-13.5l.1-3.6 10.3 6.7c-.4 6.8-.2 8.8-.2 15.4 0 1.6 1.3 8.1 3 11l-7.4 12.6zm17 3.8c1.9 1.7 5.4 2.6 6 3 1.2 1 3 2.3 6.3 2.4 2.3.2 3.3-.4 5.7-.7 2.8-.3-.3.1 2.3-.5 1.4-.3 1.4-.5 3.2-1 1.3-.3 2.7-.6 3.5-1.8.3-.4.6-.7.6-1.4h1.8c.2.5-.3 1.5-.5 1.8l-.5.7c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2 1.1-1.6.5-.7.4-2 .7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1 0-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8H484z'/%3E%3Cpath fill='%2300209f' d='M497.7 331.5h14c-.1.7-.4 1-.7 1.5-.8 1-2.2 1.4-3.5 1.7-1.4.4-2.9-.4-4.4-.4-3.7-1.1-4.1-2.3-5.4-2.8z'/%3E%3Cpath fill='%23fff' d='M497.7 331.5c1.3.6 2 1.7 5.4 2.8 1.3 0 2.8.6 4 .6-1.5.3-1.5.5-2.8.8-2.6.6.5.2-2.3.5-2.4.3-3.4 1-5.7.8a11 11 0 0 1-6.3-2.5c-.6-.4-4.1-1.3-6-3h13.7z'/%3E%3C/g%3E%3Cg fill='none' stroke-miterlimit='2.6' stroke-width='.2'%3E%3Cpath stroke='%23022743' d='M476.6 259.7s1.7 15 7.5 14.4'/%3E%3Cpath stroke='%23022847' d='M484.2 274c-3 .2-4.9-3.5-6-7a46.3 46.3 0 0 1-1.5-7.3'/%3E%3Cpath stroke='%23032b4c' d='M484.2 274c-3-.1-4.9-3.8-5.8-7a43.6 43.6 0 0 1-1.7-7.4'/%3E%3Cpath stroke='%23032d4f' d='M484.2 274c-2.9-.3-4.9-4.1-5.8-7.2a48.2 48.2 0 0 1-1.7-7.2'/%3E%3Cpath stroke='%23032f53' d='M484.2 273.9c-2.9-.5-4.9-4.4-5.8-7.2a43 43 0 0 1-1.7-7.2'/%3E%3Cpath stroke='%23043258' d='M484.2 273.8c-3-.6-4.9-4.6-5.7-7.1-1.1-3.2-1.8-7.1-1.9-7.2'/%3E%3Cpath stroke='%2304345b' d='M484.2 273.8c-2.9-.9-4.9-4.9-5.6-7.2a46 46 0 0 1-2-7.2'/%3E%3Cpath stroke='%2304365e' d='M484.3 273.7c-3-1-5-5-5.7-7.3a48.7 48.7 0 0 1-1.9-7'/%3E%3Cpath stroke='%23043862' d='M484.3 273.7c-3-1.2-5-5.4-5.6-7.3a47.5 47.5 0 0 1-2-7.1'/%3E%3Cpath stroke='%23053b67' d='M484.3 273.6c-3-1.3-5-5.6-5.6-7.3-1-2.8-2-6.8-2-7'/%3E%3Cpath stroke='%23053d6a' d='M484.3 273.6c-3-1.6-5-6-5.5-7.4a50.3 50.3 0 0 1-2.1-7'/%3E%3Cpath stroke='%23053f6e' d='M484.3 273.5c-3-1.7-5-6.2-5.4-7.4a45.7 45.7 0 0 1-2.2-7'/%3E%3Cpath stroke='%23064172' d='M484.4 273.5c-3-2-5-6.4-5.5-7.5a66 66 0 0 1-2.2-7'/%3E%3Cpath stroke='%2300209f' d='M476.7 259a47 47 0 0 0 2.3 6.9c.3.8 2.4 5.4 5.4 7.5'/%3E%3Cpath stroke='%23022743' d='M476.9 256.3s4.8 12 8 10.6'/%3E%3Cpath stroke='%23022a49' d='M484.8 266.9c-1.3.5-3.3-1.8-5-4.6a65.2 65.2 0 0 1-3-6'/%3E%3Cpath stroke='%23032d4f' d='M484.8 266.8c-1.2.5-3.2-1.8-4.9-4.6a86 86 0 0 1-3-6'/%3E%3Cpath stroke='%23033054' d='M484.8 266.8c-1 .4-3.2-1.7-4.9-4.7a91.5 91.5 0 0 1-3-5.9'/%3E%3Cpath stroke='%23043359' d='M484.8 266.8c-.8.3-3.1-1.7-4.8-4.8-2-3.4-3-5.8-3-5.8'/%3E%3Cpath stroke='%23043760' d='M484.9 266.7c-.7.3-3.1-1.7-4.8-4.8l-3.1-5.8'/%3E%3Cpath stroke='%23053a65' d='M484.9 266.7c-.6.3-3-1.7-4.8-4.9a749.5 749.5 0 0 0-3.2-5.8'/%3E%3Cpath stroke='%23053d6a' d='M484.9 266.7c-.4.2-3-1.6-4.7-5a281 281 0 0 0-3.2-5.7'/%3E%3Cpath stroke='%23064171' d='M484.9 266.7c-.2 0-2.9-1.6-4.7-5L477 256'/%3E%3Cpath stroke='%2300209f' d='M477 255.9s1 1.4 3.3 5.7a13.6 13.6 0 0 0 4.5 5m8 12.1l3.8-.7m-4-3.1l4.1 2.2'/%3E%3Cpath stroke='%23064171' d='M492.5 275l4.2 2'/%3E%3Cpath stroke='%23053e6c' d='M492.5 275.2l4.2 2'/%3E%3Cpath stroke='%23053b67' d='M492.5 275.4l4.2 1.8'/%3E%3Cpath stroke='%23043862' d='M492.6 275.6l4.2 1.6'/%3E%3Cpath stroke='%2304355c' d='M492.6 275.8l4.2 1.4'/%3E%3Cpath stroke='%23043258' d='M492.6 276l4.3 1.2'/%3E%3Cpath stroke='%23032f53' d='M492.6 276.1l4.3 1.2'/%3E%3Cpath stroke='%23032c4d' d='M492.6 276.3l4.4 1'/%3E%3Cpath stroke='%23022a49' d='M492.6 276.5l4.4.9'/%3E%3Cpath stroke='%23064171' d='M492.8 278.5l3.9-.5'/%3E%3Cpath stroke='%23053e6c' d='M492.8 278.3l4-.4'/%3E%3Cpath stroke='%23053b67' d='M492.8 278.1l4-.3'/%3E%3Cpath stroke='%23043862' d='M492.8 278l4-.2'/%3E%3Cpath stroke='%2304355c' d='M492.8 277.7h4'/%3E%3Cpath stroke='%23043258' d='M492.8 277.5l4.1.2'/%3E%3Cpath stroke='%23032f53' d='M492.8 277.3l4.2.3'/%3E%3Cpath stroke='%23032c4d' d='M492.7 277.1l4.3.4'/%3E%3Cpath stroke='%23022a49' d='M492.7 276.9l4.4.6'/%3E%3Cpath stroke='%23022743' d='M492.7 276.7l4.4.7m-22.1.4s.2 3.2.9 4.5c1 1.9 3.9 4.7 7.2 6.8'/%3E%3Cpath stroke='%23022847' d='M483.2 289.1a27.2 27.2 0 0 1-5.5-4.6 13.7 13.7 0 0 1-1.7-2.3c-.7-1.4-1-4.5-1-4.5'/%3E%3Cpath stroke='%23032b4c' d='M483.3 289.1a27.2 27.2 0 0 1-5.4-4.7 9.3 9.3 0 0 1-1.7-2.3c-.8-1.4-1.2-4.5-1.2-4.5'/%3E%3Cpath stroke='%23032d4f' d='M483.3 289.1a31.3 31.3 0 0 1-5.3-4.7 12 12 0 0 1-1.7-2.4c-.8-1.5-1.3-4.5-1.3-4.5'/%3E%3Cpath stroke='%23032f53' d='M483.4 289a31.3 31.3 0 0 1-5.3-4.7 13.6 13.6 0 0 1-1.7-2.4c-.8-1.5-1.4-4.4-1.4-4.4'/%3E%3Cpath stroke='%23043258' d='M483.5 289c-2.1-1.3-4-3.5-5.3-4.8a10 10 0 0 1-1.6-2.4c-1-1.5-1.6-4.4-1.6-4.4'/%3E%3Cpath stroke='%2304345b' d='M483.6 289c-2.1-1.4-4-3.6-5.3-4.9a15.1 15.1 0 0 1-1.6-2.3 21.4 21.4 0 0 1-1.7-4.5'/%3E%3Cpath stroke='%2304365e' d='M483.6 289c-2-1.4-4-3.7-5.1-5a14 14 0 0 1-1.7-2.3c-1-1.7-1.8-4.5-1.8-4.5'/%3E%3Cpath stroke='%23043862' d='M483.7 289c-2-1.4-4-3.8-5.1-5a15 15 0 0 1-1.6-2.4 26 26 0 0 1-2-4.5'/%3E%3Cpath stroke='%23053b67' d='M483.8 289c-2-1.5-4-4-5-5.1a13.8 13.8 0 0 1-1.7-2.4c-1.1-1.8-2-4.5-2-4.5'/%3E%3Cpath stroke='%23053d6a' d='M483.9 289c-2-1.5-4-4-5-5.2a16.8 16.8 0 0 1-1.7-2.4c-1-1.8-2.1-4.5-2.1-4.5'/%3E%3Cpath stroke='%23053f6e' d='M484 289c-2-1.5-4-4.2-5-5.3a18.7 18.7 0 0 1-1.7-2.4l-2.2-4.4'/%3E%3Cpath stroke='%23064172' d='M484 289c-2-1.6-3.9-4.3-4.9-5.4a16.1 16.1 0 0 1-1.6-2.4l-2.4-4.4'/%3E%3Cpath stroke='%2300209f' d='M475 276.7s3 5.3 4.3 6.8c1 1 2.8 4 4.8 5.5'/%3E%3Cpath stroke='%23011d33' d='M475.2 290l10.2 6.6 2-3-1-2.7'/%3E%3Cpath stroke='%23011e34' d='M475.2 289.9l10.2 6.5h.1l1.7-3s0-.3-.3-.7l-.6-1.7'/%3E%3Cpath stroke='%23022037' d='M475.2 289.9c2.9 1.9 4.1 2.7 10.2 6.4l.1-.1 1.6-2.9-.2-.7a18.1 18.1 0 0 1-.6-1.6'/%3E%3Cpath stroke='%23022139' d='M475.2 289.9c2.8 1.8 4.3 2.8 10.2 6.3l.1-.1 1.5-2.9-.2-.7-.5-1.5'/%3E%3Cpath stroke='%2302223b' d='M475.2 289.8c2.7 1.8 4.5 2.9 10.2 6.3l.1-.2 1.4-2.8-.1-.7a8.2 8.2 0 0 1-.5-1.4'/%3E%3Cpath stroke='%2302233d' d='M475.3 289.8c2.5 1.7 4.6 3 10.1 6.1h.1c0-.3 1.3-2.9 1.3-3l-.1-.5a9.6 9.6 0 0 1-.4-1.5'/%3E%3Cpath stroke='%23022540' d='M475.3 289.8c2.4 1.6 4.7 3 10.2 6v-.1l1.2-2.8v-.6a5 5 0 0 1-.4-1.3'/%3E%3Cpath stroke='%23022541' d='M475.3 289.8c2.3 1.6 5 3 10.2 5.9v-.2l1.1-2.8v-.5a4.8 4.8 0 0 1-.4-1.3'/%3E%3Cpath stroke='%23022743' d='M475.3 289.8a110 110 0 0 0 10.2 5.8v-.2l1-2.8v-.5a4.1 4.1 0 0 1-.3-1.2'/%3E%3Cpath stroke='%23022847' d='M475.3 289.7a92.6 92.6 0 0 0 10.2 5.8v-.2c0-.3 1-2.8 1-2.8v-.5c-.3-.3-.3-.7-.3-1'/%3E%3Cpath stroke='%23022a49' d='M475.3 289.7a80.5 80.5 0 0 0 10.2 5.6.3.3 0 0 0 0-.1c0-.4.8-2.8.8-2.8s.2-.1 0-.4v-1'/%3E%3Cpath stroke='%23032a4a' d='M475.3 289.7a80 80 0 0 0 10.2 5.5v-.2l.7-2.7s.2-.1 0-.4v-1'/%3E%3Cpath stroke='%23032b4c' d='M475.4 289.7a67.8 67.8 0 0 0 10 5.4l.2-.2.5-2.7s.2-.1.1-.4c-.1-.3 0-.5 0-.8'/%3E%3Cpath stroke='%23032d4f' d='M475.4 289.7a62.4 62.4 0 0 0 10 5.3l.2-.2.4-2.8s.3 0 .2-.3c-.2-.3 0-.4 0-.7'/%3E%3Cpath stroke='%23032e50' d='M475.4 289.7c1.7 1 6 3.6 10.1 5.2v-.2l.4-2.7s.3 0 .2-.3c-.1-.3 0-.3.1-.7'/%3E%3Cpath stroke='%23032f53' d='M475.4 289.6a54.3 54.3 0 0 0 10.1 5.1.5.5 0 0 0 0-.2l.3-2.7.2-.2c-.1-.3 0-.3.2-.6'/%3E%3Cpath stroke='%23033156' d='M475.4 289.6c1.5 1 6.3 3.8 10.1 5a.5.5 0 0 0 0-.2l.2-2.7s.4 0 .3-.2c-.2-.3 0-.2.1-.6'/%3E%3Cpath stroke='%23043258' d='M475.4 289.6a45 45 0 0 0 10.1 4.9l.1-.2v-2.7s.4 0 .3-.2c-.1-.2.1-.1.3-.4'/%3E%3Cpath stroke='%23043359' d='M475.4 289.6c1.3.9 6.7 4 10.1 4.7l.1-.2-.1-2.6s.4 0 .3-.1c0-.3.2-.1.3-.4'/%3E%3Cpath stroke='%2304355c' d='M475.4 289.6c1.2.8 6.8 4 10.1 4.6l.1-.2-.3-2.6.5-.1c-.1-.3.2 0 .3-.4'/%3E%3Cpath stroke='%2304365e' d='M475.4 289.6c1.1.7 7 4 10.1 4.5l.1-.2c0-.7-.3-2.6-.4-2.6h.5c0-.3.2 0 .4-.3'/%3E%3Cpath stroke='%23043760' d='M475.4 289.6c1 .6 7.2 4.1 10.1 4.4l.1-.3c0-.6-.4-2.5-.5-2.6 0 0 .6.2.5 0 0-.1.3.2.5-.1'/%3E%3Cpath stroke='%23043862' d='M475.4 289.6c1 .5 7.3 4.2 10.1 4.3l.2-.3a12.5 12.5 0 0 0-.7-2.6s.6.2.5 0c0-.1.4.3.6 0'/%3E%3Cpath stroke='%23053a65' d='M475.5 289.5c.8.5 7.4 4.3 10 4.2l.2-.2c0-.8-.7-2.6-.8-2.6s.6.2.6 0c0 0 .3.4.6 0'/%3E%3Cpath stroke='%23053b67' d='M475.5 289.5c.7.5 7.6 4.4 10 4.1l.2-.3c0-.7-.8-2.4-.9-2.5l.6.1c0-.1.5.3.7 0'/%3E%3Cpath stroke='%23053c68' d='M475.5 289.5c.6.4 7.8 4.4 10 4l.2-.3a6 6 0 0 0-1-2.5l.7.1c0-.1.4.4.7.1'/%3E%3Cpath stroke='%23053e6c' d='M475.5 289.5c.5.3 8 4.5 10 3.9a.5.5 0 0 0 .2-.3c0-.8-1-2.5-1.1-2.5l.7.1s.5.6.8.3'/%3E%3Cpath stroke='%23053f6e' d='M475.5 289.5c.4.2 8 4.6 10 3.8l.2-.4c0-.8-1.1-2.4-1.2-2.5l.7.3s.6.6.9.2'/%3E%3Cpath stroke='%23053f6f' d='M475.5 289.5c.3.2 8.2 4.6 10 3.6l.2-.3c0-.9-1.2-2.4-1.3-2.5l.7.3s.6.6 1 .4'/%3E%3Cpath stroke='%23064171' d='M475.5 289.4c.2.2 8.4 4.8 10 3.6a.7.7 0 0 0 .2-.3c0-1-1.3-2.4-1.4-2.5l.8.3s.6.7 1 .4'/%3E%3Cpath stroke='%23064374' d='M475.5 289.4c.1 0 8.6 4.9 10 3.5l.2-.3c0-1-1.4-2.4-1.6-2.5l1 .3s.6.8 1 .6'/%3E%3Cpath stroke='%2300209f' d='M475.6 289.4s9.7 5.5 10.1 3c0-1-1.6-2.4-1.6-2.4l.9.3s.6 1 1 .6'/%3E%3Cpath stroke='%23011d33' d='M474.4 315.1l-7.5 12.6a5.2 5.2 0 0 1-1.8-2.2c-.6-1.7-.5-1.7-1-3.6l-.4-3.4c-.3-1.2-1.9-4.8-2-6.2'/%3E%3Cpath stroke='%23011d33' d='M461.8 312.3c0 1.4 1.6 5 1.9 6 .2 1.2.2 2.4.5 3.5.4 1.9.3 1.8 1 3.6a5.2 5.2 0 0 0 1.7 2.2l7.5-12.5'/%3E%3Cpath stroke='%23011e34' d='M461.8 312.3c0 1.4 1.6 5 1.8 6 .3 1.2.3 2.3.6 3.4.4 1.8.3 1.8 1 3.6.2.8 1.2 1.8 1.7 2.1l7.5-12.3'/%3E%3Cpath stroke='%23011e34' d='M461.8 312.3c0 1.4 1.6 4.9 1.8 6 .3 1 .3 2.2.6 3.3.4 1.8.3 1.8 1 3.5a5.5 5.5 0 0 0 1.7 2.2l7.5-12.2'/%3E%3Cpath stroke='%23011f36' d='M461.8 312.3c0 1.3 1.6 4.8 1.8 5.9.3 1.1.3 2.3.6 3.3.4 1.8.3 1.8 1 3.5a5.5 5.5 0 0 0 1.7 2.1l7.5-12'/%3E%3Cpath stroke='%23011f36' d='M461.8 312.3c0 1.3 1.6 4.8 1.8 5.9.3 1 .3 2.2.6 3.3.4 1.7.3 1.7 1 3.4.2.8 1.2 1.8 1.7 2.1l7.5-11.9'/%3E%3Cpath stroke='%23022037' d='M461.8 312.3c0 1.3 1.5 4.7 1.8 5.8.3 1 .3 2.2.6 3.3.4 1.7.3 1.7 1 3.4.2.8 1.2 1.7 1.7 2 .2.1 7.4-11.6 7.5-11.7'/%3E%3Cpath stroke='%23022037' d='M461.8 312.3c0 1.3 1.5 4.6 1.8 5.7l.6 3.3c.4 1.7.4 1.7 1 3.3.2.8 1.2 1.8 1.7 2.1.2 0 7.3-11.5 7.5-11.6'/%3E%3Cpath stroke='%23022139' d='M461.8 312.3c0 1.3 1.5 4.6 1.8 5.7.3 1 .3 2.2.6 3.2.4 1.7.4 1.7 1 3.3.3.8 1.2 1.7 1.7 2 .2.1 7.3-11.3 7.5-11.4'/%3E%3Cpath stroke='%23022139' d='M461.8 312.3c0 1.3 1.5 4.6 1.8 5.6.3 1 .3 2.2.6 3.2.4 1.7.4 1.7 1 3.3a5.4 5.4 0 0 0 1.7 2c.3 0 7.3-11.2 7.5-11.3'/%3E%3Cpath stroke='%23022139' d='M461.8 312.3c0 1.3 1.5 4.5 1.8 5.6.3 1 .3 2 .6 3.1.5 1.7.4 1.7 1 3.3.3.8 1.2 1.7 1.7 2 .3 0 7.2-11 7.5-11.2'/%3E%3Cpath stroke='%2302223b' d='M461.8 312.3c0 1.3 1.5 4.4 1.8 5.5.3 1 .3 2.1.6 3 .5 1.8.4 1.8 1 3.3a5 5 0 0 0 1.7 2c.3.1 7.2-10.9 7.5-11'/%3E%3Cpath stroke='%2302223b' d='M461.8 312.3c0 1.2 1.5 4.4 1.8 5.4.3 1 .3 2.2.6 3.1.5 1.7.4 1.7 1 3.2a5.2 5.2 0 0 0 1.7 2c.3.1 7.2-10.8 7.5-10.9'/%3E%3Cpath stroke='%2302233d' d='M461.8 312.3c0 1.2 1.5 4.3 1.8 5.4l.6 3c.5 1.7.4 1.7 1 3.2a5.1 5.1 0 0 0 1.8 2c.3 0 7-10.6 7.4-10.8'/%3E%3Cpath stroke='%2302233d' d='M461.8 312.3c0 1.2 1.4 4.3 1.8 5.3l.6 3 1 3.2a7 7 0 0 0 1.8 2c.3 0 7-10.6 7.4-10.7'/%3E%3Cpath stroke='%2302233e' d='M461.8 312.3c0 1.2 1.4 4.3 1.8 5.3l.6 3 1 3a6 6 0 0 0 1.8 2c.3.1 7-10.3 7.4-10.5'/%3E%3Cpath stroke='%2302233e' d='M461.8 312.3c0 1.1 1.4 4.2 1.8 5.2l.6 3 1 3a5 5 0 0 0 1.8 2c.4 0 7-10.3 7.4-10.4'/%3E%3Cpath stroke='%23022540' d='M461.8 312.2c0 1.2 1.4 4.2 1.8 5.3l.6 2.9 1 3a5.2 5.2 0 0 0 1.8 2c.4 0 7-10.1 7.4-10.3'/%3E%3Cpath stroke='%23022540' d='M461.8 312.2c0 1.2 1.4 4.2 1.8 5.2l.6 2.9 1 3c.4.7 1.3 1.5 1.8 1.8.4.2 7-9.8 7.4-10'/%3E%3Cpath stroke='%23022540' d='M461.8 312.2c0 1.2 1.4 4.1 1.8 5.1l.7 2.9c.4 1.5.4 1.6 1 3a5 5 0 0 0 1.7 1.8c.4.1 7-9.7 7.4-9.9'/%3E%3Cpath stroke='%23022541' d='M461.8 312.2c0 1.2 1.4 4 1.8 5l.7 3 1 2.9a5.2 5.2 0 0 0 1.7 1.8c.4.1 6.9-9.6 7.4-9.8'/%3E%3Cpath stroke='%23022541' d='M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.8 1 3c.3.6 1.2 1.5 1.7 1.8.5 0 6.9-9.5 7.4-9.7'/%3E%3Cpath stroke='%23022743' d='M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.7c.4 1.5.5 1.5 1 2.9a6 6 0 0 0 1.7 1.8c.5.1 6.8-9.3 7.4-9.5'/%3E%3Cpath stroke='%23022743' d='M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.6 1 3a5 5 0 0 0 1.7 1.6c.5.2 6.8-9 7.4-9.3'/%3E%3Cpath stroke='%23022845' d='M461.8 312.2c0 1.1 1.4 3.9 1.8 4.8l.7 2.8 1 2.8a4.9 4.9 0 0 0 1.7 1.7c.6.2 6.8-9 7.4-9.2'/%3E%3Cpath stroke='%23022845' d='M461.8 312.2c0 1.1 1.4 3.8 1.8 4.8l.7 2.7c.4 1.4.5 1.4 1 2.7a5.3 5.3 0 0 0 1.7 1.8c.6.2 6.7-8.9 7.4-9'/%3E%3Cpath stroke='%23022847' d='M461.8 312.2c0 1 1.3 3.7 1.8 4.7l.7 2.7 1 2.7a4.8 4.8 0 0 0 1.7 1.7c.6.2 6.7-8.7 7.4-8.9'/%3E%3Cpath stroke='%23022847' d='M461.8 312.2c0 1 1.3 3.7 1.8 4.6l.7 2.7 1.1 2.7a5 5 0 0 0 1.6 1.7c.7.2 6.7-8.6 7.4-8.8'/%3E%3Cpath stroke='%23022847' d='M461.8 312.2c0 1 1.3 3.7 1.8 4.6l.7 2.6 1.1 2.7a5 5 0 0 0 1.6 1.7c.7.1 6.7-8.4 7.4-8.7'/%3E%3Cpath stroke='%23022a49' d='M461.8 312.2c0 1 1.3 3.6 1.8 4.6l.7 2.5 1.1 2.7c.4.6 1.1 1.3 1.7 1.6.6.2 6.6-8.2 7.3-8.5'/%3E%3Cpath stroke='%23022a49' d='M461.8 312.2c0 1 1.3 3.5 1.8 4.5l.7 2.5 1.1 2.6c.4.6 1.1 1.4 1.7 1.6.7.3 6.5-8 7.3-8.3'/%3E%3Cpath stroke='%23032a4a' d='M461.8 312.2c0 1 1.3 3.5 1.8 4.4l.7 2.5c.5 1.3.5 1.4 1.2 2.6.3.6 1 1.4 1.6 1.6.7.2 6.5-8 7.3-8.2'/%3E%3Cpath stroke='%23032a4a' d='M461.8 312.2c0 1 1.3 3.4 1.7 4.4l.8 2.4 1.2 2.6a5 5 0 0 0 1.6 1.6c.7.2 6.5-7.8 7.3-8.1'/%3E%3Cpath stroke='%23032b4c' d='M461.8 312.2c0 1 1.2 3.4 1.7 4.3.4.8.5 1.7.8 2.4l1.2 2.6c.3.6 1 1.2 1.6 1.5.7.3 6.4-7.6 7.3-8'/%3E%3Cpath stroke='%23032b4c' d='M461.8 312.2c0 1 1.2 3.3 1.7 4.3.4.7.5 1.6.8 2.3l1.2 2.6c.3.5 1 1.2 1.6 1.5.8.2 6.4-7.5 7.3-7.8'/%3E%3Cpath stroke='%23032c4d' d='M461.8 312.2c0 1 1.2 3.3 1.7 4.2.4.8.5 1.6.8 2.4l1.2 2.4c.3.6 1 1.3 1.6 1.6.8.2 6.4-7.4 7.3-7.7'/%3E%3Cpath stroke='%23032c4d' d='M461.8 312.2c0 .9 1.2 3.2 1.7 4.1l.9 2.4c.4 1.2.5 1.3 1.1 2.4a5.2 5.2 0 0 0 1.6 1.5c.8.3 6.3-7.2 7.3-7.5'/%3E%3Cpath stroke='%23032c4d' d='M461.8 312.2a13 13 0 0 0 1.7 4l.9 2.4c.4 1.2.5 1.2 1.1 2.4a4.7 4.7 0 0 0 1.6 1.4c.9.4 6.3-7 7.3-7.3'/%3E%3Cpath stroke='%23032d4f' d='M461.8 312.2c0 .9 1.2 3.1 1.7 4 .4.8.5 1.6.9 2.3.4 1.2.5 1.3 1.1 2.3.3.6 1 1.3 1.6 1.5.9.3 6.3-6.8 7.3-7.2'/%3E%3Cpath stroke='%23032d4f' d='M461.8 312.2c0 .8 1.2 3 1.7 4 .4.7.5 1.5.9 2.2.4 1.2.6 1.2 1.1 2.4a5 5 0 0 0 1.6 1.4c1 .3 6.3-6.7 7.3-7.1'/%3E%3Cpath stroke='%23032e50' d='M461.8 312.2c0 .8 1.2 3 1.7 4 .4.6.5 1.4.9 2.1.4 1.2.6 1.2 1.1 2.3a5.4 5.4 0 0 0 1.6 1.5c1 .2 6.3-6.6 7.3-7'/%3E%3Cpath stroke='%23032e50' d='M461.8 312.2c0 .8 1.1 3 1.7 3.8.4.8.5 1.5.9 2.2.4 1.2.6 1.3 1.1 2.3a4.8 4.8 0 0 0 1.6 1.4c1 .3 6.2-6.4 7.3-6.8'/%3E%3Cpath stroke='%23032f53' d='M461.8 312.2c0 .8 1.1 3 1.7 3.8.4.7.5 1.5.9 2.1.4 1.1.6 1.2 1.2 2.3a5 5 0 0 0 1.5 1.4c1 .3 6.2-6.3 7.3-6.7'/%3E%3Cpath stroke='%23032f53' d='M461.8 312.2a11 11 0 0 0 1.7 3.7c.4.7.5 1.5.9 2.2l1.2 2.1a5 5 0 0 0 1.5 1.4c1 .3 6.2-6 7.3-6.5'/%3E%3Cpath stroke='%23033054' d='M461.8 312.2a12 12 0 0 0 1.7 3.7c.4.6.5 1.4.9 2l1.2 2.2a5.1 5.1 0 0 0 1.6 1.4c1 .3 6-6 7.2-6.4'/%3E%3Cpath stroke='%23033054' d='M461.8 312.2c0 .7 1 2.7 1.7 3.6.4.7.5 1.4 1 2l1 2.2a4.5 4.5 0 0 0 1.7 1.3c1 .4 6-5.8 7.2-6.2'/%3E%3Cpath stroke='%23033054' d='M461.8 312.2c0 .7 1 2.7 1.7 3.6l1 2c.4 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.6 1.4c1 .3 6-5.7 7.2-6.1'/%3E%3Cpath stroke='%23033156' d='M461.8 312.2c0 .7 1 2.7 1.7 3.5l1 2c.3 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.5 1.4c1.1.3 6-5.6 7.3-6'/%3E%3Cpath stroke='%23033156' d='M461.8 312.2c0 .7 1 2.6 1.7 3.4l1 2c.3 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.5 1.3c1.2.3 6-5.3 7.3-5.8'/%3E%3Cpath stroke='%23043258' d='M461.8 312.2c0 .7 1 2.6 1.7 3.4l1 1.9c.3 1 .6 1 1.2 2 .3.5 1 1 1.4 1.3 1.2.3 6-5.2 7.3-5.7'/%3E%3Cpath stroke='%23043258' d='M461.8 312.2a8 8 0 0 0 1.7 3.3l1 2c.3.9.6 1 1.2 2 .3.4 1 1 1.4 1.1 1.2.4 6-5 7.3-5.5'/%3E%3Cpath stroke='%23043359' d='M461.8 312.2c0 .6 1 2.4 1.7 3.3l1 1.8c.4 1 .6 1.1 1.2 2 .3.5 1 1 1.4 1.2 1.3.3 6-5 7.3-5.4'/%3E%3Cpath stroke='%23043359' d='M461.8 312.2c0 .6 1 2.4 1.7 3.2l1 1.9c.4.8.6 1 1.2 1.8.4.5 1 1 1.5 1.2 1.2.4 5.8-4.7 7.2-5.2'/%3E%3Cpath stroke='%2304345b' d='M461.8 312.2c0 .6 1 2.4 1.7 3.1l1 1.9c.4.9.7 1 1.2 1.8.4.5 1 1 1.5 1.2 1.2.4 5.8-4.6 7.2-5.1'/%3E%3Cpath stroke='%2304345b' d='M461.8 312.2c0 .6 1 2.3 1.7 3l1 1.9c.4.8.7 1 1.2 1.8.4.5 1 1 1.5 1.2 1.3.4 5.8-4.5 7.2-5'/%3E%3Cpath stroke='%2304345b' d='M461.8 312.2c0 .6 1 2.2 1.7 3l1 1.8c.4.9.7 1 1.2 1.8.4.4 1 1 1.5 1.1 1.3.4 5.8-4.3 7.2-4.8'/%3E%3Cpath stroke='%2304355c' d='M461.8 312.2c0 .5 1 2.2 1.7 3l1 1.7c.4.8.7 1 1.2 1.8.4.4 1 .9 1.5 1 1.3.5 5.7-4.1 7.2-4.6'/%3E%3Cpath stroke='%2304355c' d='M461.8 312.2c0 .5 1 2.1 1.7 3l1 1.6c.4.8.7 1 1.3 1.7.3.5 1 1 1.4 1.1 1.3.5 5.7-4 7.2-4.5'/%3E%3Cpath stroke='%2304365e' d='M461.8 312.2c0 .5 1 2.1 1.7 2.9l1 1.6c.4.9.7 1 1.3 1.7.3.5 1 .9 1.4 1.1 1.4.4 5.7-3.9 7.2-4.4'/%3E%3Cpath stroke='%2304365e' d='M461.8 312.2c0 .5 1 2 1.7 2.8l1 1.6c.4.8.7 1 1.3 1.7.3.4 1 .9 1.4 1 1.4.5 5.6-3.7 7.2-4.2'/%3E%3Cpath stroke='%23043760' d='M461.8 312.2c0 .5 1 2 1.7 2.8l1 1.5c.4.8.7 1 1.3 1.7.3.4 1 .8 1.4 1 1.4.4 5.6-3.6 7.2-4.1'/%3E%3Cpath stroke='%23043760' d='M461.8 312.2c0 .5 1 2 1.7 2.7l1 1.6c.4.7.7.8 1.3 1.6.3.4 1 .8 1.4 1 1.5.4 5.6-3.5 7.2-4'/%3E%3Cpath stroke='%23043862' d='M461.8 312.2c0 .5 1 1.9 1.7 2.6l1 1.6c.4.7.7.9 1.3 1.5.3.4 1 .8 1.4 1 1.5.5 5.5-3.3 7.2-3.9'/%3E%3Cpath stroke='%23043862' d='M461.8 312.2c0 .4 1 1.8 1.7 2.6l1 1.5c.4.7.7.9 1.3 1.5l1.4 1c1.5.4 5.5-3.2 7.2-3.8'/%3E%3Cpath stroke='%23043862' d='M461.8 312.2c0 .4.9 1.8 1.7 2.5l1 1.5c.4.7.8.8 1.3 1.5l1.4 1c1.5.4 5.5-3 7.2-3.7'/%3E%3Cpath stroke='%23043963' d='M461.8 312.2c0 .4.9 1.7 1.7 2.4l1 1.5c.4.7.8.8 1.3 1.5l1.4.9c1.5.5 5.5-2.8 7.2-3.5'/%3E%3Cpath stroke='%23043963' d='M461.8 312.2c0 .4.9 1.7 1.7 2.4l1 1.4c.4.7.8.8 1.3 1.5l1.4.9c1.6.5 5.5-2.7 7.2-3.4'/%3E%3Cpath stroke='%23053a65' d='M461.8 312.2c0 .4.9 1.6 1.7 2.3l1 1.4 1.3 1.4 1.4 1c1.6.4 5.4-2.6 7.2-3.3'/%3E%3Cpath stroke='%23053a65' d='M461.8 312.2c0 .3.8 1.6 1.7 2.3l1 1.3c.5.7.8.8 1.4 1.4.3.4.9.7 1.4.9 1.6.5 5.3-2.4 7.1-3'/%3E%3Cpath stroke='%23053b67' d='M461.8 312.2c0 .3.8 1.5 1.7 2.2l1 1.3 1.4 1.4c.4.3.9.7 1.4.8 1.6.5 5.3-2.2 7.1-2.9'/%3E%3Cpath stroke='%23053b67' d='M461.8 312.2c0 .3.8 1.5 1.7 2.1.3.5.6 1 1 1.3.5.7.8.8 1.4 1.4l1.4.8c1.6.5 5.2-2 7.1-2.8'/%3E%3Cpath stroke='%23053c68' d='M461.8 312.2c0 .3.8 1.4 1.7 2.1l1 1.3 1.4 1.3c.4.3.9.6 1.4.7 1.7.6 5.2-1.9 7.1-2.6'/%3E%3Cpath stroke='%23053c68' d='M461.8 312.2c0 .3.8 1.4 1.7 2l1 1.3 1.4 1.2 1.4.8c1.7.5 5.2-1.8 7.1-2.5'/%3E%3Cpath stroke='%23053c68' d='M461.8 312.2a6 6 0 0 0 1.7 2l1 1.2 1.4 1.2a6 6 0 0 0 1.4.8c1.7.5 5.1-1.7 7.1-2.4'/%3E%3Cpath stroke='%23053d6a' d='M461.8 312.2c0 .2.8 1.2 1.7 2l1 1 1.4 1.3a6 6 0 0 0 1.4.8c1.8.5 5.1-1.5 7.1-2.3'/%3E%3Cpath stroke='%23053d6a' d='M461.8 312.2a6 6 0 0 0 1.7 1.9l1 1.1 1.4 1.1 1.4.8c1.8.5 5.1-1.3 7.1-2'/%3E%3Cpath stroke='%23053e6c' d='M461.8 312.2c0 .2.7 1.1 1.7 1.8l1 1.1c.5.5 1 .7 1.5 1.1l1.3.8c1.8.5 5.1-1.2 7.1-2'/%3E%3Cpath stroke='%23053e6c' d='M461.8 312.2c0 .2.7 1.1 1.6 1.8l1.1 1c.5.5 1 .7 1.5 1.1l1.3.7c1.8.6 5-1 7.1-1.8'/%3E%3Cpath stroke='%23053f6e' d='M461.8 312.2c0 .1.7 1 1.6 1.7l1.1 1c.5.5 1 .7 1.5 1 .4.4.8.6 1.3.8 1.8.6 5-1 7.1-1.7'/%3E%3Cpath stroke='%23053f6e' d='M461.8 312.2c0 .1.7 1 1.6 1.6a14.2 14.2 0 0 0 1.2 1c.4.5.9.7 1.4 1 .4.3.9.6 1.3.7 1.9.6 5-.7 7.1-1.5'/%3E%3Cpath stroke='%23053f6f' d='M461.8 312.2c0 .1.7 1 1.6 1.6l1.2 1 1.4 1 1.3.6c2 .5 5-.6 7.1-1.4'/%3E%3Cpath stroke='%23053f6f' d='M461.8 312.2c0 .1.7.9 1.6 1.5l1.2 1 1.4 1 1.3.6c2 .5 5-.5 7.1-1.3'/%3E%3Cpath stroke='%23053f6f' d='M461.8 312.2c0 .1.7.8 1.6 1.5l1.2.9 1.4 1 1.3.5c2 .6 5-.3 7.1-1'/%3E%3Cpath stroke='%23064171' d='M461.8 312.2s.7.8 1.6 1.4l1.2.9 1.5.9 1.2.6c2 .6 4.9-.2 7.1-1'/%3E%3Cpath stroke='%23064171' d='M461.8 312.2l1.6 1.4 1.2.8 1.5.9 1.3.5c2 .6 4.8 0 7-.8'/%3E%3Cpath stroke='%23064172' d='M461.8 312.2s.7.7 1.6 1.3l1.2.8 1.5.8 1.3.6c2 .6 4.7.2 7-.7'/%3E%3Cpath stroke='%23064172' d='M461.8 312.1c0 .1.7.7 1.6 1.3l1.2.8 1.5.8 1.3.6c2 .6 4.7.3 7-.6'/%3E%3Cpath stroke='%23064374' d='M461.8 312.1c0 .1.6.7 1.6 1.3l1.2.7a12.7 12.7 0 0 0 2.8 1.3c2 .6 4.7.5 7-.4'/%3E%3Cpath stroke='%23064374' d='M461.8 312.1s.6.6 1.6 1.2l1.2.7a15.7 15.7 0 0 0 2.8 1.3c2 .6 4.7.6 7-.3'/%3E%3Cpath stroke='%2300209f' d='M461.8 312.1l1.6 1.2 1.2.7 1.5.6a12 12 0 0 0 8.3.4m-12.6-2.9s6.5 5.1 12.6 3'/%3E%3Cpath stroke='%23022743' d='M461.6 292.2s1.2 8 1.7 9.3c.4 1 3 5.6 6.9 6.7'/%3E%3Cpath stroke='%23022a49' d='M461.6 292.2s1.3 8 1.8 9.2c.5 1 2.8 5.4 6.8 6.8'/%3E%3Cpath stroke='%23032b4c' d='M461.6 292.1s1.4 8 1.9 9.2a14 14 0 0 0 6.7 6.9'/%3E%3Cpath stroke='%23032e50' d='M461.6 292.1s1.5 8 2 9.1c.5 1 2.5 5 6.6 7'/%3E%3Cpath stroke='%23033054' d='M461.6 292.1s1.6 7.9 2 9a15.2 15.2 0 0 0 6.7 7'/%3E%3Cpath stroke='%23043359' d='M461.6 292.1s1.6 7.8 2.2 9a15.8 15.8 0 0 0 6.5 7'/%3E%3Cpath stroke='%2304355c' d='M461.6 292s1.7 7.8 2.3 9c.5 1.1 2 4.3 6.4 7'/%3E%3Cpath stroke='%23043760' d='M461.7 292s1.7 7.8 2.3 9c.5 1 1.9 4 6.3 7'/%3E%3Cpath stroke='%23053a65' d='M461.7 292s1.8 7.7 2.4 8.9c.5 1 1.7 3.8 6.2 7.1'/%3E%3Cpath stroke='%23053c68' d='M461.7 292s1.9 7.7 2.5 8.8c.6 1.1 1.6 3.5 6.1 7.2'/%3E%3Cpath stroke='%23053f6e' d='M461.7 292s2 7.6 2.6 8.8c.5 1 1.4 3.2 6 7.2'/%3E%3Cpath stroke='%23064172' d='M461.8 292s2 7.5 2.6 8.7c.6 1.1 1.3 3 6 7.2'/%3E%3Cpath stroke='%2300209f' d='M461.8 292s2.1 7.5 2.7 8.6c.6 1.1 1.1 2.8 5.9 7.3'/%3E%3Cpath stroke='%23022743' d='M462 287.2s1.1 11.4 9.3 14.6'/%3E%3Cpath stroke='%23022a49' d='M462 287.2c.1 0 .5 3.7 2.2 7.2 1.3 2.8 3.5 5.9 7 7.4'/%3E%3Cpath stroke='%23032b4c' d='M462.1 287.2s.5 3.8 2.2 7.2a15 15 0 0 0 7 7.4'/%3E%3Cpath stroke='%23032e50' d='M462.1 287.2s.7 3.9 2.3 7.1c1.1 2.3 3.3 5.7 6.9 7.4'/%3E%3Cpath stroke='%23033054' d='M462.2 287.2s.7 4 2.3 7c1 2.2 3.2 5.7 6.8 7.5'/%3E%3Cpath stroke='%23043359' d='M462.2 287.2c0 .1.8 4 2.4 7 1 2 3.1 5.6 6.7 7.5'/%3E%3Cpath stroke='%2304355c' d='M462.2 287.2c0 .1 1 4.2 2.5 7a18 18 0 0 0 6.6 7.4'/%3E%3Cpath stroke='%23043760' d='M462.2 287.1c0 .3 1 4.4 2.6 7 .8 1.5 3 5.4 6.5 7.5'/%3E%3Cpath stroke='%23053a65' d='M462.2 287.1a30 30 0 0 0 2.6 6.9c.8 1.4 3 5.4 6.5 7.5'/%3E%3Cpath stroke='%23053c68' d='M462.3 287.1c0 .3 1.2 4.5 2.6 6.8.7 1.3 2.8 5.4 6.4 7.7'/%3E%3Cpath stroke='%23053f6e' d='M462.3 287.1a30 30 0 0 0 2.8 6.8c.6 1 2.6 5.2 6.2 7.6'/%3E%3Cpath stroke='%23064172' d='M462.3 287.1a31 31 0 0 0 2.9 6.7c.5.8 2.5 5.2 6 7.7'/%3E%3Cpath stroke='%2300209f' d='M462.3 287.1c0 .3 1.6 4.9 3 6.6.4.7 2.4 5.2 6 7.8'/%3E%3Cpath stroke='%23022743' d='M462.2 284s2.4 9.2 9 11.5'/%3E%3Cpath stroke='%23022847' d='M462.2 284s.9 3.3 3 6.4c1.5 2.2 3.6 4.2 6 5'/%3E%3Cpath stroke='%23032a4a' d='M462.2 284s1 3.2 3 6.4c1.6 2.1 3.7 4.3 6 5'/%3E%3Cpath stroke='%23032c4d' d='M462.2 284s1 3.1 3.2 6.3c1.5 2.2 3.7 4.4 5.8 5.1'/%3E%3Cpath stroke='%23032f53' d='M462.2 283.9s1 3.1 3.3 6.3a15 15 0 0 0 5.7 5.2'/%3E%3Cpath stroke='%23033156' d='M462.2 283.9s1 3 3.3 6.2c1.7 2.3 4 4.7 5.7 5.3'/%3E%3Cpath stroke='%23043359' d='M462.2 283.8s1 3 3.4 6.2a17 17 0 0 0 5.6 5.4'/%3E%3Cpath stroke='%2304355c' d='M462.2 283.8a27.1 27.1 0 0 0 9 11.6'/%3E%3Cpath stroke='%23043760' d='M462.3 283.8s1 2.9 3.5 6.1a21 21 0 0 0 5.4 5.4'/%3E%3Cpath stroke='%23043963' d='M462.3 283.8s1 2.8 3.5 6a23 23 0 0 0 5.4 5.5'/%3E%3Cpath stroke='%23053b67' d='M462.3 283.7s1.1 2.8 3.6 6a28 28 0 0 0 5.3 5.6'/%3E%3Cpath stroke='%23053e6c' d='M462.3 283.7s1.2 2.7 3.7 6a39 39 0 0 0 5.2 5.6'/%3E%3Cpath stroke='%23053f6f' d='M462.3 283.7s1.2 2.7 3.8 5.9a44 44 0 0 0 5.1 5.7'/%3E%3Cpath stroke='%23064172' d='M462.3 283.6s1.3 2.7 3.9 6c2 2.5 4.9 5.6 5 5.7'/%3E%3Cpath stroke='%2300209f' d='M462.3 283.6s1.3 2.6 3.9 5.8c2.1 2.7 5 5.9 5 5.9m8.7 1.3l4.6.8m-4.1 2.6l4-1.7'/%3E%3Cpath stroke='%23064171' d='M479.9 296.7l4.5.7'/%3E%3Cpath stroke='%23053e6c' d='M479.9 296.9l4.6.5'/%3E%3Cpath stroke='%23053b67' d='M479.9 297l4.6.4'/%3E%3Cpath stroke='%23043862' d='M479.9 297.2l4.7.3'/%3E%3Cpath stroke='%2304355c' d='M479.9 297.4h4.7'/%3E%3Cpath stroke='%23043258' d='M480 297.6h4.6'/%3E%3Cpath stroke='%23032f53' d='M480 297.7l4.7-.2'/%3E%3Cpath stroke='%23032c4d' d='M480 297.9l4.7-.3'/%3E%3Cpath stroke='%23022a49' d='M480 298l4.8-.5'/%3E%3Cpath stroke='%23064171' d='M480.3 299.8l4.2-1.6'/%3E%3Cpath stroke='%23053e6c' d='M480.3 299.6l4.3-1.5'/%3E%3Cpath stroke='%23053b67' d='M480.3 299.5l4.3-1.4'/%3E%3Cpath stroke='%23043862' d='M480.3 299.3l4.3-1.3'/%3E%3Cpath stroke='%2304355c' d='M480.2 299.1l4.5-1.2'/%3E%3Cpath stroke='%23043258' d='M480.2 299l4.5-1.2'/%3E%3Cpath stroke='%23032f53' d='M480.2 298.7l4.6-.9'/%3E%3Cpath stroke='%23032c4d' d='M480.1 298.6l4.7-.9'/%3E%3Cpath stroke='%23022a49' d='M480.1 298.4l4.7-.7'/%3E%3Cpath stroke='%23022743' d='M480 298.2l4.9-.6'/%3E%3Cpath stroke='%23032b4c' d='M484.2 331.6l-2.6.2-9.9-.2'/%3E%3Cpath stroke='%23032e50' d='M484.3 331.6l-2.7.3-9.8-.2'/%3E%3Cpath stroke='%23033054' d='M484.3 331.6l-2.8.4c-.5.1-9.6-.3-9.6-.3'/%3E%3Cpath stroke='%23043359' d='M484.3 331.7l-2.8.5c-.7.1-9.6-.5-9.6-.5'/%3E%3Cpath stroke='%2304355c' d='M484.3 331.7l-3 .6c-.7.2-9.3-.5-9.3-.5'/%3E%3Cpath stroke='%23043760' d='M484.3 331.7l-3 .7c-.8.3-9.2-.6-9.2-.6'/%3E%3Cpath stroke='%23053a65' d='M484.4 331.8l-3.1.8c-1 .2-9.1-.7-9.1-.7'/%3E%3Cpath stroke='%23053c68' d='M484.4 331.8l-3.1 1c-1.2.2-9-.8-9-.8'/%3E%3Cpath stroke='%23053f6e' d='M484.4 331.9l-3.2 1c-1.2.3-8.9-.9-8.9-.9'/%3E%3Cpath stroke='%23064172' d='M484.4 332s-1.8.7-3.2 1c-1.4.3-8.8-1-8.8-1'/%3E%3Cpath stroke='%2300209f' d='M472.5 332s7.1 1.4 8.6 1.1c1.5-.3 3.3-1.1 3.3-1.1'/%3E%3Cpath stroke='%23022a49' d='M486 337l4.8.7 2.7-.2 2.2-.5'/%3E%3Cpath stroke='%23032d4f' d='M485.8 337s4.7.7 5 .6l2.7-.1 2-.5'/%3E%3Cpath stroke='%23033054' d='M485.5 336.9s4.9.8 5.3.7l2.6-.2 2-.4'/%3E%3Cpath stroke='%23043359' d='M485.3 336.7s4.9.9 5.6.8a56.9 56.9 0 0 1 2.5-.2l1.7-.3'/%3E%3Cpath stroke='%23043760' d='M485 336.6s5 1 5.9.8l2.5-.2 1.5-.3'/%3E%3Cpath stroke='%23053a65' d='M484.8 336.5s5.1 1 6.1.8l2.4-.2 1.4-.2'/%3E%3Cpath stroke='%23053d6a' d='M484.5 336.4s5.3 1 6.4.9c.7-.2 2-.3 2.4-.3a24.4 24.4 0 0 0 1.2-.2'/%3E%3Cpath stroke='%23064171' d='M484.2 336.3s5.4 1.1 6.8.9c.7-.2 1.7-.3 2.2-.3h1.1'/%3E%3Cpath stroke='%23022743' d='M486.3 337.2l4.4.6 2.9-.1 2.4-.6'/%3E%3Cpath stroke='%2300209f' d='M484 336.2s5.5 1.2 7 .9c1.5-.3 3-.3 3-.3'/%3E%3Cg%3E%3Cpath stroke='%2300209f' d='M505.8 336.8l4.3-1.6c2.6-1 3-3.6 3-3.6'/%3E%3Cpath stroke='%2300209f' d='M505.5 336l3.1-1.3c3.8-1.4 3.4-3.2 3.4-3.2'/%3E%3Cpath stroke='%23053e6c' d='M505.2 336.1l3.4-1.3 1.8-.8c.5-.3 1.2-1 1.3-1.2.4-.5.4-1.3.4-1.3'/%3E%3Cpath stroke='%23043862' d='M505 336.3l3.6-1.4 1.8-.7 1.4-1.2c.3-.5.4-1.5.4-1.5'/%3E%3Cpath stroke='%23043258' d='M504.7 336.5l4-1.5 1.6-.7a6 6 0 0 0 1.5-1.2c.2-.3.5-1.6.5-1.6'/%3E%3Cpath stroke='%23032c4d' d='M504.4 336.7l4.2-1.5 1.7-.7 1.6-1.3.6-1.6'/%3E%3Cpath stroke='%23053e6c' d='M505.5 336.9l4.6-1.8c.8-.3 1.7-1 2-1.5.6-.9.9-2 .9-2'/%3E%3Cpath stroke='%23043862' d='M505.1 336.9l5-2c.6-.1 1.7-1 2-1.4.4-.6.7-2 .7-2'/%3E%3Cpath stroke='%23043258' d='M504.8 336.9l5.4-2a8.1 8.1 0 0 0 1.9-1.4c.3-.5.6-2 .6-2'/%3E%3Cpath stroke='%23032c4d' d='M504.5 336.9l5.7-2.1 1.8-1.4.7-1.8'/%3E%3Cpath stroke='%23022743' d='M504.2 336.9l6-2.3 1.7-1.2.6-1.8'/%3E%3C/g%3E%3Cg%3E%3Cpath stroke='%23032b4c' d='M511.3 331.6l-2.8.2-10.3-.2'/%3E%3Cpath stroke='%23032e50' d='M511.3 331.6l-2.8.3-10.2-.2'/%3E%3Cpath stroke='%23033054' d='M511.3 331.6l-2.9.4c-.5.1-10-.3-10-.3'/%3E%3Cpath stroke='%23043359' d='M511.3 331.7l-3 .5c-.6.1-9.8-.5-9.8-.5'/%3E%3Cpath stroke='%2304355c' d='M511.4 331.7l-3 .6c-.9.2-9.8-.5-9.8-.5'/%3E%3Cpath stroke='%23043760' d='M511.4 331.7l-3.1.7c-1 .3-9.7-.6-9.7-.6'/%3E%3Cpath stroke='%23053a65' d='M511.4 331.8l-3.2.8c-1 .2-9.5-.7-9.5-.7'/%3E%3Cpath stroke='%23053c68' d='M511.4 331.8l-3.3 1c-1.1.2-9.3-.8-9.3-.8'/%3E%3Cpath stroke='%23053f6e' d='M511.4 331.9l-3.3 1c-1.3.2-9.2-.9-9.2-.9'/%3E%3Cpath stroke='%23064172' d='M511.4 332s-1.9.7-3.3 1c-1.5.3-9.2-1-9.2-1'/%3E%3Cpath stroke='%2300209f' d='M499 332s7.5 1.4 9 1.1c1.6-.3 3.5-1.1 3.5-1.1'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M475 290a34 34 0 0 1-.2-3.3c0-5.2-.7-9-.1-14.5.4-4.2 1.5-9.8 1.3-14.4-.1-1.3.1-2.6.2-3.9l21 23.5M467 327.7a5.2 5.2 0 0 1-1.9-2.2c-.6-1.7-.4-1.7-.9-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.9-6.2-.1-4.8-1.7-8-1.3-13.1.3-4 1.2-9.5.7-13.6l.1-3.6 23.6 15.6m28.5 33.9c.2.5-.3 1.5-.5 1.9l-.5.6c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2 1.1-1.6.5-.8.4-2 .7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1 0-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8'/%3E%3Cg stroke='%23000' stroke-miterlimit='2.6' stroke-width='.1'%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M484.9 297.6l.6-.8-24-15.6-.4.6zm-23.7-16.7c-.2-1 0-2.1.7-2.3 0 0 .5-.1.8 0 .4 0 .5 0 .7.4.3.8-.7 1.3-1.4 1.6-.2 0-.6.1-.7.3l-.1.4.3-.3 1.7-.7c.6-.3.7-1.4.3-1.7-.4-.4-1.8-.3-2 0-.7.7-.8 1.7-.6 2.7 0-.2.3-.1.3-.4z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M460.8 281.3c-1 0-2.1.4-2.2 1v.9c0 .4.2.5.6.6.8.2 1.2-.8 1.4-1.6 0-.1 0-.6.2-.7l.4-.2-.3.3-.5 1.9c-.2.6-1.3.8-1.6.4-.5-.3-.6-1.7-.3-2 .7-.7 1.7-1 2.7-1-.2.1-.2.5-.4.4z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M460.6 281c-.3 0-.3.4-.1.6 0 .2.5.3.6.2.4-.2.6-.6.4-1-.2-.3-.6 0-.9.1z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M455.6 277.8s2.5 1 4.5 1c0 0 .1 1.8.5 2.3 0 0-1.8-.3-2.6 0 0 0-1.1-2.4-2.4-3.3z'/%3E%3Cpath fill='none' d='M457.6 279s1 .4 1.8.4c0 0 0 .8.2 1 0 0-.7-.2-1 0 0 0-.4-1-1-1.4z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M460.8 282.9l.6-1.1c0-.2 0 1 .4 1 .5.8.7 2.3.7 2.7-.7.2-1.3.6-2.3.2-.3-.3 0-1 0-1.4.2-.3.3-1 .6-1.4z'/%3E%3Cpath fill='none' d='M461.3 282.2v.6c0-.2.3.2.3.3.3.7.5 1.1.6 2.4m-.7-2.2c.2 1 .4 1 .4 2.4v-.1m-.5-1.4l.2 1.4-.3.2'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M497.1 277.4l.7-.6-21.4-23.7-.4.5z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M476.6 253c0-.9.6-2 1.2-2l.9.1c.3.1.4.3.5.6.1.9-1 1.2-1.7 1.3l-.8.1-.2.3.3-.1c.6-.2 1.2-.2 2-.3.5-.1.9-1.3.6-1.6-.3-.5-1.6-.8-2-.5-.8.5-1 1.5-1.2 2.5 0-.2.4-.1.4-.3z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M476.1 253.4c-.9-.3-2.1-.2-2.3.5l-.2.8c0 .4 0 .5.4.7.7.4 1.4-.5 1.7-1.2 0-.2.2-.6.4-.7h.4l-.3.2-1 1.7c-.2.5-1.4.5-1.7 0-.3-.4 0-1.7.3-2 .8-.6 1.8-.5 2.8-.2-.2 0-.3.3-.5.2z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M476 253c-.3 0-.3.4-.3.6 0 .2.4.4.6.3.4-.1.7-.4.6-.8-.1-.4-.6-.2-.9-.1z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M472 248.7s2 1.6 4 2c0 0-.3 1.9 0 2.4 0 0-1.7-.7-2.6-.5 0 0-.4-2.6-1.5-4z'/%3E%3Cpath fill='none' d='M473.6 250.4s.8.6 1.6.9v.9s-.7-.3-1-.2c0 0-.2-1-.6-1.6z'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' d='M475.7 254.9l1-1c0-.1-.4 1 0 1.3.4.8.1 2.3 0 2.7-.7 0-1.3.3-2-.4-.4-.3 0-.9.3-1.3 0-.3.4-1 .7-1.3z'/%3E%3Cpath fill='none' d='M476.4 254.4v.5l.2.7v2.2m-.3-2.5c.2.9 0 1.6-.1 2.5m0-1c-.2.4-.2.6-.2 1h-.3'/%3E%3C/g%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 1030 0)' xlink:href='%23c'/%3E%3C/g%3E%3Cpath fill='%23fc0' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.3' d='M319.3 197.9l-40.2 67.3h80.5z'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-miterlimit='2.6' stroke-width='.1' d='M319.3 202.3L283 263h72.7z'/%3E%3Cpath fill='%23007e93' stroke='%23007e93' stroke-miterlimit='2.6' stroke-width='.2' d='M293.8 245L283 263h72.7l-10.9-18z'/%3E%3Cg fill='none' stroke-miterlimit='2.6' stroke-width='.1'%3E%3Cpath stroke='%23086aad' d='M313 212.9a9 9 0 0 1 6.2-2.2h.2c2.3 0 4.7.6 6.3 2.2'/%3E%3Cpath stroke='%230863aa' d='M313 213a9 9 0 0 1 6.2-2.2h.2c2.4 0 4.8.5 6.3 2.2'/%3E%3Cpath stroke='%23095fa8' d='M313 213a8.8 8.8 0 0 1 6.2-2.2h.2c2.4 0 4.9.6 6.4 2.3'/%3E%3Cpath stroke='%230a58a5' d='M312.9 213.1a8.7 8.7 0 0 1 6.3-2.2h.2c2.5 0 5 .6 6.5 2.3'/%3E%3Cpath stroke='%230a52a2' d='M312.8 213.2c1.6-1.7 4-2.3 6.5-2.3h.1c2.6 0 5 .7 6.5 2.4'/%3E%3Cpath stroke='%230b4d9f' d='M312.8 213.3c1.6-1.7 4-2.3 6.5-2.3h.2c2.5 0 5 .6 6.5 2.4'/%3E%3Cpath stroke='%230c479d' d='M312.7 213.4c1.6-1.8 4-2.4 6.6-2.4h.2c2.6 0 5 .7 6.6 2.5'/%3E%3Cpath stroke='%23270a7f' d='M312.3 214c1.9-2 4.2-2.5 7-2.5h.2c3.1 0 5.7 1 7.3 3.2'/%3E%3Cpath stroke='%23241183' d='M312.3 214c1.9-2 4.2-2.6 7-2.6h.2c3 0 5.6 1 7.2 3.2'/%3E%3Cpath stroke='%23221786' d='M312.4 214c1.8-2 4.1-2.6 7-2.6 3 0 5.7 1 7.2 3'/%3E%3Cpath stroke='%231f1f8a' d='M312.4 213.8c1.8-1.9 4.2-2.5 6.9-2.5h.1c3 0 5.6 1 7.2 3'/%3E%3Cpath stroke='%231a258d' d='M312.5 213.7c1.7-1.8 4-2.4 6.8-2.4h.1c3 0 5.5.8 7 2.9'/%3E%3Cpath stroke='%23172d91' d='M312.5 213.7c1.7-1.9 4.1-2.5 6.7-2.5h.2c2.9 0 5.4.8 7 2.8'/%3E%3Cpath stroke='%23143393' d='M312.5 213.6c1.7-1.8 4-2.4 6.7-2.4h.2c2.8 0 5.3.7 7 2.7'/%3E%3Cpath stroke='%23113b97' d='M312.6 213.5c1.6-1.8 4-2.4 6.6-2.4h.1c2.8 0 5.4.7 7 2.7'/%3E%3Cpath stroke='%23ff0a00' d='M315.3 209a6.5 6.5 0 0 1 4-1.2c1.5 0 2.8.3 4 1'/%3E%3Cpath stroke='%23f10' d='M315.3 209a6.6 6.6 0 0 1 4-1 7 7 0 0 1 4 1'/%3E%3Cpath stroke='%23ff1500' d='M315.3 209a6.8 6.8 0 0 1 4-1c1.5 0 2.9.2 4 1'/%3E%3Cpath stroke='%23ff1a00' d='M315.2 209.2a6.6 6.6 0 0 1 4.1-1.2c1.5 0 3 .3 4.1 1'/%3E%3Cpath stroke='%23ff2000' d='M315.2 209.2a6.7 6.7 0 0 1 4.1-1.1c1.5 0 3 .3 4.1 1'/%3E%3Cpath stroke='%23ff2700' d='M315.1 209.3a6.8 6.8 0 0 1 4.2-1.2c1.5 0 3 .3 4.2 1.1'/%3E%3Cpath stroke='%23ff2f00' d='M315.1 209.4a6.9 6.9 0 0 1 4.2-1.2c1.5 0 3 .3 4.2 1'/%3E%3Cpath stroke='%23f30' d='M315 209.4a6.8 6.8 0 0 1 4.3-1.1 7.7 7.7 0 0 1 4.3 1'/%3E%3Cpath stroke='%23ff3c00' d='M315 209.5a6.9 6.9 0 0 1 4.3-1.2c1.6 0 3.1.3 4.3 1.1'/%3E%3Cpath stroke='%23ff4100' d='M315 209.6a7 7 0 0 1 4.3-1.2 8 8 0 0 1 4.3 1.1'/%3E%3Cpath stroke='%23ff4600' d='M315 209.7a7 7 0 0 1 4.3-1.3 8 8 0 0 1 4.4 1.2'/%3E%3Cpath stroke='%23fff500' d='M314 211.2a9.7 9.7 0 0 1 10.7 0'/%3E%3Cpath stroke='%23ffeb00' d='M314.1 211.1a9 9 0 0 1 5.2-1.5c2 0 4 .5 5.3 1.6'/%3E%3Cpath stroke='%23ffe000' d='M314.1 211a9 9 0 0 1 5.2-1.5c1.9 0 4 .5 5.3 1.6'/%3E%3Cpath stroke='%23ffd600' d='M314.2 211a9 9 0 0 1 5.1-1.6c1.9 0 3.9.5 5.2 1.6'/%3E%3Cpath stroke='%23ffcf00' d='M314.2 210.9a9 9 0 0 1 5.1-1.5 9 9 0 0 1 5.2 1.5'/%3E%3Cpath stroke='%23ffc400' d='M314.3 210.8c1.3-1 3.3-1.5 5-1.5a8 8 0 0 1 5.1 1.5'/%3E%3Cpath stroke='%23ffba00' d='M314.3 210.7c1.4-1 3.3-1.5 5-1.5s3.7.5 5 1.5'/%3E%3Cpath stroke='%23ffb000' d='M314.4 210.6a8.4 8.4 0 0 1 5-1.4c1.7 0 3.6.4 5 1.4'/%3E%3Cpath stroke='%23ffa600' d='M314.4 210.5a8.1 8.1 0 0 1 5-1.4 8 8 0 0 1 4.8 1.4'/%3E%3Cpath stroke='%23ff9c00' d='M314.5 210.4a8 8 0 0 1 4.8-1.4c1.7 0 3.6.4 4.9 1.4'/%3E%3Cpath stroke='%23ff9100' d='M314.6 210.3a8 8 0 0 1 4.7-1.4c1.7 0 3.5.5 4.8 1.4'/%3E%3Cpath stroke='%23ff8700' d='M314.6 210.2a8 8 0 0 1 4.7-1.3c1.7 0 3.5.4 4.8 1.3'/%3E%3Cpath stroke='%23ff7d00' d='M314.6 210.2a7.7 7.7 0 0 1 4.7-1.4c1.7 0 3.4.4 4.7 1.3'/%3E%3Cpath stroke='%23ff7500' d='M314.7 210a7.6 7.6 0 0 1 4.6-1.2c1.7 0 3.4.4 4.7 1.2'/%3E%3Cpath stroke='%23ff6b00' d='M314.8 210a7.6 7.6 0 0 1 4.5-1.3 8 8 0 0 1 4.6 1.2'/%3E%3Cpath stroke='%23ff6100' d='M314.8 209.9a7.3 7.3 0 0 1 4.5-1.3c1.6 0 3.3.4 4.6 1.3'/%3E%3Cpath stroke='%23ff5700' d='M314.9 209.8a7.3 7.3 0 0 1 4.4-1.3 8 8 0 0 1 4.5 1.3'/%3E%3Cpath stroke='%23ebf605' d='M313.9 211.4a9.5 9.5 0 0 1 5.4-1.7c2 0 4.1.6 5.5 1.7'/%3E%3Cpath stroke='%23d6ec09' d='M313.8 211.5a9.1 9.1 0 0 1 5.5-1.7c2 0 4.2.6 5.6 1.7'/%3E%3Cpath stroke='%23c2e30e' d='M313.8 211.6a9 9 0 0 1 5.5-1.7c2 0 4.2.5 5.6 1.7'/%3E%3Cpath stroke='%23add912' d='M313.7 211.7a8.8 8.8 0 0 1 5.6-1.8c2 0 4.2.6 5.6 1.8'/%3E%3Cpath stroke='%2399cf16' d='M313.6 211.8a8.8 8.8 0 0 1 5.7-1.8c2 0 4.3.6 5.7 1.8'/%3E%3Cpath stroke='%2385c61a' d='M313.6 211.9a8.7 8.7 0 0 1 5.7-1.9c2 0 4.3.7 5.7 1.9'/%3E%3Cpath stroke='%2370bc1f' d='M313.5 212a8.4 8.4 0 0 1 5.8-1.9c2 0 4.4.6 5.8 1.8'/%3E%3Cpath stroke='%235cb323' d='M313.5 212.1a8.4 8.4 0 0 1 5.8-2c2.1 0 4.4.7 5.8 2'/%3E%3Cpath stroke='%2347a928' d='M313.4 212.2a8.4 8.4 0 0 1 5.9-2c2.1 0 4.4.7 5.9 1.9'/%3E%3Cpath stroke='%230d74a4' d='M313.1 212.7a8.8 8.8 0 0 1 6.2-2 9 9 0 0 1 6.3 2'/%3E%3Cpath stroke='%23127a97' d='M313.1 212.7a8.7 8.7 0 0 1 6.2-2.2 9 9 0 0 1 6.2 2.1'/%3E%3Cpath stroke='%2317808b' d='M313.2 212.6a8.7 8.7 0 0 1 6.2-2 9 9 0 0 1 6 2'/%3E%3Cpath stroke='%231a847d' d='M313.2 212.6a8.7 8.7 0 0 1 6.1-2.1 9 9 0 0 1 6.1 2'/%3E%3Cpath stroke='%231e8a6d' d='M313.2 212.5a8.5 8.5 0 0 1 6.1-2c2.3 0 4.6.6 6 2'/%3E%3Cpath stroke='%23238f5e' d='M313.3 212.5a8.5 8.5 0 0 1 6-2.1c2.2 0 4.6.6 6 2'/%3E%3Cpath stroke='%232b944e' d='M313.3 212.4a8.3 8.3 0 0 1 6-2c2.2 0 4.6.6 6 2'/%3E%3Cpath stroke='%232f9b3e' d='M313.3 212.3c2-1.6 3.7-2 6-2 2.2 0 4.5.7 6 2'/%3E%3Cpath stroke='red' d='M323.2 208.8a6.8 6.8 0 0 0-3.9-1 6.6 6.6 0 0 0-4 1'/%3E%3Cpath stroke='%232a007c' d='M326.9 214.9c-1.6-2.3-4.3-3.4-7.5-3.4-3 0-5.2.7-7.2 2.7'/%3E%3Cpath stroke='%230671b0' d='M325.6 212.7c-1.5-1.5-4-2-6.3-2a9 9 0 0 0-6.2 2.1'/%3E%3Cpath stroke='%230c419a' d='M326.2 213.7c-1.6-2-4.1-2.6-6.9-2.6-2.6 0-5 .6-6.7 2.3'/%3E%3Cpath stroke='%23ff0' d='M324.8 211.3a9.1 9.1 0 0 0-5.5-1.6c-1.8 0-4 .5-5.4 1.6'/%3E%3Cpath stroke='%23ff4d00' d='M323.7 209.7a8.1 8.1 0 0 0-4.4-1.2 7 7 0 0 0-4.4 1.2'/%3E%3Cpath stroke='%2333a02c' d='M325.2 212.2a9.5 9.5 0 0 0-5.9-2 8.3 8.3 0 0 0-6 2'/%3E%3C/g%3E%3Cg fill='none' stroke-miterlimit='2.6' stroke-width='.1'%3E%3Cpath stroke='%23fef2ec' d='M312 214.5a16.3 16.3 0 0 1 7.3-1.8c2.6 0 5.4 1 7.6 2.1l7.7 13a15.3 15.3 0 0 1-30.6 0l8-13.3z'/%3E%3Cpath stroke='%23fef2ea' d='M319.3 212.9c2.6 0 5.3 1 7.5 2.1l7.6 12.7c0 8.3-6.8 15.2-15 15.2-8.4 0-15.1-6.7-15.2-15.1l7.9-13a15.8 15.8 0 0 1 7.2-2z'/%3E%3Cpath stroke='%23fef0e6' d='M319.3 213.3c2.5 0 5.2 1 7.3 2l7.4 12.4c0 8.1-6.6 14.9-14.7 14.9a14.7 14.7 0 0 1-14.7-14.8l7.6-12.7a15.6 15.6 0 0 1 7-1.8z'/%3E%3Cpath stroke='%23feede3' d='M319.3 213.7c2.4 0 5 .9 7 2 .2 0 7.3 11.9 7.3 12a14.4 14.4 0 0 1-14.3 14.4c-7.9 0-14.2-6.3-14.3-14.3 0-.2 7.3-12.3 7.4-12.4a16 16 0 0 1 6.9-1.7z'/%3E%3Cpath stroke='%23fee8dc' d='M319.3 214.3c2.3 0 4.8.9 6.8 2 .2 0 6.8 11.2 6.8 11.5 0 7.5-6.1 13.7-13.6 13.7s-13.6-6-13.7-13.7c0-.3 6.9-11.7 7.1-11.8 2-1 4.2-1.7 6.6-1.7z'/%3E%3Cpath stroke='%23fee6d5' d='M319.3 214.7c2.3 0 4.7.8 6.6 1.9.2.2 6.6 10.8 6.6 11.2 0 7.3-6 13.3-13.2 13.3s-13.2-6-13.2-13.3c0-.4 6.5-11.3 6.8-11.5 2-1 4-1.6 6.4-1.6z'/%3E%3Cpath stroke='%23fee3cf' d='M319.3 215.3c2.2 0 4.5.8 6.2 1.8.4.2 6.4 10.2 6.4 10.7 0 7-5.7 12.7-12.6 12.7-7 0-12.6-5.6-12.7-12.7 0-.4 6.2-10.7 6.6-11a13.3 13.3 0 0 1 6-1.5z'/%3E%3Cpath stroke='%23fee0cc' d='M319.3 215.7c2.1 0 4.3.8 6 1.8a76 76 0 0 1 6.2 10.3c0 6.7-5.5 12.3-12.2 12.3a12.2 12.2 0 0 1-12.3-12.3c0-.5 6-10.3 6.4-10.6 1.8-1 3.7-1.5 5.9-1.5z'/%3E%3Cpath stroke='%23fedec6' d='M319.3 216.1c2 0 4.2.8 5.9 1.7.4.3 6 9.4 6 10a12 12 0 0 1-12 11.9 11.8 11.8 0 0 1-11.7-11.9c0-.6 5.6-10 6-10.2a12.5 12.5 0 0 1 5.8-1.5z'/%3E%3Cpath stroke='%23fdcdaa' d='M319.3 218.8c1.6 0 3.2.5 4.5 1.3.9.5 4.6 6.7 4.6 7.7a9.2 9.2 0 0 1-9.1 9.2 9.2 9.2 0 0 1-9.2-9.2c0-1 3.9-7.4 4.7-8a9.6 9.6 0 0 1 4.5-1z'/%3E%3Cpath stroke='%23fdcdaa' d='M319.3 219a9 9 0 0 1 4.4 1.2c1 .6 4.5 6.6 4.5 7.6a9 9 0 1 1-17.9 0c0-1 3.7-7.2 4.6-7.7a9.2 9.2 0 0 1 4.4-1.1z'/%3E%3Cpath stroke='%23fdc59e' d='M319.3 220a8 8 0 0 1 4 1.1c1 .6 4 5.5 4 6.7a8 8 0 0 1-8 8 8 8 0 0 1-8-8c0-1.2 3-6.3 4.1-6.8 1.2-.7 2.5-1 3.9-1z'/%3E%3Cpath stroke='%23fdc59e' d='M319.3 220.2a7.8 7.8 0 0 1 3.9 1 16 16 0 0 1 3.8 6.6 7.8 7.8 0 0 1-7.7 7.8 7.7 7.7 0 0 1-7.8-7.7c0-1.4 3-6.1 4-6.8a7.9 7.9 0 0 1 3.8-1z'/%3E%3Cpath stroke='%23fef0e9' d='M319.3 213c2.5 0 5.2 1 7.4 2.2l7.5 12.5a15 15 0 0 1-14.9 15 15 15 0 0 1-14.9-14.9l7.7-13a15.6 15.6 0 0 1 7.2-1.7z'/%3E%3Cpath stroke='%23feede3' d='M319.3 213.5c2.5 0 5.1 1 7.1 2 .2.1 7.4 12.1 7.4 12.3a14.5 14.5 0 0 1-29 0l7.5-12.6a15.1 15.1 0 0 1 7-1.7z'/%3E%3Cpath stroke='%23feebdf' d='M319.3 214c2.4 0 5 .8 7 1.9.1 0 7 11.6 7 11.9 0 7.7-6.3 14.1-14 14.1s-14-6.3-14-14.1c0-.2 7-12.1 7.2-12.2a14.9 14.9 0 0 1 6.8-1.7z'/%3E%3Cpath stroke='%23feebdd' d='M319.3 214c2.4 0 4.9 1 6.9 2 .1.2 7 11.5 7 11.8a14 14 0 0 1-14 14 14 14 0 0 1-13.8-14c0-.2 7-11.9 7.2-12 2-1 4.2-1.7 6.7-1.7z'/%3E%3Cpath stroke='%23fee8d9' d='M319.3 214.5c2.3 0 4.8.9 6.7 2 .2 0 6.7 11 6.7 11.3 0 7.4-6 13.5-13.4 13.5s-13.4-6-13.5-13.5c0-.3 6.7-11.5 7-11.7 2-1 4.1-1.6 6.5-1.6z'/%3E%3Cpath stroke='%23fee6d3' d='M319.3 215c2.2 0 4.6.7 6.5 1.8.3.1 6.5 10.6 6.5 11 0 7.1-5.9 13.1-13 13.1a13.1 13.1 0 0 1-13-13c0-.5 6.4-11.3 6.7-11.4a13.8 13.8 0 0 1 6.3-1.6z'/%3E%3Cpath stroke='%23fee3d2' d='M319.3 215.1c2.2 0 4.5.8 6.4 1.8.3.2 6.4 10.5 6.4 10.9 0 7-5.8 13-12.8 13a13 13 0 0 1-12.9-13c0-.4 6.3-11 6.7-11.1a13.8 13.8 0 0 1 6.2-1.6z'/%3E%3Cpath stroke='%23fee0cc' d='M319.3 215.5c2.2 0 4.4.8 6.1 1.8.5.2 6.3 10 6.3 10.5 0 6.8-5.6 12.5-12.4 12.5a12.5 12.5 0 0 1-12.5-12.5c0-.5 6-10.6 6.5-10.8a13 13 0 0 1 6-1.5z'/%3E%3Cpath stroke='%23fedec8' d='M319.3 216c2 0 4.2.7 6 1.6.4.3 6 9.6 6 10.2a12 12 0 0 1-12 12 12 12 0 0 1-12-12 88 88 0 0 1 6.2-10.4c1.7-1 3.6-1.5 5.8-1.5z'/%3E%3Cpath stroke='%23fddbc5' d='M319.3 216.3c2 0 4.1.8 5.8 1.7a87 87 0 0 1 5.8 9.8c0 6.4-5.2 11.7-11.6 11.7-6.4 0-11.6-5.2-11.6-11.7 0-.6 5.5-9.7 6-10a12.1 12.1 0 0 1 5.6-1.5z'/%3E%3Cpath stroke='%23fddbc2' d='M319.3 216.5c2 0 4 .8 5.7 1.7.5.3 5.7 9 5.7 9.6 0 6.3-5.1 11.5-11.4 11.5s-11.4-5.1-11.5-11.5c0-.7 5.4-9.6 6-9.9a12 12 0 0 1 5.5-1.4z'/%3E%3Cpath stroke='%23fdd9bf' d='M319.3 216.7c2 0 4 .7 5.6 1.6.5.4 5.6 8.8 5.6 9.5a11.2 11.2 0 0 1-22.4 0c0-.7 5.2-9.4 5.8-9.7a11.9 11.9 0 0 1 5.4-1.4z'/%3E%3Cpath stroke='%23fdd9bf' d='M319.3 217c2 0 3.9.6 5.4 1.5a55 55 0 0 1 5.6 9.3c0 6-5 11-11 11s-11-4.8-11-11c0-.7 5-9.2 5.7-9.5a11.5 11.5 0 0 1 5.3-1.4z'/%3E%3Cpath stroke='%23fdd6bc' d='M319.3 217.1c1.9 0 3.8.7 5.3 1.6.7.3 5.5 8.3 5.5 9.1 0 6-4.9 10.9-10.8 10.9a10.8 10.8 0 0 1-10.8-10.9c0-.8 5-9 5.6-9.3a11 11 0 0 1 5.2-1.4z'/%3E%3Cpath stroke='%23fdd6b9' d='M319.3 217.3c1.8 0 3.7.7 5.2 1.5.7.4 5.3 8.2 5.3 9 0 5.8-4.7 10.7-10.5 10.7a10.6 10.6 0 0 1-10.6-10.7c0-.8 4.8-8.8 5.5-9.2a11 11 0 0 1 5-1.3z'/%3E%3Cpath stroke='%23fdd4b8' d='M319.3 217.6c1.8 0 3.7.6 5.2 1.4.6.4 5.2 8 5.2 8.8 0 5.7-4.7 10.5-10.4 10.5s-10.4-4.7-10.4-10.5c0-.8 4.6-8.6 5.3-9a10.8 10.8 0 0 1 5-1.2z'/%3E%3Cpath stroke='%23fdd4b6' d='M319.3 217.7c1.8 0 3.6.7 5 1.5.8.4 5.2 7.7 5.2 8.6 0 5.6-4.6 10.3-10.2 10.3a10.2 10.2 0 0 1-10.2-10.3c0-.9 4.5-8.4 5.2-8.8a10.8 10.8 0 0 1 5-1.3z'/%3E%3Cpath stroke='%23fdd2b2' d='M319.3 218c1.7 0 3.5.6 5 1.4.7.4 5 7.5 5 8.4 0 5.5-4.6 10-10 10s-10-4.4-10-10a39 39 0 0 1 5.1-8.6 10.7 10.7 0 0 1 4.9-1.3z'/%3E%3Cpath stroke='%23fdd1b0' d='M319.3 218.2c1.7 0 3.5.6 4.9 1.4.7.4 4.9 7.3 4.9 8.2 0 5.4-4.5 9.9-9.8 9.9s-9.8-4.4-9.8-9.9c0-.9 4.2-8 5-8.4a9.8 9.8 0 0 1 4.8-1.3z'/%3E%3Cpath stroke='%23fdd0b0' d='M319.3 218.4c1.7 0 3.4.6 4.8 1.3.8.5 4.7 7.1 4.7 8.1a9.5 9.5 0 1 1-19.1 0c0-1 4.1-7.8 5-8.3a9.8 9.8 0 0 1 4.6-1.1z'/%3E%3Cpath stroke='%23fdd0ad' d='M319.3 218.6a9.8 9.8 0 0 1 4.7 1.3c.8.5 4.6 7 4.6 8 0 5-4.2 9.3-9.3 9.3s-9.4-4.1-9.4-9.4c0-1 4-7.6 4.8-8a9.6 9.6 0 0 1 4.6-1.2z'/%3E%3Cpath stroke='%23fdcaa6' d='M319.3 219.2c1.5 0 3 .5 4.4 1.2.9.5 4.3 6.3 4.3 7.4a8.8 8.8 0 0 1-8.7 8.8 8.8 8.8 0 0 1-8.8-8.7c0-1.2 3.6-7.1 4.5-7.7a9.1 9.1 0 0 1 4.3-1z'/%3E%3Cpath stroke='%23fdcaa4' d='M319.3 219.4a9.1 9.1 0 0 1 4.3 1.2c.9.5 4.2 6 4.2 7.2a8.6 8.6 0 0 1-8.5 8.6 8.6 8.6 0 0 1-8.6-8.5c0-1.2 3.5-7 4.4-7.5a9 9 0 0 1 4.2-1z'/%3E%3Cpath stroke='%23fdc8a4' d='M319.3 219.6c1.5 0 3 .5 4.2 1.2a19 19 0 0 1 4.1 7 8.4 8.4 0 0 1-16.7.1c0-1.2 3.3-6.7 4.3-7.3a8.5 8.5 0 0 1 4-1z'/%3E%3Cpath stroke='%23fdc8a1' d='M319.3 219.8c1.4 0 2.9.5 4 1.1 1 .6 4.1 5.7 4.1 7a8.2 8.2 0 0 1-8.1 8.1 8.2 8.2 0 0 1-8.2-8.1c0-1.3 3.2-6.6 4.2-7.1 1.2-.6 2.5-1 4-1z'/%3E%3Cpath stroke='%23fdc39b' d='M319.3 220.4c1.3 0 2.7.4 3.7 1a15 15 0 0 1 3.8 6.4 7.5 7.5 0 0 1-7.5 7.6 7.5 7.5 0 0 1-7.6-7.5c0-1.4 2.8-6 3.9-6.6a7.7 7.7 0 0 1 3.7-1z'/%3E%3Cpath stroke='%23fdc398' d='M319.3 220.6c1.3 0 2.6.4 3.6 1a13 13 0 0 1 3.7 6.3c0 4-3.3 7.3-7.3 7.3a7.3 7.3 0 0 1-7.4-7.3 14 14 0 0 1 3.8-6.4 7.7 7.7 0 0 1 3.6-1z'/%3E%3Cpath stroke='%23fdc097' d='M319.3 220.8a7.5 7.5 0 0 1 3.6 1 13 13 0 0 1 3.5 6c0 4-3.2 7.2-7.1 7.2a7.1 7.1 0 0 1-7.2-7.1c0-1.5 2.5-5.6 3.7-6.3a7.3 7.3 0 0 1 3.5-.8z'/%3E%3Cpath stroke='%23fdc095' d='M319.3 221a7 7 0 0 1 3.5 1c1.1.7 3.4 4.4 3.4 5.9a7 7 0 0 1-7 7 7 7 0 0 1-6.9-7c0-1.5 2.4-5.4 3.6-6a6.8 6.8 0 0 1 3.4-.9z'/%3E%3Cpath stroke='%23fdbe92' d='M319.3 221.2a7 7 0 0 1 3.4 1c1.1.6 3.3 4.2 3.3 5.7a6.7 6.7 0 1 1-13.5 0c0-1.5 2.3-5.2 3.5-5.9 1-.5 2-.8 3.3-.8z'/%3E%3Cpath stroke='%23fdbe90' d='M319.3 221.4c1.1 0 2.3.4 3.3 1 1.1.6 3.2 4 3.2 5.5a6.5 6.5 0 0 1-6.5 6.5 6.5 6.5 0 0 1-6.6-6.5c0-1.6 2.1-5 3.4-5.7a6.6 6.6 0 0 1 3.2-.8z'/%3E%3Cpath stroke='%23fdbb8f' d='M319.3 221.6c1.1 0 2.2.3 3.2.9 1.2.7 3 3.8 3 5.4a6.3 6.3 0 0 1-6.2 6.3 6.3 6.3 0 0 1-6.4-6.3 9 9 0 0 1 3.3-5.5c1-.5 2-.8 3-.8z'/%3E%3Cpath stroke='%23fdbb8d' d='M319.3 221.8c1 0 2.2.3 3 .9a8 8 0 0 1 3 5.2 6.1 6.1 0 0 1-6 6 6.1 6.1 0 0 1-6.1-6c0-1.6 1.8-4.6 3-5.3a6 6 0 0 1 3-.8z'/%3E%3Cpath stroke='%23fdb98a' d='M319.3 222a5.8 5.8 0 0 1 3 .8c1.2.8 2.9 3.5 2.9 5a6 6 0 0 1-6 6 6 6 0 0 1-5.8-6c0-1.6 1.6-4.3 3-5a6 6 0 0 1 2.9-.8z'/%3E%3Cpath stroke='%23fdb98a' d='M319.3 222.2a5.8 5.8 0 0 1 2.8.8 7 7 0 0 1 2.9 4.9 5.7 5.7 0 0 1-11.4 0 7 7 0 0 1 2.9-5 5.5 5.5 0 0 1 2.8-.7z'/%3E%3Cpath stroke='%23fcb687' d='M319.3 222.4c1 0 2 .3 2.8.8a6.5 6.5 0 0 1 2.6 4.7 5.5 5.5 0 1 1-11 0c0-1.7 1.5-4 2.9-4.8a6 6 0 0 1 2.7-.7z'/%3E%3Cpath stroke='%23fcb685' d='M319.3 222.6c1 0 1.9.3 2.7.8a5.9 5.9 0 0 1 2.5 4.5 5.3 5.3 0 0 1-5.2 5.3 5.3 5.3 0 0 1-5.3-5.3 5.9 5.9 0 0 1 2.7-4.6 5 5 0 0 1 2.6-.7z'/%3E%3Cpath stroke='%23fcb485' d='M319.3 222.8c1 0 1.8.3 2.6.7a5.3 5.3 0 0 1 2.4 4.4 5 5 0 1 1-10.1 0c0-1.8 1.1-3.6 2.6-4.4a5 5 0 0 1 2.5-.7z'/%3E%3Cpath stroke='%23fcb482' d='M319.3 232.8a4.9 4.9 0 0 0 4.8-4.9c0-2.7-2.2-4.9-4.8-4.9a4.9 4.9 0 0 0-5 4.9 4.9 4.9 0 0 0 5 4.9z'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-miterlimit='2.6' stroke-width='.1' d='M319.3 232.8a4.9 4.9 0 0 0 4.9-4.9 4.9 4.9 0 0 0-4.9-4.8 4.9 4.9 0 0 0-4.9 4.8 4.9 4.9 0 0 0 5 4.9z'/%3E%3Cg stroke='%23000' stroke-width='.1'%3E%3Cpath fill='none' d='M320.4 223.1l.5-2.6m-1 2.6l.2-2.7m-.8 2.6v-2.6m-.5 2.7l-.3-2.7m-.2 2.7l-.6-2.6m.1 2.8l-.8-2.6m.3 2.7l-1-2.4m.6 2.6l-1.4-2.3m1 2.6l-1.6-2.1m1.2 2.5l-1.9-2m1.5 2.3l-2-1.8m1.7 2.2l-2.2-1.5m1.8 2l-2.2-1.4m2 1.8l-2.4-1m2.2 1.5l-2.5-.9m2.4 1.4l-2.6-.6m2.5 1l-2.6-.2m2.6.8h-2.7m2.7.5l-2.6.3m2.7.2l-2.6.6m2.7-.1l-2.5.8m2.7-.3l-2.4 1m2.6-.6l-2.8 1.8m3.1-1.3l-5.7 4m6-3.6l-6.1 5.4m6.5-5l-5.1 5.6m5.5-5.3l-3.9 5.1m4.3-4.8l-4 7m4.5-6.8l-2.3 5m2.7-4.8l-2.2 7m2.7-6.9l-1 4.7m1.6-4.6l-.7 7.2m1.7-7.2l.2 2.6m.3-2.7l1.5 6.8m-1-7l1.3 4.1m-.8-4.2l3 6.7m-2.6-7l3.3 5.8m-2.8-6l4.7 6.2m-4.3-6.5l4.1 4.8m-3.8-5.2l6.2 5.7m-5.9-6l3.4 2.4m-3-2.9l2.2 1.3m-2-1.7l2.4 1m-2.2-1.5l2.5.8M324 229l2.6.5m-2.5-1l2.6.2m-2.6-.8h2.6m-2.6-.5l2.6-.2m-2.7-.3l2.6-.5m-2.7 0l2.5-.8m-2.7.4l2.4-1.1m-2.6.6l2.3-1.3m-2.6.9l2.1-1.6m-2.4 1.1l2-1.7m-2.4 1.4l1.8-2m-2.2 1.6l1.6-2m-2 1.8l1.3-2.3m-1.8 2l1.1-2.4m-1.6 2.3l.9-2.5m-2.4-4v-2M317 217l-.4-2m-1.8 2.7l-.8-1.8m-1.2 3l-1.2-1.7m-.5 3.2l-1.6-1.3m.2 3.2l-1.8-1m.8 3.2l-2-.7m1.5 3l-2-.3m2 2.5l-2 .2m2.5 2.1l-2 .7m22.2 1.5l1.8 1m-.8-3.1l1.9.6m-1.5-2.9l2 .2m-2-2.5l2-.2m-2.4-2.1l2-.6m-3-1.5l1.8-1m-3.1-.9l1.5-1.4m-3.2-.2l1.2-1.6m-3.2.5l.8-1.9m-3 1.1l.4-2'/%3E%3Cpath fill='%23e60000' fill-rule='evenodd' stroke-miterlimit='2.6' d='M322.1 230.2s-.7-.4-1-.4l-3 .1c-.5.1-.8.5-.8.5s.5.5 1.4.6c1 0 1.7 0 2.2-.2l1.2-.6z'/%3E%3Cpath fill='%23e60000' fill-rule='evenodd' stroke-miterlimit='2.6' d='M317.4 229.5s.1-1.4 1-3l-.4.8s-.6.3-.9 0c-.3-.4-.1-.5.1-1 .2-.4.2-.8.5-1 .2-.3.4-.3 1-.3.7 0 1.2 0 1.7.8l1 1.7c.6.8.6 1.9.6 1.9l.2.8s-.7-.4-1.1-.4l-3 .1-.8.5s-.3-.6.1-1z'/%3E%3Cpath fill='none' stroke-miterlimit='2.6' d='M317.4 229.5s.6-.3 2.3-.3c2 0 2.1.2 2.3.3'/%3E%3Cpath fill='%23fc0' fill-rule='evenodd' stroke-miterlimit='2.6' d='M319.2 237.1v-7.2s.2-.2.8 0v7.1s.2 5.5-.4 5.5c-.7 0-.4-1.3-.4-5.4z'/%3E%3C/g%3E%3Cg fill='%23e60000'%3E%3Cpath fill-rule='evenodd' d='M311.8 231l.1.3-1.4.6.2.5h-.2c-.1-.2-.2-.3-.6-.3v-.2l1.9-.8zm-1.5-.5a.6.6 0 0 1-.3-.4c0-.4.1-.7.6-.8.2-.1.7-.1.9.5 0 .3 0 .7-.5.8v-.2c.2-.1.3-.3.2-.6 0-.2-.3-.3-.6-.3-.3.1-.4.3-.3.6a.5.5 0 0 0 .3.3v.2l-1.2.1-.2-1h.3l.2.8h.6zm-.6-4c-.3 0-.5.3-.5.6 0 .2 0 .5.3.5s.3-.1.4-.2l.2-.6c0-.3.2-.5.6-.5.5 0 .6.6.5 1l-.2.6c-.2.1-.4.2-.6.1v-.2c.4 0 .6-.3.6-.6 0-.2 0-.5-.3-.6-.3 0-.3 0-.4.4l-.2.5c0 .1-.1.4-.5.4s-.7-.3-.6-.8c0-.8.5-.8.7-.8v.3zm0-1.3l.5.2.4-1.1h.3l-.4 1.2.7.3.4-1.3h.2l-.4 1.6-2.1-.7.5-1.5.2.1z'/%3E%3Cpath d='M311 222a.7.7 0 0 0-.4.4l-.5.8 1.9 1.1.1-.2-.8-.5.4-.6c.2-.4 0-.7-.2-.9a.6.6 0 0 0-.5 0zm.2.4a.4.4 0 0 1 .1 0c.2.2.2.3.1.6l-.3.4-.6-.3.3-.5c.1-.2.2-.3.4-.2z'/%3E%3Cpath fill-rule='evenodd' d='M313.6 222.1l-.2.2-1.4-1.3-.5.5-.2-.1 1.2-1.3.2.2-.5.5zm.7-.6l-1.3-1.7.2-.2 1.3 1.7zm0-2.3l.3.6 1-.5.2.2-1 .6.2.6 1.2-.6.1.2-1.4.8-1-2 1.4-.7.1.2zm4 .6l-.3-1.2v-.6l-.3 2h-.3l-1-1.6.2.5.2 1.3h-.2l-.5-2.1h.4l1 1.6.2-2h.4l.5 2-.3.1z'/%3E%3Cpath d='M319 217.6v2.2h.8c.5 0 .8-.2.8-.6 0-.3-.2-.4-.4-.5.3-.1.3-.3.3-.5 0-.3-.1-.5-.5-.6h-1zm.3.3h.5c.3 0 .4.2.4.4s-.1.3-.4.2h-.5v-.6zm0 .9h.5c.2 0 .5.1.5.4 0 .2-.2.4-.5.4l-.5-.1v-.7zm2.1-1l-.5 2.1.2.1.3-.9.7.2c.3.1.3.3.2.5v.5l.3.1v-.7c.1-.2 0-.3 0-.4 0 0 .3-.1.3-.4.2-.5-.1-.7-.5-.8l-1-.3zm.3.4l.6.2c.2 0 .4 0 .3.4 0 .3-.3.3-.5.2l-.6-.1.2-.7z'/%3E%3Cpath fill-rule='evenodd' d='M324 219l-.3.6 1 .6-.1.2-1-.5-.4.6 1.1.6-.1.2-1.4-.8 1-1.8 1.5.8-.2.2z'/%3E%3Cpath d='M326.6 220.7L325 222l.6.7c.4.5 1 .3 1.4 0 .5-.4.6-1 .2-1.4l-.5-.7zm0 .4l.3.4c.3.3.3.6-.1 1-.4.3-.8.3-1 0l-.3-.4 1.1-1z'/%3E%3Cpath fill-rule='evenodd' d='M328.2 223l-.7.4.6 1-.3.2-.5-1.1-.6.3.6 1.2h-.3l-.7-1.3 2-1 .7 1.4-.3.1zm-.8 4v-.3l1.5-.2-.1-.5h.2c0 .3.1.4.5.5v.2l-2.1.3z'/%3E%3Cpath d='M328 227.6l-.4.2a.9.9 0 0 0-.2.5c0 .5.3.8.6.8.2 0 .4 0 .6-.3 0 0 .1.2.4.2.3 0 .6 0 .6-.6 0-.5-.3-.7-.6-.7-.2 0-.3.1-.4.4 0-.3-.3-.4-.5-.5zm0 .4c.2 0 .4.1.4.4 0 .2-.1.4-.4.4-.3 0-.3-.3-.3-.5 0-.3.2-.3.4-.3zm1 0c.2 0 .3.1.3.4 0 .3-.2.4-.3.4a.4.4 0 0 1-.3-.4c0-.2.1-.3.3-.3z'/%3E%3Cpath fill-rule='evenodd' d='M328.7 229.5c.7.2.6.7.6 1-.1.3-.4.5-.8.4-.4 0-.5-.3-.6-.7v-.2c0-.4-.2-.5-.3-.5l-.3 1.1h-.3l.4-1.4c.4.1.6.3.7.7v.3c.2.2.2.4.5.5.1 0 .4 0 .5-.4 0-.3-.3-.4-.4-.5v-.3zm-2.1 2.1l.1-.3 1.4.7.2-.5.2.1c-.1.4-.2.5.1.7v.2l-2-.9z'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='.2' d='M319.3 202.3L283 263h72.7z'/%3E%3Cg fill='none' stroke-miterlimit='2.6'%3E%3Cpath stroke='%23000' stroke-width='.1' d='M321.3 255.5a6.3 6.3 0 0 0 3.2 0c1.5-.3 3-1.2 4.8-1 1.4 0 3.2 1.2 5.3 1.2 2.2 0 3-.7 4.8-1.1 1.3-.3 2-.2 3.4.2 1.6.3 2.5 1.2 5.2 1'/%3E%3Cpath stroke='%23fff' stroke-width='.4' d='M293.2 258.1c1.3-1 3.4-1.3 5-1 2.2.5 3.1 1 5.4 1 1.7 0 3.2-1.1 5-1.1 2.8 0 2.9.6 5.4 1a5.6 5.6 0 0 0 2.2 0 9.5 9.5 0 0 0 2.5-.8c.8-.4 2.8-.4 3.8-.3 1.8.2 2.6.9 3 1 1 .2 2 .4 3.2 0 1.5-.4 3-1.4 4.9-1.2 1.3.2 3 1.4 5.2 1.4s3-.8 4.8-1.2c1.4-.3 2-.2 3.4.1 1.6.4 2.5 1.5 5.2 1.2'/%3E%3Cpath stroke='%23fff' stroke-width='.3' d='M289.1 256a7.6 7.6 0 0 1 5-.8c2.2.4 3.1 1 5.4 1 1.7-.1 3.2-1.1 5-1.1 2.8 0 2.9.5 5.4 1h2.2a9.4 9.4 0 0 0 2.5-.9c.8-.3 2.8-.3 3.8-.2 1.8.2 2.6.8 3 .9 1 .2 2 .3 3.2 0 1.5-.4 3-1.2 4.9-1 1.3 0 3.1 1.2 5.2 1.2 2.2 0 3-.8 4.8-1.1 1.4-.3 2-.1 3.4.1 1.6.4 2.5 1.3 5.2 1'/%3E%3Cpath stroke='%23fff' stroke-width='.5' d='M285.4 262a6.3 6.3 0 0 1 5-1c2.1.5 3 1.1 5.4 1 1.7 0 3.2-1.3 4.9-1.3 2.9 0 3 .7 5.5 1.3a5.8 5.8 0 0 0 2.2 0 8.4 8.4 0 0 0 2.5-1c.8-.5 2.8-.4 3.8-.3 1.8.2 2.5 1 2.9 1 1 .3 2 .5 3.3.2 1.5-.6 3-1.6 4.8-1.4 1.3.1 3.1 1.6 5.3 1.6 2.1 0 3-1 4.7-1.5 1.4-.3 2-.1 3.5.2 1.6.4 2.5 1.6 5.2 1.3'/%3E%3Cpath stroke='%23fff' stroke-width='.3' d='M286.4 258.6c1.2-.9 3.4-1.2 5-.9 2.1.5 3 1 5.4 1 .7 0 1.4-.3 2.2-.5'/%3E%3Cpath stroke='%23000' stroke-width='.2' d='M297.4 255c.3 0 1.3-.5 2.8-.5 2.9 0 1 0 3.6.5.7 0 2.5 0 3-.4m25.4 8.2c1-.2 1.8-.5 2.6-.8.7-.3 2.7-.3 3.8-.2 1.8.2 2.5.8 2.9.8a6.3 6.3 0 0 0 3.2 0c1.6-.3 3-1.2 5-1 1.2.1 3 1.3 5.2 1.3'/%3E%3Cpath stroke='%23fff' stroke-width='.3' d='M336.7 254.8c2.1 0 2.9-.8 4.8-1.2 1.3-.2 2 0 3.3.2 1.7.3 2.5 1.3 5.2 1'/%3E%3Cpath stroke='%23000' stroke-width='.1' d='M285.5 262.2a7.7 7.7 0 0 1 5-.8c2.2.4 3.1.9 5.4.9 1.7 0 3.2-1.1 5-1.1 2.8 0 2.9.6 5.4 1a7.5 7.5 0 0 0 2.2 0 9.8 9.8 0 0 0 2.5-.8c.8-.4 2.8-.3 3.8-.2 1.8.1 2.5.7 3 .8'/%3E%3Cpath stroke='%23000' stroke-width='.5' d='M290 259.6c1.3-.9 3.5-1.2 5.1-.9 2.2.4 3.1 1 5.4.9 1.7 0 3.1-1 4.8-1 3 0 3 .5 5.6 1a7.4 7.4 0 0 0 2.2 0 11.3 11.3 0 0 0 2.5-.9c.7-.3 2.8-.3 3.8-.2 1.8.2 2.5.8 3 .9.9.2 2 .3 3.2 0 1.5-.4 3-1.3 4.8-1 1.5 0 3.3 1.2 5.3 1.2 2.2 0 3-.8 4.8-1.2 1.3-.2 2 0 3.4.2 1.6.3 2.5 1.3 5.2 1'/%3E%3C/g%3E%3Cg fill='%23fc0' fill-rule='evenodd' stroke='%23000' stroke-width='.2'%3E%3Cpath d='M291 249.5c.4 0 1.2-.6 1.5-.8.3-.2.5-.7.8-1l1.5-1a10.8 10.8 0 0 0 3.5-3.1 17.8 17.8 0 0 1 5.7-5.2c.8-.4 1.9-.3 2.7 0l.8.7c1 .7 2.3 1.3 3.9 1.8 1.5.4 1.9 1.4 3 2.5.7.5 1.3 1 2 1.3l.4.4 2 1.4a67 67 0 0 1 3.2 3.1l.4.7c.8.7 1.6 1.5 2.6 2l2.7 1.6c-9.2.4-17.7-.2-27 0H299l-1.8.1h-8.8l2.7-4.5z'/%3E%3Cpath d='M327.3 253.7l-2.3-1.4c-1-.5-1.8-1.3-2.6-2l-.4-.7a67 67 0 0 0-3.2-3.1l-2-1.4-.3-.4a8.5 8.5 0 0 1-2-1.3l-1.9-2a7.5 7.5 0 0 1 1.3-.7c.6-.4 1.5-.3 2.2 0l.7.5c.8.7 1.9 1.1 3.2 1.5 1.3.4 1.6 1.2 2.6 2.1.5.5 1 .8 1.6 1.1l.3.3 1.7 1.3 2.7 2.5.3.6c.7.6 1.3 1.3 2.1 1.6l2.3 1.4h-6.2z'/%3E%3Cpath d='M319.1 242.4l.9.3c1.3.4 1.6 1.2 2.6 2.1.5.5 1 .8 1.6 1.1l.3.3 1.7 1.3a63 63 0 0 1 2.7 2.5l.3.6c.7.6 1.3 1.3 2.1 1.6.7.3 1.3.8 2 1.2l5-.1c-.6-.4-1.2-1-2-1.3-.7-.3-1.3-1-1.9-1.5l-.3-.5-2.4-2.3-1.6-1.1-.2-.3a6.2 6.2 0 0 1-1.5-1c-1-.8-1.2-1.6-2.4-2a9 9 0 0 1-2.9-1.3c-.2-.1-.4-.4-.6-.4-.6-.3-1.5-.4-2 0a9.8 9.8 0 0 0-1.4.8z'/%3E%3Cpath d='M327.6 244.4l.8.9 1.5 1 .2.3 1.6 1 2.4 2.4.3.5c.6.6 1.2 1.2 2 1.5l1.3.8h6c-.6-.4-1-.8-1.7-1l-1.5-1.3-.3-.4a93.8 93.8 0 0 0-2-1.9l-1.2-.9-.2-.2a5 5 0 0 1-1.2-.8c-.7-.7-1-1.3-1.9-1.6a7.3 7.3 0 0 1-2.4-1l-.4-.4c-.6-.2-1.2-.3-1.7 0a9.5 9.5 0 0 0-1.6 1v.1z'/%3E%3Cpath d='M343.3 252.5a7.4 7.4 0 0 0-1.3-.8l-1.5-1.2-.3-.4c-.6-.7-1.2-1.3-2-1.9l-1.2-.9-.2-.2a5.7 5.7 0 0 1-1.2-.8c-.6-.6-.9-1-1.5-1.4a6.3 6.3 0 0 1 1-.7c.5-.2 1 0 1.5 0l.4.4c.5.4 1.2.7 2 1 .9.2 1 .7 1.7 1.3.3.2.6.5 1 .6l.2.3 1 .7 1.7 1.6.2.4 1.3 1 1.5.9h-4.3z'/%3E%3C/g%3E%3Cpath fill='none' stroke='%2300633b' stroke-width='.1' d='M303.2 239c.4 0 .2-.2.6 0m-1.5.5c.5 0 .7-.4 1 0m-1.4.3c.2 0 .3-.2 1 .2m-1.5.4h1m-1.6.4c.5-.1.7.2 1.3.1m-1.9.5h1.4m-2 .6h.7c.5 0 .4.1.8 0m-1.9.5c.7 0 1 0 1.4.2m-2.3 1.1h1.4m-11 10c1.8-.4 4 0 6-.3m3.8-10.3c.5-.2.4 0 1 0h.7m-2.4 1.1c.5-.2 1 0 1.5 0m-.3.5c-.5-.1-1 0-1.6 0m1.2.6a2.9 2.9 0 0 0-1.7 0m-.8.4c.7 0 1.4-.2 2.1 0m-2.6.6c.7-.3 1.4 0 2.2 0m-3 .4h2.3c.1 0 .4-.2.5 0m-.2.4c-1.2.2-2.3 0-3.5.1m2.8.5c-.3 0-1 .2-1.5.1h-.3a4.2 4.2 0 0 0-1.7.1m-.2.4a1 1 0 0 1 .7 0h2.1l.6.3m-3.9 0h1.6l2 .4m-4 0c.5 0 1 0 1.6.2l2.1.1m-4.4 0c.7.3 1.5 0 2.2.2l2.1.2m-4.8.2c1.1 0 2.2 0 3.4.2.3 0 .8.2 1.2.1m-5 .2c1.1.2 2.2 0 3.3.3l1.5.2m-5.2.3l.3-.1h2.6c.7 0 1.5 0 2.2.2m-5.5.5c1.7-.2 3.5 0 5.2 0m-5.5.5c1.8.2 3.7 0 5.5.1m-5.8.4c.8.2 1.6 0 2.4.1.6.1 1.1.2 1.7.1h1.5m7.4-7.6h.2m-.4.2h.2m-.4.3h.4m-.5.2h.4m-.8.3l.8.1m-1 .4l1-.1h-.1m-1.3.5h1.3m-1.6.4h1.4m-1.6.4h1.6m-2 .5l1 .2c.3.1.6 0 .8 0m-1.8.2l1.6.2m-2 .2c.5 0 1 0 1.4.2h.6m-2.5.4c.5-.2 1.2 0 1.8.1h.6m-2.5.4c.6-.2 1.3-.2 2 0h.3m-2.7.5c.8.1 1.7-.1 2.6.1m-2.9.2c.7.3 1.5 0 2.2.2.3.1.5.1.8 0m-3.5.4c.3-.1.7-.2 1-.1.8.2 1.6.1 2.3.2m-3.6.4c.1 0 .3.1.4 0h3.2m-4 .4c1 .3 1.8 0 2.7.3h1.2m-4.1.3c1.3 0 2.5 0 4 .2m3.3-7.5h.3m-.5.3h.5m-.6.4h.6m-.8.5h.8m-1 .5l1-.1m-1.1.4h1m-1.2.6h1.3m-1.3.4h1.4m-1.6.6h1.5m-1.7.5c.2 0 .4-.2.6-.1h1m-1.7.6c.6-.2 1.2.2 1.8-.2m-2 .8h2m-2 .5c.6-.2 1.4 0 2 0m-2.5.5l2.8-.2m-2.7.7c1-.2 2 0 3.1-.1m-3.3.7c1 .1 1.3 0 2.3-.1l1.2-.2h.6m-4 .6c1.5-.2 3 .1 4.6-.3m-11.3 0h1.2m4.7.3c.2 0 .3-.1.4 0m5.4-.1c1.3-.2 2.5.2 3.8 0m-4.4-.5c.8-.2 1.5 0 2.3.1l.1.2h2m-8.9-.3h-.8m-4.1-.2l-1.7.1m12.1-11.8h.3m-.2.3h.3m-.2.6l.4-.1m-.3.4h.6m0 .4h-.5m.3.6a.8.8 0 0 1 .5-.1m.3.4h-.8m.2.4l.8-.1m.2.6h-.9m.2.6c.4 0 .7 0 1-.2m0 .3l-.9.2m.2.6c.4-.2.9 0 1.2-.2m.1.5h-.9l-.3.1m.2.8c.3-.1.5-.3.8-.3h.6m.2.4l-1.4.2m.1.6l1.6-.3m-1.5 1l1.8-.4m.4.4c-.7.1-1.4 0-2 .3m.2.6s.1.1.2 0a4 4 0 0 1 2-.3m0 .4c-.5.4-1.3.2-2 .3h-.2m.2.5l2.3-.2m.5.5h-1.8c-.3 0-.5.2-.8.3m0 .5h.4c.8-.5 1.6-.4 2.5-.4m.2.5c-.7 0-1.4-.2-2.1 0-.3.1-.5.3-.8.3m.3.5l1-.3h2.4m0 .4c-.4-.1-1-.2-1.3 0-.7.1-1.3.3-2 .3m.4.4c.5 0 1-.3 1.6-.4h1.3m-3 .7c1-.1 1.7 0 2.6-.3h.9m0-.3c1.4.1 2.8-.1 4.1.2m-3.8.3l.4-.1h3.4m-.4-2.9h.2m-.1.4c.1 0 .2-.2.4 0m-.3.4h.7m-.5.6c.2-.3.6 0 .8-.2m-.6.8c.3-.3.7 0 1-.3m-1 .7c.5-.2 1 0 1.4-.3m-1.2.7c.7-.3 1.5.1 2.1-.4m-2 .7c.8-.2 1.7 0 2.6 0m.6 0h4.6m-5.3-.6c1.4.2 3.4 0 5.1.2m-12.6-10.6l1.1-.2m-.8.4l1.2-.1m-.7.6l.8-.2h.4m-.9.4h1.5m.2.3l-1.2.1m.8.5l1-.2m.5.4h-1.2m.6.5l1-.2m.6.5h-1m.5.5l1.2-.1m.4.2l-1 .2m.5.5c.3-.2.9 0 1.3-.2m.4.5h-1l-.4.1m2.6.8l-1.5.1m.5.6c.5-.2 1.1-.2 1.6-.3m-.4 1.7h.8c.8-.2 1-.4 1.7-.3m.5.4l-2.2.2-.4.1m.4.4c.8-.2 2-.1 2.7-.3m.8.5l-2 .1-1 .1m.7.5h.3c.6-.4 1.7-.4 2.6-.4m.5.5h-1.9l-.9.2m.8.5c.8-.2 2.3-.3 1.4-.3h1.9m.2.3a4.3 4.3 0 0 0-1.5 0c-.4.2-.3.3-1.4.3m.4.2l1.2-.1 1.5-.1m-2.4.4h2.7m-16.2-11h.7c0-.2.2 0 .3-.2h.3m-1.7-.2h.8c-.1-.2.2 0 .2-.1h.4m5.5 6c.2-.1.2-.2.6-.1-.1-.2.3 0 .4-.1h.5m0 1.5c.5 0 1.2 0 1.7-.3m.8.6c-.6.1-1.6 0-2.1.3m-8-8.4c-.6 0-.7.2-1.1.2m8 1.6l1-.2m-.7.5c.4-.1.7 0 1-.2m-.7.5l.7-.1h.4m-.7.4h1.2m.3.2a4 4 0 0 0-1.2.2m.4.4l1.3-.2m.5.3l-1.3.1m.4.4c.3 0 1.2 0 1.3-.2m.5.5h-1.2m.4.4l1.3-.1m.4.2c-.2.2-.9.2-1.1.3m.6.4c.3-.2.8 0 1.2-.2m.4.4h-1c0 .1-.1.2-.3.1m2.4.8l-1.4.1m.5.5c.4-.2 1-.2 1.5-.3m-.3 1.7l.6-.1c.8-.1.9-.3 1.6-.3m.4.4l-2 .2-.4.1m.4.3c.7 0 1.8 0 2.5-.2m.7.4l-1.7.1-1 .2m.6.4h.3c.6-.4 1.5-.3 2.4-.3m.5.4H332l-.9.2m.6.4l1.5-.2h1.7m.2.3h-1.4c-.2 0-.3.2-1.5.2m.4.3l1.3-.2h1.4m-2.1.4l1.7-.1h.7m-15-10.1c.3-.1.2-.2.5-.1l.5-.1h.3m-1.7 0c.2-.2.2-.3.6-.2l.4-.1h.4m5.2 5.5c.2-.1 0-.2.4-.1-.1-.2.3 0 .4-.1h.5m0 1.5l1.5-.4m.8.6c-.6.1-1.4 0-1.8.2m-7.5-7.6a2.3 2.3 0 0 0-1.4.5m8.6 2.5l.9-.1m-.7.3l1-.1m-.7.4l.7-.1h.3m-.7.3h1.1m.2.2h-.9m.5.4l.8-.2m.4.3h-1m.3.4l1-.2m.4.4h-1m.4.3l1-.1m.3.2l-.9.2m.3.3l1.1-.1m.3.3h-1m1.9.7l-1.2.1m.4.3l1.2-.2m-.3 1.2h.6l1.2-.2m.3.3l-1.5.2h-.4m.3.3l2-.2m.6.3H336a7.3 7.3 0 0 1-.9.2m.5.4l.6-.2 1.6-.1m.3.3H337l-.9.3m.6.2l1.2-.2h1.3m.2.2h-1c-.3.1-.5.2-1.3.2m.3.2l1-.1 1.1-.1m-1.7.4h1.4l.5-.1m-11.5-7.7c.2 0 .2-.2.5-.2h.6m-1.4 0c.2-.1.2-.2.5-.2h.6m3.8 4.2l.5-.1h.3c0-.1.3 0 .4 0m0 1c.3 0 .8 0 1.1-.2m.6.4c-.4.1-1 0-1.5.2m-5.6-5.9c-.4 0-.5.2-.8.4m7 .9l1-.1m-.7.3l.9-.1m-.6.4l.6-.1h.3m-.6.4l1-.2m.2.2c-.2 0-1 0-1 .2m.4.2s.7-.2.9-.1m.4.2l-1 .1m.3.2l1-.1m.3.3l-1 .1m.4.3l1-.1m.3.1l-1 .2m.4.3l1-.1m.3.3h-1m1.8.6l-1 .1m.2.3l1.3-.2m-.4 1.2l.5-.1c.6 0 .7-.2 1.2-.1m.2.2a12.4 12.4 0 0 1-1.7.2m.2.3a36.3 36.3 0 0 1 1.9-.2m.5.3H342l-.8.2m.4.3l.5-.1 1.5-.2m.4.3h-1.2l-1 .2m.6.3l1.2-.2h1.2m.2.2a3 3 0 0 0-1 0 3 3 0 0 1-1.2.2m.3.1l1-.1h1m-1.7.3h1.3l.5-.1m-10.6-7.1l.4-.1h.6m-1.3-.1c.2 0 .2-.2.4-.1h.4l.2-.1m3.6 3.9h.4c0-.2.2 0 .3-.1h.3m0 1c.3 0 .8 0 1.1-.2m.6.4l-1.5.1m-5-5.4c-.5 0-.6.2-.9.3'/%3E%3Cg fill='%23fc0'%3E%3Cpath d='M287.6 298.6l.6 4.5c-1.1-.4-2.2.2-2.7 1.2-.9 1.7-.1 3 1.5 3.7l2.1 1.2 4-7.8-1.6-.8-1.6 3.1-.4-4.1-1.9-1zm.6 5.9l.9.3h.1l-1 2.2-.3-.1c-.7-.4-1.2-.9-.8-1.7.3-.6.7-.8 1.1-.7z'/%3E%3Cpath fill-rule='evenodd' d='M280.7 302.7l1-1.6-2.3-1.6.8-1.2 2.3 1.6 1.4-2-2.5-1.6.9-1.3 3.8 2.7-4.8 7.2-3.9-2.6.8-1.2z'/%3E%3Cpath d='M279 292.5l-2 2.5-.7-.6c-1.4-1.2-2.8-1.2-4 .2-1.3 1.5-.8 2.9.6 4.1l1.9 1.6 5.6-6.7-1.3-1.1zm-4.4 2.8c.3 0 .7.3 1 .6l.3.2-1.6 1.8-.2-.2c-.7-.6-1-1-.4-1.9.4-.4.6-.5 1-.5z'/%3E%3Cpath fill-rule='evenodd' d='M268.4 294.6l-1.2-1.3 3.6-3.3c.8-.7 1.9-1.8.9-3-1-1-2.3 0-3 .6L265 291l-1.2-1.3 3.9-3.5c1.6-1.4 3.4-1.8 5 0 1.7 1.8 1.1 3.6-.5 5l-3.8 3.5z'/%3E%3Cpath d='M265.1 278.1c-.5 0-1 .1-1.5.5-.8.5-1.4 1.5-.9 2.5-.6-.3-1.3 0-1.9.3-1.4 1-1.4 2.2-.4 3.6l1.3 1.8 7.2-5-1.6-2.2c-.6-.8-1.3-1.4-2.2-1.5zm0 1.9c.5 0 1 .4 1.3.9l.2.3-1.8 1.2-.2-.2c-.4-.6-.9-1.4 0-2l.5-.2zm-2.5 2.5c.3 0 .6.2.8.6l.1.2-1.7 1.2v-.2c-.5-.6-.6-1 .1-1.5l.7-.3z'/%3E%3Cpath fill-rule='evenodd' d='M264.6 275.3l-7.7 4.2-.8-1.6 6.3-3.4-1.1-2.2 1.2-.7zm-11.4-3.5l8-3.5.6 1.6-8 3.5zm-1-9.5a2.7 2.7 0 0 0-.3 2.2c.6 1.5 2.3 2 3.7 1.5 1.4-.4 2.5-1.8 2-3.4a2.8 2.8 0 0 0-1.5-1.6l1.9-.6c.5.5 1 1 1.1 1.8a4.5 4.5 0 0 1-2.9 5.6c-2.4.7-5-.3-5.8-2.8a4.7 4.7 0 0 1-.2-2.1l2-.6z'/%3E%3Cpath d='M256.4 250.6l-8.2 5 .2 1.3 9.4 2-.3-1.9-2-.4-.5-3.1 1.7-1-.3-1.9zm-2.7 3.6l.4 2.1-3.3-.4 2.9-1.7zm-2-19.9c-2.2 0-4 1.6-4.2 4l-.2 2.6 8.7.7.2-2.5a4.3 4.3 0 0 0-4-4.8h-.4zm-.3 2a3 3 0 0 1 .6 0c1.6.1 2.6 1 2.4 3v.2l-5.2-.4v-.3c.1-1.6.9-2.4 2.2-2.5z'/%3E%3Cpath fill-rule='evenodd' d='M250.2 229.5l1.9.4.6-2.8 1.4.3-.6 2.8 2.3.5.6-2.9 1.5.3-1 4.6-8.5-1.8 1-4.6 1.4.3zm3.3-11.4l1.8.6 1-2.6 1.4.6-1 2.6 2.2.8 1-2.7 1.4.5-1.7 4.4-8.1-3.1 1.7-4.4 1.4.5zm8.9-2.3l-7.8-4 .8-1.5 6.4 3.3 1.2-2.2 1.3.6zm1.9-15.9c-.6 0-1 .2-1.4.7a1 1 0 0 0 0 1.5c1.3.8 3-2.4 5.3-.7 1.4 1 1.7 2.7.6 4.2-.8 1-1.9 1.3-3 1.2l-.2-1.6c.7.3 1.5.1 2-.5.4-.6.2-1.3-.4-1.7-.7-.5-1.4 0-2 .4-1 .7-2 1-3.1.2a2.6 2.6 0 0 1-.6-3.6 3.9 3.9 0 0 1 2.3-1.5l.5 1.4z'/%3E%3Cpath d='M268.1 192.3l-1 1 4 8.7 1.3-1.4-.7-1.7 2.1-2.3 1.8.8 1.3-1.4-8.7-3.8zm1.4 2.4l2.8 1.3-1.4 1.4-1.4-2.7z'/%3E%3Cpath fill-rule='evenodd' d='M278.3 195l-5.5-6.8 1.4-1.1 4.5 5.6 2-1.6 1 1.2zm4.5-14l1.6-1 1.8 9.5-.8.5-7.8-5.7 1.6-1 5 3.8z'/%3E%3Cpath d='M290.6 176.8l-1.3.6.5 9.6 1.7-.7v-2l2.8-1.4 1.4 1.4 1.7-.7-6.8-6.8zm.3 2.9l2.2 2.2-1.8.8-.3-3zm9.4-6l-1.4.3-2.4.7 2.5 8.3 2.4-.6a4.3 4.3 0 0 0 3-5.5c-.6-1.9-2.1-3.1-4-3.1zm0 1.9c1 0 1.8.7 2.2 2 .4 1.4 0 2.7-2 3.2l-.2.1-1.5-5 .3-.1 1.2-.2zm10.5-4.3h-.5a4.4 4.4 0 0 0-3.8 5.1 4.4 4.4 0 0 0 5 4 4.5 4.5 0 0 0 3.9-5.1 4.5 4.5 0 0 0-4.6-4zm-.2 1.9c1.4-.2 2.5 1 2.7 2.3.2 1.1-.7 2.8-2 3-1.4.1-2.6-1.2-2.8-2.4-.1-1.3.7-2.7 2.1-2.9zm7.4-2.4v8.8h1.7V176l2.2 3.5h2.1l-2.5-3.7c1.2-.1 1.9-1.2 1.9-2.4 0-1.8-1.2-2.6-3-2.6H318zm1.8 1.6h.3c.8 0 1.5.2 1.4 1.2 0 1-.6 1.2-1.5 1.2h-.2v-2.4z'/%3E%3Cpath fill-rule='evenodd' d='M336.6 174.3l-.5 2 2.7.6-.3 1.4-2.8-.7-.5 2.3 2.8.8-.4 1.4-4.5-1.2 2.1-8.4 4.5 1.1-.3 1.5zm6.6 0l1.2.5 2.1 7.5 2.2-5.5 1.7.7-3.3 8.3-1.2-.5-2.2-7.5-2.2 5.5-1.6-.6zm9.3 14.3l4.7-7.4 1.5 1-3.9 6 2.1 1.4-.8 1.2z'/%3E%3Cpath d='M365.4 186.6l-8.4 4.7 1.4 1.2 1.8-1 2.4 2-.6 2 1.5 1.1 3-9.1-1.1-.9zm-1.3 2.5l-1 3-1.6-1.3 2.6-1.7zm14.3 11.2l-9.2 2.3 1 1.5 2-.4 1.8 2.5-1 1.7 1 1.5 5.3-8-.9-1.2zm-1.8 2l-1.8 2.6-1.1-1.6 2.9-1z'/%3E%3Cpath fill-rule='evenodd' d='M375.4 211.9l-.8-1.6 8.7-2.7.6 1.1-4.1 4.6 6-.6.6 1.1-7.3 5.3-.9-1.6 4.6-3.1-6 .6-.2-.5 4-4.3zm11.6 8.3l-1.8.6 1 2.7-1.5.5-.9-2.7-2.2.7 1 2.8-1.5.5-1.5-4.5 8.3-2.7 1.5 4.4-1.4.5z'/%3E%3Cpath d='M390.3 225.7l-8.6 1.8.4 1.8 3.4-.8-3 3 .6 2 3-3.2a2.2 2.2 0 0 0 2.7 1.2c1.9-.3 2.4-1.7 2-3.4l-.5-2.4zm-1.1 2.1v.2c.2.9.1 1.6-.8 1.7-1 .3-1.3-.3-1.5-1.2v-.2l2.3-.5z'/%3E%3Cpath fill-rule='evenodd' d='M392 236l-8.6 1-.2-1.7 8.7-1zm-1.8 9.5a3 3 0 0 0 .8-2c0-1.7-1.5-2.7-3-2.6-1.5 0-3 1-2.9 2.6 0 .8.4 1.5 1 2h-2a4.8 4.8 0 0 1-.6-2 4.5 4.5 0 0 1 4.4-4.5c2.5 0 4.7 1.7 4.8 4.4a4.4 4.4 0 0 1-.5 2h-2z'/%3E%3Cpath d='M383.7 247.1l-.2 1.9 1.8.9-.4 3.1-2 .5-.2 1.8 9.3-2.2.2-1.4-8.5-4.6zm3 3.6l2.7 1.2-3 .7.3-2z'/%3E%3Cpath fill-rule='evenodd' d='M384 272.1a2.8 2.8 0 0 0 1.6-1.5c.7-1.6-.4-3-1.8-3.6-1.3-.5-3-.1-3.7 1.4a2.8 2.8 0 0 0 .2 2.2l-2-.7a4.9 4.9 0 0 1 .3-2.1 4.5 4.5 0 0 1 5.8-2.5c2.4.9 3.7 3.4 2.8 5.9a4.6 4.6 0 0 1-1.3 1.7l-1.9-.8zm-1.4 4.7l-1.7-.9-1.3 2.5-1.3-.7 1.3-2.5-2-1.1-1.5 2.6-1.3-.7 2.3-4.2 7.6 4.2-2.2 4.1-1.3-.7zm-1.7 6.4l-.7 1-7.7.3 4.7 3.5-1 1.4-7.3-5.2.8-1 7.7-.3-4.8-3.5 1.1-1.4zm-9 8.7l1.2-1.3 1 1-3.7 4-1-1 1.2-1.4-5.2-5 1.2-1.3z'/%3E%3Cpath d='M362.8 290.7l-1.4 1.1 2.3 2.8-4-1.3-1.6 1.4 4.3 1.1c-.8 1-.6 2.2.2 3 1.1 1.5 2.6 1.3 4 .2l1.8-1.6-5.6-6.7zm1.7 5l1.5 1.8-.2.1c-.6.5-1.2.8-1.8 0-.7-.7-.3-1.3.4-1.8l.1-.2zm-7.1-.4l-1.6 1 .3 1.9-2.7 1.6-1.5-1.1-1.6 1 7.7 5.7 1.1-.7-1.7-9.5zm-1 4.5l.8 3h-.1l-2.4-2 1.7-1z'/%3E%3Cpath fill-rule='evenodd' d='M348.7 300.3l3.8 8-1.6.7-3-6.5-2.4 1-.6-1.3z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.gt:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CradialGradient id='a'%3E%3Cstop offset='.2' stop-color='%23f9f0aa'/%3E%3Cstop offset='1' stop-color='%23b07e09'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='447.4' cy='308.3' r='16.5' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='e' cx='451.6' cy='313' r='10.9' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='f' cx='454.1' cy='308.6' r='9.8' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='g' cx='458.4' cy='307.1' r='17.4' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='j' cx='446' cy='252.4' r='13' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='m' cx='477.9' cy='215.3' r='.3' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.3' stop-color='%23a50a0a'/%3E%3Cstop offset='1' stop-color='%234c0505'/%3E%3C/radialGradient%3E%3CradialGradient id='n' cx='489.1' cy='210.3' r='.3' fx='489.1' fy='210.3' gradientTransform='scale(.97707 1.02346)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='h' x1='473.9' x2='472.4' y1='259.2' y2='232' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.2' stop-color='%23b07e09' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23b07e09'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='483.1' x2='485.5' y1='296.7' y2='326.6' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.2' stop-color='%23b07e09' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23b07e09'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' x1='451.5' x2='455.4' y1='249.5' y2='240.6' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.2' stop-color='%23f9f0aa'/%3E%3Cstop offset='1' stop-color='%23b07e09'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' x1='473.3' x2='475.9' y1='237.3' y2='270.4' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.2' stop-color='%23f9f0aa'/%3E%3Cstop offset='1' stop-color='%23b07e09'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='%234997d0' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M213.3 0h213.4v480H213.3z'/%3E%3Cg transform='translate(0 40) scale(.66667)'%3E%3Cg stroke='%2324420e'%3E%3Cpath fill='none' stroke-width='.4' d='M452.1 377.5c2.7-.4 4.2-1.2 6-1.8m2.3-4a13 13 0 0 1 3 4.6m-8.1-5.1a15.4 15.4 0 0 1 3 4.2m-49.5-136.6c-1 1.6-3.1 2.7-4.8 3.4m-.3-.2c0-1.4-.3-3 0-4.4m-2 5l.7 2m2 1l-2 .3m-4-.9c0 2.6.4 5.6.6 7.9m-1.8-1a6 6 0 0 0 1.6 1.9m-4.6 6.4c.5 1 1 2.2 1.3 4m3.7-4.6l-2 1.5m1.7 4.4c-1 .9-2.2 1.5-3.5 2.1m-3.8 40.4a16 16 0 0 0 4 4.7m.6 1.7a8 8 0 0 1-3-1m4.4 8.5l1.7 1m-.4 3.4c1.2.8 2.5 2.3 3.7 3.9m-1.4 2.8c1.4.3 2.5.7 3.2 1m-1 2.5h2m1.3-5.3l-.5 4.2m1 1.6l.4-1.6m4.7 6l-.1 3.2m39.2 28l-1.2 1.5m-2.4-4l-.7-1.7'/%3E%3Cg stroke-width='.2'%3E%3Cpath fill='%23406325' d='M486.1 385c-.8-1.3-2-2.1-3.3-2.7-7.7-4-15.4-5.9-24-7.3-2.1-.3-4.1-2.2-6.2-3.2-5-2.3-10.5-3.2-15.3-5.7a7.8 7.8 0 0 1-2-1.5c-2-2.2-5.5-2.9-7.6-5-8.4-7.8-17.2-15-21.8-25.5-5.6-12.7-12.5-25.8-11.6-40.3.6-9-.7-18.3 1.5-27 3.4-12.9 7.6-25.6 15.4-36.3l-1.3.8a103.6 103.6 0 0 0-15.4 36.3c-2.3 8.7-1 18-1.5 27-1 14.5 6 27.6 11.5 40.3 4.6 10.4 13.5 17.7 21.8 25.6 2.2 2 5.6 2.7 7.6 5a10 10 0 0 0 2 1.5c4.9 2.4 10.4 3.3 15.4 5.7 2 1 4 2.8 6 3.1a76.4 76.4 0 0 1 24.2 7.3 8 8 0 0 1 3.3 2.6l1.3-.8'/%3E%3Cg fill='%2367923d'%3E%3Cpath d='M406.3 331.6a46.9 46.9 0 0 1-.2-23.5c6.7 13 4.5 23.7.2 23.5zm45.9 45.4c-7.1.4-20.6 9.3-21.9 11.4 15.1.1 24-7.3 21.9-11.4zm7.5-4.3a60 60 0 0 1-14-26.5c15 10.8 18.9 24.3 14 26.5z'/%3E%3Cpath d='M454.6 372.8a55.1 55.1 0 0 1-16-22.8c15.3 8.2 20.3 20.2 16 22.8zM439 366c1-7.8-5.6-24.2-7.5-26-3 16.5 3 27.6 7.6 26zm-27.3-24.3a42 42 0 0 1 .5-21c5.5 11.7 3.3 21.2-.5 21zM398 265a51 51 0 0 1 21-16c-6.7 14.6-18 19.9-21 16z'/%3E%3Cpath d='M398.7 259.3a51.7 51.7 0 0 1 17.4-20c-3.7 15.7-13.7 23.2-17.4 20zm27.9 99.2c-5-6.2-8-23.9-7.3-26.4 11.2 12.5 12 25.2 7.2 26.4zM397.9 322c-7 1.1-21.4-4.6-23-6.3 14.6-3.2 24.4 2 23 6.3zm-2.2-9.7c.8-5.5 8.6-15.8 10.3-16.6-1 12-7.4 18.6-10.3 16.6zM447 371a57.1 57.1 0 0 0-26.1 13.6c18 .1 28.7-8.7 26.1-13.6z'/%3E%3C/g%3E%3Cg fill='%23406325'%3E%3Cpath d='M406.4 331.5c4.2.2 6.4-10.4-.3-23.4a79 79 0 0 1 .3 23.4zm11.2 20a48.8 48.8 0 0 0-21.7-11.2c8.9 12.1 19.9 15.1 21.7 11.2zm-24.4-53a57 57 0 0 0-14.8-24c1.5 17.2 10.6 26.7 14.8 24zm8.4 34.3c-5-3.7-19-5.4-21-4.7 10.2 8.2 20.2 8.4 21 4.7zm-9.4-24.9a42 42 0 0 0-16.9-13.7c5.5 12.4 14.6 17 16.9 13.7zm2.7-47.5c1-7.6-5.5-23.4-7.3-25.2-2.9 16 2.9 26.7 7.3 25.2zm4.5-15a48 48 0 0 0-.5-24.3c-6.4 13.5-3.8 24.6.5 24.4z'/%3E%3Cpath d='M404.4 237.8a40.2 40.2 0 0 0 3.5-19.4c-7.2 9.7-7 18.9-3.5 19.4zm6-6.1a38.9 38.9 0 0 0 9-17.4c-9.7 7-12.2 15.8-9 17.4zm-16 43.2c0 .9-1-8.2-10.1-18.3.4 14.8 6.2 20.4 10 18.3zm32.5 85.8a53.1 53.1 0 0 0-25.8-6c12.6 10.4 24.9 10.6 25.8 6zm12 5.2c-4.5 1.6-10.4-9.4-7.5-25.9a99 99 0 0 0 7.5 26zm13.4 11.2c2 4-6.8 11.4-21.8 11.3 12-5 21.2-9.9 21.7-11.3zm7.3-4.5c5-2.3 1.1-15.5-14-26.4 8.6 13.2 14.5 24.6 14 26.4z'/%3E%3Cpath d='M454.6 372.7c4.2-2.7-.7-14.5-16-22.7 9.5 11.2 16.2 21 16 22.7zm-42.8-31c3.7.2 6-9.3.5-21 .7 11 .4 20-.5 21zM398 264.9c3 4 14-1.3 20.9-15.9a90.6 90.6 0 0 1-20.9 16z'/%3E%3Cpath d='M398.9 259.3c3.6 3.2 13.5-4.3 17.2-20-8 11.3-15.6 19.8-17.2 20zm27.7 99.1c4.7-1.1 4-13.8-7.3-26.3 5 13.5 8 24.8 7.3 26.3zM397.7 322c1.4-4.3-8.3-9.4-22.8-6.3 12.3 2.2 22 5 22.8 6.3zm-2-9.7c3 2 9.3-4.6 10.4-16.6a68.8 68.8 0 0 1-10.3 16.6zM447 371c2.6 5-8 13.7-26 13.5 14.2-5.8 25.3-11.7 26-13.5z'/%3E%3Cpath d='M399.4 326.3a45.1 45.1 0 0 0-17-15.8c5 13.6 14.2 19.1 17 15.8z'/%3E%3C/g%3E%3Cg fill='%2367923d'%3E%3Cpath d='M392.4 274c4-4.7 17.5-9.2 19.6-9-8 10.5-18 12.6-19.6 9zm25 77.5c-1.7 4-12.6 1-21.6-11.1a84.8 84.8 0 0 0 21.7 11.1zm-24.3-53c-4.2 2.7-13.1-6.8-14.7-24 6.6 13.3 13 23.5 14.7 24zm8.4 34.3c-.7 3.7-10.7 3.6-20.8-4.7a74.6 74.6 0 0 0 20.8 4.7zm-9.4-25c-2.4 3.3-11.3-1.2-16.8-13.6 8.2 8 15.5 13.7 16.8 13.6zm2.7-47.5c-4.4 1.6-10.1-9-7.3-25 2.7 13.5 6 24.2 7.3 25zm4.5-14.9c-4.3.3-6.9-10.8-.5-24.3-.8 12.8-.5 23.2.5 24.3zm5-7.6c-3.4-.6-3.7-9.7 3.6-19.4a66.2 66.2 0 0 0-3.6 19.4zm6-6.1c-3.1-1.7-.7-10.4 9-17.4a66.2 66.2 0 0 0-9 17.4z'/%3E%3Cpath d='M394.3 274.9c-3.9 2.1-9.6-3.5-10-18.3 5 11.7 8.6 17.8 10 18.3zm32.5 85.8c-.9 4.6-13.1 4.4-25.7-5.9 13.2 4.3 24.3 6.7 25.7 5.9zm-8.2-9.5A41 41 0 0 1 412 332c9 8.7 10.2 18.1 6.8 19.2zm-16.8-25a44.3 44.3 0 0 1-3-23c8.3 11.9 7.3 22.7 3 23zm-2.7.1c-2.7 3.3-11.9-2.1-16.8-15.8a77.8 77.8 0 0 0 16.8 15.8z'/%3E%3C/g%3E%3Cg fill='%23406325'%3E%3Cpath d='M392.4 274c1.6 3.6 11.4 1.5 19.5-8.9-12 6.8-16.7 9.8-19.5 8.9zm9.3 52c4.3-.3 5.3-11-3-22.8a72.8 72.8 0 0 1 3 22.9zm17 25.2c3.4-1 2.2-10.5-6.7-19.2 4.4 9.7 7.2 18 6.7 19.2z'/%3E%3Cpath d='M394.2 291.8a41 41 0 0 0-4.3-25.6c-4.7 15.4-.2 26.6 4.3 25.6z'/%3E%3C/g%3E%3Cpath fill='%2367923d' d='M394 293.8c-6 1.3-8.7-12-4.1-27.1 1 13.5 2.8 26.1 4 27z'/%3E%3Cpath fill='%2367923d' d='M392.7 293.7a53 53 0 0 1 9-24.7c2 15.8-4.5 26.3-9 24.7z'/%3E%3Cpath fill='%23406325' d='M392.8 293.6c4.4 1.6 10.9-8.8 8.9-24.6-3.5 13.3-7.5 23.8-8.9 24.6z'/%3E%3Cpath fill='%2367923d' d='M394.1 303.3a50 50 0 0 1 10.6-23.7c.8 16.2-6.3 25.9-10.6 23.7z'/%3E%3Cpath fill='%23406325' d='M394.2 303.4c4.2 2.2 11.3-7.3 10.5-23.5-4.4 12.8-9 22.9-10.5 23.5z'/%3E%3C/g%3E%3Cg fill='%23ba1f3e' stroke='%23511124' stroke-width='.2'%3E%3Ccircle cx='396.8' cy='251.3' r='1.1'/%3E%3Ccircle cx='405.2' cy='245.1' r='1.1'/%3E%3Ccircle cx='401.6' cy='241.7' r='1.1'/%3E%3Ccircle cx='392.5' cy='313.1' r='1.3'/%3E%3Ccircle cx='395' cy='297.1' r='1.3'/%3E%3Ccircle cx='408.2' cy='334.5' r='1.3'/%3E%3Ccircle cx='402.4' cy='336.4' r='1.3'/%3E%3Ccircle cx='446.7' cy='367.6' r='1.3'/%3E%3Ccircle cx='449.6' cy='374.7' r='1.3'/%3E%3C/g%3E%3C/g%3E%3Cg stroke='%2324420e'%3E%3Cpath fill='none' stroke-width='.4' d='M561.1 259c.7.6 1.2.8 2.3 1.9m-6.6-19c0-1.3-.6-3.6-.9-5m3.5 3c0 2-.3 3.8-1.1 5.5m-4.2-.5c1.8 1.6 3.5 3 5.3 3.9m3.8 1.2c.1 2-.1 4-.7 6m.4 1.5l1.3-2.3m-1.9 12.2c1.4.3 2.8 2 3.5 3.5m.5-1.3l1.6-2.2m1.7 30.8a23.9 23.9 0 0 1-2.4 3.4m-4 0c.8 1.4 1.6 3 2.6 4m2.5 5.9a13.2 13.2 0 0 1-4.5 4m.2 4.5c-1.1.8-2.5 3-3.7 4.7m8.4-20.2l-2.1.9m-1.4-7.5l1.3 1.1m-9.3 37.4H555m-2-1.8l.7 1.6m-7.8 5.1c-.2 1.9 0 3.7.2 5.6m4.3-9l1 2.2m3.9-.2l-2.5.5m-30.9 25.2l-1 1.8m12-4c-1.5.2-2.8 0-4.1-.2m-5.5 6a27.3 27.3 0 0 0-3-1m-14.6 2.7c-1 .7-2 2.4-3.1 4m-.6-4.5c-2.4 1.3-3.1 3.7-4.4 5.8m2.8 2.9a52.4 52.4 0 0 1-5.3-2m16.7-.8c-2.3-1.2-4.7-1-7.1-1.4m10.8-.4c-3.7-.7-7-.6-10.3-.1m7.8-2.6l-1.4-.6m-5.6 5.5l-2.3-1.3m58-49.2c-1.3.8-2.6 2.3-3.8 3.9m1.8-79.6l-2.1-.8'/%3E%3Cg stroke-width='.2'%3E%3Cpath fill='%23406325' d='M474.4 384.9a8 8 0 0 1 3.3-2.7c7.7-4 15.4-5.8 24-7.2 2.1-.4 4.1-2.3 6.2-3.2 5-2.4 10.5-3.3 15.3-5.7a7.8 7.8 0 0 0 2-1.6c2-2.2 5.5-2.9 7.6-5 8.4-7.8 17.2-15 21.8-25.5 5.6-12.7 12.5-25.8 11.6-40.2-.6-9.2.7-18.4-1.5-27a104.8 104.8 0 0 0-15.4-36.4l1.3.8a103.8 103.8 0 0 1 15.4 36.3c2.3 8.7 1 18 1.5 27.1 1 14.4-6 27.5-11.5 40.3-4.6 10.4-13.5 17.6-21.8 25.5-2.2 2-5.6 2.7-7.6 5a10 10 0 0 1-2 1.5c-4.9 2.5-10.4 3.4-15.4 5.7-2 1-4 2.8-6 3.2A76.4 76.4 0 0 0 479 383a8 8 0 0 0-3.3 2.7l-1.3-.9'/%3E%3Cg fill='%23406325'%3E%3Cpath d='M553.6 334.6c2.8-7.4 0-24.8-1.4-27-6.7 15.4-3.4 27.6 1.4 27z'/%3E%3Cpath d='M546.5 341.6c2.3-5.6.6-19.3-.4-21-5.6 11.7-3.3 21.3.4 21zm16.8-74.1a47 47 0 0 0-19.2-14.6c6.2 13.3 16.5 18.2 19.2 14.6z'/%3E%3Cpath d='M561.8 259.5a43.3 43.3 0 0 0-14.5-16.7c3 13 11.4 19.3 14.5 16.7zm4.7 15c-3.5-4.1-15.2-8-17-7.8 7 9 15.6 10.9 17 7.7zm-2.8 46.3a40 40 0 0 0 20.3-5.7c-12.9-2.8-21.5 1.9-20.3 5.7zm-.1-5.7c0-5.6-6.4-16.8-8-18-.6 12 4.8 19.5 8 18z'/%3E%3Cpath d='M564 301.4a50 50 0 0 0-10.6-23.6c-.8 16.2 6.3 25.8 10.6 23.6zm-53 75.3a47.7 47.7 0 0 0 22.2 11c-8.8-12.3-20.1-15.1-22.1-11z'/%3E%3C/g%3E%3Cg fill='%2367923d'%3E%3Cpath d='M553.6 334.4c-4.9.6-8.1-11.4-1.4-26.8-.5 14.2.2 25.7 1.4 26.8zm-53.4 43.7a48 48 0 0 1 21.8 11.4c-15 .1-24-7.3-21.8-11.4zm0-8c2-8 15-21.2 17.5-22.1-3.6 17.1-13.7 25.5-17.5 22.2zm21.3-4.2c-1-7.8 5.6-24.2 7.5-26 3 16.5-3 27.6-7.5 26zm21.4-14.5a48.8 48.8 0 0 1 21.7-11.2c-8.9 12.1-19.9 15.1-21.7 11.2zm25.8-53.3c1-6.3 9.7-17.9 11.6-18.9-1.2 13.6-8.3 21-11.6 19z'/%3E%3Cpath d='M557 336.2a50.4 50.4 0 0 1 24.4-5.5c-11.8 9.7-23.5 9.8-24.4 5.5zm10.3-24.5a44 44 0 0 1 17.7-14.4c-5.8 13-15.3 17.8-17.7 14.4zm-1.5-45.6c0-7.6 8-22.7 10-24.2 1.1 16.1-5.7 26.2-10 24.2zm-7-26a40.6 40.6 0 0 1 0-20c5.5 11 3.7 20.2 0 20zm-4.1-2.1a49.8 49.8 0 0 1-10.5-22.1c11.8 9.3 14.4 20.4 10.4 22.1z'/%3E%3Cpath d='M566.3 272.5c-.3.9 3-7.7 14.2-15.3-4 14.3-11 18.3-14.2 15.3zm-34.1 90c7-5.2 26.5-7.7 29.2-6.8-14.2 11.8-28.2 12-29.2 6.7zm14.3-20.9c-3.7.2-6-9.3-.5-21-.7 11-.4 20 .5 21zm16.9-74c-2.7 3.5-13-1.3-19.2-14.7a78.8 78.8 0 0 0 19.2 14.6zm-1.7-8.1c-3.1 2.6-11.3-3.6-14.4-16.7 6.7 9.4 13 16.5 14.4 16.7zm4.8 15c-1.4 3.2-9.9 1.3-16.9-7.7 10.4 5.9 14.5 8.5 17 7.7zm-2.6 46.2c-1.3-3.7 7.3-8.3 20.2-5.5a69 69 0 0 0-20.2 5.5zm-.4-5.6c-3.2 1.5-8.5-5.9-8-17.9a68.5 68.5 0 0 0 8 18z'/%3E%3Cpath d='M563.9 301.6c-4.2 2.2-11.3-7.4-10.5-23.5 4.4 12.8 9 22.9 10.5 23.5zm-52.7 75c2-4 13.1-1.3 22 11a80.3 80.3 0 0 0-22-11z'/%3E%3C/g%3E%3Cg fill='%23406325'%3E%3Cpath d='M521.5 365.8c4.6 1.6 10.5-9.4 7.6-25.9-2.8 14-6.2 25.1-7.6 26z'/%3E%3Cpath d='M531.8 360.6a55 55 0 0 0 4.6-27c-10 13.6-9.4 26.3-4.6 27zM500.1 378c-2 4.1 6.7 11.5 21.8 11.3a80.2 80.2 0 0 1-21.8-11.3zm.2-8c3.8 3.3 13.8-5 17.4-22.1-8.1 12.4-15.7 21.8-17.4 22zm42.7-18.7c1.8 4 12.7 1 21.7-11.1a84.5 84.5 0 0 1-21.7 11.1zm25.8-53.3c3.3 2.1 10.3-5.3 11.5-18.8a74.6 74.6 0 0 1-11.5 18.8zM557 336.2c.9 4.4 12.4 4.2 24.3-5.5-12.5 4-23 6.2-24.3 5.5zm10.3-24.6c2.5 3.4 11.9-1.4 17.7-14.4a75.1 75.1 0 0 1-17.7 14.4zM566 266c4.3 2 11-8 10-24-4.2 13-8.5 23.3-10 24zm-7-25.9c3.6.1 5.5-9 0-20 .9 10.5.8 19.1 0 20zm-4.2-2.2c4-1.7 1.4-12.7-10.4-22a81.8 81.8 0 0 1 10.4 22zm11.6 34.7c3.2 3 10.2-1 14.2-15.4-7.8 10.1-12.7 15.2-14.2 15.4zm-34 89.9c1 5.2 14.9 5 29-6.7-14.9 4.8-27.4 7.6-29 6.7z'/%3E%3Cpath d='M539.1 354.8a41 41 0 0 0 3.6-20.1c-7.5 10-7.2 19.5-3.6 20zm19.6-28.7a44.3 44.3 0 0 0 3-23c-8.3 11.9-7.3 22.7-3 23z'/%3E%3C/g%3E%3Cpath fill='%2367923d' d='M531.8 360.5c-4.8-.6-5.3-13.3 4.5-26.8-3.6 13.8-5.4 25.4-4.5 26.8zm35.2-68.3c-1-7.7 4-20.1 6.6-22.5 2.5 14.4-2.7 24-6.7 22.5zm-28 62.5c-3.6-.5-3.9-10 3.5-20a67.5 67.5 0 0 0-3.5 20zm23.4-104.2c-2.2-6 0-20 1.2-21.8 5.3 12.2 2.6 22.1-1.2 21.8zm-58.1 120.1c2.5-8 16.2-21 18.8-21.9-4.3 17.4-15 25.5-18.8 22zm54.5-41.6a45.1 45.1 0 0 1 17-15.8c-5 13.6-14.3 19.1-17 15.8zm-.1-3c-4.3-.4-5.3-11 3-22.9a72.8 72.8 0 0 0-3 22.9z'/%3E%3Cpath fill='%23406325' d='M567 294c5.2 1.9 9-9.8 6.6-23.9a98.2 98.2 0 0 1-6.6 24z'/%3E%3Cpath fill='%23406325' d='M567.8 293.6c.5-7.5-7-23-9-24.7-2 15.8 4.5 26.3 9 24.7zm-5.2-43.2c3.8.4 6.4-9.4 1.1-21.7a73 73 0 0 1-1.2 21.7zm-58.1 120.1c3.8 3.6 14.4-4.4 18.7-21.8-8.8 12.3-17 21.6-18.7 21.8zm54.6-41.5c2.8 3.3 12-2.1 17-15.8a77.8 77.8 0 0 1-17 15.8z'/%3E%3Cpath fill='%2367923d' d='M567.7 293.5c-4.5 1.7-10.9-8.7-8.9-24.5 3.5 13.2 7.5 23.7 8.9 24.5z'/%3E%3C/g%3E%3Cg fill='%23ba1f3e' stroke='%23511124' stroke-width='.2'%3E%3Ccircle cx='564.6' cy='254.9' r='1.1'/%3E%3Ccircle cx='568.4' cy='266.8' r='1.1'/%3E%3Ccircle cx='569.8' cy='304.3' r='1.3'/%3E%3Ccircle cx='564.6' cy='297.3' r='1.3'/%3E%3Ccircle cx='549.9' cy='337.2' r='1.3'/%3E%3Ccircle cx='556.2' cy='339.9' r='1.3'/%3E%3Ccircle cx='513.8' cy='372.3' r='1.3'/%3E%3Ccircle cx='506.8' cy='377.3' r='1.3'/%3E%3Ccircle cx='557' cy='249.3' r='1.1'/%3E%3C/g%3E%3C/g%3E%3Cg id='b' fill='%238c959d' stroke='%23485654' stroke-width='.1'%3E%3Cpath d='M434.3 336.3c-.2 1 .8 2.3 2 2 .5 0 .7-.5.2-.5-.4.1-.9 0-1.2-.3a1.7 1.7 0 0 1-.4-2l-.6.8z'/%3E%3Cpath stroke='none' d='M437.2 338.3c-1 1.2-2.5 1.7-3.4.9-.6-.6-.8-1.2-.5-2l-1 1.3a4.4 4.4 0 0 0 1.6 1.8c1.2.5 3-.3 4-1.6.8-1 1.6-2.4 1-3.6a4 4 0 0 0-2-1.7l-1 1c.5-.2 1.2 0 1.7.4 1.3 1 .5 2.5-.4 3.5z'/%3E%3Cpath fill='%23485654' stroke='none' d='M437.2 338.3a4 4 0 0 1-1.1 1c-.5.2-1 .4-1.5.3a1.5 1.5 0 0 1-.7-.3 2.4 2.4 0 0 1-.5-.6 1.6 1.6 0 0 1-.3-.7c0-.3 0-.5.2-.8l.1.1-1.1 1.2c.3.4.6.9 1 1.2l.7.5a2 2 0 0 0 .8.1 3 3 0 0 0 1.6-.5 5.1 5.1 0 0 0 1.3-1l1-1.4c.2-.5.3-1 .3-1.6a1.8 1.8 0 0 0-.2-.8 3 3 0 0 0-.5-.6 4.2 4.2 0 0 0-1.4-1h.1l-1 1.1h-.1c.2-.2.5-.2.8-.2a2 2 0 0 1 1.6 1.4c.1.5 0 1-.2 1.4a5.1 5.1 0 0 1-.9 1.2zm0 0c.4-.3.6-.7.8-1.2.2-.4.3-1 .2-1.4a2 2 0 0 0-.9-1c-.4-.3-1-.4-1.3-.2h-.1l1-1.2a4.2 4.2 0 0 1 2 1.6c.2.3.3.6.3 1 0 .5-.1 1-.4 1.6a6.4 6.4 0 0 1-1 1.4c-.3.5-.8.8-1.3 1.1-.5.3-1 .5-1.7.5a2.2 2.2 0 0 1-.8-.1 2.7 2.7 0 0 1-.8-.5 5 5 0 0 1-1-1.4l1-1.3h.2l-.1.8c0 .2 0 .5.2.7l.5.5.6.3c.5.1 1 0 1.5-.3a4 4 0 0 0 1.1-.9z'/%3E%3Cpath fill='%236c301e' stroke='%23351710' stroke-linejoin='round' stroke-width='.2' d='M515.2 249.3l-40.1 39.5L434 328l-4.6 5.4c-2 2.3-4.4 5.3-7.2 8-.4.6-1.1.4-1.7.8a23.4 23.4 0 0 0-5 4.3L403.2 360c-.7.9-1 1.4-.4 2l6.6 8.8c1.2 1.2 2.6 1.8 3.2.8 3.1-5.5 11-13.8 14-20.3 1.7-4 3.9-11.1 5.5-12.8 2-2.2 7.1-7.8 11.8-12.7l1-1 .9-1c23.5-24 50.7-53.1 70.5-73.6l-1-1z'/%3E%3Cpath d='M431.9 328.1c-1.2 0-2-.7-2.9-1.4 1.2.4 2.4.8 3.5.4l-.6 1z'/%3E%3Cpath fill='%23b2b6ba' stroke-width='.2' d='M557 220.1l-31.8 26.2c-.3.4-.6.3-.9 0l-2.9-2.4v-.6l1.4-1.4c.2-.2 0-.3-.1-.6l-.6-.6c-.3-.1-.5 0-.7.2l-1.4 1.5c-.7 0-1.3.6-1.4 1.4-19.2 18.7-35.8 35.4-54.9 53.8l-22.6 21.6c-.8 1-4.3 2.9-6.6 4.4a5.6 5.6 0 0 0-1.8 1.5l-1.8 5.5-2.5 4.2c2.3 2.4 2.2 2.2 3.8 3.7l11.2-11.9.8-1a13.2 13.2 0 0 0-1.4-1.6 34.1 34.1 0 0 0-1.2-1l-.6-.6c-.2-.2.2-.5.4-.7 26.5-25.5 55-53.7 78.3-76.6a1.4 1.4 0 0 0 1 0l2.8 3.2c.6.6 1.2.6 1.7.4l31.9-28.6z'/%3E%3Cpath fill='%23485654' stroke='none' d='M431 330.4h.5a1.5 1.5 0 0 0 .6-.1 124.9 124.9 0 0 1 1.5-4.8 1.5 1.5 0 0 0-.7-.4c.3 0 .5.2.7.4l-.7 2.4-.7 2.4a1.4 1.4 0 0 1-.6.2 2.9 2.9 0 0 1-.7-.1z'/%3E%3Ccircle cx='438.2' cy='328.1' r='.6' fill='none' stroke-width='.2'/%3E%3Ccircle cx='434.4' cy='331.9' r='.6' fill='none' stroke-width='.2'/%3E%3Cpath fill='%23485654' stroke='none' d='M441 322.4l-1-.8a11.6 11.6 0 0 1-.8-.8 11.4 11.4 0 0 1 1.8 1.6z'/%3E%3Cpath d='M502.2 259l3.5 3.5.6-.6-3.5-3.4-.6.6z'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(-177.2 487 -.2)' xlink:href='%23b'/%3E%3Cg stroke='%2324420e' stroke-width='.2'%3E%3Cpath fill='%2367923d' d='M434 365.4a55.9 55.9 0 0 0-29.3.9c16.3 8 29.5 4.6 29.2-1zm89 3.3a55 55 0 0 1 29.2 1c-16.3 7.9-29.6 4.5-29.3-1z'/%3E%3Cpath fill='%23406325' d='M433.8 365.5c.3 5.5-12.8 8.9-29.1.9 15.3 1 27.8.4 29-1zm89.3 3.3c-.3 5.5 12.8 8.9 29 .9-15.2 1-27.7.4-29-1z'/%3E%3C/g%3E%3Cg id='c'%3E%3Cpath fill='%23b2b6ba' stroke='%23485654' stroke-width='.2' d='M508.5 360a237.5 237.5 0 0 0-76.1-68c3.6-.2 11.5 3.9 14.7 6 23.9 15.4 44.3 35.7 65.6 59.8a35.1 35.1 0 0 1-3.4 3l-.8-.8z'/%3E%3Cpath fill='%238c959d' d='M510.6 359.8L509 361c-23-29.6-55.1-57.9-76.7-69.1 30.1 13.9 55.4 41.8 78 67.7h.2z'/%3E%3Cpath fill='%23485654' d='M510.6 359.8L509 361a302.3 302.3 0 0 0-16.9-19.7 336 336 0 0 0-18.3-18.3 284.2 284.2 0 0 0-19.8-16.8 195.9 195.9 0 0 0-10.6-7.6c-3.6-2.3-7.3-4.6-11.1-6.6v-.2a136 136 0 0 1 22.5 13.3 210.9 210.9 0 0 1 20 16.6 360 360 0 0 1 18.3 18.5c6 6.4 11.6 13 17.4 19.4zm0 0a899.3 899.3 0 0 0-17.5-19.4 360.2 360.2 0 0 0-18.3-18.5 212 212 0 0 0-20-16.6 134.7 134.7 0 0 0-22.4-13.2v-.2a200.9 200.9 0 0 1 21.7 14.3A285 285 0 0 1 474 323a336 336 0 0 1 18.3 18.3 302.3 302.3 0 0 1 16.8 19.8l1.5-1.4z'/%3E%3Cg fill='%23fab81c' stroke='%236c301e' stroke-width='.1'%3E%3Cpath stroke-width='.2' d='M517.5 355a18.3 18.3 0 0 0-5.3 2.3c-.2 1.4-2 3-3.6 3.3l-.5-.8a.1.1 0 0 0-.2 0 7.2 7.2 0 0 0-.6.3c-.6 0-1.3.2-1.6 1-.4 1 .4 2.3 1.2 3.1 1 .7 1.4 1 2.4 1 1.1-.3 1.7-1.3 2-1.6 3.7 4.5 6.5 7 11.2 10.6 2.1 0 3.2-1.3 2.5-2.8-.2-.5-.8-.8-1.3-.6v-.5c2.4-2.2 3.5-5 .9-9.9-2.2-4-4.7-5.3-7-5.3zm6.3 4.6l1 2c1.5 3 .2 6.6-2.4 7.8h-.2c.4-.7-.8-2.2-1.4-1.7.3-.7-.7-2-1.5-1.7.4-.7-.5-1.9-1.4-1.5.4-.7-.3-1.8-1.3-1.6.3-.9-.4-1.8-1.3-1.6 0-.8-.2-1.2-.5-1.5 1-.8 2.3-2.1 3.4-2.7 2.7-1.2 4.4 1 5.5 2.5z'/%3E%3Cpath d='M524.9 362.8c-.5-.3-.8-.8-.6-1.1.2-.4.7-.5 1.2-.2.5.2.8.7.6 1-.1.4-.7.5-1.2.3z'/%3E%3Cpath d='M524.6 361.8c-.5-.3-.8-.8-.6-1.2.2-.3.7-.4 1.2-.1.5.2.8.7.6 1-.1.4-.7.5-1.2.3z'/%3E%3Cpath d='M524 360.6c-.5-.2-.8-.7-.6-1 .2-.4.7-.5 1.2-.3.5.3.8.8.6 1.1-.1.4-.7.5-1.2.2z'/%3E%3Cpath d='M523.2 359.6c-.5-.3-.8-.8-.6-1.1.2-.3.7-.4 1.2-.2.5.3.8.8.7 1.1-.2.3-.8.5-1.3.2z'/%3E%3Cpath d='M522.2 358.6c-.6-.2-.8-.8-.6-1v-.2c.2.1.7.2.6-.1 0-.2-.1-.3 0-.2l.6.2c.5.3.8.8.6 1.1-.2.4-.7.5-1.2.2z'/%3E%3C/g%3E%3Cpath fill='%23fab81c' d='M511.3 363.6c.6-1.8 2-3.4 3.5-3.8m-3.3 4c1.3.3 3.3-1.2 3.8-2.5m-2.6 4c1.6.4 3.3-1.2 4-2.4m-2.5 4c2 0 3.1-1.3 3.7-2.4m-2.2 4c1.6 0 3.2-1.4 3.6-2.5m-2.2 3.8a4 4 0 0 0 3.7-2m-2 3.4c1.6.1 3-.9 3.4-1.8m-1.6 3.3c1.6 0 2.7-1 3.1-2'/%3E%3Cpath fill='%236c301e' d='M511.3 363.6a7.1 7.1 0 0 1 1.3-2.3l1-1 1.2-.5a4 4 0 0 0-1.2.6l-1 1a9.3 9.3 0 0 0-1.3 2.2zm.2.3c.4 0 .8 0 1.2-.2a4.9 4.9 0 0 0 1-.6l1-.8.6-1a2 2 0 0 1-.6 1 5 5 0 0 1-1 .9 4.6 4.6 0 0 1-1 .5 2.1 2.1 0 0 1-1.2.2zm1.2 1.4h1.2l1-.6a6.2 6.2 0 0 0 1.7-1.8 4.7 4.7 0 0 1-.7 1 5.2 5.2 0 0 1-.9.9 3.7 3.7 0 0 1-1 .5h-1.3zm1.5 1.6a4.2 4.2 0 0 0 1.1-.2 3.8 3.8 0 0 0 1-.5 4.7 4.7 0 0 0 1-.8l.6-1a4.5 4.5 0 0 1-1.5 1.9 3.4 3.4 0 0 1-2.2.6zm1.5 1.5a4.1 4.1 0 0 0 2.1-.8 5.1 5.1 0 0 0 1.5-1.6c-.1.3-.3.7-.6 1l-.8.7a4.2 4.2 0 0 1-1 .5c-.4.2-.8.2-1.2.2zm1.5 1.4a7 7 0 0 0 1-.2 4.6 4.6 0 0 0 1-.4 3.6 3.6 0 0 0 1.6-1.5l-.6 1c-.3.2-.6.5-1 .6a4.5 4.5 0 0 1-2 .5zm1.6 1.4h1a4 4 0 0 0 1-.5l.8-.5c.3-.3.5-.5.6-.8a2.5 2.5 0 0 1-.5.8 3.6 3.6 0 0 1-.9.6 3.7 3.7 0 0 1-2 .4zm1.8 1.5a4 4 0 0 0 1-.1 3.3 3.3 0 0 0 1.6-1 4 4 0 0 0 .5-.8 3 3 0 0 1-1.2 1.5 3 3 0 0 1-1 .3 3 3 0 0 1-1 0z'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(-176.6 490 -.4)' xlink:href='%23c'/%3E%3Cg stroke='%2324420e' stroke-width='.2'%3E%3Cpath fill='%23406325' d='M409.2 240a52.4 52.4 0 0 0 19.5-17.9c-15.6 4.2-22.7 14.4-19.5 18zm145.8 4.7a50 50 0 0 0-15.6-19.9c2.8 15.2 12 22.8 15.6 20z'/%3E%3Cpath fill='%2367923d' d='M409.2 240c-3.3-3.5 3.8-13.6 19.4-17.8-11 8.4-19.2 16.2-19.4 17.8zm145.8 4.7c-3.7 3-12.7-4.6-15.5-19.7 7.2 11 14 19.5 15.5 19.7z'/%3E%3C/g%3E%3Cg stroke='%23999270' stroke-width='.2'%3E%3Cpath fill='url(clientlib-site/css/%23d)' d='M452.2 318.1s-6.2.7-7.9-7.8c-1.8-9.1 5.3-10 5.3-10s8.1-.9 13.2-1l2.2 18-12.8.8z'/%3E%3Cpath fill='url(clientlib-site/css/%23e)' d='M453 315.4s-4 .7-4.8-5.6c-.6-4.5 2.2-5.1 2.2-5.1l9.2 1.6v8.2l-6.6.9z'/%3E%3Cpath fill='url(clientlib-site/css/%23f)' d='M450.4 304.7s5.9-.4 9-.8l1.3 5.7-7.1.4s-.5-5.1-3.2-5.3z'/%3E%3Cpath fill='url(clientlib-site/css/%23g)' d='M449.2 300.4s7.5-1.9 8.5 6.5c.2 2.1-1 7.1-4.7 8.5l13.9-1.5-1.3-15-4.6.4s-10 .3-11.8 1z'/%3E%3Cpath fill='%23f9f0aa' d='M452.2 318.1s51.9-3.5 57.2-3.3c15.8-8.6 0-42.5-13.3-61.5 1.5-4.3-29.9-13.9-44-13-1.9 0-3.6.2-5.2.3-7.7.8-7.8 10.7-4.7 17 3 6 30.3 55 11.2 60.3l-1.2.2z'/%3E%3Cpath fill='url(clientlib-site/css/%23h)' d='M507.8 273.3a148.3 148.3 0 0 0-11.7-20c1.5-4.3-29.9-13.9-44-13-1.9 0-3.6.2-5.2.3-7.7.8-7.8 10.7-4.7 17 1 1.8 4.3 8 7.9 15.7'/%3E%3Cpath fill='url(clientlib-site/css/%23i)' d='M455 285c5.6 14.6 8.7 30-1.6 32.8l-1.2.3s52-3.5 57.2-3.3c8.6-4.7 7.8-16.8 3.2-30'/%3E%3Cpath fill='url(clientlib-site/css/%23j)' d='M447.4 243.5c-3.7 0-4.7 3.6-4.6 5.8.1 6 4.6 6.2 4.6 6.2l6-.3 2.8-12.2-8.8.5z'/%3E%3Cpath fill='url(clientlib-site/css/%23k)' d='M447.4 243.5l8.8-.5 1 9.1-7.8.4s2.5-7.3-2-9z'/%3E%3Cpath fill='url(clientlib-site/css/%23l)' d='M496.1 253.3c6.7-1 6.6-10 2-13.7-15.5-.5-35.9-.1-50.6 1 1.7 0 6.3.4 6.9 6.5a8.2 8.2 0 0 1-3 7c-2 1.4-4 1.4-4 1.4h3.6l3-.4c21-2.7 42-1.8 42-1.8h.1z'/%3E%3Cpath fill='%23b07e09' stroke='none' d='M458.5 267.4c-.2-.3-.3-.7-.8-.8-.2 0-.6 0-.5-.4h.8l1.6-.2c.4.1.3.6 0 .5-.5 0-.2.5-.1.8l1.3 3c.1.4.4.7.7.7l1.1-.1c.3-.2.2-.6.2-1-.1-.3.5-.2.5 0l.4 1.4c0 .2-.2.1-.4.1l-3 .2c-.3 0-.8.3-1 0 0-.4.6-.2.6-.5l-.3-1-1.1-2.7zm4.8-.3c-.1-.3-.3-.7-.7-.8-.2 0-.6 0-.6-.4h.7l1.7-.2c.3 0 .4.5 0 .4-.3 0-.3.4-.2.7l1.5 3.4c0 .2.2.5.5.6.3 0 .7 0 .7.3 0 .2-.4.1-.6.1a6.6 6.6 0 0 0-1.6.2c-.2 0-.5 0-.5-.3s.5 0 .6-.4c0-.3-.2-.6-.4-1l-1.1-2.6zm4.5.7c0 .2.4 0 .5 0 .3 0 .6-.1.6-.4a1.7 1.7 0 0 0-.7-1.2c-.3-.3-.8-.2-1.1-.2l.1.5.6 1.3zm.6 1.6c.2.3.3.7.6 1 .2.2.6.1.8 0 .3 0 .5-.3.4-.5-.1-.7-.5-1.3-1.2-1.5a2.4 2.4 0 0 0-1 0l.2.5.2.5zm-2-2.4c-.2-.3-.3-.7-.7-1-.2 0-.6.1-.7-.2 0-.3.6-.1.8-.2.9 0 1.7-.3 2.6 0 .7.2 1.4.8 1.5 1.6 0 .4-.3.7-.6.8l.5.1c.6.2 1.1.6 1.4 1.1.2.4.3 1 0 1.4-.4.4-1 .4-1.4.4-.8 0-1.5 0-2.3.2-.2 0-.4-.5 0-.5.3 0 .3-.4.2-.6l-1.3-3zm7.4-1.9c.3 0 .4.3.5.5l.3.9c-.3.2-.5-.2-.6-.4-.1-.2-.4-.5-.7-.4a8.3 8.3 0 0 0-1.2 0c-.2.2 0 .4.1.6l.6 1.3c.2 0 .6 0 .8-.2 0-.2-.3-.7.2-.6.3.2.2.6.4.9l.5 1.1c-.3.3-.5-.1-.6-.4-.2-.3-.7-.3-1-.3-.2 0 0 .2 0 .3l.6 1.5c.2.3.7.3 1 .3.4 0 .8 0 1-.4.2-.2-.3-.7 0-.8.4 0 .4.4.5.6 0 .3.2.6.3.8 0 .2-.3.2-.4.2l-3 .2c-.4 0-.9.2-1-.2 0-.3.6-.1.6-.6l-.4-1-1.1-2.6c-.2-.3-.4-.6-.8-.7-.2 0-.6 0-.4-.4h1l2.8-.2zm2.3 1.3c-.1-.3-.3-.7-.7-.9-.2 0-.7 0-.7-.4.3-.2.7 0 1 0 .8 0 1.6-.3 2.4 0 .8.2 1.5.9 1.6 1.8 0 .4-.3.7-.7.8-.3 0 .2.1.3.2.7.3 1 .9 1.4 1.5.1.2.5.7.6.2 0-.5.7 0 .5.3 0 .4-.3.6-.7.6-.4 0-.9-.2-1.1-.6-.4-.6-.7-1.3-1.3-1.7-.2-.2-.5-.3-.8-.1v.4l.6 1.2c.2.3.6.3 1 .3.3.1.2.6-.2.5h-1.7c-.3.2-.9 0-.7-.3.3 0 .7-.2.5-.5l-1-2.6-.3-.7zm1.4 1c.2.3.6 0 .9 0 .3 0 .3-.5.2-.7-.1-.5-.4-1-.9-1.2-.2 0-.8-.2-.9.1l.7 1.6v.1zm7.2 1.6c.2.3.3.6.6.7.2 0 .6 0 .7.3 0 .3-.4.1-.6.2a7 7 0 0 0-1.6 0c-.3.1-.6 0-.6-.3.2-.2.7 0 .7-.4l-.5-1.1-1.1-2.9c-.1-.3-.5-.3-.7-.3-.3 0-.7 0-.7.4 0 .3.2.7 0 .8-.3 0-.4-.3-.5-.5l-.3-1c0-.2.3-.1.4-.1l4.2-.2c.3 0 .5.2.5.5s.3.6.4 1c-.1.3-.5 0-.5-.3-.2-.3-.6-.6-1-.7-.2 0-.6 0-.8.2l.2.7 1.2 3zm3.8-.9c-.2 0-.1.3-.1.4v.8c.1.3.5.3.8.4.2 0 .1.5-.2.4h-1.2c-.3.1-.7-.1-.5-.4.2 0 .4-.1.5-.3v-5c.2-.3.6 0 .6.1l3.6 4.6c.2.2.5.4.8.4.3 0 .4.5 0 .4h-1.5c-.2 0-.5.2-.7 0-.2-.1 0-.4.2-.4.3 0 0-.4-.1-.6l-.6-.8h-1.6zm1.1-.5c.2 0 0-.1 0-.2l-1.3-1.7v2h1.3zm3.1-1.8c-.1-.4-.3-1-.8-1-.3 0-.7-.2-.5-.5h1.7c.7 0 1.4 0 2 .2a4.3 4.3 0 0 1 3 3.4c0 .6-.1 1.3-.6 1.6-.8.5-1.7.4-2.5.3l-1.4.1c-.3 0-.4-.5 0-.4.4 0 .4-.5.2-.7l-1.1-3zm2 2.5c.1.3.2.7.5 1h1c.5 0 .7-.5.7-.9a4.3 4.3 0 0 0-.6-2.1 2.7 2.7 0 0 0-1.8-1.4h-1c-.1 0 0 .2 0 .4l1.2 3zm-21.1 12.4c0 .3.4.6.8.6.2 0 .7 0 .7.4-.2.2-.5 0-.8 0a8.6 8.6 0 0 0-1.5.2h-.9c-.2 0-.2-.4.1-.4.3 0 .6-.1.7-.4 0-.3-.2-.6-.3-.8l-1.2-2.8c0-.3-.4-.3-.7-.3-.2 0-.6.1-.7-.2 0-.3.5-.2.7-.4l1-.3c.2 0 .3.1.4.3l1.7 4zm.7-4.5h2c.4 0 .2-.5.4-.5.4 0 .4.5.4.7a.5.5 0 0 1-.6.6H475l.5 1.2.6-.2a2.8 2.8 0 0 1 2.6 1.6c.2.4.3 1 0 1.5-.4.5-1 .6-1.6.6-.5 0-1-.1-1.4-.6-.1-.2-.1-.7.2-.6.4 0 .7.2.7.6.1.2.5.1.7.1.3 0 .6-.2.6-.6 0-.4-.2-1-.5-1.3-.2-.4-.7-.7-1.2-.7l-.9.1c-.3 0-.3-.3-.4-.5a23.9 23.9 0 0 1-.7-1.9s.1-.2.2-.1zm6.9 1c-.2-.4-.4-.9-.9-1-.2 0-.7-.2-.4-.4h1.6a3 3 0 0 1 2.1.1 4.3 4.3 0 0 1 3 3.4c0 .6-.1 1.2-.7 1.5-.7.5-1.6.4-2.4.4l-1.3.2c-.3 0-.4-.5 0-.5s.3-.4.2-.7l-1.2-3zm2 2.4c.2.4.3.8.6 1 .3.2.6.1 1 0 .4 0 .6-.5.6-.9a4 4 0 0 0-.7-2.1 2.6 2.6 0 0 0-1.8-1.3 3 3 0 0 0-1 0v.3l1.3 3zm6.4-4.2c.3 0 .4.3.5.5 0 .3.2.5.3.8-.2.3-.5 0-.6-.3-.1-.2-.3-.5-.6-.5a9.7 9.7 0 0 0-1.3 0c-.2.2 0 .5 0 .6l.6 1.4c.3 0 .6 0 .8-.2.2-.2-.2-.7.2-.6.4 0 .3.5.4.8l.5 1.1c-.1.4-.5 0-.6-.3-.1-.3-.5-.3-.8-.3-.2 0-.4 0-.2.2l.6 1.5c.2.4.7.3 1 .3.4 0 .8 0 1-.3.2-.2-.2-.6 0-.8.4 0 .5.3.5.5l.3 1c0 .1-.3 0-.4 0l-3.1.2c-.3 0-.7.2-.9 0-.2-.5.5-.3.6-.6l-.3-.9-1.1-2.9c-.2-.3-.4-.6-.8-.7-.2 0-.6 0-.4-.4h1l2.8-.1zm-27.2 14.3c.1.5.6.7 1 .8.8.2 1.7.5 2.2 1.1.3.4.5.9.5 1.4 0 .5-.5.9-1 1a2.5 2.5 0 0 1-1.7-.1c-.2-.1-.1.4-.4.2-.3-.1-.2-.5-.4-.8a9 9 0 0 0-.3-1c0-.3.4 0 .5.2.3.6.9 1 1.6 1.1.4 0 .8-.2.8-.6 0-.5-.4-1-.8-1.2-.7-.3-1.4-.4-2-.8a2 2 0 0 1-1-1.6c0-.4.4-.8.8-.9a2.6 2.6 0 0 1 1.6 0c.2 0 .3-.3.6-.1 0 .2 0 .4.2.6l.3.9c-.2.2-.5 0-.5-.2-.3-.4-.6-.8-1-.8s-.8 0-1 .3v.5zm6.6-1.7c.4 0 .4.3.5.5 0 .3.2.6.3.8-.2.3-.5 0-.6-.2-.1-.2-.3-.5-.7-.5h-1.2c-.2.2 0 .4 0 .6l.5 1.4c.3 0 .6 0 .8-.2.2-.2-.2-.6.1-.7.4 0 .4.4.5.7 0 .4.3.8.5 1.3-.2.3-.6 0-.6-.3-.1-.3-.5-.4-.8-.3-.2 0-.4 0-.3.2l.6 1.5c.1.3.4.3.7.3.4 0 .9 0 1.2-.3.2-.2 0-.6 0-.8.3-.2.6 0 .6.3l.2 1c0 .2-.3.2-.4.2l-3 .2c-.4 0-.8.3-1 0 0-.4.5-.3.6-.6 0-.3 0-.5-.2-.8l-1-3c0-.3-.3-.6-.7-.6-.2 0-.6-.2-.4-.4h1l2.8-.3zm4.2 4.2c.1.3.3.6.6.7.3 0 .7-.1.8.2 0 .4-.5.2-.7.2a6.3 6.3 0 0 0-1.6.1c-.2 0-.5.2-.6-.1 0-.4.5-.2.6-.4l-.1-.8-1-3c-.2-.3-.3-.7-.7-.7-.2 0-.6 0-.5-.4.1-.2.5 0 .7 0 .7 0 1.4-.3 2.2-.2a2 2 0 0 1 1.7 1.2c.2.4.2 1 0 1.3-.5.4-1.1.5-1.7.6-.2 0 0 .2 0 .3l.3 1zm-.5-1.8h.6c.3-.1.5-.4.4-.7a2.2 2.2 0 0 0-.5-1.2c-.3-.3-.8-.3-1.1-.2-.2.1 0 .3 0 .5l.5 1.6zm6.1 1.5c0 .2.2.6.5.6.2 0 .7 0 .7.3s-.5.2-.7.2a7 7 0 0 0-1.6.1c-.2 0-.5 0-.5-.3.2-.2.7 0 .7-.4l-.3-1.2-1-2.9c0-.3-.4-.3-.7-.2-.2 0-.6 0-.7.3v.8c-.2.2-.4 0-.4-.3a6.6 6.6 0 0 0-.4-1c0-.3.3-.3.5-.3l4.1-.2c.3 0 .5.2.5.5l.4 1c-.1.2-.5 0-.5-.2-.2-.3-.5-.7-1-.8-.2 0-.5 0-.8.2l.2.6 1 3.2zm2.1-3.3c-.1-.3-.2-.7-.6-.8-.2 0-.6 0-.6-.4.1-.2.4 0 .6 0l1.8-.2c.3-.1.5.4.2.4s-.6.2-.5.5l.5 1.6.7 2.2c0 .2.3.4.5.4.3 0 .7 0 .6.4h-.7l-1.6.2c-.2 0-.5-.2-.4-.4.2-.1.6 0 .6-.4l-.3-1.2-.8-2.3zm5.8-1.6c.3 0 .3.3.4.5l.2.8c-.1.3-.5 0-.5-.2-.1-.3-.3-.6-.7-.6a9.7 9.7 0 0 0-1.2 0c-.2.2 0 .5 0 .6l.5 1.4c.2 0 .5 0 .8-.2.2-.2-.2-.6.1-.7.4 0 .4.5.4.7l.5 1.3c-.1.3-.5 0-.5-.2-.1-.3-.5-.4-.8-.4-.1 0-.5 0-.3.2l.5 1.5c.1.3.4.4.7.3.4 0 .9 0 1.2-.2.2-.2 0-.6.1-.9.3-.2.5.1.5.4a9.3 9.3 0 0 0 .3 1c0 .2-.3.2-.5.2l-3 .1c-.3 0-.7.2-1 0-.1-.4.5-.3.6-.5a1 1 0 0 0-.1-.8l-1-3c0-.3-.3-.7-.7-.7-.2 0-.6-.2-.4-.4h1l2.9-.2zm2 1c-.1-.4-.4-.7-.8-.7-.3.1-.5-.6 0-.4h1.5l.7.9 2.1 2.9v-.3l.4-3.6c.2-.2.7 0 1-.2.3 0 1 0 .8.4-.4 0-.8.2-.6.6l1.2 3.6c0 .4.4.6.8.5.3 0 .3.6 0 .5H494c-.3.1-.8.1-.6-.3.3 0 .8-.2.5-.6l-1-3.2c.1.1 0 .3 0 .4l-.2 3-.1.8c-.3.1-.4-.1-.5-.3l-2.9-3.7.2.3c.3 1 .5 2 .9 2.9 0 .4.5.5.8.5.4.2.1.5-.2.4h-1.5c-.3 0-.3-.4 0-.4.5 0 .4-.5.2-.8l-1-3.3zm8.7.8c0 .2.4 0 .5 0 .3 0 .7 0 .7-.4 0-.5-.2-1-.5-1.2-.4-.3-.8-.2-1.2-.2l.1.5.4 1.3zm.5 1.6l.4 1c.3.2.6.1.9.1.2 0 .5-.2.4-.5 0-.6-.3-1.3-.9-1.5a2.4 2.4 0 0 0-1 0v.3l.2.6zM496 288c-.1-.4-.2-.8-.6-1-.2 0-.6 0-.6-.3s.5 0 .7-.1c1 0 1.8-.3 2.7 0 .7.2 1.3.9 1.3 1.6 0 .4-.3.7-.7.9 0-.2.4 0 .5 0 .5.2 1 .6 1.2 1.1.2.5.3 1 0 1.4-.4.4-1 .4-1.5.4l-2.3.1c-.3 0-.4-.5 0-.4.3 0 .4-.4.2-.7l-.9-3zm5-.2c0-.3-.2-.8-.6-1-.2 0-.6 0-.6-.3.2-.3.6 0 1-.1h2c.8 0 1.5.6 1.7 1.4.2.4 0 1-.3 1.2l-.5.2c.6.2 1.1.7 1.4 1.2l.5.8c.3.2.3-.1.3-.3.4-.2.6.3.4.6-.1.4-.7.5-1 .4-.4 0-.6-.3-.8-.6l-1-1.7a.9.9 0 0 0-.9-.2v.5l.5 1.1c.1.4.5.4.8.5.4 0 .4.5 0 .4h-1.8c-.2 0-.6.2-.7 0-.2-.5.4-.3.6-.6l-.2-.8-.8-2.7zm1.3 1c.1.2.6 0 .8 0 .3 0 .5-.3.4-.5 0-.5-.2-1-.5-1.3-.3-.2-.7-.2-1-.1-.2 0-.1.3 0 .5l.3 1.3zm7-2.6c.2 0 .3.3.3.5 0 .3.2.5.3.8-.2.3-.5 0-.5-.2-.2-.2-.3-.6-.7-.6a9.5 9.5 0 0 0-1.3 0c-.2.1 0 .4 0 .6l.4 1.3h.8c.3-.2-.1-.7.2-.8.4 0 .4.4.4.7 0 .4.3.9.4 1.3-.1.3-.5 0-.5-.2 0-.3-.4-.5-.7-.4-.1 0-.5-.2-.4 0l.5 1.7c0 .3.4.3.7.3.4 0 .9 0 1.2-.2.3-.2 0-.6.1-.8.3-.2.6 0 .5.3l.2 1c0 .2-.3.2-.4.2h-3.1c-.3 0-.6.2-.8 0-.3-.4.3-.3.4-.5.2-.2 0-.5 0-.7l-.9-3.1c0-.3-.3-.7-.6-.7s-.6-.1-.5-.4h1l3-.1zm-32.9 13.1c-.1-.4-.2-.8-.6-1-.3 0-.7 0-.5-.3.3-.2.6 0 1-.1.8 0 1.6-.2 2.4 0a3.5 3.5 0 0 1 2.6 2.3c.2.8.3 1.6-.2 2.3-.5.6-1.4.8-2.2.8-.7 0-1.3 0-1.9.2-.2.1-.6-.1-.4-.4.3 0 .7-.2.6-.5l-.4-1.5-.4-1.8zm1.6 2.5c.1.3.2.7.4.9.3.2.7.1 1 0 .4 0 .8-.4.9-.9a4 4 0 0 0-.4-2.2 2 2 0 0 0-1.5-1.2 3 3 0 0 0-1.1 0c-.1 0 0 .2 0 .4l.7 3zm7.1-4.5c.3 0 .3.3.4.5l.2.9c-.1.2-.5 0-.5-.2-.1-.3-.3-.6-.6-.6a9.3 9.3 0 0 0-1.3 0c-.2.1 0 .4 0 .6 0 .5.2 1 .3 1.4.3 0 .6 0 .8-.2.2-.2-.1-.6.2-.7.4 0 .3.5.4.7 0 .4.3.8.3 1.3 0 .3-.5 0-.5-.2 0-.4-.4-.5-.7-.4-.1 0-.5-.1-.3.1 0 .5.2 1 .4 1.6 0 .3.4.3.7.3.4 0 .9 0 1.2-.3.2-.2 0-.6.2-.8.3-.2.4.1.4.4 0 .3 0 .6.2 1l-.5.1-3 .2c-.3 0-.6.2-.9 0-.2-.2.1-.4.4-.4.3-.1.2-.5.2-.7l-.8-3.2c-.1-.3-.3-.7-.6-.7s-.6-.1-.5-.4l1-.1 2.9-.2zm6.5 4.1c0 .3.3.6.6.6.2.1.6 0 .7.3.1.3-.4.2-.6.2l-1.7.1c-.3 0-.6.1-.8 0-.3 0-.2-.4.1-.4.3 0 .6-.1.7-.4l-.1-.8-.7-2.8c0-.3-.4-.3-.6-.3-.2 0-.6.2-.7-.1 0-.4.5-.3.7-.4l1.1-.4c.2 0 .3.1.3.3l1 4.1zm3.7-3.3c0-.4-.3-.8-.7-.8-.3 0-.7 0-.8.3a1 1 0 0 0 .4 1l.9.5.2-.6a1.4 1.4 0 0 0 0-.4zm.8 3c0-.6-.5-.9-1-1-.2 0-.4-.3-.5-.2a1 1 0 0 0-.4 1c.2.6.5 1 1 1 .4.1.8 0 1-.4a1 1 0 0 0 0-.5zm1-.3a1.2 1.2 0 0 1-.6 1.3 2.4 2.4 0 0 1-2 .2 1.7 1.7 0 0 1-1.2-1.3c0-.4.1-1 .6-1.3 0 0 .4-.1.1-.2-.5-.2-1-.6-1-1.2-.2-.5 0-1 .5-1.3a2 2 0 0 1 2.6.7c.2.4.2.9 0 1.2l-.6.5c.5 0 1 .4 1.2.8.2.1.3.4.3.6zm3.2.5c.2 0 .5 0 .5-.4.1-.1 0-.6.3-.5.3 0 .2.3.3.6 0 .4 0 .8-.4 1.1-.2.2-.5.1-.8.1h-1.7c-.2 0-.5.2-.7 0-.2-.2 0-.5 0-.7.2-.7.6-1.2 1-1.6.4-.3.8-.6.9-1.1a2 2 0 0 0-.3-1.2 1 1 0 0 0-1.4-.3c-.3.1-.4.5-.3.7.2.2.6 0 .7.4.2.2 0 .6-.3.6-.4 0-.8-.3-1-.7a1.2 1.2 0 0 1 .6-1.4c.5-.3 1.1-.3 1.7-.2.5.2 1 .6 1.2 1.2.1.4.1.9-.1 1.3-.4.7-1.1 1-1.7 1.7-.1.1-.2.3-.1.6 0-.3.4-.2.5-.2h1zm4-.4c0 .3.2.6.5.7.2 0 .6 0 .7.2.1.3-.3.3-.5.3h-2.7c-.2-.1 0-.5.2-.4.3 0 .6-.1.7-.4v-.8l-.7-2.8c0-.3-.3-.3-.5-.3-.3 0-.6.2-.7 0-.2-.5.3-.4.5-.5l1.2-.4c.2 0 .3.1.4.3l.8 4.1z'/%3E%3C/g%3E%3Cg fill='%23448127' stroke='%2334541f' stroke-width='.2'%3E%3Cpath fill='url(clientlib-site/css/%23m)' stroke='%234c0505' d='M475.8 219.4L472 224c-1.2 5.2 1.8 9.2 7.7 12.6 4.7 3 13.5 3.7 16.3 1.3l-13.7-13-6.5-5.4z'/%3E%3Cpath d='M503.6 354.3a322.5 322.5 0 0 0-2-2.5 100.5 100.5 0 0 1-32.7 28.6c15.1-4.3 25-15.2 34.7-26.1zM488 390a460 460 0 0 1 18.2-32.3 274.3 274.3 0 0 0-2.1-2.7c-7.3 12.2-16 26.7-16 35zm42-114.5a62 62 0 0 0-4.3-13 126.5 126.5 0 0 0-43.8-44v-.3h.3l-.2-.1h.5l-.2-.3h.4l-.3-.4h.4l-.3-.3h.5l-.3-.4h.4l-.4-.3.6-.1-.5-.3.5-.1-.4-.3.6-.2-.5-.3.6-.3-.6-.4.7-.2-.7-.3.6-.4h-.8l.5-.7h-.7l.3-.5h-.6l.3-.5-.7.1.3-.6-.6.4.2-.7-.7.4.1-.7-.5.5v-.7l-.5.5v-.7l-.5.6v-.7l-.4.6-.2-.7-.3.6-.2-.7-.3.8-.2-.8-.3.8-.2-.7-.2.6-.1-.5-.3.7-.2-.7-.2.8-.3-.7-.2.8-.3-.7v.8l-.4-.6v.8l-.5-.6v.7l-.4-.3.2.7-.5-.3.2.7-.4-.3.1.6h-.4l.2.4h-.3l.2.4a9 9 0 0 0-.4 3.5c0 .2.6.4.7.6.3.4.2.6.2.6-1.6 2.6-3 4.6-3.1 7.6 1.2-1.6 2.6-3.6 4.4-3.6-.9 1.5-1.3 6.1-.3 6.9l.8-1.4c0 1 .1 1.8.4 2.3l1-1.7c0 1.5.2 2.7.6 3.3a6 6 0 0 1 1.6-1.6c-.2.9-.5 1.7-.4 2.7l2-2.5c-.4 1.6 0 2.8.4 4.5.4-2 .6-2.3 1.5-3.1.1 1.9-.2 3.6.2 4.7.8-1.7 1.4-1.5 2-2.6-.2 1.6-.5 3.3 0 4.7a4.5 4.5 0 0 1 1.9-2.6c0 2.2.5 1.8-.8 3.7.6.2 2.5-.4 3.6-.9-.5 1.2-.4 2.1-.9 3 1-.6 2-1.5 2.9-2.4-.4 1.4-1.5 2.8-1 4.1.3-1.3 1.3-2.3 2.3-2.5-.2.7-.3 2.2-1.3 2.9 2.4.2 3.4-1.4 4.6-2.7-.1 1.4 0 2.4 1.6 4.3-.3-2.4.2-1.9 1.3-3.3.6 2.1 1.2 4.4 3.4 6-1-2.3-1-3.5-.6-4.9.3 1.5 1.7 3.3 2 4.7.3-1.6.5-3.1 1-4.1a20.2 20.2 0 0 1 1.4 5.6c.5-1 .9-2 1.1-3.1 19.8 20.6 24.2 46.8 2.6 74.5 7.7-5.2 9.7-13.5 14-20.6-4.2 9.3-6 19.7-13.5 27.4 7.2-6.2 8.7-11.9 13-17.9-4.5 12.5-11 26.2-19.8 38.8a690.6 690.6 0 0 1 4.8 5.2l4-6.9c9.4-15.4 24.7-37.5 17-71.1z'/%3E%3C/g%3E%3Cpath fill='%23eac102' stroke='%23a08307' stroke-width='.2' d='M473.2 215.3c-1 .2-1.4.6-2.1 1.4.9.2 1.6.3 2.5.3.2 0 .3-.3.3-.6l-.2-1c0-.2-.6-.1-.8 0l.3-.1z'/%3E%3Cpath fill='%23a08307' d='M471 216.7a9.9 9.9 0 0 1 1-.3 9.8 9.8 0 0 1 1.2-.2 9.8 9.8 0 0 1-1 .3 10 10 0 0 1-1.2.2z'/%3E%3Cellipse cx='477.7' cy='215.4' stroke='%23000' stroke-width='.1' rx='.8' ry='.8'/%3E%3Cellipse cx='477.9' cy='215.3' fill='url(clientlib-site/css/%23n)' rx='.3' ry='.3'/%3E%3Cg fill='%2334541f'%3E%3Cpath d='M488.2 389.7a83.4 83.4 0 0 1 1.5-4.4 96.2 96.2 0 0 1 1.8-4.4c1.2-2.9 2.7-5.7 4.1-8.4a199.6 199.6 0 0 1 4.7-8.2 354.4 354.4 0 0 1 2.4-4l2.5-4-2.4 4a400 400 0 0 0-2.4 4.1l-4.6 8.2a133.7 133.7 0 0 0-4.2 8.4 98.1 98.1 0 0 0-1.8 4.3 82.7 82.7 0 0 0-1.6 4.4zm-18.9-9.5a75.8 75.8 0 0 0 5-2.3 72.3 72.3 0 0 0 4.6-2.7 72 72 0 0 0 8.8-6.5 84.7 84.7 0 0 0 7.7-7.5 113.6 113.6 0 0 0 3.6-4.1l3.4-4.3a153.8 153.8 0 0 1-3.3 4.3 111.9 111.9 0 0 1-3.6 4.2 81.9 81.9 0 0 1-7.7 7.6 70 70 0 0 1-8.8 6.4 71.3 71.3 0 0 1-4.7 2.6 77 77 0 0 1-5 2.3zm37.3-29.3a138.7 138.7 0 0 0 4.3-6.7l4-6.8a341.8 341.8 0 0 0 3.7-7l3.7-7-1.7 3.5-1.8 3.6a256 256 0 0 1-3.7 7 160.5 160.5 0 0 1-4 6.8 93.5 93.5 0 0 1-4.5 6.6zm6-25.1a58.4 58.4 0 0 0 4.6-6.4 60.2 60.2 0 0 0 3.8-7 72.6 72.6 0 0 0 5-15l.4-2a61 61 0 0 0 .7-6 52 52 0 0 0 0-7.9 50.6 50.6 0 0 0-1.3-7.8 53.4 53.4 0 0 0-2.4-7.6 53.5 53.5 0 0 1 2.5 7.5 50.5 50.5 0 0 1 1.3 7.9c.2 2.6.2 5.3 0 8a61.3 61.3 0 0 1-.6 6 90.3 90.3 0 0 1-.4 1.9 72.7 72.7 0 0 1-5 15 59.9 59.9 0 0 1-4 7 58.2 58.2 0 0 1-4.7 6.4z'/%3E%3Cpath d='M510.9 320a36 36 0 0 0 4.9-5.8 52 52 0 0 0 3.8-6.6 96 96 0 0 0 3-7c.4-1.2 1-2.4 1.3-3.6l.4-.9.3-.9.6-1.8c.5-2.5.7-5.1.8-7.7a45.8 45.8 0 0 0-.6-7.7c-.4-2.5-1-5-1.7-7.5a80.2 80.2 0 0 0-2.6-7.3 80.3 80.3 0 0 1 2.7 7.3 57.4 57.4 0 0 1 1.7 7.5 46 46 0 0 1 .6 7.7 41.4 41.4 0 0 1-.7 7.7l-.6 1.9-.3.9-.4.9-1.3 3.6a96 96 0 0 1-3.1 7 51.6 51.6 0 0 1-3.8 6.6 36 36 0 0 1-5 5.8z'/%3E%3Cpath d='M505 349.2c1.3-1.6 2.4-3.3 3.6-5l1.8-2.5 1.7-2.5a68.8 68.8 0 0 0 3-5.4l2.6-5.5c1.8-3.7 3.5-7.4 5-11.3a75.3 75.3 0 0 0 3.5-11.7c.8-4 1.4-8 1.9-12.1.4-4.1.4-8.2 0-12.3a52.4 52.4 0 0 0-2.7-12 72.8 72.8 0 0 0-5.1-11.1 72.8 72.8 0 0 1 5.2 11.1 52.4 52.4 0 0 1 2.7 12c.5 4 .4 8.2 0 12.3-.4 4-1 8.1-1.8 12.1a75.5 75.5 0 0 1-3.5 11.8 145.1 145.1 0 0 1-5 11.2l-2.7 5.5a67.3 67.3 0 0 1-3 5.4c-.5 1-1.1 1.7-1.7 2.6l-1.8 2.5-3.6 5z'/%3E%3Cpath d='M507.8 352.3l7-11.6a200.5 200.5 0 0 0 6.4-11.9 82 82 0 0 0 5-12.5c.7-2.2 1.2-4.3 1.7-6.5a59.3 59.3 0 0 0 .6-3.4 127.7 127.7 0 0 0 1.4-16.8c0-4.5-.4-9-1.2-13.4a57.5 57.5 0 0 0-4-12.9 54 54 0 0 0-7-11.5 54 54 0 0 1 7 11.5 57.6 57.6 0 0 1 4.1 12.9 73.4 73.4 0 0 1 1.2 13.4c0 4.5-.3 9-.9 13.5a134 134 0 0 1-.4 3.4 58.8 58.8 0 0 1-.6 3.3 74.3 74.3 0 0 1-1.7 6.5 82 82 0 0 1-5 12.6c-2 4-4.3 8-6.5 11.8a442.5 442.5 0 0 1-7 11.5zM480 220.8h1.4a18.7 18.7 0 0 1 4.1 1.3c1.7.8 3.4 1.8 4.9 3a35.8 35.8 0 0 1 4.3 3.7 45.3 45.3 0 0 1 1.8 2.1l1.8 2.3a60.9 60.9 0 0 0-1.8-2.2 42 42 0 0 0-2-2 37.8 37.8 0 0 0-4.2-3.8 26.8 26.8 0 0 0-4.9-3 18 18 0 0 0-5.4-1.4z'/%3E%3C/g%3E%3Cg fill='%23448127'%3E%3Cpath d='M496.4 231.6s3 1.8 4.7 4.4c0 0-4.7-.9-8-4.6'/%3E%3Cpath fill='%2334541f' d='M496.4 231.6a14.1 14.1 0 0 1 2.6 1.9 13 13 0 0 1 2.2 2.4l.1.3h-.2a14.5 14.5 0 0 1-2.3-.8 15.7 15.7 0 0 1-2.1-1c-1.4-.8-2.6-1.8-3.7-3a15.2 15.2 0 0 0 3.8 2.8 18.3 18.3 0 0 0 2 1 14.4 14.4 0 0 0 2.3.7v.2a11.2 11.2 0 0 0-1-1.3l-1.2-1.2a17.7 17.7 0 0 0-1.2-1 18.6 18.6 0 0 0-1.3-1z'/%3E%3Cpath d='M489.6 230.7s7.2 4.6 8.2 5c0 0-1.6-3.5-5-5'/%3E%3Cpath fill='%2334541f' d='M489.6 230.7l4.1 2.5a139.9 139.9 0 0 0 3.1 1.8l1 .6v.1a10.7 10.7 0 0 0-1-1.5l-1.1-1.4a10.7 10.7 0 0 0-1.4-1.2l-1.5-.9a8.4 8.4 0 0 1 1.6.9 11.1 11.1 0 0 1 3.5 4l.2.3-.3-.1-2.1-1.2-2-1.3a151.6 151.6 0 0 1-4.1-2.6z'/%3E%3Cpath d='M492.5 228.4s3.7 1.6 4.6 4.3c0 0-6.8-2.8-8-4.3'/%3E%3Cpath fill='%2334541f' d='M492.5 228.4a10.7 10.7 0 0 1 2.8 1.6 7.2 7.2 0 0 1 1.1 1.2l.8 1.5v.2h-.2a79.6 79.6 0 0 1-2-1 49.8 49.8 0 0 1-2.1-1 34 34 0 0 1-2-1.1l-1-.6-.8-.8.9.7 1 .6 2 1a84.2 84.2 0 0 0 4.1 2h-.1a4.8 4.8 0 0 0-.8-1.3 7.8 7.8 0 0 0-1-1.2 12.5 12.5 0 0 0-2.8-1.8z'/%3E%3Cpath d='M486.8 231.3s6.6 4.7 8.6 4.7c0 0-2-3.3-5.4-4.7'/%3E%3Cpath fill='%2334541f' d='M486.8 231.3a127 127 0 0 0 4.1 2.6 35 35 0 0 0 3.3 1.7l1.2.3-.1.2a15.5 15.5 0 0 0-2.3-2.8l-1.4-1.1a11 11 0 0 0-1.6-1c1.1.5 2.2 1.2 3 2a12.8 12.8 0 0 1 2.5 2.8v.1h-.1a3.7 3.7 0 0 1-1.3-.3 13.7 13.7 0 0 1-1.1-.5 33.3 33.3 0 0 1-2.1-1.2 63.9 63.9 0 0 1-2.1-1.4 56.3 56.3 0 0 1-2-1.4z'/%3E%3Cpath d='M486.8 232.7s3.4 3 5.4 3c0 0-2-3.3-5.4-4.8'/%3E%3Cpath fill='%2334541f' d='M486.8 232.7a31.2 31.2 0 0 0 2.5 1.8l1.4.7a5.3 5.3 0 0 0 1.5.4l-.1.1a12.4 12.4 0 0 0-1-1.4 13.3 13.3 0 0 0-2.7-2.5 11 11 0 0 0-1.6-.9c1.1.5 2.2 1.1 3 2a12.9 12.9 0 0 1 2.5 2.7v.2h-.1c-.6 0-1-.2-1.6-.4a11.4 11.4 0 0 1-1.4-.8l-1.2-.9a17.6 17.6 0 0 1-1.2-1z'/%3E%3Cpath d='M485 226.2s7.2 5.1 8 7.9c0 0-6.4-3-7.6-4.5'/%3E%3Cpath fill='%2334541f' d='M485 226.2a51.6 51.6 0 0 1 2.3 1.7 51 51 0 0 1 2.2 1.8 25.7 25.7 0 0 1 2 2l1 1 .7 1.4v.2l-.2-.1a77 77 0 0 1-2-1 50.3 50.3 0 0 1-2-1 34.8 34.8 0 0 1-1.9-1.2 15.4 15.4 0 0 1-1-.7 4 4 0 0 1-.7-.7l.8.7a36.7 36.7 0 0 0 3 1.7 87.3 87.3 0 0 0 4 2l-.2.1a4.6 4.6 0 0 0-.7-1.2 12.2 12.2 0 0 0-.9-1.1l-2-2a51.1 51.1 0 0 0-2.1-1.9 71.2 71.2 0 0 0-2.3-1.7z'/%3E%3C/g%3E%3Cg stroke='%2324420e' stroke-width='.2'%3E%3Cpath fill='%23406325' d='M445 370.3a42.2 42.2 0 0 1-20.4 4.8c10-8.2 19.7-8.4 20.4-4.8zm69.8 4.5c5.2 4.7 21 8 23.5 7.4-10.6-10.7-22.1-11.8-23.5-7.4z'/%3E%3Cpath fill='%2367923d' d='M445 370.3c-.7-3.7-10.5-3.5-20.4 4.8a69.4 69.4 0 0 1 20.4-4.8zm69.9 4.4c1.4-4.4 12.8-3.3 23.4 7.5a84 84 0 0 0-23.4-7.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.mx:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cdefs%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23f15770'/%3E%3C/linearGradient%3E%3CradialGradient id='b' cx='842.3' cy='103.7' r='25.9' gradientTransform='matrix(.14152 .03595 -.03453 .14198 213.1 162.4)' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='c' cx='651.5' cy='550.5' r='25.9' gradientTransform='matrix(-.13441 -.05384 .04964 -.12489 397.9 -24.3)' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3CradialGradient id='d' cx='380.8' cy='740.4' r='25.9' gradientTransform='matrix(.07536 .00282 -.00343 .14804 412.4 -203.6)' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3C/defs%3E%3Cpath fill='%23ce1126' d='M426.7 0H640v480H426.7z'/%3E%3Cpath fill='%23fff' d='M213.3 0h213.4v480H213.3z'/%3E%3Cpath fill='%23006847' d='M0 0h213.3v480H0z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M355.8 289.4l.2 4.5 1.7-1.1-1.3-3.7z'/%3E%3Ccircle cx='355.6' cy='288.2' r='1.4' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M361.1 296.4l-3.2-3.1-1.5 1.2 4.5 2.6z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M360.9 298.2c-.5-.6-.3-1.5.3-2 .7-.5 1.6-.4 2 .2.5.6.3 1.5-.3 2-.7.5-1.6.4-2-.2z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M386.3 249.6l3.4 3.3.4-1.7-3.1-2z'/%3E%3Ccircle cx='385.9' cy='248.7' r='1.4' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M395.2 251.6L390 253l.5-1.7 4.4-.4z'/%3E%3Ccircle cx='396' cy='250.8' r='1.4' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M378 276.8l-3.2-4.8.5-.3 3.5 4.2z'/%3E%3Ccircle cx='374.5' cy='270.8' r='1.4' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M378.1 277l4 .7.1-.5-3.3-1.4z'/%3E%3Ccircle cx='383.3' cy='277.7' r='1.4' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M284.6 288c0 .8-.5 1.2-1 1.2s-1-.5-1-1.2.5-1.3 1-1.3 1 .7 1 1.4z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M284.6 290.3l1 5-1.3-.5-.4-4.3z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M285.7 288.6c.6.7-.4 1.9-1.4 2.2-1 .3-2.4-.2-2.4-1.2s1.6-.5 2-.6c.6-.2 1.2-1.2 1.8-.4z'/%3E%3Cellipse cx='277' cy='296.3' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' rx='1.6' ry='1.1'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M279.6 296l4.8-.2-.8-1-4 .4z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M280 295.4c.5 1.3.5 3-.9 2.7-1.4-.1-1-1.4-1.2-1.8-.2-.9-1-1.7-.2-2.5s2 .4 2.3 1.6z'/%3E%3Cellipse cx='264.4' cy='269.2' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' rx='.9' ry='1.4'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M264.4 272.4l.1 4.6-1.2-1v-3.8z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M266.2 271c.3 1-1.3 1.6-2.4 1.4-1-.2-1.9-.7-1.7-1.7.1-1 1.5-.8 2-.5.4.3 1.8-.8 2.1.7z'/%3E%3Cellipse cx='256.2' cy='276.5' fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' rx='1.6' ry='.7'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M259.1 276.5l3.6-.3 1.6 1.2-5.3-.2z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M257.8 274.5c1 0 1.6 1.1 1.5 2.3-.2 1.1-1 2-2 2-.9-.2-.8-1-.8-1.2 0-.3.5-.7.6-1 0-.4-.3-1.3-.1-1.6 0-.4.3-.5.8-.5zm-3-28.3c-.4.6-1.2 1.1-1.6.9-.4-.3-.2-1.2.2-1.8.4-.7 1-1 1.4-.8.4.3.4 1 0 1.7z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M250.7 253.5l2-4.8-.2-.3-2.4 3.4z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M252.4 248.7c-1-.7-1.2-1.5-1-2.3.4-.7 1.2-.2 1.2-.2l.8.7c.4.2 1 0 1.4.6.5.6.2 1.2-.1 1.4-.4.1-1.5.4-2.3-.2zm-8.5-.6c.7.4 1.1 1 .9 1.5-.3.5-1 .5-1.8 0-.7-.3-1-1-.8-1.5.2-.4 1-.5 1.7 0z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M246 250.2l3.8 2.2-.1 1.8-4.1-3.5z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M246 250.6c-.8 1-1.6 1-2.3.7-.7-.5-.1-1.2-.1-1.2l.8-.7c.2-.4 0-1 .7-1.4.7-.4 1.2 0 1.3.3.1.4.3 1.5-.4 2.3z'/%3E%3Cpath fill='%23aa8c30' d='M356.6 289.8l-.4.4-.3 1v-1.5l.5-.3.2.4zm.2-.9s-.3.5-1.1.5-1.2-.4-1.3-.8c-.1-.4-.1-.7.2-1.2.2-.5-.4.4-.4.4v1l.6.6.5.2h.4l.7-.2.4-.3v-.2zm4.2 7.3s-.4.2-.7.1c-1.9-.6-3.5-1.8-3.5-1.8l3.8 2.4.4-.7zm2.4 1.1s0 .7-.8 1c-.7.3-1.2.2-1.5-.1s-.4-.6-.4-1.2l-.1.6.4.8.8.4.5-.1.5-.2.4-.5.3-.5-.1-.2zm24.3-47.6l-.1.4v.7l-.9-1 .4-.5.6.4zm-.5-1.2c0 .7-.9 1.6-1.6 1.3-.7-.3-1.2-1-.9-1.8l-.2.3.1 1.1.7.6h.9l.6-.3.4-.7v-.5zm10 1.8s-.1-.4 0 0-.6 1.7-1.4 1.6c-.7-.1-1-.8-1-1.4 0-.6-.1.2-.1.2v.8l.5.4.6.4.6-.2.7-.3.2-.6v-.9z'/%3E%3Cpath fill='%23aa8c30' d='M393.8 251s0 .4-.4.7l-1.3.7 2.8-.8-.2-.7-.9.2zm-17.1 22.5l-.1.5v.8l-1.6-2.5.5-.3 1.2 1.5zm-.9-2.4c-.2.7-1.4 1-2 .8-.5-.4-1-1.6-.3-2l-.4.2-.1.7.2.7.6.7.5.1.8-.2.6-.4s.4-1.3.1-.6zm5.6 5.7s0 .3-.5.3h-1.6l2.6.6.2-.6-.7-.3z'/%3E%3Cpath fill='%23aa8c30' d='M384.6 277.5c.3.8-.5 1.7-1.5 1.4-1-.3-1.3-1.3-1-1.8l-.2.6.2.8.6.6h1.3l.6-.7.2-.7-.1-.2zm-99 11.1c.3.3-.1 1.5-1.2 2-1.2.4-1.7 0-2-.4-.3-.4-.3-.8-.3-.8l-.2.2.2.6.5.5 1 .2.8-.1.7-.5.4-.3.3-.5v-.6l-.1-.3z'/%3E%3Cpath fill='%23aa8c30' d='M284.6 291.1l-.3.4-.3.8v-1.4l.5-.3.1.5zm-3.8 4s0 .3.2.5l1 .3h-1.8l-.2-.7h.8zm-.6 1.2v.2a1.4 1.4 0 0 1-.1.5c-.2.5-.3 1-1 .9a1.2 1.2 0 0 1-1-1.1c0-.4-.2-.6-.2-.6v.6l.4 1 .7.3h.5l.5-.2.2-.6.1-.5v-.5zm-4.7-.1s.2.8 1.2.8 1.2-.2 1.2-.2v.3l-.2.2H276l-.3-.3-.3-.5v-.3zm-9.4-25.4v.4c-.1.3-.7 1-1.8 1-1 0-1.5-.3-1.8-.7-.3-.3-.4-.8-.4-.8v.5l.4.7 1.1.5h1l1-.3.5-.5.1-.6-.1-.2zm-1.7 2.3s-.4 0-.6.2a4 4 0 0 0-.4.4v-1.3h1v.7zm-4.7 3.4l.5.3c.5.3 3.1.5 3.1.5h-4.1l.1-.8h.4zm-.5 0l-.2.6c-.2.5-.7 1.6-1.6 1.4-.9-.1-.7-.8-.7-.8v-.4l-.2.7.2.4.4.2.7.1.4-.2.6-.5.2-.5.2-.6v-.3zm-2.2.2s0 .2-.7.2-1.7-.3-1.7-.3l.4.4.5.2h1.3l.2-.5zm-2-29s0 .5-.3.8c-.4.3-1.3.5-1.8.2s-1.5-1.3-1.5-1.3l.4.8.7.6 1 .3 1-.2.4-.4.2-.3-.2-.4z'/%3E%3Cpath fill='%23aa8c30' d='M252 249.1v.6l-.2 1.1.9-2-.4-.2-.3.5zm-5.4 1.5l.2.5c.2.5 2.3 2.6 2.3 2.6l-3.3-2.9.4-.5.4.3zm-1 .3s-.5.3-1 .3c-.3 0-1 0-1-.4-.1-.5.1-.7.1-.7l-.3.6.1.4.5.3h.7l.6-.3.2-.2zm-1.5-1.4h-.5c-.7 0-1.4-.8-1.4-.8l.5.8 1 .5.4-.5z'/%3E%3Cpath fill='%239ca168' d='M399.9 240.2c-.3 3.8-4.1 5.8-6.1 7.2-2 1.4-3 3.2-3 3.2l-.6 2.2-.3 1.5-.1.5c.1.4.3 1 .3 2l-.1 4.3 2.7-1.9 1.9-.7.6-.1s-2.2 2.1-3 4.4c-.8 2.3-2.4 7.2-5.3 8.8-3 1.6-4.8 1-5.7 1.8-1 .8-1 1-1 1l-1.3 1.8-1 1.2-.9.7-.6.4a7.5 7.5 0 0 1-.2 1.7l-.7 2.4s.6-.4 1.3-.5h1.3s-.5.6-.7 1.3c-.2.6.1 4.6-3.6 7-3.8 2.3-13.4 2-13.4 2l-1.8.7-1.7 1.3-1.6 1.7v.4s-1.3 1.5-2.1 2l-2.8 1.9 2.2.1 3.5 1.5s-2.2 0-3.6.5c-1.5.6-8.2 4.4-11.4 4.3-3.3-.1-8-4.9-8-4.9l-2-1.4-3.5-.7-4.3-.2v-.6l.1-.7s1.5-.2 3.8.1c2 .2 2.7 1 4.4 1.1 1.7.2 3 0 3.5-.3.7-.3 5.9-4.7 5.9-4.7l5.8-2 2.3.3 1 .2.9.3-1 1a7.3 7.3 0 0 1-1.4 1.1l.7.6 3.7-.6 1.2.3.3.2c0-.3.2-.8.6-1.3.4-.6 2.5-2.3 3.4-2.9l1.4-1c.3-.3 1.5-3.3 1.5-3.3l.1-1.6 4.1-4 2.8-2.9 1.2-3.3-.2-.7s1 1 .9 3c-.2 2.2-.7 2.9-.7 2.9s2.8-2 4.3-2.6c1.2-.5 2-.5 2.4-.5.4-.2 1.5-.9 2.1-1.8.8-1.2 1-1.5 1-2l.2-2.8-.3-7 2.4-5.4 3.5-3.1.7-.4-.4 1.2v1.5s1.8-2.5 2.7-2.9l.5-.3a7 7 0 0 0 .8-2l.3-3v-3l-.5-2.3-1.7-4.3v-5.8l-1.2-1.6s1.1 0 2.5 2a13.5 13.5 0 0 1 1.9 5l3.3-10.3s.9 1.2 1.5 3.3l.8 3.3 1.4-2.8.1 1c.2 1 2.3 2.1 2 6zm-67.3 65s-.7-1.6-3.9-3.2c-3.1-1.5-5.5-1.8-5.5-1.8v1.1l5 2.2 2.4 2 2-.3z'/%3E%3Cpath fill='%23717732' d='M355.4 295.6c.3-.4 3-2.8 4.4-3.5s3.2-.8 3.2-.8c1.9-.4 2.2-.1 6.6-2.5 4.3-2.4 5.3-5.2 6.2-5.9.8-.7 2.3-.8 2.3-.8l-3.4 3.9a28.5 28.5 0 0 1-5.8 4.5 17.8 17.8 0 0 1-7.6 1.8 7.7 7.7 0 0 0-4 2c-1.3 1-2 2.2-2 2.2s-.2-.5 0-.9zm12-12.7c-4 3.7-5.3 7.2-5.3 7.2l5.4-4.9c1.9-1.8 4.5-2.6 5.6-3.7 1.2-1.1 1.3-2 2-2.7l1.3-1s-1.8-1.4-9 5.1zm-8.5 8.6s1.7-.8 2.4-2.3c.5-1.2.2-1.5 1-2.8 0 0 4.2-4 5.7-5.8 2.6-3.1 1.4-5.7 1.4-5.7s.3 1.3-.8 2.7c-1 1.4-6.5 5-7.2 7.2-.6 2.2-.3 2.3-.6 3.4-.6 2.6-1.9 3.3-1.9 3.3zm-2.8 10.5s-2.1-1.4-4.5-1.3c-4.9.4-9 3.4-12.2 3.4-3.1.1-4.4-1.5-6.9-3.2-2.6-1.8-9.2-1.5-9.2-1.5v.3s4.4 0 6.4.6c3.6 1 5.6 4.8 9.7 4.6 5.5-.3 9.9-3.6 12-3.6 3.8 0 4.7.7 4.7.7zm-24-2.4s3.7.6 6.6-1.5c3-2.1 6.4-5 8.3-5.2 2 0 4 .4 4 .4s-2.5-1-4.4-1c-2 0-4 .2-5.8 1.3-1.8 1.1-2.7 3-4.6 4.3a12.8 12.8 0 0 1-4.1 1.7zm-.7 5c-.5 0-1.1.3-1.3.3-.2 0-1.3-1.2-3-2-1.6-1-4-1.4-4-1.4s-.3 0 .3.2l3.8 1.5a8.6 8.6 0 0 1 2.6 2.1c.1.3.6.9 1.5.8 1 0 1.3-.5 1.2-1 0-.3-.6-.5-1.1-.5zm2.6-3.6s1.5.8 4 .8c5.2-.2 8.6-3.8 12-5 3.4-1.4 5.2-.3 5.2-.3s.1-.2 0-.2a7 7 0 0 0-3.9-1.2c-5.7 0-11.2 3.7-13.5 4.7-2.3 1-3.8 1.2-3.8 1.2zm56-39.9c-1.8 1.9-4.5 7.7-5.6 9.3-1.2 1.6-2.7 2-3.3 2.7-.6.6-2.7 3.5-3.2 4.1-.5.7-.6.5-1 .8-.3.3-.5.3.1.2.6-.1.8-.5 1.6-1.5 1-1 .9-1.4 2.3-2.7 1.4-1.2 3.9-2.6 5.1-4.2 1.3-1.5 3.8-7.5 5.2-9 1.4-1.5 4-2.4 4-2.4s-2-.6-5.3 2.7zm-9 11.1s-.1-1 1.2-2.6 1.7-1.3 2.8-3.6c1-2.3 1.5-4.5 2.3-6.9.9-2.4 2.3-4.8 2.3-4.8s-1.3.2-2.7 2a34.5 34.5 0 0 0-4.8 8.7c-1.1 3.4-1.1 7.2-1.1 7.2zm-1.7 2.2s.5-.2.5-3.2c.1-2.9-.1-7 .7-9 .9-2 5.4-7 5.4-7s-1.9.5-4.5 2.5-3.7 4.7-3.6 6.7c.2 2 1.3 4.2 1.4 6.1l.1 4zm10.5-20.1s1.1-4 1.6-5 .5-1.5 2.7-4c1.3-1.5 2.6-2.4 3.1-4.4.6-2 .6-7.7.6-7.7s-.6.5-1.1 1.5c-.5 1-.1 4.7-1 6.4-.8 1.7-2.7 5.6-3.7 6.5 0 0-.2-2.9.2-5.7.3-3 1.3-3.8 1.7-5.7.4-1.9.2-6.7.2-6.7s-1.5 1.5-2.3 3.4c-.8 1.8-1.2 5-1.2 7.5s.5 4.5.6 5.9c.1 1.4.2 2-.4 3.6l-.6 2a34.8 34.8 0 0 1-.7 2.6l.3-.2zm-3.5-21.6s1.4 1.7 1.2 3.6c-.3 2-1 4.5-.2 6.5.7 2 1.9 2.2 2.2 3.4.3 1.2.3 3.4.3 3.4s.6-4.3.2-5.5c-.5-1.1-.7-.6-1.3-1.8s0-4.7-.4-6.7c-.5-2-2-2.9-2-2.9z'/%3E%3Cpath fill='%239ca168' d='M306.7 304.8s.4-1 3.1-2.4a34 34 0 0 1 7.3-3c.3.3-.3 1.8-.3 1.8l-2.6.8-2.1 1.2-2.5 1.6h-2.9z'/%3E%3Cpath fill='%239ca168' d='M313.6 297.7c-3.4.1-5.3 1-6 1-.2.1-.7.5-1.2.3a4.9 4.9 0 0 1-1.5-1.5l-.7-.7-.2 2.5-5-4.4-.6 3-.7 1.3-5-4.8.2 3.7-1.4.1-3.6-2.5-1 .4 1.2 2.2-4.6.3-1 .8a6.3 6.3 0 0 0-1 1v.4h1.9c.4-.2.6-.7.7-.5.2.2.3 1.2.9 1.1.6 0 2.7-1.7 4.2-1 1.7.8-2.2 2-1.8 3.1.4 1.2 3.2.7 4 .3.6-.3 2.7-3 3.6-2 1.2 1.4-2.5 2.5-1.8 3.9.6 1.3 2.7 1 3.7.4 1-.5 3.4-4.1 3.9-3.4.9 1.4-2 2.7-1.3 3.7.8 1 2.3 0 3.4-.8s1.5-2.5 3-3.3c1.4-.8 1.3-.5 1.7-.5.4 0 1.5-1.1 1.5-1.1l3.5-1.5 1.6.2.9.4 1.7.2.2-1.4s-2-1-3.3-1zm-27.4 0l.7-1.3-.4-.6s-1.2-.7-2.3-1.8a6.9 6.9 0 0 0-2-1.6L280 291l-.8-2.8-.5-.9-1.3.6-1.7-6.1-.3-1.1h-.7l-1.5 3.6-1.5-2.3-.4-5-1 1-1.3 1.4-2.3-4.6s-.1-.1-.3.3c0 .3-.3 1.8-.1 2.6a26.2 26.2 0 0 1-6-5.2l-1-2.5 1-2 .5-2.6-2.2.9-.4-5.7-.3-1.8-2.7 3.8-1-1.7v-3.6l-.7-.2-1 2s-1.1-2-1.6-2.5c.1-.8.2-2.9-.3-4.5-.6-2-1.3-3.1-1-4.8.2-1.6.9-1.8.8-2.5 0-.8-1.2.5-.8-.5.4-1 3.8-3.2 3.1-4.4-.7-1.1-4 1.9-3.3-.1.8-2 4-2 4.2-4.9.1-1.7-3 1.1-3.3.2-.3-.8 2-2.6 1.9-3.8 0-1 .4-1.2-.2-1.8-.6-.6-2.6 2.3-2.6 2.3l-2-.7-.8 3-.6 2.5-2.6-1.5.7 3.1.6 3-2.7-.7 1.4 2.6 1.9 2 1.1 1.5.9.4 1 1.1.5 1.7.6 1.9.1 1.8v2.4l-.1.4v1.1c-.5 0-1.4-.8-1.7-.3-.3.6 1.6 2 1.2 2.4-.3.4-3-.5-3.2.3-.2 1 .2 2.2 1.8 2.6s5.3 1.2 4.7 2c-.6.7-4.7-2.3-4.5-.1a3.8 3.8 0 0 0 2.6 3.4c1 .4 5.1 0 4.9 1-.3.9-3.3-.4-3.6 1-.3 1.4 2.1 1.6 2.6 1.6s2.2-.1 2.9.4l4.3 4.1a75.7 75.7 0 0 0 4.6 3.4c-.8 0-2.4-.3-2.6.3-.3.7 6 3 4.2 3.8-1.8.7-3.8-2-4.3-.4-.6 1.7 1.2 3 2.2 3.6 1 .6 6.7.1 5.6 1.4-1.1 1.3-5.3-.8-5.3.7s2.7 4 4.2 3.9c1.4 0 3-2.4 3.6-1.1.7 1.2-1 1.7.3 2 1.4.4 2.3-1.4 4-1 1.5.3 4 1.3 5.4 2.5a79 79 0 0 1 2.9 2.8z'/%3E%3Cpath fill='%23717732' d='M308.4 304.1c1 0 1 .6 1.2.6.1 0 1.8-1.5 3.3-2.3a17.5 17.5 0 0 1 4-1.4l.1.2s-2.8.7-4.2 1.7l-3 2.1c-.2.2-.8.7-1.7.7-1 0-1.4-.6-1.4-.9 0-.2.7-.7 1.7-.7zm8.5-4.3s-.9.1-1.3-.3a4.3 4.3 0 0 0-2.6-.8 7 7 0 0 0-4 1.8c0 .1-.3.6-1.4 1.3.4.1 1.1-.4 2-1a7.4 7.4 0 0 1 3.6-1.4c1-.2 1.7.4 2.2.7.5.4 1.4.3 1.4.3v-.6zm-50.5-20.6v-.7a16.1 16.1 0 0 1-2.2-1.1c-1.6-1-5-3.8-5-3.8l2.8 2.7c1.4 1.3 4 2.9 4 2.9h.4zm35.6 25.2l1.5-2.1c.9-1.5 1.7-2 1.9-2.2.1-.2-.4-.9-.7-1.4l-.2-1.2s.4.8 1 1.3a9.5 9.5 0 0 1 1.1 1s1.4-.2 1.4-.5c0-.2 0-.4-.2-.5-.3-.1-.5.2-1.1 0-1.3-.6-1.8-2.6-2.6-2.6-.8-.1-.2 2-.6 2-1.1.2-2-4.3-5-4.5-2 0-2.3.3-2.4.7 0 .5 2.5 3.1 1.6 3.5-.8.4-3.5-4.2-5.5-4.2-1.9 0-2 .7-2 1.1.2.4 2.2.8 1.8 2.2-.5 1.4-2.5-2-4.3-1.9-1.8.2-2 .3-2 .9-.1.5.6 1.2.3 1.4-.2.2-1.4.1-2.3.7-.9.7-2.1 2.4-2.1 2.4s1.2-1.7 2.7-1.9a50 50 0 0 1 5.6 0l-1.1-.8c-.6-.5-1.1-1.6-1.1-1.6l1.7 1.5c.8.7 1.9 1.2 1.9 1.2s1.7.2 1.8.4c.1.2 0 .6-.8 1.3l-1.7 1.7 2-1.6 1.5-1.2 1.4.2c.1 0 0-.5-.8-1.7l-1.6-2.5s1 .9 2 2.3c1.1 1.3 1 2 1.4 2 .4 0 1 .2 1.4.1.4 0 .3.6-.4 1.7s-1.2 2.5-1.2 2.5.8-1.2 1.6-2c.7-.8 1.1-1.7 1.5-1.8h1.5l-.8-1.6c-.6-1-.8-2.6-.8-2.6s.6 1.4 1.4 2.5l1.3 1.9 1.4-.1.3.1c0 .5-.2.7-.7 1.8a17.7 17.7 0 0 0-1 2.1zM280.5 292c1.2.5 1.7.5 1.7.5s-1.7-1-2.1-2.4c-.5-1.4 0-4.4-.8-4.3-.7 0-1.1 2.1-1.8 1.7-.8-.4.2-4.4-.6-6-.8-1.7-2.6-2.9-3-2.3-.4.6-.3 4.2-1.5 3.5-1.1-.8.1-4-.2-5.3-.4-1.5-1.2-2.5-1.9-2.1-.6.3.3 3-.7 3s-.9-1.9-1.3-2c-.5-.2-.6.3-.9 0-.2-.4 0-1.7-.6-1.6-.6.1-.5 1.2-.3 1.7.1.6.5 1.4.7 1.8.2.4 1 .9 1 1.2-.1.3-.5.6-1 .6h-1.9s1.4.4 1.9.4 1.4-.2 1.7.2c.2.5 1.4 2 1.4 2s.3-.8.4-2.2c.2-1.5 0-2.7 0-2.7s.5 1.6.4 2.7c0 1-.4 3-.4 3s1.1.8.8 1c-.3.3-1.5.3-2.8.3-1.4 0-3.3-.5-3.3-.5a13.7 13.7 0 0 0 6.7 1.3l1.8 2s.9-1.5 1-3v-3l.4 2.8c0 1.3-.4 3.6-.6 3.8a5 5 0 0 1-1.9 1l-3.5.5s2.2.3 3.8 0c1.5-.4 1.7-.9 2.2-.6l.8.7 1.3 1c.1.1-.7.4-1 .7l-1.5.7 2.2-.7a22.3 22.3 0 0 0 1.1-.4l.5.2-.1-1.2-.3-1.8s.5.8.7 1.6l.1 1.6s.2.2 1.4.6zm-31.1-35.6s.3-1.7.3-3.6a14.3 14.3 0 0 0-1.9-5.8l1-1.4-1.2 1-1.2-.5a3 3 0 0 1-.9-1l1.2.8c.6.2.7.1.7.1l-.5-2-1.9-1c-1.3-.6-2.5-1.8-2.5-1.8l2.8 1.5c1 .4 1.6.4 1.6.4l1.6-.6 1.7-1.1s-1 .6-1.8.7l-1.6.3-.3-2.4-1.1-1.1c-.9-1.2-1.6-2.9-1.6-2.9s1 1.2 1.7 1.7c.7.6 1.4 1.5 1.4 1.5l1.6-1 2.8-2-2.7 1.3-1.6.7s-.2-1 0-1.5c.3-.4.8-1.2.7-1.6 0-.5-.4-.3-.5-.7-.2-.3.4-2.6.4-2.6l.1 1.2c0 .5-.2 1 .4 1 .6 0 3.2-2.7 3.6-3.2.3-.5.8-1.8-.6-1.3-1.4.6-1 1.8-2.2 1.7-.4 0-.8-1.5-1.2-1.2-.4.4-1.4 1.3-1.6 2.4-.2 1 .2 2.6-.4 3.1-.6.5-1-1.8-2.2-1.5-1.2.3-1.5 2-1.3 2.6.2.6 2.7 3.5 2 4-.9.3-2.9-2.6-4-.6-1 1.9 3.4 4 4 4.4.5.5 0 .6.8 1.6s1.8 1.2 2.4 1.8a13 13 0 0 1 2.1 5.9l-.1 2.7zm11.7 17.1s-1-1.2-.7-3.3c.3-2 1.8-5.7 1.3-6.2s-2 2.2-2.4 1.6c-.4-.6.9-4.3.2-5.8-.6-1.5-.7-2.5-2-2.3-1.3.1-1.8 4.4-2.5 3.6-.6-.7.4-2.6 0-3.7-.5-1-.7-1.3-1.3-1.2-.7.2-1 2.2-1.4 2.1-.5 0-1.2-2.3-2.2-2-.9.3 2.3 4.5 2.3 4.5s.5-.5.8-1.2l.6-1.5s.3 1.3 0 1.9c-.2.5-.3 1.7-.3 1.7s-.8.3-2.1 0a8.8 8.8 0 0 1-2.3-.7s.8.6 2.1 1l2.7.7a44.9 44.9 0 0 0 2 2.7l.8-2.1 1.3-3.5-.6 3.9-.7 3s-1 0-2.6-.3l-3.6-.8 3.6 1.2 2.8.7 1.4 1.9 1-1.5 1-1.8s-.3 1.4-.7 2.3a27.4 27.4 0 0 1-.7 1.4l-1.8.2h-2.5a19.6 19.6 0 0 0 4.5.9s0 .5.7 1.3a4.6 4.6 0 0 0 1.3 1.3z'/%3E%3Cpath fill='%23fff' d='M314.4 310.8s-.6-.6-1.4-1c-.9-.5-1.2-.4-1.2-.4l-.4-.1.8-2 5.5-5.3.9-5.3h3.4v7.2l1 .5 6.2 3.7v1.6l-1 .4-.7.4-2.3.2-4-3-1.8-1.7-3 4-2 .8z'/%3E%3Cpath fill='%23016848' d='M318.8 296.7l-.1 1c0 .9 0 5.2-.2 5.8-.2.6-3.2 1.8-4.9 3.3-1.7 1.5-1.8 2.6-1.8 2.6s-.5 0-1.6.4c-1 .4-1.5 1-1.5 1s.6-2.6 3.4-5c2.7-2.6 4-2.8 4.4-3.2.3-.4 0-5 0-5.5.1-.4.5-.4.7-.4h1.6zm7 15.7l.8-1.1 1-.8-1.5-.8c-1.5-.6-2.3-.4-3.3-1.2a13.6 13.6 0 0 1-2.2-2l-1.5 1.2 1.7 2c.9.8 2.7 1.1 3.5 1.6a8.8 8.8 0 0 1 1.6 1.1z'/%3E%3Cpath fill='%23cd202a' d='M321.5 296.6s1.7 0 1.9.2l.2.6c0 .1 0 4-.2 5.3a8 8 0 0 1-1.4 3l-4 3.7c-1.2 1.2-2.4 2.8-2.4 2.8l-.8-1c-.3-.4-.7-.6-.6-.9a10 10 0 0 1 3.3-3.4c2-1.3 3.6-2.8 4-4.9.3-2 0-5.4 0-5.4z'/%3E%3Cpath fill='%23cd202a' d='M332.5 310s-.4-.4-1.8-.4l-1.5.1s-.8-1-2-1.7c-1.2-.8-2.1-.7-3.5-1.6-1.3-.8-2-2.1-2-2.1l1-2s1.2 1.5 2.4 2.4c1.1.9 3.7 1.7 4.6 2.4l2.8 2.9z'/%3E%3Cpath fill='%2330c2dc' stroke='%230872a7' stroke-width='.5' d='M345 286.4s-3.6-1.4-3.4-2.7c.3-1.2 8.3-3.3 8.3-3.3l.1-2.1s-1.2-.1-3.2.5c-2 .7-5.2 1.6-8.6 1.6a1735.4 1735.4 0 0 0-34.4-2.2c-3.7-.3-6-6-6-6l-1.8.4s.5 2.7-.4 3a65 65 0 0 1-13.9-6l-.6 2.6s7.3 4 7.1 5.5c-.2 1.4-2.4 1.3-2.4 1.3l1 1.8c.3 0 12 .6 12.3 4.1 0 1.5-3 2.3-3 2.3l1 1.2v.6s6.7 0 8.5 1c1.8 1 2.7 2.6 5 3.8 2.2 1.3 17.3 1 19.6.3 2.7-.7 4.3-3.7 8.7-5 4.3-1.4 5.7-1.4 5.7-1.4z'/%3E%3Ccircle cx='284.5' cy='280.7' r='2.1' fill='%23fff' stroke='%230872a7'/%3E%3Ccircle cx='296.4' cy='270.9' r='2.1' fill='%23fff' stroke='%230872a7'/%3E%3Ccircle cx='346.5' cy='286.6' r='2.1' fill='%23fff' stroke='%230872a7'/%3E%3Cpath fill='%23f8c83c' d='M275.1 267.8c-.7 1.6 2 4.6 4 5 1.8.2 2.8-.2 3.2-1.1a2.8 2.8 0 0 0-.4-2.5c-1.2-1.7-6-3-6.8-1.4z'/%3E%3Cpath fill='%23fff' d='M281 270.2c0-1-1.6-1.9-2.6-1.9s-2 0-1.8.5c.1.6 2.7 1.3 2.8 1.6 0 .3-.8.6-.4 1 .5.4 1 .1 1.4-.2.4-.3.7-.4.7-1z'/%3E%3Cpath fill='%23f8c83c' d='M297.7 288.3c.4 1.4-.7 2-2 2.7-1.5.6-4.3.2-5-.9-.6-1.1 1-3 2.8-3.4 1.7-.4 3.8.3 4.2 1.6z'/%3E%3Cpath fill='%23fff' d='M294.8 289c.5 0 .6 1 1 .8.5 0 1-.8.8-1.3-.1-.6-1-1.3-1.8-1.2-.8 0-3 2-2.8 2.5.2.5.8.5 1.2.3.4-.2 1-1 1.6-1z'/%3E%3Cpath fill='%23f8c83c' d='M349.2 281c1.3 1.7 3.6.2 4.2-.5.6-.6 2.4-1.7 1.7-2.8-.8-1.1-2-1-3-1-.8 0-2.6 1.4-2.9 2-.3.5-.6 1.6 0 2.4z'/%3E%3Cpath fill='%23fff' d='M349.6 280s.1-1.9 1.8-2c1 0 1 .3 1.8.7.7.4 1-.5 1-.5s0 1.3-1.1 1.3c-1.2 0-.8-.5-2-.7-1-.2-1.5 1.1-1.5 1.1z'/%3E%3Cpath fill='%23f9aa51' stroke='%23953220' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M321.9 276.4l-.9-.6h-2.8l-3.4.1 3.4 9.9 4 5.8 1.6.6 3.1-.2.6-1.6-1.2-9.5-4.4-4.5z'/%3E%3Cpath fill='%23f9aa51' stroke='%23953220' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M310.6 277l.2-1.1 1.8-.1a7.2 7.2 0 0 1 2.2.1s2.3 2.9 3.1 4.7c.8 1.8 1.7 4.8 2.7 6.6 1 1.9 3.2 5 3.2 5h-4l-2-.6-5.6-9-1.6-5.6z'/%3E%3Cpath fill='%23f9aa51' stroke='%23953220' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M308.2 275.8h2.6a14 14 0 0 1 3.9 5.4c1 2.8.5 3.2 1.8 6.2 1.4 2.9 3.2 4.9 3.2 4.9s-3.9.2-6-.2c-2.3-.4-3-.3-3.6-1a9.2 9.2 0 0 0-1.7-1.3h-2.2l.5-3.1-.6-6.9.1-3.5 2-.5zm23.4 1.8l-3.7-1.5-7-.4.6 3.6a30.2 30.2 0 0 0 2.6 7.7c1.1 2 2.2 4.4 2.8 5 .6.5 4.6-1.1 4.6-1.1l2.6-.4-.3-2.8-.4-1 .6-8-.6-1.2-1.8.1z'/%3E%3Cpath fill='%23f9aa51' stroke='%23953220' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M307.1 277.7c0 .8 1 .9 1.2.8.2 0 1-.3 1-1.5s-.7-2.1-2.2-2.2c-1.4 0-2.5 1.7-2.5 3 0 1.2 1.2 1.8 1.2 2.3 0 0-1.2 1.1-1.1 3.1 0 2 1.6 3.6 1.6 3.6s-1.7 1.3-1.7 2.7c0 1.4 1.3 2.3 2.6 2.3 1.2 0 2.8-.8 2.8-1.8s-1-1.7-1.7-1.7c-.8 0-1.1.5-1.1.8m25.6-10.9c0 .9-.6 1-1 1s-1.2-.4-1.2-1.5c0-1 1.4-1.6 2.4-1.6.9 0 2.4 1.2 2.4 2.7 0 1.5-1 2.6-1 2.6s.6.3.6 2.2c0 2-1.2 3.3-1.2 3.3s1.6.6 1.6 2.6-1.4 2.6-2.3 2.6c-1 0-2.6-.5-2.6-1.9 0-1.3.8-1.8 1.5-1.8.6 0 1.3.7 1.3 1.5'/%3E%3Cpath fill='%23953220' d='M309.5 288.6l.4.6c.2.4.3 1 .8 1.4.8.7 7.2 1 9.2 1 2 0 7.8.2 8.9-.4 1-.7 1.2-1.8 1.9-2.3l.9-.4-.9.7v1.4l.5.8s-.1.4-.8.8c-.7.4-1.3.5-2.3.6-1 .1-13.2.1-15.2-.2-2-.4-1.8-.3-2.4-.7a4.3 4.3 0 0 1-1-1l.3-.8-.3-1.4zm20-11.8l1 .5s-.9.3-1.6 2.3c-.7 2-.1 2.5-.6 2.7-.5.2-5.8 0-5.8 0l-1-2.1 8-3.3z'/%3E%3Cpath fill='%23231f20' d='M346.4 276s-.9-.3-1.3-1c-.4-.8-.8-1.7-.5-2 .4-.1 1 .5 1 1.1 0 .6.8 2 .8 2zm10.4-2.8s.7 1.2 1 1.3l1.2.6s-1.5 0-2-.4a8.3 8.3 0 0 1-1-1.5h.8z'/%3E%3Cpath fill='%23231f20' d='M360 274.2s-1 .5-1.6.2c-.8-.3-1.4-.7-1-1 .2-.4.4-.3.8.2.4.4 1.8.6 1.8.6zm5.3-4.5s-.8.6-1.3.6-1.5-.2-1.5-.4 1.3-.4 1.6-.3h1.2zm-8-10.5s-1.1.4-1.5 1c-.4.5-.3 1.2.2 1.2s.6-.7.6-1l.7-1.2zm-5.2 2.9s-.9.5-1 1c-.3.5-.5 1.6 0 1.6s.7-.8.7-1.2c0-.5.3-1.4.3-1.4z'/%3E%3Cpath fill='%238cbebf' stroke='%2304534e' stroke-width='.5' d='M342.8 268.4l-2.9 3s6.6 3.7 11.7 3.5c5-.1 10.8-4 11.2-5 .4-.7 0-4.3-.6-5.4-.7-1.1-4.2-3.8-5.5-3.7-1.3.1-3.7 1.9-5.8 4-2.2 2.1-2 3.9-5 3.7l-3.1-.1z'/%3E%3Cpath fill='%230c8489' d='M342 269.6s7 1 9.1-.8c2-1.8 4.3-5.3 5.7-6 1.4-.9 2-.9 2-.9l1.6 1.1 1.8 1.5.6 3.4v1.8l-2.2 1.8-4 1.9-4 1.2-3.2-.1-6.7-2-1.7-1.1-.4-.4 1.4-1.4z'/%3E%3Cpath fill='%2304534e' d='M352.8 265.5c0-.6.4-.6 1-.6s1 .2 1 .8-.5 1.4-1 1.4c-.6 0-1-1-1-1.6zm2.8 1.8c0-.6.4-.8 1-.8.7 0 1.3.7 1.3 1.2s-.5 1-1.1 1c-.7 0-1.2-.9-1.2-1.4zm-1 4.2c0-.7.5-.8 1.1-.8.6 0 1 .3 1 1a1.2 1.2 0 0 1-1.1 1.2c-.7 0-1-.7-1-1.4zm-3.7-1.3c0-.7.7-1 1.3-1 .6 0 1 .7 1 1.4s-.4 1.3-1 1.3-1.3-1-1.3-1.7zm-5.9.7a1.4 1.4 0 1 1 3 0 1.4 1.4 0 0 1-3 0z'/%3E%3Cpath fill='%238cbebf' d='M355.6 267.3c0-.5.7-.8 1-.8.5 0 .8.4.8.8s-.3 1-.7 1c-.4 0-1-.5-1-1zm-1 4c0-.5.6-.8 1.2-.8s1 .3 1 .8-.5 1-1 1c-.6 0-1.1-.4-1.1-1zm-3.7-1.2c0-.6 1-.9 1.5-.9.4 0 .3.4.3 1 0 .7-.3 1.2-.7 1.2s-1-.7-1-1.3zm1.8-4.7c0-.5.4-.5.8-.5s.6.1.6.7-.3 1-.6 1c-.4 0-.8-.6-.8-1.2zm-7.7 5.1c0-.6.6-1.3 1.4-1.3s1.7.3 1.7 1c0 .6-1 1.8-1.8 1.8-.9 0-1.3-.8-1.3-1.5z'/%3E%3Cpath fill='%23231f20' d='M347.7 269.4s-1 .1-1.5.6-.5 1-.3 1.2c.3.2.7-.3.8-.6 0-.2 1-1.2 1-1.2zm4.7-1s-1 .6-1 1.3c-.1.6 0 1 .2 1 .3 0 .5-.9.4-1.2-.1-.3.4-1.2.4-1.2z'/%3E%3Cpath fill='%23231f20' d='M353.2 269.3s-.6 0-1 .4c-.5.5-.9 1-.6 1 .3 0 .8-.2.8-.5 0-.2.8-.9.8-.9zm1-5.4l-.8.6c-.2.2-.5 1-.2 1 .3.2.5 0 .8-.5.2-.5.2-1.1.2-1.1zm3.5 2.3s-.9 0-1.2.5c-.3.4-.5.8 0 .8.3 0 .4-.2.6-.5.1-.4.6-.8.6-.8zm-.5 4.1s-.2.7-.8 1c-.5.3-.7.5-1 .1-.1-.4.2-.6.4-.7l1.4-.4z'/%3E%3Cpath fill='%2304534e' d='M362.8 267.5s.4 2-1.3 3c-1.7.9-6.4 4.2-10.9 3.8-4.5-.4-9.6-3-9.6-3l-.7.4 1.2.5 3.4 1.4 4 1.2 2.5.1 2.1-.2 4-1.3 3.3-1.7 1.8-1.4.4-.6v-1.9l-.2-.3z'/%3E%3Cpath fill='%23231f20' d='M274.9 242.2s1 .9 1 1.6c-.2.8-.4 1.1-.7 1-.3-.2-.3-1-.3-1.3v-1.3zm7.7 7.1s-.3 1.4-.9 1.5c-.5.1-.9-.4-.8-.7.1-.2.6 0 .8-.2l.9-.6zm-16.8 1s.4.8 1 1c.8 0 1-.4 1-.6-.1-.2-.4-.2-.8-.2l-1.2-.1zm3 6s.7.6 1.5.7a1.3 1.3 0 0 0 1.3-.7c0-.2-1-.2-1.3 0-.3.3-1.5 0-1.5 0zm5.3 4.4s1.4-.2 1.6-.6c.2-.4.6-1 .3-1.3-.3-.4-.5.5-.7.9-.1.3-1.2 1-1.2 1z'/%3E%3Cpath fill='%238cbebf' stroke='%2304534e' stroke-width='.5' d='M282.6 257.1s1-6-4-10.4c-5-4.3-8.1-3.2-9.8-1.6-1.7 1.6-3.2 6.7 2 11.3 5.3 4.5 11.7 3 11.7 3l.1-2.3z'/%3E%3Cpath fill='%230c8489' d='M267.6 250.7s-.1-3.4 1.5-4.4c1.5-1 6.8-1.8 9.3 3.1 2.6 5 2.7 7.4 2 10h-2.7l-4.3-1.8-3.5-2.6-2.3-4.3z'/%3E%3Cpath fill='%2304534e' d='M282 258s-.9 1-2.7 1c-1.7-.2-10-2.3-12-9.8v1.7l.1.5.6 1.5 1.7 2.5 2.2 1.9 2.8 1.4 2 .6 2.5.4h1.5l1.3-1.7z'/%3E%3Cpath fill='%2304534e' d='M277.7 255.9c0-.7.3-.7.8-.7s1-.2 1 .4c0 .7-.4 1.6-1 1.6-.4 0-.8-.7-.8-1.3zm.3-4c0-.4.4-.8 1-.8.5 0 .9.4.9.9 0 .4-.4.8-1 .8-.5 0-.9-.4-.9-.8zm-3.7 4.4c0-.4.4-.7 1-.7s1 .3 1 .7c0 .3-1 .8-1.5.8-.6 0-.5-.5-.5-.8zm-.4-4.6c0-.6.3-.4.8-.4s1.2.1 1.2.7-.7 1.4-1.2 1.4-.8-1.2-.8-1.7zm-3.4.7c0-.5.3-1.1.9-1.1s1.3.6 1.3 1.1c0 .5-.5 1-1.1 1-.6 0-1.1-.5-1.1-1zm.6-4c0-.6.3-.5 1-.5.6 0 1.1.2 1.1.7 0 .5-.7 1.2-1.4 1.2-.6 0-.7-1-.7-1.5zm3.7-.5c0-.4.5-.3 1-.3.7 0 1.1.4 1.1 1s-.7 1-1.3 1c-.6 0-.8-1.2-.8-1.6z'/%3E%3Cpath fill='%238cbebf' d='M271 248.3c.2-.4.4-.7.8-.7.5 0 .9.1.9.7 0 .4-.4.9-.8.9-.5 0-1-.5-.8-1zm-.6 4c0-.5.2-1 .7-1s1 0 1 .5-.5 1.1-1 1.1-.7-.1-.7-.6zm4.4-4.3c0-.4.3-.4.8-.4s.8 0 .8.5c0 .4-.4.7-.8.7s-.8-.4-.8-.8zm-.9 3.9c0 .5.5 1 1 1s1-.5 1-1c0-.6-.6-1-1-1s-1 .4-1 1zm4.3-.6c0 .5.4.9 1 .9.5 0 .9-.4.9-.9s-.5-.9-1-.9-1 .4-1 1zm-4.1 5c0-.5.5-.9.9-.9s.9.3.9.7c0 .4-.8 1-1.2 1-.5 0-.6-.4-.6-.9zm3.6-.7c0-.5.4-.6 1-.6.5 0 .8.1.8.6 0 .6-.5 1-1 1s-.8-.5-.8-1z'/%3E%3Cpath fill='%23231f20' d='M278.7 249.4s.5.7.6 1.3v1.2c-.3 0-.6-.4-.7-.9-.1-.5 0-1.6 0-1.6zm-3.2-3.3s.4.5.4 1 0 1-.3 1-.3-.4-.3-.8l.2-1.2zm-3.7.5s.4.5.4 1 0 1-.3 1-.3-.4-.3-.8l.2-1.2z'/%3E%3Cpath fill='%23231f20' d='M270.5 247.3l1 .4c.3.4.5.8.3 1-.1.2-.5-.1-.6-.4l-.7-1zm2.8 3.8s.7 0 1.1.5c.4.3.8.6.5.9-.2.2-.7-.2-1-.5l-.6-.9zm-3.4 0l1 .3c.3.2.4.7.2.8-.1.1-.4 0-.6-.4l-.6-.8zm8.3 2.5l.2 1.4c0 .5.1 1-.2 1s-.3-.7-.3-1c0-.5.3-1.4.3-1.4z'/%3E%3Cpath fill='%23231f20' d='M277.3 254.9l.8.5c.3.2.3.6.1.6l-.4-.5a9.2 9.2 0 0 1-.5-.6zm-3.7.2l.9.3c.2.2.3 1 .2 1.1 0 .1-.4 0-.6-.3l-.5-1z'/%3E%3Cpath fill='%2304534e' d='M272.1 243.8s-3.2.7-3.8 2.9c-.6 2-.7 4.4-.7 4.4l-.4-2.7.6-1.7 1-1.6 1.4-1 1.3-.4.6.1zm10.2 12.5s.4-.8-.6-3.4c-1-2.5-3-6-3-6l1.6 1.8 1.2 2 .6 1.8.5 1.7v1.6l-.3.6z'/%3E%3Cpath fill='%23231f20' d='M285.6 252.2s1.2.7 1.3 1.1c.1.4.2.6-.1.7-.3.1-.8-.4-1-.7a6.5 6.5 0 0 1-.2-1.1zm-4.8 12.8s.6-1 1.3-1.3c.7-.4 1.2-.4 1.4-.1.2.2-.4.7-1 .9l-1.7.6zm8.1 3.1s.8-.4 1.3-1c.5-.5.6-.9.4-1-.2-.3-.8 0-1.1.5-.3.4-.6 1.5-.6 1.5zm-.9-.7s.3-1 .6-1.4c.3-.3.6-.5 1-.3.2.2 0 .6-.2.9a7.8 7.8 0 0 1-1.4.8z'/%3E%3Cpath fill='%238cbebf' stroke='%2304534e' stroke-width='.5' d='M301.5 261.2s-5-7.2-12.8-7.6a7.4 7.4 0 0 0-8 7c.2 1.6 2.6 5.2 10.9 5.8 8.3.6 9.6-3.9 10-4.1.3-.2-.1-1-.1-1z'/%3E%3Cpath fill='%230c8489' d='M295.6 256.3s2 1.5 3 2.8c.8 1.2 1 2.2.5 2.3-.5.2-5-4-8.8-4.9-3.7-.9-6.9 0-7.6 1.7s-.4 4.5 1.2 5.6c1.8 1 9.7 2.3 9.7 2.3l3.7-.5 2.3-1.3.5-1.3.6-1.6.2-.7-1.9-2-3.4-2.5z'/%3E%3Cpath fill='%2304534e' d='M289.2 257.3c0 .4-.5.7-1 .7s-.9-.3-.9-.7c0-.5.4-.9 1-.9s1 .4 1 .9zm-4.6 1.6c0-.5.6-.4 1-.4.6 0 1 .3 1 .8s-.8 1.1-1.3.9c-.6-.3-.7-.8-.7-1.3zm5 2.7c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.8 1.2-1.5 1.2-.7-.6-.7-1.2z'/%3E%3Cpath fill='%238cbebf' d='M285.8 262.7c0-.5.6-.6 1-.6.5 0 1 .5 1 1s-.5.9-1 .9c-.4 0-1-.8-1-1.3z'/%3E%3Cpath fill='%2304534e' d='M292.5 264.5c0-.4.2-.8.7-.8.4 0 1 .3 1 .7 0 .4-.5.9-1 .9a.8.8 0 0 1-.7-.8zm3-2.3c0-.5.3-.4.8-.4s1 .2 1 .8-.6.8-1.1.8c-.5 0-.7-.6-.7-1.2z'/%3E%3Cpath fill='%238cbebf' d='M289 256.9c0 .4-.2.6-.7.6s-.9-.2-.9-.6c0-.5.2-.6.6-.6s1 .1 1 .6zm-2.5 1.9c0 .5-.7.7-1 .7-.5 0-.8-.2-.8-.7 0-.5.3-.6.8-.6s1 .1 1 .6zm1 3.8c0 .4 0 .7-.5.7s-1-.3-1-.7c0-.4 0-.7.5-.7s1.1.3 1.1.7zm4-1.3c0 .4-.7 1-1.2 1-.4 0-.6-.9-.6-1.3s.4-.7.8-.7 1 .6 1 1zm5.8 1.3c0 .4-.7.4-1 .4-.5 0-.8-.5-.8-1 0-.4.1-.8 1-.7.5 0 .8.8.8 1.3zm-3.4 1.7c0 .5-.3.8-.7.8a.8.8 0 0 1-.8-.8c0-.4.4-.6.8-.6s.7.2.7.6z'/%3E%3Cpath fill='%23231f20' d='M294.4 262s.8-.3 1.5-.3c.6 0 .6.3.6.4 0 .1-.5.3-.7.2a86.2 86.2 0 0 1-1.4-.4zm-3.3 2.8s.6-.4 1.1-.5c.5-.1.9 0 .8.4 0 .3-.2.3-.6.3l-1.3-.2zm-2.2-5s1.4.6 1.7 1.1c.3.6.4.7.1.9-.3.2-.6-.2-.8-.5l-1-1.5z'/%3E%3Cpath fill='%23231f20' d='M288.5 261.6l1.6-.3c.5 0 .6 0 .7.2 0 .2-.1.3-.5.3l-1.8-.2zm-3.4 0s1.2.2 1.5.5c.3.3.3.6.1.7 0 .2-.6.1-.8 0l-.8-1.2z'/%3E%3Cpath fill='%23231f20' d='M285 263.3s.4-.7.8-.8 1-.1 1 .1c.1.2-.4.5-.7.6l-1.2.1zm-1-5.1l1.2.3c.4.3.5.6.4.7 0 .1-.5.2-.8 0-.5-.4-.7-1-.7-1zm2.6-3s1.2.4 1.6 1c.4.5.3.8.1.9l-.9-.4c-.3-.3-.8-1.4-.8-1.4z'/%3E%3Cpath fill='%2304534e' d='M300 263.7s-2.3 2-7.7 1.9c-5.5-.2-10.4-2.5-11.6-5l.5 1.2 1.2 1.6 3.8 2 4.3.9 3.3.2 3.2-.6 2.5-1.1.4-.7.2-.4zm.8-2.5s-.9-1.2-2.2-2.3c-1.2-1.2-6.2-4.4-6.2-4.4l4 1.8 2.7 2.2 1.8 2-.1.7z'/%3E%3Cpath fill='%23231f20' d='M301 256.4s1.4.5 1.6.8l.5.6s-.3 1-.6.6l-.8-.9-.7-1.1zm4-2.2s1.3.5 1.8 1.1c.5.7.4 1.2.2 1.3-.2 0-1-.7-1.2-1a47.3 47.3 0 0 0-.7-1.4z'/%3E%3Cpath fill='%23231f20' d='M306.4 254s1.2.8 1.4 1.2c.1.4.5 1 .1 1-.3.2-.9-.4-1-.8l-.6-1.5zm6.8 1.5s1 .4 1 1.2v1.3l-.7-.7v-.7l-.3-1zm1.8.7s.8.7.9 1.2c0 .5.2.8-.3 1-.4 0-.6-.5-.6-1v-1.2zm-12.3 15s.6.2 1.2 0c.5-.2 1-.7.9-1-.1-.4-.4-.7-.8-.2-.4.4-.2.6-.5.8l-.7.3zm6.8 1.8s.9-.2 1.5-.9c.6-.6.9-1 .5-1.2-.4-.2-1 0-1 .5l-1 1.6zm5.5.1l1.3-.9c.5-.4.7-.7.4-1-.3-.5-.6-.2-.8 0l-.2.7-.6 1.2z'/%3E%3Cpath fill='%23231f20' d='M316.7 273.1s.8-.9 1-1.4c.1-.5.2-1-.1-1-.4 0-.8.5-.8.9v1.5z'/%3E%3Cpath fill='%238cbebf' stroke='%2304534e' stroke-width='.5' d='M299.9 264.1c0-2.4 3.5-8 7.5-8 1.6 0 4.9 1 7.5 2.1 2.2 1 3 2 4.4 2.4 1.5.4 3.7.1 3.7.1l5-.5-4 5.7-1.4 1.2s-1.2 2.4-4.7 3.8c-3.6 1.4-9.5.4-12.2-.3-2.7-.7-6-3.2-5.8-6.5z'/%3E%3Cpath fill='%2304534e' d='M299.9 264.1h.2c0-.5.2-1.3.6-2.1a12.2 12.2 0 0 1 2.7-3.8c1.1-1 2.5-1.8 3.9-1.8.8 0 2 .2 3.4.6a29.4 29.4 0 0 1 4.1 1.4c1 .5 1.8 1 2.4 1.5.7.4 1.3.8 2 1a9 9 0 0 0 2 .2l1.8-.1 4.4-.5-3.6 5.2-1.4 1.2v.1a9 9 0 0 1-4.6 3.7c-1.3.4-2.8.6-4.5.6-2.8 0-5.9-.5-7.6-1a8.4 8.4 0 0 1-3.8-2.1 5.7 5.7 0 0 1-1.8-4h-.5c0 1.7.8 3.2 2 4.4a9 9 0 0 0 4 2.3c1.7.4 4.8 1 7.7 1a14 14 0 0 0 4.7-.7 9.4 9.4 0 0 0 4.9-4h-.3l.2.1 1.4-1.3 4.3-6.2-5.6.7h-.1a14.8 14.8 0 0 1-3.4-.1 5.5 5.5 0 0 1-1.9-1c-.6-.4-1.4-1-2.5-1.4a29 29 0 0 0-4.2-1.5c-1.3-.4-2.6-.6-3.4-.6h-.1c-1 0-2 .3-3 1a11.2 11.2 0 0 0-3.3 3.5 8.3 8.3 0 0 0-1.4 3.7h.3z'/%3E%3Cpath fill='%230c8489' d='M324 264.9c-.4.3-1 .3-1.4.3-.5 0-11.6-6.7-15-6.4-3.5.3-6.8 1.7-6.9 5.3 0 3.5.8 3.5 1.5 4.5s7.5 2.5 7.5 2.5h4.1l3.3-.4 3-1.6 1.5-1.3 1.1-1.3 1.3-1.6z'/%3E%3Cpath fill='%2304534e' d='M306.5 263c0 .8-.3 1.3-1 1.3-.6 0-1.1-.3-1.1-1s.4-1 1-1c.7 0 1 .1 1 .8zm1.1-3c0-.6.6-.8 1.2-.8.7 0 1.2.2 1.2.8 0 .6-.5 1-1.2 1-.6 0-1.2-.4-1.2-1zm6.7 1.8c0-.5.4-.9 1-.9.5 0 .9.4.9 1s-.4.8-1 .8a1 1 0 0 1-1-.9zm1.3 4c0-.6.5-1 1-1 .6 0 1.2.2 1.2.8s-.2 1.3-.8 1.3c-.6 0-1.4-.4-1.4-1zm-3.2 2.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1 0 .5-.5.9-1 .9-.7 0-1.2-.4-1.2-1zm-6-1c0-.6.3-1 .9-1a1 1 0 1 1 0 1.9 1 1 0 0 1-1-1z'/%3E%3Cpath fill='%238cbebf' d='M306.4 263c0 .5-.4 1-1 1a1 1 0 0 1-1-1c0-.6.4-.8 1-.8s1 .2 1 .7zm3.3-3.2c0 .5-.2.9-.8.9-.5 0-1.3-.4-1.3-.9s.5-1 1-1c.6 0 1 .5 1 1zm6.4 1.7c0 .5-.4.9-1 .9s-.9-.4-.9-.9c0-.4.4-.8 1-.8s.9.4.9.8z'/%3E%3Cpath fill='%2304534e' d='M312.7 264.2c0 .7-.3 1.2-1 1.2-.6 0-1.1-.3-1.1-1s.3-1 1-1 1 .2 1 .8z'/%3E%3Cpath fill='%238cbebf' d='M308 267.2c0 .5-.4 1-1 1s-1-.5-1-1 .6-.8 1.2-.8.8.3.8.8zm4.5-3a1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1zm5.2 1.3c0 .6-.3 1-1 1-.6 0-1.1-.4-1.1-1s.2-.8.8-.8c.6 0 1.3.2 1.3.8zm-3.3 2.7c0 .6-.4 1-1 1s-1.1-.4-1.1-1c0-.5.5-.8 1-.8.6 0 1 .3 1 .8z'/%3E%3Cpath fill='%23231f20' d='M314.8 265s1.6-.2 1.9 0c.3.4.3.8.1 1-.1 0-.8.1-1-.1 0-.3-1-1-1-1zm-1.7-5.4s1.3.3 1.8.9c.5.5.4 1 .4 1.1-.2.1-.6.2-1-.2l-1.2-1.8zm-3.7 2.6s1.5.8 1.8 1.3c.3.4.4.8.2 1-.1.2-.8 0-1-.3 0-.3-1-2-1-2z'/%3E%3Cpath fill='%23231f20' d='M308.7 263.3s1.7.2 2 .5c.5.4.8.4.8.6 0 .3-.3.4-.5.4a3.6 3.6 0 0 1-1.2-.5l-1-1zm-1.9-4.8s1.7.2 2 .5c.4.3.5 1 .1 1.2-.4.2-.8-.2-1-.5a8.2 8.2 0 0 0-1-1.2zm-3.6 2.5s1.5.8 2 1.4c.3.4.5.7 0 1-.4 0-.9-.7-.9-1a9 9 0 0 0-1.1-1.4z'/%3E%3Cpath fill='%23231f20' d='M302.8 263l1.5-.2c.5 0 1.2-.1 1.2.2 0 .4-.6.5-1 .4l-1.7-.4zm8.6 5.6s1.1-.7 1.7-.6c.5.1.7.1.7.4 0 .4-.7.3-.9.3l-1.5-.1zm-6-.9s.4-.6.9-.7c.4 0 .6 0 .7.2 0 .2-.4.6-.6.6h-1z'/%3E%3Cpath fill='%2304534e' d='M322.6 266.6s-1.6 2-4 3a14 14 0 0 1-7.2 1.1 15.2 15.2 0 0 1-11.2-5.2l.4 1.1 2 2.6 2.3 1 3.5 1 3.3.3h2.5l3-.5 1.9-.7 1.3-.8 1-.8 1.2-2zm-3-5.9s-1 .3-3-.9-4.3-2.8-8.8-2.8c-4.5 0-5.9 3-6.2 3.2l2-2.6 2-1.1 1.7-.3h1.5l2 .6 1.7.6 2.1.7 1.8 1 2.2 1.1 1 .5zm6 1.4h-3.4c-.8 0-.8.2-1 .4a4 4 0 0 1-.2.4l-.8-1.7 3.5-.5 2 .7-.2.6z'/%3E%3Cpath fill='%230c8489' stroke='%2304534e' stroke-width='.5' d='M320.7 280.4c.2.5.6 1 1.1 1h1.6l3.6-.3 1.2-1.4.8-3.2 1-1.2 3.3-1.9 2.8-.8 1.9-.2 2.5-.8 1.9-1 .8-1.2.8-1.8-.8-2.5-2-2.7-3.4-1.3H335l-3 1.1-5.5 1.3s-3 1.3-4.3 3.7c-1.3 2.3-1.2 3-1.5 6-.2 3.2 0 7.2 0 7.2z'/%3E%3Cpath fill='%238cbebf' d='M322.2 279.2c1 0 .2-1.7 1.4-3.8 1.2-2 2.6-4.6 3-4.6s.4.4.9.3c.4-.2 1.2-.8 1.2-1 0-.2 0-1.3 1-2 .8-.8 2.1-1.9 2.7-2 .6-.1 1-.3 1 0 .1.3-.3.7.1.8.4.2 1.4.1 1.6-.5l.2-1s.6-.5 1.8-.3c1.2.3 1.3.2 1.4.7.1.4-.5.5-.4.8v.6c.2.2.4 1 1.2 1 .8-.1 1.1-.6 1.1-.6l.3-.4s.2-.5-.1-.7c-.3-.2-.2-.4 0-.3.4.1 1.6 1.8 2 1.1.4-.7.5-1.7.2-2a91.2 91.2 0 0 1-1.9-2.7l-3-1-4 .3-4 2.2-3.6 2s-.2 2.9-.8 2.3c-.7-.5-1.6-2-1.9-1.5-.3.5-.9 2.7-1.3 3.8-.3 1-1.4 4.4-1.3 5.6.1 1.2.8 2.9 1.2 2.9z'/%3E%3Cpath fill='%238cbebf' d='M325.8 274.4c-.3 0-.7.3-.8.5-.2.2-.3.5-.2 1 0 .3.7.7.7.7h.5l1-.3.3-.8c0-.5-.3-.6-.4-.6a29 29 0 0 1-1.1-.5zm6.2-5c-.6-.3-.8.1-1 .3v.5s.2.8.4 1c.3 0 1.1.3 1.3 0 .3-.2.5-.4.5-.9s-.7-.7-.7-.7l-.5-.3zm5 1.1c0-.2-.5-.3-.9-.2-.3 0-.7.4-.6 1 .2.7.8.7 1.2.6.5-.1.4-.8.4-.9l-.1-.5zm-14.4 1c0 .3.5 1 1.2.9a1.3 1.3 0 0 0 1.2-1c0-.4-.4.3-1 .5s-.7.2-1 0c-.2-.4-.4-.4-.4-.4z'/%3E%3Cpath fill='%2304534e' d='M327.3 275.5s0 .6-.4 1c-.5.3-.8.3-1 .3-.3 0-.6 0-.8-.3l-.3-.7s.5.8 1.3.6a2 2 0 0 0 1.2-.9zm13.3-8.3s0 .6-.5.9c-.5.3-.7.3-1 .3-.2 0-.6-.1-.7-.4-.6-1-.3-1.5-.3-1.5s.4 1.6 1.3 1.5a2 2 0 0 0 1.2-.8zm-11.9 2.9s-.4 1.2-1.2 1.2c-.9 0-.8-.2-.7-.4 0-.1.3.2.7 0 .4 0 1.2-.8 1.2-.8zm2.3-.3s0 1 .2 1.2c.3.4.7.5 1 .5s.6 0 .9-.4.1-.8.1-.8l-.2.5c-.3.3-.5.3-.8.3s-.7 0-.8-.3l-.4-1zm4.3-4.3s.2.7-.3 1.2c-.5.6-1.5.2-1.5.2s.8.3 1.2-.2c.4-.4.6-1.2.6-1.2z'/%3E%3Cpath fill='%2304534e' d='M321.7 281.1s5.3 0 5.7-.8c.4-.7-.4-3.6 2.7-5.8 3.2-2.2 5.7-2.2 7.4-2.3 1.7-.2 5.3-1.3 6-4.5.3-2-2.3-2.2-3.3-4-1-2-3.6-1.2-3.8-1.2-.1 0-3 0-4.3 1.3-.9.8-.8 1.8-1.1 2.2-.4.5-4 0-4.3.6-.4.6.1 1.7-.2 2-.2.3-1-.8-1-.8l.2-2.8 4.5-2.6 5-2.8 3.5.1 3.5 1.8 1.7 2s.3.8.5 2.3a5.3 5.3 0 0 1-.2 2c-.8 2.8-3.7 4.8-6.7 5a14 14 0 0 0-7 2.5c-1.4 1-2.1 5.3-2.1 5.9 0 .5-6.6.1-6.6.1v-.2z'/%3E%3Cpath fill='%23231f20' d='M324 270.8c-.3.3-.7.2-.8 0-.2-1 .3-2.2.3-2.2v1.6c.1.2.4.1.5.3v.3zm3.2-.6c-.2-.1-.1-1 0-1.3.2-.3 1.7-1.4 1.7-1.4l-.6 1.5c-.2.4-.7 1.3-1 1.2zm-1.2 5.3c-.3 0-.3-.4-.3-1s1-1.6 1-1.6l-.4 1.2.2 1c0 .3-.3.4-.5.4z'/%3E%3Cpath fill='%23231f20' d='M328.4 274s-.5.6-1 .9c-.5.3-1.1.7-1.4.6-.4 0 .1-.8.3-.9l2.1-.6zm4.5-6.4s-.6.5-.9 1.2c-.3.7-.4 1.3-.1 1.4.3.2.7-.8.8-1.1l.2-1.5z'/%3E%3Cpath fill='%23231f20' d='M334.6 269.9s-.5-.4-1.2-.6c-.8-.2-1 0-1.2.2 0 .2-.6.5-.3.7.2.2.6-.3.8-.3.2-.1.5-.3.9-.2l1 .2zm-1-4.5c.3.3.7-.2 1-.6.4-.4.7-1.2.7-1.2l-1 .7c-.4.3-.9 1-.7 1.1zm6.9-.1s-1 .4-1.2.8c-.3.4-.7.8-.4 1 .3.3.6-.2.8-.5l.8-1.3zm-2 4.6s-.3.6-.9 1c-.5.4-1.2.5-1.3.3-.1-.2.1-.6.3-.7l.8-.2a7.3 7.3 0 0 0 1.1-.4z'/%3E%3Cellipse cx='328.8' cy='207.4' fill='url(clientlib-site/css/%23b)' rx='2.9' ry='4.3' transform='rotate(8.7)'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M295.4 247l-1.7 4.2 1.4-.2.7-3.8z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M296.1 245.1c-.6 0-1.1.4-1.2 1 0 .7.4 1.3 1 1.4.6 0 1.1-.4 1.2-1 0-.7-.3-1.3-1-1.4z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M369.7 255.8l-4.2 4 1.7.4 2.9-3.8z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M371.6 254.1a1.5 1.5 0 0 0-2 .6c-.5.7-.3 1.5.4 2 .7.3 1.6 0 2-.7.4-.6.2-1.5-.4-1.9z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.3' d='M262.8 233l2.2 4.9 1-1.4-2.6-3.7z'/%3E%3Cpath fill='%23fcca3e' stroke='%23aa8c30' stroke-width='.2' d='M261.9 230.9c-.6.4-.6 1.3-.1 1.9.4.6 1.3.7 1.8.2.6-.5.6-1.3.1-2a1.3 1.3 0 0 0-1.8-.1z'/%3E%3Cpath fill='%23aa8c30' d='M296.6 245.3s.3.1 0 0c-.5 0-1.4.4-1.4 1a1 1 0 0 0 1 1c.5 0-.2.2-.2.2l-.7-.2-.2-.4-.2-.5.1-.6.4-.5.5-.2h.3l.4.2z'/%3E%3Cpath fill='%23aa8c30' d='M295.6 248.1s-.3 0-.5.3a49.4 49.4 0 0 1-.7 1.1l1-2.3.4.2-.2.7zm76.4 6.4s.3.4-.1 0c-.4-.3-1.8-.2-2.1.5-.4.8 0 1.4.6 1.7.6.2-.2 0-.2 0l-.7-.5-.1-.6v-.7l.5-.6.7-.3h.7l.3.2.4.3z'/%3E%3Cpath fill='%23aa8c30' d='M369.4 257.3s-.3-.2-.8 0l-1.4.9 2.3-2.2.5.6-.6.7zm-107-26.7s.4-.1 0 .1c-.5.3-.8 1.4-.3 2 .6.5 1.3.4 1.7 0 .4-.5 0 .2 0 .2l-.7.4h-.6l-.6-.3-.4-.6v-.8l.2-.5.3-.3.3-.2z'/%3E%3Cpath fill='%23aa8c30' d='M264 233.8s-.3.1-.2.6l.3 1.5-1.2-2.7.7-.2.4.8z'/%3E%3Cellipse cx='337.6' cy='-128.1' fill='url(clientlib-site/css/%23c)' rx='4.6' ry='3.1' transform='rotate(62.9)'/%3E%3Cpath fill='%23e92736' d='M262.6 241.2s1 .2 1.5 0 .6-.7.7-.8.3-.6.2-1a3.8 3.8 0 0 0-1-1.4l-1-.1c-.1-.1 0-.4-.2-.5-.3 0-1.7 1.6-1.5 1.8.3.3.4 0 .5.1v1.1c0 .3.8.8.8.8z'/%3E%3Cpath fill='%23e92736' d='M264 238.1c.1.3.7 1 .9 1 .2.2.8.2 1 0 .3 0 1-.7 1-1a1.5 1.5 0 0 0-.1-.7c-.2-.3-.1-1-.4-1.1-.2 0-.3-.1-.5-.3v-.7c-.3-.3-2.6 1.1-2.4 1.4.2.2.4 0 .5.1v1.3z'/%3E%3Cpath fill='%23e92736' d='M269.2 237.6c.2-.4.1-1.5-.1-1.8s-.6-.3-.7-.4c0-.1.3-.2.3-.5s-2.6.1-2.4.4c.2.3.6.1.6.3 0 .2-.4.4-.5.6l.3 1.1c0 .2 0 .4.2.5l.6.2h1.4c.1-.1.2-.1.3-.5zm22 12.8s.3.7.8 1h1l.6-.5c.2-.2.4-1.2.3-1.4 0-.2-.5-.6-.5-.8 0-.2.3-.2.2-.4-.1-.2-2-.2-2 .2 0 .3.3.2.2.3 0 .2-.5.5-.6.7-.2.1 0 1 0 1z'/%3E%3Cpath fill='%23e92736' d='M293.8 249.5c0 .2-.2 1 0 1.1 0 .2.3.7.5.8h1.2a1.2 1.2 0 0 0 .4-.6c.1-.3.6-.7.5-.9-.1-.2-.2-.2-.1-.4 0-.2.3-.2.3-.5s-2.1-1-2.2-.7c0 .3.3.2.2.4 0 .2-.7.6-.8.8z'/%3E%3Cpath fill='%23e92736' d='M297.3 252.5c.3-.2 1-.9 1-1.1 0-.4-.3-.6-.2-.7l.5-.1c.1-.2-1.6-1.6-1.7-1.3 0 .3.3.4.2.5l-.7.1c-.1.1-.5.6-.5.8 0 .2-.3.2-.2.5l.2.4c.1.2.8.9 1 .9h.4zm66 5.5s0 .8.4 1.2c.3.3.6.3.8.4h.7a3 3 0 0 0 1-1c0-.3-.3-.8-.2-1s.3 0 .3-.2c0-.3-1.6-1.1-1.7-.8-.1.2.2.3 0 .4l-.8.2c-.2 0-.5.8-.5.8z'/%3E%3Cpath fill='%23e92736' d='M366 258.5l-.8.8c0 .2 0 .7.2.8 0 .2.7.6 1 .5.1 0 .3 0 .5-.2.2-.1.8-.2.8-.4l.1-.4c.1-.1.4 0 .6-.2.2-.2-1.2-1.7-1.4-1.5-.2.2 0 .3 0 .4-.2 0-.9 0-1 .2z'/%3E%3Cpath fill='%23e92736' d='M366.4 262.2h1.4l.4-.5c.1 0 .1.2.4.2.2 0 0-2-.3-1.8-.2.1-.1.5-.2.4-.2 0-.3-.3-.5-.3a2.4 2.4 0 0 0-1 .1s-.2 0-.3.2l-.2.4v1c.1.2 0 .2.3.3z'/%3E%3Cpath fill='%23f7e204' d='M264.2 239c.2.4-.1 1.2-.3 1.4-.1.2-1.3-.1-1.3-.3 0-.2-.1-.6 0-.8.2-.2.6-.7.9-.6.3 0 .6.3.7.4zm.3-1.3c-.2.3 0 .6.2.7.1.2 1 .4 1.2.3.2-.2.6-1.5.4-1.7-.2-.2-.6-.2-.7-.2-.2 0-1 .6-1.1.9zm2.7-1.3v.7c.2.1.7.5 1 .5.3 0 .5-1 .5-1.1 0-.2-.1-.3-.3-.4l-1.2.2zm26.1 13.7c0 .4-.7.7-.9.7-.2 0-.7-1-.6-1 .1-.2.3-.5.5-.5s.7 0 .9.2l.2.7zm1.1-.6c-.2.1-.3.4-.3.6 0 .2.3.8.5.9.2 0 1.2-.5 1.3-.7 0-.2-.2-.5-.4-.6l-1-.2zm2.4 1c-.2 0-.4.3-.4.5 0 0 0 .6.3.8.2.2.8-.2.9-.3v-.4c0-.2-.8-.6-.8-.6zm68.6 8.2c-.2.2-.9.2-1 0-.3 0-.3-1-.1-1 .1-.1.4-.3.6-.2.2 0 .6.3.6.6l-.1.6zm1 .1c-.3 0-.5.1-.6.3-.1.1-.2.7 0 .9.1.1 1.2.2 1.3 0v-.5l-.7-.7zm1 2h-.5c-.1 0-.4.4-.4.7 0 .2.7.3.8.3l.3-.2-.1-.8z'/%3E%3Cellipse cx='438.6' cy='-93' fill='url(clientlib-site/css/%23d)' rx='2.2' ry='4.5' transform='rotate(47.9)'/%3E%3Cpath fill='%23a8ac71' d='M285.8 199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5 5.2-5.5 5.8-5.8.5-.1 1.5.3 1.5.3s1.2-1.2 1.6-1.2c.4 0 .9.7.8 1-.2.3-1.9 1.3-2 2-.2.8 0 1.5-.5 2.3-.5.7-1.4 1.7-1.5 2.4-.1.6-.4 1.1 0 1.4.5.2 2.1 0 3.5-.6 1.4-.7 2-1.5 2.1-1.4.2 0-.8 1.7-2.3 2.4-1.5.6-2.5 1.3-3.3 1.2 0 0-.8 2 1.8 2.2 2.6 0 4-.6 4-.6l-1.5 5.3zm-15 16s2 .8 2 3-2.1 4.1-2 8c0 4 .6 4 5.8 8.3a5.7 5.7 0 0 1 1.6 2.5c.3 1.3 1.2 8.9 6.2 8.9s5.8-3.3 5.8-3.3l-2.2-3.1s-1.7.5-2.7.3a3.4 3.4 0 0 1-2.3-2.1c-.6-1.2-.7-4.1-1.6-5.4-2-3.2-5.8-3.7-5.9-7 0-3.4 2.3-3.7 1.7-7.7-.7-4-5.4-5.8-5.4-5.8l-1.9-.8-.7 4 1.6.2z'/%3E%3Cpath fill='%23f1a720' d='M284.7 187.6c1.7-.4.7-4.8.7-4.8l-1.2 1s.8 1 .8 2-.3 1.8-.3 1.8z'/%3E%3Cpath fill='%23a8ac71' d='M287.8 231.5l-.9-.7c-.6-.4-3.2-2.6-2.8-8.9.5-7.2 11-11 11.6-13.8.8-3.2 3.1-4.5-5.2-11l-2 2.2 3.5 2.6s.7-.4.8.6c0 1-1 1.7-1.2 2.5-.2.7-5.4 4.3-5.8 4.6l-3 2.4s-1.3 1.3-2.5 4.1c-1.3 2.8-.7 6.4-.7 6.4s0 7.6 8.2 9z'/%3E%3Cpath fill='%2378732e' d='M282.7 235.5l.6 2.7-1.7.6h-.7l-.5.2-1.3 1.2h-.3s-.2 0-.3-.8c0-.8-.2-1.5-.2-1.5l1.6.7h.6l.3-.1.7-1.5 1.2-1.5zm-4.8.5l-.8-1-1-.9 1.2-.6h1.2l-.2 1.5-.4 1zm2.7-4.3s.8.3 1 1l.6 1.2-2-.2-1.4-.4 1-1.4.8-.2zm-.7 11.9s-.4-.3-.7-.9l-.4-1.6 1.3-.3 1.5.7h.4l-.3.8-1.5 1.3h-.3zm5-4.1s-1-.4-1.2-1c-.2-.5-.4-.4-.4-.4l-.3 1.5-.5 1.5.2.2 1.1-.3.9-.9.3-.6zm-4.7 4.8l1.4.7c.8.5 1.2.5 1.2.5l.6-.6.7-1.3v-.1l-3 .3-.9.5zm4.4-1.2l2.7-1.6.1-1.4-.5-.4h-1.5l-.5 1.8-.3 1.6zm-1.8 2.5s1.8.8 5-.4c1.4-.5 1.7-1.2 1.7-1.2l-1.3-.5-1.2 1-4.2 1zm-2.5-20.3l-.4-1.4c-.2-.8-.1-1.1-.1-1.1l.9.5 1.3 1-1 .7-.7.3zm2.2 3.7l-.9-1a12.4 12.4 0 0 1-.6-1.2l1 .2 1.1.6-.5 1.4h-.1z'/%3E%3Cpath fill='%23c6c7a6' d='M276.6 187c-.2.7-.4 1.9.5 2 .4.2 2.3 0 4.5-2.4 1-1.2 1-2.4 1-2.4l.5-1.3s-.9-.6-2.2.2c-1.3.8-4.3 4-4.3 4z'/%3E%3Cellipse cx='282.5' cy='183.6' fill='%231c242f' rx='.4' ry='.4'/%3E%3Cpath fill='%23a8ac71' d='M279.7 184a17.7 17.7 0 0 0-1.7 1.7s1.4-.4 2.6-1.5c.6-.6 2-.8 2.6-.7.4.1.2-.4 0-.5-.3-.3-1.4-.4-1.6-.3l-1.9 1.3z'/%3E%3Cpath fill='%2378732e' d='M284.1 224.5v-2.2l-.9.8-.8 1.1 1.3.5.4-.2zm-4.5-2.6v-2.3c0-1 .5-3.1.5-3.1l.6 1.4 1.5 2.4.5.4-1.3 1-1.4.4-.4-.2zm4.5-.6l.3-1c.1-.6.5-1.4.5-1.4v.1a25 25 0 0 0-2 1.7l.8.7h.5m-3.7-6s.2-.6 1-1.5l1.3-1.8.6 2.4.4 2v.4l-.7.2c-.2 0-1.6 0-1.8-.3l-.8-1.3zm4.8 2.9l.8-.9 1-1-3.2.6.5 1 .8.3zm-2-6.7s.3 0 1.2-1c.8-.8 1.3-.7 1.3-.7l.3 3.4-1.6-.5-1.2-1.2z'/%3E%3Cpath fill='%2378732e' d='M287.3 216.2l2-2-3.3-1 .6 2.3zm1.4-5.2l.2-3.3s-.7.3-1.5 1l-1.2.9.4.6 1 .7h1zm2.8-3.2V205s-.5.8-1 1.2l-.9.8.9.6h1zm1.2 3.5l1.6-1.3a6.5 6.5 0 0 0 1.5-1.7l-4.2-.3.2 1.7 1 1.6zm-9.6-13.8l-.2 1.8h3.5l-.9-1.2-1-.6-1-1zm6.6 16.2c.2 0 1.1-.8 1.6-1.2.4-.5 1.2-1 1.2-1l-3.3-.3v2.2l.5.3zm6.3-5.9s.4-1.3.3-2.6c0-1.2-.2-1.8-.2-1.8l-2.5 1.7.4 1.2 1 1 1 .5z'/%3E%3Cpath fill='%2378732e' d='M291.8 204.8s.7-1 .8-1.4v-.4h2l1.1.2h.2l-.9 1.1-1.2.7-1.5.2-.5-.4zm4-2l-1.3-2c-.4-.7-.8-1-.8-1l-1 2.7v.3h3z'/%3E%3Cpath fill='%23fff' d='M271.6 222.2l-.3.8s1.3-.7 2.3-.7c1 0 2.1 1.3 2.1 1.3l.2-.9s-1.3-1.3-2.2-1.3c-.8-.1-2 .8-2 .8zm.7-5.8l.3.4c0 .1.1-1 1.4-1.5 1.4-.6 2-.1 2-.1s-.2-.8-.8-1c-.6-.1-1.1 0-1.8.5a3.7 3.7 0 0 0-1.1 1.7zm4.4 4.4s-.6-1.4-1.6-1.6c-1.1-.3-2.5.5-2.5.5l-.2.7s1.5-.8 2.5-.4c1.1.5 1.5 1.7 1.5 1.7l.3-1zm-5-5.1l.4.5s-.2-1.4.5-2.1a4.9 4.9 0 0 1 1.1-1l-.6-.3s-.9.5-1.2 1.1a3.2 3.2 0 0 0-.2 1.8zm-.5-2.3c.3-.8 1.2-1 1.2-1l-.3-.3h-.5s-.5.3-.9 1c-.3.9-.3 2-.3 2l.6.3s-.1-1.4.2-2zm7.8-19.2c.9-.4 1.5-.3 1.5-.3s-1.3 1.3-.7 2.9c-.7 1.3-.9 2.3-.9 2.3h.7l.4-1.8c.8 1.3 2 2 2 2h1s0-1.3.4-2.4h.1a5 5 0 0 0 2 1.5v-.4s-1.1-.6-1.7-1.5l-.1-.1a4.2 4.2 0 0 1 1.8-1.7l.7.6.2-.2-.5-.7h-.6l-1.8 1.7a9.2 9.2 0 0 1-.8-1.5l-.4-.2s-1.1.1-2 1.7c-.2-1.2 1.1-2.4 1.1-2.4v-.5l-2.4.6c-1 .3-1.7 1.2-1.7 1.2v.8s1-1.1 1.7-1.6zm1.5 2.2c.6-1 2-1.5 2-1.5s0 .7.7 1.7c-.5.9-.8 2.2-.8 2.2s-1-.6-1.9-2a1.6 1.6 0 0 1-.2-.3l.2-.1zm-7.6 21.1v.8s.8-.9 2-1c1.2 0 2.3 1 2.3 1s0-1-.2-1.2c-.1 0-1.1-.6-2-.6s-2.1 1-2.1 1zm21.4-11.2l-.5-1 .6-.3a12.5 12.5 0 0 0 1.7-1.6l-.4-.6h-1.6l-1.4-.1.5-1.7.6-1.4-.6-.5s.2.5-.8.6c-1 .1-2.8-.8-2.8-.8v.4l2.5.7c.6 0 1-.1 1.2-.3l-.5 1.3-.3 1 .2.2v.8l1.4.1 1.6.1s-.8 1-1.7 1.5a2.3 2.3 0 0 1-.3 0l-1-1.5-.1.5.7 1.2a5 5 0 0 1-1.5-.1l-.4.4v2.5l-1.8-.6-.3.3v-.1l-.4.4s-.4 1.4-.3 3.1v.1a4.9 4.9 0 0 1-2.4-1.3l-.4.3s-.3 1.4 0 3.2c-1.3-.3-2.5-1.5-2.5-1.5l-.5.5a60 60 0 0 0 .7 4.7 4.9 4.9 0 0 1-.7 0c-1.4 0-2.3-1.3-2.3-1.3l-.4 1s.6 2.7 2 4l.4.2c-1.3 1-2.8 1.2-2.8 1.2v.9a44.7 44.7 0 0 0 2.2 1.5 4.8 4.8 0 0 1-1.6 1l.2.5 1.8-1.3 1.8.5v-.5l-1.5-.3.1-.1c.5-.4 1.4-1.8 1.4-1.8v-1s-.5 0-1.1-.6c1.8-1.2 1.9-1.8 1.9-1.8l.4-.6s-.7-.3-1.1-1.2l2.9-.7.2-.2s-.7-1.2-1-2.6l3 .6.4-.4-.5-2.4c1.8 0 3.2.2 3.2.2l.3-.3s-1-1.9-1-3a4.8 4.8 0 0 0 1 0h3l.3-.5s-1.4-1-1.7-1.5zm-10.5 15.5s-.5 1-1.4 2l-.2.2a4.6 4.6 0 0 1-.5-.2c-1.1-.6-1.4-1.3-1.4-1.3l2.5-1.6 1 .9zm.9-3.2l-2 2a4.1 4.1 0 0 1-.4-.5c-.8-1.2-2-2.1-1.8-3.8 0 0 .7 1.2 2.2 1a14 14 0 0 0 1-.1c.4 1 1 1.4 1 1.4zm2-2.5l-2.7.7a5.3 5.3 0 0 1-.1-.5c-.5-1.6-.5-4-.5-4s1 .8 2.6 1.2l.7 2.6zm-.5-3c-.2-1.4.1-2.9.1-2.9s.8.8 2.3 1c.1 1.5.3 2.1.3 2.1l-2.7-.1zm5.8-2.2s-1 .4-2.8.1a15.3 15.3 0 0 1 0-.5 23 23 0 0 1 0-3l2.3.7a10 10 0 0 0 .5 2.7zm0-3.1h-.2V205s1 .3 1.7.2c.2.4 0 .5.5 1.2.4.7 1.1 1.3 1.1 1.3s-2.3.2-3.2 0zm-7.6 18.6l-.1-.5s-1 .7-1.2 1.4a1.6 1.6 0 0 1-.3-.1l-2-.8.2.4 1.8.8h.2l-.5 1.4.2.3.5-1.7 1.2.1-.2.8-.4 1.5.5.3h2l-.3-.4-.7-.1h-1.1l.3-1.2.3-.8-.3-.7-1 .2a3 3 0 0 1 .9-.9zm-11.3-1.3c1.3 0 2.3.9 2.3.9v-.6s-1-1.4-2.1-1.4c-1.2 0-2.5 1.2-2.5 1.2v1.2s1-1.3 2.3-1.3zm13.3 19.4c-1.3.6-2.7.6-2.7.6l.8-1.5c2.5-.8 3-2.4 3-2.4l-.2-.7s-.6 1.6-2.6 2.4c.4-1.2.7-3.2.7-3.2l-.7-.2s-1 1.3-2 1.6a7.7 7.7 0 0 0 .8-2.7l-.3-.5s-.7.6-1.7.8a1.8 1.8 0 0 1-.6 0c.6-.8 1.7-3.2 1.7-3.2l-.2-.5s-.8 2.1-1.7 3.2a10.6 10.6 0 0 1-.3.4c-1-.3-2.2-1-2.2-1l.1.3s.8.6 1.8 1a27.3 27.3 0 0 1-1.3 1.2v1l3 .4c-1 1.6-2 2.1-2 2.1l.5.7s1.3 0 3.7-.6c-.6 1.2-1.2 1.8-1.2 1.8s2.2.2 3.7-.6 2-1.6 2-1.6l-.4-.4s-.4 1-1.7 1.6zm-6.9-4l1.2-1.5c1.6.3 2-.1 2-.1s.3.8-.6 2.3c-1.1 0-2.6-.8-2.6-.8zm1.4 3l1.3-1.6.3-.3c1.5 0 2.3-1.3 2.3-1.3s.2 1.2-.5 2.7c-1.9.7-3.4.5-3.4.5zm-1.9-9.8c1.5 0 3.3.7 3.3.7l-.2-.7-2.9-.6a3.6 3.6 0 0 1 1.6-1.6l-.5-.3s-.6.1-1.4 1.5a4.1 4.1 0 0 0-.2.4 4 4 0 0 0-.3 0 5 5 0 0 0-2.4.7l.2.4s1.1-.5 2.3-.5a25.7 25.7 0 0 0-.7 2.4l.3.6 1-3zm-3-6.2l-.3-.7s-1.5-.6-2.7 0c-1.1.5-2 1.9-2 1.9l.5.9s.8-1.5 1.9-1.9c1-.3 2.6-.2 2.6-.2zm3 2.4l-1-.6s-1.7.5-2.2 1.1c-.6.6-1.1 2.1-1 2.5.2.5.7.7.7.7s.3-1.5 1.1-2.3c.8-.8 2.4-1.4 2.4-1.4zm-3.9-.5a4.5 4.5 0 0 1 2-1l-.7-.5s-1.5.2-2.2.9c-.8.7-1.8 2.1-1.8 2.1l.9.9s1.2-1.8 1.8-2.4zm5.2-44.7v-.1c.8-1 1.6-1 1.9-1h.6a9.3 9.3 0 0 0-.8 2.5c-.2 1-.7 1.2-1 1.9-.4.7-1.1 1.8-1.2 2.8 0 1 .3 1.6.5 1.7.3.1.8-.4.7-.7 0-.3-.3 0-.4 0-.2 0-.2-.3-.3-.9-.1-.6.7-2.2 1-2.8.3-.5 1-1.1 1-2l.7-2.5c0-.1-.4-.2-1.3-.3-.6 0-1.5.5-1.9 1.2-.4.6-1.7 1.1-1.7 1.1s1.4 0 2.2-1z'/%3E%3Cpath fill='%2378732e' d='M285.2 194.5h-2.5l.7 2zm-3-.1l-.5-.4a1.5 1.5 0 0 0-.3-.3l-.9.5-.5 1.9.3.3 2-2zm-.3 5l-1.8-2.7-1 2.2.5.2 1.2.2h1.1zm7.4 44.7a9 9 0 0 1-4.8 1.5 6.7 6.7 0 0 1-3.4-1 4 4 0 0 1-1.5-1.7c-.6-1.1-.8-2.5-1-4-.3-1.3-.5-2.6-1.1-3.6-.8-1.3-2.4-2.1-3.8-3.3a7.3 7.3 0 0 1-2.8-5.2 8.1 8.1 0 0 1 0-.8c0-1.7.5-3.2 1-4.5s1.2-2.5 1.2-3.5v-.5c-.3-.7-1-1.4-1.5-1.9s-1.2-.8-1.2-.8l-1-.2-.1.3 1 .2v-.1.1l1.3 1c.5.4 1 1 1.1 1.5a1.9 1.9 0 0 1 0 .4c0 1-.5 2-1 3.3a11.7 11.7 0 0 0-1.2 4.7v.8a7.7 7.7 0 0 0 3 5.5c1.5 1.1 3 2 3.7 3.2.8 1.2 1 3 1.3 5 .2.8.4 1.7.8 2.5s.9 1.5 1.6 2a7 7 0 0 0 3.7 1c2.7 0 4.9-1.6 4.9-1.6l-.2-.3z'/%3E%3Cpath fill='%2378732e' d='M287.2 239.2a2.6 2.6 0 0 1-1.3.4c-.5 0-1.1-.2-1.7-.8a4 4 0 0 1-1.2-2.3c-.2-.9-.3-2-1-3.3-.5-1.5-2-2.6-3.5-3.7-1.3-1.1-2.6-2.2-2.9-3.4a3.3 3.3 0 0 1 0-.7c0-1 .4-2 .8-3.1a10.8 10.8 0 0 0 .9-4.8c-.2-2-1.7-3.5-3.2-4.5a14.1 14.1 0 0 0-2.8-1.4l-.1.3h.2c.5.3 1.8.9 3 1.8 1.3 1 2.4 2.2 2.6 3.8v.8c0 1.5-.4 2.7-.9 3.9s-.9 2.2-.9 3.2l.1.8c.3 1.3 1.6 2.4 3 3.6 1.5 1 3 2.2 3.5 3.5.6 1.3.7 2.4.9 3.2.2 1 .4 1.7 1.2 2.5.7.7 1.4.9 2 .9a2.8 2.8 0 0 0 1.4-.4l-.1-.3z'/%3E%3Cpath fill='%23a8ac71' d='M296.4 231.6s1.7.4 1.6 1.8a13.3 13.3 0 0 1-.8 3.4l-2.4-2.2 1.3-1.2.5-.7-.2-1.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M266.4 214.5s-1.7.6-2.1-.1c-.4-.8-.2-1.4-.2-1.5 0-.2-1-.3-1-1.3.1-1 1.4-.9 1.6-.9.3 0 .4-1.5 1.3-1.4.8 0 1.2 1 1.2 1l-.8 4.2z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M268.3 215s-1.5.8-2 0c-.4-.7 0-1.6-.1-1.8-.2-.1-1-.4-.9-1.3.2-.9 1.1-.6 1.4-.8.3-.1.6-1.4 1.5-1.2.9.3 1 1 1 1l-1 4.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M270.8 215.3s-.5 1-1.5.8c-1-.2-.7-1.7-.9-2-.1-.3-.9-.5-.8-1.4.2-1 1.1-.9 1.5-1 .3-.1.7-1.6 1.4-1.4.7.3 1.3 1.1 1.2 1.5 0 0-1.5.5-1.7 1.5-.2 1 .8 2 .8 2z'/%3E%3Cpath fill='%23af7029' d='M293.7 231.2l-2.2-2.6c-.9-1.3-2.3-2.7-2.3-2.7l-2.2-1.1-1.4-2.4-.2-2.8.6-1.6.8-1.2s-4.6 1.7-2.2 10.5c1 3.8 3.5 4.3 3.5 4.3l4.3-.3h1.3z'/%3E%3Cpath fill='%23816c2a' d='M291.6 201.7c.4 0 .6.2.8.4l.2.6v.4c-1.6 3.4-4.8 5-7.8 7a13.8 13.8 0 0 0-3.8 4 12 12 0 0 0-1.6 6.8c.1 5 2 7.8 4.2 9.3a9.7 9.7 0 0 0 5.2 1.5h.4l1.4-.1a35.8 35.8 0 0 1 3-.2l1.8.1.9.4a.8.8 0 0 1 .2.5c0 .4-.3.8-.6 1.2l-1 .7.2.3a4 4 0 0 0 1-.8c.4-.4.7-.9.7-1.4 0-.2 0-.5-.3-.7-.2-.3-.6-.4-1.1-.5l-1.8-.1c-2 0-4.5.3-4.5.3v.2-.2a6.8 6.8 0 0 1-.3 0 9.4 9.4 0 0 1-5-1.5c-2.1-1.4-4-4-4-9v-.4c0-2.7.5-4.7 1.5-6.3 1.4-2.4 3.7-3.8 6-5.3a14 14 0 0 0 5.5-5.7v-.5c0-.2 0-.6-.2-.8-.2-.3-.5-.5-1-.5v.3z'/%3E%3Cpath fill='%23fff' d='M297.8 232.7s-1 2-1.4 2c-.2 0 1 .3 1.3.8l-.3.5s-1.2-.9-2-1v-.6l1.1-.7a4 4 0 0 0 .9-1.7l.4.7z'/%3E%3Cpath fill='%23fcca3d' d='M302 234l-2.7.8-1.3-1s0-1-.5-1.5l-1.6-1c-.6-.2-2.5-.2-2.5-.2l-5-5.3 2 .2 2.8-.4 2.7-.2 1.4.2 1.6.4.8.7.8.8.8 1.3.6 1.6.2 1.7v1.9z'/%3E%3Cpath fill='%23af7029' d='M302.2 233.8s-1 .3-2.2.3c-1.3 0-2-.2-2-.2l-.2.9c-.2.9-.5 1.3-.5 1.3v3.2l2.6.5 1.4-.5.7-3.5.2-2z'/%3E%3Cpath fill='%23fcca3d' d='M301.5 232.5v1.2l.6.2v-1.2zm-2.5-30l-.3-2.1-.8-1.5-1.1-1.5-1.2-1.3-.6-.5-.3-.5-2.9.2-1.4 1.7s3.8 2.8 5.3 5.8a7 7 0 0 1 2.8 1.7l.1-.2.4-1.8z'/%3E%3Cpath fill='%23af7029' d='M296.3 205c0 2.2-.5 3.2-.8 3.7l1.8-2 1.2-2.2a7 7 0 0 0-2.8-1.7c.4.7.6 1.4.6 2.1z'/%3E%3Cpath fill='%23816c2a' d='M300.3 237.9l-1.4-1.6c-.6-.6-1.3-1-1.3-1l-.2.4h.1l1.2.8a17.6 17.6 0 0 1 1.3 1.6l.3-.2z'/%3E%3Cpath fill='%236f5b24' d='M302 235.5s-.3 1-1.3 1.8c-1 1-2.2 1.5-2.2 1.5l2.8 1 1.9-1.7-1.2-2.6z'/%3E%3Cpath fill='%23404118' d='M302.4 237.8l-.2.3-.5.5-.4.5.6-3 .6 1v.4z'/%3E%3Cpath fill='none' stroke='%2378732e' stroke-width='.2' d='M285.8 199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5 5.2-5.5 5.8-5.8.5-.1 1.5.3 1.5.3s1.2-1.2 1.6-1.2c.4 0 .9.7.8 1-.2.3-1.9 1.3-2 2-.2.8 0 1.5-.5 2.3-.5.7-1.4 1.7-1.5 2.4-.1.6-.4 1.1 0 1.4.5.2 2.1 0 3.5-.6 1.4-.7 2-1.5 2.1-1.4.2 0-.8 1.7-2.3 2.4-1.5.6-2.5 1.3-3.3 1.2 0 0-.8 2 1.8 2.2 2.6 0 4-.6 4-.6l-1.5 5.3z'/%3E%3Cpath fill='%23ab6d29' stroke='%234d2a15' stroke-width='.4' d='M318.7 170.6s-7-1.3-7 4.5c.1 1.9.5 2.5 2 3 1.5.3 4.4.5 7 2.7 2.5 2.3 2.7 4 2.7 5.3 0 1.4-.7 2.6-.7 2.6l1.6 7.7 1.6 5.7 4.8-2.7 2.8-8.5-3.6-15.2-11.2-5.1z'/%3E%3Cpath fill='%234d2a15' d='M325.6 200s2.5-1 3-3c.3-.5-2.4-2.9-2.4-2.9-.1 0 1.3.7 2 1.3.6.6 1.1.9 1.3.8.2-.1 1.3-2.7.9-3.3-.4-.6-1.1-2-2.1-2.6-1-.7-2.4-.6-2.4-.6s1.9-.6 2.8 0c1 .5 1 1 1.1.9.1-.3-.2-2.9-.6-3.7-.4-1-.8-1.3-2-1.6-1.1-.2-2.3-.1-2.3-.1s1.6-.9 2.8-.6c1.3.3 1.3 1 1.4.8 0-.1-.6-2.4-1-3a6.7 6.7 0 0 0-2.1-1.8l-1.8-.2h-.6s1-.6 2.1-.5c1.2.1 1.3.5 1.4.4.2 0-.1-.2-.8-.7s-4.2-2-4.2-2h-3.3s0-.8 1-1c.9-.1 1.1.1 1-.1 0-.3-2.6-.8-2.6-.8H316l-3 .3s.2-.5.7-.9c.3-.3.9-.5 1.3-.6 1-.3-.6-1.1-.6-1.1l.9-1.3 3.9.3 8.2 4.8 3.9 3.3 2.4 6.2-.7 10.8-5.5 4.5-2.4.3.5-2.3z'/%3E%3Cpath fill='%23d2a567' d='M318.4 173.3s-.2-.7-.2-1.7.2-.9.2-.9-2.7-.3-4.6 1.2c-1.9 1.5-.8 4.1-.8 4.1s.8-.8 1.9-1.2c1-.4 3-.3 3-.3.2-.2-.4-1-1.1-1.1-.8-.2-2.1-.2-2.1-.2s.8-.5 2.2-.4c1.4.1 1.6.5 1.6.5z'/%3E%3Cpath fill='%238f4620' d='M326.7 200.9l-1.8.6 1 7.5 7.2 12.1 3.7-.6 1.3-2.3 1 .5c.4.4 1.8 2.8 3 3.3 1.1.4 1.7.2 2.7 1 1 1 4.9 6.6 5 6.8.3.2-.1-2.4-.1-2.4l-1.2-3.4-1.4-2.4-.3-.6h2l1.2.8 2 1.5.9 1.2.5 1.2.2 1 .5 1.6 1 2.3 1.3 2.1.4-.9-.6-2.5-2-6-1-2 1.9 1.2c.4.1 1.8 2.2 1.8 2.2l.9 2.2.6 2 .4 1.7.7 1.9 1-.7-.1-1.3-1-4.2-.4-4.5s.6 0 1.2.7a9 9 0 0 1 1.2 2.3l.5 4.1.7 3.8 1.2 3.8 1.2 2.4.9 1.3v-2l-1.6-16 .2-.6s.2-.1.8.7c.5.7 1 1.9 1 1.9l.5 2.5.2 1.7.3 3.3.5 3.5 1.6 3.8.9 2 .5-2.4-.8-17.1.4-.5s.9.7 1.2 1.3l.8 1 .6 3.8.4 10.7.4 2.8 3.2-28.2 2-.4.2-.6-1.5-1-3.2-5-2.1-4.9-3.8-7-6.6-8-5.2-4.3a20 20 0 0 0-1.9-1.3l.4-1 1-1.7-.1-.1h-.9l-2.2.4-2.2-.7-4.4-3-4.6-2.3-2.8-1-6.6-1.6-6.6-1h-3l-2.6.5s-1.4.6-1.8 1.5c-.5.8-.5 1.4-.4 2.6.2 1.3 1 1.9 2.8 2.7 1.8.7 6.2 3.6 6.2 3.6l2 2.1.8 1 .2.8 1.4 11.1-2.8 6-2 1z'/%3E%3Cpath fill='%23ab6d29' d='M333.8 218.2s1.2 2 2.9.5c1.7-1.6-.8-6-.7-6.3 0-.3.7-.3.7-.3l1.3 2.2s.7 1.3.4 3.2c-.2 2-2.1 3.7-2.1 3.7l-2.2-.5-.3-2.5z'/%3E%3Cpath fill='%234d2a15' d='M375.3 244.2l-1.6-4.5-.4-3.5c0-.6-.3-7.9-.5-9.3 0-1.4 0-3-.2-3.1l-1.6-2.2-.7-.7.5-.3s.6.6.7.3c.2-.4 0-2-.6-4.5-.7-2.5-3.9-8.3-3.9-8.3l.4.2.9 1 1.8 1.5 4.1 1.5 2.2.3 1.4 2.9s1 4.9 1 7.4c0 2.4-.2 4.5-1.2 7-1 2.4-1.2 10.3-1.3 11.5-.1 1.3-.6 2.5-.6 2.5l-.5.3z'/%3E%3Cpath fill='%238f4620' d='M375.3 231.2s.8-1 1.2-2.4c.4-1.4.5-12.4-.8-13.7a10 10 0 0 0-4-2.3c-.2 0 1 3.5 1 3.5l.8 1.4.6 1.8c.1 1 .9 3.1 1 6l.2 5.7z'/%3E%3Cpath fill='%234d2a15' d='M369.3 238s.5-5.1.3-9c-.3-3.7-.6-4.2-1-4.9a32.3 32.3 0 0 1-2.5-6.3c-.9-3.2-1.5-5.6-2-6.2-.6-.6-1.7-2-2-1.6-.3.3-.3 1.1-.3 1.1l-1.5-.4-.4-1 .5-1.6v-.7l-.3-1.1 2 1.6 4.2 2.8 2 8.6 2 5.3.2 9-.2 8-1-3.5zm2.4-24.7s1 1 1.7 1.4c.7.4 1.8 1.1 1.6 1.2a8 8 0 0 1-2-.8l-1.2-.8v-1z'/%3E%3Cpath fill='%234d2a15' d='M363.7 236s.8-1.8.7-4.1a49 49 0 0 0-1.6-8.6c-.4-.7-2-1.7-3.5-4.8s-1.3-3.8-2.3-5c-1-1-2-2.4-2-2.4l.3-3.3 3.6 1.8 1.6.8 1.8 8.7 1.6 2.5.7 3.5.9 8 .4 6.6-.2.5-2-4.2zm-4.2-3.7s.1-2.5-.5-4.8c-.7-2.3-1.1-4-1.9-4.8-.7-.7-2.5-2.6-4.1-5-1.6-2.5-3.9-5-3.9-5v-3.3l2 1.5a57.1 57.1 0 0 1 2.4 1.2l1 3.7 1.2 2.7 1.8 2.4 1.2 1.1.7 4 .4 2.3 1 3.2-.4 1.7-.9-.9zm-3 0l-1-.9s.6-.6.3-2c-.3-1.2-.6-2.4-1.2-3.7-.6-1.2-.7-2-1-2.3a121 121 0 0 0-4.5-4c-1-1-2.7-2.6-3.7-3.3-1-.6-1.8-.8-1.8-.8l-.5-4s1.3 1.8 2.1 2a54.7 54.7 0 0 0 2.1.8l2.8 5 1 1.3 2.6 2 1 2.2.9 2.5 1 3.4.1 2-.2-.1zm-5.5-1s-1.7-2-2-3.2c-.2-1.2.2-1.2-.3-2.6-.5-1.4-2.3-3.5-3.7-4.6-1.4-1.2-3.4-2.8-3.3-3.8.1-.9.4-1 .4-1l.8.8 4.5 4.7 1.4 2.5 1 3.1.7 1.5.7 1.8-.2.7zm16-23.3s3.1 3.8 4 .3c.3-1.6-1.2-4.6-1.2-4.6s-2.8-5-3.8-6.2l-5.7-7.3-3.5-1.6 1.2 2s2.6 2.6 5.9 8.4c3.3 5.7 2.7 8.9 2.7 8.9h.5zm-17.8-23s6.1 5.2 10 10.8c4 5.7 5.5 9.4 4.7 10.2-1 .7-3.4-.4-4.4-2-1-1.6-1.8-4.4-5.5-8.6-3.7-4.2-5.5-4.8-5.5-4.8l-2.7-4.3 3.4-1.3zm-3.2 12.5s3.6 3 6 5.4a37.4 37.4 0 0 1 3.4 4.2l1.4 1.4s-.9-1.5-.4-2c.5-.6 1.1-.3 1.1-.3l-11.5-12v3.3zm-.7.3s1.2 2.3 3 4.1a464.6 464.6 0 0 0 4.1 4l.8 2.9s-5.2-4-5.2-3 1.2 3 1.2 3l-1.6-1-2.2-3.1-1.3-2.8-1.5-3.8 2.7-.3z'/%3E%3Cpath fill='%234d2a15' d='M329.5 210.2s2.7 2.4 4.2 0c1.5-2.3.3-5 .3-5s3.9 5.6 5 .3c.2-1-2.4-4.6-2.4-4.6l1-.9 1.9 3.3s1.8-.8 1.8-3-1.9-5.3-1.9-5.3l1.8 2s3.6 0 3.7-2c0-2.2-3-4.5-3-4.5s2.4.1 2.4-1.3c0-1.4-3.4-2.4-3.4-3.3 0-.9 1-2.4 2.5-1.5 1.5.8 3.5 1.4 4.4-.2.8-1.6-.1-2-.1-2l-2.1-.4-3.4-1.8-2.7-1-2.8-.4 1 2 .8 5.8v2.6l.5 5.8-1.4 4.7-.7.9-.5.6-1.2 2.6-1.6 1.8-2.2 2.7-2 2.1z'/%3E%3Cpath fill='%23ab6d29' d='M348.8 220.9s-.7-1.7-2.2-2.9a7.8 7.8 0 0 0-3.8-1.2l4 4.2 2-.1zm5.6 1s-1.3-2.6-2.8-4.2c-1.5-1.6-2.5-3.6-3-3.6h-.6l.4 3.3 2.7 2.7s2.6 2 3.3 1.8zm4.6-.2s-.6-3-2.2-6c-1.5-2.8-3.1-4-3.1-4l.4 3 1.2 3 2 3 1.7 1zm3.8-1.7s1-6.2 0-8c-.9-1.6-2.7-2-2.7-2l-.6 1 .6 4.3 1.5 3.4 1.2 1.3zm3.7-10.3s.9.4 2 2.5a40 40 0 0 1 2.6 8.6c0 .3-.5.2-.7.2-.2-.1-3.9-6-3.9-6l-.6-5.4h.6z'/%3E%3Cpath fill='%23d2a567' d='M340.4 216.8s2-.4 2-1c0-.8-2.4-2.2-2.2-3.3 0-.5 2 .1 2.1-.3.1-.4-2-3.6-1.3-4.4.6-.8 2.4 3.5 2.4 3.5s1 2 .7 3.2c-1.2 3.6-3.7 2.3-3.7 2.3zm4.6-4.4c.1-.3 3.1.4 3.1.2.2-.7-2.7-3-2.7-3s-.6-1.2-.4-1.4c.2-.2 2 .2 2 0 .2-.3-2-3.2-2-3.7s.6 0 .6 0 1.7 1.7 2.6 3.2c1 1.4 1.8 2.6 1.5 4.9-.4 2.5-5 .6-4.7-.2zm13.6-4.6s-.5-2-.2-2.3l1.1-.5s-1.6-1-2.4-1c-.7 0-.8-.2-1 0-.2.4 1.3 2.4 1.3 2.4l1.2 1.4z'/%3E%3Cpath fill='%23d2a567' d='M349.4 209.4s4.7 1.2 4.9.8c.2-.3-3.7-4-3.7-4s-.3-.6-.2-.8c0-.2 1.7-.3 2.2.1s0 1.2.1 1.5c.2.3 1.7 2.5 2 2.1.2-.3-.4-3-.3-3.3.2-.2 1.8 1.6 2.3 1.9.4.3 3 2.3 3.3 1.4.3-1 .4-1.1.3-1.7 0-.6.9 2.6-.3 3-1.2.4-2.6-.4-2.6-.4l-1.1-.8-.6-.7s.7 2.5-.2 2.7c-.8.3-1.7.2-1.7.2l-2-.2-2.4-1.8zm10.7-3.2s5 3 5.4 2.5c.5-.5-1.2-7.5-1-8.2.3-.6 4 7.9 2.2 9-1.4 1-2 .3-2 .3l-2.5-1.3-2-2.3zm13.8 12.6l1 .5.7.2-1.4.2-.3-1zm-4.8-16.4l.7.3.7.3s-.4.3-.6.2h-.4l-.4-.8zm-1.4-2.5s.5.3 1.1-.2c.7-.4.7-.8.6-1 0-.2-1-.2-1.4-.5-.3-.2-.3-.6-.3-.6h-1.1l-.4.1 1.5 2.2zm4.3 14.4s1.5 1 2 1c.4 0 1.1.5 1 .6 0 .1-1.2.2-1.8-.1-.6-.3-.7-.1-.7-.1l-.5-1.4zm-8.1-22.5h.6c.3 0 .5-.2.6 0 .2.2 0 1.2-.3 1.5l-1 .5a48.4 48.4 0 0 1-1.6-2.2l1.7.2zm-7.1-6.4h1.5c.5 0 1 .3 1.5.6.4.3.9 3.3.6 3.8-.2.6-3.6-2-3.7-2.1 0-.3-1.5-2.5-1.5-2.5l1.6.2zm-3.2-1.4s2.5.2 2.2-1.3a3.2 3.2 0 0 0-1.3-2.3l-2.9 2.1 2 1.5zm-6.5-2.8s.7.4 1.4 0c.7-.2 2.6-2.7 4-3 1.4-.3 1.7-.3 2 0 .2.4 0 1.8-.2 2.2-.3.4-4.4 2-4.4 2l-1.5-.1a9.6 9.6 0 0 1-1.3-.5v-.6zm-.7-4.5c-.7-1.4-1.7-2-2.2-1.9-.4.1 1.4 1.5 1.7 3.5.3 2 .2 3.3.2 3.4l.8.1.2-.7.1-.5v-.5l-.1-1-.2-.9-.2-.6-.3-.9zm-5.8-2a15.4 15.4 0 0 0-5.5-3.7c-.2 0 4 2.5 5 4 .9 1.7.9 3.9 1.3 4.2.4.3.8-.2.9-.2 0 0 .3-.5.2-.7l-.2-1-.7-1-.4-.8-.6-.8zm-5.5-2.3c-2.4-2-6.6-3-10-3-3.5-.2-5.3.2-4.8 2s2 2.8 5 2.8c2.9 0 3.6-.3 5.2.2a9.7 9.7 0 0 1 3.6 2c.5.5-1.1-1.5-2.6-2.6-1.5-1.2-2.5-1.7-2.5-1.7s-.3-.7 1.7-.4c2 .3 4.7 1.6 5.5 3.3.7 1.7.6 2.6.6 3 0 .3.7-.2.7-.2l.3-.9s0-.6-.3-1.4c-.4-.7-.5-1-1.4-2-.9-1.1-1-1-1-1zm-9.6 28.5c1.5 0 4.8-2.8 5.2-6.7.5-4-1.9-11.9-2.5-12.7-.5-.9 1-.4 1.7.4a25 25 0 0 1 2.5 10.6c0 4.2-.8 5.3-3 7.5-2.2 2-4 1.8-4 1.8l.1-.9zm5.1 11.6s.7 1 1.6.6c1.5-.5 3.8-1.7 3.8-3.8 0-1.4-1.8-2.7-1.9-3.2v-1l1.6.4.5 2.2s.6.7 1.3.4c.6-.2 2.5-1.6 2.2-3-.3-1.2-2-2.9-2.2-3.5-.2-.7 0-1.2 0-1.2l1.6.2.4 2s.4.6 1.3.4c.8-.1 2.4-1.7 2-2.5l-1.5-2.6v-.9l.5.4s.6.2 1.8-.1c1.1-.4 2.3-1.2 2.3-2s-1-1.6-1-2v-.6h.8l1 1.2.1 1.4-.3 1.2-1.4 1.6-1.4.6h-.4l.8 1.4-.2 2-1.3 1.2-1.7 1-.1 1.9-1 2-2 1.2h-.7l-.2 1.2-1.4 2-2.3 1.5-1.7.3-1-1.4.1-.5z'/%3E%3Cpath fill='%23d2a567' d='M343.4 191.4s4 1.1 3.8-1.4c0-1.3-3.8-4.5-4-5-.3-.6-.2-1.3-.2-1.3l1.9 1.8s2.5.6 3.2-.9c.7-1.4.1-2.3 0-2.3l.6-.1 1.1.2-.1 2.2-1.3 5.5s.3 2.2-1.4 2.3c-1.7.2-3.6-1-3.6-1zm3.7 29.5s0-1.1-.8-2c-.9-.7-2.5-1.4-2.8-1.6a63 63 0 0 0 2.8 3.5h.8zm5.6.2s-2-2.4-2.3-3.3c-.5-.8-1.5-2.6-2.3-2.7-.8 0 .8 3 .8 3l3.2 2.9h.6zm5.4 0l-2.1-4.2c-.4-.9-1.3-3.4-2.3-4.1-1-.7.1 1.1.1 1.1l1.1 3.3 1.9 2.9 1.3 1zm3.9-2.4s-.1-2.7-.5-4.6c-.3-1.8-1.7-3.4-1.8-3.3v3.3l2.3 4.6zm8.1 2l-2-4.7c-.5-1.6-1.8-4.1-2-4.2l.4 3 1.7 4.7 2 1.2zm7-8.5s-1.2-1.2-3.9-2.3c-2.7-1-5.4-1.2-5.4-1.2l.3.4 1.3 1 2.8 1.5 3.7.9 1.3-.3z'/%3E%3Cpath fill='%23202020' d='M348.2 213.8s0 2.4 1.3 3.8c1.2 1.5 4 4 4.6 4.6.6.5 1 3.4 1.9 5.8.8 2.4 1 4.4 1.4 5.1.4.7 1.1 1.8.5 1.7-.5-.1-1-.8-1.4-1.7-.3-.9-.2-.9-.2-2 0-1.3-1.8-7.5-2.7-8.1-.9-.7-4.8-4-6.4-6.3-1.5-2.3-1.2-2.8-1.2-2.8h2.2z'/%3E%3Cpath fill='%23202020' d='M354.6 229.3c-.8-1.7-1-3.3-1.2-4.3a16 16 0 0 0-4.4-4.2c-.6-.3-1.9 0-2.4-.3l-3.7-4s-.5.5-.3.6c.1.1 3.4 3.7 4.6 4.8 1.2 1.2 1.9 3.7 2.7 5.7.9 2 .5 1.6.6 2.5.1 1 .7 1.5 1.3 1.5.6 0 .8-.2.6-.4a10.3 10.3 0 0 1-2.2-3.5c-.7-1.7-1.5-4.9-2.5-6l-.3-.3 1.3-.2c.8 0 4.1 3 4.4 4 .3.8 0 1.2 1.4 4.2s2 3.7 2 3.7h.2s-1.2-2-2-3.8zm-5.2-19.9s2.5 1.5 3.2 1.7a9.8 9.8 0 0 0 1.2.3s.4 4.4 2.1 6.8c1.8 2.5 3.2 3.4 3.2 3.4s0 4.8 1.4 8c1.3 3.3 1.5 7.3 1.2 8-.3.6-1.4-2-2-4.3l-2-6.2a13 13 0 0 0-2.5-4.4c-.8-.7-.2-.6.3-.2.4.4 1.7 2 2.5 4.5s1.1 5 1.5 5c.5 0 .8-.3.8-.9 0-.4-.6-1.8-1-4.1a17 17 0 0 0-1.2-4.7c-.4-.6-1-.7-2.4-3.4a20.3 20.3 0 0 1-2.5-5.3c-.2-1.2 0-1-.2-1.3-.2-.1-.4 0-1.6-.6-1.1-.6-2-2.3-2-2.3z'/%3E%3Cpath fill='%23202020' d='M355.7 208.5s1.4 1.2 2.3 1.5c.8.4 2 .4 2 .4s-.3 4.2 1.3 6.9 3.3 4.2 3.3 4.2.3 1 .8 6.8l.7 8.3c.1 2.3.2 10.6-.1 10.3-1.3-1-.2-5.4-.9-7.3-.6-1.8-1.6-2.1-2.8-7.4-1.2-5.2-.4-6.4-1.3-8.3-.9-2-2-2.2-2-2.2s1.6.4 2.3 2c.6 1.6.7 6 1.3 8.2 1.2 4.9 2.9 7.4 2.9 7.4s-.4-6.2-.8-9.7c-.5-3.5-.5-6.4-1.1-7.7-.7-1.4-2.1-2.4-3-4.2-.8-1.8-1.1-5.3-1.5-6.2-.4-.9-.6-.6-1.2-.8-2-.8-2.2-2.2-2.2-2.2z'/%3E%3Cpath fill='%23202020' d='M360.1 206.2s1.3 1.5 3.1 2.6c1.8 1 2.8.7 3 1 .3.2-.3 3.8 1.6 7.2 1.9 3.4 2.6 3.5 2.6 4l.6 13.9c.3 3.4.5 14.8-.9 14.8s-.1-8.5-.8-10.4c-.7-2-.7-1.4-1.3-3-.7-1.6-.7-7.8-1.8-11.5-.8-2.8-1.6-3.2-1.6-3.2s1.4.7 2 3c.6 2.2.8 10 1.5 11.1.8 1.3 1.8 2.8 2 4a157 157 0 0 0-.4-15.6c-.3-1-3.5-6.6-3.7-9.7-.3-3.2-.4-3.5-.7-3.7-.2-.3-1.1 0-2.6-1.5-1.5-1.4-2.6-3-2.6-3z'/%3E%3Cpath fill='%23202020' d='M367.3 208c0-.3 1 1.7 3.7 2.8 2.9 1.2 5.6 1 6 1.3.3.3 2 4.5 2.1 10.2.1 5.6-1 5.1-1.8 10-.9 4.9-1 14.8-1.5 16.3-.2.5-.5.8-.8 1.7-.3 1 .2 2.8-.7 2.8-.8 0-1-1.4-1-2.1 0-.8 1-3.5 1-6.2s-.6-3-1-6.2c-.4-3.3-.4-13.5-.8-14.5-.3-1-2.1-3.1-2.1-3.1s1.9 1.2 2.4 2.6c.4 1.3.5 12.7 1 15 .5 2.4.3-.5.5-1.8s.9-7 .8-10c-.1-3-1.4-9.4-2.4-10.5 0 0 .5.6 1.1 2 0 .1.4.5.8.7l1 .5s-.6 0-1-.3c-.4-.1-.6-.4-.6-.4a23.9 23.9 0 0 1 1.3 8c.1 5.2-.7 16.4.1 16.5.8.2.7-6 1.5-11.2.8-5 2-5.8 1.6-9.9-.3-4.1-1.4-8.6-2.3-9.2-.9-.5-3.4-.3-5.6-1.8-2.2-1.4-3.4-2.9-3.3-3.2zm-35.8 5.7s.8.4 1.7 0c1-.5 3.5-2.5 3.5-3.3v-1.6s0 .3.7.4c.8.1 2.8-1.4 3-2.4a8 8 0 0 0-.1-3.1c-.2-.4.6.3 1 0 .4-.4 2.4-1.7 2.4-3 0-1.4-1.1-2.6-1.1-2.6s1 .2 1.6 0c.5-.1 2.5-1.3 2.4-2.4 0-1.2-.7-3-2.3-3.2 0 0 1.2.3 2.3-.1 1-.4 1.5-1 1.5-2.3 0-1.2-2.3-4-2.6-4.2-.4-.2 2.4.8 3-.3.8-1.1.9-1.9.7-2.5-.2-.7-.8-.8-.8-.8s1.2.3 2.8-.5 3-2 3.8-1.9c.8 0-2.3 1.7-2.5 2.6 0 .4.9 1 2.3 2 0 .1 0 .2.2.3.7.3 3 .4 3.3.5.2.2-2.4.1-2.2.3a34.1 34.1 0 0 1 5.7 5.4c.1 0 .5.4 1 .5l1.3.3h-1.6a65.3 65.3 0 0 1 3.3 4.7c0 .1.4.6.9.8.5.2 1 .1 1.1.2.1.2-1.4 0-1.3.2a82 82 0 0 1 3.3 6s-3-5.3-6.7-9.5c-3.8-4.2-4.7-4.7-4.8-4.4-.2.4 2.7 4.1 4.3 6.7 1.6 2.6 3 5.9 3 5.9s-3.7-7.8-9-12.6c-5.2-4.8-5.8-5.5-6.3-5.4-.6.2-1 3.8-.7 4.5.3.7 4.2 3.6 7.4 7.5 3.3 3.8 7.5 10.4 7.5 10.4s-3-4.7-8-10-6.9-6.6-7.3-6.5c-.4 0-.4 1-1 1.8-.6.7-1.8.6-1.8 1s4.2 4.3 5 4.7c.9.5 1.4.3 2 .6l1.4 1-1.6-.5c-.6-.2-1.3-.3-1.3 0s3.5 4.3 4 4.6c.6.3 1 .1 1.7.4.8.3 2 1.1 2 1.1s-1.3-.7-2.1-.8c-.9-.2-1.2 0-1.2.2s2.6 3.6 2.5 3.6c-.1 0-4-4.6-7.3-7.5-3.3-3-4.8-3.6-5-3.5-.2.1 0 1-.9 1.3-.8.3-1.5.4-1.5.7 0 .3 3 3 5 5.4a149.4 149.4 0 0 1 4 4.5l-4.5-4.3c-2.3-2.2-3.5-3-3.8-3-.2.2-.2 1.3 0 1.6.2.3 4.6 5.4 4.4 5.5-.1.2-5-6-5.4-6-.3 0-.5.7-.8 1-.4.4-1.8.4-1.8 1 0 .4 7 7.3 6.9 7.5 0 0-5.8-5-6-4.7-.2.3 2.4 5 2.2 5.2-.1 0-3.4-5-3.7-5-.3 0-.2.6-1 1.3-1 .8-2 .4-2 .8 0 .3 4.8 5.7 4.7 5.8-.2.1-5-5.1-5-4.8-.1 0-.4.3-.2.7.3 1.3 1.4 3.6 1.3 3.8 0 0-1.6-3.2-2-3-.4 0-.4.7-1.2 1.1-.7.5-1.3.4-1.3.7 0 .3.8 1 1.2 1.7.4.7.7 2.4.7 2.4s-.5-1.4-1.1-2.3c-.7-.9-1.3-1.5-1.9-1.5s-.8.5-.8.5l-.5-1.2z'/%3E%3Cpath fill='%23202020' d='M377 212s1.5 0 1.7-.4c.2-.3-.6 0-2-1.6s-5-12.1-9-17.4c-6.6-8.7-12.7-12.7-12.7-12.7s7.3 4.2 13 12.4c5.6 8.4 7 14.9 8.6 16.6 1.6 1.7 3.2 2 3 2.5 0 .5-.3.8-.9 1l-2 .1.2-.4zm-48-2.2l.3.1c.3 0 2.3-1.9 2.2-2.5 0 0-1-.3-1.6-1-.7-.8-.9-1.9-.9-1.9s.7 1.3 1.2 1.6c.6.4 1.4.6 1.8.3.3-.2 3.2-2.4 3-3.2 0 0-.9 0-1.8-.6-.8-.6-1-2-1-2s.6 1.1 1.5 1.5c.8.4 1.7.3 2 0 .2-.3 2-3 1.8-3.7 0 0-1 0-1.8-.5-.9-.6-1.3-2.2-1.3-2.2s.6 1.3 1.7 1.5c1.1.3 2-.4 2.2-1.2.2-.8.8-3.7-.2-4.5 0 0-1.4.5-2.4 0-1-.6-1.4-1.9-1.4-1.9s.9 1.2 2 1.4c1.2.1 1.7-.5 1.9-1a5.9 5.9 0 0 0-.1-3c-.4-1-1.1-.8-1.3-2.2 0 0-.3.5-1.8.5s-2.3-1.6-2.3-1.6 1.2 1 2.4 1a1.9 1.9 0 0 0 1.6-1.9c0-.7-.6-1.4-1-2.1-.2-.8-.3-1.7-.5-1.6-.2 0-.5.8-2 .6-1.5-.3-1.8-1.3-1.8-1.3s1 .7 2 .7c.8 0 1.3-.5 1.3-1 0-.6-.3-1.7-2.2-3.3a58.1 58.1 0 0 0-3.5-2.7 21.8 21.8 0 0 0 6.6 5.3s1.7.6 2 0c.1-.6.1-1.4-.5-2.4-.5-1-2-2.6-2-2.6s1.6 1.3 2.3 2.7c.8 1.3.4 2.2.5 2.6 0 .3 3.3 1.6 4 1.1.8-.4.5-1.4-.2-2.3l-1-1.8s.7.8 1.2 1.8c.6 1 1 1.7.8 2.1-.2.5-.6.7-.6.9l2.3 1.3c1 .6 2.3 1 2.5.8.2-.4.3-1.1.2-2.2-.1-1-.7-2.7-.7-2.7s.7 1.6.8 2.7-.1 2 .1 2.4c.3.4 1.1.5 1.1.5s-.6.4-2 0c-1.5-.4-7.7-3.6-8-3.3-.3.4 2.9 2.3 4.3 3.7 1.5 1.3 2.2 2.8 2.2 2.8s-1.1-1-2.2-1.6c-1.1-.6-4.4-2.3-4.7-2-.2.2 1.3.5 1.4.7.1.3-1 1.3-1 1.8 0 .4 4.7 3.7 4.5 4-.1.4-1.2 1.3-1.4 1.2-.1 0-2.5-1.8-2.5-1.6s1.4 1.5 1.4 1.7c0 .3-1 .8-.8 1.4.2.6 2.6 2.6 2.6 3.3 0 .7-1.4 1.3-1.1 1.7l1.5 2s-1.4-.9-1.8-1.4c-.4-.4-1.3-1.5-1.5-1.3-.1.1-1 2-1 2.5.2.4 1.3 1 1.5 2.3.2 1.1-.2 2.4-.3 2.4 0 0-1.6-2-2-2.1-.2 0-.6.1-.9.6s-1.2 2.1-1 2.4c0 .3 1.6.7 1.6 1.9a3.4 3.4 0 0 1-1 2.3l-2.1-2.4c-.2 0-2.2 2.3-2.3 2.6 0 .2 1.4 1.3 1.2 1.7-.3.4-1.3-.2-1.8.1l-1.7.7c-.2 0-.5-.6-.5-.6z'/%3E%3Cpath fill='%23202020' d='M355 180l.5-1c.3-.3 1.5-1.7 1-2-.4-.2-2 .3-3 .2-1 0-1.7.2-4.6-2.3 0 0-9.3-6.4-23.6-7.3-4.6-.2-6.6 1.4-6.8 2.2 0 .2 1.2-1.8 5.7-1.7 2 0 16.5 1.1 24 7 .4.3 2.9 2.7 5.2 2.4 2.3-.2 2.8-.5 2.7-.2 0 .4-.7 1.2-.9 1.6a9.2 9.2 0 0 0-.3 1.1zm-25 2v-.2c-.2-.4-1.1-1.7-2.7-3.1a37.4 37.4 0 0 0-8-4.3c-.3-.1 6 2.9 7.7 4.5l3 3z'/%3E%3Cpath fill='%23d2a567' d='M330 192.2s-.4-.6-1.7-1.4a9.9 9.9 0 0 0-2.5-1.1l3 .7a4.8 4.8 0 0 1 1.1 1.8zm-.8-5.3s-.4-.6-2.1-1.2-2.2-.5-2.2-.5 1.6-.7 2.8 0a2.7 2.7 0 0 1 1.5 1.6zm-1-4.5s-.4-.8-2-1.3c-1.5-.6-2.6-.7-2.6-.7s1.6-.4 3.2.2c1.5.6 1.4 1.8 1.4 1.8zm-2-2.8s-.4-.6-3.3-1.3c-3-.7-4-.7-4-.7s4.1-.4 5.2.1c1.1.5 2.2 1.9 2.2 1.9zm-5.3-3s-1.8-.6-3.5-.7-4.4.1-4.4.1 5-.8 6.3-.5c1.4.3 1.6 1 1.6 1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M304.5 238.4s.9 1.6 2.6 1.6c1.8.1 3.1 2.6 3.1 2.6l-1.9 1.9-4.6.2-1.5-2.4 2.3-3.9zm0-1.6c.2-.3-1.3-3.3-2.4-3.8-1-.5.4 1 .2 1.6-.3.6-.4 1.4-.3 1.5 0 0 .9 1.4.4 2-.4.5 2.2-1.3 2.2-1.3z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M303.8 241.4s.8.4 1.4.2c.7-.2 1.3-.9 1.3-.9m-3.6-.5s2.6-1.9 2.4-2.9c-.2-1-.7-1-1-.9a7 7 0 0 0-2.1 1.7c-.1.3.7 2.1.7 2.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M301 241.5s.6 1.3 1.4 1.3c.8 0 2-.7 2-1.2.1-.5-.8-1.5-1.3-1.7-.6-.3-1.9.4-1.9.4l-.1 1.2z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M303.4 239.8c0 .4-1.7 1.2-2.3 1.2-.5 0-1.6-1.3-1.2-1.5l1.5-.4c.4-.2.5-.8.7-.8.3 0 1 .1 1.1.5.2.5.4.6.2 1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M301.8 240.9s-2.6 3.4-3.7 3.3c-1-.2.5-5 .5-5l1.2.6c.9.2 1.7.6 2 1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M297.2 238.4s3.3.6 3.4 1.1c.2.6-1.5 1.3-2.5 1.3-.9 0-.9-2.4-.9-2.4z'/%3E%3Cpath fill='%23202220' d='M289 243.4s.5 1.6 1.9 1.7c1.4 0 2.8-1.5 2.8-1.5l-3.4-1.3-1.3 1.1z'/%3E%3Cpath fill='%234b4139' d='M289 243.4l.4.9c.3.4.7.8 1.5.9h.1c1.4 0 2.7-1.6 2.7-1.6l-3.4-1.4-1.4 1.2h.1l1.3-1 3.3 1.3v-.1l-.2.2c-.4.4-1.4 1.2-2.4 1.2h-.1a1.8 1.8 0 0 1-1.4-.8 2.8 2.8 0 0 1-.3-.6v-.1l-.1-.1z'/%3E%3Cpath fill='%23202220' d='M290 243s.5 1.2 2.4 1.2 3.3-1.5 3.3-1.5l-3-2.3-2.7 2.6z'/%3E%3Cpath fill='%234b4139' d='M290 243s.5 1.2 2.4 1.3c2 0 3.4-1.5 3.4-1.5l-3-2.5-3 2.7h.2l2.8-2.5 2.9 2.3v-.1a5 5 0 0 1-3.2 1.4 3 3 0 0 1-2-.6 2.2 2.2 0 0 1-.3-.4 1.1 1.1 0 0 1-.1-.1h-.1z'/%3E%3Cpath fill='%234b4139' d='M290.2 243.3s.9.6 1.8.7c1 0 2.2-.3 2.2-.3l-1.1.4-.8.1-.8-.1-.6-.3-.6-.4v-.2z'/%3E%3Cpath fill='%23202220' d='M292.4 241.6s.8 2 2.6 1.8c1.7-.2 1.7-1.2 1.7-1.2l-2-2.8-2.3 2.2z'/%3E%3Cpath fill='%234b4139' d='M292.4 241.6l.5 1c.4.4 1 1 1.8 1l.3-.1c.8-.1 1.3-.4 1.5-.7.3-.3.3-.6.3-.6l-2-3-2.5 2.4h.1l2.4-2.1 1.9 2.7c0 .2-.3 1-1.8 1.1h-.2a2.2 2.2 0 0 1-1.7-.8 4 4 0 0 1-.4-.6v-.2a1.5 1.5 0 0 1-.1-.1h-.1z'/%3E%3Cpath fill='%234b4139' d='M292.6 242s1 1.3 2 1.3a3 3 0 0 0 1.5-.4v.1l-.5.3-.8.1h-.8l-.7-.5-.6-.9zm-3.2 2s.8.9 1.5.9a4.7 4.7 0 0 0 1.9-.6h.1l-.2.1-.8.4-.9.3-.7-.1-.6-.4-.3-.4v-.2z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M297 238.3c.8-.2 2.4 2 2.4 3.2s-.5 2.7-1.3 2.7-2.6-1.7-3-2.5c-.4-.9-.8-1.4-.5-1.9.3-.4 2.4-1.5 2.4-1.5zm-8 .2s-1.4-1-1.9-.5-.3 2.3 0 2.6c.4.4 2-.8 2-.8l-.2-1.3z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M288.8 239.7s-1.8.2-1.8 1 .9 1.6 1 1.8c.2.1 1.8-.7 1.8-.7l-1-2.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M289.5 241.1s-1.8.6-1.8 1.2.8 1.7 1.3 1.7 1-1 1.2-1.3c.3-.2-.7-1.6-.7-1.6zm.8-5.1s-.3-.5-1-.2c-.8.3-1.6 1-1.5 2.3.1 1.1.6 2 .6 2l2.7-1-.8-3.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M290.5 238s-2.2.8-2.3 1.7c-.1.9.5 1.7 1 2 .7 0 2.6-1.8 2.6-1.8l-1.3-1.8z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M292.5 241.7s-2.2 1.5-2.5 1.5c-.3 0-1.2-1.2-1-2 .2-.8 1.7-1.3 2.3-1.6.6-.2 1.2 2.1 1.2 2.1zm2-8.2s-.7-.6-2-.5c-1.4.1-2.4 2-2.6 2.8-.2.9 0 2.6.5 2.8.5.3 3.3-2 3.3-2l.8-3z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M291.8 240.3c-1-.1-1.8-1.5-1.7-2.3.2-.8 2-2.2 3-2 1 .1.8 2.5.8 2.5s-1.2 1.9-2.1 1.8z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M294.7 240s-.4 1.2-1.4 1.7c-1 .4-1.5 0-2-.7-.6-.8.2-1.2.6-1.6.5-.4 1.7-.7 1.7-.7l1.1 1.4z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M293.2 237.2s-1 .8-.4 1.8 1 1.4 1.8 1.5c.8.1 1.3-.2 1.9-.9.6-.7 1.5-1 1.4-2-.1-.9-.4-1.6-1-1.8-.5-.3-2.2 0-3.7 1.4z'/%3E%3Cpath fill='%23202220' d='M296.2 233s-1-.5-1.9 0c-.8.5-1.4 1.5-1.5 2.4l.2 2.3s1.2-.4 2-1c.7-.6 1-.8.8-1.1 0-.2-.4-.4-.4-1.2 0-1.4.8-1.5.8-1.5z'/%3E%3Cpath fill='%234b4139' d='M296.2 233s-1.2-.3-1.9.1a3.2 3.2 0 0 0-1.3 1.9c-.3.8-.1 1-.1 1v-1.4c.4-.8 1-1.5 1.6-1.7.8-.3 1.7 0 1.7 0z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M328.8 257l1.6-.8 2-1.2.4 2.2-1.8 1.4h-1.5l-.9-.7.2-1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M326.4 257.2h1c1.1 0 1.2-.3 1.4-.3.2.1.5 1.3.5 1.3l-.4.7-1.5.9-1.3-.8-.1-1.8h.4zm12.1-.8s-.3-.5-.9-1l-2.2-1.9v5l2.3-.1 1.1-1.5-.3-.5z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M326.4 257.2s-.4-.5-1.3-.4c-1 0-2 .9-2.1 1.5-.1.7 0 2.6.5 3 .5.4 1.2.5 2.2.3 1-.3 6.4-3.6 6.4-3.6l-1.4.3c-.7.2-1.4-.1-1.4-.1s-.7.8-1.6 1c-.8 0-1-.5-1.2-.9l-.1-1.1z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M330 258.9l-1.2.5-1.3.6.4 1.6 2.3.5 1.4-1.1v-1.6l-1.7-.5zm10.4-1.2l-.8-.8c-.4-.4-1-.5-1-.5l-1.3 1.5v1l1.2.7.9.2 1.1-.8-.1-1.3z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M332.6 257s-1 .4-1.5.8l-1.2 1c0 .2 1.1 1.4 1.1 1.4l1.2.1 2.5-1.7-.2-1.6h-1.9zm9.5 2l-.5-.7c-.4-.4-1-.6-1.2-.6-.3 0-1.3 1.5-1.3 1.5v.4l.8 1 1.6.5 1.1-1.2-.5-.9z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='.3' d='M338 260.8l1.2.2s0 .3.3.5c.3.3.3 0 .3 0s.2 1.2 1.4 2c0 0 1.4.6 2 .2.8-.4.7 0 .7 0l2-2.4s0-.5-.5-.5c0 0 .4-1.6-1-2-1.2-.2-2.2.2-2.2.2s-1 1.8-1.6 1.6a2.4 2.4 0 0 1-.8-.5l-.7-.9s-.4.1-.9-.2c-.5-.3-.9-1.1-.9-1.1s-.7-.1-1-.4l-.5-.8-1.9 1.4s0 .5-1.1 1.3-1.7.8-1.7.8-.4 1.7-1.6 1.4c-1.2-.3-2-1.6-2-1.6s-.9-.2-1.4.6c-.6.7-.9 1-.9 1.7 0 .8.5 1.8 1 2.2.3.3 1.5 1.3 3 .6 1.4-.8.9-2 .9-2l.8-.5c.9-.6 1.8-1.5 2.5-1.7'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-width='.3' d='M335.8 250.8v3.2s.4 2.9-.2 3.7c-.6 1-2.9.7-3.2 0-.3-.8-.2-3.2-.2-3.2l3.6-3.7z'/%3E%3Cpath fill='%23f8c83c' stroke='%23977c2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='.3' d='M333.3 260.5s-.5.8 1 1c.4 0 .7-.2.9-.4.4-.4.3-.8.3-.8s-.2 1.2 1.2 1.2c1.4.1 1.3-1.3 1.3-1.3'/%3E%3Cpath fill='%23202220' d='M321.2 263.1s-.8-1.4.1-1.9c1-.5 1.5 0 2.1 0 .6 0 .4-1.4.3-1.7a3.7 3.7 0 0 0-.7-1.2c-.2-.2-3.5.2-3.4 2.3 0 2.1 1.6 2.5 1.6 2.5zm5 5.2s-1-1.5-.4-2.4c.5-.9 1-.3 1.2-.4.3 0 .4-.6 0-1.6-.5-1-1.1-1.4-1.4-1.5-.4 0-2.3 1.4-2 3.2a3.5 3.5 0 0 0 2.6 2.7zm18.2-1.8s3.5 1.5 3.7-2c.2-2-1.5-3.3-2-3.3-.4 0-.7.3-1.3 1-.7.8-1.1 1.3-.9 1.6.3.3 1.3-.3 1.8.8.7 2-1.3 1.9-1.3 1.9z'/%3E%3Cpath fill='%234b4139' d='M326.2 268.3s-2.7-.6-2.7-3.3c0-1.8 2-2.6 2-2.6s-1.8 1-1.8 2.6c-.1 2.7 2.5 3.3 2.5 3.3zm-5-5.2s-1.6-.3-1.7-2.6c-.2-2.3 3.5-2.2 3.5-2.2s-3.5.2-3.4 2.4c.2 2.2 1.6 2.4 1.6 2.4zm23.2 3.4s.7.3 1.5.3 1.8-.3 2-1.6c.4-1.3.3-2-.6-3.1-.6-.9-1.2-.8-1.2-.8s.6 0 1 .8c.6.8 1.3 1.6.8 3.1s-2 1.5-2.5 1.5a5.5 5.5 0 0 1-1-.2z'/%3E%3Cpath fill='%23904720' d='M302.6 192.4l-.6-.2.4-1 1.9-.7 1.8-.1 2-.1.8.6 1 2.3-3.6 2.2-.6.2-.2-1-.6-1.4z'/%3E%3Cpath fill='%23202020' d='M337 245.5l-.3-5.5-14.8 4.6 5.8 5.5z'/%3E%3Cpath fill='%23d2a567' d='M309.4 235.9l-1.2-1-1.4-.8h-1.1l-.2.3.2.5 1.3 1.6 2.3 1.2.8.7.5.2-1.1-2.7zm-.3 2.3l.8.2.9 1 .5 1 .7 1.3.2.8-1.6-.3-4.8-1.5.4-1.2.8-.7.7-.3 1-.2z'/%3E%3Cpath fill='%23d2a567' d='M312.2 242.2h.8l.6-.5-.3-1.8.3-5.8-3.9-4.6-.8 2.6 1.1 4.7.9 2.8z'/%3E%3Cpath fill='%23ab6d29' d='M309.4 231.7s-.2.4.1 2c.3 1.5.9 4.9 2.2 7.2l-1.3-1.9s-2-4.6-1.7-8.2c.3-3.5.7.8.7.8zm2.9 2.9s-.9 1-1 1.9v2.2s0-1 .8-1.3c.9-.3.7 2.3.8 2.6l.5-4.7-1.1-.7zm.4 9.6l-4.4-1c-2.3-1-3.5-1.8-3.4-2.3 0-.6 4 .1 4.6.2l2.4 1h1l1.9-.8.2 2-2.3 1zm-7.3-.8s1 .8.5 1a4.4 4.4 0 0 1-2.3.3l4.2 1 .9-.7-3.3-1.6z'/%3E%3Cpath fill='%23d2a567' d='M304.2 242.2c.2-.2.3.7 1.8.8 1.5.2 2.2-.2 2.2-.2l.7.4.8.2-.7 1.1-2.8-.8-1.5-.8-.5-.7z'/%3E%3Cpath fill='%23ab6d29' d='M314 240.3l.8 1 .5-2.4v-2.5l-1.6-1z'/%3E%3Cpath fill='%234d2a15' d='M309.7 236.1l-1.3-2.1-1.7-3.1 1-1.8 1.3 1.8s-.4 1.3-.1 2.5c.2 1.2.8 2.7.8 2.7z'/%3E%3Cpath fill='%23d2a567' d='M300.8 244s.6-.9 1.9-1a7.6 7.6 0 0 1 2.4.2l2.6 1.4.6.9-5-.7-2.5-.8z'/%3E%3Cpath fill='%238f4620' d='M314 235l.2 4c0 1 .7 2 .6 2.3-.2.4-.4.6-1 .9-.6.2-2 0-2 0s1.3-.2 1.4-.5c0-.2-.4-1.4-.5-2.4 0-1 .1-2.2-.3-2.2-.3 0-.7.4-.8.6 0 0 .4-3.8.8-4.2.4-.4 1.6 1.6 1.6 1.6z'/%3E%3Cpath fill='%23ab6d29' d='M304.7 243s-.5-.4-.5-.8c0-.3.6 1.6 3.4 1.5 2.8 0 2.6-.2 2.6-.2h1.3s-.3 1.3-.5 1.4a61 61 0 0 0-2.2 1.4l-.7.4v-.2l-.3-2.1-2.4-1-.7-.4z'/%3E%3Cpath fill='%238f4620' d='M309.7 236.1s-3.2-3.3-4.3-5.5c-1-2.2-.4-5.2-.4-5.2l3 4s-.4.7-.3 2c.2 1.2 2 4.7 2 4.7z'/%3E%3Cpath fill='%23ab6d29' d='M307.6 248.3c0-.3-.2-1 .4-1.8 2-2.4 6.8-4 6.8-4v2.8l-6.2 3h-1z'/%3E%3Cpath fill='%238f4620' d='M308 246c.3-.1 1.4-1 1.4-1.3 0-.4-.7-.4-2.1-.7-1.5-.3-2.6-1-2.6-1s1.7 1.4 2.4 1.7c.7.2.6.5.5.7l.4.6zm8.3.7s-.9-1.3-1.2-2.1c-.3-.8-.3-2.1-.3-2.2l-1 .7-2 .7s2 0 2 .6c0 .7-3 1-3 1 0 .1 2.4-.4 2.3.1-.2.6-1.2.7-2.5 1.2l-2.3 1-.7.5s.6.4 1.5.3c.9 0 2.9-.5 2.9-.5l3.8-1.5.5.2z'/%3E%3Cpath fill='%23ab6d29' d='M316.3 246.7s-1-.3-1.8-4.8-.6-5.7-.6-5.7l1.8 1.3 1.7 3-1.1 6.2z'/%3E%3Cpath fill='%238f4620' d='M316.9 239.3s-.9 2.5-.9 4c0 1.4-.1 2.4.3 3.4s1.8 2.3 1.8 2.3l.7-.6.3-2 .1-3.4-2.3-3.7z'/%3E%3Cpath fill='%23202020' d='M319.4 242.7s.4 6.3-1.2 6.5c-.7 0-1.9-2.4-1.9-2.5 0 0 1.4 2.3 2 2.1 1-.4.6-6.6.6-6.6l.5.5zm-3.1 4s-.3 0-.7-.8c-.4-.7 0 .6-3.4 1.8-3.4 1.2-4.6.5-4.6.5s1.1 1 4.5 0 3.1-1.3 3.6-1.4h.6z'/%3E%3Cpath fill='%23ab6d29' d='M310 238.7s.6.5 1.2 1.7a363.3 363.3 0 0 0 1 2h.2s-.4-1.3-1-2.2l-2.2-3.1.8 1.6z'/%3E%3Cpath fill='%238f4620' d='M308 246.5s.3-1.1 0-1.4c-.3-.2-.7 0-3-.2a34 34 0 0 1-4.2-.9s1.6 1 3 1.4l3.5.8.5.1.2.2z'/%3E%3Cpath fill='%23202020' d='M308 246.5l-.2-.5c-.3-.3-.7.1-3.5-.7-2.8-.7-3.5-1.3-3.5-1.3s1 1 3.4 1.5l3.8 1z'/%3E%3Cpath fill='%23ab6d29' d='M309.3 238.2s-2.1.1-2.8.7c-.7.5-1.6 2-1.6 2l1.3.1s-.1-1.2.5-1.9c.7-.6 1.7-.7 2.6-.9z'/%3E%3Cpath fill='%238f4620' d='M305.3 234.2s.8 1.2 1.7 1.5c.9.4 1.8.8 2.2 1.2.4.4.9 1.8.9 1.8s-3-1.3-3.7-2a9.6 9.6 0 0 1-1.1-2.5z'/%3E%3Cpath fill='%238f4620' d='M308.2 235s-.3-.5-1.1-.9-1.4-.3-1.7-.1-.1.2-.1.2l1 1.7.7-.2s-1.6-1-1.3-1.3c.8-.7 2.5.5 2.5.5z'/%3E%3Cpath fill='%23202020' d='M316.3 231.1l17-8.7 8 11.1-14.7 4-7.7.6-3.8-2.7z'/%3E%3Cpath fill='%234d2a15' d='M339 235.9l21 18.2-2.3 1.6-5-1.4-10.2-10.1-3.8-3.8z'/%3E%3Cpath fill='%234d2a15' d='M366 250.5l-12-9.1-15.3-11.5.4 5.5 17.4 16 5.7 2.7 3-.8 1.4-1.6-.6-1.2z'/%3E%3Cpath fill='%23803f1d' d='M339 237.6s6 6.9 10.6 10.4 9 7.3 10 6.7c.8-.5.5-1 .5-1l-21.3-17.5.1 1.4z'/%3E%3Cpath fill='%234d2a15' d='M353.8 255.1l-2.1 1.7-2.5-1-13-13.2.7-2.5 1.8.3z'/%3E%3Cpath fill='%23202020' d='M366 250.5s-1.6 3.8-5 2.9c-3.4-.9-22-18.5-22-18.5v1.8s18.8 17.3 22.5 18c3.6.7 6.6-2.5 6.2-2.8a43.7 43.7 0 0 0-1.7-1.4z'/%3E%3Cpath fill='%23803f1d' d='M336.9 240.4s6 7.7 9.1 10.5c3.2 2.9 6 5 7.2 4.8 1.3-.2-.7-1.7-.7-1.7l-9.1-9-4.7-4.6s-1.8-.7-1.8 0z'/%3E%3Cpath fill='%23202020' d='M338.4 240.4s15.2 15.5 16.4 15.9c2.5.7 6.2-2 6.2-2l-1.3-.7-.2.5s-.7 1.6-4 .9c-3.2-.7-16.6-15.1-16.6-15.1l-.5.5z'/%3E%3Cpath fill='%234d2a15' d='M344 255.3l-5.5-6.4-1.2-2.1-.3-2.7 11 11.1-1.5 1-1.4-.4z'/%3E%3Cpath fill='%23202020' d='M354.1 255.5s-1.3 2-3.2 1.6a5.4 5.4 0 0 1-2.8-1.7L337.5 245l-.3-1.6s11.7 12.3 13.7 12.8c1.6.4 2.7-1.4 2.7-1.4l.5.7z'/%3E%3Cpath fill='%23202020' d='M348.2 255.1s-.5 1.6-2 1.4c-1.6-.3-2-.9-2-.9l-6.6-7.7-.1-2s6.8 9.3 8.3 9.8c1.6.5 2-1 2-1l.4.4z'/%3E%3Cpath fill='%23b07229' d='M341.3 234.9s6.3 5.4 6.8 5.6c.5.3 2.7.4 2.8.7.2.3-1.4 0-1.5.3-.1.4 3.2 3 3.7 3.1.5 0 3.2 0 3.1.4 0 .3-1.8 0-1.9.4 0 .4 2.9 2.7 3.4 2.8.5 0 3.9 0 3.9.4 0 .3-2.7 0-2.7.5.1.6 4.6 3.4 4.4 3.8-.2.4-5.4-3.5-5.5-3.3-.2.2-.4 1.4-.7 1.6-.3.2 0-1.6-.2-2.4-.3-.8-3.4-3.1-3.7-2.9-.3.3 0 1.7-.4 1.7s.1-1.7-.2-2.3a16 16 0 0 0-3.6-3c-.4 0-.1 1.3-.4 1.5-.3.2-.2-1.5-.6-2-.4-.5-7-6.5-6.7-7z'/%3E%3Cpath fill='%234d2a15' d='M330.5 252.3s0 2.4-1 2.8c-1.1.3-3.1-4.4-3.1-4.4l-.5-4.4 3.1 3 1.5 3zm8.4-1.2V250c0-.6-.3-1.5-.3-1.5l-.2-2.4-.6-1.7-.4-1h-.7l-1.7 1.2-.5 1.6.8 3 .8 2.7 1.3.4 1.5-1z'/%3E%3Cpath fill='%234d2a15' d='M336.8 255.3c.3-.1-.4-3.4-.4-3.4l-2-4.8-.5-1.7-1.5-.6-1 1.2.2 1.9s1.5 3.2 2.2 4.3c.8 1.1 2.3 3.3 3 3.1z'/%3E%3Cpath fill='%23202020' d='M335 245a6 6 0 0 1 1.4 2.6s1.3 3.6 1.1 4c-.2.3-1 .3-1 .3s1.8 1.8 2.3 1.6c.5-.2.3-2 .1-2.4-.1-.4-.7 0-1-.5-.1-.4-.8-2.7-.8-4.2v-2.7c.2-.3 1.5 3 1.5 4.7l.6.7-.6-3.2-.7-2.3c0-.2.3-.8.3-1.5v-1s.6.5.9.5c.3 0 .7-.4.8-2 .2-1.5-.1-6-.1-6l-6.8 9 2 2.5z'/%3E%3Cpath fill='%23202020' d='M335 244.3s-.3 2.4.6 4.8l1.3 3c.2.3.2 2.9-.1 3.2 0 0-1.8-4.4-2.4-6.6-.5-2.1-.7-3-1-3.2l-.8-.2 2.4-1z'/%3E%3Cpath fill='%234d2a15' d='M334.4 257c.2 0 0-1 0-1l-.2-2.3-2.4-4.9-2.6-2.3-1.4-2-.2 4s2 4 3.1 5c1.3 1.2 3.3 3.6 3.7 3.5z'/%3E%3Cpath fill='%23202020' d='M324.7 246s.4 1.1.4 1.8v1.4l1.8 3.5c.9 1.5 1.7 3.1 2.4 2.8.7-.4 1-1.5 1-1.7.1-.1-.8 1.3-1.2 1.1a40 40 0 0 1-2.3-6.6l-1-.8a18.4 18.4 0 0 1-1.1-1.4zm7 5.5l-1.7-3.1c-.5-1-1.2-1.7-1.4-1.7-.2 0-.5-2-.5-2s.7 1.3 1.6 1.7c1 .5 1.5.8 2 .7l.2 2-.2 2.4z'/%3E%3Cpath fill='%235c3a1d' d='M327.4 248.3s.5 1.4 1.4 2.7c.8 1.3 2.3 2.9 2.3 2.9s-1.6-1.6-2.5-2.8a14 14 0 0 1-1.4-2.8h.2z'/%3E%3Cpath fill='%23202020' d='M332 246.7s.5-1.2.8-1.3l1.2-.3s-.7-.1-1.2-.8l-1.3-1.3.4 2 .1 1.7zm-.4.4s2 4 2.4 5.5c.5 1.3.4 3.4.4 3.4s-.2-1.5-.6-2.7l-2.4-5c-.1-.3.2-1.2.2-1.2z'/%3E%3Cpath fill='%234d2a15' d='M334.2 244.4l.5-6-.5-2.2-2.7-6s-.1.8-.8.8a6.2 6.2 0 0 1-3.1-1.8 9.2 9.2 0 0 0-.2 4.8l5.3 9.9 1.5.5z'/%3E%3Cpath fill='%238b441f' d='M323.8 248.3s.8 1 1.3 1c.4-.2.3-2.1-.3-3.2-.6-1-7-9.6-8-10.1s7 12.3 7 12.3z'/%3E%3Cpath fill='%238b441f' stroke='%235c3a1d' stroke-width='.1' d='M328.1 244.8c.2.4.6 3.1-.5 3.4-1.5.3-8.5-9.4-9.6-10.7 0 0-4.4-2.8-4.5-3.5-.1-.7 4.7 1 4.7 1l9.5 9 .5.8z'/%3E%3Cpath fill='%23202020' d='M323.8 248.3s-.8-1.3-.9-2.3c0-1-.4-1.5-.4-1.9 0-.3-5.2-7.7-5.7-8.2-.6-.5-2.3-1.4-2.3-1.4a15.5 15.5 0 0 0 .3 2.4s1.6 3 4 5.7a458.4 458.4 0 0 0 5 5.8z'/%3E%3Cpath fill='%234d2a15' d='M331.6 247c.7-.3.4-2.7.1-3.5a458.4 458.4 0 0 0-4.4-9.4l-1.3.4-2.3-1.8-1.4-1.5s.5 2.1.4 3.1v1.6l3.3 5.9 5.6 5.3zm4.7-5.2l1-1.3-.5-4.4-2.8-9.4s-.7.1-1.4-.3c-.6-.4-1.4-1.3-1.4-1.3l.7 5.7 2.9 8 .2 2.3 1.3.7z'/%3E%3Cpath fill='%23202020' d='M327.7 244s-2.8-3-3.7-4.5l-1.7-3s-.8.3-1.8 0c-1-.5-2.2-1.8-2.2-1.8s-.8 1.5 3.2 5.6c4.6 4.6 6.2 3.7 6.2 3.7z'/%3E%3Cpath fill='%238b441f' d='M334.4 245c1.2-.4 1.1-5.4 0-8.7-1-3.3-2.9-6.2-2.9-6.2s2.3 5.4 2.8 7.5c.4 2.2 0 3.7-.4 3.6-.4-.1-.4-1.3-1.3-3.4-1-2-1.6-2.6-1.6-2.6s3.3 8.8 2.3 8.6c-.9-.2-5.3-9.9-5.5-10.2-.2-.2-.4.4-.4.4s4 12.2 7 11z'/%3E%3Cpath fill='%234d2a15' d='M337 221.3l2 4.2.6 4.4.2 3.7s0 7.4-.8 7.6c-1 .1-1.4-.7-1.4-.9a2729 2729 0 0 1-1.7-8.3l-1.7-8.5.6-.6.2-1.2 1.3-.1.7-.3z'/%3E%3Cpath fill='%238b441f' d='M331.6 247c.8 0 0-2 0-2s-.6 1-1.2.3c-.5-.7-1.3-3.1-1.3-3.1l-.5-1.5s-.6 1.6-1.3 1.6-4.6-6.4-4.6-6.4l-.4.6s5.4 11.1 9.3 10.6z'/%3E%3Cpath fill='%23202020' d='M329.1 242.2s.7-1.6.4-3c-.3-1.5-2.2-5.1-2.2-5.1s-.6.1-1.4-.2a9.6 9.6 0 0 1-2.2-1.2 38.3 38.3 0 0 0 5.4 9.5zm3.1-2.3s-.5-3.4-2-6.6c-1.6-3.1-2.6-4.1-2.6-4.1v3.5s1.5.5 2.6 2.4c1 2 2 4.8 2 4.8zm4.3-5.8s-.3-3.7-.8-5.8l-1.2-5s0-.2.3-.4h.6c.8.3 1.1 2.2 1.1 2.2l-.1-3.1-.3-.5h-1.4s.3 1-.1 1.3c-.3.3-.6-.2-.7-.3l-.2.4.4 2-.1 1.7s.5 2.2 1.2 3.5c.6 1.4 1.3 4 1.3 4zm3.3-.5s.6-5.3-.6-8.7c-1.2-3.4-2.2-4.2-2.2-4.2l-.6.6s1.8 3 2.4 5.6l1 6.7zm-5.4 2.7s-.6-4.1-1.3-6.8a82.8 82.8 0 0 1-1-3.6l-1.1-1s.7 2.7.6 3.6l-.1 1.4s.5 1.4 1.3 2.6a25.5 25.5 0 0 1 1.6 3.8z'/%3E%3Cpath fill='%23904720' d='M337.2 242.9c1 0 .1-6-.3-7.5-.4-1.6-3-8.8-3-8.8s3 10.3 2.8 10.8c-.3.8-1.5-3.1-1.7-3-.2 0 2.2 6.9 1.3 7-.8 0-1.3-1.5-1.3-1.5l.1 1.5s.6 1.4 2.1 1.5z'/%3E%3Cpath fill='%23904720' d='M338.5 239.9c.7 0-.2-5.7-.7-8.2l-2-7.5s1.5 3.5 2.3 7.5c.8 4 1.4 9 .6 9.2-.8 0-1.2-.8-1.2-.8v-.9s.3.7 1 .7z'/%3E%3Cpath fill='%23312317' d='M328.8 246.5c0 .4 0 2.4-1 2.2-1-.1-2.9-1.9-3.3-3 0 0 2.2 2.5 3 2.4.8 0 .8-2.5.6-3.2 0-.6.6 1.6.6 1.6z'/%3E%3Cpath fill='%23d2a567' d='M334.1 219.5s1.4.9 2.4.3a4 4 0 0 0 1.8-3c0-.8 0-1.5-.7-2.4-.7-.9 1 .7 1 2.3 0 1.6 0 4.3-2.5 5-2.5.5-1.4-.2-1.4-.2l-.6-2z'/%3E%3Cpath fill='%238f4620' d='M332.1 214.7s1.6 2.6 2.2 5c.7 2.3.5 3.2.2 3.3-.4 0-.6-.3-.7-.9 0-.6-1.7-7.4-1.7-7.4z'/%3E%3Cpath fill='%231e2121' d='M304.1 218l10.6 15.3 13.2-15-8.3-8.6z'/%3E%3Cpath fill='%234d2a15' d='M317.5 208.5l-.6 2.4 1.3 4.1 2.2 2.3 2.5 1.7.6-2 .6-2.2.7-.2 1.6.6 1-1.5 1.8-3.1-.4-1.2-.4-.9-2.7-4.6-.9 1.7-.8.5-1.6-.8-1.8 2.4-2.3-1z'/%3E%3Cpath fill='%235c3818' d='M323 219s.4-.3.6-1.6c.2-1.2.2-4.9-.1-6.4-.3-1.5-1.3-4.4-1.5-4.2-.2.3 1.5 3.3 1.3 7-.3 3.6-.2 4.6-1 5-.7.3.6.2.6.2z'/%3E%3Cpath fill='%235c3818' d='M323.6 212.8s1.7 2.5 2.5 1.6c.9-.9.5-4 0-5.3l-1.2-3 .5-.6.9 3.4c.3 1.4 1.3 5.2.1 6-1.1.6-2.8-1.5-2.8-1.5v-.6z'/%3E%3Cpath fill='%238f4620' d='M317.9 214.6s.6-1 1.4-1c.8 0 1 .3 1 .3l.6 2 1.2 2.2 1 1-.5.6-.9.2-2.5-1.4-.7-1-.6-3z'/%3E%3Cpath fill='%23d2a567' d='M322 236.3c-.8.5-2.7-.5-3.7-1.4l-6.8-6.7-.8-3.2 2.2.6 3.9-1.7.7-1.3 4.6-2.4 2.6-1.4 5.5-.1 1.4-2.7s1.8 3.2 2.1 4.5c.4 1.4.3 5.4-.2 5.7-.5.3-2.3-1.2-2.6-1.3-.2-.1 1.4 5.7 0 6-1.3.2-3.6-2.2-3.6-2.2s1 5.2-.2 5.2a10 10 0 0 1-5-2.6s1.3 4.3 0 5z'/%3E%3Cpath fill='%238f4620' d='M321 229.6l1.1 1.7c.3.4 0 2.9-.2 3.4-.3.9-1.6-1.2-2.3-3l-2.2-3.8c0-.4 3.5 1.7 3.5 1.7zm10.8-12.9s2 8.1 1 8.4c-1 .3-3.6-2.6-4-3l-4-6.4-.8-.8.2-.4 1.7.6 6 1.6z'/%3E%3Cpath fill='%238f4620' d='M317.9 232.3c-.4.3-1.3-1-1.7-1.4l-3-3.3a11.5 11.5 0 0 1-2.2-2.5c0-.3-.8-1.1-.8-1.1l.7-1h.9s5.4 4.2 5.7 5c.4.6.6 4.1.4 4.3zm8 0c-.2.3-3.7-2.3-5.2-4.4-1.5-2.2-3-4-3.5-5l-.6-1.9 1 .2s8.8 10.8 8.4 11.2zm1.3-3.7c-.2.3-1.7-.9-2.7-2.1-1-1.3-.4-2.9-.4-2.9s3.3 4.8 3.1 5zm2-.5c-.5.3-2.5-2.2-4.2-5-1.3-2-1.6-2.3-1.8-2.5-.5-.3-1.4-.4-1.4-.4l-.2-.3 1-.2.6-.8 1-1.3 4.3 8.5s1 1.9.7 2z'/%3E%3Cpath fill='%23ab6d29' d='M318.3 234.9c0 .3 0 .6-1.2.5a21 21 0 0 1-9.9-7.8l-3-5 1.1-1.4 9.6 11 3.4 2.7z'/%3E%3Cpath fill='%238f4620' d='M318.3 234.9c0 .5-.5.6-1.1.5-.6-.2-3-1-6.9-5.3a33.3 33.3 0 0 1-5.3-7.4l-.2-1.8 1.2-.5 6.5 10 5.8 4.5z'/%3E%3Cpath fill='%234d2a15' d='M324.6 230.6s-2-1.5-3.2-3a24 24 0 0 1-3.8-5.7c.1-.7 1.2-.7 1.2-.7v-1.8l.2-.6 1.9.8 2.3 2.9.9 1.1s1.5 3.7 1.2 4c-.3.3-2.4-2-2.7-1.7-.3.3 2.4 4.4 2 4.7zm-3.7-1s.7 1 .4 1.7c-.3.7-.5 1-1.5-.4a16 16 0 0 0-2.3-3c0 .1.1 2.3-.3 2.3-.5 0-2-1.9-3-3.3l-2.5-3.9v-2l-.1-2.5.3.9.4.7 3.6 4.2 1-.7 2.1 4 2 2zm-13.5-6.1s2.8 4.8 5.3 7.5a17.4 17.4 0 0 0 5.6 3.9l-8.4-9.9-2.5-1.5zm21.2 2.8a12 12 0 0 1-3-3.4c-1-1.6-1.9-4-1.8-5 0-1 .4-3.4.4-3.4s2.8 3 3.4 4.3c.5 1.4 1.7 3.3 1.4 3.5-.2.2-2.1-1.3-2.4-1-.2.4 2.3 4.8 2 5zm3.2-3c-.3.1-1.8-1.6-2.1-2.6a14.8 14.8 0 0 1-.6-3.2l-1.2-3v-3.3l1.4-.2 1.9 2.7s.7 1.5.7 3.7c0 2.3.3 5.6 0 5.8zm-22.5 8a41.8 41.8 0 0 1-4-6l-1-2.9.5.4s.8 3.2 4.7 7.1c4 4 4.9 4.2 4.9 4.2s.7 2.2.4 3c0 0-2.9-2.6-5.5-5.7z'/%3E%3Cpath fill='%23202020' d='M313.6 235.9s-3.4-3-6-6.4a46.6 46.6 0 0 1-4.4-6.6l1.2-1a46.3 46.3 0 0 0 9.2 14zm4.7-1l-6-6.1c-2-2.2-3-4.4-3-4.4l1.6.6s.7 1.7 2 3.5l5.4 6.4zm-.8-7s-2.1-2.6-3.1-4.2l-2-3.8s2.8 3.3 3.6 3.5c.9.2.9 0 .9 0s-.4 1.2-.1 2.2l.7 2.3zm.9-10.6s.3 1.9.1 3c-.2 1-.8 1-.8 1a15.7 15.7 0 0 0 4 4l-1.8-2.7c-.5-1-1.3-2-1-2.8.4-1 2.1.6 2.6 1l2.6 2.8s-.8-2.5-1.8-3.4a53.6 53.6 0 0 0-4-2.9z'/%3E%3Cpath fill='%23202020' d='M327 222.8l-1.7-4.2-1.6-5.2v2.8c-.1 1.2-.5 3-1 3.3-.6.2-.7.3-1.7 0-1-.2.7.5.7.5s1 0 1.4-.5c.4-.5.5-1.5 1-1.4.4.2 1 1.7 1.3 2.4l1.6 2.3z'/%3E%3Cpath fill='%23202020' d='M323.7 213.4s2 2.3 3 1.3c.8-1 .3-4 .3-4s1.2.5 1.6.2c.4-.4.2-1.5.2-1.5s2.3 3.2 3.3 5.3c1.1 2 1.6 5.8 1.6 5.8s-1.8-3-2.7-5.8c-.9-2.6-2.1-3.8-2.3-3.5a5.3 5.3 0 0 0-.3 3c.2 1 1 2.1 1.5 3.5l1.1 3.4-1.6-2.5c-.7-.8-1.3-1.2-1.7-1.6-.4-.4-1-1.2-1.7-1.4-.6-.3-1.8-.9-1.8-.4s-.3-1-.3-1l-.2-.8z'/%3E%3Cpath fill='%23171717' d='M316.8 223.3a27 27 0 0 0 4.2 6.3s-2-1.8-2.8-3a15.5 15.5 0 0 1-1.4-3.3z'/%3E%3Cpath fill='%238f4620' d='M330.2 223.9c-.3 0-1.3-.3-1.4 0 0 .4.6 1.8 1.3 2.5.7.7 1 .7 1.1.6.2 0 0-.7-.2-1.4v-1.7c-.1-.3-.8 0-.8 0z'/%3E%3Cpath fill='%23d2a567' d='M306 209.4l-1.3.7-1.4 3 .4 5.3 2.1 3c.8 1.2 3.5 4.2 4.2 4 .7-.2 1.4-2.3 1.5-3.4l.2-3.2 1.8 2.3c1.1 1.3 2 2.4 2.6 2.3.5 0 2-3.2 2-3.6.1-.4-3.8-10-3.8-10l-1.8-1-6.6.6z'/%3E%3Cpath fill='%23ab6d29' d='M314.8 217.4l1 3.7c.5 1.2 0 2.3.3 2.3.2 0 2.3-2.7 2.3-4 0-1.2 0-2.5-.5-6.3s.2-5 .2-5l-1.2-1-2 4.2-.1 6.1zm-7-2.2l.7 5c.3 1.2 1 3.3 1.4 3.2.4 0 1.6-3.3 1.7-4.4 0 0-.9-1.6-.8-5.5 0-4-.4-4.4-.4-4.4l-2.6 6.1z'/%3E%3Cpath fill='%2345392d' d='M302.5 207.5s-3.1 4.6-3 7c0 2.5.4 2 1.1 4.2.7 2.3 1.1 5.6 1.2 5.9 0 .2.5-.2.5-.5l.2-16.6z'/%3E%3Cpath fill='%23ab6d29' d='M302.5 208s-2.7 4.3-2.5 6.6c.2 2.3.5 2.3 1.3 4.4.8 2 .8 5.4.8 5.4s1-.2 1.9-.9c1-.7 1.8-2.1 1.8-2.1l-1-2.1a8 8 0 0 1-.6-2l-.8-1 .2-4.1.7-3v-1l-1.8-.1z'/%3E%3Cpath fill='%23dbad6c' d='M317.2 215.3s-1.3-.3-1.9-.6c-.6-.3-.8-1.1-.8-1.1l.4-.8 2.3 2.5z'/%3E%3Cpath fill='%23d2a567' d='M303 208.5s-2 4.3-1.7 7.2 1.9 6.6 2 6.7c.2 0 0-.3.1-1v-8.7l.9-2.8v-1.5l-1.3.1z'/%3E%3Cpath fill='%238f4620' d='M307.8 209.5s.3 1.2.1 1.8c-.2.5-1.2 1.2-1.6 2-.5.8-1 2.8-1 2.8s.4-1.1 1-1.8c.7-.7 1-1.2 1-.8.2.4.4 2 .3 2.3-.1.3-.7.8-1 2-.4 1.3 0 2.4 0 2.4l.5-2.2c.2-.6.7-1 .7-1l1 2.4s0-1.1.3-2c.1-.8 1-2 1.3-2 .3 0 .8-.1-.3-.7-.4-.2-.1-4.2.1-4.4.3-.2 1.9-.2 1.7-.8a11 11 0 0 0-1.6-2.2c-.1-.1-2.5 2.2-2.5 2.2z'/%3E%3Cpath fill='%23dbad6c' d='M317 218.1l-1.5-.3c-.5 0-.6-.6-.6-.6l.2-.6 1.2.7.7.8z'/%3E%3Cpath fill='%238f4620' d='M304.4 218.6c0 .4-.3.9-.5 1.5-.3.7-.4 1.6-.4 1.6l-.4-3.3-.3-2.4c-.2 0-.7.7-.7.7s0-1.6.3-2.3c.3-.7.5-1.8.3-2-.3-.1-.8.3-1 .7a30.8 30.8 0 0 0-.8 1.3s.3-1.3.6-1.9c.3-.5 1.8-2.2 2-2.8.4-.7.4-1.4.4-1.4h1s1 .8 1 1.5c0 .4-1 .9-1 1 0 0-.8-.1-1 3.2-.2 3.4.6 3.2.5 4.6zm9.4-8.7s.2 1.8 0 2.4c-.2.6-.7 1-1.1 1.8-.4.7-.4 2.4-.4 2.4l.5-1.4.7-1c.1 0 .6.7.8 1.7l.8 2.5s-.2-1.2.1-1.2.5-.1.9.2l.9.8s0-.5-.7-1.1c-.6-.7-1-.6-1.1-1.5-.2-1-.3-1.8-.2-2.2 0-.3.5.3.9.7l1.5 1.4-.7-1v-3c0-1 0-1.9.4-2.1.3-.3.4-1.6.2-1.8-.1-.2-3.5 2.4-3.5 2.4z'/%3E%3Cpath fill='%231e2121' d='M324.6 206.1a23.7 23.7 0 0 0 1.5 7.1s-1-2-1.6-3.6-.9-3.5-1.3-3.6c-.4-.2-1 .8-1 1.5s.5 3.3 1.1 4.2c.6 1-1-1.2-1.3-2.3l-.7-2.2s-.4 1-.3 2c.2 1.1 1.1 2.7 1.1 2.7l-1-1-.6-.7s0 1.5.4 2.1l1.2 1.7-1.3-1-.4-.8s.2 2.1.6 3.3l1.5 3s-1.2-1-2-2.9c-.8-1.8-1.2-7.3-1-8.1l1.1-1.9c.6-.8 1.3-4.7 1.3-4.7s.9 3.6 1.5 4.3c.6.7 1.2 1 1.2 1zm-8.6-1l.8 1.3.6 1s-1 1.1-2.3 2c-1.2 1-2.8 2-3.1 1.5-.4-.5-.4-1-.4-1s1.4-.8 2.4-1.8a6.6 6.6 0 0 0 1.6-2.2c.2-.6.5-.9.5-.9zm-10.9 3.5s.2 2.2 1.2 2.2c.9 0 3.7-2.9 3.9-3 .2-.1.4-.8.4-1l-.2-.8s-3 3-4 3.2c-.9 0-1.3-.6-1.3-.6zm.1-3l-.3 2c0 .5.2.9.2.9s-2.2.7-2.5 0c-.4-.6-.1-1.6-.1-1.6h1.5c.6-.2 1.2-1.3 1.2-1.3zm20.3-3.1l1.5 3.2 1.4 2.8s-1.4-1.7-1.9-2l-1.2-1 .2-1.1v-2z'/%3E%3Cpath fill='%23dbad6c' d='M302.1 207h1.3c.5 0 .8-.2.8-.2l.9-1.2s-.5 1.4-.2 2.5c.3 1 1 1.1 1.2 1.1a4 4 0 0 0 2.2-1.1c.9-1 2.1-1.9 2.1-1.9s-.3 1.3.2 2.7c.5 1.3 1.2 1.3 2.2.4 1-.8 2-2.2 2.6-2.8l.7-1 1.1-1 1-5.4-.5-.7-1.4.7-1.7-.7-.5-.7-1 1.7-1 .6-.5.1-1.2.3-.5-1.1-.3-.8-.6-.3-2.4 2.5-1.4-.1-1.3 2.2-1 1.3-1 2.4.2.5z'/%3E%3Cpath fill='%238f4620' d='M313.9 201.5s.2 1.3-.5 3.6-1.6 3.9-1.6 3.9 2.4-1.5 3.6-4.2c1.1-2.6.9-5.7.9-5.7l-2.4 2.4zm3-2.5s.2.4 0 2.4l-.8 4 .6 1.2c.4.7 1.2 1.8 1.7 1.6.6-.2 1.6-.9 2.2-2.2.6-1.4 1.1-2.7 1.4-2.9.2-.2.3.1.4.2 0 .1.3 1.3.9 1.8.5.5 1.3 1.3 1.6 1 .4-.2.8-.9.7-1.2l-1.3-4-1.6-4-1-1.6-2.8.3-2 3.4z'/%3E%3Cpath fill='%23ab6d29' d='M321.7 195.3s.8 1.7.9 3.6c0 1.8-.4 3.8-.4 3.8s.2-2.3 0-3.7c-.3-1.4-.7-2.3-.7-2.7l.2-1z'/%3E%3Cpath fill='%234d2a15' d='M325.6 202.6v2.3c-.2.8-1.3-.5-2-3-.6-2.5-.5-3-1-4.3l-.9-2.2 1.5-.3 2.4 7.5zm-7 4.6s2.8-1.5 3.1-6.2c.2-2.1-1.2-5.7-1.2-5.7s0 3.8-1 6.2a60.9 60.9 0 0 1-1.9 4s.7-.2 1-.6l.8-1.1s.1.7-.1 1.6l-.6 1.8zm-2.3-8.1s-.1 1-1.3 2c-1 .9-3.1 1.9-3.1 1.9s1.5-1.4 2-2.6c.6-1.2.1-2 .1-2s-.2.6-.8 1.1c-.6.5-1.6.6-1.6.6s0-.6.7-1.3c0-.1 0-.4.2-.7.3-1 1.1-2.3 1.1-2.3s.7 1.4 1.3 2l1.4 1.3z'/%3E%3Cpath fill='%231e2121' d='M324.7 193.6a17.6 17.6 0 0 0 .9 9s-1.4-2.2-1.7-3c-.4-1-.4-2.3-.7-3a3.2 3.2 0 0 0-1-1c-.3-.2-1-.1-1-.1s.8-.4.8-1.1v-1l1.4.3h1.3zm-6 9.8s1.4-2 1.8-4.6c.4-2.6 0-3.5 0-3.5s-.6 0-1.1-.5c-.5-.5-1.3-1.8-1.3-1.8s.2 1.4 0 3c-.4 1.6-1.8 3-1.8 3s.8.4 1.4 0c1.5-.9 1.4-2.5 1.4-2.5s.3.2.3 2.2-.7 4.7-.7 4.7z'/%3E%3Cpath fill='%238f4620' d='M301.2 206.9c-.3 0 1-2 1.8-3.4l2.1-3.4s.3.3.8.3a3.6 3.6 0 0 0 2.4-1.7 7 7 0 0 0 1-2.5c0-.3-.1 1.8 1 3 1 1.1.9 1 1.3 1 0 0 0 1.4-.4 2.7l-.8 3.3s.2-2.5-.3-3.2c-.4-.8-.6 0-1 1-.3.9-1.1 1.5-1.1 1.5s.6-1.1 1-2.3c.4-1.2.2-1.2 0-1.2 0 0-.2-.1-.6.4-.5.5-.9.6-.9.6s.5-.4.7-1a6 6 0 0 1 1-1.8c.2-.3.4-.7.4-1 0-.2 0-.7-.2-.7s-.5.3-1.4 1.2l-1.3 1.3-.9 2.6a17 17 0 0 1-1 2.8l-.6.4.9-2.4 1-3.4c-.2-.3-.7-.3-.8 0l-2 2.8c-1 1.4-1 3.1-1.2 3.2l-1-.1z'/%3E%3Cpath fill='%23874f20' d='M325.7 192.1c0 .2 0 1.2-1 1.5a3.5 3.5 0 0 1-2.3-.2c-.2 0-.2-1.4-.2-1.4l3.5.1z'/%3E%3Cpath fill='%23b27129' d='M306 195.4s-.2.9-.8 2c-.5 1.2-1.4 2.2-1.3 2.4 0 .1.6.7 1.4.6.8 0 1.1-4.8 1.1-4.8l-.1-.2h-.3z'/%3E%3Cpath fill='%23dbad6c' d='M318.4 192.7s-.3 6.4-2.1 6.4-2.7-3.2-2.7-3.2-.1 4.3-2.4 4.3c-1 0-2.1-3.4-1.9-4 0 0-.4 2.3-1.5 3.2-2.2 1.7-3.5.9-3.6.6 0-.3 1.8-2 2-4.6 0 0 .4.1 1-.6s.7-1.6 1.3-1.5c.5.2 3-1 3-1l1.4-1.7s.2.5 1.2-.2a3.6 3.6 0 0 0 1.3-1.7l2.7 2.3.3 1.7z'/%3E%3Cpath fill='%23b27129' d='M311.4 186.6l2.7 3.8.6-.5c.4.5.6.9.4 1.2-.4 1-1.3 2.3-.5 3.7 0 0-.3-.8.1-1.8s.7-1.4 1-1.3c.2 0 .6 5.8 1 5.8.3 0 .9-2.7.9-4.5 0-1.8.3-.3.5 0 .2.4 1.8 3 3.1 2.6 1.4-.4 1.2-2.8 1.2-3.3 0-.6-1-3.7-1-3.7l-6.1-3.9-.5 1.6c-.3 1-3.4.3-3.4.3z'/%3E%3Cpath fill='%238f4620' d='M320 186s.4.4 1 1.9.7 6.4-.1 6.4c-.8 0-2.3-1-2.6-1.6-.3-.7 0-3.1-.4-3.8a8.1 8.1 0 0 1-1.2-2.7l.1-2 1.4-.5 1.9 2.3z'/%3E%3Cpath fill='%234d2a15' d='M319.6 184.5l2.6 3.9 2.3 3.3 1.2.4a2.5 2.5 0 0 1-3.2.5c-.9-.5-.4-2-1.5-4.5-1.2-2.5-3.2-3.6-3.2-3.6l.7-.7 1.1.7z'/%3E%3Cpath fill='%231e2121' d='M318.2 182.4s2.3 1.5 3.1 3.2c.9 1.7 1.3 2.7 2.3 4.3 1 1.6 2.1 2.1 2 2.2 0 .1-.7.3-1.2 0a4.7 4.7 0 0 1-1.4-1.6 35 35 0 0 0-2.4-4.2c-.5-.7-2.3-2-2.3-1.9 0 .1.5.5 1.5 2.1a7 7 0 0 1 1.2 3.1l-1.1-2c-1-1.5-2.8-3.3-2.9-3-.1.2 1 1.9 1.5 2.9l1.3 3.3-1.8-3c-1-1.5-1.2-1.3-1.6-1.8l-1.4-1.8s1 .3 1.8-.3c1-.6 1.4-1.5 1.4-1.5z'/%3E%3Cpath fill='%238f4620' d='M312.3 186.7s1.5.3 2.3.2h1.1s.5.6.5 1.4c0 .7-.5 2.1-.8 2.2-.2 0-.2-1.3-.5-1.8l-2.6-2z'/%3E%3Cpath fill='%23b27129' d='M313.1 190.6s.5 1.6.1 3.9c-.4 2.2-1.7 4.6-2 4.6-.3 0-.2-2.6-.4-4a38.8 38.8 0 0 0 0-.4l-.5 1.6.4-2.6-.1-.8 1.6-2 .9-.3z'/%3E%3Cpath fill='%238f4620' d='M310.3 192.3c-.5.5-1.2.4-1.8.6-.6.2-.9 1-.9 1s.5-.3.7-.2c.3.1.5.1.1 1.2-.5 1.1-2.2 3-2.1 3 0 0 2-1.5 2.5-2.5.7-.9.6-1.4.8-1.8 0-.3.8-.7 1-.7.1 0 .5 0 .6.7l.6 2.6.8-2.6c.2-1 .2-2.9.2-2.9l-.6-.1c-.5-.1-1.5-1-1.5-1s.2 2-.5 2.7z'/%3E%3Cpath fill='%23dbad6c' d='M318.3 180.8s.6 1.5-.7 2.6c-.4.3-.7.5-1.4.6a4.5 4.5 0 0 1-1.7-.6l-4-1.6-2-.6-1-.3.2-1.1h3l3 1.2 1.3.5 1.1.2h.9l.7-.2.4-.3.2-.4z'/%3E%3Cpath fill='%23ab6d29' d='M318.3 180.8c0 .3-.3 1.1-.6 1.3-.3 0-.8.3-2 0-1.1-.2-2.3-1-3.6-1.3-1.3-.4-2.3-.7-3.3-.7s-.5-.4-.5-.4 2.3-.3 4.3.5c2 .7 2.9 1.2 4 1.2 1.4 0 1.7-.6 1.7-.6z'/%3E%3Cpath fill='%234d2a15' d='M307.6 179.6h.9c.4 0 .7-.3.7-.3s0 .5-.2.7c-.3.2-1 .1-1.2.1l-.2-.5z'/%3E%3Cpath fill='%23dbad6c' d='M315.3 184.4s1.3 1.3 1 2.4l-2.7-1.2-4.2-1.7-2.3-.7-.3-.4.6-.8.2-.8 2.8.4 3 1 1.9 1.8z'/%3E%3Cpath fill='%23dbad6c' d='M312.4 186.3s2.4 3.1 1.8 4.1l-5.6-3.5-2 3.3-4.7-2.3s3.8-3 4.2-3.5l.5-.7 2 .4 3.4 1 .4 1.2z'/%3E%3Cpath fill='%23ab6d29' d='M311 181.6s2 .5 3.3 1.2c1.3.6 3 .8 3 .8s-.6.7-2 .8c-.4 0-1.4-.8-2-1.3-.7-.4-2.6-1-2.6-1l.3-.5z'/%3E%3Cpath fill='%234d2a15' d='M307.6 180.6s1.4.3 2.2.7c1 .3 1 .2 1.2.1.3 0 .3-.2.3-.2s.2 1-.5 1-1-.3-1.8-.7c-1-.4-1.5 0-1.5 0v-1z'/%3E%3Cpath fill='%23ab6d29' d='M315.4 186s1 .7.9.9c-.2 0-.7.3-1.6.4a3.4 3.4 0 0 1-2-.4c-.6-.2-1-1.3-2.5-2a18 18 0 0 0-2.8-.9l-1.3-.2 1-.4 3.2.6 2.8.9 1.7.8.6.4zm-5.4 2l.6 2.6-.4 1.5-.8.6-.8-.3-.3-.5s.4-.6 0-1.1c-.3-.6-2-1.2-2-1.2s.7-1.3 1.4-1.6c.8-.3.4-1.2.4-1.2l1.9 1.2z'/%3E%3Cpath fill='%234d2a15' d='M306.8 182.8s.5.4 1.5.5c.5 0 1.3.2 2.2.5l1-.3-.5.4c.9.2 2 .7 2.5.9a5.8 5.8 0 0 1 2 1.3l-2-1a17.4 17.4 0 0 0-3-.9c-2-.3-4-.2-4.3-.4-.4 0 .1-.1.4-.3.2-.2.2-.7.2-.7z'/%3E%3Cpath fill='%23ab6d29' d='M314 189.8s.7.7 0 .9c-.6.2-2.4.2-3.2-.7l-.6-1.2a14 14 0 0 0-2.4-1.7c-.7-.5.3-.5.3-.5l3.6 1.5a13 13 0 0 1 2.3 1.7z'/%3E%3Cpath fill='%234d2a15' d='M314 189.9s-1.2-1.8-4.9-3.3l1.2-.2h-2a24 24 0 0 0-.8-.3c-2-.6-2-.6-2.2-.8-.1-.3-.4 0-.6.3l-.7 1a5 5 0 0 1 2.5-.1c1.1.3 1 .7 1 1-.1.5-1.4 2-1.3 2.1.2 0 1-1.5 2-1.3 1 .3 1.2.8 1.2.8s0-.6-.2-.8c-.2-.2-1.3-1.3-1-1.3.3 0 1.6.3 3.3 1.2 1.8.9 2 1.1 2.6 1.7z'/%3E%3Cpath fill='%23dbad6c' d='M308.1 187s2.8.8 2.7 3.8c-.1 3-2.3 2.4-2.5 1.3-.2-1 .3.5 1 .4.9-.2 1-1 1-2.2 0-1-.3-1.6-1-2.2a12 12 0 0 0-1.2-1z'/%3E%3Cpath fill='%236c3f18' d='M296 179.9s.4.2-.4 2.3c-.8 2.1-1.3 2.8-2.5 4.2-2.2 2.4-3.2 2.5-3 3.5.3 1 1.1.8 1.3.8.2 0 4.3-6 4.3-6l.9-3.5-.2-1-.3-.3z'/%3E%3Cpath fill='%23dbad6c' d='M306.1 175.6s1.2 1.8.8 5c-.3 3.4-4.7 6.3-4.7 6.3l-6.4 4.4-2.7-.2h-.8c-.4-.1-.8-.5-.9-.5l-.5-1.2.9-1 2.3-2.3 1.4-2s.7-1.3.8-2.5c0-1.1-.2-1.7-.2-1.7l.5.8.3 1.8-.2 2 1.6-1.2 2.2-1s.7 0 1-1.3c.5-1.2.9-3 .9-3.8l-.1-1.8h.3c.2 0 .7 1.2.7 1.7l.4 2.8 1-1 1-1.5c.2-.5.4-1.3.4-1.8z'/%3E%3Cpath fill='%23904720' d='M306.8 192.2s.5.4.3 1.6c-.2 1.2-1.1 1.8-1.6 1.8V194l-1.4-1.2-1.5-.4.3-.3c.1-.2 1.7-.8 1.7-.8l2.2.9z'/%3E%3Cpath fill='%23ab6d29' d='M305.7 192.2s.5.4 1.2.3c.7-.2 1-1.3.6-1.8-.4-.4-.2 1-.7 1.3-.4.1-1-1.2-1.5-1.3-.7-.1-1.6.3-1.9.7-.2.4 1 0 1 0l.7.3h.5l.1.5z'/%3E%3Cpath fill='%23904720' d='M296.5 187.6s.8.3 1.7.1l3.1-1 1.8-1.3c.7-.7 3.1-2.2 3.4-5.1.2-3-.4-4.7-.4-4.7s3.5 3.8.5 8.2c-2 2.8-3.8 3.7-3.8 3.7s3.4-1 3.7-.2c.3.8-.1 2-.2 2.3 0 0 1.9.4 2.2 1.4.1.6-2.2-.7-4-.2-1.8.4-2.5 1.4-2.5 1.4s-.4-.5-2-.5c-1.5 0-2.2.7-3.1.7-1 0-3.7-.6-4.2-1.4l1.8-2.2c.8-1.6 2-1.2 2-1.2z'/%3E%3Cpath fill='%23ab6d29' d='M303.8 179.7s1.3-1.3 1.8-2.3c.4-1 .5-1.8.5-1.8s.2 1-.6 2.3-1.7 2-1.7 2v-.2z'/%3E%3Cpath fill='%23904720' d='M303.4 176.7s1.1 4.4 0 6.1c-1.3 1.8-6.5 4.1-6.5 4.1s4-2.1 5.2-4.6 1.1-4.5 1.1-4.5l.2-1z'/%3E%3Cpath fill='%231e2121' d='M298.2 187.7s1.7 0 2.6-.6c1-.5 2.3-1.7 2.3-1.7s-1.2 1-1.6 1c-.3 0-.6-.5-.5-.9 0 0-.3.8-1 1.4-.8.5-1.8.8-1.8.8zm3.9-5.4s1.4-1.4 1.4-4.4c0-3-1.2-2.5-1.2-2.5s1 .7.7 3c-.2 2.3-1 4-1 4zm1.7.3s1.6-.3 2.1-1.3.6-2.7.6-2.7-.2 1.7-.7 2.3c-.4.6-2 1.7-2 1.7zm-1 9.5s.8-1.5 1.9-1.1c1 .4 1 1.2 1 1.2s-.4-.6-1.2-.7c-.7 0-1.6.6-1.6.6zm-2.9-2.7l3.7-1 3-1s-1.2 1.3-3 2.3c-1.6 1-3 1-3 1s3.2-1.4 3.4-2c0 0-3 .9-4 .7z'/%3E%3Cpath fill='%23fff' d='M296.2 185.8a2.6 2.7 67.8 0 1-3 4.4'/%3E%3Cpath fill='%23f16e16' d='M296.1 186.1a2.3 2.4 67.8 0 1-2.7 3.8'/%3E%3Cpath d='M295 187.4a1 1 0 1 1-.8 1.4'/%3E%3Cpath fill='%23d5d3ca' d='M295.2 188.6a.3.3 0 1 1-.6-.1.3.3 0 0 1 .3-.3.3.3 0 0 1 .3.4z'/%3E%3Cpath fill='%23ab6d29' d='M296.8 184.2s1.6-1.5 1.9-3.5c.3-2 .1-3.2.1-3.2l.9 1 .3 1.4-.5 2.6 1.6-.8c.6-.8 1.5-4.2 1.2-6.3 0 0 .4 1-.2 3.8-.6 2.9-1 3.2-3.2 4.4a9.6 9.6 0 0 0-3.8 4.2 19 19 0 0 1-2.3 3l1.6-2.6c.8-1.8 1.7-2.8 1.7-2.8l.7-1.2z'/%3E%3Cpath fill='%23904720' d='M296.1 185.4s.7-2 .7-3.1-.7-2.4-.7-2.4 1-.1 1 2.2c.1 2.4-.4 2.6-1 3.3z'/%3E%3Cpath fill='%234d2a15' d='M299.2 182.8s.7-1.7.7-3c0-1.1-1-2.3-1-2.3s1.1.3 1.2 2.4c.1 2.2-.2 2.2-1 3z'/%3E%3Cpath fill='%23ab6d29' d='M292.1 191s-.6-.8-.5-1.3c0-.6 0-.7 1.4-2.2a13 13 0 0 0 2.5-3c.3-.9 1.5-3 .6-4.6 0 0 .6 2.4-.8 4.3a15.7 15.7 0 0 1-3.3 3.7c-1.1.8-1.3 1.2-1.2 1.7 0 .5.1 1 .3 1 .4.3 1 .3 1 .3z'/%3E%3Cpath fill='%236c4119' d='M305.5 195.6s.3 0 .5-.3.2-1-.3-1.6a3.3 3.3 0 0 0-1.7-1.1l-2-.4s.4.8 1.3 1.3c.4.2 1.2 0 1.6.4.5.4.6 1.7.6 1.7z'/%3E%3Cpath fill='%236c4119' d='M305.5 195.6s1.5-.5 1.6-2l-.1-1.2s.2.5.8.7l.6-.2s-1 2.8-3 2.7z'/%3E%3Cpath fill='%23bf802d' d='M294.8 195.3l.8.8.9 1 3.7-1 1.2-1.2-1-1.6h-2.7l-3 2z'/%3E%3Cpath fill='%23f9c83a' stroke='%238f4620' stroke-width='.4' d='M303.8 194l-.7-.9-.7-.6c-.6-.3-2.8-.3-2.8-.3l-1.6.3s-.5.5-1.3.3a22 22 0 0 1-2.6-1l-1.9-.7s-1.3-.6-1.6-.5c-.3.1-1.5 1.3-1.5 1.3s-.2.7.3.7c.4 0-.7.2-.7.2s-2.8 1.6-3.2 4.4c-.5 2.7 4.6 6.8 6.5 4.7 0 0-2.8-2-2.2-3.7.5-1.7 1.8-2.8 4-3 2.1 0 2.3-.3 3.2-1 1-.6 2.7-1 4 .3 1.3 1.4-5 2.7-5 2.7l.7 1s7.7-2.7 7-4.1z'/%3E%3Cpath fill='%23fcf3d8' d='M289.4 200.7s-3.1-.8-2.9-3.7c.3-2.8 3-3.9 3.4-4 .4-.2.3-1.6.8-1.8a2.4 2.4 0 0 1 2 .5l1.4.8s-5.5 2.4-5.5 5.6c0 2.1.8 2.5.8 2.5z'/%3E%3Cpath fill='%23fdeaaf' d='M303.8 193.8s-.4.2-.5 0c-.6-1-2-1.4-3-1.3-1.5 0-2.4.5-3.4.5s-.7-.1-1.8-.2c-1.1 0-3.5-1.8-4-1.6-.6.2-.8.8-.8 1.1.1.4-1 .4-1 .1-.2-.2.7-1.7 1.7-1.7 2.6 0 4.6 1.7 5.8 1.7 1.3 0 1.7-.7 3.4-.7s3.5.8 3.6 2z'/%3E%3Cpath fill='%23513625' d='M295.2 195.8s1.3-.2 2.2-.6l2.2-.8-2 1.2-2 .5-.4-.3z'/%3E%3Cpath fill='%23f9c83a' d='M290.8 202.3c-.2 0-1.3 0-3-1.1-1.8-1.2-2.3-3.2-2.3-3.2s-.4-1.9 1.4-3.8c1.8-1.9 2.1-1.3 2.2-1.2.1 0 0 .1 0 .1l-1.7 1.3-.7 1.3-.7 1.2v1.4l.8 1.5 2.5 1.5 1.5 1z'/%3E%3Cpath fill='%238b5122' d='M289.8 191.4v-.2.3-.3.3-.3l-.3.2h.2v-.2l-.2.2.2-.2h-.2a.3.3 0 0 0 0 .2l.2-.2h-.2.2-.2.2-.2.2l-.2-.1.2.1-.2-.1-.1.1a4.6 4.6 0 0 0-.4.5l-.2.6v.1c0 .3.2.5.4.6h1.4a.3.3 0 0 0 .1-.4.3.3 0 0 0-.3-.2l-.7.1a.8.8 0 0 1-.3 0v-.2a.5.5 0 0 1 0-.2 3 3 0 0 1 .3-.5l.2-.1v-.1l.1-.2a.3.3 0 0 0-.3-.2.3.3 0 0 0-.2.3.3.3 0 0 0 .3.2z'/%3E%3Cpath fill='%23f9c83a' d='M295.1 194.1l-3.8 1.1c-.3.2 1.2 0 2.4 0l1.3.1.9-.2c1.4-.5 4.4-1.6 4.7-.3.2 1-4.1 2-4.1 2v.5l3.4-.9 1.9-1 .5-.9-1.7-1.2H298l-1.2.3-1.7.5z'/%3E%3Cpath fill='%238f4620' d='M289.7 199.5c.3.8.9 2 1.6 2.3 0 0 .1 0 0 0 0 .1-.5.5-1.7.1-1.2-.3-3-.7-4.1-4v.7l.7 1.3 1.1 1.2 1.9 1.1 1.2.3 1-.2.6-.4-1.1-1-1.4-2.3.2 1z'/%3E%3Cpath fill='%23fcca3d' d='M302.1 232.6v1.2h-.7v-1.5zm-4.7-34.4l-1.2-1.4-.8.1 1.2 1.8z'/%3E%3Cpath fill='%23816c2a' d='M302 235.5l-1.7-1a10 10 0 0 0-2.4-.6v.3h.2l2.1.6a14.3 14.3 0 0 1 1.7 1l.1-.3zm0-3.1h-3a4 4 0 0 0-1.3.7l.1.2a3.8 3.8 0 0 1 2.6-.7 23 23 0 0 1 1.4.1v-.3zm-.4-2.7l-2.6 1.4-1.6 1.2.2.2.5-.4a16.5 16.5 0 0 1 2.6-1.6l1-.5-.1-.3zm-1.7-2.7s0 .7-.3 1.2a8.6 8.6 0 0 1-.6.8 86.3 86.3 0 0 1-2.5 2.6l.2.3a220.4 220.4 0 0 0 2.5-2.7l.7-.8c.3-.6.3-1.3.3-1.4h-.3zm-2.1-1.2a4.2 4.2 0 0 1-.2 2.2l-1 2.2-.4.9-.2.3.2.2s1.3-2.2 1.7-3.5c.2-.5.2-1 .2-1.5a4 4 0 0 0 0-.9h-.4zm-2.1-.3a8.7 8.7 0 0 0 0 1.2c0 .6 0 1.2-.2 1.7l-.7 1.8-.3 1 .3.1 1-2.8c.2-.5.2-1.2.2-1.8v-1.2h-.3zm-1.6 0v1.2l-.3 2a52.2 52.2 0 0 0-.5 2.5h.3l.2-.8.3-1.7c.3-1 .3-3.2.3-3.2h-.3zm-1.8.3a13 13 0 0 0 0 2.9 14 14 0 0 0-.4 2.5h.3a23.3 23.3 0 0 1 .4-2.4l.1-1.4v-1.6h-.4zm-1.3.2v.2a9 9 0 0 1-.3 2.2l-.6 1.9-.2 1h.3l.8-2.9a8.9 8.9 0 0 0 .3-2.2v-.2h-.3zm-1.6 0v.7c0 .6 0 1.4-.4 2a5.5 5.5 0 0 1-1.3 1.6 9.8 9.8 0 0 1-.7.4l-.2.2.1.3s1.7-1 2.4-2.3c.4-.7.5-1.6.5-2.2v-.7h-.4zm-.9-.3v.2a6.7 6.7 0 0 1-1 1.9c-.3.4-.9.8-1.3 1.1a12.1 12.1 0 0 1-.8.5l.2.3s1.4-.8 2.1-1.7a8 8 0 0 0 1.1-2.2h-.3zm-1.5-.7v.1a6.2 6.2 0 0 1-1 1.3c-.1.2-.5.4-.9.6l-.6.4.1.3.7-.4 1-.7.7-.9.3-.6-.3-.1zm-.7-1l-.3.3-.9 1a6.5 6.5 0 0 1-.5.4l-.4.3.1.3.7-.4c.7-.6 1.5-1.7 1.5-1.7l-.2-.2zm-.4-.6l-.2.2-.9.6a2 2 0 0 1-.8.3v.4l.6-.3c.7-.3 1.5-1 1.5-1l-.2-.2zm-.2-.7l-.8.4-.6.3a1.9 1.9 0 0 1-.4.2v.3c.2 0 .3 0 .5-.2l1.4-.7-.1-.3zm-.4-1.3l-.5.5-.9.3v.3a2 2 0 0 0 1.2-.5 3.8 3.8 0 0 0 .5-.4l-.3-.2zm.1-2.2l-.6.5c-.3.3-.6.6-.7 1a.6.6 0 0 1-.1 0v.5l.2-.2a.8.8 0 0 0 .2-.2c0-.2.4-.6.7-.9a7.9 7.9 0 0 1 .5-.5l-.2-.2zm10.7-12.8h1.6l.1-.2v-.1h-.1v.3-.1h-.2.1-.1v-.2l.1.1v-.1.1-.1h-1.5v.3zm0-1h.2c.2 0 .4 0 .6-.2.4-.1.7-.4 1-.6l.5-.3a.8.8 0 0 1 .3 0v-.4l-.6.2-1 .7-.8.3-.1.3zm0-1.5l.7-.2 1.2-.8c.4-.3.7-.4 1-.4v-.3c-.3 0-.5 0-.8.2l-1.2.7a3 3 0 0 1-1 .5v.3zm-.6-1.4l1.5-1 1.6-1.2-.1-.3-1.7 1.2c-.5.5-1.1.9-1.5 1l.2.4zm-1-1.5l3.2-2.3-.2-.3-3.2 2.3.1.3zm-1.5-1.6a20.7 20.7 0 0 1 3.4-2.3l-.2-.2-1.5 1-1.9 1.3.2.2zm-1-1a123.7 123.7 0 0 1 2.6-1.8l.8-.5-.1-.3a7.6 7.6 0 0 0-.8.5 113 113 0 0 0-2.7 2l.1.2z'/%3E%3Cpath fill='%2378732e' d='M294.5 195.4l.1.1a17.3 17.3 0 0 1 2.5 2.5c1 1.2 1.8 2.7 1.8 4.1v.5a9.5 9.5 0 0 1-2.5 5c-2 2.3-4.8 4.4-7 6.4a18 18 0 0 0-3 3.1 6.1 6.1 0 0 0-1.2 3.7 6.4 6.4 0 0 0 1.1 3.4 4.4 4.4 0 0 0 3.9 2c1.8 0 3.8-.7 5.6-.7 1.6 0 3 .4 4.4 1.9 1.3 1.4 1.7 3.6 1.7 5.7 0 1.6-.2 3-.4 4.2a25.6 25.6 0 0 1-.4 1.8h.3s.8-2.8.8-6c0-2.1-.4-4.5-1.8-6a5.8 5.8 0 0 0-4.6-1.9c-1.9 0-3.9.6-5.6.6a4 4 0 0 1-3.6-1.8 6 6 0 0 1-1-3.3v-.1c0-1.6.7-3 1.9-4.3 1.8-2 4.5-4 7-6.2 2.3-2.2 4.4-4.5 4.7-7.5v-.5c0-1.8-1.1-3.5-2.3-4.8a17.2 17.2 0 0 0-2.3-2.2l-.1.3z'/%3E%3Cpath fill='%23a8ac71' d='M292.1 198.4l-.4-.3-.3.1.6.5zm1 1l-.3-.3h-.1l.2.4z'/%3E%3Cpath fill='%2378732e' d='M294.5 201l-.2-.4-.2.2.3.3zm1 1.5l-.1-.3h-.3l.4.5zm.7 1.5l-.2-.4v.4zm0 1.5v-.4l-.2-.1v.5zm0 1v-.5l-.1-.1v.6zM284 221.1l.1-.7c.1-.3-.3.1-.3.1v.5l.2.1z'/%3E%3Cpath fill='%23fff' d='M284 222.1l-.3.1.1.5.1-.2v-.4z'/%3E%3Cpath fill='%2378732e' d='M284 223.9v-.4h-.2v.6z'/%3E%3Cpath fill='%23fff' d='M284 224.9v-.4h-.1v.4zm.3 1.4v-.4l-.2.1.1.4zm.4 1.4l-.1-.5h-.2l.2.6z'/%3E%3Cpath fill='%23a8ac71' d='M285.6 229.7l-.2-.3h-.2l.3.3zm1.5 1.4l-.5-.3c-.3-.3-.1.2-.1.2l.4.2h.2zm9.8.8l-.4-.3c-.2 0 0 0 .2.4.1.3.2-.1.2-.1z'/%3E%3Cpath fill='%23fff' d='M297.7 232.5l-.3-.3v.3h.2z'/%3E%3Cpath fill='%23a8ac71' d='M297.9 233c-.1-.2-.2.1-.2.1l.2.3v-.5zm0 1.3v-.5c0-.2-.1 0-.1 0v.5h.1z'/%3E%3Cpath fill='%23fff' d='M297.4 235.7l.2-.4h-.2v.4zm-14.8-52s.5-.2.1.4l.3-.5h-.5z'/%3E%3Cpath fill='%23f9c83a' d='M294.6 195l.4.3h-.5l.1-.3z'/%3E%3Cpath fill='%238f4620' d='M295 195.3l-.7.1c-.2 0 .2-.2.2-.2l.4.1z'/%3E%3Cpath fill='%23977c2e' d='M301 239.1s.3 0 .5-.3-.1.4-.1.4l-.3.1-.2-.2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.pr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-37.3 0h682.7v512H-37.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='translate(35) scale(.9375)'%3E%3Cpath fill='%23ed0000' d='M-37.3 0h768v512h-768z'/%3E%3Cpath fill='%23fff' d='M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z'/%3E%3Cpath fill='%230050f0' d='M-37.3 0l440.7 255.7L-37.3 511V0z'/%3E%3Cpath fill='%23fff' d='M156.4 325.5L109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ve:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cdefs%3E%3Cg id='d' transform='translate(0 -36)'%3E%3Cg id='c'%3E%3Cg id='b'%3E%3Cpath id='a' fill='%23fff' d='M0-5L-1.5-.2l2.8.9z'/%3E%3Cuse width='180' height='120' transform='scale(-1 1)' xlink:href='%23a'/%3E%3C/g%3E%3Cuse width='180' height='120' transform='rotate(72)' xlink:href='%23b'/%3E%3C/g%3E%3Cuse width='180' height='120' transform='rotate(-72)' xlink:href='%23b'/%3E%3Cuse width='180' height='120' transform='rotate(144)' xlink:href='%23c'/%3E%3C/g%3E%3C/defs%3E%3Cpath fill='%23cf142b' d='M0 0h640v480H0z'/%3E%3Cpath fill='%2300247d' d='M0 0h640v320H0z'/%3E%3Cpath fill='%23fc0' d='M0 0h640v160H0z'/%3E%3Cg id='f' transform='matrix(4 0 0 4 320 336)'%3E%3Cg id='e'%3E%3Cuse width='180' height='120' transform='rotate(10)' xlink:href='%23d'/%3E%3Cuse width='180' height='120' transform='rotate(30)' xlink:href='%23d'/%3E%3C/g%3E%3Cuse width='180' height='120' transform='rotate(40)' xlink:href='%23e'/%3E%3C/g%3E%3Cuse width='180' height='120' transform='rotate(-80 320 336)' xlink:href='%23f'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.cn:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cdefs%3E%3Cpath id='a' fill='%23ffde00' d='M-.6.8L0-1 .6.8-1-.3h2z'/%3E%3C/defs%3E%3Cpath fill='%23de2910' d='M0 0h640v480H0z'/%3E%3Cuse width='30' height='20' transform='matrix(71.9991 0 0 72 120 120)' xlink:href='%23a'/%3E%3Cuse width='30' height='20' transform='matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)' xlink:href='%23a'/%3E%3Cuse width='30' height='20' transform='matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)' xlink:href='%23a'/%3E%3Cuse width='30' height='20' transform='matrix(6.5991 -23.0749 23.0746 6.59919 288 168)' xlink:href='%23a'/%3E%3Cuse width='30' height='20' transform='matrix(14.9991 -18.73557 18.73533 14.99929 240 216)' xlink:href='%23a'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.hk:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-89 0h682.6v512H-89z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(83.5) scale(.94)'%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M618 512h-731.4V0H618z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M241.9 247.8s-51.6-22.2-44.2-79.8c7.1-27.7 19.8-46.6 42.7-56.9 10.8-3.3 21.8-4.8 33-5.7-3 2.8-5.4 5.6-6.7 9-2.4 6.4-.6 12.4 2.7 18.5 4.1 7 6.6 14.2 7.4 23.6a36.6 36.6 0 0 1-14.6 33.7c-6.6 5.1-14.4 6.9-20.8 12.7-5 4.8-8 9.7-9 18.1-.2 16.1 4.1 18.4 9.5 26.8z'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' stroke='%23000' stroke-width='2.1' d='M232 164.5v-.3'/%3E%3Cpath fill='none' stroke='%23ba0000' stroke-width='2.1' d='M235.3 241.8c-20-17.7-18.3-62.4-3-77.3'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M244.6 154.5l3.3 5.5-6-2.5-4.7 5 .8-6.5-6-2.5 6.5-1.5.8-6.4 3.3 5.5 6.6-1.5'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M246.3 244s6-55.9 63.3-65.7c28.6-1.2 50.4 5.3 67 24.3 6.3 9.3 10.9 19.4 15 29.8-3.5-2-6.8-3.5-10.6-3.7-6.7-.5-12 3-16.8 7.9a53.2 53.2 0 0 1-20.4 14 36.6 36.6 0 0 1-36.5-4c-6.8-4.9-10.8-11.8-18.2-16.2a28.2 28.2 0 0 0-20-3.4c-15.5 4.6-16.3 9.4-22.8 17z'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' stroke='%23000' stroke-width='2.1' d='M323 210.2h.3'/%3E%3Cpath fill='none' stroke='%23ba0000' stroke-width='2.1' d='M250 236c11.2-24.4 54.4-35.8 73.1-25.6'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M336.3 219.3L332 224l.6-6.5-6-3 6.3-1 .6-6.7 3.4 6 6.4-1.2-4.3 4.7 3.3 6'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M250.1 248s55-12 82.4 39.3c10.3 26.7 11 49.4-1.7 71.1-6.8 9-15 16.5-23.5 23.8.8-4 1.1-7.6.1-11.2-1.6-6.6-6.6-10.5-12.8-13.5a53.1 53.1 0 0 1-19.8-15 36.6 36.6 0 0 1-7.7-35.8c2.4-8 7.7-14 9.5-22.4a28 28 0 0 0-3.1-20c-9.3-13.2-14.1-12.5-23.4-16.3z'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' stroke='%23000' stroke-width='2.1' d='M306.5 310.1l.2.2'/%3E%3Cpath fill='none' stroke='%23ba0000' stroke-width='2.1' d='M259 249c26.6 2.9 51.1 40.2 47.4 61.3'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M302.1 325.6l-5.9-2.6 6.5-1.5.8-6.7 3.1 5.7 6.5-1.5-4.5 5 3 5.7-5.8-2.6-4.5 5.1'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M248.9 253.7s26.9 49.4-14.5 90c-22.8 17.4-44.4 24.5-68.8 18.4-10.5-4-20-9.7-29.5-15.9 4-.3 7.7-1 10.9-3 5.8-3.4 8.1-9.3 9.3-16a53 53 0 0 1 8.8-23.3 36.6 36.6 0 0 1 32.2-17.5c8.4.1 15.6 3.6 24.2 3 6.9-.9 12.3-2.8 18.4-8.8 10-12.5 8-17 9-27z'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' stroke='%23000' stroke-width='2.1' d='M205.1 325.3l-.1.2'/%3E%3Cpath fill='none' stroke='%23ba0000' stroke-width='2.1' d='M250.3 262.4c4.9 26.4-24.1 60.5-45.4 62.7'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M189 325.4l.9-6.4 3.3 5.7 6.6-1-4.6 4.6 3.3 5.7-6.1-2.9-4.6 4.6.8-6.4-6.1-2.9'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M242.8 252.6S205.2 294.4 153 269c-24-15.7-37.8-33.8-40.1-58.8.3-11.3 2.4-22.1 5.1-33 1.7 3.6 3.6 6.8 6.5 9.2 5.1 4.3 11.5 4.5 18.3 3.4a52 52 0 0 1 24.7.6 36.6 36.6 0 0 1 27.3 24.6c2.7 7.9 1.8 15.9 5.3 23.8 3 6.2 6.6 10.6 14.3 14.4 15.2 5.3 18.7 1.9 28.4-.5z'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' stroke='%23000' stroke-width='2.1' d='M160.7 235.2l-.2-.1'/%3E%3Cpath fill='none' stroke='%23ba0000' stroke-width='2.1' d='M235 256.9c-23.2 13.3-65-2.7-74.2-22'/%3E%3Cpath fill='%23ba0000' fill-rule='evenodd' d='M155.3 220l6.3-1.3-4.3 5 3.1 5.9-5.8-2.8-4.3 5 .7-6.8-5.9-2.8 6.3-1.3.7-6.8'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.id:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23e70011' d='M0 0h640v249H0z'/%3E%3Cpath fill='%23fff' d='M0 240h640v240H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.kz:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%236fdcff' d='M0 0h640v480H0z'/%3E%3Cg fill='%23ffe400'%3E%3Cpath d='M60.2 467c3.3 3.2 2.2 8.5 11.3 7.8 13.8 0 14.2-8.4 14.2-14.3S65 446.4 64 437.7c-1-8.7 4.8-11 9.6-11 4.7 0 8 2.7 8 5.1S79.4 435 76 435s1.5-1.7-1.4-3-4.8 2-4.8 4c0 2.2 7.2 2.8 12 1.3 1 4.7 1.4 5-5.3 13 4.8-3.1 5.2-3.8 10.5-2-5.3-4.6-1.3-13.8-1.2-16.1s-1-5.1-3-6.5c-3.9-3.5-12.2-3.7-17.2-1.4-7.3 3.2-7.7 12.8-5.8 16L80 460.7c1.4 2.4 2 9.2-6.6 9.5-9 .7-12.2-11.6-13.8-15.7-2.1 4.5-4.5 16.8-13.6 16.1-8.6-.3-10.2-7-8.8-9.5l20.7-21c2-3.2 1.6-12.8-5.7-16-5-2.3-13.3-2-17.1 1.4-2.2 1.4-3.4 4.1-3.2 6.5s4.1 11.5-1.1 16c5.2-1.7 5.7-1 10.5 2-6.7-7.9-6.2-8.2-5.3-13 4.8 1.6 12 1 12-1.1s-2-5.6-4.9-4.2c-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3s3.3-5.3 8.1-5.3 10.5 2.4 9.5 11.1-22 18.1-22 24c0 6 1.4 13.1 15.2 13.1 9 .7 10.1-4.6 13.4-7.8z'/%3E%3Cpath d='M59.1 343.3c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.7-1 8.7 4.8 11.1 9.5 11.1 4.8 0 8.1-2.7 8.1-5.2s-2.4-3-5.7-3 1.4 1.7-1.4 3-4.8-2-4.8-4.1c0-2.1 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3 5.2 3.8 10.5 2-5.3 4.6-1.4 13.7-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 346.6c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2a110 110 0 0 0-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.4-5.6 0c-.5.3-1 6.2-1 6.2s-1 .4-2 .4-2-.4-2-.4-.4-5.9-.9-6.2c-.5-.4-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 405.2c1.9 3.1 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.6-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-1 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.4 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-57-29-62.8 0-6 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 11.9z'/%3E%3Cpath d='M59.1 319.4c3.3 3.2 6 12.6 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.7 8.1 5.2s-2.4 3-5.7 3 1.4-1.6-1.4-3-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.6-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.4-7.2 3.3-7.6 12.8-5.7 16L87 316c1.5 2.4-2.3 10.4-10.9 10.7-9 .7-12.1-8.8-13.7-12.9l12.3 1s.5-2 0-3.2a110 110 0 0 1-12.3-1.6l-.5-6.2h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.2s-6 1.2-12.3 1.6c-.4 1.2 0 3.1 0 3.1l12.3-.9c-1.6 4.1-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 257.5c1.9-3.2 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.5-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.7 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3-1.4 3-3.3 0-5.7-.6-5.7-3s3.3-5.2 8-5.2 10.5 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.5 19 13.5 9 .7 12.3-8.7 15.5-11.9z'/%3E%3Cpath d='M59.1 160.6c3.3-3.2 6-12.6 15-12 13.8 0 19 7.7 19 13.6 0 5.9-28 54-29 62.8-1 8.6 4.8 11 9.5 11 4.8 0 8.1-2.7 8.1-5.1s-2.4-3.2-5.7-3.2 1.4 1.8-1.4 3.2-4.8-2.1-4.8-4.2c0-2 7.2-2.8 12-1.2.9-4.7 1.3-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.4 13.8-1.2 16s-1 5.2-3.1 6.6c-3.8 3.5-12.2 3.6-17.2 1.4-7.2-3.3-7.6-12.8-5.7-16L87 164c1.5-2.4-2.3-10.4-10.9-10.7-9-.7-12.1 8.8-13.7 12.9l12.3-1s.5 2 0 3.2c-6.4.4-12.3 1.6-12.3 1.6l-.5 6.2h6l-.4 2.8s-5.1-.3-5.6 0-1 6.3-1 6.3-1 .3-2 .3-2-.3-2-.3-.4-6-.9-6.3c-.5-.3-5.6 0-5.6 0l-.5-2.8H56l-.5-6.2s-6-1.2-12.3-1.6c-.4-1.2 0-3.1 0-3.1l12.3.9c-1.6-4.1-4.7-13.6-13.7-13-8.6.4-12.4 8.4-11 10.8L58 222.5c1.9 3.2 1.5 12.7-5.7 16-5 2.2-13.4 2-17.2-1.4-2.1-1.4-3.3-4.2-3.1-6.5s4-11.5-1.2-16c5.3 1.7 5.8 1 10.5-2.1-6.6 8-6.2 8.3-5.2 13 4.7-1.6 11.9-.9 11.9 1.2 0 2-2 5.5-4.8 4.1-2.8-1.3 2-3-1.4-3-3.3 0-5.7.6-5.7 3s3.3 5.2 8 5.2 10.5-2.4 9.6-11c-1-8.7-29-56.9-29-62.8 0-5.9 5.2-13.5 19-13.5 9-.7 12.3 8.7 15.5 12z'/%3E%3Cpath d='M59.1 136.7c3.3 3.2 6 12.7 15 12 13.8 0 19-7.7 19-13.6 0-5.9-28-54-29-62.7-1-8.7 4.8-11.1 9.5-11.1 4.8 0 8.1 2.8 8.1 5.2s-2.4 3.1-5.7 3.1 1.4-1.7-1.4-3.1-4.8 2-4.8 4.1c0 2.1 7.2 2.8 12 1.2.9 4.7 1.3 5-5.3 13 4.8-3 5.2-3.8 10.5-2-5.3-4.5-1.4-13.7-1.2-16s-1-5.2-3.1-6.6c-3.8-3.4-12.2-3.6-17.2-1.3-7.2 3.2-7.6 12.8-5.7 15.9L87 133.4c1.5 2.4-2.3 10.4-10.9 10.8-9 .6-12.1-8.8-13.7-13l12.3 1s.5-2 0-3.2a111.5 111.5 0 0 1-12.3-1.5l-.5-6.3h6l-.4-2.8s-5.1.4-5.6 0c-.5-.3-1-6.2-1-6.2s-1-.4-2-.4-2 .4-2 .4-.4 5.9-.9 6.2c-.5.4-5.6 0-5.6 0l-.5 2.8H56l-.5 6.3s-6 1.1-12.3 1.5c-.4 1.3 0 3.2 0 3.2l12.3-1c-1.6 4.2-4.7 13.6-13.7 13-8.6-.4-12.4-8.4-11-10.8L58 74.8c1.9-3.1 1.5-12.7-5.7-16-5-2.2-13.4-2-17.2 1.4-2.1 1.4-3.3 4.2-3.1 6.5s4 11.6-1.2 16c5.3-1.7 5.8-1 10.5 2.1-6.6-8-6.2-8.3-5.2-13 4.8 1.6 11.9 1 11.9-1.2 0-2-2-5.5-4.8-4.1-2.8 1.4 2 3.1-1.4 3.1-3.3 0-5.7-.7-5.7-3.1s3.3-5.2 8-5.2 10.6 2.4 9.6 11c-1 8.7-29 57-29 62.8 0 6 5.2 13.6 19 13.6 9 .7 12.3-8.8 15.5-12z'/%3E%3Cpath d='M60.2 13c3.3-3.2 2.2-8.5 11.3-7.8 13.8 0 14.2 8.4 14.2 14.3S65 33.6 64 42.3c-1 8.7 4.8 11 9.6 11 4.7 0 8-2.7 8-5.1S79.4 45 76 45s1.5 1.7-1.4 3-4.8-2-4.8-4c0-2.2 7.2-2.9 12-1.3 1-4.7 1.4-5-5.3-13 4.8 3.1 5.2 3.8 10.5 2-5.3 4.6-1.3 13.8-1.2 16.1s-1 5.1-3 6.5c-4 3.7-12.3 3.7-17.3 1.5-7.3-3.2-7.7-12.8-5.8-16L80 19.3c1.4-2.4 2-9.2-6.6-9.5-9-.7-12.2 11.6-13.8 15.7C57.5 21 55.1 8.6 46 9.3c-8.6.3-10.2 7-8.8 9.5l20.7 21c2 3.2 1.6 12.8-5.7 16-5 2.3-13.3 2.1-17.1-1.4-2.2-1.4-3.4-4.1-3.2-6.5s4.1-11.5-1.1-16c5.2 1.7 5.7 1 10.4-2-6.6 7.9-6.1 8.2-5.2 13 4.8-1.6 12-1 12 1.1s-2 5.6-4.9 4.2c-2.8-1.4 2-3.1-1.4-3.1-3.3 0-5.7.7-5.7 3s3.3 5.3 8.1 5.3 10.5-2.4 9.5-11.1-22-18.1-22-24c0-6 1.4-13.1 15.2-13.1 9-.7 10.1 4.6 13.4 7.8z'/%3E%3C/g%3E%3Cg fill='%23ffe400' transform='translate(-194.7 8.3) scale(1.0673)'%3E%3Crect width='170.2' height='161.3' x='425.9' y='104.5' rx='85.1' ry='80.7'/%3E%3Cpath d='M507 56.4c-.8 0-4.6 26.8-6 32.8-1.4 13.5 18 13 14.8-.5L507 56.3zm6.8 259.8c.7 0 6.5-26.5 8.4-32.4 2.3-13.3-17.1-14-15-.4l6.6 32.8zM378.2 184.6c0 .7 27.9 6.3 34.1 8.1 14 2.3 15-16 .6-14l-34.7 6zm271.7 3.2c0-.7-28.2-5.3-34.5-6.9-14.1-1.7-14.2 16.6 0 14.1l34.5-7.2zM406.8 99.6c-.5.5 17.9 21.3 21.6 26.4 9.6 10 22.3-4 9.6-10.8l-31.2-15.5zm211.1 171c.5-.5-19.7-19.7-23.9-24.4-10.5-9.2-21.8 5.7-8.6 11.5l32.5 13zm-169-200c-.6.3 8 26.1 9.4 32.2 4.8 12.7 22.2 4.4 13.2-6.5L449 70.6zM572 303c.7-.3-6-26.6-6.9-32.7-3.9-13-21.8-6-13.7 5.6l20.7 27zm30.3-214.4c-.6-.5-22.8 16.6-28.2 20-10.7 9 3.8 21.2 11.2 9.3l17-29.3zm-183 193.7c.5.5 24-15 29.6-18.1 11.3-8.2-2.2-21.4-10.5-10l-19 28.1zm-35-144.1c-.3.6 24 14.7 29.3 18.4 12.5 6.5 19.8-10.5 5.5-13.2l-34.8-5.2zM638 236.6c.3-.6-23-16.3-28-20.3-12-7.4-20.5 9.1-6.4 12.7l34.4 7.6zM557.4 63.7c-.7-.2-14.6 23.4-18.3 28.5a7.8 7.8 0 0 0 14 4.7l4.3-33.2zM463.5 308c.7.3 16.3-22.4 20.3-27.3 7.3-11.6-10.4-19-13.7-5.6l-6.6 32.9zM386 238.7c.3.6 28-6 34.5-7 13.6-3.8 6-20.6-6-12.8L386 238.7zM638.1 136c-.2-.6-28.3 4.1-34.8 4.7-14 2.9-7.5 20.2 5 13.2l29.8-17.9z'/%3E%3Cpath d='M534.6 58.1c-.7-.1-10.1 25.4-12.9 31-4.1 13 15 16.2 14.7 2.4L534.7 58zM486.1 314c.7.2 12-24.7 15.2-30.2 5-12.6-13.8-17-14.5-3.3L486 314zm-9.7-253.4c-.7.2 1.9 27.2 1.9 33.4 1.9 13.3 20.6 8.7 14.4-3.7l-16.3-29.7zm68 251.9c.7-.1 0-27.2.5-33.4-.9-13.5-20-10.1-14.6 2.7l14 30.7zM428.2 83c-.6.4 12.7 24.3 15.2 30 7.2 11.7 22.7.7 11.8-8.6l-27-21.4zM593 290.9c.6-.4-11-25.2-13-31-6.3-12.1-22.5-2.1-12.4 7.8l25.4 23.2zM393 116.6c-.4.6 21.1 18.4 25.6 23 11.1 8.4 21.4-7.2 7.8-12.1L393 116.6zm234.2 139.7c.4-.6-19.7-19.8-23.9-24.6-10.4-9.1-21.8 5.8-8.6 11.6l32.5 13zm-249.6-97.8c-.2.7 26.3 10.8 32.1 13.7 13.4 4.5 17.7-13.4 3.1-13.8l-35.2.1zM645 216.3c.3-.6-25.4-12.4-31-15.7-13-5.4-18.7 12.2-4.2 13.6l35.2 2.1zM376.7 210c.1.6 28.7.2 35.2.7 14.2-.7 10.8-18.8-2.8-13.9L376.7 210zm270.2-45c0-.7-28.6-2.2-35-3.1-14.3-.2-12.2 18.1 1.7 14l33.3-11zm-245.7 98.4c.4.6 26-11.6 32-13.9 12.4-6.5 1-21.4-8.9-11.3l-23.1 25.2zm222.3-152.3c-.4-.6-26.7 9.9-33 11.8-12.9 5.7-2.6 21.3 8 11.9l25-23.7zM442.8 298.8c.6.3 18.9-20.5 23.5-24.9 8.7-10.7-8-20-12.9-7l-10.6 31.9zM582.5 75c-.5-.4-20.3 19.1-25.2 23.2-9.4 10.1 6.6 20.5 12.4 7.9L582.4 75z'/%3E%3Cg transform='matrix(2.1824 0 0 2.0629 -405 -272.6)'%3E%3Cpath d='M360.1 247.9c.7 2.5.8 16.5 14.9 30 14 13.4 38 16.4 38 16.4s.1 1.9-1.6 2c-1.7.2-9.9-1.5-14-2.8-4-1.2-7.6-3.4-8-3.3-.5.2-1.3 1.6-2.5 1.4s-7-6.2-9.6-7.8a80.6 80.6 0 0 1-13.7-15.3c-2.8-4.5-3.5-7.5-4.4-7.5s-4.2 2.2-4.2 2.2-3-4.5-5.6-11.7c-2.7-7.2-2.4-11.4-1.8-11.7.7-.3.7 5.3 2.7 10.4 2 5.2 4.8 6.8 4.8 6.8s-1.8-2.7-3.2-9.4-2-13.2-1-15.2 1.9-2.6 2-2.5c.2.2-1.7 3.1-.4 10.8s4.8 14.2 5.6 13.9c.8-.3-.5-1.9-1-6.4s.5-7.3 1.6-7.7c.5-.4 1.3 5 1.4 7.4zm-9.8 12.8c-2.7-2.5-6.9-11.2-7.8-10.8-1 .5 6.8 13 7 14 .2 1.2 1.9 4.6.6 4.1s-10.6-10.3-9.5-8.4 8.1 10.5 7.7 11-5.8-4.8-6-4.1c-.1.6 5.3 5.8 5.2 6.4s-3.5-3.3-3.5-2.5 3.5 4.7 3.5 5.3-3-2.8-2-1c.9 2 3.5 3.7 3.4 4.3s-2.2-.8-2.2-.5c0 .3 3.9 1.7 4.8 2.8 1 1.1 7.4 8.5 12.2 12.2s18.6 10.2 19.6 10.2c.9 0 2.3-2 2-2.8-.3-.8-13.8-5.4-17.5-8.8-3.8-3.4-13-11.6-13.8-12-.7-.5-2.8-.3-2.8-.8s2.7.3 2.5 0c-.1-.3-3.7-1.9-3.6-2.2.2-.3 2.5.6 2.5.3s-4.2-2.6-4-3.1c.1-.5 3.1 1.4 3.1 1 0-.2-4-3-3.9-3.5.1-.5 3.1 2.2 3 1.6s-2.4-4-2.4-4.4c0-.5 3.6 3.4 4 2.6.2-.7-1.3-7.2-1.2-7.3s2.7 1.4 3.1.5c.5-1-1.8-2.3-4-4.1zm46.1 49.2c-1.9.3-2.8-.4-1.7-2 1.5 0 5.5-1.3 6.9-1.9s2.9-1.4 4.1-2.5c1.2-1.3 2 .7 1.3 1.8-.5.7-2.8 2-4.5 2.7-2.5.8-4.7 2-6.1 1.9zm12.5-5.1c-1.3-1.4-.2-2.4 1.7-3.5 2.8-1.5 2-3.6 5.6-5.3 1.6-1 24-10 31.3-14.8s27.8-20.3 33.3-31c5.4-10.6 2.8-11.4 3.6-11.8.7-.5 1.5 1.5 1.4 3.9-.2 2.3-2 9.3-1.4 10s8.2-5.5 11.4-13 5.6-15.3 7.1-15.3c1.6 0-2.6 12.8-5.3 17.8-2.6 5-5.7 7.5-5 8.6.8 1 8.6-5.5 11.3-10.3 2.6-4.9 5.1-9.2 5.6-8.3a34 34 0 0 1-6.7 16.1c-4.2 4.8-9.2 8.3-8.4 9 .7.8 6.4 1.6 12.3-2.4 6-4.1 6.6-10 7.3-9.7.8.3-.7 8.4-6.4 13.4s-13.2 5.5-13 6.6c.4 1 16.3-4.6 16-3.3-.3 1.2-20.6 9.2-20.8 10 0 .6 3.5.8 9-.5 5.4-1.2 10.6-5.5 11.3-4.5.2 1.4-3.9 4.8-10.1 6.4-6.3 1.6-9.4 3.7-9.6 4.2-.1.5 11.2-1.4 11.2-.8s-14.8 3.5-14.9 4.3c-.2.7 14-2.9 13.8-2-.4.7-19.3 6.3-19.1 6.6.1.4 15.8-3.4 15.5-2.8-.4.7-26.4 8-26.6 8.5-.2.4 23-5.2 22.8-4.7s-12 3.4-12 3.7c0 .3 9.5-1.5 9.3-1-.1.4-24 6.5-24.5 7.4-.5 1 12.4-2.5 12.2-.7s-27.7 11-27.8 9.3c-.2-1.7 16.7-6 16.6-6.5-.2-.5-9.7 1-9.9.1-.1-1 6.3-3 5.8-3.4-.5-.5-5.3 1.4-4.9.3.5-1.1 9.6-5.3 9.4-5.6-.1-.3-3.3 1-3 0 .4-1.1 19.7-6.7 19.4-7.4-.3-.6-8.9 1.4-9.7 1.6-.3-.6 12-5.2 11.8-6-.4-.7-6.6 2.7-7 1.8-.2-1 10.9-5.3 10.2-6s-5.7 1.8-6.4 1.1 10.5-8.4 8.8-8.6c-1.7-.1-3.8 2.4-4 .8.2-2 8.7-5.3 6.8-6.9-3-.9-13.1.7-17.3 3.2s-18.2 16.4-21.6 18.6c-3.4 2.1-15 7-17.2 8-3.4 1.2-4 3-7.5 4.8-6.3 1.7-6.2 3.6-9.2 4.7-1.1.3-12.4 5.7-12.5 5.3zm-15.8 7c-1.9 1-3.6 3.4-2.5 4.4.6 1.2 2.5-2.7 4-2.5l8 .4c4.3.3 6.4-.9 8.8-.7s7.7-1.3 10.2-1.3 3 .3 3.2-.8c.3-1-7.8-.3-11.4-.4-3.6-.2-8.1.7-10.8.7-2.5-.1-6.8-.9-9.5.2z'/%3E%3Crect width='3.4' height='3' x='401.7' y='309.1' rx='1.7' ry='1.5'/%3E%3Cpath d='M445 307.7c1.7-.3 6.3 1.3 9.5 2 5.8 2.3 16.6 1.2 16.6 2.3s-.7 2.4-3.2 2.6-8.8-1-8.6-1 5 2.3 3.6 2.9-5.5-1.3-6.2-.8 3.8 1.4 3 1.7c-.6.3-3.7-.4-4.7-.3-1 .2.8 1.3-.4 1.7-1.2.5-3.2-.6-4-.3-.9.3 1.8 2 .6 2.2-1.2.2-4-.8-5.6-1-1.6 0 1.5 1.6.5 1.8-1 .1-3.8-1.3-4.5-1.3s0 2-1 2-2.2-1.7-2.8-1.7 0 2-1 2-1.4-2.1-2.2-2c-1 .2 0 2.7-1.4 2.5-1.3-.1-1.5-2.6-2.6-2.5-1 .2.2 2.5-.8 2.5s-1.2-2.3-2.2-2.5c-1-.1-.6 2.2-1.2 2.2s-1.2-2.2-1.6-2.2c-.3 0 0 2.2-1.2 2s-1.2-2.4-1.5-2.3c-.4.2-.4 1.8-1.2 1.8s-.9-1.6-1.2-1.4c-.4.1-1.6 2.1-2.4 1.8-.9-.3.2-1.9-.2-1.9s-1.4 1.1-2 1 0-1.4-.2-1.4-1.7.8-2.4.8-2.6 1-3.1.1c-.5-1 1.3-1 1.7-1.9.3-.9-1-3.6.4-4.5 1.3-1 5.6 1.3 12-.3 11.6-3.1 20.6-6.7 21.5-6.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.my:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%23cc0001' d='M0 0h640v480H0z'/%3E%3Cpath id='a' fill='%23fff' d='M0 445.8h640V480H0z'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -68.6)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -137.2)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -205.8)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -274.3)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -343)' xlink:href='%23a'/%3E%3Cuse width='100%25' height='100%25' transform='translate(0 -411.5)' xlink:href='%23a'/%3E%3Cpath fill='%23010066' d='M0 0h372.6v274.3H0z'/%3E%3Cg fill='%23fc0'%3E%3Cpath d='M149.7 48.5c-49 0-88.9 39.7-88.9 88.6a88.8 88.8 0 0 0 89 88.6 88.7 88.7 0 0 0 48-14 78.9 78.9 0 0 1-25.8 4.2 78.7 78.7 0 0 1-78.8-78.5 78.7 78.7 0 0 1 106.2-73.7 88.7 88.7 0 0 0-49.7-15.2z'/%3E%3Cpath d='M297.1 183.2l-37.4-19.5 11 40-25-33.5-7.8 40.7-7.7-40.7-25.1 33.4 11.2-40-37.6 19.5 28-31.3-42.5 1.6 39-16.3-39-16.5 42.5 1.7L178.9 91l37.4 19.5-11-40 25 33.5 7.8-40.7 7.7 40.7 25.1-33.3-11.2 39.9 37.6-19.4-28 31.2 42.5-1.6-39 16.4 39 16.5-42.5-1.8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ph:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%230038a8' d='M0 0h640v240H0z'/%3E%3Cpath fill='%23ce1126' d='M0 240h640v240H0z'/%3E%3Cpath fill='%23fff' d='M415.7 240L0 480V0'/%3E%3Cg fill='%23fcd116'%3E%3Cpath stroke-width='1pt' d='M26.7 42.4L41 55l16.6-9.2-7.4 17.5 14 13-19-1.6-8.1 17.2-4.3-18.5L14 71l16.3-10zm323.8 172.3l.4 19 18 6.3-18 6.2-.4 19-11.5-15.1-18.2 5.5 10.8-15.6-10.8-15.6 18.2 5.5zM37.2 388.1l8 17.2 19-1.6-13.9 13 7.4 17.5-16.6-9.1-14.4 12.4 3.6-18.7L14 409l18.9-2.4z'/%3E%3Cpath stroke-width='5.3' d='M151.4 139.1l-6.2 6.2 3.1 47-3 .3-5.7-42.9-5.1 5 7.6 38.4a47.5 47.5 0 0 0-17.2 7.1l-21.7-32.4H96l26.4 34.3a48 48 0 0 0-2.4 2l-31.1-35.5h-8.8v8.8l35.4 31-2 2.5-34.3-26.3v7.1l32.5 21.7c-3.4 5.2-5.9 11-7.1 17.2L66.3 223l-5.1 5 42.9 5.7c-.2 1-.3 2.1-.3 3.1l-47-3-6.2 6.2 6.2 6.2 47-3.1.3 3.1-42.9 5.7 5 5 38.4-7.6a47.5 47.5 0 0 0 7.1 17.2l-32.5 21.7v7.2l34.3-26.3a48 48 0 0 0 2 2.4l-35.4 31v8.8H89l31-35.4 2.5 2L96 312.2h7.2l21.7-32.5c5.1 3.4 11 5.9 17.2 7.1l-7.6 38.4 5 5 5.7-42.9c1 .2 2 .3 3.1.3l-3 47 6.1 6.2 6.3-6.2-3.1-47 3-.3 5.7 43 5.1-5.1-7.6-38.4a47.5 47.5 0 0 0 17.2-7.1l21.7 32.5h7.2l-26.4-34.3a48 48 0 0 0 2.4-2l31.1 35.4h8.8v-8.8l-35.4-31 2-2.4 34.3 26.3v-7.2l-32.5-21.7c3.4-5.1 5.9-11 7.1-17.2l38.3 7.6 5.1-5-42.9-5.7c.2-1 .3-2 .3-3.1l47 3 6.2-6.1-6.2-6.2-47 3-.3-3 42.9-5.7-5-5-38.4 7.5a47.5 47.5 0 0 0-7.1-17.2l32.5-21.7v-7.1l-34.3 26.3a48 48 0 0 0-2-2.4l35.4-31v-8.9H214l-31 35.5a48 48 0 0 0-2.5-2l26.4-34.3h-7.2L178 200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7 42.8-3.1-.3 3-47z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.sg:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h640v480H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)'%3E%3Cpath fill='%23fff' d='M-20 0h720v480H-20z'/%3E%3Cpath fill='%23df0000' d='M-20 0h720v240H-20z'/%3E%3Cpath fill='%23fff' d='M146 40.2a84.4 84.4 0 0 0 .8 165.2 86 86 0 0 1-106.6-59 86 86 0 0 1 59-106c16-4.6 30.8-4.7 46.9-.2z'/%3E%3Cpath fill='%23fff' d='M133 110l4.9 15-13-9.2-12.8 9.4 4.7-15.2-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.5 52l5 15.1-13-9.2-12.9 9.3 4.8-15.1-12.8-9.4 15.9-.1 4.9-15.1 5 15h16zm58.5-.4l4.9 15.2-13-9.3-12.8 9.3 4.7-15.1-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.4-51.6l4.9 15.1-13-9.2-12.8 9.3 4.8-15.1-12.9-9.4 16-.1 4.8-15.1 5 15h16zm-46.3-34.3l5 15.2-13-9.3-12.9 9.4 4.8-15.2-12.8-9.4 15.8-.1 5-15.1 5 15h16z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.kr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-95.8-.4h682.7v512H-95.8z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='translate(89.8 .4) scale(.9375)'%3E%3Cpath fill='%23fff' d='M610.6 511.6h-730.2V-.4h730.2z'/%3E%3Cpath fill='%23fff' d='M251.9 256a112.5 112.5 0 1 1-225 0 112.5 112.5 0 0 1 225 0z'/%3E%3Cpath fill='%23c70000' d='M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z'/%3E%3Cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7l83.6-96.7 19.9 17-83.7 96.9z'/%3E%3Cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z'/%3E%3Cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48l83.6-96.9 19.9 17.2-83.7 96.8z'/%3E%3Cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z'/%3E%3Cpath d='M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8l83 97.4-20 17-83-97.4zm-55.7 47.5l83 97.4-20 17-83-97.4z'/%3E%3Cpath fill='%23fff' d='M417.6 133.2L496 65.4l14.7 17-84 75.4-9.3-24.6z'/%3E%3Cpath d='M514.2 372l-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z'/%3E%3Cpath fill='%233d5897' d='M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z'/%3E%3Cpath fill='%23fff' d='M436 370.6l78.6 67.6-14.6 17-87.1-71.8 23-12.8z'/%3E%3Cpath d='M-1.9 357.2l83 97.3-20 17-83-97.3z'/%3E%3Cpath fill='%23fff' d='M-16.2 437.3l78.6-67.9 14.7 17-84 75.5-9.3-24.7z'/%3E%3Cpath d='M25.7 333.7l83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.tw:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h682.7v512H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='scale(.9375)'%3E%3Cpath fill='%23fe0000' d='M0 0h768v512H0z'/%3E%3Cpath fill='%23000095' d='M0 0h385.7v256H0z'/%3E%3Cpath fill='%23fff' d='M282.1 178.6l-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z'/%3E%3Cpath fill='%23000095' d='M238.5 175l-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z'/%3E%3Cpath fill='%23fff' d='M244.6 128.3a51.9 51.9 0 1 1-103.7 0 51.9 51.9 0 0 1 103.7 0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.th:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23f4f5f8' d='M0 0h640v480H0z'/%3E%3Cpath fill='%232d2a4a' d='M0 162.5h640v160H0z'/%3E%3Cpath fill='%23a51931' d='M0 0h640v82.5H0zm0 400h640v80H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.vn:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='translate(80) scale(.9375)'%3E%3Cpath fill='%23ec0015' d='M-128 0h768v512h-768z'/%3E%3Cpath fill='%23ff0' d='M349.6 381L260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.at:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M640 480H0V0h640z'/%3E%3Cpath fill='%23df0000' d='M640 480H0V320h640zm0-319.9H0V.1h640z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.be:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath d='M0 0h213.3v480H0z'/%3E%3Cpath fill='%23ffd90c' d='M213.3 0h213.4v480H213.3z'/%3E%3Cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.bg:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23d62612' d='M0 320h640v160H0z'/%3E%3Cpath fill='%23fff' d='M0 0h640v160H0z'/%3E%3Cpath fill='%2300966e' d='M0 160h640v160H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.cy:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath id='a' fill='%23435125' d='M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 593.7 0)' xlink:href='%23a'/%3E%3Cpath fill='%23d47600' d='M519 76.4l-1.8.7-.8.3-2.2-.1-2.2 1-3.8 2.6-.1.1-1.5.4-1.3-.6-.7.4-.3 1.5-.7 1.1-.9.6-3 .3-2.5 1.4-3.4-1-1.5.7-3.3 3-1.7.7h-.5l-2.3-.1-.9.3-1.4 1.3-2.6.2-.9.6-1.3 2.6L476 96l-.8.1-.8-.3-.7.1-.3 1.7-.6.7-1.8.6-1.4 1.2-1.3.6h-2l-1.7 1-3.1.2-1.3 1.2-.3.3-.6.3-1 .6-.2.2-1.2-.2-1.4.5-.6-.8-1 .5-1.2.1-1.6-.7-1.3-.6-.9.2-.3 1.5v.2l-1 1.2-1.7 1.1-.2.3-2 2.6-3.8 4-3.2 1.6-3.3 1-2.3 1.9-6 3-9.7 4.8-2 .6-2.8.4-5 1.9-4.4 1.3-.3.1-.8.3-6.3 1.9-2.9-.4-1.7.7-4.5-.5h-3.1l-2 .4-3.7 1.8-6.3 3-2 2-3.2 1.6-3.8 1.2v-1.6l-1.3.4-1 .3-3 .4h-1.7l-1.1-.3h-.2l-6.2 2.1-7 .7-3.5 1.1H333l-1.6.5-3.2.4-1.2-.3-.2-.1-9.4.4-4.3-.5-2 .5-3.5-1.2-5-.6-1.2-.3-2.6-.8-1.2.7-1 .1-2-.8h-.8l-1.8.6-1-.2-1-.8-2.1-.3-1.4-1.1-7.5 1-2-.6-6.9-2h-1l-1.4 1-2 .8-1.9.4-2.4.1-2.8-.7-2.8-1.4-1.1-.3-2.4.3h-.7l-4.4-2.3-5.6-3.5-3.8-1.9-1.5-.2-.2.7.7 2.2.3 2.3v2l-.1 1.3.3 1.1 1.4 1.6.6 1.5.4 4.2v4.3l-.7 6.8-.2 1-.8 3.6-.7 3.3-2.9 8.7-.7 1-2 1.3-4.3 3-3.2 1.8-1 .4-2.6.2H219l-2-1.1-2-.5-2.6-1.9-2.8-.6-3.2-1.8-.8-1-1.7-.2-2.4-.7-.9-.3-.6-.1-3-.1-2.9-1.3-1.5-.4h-2l-2.1 1-1.1.4-1.4-.5h-1l-1 1.7-.2.3-.8.4h-1.7l-.8.3-1.1.5-1 .4-.5.2h-.3l-.5.2h-.6l-1.2-.6-.6-.3-1-.2-.5.3-.1 1.9-.5 1.1-1.6 1.4-1.6 1.4-1 1.6-3 6.7-1.9 2.7-.5.7-2 2.1-1.7 1.3-3.9 3-3.7 1.5-3.2.6h-1.6l-3-.4-2.6-.8-3-1.8-3.1-2.6-4.7-4.5-.6-.4-.2-.1-1.4-1h-1.1l-.4.8-.3 1-.2.9-.5 5v.3l.3 2.1 3.6 5 1 2.6.2.3.7 1.2.6 1 1.3 3.6-.9 2 .4 1.4-1 .8-.2 1.2 3.1 4 .7 1.7-.7 2.4-1.3 1.4-.3.3.2 1 1.4 1.4 2.5 2.2 1.3 3.2 1 1 1.2-.3.6.5h1l1 1 .6.2 1 .5.8 1 .1 3.2 1.5 3.8v2.5l1 1.5.2 1.2-.5 3.3 1.2 1 1.2-.2.8.1 1.3 1.1 1.6 2.4 1.6-.2 1 .4 4.7 4.3 1 .6.9.4 1 1 1.4-1h.2l1.6-.2.7.5 1.4.9h1.7l4 1.2 1.6.4 3.4 2.1 1.5.9.8.7 1.2 1 2.2 1 2 .4 1 .2.9.3 4.2 1.7 2.3.5 2 .8 1.6.5h1.2l1.6-1.3h1.5l1.3.2 1.3-.2 2-1.2.3-.6 1.4-.6 4.8-.6 1.4.4 3.6-1.5 2.4.6 2-.7 4.7 1 1.2.9 1.4 1.5h1.7l-.7 1.1 2 2.2 1.9 2.7.1.4 1.3 3.9 1 1.4.7 1.9v1.2l-1 .9-.2.4v.2l.2.5.4-.2.7-.4 1-.2 1.6.2 1.1.1 1.7-.8 1.2-.6 1.8.8h2l.9.3 2.4 1.1 1.2.1.4-.3.3-.6-.1-.8-1-1.1-2-2.4-.8-1.2-.6-1.7-.2-2.2-.2-1.5.3-2 .5-.7.4-1.6.1-.4 1.2-1.5 3-2 3.2-2.8 2.5-1.7 2.6-1.1v-.3l.4.1 6.6-2.3 3-.5 20 1.4.7-.2.7-1.9.3-.3.3-.2 2.2-1 1-.2 2.8.7 1.2.3 1.9-1h1.3l2.7-1.5h1.7l.7-.2 3.3-2.4 3.1-.9.8-.4.3-.2 3.3-1.7 2-1.6 1.8-1 2-.4 5-.4 1.1-1.7 2.2-.3 1.3-1.5 1.5-.6 1.1-1.6 1-1.3 1.2-.7 4.1-.3 4.8.6.7-.4 1-3.9 1.2-.7 3-4.5v-1.6l.1-1.4.5-2-.3-3.4.4-3.6 1.9-4.5 1.7-1.8 2.7-1.9 1.4-.6 2-.3h.2l.5-.2h9.2l2.3-.1 5.7 1h.4l1.9.7 2.2 1.7 2.4 2.3.4.4 1.5.7.5.2 1.2-.2 1.8-1 1.4-1 1.8-1v-.2l1.1-1.5.4-.7 3.6-1.4 4.2-.2.5-.3h.2l1.1-1.4h1l2.6 1 1.7-.4 1.4.5 1.1-.1 2-.3 2.3 1.6 1.3.2 4.5 2.6h.4l.2.1.5-.2.8-.2h.1l.1.1.6.7.7.1.8-1-.3-.6-.1-.2-1.7-.3-1.4-2.5 1.4-1.5-2.2-2.6-.4-.5v-.1l-.8-1.2-3.8-5.8-5-4-1.7-1.3-.6-.5-2.7-2.7-1.9-2.5-.2-.5-.4-.9-1.1-2.4-2-1.5-1.6-1.8-3.4-4.6-.5-.7-.8-.5h-1.7l-.1-.2h-.1v-.1l.8-.8 1-.2.3-.9-1.7-4.9v-.2l-.1-1.5 1.3-7.1.2-.9 2.4-4.7 1.4-1.2 1.6-3.1 1.4-2 1.3-1.3.2-.1 2.3-1.4 2-.3 1.9-.3 3.3 1h3l.7-.1 1.4-.2 2.3-.7 1.1-.7.6-.8 1.2-4 .4-1.3.7-1.4 4.3-4.9 3.2-3 7.2-5.2 3.5-2.1 1.8-1.1 16.1-7.2 4.2-4.2 2.2-2.2 3.8-2.6 4.5-1.9 4-3 .8-1.1 1-3.5 1-.2.7-1.7.3-.5 3.1-2.2.4-.2 12.3-6.2 1.8.3 1-1.5 3.5-.6h.7l.9-.5.7-1.3v-.3l.1-3.4.8-.9.4-2.2.4-.6.4-.5 1-.7-.2-.4z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.cz:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-74 0h682.7v512H-74z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='translate(69.4) scale(.94)'%3E%3Cpath fill='%23e80000' d='M-74 0h768v512H-74z'/%3E%3Cpath fill='%23fff' d='M-74 0h768v256H-74z'/%3E%3Cpath fill='%2300006f' d='M-74 0l382.7 255.7L-74 511V0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.dk:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23c8102e' d='M0 0h640.1v480H0z'/%3E%3Cpath fill='%23fff' d='M205.7 0h68.6v480h-68.6z'/%3E%3Cpath fill='%23fff' d='M0 205.7h640.1v68.6H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.fi:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23003580' d='M0 174.5h640v131H0z'/%3E%3Cpath fill='%23003580' d='M175.5 0h130.9v480h-131z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.de:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23ffce00' d='M0 320h640v160H0z'/%3E%3Cpath d='M0 0h640v160H0z'/%3E%3Cpath fill='%23d00' d='M0 160h640v160H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.gr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h120v90H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='scale(5.33)'%3E%3Cpath fill='%230d5eaf' d='M0 0h135v10H0z'/%3E%3Cpath fill='%23fff' d='M0 10h135v10H0z'/%3E%3Cpath fill='%230d5eaf' d='M0 20h135v10H0z'/%3E%3Cpath fill='%23fff' d='M0 30h135v10H0z'/%3E%3Cpath fill='%230d5eaf' d='M0 40h135v10H0z'/%3E%3Cpath fill='%23fff' d='M0 50h135v10H0z'/%3E%3Cpath fill='%230d5eaf' d='M0 60h135v10H0z'/%3E%3Cpath fill='%23fff' d='M0 70h135v10H0z'/%3E%3Cpath fill='%230d5eaf' d='M0 80h135v10H0zM0 0h50v50H0z'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M20 0h10v50H20z'/%3E%3Cpath d='M0 20h50v10H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.hu:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M640 480H0V0h640z'/%3E%3Cpath fill='%23388d00' d='M640 480H0V320h640z'/%3E%3Cpath fill='%23d43516' d='M640 160.1H0V.1h640z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.lv:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23981e32' d='M0 0h640v192H0zm0 288h640v192H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ee:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Crect width='640' height='477.9' rx='0' ry='0'/%3E%3Crect width='640' height='159.3' y='320.7' fill='%23fff' rx='0' ry='0'/%3E%3Cpath fill='%231291ff' d='M0 0h640v159.3H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.lt:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt' transform='scale(.64143 .96773)'%3E%3Crect width='1063' height='708.7' fill='%23006a44' rx='0' ry='0' transform='scale(.93865 .69686)'/%3E%3Crect width='1063' height='236.2' y='475.6' fill='%23c1272d' rx='0' ry='0' transform='scale(.93865 .69686)'/%3E%3Cpath fill='%23fdb913' d='M0 0h997.8v164.6H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.lu:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%2300a1de' d='M0 240h640v240H0z'/%3E%3Cpath fill='%23ed2939' d='M0 0h640v240H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.mc:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23f31830' d='M0 0h640v240H0z'/%3E%3Cpath fill='%23fff' d='M0 240h640v240H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.nl:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt' transform='scale(1.25 .9375)'%3E%3Crect width='512' height='509.8' fill='%23fff' rx='0' ry='0'/%3E%3Crect width='512' height='169.9' y='342.1' fill='%2321468b' rx='0' ry='0'/%3E%3Cpath fill='%23ae1c28' d='M0 0h512v170H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.no:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23ed2939' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M180 0h120v480H180z'/%3E%3Cpath fill='%23fff' d='M0 180h640v120H0z'/%3E%3Cpath fill='%23002664' d='M210 0h60v480h-60z'/%3E%3Cpath fill='%23002664' d='M0 210h640v60H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.pl:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M640 480H0V0h640z'/%3E%3Cpath fill='%23dc143c' d='M640 480H0V240h640z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.pt:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='red' d='M256 0h384v480H256z'/%3E%3Cpath fill='%23060' d='M0 0h256v480H0z'/%3E%3Cg fill='%23ff0' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.6'%3E%3Cpath d='M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8l-7.7 13.7'/%3E%3Cpath d='M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8 49.9 30.3 92.9 49 96 46.4l1.5-2.8c-.6 1-2 1.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3 6.3 0 0 1-.6-3.1h-.2l-1.2 2.2-.2.3zm175.3 123.8c-.5 1-1.6 1-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2l-1.3 2.3z'/%3E%3Cpath d='M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6'/%3E%3Cpath d='M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2a381.2 381.2 0 0 1-58.6 4.3 416.1 416.1 0 0 1-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A411.5 411.5 0 0 0 256 206a391.8 391.8 0 0 0 58.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5l1.6 2.7zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388.2 388.2 0 0 1-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0 0 53.6 3.4 384 384 0 0 0 55.4-4c21.5-3 33.1-8.4 34.9-9.8l1.5 2.6zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4-47-.4-90.7-7.6-105.3-17v9.5'/%3E%3Cpath d='M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 0 1-65.4 4.4 400 400 0 0 1-62-4.3 155 155 0 0 1-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1zm0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 0 1-65.4 4.5 414 414 0 0 1-62-4.3 155 155 0 0 1-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0 0 61.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12zm-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a249.8 249.8 0 0 0 87.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6'/%3E%3Cpath d='M344.9 297.3a143 143 0 0 1-2.8 4c-10 3.6-26 7.4-32.6 8.4a295.5 295.5 0 0 1-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a286.5 286.5 0 0 0 88.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8a287.2 287.2 0 0 1-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347.4 347.4 0 0 1-94.2-14L161 289a390 390 0 0 0 95.4 14c25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1a2.9 2.9 0 0 0 0-.2l2.6-1z'/%3E%3Cpath d='M350.8 237.6c.1 30-15.3 57-27.6 68.8a99.3 99.3 0 0 1-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9a101 101 0 0 1-27.5-67.4c1.8-32.8 14.7-55.6 33.3-71.3a99.6 99.6 0 0 1 64.2-22.7 98.2 98.2 0 0 1 71 35.6c12.5 15.2 18 31.7 20.9 56.7zM255.6 135a106 106 0 0 1 106 105.2 105.6 105.6 0 1 1-211.4 0c-.1-58 47.3-105.2 105.4-105.2'/%3E%3Cpath d='M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6c0-58.2 47.4-105.6 105.6-105.6zM152.6 240c0 56.8 46.7 103.3 103.3 103.3 56.6 0 103.3-46.5 103.3-103.3s-46.7-103.3-103.3-103.3S152.6 183.2 152.6 240z'/%3E%3Cpath d='M256 143.3a97 97 0 0 1 96.7 96.7 97.1 97.1 0 0 1-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97.1 97.1 0 0 1 96.7-96.7zM161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8 94.8 0 0 0-94.4 94.4z'/%3E%3Cpath d='M260.3 134h-9.1v212.3h9z'/%3E%3Cpath d='M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3V132.8z'/%3E%3Cpath d='M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z'/%3E%3Cpath d='M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1a383 383 0 0 1 68.3 6c19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 0 0-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2zm-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5'/%3E%3Cpath d='M256 176.7a354 354 0 0 1 61.3 4.3c16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a108.9 108.9 0 0 0-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2zm0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0 1 30.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2a361 361 0 0 0-59.5 4.4 97.3 97.3 0 0 0-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0 1 59.9-4.4zM308.4 284a276.4 276.4 0 0 0-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2 21.9.4 40.8 1.9 56.6 5l-4.5 8'/%3E%3Cpath d='M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4zm.8-9.2a327 327 0 0 1 57.3 5l-1.3 2.3a299 299 0 0 0-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7z'/%3E%3Cpath d='M349.4 290.5l-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z'/%3E%3Cpath d='M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1l1.3-2.6zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183c0 .1 0-.2.4-.5 1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z'/%3E%3C/g%3E%3Cg transform='translate(0 26.7) scale(1.06667)'%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.7' d='M180.6 211a58.7 58.7 0 0 0 17.5 41.7 59 59 0 0 0 41.8 17.6 59.4 59.4 0 0 0 42-17.4 59 59 0 0 0 17.4-41.8v-79.2l-118.7-.2V211z'/%3E%3Cpath fill='red' stroke='%23000' stroke-width='.5' d='M182.8 211.1a56.4 56.4 0 0 0 16.8 40 57 57 0 0 0 40.2 16.8 56.9 56.9 0 0 0 40.2-16.6 56.4 56.4 0 0 0 16.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33.2 33.2 0 0 1-10 24 34 34 0 0 1-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 0 1-10-24v-54l68 .2z'/%3E%3Cg id='e'%3E%3Cg id='d' fill='%23ff0' stroke='%23000' stroke-width='.5'%3E%3Cpath stroke='none' d='M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9h-8.3'/%3E%3Cpath d='M186.8 147.7l-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4h-15zm-1 6.4h17c.3 0 .6.3.6.7 0 .5-.3.8-.6.8h-17c-.3 0-.6-.3-.6-.8 0-.4.3-.7.7-.7z'/%3E%3Cpath d='M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3c.3 0 .6.4.6.8 0 .3-.3.6-.6.6h-16.3c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6zm.4 1.5H202c.3 0 .6.3.6.7 0 .4-.3.7-.6.7h-15.5c-.4 0-.6-.3-.6-.7 0-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.4c-.3 0-.6-.2-.6-.5v-2zm4.6 2.7l.3 6.4h-4.3l.3-6.5h3.7'/%3E%3Cpath id='a' d='M191 141.6v3.4h-4v-3.4h4z'/%3E%3Cuse width='100%25' height='100%25' x='10.6' xlink:href='%23a'/%3E%3Cpath id='b' d='M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.3a.6.6 0 0 1-.6-.6v-2z'/%3E%3Cuse width='100%25' height='100%25' x='10.6' xlink:href='%23b'/%3E%3Cpath fill='%23000' stroke='none' d='M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9v-1.6'/%3E%3Cpath id='c' fill='%23000' stroke='none' d='M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8v-1.2'/%3E%3Cuse width='100%25' height='100%25' x='10.6' xlink:href='%23c'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' y='46.3' xlink:href='%23d'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(-45.2 312.8 180)' xlink:href='%23d'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' x='45.7' xlink:href='%23d'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 479.8 0)' xlink:href='%23e'/%3E%3Cg id='f' fill='%23fff'%3E%3Cpath fill='%23039' d='M232.6 202.4a8.3 8.3 0 0 0 2.2 5.7 7.2 7.2 0 0 0 5.3 2.4c2.1 0 4-1 5.3-2.4a8.3 8.3 0 0 0 2.2-5.7v-10.8h-15v10.8'/%3E%3Ccircle cx='236.1' cy='195.7' r='1.5'/%3E%3Ccircle cx='244.4' cy='195.7' r='1.5'/%3E%3Ccircle cx='240.2' cy='199.7' r='1.5'/%3E%3Ccircle cx='236.1' cy='203.9' r='1.5'/%3E%3Ccircle cx='244.4' cy='203.9' r='1.5'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' y='-26' xlink:href='%23f'/%3E%3Cuse width='100%25' height='100%25' x='-20.8' xlink:href='%23f'/%3E%3Cuse width='100%25' height='100%25' x='20.8' xlink:href='%23f'/%3E%3Cuse width='100%25' height='100%25' y='25.8' xlink:href='%23f'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ro:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%2300319c' d='M0 0h213.3v480H0z'/%3E%3Cpath fill='%23ffde00' d='M213.3 0h213.4v480H213.3z'/%3E%3Cpath fill='%23de2110' d='M426.7 0H640v480H426.7z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ru:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%230039a6' d='M0 160h640v320H0z'/%3E%3Cpath fill='%23d52b1e' d='M0 320h640v160H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.si:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-15 0h682.6v512H-15.1z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='translate(14.1) scale(.9375)'%3E%3Cpath fill='%23fff' d='M-62 0H962v512H-62z'/%3E%3Cpath fill='%23de2918' d='M-62 341.3H962V512H-62z'/%3E%3Cpath fill='%2308399c' d='M-62 170.7H962v170.6H-62z'/%3E%3Cpath fill='%23de2918' d='M228.4 93c-4 61.6-6.4 95.4-15.7 111-10.2 16.8-20 29.1-59.7 44-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6 20.6-6.5 27.1-7.8 9.3-2 17.3-4.2 42.3-4.7 25 .4 33 2.8 42.3 4.8 6.4 1.4 15.6 4 27.3 7.7l5.9 2z'/%3E%3Cpath fill='%2308399c' d='M222.6 91c-3.8 61.5-7 89.7-12 103.2-9.6 23.2-24.8 35.9-57.6 48-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3 11.6-3.6 20.6-6.4 27.1-7.7 9.3-2 17.3-4.3 42.3-4.7 25 .4 33 2.7 42.3 4.7a284 284 0 0 1 27.4 7.7z'/%3E%3Cpath fill='%23fc0' d='M153 109.8l1.5 3.7 7 1-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.7-1 1.5-3.7z'/%3E%3Cpath fill='%23fff' d='M208.3 179.6l-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5 4.3-2.6 4.7-3.3 3-3.7-2.9-2.7-4.8-10.3-18.3-10.3 18.3-2.7 4.8-3.7 2.9-3.3-3-2.7-4.7-4.9-4.3-1.9 1.8-2.9 2.4-2.6 4.7-5.4 4.9-2.9 4.7-5.4 4.7-2.7 4.6-3.9 3a65.8 65.8 0 0 0 18.6 36.3 107 107 0 0 0 36.6 20.5 104.1 104.1 0 0 0 36.8-20.5c5.8-6 16.6-19.3 18.6-36.3z'/%3E%3Cpath fill='%23fc0' d='M169.4 83.9l1.6 3.7 7 1-4.6 2.7 4.4 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.6-1 1.6-3.7zm-33 0l1.6 3.7 7 .9-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.4-6-.9 4-3-4.2-2.7 6.7-1 1.5-3.7z'/%3E%3Cpath fill='%2308399c' d='M199.7 203h-7.4l-7-.5-8.3-4h-9.4l-8.1 4-6.5.6-6.4-.6-8.1-4H129l-8.4 4-6.9.6-7.6-.1-3.6-6.2.1-.2 11.2 1.9 6.9-.5 8.3-4.1h9.4l8.2 4 6.4.6 6.5-.6 8.1-4h9.4l8.4 4 6.9.6 10.8-2 .2.4-3.7 6.1zm-86.4 9.5l7.4-.5 8.3-4h9.4l8.2 4 6.4.5 6.4-.5 8.2-4h9.4l8.3 4 7.5.5 4.8-6h-.1l-5.2 1.4-6.9-.5-8.3-4h-9.4l-8.2 4-6.4.6-6.5-.6-8.1-4H129l-8.4 4-6.9.6-5-1.3v.2l4.5 5.6z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.es:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23c60b1e' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23ffc400' d='M0 120h640v240H0z'/%3E%3Cpath fill='%23ad1519' d='M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z'/%3E%3Cpath fill='%23c8b100' d='M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z'/%3E%3Cpath fill='%23c8b100' d='M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z'/%3E%3Cpath fill='%23c8b100' d='M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9'/%3E%3Cpath fill='%23c8b100' d='M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4'/%3E%3Cpath fill='%23c8b100' d='M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8'/%3E%3Cpath fill='%23c8b100' d='M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6'/%3E%3Cpath fill='%23c8b100' d='M127.8 215.3l-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M127.8 215.3l-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a5.7 5.7 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6'/%3E%3Cpath fill='%23c8b100' d='M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z'/%3E%3Cpath fill='%23c8b100' d='M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1l.2-.6z'/%3E%3Cpath fill='%23c8b100' d='M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a.7.7 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3z'/%3E%3Cpath fill='%23c8b100' d='M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1z'/%3E%3Cpath fill='%23fff' d='M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z'/%3E%3Cpath fill='%23ad1519' d='M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1'/%3E%3Cpath fill='%23058e6e' d='M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7'/%3E%3Cpath fill='%23ad1519' d='M127.3 215.3l.3-.4h.7l-.4.6-.6-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M127.3 215.3l.3-.4h.7l-.4.6-.6-.2'/%3E%3Cpath fill='%23fff' d='M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4z'/%3E%3Cpath fill='%23058e6e' d='M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7'/%3E%3Cpath fill='%23ad1519' d='M142 215.4l-.3-.5h-.7l.3.6.6-.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M142 215.4l-.3-.5h-.7l.3.6.6-.1'/%3E%3Cpath fill='%23ad1519' d='M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6z'/%3E%3Cpath fill='%23c8b100' d='M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z'/%3E%3Cpath fill='%23c8b100' d='M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z'/%3E%3Cpath fill='%23c8b100' d='M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z'/%3E%3Cpath fill='%23c8b100' d='M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z'/%3E%3Cpath fill='%23c8b100' d='M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5'/%3E%3Cpath fill='%23c8b100' d='M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3E%3Cpath fill='%23c8b100' d='M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6'/%3E%3Cpath fill='%23c8b100' d='M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3'/%3E%3Cpath fill='%23c8b100' d='M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3E%3Cpath fill='%23c8b100' d='M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5'/%3E%3Cpath fill='%23c8b100' d='M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3E%3Cpath fill='%23c8b100' d='M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3'/%3E%3Cpath fill='%23c8b100' d='M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6'/%3E%3Cpath fill='%23c8b100' d='M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3E%3Cpath fill='%23c8b100' d='M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4'/%3E%3Cpath fill='%23c8b100' d='M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5z'/%3E%3Cpath fill='%23c8b100' d='M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1z'/%3E%3Cpath fill='%23c8b100' d='M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z'/%3E%3Cpath fill='%23c8b100' d='M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z'/%3E%3Cpath fill='%23c8b100' d='M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z'/%3E%3Cpath fill='%23c8b100' d='M124 223h21.4v-5.5H124v5.6z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M124 223h21.4v-5.5H124v5.6z'/%3E%3Cpath fill='%23c8b100' d='M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2z'/%3E%3Cpath fill='%23c8b100' d='M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z'/%3E%3Cpath fill='%23c8b100' d='M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z'/%3E%3Cpath fill='%23005bbf' d='M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z'/%3E%3Cpath fill='%23ccc' d='M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3'/%3E%3Cpath fill='%23005bbf' d='M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322'/%3E%3Cpath fill='%23ccc' d='M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3'/%3E%3Cpath fill='%23005bbf' d='M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z'/%3E%3Cpath fill='%23c8b100' d='M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0z'/%3E%3Cpath fill='%23c8b100' d='M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z'/%3E%3Cpath fill='%23c8b100' d='M123.7 316.7h22V311h-22v5.6z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M123.7 316.7h22V311h-22v5.6z'/%3E%3Cpath fill='%23ad1519' d='M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8z'/%3E%3Cpath fill='%23ccc' d='M126.8 305.6h15.6V229h-15.6v76.5z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z'/%3E%3Cpath fill='%23ad1519' d='M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4'/%3E%3Cpath fill='%23ad1519' d='M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4'/%3E%3Cpath fill='%23ad1519' d='M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5'/%3E%3Cpath fill='%23ad1519' d='M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z'/%3E%3Cpath fill='%23c8b100' d='M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7l.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 0 1-.6.3l-1-2.3m7.3-2.5l-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 0 1-1 0 54.8 54.8 0 0 1-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 0 1 3.5 6h1m8.8-4.7l.4-.9a3.4 3.4 0 0 0-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 0 1-.4 1.1 4 4 0 0 0 1.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2'/%3E%3Cpath fill='%23ad1519' d='M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z'/%3E%3Cpath fill='%23c8b100' d='M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z'/%3E%3Cpath fill='%23c8b100' d='M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z'/%3E%3Cpath fill='%23c8b100' d='M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5.2 5.2 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6'/%3E%3Cpath fill='%23c8b100' d='M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z'/%3E%3Cpath fill='%23fff' d='M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm-.2-1.4a.4.4 0 0 1 .4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.3' d='M287.8 211.2l.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M283 209.2l.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 0 1 .5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 0 1 .5-.4c.2 0 .4.1.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z'/%3E%3Cpath fill='%23fff' d='M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='.3' d='M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M272.7 209.2a1.7 1.7 0 0 1-.3-.8c0-1 1.2-2 2.6-2a3 3 0 0 1 1.5.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 0 1-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2z'/%3E%3Cpath fill='%23c8b100' d='M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1z'/%3E%3Cpath fill='%23fff' d='M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z'/%3E%3Cpath fill='%23ad1519' d='M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1'/%3E%3Cpath fill='%23058e6e' d='M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7'/%3E%3Cpath fill='%23ad1519' d='M270.5 215.3l.3-.4h.7l-.4.6-.6-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M270.5 215.3l.3-.4h.7l-.4.6-.6-.2'/%3E%3Cpath fill='%23fff' d='M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4z'/%3E%3Cpath fill='%23058e6e' d='M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7'/%3E%3Cpath fill='%23ad1519' d='M285.1 215.4l-.2-.5h-.7l.3.6.6-.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M285.1 215.4l-.2-.5h-.7l.3.6.6-.1'/%3E%3Cpath fill='%23ad1519' d='M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z'/%3E%3Cpath fill='%23c8b100' d='M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z'/%3E%3Cpath fill='%23c8b100' d='M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z'/%3E%3Cpath fill='%23c8b100' d='M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z'/%3E%3Cpath fill='%23c8b100' d='M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z'/%3E%3Cpath fill='%23c8b100' d='M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5'/%3E%3Cpath fill='%23c8b100' d='M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6'/%3E%3Cpath fill='%23c8b100' d='M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6'/%3E%3Cpath fill='%23c8b100' d='M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3'/%3E%3Cpath fill='%23c8b100' d='M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6'/%3E%3Cpath fill='%23c8b100' d='M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5'/%3E%3Cpath fill='%23c8b100' d='M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4'/%3E%3Cpath fill='%23c8b100' d='M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3'/%3E%3Cpath fill='%23c8b100' d='M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6'/%3E%3Cpath fill='%23c8b100' d='M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5'/%3E%3Cpath fill='%23c8b100' d='M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4'/%3E%3Cpath fill='%23c8b100' d='M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill='%23c8b100' d='M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z'/%3E%3Cpath fill='%23c8b100' d='M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 0 1-.8-.8'/%3E%3Cpath fill='%23c8b100' d='M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z'/%3E%3Cpath fill='%23c8b100' d='M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 0 1-.8-.8c0-.4.2-.7.6-.8'/%3E%3Cpath fill='%23c8b100' d='M268 212.2l-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M268 212.2l-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z'/%3E%3Cpath fill='%23c8b100' d='M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z'/%3E%3Cpath fill='%23c8b100' d='M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7l.1.3z'/%3E%3Cpath fill='%23c8b100' d='M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z'/%3E%3Cpath fill='%23c8b100' d='M267.2 223h21.4v-5.5h-21.4v5.6z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M267.2 223h21.4v-5.5h-21.4v5.6z'/%3E%3Cpath fill='%23c8b100' d='M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z'/%3E%3Cpath fill='%23c8b100' d='M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z'/%3E%3Cpath fill='%23c8b100' d='M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z'/%3E%3Cpath fill='%23005bbf' d='M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z'/%3E%3Cpath fill='%23ccc' d='M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3'/%3E%3Cpath fill='%23005bbf' d='M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322'/%3E%3Cpath fill='%23ccc' d='M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3'/%3E%3Cpath fill='%23005bbf' d='M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z'/%3E%3Cpath fill='%23c8b100' d='M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z'/%3E%3Cpath fill='%23c8b100' d='M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z'/%3E%3Cpath fill='%23c8b100' d='M266.9 316.7h22V311h-22v5.6z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M266.9 316.7h22V311h-22v5.6z'/%3E%3Cpath fill='%23ad1519' d='M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8z'/%3E%3Cpath fill='%23ccc' d='M270.1 305.6h15.6V229h-15.6v76.5z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z'/%3E%3Cpath fill='%23ad1519' d='M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4'/%3E%3Cpath fill='%23ad1519' d='M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4'/%3E%3Cpath fill='%23ad1519' d='M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5'/%3E%3Cpath fill='%23ad1519' d='M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z'/%3E%3Cpath fill='%23c8b100' d='M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 0 1-.5.1 52.8 52.8 0 0 1-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 0 1 4 5.7h.5l.5-.1m6-6.6h-1a8 8 0 0 1-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1l2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 0 1 2 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7l-.2 2 .8.5.9.5.5-7a3.4 3.4 0 0 1-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5l2-1.4-.2 2.3-1.8-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2z'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.3' d='M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0 0 14.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 0 1 7.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 0 1 7.5-4.7 26 26 0 0 1 10.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 0 0 8-2c3.7-1.5 9-2.5 15.5-2.5z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 0 1-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0 1 29.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 0 1 0 2.4c-7.5 2.2-18 3.6-29.8 3.6'/%3E%3Cpath fill='%23ad1519' d='M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M206.9 215.7v-6.3m-1.7 6.3v-6.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M203.6 215.7v-6.3m-1.6 6.3v-6.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M189.7 214.5v-4.2m-1.2 4.1v-4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.6' d='M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.7' d='M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.9' d='M179.8 212.8v-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M206 207.4a108 108 0 0 0-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0 1 33 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 0 1-1.3-.6 1 1 0 0 1 .7-1.3 121 121 0 0 1 33.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.4' d='M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M206.1 205.6H203a1 1 0 0 1 0-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2'/%3E%3Cpath fill='%23058e6e' stroke='%23000' stroke-width='.4' d='M190.3 206.5l-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 0 1 1-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M174 208.5l1.2-1.6 3.3.4-2.6 2-1.8-.8'/%3E%3Cpath fill='%23058e6e' stroke='%23000' stroke-width='.4' d='M222 206.5l2.3.2c.5.1 1-.3 1.1-.8a1 1 0 0 0-.9-1.1l-2.2-.3-2.4-.3a1 1 0 0 0-1.1.9c-.1.5.3 1 .9 1l2.3.4'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M238.2 208.5l-1.1-1.6-3.3.4 2.6 2 1.8-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4'/%3E%3Cpath fill='%23c8b100' d='M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8'/%3E%3Cpath fill='%23c8b100' d='M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8'/%3E%3Cpath fill='%23c8b100' d='M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z'/%3E%3Cpath fill='%23c8b100' d='M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8z'/%3E%3Cpath fill='%23c8b100' d='M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z'/%3E%3Cpath fill='%23c8b100' d='M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4z'/%3E%3Cpath fill='%23c8b100' d='M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8'/%3E%3Cpath fill='%23c8b100' d='M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8'/%3E%3Cpath fill='%23c8b100' d='M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z'/%3E%3Cpath fill='%23c8b100' d='M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8z'/%3E%3Cpath fill='%23fff' d='M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 0 1-.8-.8'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M206.2 191.8l1.2.2a4.6 4.6 0 0 0 4.5 6 4.7 4.7 0 0 0 4.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 0 0 4.7-5l1.5-1.5.7 2a4 4 0 0 0-.4 1.9 4.4 4.4 0 0 0 4.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 0 1-3.3 1 6.5 6.5 0 0 1-6.1-3.7 7 7 0 0 1-10.4-.3 7 7 0 0 1-4.6 1.8 6.9 6.9 0 0 1-5.7-3 6.9 6.9 0 0 1-5.7 3 7 7 0 0 1-4.7-1.8 7 7 0 0 1-10.4.3 6.5 6.5 0 0 1-6 3.7 6.7 6.7 0 0 1-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 0 0 3.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 0 0-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 0 0 0 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 0 0 4.5 3.1 4.6 4.6 0 0 0 4.5-6l1.2-.2'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M182.7 184a5.1 5.1 0 0 1 2.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 0 1-.7 1.6 1.9 1.9 0 0 0-1.5-.4 1.8 1.8 0 0 0-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 0 1 1-3.4m.4 9.8a1.8 1.8 0 0 1-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 0 0-3 2 5.3 5.3 0 0 0 3.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 0 0 .2-1.1 1.7 1.7 0 0 0-.6-1l1.4-1.3a10 10 0 0 1 2-.9l1.1-.4v.6a5.7 5.7 0 0 1-.2.8 5 5 0 0 1 3.4 1 5 5 0 0 1-2.9 2 6.4 6.4 0 0 0 .7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 0 1-1.8-.7'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M206.1 180.8a5.7 5.7 0 0 1 1.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 0 1-1 1.7 2.1 2.1 0 0 0-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M204.6 191.8a2 2 0 0 1-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 0 0-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 0 0 .1-2.6s.9-.7 1.8-1a8 8 0 0 1 2.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 0 1-3.6 1.6 6.9 6.9 0 0 0 .5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 0 0-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 0 1 1.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 0 0-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 0 0-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 0 1-.4.7 5 5 0 0 1 2.9 2 5.3 5.3 0 0 1-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 0 1-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 0 1-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 0 0-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 0 0 1.8-.7'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 0 1-2 2 2 2 0 0 1-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M246.3 198l.7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 0 0-2.9-2.8 3 3 0 0 0-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 0 0-2.4-1.6l-1.3-.7-.1.5a5 5 0 0 0 0 .8 7.9 7.9 0 0 0-3.7.5 4.7 4.7 0 0 0 2.5 2.2l-.8.7a4 4 0 0 0-.4.5l1.3.2 2.5.2a14.5 14.5 0 0 0 1.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 0 1 2.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 0 1 2.4-1.6l1.3-.7v1.3a7.9 7.9 0 0 1 3.7.5 4.7 4.7 0 0 1-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 0 1-1.7-.2'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.4' d='M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 0 1-2.1-2'/%3E%3Cpath fill='%23005bbf' stroke='%23000' stroke-width='.3' d='M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 0 1-4.2-4'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.3' d='M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z'/%3E%3Cpath fill='%23ccc' d='M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2z'/%3E%3Cpath fill='%23ccc' d='M206.3 270h48.3v-53.5h-48.3V270z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M206.3 270h48.3v-53.5h-48.3V270z'/%3E%3Cpath fill='%23ad1519' d='M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.5' d='M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-linejoin='round' stroke-width='.5' d='M158 301.6a24.4 24.4 0 0 0 5.5 15v-47.5h-5.4v32.5z'/%3E%3Cpath fill='%23c7b500' stroke='%23000' stroke-width='.5' d='M179.4 324.7a26.6 26.6 0 0 0 5.6 0v-55.9h-5.6v56z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.5' d='M190 323.5a19 19 0 0 0 5.8-2.5v-52.2H190l-.1 54.7z'/%3E%3Cpath fill='%23ad1519' d='M158.1 270h48.2v-53.5H158V270z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M158.1 270h48.2v-53.5H158V270z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.5' d='M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32'/%3E%3Cpath fill='%23ad1519' d='M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.5' d='M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3'/%3E%3Cpath fill='%23c8b100' d='M215.1 294.1l.1.5c0 .6-.5 1-1.1 1a1 1 0 0 1-1.1-1v-.5h-1.5a2.5 2.5 0 0 0 1.8 2.9v3.9h1.6V297a2.6 2.6 0 0 0 1.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 0 1-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 0 1-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 0 0 1.8-2.4 2 2 0 0 0 0-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 0 1 .1-.5h-5.9m-6.7 22.1a15.6 15.6 0 0 0 3.7-1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2l-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.3-4.8h1.7a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2.2-4.5l-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3l1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 0 1-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7m2.2-9.4l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9l.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 0 0 .3-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3.1 2.6zm6-4.8a1.2 1.2 0 0 0-1.5 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2.2-4.5l1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.6 18.6 0 0 0 4-2l-.4-1.7m-2.2-9.4l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7l.5 1.6h4.5l.5-1.6h-5.5m21.1 0l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2'/%3E%3Cpath fill='%23c8b100' d='M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 0 0-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 0 1 .2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 0 1 1-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.7 2.5 2.5 2.5 0 0 0 1.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 0 1-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 0 1 2.4-1.7 2.6 2.6 0 0 1 2.7 2.5 2.5 2.5 0 0 1-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4a2.6 2.6 0 0 1 2.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm-17.8 4l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m30.6 0l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m-25.5.8l1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8l-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.6m0-1.6l.5-1.6h4.6l.5 1.6h-5.6m-5.9 5l-1.7.5v4.3l1.7.5V281m1.7 0l1.6.5v4.3l-1.6.5V281'/%3E%3Cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M232.7 316.3a15.6 15.6 0 0 0 3.7-1.1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 0 1-.2-.5h-4V294h4a2.6 2.6 0 0 1 .2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 0 1 .2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.6 2.5 2.5 2.5 0 0 0 1.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8l-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.2-4.8h1.6a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-8.4-13.1V297a2.5 2.5 0 0 1-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 0 1-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2-4.5l-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3l1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7'/%3E%3Cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M221.9 305.1l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 0 1-1.1-1zm25.7 19.4l.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 0 0 .2-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3 2.6zm8.4-13.1V297a2.5 2.5 0 0 0 1.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 0 0-1.6 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2-4.5l1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 0 1-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 0 1 2.5-1.7 2.6 2.6 0 0 1 2.6 2.5 2.5 2.5 0 0 1-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm8.8 33.8a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.7 18.7 0 0 0 4-2l-.4-1.7m-27.4-31.4l-1.7.5v4.3l1.7.5v-5.2m1.7 0l1.6.4v4.3l-1.6.5V283m30.5 0l-1.7.5v4.3l1.7.5V283'/%3E%3Cpath fill='none' stroke='%23c8b100' stroke-width='.3' d='M247.1 283.1l1.7.5v4.3l-1.7.5V283m-8.6 22l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20l1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m0 1.5l.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1zm-4.4-.7l-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.5m0-1.6l.4-1.6h4.6l.5 1.6h-5.5m-6 5l-1.6.5v4.3l1.6.5V281m1.7 0l1.6.5v4.3l-1.6.5V281'/%3E%3Cpath fill='%23058e6e' d='M227.7 294.7a2.6 2.6 0 0 1 2.6-2.5 2.6 2.6 0 0 1 2.6 2.5 2.6 2.6 0 0 1-2.6 2.4c-1.4 0-2.6-1-2.6-2.4'/%3E%3Cpath fill='%23db4446' d='M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z'/%3E%3Cpath fill='%23ed72aa' stroke='%23000' stroke-width='.4' d='M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 0 1-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 0 1 .2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 0 1-1-1l-.4-1.4a4.2 4.2 0 0 1 0-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 0 1-.7.8h-.9a2.5 2.5 0 0 0-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 0 0-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 0 1-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 0 0-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 0 0 2-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 0 0-1.8-.6 9 9 0 0 1-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 0 1 2.2 2.1'/%3E%3Cpath d='M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z'/%3E%3Cpath d='M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M237.3 231.3l-.4-.7a8 8 0 0 1-.3-.4'/%3E%3Cpath fill='%23db4446' d='M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8z'/%3E%3Cpath fill='%23db4446' d='M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 0 0 .4-.6z'/%3E%3Cpath fill='%23db4446' d='M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z'/%3E%3Cpath d='M228.2 230.5l.3-.5.3.5h-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M228.2 230.5l.3-.5.3.5h-.7'/%3E%3Cpath d='M229 230.5l.3-.5.4.5h-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M229 230.5l.3-.5.4.5h-.8'/%3E%3Cpath d='M228.6 227.3l.8.3-.7.4-.1-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M228.6 227.3l.8.3-.7.4-.1-.6'/%3E%3Cpath d='M229.5 227.6l.7.2-.5.4-.2-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M229.5 227.6l.7.2-.5.4-.2-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 0 0 1.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 0 0-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5l1.3-.8a4 4 0 0 0 1-1'/%3E%3Cpath fill='%23db4446' d='M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z'/%3E%3Cpath fill='%23db4446' d='M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z'/%3E%3Cpath fill='%23db4446' d='M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3'/%3E%3Cpath fill='%23db4446' d='M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z'/%3E%3Cpath fill='%23db4446' d='M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z'/%3E%3Cpath fill='%23db4446' d='M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z'/%3E%3Cpath fill='%23db4446' d='M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z'/%3E%3Cpath fill='%23db4446' d='M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 0 1-.7-.3z'/%3E%3Cpath fill='%23db4446' d='M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z'/%3E%3Cpath fill='%23ffd691' stroke='%23000' stroke-width='.5' d='M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7'/%3E%3Cpath fill='%23058e6e' stroke='%23000' stroke-width='.5' d='M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1'/%3E%3Cpath fill='%23ad1519' stroke='%23000' stroke-width='.5' d='M206.7 323.8a4.8 4.8 0 0 1 0-7.1 4.8 4.8 0 0 1 1.5 3.5 4.9 4.9 0 0 1-1.5 3.6'/%3E%3Cpath fill='%23058e6e' stroke='%23000' stroke-width='.5' d='M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3'/%3E%3Cpath fill='%23fff' d='M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z'/%3E%3Cpath fill='%23fff' d='M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z'/%3E%3Cpath fill='%23fff' d='M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 0 1-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1'/%3E%3Cpath fill='%23fff' d='M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z'/%3E%3Cpath fill='%23fff' d='M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z'/%3E%3Cpath fill='%23fff' d='M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z'/%3E%3Cpath fill='%23fff' d='M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z'/%3E%3Cpath fill='%23fff' d='M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z'/%3E%3Cpath fill='%23fff' d='M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.4' d='M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1'/%3E%3Cpath fill='%23fff' d='M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z'/%3E%3Cpath fill='%23fff' d='M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23fff' d='M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.4' d='M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z'/%3E%3Cpath fill='%23c8b100' stroke='%23000' stroke-width='.4' d='M179.3 258.2l-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0l2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3l1-2a5.3 5.3 0 0 0-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12l.4-4.4h-4.2l.2 4.4h3.6zm3.3 0l-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0l.2-4.4h-4.2l.5 4.4h3.5z'/%3E%3Cpath fill='%230039f0' d='M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z'/%3E%3Cpath fill='%23ad1519' d='M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.6' d='M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z'/%3E%3Cpath fill='%23005bbf' d='M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.6' d='M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z'/%3E%3Cpath fill='%23c8b100' d='M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3E%3Cpath fill='%23c8b100' d='M199.2 269.9h4.1v-1h-4.1v1z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M199.2 269.9h4.1v-1h-4.1v1z'/%3E%3Cpath fill='%23c8b100' d='M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 .9.9 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3E%3Cpath fill='%23c8b100' d='M209.4 269.9h4.1v-1h-4.1v1z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M209.4 269.9h4.1v-1h-4.1v1z'/%3E%3Cpath fill='%23c8b100' d='M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='.3' d='M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z'/%3E%3Cpath fill='%23c8b100' d='M204.3 278.6h4.1v-1h-4.1v1z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M204.3 278.6h4.1v-1h-4.1v1z'/%3E%3Cpath fill='%23c8b100' d='M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z'/%3E%3Cpath d='M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z'/%3E%3Cpath d='M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3'/%3E%3Cpath d='M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1'/%3E%3Cpath d='M233.7 223h.2v.2h-.2s-.1-.1 0-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M233.7 223h.2v.2h-.2s-.1-.1 0-.2z'/%3E%3Cpath d='M237.3 225.5v-.2h-.3l.1.2h.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M237.3 225.5v-.2h-.3l.1.2h.2z'/%3E%3Cpath d='M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2'/%3E%3Cpath d='M238.8 227v-.3h-.3v.2h.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M238.8 227v-.3h-.3v.2h.3z'/%3E%3Cpath fill='%23c8b100' d='M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5'/%3E%3Cpath fill='%23c8b100' d='M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3'/%3E%3Cpath fill='%23c8b100' d='M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5'/%3E%3Cpath fill='%23c8b100' d='M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3z'/%3E%3Cpath fill='%23c8b100' d='M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z'/%3E%3Cpath fill='%23c8b100' d='M234.2 221.4l-.4.4-.6-.6v-.2h1v.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M234.2 221.4l-.4.4-.6-.6v-.2h1v.4'/%3E%3Cpath fill='%23c8b100' d='M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z'/%3E%3Cpath fill='%23c8b100' d='M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5'/%3E%3Cpath fill='%23c8b100' d='M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2'/%3E%3Cpath fill='%23c8b100' d='M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5'/%3E%3Cpath fill='%23c8b100' d='M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4z'/%3E%3Cpath fill='%23c8b100' d='M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2'/%3E%3Cpath fill='%23c8b100' d='M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5'/%3E%3Cpath fill='%23c8b100' d='M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1'/%3E%3Cpath fill='%23c8b100' d='M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z'/%3E%3Cpath fill='%23c8b100' d='M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z'/%3E%3Cpath fill='%23c8b100' d='M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1'/%3E%3Cpath fill='%23c8b100' d='M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.3' d='M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='0' d='M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M129.2 216.6v-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='0' d='M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.1' d='M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='.2' d='M272.6 216.6v-.2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='0' d='M279.1 217v-1m-.6 1v-1m-.4 1.1V216'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.se:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-53.4 0h682.6v512H-53.4z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(50) scale(.9375)'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23006aa7' d='M-121.1.3h256v204.8h-256zm0 306.9h256V512h-256z'/%3E%3Cpath fill='%23fecc00' d='M-121.1 205h256v102.4h-256z'/%3E%3Cpath fill='%23fecc00' d='M133.8 0h102.4v512H133.8z'/%3E%3Cpath fill='%23fecc00' d='M233 205h460.8v102.4H233z'/%3E%3Cpath fill='%23006aa7' d='M236.2 307.2H697V512H236.2zm0-306.9H697v204.8H236.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ua:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23ffd500' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23005bbb' d='M0 0h640v240H0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.gb:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(80) scale(.94)'%3E%3Cg stroke-width='1pt'%3E%3Cpath fill='%23012169' d='M-256 0H768v512H-256z'/%3E%3Cpath fill='%23fff' d='M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z'/%3E%3Cpath fill='%23fff' d='M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z'/%3E%3Cpath fill='%23c8102e' d='M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512L85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512L426.7 341.3H503l265 132.5V512z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.az:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%233f9c35' d='M.1 0h640v480H.1z'/%3E%3Cpath fill='%23ed2939' d='M.1 0h640v320H.1z'/%3E%3Cpath fill='%2300b9e4' d='M.1 0h640v160H.1z'/%3E%3Ccircle cx='304' cy='240' r='72' fill='%23fff'/%3E%3Ccircle cx='320' cy='240' r='60' fill='%23ed2939'/%3E%3Cpath fill='%23fff' d='M384 200l7.7 21.5 20.6-9.8-9.8 20.7L424 240l-21.5 7.7 9.8 20.6-20.6-9.8L384 280l-7.7-21.5-20.6 9.8 9.8-20.6L344 240l21.5-7.7-9.8-20.6 20.6 9.8L384 200z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.il:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-87.6 0H595v512H-87.6z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='translate(82.1) scale(.94)'%3E%3Cpath fill='%23fff' d='M619.4 512H-112V0h731.4z'/%3E%3Cpath fill='%2300c' d='M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275l110.1 191.6L359 191.6l-222.6-.8z'/%3E%3Cpath fill='%23fff' d='M225.8 317.8l20.9 35.5 21.4-35.3-42.4-.2z'/%3E%3Cpath fill='%2300c' d='M136 320.6L246.2 129l112.4 190.8-222.6.8z'/%3E%3Cpath fill='%23fff' d='M225.8 191.6l20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5l41.2.3-19.8 36.3-21.4-36.6zm151.2 67l20.9 35.5-41.7-.5 20.8-35zm20.5-67l-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ae:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%2300732f' d='M0 0h640v160H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cpath d='M0 320h640v160H0z'/%3E%3Cpath fill='red' d='M0 0h220v480H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.bh:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h640v480H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)'%3E%3Cpath fill='%23e10011' d='M-32.5 0h720v480h-720z'/%3E%3Cpath fill='%23fff' d='M114.3 479.8l-146.8.2V0h146l94.3 30.4-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.eg:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath d='M0 320h640v160H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cpath fill='%23ce1126' d='M0 0h640v160H0z'/%3E%3Cg fill='%23fff' stroke='%23c09300' transform='matrix(.8 0 0 .8 -40 0)'%3E%3Cpath stroke-linejoin='round' stroke-width='1.3' d='M450.8 302.4l68.5 63.6-4.9-115.5c-.7-17.5-15.9-13.5-27-7.2-11.1 7.2-24 7.2-37.4 2.5-13.5 4.7-26.3 4.7-37.4-2.5-11-6.3-26.3-10.3-27 7.2L380.7 366l70.1-63.6z'/%3E%3Cpath id='a' fill='%23c09300' stroke='none' d='M393.5 246.5l-4.8 112.3-8 7.2 4.9-115.5a24 24 0 0 1 7.9-4zm9.6 8l-4 94-8 8.2 4.8-108.5c1.6 1.6 6.3 5.5 7.2 6.3zm8.7 7.2l-3.1 78.4-6.5 6.3 4-89.4c1.6 1.5 4.8 3.8 5.6 4.7zm9.5 4l-3.1 66.8-6.3 5.1 3.1-74.3c1.6.7 4.7 2.4 6.3 2.4zm8.8 0l-2.3 55.7-6.5 6.3 2.5-61.3c1.5 0 5.6 0 6.3-.7z'/%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 900 0)' xlink:href='%23a'/%3E%3Cpath fill='%23c09300' stroke-width='1.1' d='M453.2 315l9.6 43.8-3.2 3.2-3.3-2.5-5.4-39 2.3 39-3.2 4-3.1-4 2.3-39-5.5 39-3.3 2.5-3.2-3.2 9.6-43.7h6.4z'/%3E%3Cg id='b' fill='none' stroke-linejoin='round' stroke-width='1.3'%3E%3Cpath fill='%23fff' stroke-width='1.2' d='M428.5 295.8l-19.1 67.7 26.3 4 11.1-50.9-18.3-20.8z'/%3E%3Cpath d='M422.2 319l2.3 5.5 12.4-11.8'/%3E%3Cpath d='M430.8 305l2.6 24.3 7.9-10.4m-3.2 4l4.3 15m1.7-5.5l-8.7 13.2m2.7 13.2l-2.8-13.2-2.4-13.4-5.9 7.9-2.5-9.1-8.2 8.4 4.1 15.2 5.8-9.4 3.1 9.6 6-9.2'/%3E%3Cpath d='M415 362l5.3-7.5 3.4 11.5 4.8-8 3.1 9.6'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='matrix(-1 0 0 1 900 0)' xlink:href='%23b'/%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3'%3E%3Cpath stroke-width='2.4' d='M450 393.8c20 0 39-1.6 50.2-4.7 4.7-.9 4.7-3.3 4.7-6.5 4.8-1.6 2.4-7.2 5.7-7.2-3.4 1-4-5.5-8-4.7 0-5.6-5.7-6.3-10.4-4.7-9.5 3.1-26.3 3.9-42.2 3.9-16-.8-32.6-.8-42.2-4-4.7-1.5-10.3-.8-10.3 4.8-4-.8-4.7 5.6-8 4.7 3.3 0 .8 5.7 5.6 7.2 0 3.2 0 5.6 4.8 6.5 11 3.1 30.2 4.7 50.1 4.7z'/%3E%3Cpath d='M422.9 363.5c6.4.9 13.6 1.6 19.2.9 3.2 0 5.5 5.5-.9 6.3-5.5.7-14.3 0-19-.8a231 231 0 0 1-18.4-4c-5.6-2.4-1.6-7 1.6-6.4a105.3 105.3 0 0 0 17.5 4zm54.2 0c-6.4.9-13.6 1.6-19 .9-3.4 0-5.7 5.5.7 6.3 5.6.7 14.3 0 19-.8 4-.8 12.8-2.3 18.4-4 5.6-2.4 1.6-7-1.6-6.4a105.2 105.2 0 0 1-17.5 4z'/%3E%3Cpath d='M403 360.4c-4.8-.9-7 4.7-5.5 7.9.7-1.6 4-1.6 4.7-3.2.9-2.4-.7-2.4.9-4.7zm19.2 14.7c0-3.2 3.1-2.8 3.1-6 0-1.5-.8-4-2.4-4a3.4 3.4 0 0 0-3.2 3.2c-.7 3.1 2.5 3.6 2.5 6.8zm22.7-9.1c4.7 0 4.2 6.3 2 9.5 0-2.3-4-3.2-4-4.8 0-2.4 3.6-2.4 2-4.7zm52-5.6c4.9-.9 7.2 4.7 5.6 7.9-.7-1.6-4-1.6-4.7-3.2-.9-2.4.7-2.4-.9-4.7zM478 375c0-3.2-3.2-2.8-3.2-6 0-1.5.8-4 2.4-4a3.4 3.4 0 0 1 3.2 3.2c.7 3.1-2.5 3.6-2.5 6.8zm-23-9c-4.7 0-4.2 6.3-2 9.5 0-2.3 4-3.2 4-4.8 0-2.4-3.6-2.4-2-4.7z'/%3E%3Cpath stroke-width='.9' d='M404.7 362c1.6 0 4 .7 4.7 1.6l-4.7-1.6zm7.9 2.4c.8 0 4 .7 5.5 1.6l-5.5-1.6zm28.6 3.2c-1.5 0-4.7 0-5.5.7l5.5-.8zm-8.7 0c-.9-.9-4-.9-5.6 0h5.6zm62.8-5.6a8 8 0 0 0-4.7 1.6l4.7-1.6zm-7.8 2.4c-1 0-4 .7-5.6 1.6l5.6-1.6zm-28.7 3.2c1.5 0 4.7 0 5.6.7l-5.6-.8zm8.7 0c.9-.9 4-.9 5.6 0h-5.6z'/%3E%3Cg fill='%23c09300' stroke='none'%3E%3Cpath d='M403.3 374.6c-.5-.1-.8-.6-.6-1 .1-.7.6-1 1-.8.4 0 .9.6.9.8l-.4.7-.2.1c0 .2-.4.2-.7.2zm55 3.9c-.2 0-.6-.5-.6-.7 0-.4.6-1 1-1l.8.4c.3.3.3.9-.1 1.2-.2.2-.8.2-1.1 0zm.3 2.5c-.4-.2-.5-.4-.6-.8 0-.5 0-.6.5-.9l.4-.2.4.2c.4.2.7.4.7.8 0 .3-.3.6-.7.8-.3.2-.4.2-.7 0z'/%3E%3Cpath d='M407.8 370c-.4 0-.9.4-1.2.6-.6.1-1.4.5-2 0-.6-.1-1.4 0-1.5.8.1.7 1 1 1.6.6.4-.5 1.5-.9 1.7 0-.5.8-.4 1.7-.8 2.4 0 .5-.3.9-.5 1.3-.5 0-1 0-1.4.3a2 2 0 0 0-1.6.8c-.4.6-.8 1.2-.9 2 .1.6 1 .8 1.6.9l2 .6 3.2.9c1.6.5 3.2.7 4.8 1.1l.5.1c.7.2 1-.5 1-1l1-3.6c.2-.5.5-1.5-.4-1.3-.5.3-1 .8-1.6.8-.9 0-.4 1 0 1.3 0 .6-.2 1.3-.5 1.8-.6.3-1.2 0-1.8-.2-.5 0-1.7-.3-1.2-1l.5-1.8c.3-.6.3-1.3.5-2-.4-.7-1 .3-1.5.4-.4.2-1.6.3-1 1 .6.4.2 1.1 0 1.7 0 .7-.8 1-1.4.7-.6 0-1.5-.5-1-1.1l.5-1.8.7-2c0-.7.3-1.2.6-1.8 0-.7.5-1.3.5-2 0-.3-.2-.4-.4-.4zm-3.7 7.3a.3.3 0 0 1 .3 0c.2.2.2.4 0 .6l-.3.2c-.5 0-.6-.1-.6-.3 0-.1 0-.2.3-.3a1.4 1.4 0 0 1 .4-.2zm-1 5c-.5-.4-.4-.7.3-1.3.4-.2.5-.2.9.1.6.5.6.8 0 1.3-.2.2-.3.2-.5.2-.3 0-.4 0-.7-.2zm3 1a.9.9 0 0 1-.6-1.1c.2-.4.3-.5.9-.5.7 0 .8.1.9.7 0 .4 0 .5-.3.7a1 1 0 0 1-.8.2zm89.2 0c-.2-.1-.3-.2-.3-.5 0-.4.2-.7.8-.9.6-.3 1-.3 1.2.2.3.6.3.8-.1 1.2-.2.3-.3.3-.8.3s-.6 0-.8-.2zm-85 1.2c-.4 0-.6-.4-.6-.8 0-.3 0-.4.2-.6l.6-.2.6.1c.5.4.6.8.3 1.2-.3.4-.6.4-1.2.3zm21.8 1l-.2-.3c0-.6 0-1.1.2-1.7.1-.5 0-1 .2-1.5l.4-2.8c0-.5 0-1 .2-1.4.1-.8 0-1.5.2-2.2 0-.3.3-1 .6-.6.4.6.9 1 1.4 1.5.4.3 0 .7-.3.8-.4.1-.5.6-.5 1l-.2 1.2c0 .7 0 1.3-.2 2l-.1 1.8-.2 1.2c0 .4 0 .9-.4 1.1-.3.2-.8.2-1-.1zm29.7-9.8l-1.3 1.2c-.6.5.5.7.6 1.1.2.6.2 1.2.2 1.8.2.6.3 1.1.2 1.7 0 .7-.8.5-1.2.9-.5.2-.7.7-1 1a4.2 4.2 0 0 0-.4 1.6c0 .5-.3 1 0 1.4l.1.2h.5l1.5-.1c1.2-.2 2.5-.2 3.7-.3l2.2-.2c.6.1.9-.5.9-1-.4-.7-.1-1.4-.4-2-.2-.8-.1-1.5-.2-2.2 0-.6-.7-.8-1-.4-.4.4-1 .5-1.2.9-.3.6.6.6.8 1l.1 1.5c.1.6-.5.6-1 .7-.5.2-1.2.3-1.5-.3-.2-.5-.2-1-.2-1.5 0-1-.3-1.8-.3-2.7 0-1-.3-2.1-.3-3.2 0-.5-.1-1.2-.8-1.1zm-.6 8.2h.3v.8l-.3.1a3.3 3.3 0 0 1-.4.1 2.5 2.5 0 0 1-.2 0c-.2-.2-.2-.5.1-.8l.5-.2zm-30-9.2c-.3 0-.8.7-1.2.6-.9.1-.8 1-.1 1.3v.8c.1.8-.4 1.5-.3 2.3 0 .8-.3 1.7-.3 2.6-.3.9-.3 1.8-.4 2.7-.1.8-.7.5-1.2.3v-1c.1-.9-.5-1.1-1.2-1.2-.7 0-1-.5-.8-1.1.3-.4 1-.3 1.5-.3 1 .2.9-1.1.4-1.6-.4-.6-1.2-1-1.4-1.6 0-.8-.5-1.7-1.2-2.1-1.1-.1-2 .8-2.3 1.8-.5 0-1 .2-1.4.4-.7.2-1.7 1.4-.7 1.9.5.1 2.2.5 1.4 1.2-.4.8-1.2.8-1.9.6-.7 0-1.5-.4-1.5-1.2-.1-.8-.1-1.6-.4-2.3-.2-.8-1.1-.6-1.2.2-.7.5-.6 1.4-.1 2 .3.7 0 1.6-.3 2.2-.2 1-1.2 1-1.9 1.2-.3.2-1.6 0-1.1.7a4 4 0 0 0 2.4.3c.8 0 1.5-.7 2-1.4.5-.5 1.4-.2 2.2-.2.7 0 1.5.5 2.3.1.2-.5 1.2-1.5 1.5-.5 0 .9.7 1.3 1.5 1.2.9 0 .5.6.5 1.2 0 .9.7 1.4 1.5 1.8h.8c.7-.3 1.5-.6 1.8-1.4.3-.7.3-1.5.5-2.2.2-1.1.4-2.3.4-3.4.3-1 .2-2.1.4-3.2l.3-2.3c0-.5-.2-.5-.5-.4zm-6.7 4.1c.1 0 .2.2.2.5 0 .4.2.7.5.8v.3l-.8.2c-.5 0-.9-.2-1.2-.5l-.2-.2.3-.2.5-.5c.3-.3.5-.4.7-.4zm66-7.9a8.4 8.4 0 0 0-1.7.3c-1 0-1.5 1-.5 1.6.6 1.5 1.5-.4 2.5-.2 1.4.2 1.5 1.8 1.8 3 0 1.1.4 2.2.7 3.3 1 1.1-.7 1.8-1.4 1-.6-.7-2-1.5-2.7-.6-.9.4-1 1.6-1.7 2-1.2.3-1.3-1.2-2-1.8-.6-.9-1.7-1-2.6-1.2-.4-.9-.2-2.4-1-3-.8.3-2.2 1.7-1 2.4 1 1-.5 1.4-1 2-.8.9-1 2-1 3-1.3.7-1.5-.8-1.7-1.7 0-1.1-1-.8-1.7-.4-1 .4-1.4 1.3-2 2v2c.2.9 1.2.5 1.8.4 1-.4 1.4.7.6 1.3-.6.6-2.2.3-2 1.4h1.6c1-.3 2.2-1.1 2.3-2.3.2-1 1.7-.9 2.5-1.1 1-.3 2.3-.4 2.6 1 .7.7 2.2 1.5 3 .5a2.4 2.4 0 0 0 1.1-2.3c-.1-.8 1.3-.8 1.7-.3.5.8 2.1.6 2.9 0 .8-.5 1-1.6 2.2-1.6l5.4-1.5c1.4-.3-.2-1.2-.6-1.8-1-.5-2 1.7-3.2.6-1-.7-.9-2-1.2-3.1-.3-1.4-.2-3-1.2-4-.6-.7-1.6-.9-2.5-.9zm-6.8 9.5c.1 0 .3 0 .5.2.4.2.7.6.7 1 0 .2 0 .2-.3.3l-.5.2c-.2 0-.7-.3-.7-.5v-.4c-.2-.4-.2-.4 0-.6l.3-.2zm6.5.4c.4 0 .6 0 .8.3.1.4 0 .6-.4.8l-.5.2-.4-.3c-.2-.1-.3-.2-.3-.4 0-.3.4-.6.8-.7zm-9 0c.2 0 .3 0 .4.2.2.2.3.3.3.6v.6c0 .3 0 .2-.6.2s-.7 0-.7-.6c0-.4 0-.5.3-.7.1-.2.3-.2.4-.2zm-5.4 1.5a.6.6 0 0 1 .4.4c0 .3 0 .5-.2.6-.3.1-.8.2-1 0a.6.6 0 0 1 0-.1c-.2-.1-.2-.2 0-.3v-.1l.2-.3a.5.5 0 0 1 .6-.2zm9.2 1.2l.5.1v.6h-1.2l-.1-.2c0-.2 0-.3.2-.4l.6-.1zm-17.1 4.8c-.1 0-.3-.1-.1-.2.1-.3.5-.4.8-.6a3.4 3.4 0 0 0 1.4-1c0-.4.4-.6.4-1l-.1-1.4a1.8 1.8 0 0 0-.8-1c-.3-.1-.7-.2-.8-.6 0-.3.3-.6.4-.9l.6-1.2c.3-.3.7 0 .8.2l.5 1c.3.3.5.6.6 1 .2.4.4.7.4 1l.2 1.3c0 .5 0 1.1-.2 1.6l-.6.8c-.3.3-.6.6-1 .7-.3.1-.5.4-.9.4H468l-.1-.1zm-6.9.4c-.2-.2-.3-.3-.3-.6s0-.3.3-.6c.4-.4.6-.4 1.4 0 .7.4 1 .4 1 .1.1-.2.5-.5 1-.5a.8.8 0 0 1 .5.2c.2.2.3.3.3.7 0 .5 0 .5-.3.8-.3.2-.3.2-.7.2a.9.9 0 0 1-.8-.6c0-.2 0-.3-.2-.1l-.2.1c-.2 0-.6.3-.8.5l-.5.1c-.4 0-.4 0-.7-.3zm-19.8-8.9c-.7 0-1.4.6-1.5 1.3.2.7.8 1.5.4 2.2.3 1-.8 1.4-1.5.9-.4-1-.6-2-1.3-3-.8-.2-1.1 1.1-1.7 1.6.3.7 1.1 1.4 1.2 2.3.2 1-.4 2-1.1 2.4-.7.7-1.7.5-2.5.6-1 .6.7.8 1.2.8 1 .1 2.1 0 3-.8.7-.3.6-1.7 1.5-1.8l4.8.3c.8.2 2.1-.1 2.7.5 0 1 1 1.8 1.9 2.2.5.2 1-.5 1.5-.6 1-.3.7-1.5 1.3-2h5c.2 0 .3-.5.6-.7l-.2-1.9c-.3-.8 0-1.8-.5-2.5-.9-.2-1.6.5-2.4.6-1 .4-1.7 1.3-1.8 2.3-.5.9-1.4-.2-1-1l-.1-1c-.5-.5-1.4-.3-2.1-.4l-3-.2c-1 0-1.9.1-2.7-.1-1 0-1-1-1-1.8a1 1 0 0 0-.7-.2zm2 3.7l1 .1h1.3c1 .2 2 .2 3 .2.2 0 .4.2.6.4v2c0 .3 0 .7-.2.8a.7.7 0 0 1-.2.2 1 1 0 0 1-.7-.5v-1.4a1.3 1.3 0 0 0-.7-.3l-2.6-.1-2-.1c-.3-.1-.7 0-.9-.4-.2-.2.1-.6.4-.7a2.3 2.3 0 0 1 1-.2zm11.3.3c.1 0 .2 0 .2.3l.2.5c0 .1 0 .2-.2.2-.5.2-1 .2-1.2 0 0-.1 0-.5.2-.6l.8-.4z'/%3E%3C/g%3E%3C/g%3E%3Cpath stroke-width='1.1' d='M450 327.2c32.6-25 29.8-61.8 29.8-61.8l-2.5.2c-6.9 0-23.2-4-27-8.9-4 4.5-20.8 9-27.6 9l-2.5-.3s-2.9 36.7 29.8 61.8z'/%3E%3Cpath stroke-width='.9' d='M477.2 268h-.8c-6.2 0-20.6-3.1-26.2-7.9-5.8 4.4-20.5 8-26.6 8a4.7 4.7 0 0 1-.8-.1 73.1 73.1 0 0 0 2.6 18.7 71 71 0 0 0 24.6 37.1 71.2 71.2 0 0 0 24.6-37.2 73.1 73.1 0 0 0 2.6-18.6z'/%3E%3Cpath fill='%23c09300' stroke='none' d='M439.4 265a62.2 62.2 0 0 1-16.6 3l.1 4.1a72.8 72.8 0 0 0 2.5 14.5 71 71 0 0 0 14 26.8V265zm20.6 0v49.2a71.1 71.1 0 0 0 14.6-27.6 73 73 0 0 0 2.5-14.5l.1-4h-.8c-3.8 0-10.4-1.2-16.4-3.2z'/%3E%3Cg stroke-width='1.3'%3E%3Cpath stroke-width='1.2' d='M462.3 253c.7.1-.9-3.5-.9-3.5 1.8 1.8 8.4 2.3 8.4 2.3-4-1.8-8-15.1-7.5-25.8.4-10.6-1.5-14.8-3-16.4-2-2-8.5-3.8-12.7-4-2.5-.1-2 1.8-2 1.8-4.5-1.1-9-1.6-11-.2-1.8 1.2-2.2 7.5-.8 6.4 3.3-2.7 6.2-.2 8.2 2.7 1.8 2.5 1.7 9.7-.9 18.2a60 60 0 0 1-10 17.7c4 0 9.6-3.5 9.6-3.5l-1.3 5.5c4.2-2 7.5-5.1 7.5-5.1l4 4.2c1.3-1.8 4-4.2 4-4.2s3.3 3.5 8.4 4z'/%3E%3Cpath fill='none' d='M446.1 227.6s-2.2 16.4-6.4 21m10-21.5s-1 16.7-3.8 22m6.9-21.3s0 18.2 1 21.3m3-20.4s.8 15.3 4.6 20.8'/%3E%3Cpath fill='%23c09300' stroke-width='.3' d='M442 219.6a8 8 0 0 0-1-3.3c-2-3-4.9-5.4-8.2-2.7 0 0 1.1-3.5 3.6-3.6 1.8-.1 6.1 1.4 9.9 7.8 0 0-2.8-.6-3.5 0-1.2 1-.7 1.8-.7 1.8z'/%3E%3Cpath fill='%23c09300' stroke-width='.3' d='M432.4 209.3c.3-1 .7-1.8 1.3-2.1 2-1.4 6.4-1 10.9.2 0 0-.4-1.9 2-1.8 4.2.2 10.6 2 12.6 4a7.9 7.9 0 0 1 1.5 2.4c-1-1.4-3.8-1.3-4.5-1.2-1 .1-1.7 0-3.1.4-.7.2-1.7.4-2.3.8-.4.4-.8 1.6-1.4 1.6-1 0-1-.2-1.3-.5-.3-.5-.5-1.1-.9-1-1 .1-2.8-.7-5-2.5-2.3-1.8-3.2-2.2-6-2-3 .2-3.8 1.9-3.8 1.9v-.2z'/%3E%3Ccircle cx='448.8' cy='210.7' r='1.2' stroke='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.in:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%23f93' d='M0 0h640v160H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cpath fill='%23128807' d='M0 320h640v160H0z'/%3E%3Cg transform='matrix(3.2 0 0 3.2 320 240)'%3E%3Ccircle r='20' fill='%23008'/%3E%3Ccircle r='17.5' fill='%23fff'/%3E%3Ccircle r='3.5' fill='%23008'/%3E%3Cg id='d'%3E%3Cg id='c'%3E%3Cg id='b'%3E%3Cg id='a' fill='%23008'%3E%3Ccircle r='.9' transform='rotate(7.5 -8.8 133.5)'/%3E%3Cpath d='M0 17.5L.6 7 0 2l-.6 5L0 17.5z'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(15)' xlink:href='%23a'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(30)' xlink:href='%23b'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(60)' xlink:href='%23c'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(120)' xlink:href='%23d'/%3E%3Cuse width='100%25' height='100%25' transform='rotate(-120)' xlink:href='%23d'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.jo:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-117.8 0h682.6v512h-682.6z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(110.5) scale(.9375)'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath d='M-117.8 0h1024v170.7h-1024z'/%3E%3Cpath fill='%23fff' d='M-117.8 170.7h1024v170.6h-1024z'/%3E%3Cpath fill='%23090' d='M-117.8 341.3h1024V512h-1024z'/%3E%3Cpath fill='red' d='M-117.8 512l512-256-512-256v512z'/%3E%3Cpath fill='%23fff' d='M24.5 289l5.7-24.9H4.7l23-11-15.9-19.9 23 11 5.6-24.8 5.7 24.9L69 233.2l-16 19.9 23 11H50.6l5.7 24.9-15.9-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.kw:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h682.7v512H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='scale(.9375)'%3E%3Cpath fill='%23fff' d='M0 170.6h1024v170.7H0z'/%3E%3Cpath fill='%23f31830' d='M0 341.3h1024V512H0z'/%3E%3Cpath fill='%2300d941' d='M0 0h1024v170.7H0z'/%3E%3Cpath d='M0 0v512l255.4-170.7.6-170.8L0 0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.lb:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(80) scale(.9375)'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='red' d='M-128 384h768v128h-768zm0-384h768v128h-768z'/%3E%3Cpath fill='%23fff' d='M-128 128h768v256h-768z'/%3E%3C/g%3E%3Cpath fill='%23007900' d='M252.1 130c-7.8 15.5-13 15.5-26 26-5.2 5.1-13 7.7-2.6 13-10.5 5.1-15.7 7.7-20.9 18.1l2.6 2.6s10-4.8 10.4-2.6c1.8 2.1-13 10-14.9 11.3l-11 7c-13.1 10.3-21 7.7-28.7 23.3l26-2.6c5.2 18.2-13 20.8-26 28.6l-20.9 13c5.3 18.2 20.9 7.8 33.9 2.6l2.6 2.6v5.2l-26 13s-30.8 17.6-31.3 18.2c-.2 1 0 5.2 0 5.2 10.4 2.6 26 5.2 36.5 0 13-5.2 15.6-10.4 31.2-10.4a100.6 100.6 0 0 1-52 20.8v10.4c15.6 0 26 0 39-2.6l33.8-10.4c7.8 0 15.7 7.8 13 15.6-7.7 28.6-39 23.4-49.4 46.8L213 369c10.4-5.2 20.8-10.3 33.8-7.7 15.6 5.2 15.6 15.6 36.4 20.8l-5.2-13c5.2 2.6 10.4 2.6 15.7 5.2 13 5.2 15.6 10.4 31.2 7.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39 0-41.6l18.2 5.2c18.2 2.6 18.2-2.6 44.2 7.8 15.7 5.2 20.9 13 39 7.8-7.7-18.2-36.3-31.2-54.6-36.4 20.9-13 15.6 5.2 44.3-2.6v-5.2C369.3 278 361.4 265 332.8 265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3 1.4-3.3 4.3-4.5 8.3 5.4 33.3 4.8 34.8 4.7-.8-6.4-12.7-11.7-23-16.9 0 0-44.7-27.5-44.9-29.9.9-7 18.3 1.1 37 6.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.2' d='M224 303c1.9-6.1 4.4-11.6-7.2-16.9-11.6-5.3 5.8 21.1 7.2 17zm13.7-12.3c-2.3.3-3.6 8.8 1.1 11.2 5.2.8 1-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5 12.8 6 10.6 8.6-2.1 0-11.5-6-10.5zM267 259c1.8-3-.1-15-7.4-10-7.4 5.1 5 10.8 7.4 10zm-16-10c2.3-.9 2.5-8.3-4-6.3-6.3 1.9 2.3 7.8 4 6.3zm-14.4 2.9s-4.5-6.2-8-4.9c-4.3 4.2 8.3 5 8 4.9zM187 271.7c1.9.2 16-2.3 20.9-7.8 4.9-5.5-25.1 2.3-25.1 2.4 0 .1 2.8 4.9 4.2 5.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3 4.3 12.4 5.7 12.4 4.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2 5 10.7 9.8 13.7 6.3zm-32.1-5.3s2.5-8.2 8.6-6.6c7 5.3-8.3 6.9-8.6 6.6zm-6-6.2c-1-2.3-7.3-1-14.6 3.9-7.4 4.7 16.8 1.4 14.6-4zm18.7-22.1s6.5-3 8.5 0c2.7 4.3-8.6 0-8.5 0zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3 1-1.2 3 9.4 2.4 8.3-1zm-17.2 0c-.7-1.5-11 0-14 6.2 5 2.4 16.3-2.3 14-6.2zm-22 6.3s-13.4 8.3-14.3 14.3c.4 5.2 16.8-9.4 16.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7 6.7-5.6 7.2-5.3.5 1.7-5.1 6.3-7.2 5.3zm4.3 31.6c.3-2.5-16-2.3-9.9 5.2 5.2 6.3 11-4.1 9.9-5.2zm-15 10.7c-.8-1.6-2-6-4.2-6.4-1.9 0-11.7 2-12.5 3.6-.4 1.3 4.1 9.4 5.6 9.6 1.8.7 10.9-6 11.2-6.8zm88.4 55.2c.5-1.8 17.3-7.5 23-2 6.8 9.3-23.4 5-23 2zm46 10.9c3.7-6.2-11.3-13.6-17.6-6.5 2.2 8.5 14.6 11.6 17.6 6.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ma:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23c1272d' d='M640 0H0v480h640z'/%3E%3Cpath fill='none' stroke='%23006233' stroke-width='11.7' d='M320 179.4L284.4 289l93.2-67.6H262.4l93.2 67.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.om:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h640v480H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)'%3E%3Cpath fill='%23ef2d29' fill-rule='evenodd' d='M-3.3-21.6H699v553H-3.3z'/%3E%3Cpath fill='%23009025' fill-rule='evenodd' d='M174.6 317.3h535.7V525H174.6z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M174.6-35.4h564.9v190h-565z'/%3E%3Cg stroke='%23ef2d28'%3E%3Cg fill='%23fff' fill-rule='evenodd' transform='matrix(.19848 0 0 .17744 111.3 -13.4)'%3E%3Crect width='138.2' height='85' x='17.7' y='467.7' stroke-width='1.4' rx='11.3' ry='11.8'/%3E%3Crect width='131.1' height='78' x='21.3' y='471.3' stroke-width='1.3' rx='10.7' ry='10.9'/%3E%3Cpath stroke-width='1.3' d='M65 396l9.7.5.4 5.8 8 5.3 6.2-6.7 7.5 5.3-7 5.8 1.7 8 8.8-.5V430l-7-.4-3.6 6.6 8 7.5-6.2 6.2-6.7-6.6-9.7 2.6.5 9.7-10.6 1-1.4-9.4-8.8-4.8-4.9 6.6-7.5-4.9 4.4-7.5-5.3-4.8H34l-.4-13.7 7.5.9 5.3-8-6.2-6.2 8-7 5.7 5.7 9.7-1.8L65 396z' transform='matrix(.68108 0 0 .5852 38 260.7)'/%3E%3Cellipse cx='68.9' cy='426.8' stroke-width='1.3' rx='11.1' ry='9.9' transform='matrix(.65819 0 0 .70224 38.8 209.6)'/%3E%3Cpath stroke-width='1.3' d='M39 474.8l-10.7 10.6m17.8-10.6l-10.7 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6L78 485.4m17.7-10.6L85 485.4m17.8-10.6L92 485.4m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m-17.7-10.6L78 485.4m46-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m0-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.7 10.6M85 474.8l10.6 10.6m-17.8-10.6l10.7 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6M85 474.8l10.6 10.6m-46-10.6l10.5 10.6m-17.7-10.6l10.7 10.6m-17.8-10.6L46 485.4m-17.8-10.6L39 485.4m0 49.6l-10.6 10.7M46 535l-10.7 10.7M53.2 535l-10.7 10.7M60.2 535l-10.6 10.7M67.3 535l-10.6 10.7M74.4 535l-10.6 10.7M81.5 535L71 545.7M88.6 535L78 545.7M95.7 535L85 545.7m17.7-10.7L92 545.7m18-10.7l-10.7 10.7M117 535l-10.6 10.7M88.6 535L78 545.7m46-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m0-10.7l10.6 10.7M127.6 535l10.6 10.7M120.5 535l10.6 10.7M113.4 535l10.6 10.7M106.3 535l10.6 10.7M99.2 535l10.7 10.7M92 535l10.7 10.7M85 535l10.6 10.7M78 535l10.6 10.7M70.9 535l10.6 10.7M63.8 535l10.6 10.7M56.7 535l10.6 10.7M85.1 535l10.6 10.7m-46-10.7l10.5 10.7M42.5 535l10.7 10.7M35.4 535l10.7 10.7M28.4 535L39 545.7'/%3E%3C/g%3E%3Cg fill='%23fff' fill-rule='evenodd' transform='matrix(.19848 0 0 .17744 19.1 -14)'%3E%3Crect width='138.2' height='85' x='17.7' y='467.7' stroke-width='1.4' rx='11.3' ry='11.8'/%3E%3Crect width='131.1' height='78' x='21.3' y='471.3' stroke-width='1.3' rx='10.7' ry='10.9'/%3E%3Cpath stroke-width='1.3' d='M65 396l9.7.5.4 5.8 8 5.3 6.2-6.7 7.5 5.3-7 5.8 1.7 8 8.8-.5V430l-7-.4-3.6 6.6 8 7.5-6.2 6.2-6.7-6.6-9.7 2.6.5 9.7-10.6 1-1.4-9.4-8.8-4.8-4.9 6.6-7.5-4.9 4.4-7.5-5.3-4.8H34l-.4-13.7 7.5.9 5.3-8-6.2-6.2 8-7 5.7 5.7 9.7-1.8L65 396z' transform='matrix(.68108 0 0 .5852 38 260.7)'/%3E%3Cellipse cx='68.9' cy='426.8' stroke-width='1.3' rx='11.1' ry='9.9' transform='matrix(.65819 0 0 .70224 38.8 209.6)'/%3E%3Cpath stroke-width='1.3' d='M39 474.8l-10.7 10.6m17.8-10.6l-10.7 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6L78 485.4m17.7-10.6L85 485.4m17.8-10.6L92 485.4m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m-17.7-10.6L78 485.4m46-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m17.7-10.6l-10.6 10.6m0-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.7 10.6M85 474.8l10.6 10.6m-17.8-10.6l10.7 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6m-17.7-10.6l10.6 10.6M85 474.8l10.6 10.6m-46-10.6l10.5 10.6m-17.7-10.6l10.7 10.6m-17.8-10.6L46 485.4m-17.8-10.6L39 485.4m0 49.6l-10.6 10.7M46 535l-10.7 10.7M53.2 535l-10.7 10.7M60.2 535l-10.6 10.7M67.3 535l-10.6 10.7M74.4 535l-10.6 10.7M81.5 535L71 545.7M88.6 535L78 545.7M95.7 535L85 545.7m17.7-10.7L92 545.7m18-10.7l-10.7 10.7M117 535l-10.6 10.7M88.6 535L78 545.7m46-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m17.7-10.7l-10.6 10.7m0-10.7l10.6 10.7M127.6 535l10.6 10.7M120.5 535l10.6 10.7M113.4 535l10.6 10.7M106.3 535l10.6 10.7M99.2 535l10.7 10.7M92 535l10.7 10.7M85 535l10.6 10.7M78 535l10.6 10.7M70.9 535l10.6 10.7M63.8 535l10.6 10.7M56.7 535l10.6 10.7M85.1 535l10.6 10.7m-46-10.7l10.5 10.7M42.5 535l10.7 10.7M35.4 535l10.7 10.7M28.4 535L39 545.7'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.3' d='M538.6 531.5c1.7 166.6 24.8 202 3.5 202s-31.9-92.1-31.9-205.5 14.2-205.5 35.5-205.5-9 31.9-7.1 209z' transform='matrix(-.32136 -.12684 -.20158 .20221 345.9 61.4)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.2' d='M545.7 779.5l-60.3 17.7c56.7 60.3 120.5 85 138.2 74.4 17.7-10.6-31.9-35.4-78-92z' transform='matrix(-.19848 0 0 .17744 145.3 -13.4)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.3' d='M547.3 786.9l-51 14.7c56.7 60.3 112.8 77.4 127.3 70 14.6-7.3-30.3-28-76.3-84.7z' transform='matrix(-.19334 0 0 .17062 142.8 -8.1)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M353.1 634.2c.2 1.3.8 7.1 1.3 9.4 0 3.2.3 5.6.6 8.1.8 2.2.7 4.2 3.1 5a9.9 9.9 0 0 0 5 4.4 27.7 27.7 0 0 0 6.3 3.8 11.6 11.6 0 0 0 7.5.6c2.2-1.5 3.8-3.1 5.6-4.4.4-2 .8-4.9 1.3-6.9a32.6 32.6 0 0 0-1.3 8.2c.2 3 1.3 4.4 2.5 6.8' transform='matrix(-.13978 0 0 .12414 123 20.4)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M389.4 681.7l.6-.6c-1.5 1.5-.9.8 2.5-1.3 2.4-1.2 5-1.8 8.1-2.4h8.8c3.4 0 5.7.5 8.1 1.2 1.8 1.8 4.4 2.8 6.3 4.4a11 11 0 0 1 3.7 5c1.7 1.7 2.8 4.3 4.4 5.6.7 2.9 2.1 2.8 3.1 5-3 .2-5.3.6-6.9 2.5-2.6 1.3 2.2-1.3 3.2-2.5 2-.6 2.5-1.2 5.6-1.2 2.8-1 4.6.7 7.5 1.2 1.7 1 2.2 1.3 4.4 1.3' transform='matrix(-.13978 0 0 .12414 124.9 19.7)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M438.1 724.9c1.3 0 7.1 1.1 9.4 0 2.6-.7 4-2 5.6-4.4.8-1.7 0 3 0 5 .3 3.7 1.4 3.7 3.2 6.2 1.8 1.2 3.7 2.8 5.6 3.8a18 18 0 0 0 5.6 3.1c2 1 4.1 1.8 5.6 3.1 2.1 1.5 2 3.3 3.2 5.7-.3 3-.8 4.8-2.5 6.2-.8 2.1-2.4 4.2-3.8 5.6-1.5 3-3.3 4.3.6 5 2.2 1 3.4.2 5.7 0' transform='matrix(-.13978 0 0 .12414 127 18.2)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M480.6 771.7c1.6-.4 7-2.2 9.4-3.1h8.8c3.3.3 4 1.3 6.8 2.5 1.9 1.9 3.1 3.2 5.7 4.4 1.3 1.7 4 4.7 5 6.9a25.5 25.5 0 0 1 1.2 8c0 3.7-1 4.4-1.2 7.6a19.3 19.3 0 0 1-3.8 7.5c-.3.8-.5 1-1.2 1.2' transform='matrix(-.13978 0 0 .12414 127.4 17.8)'/%3E%3Cpath fill='none' stroke-width='2.3' d='M538.1 818c.4 0 1.2 2 2.5 3.7 2.9 3 3.2 3.2 7.5 3.2 4-.2 3.5-1.6 6.3-2.5 1.3-2 2.9-3.6 4.4-6.3 1-1.6 1.9-4.1 3-5.6 1.2-1.9 2.6-3.3 3.8-5 1.2-.5 1.6-1 3.2-1.3-3.6.6-4 1.9-6.3 3.8a58.9 58.9 0 0 0-3.1 5.6c-.4 2.7-1.2 4.8-1.3 8.1 0 3.5 0 5.9 1.3 8.8 1.5 1.5 2.5 3.1 4.4 4.4a36.7 36.7 0 0 1 4.3 5l5.7 3.7c1.8 1.1 3.9 2.2 6.8 2.5 3.7-.3 4.8-1.3 7.5-2.5 2.4-1.7 4.2-2.8 6.3-4.4a21 21 0 0 0 4.4-5c3.3-.8 5.5-.5 7.5 1.3a16.5 16.5 0 0 1 4.3 4.4c1 .5 2.8 2 3.8 2.5' transform='matrix(-.09924 0 0 .09799 109.5 38.8)'/%3E%3Cpath fill='none' stroke-width='1.9' d='M503.8 836.1c-.8.3-3.8 2.4-5 3.1-.8 2.7-2.1 4.1-2.5 7-.7 2.6-.7 5.6-.7 8.7.7 3.2 2 5.5 3.2 8 2 1.4 3 2.4 5.6 3.8 2.5.4 5 .7 8.1.7 2 .6 5.6.9 7.5 0 2.8-.4 4.9-1.5 6.9-2.5 2.3-1.3 3.7-2.6 6.2-3.8 1.3-1.8 3.2-3.5 5-5.6 1.6-2.1 2.7-3.3 3.8-5.6-1 2.6-2.3 5-3.1 7.5-1.5 2.6-2.3 3.6-2.5 6.8-1 2.6-.7 5.8-.7 8.8.3 2 .4 5.8 1.3 7.5v1.9' transform='matrix(-.12338 0 0 .12229 111.4 19.3)'/%3E%3Cpath fill='none' stroke-width='1.2' d='M541.3 799.2v.7c0-1.7 0-.9-.7 2.5-1.1 1.4-4 1.8-6.2 1.2-2-1.7-2-3-5.6-3.7-3.6.2-5 1.2-7 2.5a9.5 9.5 0 0 0-5 4.3c-.7 2.1-1.1 3.6 1.3 4.4a15.2 15.2 0 0 0 7 2.5c2.8 0 4.9-.3 6.2 1.3 2 2 1.8 3.2 1.8 6.8.7 1.1.8 4.4 1.3 5.7a10.6 10.6 0 0 0 5.6 1.2c.7-2 1.4-5.4 1.9-7.5.5-2.2.6-5.4 1.9-6.9a16.6 16.6 0 0 1 4.3-4.4 8 8 0 0 1 3.8-2.4c-2.5 1.2-2.8 2.6-3.1 5.6 2.1 1 2.7 1.8 6.2 1.9 3.5-.3 4.3-1.2 5.6-3.2.3 3.2 1.3 4.2 2 7 1.2 1.8 1.7 3.7 3 6.2-.5 3-1.7 3.1-1.8 6.8-.8 2.5-.8 4.8-2.5 6.3-.8 1-1.4 1.1-3.2 1.2 3.6 0 5.8-.4 8.2-1.8 1.8-1.2 3.2-2.6 5-3.8a23.9 23.9 0 0 1 7.5-3.8c2.9 0 5-.3 6.2 1.3 1.8 1.3 3 3.5 3.8 6.3.5 3.2.8 5.4-.7 7.5-1 2.4-1.3 3.3 0 6.2 1.5 2 3.6 2.3 7 3.1 2.3-.1 4.6-.6 6.2-1.2' transform='matrix(-.19848 0 0 .17744 145.3 -13.4)'/%3E%3Cg fill-rule='evenodd' stroke-width='1.3' transform='matrix(-.19848 0 0 .17744 145.3 -13.4)'%3E%3Cpath fill='%23fff' d='M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4h-35.4z' transform='matrix(1.4216 -.73423 .46161 .89375 -716.8 541)'/%3E%3Cpath fill='%23fff' d='M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4' transform='matrix(1.1373 -.58739 .44532 .86221 -554.8 471.8)'/%3E%3Cpath fill='%23fff' d='M563.4 301.2c.2 18.9 0 40.2 0 60.2H535c0-20-.2-41.3 0-60.2h28.4z' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cpath fill='%23fff' d='M559.8 304.7c.2 19 0 33.1 0 53.2h-21.2c0-20-.2-34.3 0-53.2h21.2z' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cpath fill='%23fff' d='M542.1 311.8h14.2v39h-14.2zm0 0l14.2 39m-14.2 0l14.2-39m-14.2-198.4h14.2' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cellipse cx='545.7' cy='92.1' fill='%23ef0000' rx='3.5' ry='3.5' transform='matrix(1.6046 .45375 -.36215 1.5787 -734.9 -170.8)'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.3' d='M538.6 531.5c1.7 166.6 24.8 202 3.5 202s-31.9-92.1-31.9-205.5 14.2-205.5 35.5-205.5-9 31.9-7.1 209z' transform='matrix(.32136 -.12684 .20158 .20221 -181.5 60.8)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.2' d='M545.7 779.5l-60.3 17.7c56.7 60.3 120.5 85 138.2 74.4 17.7-10.6-31.9-35.4-78-92z' transform='matrix(.19848 0 0 .17744 19.1 -14)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke-width='1.3' d='M547.3 786.9l-51 14.7c56.7 60.3 112.8 77.4 127.3 70 14.6-7.3-30.3-28-76.3-84.7z' transform='matrix(.19334 0 0 .17062 21.6 -8.8)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M353.1 634.2c.2 1.3.8 7.1 1.3 9.4 0 3.2.3 5.6.6 8.1.8 2.2.7 4.2 3.1 5a9.9 9.9 0 0 0 5 4.4 27.7 27.7 0 0 0 6.3 3.8 11.6 11.6 0 0 0 7.5.6c2.2-1.5 3.8-3.1 5.6-4.4.4-2 .8-4.9 1.3-6.9a32.6 32.6 0 0 0-1.3 8.2c.2 3 1.3 4.4 2.5 6.8' transform='matrix(.13978 0 0 .12414 41.4 19.7)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M389.4 681.7l.6-.6c-1.5 1.5-.9.8 2.5-1.3 2.4-1.2 5-1.8 8.1-2.4h8.8c3.4 0 5.7.5 8.1 1.2 1.8 1.8 4.4 2.8 6.3 4.4a11 11 0 0 1 3.7 5c1.7 1.7 2.8 4.3 4.4 5.6.7 2.9 2.1 2.8 3.1 5-3 .2-5.3.6-6.9 2.5-2.6 1.3 2.2-1.3 3.2-2.5 2-.6 2.5-1.2 5.6-1.2 2.8-1 4.6.7 7.5 1.2 1.7 1 2.2 1.3 4.4 1.3' transform='matrix(.13978 0 0 .12414 39.5 19)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M438.1 724.9c1.3 0 7.1 1.1 9.4 0 2.6-.7 4-2 5.6-4.4.8-1.7 0 3 0 5 .3 3.7 1.4 3.7 3.2 6.2 1.8 1.2 3.7 2.8 5.6 3.8a18 18 0 0 0 5.6 3.1c2 1 4.1 1.8 5.6 3.1 2.1 1.5 2 3.3 3.2 5.7-.3 3-.8 4.8-2.5 6.2-.8 2.1-2.4 4.2-3.8 5.6-1.5 3-3.3 4.3.6 5 2.2 1 3.4.2 5.7 0' transform='matrix(.13978 0 0 .12414 37.4 17.6)'/%3E%3Cpath fill='none' stroke-width='1.8' d='M480.6 771.7c1.6-.4 7-2.2 9.4-3.1h8.8c3.3.3 4 1.3 6.8 2.5 1.9 1.9 3.1 3.2 5.7 4.4 1.3 1.7 4 4.7 5 6.9a25.5 25.5 0 0 1 1.2 8c0 3.7-1 4.4-1.2 7.6a19.3 19.3 0 0 1-3.8 7.5c-.3.8-.5 1-1.2 1.2' transform='matrix(.13978 0 0 .12414 37 17.2)'/%3E%3Cpath fill='none' stroke-width='2.3' d='M538.1 818c.4 0 1.2 2 2.5 3.7 2.9 3 3.2 3.2 7.5 3.2 4-.2 3.5-1.6 6.3-2.5 1.3-2 2.9-3.6 4.4-6.3 1-1.6 1.9-4.1 3-5.6 1.2-1.9 2.6-3.3 3.8-5 1.2-.5 1.6-1 3.2-1.3-3.6.6-4 1.9-6.3 3.8a58.9 58.9 0 0 0-3.1 5.6c-.4 2.7-1.2 4.8-1.3 8.1 0 3.5 0 5.9 1.3 8.8 1.5 1.5 2.5 3.1 4.4 4.4a36.7 36.7 0 0 1 4.3 5l5.7 3.7c1.8 1.1 3.9 2.2 6.8 2.5 3.7-.3 4.8-1.3 7.5-2.5 2.4-1.7 4.2-2.8 6.3-4.4a21 21 0 0 0 4.4-5c3.3-.8 5.5-.5 7.5 1.3a16.5 16.5 0 0 1 4.3 4.4c1 .5 2.8 2 3.8 2.5' transform='matrix(.09924 0 0 .09799 55 38.2)'/%3E%3Cpath fill='none' stroke-width='1.9' d='M503.8 836.1c-.8.3-3.8 2.4-5 3.1-.8 2.7-2.1 4.1-2.5 7-.7 2.6-.7 5.6-.7 8.7.7 3.2 2 5.5 3.2 8 2 1.4 3 2.4 5.6 3.8 2.5.4 5 .7 8.1.7 2 .6 5.6.9 7.5 0 2.8-.4 4.9-1.5 6.9-2.5 2.3-1.3 3.7-2.6 6.2-3.8 1.3-1.8 3.2-3.5 5-5.6 1.6-2.1 2.7-3.3 3.8-5.6-1 2.6-2.3 5-3.1 7.5-1.5 2.6-2.3 3.6-2.5 6.8-1 2.6-.7 5.8-.7 8.8.3 2 .4 5.8 1.3 7.5v1.9' transform='matrix(.12338 0 0 .12229 53 18.6)'/%3E%3Cpath fill='none' stroke-width='1.2' d='M541.3 799.2v.7c0-1.7 0-.9-.7 2.5-1.1 1.4-4 1.8-6.2 1.2-2-1.7-2-3-5.6-3.7-3.6.2-5 1.2-7 2.5a9.5 9.5 0 0 0-5 4.3c-.7 2.1-1.1 3.6 1.3 4.4a15.2 15.2 0 0 0 7 2.5c2.8 0 4.9-.3 6.2 1.3 2 2 1.8 3.2 1.8 6.8.7 1.1.8 4.4 1.3 5.7a10.6 10.6 0 0 0 5.6 1.2c.7-2 1.4-5.4 1.9-7.5.5-2.2.6-5.4 1.9-6.9a16.6 16.6 0 0 1 4.3-4.4 8 8 0 0 1 3.8-2.4c-2.5 1.2-2.8 2.6-3.1 5.6 2.1 1 2.7 1.8 6.2 1.9 3.5-.3 4.3-1.2 5.6-3.2.3 3.2 1.3 4.2 2 7 1.2 1.8 1.7 3.7 3 6.2-.5 3-1.7 3.1-1.8 6.8-.8 2.5-.8 4.8-2.5 6.3-.8 1-1.4 1.1-3.2 1.2 3.6 0 5.8-.4 8.2-1.8 1.8-1.2 3.2-2.6 5-3.8a23.9 23.9 0 0 1 7.5-3.8c2.9 0 5-.3 6.2 1.3 1.8 1.3 3 3.5 3.8 6.3.5 3.2.8 5.4-.7 7.5-1 2.4-1.3 3.3 0 6.2 1.5 2 3.6 2.3 7 3.1 2.3-.1 4.6-.6 6.2-1.2' transform='matrix(.19848 0 0 .17744 19.1 -14)'/%3E%3Cg fill-rule='evenodd' stroke-width='1.3' transform='matrix(.19848 0 0 .17744 19.1 -14)'%3E%3Cpath fill='%23fff' d='M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4h-35.4z' transform='matrix(1.4216 -.73423 .46161 .89375 -716.8 541)'/%3E%3Cpath fill='%23fff' d='M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4' transform='matrix(1.1373 -.58739 .44532 .86221 -554.8 471.8)'/%3E%3Cpath fill='%23fff' d='M563.4 301.2c.2 18.9 0 40.2 0 60.2H535c0-20-.2-41.3 0-60.2h28.4z' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cpath fill='%23fff' d='M559.8 304.7c.2 19 0 33.1 0 53.2h-21.2c0-20-.2-34.3 0-53.2h21.2z' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cpath fill='%23fff' d='M542.1 311.8h14.2v39h-14.2zm0 0l14.2 39m-14.2 0l14.2-39m-14.2-198.4h14.2' transform='matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)'/%3E%3Cellipse cx='545.7' cy='92.1' fill='%23ef0000' rx='3.5' ry='3.5' transform='matrix(1.6046 .45375 -.36215 1.5787 -734.9 -170.8)'/%3E%3C/g%3E%3Cg fill='%23fff' fill-rule='evenodd' transform='matrix(.19848 0 0 .17744 19.1 -14)'%3E%3Cpath stroke-width='1.3' d='M305.6 396.9c0 124 .5 170.7-5.6 177.1-5.8 6.9-167.1 0-167.1 35.4s132.8 71 172.7 71c53.2 0 79.7-35.5 79.7-106.4V397h-79.7z' transform='matrix(1.3333 0 0 1 -141.7 0)'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='matrix(1 0 0 .99999 0 35.4)'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='scale(1 .99999)'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='matrix(1 0 0 .99999 0 17.7)'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='matrix(1 0 0 .99999 0 53.1)'/%3E%3Cellipse cx='256.9' cy='210.8' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 394.3)'/%3E%3Cellipse cx='292.3' cy='246.3' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 391.1)'/%3E%3Cellipse cx='327.8' cy='264' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 390.5)'/%3E%3Cellipse cx='363.2' cy='264' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 390.5)'/%3E%3Cellipse cx='398.6' cy='246.3' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 391.1)'/%3E%3Cellipse cx='434.1' cy='210.8' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 394.3)'/%3E%3Cpath stroke-width='1.3' d='M265.8 485.4L372 581.1m-95.6-95.7l95.7 85M290.5 489l81.6 70.9m-71-71l71 60.3M311.8 489l60.2 49.6M322.4 489l49.6 39m-39-39l39 28.3M343.8 489l28.4 21.2M354.3 489l17.8 14.2M365 489l7 7m-106.2 0L372 591.8m0-106.3L255 591.7m106.3-106.3l-102.7 92.2m88.6-88.6l-81.5 70.8m70.8-70.8l-70.8 60.2M326 489l-60.2 49.6m49.6-49.6l-49.6 39m39-39l-39 28.3M294 489l-28.3 21.2m17.7-21.2l-17.7 14.2m7-14.2l-7 7m106.3 0L255 602.5m117-95.7L255 613m117-95.7L255 623.6m117-95.7L255 634.4m117-95.7L255 644.9m117-95.7L255 655.5m117-95.7L255 666.1m117-95.6L255 676.8m117-95.7l-109.9 99.2M372 591.7l-99.2 88.6m95.6-74.4l-78 70.9M365 620l-63.8 56.7m56.7-39l-32 28.3m-60.1-159.4l102.7 92.1m-102.7-81.5l102.7 92.2M265.8 528l99.2 88.5m-99.2-78l99.2 88.7m-99.2-78l95.6 85m-99.2-77.9l95.7 85M262.2 567l88.6 78m-92.1-71l88.6 78M255 581l85 74.4m-85-63.8l81.5 70.9M255 602.3l71 63.7'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='matrix(1 0 0 .99999 0 70.9)'/%3E%3Cpath stroke-width='1.3' d='M255.1 613l63.8 56.7m-63.8-46l56.7 49.5m-56.7-39l49.6 42.6m-49.6-32l35.5 32M255 655.5l28.4 24.8M255 666.1l17.7 14.2'/%3E%3Cellipse cx='256.9' cy='210.8' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 447.5)'/%3E%3Cellipse cx='292.3' cy='246.3' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 444.3)'/%3E%3Cellipse cx='327.8' cy='264' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 443.6)'/%3E%3Cellipse cx='363.2' cy='264' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 443.6)'/%3E%3Cellipse cx='398.6' cy='246.3' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 444.3)'/%3E%3Cellipse cx='434.1' cy='210.8' stroke-width='4.4' rx='8.9' ry='26.6' transform='matrix(.54545 0 0 .14383 130.5 447.5)'/%3E%3Cpath stroke-width='1.3' d='M113.4 652l127.5-74.4m-134.6 70.8l120.5-70.8m-124 63.7l109.8-63.7M99.2 634.3l95.7-56.7M92 627.2l88.6-49.6m-85 39l60.2-35.5M92 609.4l46-28.3m-46 17.7l32-17.7m0 74.4l120.4-70.9M134.7 659L248 591.7m-102.7 70.9l106.3-63.8m-95.7 67.3l88.6-53.1M170 666.1l78-46m-67.4 49.6l67.3-39m-56.7 42.5l53.2-31.9m-39 32l42.5-24.9m-28.3 28.4L248 659m-14 17.8l17.7-10.6'/%3E%3Cpath stroke-width='1.3' d='M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z' transform='matrix(0 1 -.99999 0 655.5 308.3)'/%3E%3Cpath stroke-width='1.3' d='M49.6 623.6l42.5-35.4m-42.5 10.6l42.5 42.5'/%3E%3Cpath stroke-width='1.3' d='M260.1 388l5.6 26.6c35.5 5.9 65.3 5.9 100.8 0l11.1-26.6c-35.4 5.9-82 5.9-117.5 0z' transform='matrix(0 .63333 -.8 0 423.8 416.3)'/%3E%3Cpath stroke-width='1.3' d='M258.7 350.8v-17.9c-10.7.2-17.8-10.5-17.8-21.2l-35.4.1c0 10.6-7 21.3-17.7 21.3v17.7h70.9z' transform='matrix(1.4983 0 0 1 -15.6 53.1)'/%3E%3Cpath stroke-width='1.4' d='M296 343.7h45.6V365H296zm3.9-21.3h37.9v21.3h-38zm0-21.2h37.9v21.2h-38zm3.8-28.4H334v28.4h-30.3zm-1.3-24.8h33v24.8h-33z'/%3E%3Cellipse cx='237.4' cy='161.2' stroke-width='1.3' rx='42.5' ry='33.7' transform='matrix(1.0333 0 0 1 75.3 63.8)'/%3E%3Cpath stroke-width='1.3' d='M258.7 159.4c0 9.3 10.6 24.8 10.6 24.8-7.7 6.2-20.2 10.7-31.9 10.7s-26.3-2.6-31.9-10.7c0 0 10.6-15.4 10.6-24.7s-10.6-21.3-10.6-21.3a54.6 54.6 0 0 1 32-10.6c11.6 0 24 4.5 31.8 10.6 0 0-10.6 12-10.6 21.3z' transform='matrix(1.0333 0 0 1 75.3 63.8)'/%3E%3Cpath stroke-width='1.3' d='M251.6 159.4c0 9.3 10.6 28.4 10.6 28.4-7.7 6-13 7-24.8 7s-19.2 1.1-24.8-7c0 0 10.6-19 10.6-28.4s-10.6-24.8-10.6-24.8c7.7-6 13-7 24.8-7 11.7 0 17.1 1 24.8 7 0 0-10.6 15.5-10.6 24.8z' transform='matrix(1.0333 0 0 1 75.3 63.8)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0333 0 0 1 75.3 60.2)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0333 0 0 1 163.2 60.2)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0333 0 0 1 119.3 60.2)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0333 0 0 1 119.3 24.8)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0702 0 0 1 80 226.8)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.0702 0 0 1 140.6 226.8)'/%3E%3Cpath stroke-width='1.3' d='M212.6 311.8h49.6l-24.8 31.9-24.8-31.9z' transform='matrix(1.0702 0 0 1 64.8 53.1)'/%3E%3Cellipse cx='194.9' cy='166.5' stroke-width='1.3' rx='10.6' ry='10.6' transform='matrix(1.427 0 0 1.3333 40.7 167.7)'/%3E%3C/g%3E%3Cg fill='%23fff' fill-rule='evenodd' transform='matrix(.19848 0 0 .17744 18.8 -19.1)'%3E%3Crect width='81.5' height='21.3' x='262.2' y='524.4' stroke-width='1.2' rx='4.3' ry='3.7'/%3E%3Cpath stroke-width='1.2' d='M368.5 506.7c-9.8 0-17.7 8.3-17.7 18.5v16.1a18 18 0 0 0 17.7 18.5 18 18 0 0 0 17.7-18.5v-16a18 18 0 0 0-17.7-18.6zm0 7c-5.9 0-10.6 6.7-10.6 14.9v9.3c0 8.2 4.7 14.8 10.6 14.8 5.9 0 10.6-6.6 10.6-14.8v-9.3c0-8.2-4.7-14.8-10.6-14.8zm-92.1-3.5c-6 0-10.6 6.6-10.6 14.9v16.4c0 8.2 4.7 14.8 10.6 14.8 5.9 0 10.6-6.6 10.6-14.8V525c0-8.3-4.7-14.9-10.6-14.9zm0-7a18 18 0 0 0-17.7 18.5v23.2a18 18 0 0 0 17.7 18.5c9.8 0 17.7-8.3 17.7-18.5v-23.2a18 18 0 0 0-17.7-18.6z'/%3E%3Cpath stroke-width='1.2' d='M248 517.3c-5.9 0-10.6 6.6-10.6 14.8v3.9c0 8.2 4.7 14.8 10.6 14.8 6 0 10.7-6.6 10.7-14.8v-3.9c0-8.2-4.8-14.8-10.7-14.8zm0-7a18 18 0 0 0-17.7 18.5v10.6a18 18 0 0 0 17.7 18.5c9.8 0 17.8-8.3 17.8-18.5v-10.6a18 18 0 0 0-17.8-18.6z'/%3E%3Cpath stroke-width='.9' d='M478.4 237.4c-6 0-10.7 6.6-10.7 14.8v16.5c0 8.1 4.8 14.8 10.7 14.8 5.8 0 10.6-6.6 10.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18 18 0 0 0-17.8 18.4V272a18 18 0 0 0 17.7 18.6c9.9 0 17.8-8.3 17.8-18.6v-23.2a18 18 0 0 0-17.7-18.5z' transform='matrix(1.8 0 0 1.1176 -655.5 242.2)'/%3E%3Cpath stroke-width='.9' d='M478.4 237.4c-6 0-10.7 6.6-10.7 14.8v16.5c0 8.1 4.8 14.8 10.7 14.8 5.8 0 10.6-6.6 10.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18 18 0 0 0-17.8 18.4V272a18 18 0 0 0 17.7 18.6c9.9 0 17.8-8.3 17.8-18.6v-23.2a18 18 0 0 0-17.7-18.5z' transform='matrix(1.8 0 0 1.1176 -425.2 245.7)'/%3E%3Crect width='42.5' height='21.3' x='375.6' y='524.4' stroke-width='1.2' rx='2.3' ry='3.7'/%3E%3Crect width='24.8' height='28.4' x='336.6' y='520.9' stroke-width='1.2' rx='1.3' ry='4.9'/%3E%3Crect width='24.8' height='28.4' x='219.7' y='520.9' stroke-width='1.2' rx='1.3' ry='4.9'/%3E%3Crect width='49.6' height='35.4' x='141.7' y='517.3' stroke-width='1.2' rx='2.6' ry='6.1'/%3E%3Crect width='46.1' height='35.4' x='450' y='520.9' stroke-width='1.2' rx='2.5' ry='6.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.qa:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%238d1b3d' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M0 0v480h158.4l97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6 97.7-26.7-97.7-26.7 97.7-26.6-97.7-26.7 97.8-26.7-97.8-26.6L256.1 80l-97.7-26.7 97.8-26.6L158.3 0H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.sa:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(clientlib-site/css/%23a)' transform='translate(80) scale(.9375)'%3E%3Cpath fill='%23199d00' d='M-128 0h768v512h-768z'/%3E%3Cpath fill='%23fff' d='M65.5 145.1c-.8 12-2 33 8.3 35.2 12.3 1.2 5.5-20.8 10-24.8.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9 3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2 0-2.3 3-2.4 5-1.3 3.2 2.2 4.6 5 9.6 4 7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7 1.3 2.2 3.4 2 3.8 0-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8 3-.8 5.7 2 12.4 6.1 18 .9 2.1 2.1 5.7 1.6 8.9-2.2 1.3-4.4.7-6.3-1.2 0 0-6-4.5-6-5.6 1.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5 0-2.7 4.6-1.4 14.5.5 19 1.4 4.1 3.5 6.7 2.5 6.7-.8 2.3-2.5 1.7-3.8-1a66.6 66.6 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5 1a82.4 82.4 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 5.3-8.2 14.3 0 0-1.2 4.6-1.7 8.7-.7 4.6-3.7 8-5.9-.6-1.8-6.3-3-21.6-6-18z'/%3E%3Cpath fill='%23fff' d='M99 194.2l-32 15.4c.3-7.3 15.1-20.4 25.3-20.5 6.5.1 4.9 2.5 6.6 5.1z'/%3E%3Cpath fill='%23fff' d='M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8.6-2 3-3.9 3.4-.7-1.3 43.3-43.6 46.2-50.8 32.6a41.9 41.9 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2-.7 4.7-.5 6-.5 10.5 2.2 34.2 56.7 19.5 65.6-8.7 4.7-15.6-.8-27.1 1.7-27.1 5.4 5.8 13 .8 14.7-1.2.7-1 2.5-1.7 3.7-.4 4.2 3 11.6 1.6 13.2-3.7.9-5.3 1.6-10.7 1.8-16.2-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4-1.3-6-6.7-6.7-10 2.5-2.1 1.8-6.1 2.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5 3-4.2 7.4 3 18.8 5 33.1 8.1 52 .5 2.1-1.3 5-3.7 4.7-4-2.7-5-8.2-12-8-5 0-10.6 5.5-11.3 10.7-.9 4.2-1.2 8.7 0 12.3 3.5 4.2 7.7 3.8 11.4 2.9 3-1.3 5.5-4.3 6.6-3.6.7.9.1 10.9-14.3 18.5-8.7 4-15.7 4.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5z'/%3E%3Cpath fill='%23fff' d='M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2c-.9-.7-.8-1.5 0-2.2 4-2.4 2.7-7.4.7-9.8a9.7 9.7 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6 2.1 1 4.2 3.2 2.8 4.4-6.6 7-24.5 19.1-22.4 19.5.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2 1.8 2 4.7 2.9 6.8 2.2 3.8-1.6 5.5-9.3 4.6-12-1.3-2-2.3-2.3-3.6-.7-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2zm257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6 557.6 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4 3.8-.2 5.8.4 8.9.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2z'/%3E%3Cpath fill='%23fff' d='M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8 8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2 317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5 .6-.7 2.5 0 3.5-1.7 1.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9.3 2.8-.1 6.8-2 8.4a80.2 80.2 0 0 1-27.1 19.7zm116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8 8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16 303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4 3.4.1 4.4-1.5 1.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3 22.3 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6-.4 2.6-.5 4-1.7 7.3-2.7 3.4-5.7 7.8-8.5 9.9-2.8 2-8.8 4-10.7 5.6z'/%3E%3Cpath fill='%23fff' d='M420.7 223.7c0-7.3.1-13.5-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4 2.4 0 3.4-1.6 1.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8 2-2.5 2.3-1.6 7.4-.6 12.3 6.1 32.3 10.8 61.6 9.8 92.3-.4 2.6 9-7.8 9-12.7zm-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1 0 0 1.7 2.4 1.4 2.7 2 1 3 .5 3.2-.4.1-1.5-.6-2.4-.6-4 .9-4.6 6-5.3 8-2.4 1.4 1.8 2 5.5 2.1 8 0 1.3-2-.2-3.3 0-1.1.4-1.4 1.8-1.5 3-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3 6.7-.4 11.4.4 16.7 3.9 17.2 6.2 33 7.3 48.7a393.4 393.4 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8z'/%3E%3Cpath fill='%23fff' d='M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7 20.7 25.5 43.4 51.5 61.6 84.2 2.6-1.3 1.7-16 0-18z'/%3E%3Cpath fill='%231ba400' d='M122.6 194.7c-.5.9-1.6 2-1.2 3.1.7 1 1.4 1.3 2.6 1.3 1.1 0 2.7.3 3-.3.6-.7 1-2 .6-3.3-1.2-3-4.4-1.8-5-.8z'/%3E%3Cpath fill='%23fff' d='M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1 0 9.5-3.7 10-8.4 11-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8 1.3-2 3.1-4.4 2.6-2-.3-4.5-6-3.8-10.5 1.5-3.2 1-2.1 1-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2 1.3-85.7 2.5-15.2-.2-26.8-2.6-34.8-14.3.8 0 38.8 2.1 49.9 1.4 20.5-.2 39.3-1.9 60.2-2.5 41.2.7 82.1.7 123.3 3.6-4-2.7-4-9 2-10.6.5-.4.8 3.1 1.7 3 4.9-.3 2.7 6.3 1.7 7.6zM188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5 5 2 8-7.4 10-17.6 1.5-2.9 2.5-3.2 3.2-1.7-.2 13.6 1 16.7 4.5 20.8 7.8 6 14.3.8 14.8.3l6-6.1c1.4-1.5 3.2-1.5 5.1-.3 1.9 1.7 1.6 4.6 5.6 6.6 3.4 1.4 10.5.4 12.2-2.5 2.2-3.9 2.8-5.2 3.8-6.6 1.6-2.1 4.3-1.2 4.3-.5-.3 1.2-1.9 2.3-.8 4.5 2 1.4 2.4.5 3.5.2 4-2 7-10.6 7-10.6.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8 0-.2-2.6-5.5-.2-5.8 1.2.2 3.7.9 4.1-1.2 1.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2 2-1.9 4.2-2.3 6.3a9.8 9.8 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5 0 0-2.3 3.6-6.3 3.1-1.7-.3-4.4-1-5.8-11.8-1.1-8 .2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5-2.6 3-5.5 2.2-7.7 1.1-2-1.3-3.6-2-4.6-6.5.2-7 .6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7 47.7 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8-3.2-3-3.5-26.7-7.4-22.8z'/%3E%3Cpath fill='%23fff' d='M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6.4-6 15.1-14.4 28.6-15.6 2-.5 1-4.4 1.3-6.4-.8-7.5 4.2-14.3 11.2-14.8 9.6 1.4 12.8 6.5 13 14.2-1.1 15-16.7 17.5-25.4 18.7-1.3.5-1.9 1.1 0 1.8l36.6.2 1.9 1c.2 1-.6.2-2 2.6a29.5 29.5 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5-4 2-6 4.7-5.2 7.7 1.4 3.3 10.2 6.7 10.2 6.8 1.7 1 3.6 3.5-.5 8.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3 0-4 1.4-7 9-13.8 17-25.7 21.4-7 1.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9 1.7-36.9 15.7-32.7 9.1 8-8.5 22-14.9 34.2-23.3.9-2.9 2.5-12.5 7.3-15.6.3 0-.7 5.6-.6 8 0 2-.2 2.7.2 2.2.9-.5 15.7-12.2 17-15.8 1.4-2 .3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1 2-11.7 2.4-2.1 5.2-1.9 7.9.5 3 2.7 5.6 8 6.4 11.9-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7-6.6 13.9-15 18-22.4 23.2-.2 0-.3 3.5 2.4 5.4 1 1 4.9 1.5 9.4 0a54.5 54.5 0 0 0 22.3-23.3 51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6 2-7.7zm-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3 1.8-.3 2.1-.4.4-1.7.2-1.7-1.7 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6 0-.6.1-.9.6-.1.5-.3 1-.3 1.6 0 .7-.4.9-.8 1-.6 0-.5 0-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.7-2.3 3.7-.2.2-.3 4.9 2.8 6.2z'/%3E%3Cpath fill='%23fff' d='M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3 1.7-.4 2-.3.4-1.7.2-1.6-1.6 0-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7-.2.5-.3 1-.3 1.6-.1.6-.4.8-.9 1-.5 0-.4 0-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3 1.8-.4 2.2-.3.3-1.7.1-1.6-1.8 0-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c-.1.7-.4 1-.9 1s-.4 0-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25 2.4 4.8 4.3 7.9 9 10.3 4.3 3.1 7.7 1.2 9.5-1 4.3-4.5 4.4-16 6.4-18.2 1.4-4.2 5-3.5 6.7-1.6a16.5 16.5 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1 3.2-1.9 5.3-4.2 7.2-8.9 2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5 0-1-.3-1.3.7-1.2 1.1 1 1.2 1 2 1.3 1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3 7.3 0 0 0-2.4 5.5c.3 4.4 1 8.9 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3-.2 6.8-2.3 12.7-4.3 13.6 0 0-3 1.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1 0-6 5.8-8.6 16.4-12.7 23.8-1 1.7-4 3-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2zM309 126.7c3.8 1.5 6.4 9.2 5.6 13-.8 4.5-2.8 9.5-4.2 8.9-1.6-.6 1-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1 2.2-4.5 4.5-4z'/%3E%3Cpath fill='%23fff' d='M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3 42.3 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8 3 0 6.3-6.7 7.8-13.3zm64.4-85.3c3.5 1.7 5.5 11.3 5.1 14-.7 5-2.5 10.4-3.8 9.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4 2-4.8 4.1-4.2zm-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3-.8 3.7-2.5 7.7-3.8 7.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3 2-3.5 4-3.1z'/%3E%3Cpath fill='%231b9d00' d='M244.9 218.2c4.2.2 6.3 3.6 2.4 5-4 1.3-7.7 2.4-7.8 8 1.5 8-2 5.2-4 4.2-2.4-1.8-9.2-6-10.2-15-.1-2.1 1.6-4 4.3-4 4 1.1 10 1.2 15.3 1.8z'/%3E%3Cpath fill='%23fff' d='M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7-.7 3.8-2.4 7.9-3.6 7.4-1.4-.5 0-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5 2-3.7 3.9-3.2zm95.9 33.6c-3.8 2-5.2 8-2.9 11.6 2.2 3 5.6 1.9 6 1.9 3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4zm28-36.4c-2 1.3-5.7 5.2-5.8 9.6-.1 2.5-.6 2.5 1 4 1.3 1.8 2.4 1.7 4.8.4a5.1 5.1 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8-.8-3 1.5-4.2 3.7-7 0-2 0-3.3-2.7-1.8zm22.4 4a59.5 59.5 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4 2.4-6.5 2.4-9.3 2.6-12-.7-4.3-3.6-4.2-5.5.5zm142 72.3c.4-.5 20-14.4 20-14.4 2-.7 1.5 7.2.6 7.1a77.8 77.8 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5 0 5.4-3.3 9.6-4.7 9-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7.3 2-1.2 3.7-.7 6.3.4 1 .7 2.2 2.6 1.8 3.1-2.5 6-2.7 9-2.8 2.5.1 2.6 4.2 1 4.2-5.7 1.2-8.2 2.8-12.3 4.3-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4 1.2-3-.3-.3-1-.4-1.6.5-2.2zm136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3 3.6 1 12-4.5 12-4.6 1.4-1 1-3 .8-3-.8-.9-2.6-.3-3.8-.5-.6 0-2.5-.2-1.6-2a11.4 11.4 0 0 0 1.6-2.9c.5-1.2 0-2-2-2.7-2.1-.4-3-.2-5.3 0-1.2.2-1.6.8-1.9 2.3.1 2.3 1.5 2.2 3 3z'/%3E%3Cpath fill='%23259f00' d='M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5 2.3-.9 4 0 2.6 2.6 2.1 3.5zm-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9 2.3.7 3 2 .3 2.7-.8 3z'/%3E%3Cpath fill='%23209000' d='M355.2 375c9.4.4 18.2 0 27.5.5 1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.za:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-71.9 0h682.7v512H-71.9z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)' transform='translate(67.4) scale(.93748)'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath d='M-71.9 407.8V104.4L154 256.1-72 407.8z'/%3E%3Cpath fill='%2300c' d='M82.2 512.1l253.6-170.6H696V512H82.2z'/%3E%3Cpath fill='red' d='M66 0h630v170.8H335.7S69.3-1.7 66 0z'/%3E%3Cpath fill='%23fc0' d='M-71.9 64v40.4L154 256-72 407.8v40.3l284.5-192L-72 64z'/%3E%3Cpath fill='%23093' d='M-71.9 64V0h95l301.2 204h371.8v104.2H324.3L23 512h-94.9v-63.9l284.4-192L-71.8 64z'/%3E%3Cpath fill='%23fff' d='M23 0h59.2l253.6 170.7H696V204H324.3L23 .1zm0 512.1h59.2l253.6-170.6H696v-33.2H324.3L23 512z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.au:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg stroke-width='1pt'%3E%3Cpath fill='%23006' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M0 0v28l307 222h38.7v-28L38.7 0H0zm345.7 0v28l-307 222H0v-28L307 0h38.7z'/%3E%3Cpath fill='%23fff' d='M144 0v250h57.6V0H144zM0 83.3v83.4h345.7V83.3H0z'/%3E%3Cpath fill='%23c00' d='M0 100v50h345.7v-50H0zM155.6 0v250H190V0h-34.5zM0 250l115.2-83.3H141L25.8 250H0zM0 0l115.2 83.3H89.5L0 18.6V0zm204.7 83.3L319.9 0h25.8L230.5 83.3h-25.8zm141 166.7l-115.2-83.3h25.7l89.5 64.7V250z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M299.8 392.5l-43.7 3.8 6 43.4L232 408l-30.1 31.7 6-43.4-43.7-3.8 37.7-22.3-24.3-36.5 41 15.5 13.4-41.7 13.5 41.7 41-15.5-24.3 36.5m224.4 62.3L476 416.7l17.8 6.7 5.8-18.1 5.8 18.1 17.8-6.7-10.5 15.8 16.4 9.7-19 1.7 2.6 18.9-13-13.9-13.2 13.9 2.6-18.9-19-1.6m16.4-291.9L476 134.6l17.8 6.7 5.8-18.1 5.8 18.1 17.8-6.7-10.5 15.8 16.4 9.8-19 1.6 2.6 18.9-13-13.8-13.2 13.7 2.6-18.8-19-1.6M380.8 265l-10.5-15.8 17.8 6.7 5.8-18.1 5.9 18.1 17.8-6.7L407 265l16.4 9.7-19 1.7 2.7 18.9-13.2-13.9-13 13.9 2.5-18.9-19-1.6m216.3-38L570 221l17.8 6.7 5.8-18.1 5.9 18.1 17.8-6.7-10.5 15.8 16.3 9.7-19 1.7 2.6 18.8-13-13.8-13.2 13.8 2.6-18.8-19-1.7M542 320l-10.3 6.5 2.9-11.9-9.3-7.8 12.1-1 4.6-11.2 4.7 11.3 12.1.9-9.3 7.8 2.9 11.9'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.nz:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cdefs%3E%3Cg id='b'%3E%3Cg id='a'%3E%3Cpath d='M0 0v.5L1 0z' transform='translate(0 -.3)'/%3E%3Cpath d='M0 0v-.5L1 0z' transform='rotate(-36 .5 -.2)'/%3E%3C/g%3E%3Cuse transform='scale(-1 1)' xlink:href='%23a'/%3E%3Cuse transform='rotate(72 0 0)' xlink:href='%23a'/%3E%3Cuse transform='rotate(-72 0 0)' xlink:href='%23a'/%3E%3Cuse transform='scale(-1 1) rotate(72)' xlink:href='%23a'/%3E%3C/g%3E%3CclipPath id='c'%3E%3Cpath d='M0 0h600v300H0z'/%3E%3C/clipPath%3E%3CclipPath id='d'%3E%3Cpath d='M0 0l300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath fill='%2300247d' fill-rule='evenodd' d='M0 0h640v480H0z'/%3E%3Cg transform='translate(-93 36.1) scale(.66825)'%3E%3Cuse width='100%25' height='100%25' fill='%23fff' transform='matrix(45.4 0 0 45.4 900 120)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' fill='%23cc142b' transform='matrix(30 0 0 30 900 120)' xlink:href='%23b'/%3E%3C/g%3E%3Cg transform='rotate(82 534.2 125) scale(.66825)'%3E%3Cuse width='100%25' height='100%25' fill='%23fff' transform='rotate(-82 519 -457.7) scale(40.4)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' fill='%23cc142b' transform='rotate(-82 519 -457.7) scale(25)' xlink:href='%23b'/%3E%3C/g%3E%3Cg transform='rotate(82 534.2 125) scale(.66825)'%3E%3Cuse width='100%25' height='100%25' fill='%23fff' transform='rotate(-82 668.6 -327.7) scale(45.4)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' fill='%23cc142b' transform='rotate(-82 668.6 -327.7) scale(30)' xlink:href='%23b'/%3E%3C/g%3E%3Cg transform='translate(-93 36.1) scale(.66825)'%3E%3Cuse width='100%25' height='100%25' fill='%23fff' transform='matrix(50.4 0 0 50.4 900 480)' xlink:href='%23b'/%3E%3Cuse width='100%25' height='100%25' fill='%23cc142b' transform='matrix(35 0 0 35 900 480)' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-width='60' d='M0 0l600 300M0 300L600 0' clip-path='url(clientlib-site/css/%23c)' transform='scale(.60681 .73139)'/%3E%3Cpath stroke='%23cc142b' stroke-width='40' d='M0 0l600 300M0 300L600 0' clip-path='url(clientlib-site/css/%23d)' transform='scale(.60681 .73139)'/%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' fill='%23fff' d='M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z' clip-path='url(clientlib-site/css/%23c)' color='%23000' font-family='sans-serif' font-weight='400' overflow='visible'/%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' fill='%23cc142b' d='M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z' color='%23000' font-family='sans-serif' font-weight='400' overflow='visible'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.tr:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23e30a17' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z'/%3E%3Cpath fill='%23e30a17' d='M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z'/%3E%3Cpath fill='%23fff' d='M430.7 191.5l-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.jp:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-88 32h640v480H-88z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(clientlib-site/css/%23a)' transform='translate(88 -32)'%3E%3Cpath fill='%23fff' d='M-128 32h720v480h-720z'/%3E%3Cellipse cx='523.1' cy='344.1' fill='%23d30000' rx='194.9' ry='194.9' transform='translate(-168.4 8.6) scale(.76554)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.pe:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%23d91023' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M213.3 0h213.4v480H213.3z'/%3E%3Cg fill='%2300a854' stroke='%23d4af37' stroke-width='2' transform='translate(245.3 154) scale(.17778)'%3E%3Cg id='g' stroke-width='4.3' transform='matrix(.44722 -.20656 .2582 .35777 89.4 -67.3)'%3E%3Cpath d='M480.2 566.9c31.3 33 62.4 68.1 79 111.2 25.1 69.7 18.3 151.5-22.6 214a328.2 328.2 0 0 1-142 116.4 224.7 224.7 0 0 1-164.8 3.5c-20-7.4-38.9-18-57.5-28.3-8.4-1.4-13.9 8.6-7 13.3 62.4 40.6 130.9 42.2 202 28.2a273.1 273.1 0 0 0 99-50.4c44.4-33.2 82.7-77.5 99.8-131 26.2-79 9.3-171.3-45.1-234.6a488.2 488.2 0 0 0-44.7-47.1l4 4.8z'/%3E%3Cpath d='M170.6 983.3c-8.1-.8-12.2 11.8-5.1 13.6 4.2-1 10.7-12 5-13.6zm304.2-430.9c-4.5-5.6-14-2.9-17.7-7.3-4-4.7 2.9-6.5-.3-10-3-3.5-7.7-1.7-12-6.5-4.2-4.7-.4-8.8-4-12-3.7-3.4-4.2.8-8.4-3.8s-1.7-12.7-6.3-18.6c-4.5-5.7-3-12.5 2.5-11.2 3.6.8 5 4.4 10.4 5.7 5.4 1.4 7.6-2.5 11.2 1 3.5 3.4.3 9 4 14s5.9 1.2 8.6 5.5c2.7 4.4.5 6.6 2.2 11.7s8.4 3.1 10.9 10.8c2.5 7.6-1 20.7-1 20.7z'/%3E%3Cpath d='M478.1 564.8c-5.5-26.2-27-57-52.6-79.5 15.3 12 44.9 40.5 54.4 79.3l-1.8.2z'/%3E%3Cpath d='M460.2 524.4c-4.2-2.9-7.3-2.8-10.5-3.2 3-.2 5.9-.5 9.5 1.1l1 2.1zm-15.2-19c-4.5-1.4-7.4-.3-10.6.4 2.8-1.2 5.5-2.4 9.2-2l1.4 1.7zm4.4 3.5c-2.2-5.6-2.2-9.7-2.5-14-.1 3.9-.3 7.8.9 12.6l1.6 1.4zm13.5 18.1c-2.2-5.5-2.2-9.6-2.5-14-.1 4-.3 7.9 1 12.7l1.5 1.3zm92.3 155c-8.3-3.1-17.2 0-23.9-2.4-7.2-2.6 1.1-8.6-4.4-10.4-5.6-1.8-10.2 5.7-17.8 3.2-7.6-2.4-6.3-10-12.5-11.4-6.3-1.3-6.4 7.2-13.9 4.9-7.4-2.3-7.5-12.3-16-15.7-8.2-3.4-9-11.4-1.3-13.4 5.2-1.3 10.3 2 18 .2s7-8.7 13.1-7.1c6.1 1.5 4.4 10.4 11.4 13.2 7 2.8 11.4-4.9 16.7-2 5.3 3 .3 9.5 4.6 13.7 4.4 4.3 7.8-2.3 14.2 4.2 6.4 6.6 11.8 23 11.8 23z'/%3E%3Cpath d='M563.5 691.6c-22.9-25.6-58.6-41.4-101.8-49.7 25 3.4 76.7 15 105.2 50l-3.4-.3z'/%3E%3Cpath d='M524.3 661.5c-6.7-.6-10.8 1.3-15.2 2.8 3.8-2 7.5-4 13-4.4l2.2 1.6zm-27.9-10.9c-6.5 1.2-10 4-14 6.7 3.3-2.9 6.4-5.8 11.5-7.7l2.5 1zm7.2 1c-5.2-4.5-7-8.9-9.1-13.3 1.5 4.3 2.8 8.5 6.4 12.8l2.7.5zm25.3 11c-5.1-4.5-6.8-8.9-9-13.3a35 35 0 0 0 6.4 12.8l2.6.5zm25.8 223c7-5.4 9.2-15 14.7-19.4 5.8-4.7 6.2 5.9 10.6 2 4.4-3.7.9-12 6.9-17.2 6-5.2 11.4.2 15.8-4.4 4.3-4.7-2.4-9.7 3.4-14.8 5.8-5.2 13.9.5 21-5 7.1-5.3 14-1.4 11.5 6.4-1.7 5.3-7 7.9-9.7 15.6-2.6 7.8 3.2 11-1.2 15.5-4.5 4.4-10.7-2.2-16.7 2.3s-2 12.7-7.3 15.7c-5.1 3-7.6-5.1-13.4-3.8-5.7 1.4-2.2 8-10.9 10a67.8 67.8 0 0 1-24.7-2.9z'/%3E%3Cpath d='M542.7 887.4c32.6-5.3 64.3-27.5 93.8-60.3-16 19.9-52.6 58.3-95.8 63.1l2-2.8z'/%3E%3Cpath d='M587.6 870.5c4-5.6 4.7-10.2 5.8-15-.5 4.5-.8 9-3.3 14l-2.5 1zm23.5-18.1c2.5-6.4 2-11 2-16 .6 4.5 1.4 8.8.1 14.3l-2.1 1.6zm-4.6 5.7c6.4-2 10.8-1 15.5-.4-4.2-1.1-8.3-2.4-13.7-1.7l-1.8 2zm-22.2 15.8c6.3-2 10.7-1 15.4-.4-4.2-1.1-8.3-2.4-13.7-1.6l-1.7 2zm2.2-84c5.9-6.6 6.3-16.4 11-21.8 4.9-5.8 7.1 4.5 10.8 0 3.6-4.6-1.3-12.1 3.6-18.4 5-6.2 11.4-2 14.8-7.4 3.4-5.4-4-9 .7-15.2 4.8-6.2 13.7-2.1 19.9-8.9 6-6.6 13.4-4 12.3 4.2-.7 5.4-5.5 9-6.7 17.1-1.3 8.2 5.1 10.2 1.5 15.5-3.6 5.2-10.9-.1-16 5.5-5 5.6.3 12.9-4.3 16.8-4.6 3.9-8.5-3.6-13.9-1.2-5.4 2.5-.8 8.4-9 12s-24.7 1.8-24.7 1.8z'/%3E%3Cpath d='M575 794c31.1-11.5 58.3-39.3 81.5-77.3-12.2 22.6-41.4 67.4-83 80.5l1.5-3.2z'/%3E%3Cpath d='M616.1 768.7c3-6.2 2.8-10.8 3-15.7.4 4.4.9 8.8-.7 14.3l-2.2 1.4zm19.9-22.3c1.3-6.7 0-11.2-.9-16 1.4 4.2 3 8.4 2.7 14l-1.8 2zm-3.5 6.5c6-3.1 10.4-3 15.1-3.3-4.3-.3-8.5-.7-13.7 1l-1.4 2.3zm-19 19.8c5.8-3 10.3-3 15-3.3-4.3-.3-8.5-.7-13.7 1l-1.4 2.3zm-46.2-31.5c-7.9-5.6-18.3-4.8-24.7-9.3-6.9-4.6 3.6-8.6-1.8-12-5.4-3.4-12.4 3-19.8-1.6-7.4-4.7-3.8-12.4-10-15.5-6.3-3-9 5.7-16.2 1.2s-4.5-15-12.5-20.8c-7.9-5.8-6.4-14.4 2.4-14.3 5.8 0 10.4 4.9 19.1 5.2 8.7.2 5-4.4 11-1 6.2 3.2 5 12 11.6 17 6.7 4.8 15.2-4.7 20-.2s-2.4 10 1 15.6 9-.2 14 8.4 5.9 27.3 5.9 27.3z'/%3E%3Cpath d='M573.4 753.5c-17-33.1-50.6-59.7-94.2-80.4 25.7 10.6 77.4 37 97.8 81.6l-3.6-1.2z'/%3E%3Cpath d='M540.3 711c-7-2.4-11.9-1.6-17-1.2 4.6-1 9.2-2.1 15-1l2 2.2zm-26.6-19c-7.3-.7-11.8 1.4-16.7 3 4.2-2.1 8.3-4.3 14.3-4.8l2.4 1.7zm7.4 3c-4.3-6.2-4.8-11.3-6-16.4.4 4.8.7 9.6 3.3 15.1l2.7 1.2zm23.8 18.5c-4.2-6.2-4.8-11.2-5.9-16.4.4 4.9.6 9.6 3.3 15.2l2.6 1.2zm43.1 36.9c4.5-7.7 3-17.5 6.5-23.8 3.7-6.7 8 3 10.6-2.3 2.6-5.2-3.6-11.5 0-18.7s10.7-4.3 13-10.3c2.3-6-5.7-8-2.2-15 3.5-7.1 13-5 17.7-13 4.5-7.7 12.3-6.8 12.8 1.5.4 5.5-3.6 10-3.2 18.2.4 8.2 7 9 4.5 14.8-2.5 5.9-10.7 2.2-14.5 8.8-4 6.5 2.7 12.5-1 17.3-3.7 4.8-9-1.7-13.9 1.9-4.8 3.5 1 8.3-6.4 13.5s-23.9 7-23.9 7z'/%3E%3Cpath d='M577.5 756.8C605.8 739 627 706 642.3 664c-7.6 24.7-27.4 74.7-65.6 96.3l.8-3.4z'/%3E%3Cpath d='M613 723.3c1.6-6.6.5-11.2-.2-16 1.2 4.3 2.5 8.5 2 14.1l-1.9 2zm15-26c0-6.9-2.1-11-4-15.5 2.3 3.9 4.5 7.6 5.4 13.2l-1.4 2.3zm-2.1 7.1c5.2-4.3 9.6-5.1 14.1-6.5-4.3.7-8.5 1.1-13.2 4l-1 2.5zM611 727.8c5.1-4.3 9.6-5 14-6.4-4.2.6-8.4 1-13.2 3.9l-.8 2.5zM557.4 639c3.6-8.6.8-18.5 3.6-25.6 3-7.5 8.7 2 10.7-3.8 2.1-5.9-5.2-11.5-2.4-19.5s10.6-6 12.2-12.6c1.6-6.6-7-7.5-4.3-15.3 2.7-7.9 13-7.1 16.8-16 3.7-8.6 12-8.8 13.6-.3 1 5.7-2.5 11-1 19.5 1.4 8.4 8.4 8.2 6.6 14.7-1.9 6.5-10.8 3.8-14 11.2-3.2 7.3 4.4 12.6 1.2 18.2-3.2 5.5-9.6-.6-14.1 3.8-4.6 4.4 2 8.5-5 15-7 6.4-24 10.7-24 10.7z'/%3E%3Cpath d='M547.3 647.1c27-22.6 44.8-59.9 55.3-105.8-4.6 26.8-18.8 81.6-55.7 109.5l.4-3.7z'/%3E%3Cpath d='M579.8 607.3c.8-7.2-.9-11.7-2.2-16.7 1.8 4.3 3.7 8.5 4 14.4l-1.8 2.3zM592 578c-.9-7.2-3.7-11.1-6.1-15.6 2.7 3.7 5.6 7.3 7.2 13L592 578zm-1.3 7.7c4.8-5.2 9.3-6.7 13.9-8.7-4.4 1.2-8.7 2.3-13.3 5.9l-.6 2.8zm-12.4 26.4c4.8-5.2 9.3-6.7 13.9-8.7-4.4 1.3-8.7 2.4-13.3 6l-.6 2.7z'/%3E%3Cpath d='M533.4 605.3c4.2-6.6-1-18.7 2.2-24 3.6-5.8 7.3 2.8 9.8-1.7 2.6-4.5-.4-10.3 3-16.4 3.6-6.2 8.6-1.7 10.9-6.9 2.2-5.2-2-5.3 1.3-11.4 3.4-6 12-3.9 16.5-10.6 4.4-6.6 11.5-5.5 11.8 1.9.2 4.8-2.9 7.1-2.7 14.4.1 7.2 4.6 9.5 2.2 14.6-2.5 5-9 1.5-12.6 7.1-3.8 5.6.3 7.8-3.2 11.8-3.5 4-6.4 1.5-10.9 4.4-4.5 3-.7 11.3-7.6 15.6s-20.7 1.2-20.7 1.2z'/%3E%3Cpath d='M522.1 611.2c24.3-10.6 48.6-42.4 63.7-78.7-7.5 21.4-27.5 63.7-63 81l-.7-2.3z'/%3E%3Cpath d='M556.9 582.6c1.7-5.8.8-9.8.3-14 1 3.8 2 7.5 1.5 12.5l-1.8 1.5zm14.4-22.2c.2-6-1.6-9.7-3.2-13.8 1.9 3.5 4 6.9 4.6 11.8l-1.4 2zm-2 6.2c4.8-3.6 8.9-4.1 13-5.1-3.9.4-7.8.6-12.2 2.8l-.9 2.3zm-14.2 20c4.8-3.6 8.9-4.2 13-5.2-3.8.4-7.7.6-12.2 2.9l-.8 2.2zm-173.3 425.7c3.6-9 1-19.7 3.7-27.1 2.9-7.9 8.4 2.5 10.4-3.6s-5-12.5-2.2-20.9c2.8-8.4 10.3-5.8 12-12.8 1.5-7-6.8-8.3-4.1-16.5 2.6-8.3 12.5-7 16.3-16.2 3.7-9 11.7-8.8 13.2.4 1 6-2.4 11.5-1 20.6 1.3 9.1 8.1 9.3 6.3 16-1.8 6.9-10.5 3.6-13.7 11.3-3.1 7.6 4.3 13.7 1.1 19.4-3.2 5.7-9.3-1-13.8 3.4-4.4 4.4 2 9.2-4.9 15.7-6.8 6.5-23.3 10.3-23.3 10.3z'/%3E%3Cpath d='M375.2 1016.4c26.5-22.7 40.7-57.4 51.2-105.9-4.7 28.3-15.5 82-51.6 109.8l.4-3.9z'/%3E%3Cpath d='M403.8 979.7c.8-7.6-.8-12.6-2-18 1.6 4.8 3.5 9.4 3.6 15.7l-1.6 2.3zm12-30.5c-.7-7.7-3.4-12-5.8-17 2.7 4.2 5.5 8.1 7 14.3l-1.1 2.7zm-1.2 8.1c4.7-5.3 9.1-6.6 13.5-8.6-4.2 1.1-8.5 2-13 5.7l-.5 3zM402.4 985c4.7-5.3 9.1-6.7 13.5-8.6-4.2 1.1-8.4 2-12.9 5.6l-.6 3zm158.7-152.7c-7.2-7.5-19.3-10.1-25.2-16-6.3-6.3 7-6.5 2-11.2-5-4.7-15.2-1.3-22-7.7-7-6.5-.4-12.1-6.5-16.8-6-4.7-12 2.2-18.7-4.1-6.8-6.3-.2-14.6-7.4-22.3-7-7.6-2.6-14.7 7.5-11.8 6.6 1.9 10.2 7.6 20 10.6 10 3 13.7-3 19.5 1.8 5.9 4.8-2 11.2 3.9 17.6 6 6.4 16 2.6 20 8.1 4 5.6-6 8-4 14 2 6.2 10.3 2.7 13.1 11.8 2.9 9.2-2.2 26-2.2 26z'/%3E%3Cpath d='M540.3 797c-7.2-4.3-13-5.1-19-6.5 5.6.7 11.1 1.1 17.6 4l1.4 2.5zm-24-25.2c-8.2-2.9-14-2.5-20.2-2.6 5.6-.5 11-1.2 18 .3l2.1 2.3zm7.4 5c-2.8-6.8-1.8-11.4-1.4-16.3-1.1 4.4-2.5 8.6-1.3 14.3l2.7 2zm21 23.9c-2.7-6.8-1.7-11.4-1.3-16.3-1.1 4.4-2.5 8.7-1.3 14.4l2.6 1.9z'/%3E%3Cpath d='M561.7 840c-8.5-34.5-35.7-63.7-78.5-95.8 25.8 17.5 73.7 52.4 82.2 98l-3.7-2.2z'/%3E%3Cg id='d'%3E%3Cpath d='M527.3 890.5c-3.4-8.8-19.8-13-22.7-20.1-3-7.6 9.1-5.3 6.6-11-2.6-5.7-13.4-4-17-11.8-3.4-7.8 5-12.3 1.3-18.2-3.6-5.9-11.8 0-15.4-7.5-3.5-7.6 6-14.8 2.7-24-3.2-9 4-15.4 11.8-10.6 5.3 3.2 6.2 9.6 13.9 14.4 7.7 4.9 13.7-.6 17 5.4 3.2 6-6.7 11-4 18.5 2.8 7.6 13.6 5.6 15 12 1.2 6.3-9 6.9-9.7 13.4-.7 6.5 8.3 4.5 7 14.3s-6.5 25.2-6.5 25.2z'/%3E%3Cpath d='M520 853.1c-4.7-5.7-13-9-18-11.4a58 58 0 0 1 17.8 8.5l.2 3zm-10-24.9c.4-7.3 3.2-11.8 5.7-16.7-2.9 4.2-5.9 8.3-7.2 14.3l1.6 2.4zm12.5 26c.3-7.3-.1-9.7 2.3-14.6-2.9 4.2-2.6 6.3-3.9 12.3l1.6 2.4z'/%3E%3Cpath d='M525.2 906.6c6.8-36.5-12.8-78.4-38.3-118.7 16.1 22.4 52.2 73.9 40.7 121.6l-2.4-2.9z'/%3E%3Cpath d='M505.4 821.9c-6.2-4.4-11.7-5.1-17.2-6.4 5.2.5 10.5.9 16.2 3.6l1 2.7z'/%3E%3C/g%3E%3Cpath d='M493.6 566.1c-2-7-11.8-8.6-13.4-14.2-1.8-6 5.2-4.7 3.7-9.2-1.5-4.5-6.4-4.9-8.4-11s3-8.2 1-12.8c-2-4.6-4.2-1-6.2-7s3.4-12.3 1.5-19.6c-1.9-7 2.1-12.6 6.6-9.2 3 2.3 3 6.2 7.4 9.7 4.4 3.6 7.9.9 9.8 5.5 1.8 4.7-3.3 8.5-1.8 14.5 1.6 6 4.9 3.7 5.6 8.8.8 5-2.1 6.2-2.5 11.6-.4 5.3 6.4 6.4 5.7 14.4-.7 8-9 18.5-9 18.5z'/%3E%3Cpath d='M491.7 578.8c5.2-26.2-2.3-63.4-17-94.8 9.3 17.3 25.2 56 18.7 95.4l-1.7-.6z'/%3E%3Cpath d='M491.1 534.4c-2.7-4.4-5.5-5.7-8.3-7.5 2.8 1.1 5.5 2 8.2 5.1l.1 2.4zm-6.5-23.8c-3.5-3.2-6.6-3.5-9.8-4.2 3 .1 6 .1 9.3 2l.6 2.2zm2.7 5c.2-6 1.8-9.8 3.2-14-1.6 3.7-3.3 7.1-4.1 12l1 2zm5.3 22.3c.1-6 1.7-9.8 3.1-13.9-1.6 3.6-3.3 7-4 12l.9 1.9zm17 37.3c-.1-6.9-6.8-11.4-7.1-16.9-.3-5.8 14.6-4.3 14.2-8.8-.4-4.4-5.4-4.8-6-10.8s5.4-8 4.4-12.5-4.1-1-4.7-6.9c-.6-5.8 2-12.4 1.8-19.5-.1-7 5.6-12.4 9.4-9 2.6 2.2 1.5 6 5.2 9.5s8.4 1 11.3 4.5c3 3.5 2.3 6.4 2.4 12.3 0 6 4.1 3.6 3.6 8.6-.5 5-3.9 6.1-5.7 11.4-1.8 5.2 5.2 6.2 2.3 14.1-2.8 7.9-31 24-31 24z'/%3E%3Cpath d='M499.2 585.6c24.4-21.6 36.5-63.2 18.3-94a68.8 68.8 0 0 1 8.1 50.3 92.1 92.1 0 0 1-24.8 44.3l-1.6-.6z'/%3E%3Cpath d='M522.3 550.8a31.2 31.2 0 0 0-8.7-11.5c2.6 1 7.1 6.2 9.2 9.2l-.5 2.3zm4-26.8c-3-3.2-6.1-3.5-9.2-4.2 3 .1 6.2.1 9.2 2v2.2zm1.1.2c1.8-6 4.4-9.6 7-13.7-2.7 3.5-5.4 7-7.4 11.8l.4 1.9zm-4.2 27.5c1.7-5.9 7.8-3.8 12.4-5.2-3.5 0-10.8-1.5-13 3.3l.6 1.9zm-44.3 24.2c-6.5-4.6-4.6-15.7-9.7-19.5-5.5-4-6.7 3.8-10.8.6-4-3.2-2.7-8.6-8.2-13-5.6-4.4-9.5.2-13.5-3.6-4-3.9.5-4.8-4.9-9.2-5.4-4.3-13.9-.8-20.6-5.5-6.7-4.6-13.8-2.3-11.9 3.8 1.3 4 5.2 5.4 7.3 11.4 2 6-2 8.8 2.1 12.5 4.1 3.7 9.9-.5 15.5 3.4s2 6.5 7 9.2 7.1 0 12.7 1.5c5.7 1.5 4.2 9.2 12.7 11.4 8.5 2.1 22.3-3 22.3-3z'/%3E%3Cpath d='M492.6 578.5c-28.8-4-64.1-25.6-91.1-52.7 14.5 16.3 48.3 47.3 91 54.8l.1-2z'/%3E%3Cpath d='M447.2 561.7c-3.5-4.5-3.8-8-4.6-11.6.2 3.3.1 6.7 2.3 10.6l2.3 1zm-22-15.6c-2-5-1.1-8.4-.7-12-1 3.2-2 6.4-1.3 10.7l2 1.4zm4.1 4.7c-6.2-2-10.6-1.6-15.3-1.6 4.2-.5 8.4-1 13.7 0l1.6 1.6zm21 13.8c-6.2-2-10.6-1.7-15.3-1.7 4.2-.4 8.4-1 13.7 0l1.6 1.7zm50.2 41c-8-3.5-6.6-15.4-13-18.4-6.8-3-7.7 5.4-12.7 2.9-5.1-2.6-3.9-8.5-10.8-12-7-3.4-11.3 2.3-16.3-1-5-3.2.3-5-6.5-8.5s-16.5 2-25-1.6c-8.1-3.4-16.4.4-13.7 6.4 1.8 4 6.6 4.5 9.5 10.4 2.9 5.8-1.7 9.6 3.5 12.6s11.7-2.5 18.6.4c7 3 2.9 6.4 9 8.2 6 1.8 8.5-1.5 15.3-1 6.8.4 5.7 8.7 16 9.2 10.2.6 26.1-7.6 26.1-7.6z'/%3E%3Cpath d='M517 605.6c-34.5 1.6-78.1-13.7-112.2-36.4 18.4 14 61 39.5 112.3 38.5l-.1-2.1z'/%3E%3Cpath d='M461.8 597.2c-4.5-3.9-5.1-7.5-6.3-11.1.4 3.5.6 7 3.5 10.6l2.8.5zm-27.3-11.7c-2.8-4.8-2-8.5-1.8-12.4-.9 3.6-2 7.1-.6 11.4l2.4 1zm5.3 4c-7.5-.8-12.8.5-18.4 1.4 5-1.3 10-2.7 16.3-2.8l2 1.4zm26 10c-7.6-.8-12.8.5-18.4 1.5 5-1.4 9.9-2.8 16.3-2.8l2 1.4z'/%3E%3Cpath d='M517.5 629.7c-8.3-3-7.6-15-14.2-17.5-7-2.7-7.3 5.9-12.6 3.7-5.2-2.2-4.3-8.2-11.5-11.2s-11.1 3-16.3 0c-5.2-2.9 0-5-7-8s-16.4 3-25 0c-8.5-3-16.5 1.4-13.4 7.2 2 3.9 7 4.1 10.2 9.7 3.2 5.7-1 9.7 4.3 12.4 5.3 2.7 11.5-3.2 18.6-.8 7.2 2.5 3.3 6.2 9.5 7.6 6.1 1.4 8.4-2 15.2-2 6.8 0 6.3 8.3 16.5 8.2 10.3-.2 25.7-9.3 25.7-9.3z'/%3E%3Cpath d='M534 628.6c-34.4 3.9-79-8.6-114.4-29 19.3 12.7 63.4 35.4 114.6 31.1l-.3-2z'/%3E%3Cpath d='M478.3 623.9c-4.8-3.7-5.6-7.2-7-10.8.6 3.5 1 7 4.1 10.4l3 .4zm-28-10c-3-4.6-2.6-8.4-2.7-12.3-.6 3.7-1.4 7.3.2 11.4l2.5 1zm5.5 3.7c-7.6-.4-12.7 1.3-18.3 2.6 5-1.7 9.8-3.4 16.2-3.9l2 1.3zm26.6 8.3c-7.6-.3-12.7 1.3-18.3 2.6 5-1.6 9.8-3.4 16.2-3.8l2 1.2z'/%3E%3Cg id='a'%3E%3Cpath d='M207.2 997.4c6.6-4.3 15.2-3.2 20.6-6.6 5.7-3.5-3-7 1.5-9.7 4.5-2.5 10.3 3 16.5-.5s3.3-9.9 8.5-12.1c5.2-2.3 7.3 5 13.4 1.5 6-3.3 3.8-12 10.6-16.4 6.6-4.4 5.5-11.4-1.8-11.7-4.9-.1-8.7 3.6-16 3.5-7.2 0-8-6-13.1-3.6-5 2.4-1.5 9.7-7.1 13.4-5.6 3.8-11.2-2-15.2 1.5s1.9 8-1 12.5-7.4-.5-11.6 6.3c-4.3 6.8-5.3 21.9-5.3 21.9z'/%3E%3Cpath d='M202 1007c14.5-26 42.6-46.3 79-61.5-21.5 7.7-64.6 27.1-82 62.4l3-.8z'/%3E%3Cpath d='M230 974c5.7-1.7 9.7-.9 14-.4a31 31 0 0 0-12.5-1.4l-1.6 1.8zm22.1-14.5c6.1-.2 9.8 1.6 13.9 3.1-3.5-1.8-7-3.8-11.9-4.4l-2 1.3zm-6.1 2.2c3.6-4.9 4.1-8.9 5.1-13-.4 3.8-.6 7.7-2.9 12l-2.2 1zm-20 14.1c3.6-4.8 4.1-8.9 5.1-13-.4 3.9-.6 7.7-2.8 12.1l-2.3 1z'/%3E%3C/g%3E%3Cg id='b'%3E%3Cpath d='M210.3 1024.5c9 3.6 19.3 0 26.7 2.7 7.8 3-1.9 9.7 4.2 11.8 6.2 2 11.9-6.4 20.2-3.7 8.4 2.8 6.5 11.5 13.4 13 6.9 1.4 7.6-8.2 15.8-5.6 8.2 2.6 7.6 14 17 17.8 9 3.8 9.4 12.9.6 15.1-5.9 1.5-11.5-2.1-20.2 0-8.8 2-8.4 9.7-15.2 8-6.8-1.7-4.2-11.8-12-15-7.6-3.2-13 5.6-18.8 2.3-5.8-3.4.3-10.7-4.3-15.6-4.6-4.8-8.8 2.7-15.7-4.7-6.8-7.4-11.7-26.1-11.7-26.1z'/%3E%3Cpath d='M201.6 1013.7c24 29 63.2 46.9 111.1 56.2-27.9-3.8-85.2-16.8-115-56.5l3.9.3z'/%3E%3Cpath d='M243.7 1047.8c7.5.6 12.2-1.5 17.3-3.3-4.5 2.2-8.8 4.6-15 5.1l-2.3-1.8zm30.6 12.2c7.4-1.3 11.5-4.6 16-7.6-3.7 3.3-7.4 6.7-13.3 8.8l-2.7-1.2zm-8-1c5.5 5.1 7.2 10 9.4 15-1.4-4.8-2.7-9.6-6.5-14.5l-3-.5zm-27.8-12.4c5.5 5 7.2 10 9.4 15-1.4-4.8-2.6-9.6-6.5-14.5l-2.9-.5z'/%3E%3C/g%3E%3Cuse width='744.1' height='1052.4' transform='translate(44 17.4)' xlink:href='%23a'/%3E%3Cuse width='744.1' height='1052.4' transform='translate(59.3 11.2)' xlink:href='%23b'/%3E%3Cg id='e'%3E%3Cpath d='M353.5 1034.1c9.8 1 18.8-5.3 26.7-4.7 8.4.6.7 9.8 7.2 10 6.4.3 9.9-9.3 18.7-9 8.8.4 9.2 9.2 16.3 8.7 7-.5 5.3-9.9 14-9.6s11 11.2 21 12.3c9.8 1.1 12.5 9.7 4.5 14.3-5.3 3-11.7 1-19.7 5.4s-5.7 11.7-12.7 12c-7 .1-7.1-10.2-15.5-11.2-8.3-.9-11.3 9-17.8 7.4-6.5-1.6-2.4-10.3-8.1-13.7-5.8-3.3-8 5-16.5-.2s-18-21.7-18-21.7z'/%3E%3Cpath d='M342.3 1026.2c30.8 21 73.5 27.4 122.6 23.2-28.2 4-87.3 7.3-126.4-22.4l3.8-.8z'/%3E%3Cpath d='M392 1047.2c7.4-1.4 11.5-4.8 16-7.9-3.8 3.4-7.4 6.8-13.2 9l-2.8-1zm33 3.3c6.8-3.3 10-7.6 13.6-11.7-2.8 4.2-5.5 8.4-10.7 12l-3-.3zm-8.1 1.2c6.6 3.4 9.5 7.6 13 11.7-2.7-4.1-5.1-8.4-10-12l-3 .3zm-30.3-4.2c6.7 3.3 9.6 7.6 13 11.7-2.6-4.2-5-8.4-10-12l-3 .3z'/%3E%3C/g%3E%3Cpath d='M292.7 1024.5c5-5 13.2-6.2 17.3-10.2 4.4-4.3-4.5-5.2-1-8.4s10.2 0 15-4.4c4.8-4.3.5-8.8 4.7-12 4.3-3 8 2.4 12.7-1.8 4.8-4.2.5-10.7 5.6-16 5-5.2 2.1-10.7-4.7-9.2-4.5 1-7 5-13.8 6.6-6.7 1.7-9-3-13 .2-4.1 3.2 1 8.4-3.1 12.7-4.2 4.4-10.8 1-13.7 4.8-2.8 3.9 3.8 6.2 2.3 10.6-1.5 4.4-7 1.3-9 7.9-2.2 6.6.7 19.3.7 19.3z'/%3E%3Cpath d='M292 1030.3c6.7-25 25.7-44.8 55.3-65.9-17.7 11.3-50.8 34.2-57.7 67.3l2.5-1.4z'/%3E%3Cpath d='M307.6 1000c5-2.9 8.9-3.1 13-3.8-3.8.2-7.6.2-12 1.9l-1 1.8zm16.8-17.3c5.5-1.6 9.4-1 13.6-.7-3.7-.7-7.4-1.5-12-.8l-1.6 1.5zm-5.1 3.3c2-4.8 1.5-8.3 1.3-12 .7 3.4 1.5 6.6.5 10.7l-1.8 1.3zm-14.8 16.3c2-4.8 1.5-8.2 1.4-11.9.6 3.3 1.4 6.5.5 10.7l-1.9 1.2zm41 15c4-6.2 12-9.1 15.4-14.1 3.5-5.3-5.7-4.4-2.8-8.4 3-4 10.4-2.1 14.3-7.6 4-5.5-1.2-9.3 2.4-13.3 3.7-4.1 8.6.8 12.5-4.5 4-5.4-1.7-11.2 2.4-17.7 4-6.4 0-11.5-6.6-8.6-4.4 2-6.1 6.6-12.6 9.7-6.4 3-9.8-1.4-13.2 2.8-3.5 4.1 2.8 8.4-.6 13.8-3.3 5.4-10.7 3.2-12.8 7.7-2.1 4.6 5 5.7 4.4 10.5-.6 4.8-6.7 2.7-7.6 10-.8 7.2 4.7 19.7 4.7 19.7z'/%3E%3Cpath d='M346 1023.4c1.6-27.1 16.9-51.5 42.6-79.3-15.7 15.3-44.6 45.6-45 81.3l2.3-2z'/%3E%3Cpath d='M355.6 988.8c4.4-3.8 8.3-4.9 12.3-6.4-3.8 1-7.6 1.7-11.7 4.3l-.6 2.1zm13.5-21.1c5.3-2.8 9.3-3 13.6-3.5-4 0-7.8 0-12.4 1.6l-1.2 1.9zm-4.6 4.3c1.2-5.3-.1-8.8-1-12.5 1.3 3.2 2.8 6.4 2.6 10.9l-1.6 1.6zM353 992c1-5.4-.2-8.9-1-12.6 1.3 3.3 2.7 6.4 2.6 10.9L353 992z'/%3E%3Cg id='f'%3E%3Cpath d='M505.9 948.8c7.7-4.2 11.3-13.2 17.4-16.7 6.6-3.7 5.3 6.8 10.2 3.8 5-3 2.8-11.8 9.5-16 6.7-4 11.3 2.3 16.3-1.6s-.9-10 5.7-14c6.5-4.1 13.6 2.8 21.5-1.4 7.8-4 14 1 10.3 8.3-2.5 5-8.2 6.6-12 13.8-3.8 7.2 1.5 11.4-3.6 15-5.1 3.6-10.2-3.9-16.8-.5-6.6 3.5-4 12.2-9.6 14.3-5.6 2-6.8-6.4-12.7-6-5.9.3-3.5 7.6-12.3 8-8.8.3-24-7-24-7z' transform='translate(9.4 -7.9)'/%3E%3Cpath d='M493.7 948.5c33 .2 67.7-16.3 102-43.7-18.9 17-61 48.6-104.4 46.2l2.4-2.5z' transform='translate(9.4 -7.9)'/%3E%3Cpath d='M540.7 939.4c4.8-4.8 6.1-9.3 8-13.8-1.1 4.3-2.1 8.6-5.4 13.2l-2.6.6zm26-14c3.5-5.8 3.7-10.5 4.5-15.3-.1 4.5 0 8.9-2.2 14.1l-2.3 1.2zm-5.4 5c6.6-1 10.7.8 15.3 2.1-4-1.8-7.8-3.7-13.2-3.9l-2.1 1.7zm-24.4 11.8c6.5-.9 10.7.8 15.3 2.2-4-1.8-7.9-3.7-13.3-4l-2 1.8z' transform='translate(9.4 -7.9)'/%3E%3C/g%3E%3Cpath d='M583 716.2c3.6-8.6.8-18.5 3.6-25.6 3-7.5 8.7 2 10.7-3.9s-5.2-11.5-2.3-19.4 10.5-6 12.1-12.6c1.6-6.6-7-7.5-4.3-15.4 2.8-7.8 13-7 16.8-15.9 3.7-8.6 12-8.8 13.6-.3 1 5.7-2.5 11-1 19.4 1.4 8.5 8.4 8.3 6.6 14.8-1.9 6.5-10.8 3.8-14 11.2-3.2 7.3 4.4 12.6 1.2 18.2-3.2 5.5-9.6-.6-14.1 3.8-4.6 4.4 2 8.5-5 15-7 6.4-24 10.7-24 10.7z'/%3E%3Cpath d='M573 724.4c27-22.6 44.7-59.9 55.2-105.8-4.6 26.8-18.8 81.6-55.7 109.4l.4-3.6z'/%3E%3Cpath d='M605.4 684.6c.9-7.2-.9-11.7-2.2-16.7 1.8 4.3 3.7 8.5 4 14.4l-1.8 2.3zm12.3-29.2c-.9-7.2-3.7-11.2-6.1-15.6 2.7 3.7 5.6 7.3 7.2 13l-1.1 2.6zm-1.3 7.7c4.8-5.2 9.3-6.7 13.9-8.8-4.4 1.3-8.7 2.4-13.3 6l-.6 2.8zM604 689.5c4.8-5.2 9.3-6.7 13.9-8.7-4.4 1.3-8.7 2.4-13.3 6l-.6 2.7z'/%3E%3Cpath d='M572.3 672c4.4-7.6 3-17.3 6.4-23.6 3.7-6.7 8 3 10.6-2.3 2.7-5.3-3.6-11.6 0-18.8 3.7-7.1 10.8-4.3 13-10.3 2.4-6-5.7-8-2.2-15 3.5-7.1 13-5 17.7-13 4.6-7.6 12.4-6.8 12.9 1.5.4 5.5-3.6 10-3.2 18.2.3 8.2 7 9 4.5 14.8-2.6 6-10.7 2.3-14.6 8.8-3.9 6.5 2.7 12.6-1 17.4-3.7 4.8-9-1.8-13.8 1.8-4.8 3.5.9 8.3-6.4 13.5s-24 7-24 7z'/%3E%3Cpath d='M561.8 678.5c28.2-17.8 49.4-50.8 64.8-92.9C619 610.3 599 660.3 561 682l.8-3.4z'/%3E%3Cpath d='M597.2 645c1.6-6.6.5-11.2-.1-16 1.1 4.3 2.5 8.5 2 14.1l-2 2zm15-26c0-6.9-2-11-3.9-15.5 2.2 3.9 4.5 7.6 5.3 13.2l-1.4 2.3zm-2 7.1c5.1-4.3 9.5-5.1 14-6.5-4.2.7-8.4 1.1-13.2 4l-.9 2.5zm-14.9 23.5c5.2-4.4 9.6-5.2 14.1-6.5-4.2.6-8.5 1-13.2 3.9l-.9 2.6zm-28.6 126.3c-7.8-5.6-18.2-4.8-24.7-9.2-6.8-4.7 3.7-8.6-1.7-12-5.4-3.5-12.5 3-19.9-1.7-7.3-4.7-3.8-12.3-10-15.4-6.3-3.1-8.9 5.7-16.1 1.2-7.3-4.5-4.5-15-12.6-21-7.8-5.7-6.4-14.3 2.4-14.2 5.9 0 10.4 4.9 19.1 5.2 8.8.3 5-4.3 11.1-1s4.9 12 11.5 17c6.7 4.9 15.2-4.7 20-.1 5 4.5-2.3 9.9 1 15.6 3.5 5.7 9-.3 14 8.3 5 8.6 6 27.3 6 27.3z'/%3E%3Cpath d='M572.9 788.2c-17-33.1-50.6-59.6-94.2-80.4 25.7 10.6 77.4 37 97.7 81.6l-3.5-1.2z'/%3E%3Cpath d='M539.7 745.8c-7-2.5-11.8-1.6-17-1.3 4.7-1 9.2-2 15.2-1l1.8 2.3zm-26.5-19.1c-7.4-.6-11.8 1.4-16.8 3 4.3-2 8.4-4.3 14.4-4.8l2.4 1.8zm7.3 3c-4.2-6.2-4.8-11.2-5.9-16.4.4 4.8.6 9.6 3.3 15.1l2.6 1.2zm23.9 18.5c-4.2-6.1-4.8-11.1-6-16.3.5 4.8.7 9.6 3.3 15.1l2.7 1.2zm30.3 95.2c5.8-6.6 6.3-16.4 11-21.9 4.8-5.8 7.1 4.6 10.7 0 3.7-4.6-1.2-12 3.7-18.3 5-6.3 11.3-2 14.8-7.4 3.4-5.4-4-9 .7-15.2 4.8-6.2 13.7-2.2 19.8-9 6-6.5 13.5-4 12.4 4.2-.7 5.5-5.5 9-6.7 17.2-1.3 8.1 5 10.2 1.5 15.4-3.6 5.2-10.9 0-16 5.5s.2 12.9-4.3 16.8c-4.6 4-8.5-3.6-13.9-1.1-5.4 2.4-.8 8.3-9 11.9-8.1 3.5-24.7 1.9-24.7 1.9z'/%3E%3Cpath d='M563.2 847.5c31.1-11.6 58.3-39.4 81.5-77.3-12.2 22.6-41.4 67.4-83 80.5l1.5-3.2z'/%3E%3Cpath d='M604.3 822.2c3-6.2 2.8-10.9 3-15.8.4 4.5.9 8.9-.7 14.3l-2.3 1.5zm19.9-22.3c1.3-6.8 0-11.3-.9-16 1.4 4.2 3 8.3 2.7 14l-1.8 2zm-3.5 6.5c6-3.2 10.4-3 15.1-3.4-4.3-.3-8.5-.7-13.7 1l-1.4 2.4zm-19 19.8c5.8-3.1 10.3-3 15-3.4-4.3-.2-8.5-.7-13.7 1l-1.4 2.4z'/%3E%3Cuse width='744.1' height='1052.4' transform='rotate(15 310 758.4)' xlink:href='%23c'/%3E%3Cuse id='c' width='744.1' height='1052.4' transform='rotate(5 93.2 577.1)' xlink:href='%23d'/%3E%3Cuse width='744.1' height='1052.4' transform='rotate(-10 275 690.3)' xlink:href='%23e'/%3E%3Cuse width='744.1' height='1052.4' transform='rotate(10 225.4 653.9)' xlink:href='%23f'/%3E%3C/g%3E%3Cuse width='1' height='1' transform='matrix(-1 0 0 1 840 .1)' xlink:href='%23g'/%3E%3C/g%3E%3Cg stroke='%23d4af37' stroke-width='.5'%3E%3Cpath fill='%23007ea8' d='M291 195.6l-14 17.5a26.2 26.2 0 0 1 7.3 17.9 53.7 53.7 0 0 1-2.8 17.5v.2H320V196c-8.5 5.2-20.1 7.3-29-.4z'/%3E%3Cpath fill='%23fff' d='M349 195.6c-8.8 7.7-20.5 5.6-29 .4v52.7h38.5v-.2a53.7 53.7 0 0 1-2.8-17.5c0-6 2.7-13.5 7.3-17.9l-14-17.5z'/%3E%3Cpath fill='%23d91023' d='M281.5 248.7c-2.1 6.5-4.8 12.2-5.6 21.6-1.2 14 10 21.5 14.6 23.7 7.2 3.4 14.6 2.2 22.3 3.2 3.5.5 5.5 2.7 7.2 4.5 1.7-1.8 3.7-4 7.3-4.5 7.6-1 15 .2 22.2-3.2 4.6-2.2 15.8-9.8 14.6-23.7-.8-9.4-3.5-15.1-5.6-21.6h-77z'/%3E%3C/g%3E%3Cg stroke='%23d4af37' stroke-width='3'%3E%3Cg fill='%2300a854' stroke-width='6.2' transform='matrix(.08444 0 0 .08889 232.8 247.5)'%3E%3Cg id='j' stroke-width='3.1'%3E%3Cpath d='M1074.7-201.4s5.9-20.4 18-29.3c12-9 25.2-5.7 33.2-8.9-5.4 6.8-6 20.3-18 29.3s-33.2 8.9-33.2 8.9zm48.7-36.4c-8.3 2.3-13.5-.3-25 4m17.4 1.8c-8.4 2.2-14.1-1.4-25.4 3.4m16.2 3.4c-8 2.8-11.7-1.2-22.5 4m13.3 3c-8 2.7-9.6-1.8-17.5 4.2m9.3 1.8c-5.2 1.7-7.5-.2-12.2 5m46.4-30.5c-4.5 7.3-3.5 13-10.8 22.8m3.2-17.1c-4.5 7.3-2.8 13.9-10.5 23.3m1.3-16.5c-5 6.8-2.2 11.5-10.3 20.4m1-13.5c-4.9 6.8-1 9.7-9 15.6m.9-9.5c-3 4.5-2 7.3-8.3 10.2'/%3E%3Cpath d='M1130.8-243.6l-24.2 18-31.6 24 32-23.5 24.2-18m-23-73.9s16.7 13 20.5 27.5c3.8 14.5-4 25.5-4 34.1-4.4-7.4-16.7-13-20.7-27.5s4.1-34.1 4.1-34.1zm15.6 58.7c1-8.6 5.3-12.4 5.7-24.6m-8.1 15.3c1-8.5 6.4-12.6 6.2-24.7m-9.2 13.7c.3-8.4 5.4-10.4 4.6-22.4m-7.6 11.3c.4-8.4 5.2-8.3 2.5-17.9m-5.1 8c.3-5.4 3-7-.2-13.2m11.2 54.5c-5.1-7-10.8-8.1-17.1-18.5m14.7 9.3c-5.2-7-12-7.8-17.8-18.4m14.8 7.3c-4.5-7.1-9.9-6.3-15.2-17.1m12.2 6c-4.5-7.1-8.6-4.6-11-14.2m8.4 4.3c-3-4.5-6-4.5-6.4-11.5'/%3E%3Cpath d='M1126.6-249.3l-7.8-29.1-10.6-38.3 10 38.5a5074.4 5074.4 0 0 0 7.8 29'/%3E%3Cg id='h'%3E%3Cpath d='M1206.4-261.9s16.8 13 20.6 27.6c3.8 14.5-4 25.5-4 34-4.4-7.4-16.7-13-20.6-27.4-4-14.5 4-34.2 4-34.2zm15.7 58.7c1-8.5 5.4-12.4 5.7-24.6m-8.1 15.4c1-8.6 6.4-12.6 6.2-24.8m-9.2 13.7c.3-8.4 5.4-10.4 4.6-22.4m-7.6 11.3c.4-8.4 5.2-8.2 2.5-17.8m-5.1 8c.4-5.5 3-7-.2-13.2m11.2 54.4c-5.1-6.9-10.8-8-17.1-18.5m14.7 9.3c-5.2-6.9-12-7.7-17.8-18.3m14.8 7.2c-4.5-7-9.9-6.3-15.1-17m12.1 6c-4.5-7.2-8.6-4.7-11-14.3m8.4 4.4c-3-4.5-6-4.6-6.4-11.5'/%3E%3Cpath d='M1224.9-194.1l-7.8-29.2-10.6-38.2 10 38.4a5155 5155 0 0 0 7.8 29.1m-53.8 57.3s2.9-21 13.5-31.6c10.7-10.6 24.2-9.2 31.6-13.5-4.3 7.4-3 20.9-13.5 31.6-10.6 10.6-31.6 13.5-31.6 13.5zm43-43c-8 3.4-13.4 1.7-24.2 7.5m17.4-.7c-8 3.4-14.2.7-24.6 7m16.5 1.1c-7.4 3.9-11.7.5-21.7 7.2m13.6 1c-7.5 3.8-9.7-.4-16.7 6.7m9.5.4c-5 2.4-7.5 1-11.3 6.8m41.5-37c-3.4 8-1.7 13.4-7.5 24.1m.7-17.3c-3.4 7.9-.7 14.1-7 24.6m-1.1-16.5c-3.9 7.4-.5 11.7-7.2 21.7m-1-13.6c-3.8 7.5.4 9.7-6.7 16.7m-.5-9.5c-2.4 5-.9 7.5-6.7 11.3'/%3E%3Cpath d='M1219.9-186.6l-21.3 21.4-27.9 28.2s18.9-18.4 28.3-27.8a5074.4 5074.4 0 0 0 21.4-21.3'/%3E%3C/g%3E%3Cpath d='M1057-278.6s20.6-5.1 34.4.9c13.8 6 17.5 19 24.3 24.3-8.5-1.2-20.5 5-34.4-.9-13.8-5.8-24.2-24.3-24.2-24.3zm55.9 24c-6-6-6.5-11.8-15.9-19.6m7.1 15.8c-6-6-5.9-12.9-15.6-20.2m5 15.7c-6.3-5.5-4.7-10.7-14.7-17.4m4.2 12.9c-6.4-5.5-3.3-9.2-12.5-13m3.1 9c-4-3.7-3.6-6.7-10.4-8m49.7 24.8c-8.6-.2-13 3.5-25.2 2m16.4-5.8c-8.6-.2-13.4 4.6-25.4 2.6m14.9-7.1c-8.4-.9-11 3.9-22.8 1.3m12.2-5.8c-8.3-.9-8.9 3.9-18-.1m8.6-4c-5.4-.4-7.2 2-13-2'/%3E%3Cpath d='M1121.7-251.2L1094-263l-36.6-15.4 36.3 16a5135.7 5135.7 0 0 0 27.7 12M1072.3-384s14.7-15.3 29.5-17.5c14.9-2.3 25 6.7 33.5 7.6-7.8 3.5-14.7 15.2-29.5 17.6-14.9 2.4-33.5-7.7-33.5-7.7zm60-9.4c-8.4-2-11.8-6.6-23.9-8.2m14.5 9.7c-8.4-2-11.9-7.8-24-8.9m12.6 10.7c-8.3-1.3-9.7-6.5-21.7-7m10.4 8.7c-8.3-1.2-7.7-6-17.5-4.3m7.4 6c-5.4-1-6.6-3.8-13.1-1.3m55.3-5.4c-7.4 4.4-9.2 9.9-20.2 15.1m10.8-13.6c-7.4 4.4-9 11-20.2 15.7m8.8-14c-7.5 3.8-7.3 9.2-18.6 13.3m7.3-11.5c-7.5 3.7-5.5 8-15.3 9.5m5.2-7.9c-4.8 2.5-5.2 5.5-12.1 5.1'/%3E%3Cpath d='M1141.6-395l-29.8 4.6c-13.1 2-39.2 6.4-39.2 6.4l39.3-5.8 29.8-4.6M1102-455s20 7 28.2 19.6c8.2 12.6 4.2 25.5 6.9 33.7-6.4-5.7-19.9-7.1-28.2-19.6-8.3-12.6-6.9-33.7-6.9-33.7zm33.4 50.8c-1.7-8.5 1.1-13.5-2.4-25.2m-2.8 17.2c-1.7-8.5 2.1-14-2-25.5m-4.3 15.9c-2.3-8 1.8-11.6-2.7-22.7m-3.7 13c-2.3-8 2.3-9.4-3.2-17.6m-2.4 9.2c-1.3-5.3.6-7.6-4.3-12.5m27.8 48.2c-7-5-12.8-4.4-22.1-12.2m16.9 4.2c-7.1-5-13.8-3.6-22.7-11.9m16.4 2.3c-6.5-5.3-11.4-2.9-19.8-11.5m13.4 1.9c-6.5-5.3-9.5-1.7-15-10m9.4 1.5c-4.3-3.4-7.1-2.4-9.6-9'/%3E%3Cpath d='M1141-396.4l-16.6-25.2-22.1-33 21.6 33.3a5079.8 5079.8 0 0 0 16.5 25.2'/%3E%3Cg id='i'%3E%3Cpath d='M1213.7-401.8s16.7 13 20.6 27.5c3.8 14.5-4.1 25.5-4.1 34.1-4.3-7.4-16.6-13-20.6-27.5s4-34.1 4-34.1zm15.7 58.7c1-8.6 5.3-12.4 5.6-24.6m-8 15.4c1-8.6 6.4-12.7 6.2-24.8m-9.2 13.7c.3-8.4 5.4-10.4 4.5-22.4m-7.5 11.3c.3-8.4 5.1-8.3 2.5-17.9m-5.2 8c.4-5.4 3-7-.2-13.1m11.3 54.4c-5.2-6.9-10.8-8.1-17.2-18.5m14.7 9.3c-5.2-7-11.9-7.7-17.8-18.4m14.9 7.3c-4.5-7.1-10-6.3-15.2-17.1m12.2 6c-4.5-7.1-8.6-4.6-11.1-14.2m8.4 4.3c-3-4.5-6-4.5-6.3-11.5'/%3E%3Cpath d='M1232.1-334.1l-7.8-29.1-10.5-38.3s6.5 25.6 10 38.5a5074.4 5074.4 0 0 0 7.7 29m-64.4 39s8.2-19.5 21.3-27c13-7.4 25.7-2.6 34-4.8-6.1 6-8.3 19.4-21.3 27-13 7.6-34 4.9-34 4.9zm52.6-30.3c-8.5 1.2-13.4-1.9-25.2 1m17 3.8c-8.6 1.2-14-3-25.6.4m15.6 5.3c-8.2 1.9-11.4-2.5-22.8 1.4m12.9 4.4c-8.2 1.8-9.3-2.9-18 2.2m9.1 2.9c-5.3 1-7.4-1-12.6 3.6m49.6-25c-5.3 6.8-5 12.6-13.4 21.4m5.2-16.6c-5.4 6.8-4.4 13.5-13.2 22m3.2-16.3c-5.7 6.2-3.5 11.2-12.6 19m2.7-13.2c-5.7 6.1-2.2 9.4-10.9 14.3m2-9.2c-3.5 4-2.8 7-9.4 9.1'/%3E%3Cpath d='M1227.7-330.3l-26 15.1-34.3 20.1 34.5-19.5a5074.4 5074.4 0 0 0 26.1-15.1'/%3E%3C/g%3E%3Cpath d='M1182.2-442s19.7-8 34.2-4c14.5 4 20 16.3 27.4 20.7-8.6 0-19.6 7.8-34.1 4-14.5-4-27.5-20.7-27.5-20.7zm58.7 15.9c-6.9-5.2-8.1-10.9-18.5-17.2m9.2 14.7c-6.8-5.2-7.6-12-18.2-17.9m7.2 14.9c-7.1-4.5-6.3-10-17-15.2m5.9 12.2c-7-4.5-4.6-8.6-14.2-11.1m4.3 8.4c-4.5-3-4.5-6-11.4-6.4m52.7 17.6c-8.6 1-12.5 5.2-24.6 5.5m15.4-8c-8.6 1-12.7 6.4-24.8 6.1m13.7-9.1c-8.4.3-10.4 5.4-22.4 4.5m11.3-7.5c-8.4.3-8.3 5-17.9 2.4m8-5c-5.4.2-7 2.8-13.1-.4'/%3E%3Cpath d='M1250-424l-29-7.9-38.5-10 38.3 10.7a5074.4 5074.4 0 0 0 29 7.8m-34.7-73.7s19.5 8.2 27 21.3c7.4 13 2.6 25.7 4.8 34-6-6.1-19.4-8.3-27-21.3-7.5-13-4.8-34-4.8-34zm30.3 52.7c-1.2-8.6 2-13.4-.9-25.3m-3.9 17c-1.2-8.6 3-13.9-.3-25.6m-5.4 15.6c-1.8-8.2 2.6-11.4-1.3-22.8m-4.4 12.8c-1.8-8.2 2.8-9.3-2.2-17.8m-2.9 9c-1-5.3 1-7.5-3.6-12.7m24.9 49.8c-6.8-5.4-12.6-5.1-21.4-13.5m16.6 5.2c-6.8-5.4-13.5-4.4-21.9-13.2m16.2 3.2c-6.2-5.7-11.2-3.5-19-12.6m13.3 2.7c-6.2-5.7-9.5-2.3-14.4-11m9.3 2c-4-3.5-7-2.7-9.1-9.4'/%3E%3Cpath d='M1250.3-436.4l-15-26.2-20-34.3 19.5 34.6a5040.8 5040.8 0 0 0 15 26.2'/%3E%3Cuse width='744.1' height='1052.4' transform='translate(-32 -18)' xlink:href='%23h'/%3E%3Cpath d='M1142.4-297.9s16.8 13 20.6 27.6c3.8 14.5-4 25.5-4 34-4.4-7.4-16.7-13-20.6-27.4-4-14.5 4-34.2 4-34.2zm15.7 58.7c1-8.5 5.4-12.4 5.7-24.6m-8.1 15.4c1-8.6 6.4-12.6 6.2-24.8m-9.2 13.7c.3-8.4 5.4-10.4 4.6-22.4m-7.6 11.3c.4-8.4 5.2-8.2 2.5-17.8m-5.1 8c.4-5.5 3-7-.2-13.2m11.2 54.4c-5.1-6.9-10.8-8-17.1-18.5m14.7 9.3c-5.2-6.9-12-7.7-17.8-18.3m14.8 7.2c-4.5-7-9.9-6.3-15.1-17m12.1 6c-4.5-7.2-8.6-4.7-11-14.3m8.4 4.4c-3-4.5-6-4.6-6.4-11.5'/%3E%3Cpath d='M1160.9-230.1l-7.8-29.2-10.6-38.2 10 38.4a5155 5155 0 0 0 7.8 29.1m-53.8 57.3s2.9-21 13.5-31.6c10.7-10.6 24.2-9.2 31.6-13.5-4.3 7.4-3 20.9-13.5 31.6-10.6 10.6-31.6 13.5-31.6 13.5zm43-43c-8 3.4-13.4 1.7-24.2 7.5m17.4-.7c-8 3.4-14.2.7-24.6 7m16.5 1.1c-7.4 3.9-11.7.5-21.7 7.2m13.6 1c-7.5 3.8-9.7-.4-16.7 6.7m9.5.4c-5 2.4-7.5 1-11.3 6.8m41.5-37c-3.4 8-1.7 13.4-7.5 24.1m.7-17.3c-3.4 7.9-.7 14.1-7 24.6m-1.1-16.5c-3.9 7.4-.5 11.7-7.2 21.7m-1-13.6c-3.8 7.5.4 9.7-6.7 16.7m-.5-9.5c-2.4 5-.9 7.5-6.7 11.3'/%3E%3Cpath d='M1155.9-222.6l-21.3 21.4-27.9 28.2s18.9-18.4 28.3-27.8a5074.4 5074.4 0 0 0 21.4-21.3'/%3E%3Cuse width='744.1' height='1052.4' transform='translate(-62 -40)' xlink:href='%23i'/%3E%3Cuse width='744.1' height='1052.4' transform='translate(-31 -20)' xlink:href='%23i'/%3E%3C/g%3E%3Cuse width='744.1' height='1052.4' transform='matrix(-1 0 0 1 2501 0)' xlink:href='%23j'/%3E%3Cpath fill='%23947245' d='M1250.5-437.1c-8.6 41.6-8.6 79.1-8.6 79.1-.5 14-7.4 23.7-13.8 20-54.9-31.7-60.3-37.5-89.1-59.6 24.3 26.4 31.2 38.2 86.7 70.2 10.7 6.2 12 16.4 11.6 29.5l-1.6 61.7c-.3 9 5.7 50.1-22.6 34.2-65.4-36.6-63.8-33.6-95.1-51.6 38 32.3 24.4 23.4 90.6 61.7 12 6.9 24.5 24.5 24.5 32.8 0 124.3 1.9 101.5-12.8 139.1h60.4c-14.7-37.6-12.8-14.8-12.8-139 0-8.4 12.6-26 24.5-33 66.2-38.2 51.5-29.3 89.6-61.6-31.3 18-28.7 15-94.1 51.6-28.3 15.9-22.3-25.2-22.6-34.2l-1.6-61.7c-.5-13.1.9-23.3 11.6-29.5 55.5-32 62.4-43.8 86.7-70.2-28.8 22-34.2 28-89.1 59.6-6.4 3.7-13.3-6-13.8-20 0 0 0-37.5-8.6-79.1z'/%3E%3C/g%3E%3Cg stroke-width='2.7'%3E%3Cpath fill='%23e3e4e5' stroke-linecap='square' d='M264.4 424.6c-.2 1 1.6 12.4.6 15.7-.5 4.5-.6 5.2-1.7 11.1-1 5.9-2.4 17.3-4.4 24.2a37.3 37.3 0 0 0-.7 12.4l3.6 19.4s1.6 2 1.8 2.7c.3.8-.1 2 0 2.3 1 1.3 1.1 2.7 2.2 3.8.2.2 1 .1 1.1.4.2.2 1.5.3 1.8.4.8.8.6 1.3 1 2.4h-6.3c.2-2.8-2-3.9-2-3.9-.3-.3-2.9-1-3.2-2.7-.4-2.4 0-2.8 0-2.8s-2.2-9-3-11.4c-.6-1.7-.7-2.6-1-4-.7-4.3-1-6.2-3.2-12.5-.6-1-2-1.4-1.9-2.9l.7-1.4v-1.2l1.1-15.5a1.9 1.9 0 0 0 .3-.7c.6-8.8-4.1-17-7.1-25-.6-1.4-.1-3-.7-4.4-3.2-1-5.4-6.4-6.6-9.8a23 23 0 0 1-.7-11.6 5 5 0 0 1 1-2.5m63.2 36.7a8.3 8.3 0 0 1 2.5-.4l1 1.5c1.5 2.8 3.4 15.4 4.4 21.2l1.5 7.9s-.4 2 .3 4.3l.6 2.1c.8 3 1.7 3.8 1.7 3.8.2.8 1.4 6.8 1.7 7.5a75.2 75.2 0 0 1 2.6 16.7c-.1 4.7-.1 4.2.3 4.6 1 1 1.5.4 3.8 6.1 0 .5.2-.2.5.2.2.6.7.5 1.1.6.8 0 .6.2 1.2.3a6.3 6.3 0 0 0 1.6 0h5.5a5.4 5.4 0 0 0-4.9-3.4c-.8-.5-1.8-1.2-2.1-2.3l-2.3-3.3c.1-.7-.4-1.7-.6-2.5l-2-23.2s.4-2.3.4-4.7c-.2-12.8.6-25.6 1-38.5.2-1 4-4.7 4-4.7' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' stroke-linecap='square' d='M356.8 323.8a7.3 7.3 0 0 0-5.5 2.5 22 22 0 0 0-3 10.6c-.1.8.2 1.4 0 2.2a83.3 83.3 0 0 0-1.7 5c-.7 4.2-.9 19.7-2 25.6-1 6-6 14.6-8 17.4a9.7 9.7 0 0 1-4.5 2.2c-.8.2-7.2-.5-7.2-.5-8.4-.6-21-5.2-29.5-6.4-8.4-1.1-18.7-.6-26.6-1.4 0 0-10-3.7-19.1-1-9 2.6-14.1 7.5-22 19.5 0 0-3.4 4.1-3.4 5.5a17 17 0 0 0 5.2 12.8c1.1 1 .8.1.7-.1.4.7.7 2.4 1.2 3a43.7 43.7 0 0 1 3.2 5.2c.8 1.5.4 3.3 1.1 4.8 3.9 8.3 2 16.8 2 26.5a2 2 0 0 1-.1.8c-.1 5.7-5.7 13.3-5.7 19v1.2l-.7 1.6c0 1.6-2.1 1.9-1.5 3 3 6.7 3.4 8.7 4.5 13.2.4 1.7.6 2.6 1.3 4.5 1 2.4 4 12 4 12s-.3.6.3 3.2c.4 1.8 3.3 2.3 3.6 2.6a6 6 0 0 0 2.7 4.7c0 .4 2.5.3 2.8.3l3-.2c0-1.3-.4-2-1.3-2.8-.3-.1-1.5-.5-1.7-.7l-.6-1c-1.3-1.1-1.5-2.6-2.6-4-.2-.2.1-1.6-.2-2.4-.3-.9-2.2-2.8-2.2-2.8l-5.2-20.9c-.7-4.7 2.8-7.4 3.2-11.3 0-.8 4.6-12.2 4.8-12.8 3.3-8.9 8.8-22.8 8.7-28.7-.1-6.6-.3 1.3.3-3.7.5-3.8-1.7-13.8-1.5-14.8 12.4 20.7 24.5 28.2 44.5 26.2a9 9 0 0 1 2.5 0s.5 1.1.5 1.6c.8 2.9-1 15.3-1.7 21.2l-.8 7.8s-1 2-1 4.2v2.1c-.1 3 .6 4 .6 4l-.5 7.4a60.9 60.9 0 0 1-2.3 15.4c-.2.6-.7 1.5-1.3 1.6-.6.5-1.5 1.4-1.6 2.2 0 .6 0 1.2.2 1.8 0 .5.5 1.2.8 1.6.4 1.8.2 3.6.2 5.4l.3 1.7c.1.5.6.5 1 .6.7.2.5.6 1 .8l1.6.1h5.4c-.1-2-2-3-3.5-4-.7-.6-.6-.8-.6-1.8l-.1-4c0-.7.3-1 .5-1.5.3-.7.1-1.7.1-2.5 1-6.9 2.2-14 4-20.6 1.5-2 2.1-4.3 2.5-6.7 0 0 1.2-3.2.8-5l5-30a3.9 3.9 0 0 1 2.4-2.3c6.1-2.7 12.3-4.6 18-8.6 6.4-4.4 10.2-11.6 14.7-18 1-2 2.1-3.6 3.2-5.4a93 93 0 0 0 10-27.2c1.5-8.5 1-16.9 3.4-27 .5-2.1 2.4-3.8 2.8-6v-.5l1.2-.1 3.8-.5h3.2l1.8.1c.5 0 1.4.6 1.9.6s1-.1 1.3-.6c.7-.8.7-.5.9-1.3 0-.2.3 0 .4 0 .5-.2.9-.8 1.4-1 .4 0 .7-.2.8-.5v-1.6c0-.8 0-.8-.5-1h-.2c-.6-.2 0-1.4 0-2a3.8 3.8 0 0 0-.1-1.6 2.4 2.4 0 0 0-.9-1.1l-.9-1c-2.8-2.3-4-4.1-6-6 .3-.4.3-.6.2-1.3-1-2.7-2.7-3.2-5.6-5.4a25.6 25.6 0 0 0-10.1-3.7h-1.6a6.6 6.6 0 0 0-.4 0z' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23d18219' stroke='none' d='M311.9 205.5a1.4 1.4 0 0 0-1 .5 4.6 4.6 0 0 0-.7 2v.5l-.3 1c-.1.8-.2 3.8-.4 5a10.9 10.9 0 0 1-1.5 3.4c-.2.3-.8.4-.9.4h-1.4c-1.6-.2-4.1-1-5.8-1.3-1.6-.2-3.6-.1-5.1-.3 0 0-2-.7-3.8-.2-1.7.5-2.7 1.5-4.3 3.8 0 0-.6.8-.6 1.1a3.4 3.4 0 0 0 1 2.5l.2.2c0-1.4.2-2 .2-2a5.7 5.7 0 0 0 .4 2l.7 1.1c.3 1 .6 3.7.8 4.8 0 .6-.4 2.6-.7 3.5-.5 1.7-.8 3.2-.1 2 .3-.4 1.4-2.6 2-4.6.6-2 1.2-3.2 1-3.6l-.3-3.1a1.7 1.7 0 0 1 0-.2v-.3l.2-1.5c2.9 5.4 7.5 6 10.5 2.3a15.6 15.6 0 0 0-.4 4.7v.8l-.5 5.1v.1l-.2.6v.8l.1.1v.8-.1c.3-.2.4-.6.4-1v-.1l.2-.3v-.5l1-6a.6.6 0 0 1 0-.2l.8-.7c.1-.2.7-2.6.6-4-.2-3.5 4.3-4.5 5.8-2.8.6-.3 1-.7 1.5-1.2a7.8 7.8 0 0 0 1-1.8v-.4a11.7 11.7 0 0 0 .2-.8 14.6 14.6 0 0 0 .2-1.3l.1-1.3.1-1.3a14.8 14.8 0 0 1 .3-1.4l.1-.3.2-.3.1-.3.1-.3v-.1h.2-1.7a2.1 2.1 0 0 1-.8-1l.3-1.7c.4-.8.8-.2 1.7 0a7.6 7.6 0 0 1 2.5 1.4h.9v-.3a1.7 1.7 0 0 0 0-.2v-.2a.5.5 0 0 0-.1-.1l-.2-.2-1.2-1.2v-.2c-.1-.6-.5-.7-1-1.1a5 5 0 0 0-2-.7h-.3a1.3 1.3 0 0 0-.1 0z'/%3E%3Cpath fill='none' stroke-linecap='square' d='M356.8 323.8a7.3 7.3 0 0 0-5.5 2.5 22 22 0 0 0-3 10.6c-.1.8.2 1.4 0 2.2a83.3 83.3 0 0 0-1.7 5c-.7 4.2-.9 19.7-2 25.6-1 6-6 14.6-8 17.4a9.7 9.7 0 0 1-4.5 2.2c-.8.2-7.2-.5-7.2-.5-8.4-.6-21-5.2-29.5-6.4-8.4-1.1-18.7-.6-26.6-1.4 0 0-10-3.7-19.1-1-9 2.6-14.1 7.5-22 19.5 0 0-3.4 4.1-3.4 5.5a17 17 0 0 0 5.2 12.8c1.1 1 .8.1.7-.1.4.7.7 2.4 1.2 3a43.7 43.7 0 0 1 3.2 5.2c.8 1.5.4 3.3 1.1 4.8 3.9 8.3 2 16.8 2 26.5a2 2 0 0 1-.1.8c-.1 5.7-5.7 13.3-5.7 19v1.2l-.7 1.6c0 1.6-2.1 1.9-1.5 3 3 6.7 3.4 8.7 4.5 13.2.4 1.7.6 2.6 1.3 4.5 1 2.4 4 12 4 12s-.3.6.3 3.2c.4 1.8 3.3 2.3 3.6 2.6a6 6 0 0 0 2.7 4.7c0 .4 2.5.3 2.8.3l3-.2c0-1.3-.4-2-1.3-2.8-.3-.1-1.5-.5-1.7-.7l-.6-1c-1.3-1.1-1.5-2.6-2.6-4-.2-.2.1-1.6-.2-2.4-.3-.9-2.2-2.8-2.2-2.8l-5.2-20.9c-.7-4.7 2.8-7.4 3.2-11.3 0-.8 4.6-12.2 4.8-12.8 3.3-8.9 8.8-22.8 8.7-28.7-.1-6.6-.3 1.3.3-3.7.5-3.8-1.7-13.8-1.5-14.8 12.4 20.7 24.5 28.2 44.5 26.2a9 9 0 0 1 2.5 0s.5 1.1.5 1.6c.8 2.9-1 15.3-1.7 21.2l-.8 7.8s-1 2-1 4.2v2.1c-.1 3 .6 4 .6 4l-.5 7.4a60.9 60.9 0 0 1-2.3 15.4c-.2.6-.7 1.5-1.3 1.6-.6.5-1.5 1.4-1.6 2.2 0 .6 0 1.2.2 1.8 0 .5.5 1.2.8 1.6.4 1.8.2 3.6.2 5.4l.3 1.7c.1.5.6.5 1 .6.7.2.5.6 1 .8l1.6.1h5.4c-.1-2-2-3-3.5-4-.7-.6-.6-.8-.6-1.8l-.1-4c0-.7.3-1 .5-1.5.3-.7.1-1.7.1-2.5 1-6.9 2.2-14 4-20.6 1.5-2 2.1-4.3 2.5-6.7 0 0 1.2-3.2.8-5l5-30a3.9 3.9 0 0 1 2.4-2.3c6.1-2.7 12.3-4.6 18-8.6 6.4-4.4 10.2-11.6 14.7-18 1-2 2.1-3.6 3.2-5.4a93 93 0 0 0 10-27.2c1.5-8.5 1-16.9 3.4-27 .5-2.1 2.4-3.8 2.8-6v-.5l1.2-.1 3.8-.5h3.2l1.8.1c.5 0 1.4.6 1.9.6s1-.1 1.3-.6c.7-.8.7-.5.9-1.3 0-.2.3 0 .4 0 .5-.2.9-.8 1.4-1 .4 0 .7-.2.8-.5v-1.6c0-.8 0-.8-.5-1h-.2c-.6-.2 0-1.4 0-2a3.8 3.8 0 0 0-.1-1.6 2.4 2.4 0 0 0-.9-1.1l-.9-1c-2.8-2.3-4-4.1-6-6 .3-.4.3-.6.2-1.3-1-2.7-2.7-3.2-5.6-5.4a25.6 25.6 0 0 0-10.1-3.7h-1.6a6.6 6.6 0 0 0-.4 0z' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23d39044' stroke-linecap='square' d='M382.3 343.8l-.3 1.2v.2l.3-1.2v-.2z' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M335 432.9c-2.1 8.3-7.2 10-3.5 17 0 0-1.6 0-2.6-2.8a17 17 0 0 1-.7-6.3 46.8 46.8 0 0 1 1.2-8.5' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M338.8 429.4c-2.1 8.4-7.2 10-3.5 17.1 0 0-2 0-3-2.7a19 19 0 0 1-.8-5.4c0-1.7.4-4.7.8-6a31 31 0 0 1 1.2-3.2' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M345.8 418.4c-3 5.5-5.3 10.2-6.6 14.3-1.2 4-2 6.3.4 10.6 0 0-1.6-.8-3.7-4.6a13 13 0 0 1-.8-6.6 30.6 30.6 0 0 1 .8-4.4 30 30 0 0 1 .8-2.6' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M348.5 414.9c-1.8 2.8-2.4 5.5-3.4 7.7a29 29 0 0 0-3.1 10.5c0 2-.3 3.7 1.9 7.1 0 0-1-.1-1.7-.5a6.2 6.2 0 0 1-2.3-2.7 15 15 0 0 1-1.3-6.5c0-1.5.5-3.7.9-5.2s1.8-4.5 1.8-4.5' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23d18219' fill-rule='evenodd' stroke-width='1.4' d='M353.3 334.5c0-.2-11.6-3.6-13.3-13.8 2.3-2.2 14.3 5.7 14.5 13' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill-opacity='.5' fill-rule='evenodd' stroke-width='1.4' d='M340.4 320.8c.1.2 6.3.2 11.2 10.6-1.1-1.2-6 1.7-11.1-10.2' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill-rule='evenodd' stroke-width='1.4' d='M368.7 335.6c.2-.2.4-.5.1-.8-5-3.2-4.8.7-8.4.7 1.7 0 1.7.2 2.3 1 2.3 2.4 4 2.2 6-.2' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='none' stroke-linecap='square' d='M381.2 349.8c-.6.6-2.5-.8-4-1' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill-rule='evenodd' stroke-linecap='square' d='M382.3 346s-.5-.5-4.3-1c0 0 2.6-2.7 2.8.3' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M302.7 436.9a33.6 33.6 0 0 0-1 1.8c-1 2.3-1.4 4.5.5 8 0 0-1.6 0-2.6-2.8-.5-1.3-.8-3.3-.7-6.3l.2-2.4' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3Cpath fill='none' d='M230.7 419.1s-1.5-6.2 2.1-13' transform='matrix(.19494 0 0 .1962 242.4 142)'/%3E%3C/g%3E%3Cg fill='%23e7ca00' stroke-width='2.3'%3E%3Cpath d='M401.4 879.5c-2-1.6-4-6.3-3.2-8.9-2.7-2.2-9.7 2.2-6.3 8.6 3.3 6.4 8 5.8 9.5.3zm19.1 6c.6-3.6-.7-9.7-7-10.8-6.1-1-8 4.6-6.9 10.3 4.5-3.4 11.7-1.6 14 .5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M407.4 882c1-4.7 5.9-6 10.6-5.6-3-3.3-6-8.8-10.3-5.6-3.3 2.5-5.6 6.2-.3 11.2z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M404.8 879.3c.5-3.6 2-8.4 5.9-10.4-3.4-3-11.7-2.1-12.3 4.1-.6 6.2 3 7.5 6.4 6.3zm-16 40c5.4 1 12.4-1.7 10.4-13.6-1.9-11.3-10.2-14-10.8-11.4 4.8 1.7 4.1 17.7.5 25.1z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M396.8 918.1c5.3 1 13.7-2.1 9.9-13.8-3.7-11.5-12.2-10-12.8-7.2 4.7 1.9 6.5 13 2.8 21z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M376.7 918.2c3.9 3.4 13.9 4.7 17-6.9 3-10.9.3-14.4-3.6-16.1 2 5.6-5 21.6-13.4 23zm25.5-1c3.2-1.8 10.6-5 5.8-16-4-9-10.1-5.2-11.8-3.7 4.3 1.8 8.1 11.5 6 19.7z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M409.2 914.6c3-2 10.7-7 4.6-17.8-6.1-10.5-14.2-3.5-14.2-.7 3.5 1 9.6 10 9.7 18.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M416.7 907.3c2-2.8 7.2-9.8-.7-16.8a6.7 6.7 0 0 0-12 4.3c3.2-.5 10.6 5.2 12.7 12.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M421.2 896.3c.5-3.6 2-12.6-7-14.7-9-2-9.6 8.6-8.1 10.4 2.4-2.2 10.5-1 15 4.3zm-50.3 18.6c3.4 4.2 13.4 7 18.7-4.1 5-10.7 2.7-14.7-1-17.2 1 6.1-9 21.3-17.7 21.3z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M360.9 906.7c3.2 6.6 19.2 14 25.5 2 5.9-11.6 1-22.2-4-26.2 2.4 11.8-12 29.7-21.6 24.2z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M352.4 898.4c7.8 17.2 24.1 14.2 29.6 1.7 5.2-11.8 3.8-18.8-2.2-24.4-4 15.2-12.2 23.7-27.5 22.7z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M342 884c5.9 21.5 27 19 36 6.6 6.4-8.7 4.2-15.1 1-19-7 8.3-19 15.6-37.1 12.4z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M338 871c.6 21.8 26 24.3 37.4 11.7 8-8.8 7.3-15.4 5.2-19.3-8.4 8.4-25.3 18.4-42.6 7.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M332.7 850.2c-3.9 28.4 29.1 37.6 43.5 20.7 7.7-9 7.3-15.4 5.2-19.3-14.3 10-39.2 11.2-48.7-1.4z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M329.5 823.5c-9.5 30.7 19.2 41.6 38 38.6 14.9-2.4 23.2-20 21.1-23.8-18.6 13.1-55.4 1.8-59.2-14.7z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M329 799.7c-12.6 29.9 15.4 47.4 38.6 45.7 15.3-1.2 27.8-7.1 27.2-19.6-22.7 8-58.2-5.4-65.8-26.1z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M330 775c-12.7 30.5 14.7 55.6 43.4 56.3 14.7.3 21.4-3.6 27.2-13.3-20.7 3.5-64.9-28-70.6-43z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M329.6 765.3c-11.4 35.9 80.3 80.4 85 33.7-22 11.5-81.8-20.7-85-33.7z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M327.5 755.6c-15.4 19.8 93 78.2 95.5 28.4-9.7 5-29.8.7-49.2-8.1-19.4-8.8-33.2-22.9-46.3-20.3z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M311 751.1c19.6.5 61.3 31 89.3 36 17.8 3.3 32.4-4.2 24.1-35.5-28.5 29.1-83-17.8-111.8-6.8-3-1.4.7 8.4-1.6 6.3z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M314.7 755.5c19-11.8 58.4 10.1 86.2 11.3 17 .7 38.4-18.6 24.4-47-21.9 37.6-82.9 7.5-108.6 27.3-2 4.3-.9 10-2 8.4z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M307.1 756.8c20.2-14.8 61.6-6.2 88-8.4 17.6-1.4 43.8-32 19.9-57.5-14.9 53.9-64.5 27.3-107.3 58.3-2.1 5.5.8 8.9-.6 7.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M314.4 752c16.7-15.7 57.6-14.7 82-27.1 16.2-8.3 32.8-43.6 4.3-61.4-3 56.7-55.2 39-87.5 81-.7 6 2.8 8.4 1.2 7.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M316.1 744.5c12.4-22.1 50.3-27.6 70.8-46 18.4-16.5 23.4-46.4-7.6-56-2.6 59.3-43.8 46.8-60.7 82.3-3.2 7.8-1.6 20.5-2.5 19.7z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cpath d='M325.5 722c12.7-20.2 22.2-13.3 42.4-34 17.3-17.7 22.6-60.3-7.8-61.3 4.5 51.5-15.3 52-29.2 79.7.5 6.1-3.6 16-5.4 15.5z' transform='matrix(.01896 -.24347 .22029 .02096 145.1 340.8)'/%3E%3Cg stroke-width='3'%3E%3Cpath fill-rule='evenodd' d='M310.4 602.7l-10.5 5.6L250 762.1l18.1 40 17.2 2.6L306 803l30.7-138.4 8.7-56.5-21-12.4-14 6.9z' transform='matrix(.01291 -.19952 .15288 .02036 190.6 323)'/%3E%3Cpath d='M309.3 597.5l1.3 6.1c9.8-6.8 20.4-.2 23.3 15.6 2.9 15.8-3 39-13.7 56.7a167.2 167.2 0 0 0-17 56.2c-1.8 18.8 1.9 41.7-2.2 62.6-2.6 10-7.9 9.1-18.2 8.5 4.1 6.8 9.3 10.6 16 10.3 14.4-3.2 24.7-16.1 28.5-44.8a106 106 0 0 1 9.8-72 85.9 85.9 0 0 0 26.3-50 54 54 0 0 0-9.6-39.1c-11.5-17.4-20.8-18-29.6-16.4l-15 6.3z' transform='matrix(.01291 -.19952 .15288 .02036 190.6 323)'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' stroke-width='.5' d='M-325.7 629.7c0-3.1 2-5.6 4.5-5.6s4.5 2.5 4.5 5.6h-9z' transform='matrix(1.00994 .34063 .4261 -.98295 369.3 1013.3)'/%3E%3Cpath d='M295.5 723c-3.8 7.3-11.3 10.6-16.7 7.5-5.4-3.2-6.7-11.7-3-19 3.8-7.3 11.3-10.6 16.8-7.4 5.4 3.1 6.7 11.7 2.9 19zm-19-82c-2.5-3.5-6.3-5.7-10.3-5a12 12 0 0 0-6.6 3.9l-.2-1c-1.4-7.7 4.8-16.8 11.4-18 3-.5 5.7.6 8 2.7a15.2 15.2 0 0 0-1.2 8.8 15.2 15.2 0 0 0 1 3.6 18.3 18.3 0 0 0-2 5z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M300.3 632.4c-2.9-3.6-6.7-5.8-11-5.2-4 .5-8 3.6-10.7 7.7a18.8 18.8 0 0 1-1.1-4.1c-1.4-9 6-19.1 13.7-20.2a9.8 9.8 0 0 1 5.6.8 15.6 15.6 0 0 0 0 4 18.3 18.3 0 0 0 5 10.2 18.6 18.6 0 0 0-1.5 6.8zm-42.3 45l-.4.6a14.5 14.5 0 0 1-8.5-4.7 13.4 13.4 0 0 0 9 4zm6.8-13.6a17 17 0 0 1-8.1-12.3c-1.4-8.7 5.8-18.6 13.3-19.6a9.1 9.1 0 0 1 2.2-.1 18.1 18.1 0 0 0-3.6 13c.4 2.8 1.5 5.4 3 7.6a20.8 20.8 0 0 0-6.8 11.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M258.3 689.2c-2 .6-4 .4-5.8-.8-4.4-2.9-5.6-10.5-2.6-17 3-6.3 9-9.2 13.3-6.3a9.3 9.3 0 0 1 3.6 5.1 7.5 7.5 0 0 0-5.4.4c-4.7 2.2-7.1 8.6-5.4 14.3a11 11 0 0 0 2.3 4.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M262.4 694c-3-1-5.8-3.5-7.4-7.3-3-7-.9-15.6 4.7-19.2a9.6 9.6 0 0 1 9-.9 17.5 17.5 0 0 0 1.1 9.7 12.7 12.7 0 0 0 6.2 6.7 9.6 9.6 0 0 0-7.7 1.3 14 14 0 0 0-5.9 9.6zm-5.1 49.4c-7-4.5-11.4-14-9.7-21.1 1.4-6 6.7-8.4 12.5-6.4a25.9 25.9 0 0 0-1.4 18.2 19 19 0 0 0 8 11.4c-2.7.7-6 0-9.4-2.1z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M251.7 770a12.3 12.3 0 0 1-1-1c-5.6-6.5-7-16.9-3.2-23 3.7-5.8 10.7-6 16.3-.7-3 6.5-2.3 15.4 1.6 22.2a11.9 11.9 0 0 0-10.3.2 14.1 14.1 0 0 0-3.4 2.2z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M268 783.8c-5.3-.3-10.6-6.3-12.4-14.5-2-9.1 1.3-17.6 7.3-18.9h.3c2.8 4.7 7.1 7.5 11.7 7.7v.2c-6.6 4.6-9.8 15.3-7 25l.2.5zm-2.8-66.2c-6.6 2-14.4-2.7-17.5-10.7-3-8 0-16.3 6.5-18.4 1.7-.5 3.5-.6 5.3-.3 1.5 4.7 4.3 8.4 7.6 10.5a26 26 0 0 0 1 17.5 10.8 10.8 0 0 1-2.9 1.4z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M270 727.9c-7-4.5-11.4-14-9.7-21.1 1.6-7.1 8.7-9.3 15.7-4.8a21.5 21.5 0 0 1 5.4 5 25 25 0 0 0-3 23.1c-2.6.4-5.5-.3-8.5-2.2z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M284.7 750.9c-3.7 7.6-11.2 10.5-16.7 6.3-5.5-4-7-13.7-3.3-21.3 3.7-7.7 11.2-10.5 16.7-6.4s7 13.7 3.3 21.4zm-9.3-47.8a12.2 12.2 0 0 1-11.2.4c-6.2-3.4-7.6-12.5-3.2-20.4a18 18 0 0 1 13.4-9.4 9.7 9.7 0 0 0 7.9 2.6l.5.5c-8 3.4-12.2 13.3-9.4 22a16 16 0 0 0 2 4.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M284.2 666c1.2 8-4.1 15.3-10.5 16.2-6.3.9-12.4-4.8-13.7-12.8a17.6 17.6 0 0 1 5.8-15c2.7 4.3 7 6.9 11.4 6.3 1.6-.3 3.2-.9 4.6-1.9a23.1 23.1 0 0 1 2.4 7.2z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M287.2 705.7c-5.7 3-12.2-1.4-14.5-9.6-2.3-8.3.5-17.5 6.2-20.4a8 8 0 0 1 5.4-.8 25.5 25.5 0 0 0-1.7 3.6c-3.4 9-1.7 20 3.8 24.3.9.7 1.8 1.2 2.8 1.5a10 10 0 0 1-2 1.4z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M304.5 668a14 14 0 0 1-1 7.8c-5.3-3.2-12.2 0-16 7.3a15 15 0 0 1-8.3-11.6c-1.2-7.7 5-16.4 11.7-17.4v1c1.2 7.4 7.2 12.9 13.6 12.4v.4z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M303.5 696.7c-4.3 9.2-12.9 13.3-19.2 9.2-6.3-4.2-8-15.1-3.7-24.4 4.2-9.2 12.9-13.4 19.2-9.2 6.3 4.2 8 15.1 3.7 24.4zm-14.1-41.5a14.8 14.8 0 0 1-6.4 6.9c-6.3 3.1-14-.3-17-7.8-3.1-7.4 1-18.5 7.2-21.7a9.2 9.2 0 0 1 8.2 0l-.1.6c-1.7 9.7 2 19.1 8 22zm31.2-41a14 14 0 0 1-.9 7.4c-2.5-3.1-5.8-5-9.4-4.5-4.4.6-8.6 4.6-10.7 9.4a15.9 15.9 0 0 1-4.4-8.8c-1.2-7.8 5.2-16.6 11.9-17.6 6.6-.9 12.3 6.2 13.5 14z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M322.4 630.6c1 6.6-3.1 12.8-8.5 14.7-2.4-3.5-5.9-5.7-9.6-5.1a9.6 9.6 0 0 0-2.9.8 15.3 15.3 0 0 1-3-7c-1.1-7.3 5-15.7 11.3-16.6 6.3-.9 11.7 5.9 12.8 13.2z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M293.2 654.4a8.5 8.5 0 0 1-9.4.2c-5.1-3.4-6.5-12.3-3-19.8 3.4-7.4 10.4-10.8 15.5-7.4a12 12 0 0 1 4.8 9c-5.1 3.8-9 11.1-8 17.7l.1.3zm-36.7 144.3c-5.8 2-12.1-2.4-14.4-10.5-2.4-8.7.6-18.3 6.6-21.4 5.7-2.9 12.2 1 15 8.5-6.2 4.5-9.3 14.2-7.2 23.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M270.6 803.8c-6.3 2.8-13.2-1.1-15.5-8.8-2.3-7.7 1-16.3 7.3-19.2 5.4-2.5 11.4 0 14.4 5.7a21.6 21.6 0 0 0-6.2 22.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M267.6 818c-5.7 2.5-12-1-14-7.9a15.9 15.9 0 0 1 1.9-13.3c4 3.4 9 4.4 13.8 2.1a14.5 14.5 0 0 0 3-2 14.3 14.3 0 0 1 1.7 3.8c.8 2.4.9 4.9.5 7.2a20.6 20.6 0 0 0-4.6 8.5c-.7.6-1.5 1.1-2.3 1.5zm8.5 29.3c-6.4 2.9-13.5-1-15.8-8.8-2.3-7.8 1-16.5 7.3-19.4l1.5-.5a26.6 26.6 0 0 0 .9 9.4c2 7.2 6.9 12 12.3 13a13.3 13.3 0 0 1-6.2 6.3z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M285.2 848.4c-6.2 2.8-13-1-15.2-8.4a17.7 17.7 0 0 1 0-10c4 3.6 9.2 4.7 14 2.4a16 16 0 0 0 6.6-6.2 16.6 16.6 0 0 1 1.6 3.6c2.3 7.4-.9 15.8-7 18.6z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M293.1 863.4c-6.1 2.8-13-1-15.2-8.5a17.8 17.8 0 0 1-.6-6.2c2.3.4 4.8 0 7.2-1a18 18 0 0 0 8.9-11.4c3 1.4 5.6 4.4 6.8 8.4 2.2 7.5-1 15.8-7 18.7zM273 786c-2.8-1.8-5-4.8-6.3-8.6-2.4-8.3 1-17.5 7.8-20.6 6.8-3.2 14.3 1 16.8 9.3 1.9 6.2.4 13-3.5 17.4a11 11 0 0 0-10.5-.8c-1.7.8-3.1 1.9-4.3 3.3zm46.8-134.5c1 6.6-5.5 17-12.1 18.4-6.7 1.4-11-1.9-14-6.2-3-4.4-4.3-10-2.6-15.2 1.7-5.2 6-10.4 10.4-12.3 4.4-2 7.4-1.2 11 1.7 3.5 3 6.3 7 7.3 13.6z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M285.2 808.6c-6.2 2.8-13-1-15.2-8.5-2.3-7.5.9-15.8 7-18.7 6.1-2.7 13 1 15.2 8.5 2.2 7.5-1 15.9-7 18.7z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3Cpath d='M283.1 834.2c-6 2.7-12.8-1-15-8.4-2.2-7.3 1-15.6 7-18.4 6-2.8 12.8 1 15 8.4 2.2 7.3-.9 15.6-7 18.4z' transform='matrix(.01896 -.24408 .22029 .01391 146.3 342)'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23e7ca00' stroke='%23d4af37' stroke-width='.5' d='M291 194.8l-.4.5-14 17.5-.4.3.4.4a25.8 25.8 0 0 1 7.1 17.5 53.1 53.1 0 0 1-2.7 17.4c-2 6.5-4.8 12.3-5.6 21.9a22.5 22.5 0 0 0 5.2 16.6 29 29 0 0 0 9.7 7.6c7.3 3.5 14.8 2.3 22.4 3.2 3.3.5 5.2 2.6 7 4.4l.3.4.4-.4c1.7-1.8 3.6-4 7-4.4 7.4-1 15 .3 22.3-3.2a29.4 29.4 0 0 0 9.7-7.6c3.3-4 5.8-9.5 5.2-16.6-.8-9.6-3.5-15.4-5.6-22a53 53 0 0 1-2.7-17.3c0-5.9 2.6-13.2 7.1-17.5l.4-.4-.3-.3-14.1-17.5-.4-.5-.4.4a19.8 19.8 0 0 1-14.2 5c-5-.3-10-2.1-14.1-4.7l-.3-.2-.3.2a29.8 29.8 0 0 1-14 4.6 19.8 19.8 0 0 1-14.3-4.9l-.5-.4zm.1 1.5a21 21 0 0 0 14.6 4.9 30.4 30.4 0 0 0 13.8-4.3V248h-37.3a54 54 0 0 0 2.6-17.1c0-6-2.6-13.3-7.1-18l13.4-16.7zm57.8 0l13.4 16.8a26.9 26.9 0 0 0-7.1 17.9 54 54 0 0 0 2.6 17.1h-37.3V197a30.4 30.4 0 0 0 13.8 4.3 21 21 0 0 0 14.6-4.8zm-67 52.9H358c2.1 6.4 4.6 12 5.4 21.1a21.4 21.4 0 0 1-5 16 28.4 28.4 0 0 1-9.3 7.2c-7 3.3-14.3 2.2-22 3.2-3.5.4-5.6 2.5-7.2 4.3-1.7-1.8-3.7-3.9-7.2-4.3-7.7-1-15 .1-22-3.2-2.3-1-6.2-3.4-9.4-7.3s-5.6-9-5-15.9c.8-9.1 3.4-14.7 5.4-21.1z'/%3E%3Cg fill='%23008f4c'%3E%3Cpath fill='%2300a854' d='M373.3 171.4l-.1.1-.6 4.2-.5 3.6-2.4-1c-3.1-1.4-9.5-2.1-10-1.2-.1.6.6 4 1.7 8 .3.8 0 1-1.8 1.6-1.3.4-2.6 1-3.1 1.4-1 .6-.8.8 1.4 2.8l2.4 2.1-1.2 1c-1 .8-1 .8 2.8 4.5 4.3 4 6.5 5.2 9.4 5.2.9 0 1.9.2 2.6 0 1-.2 1.7-.5 4-.7 2.6.2 5 1.4 6 2l.6 1.4c-1.8-2-5.8-2.7-6.6-2.8-.8 0-1.2.2-2.1.5s-1.3.7-2.1 1.9c-.6 1.5.6 3.1 2 3.3 1.9.3 3.2-.7 3.2-2.4 0-1.3-.7-2.3-.1-2.3 2.2.2 5.6 2 6.2 4.2.8 2.8.6 3-.7 1a12.8 12.8 0 0 0-3.9-3.4c-.4 0-1.5 2.5-1.5 3.6 0 .8-.2 1-.8.7-.5-.3-1.6-.5-2.5-.6l-1.6-.3.4 2.5c.2 1.4.9 3.5 1.4 4.6l1.1 2-2.4-.7c-5.3-1.6-4.9-1.7-4.5 1 .1 1.4.4 3 .6 3.4.3.7 0 .9-1.8.9-1.1 0-2 .1-2 .3 0 1.1 4 6.6 6.1 8.2 2.5 2 7.2 4 9 4 .7 0 2.3.5 3.9 1l2.8 1v3.1c0 3.3-1 10-1.6 10-.1 0-1-1.4-2-3.2-2-3.8-2-3.7-2.5-2.8-.4.6-.5.5-.5-.3a17 17 0 0 0-3.8-7.3l-1.2-1.1-.7 1.3-.6 1.3-2.7-3c-1.5-1.6-3-2.9-3.1-2.7-.3 0-.6 1.4-.8 3-.5 4.3-.7 4.6-2.4 3l-1.4-1.4-.4 1.3a40 40 0 0 0 1.2 13.9 48.8 48.8 0 0 1 1.7 6.4c.6 3.8 2.8 8 5.5 10.8 1 1 1 1.4.5 1.4-.4 0-1.2.4-1.6.9-2 2.1-.2 5 2.8 4.4 1.5-.2 1.8-.1 2.3 1 .8 1.6.8 4.5.1 5.7-.5 1-3.5 2.2-4 1.7-.1-.1-.2-1.8-.2-3.7v-3.5l-2.5 1.4a29.7 29.7 0 0 0-12.9 18.4c-.4 2.2-1.7 2.4-3.3 5a20.1 20.1 0 0 0-4.5 3.6c-2.5 2.4-3.2 2.8-7 3.7-4.7 1.2-14.7 2.8-22.2 3.6-6.5.6-27.1 4-28.4 4.5a90 90 0 0 1-3 1.2 6.8 6.8 0 0 0-2.6 2c-.8 1.1-.8 1.5-.2 2.5 1.3 2.6 4 2.5 9.6-.2a31 31 0 0 1 7.8-2.5c2-.3 4.9-1 6.4-1.3 1.5-.4 5.8-1.1 9.4-1.7a199 199 0 0 0 36.4-7.8c5.6-2 5.5-2 10.7-1.5 5.8.6 13-1.2 16-4 .7-.5 2.4-2.6 4-4.6 1.4-2 3.3-4 4-4.5 1.9-1.3.8-1.7-4.2-1.7h-4.2l1.5-3.1c1.6-3.6 3.3-8.4 3-8.7-.1-.1-1.6 0-3.2.5-1.7.3-3.1.6-3.2.5l.4-1.7c.4-1 1-1.7 1.9-1.9l2-.5a7 7 0 0 1 2.7.3c1.8.5 1.9.6 1.6 2.2-.2 2 .8 3.3 2.6 3.3 1.4 0 2.9-1.4 2.9-2.6 0-1.4-2-3-3.2-2.7a11 11 0 0 1-3.9-.6l-2.7-1 2.6-.5c4-.9 5.3-.7 6 .5.3.8 1 1.2 2 1.3 3.2.3 4.3-4.2 1.2-5.2-1.1-.3-3.6.9-3.6 1.8 0 .3-.8.5-1.8.5a17.3 17.3 0 0 0-6 1.1l3.9-1.9a60 60 0 0 0 6.7-2.5c4.6-2 9-7.3 10.7-12.3a54 54 0 0 0 2.2-13c-.3 0-2 .6-3.7 1.4-3.3 1.5-3.3 1.5-3.3.4 0-2 .9-8.1 1.2-9 .3-.5.2-.8-.3-.8a28 28 0 0 0-9.7 5.3c-3 2.5-3.4 2.6-3.4 1.6 0-.7.5-2 1-2.8 1-1.5 1.2-1.6 3-1.3 1.8.3 2 .1 2.8-1 1.1-1.6.5-3.6-1.2-4.1-1-.3-.9-.5 1-1.4a16 16 0 0 0 6.5-7l1.2-2-1.8.2c-1 0-1.8.2-1.8 0l.7-2.1c.4-1.2.8-3 .8-4.2 0-2-1.9-9.8-2.6-10.6-.3-.3-1.3.2-2.4 1.1l-2 1.6-1.9-4.1a58.7 58.7 0 0 0-2-4.3c-.2-.2-.8.3-1.6 1-1.5 1.4-1.6.6-.3-2.4 1.3-2.6 1.8-3 3.2-2 1.8 1 3.7 0 3.9-2 .1-1.3-.1-1.8-1-2.5-.7-.4-1.6-.6-2-.5-.5.2-1-.2-1.3-1.2a2.9 2.9 0 0 0-1.9-1.8c-2.6-.7-4.5 2.6-2.5 4.5.7.7.7 1.3.2 5-1 5.9-1.3 6.4-2 3.8-.8-3-.4-11.2.6-13.6 1.9-4.2.8-10.8-2.2-14.2a35.4 35.4 0 0 0-10.7-7.7zm-3.5 13.8a21 21 0 0 1 5.4 5.2c2.6 3 5.6 8.3 7.6 12.3-.7-.8-1.1-.9-3.2-3.7-1.6-2.3-4.4-7.4-7-10-2.3-2.4-3.2-3.8-2.9-3.8z'/%3E%3Cpath d='M382.5 239c-.5 2-.9 2.3.1 3.8.5.7 1.3 1 2.2 1 1.4 0 2.1 1 3.3 4.6.1.6.3.6.3-.1 0-.6-.4-1.8-1-3-.6-1.1-.8-2-.5-2.2 1-.6.5-3.1-.6-4-1.6-1-2.1-.7-3.8 0z'/%3E%3C/g%3E%3Cpath fill='%239eab05' d='M288.6 321.4c-1 .9-1.3 2.2-.5 3 1.1 1.2 5.1.1 5.6-1.4.5-2.2-2.9-3.3-5-1.6z'/%3E%3Cpath fill='%2375b52b' d='M374.5 175.6a27 27 0 0 0 4.7 9.7c.7 1 1.4 1.6 1.6 1.5 0-.2-1.3-3.2-3.2-6.7-2.6-5-3.4-6-3.1-4.5zm-17 13.5a27 27 0 0 0 8.2 2.3c0-.9-2.4-2-5.3-2.3-1.7-.2-3-.2-2.8 0zm3.2 6.1c.6.6 9.5 4.7 12 5.5 1.4.5 3.4.8 4.3.7 1.5-.2 1.3-.3-1.9-1.3a53 53 0 0 1-5.8-2.4c-3-1.5-9.5-3.4-8.6-2.5zm29 13a93 93 0 0 0-2.4 15c-.3 3.3-.2 4.4.4 5.1.6.9.8.5 1.3-4a194 194 0 0 0 1.4-17.7c-.1 0-.5.6-.8 1.5zm-8.6 4c.2 4.1 2 8.4 2.6 6.5a15 15 0 0 0-1.2-5.5l-1.6-4.4.2 3.5zm-5.7.2l1.8 2.3 1.2 1.5v-1.3a3 3 0 0 0-1.3-2.3c-1.6-1.3-2.6-1.4-1.7-.2zm-7.2 12.4a76 76 0 0 0 7.4 5.6c1.5 1 1.5 1-.4-1.3-2-2.3-5-4.5-6.3-4.5-.4 0-.7 0-.7.2zm2.8 10.8c1.4 5.6 2.4 8.8 3 9.1.3.2.6.4.7.3.2-.3-2.4-8-3.2-9.3l-.8-1.3.3 1.2zm5.9 4.4c0 .8.4 2.3 1 3.4.5 1.1.9 1.7.8 1.2l-.6-3.1c-.4-2.7-1.2-3.7-1.2-1.5zm-10.3 3.8c1 3.2 3.4 8.2 7 14 2.5 4.2 2.5 4.2 2.7 2.4 0-1.4-.4-2.6-2.3-5.8a534.9 534.9 0 0 1-5-8.6 22.5 22.5 0 0 0-2.9-4.6c-.2 0 0 1.2.5 2.6zm31.5.7a75.5 75.5 0 0 0-8.2 11.5c-.5 1-.6 2-.4 2.8.3 1.2 1 .3 6-7.7 3.1-5 5.5-9 5.3-9-.3 0-1.4 1.1-2.7 2.4zm-8 37.3a2 2 0 0 0 1.8 3c1.5 0 2.4-1.7 1.6-3.1-.6-1.2-2.8-1.1-3.4.1z'/%3E%3Cpath fill='%23d91023' d='M375.1 205.2c-1.9 1.3.1 4.7 2.2 3.5 1.2-.8 1.4-2.7.3-3.5a4.2 4.2 0 0 0-1.2-.7l-1.3.7zm13.3-10.9c-1.1.3-1.6 1.9-.8 3.2 1 1.8 3.5 1 3.5-1 0-1.6-1.2-2.5-2.6-2.2zm3.4 3.9c-.2.4-.2 1.2 0 1.9 0 .9.4 1.1 1.5 1.1 1.9 0 2.9-1.3 2-2.6-.7-1.1-3-1.4-3.5-.4zm-19 75c-2 1.5-.1 4.2 2.2 3.3 1-.4 1.5-1.6.9-2.7-.7-1.4-1.9-1.6-3.1-.6zm10.3-33.6c-.6.5-.4 2.4.2 3 1.6 1.6 3.8 0 3.3-2.1-.3-1-.7-1.3-1.8-1.3-.7 0-1.6.2-1.7.4zm9.4 0c-.4 1.4.5 2.7 1.8 2.7s2.2-1.2 2-2.6c-.1-1-.5-1.2-1.8-1.3-1.4-.2-1.7 0-2 1.1zm1.3 37c-.3 1.4.5 2.7 1.9 2.7 1.2 0 2.1-1.2 1.9-2.6-.1-.9-.5-1.2-1.8-1.3-1.4-.1-1.7 0-2 1.2zm-3 4.6c-2 1.5-.2 4.2 2.2 3.3 1-.4 1.4-1.6.8-2.7-.7-1.4-1.8-1.6-3-.6z'/%3E%3Cpath fill='%2375b52b' d='M369.7 185.6l2.2 2.6a59 59 0 0 1 6.2 8.5c2 3.2 4.5 6.4 4.5 5.8 0-.6-4.5-8.2-6.2-10.5-2.4-3.2-6.1-7-6.8-7-.2 0-.1.2.1.6z'/%3E%3Cpath fill='%23eac102' fill-opacity='.5' d='M382.7 249c0 .4-.6 3.8-.8 7.7a157.5 157.5 0 0 1-3 25.7l.1.9.9-1.2c.9-1.2 1.8-2.1 3.1-3a145.4 145.4 0 0 0 17-19.4c5.2-6.8 6.4-8.6 6.3-8.7-.2-.2-1.8 1.4-8.2 9.3a244 244 0 0 1-6.6 7.7c-4.5 5-9.5 9.5-10.8 11.3l.4-2.1a93 93 0 0 0 1.8-20.6v-8.2l-.2.6zM370 282.2l-2.7 4.7a69 69 0 0 1-10.4 14.6c-1 1-.7 1.2-1 1.4-1.2 1.2 3.6 2 7.3 2.5 4.9.4 7.6-.5 20.7-7.5 3-1.6 3.9-2 3.3-2a35 35 0 0 0-8.8 3.4c-5.6 2.6-8 3.8-10.6 4.3-2 .5-4.8.5-6.5.1h-1.2l.6-.3c.6 0 1.3-.1 1.6-.3.3-.3 1.3-1 2.3-1.5a82.5 82.5 0 0 0 16-14 39 39 0 0 0-5.5 4.3 46.9 46.9 0 0 1-15 10.1l-.9.2.8-.8 2.3-3.3a63.5 63.5 0 0 0 8.5-17l-.8 1.1zm.2-64.8a55 55 0 0 0 5.7 7.2c3.2 3.6 5 5 7.5 8.2 2.6 3.2 2.8 3.4 5.6 6 3.5-4.7 5.7-11 7.2-15 1.4-3.9 2.6-7.3 2.7-12.5-2 4.4-2.1 6-3.7 10.7-1.6 4.8-5 13-6.4 14.8-.1.2-7.4-8.8-10.6-12.5-3.4-4-8-7.3-8-6.9z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M372.7 174.8l-.6 4.5-1.9-.9c-1.9-.9-6.9-2-9.3-2-1.3 0-1.4.2-1.1 1.7.3 1.6 1.6 6.2 2 7.2.1.3-.7.8-2 1.1a11 11 0 0 0-3 1.4c-1 .7-.8.8 1.1 2.5 2.3 2 2.5 2.7 1.2 3.6-.7.5-.4 1 3 4.2 2 2 4.6 4 5.6 4.6 2.6 1.3 7.7 1.3 10.4 0 1.9-1 2-1 3.2-.2 1.3.8 1.3.8.7 0a30 30 0 0 0-5.3-3.2 32 32 0 0 1-15.3-17c-1.2-3.5-1.2-5.3 0-5.3 2.2 0 6.6 1 9 2.2 3.8 1.7 10.4 8 12.3 11.7 1.3 2.6 1.4 3.5 1.5 7.3 0 4.5.7 6.3.8 2.3.2-5 .4-6.2 1.1-8.2 1.6-3.7.8-9.4-1.7-12.8a36 36 0 0 0-6-5.1 41 41 0 0 1-4.7-3.6c-.2-.3-.7 1.5-1 4zm6.5.8c3.4 2.3 4.4 3.3 5.5 5.5 1.6 3.4 2 7.5 1.2 10.5l-.7 2.2-1.4-2.8a27 27 0 0 0-5.7-7.1 30.5 30.5 0 0 0-5-4.4c-.5 0-.3-3.4.5-6.4.3-1.3 0-1.5 5.6 2.5zm-16.4 12.3a8 8 0 0 0 1.8 2c.5.4 1 1.1 1.1 1.7.3.9 0 1-2.3 1-2.4 0-2.8-.2-4.7-2-1-1.1-1.9-2.1-1.7-2.2.4-.4 3.7-1.8 4.3-1.9.4 0 1 .6 1.5 1.4zm6.8 7.8c3 2.7 3.8 3.3 7.4 4.7 1.9.8 2 .9 1.2 1.6-1.1 1.1-6.7 1.5-9.3.7-2.2-.7-10.1-7.9-9.3-8.4a14 14 0 0 1 5.4-1.2c1.4 0 2.3.5 4.6 2.6zm14.7 9.3c-.2.2 0 1.4.4 2.5 1 2.5 1 3.3 0 5a10 10 0 0 0-.8 3.5 12 12 0 0 1-.6 3.6l-.5 1.6-1.7-1a5 5 0 0 1-2-2.2c-.4-1.5-.2-4.7.4-7.8.5-2.1.8-2.7 1.5-2.7.8.1.8 0 .3-.6-.5-.7-.7-.7-1.3.1a7 7 0 0 0-1 2.5c-.3 1.7-.3 1.7-1.7 1-2.2-1.2-3-1-3 .7s.8 4.3 1.9 6c1.2 1.7 1.2 1 0-1.3-1.3-2.7-1.8-5.7-.9-5.7.4 0 1.2.4 1.9.8.9.6 1 1.2 1 4.2-.1 4-.5 4.2-5.3 2.6-1.5-.6-3-1-3.1-.8-.2.2.6 4.5 1.1 5.8.3.6-.1.8-2 .6l-2.4-.2 1.4 2.4a20 20 0 0 0 14 10.1c2 .4 4.4 1.1 5.3 1.6 1.2.6 1.4.6 1 0-.3-.3-1.5-1-2.6-1.3-2.9-1-5.7-3.1-9.4-7s-5.5-7.1-5.5-9.6c0-1.4.2-1.7.8-1.4l3.9 1c4.3 1.2 5.4 1.8 8.1 4.7 3 3.1 3.9 5 4.8 9 .4 1.9.8 3.4 1 3.6.6.7.8-1.6.2-3.6-.9-3.3.5-9.8 3.4-15.5 1.3-2.5 5.2-6.3 5.8-5.6.2.2.9 2.4 1.5 4.8 1.4 5.1 1.2 6.6-1.2 11.7a18.5 18.5 0 0 1-6.1 7.7c-2 1.4-1.5 1.8 1.3 1.1 2.4-.6 6.4-4.2 8.5-7.7l1.1-2-2 .4-2 .3 1-2.7c1.2-3.4 1.2-4.7 0-8.8l-1.3-4.8-.3-1.4-1.7 1.1a9.4 9.4 0 0 0-1.9 1.6c-.6.9-1.3-.1-3-4l-2-3.7c-.3 0-1.1.6-1.9 1.4l-1.3 1.4.3-1.4c.3-1 .2-1.4-.2-1.1-.2 0-.5.8-.5 1.4 0 2.4-.9 2.4-1.6 0-.4-1.3-.9-2.2-1-2zm7.4 12.7a31.5 31.5 0 0 0-2.9 8.3l-.6 3.6-.8-2a17.6 17.6 0 0 0-2.2-3.7c-1.4-1.6-1.4-1.7-.8-5.3.9-5.7 2-8.7 4-11l1.9-2 1.8 3.7 2 3.7-2.4 4.7zm-19.3 8.3c6.2 6.5 8.4 9 7.3 8.6a17.4 17.4 0 0 1-10.3-7.5 19.5 19.5 0 0 1-1.8-3c0-.2.6-.3 1.4-.3.9 0 2 .7 3.4 2.2zm29 4c-2 3.2-3.3 4.4-5.5 5.5l-2 1 2-2.1a32.5 32.5 0 0 0 3.2-4.1c1-1.6 1.7-2.1 3.3-2.4.2 0-.2 1-1 2z'/%3E%3Cpath fill='%23005000' d='M382.9 209c.7 1.5 2 3 2 2.5 0-.3-.5-1.2-1.3-2-.7-.9-1-1-.7-.5z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M369.4 235.3l-.8 3.8-.5 2-1.5-1.4-1.4-1.4-.4 2.4a32 32 0 0 0 1.5 12.8 52 52 0 0 1 1.6 6.4c.6 4.6 4.4 10 9.4 13.4.9.7 1.2 1.5 1.5 3.8l.4 3v-2.9a64.6 64.6 0 0 0-1.4-8.3c-1.6-7.3-1-10.4 2.6-17.8l2.6-5.4 2.7 5.4c3.6 7.2 4 9.7 2 15.6a33.4 33.4 0 0 1-1.8 4.8c-.3.4-.4.8-.3 1.1.2.2 0 .7-.2 1.1-.4.6-.5.6-.2-.2.2-.6-.5 0-1.7 1.2a13.6 13.6 0 0 0-2.3 3.3c-.3.9-.2.9.6-.1l1.8-2.4c.5-.7 1.1-1.2 1.3-1 .8.4 1.5-1 3.2-5.6a28 28 0 0 1 7-12.4 27 27 0 0 1 7.8-5.2l5-2.3c.5 0-1 8.8-2 11.4a26.1 26.1 0 0 1-5.8 9.4c-2.2 2-6.4 4-10.5 5.2-1.7.5-3.3 1-3.4 1.3-.3.4 3.7-.7 7.5-2 5.4-2 10.5-7.3 12.5-12.8 1-2.5 3-13 2.5-13.3 0 0-1.7.6-3.8 1.6l-3.6 1.7.3-3.4c.2-1.9.6-4.4 1-5.8.5-2.3.5-2.4-.5-2a32 32 0 0 0-10 6l-3 2.7.2-4.7c.2-3 0-4.3-.2-3.6-.3.6-.5 2-.5 3.3 0 2.5-1.2 7.5-1.7 7.5-.2 0-1-1.4-2-3.2-1.7-3.2-2.4-4-2.5-2.7 0 .3-.5-.7-1.2-2.4a22.5 22.5 0 0 0-2.6-5l-1.5-1.9-.8 1.6-.8 1.5-2-2.5c-1-1.4-2.4-2.7-2.9-3-.8-.5-1-.2-1.2 1.4zm3.5 1.5c2 2.4 6.2 10.4 6.7 12.7l.3 1.3-.9-1.3c-1.6-2.3-6-6.3-8.8-7.8-1.3-.8-1.3-1-1-2.7l.7-3.2c.2-.8.5-1.4.7-1.4a13 13 0 0 1 2.3 2.4zm7 5c1.5 3 1.8 5 1 6.2-.6 1-4.8-7.7-4.4-9.4.3-1 .5-1.2 1.2-.6.4.4 1.4 2 2.3 3.7zm-9 1.5a25 25 0 0 1 7.5 7.4c.4 1 .3 1.7-.5 3.3a24 24 0 0 0-1.6 11.8v2.9c-.7 0-4.4-4.7-6-7.6a38.3 38.3 0 0 1-5-19.8l.4-2 1 1c.7.6 2.6 2 4.3 3zm30.8 0a75.1 75.1 0 0 0-.7 5.2c-.3 2.7-.4 2.8-3.3 4.7a23.9 23.9 0 0 0-5.2 4.6c-1.2 1.5-2.3 2.7-2.5 2.5-.3 0-.6-1.3-.8-2.6a20.8 20.8 0 0 0-1-4c-.6-1.6-.6-2 .4-3.3 2.1-3 11.2-9.4 13.2-9.4.2 0 .1 1 0 2.3zM374.4 268c1.8 1.9 3 3.4 2.8 4 0 .7-.7.4-2.7-1.6a19 19 0 0 1-5.6-8.5c-.3-1.3-.1-1.2 1 .7a30 30 0 0 0 4.5 5.4z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M369.4 280.5a31.6 31.6 0 0 0-11.6 17.4c0 1.6-1.8 3-1.5 2.8.2.7 1.8 0 2.5-2.5 1.3-4.7 5-13.2 9.9-16.6 1.4-1 3-1.8 3.2-1.8.2 0 .3 1.9.2 4.3 0 3.4-.4 5-1.4 6.9a28 28 0 0 1-8.5 9.3c-2.5 1.4-2.7 2-.4 1.1 2.5-1 8.4-7 10-10.3.8-1.7 1.4-3.3 1.4-3.7 0-.3.7-.9 1.5-1.2 1.8-.7 11-3 11.1-2.7.4.4-3.5 8.6-4.7 10.2-2 2.5-6.6 6-8.9 6.7-1 .3-3.4 1.6-5 1.9l-4.6.6-1.8 1 1.8-.3 5.3-.6c5.6-2 7.8-3.2 11.4-6l2.4-2 4.6.2 3.7.3-1.7 2.1a481.4 481.4 0 0 0-4 4.8 17.5 17.5 0 0 1-3.7 3.7 29.4 29.4 0 0 1-12.3 2.5c-4 0-4.2 0-6.2-1.8-2.1-1.8-3-2.2-3.2-1.4 0 .3-1.9 1-3.8 1.8-4 1.3-4.9 1-2.6-1.1.9-.8 1.8-.8 3.6-1 0 0 3.9 1 4 .1 0-.8-4-.7-4-.7-1.7.1-2.2 0-.7-1.8 1.6-1 2.3-3.1 1.4-2.7-2.2 2.7-3.7 3.8-7 7a18.3 18.3 0 0 1-8 3.6c-2.8.7-7.5 1.4-10.2 1.8-5.4.6-7.6 2-2.5 1 2.6-.5 6-.8 10.3-1.6 6.1-1.5 6.5-1.6 9.6-3.2 2.5-2.6 2.9-2.9 1.6-.8-.5 1.6.3 1.5 5.2-.3 3.8-1.5 4-1.5 5-.6.9 1 .8 1-1.1 1.8a124 124 0 0 1-20.4 5.6c-4.7 1-8.6 1.8-8.8 2-.4.4 5.6-.2 6.8-.8.6-.2 4.8-1.3 9.5-2.3 4.6-1.1 9.9-2.7 11.8-3.4 3.1-1.3 3.6-1.3 6.3-.8 3.4.6 9.1 0 13.2-1.3 3.2-1 5.4-2.9 8.6-7.4 1.3-1.9 3-3.8 3.7-4.3l1.3-1-4.4-.3c-2.5-.1-4.6-.4-4.7-.5a87 87 0 0 0 3-7.4l1.4-4.2-1.8.4-3.5.6-1.8.3.7-1.8c.4-1 .7-1.8.5-1.8l-1 1.7c-.8 2-1.8 2.4-1.5.6.2-.8 0-.6-.6.5a5.5 5.5 0 0 1-2.2 2.1l-2.2.8c-1 .5-1 .2-.8-3.4.1-2.4 0-3.9-.3-3.9s-1.7.8-3.1 1.8z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M321.8 313.9c-3 .2-9 1.1-18.9 2.7l-10 1.6c-.4 0-.5.2-.4.4.1.2-.6.5-1.5.7-2.3.4-4.9 2.5-4.9 4 0 1.4 1.7 3 3 2.7.7-.2.7-.3-.2-.3-2.2-.1-3-2.8-1.4-4.3 1.5-1.3 8.2-3.3 12-3.6a212.6 212.6 0 0 0 23.6-3.6c3.3-.5 2.7-.7-1.3-.3z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M313.4 318.8a80.2 80.2 0 0 0-17.6 4.6c-3.6 1.8-3.1 2 .7.2a32 32 0 0 1 6.8-2l9.3-1.8 8.7-1.7 2.8-.4h-2.3c-1.3 0-5 .4-8.4 1z'/%3E%3Cpath fill='%23fff' d='M353.6 305.4c-1.7 1-3.3 2.8-1.5 2.6 1.4-.2 6.4-1.7 6.8-2.7-2 .2-3.5-.3-5.3 0z'/%3E%3Cg stroke='%23d4af37' stroke-width='.9'%3E%3Cpath fill='%23fff' d='M367.7 432.4c-1.5.5-2.5 1-9 .5-4.6-.3-10.3-1.1-13.2-1.2-5.6 0-5.6.3-15.5 7.1-7 4.8-16 4.4-22.7 3-4-2-5.8-2.3-5.2-1.3 1.1 1.8 9 4.4 13.4 4.4 7 0 12.2-1.8 20.7-7.1 6.6-4.2 9.5-4.5 18.5-2.5 10.6 2.1 12.2 1.2 20.9-2.7-2.6 0-3.2 0-4 .4 1.4-1.6 1.5-3.2 1.8-4.2.4-.6-.8.2-2.1 1.2l-3.6 2.4z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3Cpath fill='%23d91023' d='M354 429.8c-4.9-.7-8.2-1.4-11.3-1-3.4.3-5.8 2-9.9 4.5-4 2.7-7.7 4.6-8.1 4.6-.6 0-5.8 1.2-9.8 1.2-1.8 0-5.9-1.3-8.6-2.3-5.7-2.1-7.8 1.4-1.8 3.9a33.4 33.4 0 0 0 15.6 1.8c5-.8 9.6-3 13.4-5.8 7.7-5.6 3.2-3 6.2-4.2 3-1.3 5.9-.9 5.9-.9 4 .2 11.9 1.5 15.9 1.6 7.2-.7 6-.7 8.4-2 .8-.6 3.5-2.3 3.6-2.7.2-.4 1.4-2.7 1.2-2.8-7.5 5.1-11.2 5.1-20.7 4.1z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3Cpath fill='%23d91023' d='M341 435.4l-7.1 4c-6.2 3.8-12 5.6-18.8 5.6-3 .5-13-3.6-11.5-3.1 1.6 3 4 3.4 9.6 4.5 4 .8 6.6.1 11.1-.8 5-.6 7-3 9-4.3a33.5 33.5 0 0 1 14-5.4c1 0 4.7 2.1 8.9 3 4.1.9 6.1 1.1 10.4.4s8.7-4.2 12.8-6.9c-.6.2-2 .2-4 .3-6 3.5-16 4.8-21.2 2.4-5.4-1.3-10.5-1-13.2.3z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3C/g%3E%3Cpath fill='%2300a854' d='M276.4 176.3a37.7 37.7 0 0 0-17.5 13.2c-1 1.2-1.8 2.2-1.9 2.1 0 0 .4-2.7 1.2-5.7.7-3 1.2-6.1 1.2-6.8 0-1.2-.1-1.1-2 1a41 41 0 0 0-7 13c-.7 2.2-1 4.7-1 9.3l.1 6.3-1.2-4.5c-1.3-4.7-2.6-8-4-9.6-.6-1-.8-1-1.3-.3-1 1.5-.3 7.8 1.4 12.4.1.6-.5-.2-1.4-1.7-1-1.6-2-2.7-2.3-2.6-.6.3-.6 5.3 0 7.4.4 1.4.4 1.4-1.3-.5-2.9-3.3-3.5-3.6-3.5-1.3 0 .9.3 2.4.7 3.4l.8 2-1.6.4c-2.3.4-3 1.1-3 3 0 2 1.4 6.8 2 7.2.9.5 1.1 0 1.8-3l.6-2.6 1.9 2.5a76.7 76.7 0 0 1 8.8 17.7c2.2 6.4 2.3 7.7.3 3.7a72 72 0 0 0-3.2-5.2c-2-2.8-12.6-13.9-13.3-13.9-.8 0 0 3.5 1.3 6.4.7 1.4 2.7 4.2 4.4 6.2l2.9 3.6c-.2 0-1.4-.8-2.7-1.7-2.6-2-5.3-3.5-5.6-3.2-.1.1.9 2.3 2.3 4.8l2.4 4.6-1.6-.3a6 6 0 0 0-2.8.3c-1 .6-1 1.1-1 3.5 0 3.3.8 6.7 1.5 6.7.8 0 2-3.2 2-4.9 0-1.3 0-1.3 2.6 1.1 3.7 3.6 8.6 9.6 13.4 16.6l4 6-4.7-3.6c-4.6-3.3-14-8.6-15.5-8.6-.4 0-.8.2-.8.5 0 .2 3 3.3 6.7 6.8l6.7 6.3-3.5-1.1a71 71 0 0 0-5.3-1.5c-1.7-.4-1.7-.3 2.2 3.3a68 68 0 0 0 8.7 6.7c2.6 1.6 4.3 2.8 3.7 2.7a35.1 35.1 0 0 0-11.5-1.9c0 .7 3.5 3.5 6 4.8 1.4.7 5 2 7.8 3 6 2.1 9.6 4 12.6 6.6l2 1.9-3.5-1.6c-4.1-1.8-15.3-5.5-16.5-5.5s3.8 5 8.8 8.7a80.2 80.2 0 0 0 19.5 9.7c5.2 1.7 9.6 2.6 18 3.6 3.6.5 7 1 7.8 1.3.6.3 5 1 10 1.5a99.7 99.7 0 0 1 30.7 7.2c1.7.8 3.5 1.1 7.2 1.3 5.5.3 5.8.1 4.2-2.9-1.3-2.5-3.7-3.9-8.7-4.8l-9.2-1.8a726.1 726.1 0 0 0-29-5c-14-2.3-20.1-4.7-26.7-10.7A43.3 43.3 0 0 1 269 263c.4-3 .6-5.5.5-5.6-.5-.4-3.7 6.3-4.6 9.4l-1 3.3.3-5.4c.3-8.3 3.5-16.1 8.2-20.6 1-1 1.8-2 1.8-2.2 0-.2-1 0-2.1.2-1.6.4-3 1.3-5 3.2l-2.6 2.7 1.3-2.4a27 27 0 0 1 8.3-9.6l2.9-1.9-1.7-.1c-3.4-.4-9.5 4-12.9 9.3-2 3-2 2.1 0-2.6a41.8 41.8 0 0 1 8-12.5c1.9-1.8 2.2-2.5 1.5-2.5-2.7 0-7.2 3.5-11 8.4-1 1.5-1 1.4.2-1.5a40 40 0 0 1 6.1-9.7c1.6-1.9 1.2-2.1-1.5-1a26.4 26.4 0 0 0-8.6 9.7c-1 2-1.8 3-1.7 2.5a61 61 0 0 0 .8-3.3 46.4 46.4 0 0 1 12.8-22.7c2.4-2.2 3-3.2 2.3-3.2-2 0-6.5 2.6-9.5 5.5-3.1 3-3.2 3-2 .9a57 57 0 0 1 18.3-18.6l4.3-3c0-.8-7.8 1.6-11.3 3.3a42.3 42.3 0 0 0-4.4 3.2c-2.5 2-2.7 2.1-1.8.8 1.7-2.4 7.6-7.7 10-8.9 1.7-.9 2-1.2 1-1.3-2.3-.4-8.9 3-14 7.4l-2.2 1.9 1.2-2a48 48 0 0 1 14.7-15.6 60.5 60.5 0 0 1 4.4-2.6c.3-.1.5-.4.4-.5-.2-.2-2 .2-4 1zm77 145a6 6 0 0 1 1.4 1.9c0 .2-1.1.4-2.5.4-2.5 0-2.6 0-2.6-1.4 0-2.6 1.6-2.9 3.8-.8z'/%3E%3Cpath fill='%239eab05' d='M350.3 320.5c-1.3 1.2-1 3 .3 3.4 2.2.6 5 .4 5-.4s-3.3-3.8-4.1-3.8c-.3 0-.8.3-1.2.8z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M279 175.5a31.6 31.6 0 0 0-15 8.5c-.3.3-3 2.8-4.8 5.2-.8 1-2 2.5-2.5 3.5 0-1 .8-3.8 1.5-7 .9-4 1.2-7 1.1-7.2-.5-.5-4.2 4.4-6 8a30.9 30.9 0 0 0-3.6 16.7v6.4l-1.3-4.8c-1.3-5-3.6-10.3-4.7-10.6-.4-.1-.8.6-1 1.7-.3 1.6 0 3.3 2.1 12 .2.6-.4 0-1.2-1.6-2-3.4-2.7-4.1-3.2-3.8l1.4 2a44 44 0 0 1 3 6 85 85 0 0 1 5.7 19.1c-.1.1-.5-.3-.7-1l-1.6-4.2a74 74 0 0 0-3-6.7 38.2 38.2 0 0 1-4.6-12.7l-.3-2.5c-.7.6-.4 3.5.6 6.8l.9 3c-.1 0-1.3-1.3-2.6-3-1.8-2.4-2.6-3-3-2.5-.4.8-.1 2.3 1 5.2l.7 2H236c-1 0-2.1.2-2.7.6-.8.6-.9 1-.4 3.7.6 3.3 1.4 5.8 2 5.8 1.1 0 1-1 1.6-3.9l.6-1.8c.2.3.5.7 1 1.1a78 78 0 0 1 10 19.4 111 111 0 0 1 3.8 16c0 .2-.7-1.7-1.3-4.2-2-8.7-5-13.8-14-22.6 0 0-3-3.7-5.5-5.2 0 2.1.4 2.5.4 2.5.7 3.1 2.2 5.9 7 11.4a43 43 0 0 1 3.8 5l-2.7-2.2c-2.7-2.4-7-5.1-7.3-4.7-.2.1.8 2.3 2.2 5 1.8 3.2 2.3 4.5 1.7 4.3-2-.8-2.7-.8-4 0-1.3.9-1.3 1-1 4.4.1 2 .6 4 .9 4.7.6 1 .6 1 1.2-.2.3-.7.8-2.1 1-3.2.2-1 .5-1.9.6-1.9a48 48 0 0 1 4 4 80.9 80.9 0 0 0 1.8 2.1 332 332 0 0 1 13.6 17.8l1 1.8-1.7-1.3a74.7 74.7 0 0 0-19-11.7c-1-.3-1.2 0-.7.6 2.4 3.3 9.6 9.4 11.6 11 1.9 1.6 1.8 2.2 1.8 2.3-.1 0-1.4-.6-3.7-1.3-5.8-2-7.3-2.1-6.6-1.2a4 4 0 0 0 2.1.8 43 43 0 0 1 15.8 6.8c3.4 2.3 11.5 10 12.6 12 .6 1.2.4 1.1-1.7-.6a43.7 43.7 0 0 0-11-6.2c-.3.1-2.1-.2-4-.7-2-.5-5-1.1-6.8-1.3l-3-.4 1.8 1.7c2.4 2.1 6.3 4 13 6.3a58.6 58.6 0 0 1 7.3 3c2.5 1.5 7.6 5.5 7.3 5.7a123.6 123.6 0 0 0-20-7.1c-1.2-.3-.8.2 2.3 3.3a75.9 75.9 0 0 0 7.9 6.3c10.9 7.2 20.8 10.3 39.2 12.5 3 .3 5.1.8 5 1-.2.3 4.4 1 9.4 1.5 13.4 1.6 21.8 3.4 29.4 6.5a23.4 23.4 0 0 0 8.9 2c3.4.2 4.5.2 4.5-.3 0-1.2-1.4-3.4-3.2-5-1.5-1.3-2.6-2-8.6-3.1-3.8-.6-7.3-1.4-7.7-1.7-.5-.3-8.1-1.3-16.8-2.7-19.1-3-25-4.5-30-7a40.3 40.3 0 0 1-22-34.7 56.1 56.1 0 0 1 .3-9.2c.3-2 .5-3.6.4-3.7-.5-.5-4.4 7.3-5 10.3l-.3 2-.2-3.6a33.9 33.9 0 0 1 6.8-20.6s2.9-2.8 3.3-3.6v-.1c-2.1-.7-4.3 1-7.3 3.6-1.8 1.8-2 2.3-2.2 2.2.2-1.4 5.5-9.5 6.6-9.5.2 0 1.5-1.5 2-2 .6-1.5-3.2 2-5.9 5.7-6 8-7.4 16.1-7 26.9a36 36 0 0 1-.3 5.9c-.2 0-1.8-3.9-2.5-6.4-2-6.3 1-19.4 6.1-26.1l3.3-4.1c.8-1.4-3.5 3.4-5 5.7-.4.7-.8 1.2-1 1l.7-2.2a45.4 45.4 0 0 1 9.3-15.7c1.6-1.7 1.6-1.7.3-1.3-3 .9-5.8 3.2-8.7 6.6l-2.2 2.6c.3-1.3 3-7 5.2-10.1 1.4-1.9 2.7-3.2 2.7-3.6 0-.4-1.5 0-3.6 1.6a28 28 0 0 0-7.6 9c-1.3 2.6-1 1.9-1.5 2.3a43 43 0 0 1 12.8-25.9c2.8-2.9 3.4-3.7 2.4-3.4-3 1-6.3 3-9.2 5.9-1.7 1.7-2.4 2.2-2.4 2s.8-1.7 2.5-4.3a53.8 53.8 0 0 1 14.1-14.7c2.7-1.8 6.8-3.8 6.3-4a.5.5 0 0 0-.2-.1c.3-.5-1.1-.2-4.8 1a37.6 37.6 0 0 0-11.6 6.3c-1.5 1.4-1.2.3 2.6-3.5 2-2 5-4.5 6.6-5.3 2.6-1.6 2.4-2 .7-1.6a32 32 0 0 0-13.4 7.7l-.3.2c-1.2.7-2.3 2.3-2 1.6s.8-1.3 2.1-3.5a46.8 46.8 0 0 1 16.8-15.8c1.7-1 1.8-1.6.6-1.4zm-38.8 27zm34.8-25.1h.2a73 73 0 0 0-12 11.6 60 60 0 0 0-7.3 13.2c-1 2.4-1.6 4-1.6 3.6a85.6 85.6 0 0 1 2.3-12l1.3-1.8a42 42 0 0 1 2.6-3.5c1.1-1.4 4.7-5.1 4.6-5.2l1.2-1c3.4-2.4 7.8-5 8.7-5zm-16.9 2.7h.1c.1.4-.5 4.8-1.7 10a230.5 230.5 0 0 0-4.6 25c-.4 3.7-.5 4-.8 2.4-.3-1-.6-6-.8-11-.3-10 0-12.8 2.6-18.4a29 29 0 0 1 5.2-8zm13.9 8.4l-3 3a57 57 0 0 0-15.9 27.3l-1 3.5.4-3.3a44.8 44.8 0 0 1 3.5-14.8c1.1-3 2.2-5.5 4.5-7.8.4-.5 1.5-1.4 1.7-1.8l2.8-2.1c2-1.7 6.2-4 7-4zm6 2.5c.3 0 .4 0 .4.2l-3 2.1a70 70 0 0 0-13.8 14 83.8 83.8 0 0 0-7.8 15.5c-1.5 4.2-1.4 2 .2-4a68.6 68.6 0 0 1 7.4-17.3l1.5-2c.7-.8.9-1.2 1.2-1 .2.1 1.4-.6 2.6-1.6 2.7-2.3 9.7-5.8 11.4-5.9zm-34.4 3.9c.1-.1.3.1.6.6a38 38 0 0 1 2.2 5.2A93.8 93.8 0 0 1 251 226a82.5 82.5 0 0 0-2.8-9.6c-4.1-12.4-5.5-18.4-5-20.6l.4-1zm26.5 10.9s-1 1.2-2.5 2.6a49 49 0 0 0-13.1 27.7c-.5 2.8-1 5.3-1.3 5.5-.2.2-.6-1-.8-2.5a41.3 41.3 0 0 1 4.2-20.2l1.3-2.9c.4-.3.7-1 1.3-1.8 2.3-2.6 6.1-6.3 8.6-7.5l2.3-1zm-33.4 1.2l1 1.3a84.5 84.5 0 0 1 3.2 4.3c2.2 3.2 7.8 14.4 8.4 16.6.2.7-.5-.4-1.6-2.4a68.8 68.8 0 0 0-5.3-8c-4.2-5.6-5.7-8.2-5.7-10.2V207zm-1.1 7.4h.5c1.5 0 4.7 2.8 7.5 6.6a69 69 0 0 1 8.8 21.4c.9 4 2.4 14.2 2.4 16.5v1.6l-.9-1.5c-.4-.9-1.1-3.5-1.5-5.8a101.1 101.1 0 0 0-5.3-19c-2.3-5.8-7.1-14-9.3-16a2.5 2.5 0 0 0-.7-.6 7 7 0 0 0-1.5-1.5c-1.1-1-1.2-1.5 0-1.7zm-2.6.9l1.3.8c1.7 1.2 2.3 1.7 2 3.2-.3 1.5-.5 3-.8 3.4-.4.8-.8.2-1.2-1.4l-1-4-.3-2zm33.8 6.8c.2 0 .2.2 0 .6-.5.4-1.7 1.9-2.3 2.7a68.9 68.9 0 0 0-9 23.7c-.5 3.7-1.2 2-1.2-3a30.1 30.1 0 0 1 8.1-20.5c2-2.1 4-3.5 4.4-3.5zm-34.3 3.2c.5 0 2 1.5 5.4 5a72 72 0 0 1 7.6 8.7c1.9 3.3 4 8.2 4.5 10.7.2 1.4-.3.8-3.2-3.2a174.5 174.5 0 0 0-6.2-7.9c-5.5-6.4-7.6-9.5-8.2-12.7-.1-.4-.1-.7.1-.6zm38 1.3c.2 0-1 1.6-2.6 3.5a52.3 52.3 0 0 0-4.7 7c-2 4-5.1 13.3-6.2 19-1.1 6-1.2 5.9-1-.7.5-12.6 5-22.8 12-27.3l2.6-1.5zm-37.5 9.1l1.6.8c.9.5 3 2 4.6 3.3 1.7 1.5 3.2 2.4 3.4 2.2.3-.2.4-.1.2.2a16 16 0 0 0 3 4.8 68.3 68.3 0 0 1 9 16.5c.5 1.7 1 3 .8 3.2l-3.4-5.2a61.1 61.1 0 0 0-11.8-14.8 19.6 19.6 0 0 1-5-6.5l-2.4-4.5zm40.6 6.7c-.9.8-2.8 3-2.8 3a31.7 31.7 0 0 0-6.6 12.7 75 75 0 0 0 1.7 28.5 48 48 0 0 1-4-11c-.9-4.5-.8-14.9 0-18.4 1-4 3.2-8.6 5.2-10.8 1.7-2 5-4 6.5-4zm-39.4 1.8c.8 0 1.7.4 3.1 1.3 5.5 3.5 12.5 12.6 20.5 27 6.4 11.5 10.1 20.2 4.9 11.5a265.6 265.6 0 0 0-25.2-34.4l-.1-.2a20.3 20.3 0 0 0-3.6-3c-2-1.2-2.1-1.7-.4-2.1l.8-.1zm-2 2.3c.5 0 1 .3 1.4.7.6.8.3 4.7-.5 5.1-.6.4-.8-.1-1.3-3.1-.3-2.2-.2-2.7.5-2.7zm36.1 13.7v6a43 43 0 0 0 14 34.7c5.9 5.2 12.5 8 23 9.8 3.5.6 6.7 1 7 1.3.5.1 5.3.6 5 1.1-.1.2.3.3 1 .2 2.1-.4 8.5 1 10.2 1a186 186 0 0 1 23.7 5c1.4.6 4.4 4.1 4.4 5.2 0 .3-1.6.4-4.4.2a21 21 0 0 1-8.5-2.2c-6.7-3-16-5-27.2-6-5.8-.5-24.7-3.8-30.1-5a68.2 68.2 0 0 1-17.8-6 52 52 0 0 1-14.4-9.5l-3.3-3.2 2.8.8c8.3 2.4 15 5.4 23.4 10.7 6.7 4 8.9 5.2 12.5 6 3.3 1 4.3 1 4.3.4 0-.2-1.7-.9-3.8-1.5a37.2 37.2 0 0 1-24.6-41.3 54 54 0 0 1 2.8-7.7zM235 262l.7.2c3 .5 15.2 8.2 19.4 12.3a30.4 30.4 0 0 1 4.3 5.8l1.6 3-2.8-2.2a66.5 66.5 0 0 0-6.4-4.4 86 86 0 0 1-10-8.5L235 262zm8.4 21.4l1.1.2c1 .1 3.6.7 5.9 1.2 8 1.9 17.8 8 22.8 14.4l2.2 2.9-2.3-1.2c-1.2-.6-2.2-1.3-2-1.5.2-.5-5-4.8-7.7-6.2a92.8 92.8 0 0 0-8.8-3.6c-6.2-2.3-10-4.1-11.2-5.6-.3-.4-.4-.6 0-.6z'/%3E%3Cpath fill='%23cab313' fill-opacity='.5' d='M272.2 234.2c-1.1.4-2.9 2-4 2.9-2.2 1.6-2.5 2.2-.4.7 1.6-1 4.3-3 6.6-3.4.3 0-.9 1.2-1.5 1.8-.9 1-.6 1 1.3-.3l2.4-1.8c0-.4-2.4-.6-4.4.1zm-34.7 38c0 1.2 15.8 12.9 16.5 12.1.1 0-2-1.5-4.6-3.1a65 65 0 0 1-7.8-5.8c-1.7-1.6-3.9-4-4.1-3.3z'/%3E%3Cg stroke='%23d4af37' stroke-width='.9'%3E%3Cpath fill='%23fff' d='M246.2 432.3a31 31 0 0 1-16.4.7 21 21 0 0 0-6.2 0l2.8 1.8c1.3.8.8.6 3.1 1.7-.4.4-.6.6-2.4 1.3 2.4.5 5.4.8 8.3.6a37 37 0 0 0 8.7-1.4 47 47 0 0 1 9-1.8c1.2 0 5.4 1.3 9.4 3.4 8.6 4.7 14.6 6 20.6 6 4.1 0 8.4-1 13.3-4.2 3.6-2.3.6-2.2-3-.7-5 2-15.2 3-27-3.2a44.4 44.4 0 0 0-14.6-5.6c-.4 0-3 .6-5.6 1.4z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3Cpath fill='%23d91023' d='M219.9 429.5c1.4 1.2 1.2 1.5 3.8 3.5 3.5.4 10.6 1.1 13.2 1.1 2.4 0 6.8-.4 10-1.2 6.2-1.3 9.2-1 20.5 4 13.1 6.8 20.5 5.6 27.3 2.3 9.4-3.6.2-2-3.2-3-1.1.3-2.5 1.8-5.2 2.7-3.8 1.4-5.8 1.4-10.3-1-2.9-1.4-5.4-2-8-3.5-2.5-1.5-3.1-1.3-7.3-2.7l-6.2-1.2-9.4-.5a44 44 0 0 1-21.5-1.3c-5.4-1.7-6.4-1.4-3.7.8z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3Cpath fill='%23d91023' d='M244.3 436.8a35 35 0 0 1-17.2 1l-3.9 1.3c-5 1.7-5 1.8-2.9 2.4 1.3.4 6.3.7 11.3.6 8.5 0 9.3-.1 14-2.4a24 24 0 0 1 7-2.5c1 0 4.5 2 7.7 3.7 8.8 4.6 12.1 6 19.4 5.9 7.3 0 16.7-5.3 17.9-7a28 28 0 0 1-17.3 4.8 41 41 0 0 1-19.8-7c-5.8-3.1-7.8-3.2-16.1-.8z' transform='matrix(.59548 0 0 .58466 141.4 62.9)'/%3E%3Cg stroke-width='.8'%3E%3Cpath fill='%23fff' d='M293.5 417.7c1.2-1.4.8-2-2.5-2.4a47.2 47.2 0 0 1-23.1-10.9c-2.2-2.3-3.1-2.5-3.1-.7 0 2 6.7 8.1 11.6 10.6a45.6 45.6 0 0 0 14.5 4.7c.8 0 1.9-.5 2.6-1.3z' transform='matrix(-.20995 -.43098 -.90458 .22461 742 335.3)'/%3E%3Cpath fill='%23d91023' d='M290.7 421.4c.2-.4-.4-2.4-3.1-3a41.8 41.8 0 0 1-19-9.8c-3.6-3.5-5.3-3.9-4.1-.7 1.6 4.6 14.3 11 19.3 12.6 5 1.6 6.1 2 6.9.9z' transform='matrix(-.20995 -.43098 -.90458 .22461 742 335.3)'/%3E%3Cpath fill='%23ed1c24' d='M295.5 415.4l.8-1.4-4-2.6c-4.7-.6-13-3.6-18.6-6.7a21.5 21.5 0 0 0-6.1-2.6c-1.5 0-1.6 0 .1 1.9a44 44 0 0 0 21.8 10.4c2.3.4 4.7 2 6 1z' transform='matrix(-.20995 -.43098 -.90458 .22461 742 335.3)'/%3E%3Cpath fill='%23fff' d='M293.5 417.7c1.2-1.4.8-2-2.5-2.4a47.2 47.2 0 0 1-23.1-10.9c-2.2-2.3-3.1-2.5-3.1-.7 0 2 6.7 8.1 11.6 10.6a45.6 45.6 0 0 0 14.5 4.7c.8 0 1.9-.5 2.6-1.3z' transform='matrix(.23749 -.41683 .88814 .2813 -101.9 308.3)'/%3E%3Cpath fill='%23d91023' d='M289 420.6c0-.2 1.2-1.6-1.4-2.2a41.8 41.8 0 0 1-19-9.8c-4.2-4.6-6.3-5.6-4.1-.7 1.6 4.6 14.3 11 19.3 12.6 5 1.6 4.4 1.3 5.1.1z' transform='matrix(.23749 -.41683 .88814 .2813 -101.9 308.3)'/%3E%3Cpath fill='%23ed1c24' d='M295.5 415.4l.8-1.4-4-2.6c-4.7-.6-13-3.6-18.6-6.7a21.5 21.5 0 0 0-6.1-2.6c-1.5 0-1.6 0 .1 1.9a44 44 0 0 0 21.8 10.4c2.3.4 4.7 2 6 1z' transform='matrix(.23749 -.41683 .88814 .2813 -101.9 308.3)'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M319.7 402.7a30.7 30.7 0 0 0-16.7 13.1c-2 3-4 4.4-2.6 5 1.5.8 2.9-1.3 5.6-4 7-7 12.5-10 20-10h6l-1.8-2.5c-2.1-3-4.6-3.3-10.5-1.6zm-50.5 2.4c-1.2 1.4-.9 2 2.6 2.5A49.4 49.4 0 0 1 296 419c2.3 2.4 3.3 2.6 3.3.7 0-2-7.1-8.5-12.2-11-4.4-2.4-12.2-5-15.1-5-1 0-2 .5-2.8 1.4z' transform='matrix(.59517 .01882 -.01898 .58436 150 60.3)'/%3E%3Cpath fill='%23d91023' d='M318.6 399.5a52 52 0 0 0-5.4 2.3 48 48 0 0 0-9.9 9.6l-3 4.2c-1.3 2-1.5 3.2-.8 3.3.6.2 2-.7 3.5-2.7 6-8.4 11.6-12.2 19.8-13.9 4.2-.8 4.8-.8 6.3.7 1.2 1-.3-.2-.6-1-.5-1.8-1.8-2.7-4.5-3.2a13.3 13.3 0 0 0-5.4.7z' transform='matrix(.59517 .01882 -.01898 .58436 150 60.3)'/%3E%3Cpath fill='%23d91023' d='M272 403.3c-.2.4 1.8 1.2 4.5 1.7a42 42 0 0 1 19 9.9c3.5 3.5 5.3 3.8 4 .6-1.5-4.5-14.2-11-19.2-12.5-5-1.6-7.6-.8-8.3.3zm48.5 4A39.3 39.3 0 0 0 307 416c-4 3.9-5.8 6.3-4.2 6.3.3 0 2.7-1.9 4.3-3.3 7-6 19.8-9.4 25.4-7.3 2.8 1 1.5-2-.4-4.8-1.1-1.7-8-.7-11.5.6zm-53-.2l-3.4 3.1 5 .9c5 .6 14.3 4 20.5 7.4 2.7 1.6 5.8 2.9 6.7 2.9 1.7 0 1.8 0-.1-2.1a48.7 48.7 0 0 0-24-11.6c-2.7-.4-3.4-1.8-4.8-.6z' transform='matrix(.59517 .01882 -.01898 .58436 150 60.3)'/%3E%3Cpath fill='%23d91023' d='M304.5 422.4a33.6 33.6 0 0 0-1 14.1c1.6-.2 2.7-.2 5.3-.7.3-2.2.7-4.7.6-7.4.3-3.7 0-1.8 2.1-4.8-2.3-1.5-3-1.6-7-1.2z' transform='matrix(.59548 0 0 .58466 140.8 64.7)'/%3E%3Cpath fill='%23fff' d='M296.2 428.6c0 4.2.3 5.2.3 7.2 2.3.3 7.4 1 7 .2v-8l1-5.5-3.7-.6-3.2.4-1.4 6.3z' transform='matrix(.59548 0 0 .58466 140.8 64.7)'/%3E%3Cpath fill='%23d91023' d='M291 428.8c.1 3.4-.5 4.5-.1 6.5 1 .3 5 .2 6.3.5-.2-4.3-.2-.5-.6-6.2l1.2-7.3-3.6.3s-2.2-.7-3.7-.7c1.3 2.3.5 7 .5 7z' transform='matrix(.59548 0 0 .58466 140.8 64.7)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.pa:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M0 0h640v480H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(clientlib-site/css/%23a)'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M92.5 0h477.2v480H92.4z'/%3E%3Cpath fill='%23db0000' fill-rule='evenodd' d='M323 3.6h358v221.7H323z'/%3E%3Cpath fill='%230000ab' fill-rule='evenodd' d='M3.2 225.3h319.9V480H3.2zm211.6-47.6l-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z'/%3E%3Cpath fill='%23d80000' fill-rule='evenodd' d='M516.9 413.9l-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.uy:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%230038a8' d='M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z'/%3E%3Cg fill='%23fcd116' stroke='%23000' stroke-miterlimit='20' stroke-width='.6' transform='translate(133.3 133.3) scale(2.93333)'%3E%3Cg id='c'%3E%3Cg id='b'%3E%3Cg id='a'%3E%3Cpath stroke-linecap='square' d='M1.5 9L6 12c-8 13 1 15-6 21 3-7-3-5-3-17' transform='rotate(22.5)'/%3E%3Cpath fill='none' d='M0 11c-2 13 4.5 17 0 22' transform='rotate(22.5)'/%3E%3Cpath d='M0 0h6L0 33-6 0h6v33'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(45)' xlink:href='%23a'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='rotate(90)' xlink:href='%23b'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='scale(-1)' xlink:href='%23c'/%3E%3Ccircle r='11'/%3E%3C/g%3E%3Cg transform='translate(133.3 133.3) scale(.29333)'%3E%3Cg id='d'%3E%3Cpath d='M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36'/%3E%3Cpath d='M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10'/%3E%3Cpath d='M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8'/%3E%3C/g%3E%3Cuse width='100%25' height='100%25' transform='scale(-1 1)' xlink:href='%23d'/%3E%3Cpath d='M0 76c-5 0-18 3 0 3s5-3 0-3'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.ec:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23ffe800' d='M0 0h640v480H0z'/%3E%3Cpath fill='%2300148e' d='M0 240h640v240H0z'/%3E%3Cpath fill='%23da0010' d='M0 360h640v120H0z'/%3E%3C/g%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M269.6 290.8L197 367.3l-1.2-1.6 72.4-76.5 1.2 1.6zm50.4 12.5l-94.8 100-1.6-1.6 94.7-100 1.7 1.6z'/%3E%3Cpath fill='gray' stroke='%23000' stroke-width='4.1' d='M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2h-35.4z' transform='matrix(-.07 -.07 -.1 .1 265 429.6)'/%3E%3Cpath fill='gray' stroke='%23000' stroke-width='4.1' d='M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2h-35.4z' transform='matrix(-.07 -.07 -.1 .1 240.6 390.5)'/%3E%3C/g%3E%3Cpath fill='%23ffdf00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M301.2 272.8s-17.7 336.6 53.1 336.6S460.6 574 460.6 574l-.8-185-158.6-116.2z' transform='matrix(.45 0 0 .64 72.4 -59.8)'/%3E%3Cpath fill='%230000c4' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M344.5 304.2c0 17.7-7.9 269.8 27.5 269.8s88.6-17.7 88.6-17.7l-.8-167.3-115.3-84.8z' transform='matrix(.45 0 0 .64 72.4 -59.8)'/%3E%3Cpath fill='%23e10000' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M367.5 321.2c0 17.7 4.5 217.4 40 217.4h53.1l-.8-149.6-92.3-67.8z' transform='matrix(.45 0 0 .64 72.4 -59.8)'/%3E%3Cpath fill-rule='evenodd' d='M206.2 116l72.4 76.5 1.3-1.6-72.4-76.5-1.3 1.6z'/%3E%3Cpath fill='%23ffdf00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M301.2 272.8S265.8 609.4 372 609.4c88.5 0 88.5-53.1 106.2-53.1l-17.7-124-159.4-159.5z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cg stroke='%23000'%3E%3Cpath fill='none' stroke-width='2.3' d='M269.6 155.2c1.1 0 28.3-94 119-147.2' transform='matrix(.4 -.03 -.05 .35 135.1 147.4)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.14 -.22 .3 .14 175.9 257.4)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.18 -.1 .1 .17 177.6 256.7)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.18 .12 -.13 .33 181 96.4)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.17 -.03 -.03 .33 179.3 159.3)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.06 .25 -.17 .2 228 45.5)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.2 -.2 .2 .24 150.3 241)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.22 -.22 .25 .2 135.6 282.1)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.26 .1 -.2 .32 130.8 147.7)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.15 .2 -.32 .22 178.5 103.3)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.08 .1 -.14 .16 250.7 102.6)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.1 0 -.08 .17 238 136.4)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(0 .14 -.14 .08 287.4 81.1)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.07 .1 -.25 .15 220.7 115.6)'/%3E%3Cpath fill='%23005b00' fill-rule='evenodd' stroke-width='1pt' d='M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z' transform='matrix(.13 .22 -.33 .2 207 70.1)'/%3E%3Cpath fill='none' stroke-width='2.4' d='M269.6 155.2c1.1 0 28.3-94 119-147.2' transform='matrix(.35 -.2 .14 .28 111.8 227.8)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.18 -.1 .1 .17 200.3 224.6)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.18 -.1 .1 .17 211.1 218.3)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.2 -.1 .07 .13 166.8 232.7)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.2 -.1 .07 .13 170 231.3)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='1pt' d='M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z' transform='matrix(.2 -.1 .07 .13 168.1 234.3)'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='.3' d='M252.7 167.3c.4.8 0 1.8-1 2.3s-2 .2-2.4-.7 0-1.8 1-2.3 2-.2 2.3.7z'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='.3' d='M255 164.9c.3.8 0 1.8-1 2.3s-2 .2-2.5-.6 0-1.9 1-2.4 2-.1 2.4.7z'/%3E%3Cpath fill='red' fill-rule='evenodd' stroke-width='.3' d='M255.5 166c.4.8 0 1.9-1 2.3s-2 .2-2.4-.6 0-1.8 1-2.3 2-.2 2.4.6z'/%3E%3C/g%3E%3Cpath fill='%230000c4' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M336.6 308.3c0 17.7-35.4 212.6 53.2 265.7 35.4 17.7 88.5-17.7 88.5 0l-17.7-141.7-124-124z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill='%23e10000' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M372 343.7c0 17.7-17.7 159.4 35.5 194.9 35.4 35.4 124 25.8 124 25.8l-70.9-132.1-88.6-88.6z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill-rule='evenodd' d='M183.8 158l94.8 100 1.7-1.6-94.8-99.9-1.6 1.6z'/%3E%3Cpath fill='%23cececc' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M460.6 184.3l17.7 35.4v17.7c-.8-1.3 0 17.7-17.7 17.7S443 219.7 443 219.7s-17.7 35.4-17.7 70.9 17.7 53.1 17.7 53.1-2.6-36.7 17.7-35.4c20.4 1.2 17.7 17.7 17.7 17.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26 53.1z' transform='matrix(.14 -.14 .1 .1 86.3 192.2)'/%3E%3Cpath fill='%23cececc' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M557.8 95.7l-26.3 70.8 17.7 53.2-35.4-17.7 35.4 53.1v35.5H567V255l35.5-53.1-35.5 17.7 17.8-53.2-26.9-70.8z' transform='matrix(.1 -.16 .14 .1 114 183.8)'/%3E%3Cpath fill='%23e10000' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c0 35.8 20.9 187.8 22.6 191.5.1 4.5-4.8 6.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(.4 0 0 .3 43.8 69.8)'/%3E%3Cpath fill='%230000c4' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(.38 .1 -.15 .3 76 38.2)'/%3E%3Cpath fill='%23e10000' fill-rule='evenodd' stroke='%23000' stroke-width='.7' d='M186.7 151.5c0 1-1 2-2.2 2-1.2 0-2.2-1-2.2-2s1-1.8 2.2-1.8c1.2 0 2.1.8 2.1 1.8zm-3.2 4c0 17.9 10.5 93.9 11.3 95.8 0 2.2-2.3 3.2-3.5.4-3.3-8.7-10.4-80-10.7-96.6-.1-6.9 1.9-7.4 4.2-7.3 1.9.1 4.1 1.9 4.1 4 0 2.4-2.9 4.3-5.4 3.7z'/%3E%3Cpath fill='%230000c4' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(.48 .15 -.2 .48 16.7 31.6)'/%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M370.4 290.8l72.5 76.5 1.3-1.6-72.5-76.5-1.3 1.6zM320 303.3l94.8 100 1.6-1.6-94.7-100-1.7 1.6z'/%3E%3Cpath fill='gray' stroke='%23000' stroke-width='4.1' d='M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2h-35.4z' transform='matrix(.07 -.07 .1 .1 375 429.6)'/%3E%3Cpath fill='gray' stroke='%23000' stroke-width='4.1' d='M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2h-35.4z' transform='matrix(.07 -.07 .1 .1 399.4 390.5)'/%3E%3C/g%3E%3Cg fill-rule='evenodd' stroke-width='1pt'%3E%3Cpath fill='%23ffdf00' stroke='%23000' d='M301.2 272.8s-17.7 336.6 53.1 336.6S460.6 574 460.6 574l-.8-185-158.6-116.2z' transform='matrix(-.45 0 0 .64 567.6 -59.8)'/%3E%3Cpath fill='%230000c4' stroke='%23000' d='M344.5 304.2c0 17.7-7.9 269.8 27.5 269.8s88.6-17.7 88.6-17.7l-.8-167.3-115.3-84.8z' transform='matrix(-.45 0 0 .64 567.6 -59.8)'/%3E%3Cpath fill='%23e10000' stroke='%23000' d='M367.5 321.2c0 17.7 4.5 217.4 40 217.4h53.1l-.8-149.6-92.3-67.8z' transform='matrix(-.45 0 0 .64 567.6 -59.8)'/%3E%3Cpath d='M433.8 116l-72.4 76.5-1.3-1.6 72.4-76.5 1.3 1.6z'/%3E%3Cg fill='%23005b00' stroke='%23000'%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.16 -.07 .08 .35 309.5 211)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.2 -.05 .07 .4 291.5 182.6)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.23 .14 -.03 .4 296.5 69.4)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.25 .03 .02 .44 274.4 115)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.18 .17 -.04 .35 330 67)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.23 0 .03 .4 280.6 141.9)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.2 -.07 .07 .38 290.1 196.8)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.2 -.03 .05 .4 292.7 166.8)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.22 .15 -.05 .38 305 65.5)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.24 .05 0 .44 278.9 97.7)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.17 .17 -.06 .33 339 70)'/%3E%3Cpath d='M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z' transform='matrix(.24 .02 0 .4 276.4 128)'/%3E%3C/g%3E%3Cpath fill='%23ffdf00' stroke='%23000' d='M301.2 272.8S265.8 609.4 372 609.4c88.5 0 88.5-53.1 106.2-53.1l-17.7-124-159.4-159.5z' transform='matrix(-.58 0 0 .62 630.4 -10.2)'/%3E%3Cpath fill='%230000c4' stroke='%23000' d='M336.6 308.3c0 17.7-35.4 212.6 53.2 265.7 35.4 17.7 88.5-17.7 88.5 0l-17.7-141.7-124-124z' transform='matrix(-.58 0 0 .62 630.4 -10.2)'/%3E%3Cpath fill='%23e10000' stroke='%23000' d='M372 343.7c0 17.7-17.7 159.4 35.5 194.9 35.4 35.4 124 25.8 124 25.8l-70.9-132.1-88.6-88.6z' transform='matrix(-.58 0 0 .62 630.4 -10.2)'/%3E%3Cpath d='M456.2 158l-94.8 100-1.7-1.6 94.8-99.9 1.7 1.6z'/%3E%3Cpath fill='%23cececc' stroke='%23000' d='M460.6 184.3l17.7 35.4v17.7c-.8-1.3 0 17.7-17.7 17.7S443 219.7 443 219.7s-17.7 35.4-17.7 70.9 17.7 53.1 17.7 53.1-2.6-36.7 17.7-35.4c20.4 1.2 17.7 17.7 17.7 17.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26 53.1z' transform='matrix(-.14 -.14 -.1 .1 553.7 192.2)'/%3E%3Cpath fill='%23cececc' stroke='%23000' d='M557.8 95.7l-26.3 70.8 17.7 53.2-35.4-17.7 35.4 53.1v35.5H567V255l35.5-53.1-35.5 17.7 17.8-53.2-26.9-70.8z' transform='matrix(-.1 -.16 -.14 .1 526 183.8)'/%3E%3Cpath fill='%23e10000' stroke='%23000' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c0 35.8 20.9 187.8 22.6 191.5.1 4.5-4.8 6.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(-.4 0 0 .3 596.3 69.8)'/%3E%3Cpath fill='%230000c4' stroke='%23000' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(-.38 .1 .15 .3 564 38.2)'/%3E%3Cpath fill='%23e10000' stroke='%23000' stroke-width='.7' d='M453.4 151.5c0 1 1 2 2.1 2 1.2 0 2.2-1 2.2-2s-1-1.8-2.2-1.8c-1.2 0-2.1.8-2.1 1.8zm3 4a1152 1152 0 0 1-11.2 95.8c0 2.2 2.3 3.2 3.5.4 3.3-8.7 10.4-80 10.7-96.6.1-6.9-1.9-7.4-4.2-7.3-1.9.1-4.1 1.9-4.1 4 0 2.4 2.9 4.3 5.4 3.7z'/%3E%3Cpath fill='%230000c4' stroke='%23000' d='M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z' transform='matrix(-.48 .15 .2 .48 623.3 31.6)'/%3E%3C/g%3E%3Cg fill-rule='evenodd' stroke='%23000' stroke-width='1pt'%3E%3Cpath fill='%23e10000' d='M478.4 698a53.3 53.3 0 0 0 53.1 0V556.3h-35.4c17.7 53.1 17.7 106.3-17.8 141.7z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill='%230000c4' d='M513.8 609.5c0 88.5-42.5 108.2-42.5 126 17.7 0 29.5-8.3 42.5-19.7 17.7-17.8 19.4-107.7 17.7-106.3h-17.7z' transform='matrix(.35 0 0 .7 123.5 -90)'/%3E%3Cpath fill='%230000c4' d='M478.4 609.5c-.9 51.7-44.8 99.6-36.5 110.2 9.4 9.5 36.5-21.7 71.9-4 17.7-17.7 19.4-107.6 17.7-106.3h-53.1z' transform='matrix(.35 0 0 .7 123.5 -90)'/%3E%3Cpath fill='%23ffdf00' d='M513.8 609.5c0 88.5-40.7 94.4-40.7 118 17.7 0 40.6-12.9 40.7-11.7 17.7-17.8 19.4-107.7 17.7-106.3h-17.7z' transform='matrix(.35 0 0 .46 112.5 51)'/%3E%3Cpath fill='%23ffdf00' d='M478.4 609.5c-.9 51.7-43.8 95.7-35.5 106.3 9.5 9.4 35.5-17.8 70.9 0 17.7-17.8 19.4-107.7 17.7-106.3h-53.1z' transform='matrix(.35 0 0 .46 112.5 51)'/%3E%3Cpath fill='%23e10000' d='M478.4 698a53.3 53.3 0 0 0 53.1 0V556.3h-35.4c17.7 53.1 17.7 106.3-17.8 141.7z' transform='matrix(-.58 0 0 .62 630.4 -10.2)'/%3E%3Cpath fill='%230000c4' d='M513.8 609.5c0 88.5-42.5 108.2-42.5 126 17.7 0 29.5-8.3 42.5-19.7 17.7-17.8 19.4-107.7 17.7-106.3h-17.7z' transform='matrix(-.35 0 0 .7 516.5 -90)'/%3E%3Cpath fill='%230000c4' d='M478.4 609.5c-.9 51.7-44.8 99.6-36.5 110.2 9.4 9.5 36.5-21.7 71.9-4 17.7-17.7 19.4-107.6 17.7-106.3h-53.1z' transform='matrix(-.35 0 0 .7 516.5 -90)'/%3E%3Cpath fill='%23ffdf00' d='M513.8 609.5c0 88.5-40.7 94.4-40.7 118 17.7 0 40.6-12.9 40.7-11.7 17.7-17.8 19.4-107.7 17.7-106.3h-17.7z' transform='matrix(-.35 0 0 .46 527.5 51)'/%3E%3Cpath fill='%23ffdf00' d='M478.4 609.5c-.9 51.7-43.8 95.7-35.5 106.3 9.5 9.4 35.5-17.8 70.9 0 17.7-17.8 19.4-107.7 17.7-106.3h-53.1z' transform='matrix(-.35 0 0 .46 527.5 51)'/%3E%3C/g%3E%3Cg fill-rule='evenodd' stroke='%23000'%3E%3Cpath fill='%23908f8a' stroke-width='4.5' d='M198.6 78l-89.7 35.4 89.7 35.4 44.8-17.7 22.4 17.7 22.4 35.4 22.5-35.4 22.4-17.7H1535V95.7H333l-22.4-17.8c0-17.7 4.7-35.4 22.5-35.4h89.6c0-17.7-44.8-53.1-134.5-53.1-89.6 0-134.5 35.4-134.5 53.1h89.7c17.7 0 22.4 17.7 22.4 35.5l-22.4 17.7-44.9-17.8z' transform='matrix(.12 0 0 .22 217.8 324.4)'/%3E%3Cpath fill='%23b74d00' stroke-width='1.8' d='M204.3 95.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.7H541V78H204.4zm0-17.7H541v17.7H204.4zm0-17.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.6H541V7H204.4z' transform='matrix(.28 0 0 .27 216 334.6)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.3' d='M423.2 60.2l137.8 124h19.7L443 60.3h-19.7z' transform='matrix(.25 0 0 .27 171.9 315.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.3' d='M423.2 60.2l137.8 124h19.7L443 60.3h-19.7z' transform='matrix(.25 0 0 -.27 171.9 382.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.1' d='M425.2 60.2v124h17.7v-124h-17.7z' transform='matrix(.28 0 0 .27 159.6 315.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.3' d='M423.2 60.2l137.8 124h19.7L443 60.3h-19.7z' transform='matrix(.25 0 0 .27 216.2 315.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.3' d='M423.2 60.2l137.8 124h19.7L443 60.3h-19.7z' transform='matrix(.25 0 0 -.27 216.2 382.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.1' d='M425.2 60.2v124h17.7v-124h-17.7z' transform='matrix(.28 0 0 .27 238.4 315.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.1' d='M425.2 60.2v124h17.7v-124h-17.7z' transform='matrix(.28 0 0 .27 204 315.2)'/%3E%3Cpath fill='%23908f8a' stroke-width='3.1' d='M425.2 60.2v124h17.7v-124h-17.7z' transform='matrix(.28 0 0 .27 194 315.2)'/%3E%3C/g%3E%3Cg fill='%23ffdf00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt'%3E%3Cpath d='M655.5 396.9c0 88-55.6 159.4-124 159.4s-124-71.4-124-159.4 55.5-159.5 124-159.5 124 71.4 124 159.4zm-17.7 0c0 78.2-47.6 141.7-106.3 141.7-58.7 0-106.3-63.5-106.3-141.7 0-78.3 47.6-141.8 106.3-141.8 58.7 0 106.3 63.5 106.3 141.8z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath d='M579.8 250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4 4.5-48.3 12.5l7 16.4a82.8 82.8 0 0 1 82.7 0l6.9-16.4z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath d='M579.8 250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4 4.5-48.3 12.5l7 16.4a82.8 82.8 0 0 1 82.7 0l6.9-16.4z' transform='matrix(.58 0 0 -.62 9.8 479.3)'/%3E%3C/g%3E%3Cpath fill='%23a7cfff' fill-rule='evenodd' d='M379.6 235.9c0 48.5-27.7 87.8-61.7 87.8s-61.6-39.3-61.6-87.8 27.6-88 61.6-88 61.7 39.4 61.7 88z'/%3E%3Cpath fill='%23afff7b' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M637.8 396.9c1.1 26.6-4.6 39.6-11.9 67.3-1.9 3-11-6.5-16.4-11.2s-7.8 4.2-14.6-3c-6.7-7.4-11 2-16-4.2s-51.3-7-51.3-7.6c4.6-2.2 28.2.2 24.4-11.1-4.3-11.8-31-.4-34.6-15.4-2.5-15-53.6-15.6-57.3-19.2 1.5 5.6 39.8 8 38.9 22.5-.9 6-37.7 7.7-41.3 12.7-3 6.3 29-1.7 30.1 6 0 3.2-4.7 0-21.3 5-8.4 2.5 15.4 10.3 6.4 14.6-9 4.3-28.3 6.2-27.5 8 3 9 44.7 19.6 40.6 21.1-14.8 6.6-22.6 10.9-29.7 14.7a167.9 167.9 0 0 1-31.1-100.2c31.7-11.4 25-13.8 83.6-13.8s78 2.3 129 13.8z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M637.8 396.9c-8 0-16.4 3.4-25 3.4-8.7 0-17.5-3.5-26.5-3.5s-19.3 4.6-28.5 4.6c-9.3 0-17.4-4.5-26.7-4.5s-18.6 3.4-27.8 3.4-18.3-3.5-27.2-3.5-17.7 3.5-26.2 3.5-16.8-3.5-24.7-3.5c0-19.5 3-38.1 8.4-55.1 27 2 11-15.7 27-15.7a33 33 0 0 1 25.3 9.8c2.4 0 14.4-11.4 27.9-9.8 13.4 1.6 8.5 27.3 26.4 28.6 9 6.8 14.3 11.1 26.7 13.9 17.7 1.6 68.4-2.5 68.7-.2a188.2 188.2 0 0 1 2.2 28.6z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M549.9 474c0-5.7 13.5-9.5 13.5-18.6s-12-9.3-12.4-17.8c-.2-3.5 10.3-7 14.9-7.4s8.5 7.4 8.5 9.1-4.7-4.2-8.6-4.3-12.3.6-12.3 2.3c0 3.4 14.8 7.6 13.7 19-1.1 11.2-12.7 14.6-12.7 18s5 12.8 5 12.8-9.7-7.5-9.7-13.2z' transform='matrix(.2 0 0 .48 217.2 59.5)'/%3E%3Cpath fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M549.9 474c0-5.7 13.5-9.5 13.5-18.6s-12-9.3-12.4-17.8c-1-4 11.8-6.6 16.4-6.9s10 8 10 9.6-5.4-5.2-9.3-5.3-14.6.6-14.6 2.3c0 3.4 14.8 7.6 13.7 19-1.1 11.2-12.7 14.6-12.7 18s5 12.8 5 12.8-9.7-7.5-9.7-13.2z' transform='matrix(-.2 0 0 .48 445.8 59.1)'/%3E%3Cpath fill-rule='evenodd' d='M333 264.9c0 1.3-.7 2.4-1.5 2.4s-1.4-1.1-1.4-2.5.6-2.4 1.4-2.4c.8 0 1.5 1.1 1.5 2.5zm17 9h.4v19.5h-.5zm4.1-1.6h.5V292h-.5z'/%3E%3Cpath fill-rule='evenodd' d='M352.6 281.2v-.5l4 .7v.5z'/%3E%3Cpath fill='%23b74d00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M497.3 478s26 11.4 31.7 18.2c5.6 6.8 3.4 6.8 3.4 6.8l57.7 2.3c0-3.4 10.2-3.4 12.5-11.4 2.3-7.9 2.3-10.2 2.3-10.2l-18.1 5.7 1-10.2H572l-2.3 10.2-34-1.1L538 461l-6.8 1.1-1 26c-1.2 0-31.8-7.9-33-10.1z' transform='matrix(.58 0 0 .62 7 -9.5)'/%3E%3Cpath fill='%23fede00' fill-rule='evenodd' stroke='%23fede00' stroke-width='1pt' d='M440.5 316.3s37.7-11.2 92.1-10.4 92.1 12.8 91.3 12.8-10.4-18.4-10.4-18.4-38.4-10.5-81.7-11.3c-43.2-.8-80.9 8-80 8.8l-11.3 18.5z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill='%2338a9f9' fill-rule='evenodd' d='M306 169.8l13.6-.2.2 7.9-13.6.3zm-31.2 4.3L270 182l16.2-2-1.3-7.7-10.1 2zm13.7-3l13.6-1.1.6 7.8-13.5 1.2zm48.9-.7l-13.5-1-.5 8 13.5.8zm29.2 5l4.9 9.6-14.6-3.6 1.6-7.7 8 1.6zm-11.8-3l-13.4-1.7-1 7.8 13.5 1.8z'/%3E%3Cpath fill='%23ffdf00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M532.6 323.5l-2.5-13.5-7.6 11.5 2.8-13.5-11.3 7.7 7.6-11.3-13.4 2.8 11.5-7.6-13.5-2.5 13.5-2.6-11.5-7.6 13.4 2.8-7.7-11.3 11.4 7.7-2.8-13.5 7.6 11.5 2.5-13.5 2.6 13.5 7.5-11.5-2.7 13.5 11.3-7.7-7.7 11.3 13.5-2.8-11.5 7.6 13.5 2.6-13.5 2.5 11.5 7.6-13.5-2.8 7.7 11.3L540 308l2.8 13.5-7.6-11.5z' transform='matrix(.58 0 0 .62 9.6 -10.2)'/%3E%3Cpath fill='%23ffdf00' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' d='M547 293.9c0 9.3-6.6 16.8-14.8 16.8s-14.8-7.5-14.8-16.8S524 277 532.2 277s14.8 7.6 14.8 17z' transform='matrix(.57 0 0 .5 18.3 21.8)'/%3E%3Cpath fill-rule='evenodd' d='M320.7 170.6c0 .5-1.3 1-2.8 1s-2.8-.5-2.8-1 1.2-1 2.8-1 2.8.4 2.8 1zm6 0c0 .5-.9 1-2 1s-2.2-.5-2.2-1c0-.6 1-1 2.1-1s2.1.4 2.1 1z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1pt' d='M529.4 297.9l.8.8c-1.9-2-1-1.2 1.6 3.2 2.4-.5 3.1-1.4 4.8-2.4' transform='matrix(.56 -.18 .17 .6 -26.7 90.6)'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='1pt' d='M527.8 304.3l.8.8c-1.9-2-1-1 3.2 1.6 4 .5 8.1-1.2 10.5-4' transform='matrix(.58 0 0 .62 8.7 -10.2)'/%3E%3Cpath fill='%23b7e1ff' fill-rule='evenodd' d='M281.4 194.8s1 8-5.1 18c-6 9.9-5.1 6.4-5.1 6.4s2.8 5.5 2.3 5.5-4.7-5-4.7-5l-5 5.5s4.6-8.5 4.1-8.5-1.4-3-1.4-3l3.7-1.5s5.6-10.4 5.6-9.9-16.7 11.4-16.7 11.4l22.3-18.8zm3.7 3c-.5 0 2.3 8 4.7 12 2.3 4 2.3 8.9 2.3 8.9l7.9 4-10.2-15.4 6.5 2.4-11.2-11.9zm0 20.9s5.6 6 6 8 .5 6.4.5 6.4l-2.3-5-3.3 4.5s2.4-7 1.9-7.5-3.7 2.5-3.7 2.5 1.4-4 1.4-4.4 0-3-.5-4.5zm-27.9 13.9c1.9-1.5 5.6-2.5 5.6-2.5s-2.3 4-2.8 4-1.8 0-2.8-1.5zm64.1-21.8s12.1 7.4 12.1 7.9-7.9-3.5-7.9-3.5l-4.2-4.4zm-21.8-15.5c1 .5 17.7 14.4 17.2 14.4s-7.4-4-7.4-3.4v3.4l-3.8-7.9-.9 3-5-9.5zm4.2 22.4l4.6 9.4 4.7-1s-8.8-8.4-9.3-8.4zm14.4-6l.5 9s2.7 2.5 2.7 2-2.7-10.5-3.2-11z'/%3E%3Cpath fill='%23984000' fill-rule='evenodd' d='M182.6 89.5s21-11.6 44.9-20.2a303.8 303.8 0 0 1 54.2-14.4c7 0 19.2 17.8 21.2 17.8s10.1-5 20.3-5 16.1 8 18.2 8h18.2c2 0-6.1-19.8 0-18.8 3 .5 28.8 4.5 52.8 12.2 24 7.8 58 21.6 58 21.6S414.9 98 400 95.9c-2 1 0 13-3 7.7-4.6-1-21.7-3.7-24.7-3.7s-8.7 3.4-16.8 5.4c-8 2-18.2 5-18.2 5l13.2 20.7-16.2 8s-10.1-23.8-14.2-23.8-6 16.8-11.1 15.8c-5-1-7-15.8-11.1-19.8-4-3.9-25.4-5.4-33.5-7.3-8-2-21.1-3.5-28.2-5.5-7-2-14.2 5-17.2 5s4-6 1-7-5 3-7 3-23.3-4-25.3-5 5-4.9 3-4.9h-8.1z'/%3E%3Cpath fill='gray' fill-rule='evenodd' stroke='%23772600' stroke-width='3.7' d='M463-65c0 21.2-20.6 38.4-45.9 38.4S371.3-43.8 371.3-65s20.5-38.3 45.8-38.3S463-86.1 463-65z' transform='matrix(.22 0 0 .26 231.6 96.5)'/%3E%3Cpath fill='%23984000' fill-rule='evenodd' stroke='%23772600' stroke-width='5.3' d='M284.7-60c6.7-6.6 15-16.6 36.7-16.6 5-1.7 5-11.7 16.6-11.7 11.7 0 8.3 10 16.7 13.4 8.3 3.3 76.6-3.4 76.6-3.4s6.6 5 6.6 11.7-5 11.6-6.6 11.6-68.3-5-73.3-3.3c-5 1.7-8.3 3.3-20 3.3-11.6 0-15-11.6-23.3-11.6s-16.6-1.7-30 6.7z' transform='matrix(.27 0 0 .32 205.4 100.7)'/%3E%3Cpath fill='none' stroke='%23772600' stroke-width='3.5' d='M487.9-76.6h26.6c9.6.1 12.9 3 21.7 3.3h23.3c8.5-.3 13-2.3 21.6-3.3 14.5-.2 9.6-1.3 6.7-10-2.6-6.5-3-9.6-6.7-13.3-1.4-8-4.6-10.8-5-20-1.5-7-4.3-11.7-1.6-20 3.8 5.7 5.3 8 15 8.4 10 0 13.9-.3 20 3.3 4.6 4.9 10.8 3.3 20 3.3 7.6 1.4 8.9 5.3 14.9 8.3 7.1 4 11.7 5 21.6 5 8 1.5 15 2.6 20 5 4.3 5.1 11 6.4 20 6.7 5 0 9-.5 13.3-1.7 7.7.4 15.5 0 25 0 6.2 7.2 7.6 9.9 18.3 10 7.4 5.2 13.6 6 20 8.3h25c9 .7 11.8 4.4 20 6.7a200.9 200.9 0 0 0 21.6 8.3 108 108 0 0 0 21.7 1.7c6.1 3.2 13.6 3.4 18.3 6.6 6.9 1.5 16.3 3.3 21.6 5 8.8 1.2 12.2 4 20 5 6.7 2-2.2 3.6-6.7 5-9.8-.3-10.5-4-20-5-5-2.9-12.6-2.5-20-5h-1.6c6.6 4 13 6.5 10 13.4-8.5 0-15.4-1.1-23.3-1.7-8.4-1.6-12.2-3.3-21.6-3.3 9.4-2.3 11.8.2 18.3 3.3 2.4 8-2.8 5-11.7 5-7.6-2.7-12.2-6-21.6-6.7h-20c9.9.4 12 4.1 18.3 8.4.5 2.6-.1 2.4-5 3.3-5.2-4.5-11.9-6-20-8.3-7.9-.3-16.2-1-23.3-3.4-4.9-.3-4.1-6.1 6.7 3.4 6.5 3.8 8.8 7 8.3 10-8.6-2.2-12.8-5.6-18.3-8.4a61.3 61.3 0 0 0-23.3-3.3c-8.6-2.3.9-3.6 6.6 5 12.4 8.8-1.6 5-6.6 3.3-7.5-2.1-15.3-5.2-21.7-6.6-5-1.5-9.4-2.9-15-3.4 8.7.8 11.6 3.9 15 10 8.8 6-.4 3.1-8.3 1.7-5-4.4-11.5-6.7-15-11.7-8.3-4.1-8.6-9-3.3 1.7 1.3 3.4 1 10.8 1.6 11.7-6.1-6.7-4.8-8.4-11.6-8.4-4.7-3.2-11.5-5.7-15-10-6.4-.6-6.8-2.9-13.3-5 5.3 6.3 12.4 12.5 16.6 18.4 7.6 4.2 9.7 8 15 11.6 2.1 3.7 8 6.7 1.7 1.7-7.2-7-12.5-8.7-23.3-13.3-6.2-5-8.4-7-15-11.7-9-2.9-5.5-4.5 0 5 6.3 5.8 11.1 12.2 16.6 16.7a67.8 67.8 0 0 0 15 13.3c1.5 2.2 6 2.6 0 3.3-5-4.6-12.4-7.5-18.3-11.7-8.3-2.3-12.2-6.6-18.3-11.6-4-5.9-10.4-10.4-15-15-9.6-3.8 1.9 3.6 5 8.3 2.1 6.1 4.8 11 6.6 16.7 2.8 5.5-8.4-1.3-11.6-3.3a57 57 0 0 0-21.7-8.4 298 298 0 0 0-20-3.3c-7.5-2 4.1 4.8 8.4 11.7 8.4 7.9-8.3 1.4-13.3 0a125 125 0 0 0-25-1.7c-10.7.6-3 2 0 6.6 3.3 2.6 5.6 8 5 10-7-1-13-3-21.7-3.3-7 2.3-15.3 1.7-23.3 1.7-.3 4.2 1.5.6 5 5 5.8 2.3 9.6 5.1 8.4 8.3h-48.3c-5.3 1.4 1.1.7 5 6.7-2.2 5.4-5 3.3-11.7 3.3-4.5-1.8-13.6-2.6-18.3-5-4.7 0-4.3-1.2-8.3-1.7 14 10 7 7.5 15 15 1.3.5 4.5 1.7 1.6 1.7M371.3 73.3c-1 0-3.2-5.4-6.6-10-2.4-6-5.4-2.6-8.4-11.7.4-9.4.7-11 0-20-6.8-4.8-9.7-6.2-15-15-8.4-7 1.3-19 2.9-27.8-7.4-1.6-11 11.5-22.3 16.2-8.2 5.5-1-11.4-5-21.2-2.7-13.9-10.8 7-13.8 12.9-5.5 3.7-7.2 8.5-15 1.6 0-5.1 4.9-19.5 2.8-22.3-7.8 3.9-18 15.5-26.1 17.3-8.2-1.7 1.7-14.8 1.7-24.5-3-1-14.7 25.8-19.5 26s-2.7-26-5-25.4c-3.5 5-10.6 15.4-15.5 19-9.5-1.3 1.4-17.5 2.8-23.5 1.6-7.2-8.9 13.8-14.5 15.1-4.1 3.6-12.2 6-15 6.7 3.2-6.2 19-18.7 18-22.3-9.3.3-23.4 12.5-31.3 14-5.2 0-12.4 1.7-13.3 1.6.4-8 19.4-14.6 22.4-19.5-9.3 1.5-27.2 9.7-32.4 16.2-6.2 1.3-14 3-20 0 .9-7.5 14.9-22 18-26.8-8.5 3.7-12.7 6.6-21.7 8.3-1.7 1.7-6.5 5.3-5 1.7 2.7-7 6.7-10 10-15-7.5 1.4-10.3 5.7-18.3 10-5.1.2-19.7 14.9-24.6 15.1a69.1 69.1 0 0 1-28.3 13.3c-7.6 1.4-11.3 3-15 6.7 3.8-6.7 9.6-13 15-16.6a29.8 29.8 0 0 1 15-13.4c1.9-2.3 7.1-2.9 1.6-3.3-4.7 4.2-12.7 9-16.6 11.7-5.1 3.2-11 6.4-13.4 5 2.7-7.2 7.5-9 11.7-15 8.8-5.6 0-2-6.7 0-4.3 3.8-12 6.7-18.3 10-7 1.8-11.7 6-20 8.3 0 2.4 2.4-4.3 3.4-6.7 6.8-7.4 8.6-9.5 16.6-11.6 2-2.9 4.4-1.7-1.6-1.7-4.6 4-10.8 6.2-16.7 10-5.9 1.3-13.6 1.7-21.6 1.7-10.4 1.2-9.5 2 0-3.4 5.3-5 9.7-3.7 10-10-6.3 4.6-14 8-21.7 11.7-6.4.2-8.1 1.7-15 1.7 3.3-3.4 5.3-7.7 10-10 7-7.7-4.4-1.5-6.7 0h-25c-4.4 5.6-.2 0 3.4-3.4 4.3-2.2 8.8-5.1 8.3-6.6-5 4.3-10.7 6.3-15 10-4.6 1.4-10 2-10 3.3 3.7-5.3 9.6-8.6 13.4-13.3 5.6-1.2 10.4-3 11.6-5h-23.3 16.6c8.5 0 15.7-.8 23.4-1.7 13.2-2.2-1.2-3.3-8.4-3.3-1.3-2.6 4.2-4 10-5C-6.7-69-.4-71.1 5-73.3a45.2 45.2 0 0 0 13.3-6.6c-5 .2-5 1.4-10 1.6 7.5-.5 12.8-1.6 21.7-1.6a239 239 0 0 0 21.6-8.3c3-3.6 4.2-3.4-3.3-3.4 6.7-2.1 16.2-3.2 21.6-5a94 94 0 0 0 20-6.6c4.9-3.3 7.7-7.2 13.3-10 6.5 4.4 6.6 5 18.3 5 9.4-.1 15.2-2.4 20-6.7 7.2-2 8.5-5.4 16.7-6.6a134 134 0 0 0 23.3 1.6c8-2.1 15.7-6 21.6-10 5.1-2.5 11.2-6.1 16.7-8.3 6 3.1 10.8 5.6 18.3 6.7 7.7-1.2 11.8-5 18.3-6.7a28 28 0 0 1 15-8.3c9.7-4.8 9 1.5 13.3 6.6 5 5.2 11.4 2.7 18.3 5 3.9 6 6.7 10 11.7 13.3 3.9 4.8 8.5 6 16.7 6.7 3 4 .6 6.8 6.6 8.3 2.4 2.6 6.5 3.6 10 5' transform='matrix(.27 0 0 .32 205.4 104.9)'/%3E%3Cpath fill='none' stroke='%23782600' stroke-width='3.1' d='M468.7 30.8v.8c0-2.3 0-1 1.7 3.4.6 3.6-.8 3.2-2.5 5.8-.3 3.7-.8 6.4-.8 10.8-.6 3.6-2.6 7-4.2 10-1.6 3.1-8.5 4.9-8.3 9.2-4 1.1-4.1-1.5-4.2-5.9-2.4-2.7-3.2-6.4-5-10-1-3.4-3.4-6-5-10-2.4-3.7-4.5-4.8-6.6-9.1-.9-2-.7-4.6-2.5-5.8-2.7-3.5-4.5-4-9.2-4.2-3.6.8-5 2.4-8.3 3.3-2.6.9-7.6.6-10.8 1.7-.8 1.3 1.6 2 2.5 5-2.2 1.8-3 4.9-4.2 7.5-2 2.5-3.3 3.7-4.2 7.5 1.4 2.3.2 5.4-1.6 7.5-.6 3.8-2.5 5.9-3.4 9.1-2.6 1.9-3.6 3.6-5.8 6.7-1.9 2.7-3.6 2.5-8.3 2.5-3.7-1-4.2-3-7.5-4.2-.3-1-.6-1.3-1.7-1.6' transform='matrix(.27 0 0 .32 205.4 104.9)'/%3E%3Cpath fill='%23812e00' fill-rule='evenodd' d='M307.6 125.5s-.4 5-3.6 8.3-9.8 7.1-9.8 7.1 8.9-4.2 9.8-3.3c1 1-5.7 8.3-5.7 8.3s8.7-7.7 9.8-7.7 3.6 7.5 4.6 7.3c.9-.2-2-9.5-1.6-11 .4-1.4 0-9.3 0-9.3l-3.4.3zm20.5-.6s-.4 5.3-3.6 8.8-9.8 7.6-9.8 7.6 8.9-4.5 9.8-3.5c1 1-5.7 8.8-5.7 8.8s8.7-8.2 9.8-8.2 3.6 8 4.6 7.8c.9-.2-2-10.2-1.6-11.7.4-1.6 0-10 0-10l-3.5.4zm-28.7-48c0 .9-1 1.7-2.1 1.7s-2.2-.8-2.2-1.8 1-1.8 2.2-1.8 2.1.8 2.1 1.8z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.kh:before {
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='200' height='150' xml:space='preserve'%3E%3Cstyle%3E.st2{fill-rule:evenodd;clip-rule:evenodd;fill:%23fff}%3C/style%3E%3Cg id='Artboard'%3E%3Cpath id='Fill-1' fill-rule='evenodd' clip-rule='evenodd' fill='%23032ea1' d='M0 150h200V0H0z'/%3E%3Cpath id='Fill-2' fill-rule='evenodd' clip-rule='evenodd' fill='%23e00025' d='M0 112h200V37H0z'/%3E%3Cpath id='Combined-Shape' class='st2' d='M103.263 47.127l-.337 1.681c-.097.48.55.585.952-.203.383.42.42.943.064 1.294-.564.557-.624 1.245-.161 1.37.366.099.476.012.816-1.052 0 0 .553.621.353 1.368-.228.392-1.298 1.946-.228 2.285.53 0 .467-.478.68-1.675.498.468.704 1.305.405 2.127-.257.704-.78 1.095-.78 1.87 0 .607.26.815.576.815.52 0 .7-.582.857-1.796.404.5.582 1.896.294 2.342-.903 1.395-1.344 1.929-1.344 2.504 0 .658.777.952 1.205-.649.314.546.178 1.744.178 1.744-.031.798-1.088.877-1.119 1.972v2.189l-1.008-.001v.001h1.565c0-1.938.08-2.684.674-2.684v1.89c0-2.223 1.912-2.473 1.912-2.473v1.978c-.727-.032-1.078.624-1.078 1.6 0 .974.586.99.586.99v.001h1.06V70h.001v-4.41s.136-.7.878-1.07l.146-.064-.02 5.544h10.002v-.318c.251-.118.593-.136.803.014V70L123 70v.106h.144v-6.248c.46 0 .552 1.505 1.508 1.664l.167.013c.58 0 .519-.695.193-1.26-.288-.502-.645-1.195-.16-2.484.332.987 1.227 1.3 1.062.681-.285-1.063-1.103-1.238-.49-2.888.214 1.377 1.094 1.316.88.516-.24-.902-.738-1.271-.124-2.542.343 1.443.809 1.358.809.462 0-1.323-.05-2.75 1.656-3.28 0 0 .1-1.214.715-1.214s.714 1.213.714 1.213c1.518.47 1.646 1.651 1.656 2.837v.444c0 .896.466.98.81-.463.614 1.271.116 1.64-.125 2.543-.213.8.667.86.88-.516l.072.207c.45 1.393-.223 1.643-.52 2.547l-.04.134c-.166.619.729.305 1.061-.682v.001l.073.209c.35 1.089.076 1.723-.185 2.189l-.048.085c-.326.566-.387 1.26.192 1.26 1.115 0 1.19-1.676 1.676-1.676v3.551h1.675v1.242h-1.676v.015h1.676v4.184l.002-.001v-6.213c.357-.181.692-.209.99.022v3.04c.05-.128.48-1.144 1.3-1.27l.17-.013v7.61c-.491.137-1.104.683-1.49 1.382l-.093.178c-.087.18-.157.37-.207.562v8.084h.079c.236.842.913 1.602 1.557 1.999l2.108-.002v2.442h-9.11v.022h10.621v3.184h-10.62v.003l10.62-.003 2.53.001v4.2h-13.15v.027h15.7l.001 4.948h-15.702v.008h15.702v-.008h2.548V108H49v-4.948h2.55v.008h15.654v-.008H51.55v-4.948h15.655v-.027H54.097v-4.2l2.53.023 10.577-.003v-.021H56.627v-3.183l10.577-.001v-.022H58.14V88.23h2.198c.643-.397 1.32-1.156 1.556-1.998v-8.084c-.264-1.029-1.135-1.94-1.79-2.122v-7.61c.932 0 1.416 1.146 1.47 1.281v.002-3.04c.265-.205.56-.206.872-.077l.118.055v6.213l.003.001v-4.183l1.674-.001v-.015h-1.675V67.41h1.675v-3.551c.486 0 .561 1.677 1.676 1.677.58 0 .518-.695.192-1.26-.272-.475-.605-1.118-.233-2.275l.072-.209.047.124c.362.888 1.174 1.149 1.016.557-.271-1.017-1.032-1.221-.56-2.681l.071-.207.027.147c.25 1.224 1.059 1.139.853.369-.24-.902-.738-1.272-.125-2.543.345 1.444.81 1.359.81.463v-.444c.01-1.186.139-2.366 1.656-2.837 0 0 .099-1.213.714-1.213.616 0 .715 1.213.715 1.213 1.707.53 1.657 1.958 1.657 3.281 0 .896.465.981.808-.462.615 1.27.117 1.64-.124 2.542-.214.8.667.861.88-.516.613 1.65-.205 1.825-.49 2.888-.164.619.73.306 1.063-.68.484 1.288.128 1.98-.16 2.483-.326.565-.388 1.26.192 1.26 1.114 0 1.19-1.677 1.675-1.677v6.248h1.327L78 70l.621-.001v-.304c.184-.131.469-.134.705-.053l.097.039v.318h9.66v-5.544a1.856 1.856 0 011.084 1.127l.002.008v4.409h.033v-3.384h1.155s.52-.015.58-.83l.007-.162c0-.975-.352-1.63-1.079-1.6v-1.977s1.77.232 1.904 2.228v-1.645c.731 0 .736.78.736 2.684h1.503v-.001l-.958.001v-2.19c-.031-1.094-1.088-1.173-1.118-1.971 0 0-.137-1.198.178-1.744.427 1.6 1.204 1.307 1.204.649 0-.575-.44-1.11-1.343-2.504-.289-.446-.11-1.843.294-2.342.157 1.214.336 1.795.856 1.795.317 0 .576-.207.576-.815 0-.774-.522-1.165-.78-1.87-.299-.821-.092-1.658.405-2.127.214 1.198.15 1.676.681 1.676 1.07-.34 0-1.893-.229-2.285-.262-.457.354-1.368.354-1.368.34 1.063.45 1.15.816 1.052.463-.125.403-.814-.162-1.37-.356-.352-.318-.875.065-1.295.384.754.876.708.923.26l-.309-1.737h6.802zm-6.623 55.925H73.514v.008H96.64v-.008zm29.608 0H102.95v.008h23.3v-.008zm0-4.975H102.95v.027h23.3v-.027zm-29.608 0H73.514v.027H96.64v-.027zm0-4.201H73.514v.019l23.126-.006v-.013zm29.608 0H102.95v.011l23.3-.006v-.005zM96.64 90.67H73.514v.022H96.64v-.022zm29.608 0H102.95v.022h23.3v-.022zm-23.265-44.794l-.156 1.236h-5.93l-.157-1.236h6.243zm-.44-1.042l-.134 1.016h-5.095l-.134-1.016h5.363zm-.896-1.052l-.09 1.016h-3.391l-.09-1.016h3.571zm-1.786-1.684c.944.018.887 1.644.887 1.644h-1.774v-.099c.005-.353.085-1.53.887-1.545z'/%3E%3Cpath id='v' class='st2' d='M58.14 90.693L56.626 93.9l-2.53 4.215-2.549 4.945 1.013 1.837 95.698.63v-2.467l-2.55-4.945-2.53-4.239-1.512-3.206-7.036-3.387 2.206-12.234.911-7.019h-12.252l-2.12 4.658-19.656-4.273-1.52-19.277.627-2.026-.459-1.262-.85-1.016-.77-1.052-1.775-.04-.807 1.056-.886 1.078-.384 1.236.727 1.948L95.4 66.906l-5.196-.414-1.12 3.432-18.662 2.566-5.943-5.08-2.41 1.257v6.637l3.61 6.031-2.416 6.22z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.py:before {
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='200' height='150' xml:space='preserve'%3E%3Cstyle%3E.st6,.st8{stroke:%23333}.st6{fill:none;stroke-width:.1;stroke-miterlimit:10}.st8{fill:%23009b3a;stroke-width:.05}%3C/style%3E%3Cpath d='M0 0h200v150H0V0z' fill='%230038a8'/%3E%3Cpath d='M0 50.14h200v50.14H0V50.14z' fill='%23fff'/%3E%3Cpath d='M0 0h200v49.72H0V0z' fill='%23d52b1e'/%3E%3Cpath d='M119.225 74.995c0 10.621-8.605 19.23-19.225 19.23-10.616 0-19.225-8.609-19.225-19.23 0-10.617 8.61-19.22 19.225-19.22 10.62 0 19.225 8.603 19.225 19.22z' fill='%23fff' stroke='%23333' stroke-width='.25' stroke-miterlimit='10'/%3E%3Cpath d='M109.295 72.017c-.466-.018-.47.496-.47.496s.017-.152.004.02c-.01.171.076.588.42.622.365.032.486-.393.489-.6 0-.082-.027-.527-.443-.537' fill='%23009b3a' stroke='%23000' stroke-width='.05'/%3E%3Cpath d='M87.939 82.691l-.165-.273c-.017-.03-.06-.08-.128-.155a.188.188 0 00-.128-.062.227.227 0 00-.15.03c-.063.039-.105.091-.112.155-.012.065.018.155.09.275l.167.284.426-.254zm1.627-.093l-2.092 1.243-.638-1.073a1.806 1.806 0 01-.218-.487.545.545 0 01.036-.369.671.671 0 01.282-.302.725.725 0 01.34-.105c.118 0 .224.03.328.084.064.037.138.094.22.177a.796.796 0 01-.026-.215c.006-.032.021-.086.05-.168.029-.078.055-.132.072-.167l.423-.673.43.73-.43.726a.598.598 0 00-.091.212.341.341 0 00.044.185l.036.06.848-.505.386.647zm-3.682-1.703l-.638-1.908.492-.166.4 1.196.369-.124-.376-1.11.473-.154.371 1.104.453-.146-.409-1.23.523-.178.648 1.943-2.306.773zm.068-3.884l-.026-.179c-.016-.149-.052-.245-.108-.295a.26.26 0 00-.205-.065.299.299 0 00-.182.096c-.048.059-.064.155-.044.294l.02.215.545-.066zm-.946.87l-.145-1.239c-.029-.266.01-.478.12-.628.116-.149.291-.238.528-.265.243-.03.445.022.598.151.15.13.248.349.284.648l.046.408.895-.104.088.75-2.414.28zm-.084-4.742l.078-.747 1.443.155c.136.015.27.053.393.11.123.056.231.14.313.248.084.107.142.21.17.32.036.147.047.326.023.532a2.739 2.739 0 01-.068.38.885.885 0 01-.37.574.764.764 0 01-.296.126c-.16.033-.298.04-.417.026l-1.437-.152.078-.748 1.474.16c.133.014.239-.011.32-.078a.414.414 0 00.145-.289.41.41 0 00-.078-.315c-.064-.081-.163-.127-.297-.143l-1.474-.16zm2.418-2.044l.13-.36c.04-.122.05-.216.024-.284a.225.225 0 00-.148-.133.209.209 0 00-.19.016c-.061.037-.113.115-.155.237l-.128.362.467.162zm-.902-.316l.11-.306c.036-.111.047-.196.02-.253-.02-.055-.068-.099-.141-.12a.21.21 0 00-.178.008c-.053.031-.097.098-.133.206l-.114.314.436.15zm-1.147.403l.461-1.33c.08-.222.194-.37.347-.454a.579.579 0 01.773.217.646.646 0 01.067.3c.096-.151.206-.247.33-.289a.6.6 0 01.408.01c.116.04.213.105.29.192a.722.722 0 01.145.307.855.855 0 01-.02.294c-.039.17-.061.28-.08.33l-.429 1.225-2.292-.802zm1.239-3.115l.393-.641 1.565.948.61-1 .51.31-.994 1.643-2.084-1.26zm1.605-2.391l.483-.576 1.855 1.568-.484.576-1.854-1.568zm3.368-1.307l.632-.27c.082.17.128.332.134.49a.94.94 0 01-.09.442c-.072.14-.19.275-.352.417-.206.167-.395.277-.574.325a1.07 1.07 0 01-.596-.035c-.213-.07-.416-.223-.611-.453-.255-.31-.372-.616-.346-.916.025-.305.189-.579.488-.831.238-.197.459-.3.676-.317.212-.02.437.044.663.186l-.415.538a.503.503 0 00-.161-.078.364.364 0 00-.202-.002.427.427 0 00-.185.092.441.441 0 00-.17.41c.012.121.09.264.224.432.175.207.326.323.45.347.13.027.25-.01.364-.104.109-.094.168-.192.17-.3a.747.747 0 00-.099-.373m2.46-1.46l-.636-.658.16.902.475-.244zm.378.398l-.761.387.077.413-.683.347-.29-2.58.731-.374 1.918 1.752-.7.357-.292-.302zm2.956-2.533l.187 1.312.182-.027c.157-.02.266-.054.328-.097.06-.048.1-.11.125-.206.027-.09.027-.229-.001-.423-.036-.254-.104-.424-.198-.505-.097-.08-.243-.11-.436-.08l-.187.026zm-.817-.44l1.103-.158c.217-.03.394-.027.536.013a.882.882 0 01.373.207c.102.098.184.218.243.358.063.146.106.3.126.459.04.255.04.46-.002.607-.035.143-.1.278-.192.394a.81.81 0 01-.308.236 1.686 1.686 0 01-.436.133l-1.106.156-.337-2.405zm3.307-.47l2.005.148-.037.517-1.256-.093-.029.385 1.165.086-.042.493-1.159-.083-.034.474 1.292.096-.04.548-2.045-.15.18-2.422zm3.09.283l.722.201-.5 1.766 1.128.319-.164.572-1.85-.524.664-2.334zm4.1 2.696l.155.1c.12.08.22.114.294.105a.226.226 0 00.18-.111.299.299 0 00.045-.206c-.014-.071-.08-.144-.198-.22l-.18-.122-.296.454zm-.06-1.28l1.044.689c.226.148.359.316.4.497.044.183 0 .376-.135.575-.13.202-.299.32-.5.355-.202.033-.424-.03-.677-.197l-.344-.228-.493.753-.63-.417 1.335-2.027zm2.636 3.705l.423-.81-.803.435.38.375zm-.257.483l-.609-.599-.367.202-.546-.537 1.123-.519 1.236-.571.581.575-1.056 2.375-.558-.555.196-.37zm2.257 1.054l.172.27c.02.028.057.08.134.151a.2.2 0 00.13.058.21.21 0 00.144-.036.229.229 0 00.112-.159c.009-.062-.025-.156-.1-.27l-.174-.277-.418.263zm-1.624.144l2.048-1.307.672 1.054c.125.194.204.354.242.478a.593.593 0 01-.031.369.674.674 0 01-.27.309.638.638 0 01-.342.115.74.74 0 01-.33-.068 1.258 1.258 0 01-.221-.173c.021.09.035.162.032.213-.01.056-.025.112-.043.167a.888.888 0 01-.073.172l-.396.687-.46-.717.413-.735a.51.51 0 00.082-.218.27.27 0 00-.052-.185l-.033-.055-.833.53-.405-.636zm2.871 3.273l.729-.55-.91.05.181.5zm-.442.325l-.292-.803-.414.029-.265-.721 2.597.03.28.767-1.971 1.69-.27-.743.335-.249zm1.163 2.585l.5-.066.145 1.158-1.028.124c-.174-.201-.306-.381-.377-.546a1.9 1.9 0 01-.159-.592c-.037-.286-.018-.525.062-.718.072-.192.2-.352.38-.478.182-.12.396-.199.645-.229.262-.034.5-.008.707.078.207.083.374.223.503.42.1.155.167.368.198.646.038.264.038.466.003.604a.727.727 0 01-.184.359.94.94 0 01-.357.243l-.218-.7a.39.39 0 00.189-.18.499.499 0 00.04-.276.516.516 0 00-.219-.371c-.127-.083-.314-.109-.56-.078-.261.032-.438.107-.54.215a.557.557 0 00-.115.435c.01.083.033.16.065.231.035.076.086.153.156.25l.228-.032-.064-.497zm1.538 3.644l-.085.744-1.437-.162a1.22 1.22 0 01-.397-.113.876.876 0 01-.31-.247.863.863 0 01-.166-.319 1.58 1.58 0 01-.02-.534c.016-.116.038-.245.066-.382a.98.98 0 01.142-.337.951.951 0 01.232-.233.838.838 0 01.3-.125c.157-.03.298-.04.416-.022l1.44.165-.086.742-1.472-.17c-.134-.014-.24.01-.323.076a.41.41 0 00-.143.29c-.015.131.01.235.075.314.064.08.162.13.294.15l1.474.163zm-2.236 2.765l.915.033-.739-.54-.176.507zm-.543-.028l.277-.805-.34-.243.253-.725 1.998 1.66-.275.776-2.589.064.255-.745.42.018zm1.341 2.237l-.422.72-.957.002.458.84-.42.71-.739-1.53-.876-.516.385-.65.875.52 1.696-.096z' fill='%23333'/%3E%3Cpath class='st6' d='M116.089 75c0 8.892-7.205 16.098-16.092 16.098-8.89 0-16.094-7.206-16.094-16.097 0-8.885 7.204-16.09 16.094-16.09 8.887 0 16.092 7.205 16.092 16.09z'/%3E%3Cpath class='st6' d='M111.971 74.943c0 6.619-5.36 11.98-11.974 11.98-6.615 0-11.977-5.361-11.977-11.98 0-6.611 5.362-11.973 11.976-11.973 6.616 0 11.976 5.362 11.976 11.973z'/%3E%3Cpath d='M99.998 70.636l1.006 2.88 3.043.068-2.425 1.844.882 2.918-2.506-1.734-2.507 1.734.877-2.918-2.429-1.844 3.05-.068 1.009-2.88z' fill='%23fedf00' stroke='%23333' stroke-width='.05' stroke-miterlimit='10'/%3E%3Cpath class='st8' d='M105.527 83.21c-.101.086-.51.132-.618.15-.11.014-.538.018-.72.025-.1.007-.292.035-.393.035-.88-.1 1.43-.086 1.731-.21m-2.305-.68c.058-.103.346-.744.45-.926.105-.18.344-.657.487-.855.073-.108.36-.42.429-.28-.5.432-.894 1.187-1.104 1.694a4.18 4.18 0 01-.252.41c-.059.073-.035.21-.127.221-.097.013-.03.03-.03.03s.084-.185.147-.294zm3.317.491s-.398-.06-.645-.147a3.3 3.3 0 00-1.009-.137c-.348.005-.666.11-.95.218-.283.105-.649.114-.649.114s-.207.032-.11-.016a5.15 5.15 0 00.413-.296l.207-.284c.06-.016 1.112-1.396.997-1.767.161-.272.35-.759.28-.844-.034-.034-.82.25-.992.406-.199.172-.34.531-.4.738-.058.205-.36.375-.36.375-.245.177-.423.736-.507 1.193-.084.451-1.196.701-1.196.701s-.309.116-.035.203c.047.013.17.22.267.223.136.016.827-.28.934-.257.235.054.467.117.696.19.264.09.481.136.665.068.187-.068.454-.042.655-.003.197.043.418.025.545-.014.136-.042.494-.24.494-.24s.388-.168.612-.273c.224-.105.088-.151.088-.151'/%3E%3Cpath class='st8' d='M103.516 84.364s-1.532-.802-1.614-.82c-.048-.007-.695-.364-.99-.456a2.058 2.058 0 00-.616-.08c-.252.017-.664.129-.664.129l.38.155s.358.176.533.27c.25.131.26.292.26.292l1.388.61.28.202s.257-.353 1.043-.302M105.056 81.183c.482-.43.718-1.041 1.114-1.38.064.047.064.123-.014.259-.075.133-.175.18-.219.248-.08.109-.322.31-.387.43-.058.114-.133.273-.343.395-.21.125-.144.323-.161.407-.017.092-.339.322-.495.608-.03.297-.043.172-.223.278.328-.495.5-.814.728-1.246m-1.082 1.36c-.031.065-.981.605-.684.525a16.244 16.244 0 001.422-.506c.305-.133.488-.413.717-.64.234-.232.957-.923 1.082-1.19.122-.273.233-.655-.257-1.512 0 0-.076.164-.258.324-.181.164-.45.346-.45.346l-.315.297s-1.11 2.04-1.257 2.356'/%3E%3Cpath class='st8' d='M107.833 81.824s-.608-.054-.66-.054c-.058 0-.391-.046-.876-.046-.48 0-.66.166-.786.3-.136.15-.514.497-.514.497l.204-.018c.486-.379.864-.24 1.015-.251.158-.006.348.01.835-.162.494-.174.465-.011.41.005a2.564 2.564 0 01-.733.148c-.367.02-.689.091-.833.091-.145 0-1.216.293-1.216.293s1.159.068 1.284.11c.124.05.319.026.48-.05.443-.205.644-.244.826-.286.184-.035.402-.16.402-.16s.118-.073.226-.27c.111-.201-.064-.147-.064-.147m.569-3.173c.073-.182.255-.607.45-.775.117-.103.32-.15.43-.197.045-.015.378-.031-.038.083-.172.046-.405.148-.508.321-.146.403-.273.755-.542 1.012a2.032 2.032 0 00-.324.479l-.212.073c.389-.238.558-.68.744-.996zm1.882-.227c-.221.074-.3.135-.3.135-.496.149-.699.46-.916.714-.11.133-.266.232-.79.457-.478.205-.848.523-.857.523 0 0-.152.031-.123.105.011.035.14.007.14.007s.987-.14 1.398-.39c.262-.165.41-.285.66-.67.11-.17.236-.489.241-.283.02.545-.828 1.074-1.197 1.237-.197.084-.46.119-.805.175-.34.063-.547.044-.522-.03.034-.11.074-.132.164-.239.162-.193.554-.262.842-.397.341-.153.665-.378.827-.57.165-.194.223-.266.268-.43.126-.43.133-.667.25-.82.417-.513.478-.679.499-.908.004-.053-.217.122-.331.185-.225.133-.308.133-.767.253-.467.117-.456.417-.529.56-.02.056-.21.292-.3.336-.09.045-.312.366-.394.554-.06.137-.17.236-.256.225-.09-.017.175-1.01.233-1.175.063-.163.076-.482.076-.59 0-.102.003-.373-.177-.403-.179-.03-.187-.278-.187-.278-.431.374-.19 1.032-.144 1.422.046.386-.09 1.102-.09 1.102.417.177.09.683-.04.847-.136.166-.394.197-.51.343-.122.151-.995 1.366-.995 1.366l1.085-.308s.101.018-.06-.104c-.165-.118.052-.574.192-.686.267-.209.627-.057.627-.057s.504.078 1.12-.167c.516-.204.738-.534.982-.782.134-.135.377-.583.53-.849.092-.153.258-.445.156-.41'/%3E%3Cpath class='st8' d='M107.207 81.342c.083-.034.095-.049.247-.215.15-.165.018-.444-.214-.433-.113.007-.233-.019-.455.28-.215.3.103.409.223.421.052.003.12-.02.199-.053M106.646 79.45c-.144.24-.221.517-.108.602.025.014.126.102.21.102.083 0 .32-.113.454-.321.135-.201.245-.422-.03-.56-.25-.124-.422-.008-.526.177M107.467 76.512s.023-.037-.072-.135a4.038 4.038 0 01-.338-.427.798.798 0 00-.397.624c0 .136.05.432.005.734-.017.103-.033.22-.18.594-.152.369.02.707.054.827.026.118.15.487.15.487s.116-.075.156-.084c.046-.012.205-.005.205-.005s.18-.325.186-.506a3.804 3.804 0 00-.081-.705c-.088-.504-.082-.648-.023-.93.06-.286.335-.474.335-.474M107.912 77.015s.17-.04.255-.194c.107-.185.079-.381.079-.381-.263-.509-.615-.099-.615-.099-.316.646.28.675.28.675'/%3E%3Cpath class='st8' d='M108.805 76.083c-.391.02-.584.724-.584.724s-.063.174-.272.309c-.222.137-.091.334-.091.684 0 .35-.244.97-.244.97l-.091.21s.008.158.15-.128c.244-.482.51-.365.61-.884.063-.385.702-.508.702-.508l-.18-.033c-.663-.311.039-1.087.152-1.224.12-.137.235-.137-.152-.12'/%3E%3Cpath class='st8' d='M108.693 76.918c-.179.384.331.403.45.336.047-.028.154-.156.154-.156.207-.297.018-.498-.09-.527-.104-.034-.326-.06-.514.347M107.724 75.426c.134.25.508.943.596.9.055-.027.012-.169.012-.169s-.012-.188-.073-.415c-.06-.229-.045-.522-.164-.71-.116-.187-.394-.41-.503-.706-.108-.297-.024-.86-.015-.928.011-.065.044-.023-.014-.09-.058-.073-.53-.324-.53-.324s.027.183.016.515c-.005.08-.027.175-.04.314-.01.133.07.3.263.683.225.443.333.715.452.93m2.835-3.3s-.136.226-.184.276c-.051.051-.821.713-.865.74-.037.03-.44.158-.805 1.147-.367.986-.208 1.908-.208 1.908l.177-.022.03-.097.106-.575c.051-.245.326-.587.508-.84.174-.247.314-.602.314-.602.206-.416.305-.787.51-1.077.008.345-1.305 2.468-1.445 3.19l.389-.059c.31-.283.717-.88.992-1.263.276-.386.394-.989.444-1.256.049-.264.038-1.47.038-1.47'/%3E%3Cpath class='st8' d='M107.942 72.344c-.198-.184-.352-.238-.352-.238s.047.36.047.579c0 .22.02.589.008.786-.008.196-.106.521.034.84.143.314.304.474.417.672.104.193.294 1.198.294 1.198s-.07-1.36-.01-1.744c.055-.378.074-.967-.01-1.262-.089-.296-.234-.643-.428-.831m.906-1.328c.06-.116.2-.356.258-.722.022-.155.036-.407.03-.58-.004-.117-.05-.32 0-.333.046-.01.008.063.034.235.012.062-.03.232-.038.45-.01.174-.017.32-.095.556-.068.207-.006.438-.048.503-.045.066-.164.315-.164.315s-.073.201-.061.384c.007.188.018.39.018.39s.087-.16.28-.187c0 0 .044-.314.044-.413 0-.098.126-.742.19-.939.088-.288.15-.79.01-1.372-.038-.158-.066-.65-.066-.65s-.185.148-.296.71c-.034.171.038.63.01 1.118-.01.27-.27 1.361-.304 1.43'/%3E%3Cpath class='st8' d='M108.848 71.016l-.012.024s.008-.007.012-.024'/%3E%3Cpath class='st8' d='M108.116 68.183c.1 0 .1.107.079.192-.016.087-.013.25-.013.282 0 .039.041.27.074.39.036.125.098.164.07.413-.017.157-.178.34-.122.607.03.14.13.286.18.407.042.084.02.289.03.456.005.163.095.274.095.274s-.111.208-.148-.053c-.04-.298-.054-.431-.112-.566-.093-.222-.179-.62-.034-.927a.863.863 0 00.044-.3c0-.134-.081-.361-.097-.502-.014-.112-.005-.347-.005-.433m-.52 1.25c.023.17.077.265.268.632.058.12.191.43.211.528.024.098.044.217.044.247 0 .032.022.263.022.263v.097s-.527-.308-.758-.472c-.23-.165-.491-.393-.658-.53-.189-.155-.64-.69-.645-1.118l-.207-.187s-.158.95.587 1.567c.215.176.45.37.95.598.503.231.437.438.647.883.206.447.335.704.36.83.019.136-.056 2.036-.056 2.036l.018.172s.459-1.76.68-1.956c0 0-.438-.068-.404-.756l-.076-.454s-.088-.545.076-.884c0 0 .195-.62.129-1.157-.042-.32-.057-.417-.096-.724-.06-.479-.251-1.163-.273-1.245-.065-.24-.087-.277-.164-.467-.023-.067-.065-.289-.136-.292-.04-.002-.103.285-.103.285s-.092.313-.111.398c-.06.252-.2.465-.264 1.032-.011.103-.022.38-.035.418-.006.03-.02.194-.006.256'/%3E%3Cpath class='st8' d='M108.028 72.075s-.077-.17-.154-.257c-.157-.184-.367-.34-.966-.634-.597-.297-.755-.785-1.06-.987-.139-.096-.409-.142-.409-.142s.266.366.329.492c.08.161.1.27.429.577.326.308.725.415.982.49.362.114.849.461.849.461m-1.881-2.824c.016.048.17.573.493.981.494.625 1.446 1.071 1.446 1.071-.09-.389-.244-.838-.367-1.037-.433-.699-1.575-1.041-1.575-1.041s-.02-.027.003.026m1.364.294c.256-.56-.508-1.096-.724-1.487.08-.063.175.103.262.214.125.166.478.648.478.648l.11-.513-.911-.828c-.011.12-.292.22-.292.22-.137.766 1.077 1.746 1.077 1.746'/%3E%3Cpath class='st8' d='M105.926 68.246c-.22.098-.297.098-.297.098l.122.325.071.088s.286.414.453.466c.07.025.33.07.591.183.329.14.865.609.865.609s-.892-1.007-1.234-1.762l-.116-.434-.323.021s.089.305-.132.406'/%3E%3Cpath class='st8' d='M102.586 67.602c.15.135.312.256.485.36.197.119.765.453 1.19.533.098.016.632.083.632.083.021-.234.275-.254.275-.254l-.756-.083a2.038 2.038 0 01-1.433-.707c.484.293 1.18.756 1.743.73 2.316-.227-.697-.284-.959-.452-.277-.17-.513-.455-.513-.455l-.679-.03s-.334-.021.015.275'/%3E%3Cpath class='st8' d='M105.312 68.92c.15-.01.254-.038.288-.203.03-.183-.04-.316-.26-.364-.123-.03-.338-.037-.426.181-.095.223.252.367.252.367s.067.029.146.02m.26-1.328c-.197 0-.263.16-.221.472.051.314.532.177.532.177l.09-.046s.065-.05.028-.3c-.034-.257-.233-.303-.43-.303m.787.22h-.007c-.004.003.007 0 .007 0'/%3E%3Cpath class='st8' d='M106.351 67.814c.006-.002.02-.01.07-.024.1-.038.201-.278.201-.278.05-.325-.182-.406-.182-.406-.392-.078-.402.266-.402.266-.108.449.255.444.313.442m-1.746-1.54c.022.15.234.365.267.402.038.033.308.315.4.441.09.127.394.7.394.7s.053-.01.075-.053c.053-.089-.203-.783-.229-.83-.094-.212-.247-.369-.4-.533-.037-.023-.163-.185-.301-.36.274.351.976 1.348 1.183 1.791 0 0-.025-.472-.05-.726-.088-.74-.281-.969-.343-1.076-.109-.2-.386-.394-.584-.463-.198-.071-.433-.17-.684-.25-.259-.08-.06.154.036.355.12.239.215.452.237.603'/%3E%3Cpath class='st8' d='M103.639 67.492c.256.217.37.368.9.446.536.084.58.048.58.048s.278-.134.137-.251c-.786-.346-1.53-.757-1.908-1.22 0 0 .066-.064.338.21.158.159.264.24.36.314.287.2.41.257.696.413.151.082.531.172.531.172s.054-.115.102-.129c.047-.01-.029-.191-.359-.458a2.632 2.632 0 01-.482-.524s-.39-.085-.814-.156c-.315-.05-.909-.51-.898-.385.01.128.089.527.248.781.161.255.315.516.569.74M99.22 83.483c-.23.068-1.969.721-1.969.721l-.485.195c.67-.151 1.183.186 1.183.186l1.936-.896s-.005-.03-.053-.064c-.051-.034-.377-.212-.611-.142'/%3E%3Cpath class='st8' d='M96.692 84.457c-.013.011-.026.057.008.072.097.054.07.075.51.127.442.048.73-.035.806-.12.089-.096-1.096-.277-1.324-.079M93.911 78.204l-.08-.543s-.102-1.469-.268-1.763c-.032-.066-.018-.218-.124-.22-.203-.016-.203.462-.227.895-.33 2.183 1.412 3.85 1.412 3.85l-.713-2.219zM102.528 84.673s-.183-.04-.067-.183c.11-.136.44-.208.506-.208a1.6 1.6 0 01.387.051c.139.035.33.157.274.245-.058.085-.246.19-.502.19-.22 0-.333-.005-.43-.033-.094-.036-.168-.062-.168-.062'/%3E%3Cpath class='st8' d='M100.64 83.634s-.598-.274-1.164-.552c-.747-.364-1.644-.87-2.27-1.8-.782-1.15-1.462-1.765-1.627-1.89-.169-.123-.193-.17-.255-.082-.056.076-.017.142.03.222.161.262.557.754.698 1.018.245.471.75.986.746 1.292 0 .042-.148-.03-.148-.03s-1.183-.406-1.663-1.84c-.349-1.04-.2-1.345-.282-1.865-.138-.923-.166-.998-.623-2.033-.013-.026-.28-.458-.316-.362-.05.124.045.587.045.587l.049.533s-.039 1.184-.039 1.255-.298.81.969 2.052c0 0 .019.211-.151.026-.12-.133-1.027-.83-1.303-1.975-.284-1.146-.325-2.292-.11-2.769.195-.43.585-1.482.419-2.4-.02-.096-.047-.378-.107-.304-.026.035-.14.5-.209.661-.095.22-.244.437-.29.59-.09.257-.526.656-.44 1.39.096.845.151.977.253 1.277.035.11.12.39.064.417-.05.027-.23-.334-.23-.334s-.802-1.576-.307-2.855c.5-1.273 1.754-2.48 1.754-2.48s1.02-.845 1.227-1.042c.081-.076.062-.133.035-.124-.254.064-2.214.47-2.903 2.806 0 0-.036.098-.087.074-.063-.029 0-.138 0-.138s.431-1.656 1.642-2.407c1.32-.824 1.165-.704 1.602-.963.275-.17.524-.4.831-.909.032-.056.156-.353.14-.403-.014-.05-.073.019-.101.103 0 0-.374.578-.934.772-.562.195-1.018-.083-1.582.541-.565.627-1.015 1.496-1.015 1.496s-.147.224-.18.217c-.062-.018.03-.239.03-.239s.755-1.6 1.36-1.925c.608-.328 1.148-.642 1.493-.908.419-.329 1.14-1.133 1.4-1.41.056-.06.443-.452.529-.58.052-.069.175-.17.154-.187-.055-.041-.422.135-.422.135s-1.999.55-3.242 2.428a3.115 3.115 0 01-.267.34c-.133.137-.2.367-.2.367-.08-.067.703-1.047.703-1.047l.138-.634s.232-.952.72-1.624c.048-.061.336-.352.385-.413.096-.104-.184.092-.135.048 0 0-1.863 1.338-1.863 3.024 0 .303-.188.58-.449.956-.304.437-.405.705-.537 1.356-.055.273-.112.546-.17.819 0 0 .017.24-.06.222-.082-.018-.053-.217-.053-.217s.19-1.256.325-1.643c.132-.375.218-.631.218-.631s-.077-.945.132-1.462c.178-.452.629-1.046.698-1.195.03-.065.24-.488.298-.971.008-.065-.043-.011-.128.177-.205.462-.376.583-.712 1.017 0 0-.864.626-1.177 2.488 0 0-.01.694-.116 1.782a7.265 7.265 0 00.079 1.993c.057.275.167.277.099.31-.042.022.027.004-.071-.203-.12-.25-.211-.633-.211-1.163 0-.972.084-1.751.084-1.751s.064-1.57-.587-2.278c-.032-.036.114.318.179.671.08.439-.065 1.047-.108 1.283-.042.238-.475 1.276-.322 2.25 0 0 .367 1.65.84 2.45 0 0 .294.345.034.022-.258-.323-.788-1.608-.833-1.717-.041-.105-.42-.905-.778-1.23-.184-.172-.692-.477-.692-.477s-.276-.21-.067.07c.166.22.388.615.493.787.22.356.416.727.586 1.109.17.373.566 1.472.566 1.472l.252.697s.424.235.655.492c.19.208.581.686.907 1.535.146.376.438.72.438.72s-.062.119-.322-.331c-.257-.457-.508-1.312-1.126-1.978-.47-.511-1.734-1.026-1.734-1.026s.812 1.415 1.014 1.667c.341.405.834.973.962 1.123.131.153.895 1.096 1.008 1.247.177.236.295.34.388.436.201.214.798.605.844.667.01.063.021.011-.03-.026-.264-.158-.58-.407-.907-.62-.325-.215-1.582-.751-2.428-1.918-.201-.345-.297-.483-.364-.447-.104.055.57 2.283 1.955 2.992 0 0 1.528.68 1.867.884.186.112.56.277.734.417.1.082-.09.077-.102.075-.812-.064-1.978-.171-2.693-.586 0 0-.307-.216-.055.087.2.235.581.813 1.315 1.138.736.323 1.804.511 2.195.531.384.021 1.753.028 2.016.113.256.087.693.367.943.448.228.073.913.336.913.336s.207.113.317.153c.124.05.638.045.674-.051.034-.086-.147-.218-.147-.218M109.52 72.03c.155.056.223.517.223.517s-.013-.264-.013-.393c0-.131-.064-.622-.064-.622l-.138.099c-.164.13-.255.362-.255.362s.094-.016.246.036'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.gh:before {
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='150'%3E%3Cpath d='M0 100.067h200V150H0v-49.933z' fill='%23006b3f'/%3E%3Cpath d='M0 49.933h200v50.134H0V49.933z' fill='%23fcd116'/%3E%3Cpath d='M0 0h200v49.933H0V0z' fill='%23ce1126'/%3E%3Cpath d='M110.067 80.918l16.291-11.836h-20.137L100 49.932l-6.221 19.15H73.642l16.29 11.836-6.22 19.15L100 88.231l16.289 11.835z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.flag-locator.international:before,.flag-locator.world:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' width='58.472' height='58.472' viewBox='0 0 58.47192 58.47192'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M50.924 48.458c4.544-5.121 7.312-11.853 7.312-19.222 0-7.667-2.996-14.643-7.872-19.834v-.001c-.004-.006-.01-.008-.013-.013C45.272 3.989 38.156.533 30.241.262L30.24.261l-.565-.015c-.146-.005-.292-.01-.439-.01s-.293.005-.439.01l-.563.015-.001.001c-7.915.271-15.031 3.727-20.11 9.126-.004.005-.01.007-.013.013l-.001.002C3.232 14.593.236 21.569.236 29.236c0 7.369 2.768 14.101 7.312 19.222.006.009.006.019.013.028.018.025.044.037.063.06 5.106 5.708 12.432 9.385 20.608 9.665l.001.001.563.015c.147.004.293.009.44.009s.293-.005.439-.01l.563-.015.001-.001c8.185-.281 15.519-3.965 20.625-9.685.013-.017.034-.022.046-.04.008-.008.008-.018.014-.027zM2.261 30.236h12.003a36.956 36.956 0 0 0 2.415 12.217 36.873 36.873 0 0 0-8.111 4.131 26.875 26.875 0 0 1-6.307-16.348zm6.853-18.977a36.783 36.783 0 0 0 7.9 3.882 36.927 36.927 0 0 0-2.75 13.095H2.261a26.882 26.882 0 0 1 6.853-16.977zm47.097 16.977H44.208a36.927 36.927 0 0 0-2.75-13.095 36.783 36.783 0 0 0 7.9-3.882 26.882 26.882 0 0 1 6.853 16.977zM28.236 15.199a34.958 34.958 0 0 1-8.471-1.283A34.988 34.988 0 0 1 28.236 2.88v12.319zm0 2v11.037H16.264a34.926 34.926 0 0 1 2.666-12.475 36.948 36.948 0 0 0 9.306 1.438zm2 0c3.179-.085 6.3-.566 9.307-1.438a34.926 34.926 0 0 1 2.666 12.475H30.236V17.199zm0-2V2.88a34.988 34.988 0 0 1 8.471 11.036 34.958 34.958 0 0 1-8.471 1.283zm10.409-1.891a36.93 36.93 0 0 0-7.888-10.835A26.922 26.922 0 0 1 47.94 9.791a34.782 34.782 0 0 1-7.295 3.517zm-22.818 0a34.75 34.75 0 0 1-7.294-3.517 26.92 26.92 0 0 1 15.183-7.318 36.915 36.915 0 0 0-7.889 10.835zm-1.563 16.928h11.972v10.038a36.883 36.883 0 0 0-9.661 1.541 34.924 34.924 0 0 1-2.311-11.579zm11.972 12.038v13.318a34.97 34.97 0 0 1-8.884-11.917 34.867 34.867 0 0 1 8.884-1.401zm2 13.318V42.274c3.039.085 6.017.556 8.884 1.4a34.964 34.964 0 0 1-8.884 11.918zm0-15.318V30.236h11.972a34.91 34.91 0 0 1-2.312 11.58 36.828 36.828 0 0 0-9.66-1.542zm13.972-10.038h12.003a26.87 26.87 0 0 1-6.307 16.348 36.873 36.873 0 0 0-8.111-4.131 36.93 36.93 0 0 0 2.415-12.217zM9.927 48.082a34.85 34.85 0 0 1 7.517-3.781 36.9 36.9 0 0 0 8.271 11.698c-6.151-.805-11.656-3.685-15.788-7.917zm22.83 7.917a36.878 36.878 0 0 0 8.271-11.698 34.874 34.874 0 0 1 7.517 3.781c-4.132 4.232-9.637 7.112-15.788 7.917z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.pnlm-container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: default;
	width: 100%;
	height: 100%;
	font-family: Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;
	background: #f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='100'%3E%3Cpath stroke='%23ccc' fill='none' d='M33.5 50L0 63l33.5 12L67 63 33.5 50M0 0l67 25m-.5 0v75M0 25L67 0M33.5 75v25m0-100v50'/%3E%3C/svg%3E") repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	line-height: 1.4;
	contain: content;
}

.pnlm-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.pnlm-ui {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pnlm-grab {
	cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s6.38-6.73 4.64-8.24-3.47 1.01-3.47 1.01 3.61-5.72 1.41-6.49c-2.2-.769-3.33 4.36-3.33 4.36s.873-5.76-1.06-5.76-1.58 5.39-1.58 5.39-.574-4.59-2.18-4.12c-1.61.468-.572 5.51-.572 5.51s-1.58-4.89-2.93-3.79c-1.35 1.11.258 5.25.572 6.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default;
}

.pnlm-grabbing {
	cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s5.07-5.29 3.77-6.74c-1.31-1.45-2.53.14-2.53.14s2.74-3.29.535-4.06c-2.2-.769-2.52 1.3-2.52 1.3s.81-2.13-1.12-2.13-1.52 1.77-1.52 1.77-.261-1.59-1.87-1.12c-1.61.468-.874 2.17-.874 2.17s-.651-1.55-2-.445c-1.35 1.11-.68 2.25-.365 3.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default;
}

.pnlm-sprite {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='208'%3E%3Ccircle fill-opacity='.78' cy='117' cx='13' r='11' fill='%23fff'/%3E%3Ccircle fill-opacity='.78' cy='143' cx='13' r='11' fill='%23fff'/%3E%3Ccircle cy='169' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cy='195' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='13' cy='195' r='2.5'/%3E%3Cpath d='M5 83v6h2v-4h4v-2zm10 0v2h4v4h2v-6zm-5 5v6h6v-6zm-5 5v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM13 110a7 7 0 00-7 7 7 7 0 007 7 7 7 0 007-7 7 7 0 00-7-7zm-1 3h2v2h-2zm0 3h2v5h-2zM5 57v6h2v-4h4v-2zm10 0v2h4v4h2v-6zM5 67v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM17 38v2H9v-2zM12 9v3H9v2h3v3h2v-3h3v-2h-3V9zM13 136l-6.125 6.125h4.375V150h3.5v-7.875h4.375zM10.428 173.33v-5.77l5-2.89v5.77zm1-1.73l3-1.73-3.001-1.74z'/%3E%3C/svg%3E");
}

.pnlm-container:-webkit-full-screen {
	height: 100%!important;
	width: 100%!important;
	position: static!important;
}

.pnlm-container:-ms-fullscreen {
	height: 100%!important;
	width: 100%!important;
	position: static!important;
}

.pnlm-container:fullscreen {
	height: 100%!important;
	width: 100%!important;
	position: static!important;
}

.pnlm-render-container {
	cursor: inherit;
	position: absolute;
	height: 100%;
	width: 100%;
}

.pnlm-controls {
	margin-top: 4px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 3px;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: translateZ(9999px);
	transform: translateZ(9999px);
}

.pnlm-control:hover {
	background-color: #f8f8f8;
}

.pnlm-controls-container {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 1;
}

.pnlm-zoom-controls {
	width: 26px;
	height: 52px;
}

.pnlm-zoom-in {
	top: 0;
	border-radius: 3px 3px 0 0;
}

.pnlm-zoom-in,.pnlm-zoom-out {
	width: 100%;
	height: 50%;
	position: absolute;
}

.pnlm-zoom-out {
	bottom: 0;
	background-position: 0 -26px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button,.pnlm-hot-spot-debug-indicator,.pnlm-orientation-button {
	width: 26px;
	height: 26px;
}

.pnlm-hot-spot-debug-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -13px 0 0 -13px;
	background-color: hsla(0,0%,100%,.5);
	border-radius: 13px;
	display: none;
}

.pnlm-orientation-button-inactive {
	background-position: 0 -156px;
}

.pnlm-orientation-button-active {
	background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
	background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
	background-position: 0 -78px;
}

.pnlm-panorama-info {
	position: absolute;
	bottom: 4px;
	background-color: rgba(0,0,0,.7);
	border-radius: 0 3px 3px 0;
	padding-right: 10px;
	color: #fff;
	text-align: left;
	display: none;
	z-index: 2;
	-webkit-transform: translateZ(9999px);
	transform: translateZ(9999px);
}

.pnlm-title-box {
	font-size: 20px;
	margin-bottom: 3px;
}

.pnlm-author-box,.pnlm-title-box {
	position: relative;
	display: table;
	padding-left: 5px;
}

.pnlm-author-box {
	font-size: 9pt;
}

.pnlm-load-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 150px;
	margin: -75px 0 0 -75pt;
	background-color: rgba(0,0,0,.7);
	border-radius: 3px;
	text-align: center;
	font-size: 20px;
	display: none;
	color: #fff;
}

.pnlm-load-box p {
	margin: 20px 0;
}

.pnlm-lbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	display: none;
}

.pnlm-loading {
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-name: pnlm-mv;
	-webkit-animation-name: pnlm-mv;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	height: 10px;
	width: 10px;
	background-color: #fff;
	position: relative;
}

@keyframes pnlm-mv {
	0% {
		left: 0;
		top: 0;
	}

	25% {
		left: 10px;
		top: 0;
	}

	50% {
		left: 10px;
		top: 10px;
	}

	75% {
		left: 0;
		top: 10px;
	}

	to {
		left: 0;
		top: 0;
	}
}

@-webkit-keyframes pnlm-mv {
	0% {
		left: 0;
		top: 0;
	}

	25% {
		left: 10px;
		top: 0;
	}

	50% {
		left: 10px;
		top: 10px;
	}

	75% {
		left: 0;
		top: 10px;
	}

	to {
		left: 0;
		top: 0;
	}
}

.pnlm-load-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 75pt;
	margin: -50px 0 0 -75pt;
	background-color: rgba(0,0,0,.7);
	border-radius: 3px;
	text-align: center;
	font-size: 20px;
	display: table;
	color: #fff;
	cursor: pointer;
}

.pnlm-load-button:hover {
	background-color: rgba(0,0,0,.8);
}

.pnlm-load-button p {
	display: table-cell;
	vertical-align: middle;
}

.pnlm-info-box {
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 150px;
	margin: -75px 0 0 -75pt;
	background-color: #000;
	border-radius: 3px;
	display: table;
	text-align: center;
	color: #fff;
	table-layout: fixed;
}

.pnlm-info-box a {
	color: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.pnlm-info-box p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.pnlm-error-msg {
	display: none;
}

.pnlm-about-msg {
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	padding: 5px 8px;
	background: rgba(0,0,0,.7);
	border-radius: 3px;
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 1;
}

.pnlm-about-msg a:link,.pnlm-about-msg a:visited {
	color: #fff;
}

.pnlm-about-msg a:active,.pnlm-about-msg a:hover {
	color: #eee;
}

.pnlm-hotspot-base {
	position: absolute;
	visibility: hidden;
	cursor: default;
	vertical-align: middle;
	top: 0;
	z-index: 1;
}

.pnlm-hotspot {
	height: 26px;
	width: 26px;
	border-radius: 13px;
}

.pnlm-hotspot:hover {
	background-color: hsla(0,0%,100%,.2);
}

.pnlm-hotspot.pnlm-info {
	background-position: 0 -78pt;
}

.pnlm-hotspot.pnlm-scene {
	background-position: 0 -130px;
}

div.pnlm-tooltip span {
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	max-width: 200px;
	padding: 5px 10px;
	margin-left: -220px;
	cursor: default;
}

div.pnlm-tooltip:hover span {
	visibility: visible;
}

div.pnlm-tooltip:hover span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: rgba(0,0,0,.7);
	bottom: -20px;
	left: -10px;
	margin: 0 50%;
}

.pnlm-compass {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 4px;
	bottom: 4px;
	border-radius: 25px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cpath d='M24.508 6L21.25 24h7.5L25.492 6h-.984zM21.25 26l3.258 18h.984l3.258-18h-7.5zm1.195.994h5.11L25 41.102l-2.555-14.108z'/%3E%3C/svg%3E");
	cursor: default;
	display: none;
}

.pnlm-world {
	position: absolute;
	left: 50%;
	top: 50%;
}

.pnlm-face {
	position: absolute;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.pnlm-dragfix,.pnlm-preview-img {
	position: absolute;
	height: 100%;
	width: 100%;
}

.pnlm-preview-img {
	background-size: cover;
	background-position: 50%;
}

.pnlm-lbar {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #fff;
	height: 6px;
}

.pnlm-lbar-fill {
	background: #fff;
	height: 100%;
	width: 0;
}

.pnlm-lmsg {
	font-size: 9pt;
}

.pnlm-fade-img {
	position: absolute;
	top: 0;
	left: 0;
}

.intl-tel-input {
	position: relative;
	display: inline-block;
}

.intl-tel-input * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.intl-tel-input .hide {
	display: none;
}

.intl-tel-input .v-hide {
	visibility: hidden;
}

.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-right: 36px;
	margin-right: 0;
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px;
}

@media (max-width:500px) {
	.intl-tel-input .country-list {
		white-space: normal;
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
	padding: 5px 10px;
	outline: none;
}

.intl-tel-input .country-list .country .dial-code {
	color: #999;
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0,0,0,.05);
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box {
	vertical-align: middle;
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box {
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0,0,0,.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0,0,0,.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-left: 6px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -750pt;
	left: -750pt;
	z-index: 1060;
	padding: 1px;
}

.intl-tel-input.iti-container:hover {
	cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px;
	line-height: 1.5em;
}

.iti-flag {
	height: 15px;
	-webkit-box-shadow: 0 0 1px 0 #888;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(clientlib-site/resources/img/flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti-flag {
		background-image: url(clientlib-site/resources/img/flags@2x.png);
	}
}

.iti-flag.np {
	background-color: transparent;
}

.iti-flag {
	width: 20px;
}

.iti-flag.be {
	width: 18px;
}

.iti-flag.ch {
	width: 15px;
}

.iti-flag.mc {
	width: 19px;
}

.iti-flag.ne {
	width: 18px;
}

.iti-flag.np {
	width: 13px;
}

.iti-flag.va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti-flag {
		background-size: 5652px 15px;
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0;
}

.iti-flag.al {
	height: 15px;
	background-position: -99pt 0;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0;
}

.iti-flag.ao {
	height: 14px;
	background-position: -11pc 0;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0;
}

.iti-flag.az {
	height: 10px;
	background-position: -22pc 0;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0;
}

.iti-flag.bd {
	height: 9pt;
	background-position: -418px 0;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0;
}

.iti-flag.bg {
	height: 9pt;
	background-position: -482px 0;
}

.iti-flag.bh {
	height: 9pt;
	background-position: -504px 0;
}

.iti-flag.bi {
	height: 9pt;
	background-position: -526px 0;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0;
}

.iti-flag.bm {
	height: 10px;
	background-position: -37pc 0;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0;
}

.iti-flag.bw {
	height: 14px;
	background-position: -8in 0;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0;
}

.iti-flag.ch {
	height: 15px;
	background-position: -59pc 0;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti-flag.cr {
	height: 9pt;
	background-position: -1115px 0;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti-flag.cv {
	height: 9pt;
	background-position: -1159px 0;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti-flag.de {
	height: 9pt;
	background-position: -1269px 0;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti-flag.do {
	height: 14px;
	background-position: -1379px 0;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti-flag.fi {
	height: 9pt;
	background-position: -1621px 0;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti-flag.gd {
	height: 9pt;
	background-position: -1797px 0;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti-flag.gy {
	height: 9pt;
	background-position: -2149px 0;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti-flag.ht {
	height: 9pt;
	background-position: -2259px 0;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti-flag.ir {
	height: 9pt;
	background-position: -2479px 0;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0;
}

.iti-flag.je {
	height: 9pt;
	background-position: -2545px 0;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti-flag.kg {
	height: 9pt;
	background-position: -2655px 0;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti-flag.km {
	height: 9pt;
	background-position: -2721px 0;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti-flag.li {
	height: 9pt;
	background-position: -2941px 0;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti-flag.lt {
	height: 9pt;
	background-position: -3029px 0;
}

.iti-flag.lu {
	height: 9pt;
	background-position: -3051px 0;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti-flag.mh {
	height: 11px;
	background-position: -203pc 0;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti-flag.mr {
	height: 14px;
	background-position: -214pc 0;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti-flag.mx {
	height: 9pt;
	background-position: -3556px 0;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0;
}

.iti-flag.mz {
	height: 14px;
	background-position: -225pc 0;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti-flag.ni {
	height: 9pt;
	background-position: -3730px 0;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0;
}

.iti-flag.sv {
	height: 9pt;
	background-position: -4713px 0;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti-flag.tt {
	height: 9pt;
	background-position: -5087px 0;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0;
}

.iti-flag.un {
	height: 14px;
	background-position: -5241px 0;
}

.iti-flag.us {
	height: 11px;
	background-position: -5263px 0;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5285px 0;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5307px 0;
}

.iti-flag.va {
	height: 15px;
	background-position: -5329px 0;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5346px 0;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5368px 0;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5390px 0;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5412px 0;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5434px 0;
}

.iti-flag.vu {
	height: 9pt;
	background-position: -341pc 0;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5478px 0;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5500px 0;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5522px 0;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5544px 0;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5566px 0;
}

.iti-flag.za {
	height: 14px;
	background-position: -5588px 0;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5610px 0;
}

.iti-flag.zw {
	height: 10px;
	background-position: -352pc 0;
}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInDownShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-10%,0);
		transform: translate3d(0,-10%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-10%,0);
		transform: translate3d(0,-10%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%,0,0);
		transform: translate3d(-10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%,0,0);
		transform: translate3d(-10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInLeftShortDim {
	0% {
		opacity: .7;
		-webkit-transform: translate3d(-10%,0,0);
		transform: translate3d(-10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftShortDim {
	0% {
		opacity: .7;
		-webkit-transform: translate3d(-10%,0,0);
		transform: translate3d(-10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInRightShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%,0,0);
		transform: translate3d(10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%,0,0);
		transform: translate3d(10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInRightShortDim {
	0% {
		opacity: .7;
		-webkit-transform: translate3d(10%,0,0);
		transform: translate3d(10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightShortDim {
	0% {
		opacity: .7;
		-webkit-transform: translate3d(10%,0,0);
		transform: translate3d(10%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInUpShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%,0);
		transform: translate3d(0,10%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpShort {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%,0);
		transform: translate3d(0,10%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInUpShortTranslateX {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,10%,0);
		transform: translate3d(-50%,50%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0);
	}
}

@keyframes fadeInUpShortTranslateX {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,10%,0);
		transform: translate3d(-50%,50%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0);
	}
}

@-webkit-keyframes fadeInBack {
	0% {
		-webkit-transform: translateZ(5pc);
		transform: translateZ(5pc);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fadeInBack {
	0% {
		-webkit-transform: translateZ(5pc);
		transform: translateZ(5pc);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBackDim {
	0% {
		-webkit-transform: translateZ(5pc);
		transform: translateZ(5pc);
		opacity: .7;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fadeInBackDim {
	0% {
		-webkit-transform: translateZ(5pc);
		transform: translateZ(5pc);
		opacity: .7;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBackTranslateX {
	0% {
		-webkit-transform: translate3d(-50%,0,5pc);
		transform: translate3d(-50%,0,5pc);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0);
		opacity: 1;
	}
}

@keyframes fadeInBackTranslateX {
	0% {
		-webkit-transform: translate3d(-50%,0,5pc);
		transform: translate3d(-50%,0,5pc);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,125pc,0);
		transform: translate3d(0,125pc,0);
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-125pc,0,0);
		transform: translate3d(-125pc,0,0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(125pc,0,0);
		transform: translate3d(125pc,0,0);
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-125pc,0);
		transform: translate3d(0,-125pc,0);
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(25pc) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		transform: perspective(25pc) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(25pc) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(25pc) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		transform: perspective(25pc) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(25pc) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(25pc) rotateX(90deg);
		transform: perspective(25pc) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(25pc) rotateX(-20deg);
		transform: perspective(25pc) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(25pc) rotateX(10deg);
		transform: perspective(25pc) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(25pc) rotateX(-5deg);
		transform: perspective(25pc) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(25pc) rotateX(90deg);
		transform: perspective(25pc) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(25pc) rotateX(-20deg);
		transform: perspective(25pc) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(25pc) rotateX(10deg);
		transform: perspective(25pc) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(25pc) rotateX(-5deg);
		transform: perspective(25pc) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(25pc) rotateY(90deg);
		transform: perspective(25pc) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(25pc) rotateY(-20deg);
		transform: perspective(25pc) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(25pc) rotateY(10deg);
		transform: perspective(25pc) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(25pc) rotateY(-5deg);
		transform: perspective(25pc) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(25pc) rotateY(90deg);
		transform: perspective(25pc) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(25pc) rotateY(-20deg);
		transform: perspective(25pc) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(25pc) rotateY(10deg);
		transform: perspective(25pc) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(25pc) rotateY(-5deg);
		transform: perspective(25pc) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}

	30% {
		-webkit-transform: perspective(25pc) rotateX(-20deg);
		transform: perspective(25pc) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(25pc) rotateX(90deg);
		transform: perspective(25pc) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}

	30% {
		-webkit-transform: perspective(25pc) rotateX(-20deg);
		transform: perspective(25pc) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(25pc) rotateX(90deg);
		transform: perspective(25pc) rotateX(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}

	30% {
		-webkit-transform: perspective(25pc) rotateY(-15deg);
		transform: perspective(25pc) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(25pc) rotateY(90deg);
		transform: perspective(25pc) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(25pc);
		transform: perspective(25pc);
	}

	30% {
		-webkit-transform: perspective(25pc) rotateY(-15deg);
		transform: perspective(25pc) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(25pc) rotateY(90deg);
		transform: perspective(25pc) rotateY(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-750pt,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-750pt,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-750pt,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-750pt,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-750pt,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-750pt,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-750pt,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-750pt,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(750pt,0,0);
		transform: scale3d(.1,.1,.1) translate3d(750pt,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(750pt,0,0);
		transform: scale3d(.1,.1,.1) translate3d(750pt,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,750pt,0);
		transform: scale3d(.1,.1,.1) translate3d(0,750pt,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,750pt,0);
		transform: scale3d(.1,.1,.1) translate3d(0,750pt,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,125pc,0);
		transform: scale3d(.1,.1,.1) translate3d(0,125pc,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,125pc,0);
		transform: scale3d(.1,.1,.1) translate3d(0,125pc,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-125pc,0,0);
		transform: scale(.1) translate3d(-125pc,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-125pc,0,0);
		transform: scale(.1) translate3d(-125pc,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(125pc,0,0);
		transform: scale(.1) translate3d(125pc,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(125pc,0,0);
		transform: scale(.1) translate3d(125pc,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-125pc,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-125pc,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-125pc,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-125pc,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInDownNav {
	0% {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
		visibility: visible;
		z-index: 200;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		z-index: 199;
	}
}

@keyframes slideInDownNav {
	0% {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
		visibility: visible;
		z-index: 200;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		z-index: 199;
	}
}

@-webkit-keyframes slideInDownMenu {
	0% {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDownMenu {
	0% {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInUpNav {
	0% {
		-webkit-transform: translate3d(0,75px,0);
		transform: translate3d(0,75px,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUpMenu {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
	}
}

@-webkit-keyframes slideInUpMenu {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0,-75px,0);
		transform: translate3d(0,-75px,0);
	}
}

@keyframes slideInUpNav {
	0% {
		-webkit-transform: translate3d(0,75px,0);
		transform: translate3d(0,75px,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@-webkit-keyframes slide-from-right-2020 {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-from-right-2020 {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-from-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-from-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes multiImageOpen {
	0% {
		height: 15vh;
		max-height: 15vh;
	}

	to {
		height: 100vw;
		max-height: 100vw;
	}
}

@keyframes multiImageOpen {
	0% {
		height: 15vh;
		max-height: 15vh;
	}

	to {
		height: 100vw;
		max-height: 100vw;
	}
}

@-webkit-keyframes multiImageClose {
	0% {
		height: 100vw;
		max-height: 100vw;
	}

	to {
		height: 15vh;
		max-height: 15vh;
	}
}

@keyframes multiImageClose {
	0% {
		height: 100vw;
		max-height: 100vw;
	}

	to {
		height: 15vh;
		max-height: 15vh;
	}
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-right-image {
	0% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right-image {
	0% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-left-image {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left-image {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@media (min-width:1024px) {
	.vertical-pbr {
		position: relative;
	}

	.vertical-pbr>.nav-container {
		overflow: hidden;
		position: fixed;
		display: block;
		height: 100vh;
		width: 18vw;
	}

	.vertical-pbr .wrap-container {
		width: 82vw;
		margin-left: 18vw;
		height: 100vh;
	}

	.vertical-pbr .pbr-menu {
		width: auto;
		height: 100%;
		overflow: hidden;
	}

	.vertical-pbr .pbr-menu .navbar-header {
		position: relative;
		height: 60px;
		width: auto;
	}

	.vertical-pbr .pbr-menu .navbar-brand {
		position: absolute;
	}

	.vertical-pbr .pbr-menu .navbar-main {
		height: 100%;
		background: none;
		position: relative;
	}

	.vertical-pbr .pbr-menu .navbar-main .nav-sections {
		left: -18vw;
		-webkit-transition: all .33s ease-in-out;
		transition: all .33s ease-in-out;
		position: absolute;
		width: 100%;
		margin-top: auto;
		z-index: 1100;
	}

	.vertical-pbr .pbr-menu .navbar-main .nav-sections .navbar {
		display: inline;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .navbar {
		padding: 0 0 0 20px;
		margin-top: 35px;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .nav-section {
		max-height: 100vh;
		overflow: auto;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .nav-section .subnav.navbar {
		display: inline;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .nav-section .subnav.navbar a {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: normal;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .nav-section .subnav.navbar .subnav.dropdown-menu {
		position: relative;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .nav-section .subnav.navbar .subnav.dropdown-menu.subnav {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.vertical-pbr .pbr-menu .navbar-main .navbar-collapse .subnav.dropdown-menu.subnav li {
		background: #f7f7f7;
	}

	.vertical-pbr .pbr-menu .navbar-main.open .nav-sections {
		margin-top: auto;
		margin-left: 18vw;
		position: absolute;
		width: 100%;
	}

	.vertical-pbr .pbr-menu .navbar-main.open .navbar-collapse>.navbar {
		margin-top: 0;
	}
}

.v360Overlay.component {
	position: relative;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100vh - 75px);
	min-height: 25pc;
	background-color: #666;
}

@media (min-width:1681px) {
	.v360Overlay.component {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.v360Overlay.component {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.v360Overlay.component {
		min-height: 220px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.v360Overlay.component {
		height: calc(100vh - 70px);
	}
}

.v360Overlay.component>.exterior,.v360Overlay.component>.interior {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.v360Overlay.component>.exterior.active,.v360Overlay.component>.interior.active {
	opacity: 1;
	pointer-events: all;
	-webkit-transition-property: none;
	transition-property: none;
}

.v360Overlay.component .models {
	position: absolute;
	left: 60px;
	font-family: RobotoRegular,sans-serif;
	font-size: 2pc;
	letter-spacing: 0;
	z-index: 3;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360Overlay.component .models:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .models:lang(bg),.v360Overlay.component .models:lang(ru),.v360Overlay.component .models:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .models:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .models:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .models:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360Overlay.component .models {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .models {
		font-size: 2.4pc;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .models {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .models {
		white-space: nowrap;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360Overlay.component .models {
		top: 10px;
		left: 20px;
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .models {
		top: 15px;
	}
}

.v360Overlay.component .models .model {
	padding-bottom: 2px;
	margin-right: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.v360Overlay.component .models .model.active,.v360Overlay.component .models .model:hover {
	opacity: 1;
}

.v360Overlay.component .models-scroll-top {
	position: absolute;
	top: 0;
	z-index: 3;
	height: 30px;
	width: 100%;
}

@media (max-width:1023px) {
	.v360Overlay.component .models-scroll-top {
		height: 45px;
	}
}

.v360Overlay.component .models-scroll-bottom {
	position: absolute;
	bottom: 0;
	z-index: 3;
	height: 30px;
	width: 100%;
}

.v360Overlay.component .custom-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.v360Overlay.component .custom-view-buttons {
	display: inline-table;
	position: unset!important;
	margin-top: 15px;
}

.v360Overlay.component .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.v360Overlay.component .title-style {
	font-size: 42px;
	color: #000;
}

.v360Overlay.component .text-style {
	font-size: 1pc;
	color: #000;
	padding-top: 15px;
	padding-right: 60px;
}

.v360Overlay.component .models-display {
	display: inline-table;
}

.v360Overlay.component .switch-button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #fff;
	opacity: .3;
}

.v360Overlay.component .switch-button.red-color {
	border-color: maroon;
}

.v360Overlay.component .switch-button.red-color .view-button {
	color: maroon;
}

.v360Overlay.component .switch-button.red-color .view-button.active {
	color: #fff;
	background-color: maroon;
}

.v360Overlay.component .switch-button:hover {
	opacity: 1;
}

@media (max-width:1366px) and (max-height:1024px) {
	.v360Overlay.component .switch-button {
		opacity: 1;
	}
}

@media (max-width:1279px) {
	.v360Overlay.component .switch-button {
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .switch-button {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .switch-button {
		opacity: 1;
	}
}

@media (max-width:479px) {
	.v360Overlay.component .switch-button {
		opacity: 1;
	}
}

.v360Overlay.component .switch-button-case {
	display: inline-block;
	background: none;
	width: 49%;
	height: 100%;
	color: #fff;
	position: relative;
	border: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.v360Overlay.component .switch-button-case:hover {
	color: grey;
	cursor: pointer;
}

.v360Overlay.component .switch-button-case:focus {
	outline: none;
}

.v360Overlay.component .a-active {
	opacity: 0;
	top: 30px;
	max-height: 42px;
	left: 0;
	color: #151515;
	background-color: #fff;
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.v360Overlay.component .a-active:hover {
	opacity: 1;
}

.v360Overlay.component .active-case {
	color: #151515;
}

.v360Overlay.component .b-switch-button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #fff;
	opacity: .3;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.v360Overlay.component .b-switch-button {
		opacity: .5;
	}
}

.v360Overlay.component .b-switch-button:hover {
	opacity: 1;
}

@media (max-width:1366px) and (max-height:1024px) {
	.v360Overlay.component .b-switch-button {
		opacity: 1;
	}
}

@media (max-width:1279px) {
	.v360Overlay.component .b-switch-button {
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .b-switch-button {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .b-switch-button {
		opacity: 1;
	}
}

@media (max-width:479px) {
	.v360Overlay.component .b-switch-button {
		opacity: 1;
	}
}

.v360Overlay.component .b-switch-button-case {
	display: inline-block;
	background: none;
	width: 49%;
	height: 100%;
	color: #fff;
	position: relative;
	border: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.v360Overlay.component .b-switch-button-case:hover {
	color: grey;
	cursor: pointer;
}

.v360Overlay.component .b-switch-button-case:focus {
	outline: none;
}

.v360Overlay.component .b-active {
	opacity: 0;
	top: 87px;
	max-height: 40px;
	left: 0;
	color: #151515;
	background-color: #fff;
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.v360Overlay.component .b-active-no-elements {
	top: 45px;
}

.v360Overlay.component .b-active-case {
	color: #151515;
}

.v360Overlay.component .view-buttons {
	left: 60px;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.3;
	z-index: 2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360Overlay.component .view-buttons:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .view-buttons:lang(bg),.v360Overlay.component .view-buttons:lang(ru),.v360Overlay.component .view-buttons:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .view-buttons:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .view-buttons:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .view-buttons:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360Overlay.component .view-buttons {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .view-buttons {
		font-size: 20.4px;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .view-buttons {
		font-size: 25.5px;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .view-buttons {
		white-space: nowrap;
		left: 50%;
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360Overlay.component .view-buttons {
		left: 20px;
		bottom: 20px;
		-webkit-transform: none;
		transform: none;
		font-size: 15px;
	}
}

.v360Overlay.component .view-buttons .view-button {
	text-decoration: none;
	vertical-align: middle;
	width: 98px;
	height: 38px;
	display: table-cell;
	text-align: center;
	color: #fff;
	min-width: 3pc;
	cursor: pointer;
}

@media (max-width:1366px) and (max-height:1024px) {
	.v360Overlay.component .view-buttons .view-button {
		opacity: 1;
	}
}

@media (max-width:1279px) {
	.v360Overlay.component .view-buttons .view-button {
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .view-buttons .view-button {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .view-buttons .view-button {
		opacity: 1;
	}
}

@media (max-width:479px) {
	.v360Overlay.component .view-buttons .view-button {
		opacity: 1;
	}
}

.v360Overlay.component .view-buttons .view-button.active {
	color: #333;
	background-color: #fff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media (max-width:1366px) and (max-height:1024px) {
	.v360Overlay.component .view-buttons .view-button.active {
		opacity: 1;
	}
}

@media (max-width:1279px) {
	.v360Overlay.component .view-buttons .view-button.active {
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .view-buttons .view-button.active {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .view-buttons .view-button.active {
		opacity: 1;
	}
}

@media (max-width:479px) {
	.v360Overlay.component .view-buttons .view-button.active {
		opacity: 1;
	}
}

.v360Overlay.component .view-buttons .view-button:hover {
	opacity: 1;
}

.v360Overlay.component .view-buttons.active:after,.v360Overlay.component .view-buttons.active:before,.v360Overlay.component .view-buttons:active,.v360Overlay.component .view-buttons:active:after,.v360Overlay.component .view-buttons:active:before {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.v360Overlay.component .cta-container {
	display: table;
	position: absolute;
	left: 60px;
	bottom: 30px;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.3;
	z-index: 2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.v360Overlay.component .cta-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .cta-container:lang(bg),.v360Overlay.component .cta-container:lang(ru),.v360Overlay.component .cta-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .cta-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .cta-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .cta-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360Overlay.component .cta-container {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .cta-container {
		font-size: 20.4px;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .cta-container {
		font-size: 25.5px;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .cta-container {
		white-space: nowrap;
		left: 50%;
		bottom: 30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width:767px) {
	.v360Overlay.component .cta-container {
		padding: 0 30px;
		width: 84%;
		left: 49.5%;
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360Overlay.component .cta-container {
		left: 20px;
		bottom: 20px;
		-webkit-transform: none;
		transform: none;
		font-size: 15px;
		padding-right: 30px;
		padding-left: 30px;
		width: -webkit-fill-available;
	}
}

.v360Overlay.component .cta-container .cta {
	z-index: 1;
	left: 60px;
	margin: 0;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.v360Overlay.component .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.v360Overlay.component .cta-container .cta:lang(bg),.v360Overlay.component .cta-container .cta:lang(ru),.v360Overlay.component .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.v360Overlay.component .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.v360Overlay.component .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .cta-container .cta {
		font-size: 21px;
	}
}

.v360Overlay.component .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
	margin: 0;
}

.v360Overlay.component .cta-container .cta.blue {
	margin: 0;
	background-color: #00425e;
}

.v360Overlay.component .cta-container .cta.blue a {
	color: #fff;
}

.v360Overlay.component .cta-container .cta a {
	padding: 0;
}

.v360Overlay.component .cta-container .cta:first-child {
	margin-left: 0;
}

@media (min-width:479px) and (max-width:767px) {
	.v360Overlay.component .cta-container .cta {
		padding: 5px 15px;
	}
}

.v360Overlay.component .overlay {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 59vw;
	min-height: 248px;
	max-height: 60vh;
	z-index: 3;
	bottom: 0;
	left: 50%;
	padding: 30px;
	line-height: 1.5;
	opacity: 0;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	background-color: #fff;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (max-width:1023px) {
	.v360Overlay.component .overlay {
		width: 100vw;
		padding: 30px 20px;
		text-align: center;
		height: auto;
		max-height: 100vh;
	}
}

@media (max-height:519px) {
	.v360Overlay.component .overlay {
		width: 100vw;
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360Overlay.component .overlay {
		max-height: 80vh;
		min-height: 60vh;
	}
}

.v360Overlay.component .overlay.opened {
	z-index: 3;
	opacity: 1;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.v360Overlay.component .overlay .overlay-close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 30px;
	top: 30px;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='gray'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 18px;
	margin: -18px -24px;
	padding: 18px 24px;
}

@media (max-width:1023px) {
	.v360Overlay.component .overlay .overlay-close {
		top: 18px;
		right: 24px;
	}
}

.v360Overlay.component .overlay .overlay-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 30px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #00425e;
}

.v360Overlay.component .overlay .overlay-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .overlay .overlay-title:lang(bg),.v360Overlay.component .overlay .overlay-title:lang(ru),.v360Overlay.component .overlay .overlay-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .overlay .overlay-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .overlay .overlay-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .overlay .overlay-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360Overlay.component .overlay .overlay-title {
		font-size: 26px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .overlay .overlay-title {
		font-size: 36px;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .overlay .overlay-title {
		font-size: 45px;
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .overlay .overlay-title {
		margin-top: 6px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.v360Overlay.component .overlay .overlay-description {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 4.5em;
	max-height: calc(60vh - 177px);
	overflow: auto;
	margin-bottom: 15px;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.v360Overlay.component .overlay .overlay-description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.v360Overlay.component .overlay .overlay-description:lang(bg),.v360Overlay.component .overlay .overlay-description:lang(ru),.v360Overlay.component .overlay .overlay-description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.v360Overlay.component .overlay .overlay-description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .overlay .overlay-description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .overlay .overlay-description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.v360Overlay.component .overlay .overlay-description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .overlay .overlay-description {
		font-size: 24px;
	}
}

.v360Overlay.component .overlay .overlay-description::-webkit-scrollbar {
	width: 5px;
}

.v360Overlay.component .overlay .overlay-description::-webkit-scrollbar-thumb {
	background: #f2f1f0;
	border-radius: 2.5px;
}

@media (min-width:767px) and (max-width:1023px) {
	.v360Overlay.component .overlay .overlay-description {
		max-height: calc(100vh - 177px);
	}
}

.v360Overlay.component .overlay .cta-container .cta {
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 4px;
	margin-right: 30px;
}

.v360Overlay.component .overlay .cta-container .cta a {
	display: inline;
}

.v360Overlay.component .overlay .cta-container .cta.cta-hidden {
	opacity: 0;
	pointer-events: none;
}

@media (max-width:1023px) {
	.v360Overlay.component .overlay .cta-container .cta {
		width: 100%;
		margin-bottom: 30px;
	}

	.v360Overlay.component .overlay .cta-container .cta:last-child {
		margin-bottom: 0;
	}
}

.v360Overlay.component .panorama .custom-hotspot,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='eacc5e89-dbd8-4683-aa0a-9136e19e36f1' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D.st1%7Bfill:none;stroke:%23333;stroke-width:.5;stroke-miterlimit:10%7D%3C/style%3E%3Ccircle class='st0' cx='9.5' cy='9.5' r='9.5'/%3E%3Cpath class='st1' d='M9.5 6v7M6 9.5h7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 45px;
	height: 45px;
	cursor: pointer;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:767px) {
	.v360Overlay.component .panorama .custom-hotspot,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot {
		width: 30px;
		height: 30px;
	}
}

.v360Overlay.component .panorama .custom-hotspot:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:before {
	position: absolute;
	display: block;
	content: "";
	width: 95%;
	height: 95%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

.v360Overlay.component .panorama .custom-hotspot:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	-webkit-animation: pulse3 1s 0s infinite both;
	animation: pulse3 1s 0s infinite both;
}

.v360Overlay.component .panorama .custom-hotspot:hover:after,.v360Overlay.component .panorama .custom-hotspot:hover:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:hover:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:hover:before {
	position: absolute;
	display: block;
	content: "";
	border: 1px solid #fff;
	width: 260%;
	height: 260%;
	top: -37px;
	left: -83%;
	border-radius: 50%;
	-webkit-animation: hover3 1s 0s infinite both;
	animation: hover3 1s 0s infinite both;
}

.v360Overlay.component .panorama .custom-hotspot.active:after,.v360Overlay.component .panorama .custom-hotspot.active:before,.v360Overlay.component .panorama .custom-hotspot:active,.v360Overlay.component .panorama .custom-hotspot:active:after,.v360Overlay.component .panorama .custom-hotspot:active:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.active:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.active:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:active,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:active:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot:active:before {
	-webkit-animation-name: none;
	animation-name: none;
	border: 0;
}

.v360Overlay.component .panorama .custom-hotspot.off,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.off {
	opacity: .5;
}

.v360Overlay.component .panorama .custom-hotspot.off:after,.v360Overlay.component .panorama .custom-hotspot.off:before,.v360Overlay.component .panorama .custom-hotspot.off:hover:after,.v360Overlay.component .panorama .custom-hotspot.off:hover:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.off:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.off:before,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.off:hover:after,.v360Overlay.component .walkaround .hotspot_container .custom-hotspot.off:hover:before {
	display: none;
}

@-webkit-keyframes pulse1 {
	5.9% {
		opacity: 0;
	}

	6% {
		opacity: .5;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	25.9% {
		opacity: 0;
	}

	26% {
		opacity: .5;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes pulse2 {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(200% - 10px);
		height: calc(200% - 10px);
		border-width: 20px;
	}

	20.01% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(200% - 10px);
		height: calc(200% - 10px);
		border-width: 20px;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes pulse3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 hsla(0,0%,95.3%,.6);
		box-shadow: 0 0 0 0 hsla(0,0%,95.3%,.6);
	}

	to {
		-webkit-box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0);
		box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0);
	}
}

@-webkit-keyframes hover3 {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes pulse1hover {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	5% {
		opacity: .5;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	to {
		opacity: .5;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}
}

@-webkit-keyframes pulse2hover {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	20.01% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	to {
		opacity: 0;
	}
}

.v360Overlay.component[data-animation=true] {
	opacity: 0;
}

.v360Overlay.component[data-animation=true].in-view {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.front .custom-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.left .custom-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.right .custom-hotspot {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBack;
	animation-name: fadeInBack;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.front .custom-hotspot .line-for-label,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.left .custom-hotspot .line-for-label,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot .line-for-label,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.right .custom-hotspot .line-for-label {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.front .custom-hotspot .line-for-label.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.left .custom-hotspot .line-for-label.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot .line-for-label.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.right .custom-hotspot .line-for-label.lowerLine {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownShort;
	animation-name: fadeInDownShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.front .custom-hotspot .label-of-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.left .custom-hotspot .label-of-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot .label-of-hotspot,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.right .custom-hotspot .label-of-hotspot {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.front .custom-hotspot .label-of-hotspot.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.left .custom-hotspot .label-of-hotspot.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot .label-of-hotspot.lowerLine,.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .controls .hotspot_container.right .custom-hotspot .label-of-hotspot.lowerLine {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .cta-container {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBack;
	animation-name: fadeInBack;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.v360Overlay.component[data-animation=true].in-view .exterior .walkaround .cta-container {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBackTranslateX;
		animation-name: fadeInBackTranslateX;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.v360Overlay.component[data-animation=true].in-view .interior .panorama .cta-container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBack;
	animation-name: fadeInBack;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.v360Overlay.component[data-animation=true].in-view .interior .panorama .cta-container {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBackTranslateX;
		animation-name: fadeInBackTranslateX;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.v360Overlay.component[data-animation=true].in-view .text-container .view-buttons .view-button {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBack;
	animation-name: fadeInBack;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.accordion-item {
	overflow: hidden;
}

.accordion-item,.accordion-item.background-white,.accordion-item.background-white .accordion-item {
	background-color: #fff;
}

.accordion-item.background-grey {
	margin: 0;
	background-color: #f2f1f0;
	padding: 60px 0;
}

@media (max-width:1023px) {
	.accordion-item.background-grey {
		padding: 45px 0;
	}
}

@media (max-width:767px) {
	.accordion-item.background-grey {
		padding: 15px 0;
	}
}

.accordion-item.background-grey+.background-grey {
	padding-top: 0;
}

.accordion-item.background-grey .accordion-item {
	background-color: #f2f1f0;
	margin: 0;
	padding: 0;
}

@media (max-width:767px) {
	.accordion-item.image-left,.accordion-item.image-right {
		padding-top: 0;
		padding-bottom: 15px;
	}
}

@media (max-width:1023px) {
	.accordion-item {
		margin-bottom: 0;
	}
}

.accordion-item .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.accordion-item .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.accordion-item .sublinks {
		font-size: 24px;
	}
}

.accordion-item .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.accordion-item .cta-container {
	margin: 0;
}

.accordion-item .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.accordion-item .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.accordion-item .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.accordion-item .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

.accordion-item .container {
	display: table;
	position: relative;
	z-index: 2;
}

.accordion-item .container .content {
	display: table-row;
}

.accordion-item .container .content .details,.accordion-item .container .content .image {
	display: table-cell;
	width: 50%;
	max-width: 50vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}

.accordion-item .container .content .image {
	padding-left: 60px;
	padding-right: 60px;
}

.accordion-item .container .content .image img {
	max-width: 100%;
}

@media (max-width:1023px) {
	.accordion-item .container .content .image img {
		width: 100%;
	}
}

.accordion-item .container .content .image-on-left {
	display: table-cell;
}

.accordion-item .container .content .image-on-right {
	display: none;
}

.accordion-item .container .content .details {
	padding-right: 60px;
}

.accordion-item .container .content .details.imageNotConfigured {
	padding-left: 60px;
}

.accordion-item .container .content .details .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-bottom: 10px;
}

.accordion-item .container .content .details .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.accordion-item .container .content .details .title:lang(bg),.accordion-item .container .content .details .title:lang(ru),.accordion-item .container .content .details .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.accordion-item .container .content .details .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.accordion-item .container .content .details .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.accordion-item .container .content .details .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.accordion-item .container .content .details .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.accordion-item .container .content .details .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.accordion-item .container .content .details .title {
		font-size: 63px;
	}
}

.accordion-item .container .content .details .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.accordion-item .container .content .details .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.accordion-item .container .content .details .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.accordion-item .container .content .details .subtitle {
		font-size: 30px;
	}
}

.accordion-item .container .content .details .text {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
	max-width: none;
}

@media (min-width:1681px) {
	.accordion-item .container .content .details .text {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.accordion-item .container .content .details .text {
		font-size: 27px;
	}
}

.accordion-item .container .content .details button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.accordion-item .container .content .details .more {
	text-transform: uppercase;
	text-decoration: none;
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-top: 60px;
	line-height: 25px;
	padding: 0;
	cursor: pointer;
}

.accordion-item .container .content .details .more:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.accordion-item .container .content .details .more:lang(bg),.accordion-item .container .content .details .more:lang(ru),.accordion-item .container .content .details .more:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.accordion-item .container .content .details .more:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.accordion-item .container .content .details .more:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.accordion-item .container .content .details .more:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.accordion-item .container .content .details .more {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.accordion-item .container .content .details .more {
		font-size: 21px;
	}
}

.accordion-item .container .content .details .more .label-less {
	display: none;
}

.accordion-item .container .content .details .more .icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 20px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

@media (min-width:1681px) {
	.accordion-item .container .content .details .more .icon {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.accordion-item .container .content .details .more .icon {
		height: 37.5px;
		width: 37.5px;
	}
}

.accordion-item.image-right .container .content .image-on-left {
	display: none;
}

.accordion-item.image-right .container .content .image-on-right {
	display: table-cell;
	text-align: right;
}

.accordion-item.image-right .container .content .details {
	padding-left: 60px;
}

.accordion-item.no-image .container .content .details {
	padding: 0 60px;
}

.accordion-item.no-image .container .content .details .text {
	max-width: none;
}

.accordion-item .expanded {
	display: none;
	background-color: #f2f1f0;
	padding: 90pt 90pt 30px;
	position: relative;
	margin-top: -60px;
	z-index: 1;
	color: #333;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

.background-grey .accordion-item .expanded {
	background-color: #fff;
}

.background-white .accordion-item .expanded {
	background-color: #f2f1f0;
}

@media (min-width:1681px) {
	.accordion-item .expanded {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.accordion-item .expanded {
		font-size: 24px;
	}
}

.accordion-item .expanded .title {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.accordion-item .expanded .title {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.accordion-item .expanded .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.accordion-item .expanded .title {
		font-size: 30px;
	}
}

.accordion-item .expanded .text {
	margin-top: -5px;
}

.accordion-item .expanded .table {
	display: table;
	width: 100%;
}

.accordion-item .expanded .table .row {
	display: table-row;
}

.accordion-item .expanded .table .row .cell {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 0 0 30px;
}

.accordion-item .expanded .table .row .cell:first-child {
	padding-right: 60px;
}

.accordion-item .expanded .table .row .cell:last-child {
	padding-left: 60px;
}

.accordion-item .expanded .table .row .cell:only-child {
	padding-right: 0;
	padding-left: 0;
}

.accordion-item .expanded .table .row .cell .title {
	margin-bottom: 10px;
}

.accordion-item .expanded .table .row .cell .subtitle {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media (min-width:1681px) {
	.accordion-item .expanded .table .row .cell .subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.accordion-item .expanded .table .row .cell .subtitle {
		font-size: 27px;
	}
}

.accordion-item .expanded img {
	display: block;
	width: 100%;
	margin: 26px 0 17px;
}

.accordion-item .overlayData .expanded,.background-grey .accordion-item .overlayData .expanded,.background-white .accordion-item .overlayData .expanded {
	background-color: #fff;
}

.accordion-item.active {
	margin-bottom: 0;
	padding-bottom: 0;
}

.accordion-item.active .container {
	margin-bottom: 0;
}

.accordion-item.active .container .content .details .more .label-more {
	display: none;
}

.accordion-item.active .container .content .details .more .label-less {
	display: inline;
}

.accordion-item.active .container .content .details .more .icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width:1023px) {
	.accordion-item {
		margin-bottom: 0;
	}

	.accordion-item .container,.accordion-item.image-right .container {
		display: block;
		margin-bottom: 0;
	}

	.accordion-item .container .content,.accordion-item.image-right .container .content {
		display: block;
	}

	.accordion-item .container .content .details,.accordion-item .container .content .image,.accordion-item.image-right .container .content .details,.accordion-item.image-right .container .content .image {
		display: block;
		width: auto;
		max-width: none;
		padding: 0 45px 30px;
	}

	.accordion-item .container .content .details,.accordion-item.image-right .container .content .details {
		padding: 30px 45px;
	}

	.accordion-item .container .content .details .text,.accordion-item.image-right .container .content .details .text {
		max-width: none;
		font-size: 14px;
	}

	.accordion-item .container .content .details .more,.accordion-item.image-right .container .content .details .more {
		font-size: 14px;
		margin-top: 30px;
	}

	.accordion-item .container .content .image-on-left,.accordion-item.image-right .container .content .image-on-left {
		display: block;
		padding-bottom: 0;
	}

	.accordion-item .container .content .image-on-right,.accordion-item.image-right .container .content .image-on-right {
		display: none;
	}

	.accordion-item.active .container .content .details .more {
		display: block;
		position: relative;
	}

	.accordion-item .expanded {
		padding: 90px 45px 45px;
		margin-bottom: 0;
		margin-top: -75px;
	}

	.accordion-item .expanded .table,.accordion-item .expanded .table .row {
		display: block;
	}

	.accordion-item .expanded .table .row .cell {
		display: block;
		width: 100%;
	}

	.accordion-item .expanded .table .row .cell,.accordion-item .expanded .table .row .cell:first-child,.accordion-item .expanded .table .row .cell:last-child {
		padding: 0 0 40px;
	}

	.accordion-item .expanded img {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.accordion-item .expanded img:last-child {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.accordion-item .container .content .image,.accordion-item.image-right .container .content .image {
		padding: 0;
	}

	.accordion-item .container .content .details,.accordion-item.image-right .container .content .details {
		padding: 20px;
	}

	.accordion-item.active .container .content .details .more .icon {
		position: static;
		right: auto;
		top: auto;
	}

	.accordion-item .expanded {
		padding: 60px 20px 45px;
		margin-top: -60px;
	}

	.accordion-item .expanded .cell img {
		margin-top: 3pc;
	}
}

.accordion-item .img-disclaimer {
	position: relative;
}

.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 4px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	white-space: normal;
}

@media (min-width:1681px) {
	.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 50px;
	}
}

.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.accordion-item .img-disclaimer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.accordion-item .img-disclaimer img {
	width: 100%;
}

.accordion-item[data-animation=true] .details>*,.accordion-item[data-animation=true] .image img {
	opacity: 0;
}

.accordion-item[data-animation=true].in-view .image img {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.accordion-item[data-animation=true].in-view .details>:not(button) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.accordion-item[data-animation=true].in-view .details>button {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.mhev {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: calc(100vh - 75px);
}

@media (min-width:1681px) {
	.mhev {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.mhev {
		height: calc(100vh - 112.5px);
	}
}

@media screen and (max-width:1023px) {
	.mhev {
		height: calc(100vh - 70px);
	}
}

@media screen and (max-width:767px) {
	.mhev {
		height: calc(100vh - 70px);
	}
}

.mhev.fixed .slides {
	position: fixed;
	z-index: 999;
	height: calc(100% - 75px);
	top: 75px;
}

@media (min-width:1681px) {
	.mhev.fixed .slides {
		height: calc(100% - 90px);
		top: 90px;
	}
}

@media (min-width:2201px) {
	.mhev.fixed .slides {
		height: calc(100% - 112.5px);
		top: 112.5px;
	}
}

@media screen and (max-width:1023px) {
	.mhev.fixed .slides {
		height: calc(100% - 70px);
		top: 70px;
	}
}

@media screen and (max-width:767px) {
	.mhev.fixed .slides {
		height: calc(100% - 70px);
		top: 70px;
	}
}

.mhev .slides {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mhev .slides .discover-more {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 30px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
	}
}

.mhev .slides .discover-more.animate .icon {
	-webkit-animation: slide-top 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;
	animation: slide-top 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both;
}

.mhev .slides .discover-more .label {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	margin-bottom: 15px;
}

.mhev .slides .discover-more .label:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.mhev .slides .discover-more .label:lang(bg),.mhev .slides .discover-more .label:lang(ru),.mhev .slides .discover-more .label:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.mhev .slides .discover-more .label:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.mhev .slides .discover-more .label:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.mhev .slides .discover-more .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.mhev .slides .discover-more .label {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.mhev .slides .discover-more .label {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.mhev .slides .discover-more .label {
		margin-bottom: 15px;
		font-size: 14px;
	}
}

.mhev .slides .discover-more .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M11.568 40C5.186 39.982.018 34.814 0 28.432V11.568C0 5.179 5.18 0 11.568 0c6.389 0 11.568 5.18 11.568 11.568v16.864C23.118 34.814 17.95 39.982 11.568 40zm0-37.924a9.504 9.504 0 0 0-9.492 9.492v16.864a9.492 9.492 0 0 0 18.984 0V11.568a9.504 9.504 0 0 0-9.492-9.492z'/%3E%3Cpath d='M11.568 16.512a1.04 1.04 0 0 1-1.04-1.036V9.344a1.04 1.04 0 0 1 2.08 0v6.132a1.04 1.04 0 0 1-1.04 1.036z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.mhev .slides .discover-more.darkGrey {
	color: #333;
}

.mhev .slides .discover-more.darkGrey .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg fill='%23333' fill-rule='nonzero'%3E%3Cpath d='M11.568 40C5.186 39.982.018 34.814 0 28.432V11.568C0 5.179 5.18 0 11.568 0c6.389 0 11.568 5.18 11.568 11.568v16.864C23.118 34.814 17.95 39.982 11.568 40zm0-37.924a9.504 9.504 0 0 0-9.492 9.492v16.864a9.492 9.492 0 0 0 18.984 0V11.568a9.504 9.504 0 0 0-9.492-9.492z'/%3E%3Cpath d='M11.568 16.512a1.04 1.04 0 0 1-1.04-1.036V9.344a1.04 1.04 0 0 1 2.08 0v6.132a1.04 1.04 0 0 1-1.04 1.036z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: contain;
}

@media (max-width:1023px) {
	.mhev .slides .discover-more {
		bottom: 45px;
	}
}

@media (max-width:767px) {
	.mhev .slides .discover-more {
		bottom: 20px;
	}
}

.mhev .slides .slide {
	z-index: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

.mhev .slides .slide.current {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}

.mhev .slides .slide .background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mhev .slides .slide .background.video {
	height: auto;
	background: none;
}

@media (max-width:1023px) {
	.mhev .slides .slide .background.video {
		width: auto;
		height: 100%;
		background: none;
	}

	.mhev .slides .slide .background.video .portrait {
		width: 100%;
	}
}

.mhev .slides .slide .background.video .portrait {
	display: none;
}

.mhev .slides .slide .background.video .landscape,.mhev .slides .slide .background.video .landscape-fullscreen {
	display: block;
}

@media (max-width:1023px) {
	.mhev .slides .slide .background.video .portrait {
		display: block;
	}

	.mhev .slides .slide .background.video .landscape,.mhev .slides .slide .background.video .landscape-fullscreen {
		display: none;
	}
}

.mhev .slides .slide .background:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.mhev .slides .slide .background.white:after {
	background: #fff;
}

.mhev .slides .slide .background.darkGrey:after {
	background: #333;
}

.mhev .slides .slide .background.navyBlue:after {
	background: #00425e;
}

.mhev .slides .slide .background.black:after {
	background: #000;
}

.mhev .slides .slide .background.offWhite:after {
	background: #f2f1f0;
}

.mhev .slides .slide .background.image:after {
	display: none;
}

.mhev .slides .slide .background.image .background-image {
	display: block;
}

.mhev .slides .slide .background.image .background-image.portrait {
	display: none;
}

@media (max-width:1023px) {
	.mhev .slides .slide .background.image .background-image {
		display: none;
	}

	.mhev .slides .slide .background.image .background-image.portrait {
		display: block;
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.mhev .slides .slide .background.image .background-image {
		display: block;
	}

	.mhev .slides .slide .background.image .background-image.portrait {
		display: none;
	}
}

.mhev .slides .slide .background .landscape {
	left: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: 100%;
	height: calc(100vh - 75px);
}

.mhev .slides .slide .background .landscape-fullscreen {
	left: -100%;
	margin: auto;
	min-height: calc(100vh - 90px);
	min-width: 100vw;
	position: absolute;
	right: -100%;
	bottom: calc(-100vh + 90px);
	top: 0;
}

.mhev .slides .slide .background .portrait {
	min-width: 100vw;
}

.mhev .slides .slide .background .background-image,.mhev .slides .slide .background .portrait {
	bottom: -100%;
	left: -100%;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: auto;
}

.mhev .slides .slide .background .background-image {
	display: none;
	height: auto;
	min-width: 100%;
	zoom: normal;
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.mhev .slides .slide .background .background-image {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

.mhev .slides .slide .inner-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 90pt);
	height: 100%;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide {
		width: calc(100% - 90px);
		height: calc(100% - 90px);
	}
}

@media (max-width:767px) {
	.mhev .slides .slide .inner-slide {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}
}

.mhev .slides .slide .inner-slide .shape {
	top: 0;
	left: 0;
	width: 220vw;
	height: 220vw;
	background: #fff;
	border-radius: 50%;
	display: block;
	-webkit-transform: scale(.05);
	transform: scale(.05);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .shape {
		width: 220vh;
		height: 220vh;
	}
}

.mhev .slides .slide .inner-slide .shape.white {
	background: #fff;
}

.mhev .slides .slide .inner-slide .shape.darkGrey {
	background: #333;
}

.mhev .slides .slide .inner-slide .shape.navyBlue {
	background: #00425e;
}

.mhev .slides .slide .inner-slide .shape.black {
	background: #000;
}

.mhev .slides .slide .inner-slide .shape.offWhite {
	background: #f2f1f0;
}

.mhev .slides .slide .inner-slide .text {
	position: absolute;
	width: calc(100% / 3 - 60px);
	color: #333;
	z-index: 3;
}

.mhev .slides .slide .inner-slide .text.center-text {
	width: 100%;
	text-align: center!important;
}

.mhev .slides .slide .inner-slide .text.white,.mhev .slides .slide .inner-slide .text.white .cta .inner-cta {
	color: #fff;
}

.mhev .slides .slide .inner-slide .text.white .cta .inner-cta:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23FFFFFF' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.mhev .slides .slide .inner-slide .text.darkGrey,.mhev .slides .slide .inner-slide .text.darkGrey .cta .inner-cta {
	color: #333;
}

.mhev .slides .slide .inner-slide .text.darkGrey .cta .inner-cta:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23333333' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.mhev .slides .slide .inner-slide .text[data-vpos=top] {
	top: 0;
	padding-bottom: 60px;
}

.mhev .slides .slide .inner-slide .text[data-vpos=center] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mhev .slides .slide .inner-slide .text[data-vpos=bottom] {
	bottom: 0;
	padding-top: 60px;
}

.mhev .slides .slide .inner-slide .text[data-hpos=left] {
	left: 0;
	text-align: left;
}

.mhev .slides .slide .inner-slide .text[data-hpos=center] {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.mhev .slides .slide .inner-slide .text[data-hpos=center][data-vpos=center] {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.mhev .slides .slide .inner-slide .text[data-hmpos=right],.mhev .slides .slide .inner-slide .text[data-hpos=right] {
	right: 0;
	text-align: right;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text {
		width: 100%;
	}

	.mhev .slides .slide .inner-slide .text[data-vmpos=top] {
		top: 0!important;
		bottom: auto!important;
		padding-bottom: 60px!important;
	}

	.mhev .slides .slide .inner-slide .text[data-vmpos=center] {
		top: 50%!important;
		bottom: auto!important;
		-webkit-transform: translateY(-50%)!important;
		transform: translateY(-50%)!important;
		padding: 0!important;
	}

	.mhev .slides .slide .inner-slide .text[data-vmpos=bottom] {
		bottom: 0!important;
		top: auto!important;
		padding-top: 60px!important;
	}

	.mhev .slides .slide .inner-slide .text[data-hmpos=left] {
		left: 0!important;
		right: auto!important;
		text-align: left!important;
	}

	.mhev .slides .slide .inner-slide .text[data-hmpos=center] {
		left: 50%!important;
		right: auto!important;
		-webkit-transform: translateX(-50%)!important;
		transform: translateX(-50%)!important;
		text-align: center!important;
	}

	.mhev .slides .slide .inner-slide .text[data-hmpos=center][data-vmpos=center] {
		top: 50%!important;
		bottom: auto!important;
		-webkit-transform: translateY(-50%) translateX(-50%)!important;
		transform: translateY(-50%) translateX(-50%)!important;
		padding: 0!important;
	}
}

.mhev .slides .slide .inner-slide .text .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	overflow: hidden;
}

.mhev .slides .slide .inner-slide .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.mhev .slides .slide .inner-slide .text .title:lang(bg),.mhev .slides .slide .inner-slide .text .title:lang(ru),.mhev .slides .slide .inner-slide .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.mhev .slides .slide .inner-slide .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.mhev .slides .slide .inner-slide .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.mhev .slides .slide .inner-slide .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.mhev .slides .slide .inner-slide .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.mhev .slides .slide .inner-slide .text .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .title {
		font-size: 27px;
	}
}

.mhev .slides .slide .inner-slide .text .title.everett {
	font-family: everett,sans-serif;
	font-style: normal;
}

.mhev .slides .slide .inner-slide .text .title.anko {
	font-family: anko,sans-serif;
	font-style: italic;
}

.mhev .slides .slide .inner-slide .text .title.big {
	font-size: 5pc;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .title.big {
		font-size: 50px;
	}
}

.mhev .slides .slide .inner-slide .text .title.small {
	font-size: 4pc;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .title.small {
		font-size: 42px;
	}
}

.mhev .slides .slide .inner-slide .text .subtitle {
	font-family: Univers45,sans-serif;
	font-size: 20px;
	padding-top: 15px;
	overflow: hidden;
}

.mhev .slides .slide .inner-slide .text .subtitle:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.mhev .slides .slide .inner-slide .text .subtitle:lang(bg),.mhev .slides .slide .inner-slide .text .subtitle:lang(ru),.mhev .slides .slide .inner-slide .text .subtitle:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.mhev .slides .slide .inner-slide .text .subtitle:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.mhev .slides .slide .inner-slide .text .subtitle:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.mhev .slides .slide .inner-slide .text .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.mhev .slides .slide .inner-slide .text .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.mhev .slides .slide .inner-slide .text .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .subtitle {
		font-size: 20px;
		padding-top: 15px;
	}
}

.mhev .slides .slide .inner-slide .text .subtitle.everett {
	font-family: everett,sans-serif;
	font-style: normal;
}

.mhev .slides .slide .inner-slide .text .subtitle.anko {
	font-family: anko,sans-serif;
	font-style: italic;
}

.mhev .slides .slide .inner-slide .text .subtitle.big {
	font-size: 5pc;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .subtitle.big {
		font-size: 50px;
	}
}

.mhev .slides .slide .inner-slide .text .subtitle.small {
	font-size: 4pc;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .subtitle.small {
		font-size: 42px;
	}
}

.mhev .slides .slide .inner-slide .text .body {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	padding-top: 15px;
	overflow: hidden;
}

.mhev .slides .slide .inner-slide .text .body:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.mhev .slides .slide .inner-slide .text .body:lang(bg),.mhev .slides .slide .inner-slide .text .body:lang(ru),.mhev .slides .slide .inner-slide .text .body:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.mhev .slides .slide .inner-slide .text .body:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.mhev .slides .slide .inner-slide .text .body:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.mhev .slides .slide .inner-slide .text .body:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.mhev .slides .slide .inner-slide .text .body {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.mhev .slides .slide .inner-slide .text .body {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .body {
		font-size: 1pc;
		padding-top: 15px;
	}
}

.mhev .slides .slide .inner-slide .text .body.everett {
	font-family: everett,sans-serif;
	font-style: normal;
}

.mhev .slides .slide .inner-slide .text .body.anko {
	font-family: anko,sans-serif;
	font-style: italic;
}

.mhev .slides .slide .inner-slide .text .cta {
	font-family: Univers45,sans-serif;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
	padding-top: 30px;
	overflow: hidden;
	z-index: 7;
}

.mhev .slides .slide .inner-slide .text .cta:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.mhev .slides .slide .inner-slide .text .cta:lang(bg),.mhev .slides .slide .inner-slide .text .cta:lang(ru),.mhev .slides .slide .inner-slide .text .cta:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.mhev .slides .slide .inner-slide .text .cta:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.mhev .slides .slide .inner-slide .text .cta:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.mhev .slides .slide .inner-slide .text .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.mhev .slides .slide .inner-slide .text .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.mhev .slides .slide .inner-slide .text .cta {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .text .cta {
		font-size: 14px;
		padding-top: 15px;
	}
}

.mhev .slides .slide .inner-slide .text .cta .inner-cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.mhev .slides .slide .inner-slide .text .cta .inner-cta:after {
	margin-left: 10px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23333333' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	position: relative;
}

@media (min-width:1681px) {
	.mhev .slides .slide .inner-slide .text .cta .inner-cta:after {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.mhev .slides .slide .inner-slide .text .cta .inner-cta:after {
		width: 30px;
		height: 30px;
	}
}

.mhev .slides .slide .inner-slide .text .inner-body,.mhev .slides .slide .inner-slide .text .inner-cta,.mhev .slides .slide .inner-slide .text .inner-subtitle,.mhev .slides .slide .inner-slide .text .inner-title {
	opacity: 0;
}

.mhev .slides .slide .inner-slide .image-container {
	position: absolute;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.mhev .slides .slide .inner-slide .image-container[data-vpos=top] {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mhev .slides .slide .inner-slide .image-container[data-vpos=center] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mhev .slides .slide .inner-slide .image-container[data-vpos=bottom] {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mhev .slides .slide .inner-slide .image-container[data-hpos=left] {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .image-container[data-hpos=left] {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mhev .slides .slide .inner-slide .image-container[data-hpos=left] .image-box {
		max-width: 100%;
	}
}

.mhev .slides .slide .inner-slide .image-container[data-hpos=center] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mhev .slides .slide .inner-slide .image-container[data-hpos=center] .image-box {
	max-width: none;
}

.mhev .slides .slide .inner-slide .image-container[data-hpos=center] .image-box .image {
	width: auto;
	min-width: 5vw;
}

.mhev .slides .slide .inner-slide .image-container[data-hpos=right] {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .image-container[data-hpos=right] {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.mhev .slides .slide .inner-slide .image-container[data-hpos=right] .image-box {
		max-width: 100%;
	}
}

.mhev .slides .slide .inner-slide .image-container .image-box {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(100% * (2 / 3));
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mhev .slides .slide .inner-slide .image-container .image-box .image {
	height: auto;
	width: 100%;
	opacity: 0;
}

.mhev .slides .slide .inner-slide .image-container .image-box .image.portrait {
	display: none;
	width: auto;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .image-container .image-box .image {
		display: none;
	}

	.mhev .slides .slide .inner-slide .image-container .image-box .image.portrait {
		display: block;
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.mhev .slides .slide .inner-slide .image-container .image-box .image {
		display: block;
	}

	.mhev .slides .slide .inner-slide .image-container .image-box .image.portrait {
		display: none;
	}
}

.mhev .slides .slide .inner-slide .image-container .image-box .portrait {
	display: none;
	height: auto;
	width: 100%;
}

.mhev .slides .slide .inner-slide .image-container .image-box .landscape {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width:1023px) {
	.mhev .slides .slide .inner-slide .image-container .image-box .portrait {
		display: block;
		z-index: 3;
		position: relative;
	}

	.mhev .slides .slide .inner-slide .image-container .image-box .landscape {
		display: none;
	}
}

.mhev .slides .slide.no-animation .inner-body,.mhev .slides .slide.no-animation .inner-cta,.mhev .slides .slide.no-animation .inner-subtitle,.mhev .slides .slide.no-animation .inner-title {
	opacity: 1!important;
}

@-webkit-keyframes fadeInTop {
	0% {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInTop {
	0% {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInTopRewind {
	0% {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInTopRewind {
	0% {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInBottom {
	0% {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottomRewind {
	0% {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInBottomRewind {
	0% {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	0% {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeftRewind {
	0% {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInLeftRewind {
	0% {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRightRewind {
	0% {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRightRewind {
	0% {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInHalf {
	0% {
		opacity: .7;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInHalf {
	0% {
		opacity: .7;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInHalfRewind {
	0% {
		opacity: .7;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInHalfRewind {
	0% {
		opacity: .7;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRewind {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInRewind {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}
}

@keyframes fadeOutTop {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutTopRewind {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}
}

@keyframes fadeOutTopRewind {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}
}

@keyframes fadeOutBottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutBottomRewind {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}
}

@keyframes fadeOutBottomRewind {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		opacity: 0;
	}
}

@keyframes fadeOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutLeftRewind {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}
}

@keyframes fadeOutLeftRewind {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%);
		opacity: 0;
	}
}

@keyframes fadeOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutRightRewind {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}
}

@keyframes fadeOutRightRewind {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	to {
		-webkit-transform: translateX(70%);
		transform: translateX(70%);
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutHalf {
	0% {
		opacity: 1;
	}

	to {
		opacity: .7;
	}
}

@keyframes fadeOutHalf {
	0% {
		opacity: 1;
	}

	to {
		opacity: .7;
	}
}

@-webkit-keyframes fadeOutHalfRewind {
	0% {
		opacity: 1;
	}

	to {
		opacity: .7;
	}
}

@keyframes fadeOutHalfRewind {
	0% {
		opacity: 1;
	}

	to {
		opacity: .7;
	}
}

@-webkit-keyframes fadeOutRewind {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOutRewind {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform: scale(.05);
		transform: scale(.05);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUp {
	0% {
		-webkit-transform: scale(.05);
		transform: scale(.05);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleUpRewind {
	0% {
		-webkit-transform: scale(.05);
		transform: scale(.05);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpRewind {
	0% {
		-webkit-transform: scale(.05);
		transform: scale(.05);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.mhev .slides .slide.no-animation .text {
	opacity: 1;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlow] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlow] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlow] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlowRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlowRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlowRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFast] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFast] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFast] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFastRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFastRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFastRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutTopFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlow] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlow] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlow] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlowRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlowRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlowRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFast] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFast] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFast] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFastRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFastRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFastRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutBottomFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlow] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlow] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlow] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlowRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlowRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlowRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFast] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFast] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFast] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFastRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFastRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFastRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutLeftFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlow] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlow] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlow] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlowRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlowRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlowRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFast] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFast] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFast] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFastRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFastRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFastRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutRightFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlow] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlow] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlow] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlowRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlowRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlowRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutFast] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFast] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFast] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .text[data-animate=fadeOutFastRewind] .inner-body,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFastRewind] .inner-cta,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFastRewind] .inner-subtitle,.mhev .slides .slide.no-animation .text[data-animate=fadeOutFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container {
	opacity: 1;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutTopSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutTopSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutTopFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutTopFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutBottomSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutBottomSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutBottomFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutBottomFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutLeftSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutLeftSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutLeftFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutLeftFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutRightSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutRightSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutRightFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutRightFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide.no-animation .image-container[data-animate=fadeOutFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide.no-animation .background,.mhev .slides .slide.no-animation .background[data-animate^=scaleUp]+.inner-slide .shape,.mhev .slides .slide.no-animation .image-container[data-animate^=slideTo] .image-box .image {
	opacity: 1;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTop;
	animation-name: fadeInTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTopRewind;
	animation-name: fadeInTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTop;
	animation-name: fadeInTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInTopFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTopRewind;
	animation-name: fadeInTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottom;
	animation-name: fadeInBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottomRewind;
	animation-name: fadeInBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottom;
	animation-name: fadeInBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInBottomFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottomRewind;
	animation-name: fadeInBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftRewind;
	animation-name: fadeInLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInLeftFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftRewind;
	animation-name: fadeInLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightRewind;
	animation-name: fadeInRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInRightFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightRewind;
	animation-name: fadeInRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeInFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutTopFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutBottomFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutLeftFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutRightFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlow] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlow] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlow] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlow] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlowRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlowRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlowRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutSlowRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFast] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFast] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFast] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFast] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFastRewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFastRewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFastRewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=fadeOutFastRewind] .inner-title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .text[data-animate=""] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=""] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=""] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=""] .inner-title,.mhev .slides .slide:not(.no-animation) .text[data-animate=Rewind] .inner-body,.mhev .slides .slide:not(.no-animation) .text[data-animate=Rewind] .inner-cta,.mhev .slides .slide:not(.no-animation) .text[data-animate=Rewind] .inner-subtitle,.mhev .slides .slide:not(.no-animation) .text[data-animate=Rewind] .inner-title {
	opacity: 1;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInTopSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTop;
	animation-name: fadeInTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInTopSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTopRewind;
	animation-name: fadeInTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInTopFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTop;
	animation-name: fadeInTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInTopFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInTopRewind;
	animation-name: fadeInTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInBottomSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottom;
	animation-name: fadeInBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInBottomSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottomRewind;
	animation-name: fadeInBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInBottomFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottom;
	animation-name: fadeInBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInBottomFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBottomRewind;
	animation-name: fadeInBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInLeftSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInLeftSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftRewind;
	animation-name: fadeInLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInLeftFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInLeftFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftRewind;
	animation-name: fadeInLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInRightSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInRightSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightRewind;
	animation-name: fadeInRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInRightFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInRightFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightRewind;
	animation-name: fadeInRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeInFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutTopSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutTopSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutTopFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTop;
	animation-name: fadeOutTop;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutTopFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutTopRewind;
	animation-name: fadeOutTopRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutBottomSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutBottomSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutBottomFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottom;
	animation-name: fadeOutBottom;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutBottomFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutBottomRewind;
	animation-name: fadeOutBottomRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutLeftSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutLeftSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutLeftFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutLeftFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeftRewind;
	animation-name: fadeOutLeftRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutRightSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutRightSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutRightFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutRightFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRightRewind;
	animation-name: fadeOutRightRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutSlow] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutSlowRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutFast] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=fadeOutFastRewind] .image-box .image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .image-container[data-animate=""] .image-box .image,.mhev .slides .slide:not(.no-animation) .image-container[data-animate=Rewind] .image-box .image,.mhev .slides .slide:not(.no-animation) .image-container[data-animate^=slideTo] .image-box .image {
	opacity: 1;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=scaleUpSlow]+.inner-slide .shape {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: scaleUp;
	animation-name: scaleUp;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=scaleUpSlowRewind]+.inner-slide .shape {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: scaleUpRewind;
	animation-name: scaleUpRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=scaleUpFast]+.inner-slide .shape {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: scaleUp;
	animation-name: scaleUp;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=scaleUpFastRewind]+.inner-slide .shape {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: scaleUpRewind;
	animation-name: scaleUpRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRewind;
	animation-name: fadeInRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutRewind;
	animation-name: fadeOutRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalf;
	animation-name: fadeInHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalf;
	animation-name: fadeInHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalf;
	animation-name: fadeOutHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalf;
	animation-name: fadeOutHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewindRewind;
	animation-name: fadeInHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewindRewind;
	animation-name: fadeInHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindSlow] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindSlowRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewindRewind;
	animation-name: fadeOutHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindFast] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindFastRewind] .background-image {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewindRewind;
	animation-name: fadeOutHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlow] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalf;
	animation-name: fadeInHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlowRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFast] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalf;
	animation-name: fadeInHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFastRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlow] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalf;
	animation-name: fadeOutHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlowRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFast] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalf;
	animation-name: fadeOutHalf;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFastRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindSlow] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindSlowRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewindRewind;
	animation-name: fadeInHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindFast] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewind;
	animation-name: fadeInHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfRewindFastRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInHalfRewindRewind;
	animation-name: fadeInHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindSlow] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindSlowRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewindRewind;
	animation-name: fadeOutHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindFast] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewind;
	animation-name: fadeOutHalfRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfRewindFastRewind] .video {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutHalfRewindRewind;
	animation-name: fadeOutHalfRewindRewind;
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-direction: reverse;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFast]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFast]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlow]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlow] .background-image {
	opacity: .7;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFast]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFast]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlow]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlow]+video {
	opacity: 1;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFastRewind]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfFastRewind]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlowRewind]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeInHalfSlowRewind]+video {
	opacity: .7;
}

.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFastRewind]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfFastRewind]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlowRewind]+.background-image,.mhev .slides .slide:not(.no-animation) .background[data-animate=fadeOutHalfSlowRewind]+video,.mhev .slides .slide:not(.no-animation) .background[data-animate^=scaleUp]+.inner-slide .shape {
	opacity: 1;
}

.cta-tool-build-price {
	margin: 0;
	padding: 0;
}

.vertical-layout-container~.cta-tool-build-price,.vertical-layout-container~div .cta-tool-build-price {
	float: left;
	width: 100%;
}

.cta-tool-build-price .priceDisclaimerNote {
	display: none;
}

.cta-tool-build-price .cta-tool-build-price__error,.cta-tool-build-price .load-configuration__error {
	position: relative;
	background-color: #c10202;
	color: #fff;
	padding: 30px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.cta-tool-build-price .cta-tool-build-price__error,.cta-tool-build-price .load-configuration__error {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .cta-tool-build-price__error,.cta-tool-build-price .load-configuration__error {
		font-size: 24px;
	}
}

.cta-tool-build-price .cta-tool-build-price__error .close,.cta-tool-build-price .load-configuration__error .close {
	position: absolute;
	right: 30px;
	top: 0;
	height: 100%;
	width: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}

@media (max-width:1023px) {
	.cta-tool-build-price .cta-tool-build-price__error .close,.cta-tool-build-price .load-configuration__error .close {
		height: 30px;
		top: 15px;
		right: 15px;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .cta-tool-build-price__error .close,.cta-tool-build-price .load-configuration__error .close {
		height: 15px;
		width: 15px;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .cta-tool-build-price__error,.cta-tool-build-price .load-configuration__error {
		padding: 30px 35px;
	}
}

.cta-tool-build-price .load-configuration__error {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .countrySelectorContainer {
	display: none;
}

.cta-tool-build-price.subActive .desktop .data .models .row .model {
	border-top: 1px solid transparent;
}

.cta-tool-build-price.subActive .desktop .data .models .row .model a,.cta-tool-build-price.subActive .desktop .data .models .row .model div:not(.name),.cta-tool-build-price.subActive .desktop .data .models .row .model img {
	display: none;
}

.cta-tool-build-price.subActive .desktop .data .models .row .model.unhighlighted {
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f1f0));
	background: linear-gradient(#fff,#f2f1f0);
}

.cta-tool-build-price.subActive .desktop .data .models .row .model.compare-tab {
	display: inline-block;
}

.cta-tool-build-price.subActive .desktop .data .models .priceDisclaimerNote {
	display: block;
	text-align: left;
	border: none;
	width: 100%;
}

.cta-tool-build-price .load-configuration-wrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .load-configuration {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	background-color: #f2f1f0;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	text-align: center;
	padding: 60px 30px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1681px) {
	.cta-tool-build-price .load-configuration {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .load-configuration {
		font-size: 27px;
	}
}

.cta-tool-build-price .load-configuration .flex-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .input__popup {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='142 219.9 360 360'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%233c3c3c;stroke-width:30;stroke-miterlimit:10%7D.st1%7Bfill:%233c3c3c%7D%3C/style%3E%3Ccircle class='st0' cx='322' cy='399.9' r='165'/%3E%3Cpath class='st1' d='M270 350.1c2.7-6.9 6.4-12.8 11.2-17.8 4.8-5 10.6-9 17.4-11.8 6.8-2.8 14.4-4.2 22.8-4.2 10.8 0 19.9 1.5 27.1 4.5 7.2 3 13.1 6.7 17.5 11.1 4.4 4.4 7.6 9.2 9.5 14.3 1.9 5.1 2.9 9.9 2.9 14.3 0 7.3-1 13.3-2.9 18.1-1.9 4.7-4.3 8.8-7.1 12.1-2.8 3.4-5.9 6.2-9.4 8.6-3.4 2.4-6.7 4.7-9.7 7.1-3.1 2.4-5.8 5.1-8.1 8.1-2.4 3.1-3.9 6.9-4.5 11.4v8.7h-30.9v-10.3c.5-6.6 1.7-12 3.8-16.5 2.1-4.4 4.5-8.2 7.2-11.3 2.7-3.1 5.6-5.8 8.7-8.1 3-2.3 5.9-4.6 8.5-6.9 2.6-2.3 4.7-4.8 6.3-7.5s2.3-6.2 2.2-10.3c0-7-1.7-12.2-5.1-15.6-3.4-3.4-8.2-5-14.3-5-4.1 0-7.7.8-10.6 2.4-3 1.6-5.4 3.7-7.3 6.4-1.9 2.7-3.3 5.8-4.2 9.4-.9 3.6-1.4 7.4-1.4 11.6H266c-.1-8.4 1.3-15.9 4-22.8zm68.5 98.2v35.2h-35.9v-35.2h35.9z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-position: 50%;
	background-size: 18px 18px;
	background-color: #fff;
	height: 18px;
	width: 18px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input input.beautify.configurationcode {
	padding-left: 50px;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .help-tooltip-anchor {
	position: absolute;
	top: calc(50% - 9px);
	left: 1pc;
	width: 18px;
	height: 18px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360' width='360' height='360'%3E%3Cpath d='M180 360C80.7 360 0 279.3 0 180S80.7 0 180 0s180 80.7 180 180c0 99.2-80.7 180-180 180zm0-330C97.3 30 30 97.3 30 180s67.3 150 150 150 150-67.3 150-150S262.7 30 180 30z' fill='%233c3c3c'/%3E%3Cpath d='M128 130.2c2.7-6.9 6.4-12.8 11.2-17.8 4.8-5 10.6-9 17.4-11.8 6.8-2.8 14.4-4.2 22.8-4.2 10.8 0 19.9 1.5 27.1 4.5 7.2 3 13.1 6.7 17.5 11.1 4.4 4.4 7.6 9.2 9.5 14.3 1.9 5.1 2.9 9.9 2.9 14.3 0 7.3-1 13.3-2.9 18.1-1.9 4.7-4.3 8.8-7.1 12.1-2.8 3.4-5.9 6.2-9.4 8.6-3.4 2.4-6.7 4.7-9.7 7.1-3.1 2.4-5.8 5.1-8.1 8.1-2.4 3.1-3.9 6.9-4.5 11.4v8.7h-30.9v-10.3c.5-6.6 1.7-12 3.8-16.5 2.1-4.4 4.5-8.2 7.2-11.3 2.7-3.1 5.6-5.8 8.7-8.1 3-2.3 5.9-4.6 8.5-6.9 2.6-2.3 4.7-4.8 6.3-7.5 1.6-2.7 2.3-6.2 2.2-10.3 0-7-1.7-12.2-5.1-15.6-3.4-3.4-8.2-5-14.3-5-4.1 0-7.7.8-10.6 2.4-3 1.6-5.4 3.7-7.3 6.4-1.9 2.7-3.3 5.8-4.2 9.4-.9 3.6-1.4 7.4-1.4 11.6H124c-.1-8.4 1.3-15.9 4-22.8zm68.5 98.2v35.2h-35.9v-35.2h35.9z' fill='%233c3c3c'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip {
	display: none;
	position: absolute;
	right: calc(100% + 10px);
	top: calc(50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 20px;
	color: #f2f1f0;
	width: 210px;
	text-align: left;
	font-size: 14px;
	background-color: #00425e;
	border-radius: 2px;
	z-index: 100;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip:after {
	left: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: 8px solid transparent;
	border-left-color: #00425e;
	margin-top: -8px;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip .title {
	color: #fff;
	margin-bottom: 6px;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip .close {
	display: none;
}

@media (max-width:1279px) {
	.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip {
		width: 150px;
	}
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .submit {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cta-tool-build-price .load-configuration .flex-wrapper .load-configuration__inputs .submit input.cta-submit {
	border: none;
	min-width: 90pt;
}

.cta-tool-build-price .load-configuration .text {
	margin: 0 auto;
	max-width: 600px;
}

.cta-tool-build-price .desktop .data {
	position: relative;
}

.dealers .cta-tool-build-price .desktop .data {
	padding-bottom: 60px;
	background-color: #f2f1f0;
}

.cta-tool-build-price .desktop .data .models {
	display: block;
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px 0;
	background-color: #f2f1f0;
	text-align: center;
}

.cta-tool-build-price .desktop .data .models .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cta-tool-build-price .desktop .data .models .row .model {
	display: inline-block;
	width: 20%;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	vertical-align: bottom;
	padding: 20px 0 30px;
	margin-right: 6px;
}

.cta-tool-build-price .desktop .data .models .row .model.unhighlighted {
	opacity: .5;
}

.cta-tool-build-price .desktop .data .models .row .model .name {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #333;
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .data .models .row .model .name {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .models .row .model .name {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .models .row .model .name {
		font-size: 30px;
	}
}

.cta-tool-build-price .desktop .data .models .row .model img {
	max-width: 70%;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .models .row .model img {
		max-width: 80%;
		width: 80%;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .models .row .model img {
		max-width: 90%;
		width: 90%;
	}
}

.cta-tool-build-price .desktop .data .models .row .model .image {
	width: 70%;
	height: 140px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.cta-tool-build-price .desktop .data .models .row .model .image img {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-tool-build-price .desktop .data .models .row .model .cta {
	margin-top: 15px;
}

.cta-tool-build-price .desktop .data .models .row .model.compare-tab {
	display: none;
	width: auto;
	padding: 20px 10px 10px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.cta-tool-build-price .desktop .data .models .row .model.compare-tab .name {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.4;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .models .row .model.compare-tab .name {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .models .row .model.compare-tab .name {
		font-size: 27px;
	}
}

.cta-tool-build-price .desktop .data .models .row .model.compare-tab.subActive+.compare-button {
	display: none;
}

.cta-tool-build-price .desktop .data .models .row .model.compare-tab.subActive~.legend:not(.hide) {
	display: block;
}

.cta-tool-build-price .desktop .data .models .row .compare-button {
	width: 100vw;
	padding: 10px 0;
	background: #00425e;
	color: #fff;
	position: fixed;
	top: 75px;
	left: 0;
	z-index: 200;
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	font-family: RobotoRegular,sans-serif;
	text-align: center;
	cursor: pointer;
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .data .models .row .compare-button {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .models .row .compare-button {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .models .row .compare-button {
		font-size: 30px;
	}
}

.cta-tool-build-price .desktop .data .models .row .compare-button:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .data .models .row .compare-button:lang(bg),.cta-tool-build-price .desktop .data .models .row .compare-button:lang(ru),.cta-tool-build-price .desktop .data .models .row .compare-button:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .data .models .row .compare-button:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .data .models .row .compare-button:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .data .models .row .compare-button:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .models .row .compare-button {
		top: 90px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .models .row .compare-button {
		top: 112.5px;
	}
}

.cta-tool-build-price .desktop .data .models .row .compare-button.hide {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models {
	background: #fff;
	z-index: 1;
	padding-top: 30px;
	width: 100%;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	display: none;
	font-size: 0;
}

.cta-tool-build-price .desktop .data .sub-models .same-model {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.cta-tool-build-price .desktop .data .sub-models .same-model .visible {
	width: 100%;
}

.cta-tool-build-price .desktop .data .sub-models .same-model .visible .spec-description {
	display: inline-block;
}

.cta-tool-build-price .desktop .data .sub-models .same-model .visible .spec-val {
	display: inline-block;
	right: 0;
	font-weight: 700;
	text-align: right;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model {
	position: relative;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .background {
	height: calc(100% - 10px);
	width: calc(100% - 20px);
	margin: 0 10px 10px;
	background-color: #ebebeb;
	position: absolute;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .text {
	padding-bottom: 30px;
	text-align: center;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .row-MY {
	margin-top: 0;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .first-cta {
	margin: auto auto 15px;
	width: auto;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .first-cta a {
	padding: 3px 15px;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .second-cta {
	margin: auto;
	width: auto;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .second-cta a {
	padding: 3px 15px;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .blue {
	background-color: #00425e;
	border: 1px solid #00425e;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .blue a {
	color: #fff;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .white {
	background-color: #fff;
	border: 1px solid #333;
}

.cta-tool-build-price .desktop .data .sub-models .same-model.old-model .model .white a {
	color: #333;
}

.cta-tool-build-price .desktop .data .sub-models:hover .model:not(:hover) {
	opacity: 1;
}

.cta-tool-build-price .desktop .data .sub-models .model {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px 30px;
	border-right: 1px solid #ebebeb;
	display: none;
	position: relative;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model {
		font-size: 24px;
	}
}

@media (max-width:1279px) {
	.cta-tool-build-price .desktop .data .sub-models .model {
		padding: 20px 20px 30px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model.visible {
	display: inline-block;
}

.cta-tool-build-price .desktop .data .sub-models .model .title {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .title {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .title {
		font-size: 27px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .title.left {
	text-align: left;
}

.cta-tool-build-price .desktop .data .sub-models .model .title.right {
	text-align: right;
}

.cta-tool-build-price .desktop .data .sub-models .model .image {
	width: 80%;
	height: auto;
	position: relative;
	display: inline-block;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 30px 0;
}

.cta-tool-build-price .desktop .data .sub-models .model .image:after {
	padding-top: 60%;
	display: block;
	content: "";
}

.cta-tool-build-price .desktop .data .sub-models .model .image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] img {
	opacity: .5;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	font-family: Univers57,sans-serif;
	font-size: 15px;
	opacity: .9;
	color: #00425e;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(ru),.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model[data-available=false] .available-message:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .mini-spec {
	display: table;
	width: 100%;
	margin: 30px 0 20px;
}

.cta-tool-build-price .desktop .data .sub-models .model .mini-spec .mini-spec-row {
	display: table-row;
}

.cta-tool-build-price .desktop .data .sub-models .model .mini-spec .mini-spec-row .spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cta-tool-build-price .desktop .data .sub-models .model .mini-spec .mini-spec-row .spec span {
	display: inline-block;
	color: #333;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta {
	text-align: center;
	margin-bottom: 30px;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta:after {
	display: block;
	clear: both;
	content: " ";
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta.hide-cta {
	height: 44px;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .price {
	float: left;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .price span {
	display: block;
	font-size: 20px;
	line-height: 1;
}

@media (max-width:1439px) {
	.cta-tool-build-price .desktop .data .sub-models .model .price-cta .price {
		float: none;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .cta {
	float: right;
	margin-top: 8px;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .cta a {
	padding: 0 15px;
}

@media (max-width:1439px) {
	.cta-tool-build-price .desktop .data .sub-models .model .price-cta .cta {
		float: none;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(bg),.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(ru),.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container .check-box {
	height: .8em;
	width: .8em;
	border: 1px solid #00425e;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container [type=checkbox] {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container [type=checkbox]:checked~label .check-box {
	background-color: #00425e;
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .data .sub-models .model .add-compare-container {
		text-align: center;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .remove-button {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	height: 15px;
	width: 15px;
	right: 20px;
	top: 0;
	cursor: pointer;
	display: none;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .remove-button {
		height: 18px;
		width: 18px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .remove-button {
		height: 22.5px;
		width: 22.5px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .custom-select {
	display: none;
	width: 100%;
	border-radius: 0!important;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M13.045 21.595l44.342 44.343 7.48-7.474 38.629-38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 20px;
	background-position-y: 50%;
	background-position-x: calc(100% - 10px);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	border: 1px solid rgba(0,0,0,.05);
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left;
}



.cta-tool-build-price .desktop .data .sub-models .model .custom-select.open {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 20px;
	background-position-y: 50%;
	background-position-x: calc(100% - 10px);
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container,.cta-tool-build-price .desktop .data .sub-models .model .accordion-container.hidden {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion {
		font-size: 18px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-header {
	width: 100%;
	padding: 6px 6px 6px 10px;
	background: #ebebeb;
	position: relative;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-header:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: "";
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-header:after {
		height: 9pt;
		width: 9pt;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-header:after {
		height: 15px;
		width: 15px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option:nth-child(2n) {
	background: hsla(0,0%,92.2%,.3);
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .name {
	display: inline-block;
	width: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value {
	min-width: 30%;
	min-height: 100%;
	position: relative;
	display: block;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value:after {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "";
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value:after {
		height: 9pt;
		width: 9pt;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value:after {
		height: 15px;
		width: 15px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath d='M7.5 14.5a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.optional:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1 copy%3C/title%3E%3Cpath d='M7.5 14.491a6.991 6.991 0 1 1 7.005-6.986A7.004 7.004 0 0 1 7.5 14.491zm0-12.44a5.45 5.45 0 1 0 5.46 5.454A5.463 5.463 0 0 0 7.5 2.051z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.not-available:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1 copy 2%3C/title%3E%3Cpath d='M.5 6.856h14v1.288H.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.part:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Ctitle%3EArtboard 1 copy 3%3C/title%3E%3Cpath d='M3.616.724h4.45c3.823 0 7.318 1.108 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584H7.136v6.661h-3.52zm3.52 8.123h1.233c1.76 0 3.345-.577 3.345-2.616 0-2.037-1.534-2.74-3.345-2.74H7.136z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.optional-part:after {
	width: 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 6%3C/title%3E%3Cpath d='M7.86 18.28a7.131 7.131 0 1 1 7.132-7.126 7.138 7.138 0 0 1-7.131 7.126zm0-12.69a5.558 5.558 0 1 0 5.56 5.564A5.568 5.568 0 0 0 7.86 5.59zM28.65.421h2.616l-6.135 18.158h-2.615zM40.505.722h4.45c3.822 0 7.318 1.109 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584h-1.485v6.662h-3.52zm3.52 8.124h1.233c1.76 0 3.344-.578 3.344-2.617 0-2.036-1.534-2.74-3.344-2.74h-1.233z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.optional-part:after {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.optional-part:after {
		height: 37.5px;
		width: 37.5px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-part:after {
	width: 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 4%3C/title%3E%3Cpath d='M8.024 18.149a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7M28.815.421h2.615l-6.135 18.158H22.68zM40.669.722h4.45c3.823 0 7.318 1.109 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584h-1.485v6.662h-3.52zm3.52 8.124h1.233c1.76 0 3.345-.578 3.345-2.617 0-2.036-1.534-2.74-3.345-2.74h-1.233z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-part:after {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-part:after {
		height: 37.5px;
		width: 37.5px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-optional:after {
	width: 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 5%3C/title%3E%3Cpath d='M7.794 18.28a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7M28.584.421H31.2l-6.135 18.158h-2.616zM45.075 18.28a7.131 7.131 0 1 1 7.131-7.126 7.138 7.138 0 0 1-7.131 7.126zm0-12.69a5.558 5.558 0 1 0 5.559 5.564 5.568 5.568 0 0 0-5.56-5.564z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-optional:after {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .value.standard-optional:after {
		height: 37.5px;
		width: 37.5px;
	}
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content .option .description {
	font-weight: 700;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion .accordion-content.performance .option {
	background: transparent;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion.collapsed .accordion-content {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .accordion-container .accordion.collapsed .accordion-header:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors {
	text-align: center;
	height: 500px;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title {
	text-transform: none;
	margin-top: 60px;
	font-family: RobotoRegular,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(bg),.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(ru),.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .custom-select {
	width: 100%;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M13.045 21.595l44.342 44.343 7.48-7.474 38.629-38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 20px;
	background-position-y: 50%;
	background-position-x: calc(100% - 10px);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	border: 1px solid rgba(0,0,0,.05);
	padding: 10px;
	margin-bottom: 30px;
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .custom-select option:first-child {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .custom-select.versions.blocked {
	opacity: .5;
	pointer-events: none;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .custom-select.open {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 20px;
	background-position-y: 50%;
	background-position-x: calc(100% - 10px);
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .selectors .inner-model-selectors {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
	height: auto;
	display: inline-block;
	left: 50%;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .placeholder {
	position: relative;
	height: 500px;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .placeholder:after {
	content: "";
	width: 100%;
	display: block;
	border: 1px dashed #333;
	height: 100%;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .placeholder:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 30px;
	height: 30px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .placeholder:before {
		width: 45px;
		height: 45px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .placeholder:before {
		width: 45px;
		height: 45px;
	}
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row>* {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row>:first-child,.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row>:nth-child(2),.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row>:nth-child(3),.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row>:nth-child(4) {
	display: inline-block;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .model .add-compare-container,.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .model .mini-spec {
	display: none;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .model .remove-button {
	display: inline-block;
}

.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .model .accordion-container,.cta-tool-build-price .desktop .data .sub-models.compare-tab-container .row .model .custom-select {
	display: block;
}

.cta-tool-build-price .desktop .data .priceDisclaimerNote .text {
	color: #666;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 15px 30px 20px;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .priceDisclaimerNote .text {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .priceDisclaimerNote .text {
		font-size: 21px;
	}
}

.cta-tool-build-price .desktop .data .legend {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	height: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	-webkit-box-shadow: 5px -2px 6px rgba(0,0,0,.1);
	box-shadow: 5px -2px 6px rgba(0,0,0,.1);
	font-family: RobotoRegular,sans-serif;
}

.cta-tool-build-price .desktop .data .legend:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .data .legend:lang(bg),.cta-tool-build-price .desktop .data .legend:lang(ru),.cta-tool-build-price .desktop .data .legend:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .data .legend:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .data .legend:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .data .legend:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .desktop .data .legend.hide {
	display: none;
}

.cta-tool-build-price .desktop .data .legend .inner-legend {
	padding-left: 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

.cta-tool-build-price .desktop .data .legend .choices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cta-tool-build-price .desktop .data .legend .choices .choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-tool-build-price .desktop .data .legend .choices .choice div {
	display: inline-block;
}

.cta-tool-build-price .desktop .data .legend .choices .choice:first-child .value {
	margin-left: 0;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value {
	width: 15px;
	height: 15px;
	background-size: contain!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 10px 0 30px;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.standard {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath d='M7.5 14.5a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.optional {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1 copy%3C/title%3E%3Cpath d='M7.5 14.491a6.991 6.991 0 1 1 7.005-6.986A7.004 7.004 0 0 1 7.5 14.491zm0-12.44a5.45 5.45 0 1 0 5.46 5.454A5.463 5.463 0 0 0 7.5 2.051z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.not-available {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ctitle%3EArtboard 1 copy 2%3C/title%3E%3Cpath d='M.5 6.856h14v1.288H.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.part {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Ctitle%3EArtboard 1 copy 3%3C/title%3E%3Cpath d='M3.616.724h4.45c3.823 0 7.318 1.108 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584H7.136v6.661h-3.52zm3.52 8.123h1.233c1.76 0 3.345-.577 3.345-2.616 0-2.037-1.534-2.74-3.345-2.74H7.136z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.optional-part {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 6%3C/title%3E%3Cpath d='M7.86 18.28a7.131 7.131 0 1 1 7.132-7.126 7.138 7.138 0 0 1-7.131 7.126zm0-12.69a5.558 5.558 0 1 0 5.56 5.564A5.568 5.568 0 0 0 7.86 5.59zM28.65.421h2.616l-6.135 18.158h-2.615zM40.505.722h4.45c3.822 0 7.318 1.109 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584h-1.485v6.662h-3.52zm3.52 8.124h1.233c1.76 0 3.344-.578 3.344-2.617 0-2.036-1.534-2.74-3.344-2.74h-1.233z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.standard-part {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 4%3C/title%3E%3Cpath d='M8.024 18.149a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7M28.815.421h2.615l-6.135 18.158H22.68zM40.669.722h4.45c3.823 0 7.318 1.109 7.318 5.307 0 4.1-2.992 5.584-6.763 5.584h-1.485v6.662h-3.52zm3.52 8.124h1.233c1.76 0 3.345-.578 3.345-2.617 0-2.036-1.534-2.74-3.345-2.74h-1.233z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-tool-build-price .desktop .data .legend .choices .choice .value.standard-optional {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='19' viewBox='0 0 53 19'%3E%3Ctitle%3EArtboard 1 copy 5%3C/title%3E%3Cpath d='M7.794 18.28a7 7 0 1 0-7-7 7.001 7.001 0 0 0 7 7M28.584.421H31.2l-6.135 18.158h-2.616zM45.075 18.28a7.131 7.131 0 1 1 7.131-7.126 7.138 7.138 0 0 1-7.131 7.126zm0-12.69a5.558 5.558 0 1 0 5.559 5.564 5.568 5.568 0 0 0-5.56-5.564z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .data .legend {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .data .legend {
		height: 112.5px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .data .legend {
		height: 90px;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .data .legend {
		height: 90px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop {
		display: none;
	}
}

.cta-tool-build-price .mobile {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #333;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.cta-tool-build-price .mobile {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .mobile {
		font-size: 24px;
	}
}

.cta-tool-build-price .mobile:after {
	display: block;
	content: " ";
	clear: both;
}

.cta-tool-build-price .mobile .load-configuration,.cta-tool-build-price .mobile .load-configuration__error {
	width: 100%;
}

.cta-tool-build-price .mobile .load-configuration {
	text-align: left;
	padding: 45px;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs {
	margin-top: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip {
	top: calc(100% + 10px);
	width: 18em;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip:after {
	left: 17px;
	top: 0;
	border: 8px solid transparent;
	border-bottom-color: #00425e;
	margin-top: -1pc;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .submit {
	margin-top: 20px;
	margin-left: 0;
}

.cta-tool-build-price .mobile .load-configuration .text {
	margin: 0;
}

.cta-tool-build-price .mobile .componentIntro,.cta-tool-build-price .mobile .model {
	padding: 50px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .mobile .componentIntro {
	text-align: center;
	padding: 30px 40px;
}

.cta-tool-build-price .mobile .componentIntro .text {
	width: 100%;
	position: relative;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.cta-tool-build-price .mobile .componentIntro .text .description,.cta-tool-build-price .mobile .componentIntro .text .title {
	display: block;
	margin: 0 auto;
	width: auto;
	padding: 0;
	height: auto;
}

.cta-tool-build-price .mobile .componentIntro .text .description {
	font-size: 14px;
	margin-top: 10px;
}

.cta-tool-build-price .mobile>.model {
	background-color: #fff;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.cta-tool-build-price .mobile>.model .name {
	font-size: 22px;
	color: #333;
}

@media (max-width:1023px) {
	.cta-tool-build-price .mobile>.model .name {
		text-align: center;
	}
}

.cta-tool-build-price .mobile>.model .image {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-tool-build-price .mobile>.model .image img {
	position: absolute;
	width: 100%;
	height: auto;
}

.cta-tool-build-price .mobile>.model .price {
	color: #333;
	text-align: center;
	display: none;
}

.cta-tool-build-price .mobile>.model .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50px;
	right: 60px;
	display: none;
	cursor: pointer;
}

.cta-tool-build-price .mobile>.model.active .close {
	display: block;
}

.cta-tool-build-price .mobile .sub-models {
	width: 100%;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	display: none;
	background-color: #ebebeb;
}

@media (min-width:1681px) {
	.cta-tool-build-price .mobile .sub-models {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .mobile .sub-models {
		font-size: 24px;
	}
}

.cta-tool-build-price .mobile .sub-models .priceDisclaimerNote {
	border-bottom: 1px solid #b6b6b6;
}

.cta-tool-build-price .mobile .sub-models .priceDisclaimerNote .text {
	color: #000;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 30px 45px;
}

@media (min-width:1681px) {
	.cta-tool-build-price .mobile .sub-models .priceDisclaimerNote .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .mobile .sub-models .priceDisclaimerNote .text {
		font-size: 24px;
	}
}

.cta-tool-build-price .mobile .sub-models.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cta-tool-build-price .mobile .sub-models.active .priceDisclaimerNote {
	display: block;
}

.cta-tool-build-price .mobile .sub-models:after {
	display: block;
	clear: both;
	content: " ";
}

.cta-tool-build-price .mobile .sub-models .model {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: auto;
	background-color: #f2f1f0;
	border-color: #b6b6b6;
}

.cta-tool-build-price .mobile .sub-models .model .title {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	font-size: 27px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.cta-tool-build-price .mobile .sub-models .model .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .title:lang(bg),.cta-tool-build-price .mobile .sub-models .model .title:lang(ru),.cta-tool-build-price .mobile .sub-models .model .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cta-tool-build-price .mobile .sub-models .model .title {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .mobile .sub-models .model .title {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .mobile .sub-models .model .title {
		font-size: 36px;
	}
}

.cta-tool-build-price .mobile .sub-models .model .mini-spec {
	display: table;
	width: 100%;
	margin: 20px 0 30px;
}

.cta-tool-build-price .mobile .sub-models .model .mini-spec .mini-spec-row {
	display: table-row;
}

.cta-tool-build-price .mobile .sub-models .model .mini-spec .mini-spec-row .spec,.cta-tool-build-price .mobile .sub-models .model .mini-spec .mini-spec-row .value {
	display: table-cell;
}

.cta-tool-build-price .mobile .sub-models .model .mini-spec .mini-spec-row .value {
	text-align: right;
	font-weight: 700;
	width: 50%;
}

.cta-tool-build-price .mobile .sub-models .model .price {
	text-align: center;
}

.cta-tool-build-price .mobile .sub-models .model .price span {
	font-size: 22px;
	display: block;
}

.cta-tool-build-price .mobile .sub-models .model .cta {
	margin-top: 15px;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta {
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(bg),.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(ru),.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .full-specs-cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(bg),.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(ru),.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container .check-box {
	height: .8em;
	width: .8em;
	border: 1px solid #00425e;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container [type=checkbox] {
	display: none;
}

.cta-tool-build-price .mobile .sub-models .model .add-compare-container [type=checkbox]:checked~label .check-box {
	background-color: #00425e;
}

.cta-tool-build-price .mobile .sub-models .old-model {
	position: relative;
}

.cta-tool-build-price .mobile .sub-models .old-model .model {
	padding-top: 5pc;
	padding-bottom: 5pc;
	background-color: #fff;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .title {
	padding-bottom: 15px;
	z-index: 2;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .text {
	padding-bottom: 30px;
	text-align: center;
	z-index: 2;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .image,.cta-tool-build-price .mobile .sub-models .old-model .model .row-MY {
	display: none;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .first-cta {
	margin: auto auto 15px;
	width: auto;
	z-index: 2;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .first-cta a {
	padding: 3px 15px;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile .sub-models .old-model .model .first-cta a {
		padding: 0 15px;
	}
}

.cta-tool-build-price .mobile .sub-models .old-model .model .second-cta {
	margin: auto;
	width: auto;
	z-index: 2;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .second-cta a {
	padding: 3px 15px;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .blue {
	background-color: #00425e;
	border: 1px solid #00425e;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .blue a {
	color: #fff;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile .sub-models .old-model .model .blue a {
		padding: 0 15px;
	}
}

.cta-tool-build-price .mobile .sub-models .old-model .model .white {
	background-color: #fff;
	border: 1px solid #333;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .white a {
	color: #333;
}

.cta-tool-build-price .mobile .sub-models .old-model .model .background {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 10px;
	background-color: #ebebeb;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model:nth-last-child(3):nth-child(2n) {
	border-bottom-style: solid;
}

.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model:nth-last-child(2):nth-child(2n),.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model:nth-last-child(3):nth-child(odd) {
	border-bottom-style: none;
}

.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model:nth-last-child(2):nth-child(odd) {
	border-right: 1px solid #b6b6b6;
	border-bottom-style: none;
}

.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model .title {
	text-align: center;
}

.cta-tool-build-price .mobile .componentIntro,.cta-tool-build-price .mobile .model {
	display: block;
	padding: 40px;
	width: 50%;
	border-bottom: 1px solid #b6b6b6;
	height: auto;
	text-align: left;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile .componentIntro,.cta-tool-build-price .mobile .model {
		width: 100%;
		padding: 20px;
	}
}

.cta-tool-build-price .mobile>.model {
	text-align: center;
}

.cta-tool-build-price .mobile>.model .name {
	font-size: 18px;
}

.cta-tool-build-price .mobile>.model .close {
	top: auto;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	height: 20px;
	width: 20px;
}

.cta-tool-build-price .mobile>.model .image img {
	position: relative;
}

.cta-tool-build-price .mobile .sub-models.active {
	display: block;
}

.cta-tool-build-price .mobile .sub-models .title {
	text-align: center;
}

.cta-tool-build-price .mobile .sub-models .model {
	display: none;
}

.cta-tool-build-price .mobile .sub-models .model.visible {
	display: block;
}

.cta-tool-build-price .mobile .sub-models .old-model .model {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip {
	top: calc(100% + 20px);
	left: 0;
	width: calc(100% - 20px);
	padding-top: 30px;
	padding-bottom: 30px;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip:after {
	display: none;
}

.cta-tool-build-price .mobile .load-configuration .flex-wrapper .load-configuration__inputs .input .tooltip .close {
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
}

.cta-tool-build-price .mobile .price {
	text-align: center;
}

.cta-tool-build-price .mobile .add-compare-container {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
	margin-top: 40px;
}

.cta-tool-build-price .mobile .add-compare-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .mobile .add-compare-container:lang(bg),.cta-tool-build-price .mobile .add-compare-container:lang(ru),.cta-tool-build-price .mobile .add-compare-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .mobile .add-compare-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .mobile .add-compare-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .mobile .add-compare-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .mobile .add-compare-container .check-box {
	height: .8em;
	width: .8em;
	border: 1px solid #00425e;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
}

.cta-tool-build-price .mobile .add-compare-container [type=checkbox] {
	display: none;
}

.cta-tool-build-price .mobile .add-compare-container [type=checkbox]:checked~label .check-box {
	background-color: #00425e;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile .add-compare-container {
		text-align: center;
	}
}

.cta-tool-build-price .mobile .compare-button {
	width: 100vw;
	padding: 10px 0;
	background: #00425e;
	color: #fff;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 200;
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	font-family: RobotoRegular,sans-serif;
	text-align: center;
	cursor: pointer;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile .compare-button {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .mobile .compare-button {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .mobile .compare-button {
		font-size: 30px;
	}
}

.cta-tool-build-price .mobile .compare-button:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .mobile .compare-button:lang(bg),.cta-tool-build-price .mobile .compare-button:lang(ru),.cta-tool-build-price .mobile .compare-button:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .mobile .compare-button:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .mobile .compare-button:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .mobile .compare-button:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .mobile .compare-button.hide,.cta-tool-build-price .mobile .compare-tab:not(.hide)+.compare-button {
	display: none;
}

.cta-tool-build-price .mobile.hasDisclaimer .sub-models .model:nth-last-child(2) {
	border-bottom-style: none;
}

.cta-tool-build-price .mobile>.model {
	border-left: 1px solid #b6b6b6;
}

.cta-tool-build-price .mobile>.model.right {
	border-left: 0;
}

@media (max-width:767px) {
	.cta-tool-build-price .mobile>.model {
		border-left: 0;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.cta-tool-build-price.dealers .data {
	padding-bottom: 60px;
	background-color: #f2f1f0;
}

.cta-tool-build-price.dealers .cta-tool-build-price__error {
	display: none;
}

.cta-tool-build-price.dealers .desktop .price-dealers,.cta-tool-build-price.dealers .mobile .price-dealers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 20px;
}

.cta-tool-build-price.dealers .desktop .price-dealers .price-dealers-label,.cta-tool-build-price.dealers .desktop .price-dealers .price-dealers-price,.cta-tool-build-price.dealers .mobile .price-dealers .price-dealers-label,.cta-tool-build-price.dealers .mobile .price-dealers .price-dealers-price {
	padding: 0 10px 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.cta-tool-build-price.dealers .desktop .price-dealers .price-dealers-price,.cta-tool-build-price.dealers .mobile .price-dealers .price-dealers-price {
	padding: 0 0 0 10px;
	font-size: 20px;
	line-height: 1;
}

.cta-tool-build-price.dealers .desktop .data .sub-models .model .price-cta,.cta-tool-build-price.dealers .mobile .data .sub-models .model .price-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.cta-tool-build-price.dealers .desktop .data .sub-models .model .price-cta .cta,.cta-tool-build-price.dealers .mobile .data .sub-models .model .price-cta .cta {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	min-width: 75pt;
	margin: 0 5px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width:1023px) {
	.cta-tool-build-price.dealers .mobile .sub-models .model .cta {
		display: block;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price.dealers .mobile .price-dealers-price {
		text-align: right;
		font-weight: 700;
	}
}

.cta-tool-build-price .row-MY {
	font-size: 0;
}

.cta-tool-build-price .row-MY .btnMY {
	margin: 0;
	outline-offset: -3px;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment-button,.cta-tool-build-price .mobile .sub-models .model .standard-equipment-button {
	display: block;
	margin-right: 0;
	cursor: pointer;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment-button .button,.cta-tool-build-price .mobile .sub-models .model .standard-equipment-button .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-decoration: none;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment-button .button:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment-button .button:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment-button,.cta-tool-build-price .mobile .sub-models .model .standard-equipment-button {
		margin: 0 0 15px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment,.cta-tool-build-price .mobile .sub-models .model .standard-equipment {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1002;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment.show,.cta-tool-build-price .mobile .sub-models .model .standard-equipment.show {
	display: block;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .closer-panel,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .closer-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content {
	background: #fff;
	max-width: 90%;
	min-height: 37vw;
	max-height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .close,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 60px;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .close,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .close {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .close,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .close {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .close,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .close {
		z-index: 2;
		top: 20px;
		right: 20px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container {
	width: 35%;
	border: .5px solid hsla(0,0%,59.2%,.6);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 50%;
	padding: 0 25px;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile {
	display: none;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-year,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-year {
	height: 22px;
	font-size: 18px;
	line-height: 100%;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
	font-size: 26px;
	min-height: 31px;
	max-height: 62px;
	line-height: 100%;
	margin-top: 10px;
	display: inline-block;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile,.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
		display: block;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year {
	font-family: Univers57,sans-serif;
	height: 22px;
	color: #333;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 100%;
	font-weight: 700;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
	font-family: Univers57,sans-serif;
	color: #333;
	min-height: 25px;
	max-height: 50px;
	font-size: 21px;
	letter-spacing: -.02em;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 30px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 37.5px;
		height: 45px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
	width: calc(80%);
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: 25px;
	opacity: 1;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
		width: 35%;
		display: block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 15px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #666;
	font-family: Univers57,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 37.5px;
		height: 37.5px;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		margin-top: 10px;
		margin-bottom: 15px;
		height: 17px;
		font-size: 14px;
		line-height: 100%;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 20px;
		height: 20px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
	width: auto;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta {
	width: auto;
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 4px;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta a,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta a {
	padding: 6px 30px;
	display: block;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white {
	background: #fff;
	border: 1px solid #00425e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white a,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white a {
	color: #00425e;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue {
	background: #00425e;
	border: 1px solid #00425e;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue a,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue a {
	color: #fff;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
	margin-bottom: 0;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
		margin-bottom: 15px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta {
		margin-bottom: 15px;
		width: auto;
		display: inline-block;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta {
		width: 100%;
		display: block;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
		width: calc(100% - 20px - 20px);
		margin-top: 20px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
	display: inline-block;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		height: 17px;
		color: #333;
		font-family: RobotoRegular,sans-serif;
		font-size: 14px;
		line-height: 100%;
		margin-right: 6px;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 6px;
	height: 19px;
	font-size: 1pc;
	line-height: 100%;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price span,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price span {
	font-size: 1pc;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 1.2pc;
		height: 22.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 24px;
		height: 28.5px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		height: 19px;
		font-size: 1pc;
		line-height: 100%;
		margin-top: 0;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: .5px solid hsla(0,0%,40%,.3);
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row .spec,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row .spec {
	display: inline-block;
	width: auto;
	text-align: left;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row .value,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner .mini-spec .mini-spec-row .value {
	font-weight: 700;
	text-align: right;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container .model-container-inner {
		display: none;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 30px;
		border: 0;
		border-bottom: .5px solid hsla(0,0%,59.2%,.6);
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		height: auto;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.model-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.model-container {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container {
	width: calc(100% - 23%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 45px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 30px;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		min-height: 50px;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 10px 15px;
	text-decoration: none;
	height: 28px;
	font-size: 11px;
	letter-spacing: .32px;
	line-height: 100%;
	background-color: #f8f8f8;
	opacity: .9;
	text-align: center;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
	opacity: 1;
	background: #fff;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected:after,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
		opacity: 1;
		background: #fff;
	}
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 9.9pt;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 16.5px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		width: auto;
		padding: 0 15px;
		max-width: 40%;
		height: 50px;
		font-size: 10px;
		line-height: 14px;
		word-break: break-word;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

@media (max-width:767px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		margin-top: 0;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section {
	overflow: auto;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
	font-family: Univers45,sans-serif;
	height: 14px;
	color: #333;
	font-size: 1pc;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 45px 0;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 1.2pc;
		height: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 24px;
		height: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		text-align: left;
		height: 14px;
		font-size: 13px;
		line-height: 100%;
		padding: 30px 0;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
	color: #333;
	font-family: Univers45,sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list p,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list p {
	margin: 0;
	border-bottom: .5px solid #666;
	padding: 10px 0;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 13px;
		line-height: 1pc;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container:last-child,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container:last-child {
	padding-bottom: 10%;
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container .scroll-section {
		padding: 0 30px 60px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container>.title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container>.title {
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content .col.detail-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content .col.detail-container {
		width: 100%;
		padding: 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .inner-content,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .inner-content {
		width: 100vw;
		height: 100vh;
		-webkit-transform: none;
		transform: none;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100vh;
	}
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container {
	overflow: auto;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title {
	color: #000;
	font-family: RobotoRegular,sans-serif;
	height: 34px;
	font-size: 28px;
	line-height: 100%;
	text-transform: none;
	text-align: left;
	margin-bottom: 0;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title {
		font-size: 2.1pc;
		height: 40.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title {
		font-size: 42px;
		height: 51px;
	}
}

@media (max-width:1023px) {
	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title,.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title {
		text-align: center;
		height: 31px;
		font-family: Univers57,sans-serif;
		font-size: 26px;
		letter-spacing: -.02em;
		line-height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ar),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(bg),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ru),.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(uk),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(bg),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ru),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(zh),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(ko),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.cta-tool-build-price .desktop .sub-models .model .standard-equipment .detail-container .title:lang(vi),.cta-tool-build-price .mobile .sub-models .model .standard-equipment .detail-container .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

.row-MY {
	text-align: center;
	margin-top: 20px;
}

.row-MY .btnMY {
	display: inline-block;
	padding: 6px 9pt;
	border-radius: 0;
	font-size: .9rem;
	margin: -3px;
	cursor: pointer;
	background: #ebebeb;
	border-bottom: 0 solid #00425e;
	border-top: 0 solid #00425e;
}

.row-MY .btnMY:first-of-type {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-left: 0 solid #00425e;
}

.row-MY .btnMY:last-of-type {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-right: 0 solid #00425e;
}

.row-MY .btnMY.activeMY {
	color: #f2f1f0;
	background: #00425e;
}

.row-MY .btnMY:only-of-type {
	color: #333;
	background: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .cta.not-float {
	float: none;
}

.cta-tool-build-price .desktop .data .sub-models .model .price-cta .cta a {
	padding: 3px 15px;
	width: auto;
}

[dir=rtl] .cta-tool-build-price .desktop .data .sub-models .model .price-cta .price span {
	direction: ltr;
}

.c-anchor {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.classic__model__description.component {
	padding: 60px 60px 75px;
	background-color: #f2f1f0;
	margin-top: 0;
}

@media (max-width:1023px) {
	.classic__model__description.component {
		padding: 45px;
	}
}

@media (max-width:767px) {
	.classic__model__description.component {
		padding: 20px;
		padding: 0;
		background-color: #fff;
	}
}

.classic__model__description.component .classic__description__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__text-container {
	padding-right: 66px;
	width: 52%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text-container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding: 60px;
	}
}

@media (max-width:767px) and (max-width:1023px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text-container {
		padding: 45px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text-container {
		padding: 20px;
	}
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text-container .classic__description__subtitle,.classic__model__description.component .classic__description__inner-container .classic__description__text-container .classic__description__title {
		display: none;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__title-container-mobile {
	display: none;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title-container-mobile {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px;
	}
}

@media (max-width:767px) and (max-width:1023px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title-container-mobile {
		padding: 45px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title-container-mobile {
		padding: 20px;
	}
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title-container-mobile .classic__description__subtitle {
		margin-bottom: 0;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-bottom: 15px;
}

.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(bg),.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(ru),.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.classic__model__description.component .classic__description__inner-container .classic__description__title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__title {
		font-size: 63px;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__subtitle {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media (min-width:1681px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__subtitle {
		font-size: 27px;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:1681px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__text {
		font-size: 24px;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery {
	position: relative;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 6px;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding-bottom: 30px;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__gallery {
		width: 100%;
		overflow: hidden;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__next,.classic__model__description.component .classic__description__inner-container .classic__description__gallery__prev {
	position: absolute;
	width: 50%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	top: 0;
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__next {
	left: 50%;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__gallery__next {
		display: none;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__prev {
	left: 0;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__gallery__prev {
		display: none;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__container {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 15px;
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__container.loaded {
	-webkit-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
}

.classic__model__description.component .classic__description__inner-container .classic__description__image {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.classic__model__description.component .classic__description__inner-container .classic__description__image:not(.current) {
	-webkit-transition: none;
	transition: none;
	z-index: 0;
	opacity: .7;
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.current {
	-webkit-transform: translateX(0)!important;
	transform: translateX(0)!important;
	z-index: 1;
	opacity: 1;
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.from-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.from-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.to-left {
	-webkit-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.to-right {
	-webkit-transform: translateX(100%)!important;
	transform: translateX(100%)!important;
}

.classic__model__description.component .classic__description__inner-container .classic__description__image.animating {
	-webkit-transition: opacity .4s ease-out,-webkit-transform .4s linear!important;
	transition: opacity .4s ease-out,-webkit-transform .4s linear!important;
	transition: transform .4s linear,opacity .4s ease-out!important;
	transition: transform .4s linear,opacity .4s ease-out,-webkit-transform .4s linear!important;
}

.classic__model__description.component .classic__description__inner-container .classic__description__image img {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__image img {
		top: 0!important;
		-webkit-transform: none;
		transform: none;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	border-top: 1px solid #b6b6b6;
}

@media (max-width:767px) {
	.classic__model__description.component .classic__description__inner-container .classic__description__gallery__controls {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__controls .description__gallery__button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #b6b6b6;
	position: relative;
	margin-right: 4px;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__controls .description__gallery__button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out,-webkit-transform .4s ease-out;
	width: 100%;
	height: 100%;
	background: #b6b6b6;
	border-radius: 50%;
}

.classic__model__description.component .classic__description__inner-container .classic__description__gallery__controls .description__gallery__button.current:after {
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.classic__search.component {
	margin-top: 0;
}

.classic__search.component .classic__search__back {
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background: transparent;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.classic__search.component .classic__search__back,.classic__search.component .classic__search__back .classic__search__backContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.classic__search.component .classic__search__back .classic__search__backContainer {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #fff;
	-webkit-transition-property: width,height;
	transition-property: width,height;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-box-shadow: .643px .766px 19px 0 rgba(0,0,0,.38);
	box-shadow: .643px .766px 19px 0 rgba(0,0,0,.38);
}

.classic__search.component .classic__search__back .classic__search__arrow {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='111.18' width='208.248' viewBox='0 0 208.24776 111.1801'%3E%3Cpath d='M208.248 104.18L104.148.08l-7 7 104.1 104.1'/%3E%3Cpath d='M111.085 7l-7-7L0 104.084l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	-webkit-transition-property: width,height;
	transition-property: width,height;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 0;
	height: 0;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__back.stickied {
		visibility: visible;
		position: fixed;
	}

	.classic__search.component .classic__search__back.stickied .classic__search__backContainer {
		width: 100%;
		height: 100%;
	}

	.classic__search.component .classic__search__back.stickied .classic__search__arrow {
		width: 20px;
		height: 10px;
	}
}

.classic__search.component .classic__search__back.toBottom {
	position: absolute;
}

.classic__search.component .classic__search__hero {
	height: 0;
	padding-bottom: 30%;
	position: relative;
	width: 100%;
	-webkit-transition: padding-bottom .2s ease-out;
	transition: padding-bottom .2s ease-out;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__hero {
		padding-bottom: 54%;
	}
}

.classic__search.component .classic__search__hero .classic__search__hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

.classic__search.component .classic__search__hero .classic__search__hero__image:after {
	position: absolute;
	background: rgba(0,0,0,.4);
	z-index: 2;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}

.classic__search.component .classic__search__hero .classic__search__hero__image img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	z-index: 1;
	width: auto;
	height: auto;
}

.classic__search.component .classic__search__hero .classic__search__hero__text {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.classic__search.component .classic__search__hero .classic__search__hero__text:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.classic__search.component .classic__search__hero .classic__search__hero__text:lang(bg),.classic__search.component .classic__search__hero .classic__search__hero__text:lang(ru),.classic__search.component .classic__search__hero .classic__search__hero__text:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.classic__search.component .classic__search__hero .classic__search__hero__text:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.classic__search.component .classic__search__hero .classic__search__hero__text:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.classic__search.component .classic__search__hero .classic__search__hero__text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__hero .classic__search__hero__text {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.classic__search.component .classic__search__hero .classic__search__hero__text {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.classic__search.component .classic__search__hero .classic__search__hero__text {
		font-size: 63px;
	}
}

.classic__search.component .classic__search__header {
	background-color: #f2f1f0;
	border-bottom: 2px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.classic__search.component .classic__search__header .classic__search__description {
	max-width: 750px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 20px 20px 0;
}

@media (min-width:1681px) {
	.classic__search.component .classic__search__header .classic__search__description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.classic__search.component .classic__search__header .classic__search__description {
		font-size: 24px;
	}
}

.classic__search.component .classic__search__header .classic__search__selectors--placeholder {
	width: 100%;
	padding: 0;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__header .classic__search__selectors--placeholder {
		padding: 20px;
		height: auto!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.classic__search.component .classic__search__header .classic__search__selectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding .1s;
	transition: padding .1s;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__header .classic__search__selectors {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.classic__search.component .classic__search__header .classic__search__selectors {
		padding: 0;
	}
}

@media (min-width:768px) {
	.classic__search.component .classic__search__header .classic__search__selectors.stickied {
		position: fixed;
		top: 75px;
		background: #f2f1f0;
		z-index: 1002;
	}
}

@media (min-width:768px) and (min-width:1681px) {
	.classic__search.component .classic__search__header .classic__search__selectors.stickied {
		top: 90px;
	}
}

.classic__search.component .classic__search__header .classic__search__selectors select {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.classic__search.component .classic__search__header .classic__search__selectors select[disabled] {
	background: #f2f1f0;
	border: 1px solid #b6b6b6;
	color: #666;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__header .classic__search__selectors {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.classic__search.component .classic__search__header .classic__search__selectors select {
		margin-bottom: 20px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.classic__search.component .classic__search__models {
	width: 100%;
	padding: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__models {
		padding: 45px;
	}
}

@media (max-width:767px) {
	.classic__search.component .classic__search__models {
		padding: 20px;
		padding: 0;
	}
}

.classic__search.component .classic__search__models .classic__search__noresults {
	height: 0;
	width: 100%;
	padding-bottom: 25%;
	position: relative;
	overflow: hidden;
	-webkit-transition: padding-bottom .4s ease-out;
	transition: padding-bottom .4s ease-out;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__models .classic__search__noresults {
		padding-bottom: 66.5%;
	}
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .2s ease-out .2s;
	transition: opacity .2s ease-out .2s;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(bg),.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(ru),.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.classic__search.component .classic__search__models .classic__search__noresults .classic__noresults__inner {
		font-size: 63px;
	}
}

.classic__search.component .classic__search__models .classic__search__noresults:not(.active) {
	padding-bottom: 0;
}

.classic__search.component .classic__search__models .classic__search__noresults:not(.active) .classic__noresults__inner {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.classic__search.component .classic__search__models .classic__models__container {
	-webkit-transition: height .5s ease-out;
	transition: height .5s ease-out;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.classic__search.component .classic__search__models .classic__models__model {
	position: relative;
	height: 0;
	cursor: pointer;
}

.classic__search.component .classic__search__models .classic__models__model.hide {
	opacity: 0!important;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__content__container {
	-webkit-transition: opacity .2s,width .2s,height .2s,padding-bottom .2s,-webkit-transform .2s;
	transition: opacity .2s,width .2s,height .2s,padding-bottom .2s,-webkit-transform .2s;
	transition: transform .2s,opacity .2s,width .2s,height .2s,padding-bottom .2s;
	transition: transform .2s,opacity .2s,width .2s,height .2s,padding-bottom .2s,-webkit-transform .2s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.classic__search.component .classic__search__models .classic__models__model.scale-out .classic__model__content__container {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

@media (max-width:767px) {
	.classic__search.component .classic__search__models .classic__models__model {
		width: 100%!important;
		padding-bottom: 66.5%!important;
	}
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-1 {
	width: 39%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-2 {
	width: calc(61% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-3 {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-4,.classic__search.component .classic__search__models .classic__models__model.pack-6-6 {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((((51.45% - 20px) / 2) + 51.5%) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-5 {
	width: calc(39% + ((61% - 40px) / 2) + 20px);
	padding-bottom: 51.5%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-1-inverted {
	width: calc(66% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-2-inverted {
	width: 34%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-3-inverted,.classic__search.component .classic__search__models .classic__models__model.pack-6-4-inverted {
	width: calc(33% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-6-5-inverted,.classic__search.component .classic__search__models .classic__models__model.pack-6-6-inverted {
	width: calc(50% - 10px);
	padding-bottom: 33%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-1 {
	width: 39%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-2 {
	width: calc(61% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-3 {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-4 {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((((51.45% + 20px) / 2) + 51.5%));
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-5 {
	width: calc(39% + ((61% - 40px) / 2) + 20px);
	padding-bottom: 51.5%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-3-inverted {
	width: 39%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-5-inverted {
	width: calc(61% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-4-inverted {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-2-inverted {
	width: calc((61% - 40px) / 2);
	padding-bottom: calc((((51.45% + 20px) / 2) + 51.5%));
}

.classic__search.component .classic__search__models .classic__models__model.pack-5-1-inverted {
	width: calc(39% + ((61% - 40px) / 2) + 20px);
	padding-bottom: 51.5%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-1-1,.classic__search.component .classic__search__models .classic__models__model.pack-2-1,.classic__search.component .classic__search__models .classic__models__model.pack-4-1,.classic__search.component .classic__search__models .classic__models__model.pack-4-4 {
	width: 39%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-2-2,.classic__search.component .classic__search__models .classic__models__model.pack-4-2,.classic__search.component .classic__search__models .classic__models__model.pack-4-3 {
	width: calc(61% - 20px);
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-3-1 {
	width: 39%;
	padding-bottom: 51.45%;
}

.classic__search.component .classic__search__models .classic__models__model.pack-3-2,.classic__search.component .classic__search__models .classic__models__model.pack-3-3 {
	width: calc(61% - 20px);
	padding-bottom: calc((51.45% - 20px) / 2);
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__image__container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__image__container img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	left: -100%;
	right: -100%;
	width: auto;
	bottom: -100%;
	margin: auto;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
	height: auto;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__image__container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .6;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	z-index: 1;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	overflow: hidden;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container,.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out,-webkit-transform .2s ease-out;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(bg),.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(ru),.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 63px;
	}
}

@media (max-width:1279px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 36px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width:1280px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title {
		font-size: 40px;
	}
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background: #fff;
	content: "";
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__subtitle {
	color: #fff;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__inner__container .classic__model__text .classic__model__subtitle {
		font-size: 24px;
	}
}

.classic__search.component .classic__search__models .classic__models__model .classic__model__cta {
	position: absolute;
	top: 50%;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translate3d(-50%,100%,0) translateY(30px);
	transform: translate3d(-50%,100%,0) translateY(30px);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

@media (max-width:1023px) {
	.classic__search.component .classic__search__models .classic__models__model .classic__model__cta {
		-webkit-transform: translate3d(-50%,100%,0) translateY(10px);
		transform: translate3d(-50%,100%,0) translateY(10px);
	}
}

@media (min-width:768px) {
	.classic__search.component .classic__search__models .classic__models__model:hover .classic__model__cta {
		opacity: 1;
	}

	.classic__search.component .classic__search__models .classic__models__model:hover .classic__model__image__container:after {
		opacity: .5;
	}

	.classic__search.component .classic__search__models .classic__models__model:hover .classic__model__image__container img {
		-webkit-transform: scale(1.07) translateZ(0);
		transform: scale(1.07) translateZ(0);
		-webkit-transition: -webkit-transform .8s ease-out;
		transition: -webkit-transform .8s ease-out;
		transition: transform .8s ease-out;
		transition: transform .8s ease-out,-webkit-transform .8s ease-out;
	}

	.classic__search.component .classic__search__models .classic__models__model:hover .classic__model__inner__container .classic__model__text {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.classic__search.component .classic__search__models .classic__models__model:hover .classic__model__inner__container .classic__model__text {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
	}
}

.configurator {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 75px);
	position: relative;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-font-feature-settings: "kern" on;
	font-feature-settings: "kern" on;
}

@media (min-width:1681px) {
	.configurator {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.configurator {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.configurator {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.configurator {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.configurator {
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
	}
}

@media (max-width:767px) {
	.configurator {
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes navbar {
	0% {
		top: -60px;
	}

	to {
		top: 0;
	}
}

@keyframes navbar {
	0% {
		top: -60px;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes controls {
	0% {
		top: -90px;
	}

	to {
		top: 40px;
	}
}

@keyframes controls {
	0% {
		top: -90px;
	}

	to {
		top: 40px;
	}
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(750pt);
		transform: translateY(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(750pt);
		transform: translateY(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(750pt);
		transform: translateX(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(750pt);
		transform: translateX(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-750pt);
		transform: translateX(-750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-750pt);
		transform: translateX(-750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(750pt);
		transform: translateY(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(750pt);
		transform: translateY(750pt);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.configurator ul {
	text-align: center;
}

.configurator ul,.configurator ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.configurator ul li {
	position: relative;
}

.configurator .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 52px;
	letter-spacing: .04em;
	line-height: 1.2;
	position: absolute;
	left: 60px;
	z-index: 10;
	color: #f2f1f0;
	padding-top: 40px;
	pointer-events: none;
	text-shadow: 0 0 4px rgba(0,0,0,.16);
	-webkit-animation: fadein 1s ease-in 2.5s both;
	animation: fadein 1s ease-in 2.5s both;
}

.configurator .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.configurator .title:lang(bg),.configurator .title:lang(ru),.configurator .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.configurator .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.configurator .title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.configurator .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.configurator .title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.configurator .title {
		font-size: 78px;
	}
}

.configurator .title .subtitle {
	font-size: .6em;
	color: #b6b6b6;
	margin-top: -6px;
	text-shadow: 0 0 2px rgba(0,0,0,.16);
	-webkit-animation: fadein 1s ease-in 3.5s both;
	animation: fadein 1s ease-in 3.5s both;
}

.configurator.configurator-loading {
	opacity: .4;
}

.configurator.configurator-loading .configurator-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	z-index: 20;
}

.configurator.configurator-loading .configurator-loader .dot {
	background-color: #000;
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
	animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
}

.configurator.configurator-loading .configurator-loader .dot:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.configurator.configurator-loading .configurator-loader .dot:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.configurator.configurator-loading .row-img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.configurator .conf-global-container {
	-webkit-animation: fadein .4s cubic-bezier(.895,.03,.685,.22) .1s both;
	animation: fadein .4s cubic-bezier(.895,.03,.685,.22) .1s both;
}

.configurator .conf-global-container .conf-container {
	opacity: 0;
	z-index: 0;
	overflow: hidden;
	-webkit-transition: -webkit-opacity 0s ease-in .3s;
	-webkit-transition: opacity 0s ease-in .3s;
	transition: opacity 0s ease-in .3s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.configurator .conf-global-container .conf-container.active {
	opacity: 1;
	z-index: 1;
	-webkit-transition: -webkit-opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.configurator .conf-global-container .conf-container.loader {
	-webkit-animation: fadeout 2s cubic-bezier(.895,.03,.685,.22) .7s both;
	animation: fadeout 2s cubic-bezier(.895,.03,.685,.22) .7s both;
	z-index: 2;
	opacity: 1;
	pointer-events: none;
	position: relative;
}

.configurator .conf-global-container .conf-container li {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #ebebeb;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px;
}

.configurator .conf-global-container .conf-container li:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.configurator .conf-global-container .conf-container li:lang(bg),.configurator .conf-global-container .conf-container li:lang(ru),.configurator .conf-global-container .conf-container li:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.configurator .conf-global-container .conf-container li:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .conf-global-container .conf-container li:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .conf-global-container .conf-container li:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container li {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.configurator .conf-global-container .conf-container li {
		font-size: 21px;
	}
}

.configurator .conf-global-container .conf-container .row-img {
	position: relative;
	z-index: 0;
	height: calc(100% - 110px);
	top: 0;
	max-height: 66.66667vw;
	width: 100%;
	overflow: hidden;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-img {
		overflow: hidden;
		width: 89%;
		top: 0;
		height: 100%;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-img {
		overflow: hidden;
		border-top: 3px solid;
		height: 30%;
		position: absolute;
		z-index: 0;
		width: 100%;
		top: 0;
	}

	.configurator .conf-global-container .conf-container .row-img.corse {
		border-color: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .row-img.unica {
		border-color: #239abf;
	}

	.configurator .conf-global-container .conf-container .row-img.futura {
		border-color: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .row-img.navyBlue {
		border-color: #00425e;
	}

	.configurator .conf-global-container .conf-container .row-img.darkGrey {
		border-color: #333;
	}

	.configurator .conf-global-container .conf-container .row-img.featureGrey {
		border-color: #666;
	}

	.configurator .conf-global-container .conf-container .row-img.brightBlue {
		border-color: #008cc6;
	}
}

.configurator .conf-global-container .conf-container .row-img img {
	position: absolute;
	margin: auto;
	opacity: 0;
}

.configurator .conf-global-container .conf-container .row-img img.interiors,.configurator .conf-global-container .conf-container .row-img img.paints {
	-webkit-transition: -webkit-opacity .3s ease-in .25s;
	-webkit-transition: opacity .3s ease-in .25s;
	transition: opacity .3s ease-in .25s;
}

.configurator .conf-global-container .conf-container .row-img img.selected {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.configurator .conf-global-container .conf-container .row-img img:not(.background) {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-img img:not(.background) {
		height: 100%;
	}
}

.configurator .conf-global-container .conf-container .row-img img:not(.background).top-right {
	height: 100%;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .row-img img:not(.background).top-right {
		width: 100%;
		height: auto;
	}
}

@media (max-width:1023px) and (min-width:479px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-img img:not(.background).top-right {
		width: auto;
		height: 100%;
	}
}

.configurator .conf-global-container .conf-container .row-img img.background {
	width: 100%;
	height: 100%;
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-img img.background {
		width: auto;
	}
}

@media (max-width:1023px) and (orientation:portrait) and (min-width:27.2vh) {
	.configurator .conf-global-container .conf-container .row-img img.background {
		width: 100%;
	}
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .row-img img {
		height: 100%;
	}
}

.configurator .conf-global-container .conf-container .row-img img.interiors {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	width: 100%;
	height: 100%;
}

.configurator .conf-global-container .conf-container .row-img img.interiors.side {
	-o-object-position: top;
	object-position: top;
}

@media (min-width:1024px) {
	.configurator .conf-global-container .conf-container .row-img img.interiors {
		-o-object-fit: unset;
		object-fit: unset;
		-o-object-position: unset;
		object-position: unset;
		width: 100%;
		height: auto;
		bottom: 20%;
	}

	.configurator .conf-global-container .conf-container .row-img img.interiors.side {
		top: 0;
		bottom: unset;
	}
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container .row-img img.interiors {
		bottom: 30%;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .go-to-fullscreen {
		position: absolute;
		width: 20px;
		height: 20px;
		left: 4%;
		bottom: 4%;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.4 2.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23738597%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.4.7V0h-.7v.2h.36l-.86.86L.34.2H.7V0H0v.7h.2V.34l.86.86-.86.86V1.7H0v.7h.7v-.2H.34l.86-.86.86.86H1.7v.2h.7v-.7h-.2v.36l-.86-.86.86-.86V.7h.2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .go-to-fullscreen {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 5%;
		top: 3%;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.4 2.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23738597%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.4.7V0h-.7v.2h.36l-.86.86L.34.2H.7V0H0v.7h.2V.34l.86.86-.86.86V1.7H0v.7h.7v-.2H.34l.86-.86.86.86H1.7v.2h.7v-.7h-.2v.36l-.86-.86.86-.86V.7h.2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.configurator .conf-global-container .conf-container .tab-counter {
	display: none;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .tab-counter {
		position: absolute;
		width: 80%;
		margin-left: 10%;
		height: 5%;
		bottom: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .tab-counter {
		position: absolute;
		width: 100vw;
		height: 5%;
		top: 24%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .counter {
		width: 21px;
		height: 6px;
		border-radius: 6px;
		margin: 0 3px;
		border: 1px solid #fff;
	}

	.configurator .conf-global-container .conf-container .counter.active.corse {
		border-color: #ef3d42;
		background: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .counter.active.unica {
		border-color: #239abf;
		background: #239abf;
	}

	.configurator .conf-global-container .conf-container .counter.active.futura {
		border-color: #cbcccb;
		background: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .counter.active.navyBlue {
		border-color: #00425e;
		background: #00425e;
	}

	.configurator .conf-global-container .conf-container .counter.active.darkGrey {
		border-color: #333;
		background: #333;
	}

	.configurator .conf-global-container .conf-container .counter.active.featureGrey {
		border-color: #666;
		background: #666;
	}

	.configurator .conf-global-container .conf-container .counter.active.brightBlue {
		border-color: #008cc6;
		background: #008cc6;
	}
}

.configurator .conf-global-container .conf-container .tab-selectors {
	height: calc(100vh - 185px);
	width: 100%;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container .tab-selectors {
		height: calc(100vh - 200px);
	}
}

@media (min-width:2201px) {
	.configurator .conf-global-container .conf-container .tab-selectors {
		height: calc(100vh - 222.5px);
	}
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .tab-selectors {
		display: none;
	}
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow {
	border: 2px solid;
	height: 43px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.left {
	border-left: none;
	-webkit-animation: slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .6s both;
	animation: slide-in-left 1s cubic-bezier(.25,.46,.45,.94) .6s both;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.right {
	border-right: none;
	-webkit-animation: slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .6s both;
	animation: slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .6s both;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.corse {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.unica {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.futura {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.navyBlue {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.darkGrey {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.featureGrey {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.brightBlue {
	border-color: #008cc6;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left {
	margin-left: auto;
	margin-right: 9pt;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.corse {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23ef3d42'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.unica {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23239abf'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.navyBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.darkGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.featureGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23666'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left.brightBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23008cc6'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right {
	margin-left: 9pt;
	margin-right: auto;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.corse {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23ef3d42'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.unica {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23239abf'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.navyBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.darkGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.featureGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23666'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right.brightBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23008cc6'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-left,.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-right {
	cursor: pointer;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-left {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-left.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-right {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable .arrow-right.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.corse {
	background: #ef3d42;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.unica {
	background: #239abf;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.futura {
	background: #cbcccb;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.navyBlue {
	background: #00425e;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.darkGrey {
	background: #333;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.featureGrey {
	background: #666;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow.clickable.brightBlue {
	background: #008cc6;
}

.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-left,.configurator .conf-global-container .conf-container .tab-selectors .bg-arrow .arrow-right {
	opacity: 0;
	width: 20px;
	height: 20px;
	width: 13px;
	opacity: 1;
	z-index: 12;
	-webkit-transition: -webkit-opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.configurator .conf-global-container .conf-container .section-selectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 15px;
	position: absolute;
	bottom: 110px;
	width: 100%;
	height: 75pt;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(6%,rgba(0,0,0,.06)),color-stop(69%,rgba(0,0,0,.4)),to(rgba(0,0,0,.6)));
	background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.06) 6%,rgba(0,0,0,.4) 69%,rgba(0,0,0,.6));
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .section-selectors {
		background: #fff;
		width: 11%;
		height: 70%;
		bottom: auto;
		top: 15%;
		right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors {
		background-image: none;
		background: none;
		bottom: 12%;
		z-index: 15;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		height: 12%;
		right: auto;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list {
	padding: 0;
	margin-left: 8px;
	margin-bottom: 8px;
	-webkit-animation: slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) 1.2s both;
	animation: slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) 1.2s both;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .section-selectors .list {
		margin: 0;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator {
	width: 2px;
	height: 24px;
	border-right: 1px solid;
	position: absolute;
	bottom: 9pt;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.corse {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.unica {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.futura {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.navyBlue {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.darkGrey {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.featureGrey {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.brightBlue {
	border-color: #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .section-selectors .list .views-separator {
		border-right: none;
		border-top: 1px solid;
		width: 24px;
		height: 0;
		bottom: auto;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.bottom {
		bottom: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors .list .views-separator {
		position: unset;
		width: 0;
		height: 24px;
		border-right: 1px solid;
		bottom: 9pt;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .views-separator.bottom {
		bottom: 9pt;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav {
	list-style: none;
	font-family: RobotoRegular,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 3pc;
	padding: 0 8px;
	margin: 0;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(bg),.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(ru),.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav {
		font-size: 24px;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 2vh;
		margin-top: 2vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active {
		border-left: 2px solid;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.corse {
		border-color: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.unica {
		border-color: #239abf;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.futura {
		border-color: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.navyBlue {
		border-color: #00425e;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.darkGrey {
		border-color: #333;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.featureGrey {
		border-color: #666;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.brightBlue {
		border-color: #008cc6;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav {
		line-height: 20px;
		font-size: 1pc;
		height: 6vh;
		max-width: 22vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 8px;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active {
		border-left: none;
		border-top: 4px solid;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.corse {
		border-color: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.unica {
		border-color: #239abf;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.futura {
		border-color: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.navyBlue {
		border-color: #00425e;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.darkGrey {
		border-color: #333;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.featureGrey {
		border-color: #666;
	}

	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.active.brightBlue {
		border-color: #008cc6;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.after:first-of-type {
	margin-left: 4px;
	padding-left: 1pc;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.after:first-of-type {
		margin-top: 4vh;
		padding: 0;
		margin-left: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav.after:first-of-type {
		margin-left: 4px;
		padding-left: 1pc;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a {
	text-decoration: none;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active {
	border-bottom: 2px solid;
	padding-bottom: 3px;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.corse {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.unica {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.futura {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.navyBlue {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.darkGrey {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.featureGrey {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active.brightBlue {
	border-color: #008cc6;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav a.active {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav .span-nav {
	cursor: pointer;
	color: #fff;
	padding: 6px 0 0;
	display: inline-block;
	margin-bottom: -3px;
	width: auto;
	-webkit-transition: -webkit-opacity .15s ease-in;
	-webkit-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}

.configurator .conf-global-container .conf-container .section-selectors .list .li-nav .span-nav.active {
	font-weight: 900;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav .span-nav {
		color: #646464;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .section-selectors .list .li-nav .span-nav {
		color: #fff;
	}
}

.configurator .conf-global-container .conf-container .contact-dealer-container {
	position: absolute;
	right: 0;
	border-radius: 8%;
	bottom: 0;
	z-index: 15;
	height: 110px;
	width: 97px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .6s both;
	animation: slide-in-right 1s cubic-bezier(.25,.46,.45,.94) .6s both;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .contact-dealer-container {
		height: 14%;
		width: 11%;
		bottom: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .contact-dealer-container {
		position: absolute;
		width: 90%;
		bottom: 0;
		height: 11%;
		border-top: 1px solid #3c3c3c;
		border-radius: 0;
		right: auto;
		-webkit-animation: slide-in-top 1s cubic-bezier(.25,.46,.45,.94) .6s both;
		animation: slide-in-top 1s cubic-bezier(.25,.46,.45,.94) .6s both;
	}
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner {
	width: 100%;
	height: 42px;
	border: 2px solid;
	cursor: pointer;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.corse {
	border-color: #ef3d42;
	background: #ef3d42;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.unica {
	border-color: #239abf;
	background: #239abf;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.futura {
	border-color: #cbcccb;
	background: #cbcccb;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.navyBlue {
	border-color: #00425e;
	background: #00425e;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.darkGrey {
	border-color: #333;
	background: #333;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.featureGrey {
	border-color: #666;
	background: #666;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner.brightBlue {
	border-color: #008cc6;
	background: #008cc6;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner {
		border: none;
		background: none;
		width: 100%;
		height: auto;
		background: none!important;
	}
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer {
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.6' height='37' viewBox='0 0 28.6 37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cg id='Stay_in_toch' transform='translate(-.9 -.4)'%3E%3Cpath id='Path_136' d='M14.1 11.5H7.6a.5.5 0 0 0 0 1h6.5a.5.5 0 0 0 0-1zm-6.5-1.1h9.7a.5.5 0 1 0 0-1H7.6a.5.5 0 1 0 0 1zm0-3.2h2.2a.472.472 0 0 0 .5-.5V4.5a.472.472 0 0 0-.5-.5H7.6a.472.472 0 0 0-.5.5v2.2a.536.536 0 0 0 .5.5zM8.2 5h1.1v1.1H8.2z' class='cls-1'/%3E%3Cpath id='Path_137' d='M14.7 25.6l-.5-1.1a3.043 3.043 0 0 1-.1-2.1 2.94 2.94 0 0 1 1.4-1.5c1.3-.6 2.7-.3 3.5 1.5l.7 1.4a1.676 1.676 0 0 1 1.1-.3 1.268 1.268 0 0 1 .6.1c.1-.1.2-.1.4-.2a.367.367 0 0 1 .3-.1 2.208 2.208 0 0 1 1.6 0 3.128 3.128 0 0 1 1 .5h.1V11c0-.1 0-.2-.1-.2 0-.1-.1-.1-.2-.2l-2.2-1.7V6.1a.758.758 0 0 0-.2-.4L17.2.6a.52.52 0 0 0-.4-.2H3.9a.634.634 0 0 0-.5.6v7.8l-2.2 1.7c-.1.1-.2.2-.2.3a.349.349 0 0 1-.1.2v15.1a.472.472 0 0 0 .5.5h13.7zm8.9-14.3v1.4l-1.4 1v-3.4l1.4 1zM17 2l3.8 3.9H17zM2 12.6v-1.4l1.4-1v3.4zm2.4 1.8V1.5H16v4.9a.56.56 0 0 0 .5.6h4.7v7.4L16.4 18H9.2l-4.8-3.6z' class='cls-1'/%3E%3Cpath id='Path_138' d='M14.1 13.6H7.6a.5.5 0 0 0 0 1h6.5a.5.5 0 0 0 0-1zm12.8 11.8a1.9 1.9 0 0 0-2.3-1c-.2.1-.3.2-.5.3a1.78 1.78 0 0 0-2.2-.8 1.024 1.024 0 0 0-.6.5.758.758 0 0 0-.4-.2 1.5 1.5 0 0 0-1.3.1c-.2.1-.3.2-.5.3L18 22.3a1.682 1.682 0 0 0-2.2-.8 1.962 1.962 0 0 0-.9.9 1.934 1.934 0 0 0 0 1.3l2.7 5.8-.1-.1a1.776 1.776 0 0 0-2.5.4c-.4.5-.6 1.3.3 2.4 0 0 3.5 4.2 6.9 5.2h.2c.2 0 .5-.2.5-.4a.569.569 0 0 0-.4-.7c-2.5-.8-5.4-3.8-6.4-4.9-.5-.6-.3-.9-.2-1a.651.651 0 0 1 .9-.2l1.7 1.2.6 1.2a.55.55 0 0 0 .5.3c.1 0 .2 0 .2-.1a.63.63 0 0 0 .3-.8L16 23.2a.3.3 0 0 1 0-.4c.1-.1.2-.3.3-.3a.517.517 0 0 1 .7.3l1.7 3.8 1 2.1a.6.6 0 0 0 1.1-.5l-1-2.1a.517.517 0 0 1 .3-.7.3.3 0 0 1 .4 0q.15 0 .3.3l.3.6.7 1.4.1.3a.55.55 0 0 0 .5.3c.1 0 .2 0 .2-.1a.63.63 0 0 0 .3-.8l-.1-.3-.7-1.5a.539.539 0 0 1 1-.4l.7 1.5.3.7a.6.6 0 0 0 1.1-.5l-.3-.7a1.268 1.268 0 0 1-.1-.6q0-.15.3-.3a.735.735 0 0 1 .8.4s2.4 4.3 2.4 8.1a.6.6 0 0 0 1.2 0 21.227 21.227 0 0 0-2.6-8.4z' class='cls-1'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 37px;
	width: 28px;
	margin-left: 11px;
	margin-top: 6px;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.6' height='37' viewBox='0 0 28.6 37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000%7D%3C/style%3E%3C/defs%3E%3Cg id='Stay_in_toch' transform='translate(-.9 -.4)'%3E%3Cpath id='Path_136' d='M14.1 11.5H7.6a.5.5 0 0 0 0 1h6.5a.5.5 0 0 0 0-1zm-6.5-1.1h9.7a.5.5 0 1 0 0-1H7.6a.5.5 0 1 0 0 1zm0-3.2h2.2a.472.472 0 0 0 .5-.5V4.5a.472.472 0 0 0-.5-.5H7.6a.472.472 0 0 0-.5.5v2.2a.536.536 0 0 0 .5.5zM8.2 5h1.1v1.1H8.2z' class='cls-1'/%3E%3Cpath id='Path_137' d='M14.7 25.6l-.5-1.1a3.043 3.043 0 0 1-.1-2.1 2.94 2.94 0 0 1 1.4-1.5c1.3-.6 2.7-.3 3.5 1.5l.7 1.4a1.676 1.676 0 0 1 1.1-.3 1.268 1.268 0 0 1 .6.1c.1-.1.2-.1.4-.2a.367.367 0 0 1 .3-.1 2.208 2.208 0 0 1 1.6 0 3.128 3.128 0 0 1 1 .5h.1V11c0-.1 0-.2-.1-.2 0-.1-.1-.1-.2-.2l-2.2-1.7V6.1a.758.758 0 0 0-.2-.4L17.2.6a.52.52 0 0 0-.4-.2H3.9a.634.634 0 0 0-.5.6v7.8l-2.2 1.7c-.1.1-.2.2-.2.3a.349.349 0 0 1-.1.2v15.1a.472.472 0 0 0 .5.5h13.7zm8.9-14.3v1.4l-1.4 1v-3.4l1.4 1zM17 2l3.8 3.9H17zM2 12.6v-1.4l1.4-1v3.4zm2.4 1.8V1.5H16v4.9a.56.56 0 0 0 .5.6h4.7v7.4L16.4 18H9.2l-4.8-3.6z' class='cls-1'/%3E%3Cpath id='Path_138' d='M14.1 13.6H7.6a.5.5 0 0 0 0 1h6.5a.5.5 0 0 0 0-1zm12.8 11.8a1.9 1.9 0 0 0-2.3-1c-.2.1-.3.2-.5.3a1.78 1.78 0 0 0-2.2-.8 1.024 1.024 0 0 0-.6.5.758.758 0 0 0-.4-.2 1.5 1.5 0 0 0-1.3.1c-.2.1-.3.2-.5.3L18 22.3a1.682 1.682 0 0 0-2.2-.8 1.962 1.962 0 0 0-.9.9 1.934 1.934 0 0 0 0 1.3l2.7 5.8-.1-.1a1.776 1.776 0 0 0-2.5.4c-.4.5-.6 1.3.3 2.4 0 0 3.5 4.2 6.9 5.2h.2c.2 0 .5-.2.5-.4a.569.569 0 0 0-.4-.7c-2.5-.8-5.4-3.8-6.4-4.9-.5-.6-.3-.9-.2-1a.651.651 0 0 1 .9-.2l1.7 1.2.6 1.2a.55.55 0 0 0 .5.3c.1 0 .2 0 .2-.1a.63.63 0 0 0 .3-.8L16 23.2a.3.3 0 0 1 0-.4c.1-.1.2-.3.3-.3a.517.517 0 0 1 .7.3l1.7 3.8 1 2.1a.6.6 0 0 0 1.1-.5l-1-2.1a.517.517 0 0 1 .3-.7.3.3 0 0 1 .4 0q.15 0 .3.3l.3.6.7 1.4.1.3a.55.55 0 0 0 .5.3c.1 0 .2 0 .2-.1a.63.63 0 0 0 .3-.8l-.1-.3-.7-1.5a.539.539 0 0 1 1-.4l.7 1.5.3.7a.6.6 0 0 0 1.1-.5l-.3-.7a1.268 1.268 0 0 1-.1-.6q0-.15.3-.3a.735.735 0 0 1 .8.4s2.4 4.3 2.4 8.1a.6.6 0 0 0 1.2 0 21.227 21.227 0 0 0-2.6-8.4z' class='cls-1'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer .contact-dealer-mobile {
	display: none;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer {
		width: 23px;
		margin: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer {
		background: #fff;
		border-radius: 4px;
		margin: auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer.futura {
		background: #fff;
	}

	.configurator .conf-global-container .conf-container .contact-dealer-container .contact-dealer-inner .contact-dealer .contact-dealer-mobile {
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		letter-spacing: .02em;
		font-family: RobotoRegular,sans-serif;
	}
}

.configurator .conf-global-container .conf-container .model-selectors {
	position: absolute;
	height: 110px;
	width: 167px;
	background: transparent;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: fadein 1s ease-in .6s both;
	animation: fadein 1s ease-in .6s both;
	font-family: RobotoRegular,sans-serif;
	letter-spacing: .02em;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors {
		background: #000;
		width: 11%;
		height: 15%;
		top: 0;
		right: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .model-selectors {
		display: none;
	}
}

.configurator .conf-global-container .conf-container .model-selectors:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.configurator .conf-global-container .conf-container .model-selectors:lang(bg),.configurator .conf-global-container .conf-container .model-selectors:lang(ru),.configurator .conf-global-container .conf-container .model-selectors:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.configurator .conf-global-container .conf-container .model-selectors:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .conf-global-container .conf-container .model-selectors:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .conf-global-container .conf-container .model-selectors:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner {
	width: 135px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner {
		margin-left: 27%;
		width: 82%;
	}
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .collection-label {
	border-bottom: 1px solid #000;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .collection-label {
		color: #fff;
		border-color: #fff;
		font-size: 9px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 28px;
	width: 100%;
	height: 40%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.corse {
	color: #ef3d42;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.unica {
	color: #239abf;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.futura {
	color: #cbcccb;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.navyBlue {
	color: #00425e;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.darkGrey {
	color: #333;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.featureGrey {
	color: #666;
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name.brightBlue {
	color: #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .model-name {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 1pc;
	}
}

.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .label {
	margin-left: 62px;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .model-selectors-inner .label {
		margin-left: 0;
	}
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container {
	position: absolute;
	left: 148px;
	width: 19px;
	height: 49px;
	bottom: 5px;
	cursor: pointer;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.corse {
	background: #ef3d42;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.unica {
	background: #239abf;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.futura {
	background: #cbcccb;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.navyBlue {
	background: #00425e;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.darkGrey {
	background: #333;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.featureGrey {
	background: #666;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container.brightBlue {
	background: #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 18%;
		right: 82%;
		top: 0;
		position: absolute;
		left: auto;
	}
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container .arrow-up {
	height: 13px;
	width: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5px;
	opacity: 1;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}

.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container .arrow-up.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container .arrow-up {
		display: none;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container .arrow-left {
		-webkit-transform: none;
		transform: none;
		margin: 0;
		width: 5px;
		height: 9px;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.configurator .conf-global-container .conf-container .model-selectors .arrow-up-container .arrow-left.futura {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.configurator .conf-global-container .conf-container .models-swithcer {
	width: 100%;
	height: 0;
	opacity: 1;
	-webkit-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
	position: absolute;
	bottom: 0;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border-top: 5px solid;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .models-swithcer {
		border: none;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .models-swithcer {
		border-top: 5px solid;
	}
}

.configurator .conf-global-container .conf-container .models-swithcer.corse {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .models-swithcer.unica {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .models-swithcer.futura {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .models-swithcer.navyBlue {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .models-swithcer.darkGrey {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .models-swithcer.featureGrey {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .models-swithcer.brightBlue {
	border-color: #008cc6;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab {
	-webkit-animation: fadein 1s ease-in 1s both;
	animation: fadein 1s ease-in 1s both;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav {
	color: grey;
	font-size: 35px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.first-letter {
	background: grey;
	width: 24px;
	height: 63px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.corse {
	color: #ef3d42;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.corse.first-letter {
	color: #fff;
	background: #ef3d42;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.unica {
	color: #239abf;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.unica.first-letter {
	color: #fff;
	background: #239abf;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.futura {
	color: #cbcccb;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.futura.first-letter {
	color: #fff;
	background: #cbcccb;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.navyBlue {
	color: #00425e;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.navyBlue.first-letter {
	color: #fff;
	background: #00425e;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.darkGrey {
	color: #333;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.darkGrey.first-letter {
	color: #fff;
	background: #333;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.featureGrey {
	color: #666;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.featureGrey.first-letter {
	color: #fff;
	background: #666;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.brightBlue {
	color: #008cc6;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab .span-nav.active.brightBlue.first-letter {
	color: #fff;
	background: #008cc6;
}

.configurator .conf-global-container .conf-container .models-swithcer .tab li {
	padding-right: 50px;
	padding-left: 50px;
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .models-swithcer {
		bottom: auto;
		top: 29.6%;
		height: 8%;
		border-top: 0;
		border-bottom: 5px solid;
	}

	.configurator .conf-global-container .conf-container .models-swithcer .tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.configurator .conf-global-container .conf-container .models-swithcer .tab .li-nav {
		padding-right: 15px;
		padding-left: 15px;
	}

	.configurator .conf-global-container .conf-container .models-swithcer .tab .li-nav .span-nav {
		font-size: 18px;
	}

	.configurator .conf-global-container .conf-container .models-swithcer .tab .li-nav .span-nav.first-letter {
		width: 9pt;
		height: 31px;
	}

	.configurator .conf-global-container .conf-container .models-swithcer .tab .li-nav .span-nav.first-letter:not(.active) {
		background: none;
		color: grey;
	}
}

.configurator .conf-global-container .conf-container .models-switcher-landscape {
	display: none;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .models-switcher-landscape {
		opacity: 1;
		-webkit-transition: height .4s ease-in-out;
		transition: height .4s ease-in-out;
		position: absolute;
		background: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
		height: 15%;
		top: 0;
		right: 0;
		width: 0;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 9%;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .collection-label {
		font-size: 9px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab {
		-webkit-animation: fadein 1s ease-in 1s both;
		animation: fadein 1s ease-in 1s both;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 10%;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .li-nav {
		margin: 0;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab a {
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav {
		color: hsla(0,0%,100%,.5);
		font-size: 1pc;
		font-weight: 700;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.corse {
		color: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.unica {
		color: #239abf;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.futura {
		color: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.navyBlue {
		color: #00425e;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.darkGrey {
		color: #333;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.featureGrey {
		color: #666;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .tab .span-nav.active.brightBlue {
		color: #008cc6;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close {
		position: absolute;
		right: 94%;
		height: 100%;
		width: 6%;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.corse {
		background: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.unica {
		background: #239abf;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.futura {
		background: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.navyBlue {
		background: #00425e;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.darkGrey {
		background: #333;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.featureGrey {
		background: #666;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close.brightBlue {
		background: #008cc6;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right {
		width: .8vw;
		height: 2vw;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.brightBlue,.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.corse,.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.darkGrey,.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.featureGrey,.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.navyBlue,.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.unica {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.configurator .conf-global-container .conf-container .models-switcher-landscape .models-switcher-landscape-inner .models-switcher-landscape-close .arrow-right.futura {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.configurator .conf-global-container .conf-container .row-selectors {
	overflow: hidden;
	overflow-x: auto;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-animation: fadein 1s ease-in .4s both;
	animation: fadein 1s ease-in .4s both;
	border-top: 1px solid;
	border-bottom: 5px solid;
}

.configurator .conf-global-container .conf-container .row-selectors.corse {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .row-selectors.unica {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .row-selectors.futura {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .row-selectors.navyBlue {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .row-selectors.darkGrey {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .row-selectors.featureGrey {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .row-selectors.brightBlue {
	border-color: #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors {
		width: 22.3%;
		right: 11%;
		height: 100%;
		bottom: auto;
		top: 0;
		border: none;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,#f1f1f3),color-stop(85%,#83858f),to(#83858f));
		background: linear-gradient(180deg,#f1f1f3 55%,#83858f 85%,#83858f);
		overflow-x: hidden;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors {
		bottom: auto;
		top: 38%;
		height: 62.4%;
		width: 100%;
		right: 0;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,#f1f1f3),color-stop(85%,#83858f),to(#83858f));
		background: linear-gradient(180deg,#f1f1f3 55%,#83858f 85%,#83858f);
		border: none;
		border-bottom: 5px solid;
		overflow-x: hidden;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container {
		width: 88%;
		margin-left: 6%;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container.doppio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container {
		position: absolute;
		top: 0;
		height: 65%;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container.doppio {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container.hidden {
	display: none;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: fadein .2s cubic-bezier(.895,.03,.685,.22) .2s both;
	animation: fadein .2s cubic-bezier(.895,.03,.685,.22) .2s both;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container::-webkit-scrollbar {
	display: none;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container {
		overflow: auto;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container {
		-ms-overflow-style: none;
		scrollbar-width: none;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.singolo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.singolo .tab-list {
	max-width: 41vw;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.singolo .tab-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 0;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		max-height: 82%;
		position: absolute;
		bottom: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.singolo .tab-list {
		max-width: 90vw;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		margin-bottom: 0;
		margin-top: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.singolo .tab-list.active {
		-ms-flex-line-pack: baseline;
		align-content: baseline;
		margin-top: 3.8vh;
		max-height: 90%;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio.secondo {
	margin-left: 30px;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		padding-top: 0;
		-ms-flex-flow: column;
		flex-flow: column;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-height: 50%;
		height: auto;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio.secondo {
		margin-left: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 50%;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio.secondo {
		margin-left: 0;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio .tab-list {
	max-width: 310px;
	margin-top: 10px;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio .tab-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		height: auto;
		width: 100%;
		padding: 0;
		margin-top: 0;
		margin-left: 0;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		max-width: unset;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio .tab-list.secondo {
		margin-left: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio .tab-list {
		max-width: 82.8vw;
		padding: 0;
		margin: 0;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container.doppio .tab-list.secondo {
		margin-left: 0;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list-separator {
	height: 55px;
	margin-top: 30px;
	border: 1px dashed #707070;
	margin-left: 40px;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list-separator {
		height: 0;
		width: 13vw;
		margin: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list-separator {
		margin: 0;
		height: 0;
		width: 34vw;
		bottom: 0;
		position: absolute;
		top: 50%;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list {
	z-index: 0;
	color: #fff;
	padding: 6px 0 9pt;
	white-space: nowrap;
	display: none;
	-webkit-transition: -webkit-opacity 0s ease-in .3s;
	-webkit-transition: opacity 0s ease-in .3s;
	transition: opacity 0s ease-in .3s;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list::-webkit-scrollbar {
	display: none;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: -webkit-opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab {
	font-family: RobotoRegular,sans-serif;
	font-weight: 700;
	position: relative;
	top: -18px;
	margin-right: 9pt;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(bg),.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(ru),.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .menu-tab:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab {
	margin: 0 11px;
	-webkit-animation: fadein 1s cubic-bezier(.47,0,.745,.715) .2s;
	animation: fadein 1s cubic-bezier(.47,0,.745,.715) .2s;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab {
		margin: 11px;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab {
		margin: 5px 11px;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img {
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #fff;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.corse {
	border: 2px solid #ef3d42;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.unica {
	border: 2px solid #239abf;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.futura {
	border: 2px solid #cbcccb;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.navyBlue {
	border: 2px solid #00425e;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.darkGrey {
	border: 2px solid #333;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.featureGrey {
	border: 2px solid #666;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.active.brightBlue {
	border: 2px solid #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img {
		width: 41px;
		height: 41px;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img {
		width: 53px;
		height: 53px;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab img.shadow {
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	-webkit-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab:hover img.shadow {
	opacity: 1;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.corse:before {
	border-color: #ef3d42;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.unica:before {
	border-color: #239abf;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.futura:before {
	border-color: #cbcccb;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.navyBlue:before {
	border-color: #00425e;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.darkGrey:before {
	border-color: #333;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.featureGrey:before {
	border-color: #666;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .tab-list .tab.selected-tab.brightBlue:before {
	border-color: #008cc6;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right {
	width: 9pt;
	height: 21px;
	margin-top: 50px;
	opacity: .5;
	z-index: 9999;
	display: none;
}

@media (max-width:1023px) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right {
		display: none;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.visible,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.visible {
	display: initial;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.visible.clickable,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.visible.clickable {
	cursor: pointer;
	opacity: 1;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.corse,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.corse {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23ef3d42'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.unica,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.unica {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23239abf'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.futura,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.navyBlue,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.navyBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.darkGrey,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.darkGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.featureGrey,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.featureGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23666'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left.brightBlue,.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right.brightBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23008cc6'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-left {
	margin-right: 15px;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .arrow-right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 15px;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container {
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -35px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	line-height: 1.5;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(bg),.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(ru),.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container {
		font-size: 21px;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container {
		top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: auto;
		position: relative;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container {
		top: 0;
		height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container.secondo {
		top: 50%;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name {
	min-width: 60px;
	z-index: 99;
	height: 10px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: .8em;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	pointer-events: none;
	-webkit-transition: -webkit-opacity .15s ease-in;
	-webkit-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
	text-transform: none;
}

@media (min-width:1681px) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name {
		font-size: 21px;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name {
		font-size: 9pt;
		line-height: 1.2;
		height: 20px;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name {
		font-size: 1pc;
	}
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.corse {
	color: #ef3d42;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.unica {
	color: #239abf;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.futura {
	color: #cbcccb;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.navyBlue {
	color: #00425e;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.darkGrey {
	color: #333;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.featureGrey {
	color: #666;
}

.configurator .conf-global-container .conf-container .row-selectors .section-container .tab-list-container .opt-name-container .opt-name.brightBlue {
	color: #008cc6;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container .row-selectors .section-container-close {
		position: absolute;
		left: 0;
		height: 100%;
		width: 7%;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.corse {
		background: #ef3d42;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.unica {
		background: #239abf;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.futura {
		background: #cbcccb;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.navyBlue {
		background: #00425e;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.darkGrey {
		background: #333;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.featureGrey {
		background: #666;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close.brightBlue {
		background: #008cc6;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right {
		width: .8vw;
		height: 2vw;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.brightBlue,.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.corse,.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.darkGrey,.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.featureGrey,.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.navyBlue,.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.unica {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.configurator .conf-global-container .conf-container .row-selectors .section-container-close .arrow-right.futura {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .conf-global-container .conf-container {
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .conf-global-container .conf-container {
		top: 0;
		height: -moz-available;
		height: -webkit-fill-available;
		height: fill-available;
	}
}

.configurator .cerchio-selected-thumb {
	position: absolute;
	content: "";
	width: 65px;
	height: 65px;
	top: -4px;
	left: -4px;
	opacity: 1;
}

.configurator .cerchio-selected-thumb.corse {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23ef3d42%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.unica {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23239abf%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.futura {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23cbcccb%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.navyBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%230c2340%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.darkGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23333%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.featureGrey {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23666%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.configurator .cerchio-selected-thumb.brightBlue {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.334' height='64.334' viewBox='0 0 64.334 64.334'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23008cc6%7D.cls-2%7Bstroke-linecap:round;stroke-miterlimit:10;stroke-width:2.2px%7D%3C/style%3E%3C/defs%3E%3Cg id='Selected' transform='translate(1.1 1.1)'%3E%3Ccircle id='Ellipse_2' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(2.224 44.225)'/%3E%3Ccircle id='Ellipse_3' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(5.472 49.114)'/%3E%3Ccircle id='Ellipse_4' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(9.969 53.754)'/%3E%3Ccircle id='Ellipse_5' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(15.004 57.168)'/%3E%3Cg id='Group_8'%3E%3Cpath id='Path_8' d='M235.517 219.339a31.066 31.066 0 0 0-39.556 39.556' class='cls-2' transform='translate(-194.232 -217.61)'/%3E%3Cpath id='Path_9' d='M213.023 275.958A31.069 31.069 0 0 0 252.58 236.4' class='cls-2' transform='translate(-192.174 -215.552)'/%3E%3C/g%3E%3Ccircle id='Ellipse_6' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(57.227 15.373)'/%3E%3Ccircle id='Ellipse_7' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(53.979 10.483)'/%3E%3Ccircle id='Ellipse_8' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(49.482 5.844)'/%3E%3Ccircle id='Ellipse_9' cx='1.294' cy='1.294' r='1.294' class='cls-1' transform='translate(44.447 2.43)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .cerchio-selected-thumb {
		width: 53px;
		height: 53px;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.configurator .cerchio-selected-thumb {
		width: 65px;
		height: 65px;
	}
}

.configurator .configurator-full-screen {
	display: none;
	height: 100vh;
	top: 0;
	z-index: 9999;
	position: fixed;
	overflow-x: scroll;
	width: 100vw;
	overflow: auto;
	border-top: 3px solid;
}

@media (max-width:767px) and (orientation:portrait) {
	.configurator .configurator-full-screen {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.configurator .configurator-full-screen.corse {
	border-color: #ef3d42;
}

.configurator .configurator-full-screen.unica {
	border-color: #239abf;
}

.configurator .configurator-full-screen.futura {
	border-color: #cbcccb;
}

.configurator .configurator-full-screen.navyBlue {
	border-color: #00425e;
}

.configurator .configurator-full-screen.darkGrey {
	border-color: #333;
}

.configurator .configurator-full-screen.featureGrey {
	border-color: #666;
}

.configurator .configurator-full-screen.brightBlue {
	border-color: #008cc6;
}

.configurator .configurator-full-screen .conf-container {
	-o-object-fit: none;
	object-fit: none;
	-o-object-position: center;
	object-position: center;
}

.configurator .configurator-full-screen .conf-container .row-img {
	height: 100vh;
}

.configurator .configurator-full-screen .conf-container .row-img img {
	position: absolute;
	margin: auto;
	opacity: 0;
	height: 100%;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .configurator-full-screen .conf-container .row-img img {
		height: 150%;
	}
}

.configurator .configurator-full-screen .conf-container .row-img img.background {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.configurator .configurator-full-screen .conf-container .row-img img.selected {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media (max-width:1023px) and (orientation:landscape) {
	.configurator .configurator-full-screen .exit-fullscreen {
		position: fixed;
		width: 20px;
		height: 20px;
		left: 3%;
		bottom: 4%;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.34 2.34'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23738597%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M894.3-39.64l-.63-.63-.14.14.63.63h-.46v.2h.8v-.8h-.2zm1.4.94v-.2h-.8v.8h.2v-.46l.63.63.14-.14-.63-.63zm0-.8h-.46l.63-.63-.14-.14-.63.63v-.46h-.2v.8h.8zm-2 .8h.46l-.63.63.14.14.63-.63v.46h.2v-.8h-.8z' transform='translate(-893.53 40.27)'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.configurator .configurator-full-screen .exit-fullscreen {
		position: fixed;
		width: 20px;
		height: 20px;
		right: 20px;
		top: calc(70px + 20px);
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2.34 2.34'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23738597%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M894.3-39.64l-.63-.63-.14.14.63.63h-.46v.2h.8v-.8h-.2zm1.4.94v-.2h-.8v.8h.2v-.46l.63.63.14-.14-.63-.63zm0-.8h-.46l.63-.63-.14-.14-.63.63v-.46h-.2v.8h.8zm-2 .8h.46l-.63.63.14.14.63-.63v.46h.2v-.8h-.8z' transform='translate(-893.53 40.27)'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.configurator .configurator-full-screen .car-name {
	font-family: RobotoRegular,sans-serif;
	position: fixed;
	top: 2vh;
	width: 100%;
	height: 8vh;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1pc;
	color: #f2f1f0;
}

.configurator .configurator-full-screen .car-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.configurator .configurator-full-screen .car-name:lang(bg),.configurator .configurator-full-screen .car-name:lang(ru),.configurator .configurator-full-screen .car-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.configurator .configurator-full-screen .car-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.configurator .configurator-full-screen .car-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.configurator .configurator-full-screen .car-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.configurator .configurator-full-screen .gyroscope {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.692' height='57.332' viewBox='0 0 48.692 57.332'%3E%3Cg data-name='Group 170' fill='%236e6e6e'%3E%3Cpath data-name='Path 115' d='M13.322 43.239c-.8-.108-1.576-.235-2.327-.384v8.387a3.156 3.156 0 0 0 1.159 2.715c.239.165.683.479 1.19.841a7.528 7.528 0 0 1-.022-.567z'/%3E%3Cpath data-name='Path 116' d='M13.321 17.286a10.027 10.027 0 0 1 5.012-8.462L33.32 1.492a5.7 5.7 0 0 1 .568-.241c-.506-.376-.943-.7-1.175-.859a2.7 2.7 0 0 0-2.787 0L14.939 7.724a7.948 7.948 0 0 0-3.944 6.578v9.471a33.261 33.261 0 0 0-3.744 1.61l1.01-3.82-2.207 1.366-1.234 4.673 3.965 1.454 2.207-1.366-3.077-1.128a32.147 32.147 0 0 1 3.08-1.331v13.518q1.117.242 2.327.418z'/%3E%3Cpath data-name='Path 117' d='M33.984 49.617a7.947 7.947 0 0 0 3.944-6.577v-2.357c-.684.247-1.391.48-2.115.7l-18.952 9.272v-7.073a49.097 49.097 0 0 1-1.808-.14v10.79c0 1.931 1.012 3.1 2.442 3.1a3.44 3.44 0 0 0 1.5-.383z'/%3E%3Cpath data-name='Path 118' d='M18.997 10.704a7.947 7.947 0 0 0-3.944 6.577V39.37a44.2 44.2 0 0 0 1.808.15V19.091L36.12 9.669v27.422q.933-.313 1.808-.661V6.091c0-1.931-1.013-3.1-2.443-3.1a3.438 3.438 0 0 0-1.5.383z'/%3E%3Cpath data-name='Path 119' d='M2.665 28.246c-1.862 1.75-2.78 3.677-2.654 5.573a5.263 5.263 0 0 0 .234 1.238c.794 2.5 3.455 4.536 7.7 5.878q.448.142.917.271a43.653 43.653 0 0 0 13.2 1.29l-1.711 2.205 2.188-.116 2.462-3.174-2.694-2.9-2.189.116 1.929 2.076a43.047 43.047 0 0 1-12.841-1.241q-.445-.123-.87-.258c-3.638-1.15-6.067-2.89-6.663-4.773a3.177 3.177 0 0 1-.143-.751c-.107-1.611 1.075-3.081 2.086-4.03z'/%3E%3Cpath data-name='Path 120' d='M41.954 37.717c.416-.221.826-.454 1.218-.694 3.785-2.3 5.69-4.969 5.508-7.7a5.269 5.269 0 0 0-.284-1.387c-.723-2.071-2.764-3.823-5.923-5.108l2.287-1.563-2.117-.663-3.156 2.159 1.832 3.719 2.118.663-1.249-2.534c2.581 1.085 4.269 2.486 4.8 4.01a3.2 3.2 0 0 1 .174.844c.128 1.93-1.537 4.05-4.689 5.97-.369.225-.755.444-1.146.652a43.59 43.59 0 0 1-14.941 4.278l.152 1.785a44.956 44.956 0 0 0 15.416-4.431z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	position: fixed;
	width: 2pc;
	height: 38px;
	bottom: 3%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.lightConfiguratorDisclaimer {
	margin: 0;
	width: 100%;
	position: relative;
	font-size: 13px;
}

.lightConfiguratorDisclaimer.black {
	background: #fff;
	color: #000;
}

.lightConfiguratorDisclaimer.white {
	background: #000;
	color: #fff;
}

.lightConfiguratorDisclaimer.x-small {
	font-size: 10px;
}

.lightConfiguratorDisclaimer.small {
	font-size: 11px;
}

.lightConfiguratorDisclaimer.large {
	font-size: 9pt;
}

.lightConfiguratorDisclaimer.x-large {
	font-size: 14px;
}

.lightConfiguratorDisclaimer.xx-large {
	font-size: 15px;
}

.lightConfiguratorDisclaimer .lightConfiguratorDisclaimer-inner {
	padding: 40px 2%;
}

@media (max-width:1023px) {
	.lightConfiguratorDisclaimer .lightConfiguratorDisclaimer-inner {
		padding: 40px 5%;
	}
}

.maserati__configurator-pop__wrapper {
	position: fixed;
	top: 70px;
	left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #fff;
	z-index: 180;
	display: none;
}

.maserati__configurator-pop__wrapper.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.maserati__configurator-pop__close-button {
	position: absolute;
	cursor: pointer;
	right: 60px;
	top: 40px;
	width: 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='gray'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.maserati__configurator-pop__top-wrap {
	padding: 3vh 0;
	text-align: center;
}

.maserati__configurator-pop__top-wrap img {
	max-width: 330px;
	width: 70%;
}

.maserati__configurator-pop__title {
	font-family: RobotoRegular,sans-serif;
	font-size: 30px;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 15px 60px;
	text-align: left;
}

.maserati__configurator-pop__bottom-wrap {
	background-color: #f9f9f9;
	color: #666;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.maserati__configurator-pop__model-name {
	font-weight: 700;
	color: #000;
	margin: 0 1em;
}

.maserati__configurator-pop__description-wrapper {
	padding: 3vh 0;
	text-align: center;
}

.maserati__configurator-pop__select-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 64pc;
	margin: 0 auto;
	width: 100%;
}


.maserati__configurator-pop__select-wrapper select.error {
	border: 1px solid red;
}

.maserati__configurator-pop__select-wrapper .cta {
	margin: 15px 0;
}

.maserati__configurator-pop__select-wrapper .cta a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.maserati__configurator-pop__error-box {
	display: none;
	color: #c10202;
	margin: 0;
	font-size: .7em;
}

.maserati__configurator-pop__error-box:before {
	display: none;
}

.maserati__configurator-pop__error-box.active:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…2%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23c10202%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	background-size: 100%;
	margin: 0 auto;
}

.maserati__configurator-pop__error-box span {
	text-decoration: underline;
	cursor: pointer;
}

.maserati__configurator-pop__error-box.active {
	display: block;
}

@media (min-width:768px) {
	.maserati__configurator-pop__select-wrapper {
		width: 50%;
	}
}

@media (min-width:1024px) {
	.maserati__configurator-pop__wrapper {
		top: 75px;
		height: calc(100vh - 75px);
	}

	.maserati__configurator-pop__title {
		font-size: 42px;
		text-align: center;
	}

	.maserati__configurator-pop__close-button {
		top: 50px;
	}

	.maserati__configurator-pop__select-wrapper {
		width: 540px;
	}

	.maserati__configurator-pop__select-wrapper select {
		display: block;
		margin: 10px auto;
	}

	.maserati__configurator-pop__select-wrapper .cta {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 5px;
		vertical-align: middle;
	}

	.maserati__configurator-pop__error-box.active:before {
		margin: 15px auto;
	}

	.maserati__configurator-pop__error-box.active {
		font-size: 1em;
	}
}

.maserati__configurator-pop-picker__wrapper {
	position: fixed;
	top: 70px;
	left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #fff;
	z-index: 180;
	display: none;
}

.maserati__configurator-pop-picker__wrapper.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.maserati__configurator-pop-picker__close-button {
	position: absolute;
	cursor: pointer;
	right: 60px;
	top: 40px;
	width: 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='gray'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.maserati__configurator-pop-picker__top-wrap {
	padding: 3vh 0;
	text-align: center;
}

.maserati__configurator-pop-picker__top-wrap img {
	max-height: 20vh;
}

.maserati__configurator-pop-picker__title {
	font-family: RobotoRegular,sans-serif;
	font-size: 30px;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 15px 60px;
	text-align: left;
}

.maserati__configurator-pop-picker__bottom-wrap {
	background-color: #f9f9f9;
	color: #666;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.maserati__configurator-pop-picker__model-name {
	font-weight: 700;
	color: #000;
	margin: 0 1em;
}

.maserati__configurator-pop-picker__description-wrapper {
	padding: 3vh 0;
	text-align: center;
}

.maserati__configurator-pop-picker__select-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 64pc;
	margin: 0 auto;
	width: 100%;
}

.maserati__configurator-pop-picker__select-wrapper .border-grey {
	display: none;
}

.maserati__configurator-pop-picker__select-wrapper .border-grey a {
	cursor: not-allowed;
}

.maserati__configurator-pop-picker__select-wrapper select {
	width: 100%;
	max-width: 20pc;
	display: block;
	padding: 0 20px;
}

.maserati__configurator-pop-picker__select-wrapper select.error {
	border: 1px solid red;
}

.maserati__configurator-pop-picker__select-wrapper .cta {
	margin: 15px 0;
}

.maserati__configurator-pop-picker__select-wrapper .cta a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.maserati__configurator-pop-picker__error-box {
	display: none;
	color: #c10202;
	margin: 0;
	font-size: .7em;
}

.maserati__configurator-pop-picker__error-box:before {
	display: none;
}

.maserati__configurator-pop-picker__error-box.active:before {
	content: "";
	display: none;
	width: 20px;
	height: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…2%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23c10202%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	background-size: 100%;
	margin: 0 auto;
}

.maserati__configurator-pop-picker__error-box .error-text span {
	text-decoration: underline;
	cursor: pointer;
}

.maserati__configurator-pop-picker__error-box.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 15px;
}

.maserati__configurator-pop-picker__error-box.active .error-text {
	margin-bottom: 15px;
}

.maserati__configurator-pop-picker__error-box.active .cta {
	background: #00425e;
	margin: auto;
}

.maserati__configurator-pop-picker__error-box.active .cta a {
	color: #fff;
}

@media (min-width:768px) {
	.maserati__configurator-pop-picker__select-wrapper {
		width: 50%;
	}
}

@media (min-width:1024px) {
	.maserati__configurator-pop-picker__wrapper {
		top: 75px;
		height: calc(100vh - 75px);
	}

	.maserati__configurator-pop-picker__title {
		font-size: 42px;
		text-align: center;
	}

	.maserati__configurator-pop-picker__close-button {
		top: 50px;
	}

	.maserati__configurator-pop-picker__select-wrapper {
		width: 540px;
	}

	.maserati__configurator-pop-picker__select-wrapper select {
		display: block;
		margin: 10px auto;
	}

	.maserati__configurator-pop-picker__select-wrapper .cta {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 5px;
		vertical-align: middle;
	}

	.maserati__configurator-pop-picker__error-box.active:before {
		margin: 15px auto;
	}

	.maserati__configurator-pop-picker__error-box.active {
		font-size: 1em;
	}
}

.content-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.content-carousel[data-paddingtop=none] {
	padding-top: 0;
}

.content-carousel[data-paddingbottom=none] {
	padding-bottom: 0;
}

.content-carousel[data-paddingtop=low] {
	padding-top: 15px;
}

.content-carousel[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.content-carousel[data-paddingtop=medium] {
	padding-top: 30px;
}

.content-carousel[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.content-carousel[data-paddingtop=high] {
	padding-top: 60px;
}

.content-carousel[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.content-carousel[data-paddingtop=max] {
	padding-top: 90px;
}

.content-carousel[data-paddingbottom=max] {
	padding-bottom: 90px;
}

@media (min-width:1024px) {
	.content-carousel.component {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.content-carousel.background-white {
	background-color: #fff;
}

.content-carousel.background-grey {
	background-color: #f2f1f0;
}

.content-carousel.background-grey .mobile-text-container.expandable:before {
	background: linear-gradient(0deg,#f2f1f0 24px,rgba(242,241,240,0) 3pc);
}

.content-carousel:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	left: 20px;
	content: " ";
	position: absolute;
	bottom: 102px;
	width: 27.5px;
	height: calc(100vw / 4);
	opacity: 0;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	pointer-events: none;
	z-index: 111;
}

@media (min-width:1681px) {
	.content-carousel:before {
		bottom: 78pt;
	}
}

@media (min-width:2201px) {
	.content-carousel:before {
		bottom: 107px;
	}
}

@media (max-width:767px) {
	.content-carousel:before {
		margin-top: 20px;
	}
}

.content-carousel:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	right: 20px;
	content: " ";
	position: absolute;
	bottom: 102px;
	width: 27.5px;
	height: calc(100vw / 4);
	opacity: 0;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	pointer-events: none;
	z-index: 111;
}

@media (min-width:1681px) {
	.content-carousel:after {
		bottom: 78pt;
	}
}

@media (min-width:2201px) {
	.content-carousel:after {
		bottom: 107px;
	}
}

@media (max-width:767px) {
	.content-carousel:after {
		margin-top: 20px;
	}
}

.content-carousel.black:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.content-carousel.black:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.content-carousel.hovered:after,.content-carousel.hovered:before,.content-carousel:hover:after,.content-carousel:hover:before {
	opacity: 1;
}

@media (max-width:1023px) {
	.content-carousel.hovered:after,.content-carousel.hovered:before,.content-carousel:hover:after,.content-carousel:hover:before {
		opacity: 0;
	}
}

.content-carousel.first:before,.content-carousel.last:after {
	opacity: 0;
}

@media (max-width:1023px) {
	.content-carousel {
		height: auto;
		min-height: calc(100vw - 90px);
		padding-bottom: 0;
	}
}

@media (max-width:767px) {
	.content-carousel {
		height: auto;
		min-height: unset;
		padding-bottom: 10px;
	}
}

.content-carousel .nextTrigger,.content-carousel .prevTrigger {
	position: absolute;
	width: 5%;
	height: calc(100vw / 4);
	margin-top: 30px;
	cursor: pointer;
	z-index: 110;
	display: block;
	-webkit-transition: width .15s ease;
	transition: width .15s ease;
}

@media (max-width:1023px) {
	.content-carousel .nextTrigger,.content-carousel .prevTrigger {
		width: 8%;
		height: calc(70vh - 90px);
		opacity: 0;
	}
}

.content-carousel .prevTrigger {
/*!rtl:ignore*/
	left: 0;
	background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.6)));
	background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
}

[dir=rtl] .content-carousel .prevTrigger {
	left: auto;
}

.content-carousel .nextTrigger,[dir=rtl] .content-carousel .prevTrigger {
	right: 0;
	background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.6)));
	background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
}

.content-carousel .nextTrigger {
/*!rtl:ignore*/;
}

[dir=rtl] .content-carousel .nextTrigger {
	left: 0;
	right: auto;
	background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.6)));
	background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
}

.content-carousel .navigation {
	position: relative;
	z-index: 101;
	left: 0;
	right: 0;
	margin-top: 5pc;
	text-align: center;
}

@media (max-width:1023px) {
	.content-carousel .navigation {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width:1023px) {
	.content-carousel .navigation.notext {
		margin-top: 50px;
	}
}

.content-carousel .navigation.black {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.content-carousel .navigation .navigation-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	margin-left: 6px;
	width: 10px;
	height: 10px;
	border: 1px solid #00425e;
	border-radius: 100%;
	cursor: pointer;
}

@media (min-width:1681px) {
	.content-carousel .navigation .navigation-item {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	.content-carousel .navigation .navigation-item {
		width: 15px;
		height: 15px;
	}
}

.content-carousel .navigation .navigation-item.active {
	background-color: #00425e;
}

@media (min-width:1024px) {
	.content-carousel .navigation .navigation-item:last-child,.content-carousel .navigation .navigation-item:nth-last-child(2) {
		display: none;
	}
}

@media (min-width:1024px) {
	.content-carousel.first .nextTrigger {
		width: calc(12.5% - 60px);
	}
}

.content-carousel .subtitle,.content-carousel .title {
	margin-left: auto;
	margin-right: auto;
	width: 66.666667%;
	text-align: center;
	color: #000;
	line-height: 1.2em;
}

.content-carousel .subtitle>p,.content-carousel .title>p {
	margin: 0;
}

.content-carousel .subtitle.left,.content-carousel .title.left {
	text-align: left;
}

.content-carousel .subtitle.right,.content-carousel .title.right {
	text-align: right;
}

.content-carousel .subtitle.left,.content-carousel .subtitle.right,.content-carousel .title.left,.content-carousel .title.right {
	width: auto;
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width:1023px) {
	.content-carousel .subtitle.left,.content-carousel .subtitle.right,.content-carousel .title.left,.content-carousel .title.right {
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.content-carousel .subtitle.left,.content-carousel .subtitle.right,.content-carousel .title.left,.content-carousel .title.right {
		margin-left: 24px;
		margin-right: 24px;
	}
}

.content-carousel .title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.content-carousel .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.content-carousel .title:lang(bg),.content-carousel .title:lang(ru),.content-carousel .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.content-carousel .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.content-carousel .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.content-carousel .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.content-carousel .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.content-carousel .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.content-carousel .title {
		font-size: 63px;
	}
}

.content-carousel .subtitle {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 10px;
}

@media (min-width:1681px) {
	.content-carousel .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.content-carousel .subtitle {
		font-size: 24px;
	}
}

.content-carousel .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	height: calc(100vw / 4);
	top: 30px;
	-webkit-transition: -webkit-transform .3s ease 25ms;
	transition: -webkit-transform .3s ease 25ms;
	transition: transform .3s ease 25ms;
	transition: transform .3s ease 25ms,-webkit-transform .3s ease 25ms;
}

@media (max-width:1023px) {
	.content-carousel .main-slide {
		min-height: 220px;
		height: calc(70vh - 90px);
	}
}

@media (max-width:767px) {
	.content-carousel .main-slide {
		height: calc(50vh - 90px);
		top: 20px;
	}
}

.content-carousel .main-slide.no-animate {
	-webkit-transition: none;
	transition: none;
}

.content-carousel .main-slide .slide {
	display: inline-block;
	width: calc(25% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: top;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #333;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: -webkit-transform .3s ease,opacity .3s ease,margin .3s ease;
	-webkit-transition: opacity .3s ease,margin .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,margin .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease,margin .3s ease;
	transition: transform .3s ease,opacity .3s ease,margin .3s ease,-webkit-transform .3s ease;
}

@media (max-width:1023px) {
	.content-carousel .main-slide .slide {
		width: 80%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		height: 100%;
		overflow: hidden;
		z-index: 1;
		opacity: .5;
		margin-left: 0;
		margin-right: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.content-carousel .main-slide .slide [dir=rtl] .expandable:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.content-carousel .main-slide .slide.bottom .image-wrapper .background-slide {
	top: auto;
	bottom: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.content-carousel .main-slide .slide.bottom .image-wrapper .background-slide {
		-o-object-position: bottom;
		object-position: bottom;
	}
}

.content-carousel .main-slide .slide.right .image-wrapper .background-slide {
	left: auto;
	right: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.content-carousel .main-slide .slide.right .image-wrapper .background-slide {
		-o-object-position: right;
		object-position: right;
	}
}

.content-carousel .main-slide .slide.top .image-wrapper .background-slide {
	bottom: auto;
	top: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.content-carousel .main-slide .slide.top .image-wrapper .background-slide {
		-o-object-position: top;
		object-position: top;
	}
}

.content-carousel .main-slide .slide.left .image-wrapper .background-slide {
	right: auto;
	left: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.content-carousel .main-slide .slide.left .image-wrapper .background-slide {
		-o-object-position: left;
		object-position: left;
	}
}

.content-carousel .main-slide .slide>a[data-overlayid]:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	opacity: .95;
	width: 66px;
	height: 66px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M0 0h40v40z'/%3E%3Cpath class='st1' d='M28.6 5h1v13h-1z' transform='translate(-.545)'/%3E%3Cpath class='st1' d='M22.6 11h13v1h-13z' transform='translate(-.545)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

[dir=rtl] .content-carousel .main-slide .slide>a[data-overlayid]:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.content-carousel .main-slide .slide:first-child {
	margin-left: 10%;
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide:first-child {
		margin-left: 25% px/215px;
	}
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide:first-child.active {
		margin-left: 60px;
	}
}

.content-carousel .main-slide .slide .image-wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.content-carousel .main-slide .slide .image-wrapper,.content-carousel .main-slide .slide .image-wrapper .background-slide {
	position: absolute;
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

.content-carousel .main-slide .slide .image-wrapper .background-slide {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide .image-wrapper .background-slide {
		height: 100%;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.content-carousel .main-slide .slide .image-wrapper .background-slide {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide .image-wrapper:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(#000));
		background: linear-gradient(180deg,transparent 70%,#000);
		-webkit-transition: top .3s ease-in;
		transition: top .3s ease-in;
	}
}

.content-carousel .main-slide .slide .content-carousel__slide--cta,.content-carousel .main-slide .slide .content-carousel__slide--subtitle {
	-webkit-transition: transform .3s ease-in 25ms,opacity .6s ease-in,max-height .6s ease-in;
	-webkit-transition: opacity .6s ease-in,max-height .6s ease-in,-webkit-transform .3s ease-in 25ms;
	transition: opacity .6s ease-in,max-height .6s ease-in,-webkit-transform .3s ease-in 25ms;
	transition: transform .3s ease-in 25ms,opacity .6s ease-in,max-height .6s ease-in;
	transition: transform .3s ease-in 25ms,opacity .6s ease-in,max-height .6s ease-in,-webkit-transform .3s ease-in 25ms;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide .content-carousel__slide--cta,.content-carousel .main-slide .slide .content-carousel__slide--subtitle {
		max-height: 0;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.content-carousel .main-slide .slide.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide:hover .content-carousel__slide--subtitle {
	-webkit-transition: transform .3s ease-in,opacity .6s ease-in,max-height 1.2s ease-in;
	-webkit-transition: opacity .6s ease-in,max-height 1.2s ease-in,-webkit-transform .3s ease-in;
	transition: opacity .6s ease-in,max-height 1.2s ease-in,-webkit-transform .3s ease-in;
	transition: transform .3s ease-in,opacity .6s ease-in,max-height 1.2s ease-in;
	transition: transform .3s ease-in,opacity .6s ease-in,max-height 1.2s ease-in,-webkit-transform .3s ease-in;
}

.content-carousel .main-slide .slide.hovered {
	outline: 3px solid #6495ed;
}

.content-carousel .main-slide .slide.active,.content-carousel .main-slide .slide.active+.slide,.content-carousel .main-slide .slide.active+.slide+.slide {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.16);
	box-shadow: 0 0 24px rgba(0,0,0,.16);
	opacity: 1;
}

@media (max-width:1023px) {
	.content-carousel .main-slide .slide.active,.content-carousel .main-slide .slide.active+.slide,.content-carousel .main-slide .slide.active+.slide+.slide {
		margin-right: 0;
	}
}

.content-carousel .main-slide .slide.active+.slide+.slide.hovered .image-wrapper,.content-carousel .main-slide .slide.active+.slide+.slide:hover .image-wrapper,.content-carousel .main-slide .slide.active+.slide.hovered .image-wrapper,.content-carousel .main-slide .slide.active+.slide:hover .image-wrapper,.content-carousel .main-slide .slide.active.hovered .image-wrapper,.content-carousel .main-slide .slide.active:hover .image-wrapper {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.content-carousel .main-slide .slide.active+.slide+.slide.hovered .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide+.slide:hover .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide.hovered .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide:hover .image-wrapper:after,.content-carousel .main-slide .slide.active.hovered .image-wrapper:after,.content-carousel .main-slide .slide.active:hover .image-wrapper:after {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,transparent),to(#000));
	background: linear-gradient(180deg,transparent 40%,#000);
}

.content-carousel .main-slide .slide.active+.slide+.slide.hovered.black .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide+.slide:hover.black .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide.hovered.black .image-wrapper:after,.content-carousel .main-slide .slide.active+.slide:hover.black .image-wrapper:after,.content-carousel .main-slide .slide.active.hovered.black .image-wrapper:after,.content-carousel .main-slide .slide.active:hover.black .image-wrapper:after {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,hsla(0,0%,100%,0)),to(#fff));
	background: linear-gradient(180deg,hsla(0,0%,100%,0) 40%,#fff);
}

.content-carousel .main-slide .slide.active+.slide+.slide.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide+.slide.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide+.slide:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide+.slide:hover .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide:hover .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active:hover .content-carousel__slide--subtitle {
	max-height: 500px;
	overflow: visible;
	opacity: 1;
}

@media (min-width:1024px) {
	.content-carousel .main-slide .slide.active+.slide+.slide.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide+.slide.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide+.slide:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide+.slide:hover .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active+.slide:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active+.slide:hover .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active.hovered .content-carousel__slide--cta,.content-carousel .main-slide .slide.active.hovered .content-carousel__slide--subtitle,.content-carousel .main-slide .slide.active:hover .content-carousel__slide--cta,.content-carousel .main-slide .slide.active:hover .content-carousel__slide--subtitle {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.content-carousel .main-slide .slide.active+.slide+.slide .text-container .content-carousel__slide--cta .cta,.content-carousel .main-slide .slide.active+.slide .text-container .content-carousel__slide--cta .cta,.content-carousel .main-slide .slide.active .text-container .content-carousel__slide--cta .cta {
	pointer-events: all;
}

@media (max-width:1023px) {
	.content-carousel .main-slide .slide.active+.slide,.content-carousel .main-slide .slide.active+.slide+.slide {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		pointer-events: none;
		opacity: .5;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.content-carousel .main-slide .slide:not(.active) .overlay>div {
	opacity: 0;
}

.content-carousel .main-slide .slide.black {
	background-color: #ebebeb;
}

.content-carousel .main-slide .slide.black .image-wrapper:after {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(#fff));
	background: linear-gradient(180deg,transparent 70%,#fff);
}

.content-carousel .text-container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

.content-carousel .text-container.white {
	color: #fff;
}

.content-carousel .text-container.white .cta {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.content-carousel .text-container.white .cta>a {
	color: inherit!important;
}

.content-carousel .text-container.black {
	color: #000;
}

.content-carousel .text-container.black .cta {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.content-carousel .text-container.black .cta>a {
	color: inherit!important;
}

.content-carousel .text-container .content-carousel__slide--title {
	margin-bottom: 9pt;
	font-family: RobotoRegular,sans-serif;
	font-size: 33px;
	letter-spacing: -.02em;
	line-height: 1.1;
	word-wrap: break-word;
	white-space: normal;
	max-width: 100%;
}

.content-carousel .text-container .content-carousel__slide--title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--title:lang(bg),.content-carousel .text-container .content-carousel__slide--title:lang(ru),.content-carousel .text-container .content-carousel__slide--title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.content-carousel .text-container .content-carousel__slide--title {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.content-carousel .text-container .content-carousel__slide--title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.content-carousel .text-container .content-carousel__slide--title {
		font-size: 39.6px;
	}
}

@media (min-width:2201px) {
	.content-carousel .text-container .content-carousel__slide--title {
		font-size: 49.5px;
	}
}

@media (max-width:1023px) {
	.content-carousel .text-container .content-carousel__slide--title {
		letter-spacing: normal;
		width: auto;
		display: none;
	}
}

@media (min-width:1681px) {
	.content-carousel .text-container .content-carousel__slide--title {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.content-carousel .text-container .content-carousel__slide--title {
		width: 540px;
	}
}

.content-carousel .text-container .content-carousel__slide--subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
	max-width: 100%;
}

@media (max-width:767px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		font-size: 18px;
		width: auto;
		display: none;
	}
}

@media (min-width:1681px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.content-carousel .text-container .content-carousel__slide--subtitle {
		width: 540px;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.content-carousel .text-container .content-carousel__slide--cta {
		display: none;
	}
}

.content-carousel .text-container .content-carousel__slide--cta .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 15px;
	margin-top: 15px;
}

.content-carousel .text-container .content-carousel__slide--cta .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--cta .cta:lang(bg),.content-carousel .text-container .content-carousel__slide--cta .cta:lang(ru),.content-carousel .text-container .content-carousel__slide--cta .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--cta .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--cta .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.content-carousel .text-container .content-carousel__slide--cta .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.content-carousel .text-container .content-carousel__slide--cta .cta {
		border: 1px solid #666!important;
	}
}

.content-carousel .text-container .content-carousel__slide--cta .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.content-carousel .text-container .content-carousel__slide--cta .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

@media (min-width:1024px) {
	.content-carousel .text-container.right .content-carousel__slide--title {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.content-carousel .text-container.right .content-carousel__slide--title {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.content-carousel .text-container.right .content-carousel__slide--title {
		margin-left: calc(100% - 540px);
	}
}

@media (min-width:1024px) {
	.content-carousel .text-container.right .content-carousel__slide--subtitle {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.content-carousel .text-container.right .content-carousel__slide--subtitle {
		margin-left: auto;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.content-carousel .text-container.right .content-carousel__slide--subtitle {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.content-carousel .text-container.right .content-carousel__slide--subtitle {
		margin-left: calc(100% - 540px);
	}
}

.content-carousel .mobile-text-container {
	display: none;
}

@media (max-width:1023px) {
	.content-carousel .mobile-text-container {
		display: block;
		padding: 34px 10% 20px;
		position: relative;
		color: #333;
		text-align: center;
		text-shadow: unset;
		min-height: 90px;
		max-height: 90px;
		margin-bottom: -20px;
	}
}

@media (min-width:768px) {
	.content-carousel .mobile-text-container {
		padding-top: 54px;
		min-height: 70px;
		max-height: 70px;
	}
}

.content-carousel .mobile-text-container.expandable {
	overflow: hidden;
}

.content-carousel .mobile-text-container.expandable:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg,#fff 24px,hsla(0,0%,100%,0) 3pc);
}

.content-carousel .mobile-text-container.expandable:after {
	display: block;
	content: attr(data-hint);
	position: absolute;
	bottom: 6px;
	color: #b6b6b6;
	width: 80%;
	font-size: 9pt;
	letter-spacing: .02em;
	cursor: pointer;
}

.content-carousel .mobile-text-container.expandable.expanded {
	max-height: none;
}

.content-carousel .mobile-text-container.expandable.expanded:after,.content-carousel .mobile-text-container.expandable.expanded:before {
	display: none;
}

.content-carousel .mobile-text-container .title-mobile {
	font-family: RobotoRegular,sans-serif;
	font-size: 33px;
	letter-spacing: -.02em;
	line-height: 1.1;
	letter-spacing: normal;
	padding-bottom: 10px;
}

.content-carousel .mobile-text-container .title-mobile:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.content-carousel .mobile-text-container .title-mobile:lang(bg),.content-carousel .mobile-text-container .title-mobile:lang(ru),.content-carousel .mobile-text-container .title-mobile:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.content-carousel .mobile-text-container .title-mobile:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.content-carousel .mobile-text-container .title-mobile:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.content-carousel .mobile-text-container .title-mobile:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.content-carousel .mobile-text-container .title-mobile {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.content-carousel .mobile-text-container .title-mobile {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.content-carousel .mobile-text-container .title-mobile {
		font-size: 39.6px;
	}
}

@media (min-width:2201px) {
	.content-carousel .mobile-text-container .title-mobile {
		font-size: 49.5px;
	}
}

.content-carousel .mobile-text-container .subtitle-mobile {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.content-carousel .mobile-text-container .subtitle-mobile {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.content-carousel .mobile-text-container .subtitle-mobile {
		font-size: 24px;
	}
}

@media (min-width:768px) {
	.content-carousel .mobile-text-container .subtitle-mobile:empty {
		margin-top: -10px;
	}
}

.content-carousel .mobile-text-container .ctaContainer {
	margin-top: 10px;
}

.content-carousel[data-animation=true] .main-slide .slide:nth-child(-n+5),.content-carousel[data-animation=true] .subtitle,.content-carousel[data-animation=true] .title {
	opacity: 0;
}

@media (max-width:767px) {
	.content-carousel[data-animation=true] .main-slide .slide:nth-child(-n+5) {
		opacity: .5;
	}

	.content-carousel[data-animation=true] .main-slide .slide:nth-child(-n+5).active {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.content-carousel[data-animation=true] .main-slide {
		opacity: 0;
	}
}

.content-carousel[data-animation=true] .navigation {
	opacity: 0;
}

.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(-n+5),.content-carousel[data-animation=true].in-view .subtitle,.content-carousel[data-animation=true].in-view .title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

@media (max-width:767px) {
	.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(-n+5) {
		-webkit-animation: none;
		animation: none;
	}
}

.content-carousel[data-animation=true].in-view .main-slide .slide:first-child {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(2) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(4) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.content-carousel[data-animation=true].in-view .main-slide .slide:nth-child(5) {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

@media (max-width:767px) {
	.content-carousel[data-animation=true].in-view .main-slide {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

.content-carousel[data-animation=true].in-view .navigation {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

#cookieAlert {
	display: none;
	position: fixed;
	bottom: 0;
	padding: 60px;
	z-index: 200;
	background: hsla(0,0%,100%,.95);
	-webkit-transition: bottom 1s ease 0s;
	transition: bottom 1s ease 0s;
	border-top: 1px solid #ebebeb;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cookieAlert.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-shadow: 5px -5px 6px rgba(0,0,0,.1);
	box-shadow: 5px -5px 6px rgba(0,0,0,.1);
}

@media (max-width:1023px) {
	#cookieAlert.active {
		display: block;
	}
}

@media (max-width:1023px) {
	#cookieAlert {
		z-index: 1000;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
		border-top: none;
		padding: 30px;
	}

	#cookieAlert.active {
		display: block;
	}
}

#cookieAlert .container {
	width: 70%;
	display: block;
}

@media (max-width:1023px) {
	#cookieAlert .container {
		margin-top: 0;
		width: 100%;
	}
}

@media (max-width:767px) {
	#cookieAlert .container {
		margin-top: 0;
		text-align: justify;
	}
}

#cookieAlert .container .text {
	border-right: 1px solid;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 0;
	padding-right: 30px;
}

@media (min-width:1681px) {
	#cookieAlert .container .text {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#cookieAlert .container .text {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	#cookieAlert .container .text {
		padding: 0;
		border-right: none;
	}
}

#cookieAlert .container_accept {
	width: 30%;
	float: left;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1279px) {
	#cookieAlert .container_accept {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#cookieAlert .container_accept .text {
		padding-top: 15px;
	}
}

@media (max-width:1023px) {
	#cookieAlert .container_accept {
		margin-top: 20px;
		width: 100%;
		padding-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#cookieAlert .container_accept .text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	#cookieAlert .container_accept .text {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#cookieAlert .container_accept .text {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	#cookieAlert .container_accept .text {
		text-align: center;
		padding-top: 15px;
	}
}

#cookieAlert.alert-box .close {
	margin-top: 0;
	text-transform: uppercase;
	padding: 10px 20px;
}

@media (max-width:1023px) {
	#cookieAlert.alert-box .close {
		padding: 10px 15px;
		width: 100%;
	}
}

@media (max-width:767px) {
	#cookieAlert.alert-box .close {
		width: 90%;
	}
}

#cookieAlert.alert-box .close .text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	#cookieAlert.alert-box .close .text {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#cookieAlert.alert-box .close .text {
		font-size: 21px;
	}
}

html:lang(he) #cookieAlert .container .text {
/*!rtl:ignore*/
	padding-left: 60px;
/*!rtl:ignore*/
	padding-right: 60px;
}

html:lang(he) #cookieAlert .close {
/*!rtl:ignore*/
	float: right;
}

html.t-cookie .textimage {
	padding: 0;
	margin: 0;
}

html.t-cookie .cookie-list,html.t-cookie .cookie-list .content,html.t-cookie .data-table {
	padding: 0;
}

@media only screen and (max-width:1023px) {
	html.t-cookie .textimage {
		background: #fff;
	}
}

@media only screen and (max-width:767px) {
	html.t-cookie .textimage .text {
		padding: 0;
	}
}

.cookie-page {
	padding: 0 60px;
	max-width: 64pc;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.cookie-page {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cookie-page {
		font-size: 27px;
	}
}

.cookie-page h1 {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin: 0;
	line-height: 1;
}

.cookie-page h1:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cookie-page h1:lang(bg),.cookie-page h1:lang(ru),.cookie-page h1:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cookie-page h1:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cookie-page h1:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cookie-page h1:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cookie-page h1 {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.cookie-page h1 {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.cookie-page h1 {
		font-size: 63px;
	}
}

.cookie-page .intro {
	margin: 30px 0 0;
	font-size: 14px;
}

.cookie-page .margin-top {
	margin-top: 40px;
}

@media (max-width:1023px) {
	.cookie-page {
		padding: 0 45px;
		font-size: 14px;
	}

	.cookie-page .margin-top {
		margin-top: 40px;
	}
}

@media (max-width:767px) {
	.cookie-page {
		padding: 0 20px;
	}
}

@media (max-width:767px) {
	.cookie-page .html.component .otnotice .otnotice-content {
		padding: 0;
	}

	.cookie-page .html.component .otnotice .otnotice-content .otnotice-sections {
		margin-left: 0;
		margin-right: 0;
	}

	.cookie-page .html.component .otnotice .otnotice-content .otnotice-sections .otnotice-section .otnotice-section-header .otnotice-section-content .ot-sdk-container {
		width: 100%;
	}
}

@media (max-width:1023px) {
	.cookie-page .html.component .otnotice .otnotice-content .otnotice-version {
		float: none;
	}
}

.cookie-policy dl {
	margin: 0;
}

.cookie-policy dl dt {
	font-weight: 700;
}

.cookie-policy dl dd {
	margin: 10px 0 0;
}

.cookie-policy dl dd ul {
	list-style-type: none;
	padding: 0;
	margin: 30px 0;
}

.cookie-policy dl dd ul li {
	margin: 20px 0 0;
}

.cookie-policy dl dd .smaller {
	font-size: 14px;
}

@media (max-width:1023px) {
	.cookie-policy dl dd {
		margin: 6px 0 0;
	}
}

#country-selector {
	position: fixed;
	top: 100%;
	min-height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1002;
	background: #fff;
	padding: 60px;
	border-bottom: 1px solid #ebebeb;
	opacity: 0;
}

#country-selector .no-desktop {
	display: none;
}

@media (max-width:1279px) {
	#country-selector {
		padding: 30px;
	}
}

@media (max-width:1023px) {
	#country-selector {
		min-height: auto;
		height: 100%;
		padding: 42px 0 60px;
	}

	#country-selector .no-desktop {
		display: block;
	}

	#country-selector .no-mobile {
		display: none!important;
	}

	#country-selector .close {
		background-size: 100%;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 42px;
		top: 42px;
	}
}

@media (min-width:1024px) {
	#country-selector .title-container {
		position: relative;
	}

	#country-selector .title {
		display: inline-block;
	}

	#country-selector .close {
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

#country-selector .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

#country-selector .title-container {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	margin-bottom: 30px;
}

#country-selector .title-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#country-selector .title-container:lang(bg),#country-selector .title-container:lang(ru),#country-selector .title-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#country-selector .title-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#country-selector .title-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#country-selector .title-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	#country-selector .title-container {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	#country-selector .title-container {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	#country-selector .title-container {
		font-size: 63px;
	}
}

@media (max-width:1279px) {
	#country-selector .title-container {
		margin-bottom: 30px;
	}
}

#country-selector .title-container #country-selector {
	padding: 10px 30px!important;
}

@media (max-width:1023px) {
	#country-selector .title-container {
		padding: 0 75px;
		line-height: 25px;
	}
}

@media (max-width:767px) {
	#country-selector .title-container {
		padding: 0 90px 0 45px;
		margin-bottom: 15px;
	}
}

#country-selector .countries {
	width: 100%;
	padding: 0;
	display: table;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	#country-selector .countries {
		display: block;
		height: 100%;
		overflow-y: auto;
	}
}

#country-selector .countries .country {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

@media (max-width:1023px) {
	#country-selector .countries .country {
		display: block;
	}
}

#country-selector .countries .country .label {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0;
}

#country-selector .countries .country .label:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#country-selector .countries .country .label:lang(bg),#country-selector .countries .country .label:lang(ru),#country-selector .countries .country .label:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#country-selector .countries .country .label:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#country-selector .countries .country .label:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#country-selector .countries .country .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#country-selector .countries .country .label {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#country-selector .countries .country .label {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	#country-selector .countries .country .label {
		margin: 30px 0;
		font-size: 20px;
	}
}

@media (max-width:767px) {
	#country-selector .countries .country .label {
		margin: 15px 0;
		font-size: 1pc;
	}
}

@media (max-width:1023px) {
	#country-selector .countries .country .label.dummy {
		display: none;
	}
}

#country-selector .countries .country>ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media (max-width:1023px) {
	#country-selector .countries .country>ul {
		display: none;
		background-color: #f2f1f0;
		padding: 30px 0;
	}
}

@media (max-width:767px) {
	#country-selector .countries .country>ul {
		padding: 15px 0;
	}
}

@media (min-width:1024px) {
	#country-selector .countries .country>ul {
		display: block!important;
	}
}

#country-selector .countries .country>ul li {
	margin-bottom: 10px;
	font-family: Univers45,sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1pc;
	color: #666;
}

#country-selector .countries .country>ul li:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#country-selector .countries .country>ul li:lang(bg),#country-selector .countries .country>ul li:lang(ru),#country-selector .countries .country>ul li:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#country-selector .countries .country>ul li:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#country-selector .countries .country>ul li:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#country-selector .countries .country>ul li:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	#country-selector .countries .country>ul li {
		font-size: 17px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	#country-selector .countries .country>ul li {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	#country-selector .countries .country>ul li {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	#country-selector .countries .country>ul li {
		font-size: 19.5px;
	}
}

#country-selector .countries .country>ul li p {
	margin: 0;
	padding: 0;
}

@media (max-width:1023px) {
	#country-selector .countries .country>ul li p .slash {
		display: none;
	}
}

@media (max-width:1023px) {
	#country-selector .countries .country>ul li p {
		display: inline-block;
		margin-left: 20px;
	}

	#country-selector .countries .country>ul li p a {
		text-align: center;
		width: 45px;
		display: inline-block;
		line-height: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #b6b6b6;
		border-radius: 2px;
		text-transform: uppercase;
		margin-left: 6px;
	}

	#country-selector .countries .country>ul li p a:first-child {
		margin-left: 0;
	}
}

#country-selector .countries .country>ul li a {
	text-decoration: none;
	color: inherit;
}

#country-selector .countries .country>ul li a:visited {
	color: inherit;
}

@media (max-width:1023px) {
	#country-selector .countries .country .label,#country-selector .countries .country>ul {
		padding-left: 75px;
		padding-right: 75px;
	}
}

@media (max-width:767px) {
	#country-selector .countries .country .label,#country-selector .countries .country>ul {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.courtesy-404 {
	padding: 0 60px;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

@media (max-width:1023px) {
	.courtesy-404 {
		padding: 0 45px;
		border-bottom: none;
	}
}

@media (max-width:767px) {
	.courtesy-404 {
		padding: 0 30px;
	}
}

.courtesy-404 .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: inherit;
	margin-bottom: 20px;
}

.courtesy-404 .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.courtesy-404 .title:lang(bg),.courtesy-404 .title:lang(ru),.courtesy-404 .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.courtesy-404 .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.courtesy-404 .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.courtesy-404 .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.courtesy-404 .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.courtesy-404 .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.courtesy-404 .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.courtesy-404 .title {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.courtesy-404 .title {
		margin-bottom: 15px;
	}
}

.courtesy-404 .text {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: inherit;
}

@media (min-width:1681px) {
	.courtesy-404 .text {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.courtesy-404 .text {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.courtesy-404 .text {
		font-size: 14px;
	}
}

.courtesy-404.errorPage {
	border: none;
}

.courtesy-404.errorPage .title {
	font-size: 6pc;
}

@media (max-width:1439px) {
	.courtesy-404.errorPage .title {
		font-size: 72px;
	}
}

@media (max-width:1023px) {
	.courtesy-404.errorPage .title {
		font-size: 3pc;
	}
}

.courtesy-404.errorPage .text {
	font-size: 20px;
}

@media (max-width:1279px) {
	.courtesy-404.errorPage .text {
		font-size: 1pc;
	}
}

@media (max-width:1023px) {
	.courtesy-404.errorPage .text {
		font-size: 14px;
	}
}

.cta-comparator {
	overflow: hidden;
	position: relative;
	padding: 0 60px;
}

@media (max-width:1023px) {
	.cta-comparator {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.cta-comparator {
		padding: 0 20px;
	}
}

.cta-comparator .compare-loader {
	display: none;
}

.cta-comparator.compare-loading .sticky-bar .template * {
	opacity: .7;
	pointer-events: none;
}

.cta-comparator.compare-loading .compare-loader {
	display: block;
	width: 150px;
	height: 50px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 2;
	top: 50%;
}

@media (max-width:767px) {
	.cta-comparator.compare-loading .compare-loader {
		top: 50%;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

.cta-comparator.compare-loading .compare-loader .dot {
	background-color: #000;
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
	animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
}

.cta-comparator.compare-loading .compare-loader .dot:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.cta-comparator.compare-loading .compare-loader .dot:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.cta-comparator[data-paddingtop=none] {
	padding-top: 0;
}

.cta-comparator[data-paddingbottom=none] {
	padding-bottom: 0;
}

.cta-comparator[data-paddingtop=low] {
	padding-top: 15px;
}

.cta-comparator[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.cta-comparator[data-paddingtop=medium] {
	padding-top: 30px;
}

.cta-comparator[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.cta-comparator[data-paddingtop=high] {
	padding-top: 60px;
}

.cta-comparator[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.cta-comparator[data-paddingtop=max] {
	padding-top: 90px;
}

.cta-comparator[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.cta-comparator .header .title {
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	height: 60px;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	white-space: nowrap;
	padding: 0;
	height: auto;
	margin-bottom: 10px;
	white-space: normal;
}

@media (max-width:1023px) {
	.cta-comparator .header .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.cta-comparator .header .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .header .title {
		font-size: 63px;
	}
}

.cta-comparator .header .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .header .title:lang(bg),.cta-comparator .header .title:lang(ru),.cta-comparator .header .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .header .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .header .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .header .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cta-comparator .header .title {
		margin-left: 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .header .title {
		display: block;
		clear: both;
		text-align: center;
		padding-left: 0;
		letter-spacing: 0;
		line-height: 30px;
		margin: 1px 0 -1px;
		height: auto;
	}
}

@media (max-width:1023px) {
	.cta-comparator .header .title {
		white-space: normal;
		text-align: left;
		font-size: 27px;
		margin: 0 0 10px;
	}
}

.cta-comparator .header .subtitle {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 15px;
}

@media (min-width:1681px) {
	.cta-comparator .header .subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .header .subtitle {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .header .subtitle {
		white-space: normal;
		text-align: left;
		font-size: 9pt;
	}
}

.cta-comparator .filter-models .filters {
	text-align: left;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch!important;
}

.cta-comparator .filter-models .filters::-webkit-scrollbar {
	display: none;
}

.cta-comparator .filter-models .filters .filter {
	display: inline-block;
	color: #000;
	border: 1px solid #333;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

@media (min-width:1681px) {
	.cta-comparator .filter-models .filters .filter {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .filter-models .filters .filter {
		font-size: 24px;
	}
}

.cta-comparator .filter-models .filters .filter.selected {
	background: #00425e;
	border: 1px solid #00425e;
	color: #fff;
	font-weight: 700;
}

.cta-comparator .filter-models .filters .filter.all {
	text-transform: uppercase;
}

@media (max-width:1023px) {
	.cta-comparator .filter-models .filters {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
}

@media (max-width:767px) {
	.cta-comparator .filter-models .filters {
		padding: 0;
		overflow-x: auto;
	}
}

.cta-comparator .filter-quality {
	position: relative;
	z-index: 1;
	background-color: #f2f1f0;
	width: 100vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 60px;
	left: -60px;
}

.cta-comparator .filter-quality .description {
	margin-bottom: 10px;
	color: #333;
	font-family: Univers45,sans-serif;
	letter-spacing: -.2px;
	font-size: 1pc;
	line-height: 30px;
	display: none;
}

.cta-comparator .filter-quality .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-comparator .filter-quality .description:lang(bg),.cta-comparator .filter-quality .description:lang(ru),.cta-comparator .filter-quality .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-comparator .filter-quality .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-comparator .filter-quality .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .filter-quality .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .filter-quality .description {
		font-size: 1.2pc;
		line-height: 36px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .filter-quality .description {
		font-size: 24px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.cta-comparator .filter-quality .description {
		padding: 6px 0;
		font-size: 9pt;
		line-height: 15px;
	}
}

.cta-comparator .filter-quality .scrollable .header-button {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 15px 6px 0;
	border-right: 1px solid #b6b6b6;
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .header-button .col:first-child {
		position: relative;
		border-right: 1px solid #b6b6b6;
		padding-right: 15px;
		height: 30px;
		line-height: 30px;
	}

	.cta-comparator .filter-quality .scrollable .header-button .col:first-child:after {
		content: "";
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 49'%3E%3Ctitle%3Emore-filters-button-icon%3C/title%3E%3Cpath d='M38 49L0 11 11 0l27 26L64 0l11 11-37 38z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-size: contain;
		margin-left: 15px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.cta-comparator .filter-quality .scrollable .header-button .col:first-child {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.cta-comparator .filter-quality .scrollable .header-button .col:first-child {
		font-size: 21px;
		height: 20.4px;
	}
}

.cta-comparator .filter-quality .scrollable .header-button .col.summary {
	display: none;
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .header-button .col.summary {
		display: inline-block;
		margin-left: 15px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .header-button .col {
		display: inline-block;
		font-size: 14px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .header-button.open .col:first-child:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .header-button {
		border-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.cta-comparator .filter-quality .scrollable .accordion {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .accordion {
		height: 0;
		overflow: hidden;
		display: block;
	}

	.cta-comparator .filter-quality .scrollable .accordion.open {
		height: auto;
		-webkit-transition: height 2s;
		transition: height 2s;
	}
}

.cta-comparator .filter-quality .scrollable .accordion .quality {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	max-height: calc(14px + 20px);
}

.cta-comparator .filter-quality .scrollable .accordion .quality:first-child {
	margin-left: 15px;
}

@media (min-width:1681px) {
	.cta-comparator .filter-quality .scrollable .accordion .quality {
		max-height: calc(16.8px + 20px);
	}
}

@media (min-width:2201px) {
	.cta-comparator .filter-quality .scrollable .accordion .quality {
		max-height: calc(21px + 20px);
	}
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality .scrollable .accordion .quality {
		overflow-x: auto;
		overflow-y: visible;
		white-space: nowrap;
		position: relative;
		z-index: 2;
		margin-right: 10px;
		display: inline-block;
		width: 100%;
		max-height: none;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 6px 6px 6px 0;
	}

	.cta-comparator .filter-quality .scrollable .accordion .quality:first-child {
		margin-left: 0;
	}
}

@media (max-width:767px) {
	.cta-comparator .filter-quality .scrollable {
		position: relative;
	}
}

@media (max-width:1023px) {
	.cta-comparator .filter-quality {
		position: relative;
		left: -45px;
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.cta-comparator .filter-quality {
		padding: 15px 20px;
		left: -20px;
	}
}

.cta-comparator .models-list .template {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 0;
}

.cta-comparator .models-list .template.nomore .row .model-card:hover:not(.selected) {
	border-color: red;
}

.cta-comparator .models-list .template.nomore .row .model-card:hover:not(.selected) .add {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='368.108' height='367.48' viewBox='0 0 368.10836 367.47992'%3E%3Ctitle%3Eban_compare%3C/title%3E%3Cpath d='M184.054.27a183.47 183.47 0 1 0 183.47 183.47A183.47 183.47 0 0 0 184.054.27zM46.248 183.74A137.832 137.832 0 0 1 255.717 66.012L74.634 267.508a137.193 137.193 0 0 1-28.386-83.768zm137.806 137.807a137.161 137.161 0 0 1-71.605-20.043l181.066-201.479a137.803 137.803 0 0 1-109.46 221.522z' fill='%23c10202' data-name='Layer 2'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: cover;
}

.cta-comparator .models-list .template.nomore .row .model-card:hover:not(.selected) .add:after {
	display: none;
}

.cta-comparator .models-list .template .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.cta-comparator .models-list .template .row .model-family-name {
	display: none;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	color: #00425e;
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
}

.cta-comparator .models-list .template .row .model-family-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .models-list .template .row .model-family-name:lang(bg),.cta-comparator .models-list .template .row .model-family-name:lang(ru),.cta-comparator .models-list .template .row .model-family-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-family-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-family-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-family-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-comparator .models-list .template .row .model-family-name:after {
	display: block;
	background: #00425e;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.cta-comparator .models-list .template .row .model-family-name .inner {
	background: #fff;
	display: inline-block;
	z-index: 2;
	position: relative;
	padding-right: 20px;
}

@media (max-width:1023px) {
	.cta-comparator .models-list .template .row .model-family-name.hide {
		display: none;
	}
}

@media (max-width:1023px) {
	.cta-comparator .models-list .template .row .model-family-name {
		display: block;
	}
}

.cta-comparator .models-list .template .row .model-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 250px;
	width: calc(100% / 6 - 20px);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card {
		min-height: calc(250px * 1.2);
		padding: 10px 20px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card {
		width: calc((100% / 6 - 20px) * 1.5);
		padding: 10px 20px;
		min-height: calc(250px * 1.5);
	}
}

@media (max-width:1279px) {
	.cta-comparator .models-list .template .row .model-card {
		margin-right: 10px;
		width: calc(100% / 5 - 10px);
		min-height: 230px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .models-list .template .row .model-card {
		width: calc(100% / 4 - 10px);
	}
}

@media (min-width:480px) and (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card {
		width: calc((100% / 2) - 10px);
		margin-right: 10px;
	}
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card {
		border: 2px solid #fff;
		padding-left: 15px;
		padding-right: 10px;
		min-height: auto;
	}
}

@media (max-width:479px) {
	.cta-comparator .models-list .template .row .model-card {
		width: 100%;
		margin-right: 0;
	}
}

.cta-comparator .models-list .template .row .model-card .add {
	right: 8px;
	width: 20px;
	height: 20px;
	position: absolute;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .add {
		right: 18px;
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .add {
		right: 18px;
		width: 30px;
		height: 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .add {
		right: 10px;
	}
}

.cta-comparator .models-list .template .row .model-card .remove {
	display: none;
	width: 20px;
	height: 20px;
	right: 8px;
	position: absolute;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .remove {
		right: 18px;
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .remove {
		right: 18px;
		width: 30px;
		height: 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .remove {
		right: 10px;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .model-data {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year {
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(bg),.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(ru),.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-year {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-year {
		font-size: 21px;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name {
	position: absolute;
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(bg),.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(ru),.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-name {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-name {
		font-size: 33px;
	}
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-name {
		line-height: 20px;
		width: 50%;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-thumbnail {
	width: 100%;
	margin-top: 30px;
	display: block;
	overflow: hidden;
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-thumbnail {
		width: 65%;
		margin-right: -10px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-thumbnail img {
	width: 100%;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container {
	font-family: Univers45,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(bg),.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(ru),.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-price-container {
		position: absolute;
		bottom: 10px;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container span {
	font-size: 9pt;
	line-height: 14px;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-price-container span {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-price-container span {
		font-size: 18px;
	}
}

.cta-comparator .models-list .template .row .model-card .model-data .model-price-container .model-price {
	font-size: 1pc;
	line-height: 19px;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-price-container .model-price {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card .model-data .model-price-container .model-price {
		font-size: 24px;
	}
}

.cta-comparator .models-list .template .row .model-card.selected:after {
	content: "";
	width: calc(100% + 4px);
	height: 5px;
	bottom: -2px;
	left: -2px;
	background: #00425e;
	position: absolute;
}

@media (max-width:767px) {
	.cta-comparator .models-list .template .row .model-card.selected:after {
		height: calc(100% + 4px);
		width: 6px;
		left: -2px;
		top: -2px;
	}
}

.cta-comparator .models-list .template .row .model-card.selected .add {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ED52AA847-2F64-4246-AD0A-92A42F36E6F1%3C/title%3E%3Cg transform='rotate(45 12.728 13.657)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230C2340' cx='13' cy='13' r='13'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13 8h1v11h-1z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M8 13h11v1H8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-comparator .models-list .template .row .model-card.selected .remove {
	display: none;
}

.cta-comparator .models-list .template .row .model-card.selected .model-name,.cta-comparator .models-list .template .row .model-card.selected .model-price-container,.cta-comparator .models-list .template .row .model-card.selected .model-thumbnail,.cta-comparator .models-list .template .row .model-card.selected .model-year {
	opacity: .3;
}

.cta-comparator .models-list .template .row .model-card.selected:hover {
	border: 2px solid #00425e;
	border-radius: 4px;
	padding-bottom: 10px;
}

.cta-comparator .models-list .template .row .model-card.selected:hover:after {
	content: none;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .add {
	display: none;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove {
	display: block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ED52AA847-2F64-4246-AD0A-92A42F36E6F1%3C/title%3E%3Cg transform='rotate(45 12.728 13.657)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230C2340' cx='13' cy='13' r='13'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13 8h1v11h-1z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M8 13h11v1H8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after {
	content: attr(data-label);
	color: #00425e;
	width: auto;
	white-space: nowrap;
	text-align: right;
	position: absolute;
	right: 30px;
	font-family: Univers57,sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(bg),.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(ru),.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after {
		font-size: .9pc;
		line-height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card.selected:hover .remove:after {
		font-size: 18px;
		line-height: 30px;
	}
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) {
	border: 2px solid #00425e;
	border-radius: 4px;
	padding-bottom: 10px;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='31' viewBox='0 0 31 31' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E098909CE-E70E-42D7-9876-DC462E1CC1B3%3C/title%3E%3Cg transform='rotate(45 13.508 16.325)' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%230C2340' fill='%230C2340' cx='14.333' cy='14.333' r='14.333'/%3E%3Cg stroke='%23FFF' stroke-linecap='square'%3E%3Cpath d='M9.617 9.617l10.942 10.942M9.617 20.559L20.559 9.617'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after {
	content: attr(data-label);
	color: #00425e;
	width: auto;
	white-space: nowrap;
	text-align: right;
	position: absolute;
	right: 30px;
	font-family: Univers57,sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(bg),.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(ru),.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after {
		font-size: .9pc;
		line-height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .add:after {
		font-size: 18px;
		line-height: 30px;
	}
}

.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .model-name,.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .model-price-container,.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .model-thumbnail,.cta-comparator .models-list .template .row .model-card:hover:not(.selected) .model-year {
	opacity: .3;
}

.cta-comparator .models-list .template .row .model-card.removed,.cta-comparator .models-list .template .row .model-card.removed-bodytype,.cta-comparator .models-list .template .row .model-card.removed-engine,.cta-comparator .models-list .template .row .model-card.removed-traction {
	display: none;
}

.cta-comparator .models-list .template .message-no-results {
	color: #000;
	width: 100%;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	padding: 60px;
	border: 1px dashed #000;
	display: none;
}

.cta-comparator .models-list .template .message-no-results:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .models-list .template .message-no-results:lang(bg),.cta-comparator .models-list .template .message-no-results:lang(ru),.cta-comparator .models-list .template .message-no-results:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .models-list .template .message-no-results:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .models-list .template .message-no-results:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .models-list .template .message-no-results:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cta-comparator .models-list .template .message-no-results {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.cta-comparator .models-list .template .message-no-results {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .models-list .template .message-no-results {
		font-size: 63px;
	}
}

.cta-comparator .overlay .overlayComponent .overlayData {
	height: 100%;
	width: 100%;
	max-height: none;
}

.cta-comparator .overlay .overlayComponent .overlayData>div:not(.overlayGroup) {
	margin-top: 0;
	max-height: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	height: 100%;
	padding: 0;
	opacity: 1;
}

@media (max-width:767px) {
	.cta-comparator .overlay .overlayComponent .overlayData>div:not(.overlayGroup) {
		height: 100vh;
		max-height: 100vh;
	}
}

.cta-comparator .overlay .overlayComponent .overlayData:before {
	display: none;
}

.cta-comparator .overlay .overlayComponent .overlayData .close {
	top: 30px;
	right: 45px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	z-index: 9999;
	position: absolute;
}

@media screen and (max-width:1279px) {
	.cta-comparator .overlay .overlayComponent .overlayData .close {
		top: 30px;
		right: 25px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .overlayComponent .overlayData .close {
		top: 20px;
		right: 15px;
	}
}

.cta-comparator .overlay .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	border-bottom: 1px solid #b6b6b6;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-comparator .overlay .grid:last-of-type() {
	border-bottom: none;
}

.cta-comparator .overlay .grid .c-column {
	width: calc(100% / 3);
	text-align: center;
	padding: 30px 20px;
}

.cta-comparator .overlay .grid .c-column.middle {
	background: #f2f1f0;
}

.cta-comparator .overlay .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #b6b6b6;
	-webkit-transition: height .15s ease-in;
	transition: height .15s ease-in;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:1279px) {
	.cta-comparator .overlay .header {
		width: 100%;
	}
}

.cta-comparator .overlay .header.hide-overlay-header {
	-webkit-transition: height .5s ease-out;
	transition: height .5s ease-out;
}

.cta-comparator .overlay .header.hide-overlay-header .model-info,.cta-comparator .overlay .header.hide-overlay-header .title {
	opacity: 0;
	-webkit-transition: opacity .6s ease-out;
	transition: opacity .6s ease-out;
}

.cta-comparator .overlay .header.opacity-header {
	opacity: 0;
	height: auto;
}

.cta-comparator .overlay .header .grid {
	border-bottom: none;
}

@media screen and (max-width:1279px) {
	.cta-comparator .overlay .header .c-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .c-column {
		padding: 40px 20px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .c-column {
		width: calc(100% / 2);
		padding: 70px 20px 5pc;
	}
}

.cta-comparator .overlay .header .c-column.left,.cta-comparator .overlay .header .c-column.right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .c-column.left,.cta-comparator .overlay .header .c-column.right {
		z-index: 998;
	}
}

@media (max-width:479px) {
	.cta-comparator .overlay .header .c-column.left {
		padding-right: 6px;
		padding-left: 10px;
	}
}

@media (max-width:479px) {
	.cta-comparator .overlay .header .c-column.right {
		padding-left: 6px;
		padding-right: 10px;
	}
}

.cta-comparator .overlay .header .c-column.mid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .c-column.mid {
		position: absolute;
		height: 100%;
		width: 100%;
		padding: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .c-column.middle {
		background: none;
		position: absolute;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		padding: 40px 0 20px;
	}
}

.cta-comparator .overlay .header .title {
	font-family: RobotoRegular,sans-serif;
	color: #00425e;
	text-align: center;
	font-size: 42px;
	line-height: normal;
	white-space: normal;
	-webkit-transition: height .15s ease-in;
	transition: height .15s ease-in;
}

.cta-comparator .overlay .header .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .overlay .header .title:lang(bg),.cta-comparator .overlay .header .title:lang(ru),.cta-comparator .overlay .header .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .overlay .header .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .title {
		font-size: 63px;
	}
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .title {
		margin-left: 0;
		margin-bottom: 0;
		font-size: 31px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 15px 0;
		font-size: 22px;
	}
}

.cta-comparator .overlay .header .subtitle {
	font-family: Univers45,sans-serif;
	color: #666;
	padding: 10px;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	width: 50%;
	margin: 0 auto 25px;
}

.cta-comparator .overlay .header .subtitle:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-comparator .overlay .header .subtitle:lang(bg),.cta-comparator .overlay .header .subtitle:lang(ru),.cta-comparator .overlay .header .subtitle:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-comparator .overlay .header .subtitle:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .subtitle:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .subtitle {
		font-size: 16.8px;
		padding: 9pt;
		margin-bottom: 30px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .subtitle {
		font-size: 21px;
		padding: 15px;
		margin-bottom: 37.5px;
	}
}

@media screen and (max-width:1279px) {
	.cta-comparator .overlay .header .subtitle {
		width: auto;
	}
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .subtitle {
		display: none;
	}
}

.cta-comparator .overlay .header .link {
	font-family: RobotoRegular,sans-serif;
	color: #00425e;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

.cta-comparator .overlay .header .link:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .overlay .header .link:lang(bg),.cta-comparator .overlay .header .link:lang(ru),.cta-comparator .overlay .header .link:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .overlay .header .link:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .link:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .link:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .link {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .link {
		font-size: 27px;
	}
}

.cta-comparator .overlay .header .link:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .2v1.2L8.7 10 0 18.6v1.2h1.5l10-9.8L1.5.2z' fill='%230C2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	content: " ";
	position: relative;
	display: inline-block;
	width: 10px;
	height: 15px;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .link {
		display: none;
	}
}

.cta-comparator .overlay .header .mobile-link {
	display: none;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .mobile-link {
		display: block;
	}

	.cta-comparator .overlay .header .mobile-link .link {
		display: block;
		padding: 20px;
	}
}

.cta-comparator .overlay .header .toggle-labels {
	position: relative;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .toggle-labels {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 10px 0;
	}
}

.cta-comparator .overlay .header .toggle-labels input {
	display: none;
}

.cta-comparator .overlay .header .toggle-labels .labels-container {
	height: 20px;
	width: 56px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #00425e;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto;
	cursor: pointer;
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container {
		width: 60px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container {
		margin-top: auto;
		margin-bottom: 0;
	}
}

.cta-comparator .overlay .header .toggle-labels .labels-container:after {
	content: "";
	height: 35px;
	width: 35px;
	background: #00425e;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-23px);
	transform: translateX(-23px);
	position: relative;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container:after {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label {
	white-space: nowrap;
	width: calc((90% - (90px + 6px)) / 2);
	font-family: Univers57,sans-serif;
	font-size: 1pc;
	text-transform: uppercase;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(bg),.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(ru),.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container .label {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container .label {
		font-size: 24px;
	}
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
	.cta-comparator .overlay .header .toggle-labels .labels-container .label {
		margin-top: -10px;
	}
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container .label {
		width: calc((90% - 60px) / 2);
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container .label {
		font-size: 9pt;
	}
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label.left {
	left: 0;
	text-align: right;
	position: absolute;
	font-weight: 700;
	opacity: 1;
	color: #333;
}

.cta-comparator .overlay .header .toggle-labels .labels-container .label.right {
	right: 0;
	text-align: left;
	position: absolute;
	opacity: .3;
	color: #00425e;
}

.cta-comparator .overlay .header .toggle-labels .labels-container.checked:after {
	content: "";
	height: 35px;
	width: 35px;
	background: #00425e;
	border-radius: 20px;
	-webkit-transform: translateX(23px);
	transform: translateX(23px);
	position: relative;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .toggle-labels .labels-container.checked:after {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
}

.cta-comparator .overlay .header .toggle-labels .labels-container.checked .label.left {
	left: 0;
	text-align: right;
	position: absolute;
	opacity: .3;
	color: #00425e;
}

.cta-comparator .overlay .header .toggle-labels .labels-container.checked .label.right {
	right: 0;
	text-align: left;
	position: absolute;
	color: #333;
	opacity: 1;
	font-weight: 700;
}

.cta-comparator .overlay .header .link-new-comparison {
	cursor: pointer;
	margin-top: 25px;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .link-new-comparison {
		margin-top: 30px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .link-new-comparison {
		margin-top: 45px;
	}
}

.cta-comparator .overlay .header .model {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .model {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.cta-comparator .overlay .header .model .custom-select {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .custom-select {
		width: calc(100% - 10px);
		margin-top: 0;
		padding: 6px;
		margin-bottom: 10px;
		z-index: 999;
	}
}

.cta-comparator .overlay .header .model .custom-select .header {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 0;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	cursor: auto;
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .model .custom-select .header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cta-comparator .overlay .header .model .custom-select .header .label {
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid #666;
	padding-right: 10px;
	color: #00425e;
	font-family: Univers57,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .label:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .label:lang(bg),.cta-comparator .overlay .header .model .custom-select .header .label:lang(ru),.cta-comparator .overlay .header .model .custom-select .header .label:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .label:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .label:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .model .custom-select .header .label {
		display: none;
	}
}

.cta-comparator .overlay .header .model .custom-select .header .value {
	display: inline-block;
	margin-right: 6px;
	color: #333;
	font-weight: 700;
	font-family: Univers57,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .value:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .value:lang(bg),.cta-comparator .overlay .header .model .custom-select .header .value:lang(ru),.cta-comparator .overlay .header .model .custom-select .header .value:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .value:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .value:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .value:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.cta-comparator .overlay .header .model .custom-select .header .close {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ED52AA847-2F64-4246-AD0A-92A42F36E6F1%3C/title%3E%3Cg transform='rotate(45 12.728 13.657)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230C2340' cx='13' cy='13' r='13'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13 8h1v11h-1z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M8 13h11v1H8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .custom-select select {
		font-size: calc(14px * 1.2);
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .custom-select select {
		font-size: calc(14px * 1.5);
	}
}

.cta-comparator .overlay .header .model .model-thumbnail {
	width: 25%;
	padding-top: 20px;
	margin: auto;
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.cta-comparator .overlay .header .model .model-thumbnail {
		width: 35%;
		padding-top: 0;
	}
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .model-thumbnail {
		padding-top: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .model-thumbnail {
		padding-top: 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .model-thumbnail {
		padding-top: 0;
	}
}

.cta-comparator .overlay .header .model .model-thumbnail img {
	width: 100%;
	display: block;
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .model .model-thumbnail {
		display: none;
	}
}

.cta-comparator .overlay .header .model .model-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	margin-top: 10px;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .model-info {
		font-size: calc(18px * 1.2);
		margin-top: 9pt;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .model-info {
		font-size: calc(18px * 1.5);
		margin-top: 15px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .model-info {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		min-height: 40px;
		width: 100%;
		padding: initial;
	}
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .model .model-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.cta-comparator .overlay .header .model .model-info .model-year {
	font-family: RobotoRegular,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-year:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-year:lang(bg),.cta-comparator .overlay .header .model .model-info .model-year:lang(ru),.cta-comparator .overlay .header .model .model-info .model-year:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-year:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-year:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .overlay .header .model .model-info .model-year {
		min-height: 45px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .model-info .model-year {
		font-size: 1pc;
	}
}

.cta-comparator .overlay .header .model .model-info .model-name {
	font-family: Univers57,sans-serif;
	font-weight: 700;
	color: #333;
	margin-left: 6px;
}

.cta-comparator .overlay .header .model .model-info .model-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-name:lang(bg),.cta-comparator .overlay .header .model .model-info .model-name:lang(ru),.cta-comparator .overlay .header .model .model-info .model-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .model-info .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .model-info .model-name {
		font-size: 1pc;
	}
}

.cta-comparator .overlay .header .model .container-column-reverse {
	text-align: center;
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-info {
		margin-bottom: 15px;
	}
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container {
	font-family: Univers45,sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 20px;
	white-space: nowrap;
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(bg),.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(ru),.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container {
		bottom: 10px;
		padding-bottom: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: normal;
	}
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container span {
	font-size: 1pc;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container span {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container span {
		font-size: 24px;
	}
}

.cta-comparator .overlay .header .model .container-column-reverse .model-price-container .model-price {
	font-size: 1pc;
	margin-left: 6px;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container .model-price {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container .model-price {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .container-column-reverse .model-price-container .model-price {
		margin-left: 0;
	}
}

.cta-comparator .overlay .header .model .link {
	font-family: Univers57,sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.cta-comparator .overlay .header .model .link:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .header .model .link:lang(bg),.cta-comparator .overlay .header .model .link:lang(ru),.cta-comparator .overlay .header .model .link:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .header .model .link:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .header .model .link:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .header .model .link:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .header .model .link {
		font-size: calc(9pt * 1.2);
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .header .model .link {
		font-size: calc(9pt * 1.5);
	}
}

.cta-comparator .overlay .header .model .link:after {
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 9pt;
	position: absolute;
	width: 10px;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .link:after {
		right: auto;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .header .model .link {
		display: block;
	}
}

.cta-comparator .overlay .header .model .cta {
	border-radius: 4px;
}

.cta-comparator .overlay .header .model .cta a {
	padding: 6px 30px;
}

.cta-comparator .overlay .header .model .container-mobile-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

.cta-comparator .overlay .feature-title {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	padding-top: 45px;
	font-family: Univers57,sans-serif;
	color: #333;
	font-weight: 700;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .feature-title {
		padding-top: 54px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .feature-title {
		padding-top: 67.5px;
	}
}

.cta-comparator .overlay .feature-title:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay .feature-title:lang(bg),.cta-comparator .overlay .feature-title:lang(ru),.cta-comparator .overlay .feature-title:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay .feature-title:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay .feature-title:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay .feature-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay .feature-title {
		font-size: 32.4px;
		line-height: 36px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay .feature-title {
		font-size: 18px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay .feature-title {
		font-size: 15px;
		padding-top: 15px;
	}
}

.cta-comparator .overlay ul.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
}

.cta-comparator .overlay ul.features-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Univers57,sans-serif;
	font-size: 18px;
}

.cta-comparator .overlay ul.features-list li:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .overlay ul.features-list li:lang(bg),.cta-comparator .overlay ul.features-list li:lang(ru),.cta-comparator .overlay ul.features-list li:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .overlay ul.features-list li:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay ul.features-list li:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay ul.features-list li:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .overlay ul.features-list li {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay ul.features-list li {
		font-size: 27px;
	}
}

.cta-comparator .overlay ul.features-list li .c-column {
	padding: 15px 20px;
}

@media (min-width:1681px) {
	.cta-comparator .overlay ul.features-list li .c-column {
		padding: 18px 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay ul.features-list li .c-column {
		padding: 22.5px 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay ul.features-list li .c-column {
		font-size: 9pt;
		line-height: 14px;
		width: 50%;
		padding: 15px 10px;
	}
}

.cta-comparator .overlay ul.features-list li .c-column:not(.middle) {
	color: #333;
	font-weight: 700;
}

@media (max-width:767px) {
	.cta-comparator .overlay ul.features-list li .c-column:not(.middle) {
		font-size: 14px;
		line-height: 14px;
		width: 25%;
	}
}

.cta-comparator .overlay ul.features-list li .c-column.middle {
	font-family: RobotoRegular,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column.middle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column.middle:lang(bg),.cta-comparator .overlay ul.features-list li .c-column.middle:lang(ru),.cta-comparator .overlay ul.features-list li .c-column.middle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column.middle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column.middle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column.middle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-comparator .overlay ul.features-list li .c-column>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.cta-comparator .overlay ul.features-list li:first-of-type .c-column {
	padding-top: 90pt;
}

@media (min-width:1681px) {
	.cta-comparator .overlay ul.features-list li:first-of-type .c-column {
		padding-top: 9pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .overlay ul.features-list li:first-of-type .c-column {
		padding-top: 180px;
	}
}

@media (max-width:767px) {
	.cta-comparator .overlay ul.features-list li:first-of-type .c-column {
		padding-top: 60px;
	}
}

.cta-comparator .overlay ul.features-list li:last-of-type .c-column {
	padding-bottom: 60px;
}

.cta-comparator .overlay .features>div:not(:first-of-type) li .c-column:not(.middle) {
	text-transform: uppercase;
}

.cta-comparator .overlay .features .showDifference .no-diff {
	display: none!important;
}

.cta-comparator .sticky-bar .template {
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
	background: #fff;
	z-index: 60;
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
}

.cta-comparator .sticky-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 60px;
	height: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container {
		height: 81pt;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container {
		height: 135px;
	}
}

@media (max-width:1279px) {
	.cta-comparator .sticky-bar .container {
		padding: 20px 45px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .sticky-bar .container {
		padding: 20px 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container {
		padding: 10px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		height: auto;
	}
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .text {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.cta-comparator .sticky-bar .container .text {
		width: 15%;
	}
}

@media (max-width:1023px) {
	.cta-comparator .sticky-bar .container .text {
		display: none;
	}
}

.cta-comparator .sticky-bar .container .compare-models {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55%;
}

@media (max-width:1023px) {
	.cta-comparator .sticky-bar .container .compare-models {
		width: 70%;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width:479px) {
	.cta-comparator .sticky-bar .container .compare-models {
		width: 100%;
		margin-bottom: 15px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column {
	width: calc(100% / 2);
	padding: 0 10px;
	position: relative;
	height: 100%;
}

.cta-comparator .sticky-bar .container .compare-models .c-column:first-child {
	border-right: .5px solid #9a9a9a;
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column {
		padding: 0 10px 0 0;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		position: relative;
	}
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected {
		position: relative;
		text-align: center;
		padding: 10px 0;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected.hide {
	display: none;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-thumbnail {
	display: block;
	margin-right: 10px;
	width: 33%;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-thumbnail {
		width: 45%;
	}
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-thumbnail {
		display: none;
	}
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info {
		display: inline-block;
		margin-left: 20px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year {
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	line-height: normal;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(bg),.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(ru),.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-year {
		font-size: 21px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name {
	font-family: RobotoRegular,sans-serif;
	font-weight: 700;
	font-size: 1pc;
	line-height: normal;
	color: #333;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(bg),.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(ru),.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .model-info .model-name {
		font-size: 24px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .remove {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='27' viewBox='0 0 27 27' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ED52AA847-2F64-4246-AD0A-92A42F36E6F1%3C/title%3E%3Cg transform='rotate(45 12.728 13.657)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230C2340' cx='13' cy='13' r='13'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13 8h1v11h-1z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M8 13h11v1H8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}

@media screen and (min-width:768px) and (max-width:1279px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .remove {
		position: absolute;
		top: 0;
		right: 30px;
	}
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .remove {
		min-width: 20px;
		margin-left: 10px;
		margin-top: -20px;
		display: inline-block;
	}
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .remove {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .model-selected .remove {
		width: 30px;
		height: 30px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder.hide {
	display: none;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder img {
	width: 50%;
	height: auto;
	display: block;
}

@media (min-width:480px) and (max-width:767px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder img {
		width: 50%;
		height: auto;
	}
}

@media (max-width:479px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder img {
		width: 100%;
		height: auto;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add {
	width: 25px;
	height: 25px;
	background-color: #00425e;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='31' viewBox='0 0 31 31' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E098909CE-E70E-42D7-9876-DC462E1CC1B3%3C/title%3E%3Cg transform='rotate(45 13.508 16.325)' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%230C2340' fill='%230C2340' cx='14.333' cy='14.333' r='14.333'/%3E%3Cg stroke='%23FFF' stroke-linecap='square'%3E%3Cpath d='M9.617 9.617l10.942 10.942M9.617 20.559L20.559 9.617'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background: none;
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add {
		width: 37.5px;
		height: 37.5px;
	}
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after {
	content: attr(data-label);
	color: #333;
	width: auto;
	white-space: nowrap;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	font-family: RobotoRegular,sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(bg),.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(ru),.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after {
		font-size: .9pc;
		line-height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .sticky-bar .container .compare-models .c-column .car-placeholder .add:after {
		font-size: 18px;
		line-height: 30px;
	}
}

.cta-comparator .sticky-bar .container .cta-container {
	margin-right: 10px;
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .cta-container {
		width: 100%;
		margin-right: 0;
	}
}

.cta-comparator .sticky-bar .container .cta-container .cta {
	border-radius: 4px;
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .cta-container .cta {
		width: 100%;
	}
}

.cta-comparator .sticky-bar .container .cta-container .cta.disabled {
	opacity: .2;
}

.cta-comparator .sticky-bar .container .cta-container .cta.disabled a {
	cursor: default;
}

.cta-comparator .sticky-bar .container .cta-container .cta a {
	padding: 6px 30px;
}

@media (max-width:767px) {
	.cta-comparator .sticky-bar .container .cta-container .cta a {
		padding: 6px 0;
		width: 100%;
	}
}

.cta-comparator .sticky-bar .loader-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.cta-comparator .custom-select {
	border-radius: 4px;
	background-color: #fff;
	border-collapse: collapse;
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin-right: 10px;
}

.cta-comparator .custom-select.notVisible {
	opacity: 0;
	pointer-events: none;
}

.cta-comparator .custom-select label {
	font-family: Univers57,sans-serif;
	color: #00425e;
	font-size: 14px;
	line-height: 100%;
	height: 17px;
	border-right: .5px solid hsla(0,0%,59.2%,.6);
	padding-right: 15px;
}

.cta-comparator .custom-select label:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .custom-select label:lang(bg),.cta-comparator .custom-select label:lang(ru),.cta-comparator .custom-select label:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .custom-select label:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .custom-select label:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .custom-select label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .custom-select label {
		height: 20.4px;
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select label {
		height: 25.5px;
		font-size: 21px;
	}
}



@media (min-width:1681px) {
	.cta-comparator .custom-select select {
		height: 20.4px;
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select select {
		height: 25.5px;
		font-size: 21px;
	}
}

.cta-comparator .custom-select-multi {
	display: table;
	border-radius: 4px;
	background-color: #fff;
	border-collapse: collapse;
	cursor: pointer;
}

.cta-comparator .custom-select-multi.open {
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}

.cta-comparator .custom-select-multi.open .row-group.body {
	display: table-row-group;
}

.cta-comparator .custom-select-multi.open .row-group.header {
	border-bottom: 1px solid hsla(0,0%,71.4%,.2);
}

.cta-comparator .custom-select-multi.open .row-group.header .row .col:nth-child(2):after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi.open .row-group.header .row:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi.open {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.cta-comparator .custom-select-multi .row-group {
	display: table-row-group;
}

.cta-comparator .custom-select-multi .row-group .row.selected .col .check:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Vector_Graphics' data-name='Vector Graphics' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192.01 141.15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233b3b3b;opacity:1%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EVector Smart Object%3C/title%3E%3Cpath class='cls-1' d='M161.37 0L81.5 79.87 30.64 29.01 0 59.65l50.86 50.86 25.12 25.12 5.52 5.52L192.01 30.64 161.37 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 70%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.cta-comparator .custom-select-multi .row-group .row .col {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 10px 15px;
}

.cta-comparator .custom-select-multi .row-group .row .col:nth-child(2) {
	text-align: left;
	padding: 10px calc(11px + 6px + 15px) 10px 15px;
}

.cta-comparator .custom-select-multi .row-group .row .col.hidden {
	display: inline-block!important;
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group .row .col.hidden {
		display: none!important;
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group .row .col {
		text-align: left;
		width: 100%;
		padding-left: 0;
	}
}

.cta-comparator .custom-select-multi .row-group.header .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child {
	color: #00425e;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	line-height: 100%;
	height: 14px;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(bg),.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(ru),.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:first-child:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-comparator .custom-select-multi .row-group.header .row .col:first-child {
		font-size: 16.8px;
		height: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select-multi .row-group.header .row .col:first-child {
		font-size: 21px;
		height: 16.8px;
	}
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2) {
	position: relative;
	font-family: RobotoRegular,sans-serif;
	opacity: .5;
	color: #333;
	font-size: 14px;
	line-height: 100%;
	height: 14px;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(bg),.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(ru),.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 49'%3E%3Ctitle%3Emore-filters-button-icon%3C/title%3E%3Cpath d='M38 49L0 11 11 0l27 26L64 0l11 11-37 38z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background-size: contain;
}

.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	background: #b6b6b6;
	height: 70%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:1681px) {
	.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2) {
		font-size: 16.8px;
		height: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2) {
		font-size: 21px;
		height: 16.8px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2) {
		width: auto;
	}

	.cta-comparator .custom-select-multi .row-group.header .row .col:nth-child(2):after {
		display: none;
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group.header .row {
		position: relative;
	}

	.cta-comparator .custom-select-multi .row-group.header .row:after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: "";
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 49'%3E%3Ctitle%3Emore-filters-button-icon%3C/title%3E%3Cpath d='M38 49L0 11 11 0l27 26L64 0l11 11-37 38z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		display: inline-block;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 11px;
		height: 11px;
		background-size: contain;
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group.header {
		border-bottom: 1px solid hsla(0,0%,71.4%,.2);
		position: relative;
	}
}

.cta-comparator .custom-select-multi .row-group.body {
	display: none;
}

.cta-comparator .custom-select-multi .row-group.body .row {
	padding-top: 6px;
	padding-bottom: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-comparator .custom-select-multi .row-group.body .row .col {
	padding-top: 0;
	padding-bottom: 0;
}

.cta-comparator .custom-select-multi .row-group.body .row .col .check {
	height: 25px;
	width: 25px;
	border: 1px solid #b6b6b6;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

@media (min-width:1681px) {
	.cta-comparator .custom-select-multi .row-group.body .row .col .check {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select-multi .row-group.body .row .col .check {
		height: 37.5px;
		width: 37.5px;
	}
}

.cta-comparator .custom-select-multi .row-group.body .row .col:nth-child(2) {
	color: #333;
	font-size: 14px;
	line-height: 100%;
	height: 14px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:1681px) {
	.cta-comparator .custom-select-multi .row-group.body .row .col:nth-child(2) {
		font-size: 16.8px;
		line-height: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-comparator .custom-select-multi .row-group.body .row .col:nth-child(2) {
		font-size: 21px;
		line-height: 21px;
	}
}

@media (max-width:1023px) {
	.cta-comparator .custom-select-multi .row-group.body .row .col {
		width: auto;
	}
}


@media (max-width:1023px) {
	.cta-comparator .custom-select-multi {
		width: 100%;
		background: transparent;
	}
}

.cta-tool-newsletter {
	margin: 0;
	padding: 60px;
	background-color: #f2f1f0;
	position: relative;
}

@media (max-width:1023px) {
	.cta-tool-newsletter {
		padding: 45px;
	}
}

.cta-tool-newsletter .errorBox {
	width: calc(100% + 90pt);
	background-color: #c10202;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -60px;
	position: relative;
	max-height: 0;
	height: 75pt;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-transition: margin .5s,max-height .5s;
	transition: margin .5s,max-height .5s;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .errorBox {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .errorBox {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter .errorBox {
		width: calc(100% + 90px);
	}
}

.cta-tool-newsletter .errorBox div {
	opacity: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
}

.cta-tool-newsletter .errorBox.open {
	max-height: 75pt;
	height: 75pt;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .errorBox.open {
		margin-left: -45px;
		margin-top: 45px;
	}
}

.cta-tool-newsletter .errorBox.open div {
	opacity: 1;
	height: auto;
}

.cta-tool-newsletter .close {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%233e3e3e' stroke-width='.046' d='M10.528.038h2.944v23.924h-2.944z'/%3E%3Cpath fill='%233e3e3e' stroke-width='.046' d='M23.962 10.528v2.944H.038v-2.944z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 9pt;
	height: 9pt;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .close {
		display: block;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.vertical-layout-container .cta-tool-newsletter .close {
		display: none;
	}
}

.cta-tool-newsletter .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
}

.cta-tool-newsletter .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.cta-tool-newsletter .title:lang(bg),.cta-tool-newsletter .title:lang(ru),.cta-tool-newsletter .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.cta-tool-newsletter .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-newsletter .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-newsletter .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.cta-tool-newsletter .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter .title {
		padding-right: 30px;
		position: relative;
	}
}

.cta-tool-newsletter .subtitle {
	margin-top: 15px;
	color: #333;
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
}

@media (max-width:767px) {
	.cta-tool-newsletter .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.cta-tool-newsletter .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .subtitle {
		font-size: 30px;
	}
}

.cta-tool-newsletter .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	text-decoration: none;
	padding: 0 30px;
	display: inline-block;
	margin-left: 2pc;
	font-weight: 700;
}

.cta-tool-newsletter .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.cta-tool-newsletter .cta:lang(bg),.cta-tool-newsletter .cta:lang(ru),.cta-tool-newsletter .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.cta-tool-newsletter .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.cta-tool-newsletter .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.cta-tool-newsletter .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .cta {
		font-size: 21px;
	}
}

.cta-tool-newsletter .cta.blue {
	background-color: #00425e;
	border-radius: 2px;
	color: #fff;
}

.cta-tool-newsletter .form {
	font-size: 0;
	margin-top: 30px;
	max-width: 100vw;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form {
		opacity: 0;
		display: none;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.vertical-layout-container .cta-tool-newsletter .form {
		opacity: 1;
		display: block;
	}
}

.cta-tool-newsletter .form .full,.cta-tool-newsletter .form .half {
	display: inline-block;
	width: calc(50% - 15px);
	vertical-align: top;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full,.cta-tool-newsletter .form .half {
		width: 100%;
	}
}

.cta-tool-newsletter .form .full.rightCol,.cta-tool-newsletter .form .half.rightCol {
	margin-left: 30px;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full.rightCol,.cta-tool-newsletter .form .half.rightCol {
		margin-left: 0;
	}
}

.cta-tool-newsletter .form .full .question,.cta-tool-newsletter .form .half .question {
	text-transform: uppercase;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 30px;
	margin-left: 2pc;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full .question,.cta-tool-newsletter .form .half .question {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full .question,.cta-tool-newsletter .form .half .question {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full .question,.cta-tool-newsletter .form .half .question {
		font-size: 1pc;
	}
}

.cta-tool-newsletter .form .full .checkBoxDescription,.cta-tool-newsletter .form .full .radioDescription,.cta-tool-newsletter .form .half .checkBoxDescription,.cta-tool-newsletter .form .half .radioDescription {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	position: relative;
	vertical-align: text-bottom;
}

.cta-tool-newsletter .form .full input[type=radio],.cta-tool-newsletter .form .half input[type=radio] {
	display: none!important;
}

.cta-tool-newsletter .form .full input[type=checkbox],.cta-tool-newsletter .form .half input[type=checkbox] {
	display: block!important;
	visibility: hidden;
	width: 10px!important;
	height: 10px!important;
	position: absolute!important;
	left: 30px;
	top: 15px;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full input[type=checkbox],.cta-tool-newsletter .form .half input[type=checkbox] {
		left: 27px;
		top: 6px;
	}
}

.cta-tool-newsletter .form .full input[type=radio]+label:before,.cta-tool-newsletter .form .half input[type=radio]+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #b6b6b6;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 6px;
}

.cta-tool-newsletter .form .full input[type=radio]:checked+label:after,.cta-tool-newsletter .form .half input[type=radio]:checked+label:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	background: #b6b6b6;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-newsletter .form .full input[type=radio]+label span,.cta-tool-newsletter .form .half input[type=radio]+label span {
	line-height: 20px;
	margin-left: 30px;
	display: inline-block;
}

.cta-tool-newsletter .form .full input[type=radio]+label,.cta-tool-newsletter .form .half input[type=radio]+label {
	margin-right: 15px;
}

.cta-tool-newsletter .form .full input[type=checkbox]+label:before,.cta-tool-newsletter .form .half input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full input[type=checkbox]+label:before,.cta-tool-newsletter .form .half input[type=checkbox]+label:before {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full input[type=checkbox]+label:before,.cta-tool-newsletter .form .half input[type=checkbox]+label:before {
		width: 30px;
		height: 30px;
	}
}

.cta-tool-newsletter .form .full input[type=checkbox]+label+label.checkBoxDescription,.cta-tool-newsletter .form .half input[type=checkbox]+label+label.checkBoxDescription {
	margin-left: 6px;
}

.cta-tool-newsletter .form .full input[type=checkbox].error+label:before,.cta-tool-newsletter .form .half input[type=checkbox].error+label:before {
	border: 1px solid #c10202;
}

.cta-tool-newsletter .form .full input[type=checkbox]:checked+label:after,.cta-tool-newsletter .form .half input[type=checkbox]:checked+label:after {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full input[type=checkbox]:checked+label:after,.cta-tool-newsletter .form .half input[type=checkbox]:checked+label:after {
		font-size: 18px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full input[type=checkbox]:checked+label:after,.cta-tool-newsletter .form .half input[type=checkbox]:checked+label:after {
		font-size: 22.5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

.cta-tool-newsletter .form .full input[type=checkbox]+label span,.cta-tool-newsletter .form .half input[type=checkbox]+label span {
	display: inline-block;
	width: calc(100% - 63px);
	vertical-align: text-top;
	line-height: 20px;
	padding-left: 6px;
	position: relative;
	top: 0;
	white-space: nowrap;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full input[type=checkbox]+label span,.cta-tool-newsletter .form .half input[type=checkbox]+label span {
		line-height: 24px;
		width: calc(100% - 74px);
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full input[type=checkbox]+label span,.cta-tool-newsletter .form .half input[type=checkbox]+label span {
		line-height: 30px;
		width: calc(100% - 74px);
	}
}

.cta-tool-newsletter .form .full .row,.cta-tool-newsletter .form .half .row {
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

.cta-tool-newsletter .form .full .row.low-spacing,.cta-tool-newsletter .form .half .row.low-spacing {
	margin-bottom: 15px;
}

.cta-tool-newsletter .form .full .row a,.cta-tool-newsletter .form .half .row a {
	color: #333;
}

.cta-tool-newsletter .form .full .row .required,.cta-tool-newsletter .form .half .row .required {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #c10202;
	width: 20px;
	padding: 6px;
	display: inline-block;
	text-align: center;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full .row .required,.cta-tool-newsletter .form .half .row .required {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full .row .required,.cta-tool-newsletter .form .half .row .required {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full .row .required,.cta-tool-newsletter .form .half .row .required {
		padding-left: 0;
	}
}

.cta-tool-newsletter .form .full .row .required.not,.cta-tool-newsletter .form .half .row .required.not {
	visibility: hidden;
}

.cta-tool-newsletter .form .full .row input,.cta-tool-newsletter .form .full .row select,.cta-tool-newsletter .form .half .row input,.cta-tool-newsletter .form .half .row select {
	width: calc(100% - 2pc);
	color: #333;
	padding: 6px 10px;
	font-size: 14px;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full .row input,.cta-tool-newsletter .form .full .row select,.cta-tool-newsletter .form .half .row input,.cta-tool-newsletter .form .half .row select {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full .row input,.cta-tool-newsletter .form .full .row select,.cta-tool-newsletter .form .half .row input,.cta-tool-newsletter .form .half .row select {
		font-size: 21px;
	}
}

.cta-tool-newsletter .form .full .row input~.animatedLabel,.cta-tool-newsletter .form .full .row select~.animatedLabel,.cta-tool-newsletter .form .half .row input~.animatedLabel,.cta-tool-newsletter .form .half .row select~.animatedLabel {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full .row input~.animatedLabel,.cta-tool-newsletter .form .full .row select~.animatedLabel,.cta-tool-newsletter .form .half .row input~.animatedLabel,.cta-tool-newsletter .form .half .row select~.animatedLabel {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full .row input~.animatedLabel,.cta-tool-newsletter .form .full .row select~.animatedLabel,.cta-tool-newsletter .form .half .row input~.animatedLabel,.cta-tool-newsletter .form .half .row select~.animatedLabel {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full .row input~.animatedLabel,.cta-tool-newsletter .form .full .row select~.animatedLabel,.cta-tool-newsletter .form .half .row input~.animatedLabel,.cta-tool-newsletter .form .half .row select~.animatedLabel {
		top: 17px;
	}
}

.cta-tool-newsletter .form .full .row input.error,.cta-tool-newsletter .form .full .row select.error,.cta-tool-newsletter .form .half .row input.error,.cta-tool-newsletter .form .half .row select.error {
	border: 1px solid #c10202!important;
	position: relative;
}

.cta-tool-newsletter .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row select.error._hasvalue~.error-message {
	display: block;
	padding-top: 5px;
	padding-left: 48.33333px;
	padding-right: 35px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #c10202;
}

@media (min-width:1681px) {
	.cta-tool-newsletter .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row select.error._hasvalue~.error-message {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter .form .half .row select.error._hasvalue~.error-message {
		font-size: 21px;
	}
}

.cta-tool-newsletter .form .full .row input._hasvalue~.animatedLabel,.cta-tool-newsletter .form .full .row select._hasvalue~.animatedLabel,.cta-tool-newsletter .form .half .row input._hasvalue~.animatedLabel,.cta-tool-newsletter .form .half .row select._hasvalue~.animatedLabel {
	font-size: small;
	top: -20px;
	left: 2pc;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form .full .row input,.cta-tool-newsletter .form .full .row select,.cta-tool-newsletter .form .half .row input,.cta-tool-newsletter .form .half .row select {
		width: calc(100% - 26px);
		padding: 15px;
		height: 54px;
	}
}

@media (max-width:767px) {
	.cta-tool-newsletter .form .full .row input,.cta-tool-newsletter .form .full .row select,.cta-tool-newsletter .form .half .row input,.cta-tool-newsletter .form .half .row select {
		font-size: 14px;
	}
}

.cta-tool-newsletter .form .full .row select::-ms-expand,.cta-tool-newsletter .form .half .row select::-ms-expand {
	display: none;
}


.no-appearance .cta-tool-newsletter .form .full .row select:before,.no-appearance .cta-tool-newsletter .form .half .row select:before {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	width: 30px;
	background-color: #fff;
	z-index: 5;
}

.cta-tool-newsletter .form .full {
	width: 100%;
}

.cta-tool-newsletter .form input.cta-submit {
	margin-left: 2pc;
}

@media (max-width:1023px) {
	.cta-tool-newsletter .form input.cta-submit {
		margin-top: 15px;
		margin-left: 26px;
	}
}

.background-grey+.cta-tool-newsletter,.background-grey+.cta-tool-webtolead {
	padding-top: 0;
}

.currentOfferts,.currentOffertsNew {
	text-align: left;
	padding: 0 40px 0 60px;
}

.currentOfferts[data-paddingtop=none],.currentOffertsNew[data-paddingtop=none] {
	padding-top: 0;
}

.currentOfferts[data-paddingbottom=none],.currentOffertsNew[data-paddingbottom=none] {
	padding-bottom: 0;
}

.currentOfferts[data-paddingtop=low],.currentOffertsNew[data-paddingtop=low] {
	padding-top: 15px;
}

.currentOfferts[data-paddingbottom=low],.currentOffertsNew[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.currentOfferts[data-paddingtop=medium],.currentOffertsNew[data-paddingtop=medium] {
	padding-top: 30px;
}

.currentOfferts[data-paddingbottom=medium],.currentOffertsNew[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.currentOfferts[data-paddingtop=high],.currentOffertsNew[data-paddingtop=high] {
	padding-top: 60px;
}

.currentOfferts[data-paddingbottom=high],.currentOffertsNew[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.currentOfferts[data-paddingtop=max],.currentOffertsNew[data-paddingtop=max] {
	padding-top: 90px;
}

.currentOfferts[data-paddingbottom=max],.currentOffertsNew[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.currentOfferts.background-white,.currentOffertsNew.background-white {
	background-color: #fff;
}

.currentOfferts.background-grey,.currentOffertsNew.background-grey {
	background-color: #f2f1f0;
}

.currentOfferts .text,.currentOffertsNew .text {
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
}

.currentOfferts .text .title,.currentOffertsNew .text .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	line-height: 1.2em;
}

.currentOfferts .text .title:lang(ar),.currentOffertsNew .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .text .title:lang(bg),.currentOfferts .text .title:lang(ru),.currentOfferts .text .title:lang(uk),.currentOffertsNew .text .title:lang(bg),.currentOffertsNew .text .title:lang(ru),.currentOffertsNew .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .text .title:lang(zh),.currentOffertsNew .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .text .title:lang(ko),.currentOffertsNew .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .text .title:lang(vi),.currentOffertsNew .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.currentOfferts .text .title,.currentOffertsNew .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.currentOfferts .text .title,.currentOffertsNew .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .text .title,.currentOffertsNew .text .title {
		font-size: 63px;
	}
}

.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
		font-size: 30px;
	}
}

@media (min-width:1681px) {
	.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.currentOfferts .text .subtitle,.currentOffertsNew .text .subtitle {
		font-size: 24px;
	}
}

.currentOfferts .text .subtitle>p,.currentOffertsNew .text .subtitle>p {
	margin: 0;
}

.currentOfferts .text+.grid,.currentOffertsNew .text+.grid {
	margin-top: 20px;
}

@media (max-width:1023px) {
	.currentOfferts .text,.currentOffertsNew .text {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.currentOfferts .text,.currentOffertsNew .text {
		padding: 0 20px;
	}
}

.currentOfferts .filters,.currentOffertsNew .filters {
	margin: 30px 0 20px;
	-webkit-overflow-scrolling: touch!important;
}

.currentOfferts .filters::-webkit-scrollbar,.currentOffertsNew .filters::-webkit-scrollbar {
	display: none;
}

.currentOfferts .filters .filter,.currentOffertsNew .filters .filter {
	display: inline-block;
	color: #000;
	border: 1px solid #b6b6b6;
	padding: 5px 10px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 15px;
	cursor: pointer;
	text-transform: uppercase;
}

@media (min-width:1681px) {
	.currentOfferts .filters .filter,.currentOffertsNew .filters .filter {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.currentOfferts .filters .filter,.currentOffertsNew .filters .filter {
		font-size: 24px;
	}
}

.currentOfferts .filters .filter.focus-visible,.currentOffertsNew .filters .filter.focus-visible {
	outline-offset: -3px;
}

.currentOfferts .filters .filter.selected,.currentOffertsNew .filters .filter.selected {
	background: #00425e;
	color: #fff;
	border-color: #00425e;
	font-weight: 700;
}

.currentOfferts .filters .filter.all,.currentOffertsNew .filters .filter.all {
	text-transform: uppercase;
}

.currentOfferts .filters .years,.currentOffertsNew .filters .years {
	white-space: nowrap;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 15px;
}

.currentOfferts .filters .years .filter.selected,.currentOffertsNew .filters .years .filter.selected {
	background: #00425e;
	color: #fff;
	border-color: #00425e;
}

.currentOfferts .filters .models,.currentOffertsNew .filters .models {
	white-space: nowrap;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.currentOfferts .filters .models .filter,.currentOffertsNew .filters .models .filter {
	margin-bottom: 10px;
}

@media (max-width:1023px) {
	.currentOfferts .filters,.currentOffertsNew .filters {
		padding: 0 45px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

@media (max-width:767px) {
	.currentOfferts .filters,.currentOffertsNew .filters {
		padding: 0 20px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

.currentOfferts .grid .car-container,.currentOffertsNew .grid .car-container {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-transition: height .3s ease-in;
	transition: height .3s ease-in;
}

.currentOfferts .grid .car-container.no-animation,.currentOffertsNew .grid .car-container.no-animation {
	-webkit-transition: none;
	transition: none;
}

.currentOfferts .grid .car-container.animating,.currentOffertsNew .grid .car-container.animating {
	overflow: hidden;
}

.currentOfferts .grid .car-container .more-details,.currentOffertsNew .grid .car-container .more-details {
	float: left;
	background-color: #fff;
	width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
	position: relative;
	margin-right: 19px;
	-webkit-transition: opacity .3s linear,transform .3s linear;
	-webkit-transition: opacity .3s linear,-webkit-transform .3s linear;
	transition: opacity .3s linear,-webkit-transform .3s linear;
	transition: opacity .3s linear,transform .3s linear;
	transition: opacity .3s linear,transform .3s linear,-webkit-transform .3s linear;
	-webkit-box-shadow: rgba(0,0,0,.16) 0 0 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	overflow: hidden;
}

.currentOfferts .grid .car-container .more-details.hide,.currentOffertsNew .grid .car-container .more-details.hide {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.currentOfferts .grid .car-container .more-details.clone,.currentOffertsNew .grid .car-container .more-details.clone {
	pointer-events: none;
	-webkit-transition: left .3s linear,top .3s linear;
	transition: left .3s linear,top .3s linear;
}

.currentOfferts .grid .car-container .more-details.cloned,.currentOffertsNew .grid .car-container .more-details.cloned {
	pointer-events: none;
	visibility: hidden;
}

.currentOfferts .grid .car-container .more-details.cloned .grid-item .popup.open,.currentOffertsNew .grid .car-container .more-details.cloned .grid-item .popup.open {
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
}

.currentOfferts .grid .car-container .more-details .grid-item,.currentOffertsNew .grid .car-container .more-details .grid-item {
	width: 100%;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item {
	padding: 20px 20px 0;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year {
		font-size: 33px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .year,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .year {
		font-size: 18px;
		margin-bottom: 0;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	word-wrap: break-word;
	white-space: normal;
	line-height: normal;
	margin-bottom: 5px;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title {
		font-size: 40.5px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .title,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .title {
		font-size: 22px;
		margin-bottom: 0;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle {
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	line-height: normal;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle {
		font-family: Univers45,sans-serif;
		font-size: 9pt;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .subtitle:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .image,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	height: 150px;
	margin: 0;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details {
	font-family: RobotoRegular,sans-serif;
	text-align: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 15px;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details.hidden,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details.hidden {
	visibility: hidden;
	display: block!important;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon {
		width: 37.5px;
		height: 37.5px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details .icon {
		width: 20px;
		height: 20px;
	}
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .view-details {
		font-size: 9pt;
		margin-bottom: 20px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease {
	width: calc(50% - 5px);
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .label,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .label {
		font-size: 24px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value {
	font-size: 27px;
	letter-spacing: -.032em;
	line-height: 1.2;
	font-weight: 700;
	white-space: nowrap;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value {
		font-size: 40.5px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .value,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .value {
		font-size: 24px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note {
	font-weight: 100;
	font-size: 10px;
	width: 25%;
	padding-left: 5px;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note {
		font-size: 9pt;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note {
		font-size: 9px;
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
}

@media (max-width:320px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .amount .note,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .amount .note {
		font-size: 7px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer {
	font-weight: 100;
	font-size: 10px;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer {
		font-size: 9pt;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer {
		font-size: 9px;
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
}

@media (max-width:320px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .finance .price-diclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .container .description .lease .price-diclaimer {
		font-size: 7px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: RobotoRegular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta {
	width: calc(50% - 5px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta {
		width: 100%;
		margin: 0 0 20px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
	font-size: 9pt;
	padding: 6px 15px;
	width: 100%;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
		font-family: Univers57,sans-serif;
		font-size: 14px;
		letter-spacing: .04em;
		text-transform: uppercase;
		line-height: 2;
		padding: 6px 15px;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
		font-size: 16.8px;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container .cta a {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .inner-grid-item .cta-container,.currentOffertsNew .grid .car-container .more-details .grid-item .inner-grid-item .cta-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 20px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer {
	height: 45px;
	font-family: RobotoRegular,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	right: 45px;
	letter-spacing: 0;
	line-height: 1.5;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer {
		font-size: 13px;
		right: 54px;
		height: 54px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .offert-disclaimer,.currentOffertsNew .grid .car-container .more-details .grid-item .offert-disclaimer {
		font-size: 15px;
		right: 67.5px;
		height: 67.5px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container {
	cursor: pointer;
	height: 45px;
	width: 100%;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .plus-container,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container {
		height: 54px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .plus-container,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container {
		height: 67.5px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus {
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 45px;
	height: 45px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M0 0h40v40z'/%3E%3Cpath class='st1' d='M28.6 5h1v13h-1z' transform='translate(-.545)'/%3E%3Cpath class='st1' d='M22.6 11h13v1h-13z' transform='translate(-.545)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus.focus-visible,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus.focus-visible {
	outline-offset: -3px;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus {
		width: 54px;
		height: 54px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus {
		width: 67.5px;
		height: 67.5px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus.open,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus.open {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M0 0h40v40z'/%3E%3Cpath class='st1' d='M28.6 5h1v13h-1z' transform='rotate(45 28.368 11.596)'/%3E%3Cpath class='st1' d='M22.6 11h13v1h-13z' transform='rotate(45 28.368 11.596)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus.open.button-close,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus.open.button-close {
	display: block;
}

.currentOfferts .grid .car-container .more-details .grid-item .plus-container .plus.button-close,.currentOffertsNew .grid .car-container .more-details .grid-item .plus-container .plus.button-close {
	display: none;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button,.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	font-family: RobotoRegular,sans-serif;
	font-size: 10px;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .terms-button:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .terms-button,.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button {
		font-size: 9pt;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .terms-button,.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .terms-button,.currentOffertsNew .grid .car-container .more-details .grid-item .terms-button {
		margin-top: 0;
		font-size: 10px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup,.currentOffertsNew .grid .car-container .more-details .grid-item .popup {
	position: absolute;
	color: #fff;
	background-color: #00425e;
	width: calc(100% + 2px);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	visibility: hidden;
	display: none;
	left: -1px;
	opacity: 0;
	z-index: 1;
	top: 0;
	height: 100%;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.open,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.open {
	visibility: visible;
	opacity: 1;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	text-align: center;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year {
		font-size: 33px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .year,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .year {
		margin-top: 10px;
		font-size: 18px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	text-align: center;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title {
		font-size: 40.5px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .title {
		font-size: 22px;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	text-align: center;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title {
		font-family: Univers45,sans-serif;
		font-size: 9pt;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .sub-title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label {
		font-size: 27px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .label,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .label {
		font-size: 1pc;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content {
	height: 100%;
	overflow: auto;
	font-family: Univers45,sans-serif;
	font-size: 14px;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content a,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content a {
	color: #fff;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.details .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.details .content {
		font-size: 9pt;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 45px;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title {
		font-size: 40.5px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .title,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .title {
		margin-bottom: 30px;
		font-size: 1pc;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content {
	height: 100%;
	overflow: auto;
	font-family: Univers45,sans-serif;
	font-size: 14px;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(ar),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(bg),.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(ru),.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(uk),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(bg),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(ru),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(zh),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(ko),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content:lang(vi),.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content a,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content a {
	color: #fff;
}

@media (min-width:1681px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details .grid-item .popup.terms .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup.terms .content {
		font-size: 9pt;
	}
}

.currentOfferts .grid .car-container .more-details .grid-item .popup .close,.currentOffertsNew .grid .car-container .more-details .grid-item .popup .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup .content,.currentOffertsNew .grid .car-container .more-details .grid-item .popup .content {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar-track,.currentOffertsNew .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #00425e;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar,.currentOffertsNew .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar {
	width: 6px;
	background-color: #00425e;
}

.currentOfferts .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar-thumb,.currentOffertsNew .grid .car-container .more-details .grid-item .popup .content::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #fff;
}

@media (max-width:1279px) {
	.currentOfferts .grid .car-container .more-details,.currentOffertsNew .grid .car-container .more-details {
		width: calc(100% / 2 - 20px);
	}
}

@media (max-width:1023px) {
	.currentOfferts .grid .car-container .more-details,.currentOffertsNew .grid .car-container .more-details {
		width: calc(100% / 2 - 10px);
	}

	.currentOfferts .grid .car-container .more-details:nth-child(2n),.currentOffertsNew .grid .car-container .more-details:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid .car-container .more-details,.currentOffertsNew .grid .car-container .more-details {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width:1023px) {
	.currentOfferts .grid,.currentOffertsNew .grid {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.currentOfferts .grid,.currentOffertsNew .grid {
		padding: 0 20px;
	}
}

.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
	color: #000;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	padding: 60px;
	display: none;
}

.currentOfferts .message-no-results:lang(ar),.currentOffertsNew .message-no-results:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.currentOfferts .message-no-results:lang(bg),.currentOfferts .message-no-results:lang(ru),.currentOfferts .message-no-results:lang(uk),.currentOffertsNew .message-no-results:lang(bg),.currentOffertsNew .message-no-results:lang(ru),.currentOffertsNew .message-no-results:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.currentOfferts .message-no-results:lang(zh),.currentOffertsNew .message-no-results:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.currentOfferts .message-no-results:lang(ko),.currentOffertsNew .message-no-results:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.currentOfferts .message-no-results:lang(vi),.currentOffertsNew .message-no-results:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
		margin: 0 45px;
	}
}

@media (max-width:767px) {
	.currentOfferts .message-no-results,.currentOffertsNew .message-no-results {
		margin: 0 20px;
	}
}

@media (max-width:1023px) {
	.currentOfferts,.currentOffertsNew {
		padding: 0;
	}
}

#israel-disclaimer .element .text {
	padding: 2px 10px;
}

#israel-disclaimer {
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width:767px) {
	#israel-disclaimer {
		padding-right: 20px;
		padding-left: 20px;
	}
}

#israel-disclaimer .element {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 6px;
}

#israel-disclaimer .element .number {
	padding: 2px 6px;
	min-width: 20px;
}

#israel-disclaimer .element>div {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dealer-address {
	color: #333;
	border-bottom: 1px solid #ebebeb;
	padding: 60px;
}

@media (max-width:1023px) {
	.dealer-address {
		padding: 40px;
	}
}

@media (max-width:767px) {
	.dealer-address {
		padding: 30px 20px;
		font-family: Univers45,sans-serif;
		font-size: 1pc;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.dealer-address:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.dealer-address:lang(bg),.dealer-address:lang(ru),.dealer-address:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.dealer-address:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.dealer-address:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.dealer-address:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.dealer-address .dealer-address__office {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dealer-address .dealer-address__office .dealer-address__address {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	min-height: 75px;
}

@media (max-width:1023px) {
	.dealer-address .dealer-address__office .dealer-address__address {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:767px) {
	.dealer-address .dealer-address__office .dealer-address__address {
		min-height: 0;
	}
}

.dealer-address .dealer-address__office .dealer-address__address .dealer-country,.dealer-address .dealer-address__office .dealer-address__address .dealer-name,.dealer-address .dealer-address__office .dealer-address__address .dealer-street {
	margin: .4em 0;
	display: block;
}

@media (max-width:1023px) {
	.dealer-address .dealer-address__office .dealer-address__address .dealer-country,.dealer-address .dealer-address__office .dealer-address__address .dealer-name,.dealer-address .dealer-address__office .dealer-address__address .dealer-street {
		display: inline;
		line-height: 25px;
	}
}

.dealer-address .dealer-address__office .dealer-address__contacts {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	min-height: 87px;
}

@media (max-width:1023px) {
	.dealer-address .dealer-address__office .dealer-address__contacts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:767px) {
	.dealer-address .dealer-address__office .dealer-address__contacts {
		min-height: 0;
	}
}

.dealer-address .dealer-address__office .dealer-address__contacts .table {
	display: table;
	width: 100%;
	margin: 0 0 0 auto;
}

@media (max-width:1023px) {
	.dealer-address .dealer-address__office .dealer-address__contacts .table {
		width: 100%;
	}
}

.dealer-address .dealer-address__office .dealer-address__contacts .table .table-row {
	display: table-row;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}

.dealer-address .dealer-address__office .dealer-address__contacts .table .table-row .table-cell {
	display: table-cell;
	padding: .2em 0;
	width: 50%;
}

.dealer-address .dealer-address__office .dealer-address__contacts .table .table-row .table-cell.title {
	text-align: left;
	text-transform: uppercase;
	padding-right: 10px;
	width: 40%;
}

.dealer-address .dealer-address__office .dealer-address__contacts .table .table-row .table-cell.value {
	font-weight: 700;
}

.dealer-address .dealer-address__office .dealer-address__contacts .table .table-row.email {
	height: 41px;
}

.dealer-address .dealer-address__office .dealer-address__contacts .get_directions {
	text-align: left;
	margin-top: 30px;
}

@media (max-width:1023px) {
	.dealer-address .dealer-address__office .dealer-address__contacts .get_directions {
		margin-bottom: 30px;
	}
}

.dealer-address.listcontacts {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:1023px) {
	.dealer-address.listcontacts {
		padding: 40px 20px;
	}
}

.dealer-address.listcontacts .dealer-address__office {
	padding: 20px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (min-width:1024px) {
	.dealer-address.listcontacts .dealer-address__office:nth-child(n+4) {
		padding-top: 30px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.dealer-address.listcontacts .dealer-address__office:nth-child(n+3) {
		padding-top: 30px;
	}
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-country,.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name,.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-street {
	margin: 0;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px;
	font-family: Univers57,sans-serif;
	font-stretch: ultra-condensed;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(bg),.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(ru),.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-street {
	display: block;
	height: 40px;
}

.dealer-address.listcontacts .dealer-address__office .get_directions {
	margin-top: 10px;
	margin-bottom: 45px;
	font-size: .85em;
}

.dealer-address.listcontacts .dealer-address__office .get_directions a {
	text-decoration: none;
	border-bottom: 2px solid #333;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-right: 1px solid #ebebeb;
	font-size: .85em;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__contacts {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__contacts .table {
	width: 100%;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 9pt;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__schedule .dealer-address__opening {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__schedule .dealer-address__opening .opening__title {
	text-transform: uppercase;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__schedule .dealer-address__opening .opening__day {
	font-weight: 700;
	margin: 10px 0;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address,.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper,.dealer-address.listcontacts .dealer-address__office .get_directions {
	padding: 0 20px;
}

.dealer-address.listcontacts .dealer-address__office .dealer-address__address .dealer-name {
	font-size: 27px;
}

.dealer-address.listcontacts .dealer-address__office:nth-child(3n) .dealer-address__border-wrapper {
	border-right: 0;
}

@media (max-width:1023px) {
	.dealer-address.listcontacts .dealer-address__office {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: auto;
	}

	.dealer-address.listcontacts .dealer-address__office:nth-child(3n) .dealer-address__border-wrapper {
		border-right: 1px solid #ebebeb;
	}

	.dealer-address.listcontacts .dealer-address__office:nth-child(2n) .dealer-address__border-wrapper {
		border-right: 0;
	}
}

@media (max-width:767px) {
	.dealer-address.listcontacts .dealer-address__office {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.dealer-address.listcontacts .dealer-address__office .dealer-address__address,.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper,.dealer-address.listcontacts .dealer-address__office .get_directions {
		padding: 0;
	}

	.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper {
		border: 0;
		padding-bottom: 45px;
		border-bottom: 1px solid #ebebeb;
	}

	.dealer-address.listcontacts .dealer-address__office .dealer-address__border-wrapper .dealer-address__schedule {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dealer-address.listcontacts .dealer-address__office:nth-child(3n) .dealer-address__border-wrapper {
		border-right: 0;
	}

	.dealer-address.listcontacts .dealer-address__office:last-of-type .dealer-address__border-wrapper {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width:1023px) {
	.dealer-address:not(.listcontacts) .dealer-address__office .dealer-address__address .dealer-country,.dealer-address:not(.listcontacts) .dealer-address__office .dealer-address__address .dealer-name,.dealer-address:not(.listcontacts) .dealer-address__office .dealer-address__address .dealer-street {
		display: block;
		line-height: 1.5;
	}
}

footer#maserati_footer_dealers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	width: 100%;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers {
		font-size: 13px;
	}
}

@media (min-width:1681px) {
	footer#maserati_footer_dealers {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer#maserati_footer_dealers {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers {
		padding: 0 45px 30px;
	}
}

@media (max-width:767px) {
	footer#maserati_footer_dealers {
		padding: 0 45px 30px;
	}
}

footer#maserati_footer_dealers .footer-line-second:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

footer#maserati_footer_dealers .footer-element {
	padding: 40px 0 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer#maserati_footer_dealers .footer-element li {
	display: inline-block;
	margin-bottom: 0;
}

footer#maserati_footer_dealers .footer-element li img {
	vertical-align: middle;
}

footer#maserati_footer_dealers .footer-element li a {
	color: #333;
	text-decoration: none;
}

footer#maserati_footer_dealers .footer-element li a.footer-icon {
	margin: 0 0 0 6px;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers .footer-element li a.footer-icon {
		margin: 0 0 6px 3px;
	}
}

@media (max-width:767px) {
	footer#maserati_footer_dealers .footer-element li a.footer-icon {
		margin: 0 6px 6px 0;
	}
}

footer#maserati_footer_dealers .footer-left {
	clear: both;
	float: left;
	width: 60%;
}

footer#maserati_footer_dealers .footer-left li {
	margin-right: 30px;
}

footer#maserati_footer_dealers .footer-right {
	float: right;
	width: 40%;
	text-align: right;
}

footer#maserati_footer_dealers .footer-right li {
	margin-left: 30px;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers .footer-right li {
		margin-left: 10px;
	}
}

footer#maserati_footer_dealers .footer-right li .icon {
	vertical-align: middle;
}

footer#maserati_footer_dealers .footer-line-links li {
	margin: 0 15px 15px 0;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers .footer-line-legal,footer#maserati_footer_dealers .footer-line-links {
		line-height: 29px;
		padding-top: 20px;
	}

	footer#maserati_footer_dealers .footer-line-links li {
		margin-bottom: 15px;
	}

	footer#maserati_footer_dealers .footer-left li {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	footer#maserati_footer_dealers .footer-left,footer#maserati_footer_dealers .footer-line-search,footer#maserati_footer_dealers .footer-line-social,footer#maserati_footer_dealers .footer-right {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
	}

	footer#maserati_footer_dealers .footer-left li,footer#maserati_footer_dealers .footer-line-search li,footer#maserati_footer_dealers .footer-line-social li,footer#maserati_footer_dealers .footer-right li {
		margin-left: 0;
	}

	footer#maserati_footer_dealers .footer-line-links {
		position: relative;
	}

	footer#maserati_footer_dealers .footer-line-links li {
		display: block;
		line-height: 2;
		margin-bottom: 0;
	}

	footer#maserati_footer_dealers .footer-line-links li.lang-change {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	footer#maserati_footer_dealers .footer-line-legal li {
		margin-right: 15px;
	}
}

footer#maserati_footer_dealers .footer-search-box {
	width: 50%;
	padding-left: 60px;
	display: inline-block;
	margin-right: 6px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
	background-position: 15px;
}

@media (max-width:767px) {
	footer#maserati_footer_dealers .footer-search-box {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
}

footer#maserati_footer_dealers .footer-line-first {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers .footer-line-first {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

footer#maserati_footer_dealers .footer-line-second {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

footer#maserati_footer_dealers .footer-line-disclaimer {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	font-size: 10px;
	bottom: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width:1023px) {
	footer#maserati_footer_dealers .footer-line-disclaimer {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.hero-image-home-dealers {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hero-image-home-dealers body:not(.dealers) {
	height: 75px;
}

@media (max-width:1023px) {
	.hero-image-home-dealers body:not(.dealers) {
		height: 90px;
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers body:not(.dealers) {
		height: 90px;
	}
}

@media (min-width:1681px) {
	.hero-image-home-dealers body:not(.dealers) {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.hero-image-home-dealers body:not(.dealers) {
		height: 112.5px;
	}
}

body.dealers .hero-image-home-dealers {
	height: 130px;
}

@media (max-width:1023px) {
	body.dealers .hero-image-home-dealers {
		height: 150px;
	}
}

@media (max-width:767px) {
	body.dealers .hero-image-home-dealers {
		height: 145px;
	}
}

@media (min-width:1681px) {
	body.dealers .hero-image-home-dealers {
		height: 145px;
	}
}

@media (min-width:2201px) {
	body.dealers .hero-image-home-dealers {
		height: 167.5px;
	}
}

body.dealers .hero-image-home-dealers {
	height: calc(100% - 75px - 55px);
}

@media (max-width:1023px) {
	body.dealers .hero-image-home-dealers {
		height: calc(100% - 90px - 60px);
	}
}

@media (max-width:767px) {
	body.dealers .hero-image-home-dealers {
		height: calc(100% - 90px - 55px);
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	body.dealers .hero-image-home-dealers {
		height: auto;
	}
}

@media (min-width:1681px) {
	body.dealers .hero-image-home-dealers {
		height: calc(100% - 90px - 55px);
	}
}

@media (min-width:2201px) {
	body.dealers .hero-image-home-dealers {
		height: calc(100% - 112.5px - 55px);
	}
}

@media (max-width:1023px) {
	body:not(.dealers) .hero-image-home-dealers {
		height: calc(100% - 90px);
	}
}

@media (max-width:767px) {
	body:not(.dealers) .hero-image-home-dealers {
		height: calc(100% - 90px);
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	body:not(.dealers) .hero-image-home-dealers {
		height: auto;
	}
}

@media (min-width:1681px) {
	body:not(.dealers) .hero-image-home-dealers {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	body:not(.dealers) .hero-image-home-dealers {
		height: calc(100% - 112.5px);
	}
}

.hero-image-home-dealers .downArrow {
	cursor: pointer;
	height: 17px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	right: 60px;
	bottom: 45px;
	display: block;
}

@media (min-width:1681px) {
	.hero-image-home-dealers .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.hero-image-home-dealers .downArrow {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.hero-image-home-dealers .downArrow {
		bottom: 30px;
	}
}

@media (max-width:1023px) {
	.hero-image-home-dealers .downArrow {
		display: none;
	}
}

.hero-image-home-dealers .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.hero-image-home-dealers .bg-img-container {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container {
		height: auto;
	}
}

.hero-image-home-dealers .bg-img-container .bg-img {
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container .bg-img {
		height: auto;
	}
}

.hero-image-home-dealers .bg-img-container .bg-img img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.1);
	transform: translateX(-50%) translateY(-50%) scale(.1);
}

@media (max-width:1279px) {
	.hero-image-home-dealers .bg-img-container .bg-img img {
		min-width: 100%;
		min-height: 100%;
		top: -100%;
		bottom: -100%;
		left: -100%;
		right: -100%;
		margin: auto;
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container .bg-img img {
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		position: static;
		margin: 0;
		min-height: 0;
		min-width: 0;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: url(clientlib-site/resources/img/gradient_9_bottom.png) 0 0 repeat-x;
	padding: 0 45px;
}

@media (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container .title-cta {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta {
		padding: 0 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 60%;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 36px;
	letter-spacing: .04em;
	line-height: 1.2;
	font-family: Univers57,sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-stretch: ultra-condensed;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: 1;
	margin: -.08em 0 0;
	padding-right: 30px;
	padding-bottom: 30px;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(bg),.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ru),.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
		font-size: 28px;
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
		font-size: 2.7pc;
	}
}

@media (min-width:2201px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
		font-size: 54px;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(bg),.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ru),.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer {
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	vertical-align: top;
	padding: 0 30px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid hsla(0,0%,100%,.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer {
		padding-bottom: 15px;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 15px;
	widows: 2;
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
		font-size: 30px;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleMain {
	margin-bottom: 6px;
}

.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleExtra {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.35;
	letter-spacing: .02em;
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleExtra {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleExtra {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleExtra {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle .subtitleExtra {
		font-size: 14px;
	}
}

.hero-image-home-dealers .bg-img-container .title-cta .ctaContainer {
	white-space: nowrap;
	padding-bottom: 20px;
}

@media (max-width:1023px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable {
		padding: 0 0 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .title {
		text-align: left;
		display: block;
		letter-spacing: 0;
		padding: 0 0 6px;
		margin: 0;
	}

	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer {
		display: block;
		padding: 0;
		width: 100%;
		border-left: none;
	}

	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
		display: block;
		width: 60%;
		margin: 0;
		line-height: 1;
	}

	.hero-image-home-dealers .bg-img-container .title-cta .ctaContainer {
		white-space: nowrap;
		padding-bottom: 30px;
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.hero-image-home-dealers .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
		width: 100%;
	}
}

.hero-image-home-dealers.no-fullscreen {
	height: auto;
}

.hero-image-home-dealers.no-fullscreen .bg-img img {
	display: block;
	position: static;
	min-width: 0;
	min-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

.hero-image-home-dealers.black .logo-cont .logo {
	background-image: url(clientlib-site/resources/img/mobile-header-logo.svg);
}

.hero-image-home-dealers.black .downArrow {
	color: #000;
}

.hero-image-home-dealers.black .downArrow .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M104.1 111.18L0 7.08l7-7 104.1 104.1'/%3E%3Cpath d='M104.163 111.085l-7-7L201.246 0l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-image-home-dealers.black .bg-img-container .title-cta .titleTable .title {
	color: #000;
}

.hero-image-home-dealers.black .bg-img-container .title-cta .titleTable .subtitleContainer {
	border-left: 1px solid rgba(0,0,0,.3);
}

@media (max-width:1023px) {
	.hero-image-home-dealers.black .bg-img-container .title-cta .titleTable .subtitleContainer {
		border-left: none;
	}
}

.hero-image-home-dealers.black .bg-img-container .title-cta .titleTable .subtitleContainer .subtitle {
	color: #000;
}

.hero-image-home-dealers.black .bg-img-container .title-cta .ctaContainer .cta.cta-button {
	color: #000;
	background: #fff;
}

.hero-image-home-dealers.black .bg-img-container .title-cta .ctaContainer .cta.cta-button a {
	color: #000;
}

.hero-image-home-dealers.black .bg-img-container .text-shade {
	background-image: url(clientlib-site/resources/img/gradient_9_white_bottom.png);
}

@media (max-width:1023px) {
	.hero-image-home-dealers.black .bg-img-container .text-shade {
		background-image: url(clientlib-site/resources/img/gradient_9_white_bottom_tablet.png);
	}
}

@media (max-width:767px) {
	.hero-image-home-dealers.black .bg-img-container .text-shade {
		display: none;
	}
}

.dealer-intro-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	width: 100%;
	background: #f2f1f0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0;
	text-align: center;
	position: relative;
	top: -75px;
	z-index: 1000;
	line-height: 1.2;
	opacity: 1;
	border-bottom: 1px solid hsla(0,0%,92.2%,.7);
	-webkit-transition: opacity .3s ease-out,height .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,height .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out,opacity .3s ease-out,height .3s ease-out;
	transition: transform .3s ease-out,opacity .3s ease-out,height .3s ease-out,-webkit-transform .3s ease-out;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 55px;
}

@media (max-width:1023px) {
	.dealer-intro-title {
		top: -90px;
	}
}

@media (max-width:767px) {
	.dealer-intro-title {
		top: -90px;
	}
}

@media (min-width:1681px) {
	.dealer-intro-title {
		top: -90px;
	}
}

@media (min-width:2201px) {
	.dealer-intro-title {
		top: -112.5px;
	}
}

.dealer-intro-title.stuck {
	position: fixed;
	top: 0;
}

@media (max-width:1023px) {
	.dealer-intro-title {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px 45px 0;
		overflow: hidden;
	}
}

@media (max-width:350px) {
	.dealer-intro-title {
		padding: 20px 30px 0;
	}
}

body.dealers.isClosed .dealer-intro-title {
	height: 45px;
}

@media (max-width:1023px) {
	.dealer-intro-title,body.dealers.isClosed .dealer-intro-title {
		height: 60px;
	}

	body.dealers.isClosed.isMobileIntroOpened .dealer-intro-title,body.dealers.isMobileIntroOpened .dealer-intro-title {
		height: 270px;
	}
}

@media (min-width:1681px) {
	.dealer-intro-title {
		height: 66px;
	}

	body.dealers.isClosed .dealer-intro-title {
		height: 54px;
	}
}

@media (min-width:2201px) {
	.dealer-intro-title {
		height: 82.5px;
	}

	body.dealers.isClosed .dealer-intro-title {
		height: 67.5px;
	}
}

.dealer-intro-title .dealer-intro-title--mobile-only {
	display: none;
}

@media (max-width:1023px) {
	.dealer-intro-title .dealer-intro-title--mobile-only {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.dealer-intro-title__text__waypoint {
	display: none;
}

.dealer-intro-title__left__infos,.dealer-intro-title__right__infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 33.3333%;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.3;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 1;
}

@media (min-width:1681px) {
	.dealer-intro-title__left__infos,.dealer-intro-title__right__infos {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.dealer-intro-title__left__infos,.dealer-intro-title__right__infos {
		font-size: 21px;
	}
}

body.isClosed .dealer-intro-title__left__infos,body.isClosed .dealer-intro-title__right__infos {
	opacity: 0;
}

@media (max-width:1023px) {
	.dealer-intro-title__left__infos,.dealer-intro-title__right__infos {
		display: none;
	}
}

.dealer-intro-title__left__infos-link {
	color: #000;
	text-decoration: none;
}

.dealer-intro-title__left__infos-link div {
	text-align: left;
}

.dealer-intro-title__right__infos {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.dealer-intro-title__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	font-family: Univers57,sans-serif;
	-webkit-transition: font-size .3s ease-out;
	transition: font-size .3s ease-out;
	text-transform: uppercase;
}

body.dealers.isClosed .dealer-intro-title__text {
	font-size: 19px;
}

@media (max-width:1023px) {
	body.dealers.isClosed .dealer-intro-title__text {
		font-size: 15px;
	}
}

@media (max-width:1279px) {
	.dealer-intro-title__text {
		top: 90px;
	}
}

@media (max-width:1023px) {
	.dealer-intro-title__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: calc(100% - 25px);
		overflow: hidden;
		white-space: nowrap;
		font-size: 15px;
		letter-spacing: .02em;
	}
}

.dealer-intro-title__text--visible {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

.dealer-intro-title__mobileTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath fill='%23323232' d='M121.864 0h36.533v280h-36.533z'/%3E%3Cpath fill='%23323232' d='M0 121.864h280v36.533H0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 15px;
	height: 15px;
	overflow: visible;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	position: absolute;
	right: 45px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

body.dealers.isMobileIntroOpened .dealer-intro-title__mobileTrigger {
	-webkit-transform: translateY(3px) rotate(45deg);
	transform: translateY(3px) rotate(45deg);
}

.dealer-intro-title__mobileInfos {
	position: absolute;
	top: 75px;
	left: 45px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(100% - 90px);
}

@media (max-width:350px) {
	.dealer-intro-title__mobileInfos {
		left: 30px;
		width: calc(100% - 60px);
	}
}

.dealer-intro-title__mobileInfos__first-row,.dealer-intro-title__mobileInfos__second-row {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.dealer-intro-title__mobileInfos__first-row,.dealer-intro-title__mobileInfos__second-row {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-intro-title__mobileInfos__first-row,.dealer-intro-title__mobileInfos__second-row {
		font-size: 24px;
	}
}

.dealer-intro-title__mobileCTAContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
	width: 100%;
}

@media (max-width:320px) {
	.dealer-intro-title__mobileCTAContainer {
		padding: 30px 0;
	}
}

.dealer-intro-title__mobileCTA {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.dealer-intro-title__mobileCTA:nth-child(2) {
	-webkit-transform: translateX(7%);
	transform: translateX(7%);
}

.dealer-intro-title__mobileCTA__text {
	margin-top: 6px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	width: 100%;
	text-align: center;
}

@media (min-width:1681px) {
	.dealer-intro-title__mobileCTA__text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-intro-title__mobileCTA__text {
		font-size: 24px;
	}
}

.dealer-intro-title__mobileCTA__icon.icon--phone {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.2613 72.8999'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M56.554 72.4c-7.966 0-21.686-5.173-36.305-19.69C12.273 44.733 6.05 35.735 2.724 27.37c-3.174-8.676-2.94-15.623.633-19.088l.69-.69a27.728 27.728 0 0 1 1.699-1.9C8.374 3.066 11.288.5 15.453.5c3.639 0 7 1.952 10.275 5.968 8.44 10.445 5.18 15.287.04 20.532l-.137.136c.303.943 1.786 4.013 9.03 11.257 6.89 6.891 10.12 8.46 11.27 8.815l.216-.216c2.502-2.503 5.091-5.092 9.407-5.092 3.26 0 7.145 1.773 11.233 5.127 3.625 3.106 5.513 6.102 5.957 9.441l.009.132c.22 5.37-4.01 9.112-6.536 11.349a16.118 16.118 0 0 1-1.265 1.172c-1.914 2.206-4.662 3.279-8.398 3.279zm-41.1-69.9c-3.405 0-5.866 2.18-8.294 4.607-.594.595-1.187 1.292-1.638 1.833l-.762.767c-2.991 2.9-3.049 9.075-.168 16.95 3.219 8.093 9.284 16.851 17.068 24.635C35.846 65.38 48.986 70.4 56.554 70.4c3.154 0 5.424-.866 6.937-2.648l.137-.132a14.71 14.71 0 0 0 1.219-1.127c2.45-2.172 6.089-5.39 5.907-9.751l-.001-.074c-.393-2.797-2.063-5.376-5.25-8.109-3.657-3-7.196-4.66-9.95-4.66-3.487 0-5.675 2.19-7.992 4.508l-.94.94-.478-.054c-1.433-.159-5.014-1.603-12.897-9.486-8.748-8.748-9.693-12.01-9.693-13.007v-.414l.793-.793c4.862-4.962 7.28-8.644-.17-17.865-2.87-3.517-5.723-5.228-8.723-5.228z' stroke='%23000' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 30px;
	height: 30px;
}

.dealer-intro-title__mobileCTA__icon.icon--directions {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.8883 23.88801'%3E%3Ctitle%3Edirections%3C/title%3E%3Cpath d='M14.183 23.138a.995.995 0 0 1-.9-.571l-3.828-8.134-8.133-3.828a.995.995 0 0 1 .061-1.827L21.781.818a.995.995 0 0 1 1.29 1.289l-7.96 20.398a.996.996 0 0 1-.894.632l-.034.001z' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
}

.dealer-intro-title__mobileCTA__icon.icon--mail {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.5282 26.36805'%3E%3Ctitle%3Esend-mail%3C/title%3E%3Cpath d='M41.528 26.368H0V0h41.528zM1.676 24.721h38.176V1.647H1.676z'/%3E%3Cpath d='M20.764 16.228a.847.847 0 0 1-.5-.163L.338 1.484A.814.814 0 0 1 .166.332a.849.849 0 0 1 1.173-.17l19.425 14.216L40.19.163a.848.848 0 0 1 1.172.17.814.814 0 0 1-.172 1.152l-19.925 14.58a.847.847 0 0 1-.5.163z'/%3E%3Cpath d='M.839 26.368a.84.84 0 0 1-.648-.3.812.812 0 0 1 .115-1.16l16.056-12.97a.845.845 0 0 1 1.18.112.812.812 0 0 1-.116 1.159L1.37 26.18a.84.84 0 0 1-.531.188zM40.69 26.368a.837.837 0 0 1-.532-.188L24.102 13.21a.812.812 0 0 1-.115-1.159.845.845 0 0 1 1.179-.113L41.222 24.91a.812.812 0 0 1 .115 1.158.84.84 0 0 1-.647.301z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 40px;
	height: 26px;
}

.dealer-map {
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dealer-map .title {
	padding: 60px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	width: auto;
	display: block;
	height: auto;
	margin: 20px 0 0;
}

@media (max-width:1023px) {
	.dealer-map .title {
		padding: 40px;
	}
}

@media (max-width:767px) {
	.dealer-map .title {
		padding: 20px 45px;
	}
}

.dealer-map .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.dealer-map .title:lang(bg),.dealer-map .title:lang(ru),.dealer-map .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.dealer-map .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.dealer-map .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.dealer-map .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.dealer-map .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.dealer-map .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.dealer-map .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.dealer-map .title {
		margin: 20px 0 0;
	}
}

@media (max-width:767px) {
	.dealer-map .title {
		margin: 45px;
		padding: 0;
	}
}

.dealer-map .dealer-map__noovle {
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f1f0;
}

@media (max-width:767px) {
	.dealer-map .dealer-map__noovle {
		min-height: 250px;
	}
}

.dealer-map .result-infobox {
	max-width: 350px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	margin: 10px;
}

.dealer-map .result-infobox.balloon {
	position: relative;
	top: -4px;
}

.dealer-map .result-infobox.balloon .infobox {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	height: 100%;
	background-color: #fff;
	border-right: 0;
	border-bottom: 0;
	border-radius: 2px;
}

.dealer-map .result-infobox.balloon .infobox td {
	padding: 0;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper {
	padding: 0;
	font-family: Univers45,sans-serif;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details {
	width: calc(100% - 20px);
	color: grey;
	font-size: 14px;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .name {
	font-size: 24px;
	color: #444;
	text-transform: uppercase;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .phone {
	max-height: 34px;
	overflow: hidden;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .phone div {
	display: inline;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .phone div:not(:first-child) {
	margin-top: 5px;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .phone div a {
	font-weight: 700;
	color: #393939;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .type {
	color: #a9a9a9;
	font-size: 9pt;
	text-transform: uppercase;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .type div {
	display: inline;
}

.dealer-map .result-infobox.balloon .infobox .details-wrapper .details .photo {
	margin-top: 10px;
}

.dealer-map .result-infobox.balloon .infobox .actions {
	height: 50px;
	margin-top: 20px;
	table-layout: fixed;
	font-family: Univers45,sans-serif;
	width: 100%;
	color: grey;
	font-size: 14px;
}

.dealer-map .result-infobox.balloon .infobox .actions td {
	padding-bottom: 0;
	cursor: pointer;
	text-align: center;
}

#maserati_menu.maserati-menu__dealers,#main_menu.maserati-menu__dealers {
	width: 100%!important;
	top: 55px;
	-webkit-transition: top .3s ease-out;
	transition: top .3s ease-out;
}

body.dealers.isClosed #maserati_menu.maserati-menu__dealers,body.dealers.isClosed #main_menu.maserati-menu__dealers {
	top: 45px;
}

@media (max-width:1023px) {
	#maserati_menu.maserati-menu__dealers,#main_menu.maserati-menu__dealers,body.dealers.isClosed #maserati_menu.maserati-menu__dealers,body.dealers.isClosed #main_menu.maserati-menu__dealers {
		top: 60px;
	}

	body.dealers.isClosed.isMobileIntroOpened #maserati_menu.maserati-menu__dealers,body.dealers.isClosed.isMobileIntroOpened #main_menu.maserati-menu__dealers,body.dealers.isMobileIntroOpened #maserati_menu.maserati-menu__dealers,body.dealers.isMobileIntroOpened #main_menu.maserati-menu__dealers {
		top: 270px;
	}
}

@media (min-width:1681px) {
	#maserati_menu.maserati-menu__dealers,#main_menu.maserati-menu__dealers {
		top: 66px;
	}

	body.dealers.isClosed #maserati_menu.maserati-menu__dealers,body.dealers.isClosed #main_menu.maserati-menu__dealers {
		top: 54px;
	}
}

@media (min-width:2201px) {
	#maserati_menu.maserati-menu__dealers,#main_menu.maserati-menu__dealers {
		top: 82.5px;
	}

	body.dealers.isClosed #maserati_menu.maserati-menu__dealers,body.dealers.isClosed #main_menu.maserati-menu__dealers {
		top: 67.5px;
	}
}

.maserati-menu__dealers {
	z-index: 500!important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 75px;
}

@media (min-width:1681px) {
	.maserati-menu__dealers {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers {
		height: 112.5px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers {
		height: 90px;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers {
		height: 90px;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers.no-menu .maserati-menu__dealers__logo {
		margin: 0 auto;
	}
}

@media (max-width:1279px) {
	.dealer-intro-title~.sticky-wrapper {
		height: 90px;
	}
}

.maserati-menu__dealers__list-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	height: 100%;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__list-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		width: 100%;
		height: 100vh;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		background-color: #fff;
		overflow-y: auto;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		left: 100%;
		opacity: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: left .5s ease-out,opacity .5s ease-out;
		transition: left .5s ease-out,opacity .5s ease-out;
		padding: 5pc 0 20px;
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.maserati-menu__dealers__list-wrapper {
		height: 300vh;
	}
}

.maserati-menu__dealers__list-wrapper--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__list-wrapper--active {
		left: 0;
		opacity: 1;
		top: 0;
		position: absolute;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-y: hidden;
	}
}

.maserati-menu__dealers__mobile-cta {
	display: none;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.maserati-menu__dealers__mobile-cta .cta.bg-blue {
	background-color: transparent;
	border: none;
}

.maserati-menu__dealers__mobile-cta .cta.bg-blue a {
	color: #00425e!important;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__mobile-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__mobile-cta {
		display: none;
	}
}

.maserati-menu__dealers__mobile-close {
	position: absolute;
	top: 2pc;
	right: 42px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: none;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__mobile-close {
		display: block;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__mobile-close {
		width: 15px;
		height: 15px;
	}
}

.maserati-menu__dealers__hamburger {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 45px;
	width: 21px;
	height: 1pc;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	cursor: pointer;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.maserati-menu__dealers__hamburger>div {
	background-color: #333;
	width: 100%;
	height: 2px;
}

.maserati-menu__dealers__logo {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
}

@media (min-width:1681px) {
	.maserati-menu__dealers__logo {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers__logo {
		height: 112.5px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__logo {
		height: 90px;
		width: 90px;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__logo {
		margin: 0 0 0 45px;
		height: 90px;
	}
}

.maserati-menu__dealers__logo img {
	width: 90px;
}

.maserati-menu__dealers__logo--desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__logo--desktop {
		display: none;
	}
}

.maserati-menu__dealers__logo--desktop img {
	height: 70%;
}

.maserati-menu__dealers__main {
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 40%;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.maserati-menu__dealers__main--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
}

.maserati-menu__dealers__main--right .maserati-menu__dealers__main__text {
	padding: 30px 15px;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main--right .maserati-menu__dealers__main__text {
		padding: 0 40px;
	}
}

.maserati-menu__dealers__field {
	text-align: center;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__field {
		position: relative;
	}
}

.maserati-menu__dealers__field__filler {
	position: fixed;
	top: 76px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: opacity .3s ease-out .3s,min-height 0s ease-out .6s;
	transition: opacity .3s ease-out .3s,min-height 0s ease-out .6s;
	z-index: -1;
	min-height: 0;
}

@media (min-width:1681px) {
	.maserati-menu__dealers__field__filler {
		top: 91px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers__field__filler {
		top: 113.5px;
	}
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__field__filler {
	height: 100vh;
	min-height: 100vh;
	opacity: 1;
	-webkit-transition: opacity .3s ease-out,min-height 0s ease-out .5s;
	transition: opacity .3s ease-out,min-height 0s ease-out .5s;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__field--active .maserati-menu__dealers__field__filler {
		display: none;
	}
}

.maserati-menu__dealers__main__text {
	font-size: 1pc;
	letter-spacing: .02em;
	color: #333;
	cursor: pointer;
	padding: 30px;
	line-height: 2em;
	white-space: nowrap;
}

.maserati-menu__dealers__main__text a {
	color: #333;
}

@media (max-width:1440px) {
	.maserati-menu__dealers__main__text {
		font-size: 14px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers__main__text {
		font-size: 24px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main__text {
		padding: 0 15px;
		display: block;
		font-size: 18px;
		letter-spacing: .025em;
		line-height: 2.5;
		color: #333;
		padding: 0 40px;
		text-align: left;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__main__text {
		font-size: 1pc;
	}
}

.maserati-menu__dealers__main__text a {
	text-decoration: none;
}

.maserati-menu__dealers__main__text.with-subitems:after {
	display: none;
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M104.1 111.18L0 7.08l7-7 104.1 104.1'/%3E%3Cpath d='M104.163 111.085l-7-7L201.246 0l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 15px;
	padding: 0;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 40px;
	-webkit-transition: -webkit-transform .5s ease-out;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main__text.with-subitems:after {
		display: inline-block;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__main__text.with-subitems:after {
		top: 13px;
		width: 1pc;
		height: 9pt;
		background-size: 1pc 9pt;
		background-repeat: no-repeat;
	}
}

.maserati-menu__dealers__main__text.with-subitems a {
	display: inline-block;
	position: relative;
}

.maserati-menu__dealers__main__text.with-subitems a:after {
	content: "";
	display: block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='8' viewBox='0 0 8.0000001 3.9999997'%3E%3Cpath d='M7.731 0L3.998 3.495.268.002 0 .254 4 4l.268-.252L8 .25z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 8px;
	height: 4px;
	background-position: 50%;
	padding: 0;
	position: absolute;
	top: 57%;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	right: -15px;
	-webkit-transition: -webkit-transform .5s ease-out;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

@media (min-width:1681px) {
	.maserati-menu__dealers__main__text.with-subitems a:after {
		width: .6pc;
		height: .3pc;
		right: -18px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers__main__text.with-subitems a:after {
		width: 9pt;
		height: 6px;
		right: -22.5px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main__text.with-subitems a:after {
		display: none;
	}
}

.maserati-menu__dealers__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 76px;
	z-index: 1;
	-webkit-transform: translateY(-600%);
	transform: translateY(-600%);
	-webkit-transition: -webkit-transform 0s linear .5s;
	transition: -webkit-transform 0s linear .5s;
	transition: transform 0s linear .5s;
	transition: transform 0s linear .5s,-webkit-transform 0s linear .5s;
}

@media (min-width:1681px) {
	.maserati-menu__dealers__sub {
		top: 91px;
	}
}

@media (min-width:2201px) {
	.maserati-menu__dealers__sub {
		top: 113.5px;
	}
}

.maserati-menu__dealers__main--right .maserati-menu__dealers__sub {
	margin-left: -15px;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__main--right .maserati-menu__dealers__sub {
		margin-left: 0;
	}
}

.maserati-menu__dealers__sub .maserati-menu__dealers__sub__container {
	border: 1px solid #ebebeb;
	border-top: none;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	position: relative;
	-webkit-transition: -webkit-transform .3s ease-in-out 0s;
	transition: -webkit-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub .maserati-menu__dealers__sub__container {
		-webkit-transform: none;
		transform: none;
		border: none;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.maserati-menu__dealers__sub .maserati-menu__dealers__sub__inner {
	min-width: 100%;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub {
		-webkit-transition: max-height .5s ease-out;
		transition: max-height .5s ease-out;
		-webkit-transform-origin: top;
		transform-origin: top;
		position: relative;
		height: auto;
		background-color: #fff;
		max-height: 0;
		-webkit-transform: none;
		transform: none;
		top: 0;
		z-index: auto;
	}
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__sub {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0s linear;
	transition: -webkit-transform 0s linear;
	transition: transform 0s linear;
	transition: transform 0s linear,-webkit-transform 0s linear;
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__sub .maserati-menu__dealers__sub__container {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width:1279px) {
	.maserati-menu__dealers__field--active .maserati-menu__dealers__sub .maserati-menu__dealers__sub__container {
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__field--active .maserati-menu__dealers__sub {
		-webkit-transition: max-height .5s ease-in;
		transition: max-height .5s ease-in;
		max-height: 500px;
		-webkit-transform: none;
		transform: none;
	}
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__main__text:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__main__text a:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.maserati-menu__dealers__field--active .maserati-menu__dealers__sub__right {
	-webkit-transition: opacity .5s ease-out .6s;
	transition: opacity .5s ease-out .6s;
	opacity: 1;
}

.maserati-menu__dealers__sub__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	text-align: left;
	padding: 30px 30px 0;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub__container {
		padding: 0;
	}
}

.maserati-menu__dealers__sub__left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.maserati-menu__dealer__sub__dealer-name {
	font-family: Univers57,sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 6px;
}

@media (max-width:1279px) {
	.maserati-menu__dealer__sub__dealer-name {
		display: none;
	}
}

.maserati-menu__dealers__sub__text {
	display: block;
	font-size: 30px;
	font-family: RobotoRegular,sans-serif;
	margin-bottom: 50px;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub__text {
		display: none;
	}
}

.maserati-menu__dealers__sub__right {
	display: block;
	max-width: 40%;
	-webkit-transition: opacity .5s ease-out 0s;
	transition: opacity .5s ease-out 0s;
	opacity: .7;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub__right {
		display: none;
	}
}

.maserati-menu__dealers__sub__right img {
	width: 100%;
	display: block;
}

.maserati-menu__dealers__sub__fields {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:2201px) {
	.maserati-menu__dealers__sub__fields {
		font-size: 24px;
	}
}

@media (max-width:1440px) {
	.maserati-menu__dealers__sub__fields {
		font-size: 14px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub__fields {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-height: none;
		padding: 10px 40px;
		margin: 10px 0;
		background-color: #f2f1f0;
	}
}

@media (max-width:767px) {
	.maserati-menu__dealers__sub__fields {
		font-size: 13px;
	}
}

.maserati-menu__dealers__sub__fields__field {
	padding-bottom: 40px;
	line-height: 1em;
	width: 12vw;
}

.maserati-menu__dealers__sub__fields__field:last-child {
	padding-bottom: 30px;
}

@media (max-width:1279px) {
	.maserati-menu__dealers__sub__fields__field {
		padding-bottom: 0;
		line-height: 2em;
		width: auto;
	}

	.maserati-menu__dealers__sub__fields__field:last-child {
		padding-bottom: 0;
	}
}

.maserati-menu__dealers__sub__fields__field a {
	text-decoration: none;
	color: #333;
	line-height: 1.4;
}

.maserati-menu__dealers__field.ctaContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.maserati-menu__dealers__field.ctaContainer .cta {
	margin: 0 30px 0 15px;
}

@media (max-width:1440px) {
	.maserati-menu__dealers__field.ctaContainer .cta {
		margin: 0 15px;
	}
}

@media (max-width:1279px) {
	.maserati-menu__dealers__field.ctaContainer .cta {
		margin-top: 15px;
	}

	.maserati-menu__dealers__field.ctaContainer .cta a {
		padding: 0 30px;
	}
}

.maserati-menu__dealers__field.ctaContainer .cta a {
	white-space: nowrap;
}

.dealer-personnel {
	margin: 0;
	background-color: #f2f1f0;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	font-size: 0;
}

@media (max-width:1023px) {
	.dealer-personnel {
		padding: 40px;
	}
}

@media (max-width:767px) {
	.dealer-personnel {
		padding: 0;
	}
}

.dealer-personnel .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	width: auto;
	display: block;
	height: auto;
	margin: 0 0 45px;
}

.dealer-personnel .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.dealer-personnel .title:lang(bg),.dealer-personnel .title:lang(ru),.dealer-personnel .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.dealer-personnel .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.dealer-personnel .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.dealer-personnel .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.dealer-personnel .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.dealer-personnel .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.dealer-personnel .title {
		margin: 0 0 20px;
	}
}

@media (max-width:767px) {
	.dealer-personnel .title {
		padding: 40px 45px 30px;
		margin: 0;
	}
}

.dealer-personnel .dealer-personnel__parent {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-bottom: 60px;
}

.dealer-personnel .dealer-personnel__parent:nth-child(2n) {
	padding-right: 15px;
}

@media (max-width:1023px) {
	.dealer-personnel .dealer-personnel__parent {
		width: 100%;
	}

	.dealer-personnel .dealer-personnel__parent:nth-child(2n),.dealer-personnel .dealer-personnel__parent:nth-child(odd) {
		padding: 60px 0 0;
	}

	.dealer-personnel .dealer-personnel__parent:first-child {
		padding: 0;
	}
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent,.dealer-personnel .dealer-personnel__parent:nth-child(2n),.dealer-personnel .dealer-personnel__parent:nth-child(odd) {
		padding: 0 20px;
		margin: 0;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer {
	max-width: 15pc;
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer {
		width: 100%;
		max-width: none;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer img {
	width: 100%;
	height: auto;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer img.image-desktop {
	display: block;
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer img.image-desktop {
		display: none;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer img.image-mobile {
	display: none;
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__imageContainer img.image-mobile {
		display: block;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer {
	width: calc(100% - 15pc);
	vertical-align: top;
	padding: 20px 0 0 30px;
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer {
		width: 100%;
		padding: 0;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .name {
	margin: 0 0 6px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	text-transform: uppercase;
}

@media (min-width:1681px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .name {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .name {
		font-size: 27px;
	}
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .name {
		margin-top: 30px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .role {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 30px;
}

@media (min-width:1681px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .role {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .role {
		font-size: 24px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .text {
		font-size: 24px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .text p {
	margin: 0;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .mail {
	word-wrap: break-word;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .extra {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 30px;
}

@media (min-width:1681px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .extra {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .extra {
		font-size: 24px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child.dealer-personnel__textContainer .extra p {
	margin: 0;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .sublinks {
		font-size: 24px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .cta-container {
	margin: 0;
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.dealer-personnel .dealer-personnel__parent .dealer-personnel__child .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

.titletext.background-grey+.dealer-personnel {
	padding-top: 0;
}

.dealer-personnel+.dealer-personnel {
	padding-top: 0!important;
}

.disclaimer {
	margin: 0;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 15px 60px;
	border-top: 1px solid #ebebeb;
	color: #666;
}

@media (min-width:1681px) {
	.disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.disclaimer {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.disclaimer {
		padding: 15px 45px;
	}
}

@media (max-width:767px) {
	.disclaimer {
		padding: 15px 20px;
	}
}

.e-brochures-list {
	background-color: #f2f1f0;
	color: #333;
	margin: 0;
	padding: 0;
}

.e-brochures-list.white-bg {
	background-color: #fff;
}

.e-brochures-list h3 {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	padding: 60px;
	margin: 0;
}

.e-brochures-list h3:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.e-brochures-list h3:lang(bg),.e-brochures-list h3:lang(ru),.e-brochures-list h3:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.e-brochures-list h3:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.e-brochures-list h3:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.e-brochures-list h3:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.e-brochures-list h3 {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.e-brochures-list h3 {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.e-brochures-list h3 {
		font-size: 63px;
	}
}

.e-brochures-list .boxes {
	padding: 0 30px;
}

.e-brochures-list .boxes .box {
	width: calc(33.33333% - 60px);
	float: left;
	margin: 0 30px;
	padding-bottom: 60px;
}

.e-brochures-list .boxes .box.hide {
	display: none;
}

.e-brochures-list .boxes .box:nth-child(3n+1) {
	clear: left;
}

.e-brochures-list .boxes .box img {
	width: 100%;
	display: block;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.e-brochures-list .boxes .box .details {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.e-brochures-list .boxes .box .details .title {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	line-height: 1;
	padding: 20px 20px 0;
}

.e-brochures-list .boxes .box .details .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.e-brochures-list .boxes .box .details .title:lang(bg),.e-brochures-list .boxes .box .details .title:lang(ru),.e-brochures-list .boxes .box .details .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.e-brochures-list .boxes .box .details .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.e-brochures-list .boxes .box .details .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.e-brochures-list .boxes .box .details .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.e-brochures-list .boxes .box .details .title {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.e-brochures-list .boxes .box .details .title {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.e-brochures-list .boxes .box .details .title {
		font-size: 36px;
	}
}

.e-brochures-list .boxes .box .details .subtitle {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 20px 6px;
}

@media (min-width:1681px) {
	.e-brochures-list .boxes .box .details .subtitle {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.e-brochures-list .boxes .box .details .subtitle {
		font-size: 21px;
	}
}

.e-brochures-list .boxes .box .details .title+.items {
	margin-top: 37px;
}

.e-brochures-list .boxes .box .details .items {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: none;
}

@media (min-width:1681px) {
	.e-brochures-list .boxes .box .details .items {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.e-brochures-list .boxes .box .details .items {
		font-size: 24px;
	}
}

.e-brochures-list .boxes .box .details .items li {
	border-top: 1px solid #ebebeb;
}

.e-brochures-list .boxes .box .details .items li:first-child {
	border-top: none;
}

.e-brochures-list .boxes .box .details .items li a {
	color: #00425e;
	text-decoration: none;
	padding: 10px 60px 10px 20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	position: relative;
}

.e-brochures-list .boxes .box .details .items li a:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 841.9 595.3'%3E%3Cstyle%3E.st0%7Bfill:%233c3c3c%7D%3C/style%3E%3Cpath class='st0' d='M421.3 431.6H237.6v-27.3H605v27.3H421.3zM421.3 371.2c-5 0-9.9-2.5-15-7.6L235.1 192.4l-3.4-3.4 20.4-21.6 169.2 168.2 167.9-168.9 22 22.2-175 174.8c-5.1 5-9.9 7.5-14.9 7.5z'/%3E%3Cpath class='st0' d='M407.3 175V0h27.3v350h-27.3V175z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	width: 40px;
	height: 40px;
	background-position: 50%;
}

.e-brochures-list .boxes .box .details .items li a:hover {
	background-color: #f2f1f0;
}

.e-brochures-list .boxes .box .details .items li a:hover:after {
	opacity: 1;
}

.e-brochures-list .boxes .box .details .subtitle+.items,.e-brochures-list .boxes .box .details .title+.items {
	border-top: 1px solid #ebebeb;
}

@media (max-width:1023px) {
	.e-brochures-list h3 {
		padding: 45px;
	}

	.e-brochures-list .boxes {
		padding: 0 45px;
	}

	.e-brochures-list .boxes .box {
		width: calc(50% - 10px);
		margin: 0;
	}

	.e-brochures-list .boxes .box:nth-child(odd) {
		clear: left;
		margin-right: 20px;
	}

	.e-brochures-list .boxes .box:nth-child(3n+1) {
		clear: none;
	}

	.e-brochures-list .boxes .box .details .title {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.e-brochures-list .boxes {
		padding: 0;
	}

	.e-brochures-list .boxes .box {
		width: 100%;
		margin: 0;
		padding: 0 0 30px;
	}

	.e-brochures-list .boxes .box img {
		border: none;
	}

	.e-brochures-list .boxes .box .details {
		padding: 45px;
		background-color: transparent;
		border: none;
	}

	.e-brochures-list .boxes .box .details .title {
		margin: 0 0 20px;
	}
}

.dynamic-controls {
	position: relative;
	margin-bottom: 0;
	padding: 0 40px;
}

.dynamic-controls .actionsTable {
	display: table;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
	width: 50%;
}

@media (max-width:767px) {
	.dynamic-controls .actionsTable {
		display: block;
		padding-bottom: 0;
		width: 80%;
	}
}

@media (min-width:1279px) {
	.dynamic-controls .actionsTable {
		width: 33%;
	}
}

.dynamic-controls .actionsTable .actionsCell {
	margin: 30px 0;
	display: table-cell;
	padding: 0;
}

@media (max-width:767px) {
	.dynamic-controls .actionsTable .actionsCell {
		margin: 0;
		padding: 10px 0;
		display: block;
	}
}

.dynamic-controls .actionsTable .actionsCell .action {
	cursor: pointer;
	padding: 3px;
	outline-offset: -3px;
}

.dynamic-controls .actionsTable .icon {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

@media (max-width:767px) {
	.dynamic-controls .actionsTable .icon {
		width: 40px;
		height: 40px;
	}
}

@media (min-width:1681px) {
	.dynamic-controls .actionsTable .icon {
		width: 60px;
		height: 60px;
	}
}

@media (min-width:2201px) {
	.dynamic-controls .actionsTable .icon {
		width: 75px;
		height: 75px;
	}
}

.dynamic-controls .actionsTable .icon.icon-video {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cellipse stroke-miterlimit='10' cx='13.348' cy='13.516' rx='13.065' ry='13.229' transform='matrix(1.00117 0 0 .98876 .136 .136)' fill='none' stroke='gray' stroke-width='.844' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath stroke-miterlimit='10' fill='none' stroke='gray' stroke-width='.849' stroke-linecap='round' stroke-linejoin='round' d='M11.163 17.646l5.903-3.982-5.903-4.31z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.dynamic-controls .actionsTable .icon.icon-audio {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27' height='27' viewBox='0 0 27 27'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h27.478v26.9H0z'/%3E%3CclipPath id='b'%3E%3Cuse height='26.9' width='27.479' overflow='visible' xlink:href='%23a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M27.028 23.782V13.658v.081C27.028 6.4 21.078.45 13.739.45 6.4.45.45 6.4.45 13.739M.45 13.657v10.125M5.027 26.45H2.45c-1.1 0-2-.899-2-2v-5.269c0-1.101.9-2 2-2h2.577c1.1 0 2 .899 2 2v5.269c0 1.1-.9 2-2 2z' stroke-miterlimit='10' clip-path='url(clientlib-site/css/%23b)' transform='matrix(.9826 0 0 1.00401 0 -.003)' fill='none' stroke='gray' stroke-width='.9'/%3E%3Cpath d='M25.028 26.45h-2.577c-1.1 0-2-.899-2-2v-5.269c0-1.101.9-2 2-2h2.577c1.1 0 2 .899 2 2v5.269c0 1.1-.9 2-2 2z' stroke-miterlimit='10' clip-path='url(clientlib-site/css/%23b)' transform='matrix(.9826 0 0 1.00401 0 -.003)' fill='none' stroke='gray' stroke-width='.9'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.dynamic-controls .actionsTable .caption {
	text-transform: uppercase;
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0 15px;
	letter-spacing: 0;
	line-height: 1.5;
}

.dynamic-controls .actionsTable .caption:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.dynamic-controls .actionsTable .caption:lang(bg),.dynamic-controls .actionsTable .caption:lang(ru),.dynamic-controls .actionsTable .caption:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.dynamic-controls .actionsTable .caption:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.dynamic-controls .actionsTable .caption:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.dynamic-controls .actionsTable .caption:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.dynamic-controls .actionsTable .caption {
		text-align: center;
		padding: 10px 0;
	}
}

@media (min-width:767px) {
	.dynamic-controls .actionsTable .caption {
		margin-top: 15px;
		display: block;
		text-align: center;
	}
}

@media (min-width:1681px) {
	.dynamic-controls .actionsTable .caption {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.dynamic-controls .actionsTable .caption {
		font-size: 21px;
	}
}

.dynamic-controls .overlay {
	height: 42px;
	width: 100%;
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 5;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:767px) {
	.dynamic-controls .overlay {
		height: 60px;
		bottom: -60px;
	}
}

.dynamic-controls .overlay .overlay-close {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: right;
	cursor: pointer;
	font-size: 0;
	margin-right: 30px;
}

@media (max-width:767px) {
	.dynamic-controls .overlay .overlay-close {
		padding: 15px;
	}
}

.dynamic-controls .overlay .overlay-close .icon-close {
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 9pt;
	height: 9pt;
	line-height: 40px;
}

@media (max-width:767px) {
	.dynamic-controls .overlay .overlay-close .icon-close {
		width: 24px;
		height: 24px;
		margin-left: 0;
	}
}

.dynamic-controls .overlay .overlay-close .close-text {
	display: inline-block;
	font-size: 14px;
	font-family: RobotoRegular,sans-serif;
	line-height: 2;
	line-height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.dynamic-controls .overlay .overlay-close .close-text {
		font-size: 15px;
	}
}

@media (min-width:1440px) {
	.dynamic-controls .overlay .overlay-close .close-text {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.dynamic-controls .overlay .overlay-close .close-text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.dynamic-controls .overlay .overlay-close .close-text {
		font-size: 24px;
	}
}

.dynamic-controls .overlay .overlay-close .close-text:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.dynamic-controls .overlay .overlay-close .close-text:lang(bg),.dynamic-controls .overlay .overlay-close .close-text:lang(ru),.dynamic-controls .overlay .overlay-close .close-text:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.dynamic-controls .overlay .overlay-close .close-text:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.dynamic-controls .overlay .overlay-close .close-text:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.dynamic-controls .overlay .overlay-close .close-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.dynamic-controls .overlay .overlay-close .close-text {
		display: none;
	}
}

.features-gallery,.model-intro+.dynamic-controls {
	margin: 0;
	padding: 0;
}

.features-gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	background: #000;
	height: 600px;
}

@media (min-width:1681px) {
	.features-gallery {
		height: 45pc;
	}
}

@media (min-width:2201px) {
	.features-gallery {
		height: 900px;
	}
}

@media (max-width:1023px) {
	.features-gallery {
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.features-gallery {
		height: calc(100vh - 70px);
	}
}

.features-gallery .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	height: 100%;
	width: 100%;
}

.features-gallery .main-slide .slide {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	top: 0;
	outline: none!important;
}

.features-gallery .main-slide .slide.focus-visible:after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	outline: 3px solid #6495ed;
	pointer-events: none;
}

.features-gallery .main-slide .slide .background {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	zoom: normal;
}

.features-gallery .main-slide .slide .background.portrait {
	display: none;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.features-gallery .main-slide .slide .background {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

.features-gallery .main-slide .slide .cover {
	position: absolute;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	white-space: normal;
	top: 0;
	padding: 40px;
}

.features-gallery .main-slide .slide .cover.black {
	color: #666;
}

.features-gallery .main-slide .slide .image-container {
	width: 50%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.features-gallery .main-slide .slide .image-container .img-disclaimer {
	display: block;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	white-space: normal;
}

.features-gallery .main-slide .slide .image-container .img-disclaimer:empty {
	display: none;
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .image-container .img-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .image-container .img-disclaimer {
		font-size: 18px;
	}
}

.features-gallery .main-slide .slide .image-container .img-disclaimer.left {
	text-align: left;
}

.features-gallery .main-slide .slide .image-container .img-disclaimer.center {
	text-align: center;
}

.features-gallery .main-slide .slide .image-container .img-disclaimer.right {
	text-align: right;
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .image-container {
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .image-container {
		position: relative;
		width: 100%;
		height: auto;
	}
}

.features-gallery .main-slide .slide .text-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	background-color: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.features-gallery .main-slide .slide .text-container .cta {
	background-color: #fff;
	border: none;
}

.features-gallery .main-slide .slide .text-container .cta a {
	padding: 0;
	color: #333;
}

.features-gallery .main-slide .slide .text-container .cta.blue {
	background: #00425e;
}

.features-gallery .main-slide .slide .text-container .cta.blue a {
	color: #fff;
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .cta {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.features-gallery .main-slide .slide .text-container .title {
	margin-bottom: 45px;
	font-family: RobotoRegular,sans-serif;
	font-size: 68px;
	letter-spacing: -.02em;
	line-height: 1.2;
	font-size: 60px;
	height: 2.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	overflow: hidden;
	white-space: normal;
}

.features-gallery .main-slide .slide .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.features-gallery .main-slide .slide .text-container .title:lang(bg),.features-gallery .main-slide .slide .text-container .title:lang(ru),.features-gallery .main-slide .slide .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.features-gallery .main-slide .slide .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.features-gallery .main-slide .slide .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.features-gallery .main-slide .slide .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 27px;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 37px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 5.1pc;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 102px;
	}
}

@media (max-width:767px) and (max-height:580px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 72px;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .title {
		font-size: 90px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .title {
		margin-bottom: 30px;
		font-size: 54px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .title {
		margin-bottom: 20px;
		font-size: 36px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
}

.features-gallery .main-slide .slide .text-container .subtitle {
	font-family: RobotoRegular,sans-serif;
	font-size: 38px;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin-bottom: 30px;
	font-size: 24px;
	height: 1.2em;
	width: 100%;
	overflow: hidden;
	opacity: .6;
}

.features-gallery .main-slide .slide .text-container .subtitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.features-gallery .main-slide .slide .text-container .subtitle:lang(bg),.features-gallery .main-slide .slide .text-container .subtitle:lang(ru),.features-gallery .main-slide .slide .text-container .subtitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.features-gallery .main-slide .slide .text-container .subtitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.features-gallery .main-slide .slide .text-container .subtitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.features-gallery .main-slide .slide .text-container .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 45.6px;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 57px;
	}
}

@media (max-width:767px) and (max-height:580px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		font-size: 36px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		margin: 30px 0;
		text-align: center;
		font-size: 20px;
		height: 1.2em;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .subtitle {
		margin: 15px 0;
		text-align: center;
		font-size: 18px;
		height: 1.2em;
	}
}

.features-gallery .main-slide .slide .text-container .description {
	font-family: Univers45,sans-serif;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin-bottom: 45px;
	font-size: 1pc;
	overflow: hidden;
	height: calc(1.2em * 3);
	white-space: normal;
	width: 100%;
}

.features-gallery .main-slide .slide .text-container .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.features-gallery .main-slide .slide .text-container .description:lang(bg),.features-gallery .main-slide .slide .text-container .description:lang(ru),.features-gallery .main-slide .slide .text-container .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.features-gallery .main-slide .slide .text-container .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.features-gallery .main-slide .slide .text-container .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.features-gallery .main-slide .slide .text-container .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 1pc;
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 27px;
	}
}

@media (max-width:767px) and (max-height:580px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 13px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 1pc;
		margin-bottom: 30px;
		height: calc(1.2em * 4);
		text-align: center;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .description {
		font-size: 1pc;
		margin-bottom: 30px;
		height: calc(1.2em * 4);
		text-align: center;
	}
}

.features-gallery .main-slide .slide .text-container .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	margin-bottom: 135px;
}

.features-gallery .main-slide .slide .text-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta:lang(bg),.features-gallery .main-slide .slide .text-container .cta:lang(ru),.features-gallery .main-slide .slide .text-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	height: 2em;
	opacity: 0;
	padding: 6px;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(bg),.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(ru),.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.features-gallery .main-slide .slide .text-container .cta.cta-filler:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .cta.cta-filler {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .cta.cta-filler {
		font-size: 21px;
	}
}

@media (min-width:1681px) {
	.features-gallery .main-slide .slide .text-container .cta {
		margin-bottom: 138px;
	}
}

@media (min-width:2201px) {
	.features-gallery .main-slide .slide .text-container .cta {
		margin-bottom: 142.5px;
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container .cta {
		margin-bottom: 90px;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container .cta {
		margin-bottom: 55px;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width:1023px) {
	.features-gallery .main-slide .slide .text-container {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.features-gallery .main-slide .slide .text-container {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
}

.features-gallery .main-slide .slide .inner-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.features-gallery .main-slide .slide.right .image-container {
	left: 0;
}

.features-gallery .main-slide .slide.left .image-container,.features-gallery .main-slide .slide.right .text-container {
	right: 0;
}

.features-gallery .main-slide .slide.left .text-container {
	left: 0;
}

.features-gallery .main-slide .slide.darkgrey .text-container {
	background-color: #333;
	color: #fff;
}

.features-gallery .main-slide .slide.navyblue .text-container {
	background-color: #00425e;
}

.features-gallery .main-slide .slide.lightgrey .text-container {
	background-color: #ebebeb;
	color: #333;
}

.features-gallery .main-slide .slide.lightgrey .text-container .subtitle {
	opacity: 1;
}

.features-gallery .main-slide .slide.black .text-container {
	background-color: #000;
}

.features-gallery .thumbs {
	display: block;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 90px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transition: left .3s ease-in;
	transition: left .3s ease-in;
}

.features-gallery .thumbs.lightgrey .prevTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.features-gallery .thumbs.lightgrey .nextTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.features-gallery .thumbs.lightgrey .item {
	border-color: #333;
}

.features-gallery .thumbs.lightgrey .item.active {
	background-color: #333;
}

.features-gallery .thumbs.right {
	left: auto;
	right: 0;
}

@media (max-width:1023px) {
	.features-gallery .thumbs {
		padding: 45px 0 30px;
		text-align: center;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width:767px) {
	.features-gallery .thumbs {
		padding: 20px 0;
		text-align: center;
		left: 0;
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}
}

.features-gallery .thumbs .item {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-right: 11.5px;
	vertical-align: middle;
}

.features-gallery .thumbs .item.active {
	background-color: #fff;
}

@media (min-width:1681px) {
	.features-gallery .thumbs .item {
		width: 9pt;
		height: 9pt;
		margin-right: 17.25px;
	}
}

@media (min-width:2201px) {
	.features-gallery .thumbs .item {
		width: 15px;
		height: 15px;
		margin-right: 17.25px;
	}
}

.features-gallery .thumbs .prevTrigger {
	width: 20px;
	height: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
}

@media (min-width:1681px) {
	.features-gallery .thumbs .prevTrigger {
		width: 24px;
		height: 18px;
	}
}

@media (min-width:2201px) {
	.features-gallery .thumbs .prevTrigger {
		width: 15px;
		height: 22.5px;
	}
}

.features-gallery .thumbs .nextTrigger {
	width: 20px;
	height: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	margin-left: -11.5px;
}

@media (min-width:1681px) {
	.features-gallery .thumbs .nextTrigger {
		width: 24px;
		height: 18px;
		margin-left: -13.8px;
	}
}

@media (min-width:2201px) {
	.features-gallery .thumbs .nextTrigger {
		width: 15px;
		height: 22.5px;
		margin-left: -17.25px;
	}
}

.features-gallery .thumbs .thumb {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

footer {
	background-color: #fff;
	width: 100%;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0 60px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	footer {
		font-size: 13px;
	}
}

@media (min-width:1681px) {
	footer {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	footer {
		padding: 0 45px 30px;
	}
}

@media (max-width:767px) {
	footer {
		padding: 0 45px 30px;
	}
}

footer .footer-line-second:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

footer .footer-element {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer .footer-element li {
	display: inline-block;
}

footer .footer-element li img {
	vertical-align: middle;
}

footer .footer-element li a {
	color: #333;
	text-decoration: none;
}

footer .footer-element li a.footer-icon {
	margin: 0 0 0 6px;
}

@media (max-width:1023px) {
	footer .footer-element li a.footer-icon {
		margin: 0 0 6px 3px;
	}
}

@media (max-width:767px) {
	footer .footer-element li a.footer-icon {
		margin: 0 6px 6px 0;
	}
}

footer .footer-left {
	clear: both;
	float: left;
	width: 60%;
}

footer .footer-left li {
	margin-right: 30px;
}

footer .footer-right {
	float: right;
	width: 40%;
	text-align: right;
}

footer .footer-right li {
	margin-left: 30px;
}

@media (max-width:1023px) {
	footer .footer-right li {
		margin-left: 10px;
	}
}

footer .footer-right li .icon {
	vertical-align: middle;
}

@media (max-width:1023px) {
	footer .footer-line-legal,footer .footer-line-links {
		line-height: 29px;
	}

	footer .footer-line-links li {
		margin-bottom: 15px;
	}

	footer .footer-left li {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	footer .footer-left,footer .footer-line-search,footer .footer-line-social,footer .footer-right {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
	}

	footer .footer-left li,footer .footer-line-search li,footer .footer-line-social li,footer .footer-right li {
		margin-left: 0;
	}

	footer .footer-line-links {
		position: relative;
	}

	footer .footer-line-links li {
		display: block;
		line-height: 2;
		margin-bottom: 0;
	}

	footer .footer-line-links li.lang-change {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	footer .footer-line-legal li {
		margin-right: 15px;
	}
}

footer .footer-search-box {
	width: 35%;
	padding-left: 60px;
	display: inline-block;
	margin-right: 6px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
	background-position: 15px;
}

@media (max-width:767px) {
	footer .footer-search-box {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
}

footer#fischer {
	position: relative;
	background-color: #333;
	z-index: 61;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 60px;
	font-size: 14px;
	letter-spacing: .3px;
}

footer#fischer div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

footer#fischer .container-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer#fischer .container-logo .logo {
	background: transparent url(https://www.maserati.com/content/dam/maserati/international/logo/maserati_logo_white.svg) no-repeat 50% 50%;
	background-size: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	width: 101px;
}

footer#fischer~.disclaimer.stile2018 {
	background-color: #333;
	color: #fff;
	border-top-color: transparent;
}

footer#fischer~.disclaimer.stile2018 a {
	color: #fff;
}

footer#fischer.navy,footer#fischer.navy~.disclaimer.stile2018 {
	background-color: #00425e;
}

footer#fischer.grey,footer#fischer.grey~.disclaimer.stile2018 {
	background-color: #666;
}

footer#fischer.darkgrey {
	background-color: #123847;
}

footer#fischer.darkgrey .cta.cta-grey {
	background: 0;
    border: 0;
}

footer#fischer.darkgrey .cta.cta-grey a {
	color: #fff;
}

footer#fischer.darkgrey~.disclaimer.stile2018 {
	background-color: #333;
}

footer#fischer.darkgrey~.disclaimer.stile2018 .cta-grey {
	background-color: #333;
	color: #fff;
	border: 1px solid #fff;
}

footer#fischer.light,footer#fischer.light~.disclaimer.stile2018 {
	background-color: #f2f1f0;
	color: #00425e;
}

footer#fischer.light .footer-element,footer#fischer.light .footer-element li a,footer#fischer.light~.disclaimer.stile2018 a {
	color: #00425e;
}

footer#fischer.light .icon.footer-icon {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

footer#fischer.light .icon.footer-icon:hover {
	-webkit-filter: none;
	filter: none;
}

@media (max-width:1023px) {
	footer#fischer {
		font-size: 1pc;
		letter-spacing: .4px;
	}
}

@media (min-width:1681px) {
	footer#fischer {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer#fischer {
		font-size: 21px;
	}
}

@media (max-width:1279px) {
	footer#fischer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	footer#fischer {
		padding: 30px 45px;
	}
}

@media (max-width:767px) {
	footer#fischer {
		padding: 20px;
	}
}

footer#fischer .footer-left {
	float: none;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer#fischer .footer-left .line-break {
	display: none;
}

@media (max-width:767px) {
	footer#fischer .footer-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	footer#fischer .footer-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer#fischer .footer-left .container {
		width: 80%;
		margin: 0;
	}

	footer#fischer .footer-left .title-newsletter {
		margin-top: 20px;
	}
}

@media (min-width:1023px) and (max-width:1280px) {
	footer#fischer .footer-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	footer#fischer .footer-left .line-break {
		display: block;
		width: 100%;
	}

	footer#fischer .footer-left .container {
		width: 80%;
		margin: auto;
	}

	footer#fischer .footer-left .column:last-of-type {
		padding: 0!important;
		border-top: 1px solid #666;
		margin-top: 30px!important;
		border-left: none!important;
		width: 100%;
		margin: auto;
	}

	footer#fischer .footer-left .middle-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	footer#fischer .footer-left .middle-column li {
		width: 310px;
	}

	footer#fischer .footer-left .middle-column li .locator {
		padding: 20px 60px 0 0;
	}

	footer#fischer .footer-left .title-newsletter {
		margin-top: 0!important;
	}
}

footer#fischer .footer-left .column {
	min-width: 200px;
}

@media (max-width:767px) {
	footer#fischer .footer-left .column {
		margin-right: 0;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-left .column {
		min-width: auto;
	}
}

@media (min-width:1280px) {
	footer#fischer .footer-left .column.column1 {
		min-width: 15pc;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer .footer-left .column.column1 {
		min-width: 3in;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer .footer-left .column.column1 {
		min-width: 360px;
	}
}

@media (min-width:1280px) {
	footer#fischer .footer-left .column.column2 {
		min-width: 310px;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer .footer-left .column.column2 {
		min-width: 372px;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer .footer-left .column.column2 {
		min-width: 465px;
	}
}

@media (min-width:1280px) {
	footer#fischer .footer-left .column.column3 {
		min-width: auto;
	}

	footer#fischer .footer-left .column.column5 {
		min-width: 400px;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer .footer-left .column.column5 {
		font-size: 16.8px;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer .footer-left .column.column5 {
		font-size: 21px;
		min-width: 310px;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer .footer-left .column.column5 .locator {
		font-size: 16.8px;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer .footer-left .column.column5 .locator {
		font-size: 21px;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer .footer-left .column.column5 .cta a {
		font-size: 16.8px;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer .footer-left .column.column5 .cta a {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-left .column {
		margin-right: 10px;
	}
}

footer#fischer .footer-left .column:last-of-type {
	padding: 0 0 30px 60px;
	border-left: 1px solid #fff;
}

@media (max-width:767px) {
	footer#fischer .footer-left .column:last-of-type {
		border-left: none;
		width: 100%;
		border-top: 1px solid #666;
		margin-top: 30px;
		padding: 25px 0 0;
		margin-bottom: 30px;
	}

	footer#fischer .footer-left .column:last-of-type .cta {
		width: 100%;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	footer#fischer .footer-left .column:last-of-type {
		padding: 0!important;
		border-top: 1px solid #666;
		border-left: 0;
		margin-top: 30px;
		padding-top: 25px;
		margin-bottom: 30px;
	}

	footer#fischer .footer-left .column:last-of-type .locator {
		padding: 20px 60px 0 0;
		width: 50%;
	}
}

footer#fischer .footer-right {
	float: none;
	width: auto;
	padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:1440px) {
	footer#fischer .footer-right {
		max-width: 40%;
	}
}

@media (min-width:1280px) and (max-width:1439px) {
	footer#fischer .footer-right {
		max-width: 33%;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-right {
		padding-right: 0;
		text-align: center;
	}

	footer#fischer .footer-right li {
		margin-left: 0;
	}

	footer#fischer .footer-right li:not(:last-child) {
		margin-right: 30px;
	}
}

@media (max-width:1279px) and (max-width:767px) {
	footer#fischer .footer-right li:not(:last-child) {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-right {
		padding: 0;
		text-align: inherit;
	}
}

footer#fischer .footer-right .footer-credits {
	padding-top: 15px;
}

@media (max-width:767px) {
	footer#fischer .footer-right .footer-credits {
		padding: 30px 0;
		text-align: inherit;
	}
}

footer#fischer .footer-right .footer-credits .footer-element {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-top: 0;
}

@media (max-width:767px) {
	footer#fischer .footer-right .footer-credits .footer-element {
		display: block;
	}
}

@media (min-width:1280px) and (max-width:1439px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-links {
		padding-bottom: 3px;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-links {
		text-align: center;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-links {
		text-align: left;
	}

	footer#fischer .footer-right .footer-credits .footer-element.footer-line-links.center {
		text-align: center;
	}
}

footer#fischer .footer-right .footer-credits .footer-element.footer-line-links+.footer-line-links {
	padding-top: 0;
}

footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:1440px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width:1280px) and (max-width:1439px),all and (max-width:767px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright .copyright {
		padding-bottom: 6px;
	}

	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright .separator {
		display: none;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width:768px) {
	footer#fischer .footer-right .footer-credits .footer-element.footer-line-copyright>:not(:first-child) {
		margin-left: 10px;
	}
}

@media (min-width:1280px) and (max-width:1439px) {
	footer#fischer .footer-right .footer-credits {
		padding-top: 0;
	}
}

footer#fischer .footer-element {
	color: #fff;
}

footer#fischer .footer-element .locator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Univers57,sans-serif;
	font-size: 14px;
}

@media (max-width:767px) {
	footer#fischer .footer-element .locator {
		max-width: 15pc;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	footer#fischer .footer-element .locator {
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
	}
}

footer#fischer .footer-element .locator:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

footer#fischer .footer-element .locator:lang(bg),footer#fischer .footer-element .locator:lang(ru),footer#fischer .footer-element .locator:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

footer#fischer .footer-element .locator:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .footer-element .locator:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .footer-element .locator:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

footer#fischer .footer-element .locator .flag-locator:before {
	content: "";
	width: 30px;
	height: 100%;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px;
	vertical-align: middle;
}

@media (max-width:767px) {
	footer#fischer .footer-element .locator .flag-locator:before {
		height: 50%;
		margin-top: -2px;
		width: 20px;
	}
}

@media (max-width:1023px) {
	footer#fischer .footer-element .locator .flag-locator:before {
		width: 20px;
		margin-top: -2px;
	}
}

@media (min-width:1023px) and (max-width:1280px) {
	footer#fischer .footer-element .locator .flag-locator:before {
		width: 30px;
		margin-right: 20px;
		margin-top: -2px;
	}
}

@media (min-width:1681px) {
	footer#fischer .footer-element .locator .flag-locator:before {
		width: 30px;
		height: 70%;
	}
}

footer#fischer .footer-element .locator .flag-locator.international:before,footer#fischer .footer-element .locator .flag-locator.world:before {
	height: 100%;
	background-size: contain;
	top: -2px;
	opacity: .7;
}

@media (min-width:1023px) and (max-width:1279px) {
	footer#fischer .footer-element .locator .flag-locator.international:before,footer#fischer .footer-element .locator .flag-locator.world:before {
		height: 150%;
		top: 0;
	}
}

footer#fischer .footer-element .locator .text-underline {
	text-decoration: underline;
	color: #666;
}

footer#fischer .footer-element .locator a.country-selector-open {
	border-left: 1px solid #666;
	padding-left: 20px;
}

@media (min-width:767px) and (max-width:1023px) {
	footer#fischer .footer-element .locator a.country-selector-open {
		margin-left: 20px;
	}
}

footer#fischer .footer-element li a {
	color: #fff;
}

footer#fischer .footer-element li a.footer-icon {
	margin: 0 0 0 10px;
}

@media (max-width:1279px) {
	footer#fischer .footer-element li a.footer-icon {
		margin: 0 5px;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-element li a.footer-icon {
		margin: 0 10px 0 0;
	}

	footer#fischer .footer-element li a.footer-icon:last-child {
		margin-right: 0;
	}
}

footer#fischer .footer-element .title-languages {
	margin-bottom: 10px;
}

footer#fischer .footer-element .title-newsletter {
	margin-top: 40px;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	footer#fischer .footer-element .title-newsletter {
		margin-bottom: 30px;
	}
}

footer#fischer .footer-element .cta {
	border: 1px solid;
	border-radius: 5px;
}

footer#fischer .footer-element .cta a {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	padding: 5px 20px;
}

footer#fischer .footer-element .cta a:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

footer#fischer .footer-element .cta a:lang(bg),footer#fischer .footer-element .cta a:lang(ru),footer#fischer .footer-element .cta a:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

footer#fischer .footer-element .cta a:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .footer-element .cta a:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .footer-element .cta a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

footer#fischer .footer-element.footer-element-column li {
	display: block;
	margin-right: 0;
}

footer#fischer .footer-element.footer-element-column li.social-icons {
	display: inline-table;
}

footer#fischer .footer-element.footer-element-column li:not(:first-of-type),footer#fischer .footer-element.footer-element-column li:not(:last-of-type) {
	margin-bottom: 5px;
}

@media (max-width:1023px) {
	footer#fischer .footer-element.footer-element-column li:not(:first-of-type),footer#fischer .footer-element.footer-element-column li:not(:last-of-type) {
		margin-bottom: 0;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-element.footer-element-column li:not(:first-of-type),footer#fischer .footer-element.footer-element-column li:not(:last-of-type) {
		margin-bottom: 0;
	}
}

footer#fischer .footer-element.footer-element-column li.section {
	font-weight: 900;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

@media (max-width:767px) {
	footer#fischer .footer-element.footer-element-column li.section {
		margin-bottom: 5px;
	}
}

@media (max-width:1023px) {
	footer#fischer .footer-element.footer-element-column li.section {
		margin-bottom: 5px;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-element.footer-element-column li.section {
		margin-bottom: 5px;
	}
}

footer#fischer .footer-element.footer-element-column li .section {
	font-weight: 700;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	footer#fischer .footer-element.footer-element-column li .section {
		margin-bottom: 30px;
	}
}

@media (max-width:1023px) {
	footer#fischer .footer-element.footer-element-column li .section {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	footer#fischer .footer-element {
		padding-top: 20px;
	}
}

@media (max-width:1279px) {
	footer#fischer .footer-line-links {
		line-height: 14px;
	}
}

footer#fischer .icon.footer-icon {
	width: 30px;
	height: 30px;
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

@media (min-width:1681px) {
	footer#fischer .icon.footer-icon {
		width: 36px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	footer#fischer .icon.footer-icon {
		width: 45px;
		height: 45px;
	}
}

footer#fischer .icon.footer-icon:hover {
	-webkit-filter: none;
	filter: none;
}

footer#fischer .search-overlay {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	background: rgba(51,51,51,.95);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 61;
}

footer#fischer .search-overlay.show {
	width: 100%;
	height: 100%;
	opacity: 1;
}

footer#fischer .search-overlay.show~.search .footer-search-box {
	margin: 0 35px;
	width: calc(100% - 35px * 2);
}

footer#fischer .search-overlay.show~.search .close,footer#fischer .search-overlay.show~.search .quick-links {
	display: block;
}

footer#fischer .search-overlay.show~.search .cta-submit {
	left: 0;
}

@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))) or (-webkit-backdrop-filter:blur(10px)) {
	footer#fischer .search-overlay {
		background: rgba(51,51,51,.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	}
}

footer#fischer .search {
	padding-top: 20px;
	padding-bottom: 0;
	position: relative;
	width: 35%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 61;
}

@media (max-width:767px) {
	footer#fischer .search {
		padding-top: 30px;
	}
}

footer#fischer .search form {
	position: relative;
	width: 100%;
	height: 35px;
}

footer#fischer .search .footer-search-box {
	padding: 0 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	margin: 0;
	position: absolute;
	left: 0;
	width: calc(100% - 35px);
	border: 0;
	border-bottom: 2px solid #fff;
}

footer#fischer .search .footer-search-box:-moz-placeholder-shown~.cta-submit {
	pointer-events: none;
}

footer#fischer .search .footer-search-box:-ms-input-placeholder~.cta-submit {
	pointer-events: none;
}

footer#fischer .search .footer-search-box:placeholder-shown~.cta-submit {
	pointer-events: none;
}

footer#fischer .search .footer-search-box:focus {
	margin: 0 35px;
	width: calc(100% - 35px * 2);
}

@media (max-width:767px) {
	footer#fischer .search .footer-search-box:focus {
		margin: 0 25px;
		width: calc(100% - 25px * 2);
	}
}

@media (max-width:767px) {
	footer#fischer .search .footer-search-box {
		width: calc(100% - 25px);
	}
}

footer#fischer .search .cta-submit {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	height: auto;
	width: 25px;
	padding: 0;
	position: absolute;
	border: 0;
	margin: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

@media (min-width:1681px) {
	footer#fischer .search .cta-submit {
		width: 30px;
	}
}

@media (min-width:2201px) {
	footer#fischer .search .cta-submit {
		width: 37.5px;
	}
}

@media (max-width:767px) {
	footer#fischer .search .cta-submit {
		width: 20px;
	}
}

footer#fischer .search .quick-links {
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	color: #fff;
	bottom: 0;
	display: none;
	font-family: RobotoRegular,sans-serif;
	padding: 45px 40px 0 45px;
}

footer#fischer .search .quick-links:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

footer#fischer .search .quick-links:lang(bg),footer#fischer .search .quick-links:lang(ru),footer#fischer .search .quick-links:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

footer#fischer .search .quick-links:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .search .quick-links:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .search .quick-links:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

footer#fischer .search .quick-links a {
	color: #fff;
}

footer#fischer .search .quick-links .header {
	margin-bottom: 15px;
	text-align: center;
}

footer#fischer .search .quick-links .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

footer#fischer .search .quick-links .links .link {
	display: inline;
	padding-right: 10px;
	position: relative;
	padding-bottom: 15px;
}

footer#fischer .search .close {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	height: 25px;
	width: 25px;
	padding: 0;
	position: absolute;
	border: 0;
	margin: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

@media (min-width:1681px) {
	footer#fischer .search .close {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	footer#fischer .search .close {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:767px) {
	footer#fischer .search .close {
		width: 20px;
		height: 20px;
	}
}

@media (max-width:767px) {
	footer#fischer .search {
		width: 100%;
	}
}

footer#fischer .search.fixed {
	width: 45%;
	position: absolute;
	top: 90px;
}

@media (max-width:1023px) {
	footer#fischer .search.fixed {
		width: 70%;
	}
}

@media (max-width:767px) {
	footer#fischer .search.fixed {
		width: 90%;
	}
}

@media (max-width:767px) {
	footer#fischer .search.fixed .quick-links .header {
		text-align: left;
	}
}

footer#fischer .search.fixed .quick-links .links {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width:767px) {
	footer#fischer .search.fixed .quick-links .links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

footer#fischer .search.fixed .footer-search-box.form-inline-input::-webkit-input-placeholder {
	color: #fff;
}

footer#fischer .search.fixed .footer-search-box.form-inline-input::-moz-placeholder {
	color: #fff;
}

footer#fischer .search.fixed .footer-search-box.form-inline-input:-ms-input-placeholder {
	color: #fff;
}

footer#fischer .search.fixed .footer-search-box.form-inline-input::-ms-input-placeholder {
	color: #fff;
}

footer#fischer .search.fixed .footer-search-box.form-inline-input::placeholder {
	color: #fff;
}

footer#fischer[data-searchvisibility=hide] .search {
	display: none;
}

@media (min-width:1280px) {
	footer#fischer.tablet {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer#fischer.tablet .footer-left .column.column1,footer#fischer.tablet .footer-left .column.column2,footer#fischer.tablet .footer-left .column.column3 {
		min-width: 200px;
	}
}

@media (min-width:1280px) and (min-width:1681px) {
	footer#fischer.tablet .footer-left .column.column1,footer#fischer.tablet .footer-left .column.column2,footer#fischer.tablet .footer-left .column.column3 {
		min-width: 15pc;
	}
}

@media (min-width:1280px) and (min-width:2201px) {
	footer#fischer.tablet .footer-left .column.column1,footer#fischer.tablet .footer-left .column.column2,footer#fischer.tablet .footer-left .column.column3 {
		min-width: 300px;
	}
}

@media (min-width:1280px) {
	footer#fischer.tablet .footer-right {
		max-width: none;
		padding-right: 0;
		text-align: center;
	}

	footer#fischer.tablet .footer-right li {
		margin-left: 0;
	}

	footer#fischer.tablet .footer-right li:not(:last-child) {
		margin-right: 30px;
	}

	footer#fischer.tablet .footer-right .footer-credits .footer-element.footer-line-links {
		text-align: center;
	}

	footer#fischer.tablet .footer-right .footer-credits .footer-element.footer-line-copyright {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	footer#fischer.tablet .footer-right .footer-credits .footer-element.footer-line-copyright .separator {
		display: block;
	}

	footer#fischer.tablet .footer-element li a.footer-icon {
		margin: 0 5px;
	}
}

footer#fischer .dealers-container {
	color: #fff;
	font-family: Univers45,sans-serif;
}

footer#fischer .dealers-container:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

footer#fischer .dealers-container:lang(bg),footer#fischer .dealers-container:lang(ru),footer#fischer .dealers-container:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

footer#fischer .dealers-container:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

footer#fischer .dealers-container>a:after {
	background-color: #fff;
}

footer#fischer .dealers-container .list .list-left {
	margin-left: 90px;
	margin-right: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

@media (max-width:1023px) {
	footer#fischer .dealers-container .list .list-left {
		margin-left: 0;
		margin-right: 0;
	}
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
}

@media (max-width:1023px) {
	footer#fischer .dealers-container .list .list-left .titleDealerContainer {
		padding-bottom: 0;
	}
}

@media (min-width:1681px) {
	footer#fischer .dealers-container .list .list-left .titleDealerContainer {
		height: 66px;
	}
}

@media (min-width:2201px) {
	footer#fischer .dealers-container .list .list-left .titleDealerContainer {
		height: 75px;
	}
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle {
	font-family: Univers57,sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(bg),footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(ru),footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle {
		font-size: 18px;
	}
}

@media (min-width:2201px) {
	footer#fischer .dealers-container .list .list-left .titleDealerContainer .dealerTitle {
		font-size: 22.5px;
	}
}

footer#fischer .dealers-container .list .list-left .elements {
	display: block;
	font-size: 14px;
}

footer#fischer .dealers-container .list .list-left .elements::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: transparent;
}

footer#fischer .dealers-container .list .list-left .elements::-webkit-scrollbar {
	width: 9pt;
	background-color: transparent;
}

footer#fischer .dealers-container .list .list-left .elements::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #fff;
}

footer#fischer .dealers-container .list .list-left .elements .element {
	margin: 0 0 45px;
	padding-top: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer#fischer .dealers-container .list .list-left .elements .element:nth-child(n+2) {
	padding-top: 0;
}

footer#fischer .dealers-container .list .list-left .elements .element:last-child {
	margin-bottom: 30px;
}

footer#fischer .dealers-container .list .list-left .elements .element .about-us,footer#fischer .dealers-container .list .list-left .elements .element .location {
	position: relative;
}

footer#fischer .dealers-container .list .list-left .elements .element .about-us a,footer#fischer .dealers-container .list .list-left .elements .element .location a {
	position: relative;
	font-weight: 700;
}

footer#fischer .dealers-container .list .list-left .elements .element .about-us a:before,footer#fischer .dealers-container .list .list-left .elements .element .location a:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 1.5px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	background-color: #fff;
}

footer#fischer .dealers-container .list .list-left .elements .element a {
	color: #fff;
	padding: 0;
	text-decoration: none;
}

footer#fischer .dealers-container .list .list-left .elements .element a:after {
	display: none;
}

footer#fischer .dealers-container .list .list-left .elements .element .label {
	color: #fff;
}

footer#fischer .dealers-container .list .list-left .elements .element .address {
	color: #fff;
	min-height: 2.4em;
}

footer#fischer .dealers-container .list .list-left .elements .element .location {
	height: inherit;
	position: inherit;
	overflow: inherit;
	margin: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer#fischer .dealers-container .list .list-left .elements .element .openingTimes .label {
	text-transform: uppercase;
}

footer#fischer .dealers-container .list .list-left .elements .element .openingTimes .times .days {
	font-weight: 700;
}

footer#fischer .dealers-container .list .list-left .elements .element .openingTimes .times .hours {
	margin-bottom: 15px;
}

footer#fischer .dealers-container .list .list-left .elements .element .openingTimes .times .hours:last-child {
	margin-bottom: 0;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name {
	font-family: Univers57,sans-serif;
	font-size: 14px;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(bg),footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(ru),footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name.hide {
	display: none;
}

footer#fischer .dealers-container .list .list-left .elements .element .dealer-name.hide+.telephone {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width:1681px) {
	footer#fischer .dealers-container .list .list-left .elements .element .dealer-name {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer#fischer .dealers-container .list .list-left .elements .element .dealer-name {
		font-size: 21px;
	}
}

footer#fischer .dealers-container .list .list-left .elements .element .telephone {
	margin-bottom: 30px;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer#fischer .dealers-container .list .list-left .elements .element .telephone a {
	position: relative;
	font-weight: 700;
}

footer#fischer .dealers-container .list .list-left .elements .element .telephone a:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 1.5px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	background-color: #fff;
}

footer#fischer .dealers-container .list .list-left .elements .element .col {
	position: relative;
}

footer#fischer .dealers-container .list .list-left .elements .element .col:first-child {
	width: 28%;
}

footer#fischer .dealers-container .list .list-left .elements .element .col:nth-child(2) {
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
}

footer#fischer .dealers-container .list .list-left .elements .element .col:nth-child(3) {
	width: 32%;
}

@media (min-width:1681px) {
	footer#fischer .dealers-container .list .list-left .elements {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer#fischer .dealers-container .list .list-left .elements {
		font-size: 21px;
	}
}

footer#fischer .dealers-container .cta.contact-us {
	font-family: Univers57,sans-serif;
	background: transparent;
	color: #fff;
	padding: 6px 30px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing: .04em;
	font-size: 14px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 4px;
}

footer#fischer .dealers-container .cta.contact-us:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

footer#fischer .dealers-container .cta.contact-us:lang(bg),footer#fischer .dealers-container .cta.contact-us:lang(ru),footer#fischer .dealers-container .cta.contact-us:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

footer#fischer .dealers-container .cta.contact-us:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container .cta.contact-us:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container .cta.contact-us:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	footer#fischer .dealers-container .cta.contact-us {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	footer#fischer .dealers-container .cta.contact-us {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	footer#fischer .dealers-container {
		display: none;
	}
}

footer#fischer.hidden {
	display: none;
}

footer#fischer .dealers-container-mobile {
	color: #fff;
	display: none;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 2.5;
	text-decoration: none;
	padding: 0 0 60px;
}

@media (max-width:767px) {
	footer#fischer .dealers-container-mobile {
		display: block;
	}
}

footer#fischer .dealers-container-mobile .models {
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: RobotoRegular,sans-serif;
}

footer#fischer .dealers-container-mobile .models:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

footer#fischer .dealers-container-mobile .models:lang(bg),footer#fischer .dealers-container-mobile .models:lang(ru),footer#fischer .dealers-container-mobile .models:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

footer#fischer .dealers-container-mobile .models:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container-mobile .models:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container-mobile .models:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile {
	margin: 0;
	padding: 0;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li {
	list-style-type: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2.35;
	font-size: 1pc;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul {
	padding: 0;
	font-family: Univers45,sans-serif;
	display: none;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(bg),footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(ru),footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li ul:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li.open .triangle {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(bg),footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(ru),footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .brand-li .name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .about-us {
	font-weight: 700;
	text-decoration: underline;
	line-height: 1em;
	margin-top: 15px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .about-us a {
	color: #fff;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .address {
	margin-top: 20px;
	line-height: 1.5em;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes {
	margin-top: 15px;
	line-height: 1.5em;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes .label {
	text-transform: uppercase;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes .times {
	margin-bottom: 10px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes .times .days {
	font-weight: 700;
	font-size: 14px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes .times .hours {
	margin-bottom: 6px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li .openingTimes .times .hours:last-child {
	margin-bottom: 0;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references a {
	text-decoration: none;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .reference {
	display: inline-block;
	width: calc(100% / 3);
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .reference .icon {
	width: 100%;
	height: 30px;
	background-size: contain;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .reference .text {
	text-align: center;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .telephone .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.2613 72.8999'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M56.554 72.4c-7.966 0-21.686-5.173-36.305-19.69C12.273 44.733 6.05 35.735 2.724 27.37c-3.174-8.676-2.94-15.623.633-19.088l.69-.69a27.728 27.728 0 0 1 1.699-1.9C8.374 3.066 11.288.5 15.453.5c3.639 0 7 1.952 10.275 5.968 8.44 10.445 5.18 15.287.04 20.532l-.137.136c.303.943 1.786 4.013 9.03 11.257 6.89 6.891 10.12 8.46 11.27 8.815l.216-.216c2.502-2.503 5.091-5.092 9.407-5.092 3.26 0 7.145 1.773 11.233 5.127 3.625 3.106 5.513 6.102 5.957 9.441l.009.132c.22 5.37-4.01 9.112-6.536 11.349a16.118 16.118 0 0 1-1.265 1.172c-1.914 2.206-4.662 3.279-8.398 3.279zm-41.1-69.9c-3.405 0-5.866 2.18-8.294 4.607-.594.595-1.187 1.292-1.638 1.833l-.762.767c-2.991 2.9-3.049 9.075-.168 16.95 3.219 8.093 9.284 16.851 17.068 24.635C35.846 65.38 48.986 70.4 56.554 70.4c3.154 0 5.424-.866 6.937-2.648l.137-.132a14.71 14.71 0 0 0 1.219-1.127c2.45-2.172 6.089-5.39 5.907-9.751l-.001-.074c-.393-2.797-2.063-5.376-5.25-8.109-3.657-3-7.196-4.66-9.95-4.66-3.487 0-5.675 2.19-7.992 4.508l-.94.94-.478-.054c-1.433-.159-5.014-1.603-12.897-9.486-8.748-8.748-9.693-12.01-9.693-13.007v-.414l.793-.793c4.862-4.962 7.28-8.644-.17-17.865-2.87-3.517-5.723-5.228-8.723-5.228z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	height: 36px;
	margin-top: -3px;
	border: 1px solid transparent;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .telephone .text {
	margin-top: -5px;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .contact-us .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.5282 26.36805'%3E%3Ctitle%3Esend-mail%3C/title%3E%3Cg fill='%23FFF'%3E%3Cpath d='M41.528 26.368H0V0h41.528zM1.676 24.721h38.176V1.647H1.676z'/%3E%3Cpath d='M20.764 16.228a.847.847 0 0 1-.5-.163L.338 1.484A.814.814 0 0 1 .166.332a.849.849 0 0 1 1.173-.17l19.425 14.216L40.19.163a.848.848 0 0 1 1.172.17.814.814 0 0 1-.172 1.152l-19.925 14.58a.847.847 0 0 1-.5.163z'/%3E%3Cpath d='M.839 26.368a.84.84 0 0 1-.648-.3.812.812 0 0 1 .115-1.16l16.056-12.97a.845.845 0 0 1 1.18.112.812.812 0 0 1-.116 1.159L1.37 26.18a.84.84 0 0 1-.531.188zM40.69 26.368a.837.837 0 0 1-.532-.188L24.102 13.21a.812.812 0 0 1-.115-1.159.845.845 0 0 1 1.179-.113L41.222 24.91a.812.812 0 0 1 .115 1.158.84.84 0 0 1-.647.301z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.references .location .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.8883 23.88801'%3E%3Ctitle%3Edirections%3C/title%3E%3Cpath d='M14.183 23.138a.995.995 0 0 1-.9-.571l-3.828-8.134-8.133-3.828a.995.995 0 0 1 .061-1.827L21.781.818a.995.995 0 0 1 1.29 1.289l-7.96 20.398a.996.996 0 0 1-.894.632l-.034.001z' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.single .brand-li {
	pointer-events: none;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.single .brand-li .triangle {
	display: none;
}

footer#fischer .dealers-container-mobile .dealer-submenu-mobile li.single ul {
	display: block;
}

.scroll-up-cta {
	position: absolute;
	bottom: 120px;
	right: 23px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%230c2340' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-color: #fff;
	background-size: 80%;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	z-index: 201;
}

.scroll-up-cta.fixed {
	position: fixed;
}

.scroll-up-cta.clicked {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 70%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: rgba(12,35,64,.7);
}

@media (min-width:1681px) {
	.scroll-up-cta {
		width: 3pc;
		height: 3pc;
	}
}

@media (min-width:2201px) {
	.scroll-up-cta {
		width: 60px;
		height: 60px;
	}
}

.stay-uptodate .stay-container {
	background: #ebebeb;
	position: fixed;
	bottom: 0;
	width: calc(100vw - 90pt);
	left: 0;
	padding: 0 60px;
	height: 75pt;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 200;
}

@media (max-width:767px) {
	.stay-uptodate .stay-container {
		padding: 0 30px;
		width: calc(100vw - 60px);
		height: 50px;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	.stay-uptodate .stay-container {
		width: calc(100vw - 60px);
		padding: 0 30px;
		height: 90px;
	}
}

@media (min-width:1023px) and (max-width:1279px) {
	.stay-uptodate .stay-container {
		width: calc(100vw - 90pt);
	}
}

.stay-uptodate .stay-container h1 {
	font-family: RobotoRegular,sans-serif;
	text-transform: uppercase;
}

.stay-uptodate .stay-container h1:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.stay-uptodate .stay-container h1:lang(bg),.stay-uptodate .stay-container h1:lang(ru),.stay-uptodate .stay-container h1:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.stay-uptodate .stay-container h1:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.stay-uptodate .stay-container h1:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.stay-uptodate .stay-container h1:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.stay-uptodate .stay-container h1 {
		display: none;
	}
}

@media (min-width:1023px) and (max-width:1279px) {
	.stay-uptodate .stay-container h1 {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.stay-uptodate .stay-container h1 {
		font-size: 18px;
	}
}

.stay-uptodate .stay-container span {
	font-family: RobotoRegular,sans-serif;
	font-size: 26px;
	margin-left: 60px;
}

.stay-uptodate .stay-container span:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.stay-uptodate .stay-container span:lang(bg),.stay-uptodate .stay-container span:lang(ru),.stay-uptodate .stay-container span:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.stay-uptodate .stay-container span:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.stay-uptodate .stay-container span:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.stay-uptodate .stay-container span:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.stay-uptodate .stay-container span {
		display: none;
	}
}

@media (min-width:1023px) and (max-width:1279px) {
	.stay-uptodate .stay-container span {
		font-size: 1pc;
	}
}

@media (max-width:1023px) {
	.stay-uptodate .stay-container span {
		font-size: 1pc;
		margin-left: 20px;
	}
}

.stay-uptodate .stay-container .cta {
	margin-left: auto;
	margin-right: 60px;
}

@media (max-width:767px) {
	.stay-uptodate .stay-container .cta {
		margin: auto;
	}
}

@media (max-width:1023px) {
	.stay-uptodate .stay-container .cta a {
		padding: 0 9pt;
	}
}

.stay-uptodate .fill {
	height: 75pt;
	position: relative;
}

@media (max-width:767px) {
	.stay-uptodate .fill {
		height: 50px;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	.stay-uptodate .fill {
		height: 90px;
	}
}

.half.right-part .async-privacy:not(.marginToHide) {
	margin-top: 22px;
}

#legal-notes {
	position: fixed;
	top: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	min-height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1002;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	opacity: 0;
}

#legal-notes .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 25px;
	width: 25px;
	top: 42px;
	right: 42px;
	cursor: pointer;
	display: block;
	z-index: 3;
	position: absolute;
}

#legal-notes .no-desktop {
	display: none;
}

@media (max-width:1279px) {
	#legal-notes {
		padding: 30px;
	}
}

@media (max-width:1023px) {
	#legal-notes {
		min-height: auto;
		height: 100%;
		padding: 60px 0;
	}

	#legal-notes .no-desktop {
		display: block;
	}

	#legal-notes .no-mobile {
		display: none!important;
	}
}

@media (max-width:767px) {
	#legal-notes .close {
		margin-right: 45px;
	}
}

#legal-notes .description-container {
	position: relative;
}

#legal-notes .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 60px;
	color: #333;
	margin-top: 15px;
	height: calc(100vh - 90px);
	overflow-y: auto;
}

@media (min-width:1681px) {
	#legal-notes .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#legal-notes .description {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	#legal-notes .description {
		padding: 45px;
	}
}

.cta-tool-webtolead .form .full {
	margin-top: 0;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full {
		margin-top: 0;
		padding-top: 0;
	}
}

.cta-tool-webtolead .form .full:not(.marginToHide) {
	margin-top: 30px;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full:not(.marginToHide) {
		margin-top: 0;
		padding-top: 0;
	}
}

.cta-tool-webtolead .form .privacy p {
	width: 100%;
}

.cta-tool-webtolead .form .privacy a {
	width: auto;
	text-align: left;
	text-decoration: underline;
	margin: 0 0 15px;
}

.cta-tool-webtolead.form-type-europe .form #tdorpq input[type=radio]+label {
	display: inline-block;
	margin-right: 15px!important;
}

.title.error {
	color: #c10202;
	display: inline!important;
}

.pika-button {
	color: #666;
	background: #f9f9f9;
}

.is-today .pika-button {
	color: #008cc6;
}

.is-selected .pika-button {
	color: #fff;
	background: #00425e;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.is-disabled .pika-button {
	color: #b6b6b6;
}

.pika-button:hover {
	color: #fff;
	background: #008cc6;
}

.birth-date-picker .pika-label:after {
	content: "\25BE";
	padding: 0 5%;
	display: inline;
}

.async-privacy .privacy,.async-privacy .requiredfields,.async-privacy input.cta-submit {
	margin-left: 2pc;
}

@media (max-width:1023px) {
	.async-privacy .privacy,.async-privacy .requiredfields,.async-privacy input.cta-submit {
		margin-top: 15px;
		margin-left: 26px;
	}
}

.async-privacy .hidden-section-sentence-row,.async-privacy.micro-privacy>* {
	display: none;
}

.async-privacy.micro-privacy .hidden-section-sentence-row {
	display: block;
}

.async-privacy #contactChk,.async-privacy #privacyChk,.async-privacy #tdorpq {
	width: calc(100% - 2pc);
	vertical-align: top;
	margin-top: 6px;
	display: inline-block;
}

@media (max-width:1023px) {
	.async-privacy #contactChk,.async-privacy #privacyChk,.async-privacy #tdorpq {
		width: calc(100% - 26px);
	}
}

@media (max-width:767px) {
	.async-privacy #contactChk .full input[type=checkbox]+label,.async-privacy #contactChk .half input[type=checkbox]+label,.async-privacy #privacyChk .full input[type=checkbox]+label,.async-privacy #privacyChk .half input[type=checkbox]+label,.async-privacy #tdorpq .full input[type=checkbox]+label,.async-privacy #tdorpq .half input[type=checkbox]+label {
		display: block;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

.async-privacy .channel-trigger,.async-privacy .tos-trigger {
	text-decoration: underline;
	cursor: pointer;
}

.async-privacy .privacy-direct-marketing--channels {
	margin-left: 30px;
	display: none;
}

.async-privacy .privacy-direct-marketing--channels.disabled {
	pointer-events: none;
	opacity: .5;
}

.async-privacy .inlineblock {
	display: inline-block;
	white-space: nowrap;
}

.privacy-common-text__sub-title--limited {
	overflow-y: scroll;
	max-height: 150px;
	padding: 0 1em 0 0;
}

.privacy-common-text__sub-title--limited::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

.privacy-common-text__sub-title--limited::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #969696;
}

.privacy-common-text__sub-title--limited::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

.privacy.text-area-border {
	border: 1px solid #c6c6c6;
	padding: 10px;
	margin-top: 40px!important;
	margin-bottom: 40px;
}

.privacy.text-area-border p.privacy-common-text__sub-title--limited {
	margin-bottom: 0!important;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.privacy-common-text__sub-title {
	font-size: 1pc;
}

#legal-notes {
	-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

#legal-notes.opened {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

[dir=rtl] .cta-tool-webtolead .form .privacy p.privacy-common-text__sub-title {
	text-align: right;
	margin-right: 0;
}

[hidden] {
	display: none;
}

.visually-hidden {
	position: absolute;
	clip: rect(0,0,0,0);
}

div.awesomplete {
	display: inline-block;
	position: relative;
}

div.awesomplete>ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(hsla(0,0%,100%,.8)));
	background: linear-gradient(to bottom right,#fff,hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	-webkit-box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

div.awesomplete>ul:empty,div.awesomplete>ul[hidden] {
	display: none;
}

@supports (transform:scale(0)) {
	div.awesomplete>ul {
		-webkit-transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		-webkit-transform-origin: 1.43em -.43em;
		transform-origin: 1.43em -.43em;
	}

	div.awesomplete>ul:empty,div.awesomplete>ul[hidden] {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
		display: block;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
	}
}

div.awesomplete>ul:not(.parsley-errors-list):before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0;
	height: 0;
	padding: .4em;
	background: #fff;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.awesomplete>ul:not(.parsley-errors-list)>li {
	position: relative;
	padding: .2em .5em;
	cursor: pointer;
}

div.awesomplete>ul>li:hover {
	background: #b8d3e0;
	color: #000;
}

div.awesomplete>ul>li[aria-selected=true] {
	background: #3d6d8f;
	color: #fff;
}

div.awesomplete>ul.parsley-errors-list {
	display: none;
}

div.awesomplete mark {
	background: #eaff00;
}

div.awesomplete li:hover mark {
	background: #b5d100;
}

div.awesomplete li[aria-selected=true] mark {
	background: #3d6b00;
	color: inherit;
}

.cta-tool-webtolead {
	margin: 0;
	padding: 60px;
	position: relative;
}

.cta-tool-webtolead .hide {
	display: none!important;
}

@media (max-width:1023px) {
	.cta-tool-webtolead {
		padding: 45px;
	}
}

.cta-tool-webtolead .errorBox {
	width: calc(100% + 90pt);
	background-color: #c10202;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -60px;
	position: relative;
	max-height: 0;
	height: 75pt;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-transition: margin .5s,max-height .5s;
	transition: margin .5s,max-height .5s;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .errorBox {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .errorBox {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .errorBox {
		width: calc(100% + 90px);
	}
}

.cta-tool-webtolead .errorBox div {
	opacity: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
}

.cta-tool-webtolead .errorBox.open {
	max-height: 75pt;
	height: 75pt;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .errorBox.open {
		margin-left: -45px;
		margin-top: 45px;
	}
}

.cta-tool-webtolead .errorBox.open div {
	opacity: 1;
	height: auto;
}

.cta-tool-webtolead .title {
	font-family: ArsenalRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
}

.cta-tool-webtolead .subtitle {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.cta-tool-webtolead .title {
		font-size: 48px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .title {
		padding-right: 30px;
		position: relative;
	}
}

.cta-tool-webtolead .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	text-decoration: none;
	padding: 0 30px;
	display: inline-block;
	margin-left: 2pc;
	font-weight: 700;
}


@media (min-width:1681px) {
	.cta-tool-webtolead .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .cta {
		font-size: 21px;
	}
}

.cta-tool-webtolead .cta.blue {
	background-color: #00425e;
	border-radius: 2px;
	color: #fff;
}

.cta-tool-webtolead .form {
	margin-top: 30px;
}

.cta-tool-webtolead .form .question, .form-partner .question {
	text-transform: uppercase;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 30px;
}

.form-partner:nth-child(3) .row {
	padding-left: 32px;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .question, .form-partner .question {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .question {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .question {
		font-size: 1pc;
		margin-left: 26px;
	}
}

.cta-tool-webtolead .form .custom-disclaimer {
	font-size: 9pt;
	color: #333;
	margin-bottom: 30px;
	margin-left: 2pc;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .custom-disclaimer {
		margin-left: 26px;
	}
}

.cta-tool-webtolead .form #contactRadio,.cta-tool-webtolead .form #privacyRadio,.cta-tool-webtolead .form #tdorpq {
	display: inline-block;
	vertical-align: text-bottom;
}

@media (max-width:767px) {
	.cta-tool-webtolead .form #contactRadio .full input[type=radio]+label,.cta-tool-webtolead .form #contactRadio .half input[type=radio]+label,.cta-tool-webtolead .form #privacyRadio .full input[type=radio]+label,.cta-tool-webtolead .form #privacyRadio .half input[type=radio]+label,.cta-tool-webtolead .form #tdorpq .full input[type=radio]+label,.cta-tool-webtolead .form #tdorpq .half input[type=radio]+label {
		display: block;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

.cta-tool-webtolead .form .radioGroup.error input[type=radio]+label:before {
	border: 1px solid #c10202;
}

.cta-tool-webtolead .form .radioGroup.error input[type=radio]:checked+label:after {
	background: #c10202;
}

.cta-tool-webtolead .form .full,.cta-tool-webtolead .form .half {
	display: inline-block;
	width: calc(50% - 15px);
	vertical-align: top;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full,.cta-tool-webtolead .form .half {
		width: 100%;
	}
}

.cta-tool-webtolead .form .full.rightCol,.cta-tool-webtolead .form .half.rightCol {
	margin-left: 30px;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full.rightCol,.cta-tool-webtolead .form .half.rightCol {
		margin-left: 0;
	}
}

.cta-tool-webtolead .form .full .getGeolocalization,.cta-tool-webtolead .form .half .getGeolocalization {
	font-size: 15px;
	float: right;
}

.cta-tool-webtolead .form .full .checkBoxDescription,.cta-tool-webtolead .form .full .radioDescription,.cta-tool-webtolead .form .half .checkBoxDescription,.cta-tool-webtolead .form .half .radioDescription {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	position: relative;
}

.cta-tool-webtolead .form .full input[type=radio],.cta-tool-webtolead .form .half input[type=radio] {
	display: none!important;
}

.cta-tool-webtolead .form .full input[type=checkbox],.cta-tool-webtolead .form .half input[type=checkbox] {
	width: 15px!important;
	height: 15px!important;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full input[type=checkbox],.cta-tool-webtolead .form .half input[type=checkbox] {
		left: 27px;
		top: 6px;
	}
}

.cta-tool-webtolead .form .full input[type=radio]+label:before,.cta-tool-webtolead .form .half input[type=radio]+label:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #b6b6b6;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 6px;
}

.cta-tool-webtolead .form .full input[type=radio]:checked+label:after,.cta-tool-webtolead .form .half input[type=radio]:checked+label:after {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 3px;
	width: 18px;
	height: 18px;
	background: #b6b6b6;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-webtolead .form .full input[type=radio]+label span,.cta-tool-webtolead .form .half input[type=radio]+label span {
	line-height: 20px;
	margin-left: 30px;
	display: inline-block;
}

.cta-tool-webtolead .form .full input[type=radio]+label,.cta-tool-webtolead .form .half input[type=radio]+label {
	margin-right: 15px;
}

.cta-tool-webtolead .form .full input[type=checkbox]+label:before,.cta-tool-webtolead .form .half input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full input[type=checkbox]+label:before,.cta-tool-webtolead .form .half input[type=checkbox]+label:before {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full input[type=checkbox]+label:before,.cta-tool-webtolead .form .half input[type=checkbox]+label:before {
		width: 30px;
		height: 30px;
	}
}

.cta-tool-webtolead .form .full input[type=checkbox]+label+label.checkBoxDescription,.cta-tool-webtolead .form .half input[type=checkbox]+label+label.checkBoxDescription {
	margin-left: 6px;
}

.cta-tool-webtolead .form .full input[type=checkbox].error+label:before,.cta-tool-webtolead .form .half input[type=checkbox].error+label:before {
	border: 1px solid #c10202;
}

.cta-tool-webtolead .form .full input[type=checkbox]:checked+label:after,.cta-tool-webtolead .form .half input[type=checkbox]:checked+label:after {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	font-size: 15px;
	text-align: center;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full input[type=checkbox]:checked+label:after,.cta-tool-webtolead .form .half input[type=checkbox]:checked+label:after {
		font-size: 18px;
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full input[type=checkbox]:checked+label:after,.cta-tool-webtolead .form .half input[type=checkbox]:checked+label:after {
		font-size: 22.5px;
		width: 30px;
		height: 30px;
	}
}

.cta-tool-webtolead .form .full input[type=checkbox]+label span,.cta-tool-webtolead .form .half input[type=checkbox]+label span {
	display: inline-block;
	width: calc(100% - 4pc);
	vertical-align: text-top;
	line-height: 20px;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full input[type=checkbox]+label span,.cta-tool-webtolead .form .half input[type=checkbox]+label span {
		line-height: 24px;
		width: calc(100% - 74px);
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full input[type=checkbox]+label span,.cta-tool-webtolead .form .half input[type=checkbox]+label span {
		line-height: 30px;
		width: calc(100% - 74px);
	}
}

.cta-tool-webtolead .form .full .row,.cta-tool-webtolead .form .half .row, .form-partner .row {
	clear: both;
	margin-bottom: 30px;
	position: relative;
}


.cta-tool-webtolead .form .full .row.low-spacing,.cta-tool-webtolead .form .half .row.low-spacing {
	margin-bottom: 15px;
}

.cta-tool-webtolead .form .full .row a,.cta-tool-webtolead .form .half .row a {
	color: #333;
}

.cta-tool-webtolead .form .full .row .required,.cta-tool-webtolead .form .half .row .required {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #c10202;
	width: 20px;
	padding: 6px;
	display: inline-block;
	text-align: center;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full .row .required,.cta-tool-webtolead .form .half .row .required {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full .row .required,.cta-tool-webtolead .form .half .row .required {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full .row .required,.cta-tool-webtolead .form .half .row .required {
		padding-left: 0;
	}
}

@media (max-width:767px) {
	.cta-tool-webtolead .form .full .row .required,.cta-tool-webtolead .form .half .row .required {
		vertical-align: top;
	}
}

.cta-tool-webtolead .form .full .row .required.not,.cta-tool-webtolead .form .half .row .required.not {
	visibility: hidden;
}

.cta-tool-webtolead .form .full .row input,.cta-tool-webtolead .form .full .row select,.cta-tool-webtolead .form .half .row input,.cta-tool-webtolead .form .half .row select {
	width: calc(100% - 2pc);
	color: #333;
	font-size: 1pc;
}

.cta-tool-webtolead .form .full .row input~.animatedLabel,.cta-tool-webtolead .form .full .row select~.animatedLabel,.cta-tool-webtolead .form .half .row input~.animatedLabel,.cta-tool-webtolead .form .half .row select~.animatedLabel {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full .row input~.animatedLabel,.cta-tool-webtolead .form .full .row select~.animatedLabel,.cta-tool-webtolead .form .half .row input~.animatedLabel,.cta-tool-webtolead .form .half .row select~.animatedLabel {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full .row input~.animatedLabel,.cta-tool-webtolead .form .full .row select~.animatedLabel,.cta-tool-webtolead .form .half .row input~.animatedLabel,.cta-tool-webtolead .form .half .row select~.animatedLabel {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full .row input~.animatedLabel,.cta-tool-webtolead .form .full .row select~.animatedLabel,.cta-tool-webtolead .form .half .row input~.animatedLabel,.cta-tool-webtolead .form .half .row select~.animatedLabel {
		top: 17px;
	}
}

.cta-tool-webtolead .form .full .row input~.error-message,.cta-tool-webtolead .form .full .row select~.error-message,.cta-tool-webtolead .form .half .row input~.error-message,.cta-tool-webtolead .form .half .row select~.error-message {
	display: none;
}

.cta-tool-webtolead .form .full .row input.error,.cta-tool-webtolead .form .full .row select.error,.cta-tool-webtolead .form .half .row input.error,.cta-tool-webtolead .form .half .row select.error {
	border: 1px solid #c10202!important;
	position: relative;
}

.cta-tool-webtolead .form .full .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .full .row select.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row select.error._hasvalue~.error-message {
	display: block;
	padding-top: 5px;
	padding-left: 48.33333px;
	padding-right: 35px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #c10202;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .full .row select.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row select.error._hasvalue~.error-message {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .full .row select.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row input.error._hasvalue~.error-message,.cta-tool-webtolead .form .half .row select.error._hasvalue~.error-message {
		font-size: 21px;
	}
}

.cta-tool-webtolead .form .full .row input._hasvalue~.animatedLabel,.cta-tool-webtolead .form .full .row select._hasvalue~.animatedLabel,.cta-tool-webtolead .form .half .row input._hasvalue~.animatedLabel,.cta-tool-webtolead .form .half .row select._hasvalue~.animatedLabel {
	font-size: small;
	top: -20px;
	left: 2pc;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full .row input,.cta-tool-webtolead .form .full .row select,.cta-tool-webtolead .form .half .row input,.cta-tool-webtolead .form .half .row select {
		width: calc(100% - 26px);
		padding: 15px;
		height: 54px;
	}
}

@media (max-width:767px) {
	.cta-tool-webtolead .form .full .row input,.cta-tool-webtolead .form .full .row select,.cta-tool-webtolead .form .half .row input,.cta-tool-webtolead .form .half .row select {
		font-size: 14px;
	}
}

.no-appearance .cta-tool-webtolead .form .full .row select:before,.no-appearance .cta-tool-webtolead .form .half .row select:before {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	width: 30px;
	background-color: #fff;
	z-index: 5;
}

.cta-tool-webtolead .form .full .row .intl-tel-input,.cta-tool-webtolead .form .half .row .intl-tel-input {
	width: calc(100% - 2pc);
	color: #333;
	font-size: 1pc;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input,.cta-tool-webtolead .form .half .row .intl-tel-input input {
	width: 100%;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-webkit-input-placeholder {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-moz-placeholder {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input:-ms-input-placeholder {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-ms-input-placeholder {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

.cta-tool-webtolead .form .full .row .intl-tel-input input::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::placeholder {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 43.33333px;
	top: 9pt;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .full .row .intl-tel-input input::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-webkit-input-placeholder {
		font-size: 16.8px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-moz-placeholder {
		font-size: 16.8px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input:-ms-input-placeholder {
		font-size: 16.8px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-ms-input-placeholder {
		font-size: 16.8px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::placeholder {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .full .row .intl-tel-input input::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-webkit-input-placeholder {
		font-size: 21px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-moz-placeholder {
		font-size: 21px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input:-ms-input-placeholder {
		font-size: 21px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-ms-input-placeholder {
		font-size: 21px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::placeholder {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full .row .intl-tel-input input::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-webkit-input-placeholder {
		top: 17px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-moz-placeholder {
		top: 17px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input:-ms-input-placeholder {
		top: 17px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::-ms-input-placeholder {
		top: 17px;
	}

	.cta-tool-webtolead .form .full .row .intl-tel-input input::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input input::placeholder {
		top: 17px;
	}
}

[dir=rtl] .cta-tool-webtolead .form .full .row .intl-tel-input input,[dir=rtl] .cta-tool-webtolead .form .half .row .intl-tel-input input {
	padding-left: 6pc!important;
}

@media (max-width:767px) {
	[dir=rtl] .cta-tool-webtolead .form .full .row .intl-tel-input input,[dir=rtl] .cta-tool-webtolead .form .half .row .intl-tel-input input {
		padding-right: 10px!important;
	}
}

.cta-tool-webtolead .form .full .row .intl-tel-input .two-numbers-placeholder::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .two-numbers-placeholder::-webkit-input-placeholder {
	padding-left: 43px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .two-numbers-placeholder::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .two-numbers-placeholder::-moz-placeholder {
	padding-left: 43px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .two-numbers-placeholder:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .two-numbers-placeholder:-ms-input-placeholder {
	padding-left: 43px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .two-numbers-placeholder::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .two-numbers-placeholder::-ms-input-placeholder {
	padding-left: 43px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .two-numbers-placeholder::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .two-numbers-placeholder::placeholder {
	padding-left: 43px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .three-numbers-placeholder::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .three-numbers-placeholder::-webkit-input-placeholder {
	padding-left: 53px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .three-numbers-placeholder::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .three-numbers-placeholder::-moz-placeholder {
	padding-left: 53px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .three-numbers-placeholder:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .three-numbers-placeholder:-ms-input-placeholder {
	padding-left: 53px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .three-numbers-placeholder::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .three-numbers-placeholder::-ms-input-placeholder {
	padding-left: 53px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .three-numbers-placeholder::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .three-numbers-placeholder::placeholder {
	padding-left: 53px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .four-numbers-placeholder::-webkit-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .four-numbers-placeholder::-webkit-input-placeholder {
	padding-left: 63px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .four-numbers-placeholder::-moz-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .four-numbers-placeholder::-moz-placeholder {
	padding-left: 63px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .four-numbers-placeholder:-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .four-numbers-placeholder:-ms-input-placeholder {
	padding-left: 63px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .four-numbers-placeholder::-ms-input-placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .four-numbers-placeholder::-ms-input-placeholder {
	padding-left: 63px;
}

.cta-tool-webtolead .form .full .row .intl-tel-input .four-numbers-placeholder::placeholder,.cta-tool-webtolead .form .half .row .intl-tel-input .four-numbers-placeholder::placeholder {
	padding-left: 63px;
}

.cta-tool-webtolead .form .full label.radioDescription:first-of-type:nth-last-of-type(3) span,.cta-tool-webtolead .form .full label.radioDescription:first-of-type:nth-last-of-type(3)~label.radioDescription span,.cta-tool-webtolead .form .half label.radioDescription:first-of-type:nth-last-of-type(3) span,.cta-tool-webtolead .form .half label.radioDescription:first-of-type:nth-last-of-type(3)~label.radioDescription span {
	width: calc(100% - 30px);
}

.cta-tool-webtolead .form .full div.awesomplete,.cta-tool-webtolead .form .half div.awesomplete {
	width: calc(100% - 2pc);
	display: inline-block;
	vertical-align: top;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .full div.awesomplete,.cta-tool-webtolead .form .half div.awesomplete {
		width: calc(100% - 26px);
	}
}

.cta-tool-webtolead .form .full div.awesomplete input.beautify,.cta-tool-webtolead .form .half div.awesomplete input.beautify {
	width: 100%;
}

.cta-tool-webtolead .form .full div.awesomplete ul,.cta-tool-webtolead .form .half div.awesomplete ul {
	font-size: 15px;
	width: calc(100% - 2pc);
}

.cta-tool-webtolead .form .full,.cta-tool-webtolead .form .full div.awesomplete input,.cta-tool-webtolead .form .half div.awesomplete input {
	width: 100%;
}

.cta-tool-webtolead .form .privacy,.cta-tool-webtolead .form .requiredfields,.cta-tool-webtolead .form input.cta-submit {
	margin-left: 2pc;
}

@media (max-width:1023px) {
	.cta-tool-webtolead .form .privacy,.cta-tool-webtolead .form .requiredfields,.cta-tool-webtolead .form input.cta-submit {
		margin-top: 15px;
		margin-left: 26px;
	}
}

.cta-tool-webtolead .form .privacy {
	color: #333;
	font-size: 0;
}

.cta-tool-webtolead .form .privacy p,.cta-tool-webtolead .form .privacy ul {
	margin-top: 15px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	display: block;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .privacy p,.cta-tool-webtolead .form .privacy ul {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .privacy p,.cta-tool-webtolead .form .privacy ul {
		font-size: 24px;
	}
}

.cta-tool-webtolead .form .privacy ul {
	list-style-position: inside;
}

.cta-tool-webtolead .form .privacy p {
	text-align: left;
}

.cta-tool-webtolead .form .privacy a {
	display: inline;
}

.cta-tool-webtolead .form .privacy a:visited {
	color: inherit;
}

.cta-tool-webtolead .form .requiredfields {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.cta-tool-webtolead .form .requiredfields {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-webtolead .form .requiredfields {
		font-size: 21px;
	}
}

.cta-tool-webtolead .lightbox-controls {
	display: none;
}

.cta-tool-webtolead.form-type-europe .form #contactRadio,.cta-tool-webtolead.form-type-europe .form #privacyRadio,.cta-tool-webtolead.form-type-europe .form #tdorpq {
	width: calc(100% - 2pc);
	vertical-align: top;
	margin-top: 6px;
}

@media (max-width:1023px) {
	.cta-tool-webtolead.form-type-europe .form #contactRadio,.cta-tool-webtolead.form-type-europe .form #privacyRadio,.cta-tool-webtolead.form-type-europe .form #tdorpq {
		width: calc(100% - 26px);
	}
}

.cta-tool-webtolead.form-type-europe .form .half {
	width: 100%;
}

.cta-tool-webtolead.form-type-europe .form .half.rightCol {
	margin-left: 0;
}

.cta-tool-webtolead.form-type-europe .form .half .row {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}

@media (max-width:1023px) {
	.cta-tool-webtolead.form-type-europe .form .half .row {
		display: block;
		width: 100%;
	}
}

.cta-tool-webtolead.form-type-europe .form .half .privacy {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-tool-webtolead.form-type-europe .form .split-form .half {
	width: 50%;
}

@media (max-width:1023px) {
	.cta-tool-webtolead.form-type-europe .form .split-form .half {
		display: block;
		width: 100%;
	}
}

.cta-tool-webtolead.form-type-europe .form .split-form .half .row {
	width: 100%;
}

.cta-tool-webtolead.form-type-europe .form .split-form .radio-wrapper {
	height: 50.4px;
}

@media (max-width:1680px) {
	.cta-tool-webtolead.form-type-europe .form .split-form .radio-wrapper {
		height: 42px;
	}
}

.cta-tool-webtolead.form-type-europe .form .split-form .parsley-errors-list {
	margin: 0;
	padding-top: 0;
}

.cta-tool-webtolead.form-type-europe .form .split-form .getGeolocalization {
	display: none!important;
}

.cta-tool-webtolead.form-type-europe .form .empty-label {
	height: .3in;
}

@media (max-width:1680px) {
	.cta-tool-webtolead.form-type-europe .form .empty-label {
		height: 24px;
	}
}

.cta-tool-webtolead.form-type-europe .form .empty-input {
	height: 50.4px;
}

@media (max-width:1680px) {
	.cta-tool-webtolead.form-type-europe .form .empty-input {
		height: 42px;
	}
}

@media (max-width:1023px) {
	.cta-tool-webtolead.form-type-europe .form .empty-input {
		height: 54px;
	}
}

.cta-tool-webtolead.form-type-europe .form .privacy p {
	font-size: 9pt;
	width: 100%;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-tool-webtolead.form-type-europe .form .privacy ul {
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

@media (max-width:767px) {
	.cta-tool-webtolead.form-type-europe .form .half input[type=radio]+label {
		display: block;
	}

	.cta-tool-webtolead.form-type-europe .form .half input[type=radio]+label:first-of-type:nth-last-of-type(2) {
		margin-bottom: 15px;
	}
}

.cta-tool-webtolead.form-type-europe .form input.cta-submit {
	margin-bottom: 15px;
}

.cta-tool-webtolead.form-type-europe.lightbox .privacy {
	margin-top: 0;
}

.cta-tool-webtolead.form-type-europe.lightbox .privacy p {
	width: 100%;
	font-size: 9pt;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-tool-webtolead.form-type-europe.lightbox .privacy ul {
	font-size: 10px;
	margin: 0;
	padding: 0 10px 0 15px;
	max-height: 150px;
	overflow-y: scroll;
}

.cta-tool-webtolead.form-type-europe.lightbox .form #contactRadio,.cta-tool-webtolead.form-type-europe.lightbox .form #privacyRadio,.cta-tool-webtolead.form-type-europe.lightbox .form #tdorpq {
	vertical-align: top;
}

.cta-tool-webtolead.form-type-europe.lightbox .form input.cta-submit {
	margin-bottom: 15px;
}

.cta-tool-webtolead.form-type-europe.lightbox .form .full input[type=radio]+label,.cta-tool-webtolead.form-type-europe.lightbox .form .half input[type=radio]+label {
	display: block;
}

.cta-tool-webtolead.form-type-europe.lightbox .form .half {
	width: 50%;
	display: inline-block;
}

.cta-tool-webtolead.form-type-europe.lightbox .form .half .row {
	width: 100%;
}

.cta-tool-webtolead.form-type-europe.lightbox .form .half .radioDescription {
	height: 1.5em;
	overflow: hidden;
	width: calc(100% - 26px);
	display: inline-block;
}

.cta-tool-webtolead.form-type-europe.lightbox .form .half div.awesomplete ul {
	height: 70px;
	overflow-y: auto;
}

.cta-tool-webtolead .form .errorBox>div>div {
	-webkit-transform: none;
	transform: none;
}

.vertical-layout-container-img-background.full .img-bg,.vertical-layout-container-img-background.full .right {
	height: 100vh;
}

.vertical-layout-container-img-background.full .logo {
	display: block;
}

.vertical-layout-container-img-background .img-bg {
	position: absolute;
	left: 0;
	right: 0;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: 50%!important;
	width: 100%;
	height: calc(100vh - 75px);
}

.vertical-layout-container-img-background.left .cta-tool-webtolead {
	float: left;
}

.vertical-layout-container-img-background.right .cta-tool-webtolead {
	float: right;
}

.vertical-layout-container-img-background .cta-tool-webtolead .title {
	margin: 30px 0 0;
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead.right {
		width: calc(100% - 15px * 2);
		margin-left: 15px;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead.right .form {
	padding: 30px;
}

@media (min-width:1681px) {
	.vertical-layout-container-img-background .cta-tool-webtolead.right .form {
		padding: 60px;
	}
}

@media (min-width:2201px) {
	.vertical-layout-container-img-background .cta-tool-webtolead.right .form {
		padding: 60px;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form {
	margin-top: 0!important;
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form {
		margin: 0 15px;
		padding: 0 0 0 20px!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .cta-submit {
	margin: 30px 0 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form #privacyRadio {
	margin-top: 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .privacy {
	margin-left: 0;
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .privacy li,.vertical-layout-container-img-background .cta-tool-webtolead .form .privacy p {
		padding-right: 15px;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form #tdorpq {
	margin: 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form #tdorpq label {
	margin-top: 10px;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .question {
	margin: 30px 0 0;
	display: inline-block;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .requiredfields,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .requiredfields {
	margin-left: 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row {
	margin: 30px 0 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row.js-dispatcher--requestType .required,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row.js-dispatcher--requestType .required {
	display: block;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row .required,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row .required {
	float: right;
	display: none;
	padding: 0;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row .required:not(.not)~.animatedLabel:after,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row .required:not(.not)~.animatedLabel:after {
	content: " *";
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row input~.animatedLabel,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row input~.animatedLabel {
	left: 10px;
	-webkit-transform: translateX(0)!important;
	transform: translateX(0)!important;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row select~.animatedLabel,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row select~.animatedLabel {
	left: 10px;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row #contactChk,.vertical-layout-container-img-background .cta-tool-webtolead .form .full .row #privacyChk,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row #contactChk,.vertical-layout-container-img-background .cta-tool-webtolead .form .half .row #privacyChk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full input[type=checkbox]+label span,.vertical-layout-container-img-background .cta-tool-webtolead .form .half input[type=checkbox]+label span {
	width: auto;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full label,.vertical-layout-container-img-background .cta-tool-webtolead .form .half label {
	display: inline-block;
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .full label,.vertical-layout-container-img-background .cta-tool-webtolead .form .half label {
		display: block;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .full label.radioDescription span,.vertical-layout-container-img-background .cta-tool-webtolead .form .half label.radioDescription span {
	width: auto!important;
	margin-right: 15px;
}

.vertical-layout-container-img-background .cta-tool-webtolead {
	overflow-y: scroll;
	margin: 0;
	height: calc(100vh - 75px);
	width: 33%;
	padding: 30px!important;
}

@media (max-width:1023px) {
	.vertical-layout-container-img-background .cta-tool-webtolead {
		width: 66%;
	}
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead {
		width: calc(100% - 10px);
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form {
	padding: 0;
	margin-top: 0;
	word-break: break-word;
	overflow-x: hidden;
	background-color: transparent;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .logo {
	width: 90pt;
	height: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

@media (max-width:1023px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .logo {
		width: 90px;
		height: 90px;
	}
}

@media (max-width:767px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .logo {
		height: 90px;
	}
}

@media (min-width:1681px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .logo {
		width: 9pc;
		height: 90px;
	}
}

@media (min-width:2201px) {
	.vertical-layout-container-img-background .cta-tool-webtolead .form .logo {
		width: 180px;
		height: 112.5px;
	}
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .logo a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='336.7 267.7 606.7 263.3'%3E%3Cg fill='%231B1C20'%3E%3Cpath d='M626.3 398.1h27v6.7h-27zM629.6 407.4H650v13.8h-20.4zM599.7 367.1H680v3.4h-80.3zM595.4 373.4h88.9v3.3h-88.9zM595.3 360.9h88.9v3.4h-88.9zM653.9 384c-4.4 4.1-4.4 11.4-4.4 11.4h-19.1s0-7.3-4.4-11.4c-3.1-2.9-6.9-3.5-6.9-3.5-2.5-.5-2.5-.8-2.5-.9H663.5s0 .4-2.5.9c-.2 0-4 .6-7.1 3.5M600 379.6h9.7c0 5.7-3.7 8.3-9.7 7v-7zM634.2 287.4c3.9-7.6 4.6-19 5.6-19.2.9.2 1.7 11.6 5.5 19.2 3.6 7.2 11.4 13.2 11 14-.5.9-4.9-1.3-7-2.3-3.5-1.6-6.3-2.9-6.3-2.9s-1.4 18.2 3 35c3.6 13.7 12.3 26.2 13.1 27.3H648c-.3-.6-.7-1.2-1-1.7-3-5.3-5.2-9.9-7.2-17.8-2.1 7.9-4.3 12.5-7.3 17.8-.3.6-.6 1.2-1 1.7h-11.1c.8-1.1 9.5-13.6 13.1-27.3 4.4-16.7 3-35 3-35s-2.8 1.3-6.3 2.9c-2.2 1-6.5 3.2-7.1 2.4-.3-.8 7.5-6.9 11.1-14.1M599.7 358.4c-.1-1.4-.7-19.7-5.1-34.1-4.7-15.8-14.3-25.2-13.6-26.1.6-.9 8.4.7 14.3 4.8 6.3 4.3 12.5 11.5 12 12-.3.3-2.4-1.4-6.2-2.9-4.1-1.5-5.8-1.2-5.8-1.2s6.8 11.2 10.1 23.2c2.8 10.1 4.3 23.2 4.3 24.4l-10-.1zM680.1 358.4c0-1.4.7-19.7 5.1-34.1 4.7-15.8 14.3-25.2 13.6-26.1-.6-.9-8.4.7-14.4 4.8-6.3 4.3-12.5 11.5-12 12 .3.3 2.4-1.4 6.2-2.9 4.1-1.5 5.9-1.2 5.9-1.2s-6.8 11.2-10.1 23.2c-2.8 10.1-4.3 23.2-4.4 24.4l10.1-.1zM679.7 379.6H670c0 5.7 3.7 8.3 9.6 7v-7h.1zM477.3 478.6l7.8 21.7h-16.3l8.5-21.7zm226.5-6.1c6.1 0 14.6 3.3 14.6 14.6 0 7.2-2.7 10.7-5.9 12.4-2.7 1.5-5.6 1.7-8.6 1.7h-6v-28.4c1.5 0 3.7-.3 5.9-.3m78.6 6.1l7.8 21.7h-16.3l8.5-21.7zm-426 .3l22.2 52h3l22.8-52 2.3 39.3c.1.9.4 3.7.4 4.5 0 2.2-1.1 3.3-2.7 3.9-2 .8-5.1.9-7.3 1.1v3.1h29.8v-3.1c-9.2.4-9.4-2.2-9.9-10.2l-2.4-35.7c-.2-4.7-.1-6.8.9-7.8.5-.5 1.3-.8 2.5-1 1.3-.1 2.9-.1 5.4-.1v-3.1H403l-19.9 45.6-19.7-45.6h-20.6v3.1c7.9.5 9 .5 8.6 6.4l-3 36.9c-.8 10.5-.9 11.1-11.3 11.6v3.1h24.2v-3.1c-3.3 0-8.6-.1-8.6-3.9 0-1.6.1-3.5.3-4.2l3.4-40.8zm127.2 52h30v-3.1c-4-.1-5.7-.5-7.1-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.3-52h-10.8l1.6 4.3-17.6 44.2c-.8 1.9-1.4 3.6-1.9 4.9-2.1 4.4-4 5.6-9.1 6.6v3H471v-3.1c-1.6-.1-2.9-.3-3.9-.4-2.8-.5-5.7-1.1-5.7-4.6 0-3.4 1.5-7.5 2.4-10l3.1-7.9h19.9l4.2 11.6c.9 2.6 2 5.6 2 7.6 0 3.4-4.2 3.6-9.4 3.8v3.1zm71.5 2c11.7 0 19.2-8.2 19.2-17.6 0-5.2-2.1-9.1-4.8-12.2-2.2-2.5-4.8-4.3-7.7-6.1-3.5-2.3-6.5-4.3-8.8-5.9-2.3-1.5-4.2-3-5.5-4.2-2.6-2.3-3.4-4.2-3.4-7 0-4.4 3.9-8.5 9.3-8.5 6.9 0 11.7 4.8 14.7 12.6h3.2l-1.5-14.6h-3c-.8 1.1-1.3 1.3-1.7 1.3-.5 0-3.4-1.3-4.2-1.6-2.6-.9-5.7-1.4-9-1.4-8.5 0-16.8 6.6-16.8 15.8 0 5.5 2.3 11.1 14.8 18.8 10 6.1 15.5 9.5 15.5 16.7 0 7.9-7.6 10.4-11.4 10.4-2.9 0-11.5-1.6-15.7-13.5h-3.4l1.8 15.8h2.9c.1-.9.4-1.3 1.5-1.3.5 0 1 0 1.7.3 3.6 1.1 5.7 1.6 7.4 1.9 2 .2 3.1.3 4.9.3m96.3-2l1.4-15.4h-3.3c-2.7 10.5-5.9 11.6-12 11.6H627c-5.7 0-6 0-6-5.7v-19.7h13.8c6.9 0 7.8.4 8.2 8.1h3.3v-19.4H643c-.8 7.6-2.2 7.6-7.2 7.6H621v-24.2h15c6.6 0 8.7.7 10.4 10.1h3.1l-.6-13.9h-48.6v3.1c8.1-.1 9.9.9 9.9 7.8V520c0 5.6-.7 8.1-9.9 7.7v3.1h51.1v.1zm63.8-11c5.9 9 13 12.4 22 12v-3.1c-5.2-1-7.7-2.9-12.4-12.4-2.5-5.3-4-8.2-5.2-10-.9-1.3-2-2.3-3.1-3.5 1-.4 2.3-.8 3.6-1.4 6.1-2.8 9.5-7.4 9.5-14.6 0-17.8-22.7-17.8-27.5-17.8-10.7 0-18.9.9-25 1.5v3.1c9.1.4 10 .5 10 6.8V520c0 5.6-.8 8.1-10 7.7v3.1h31.8v-3.1h-4.4c-5.7 0-6.5-1.6-6.5-9.5v-13.4h8.5c1.5 2.3 7.1 12.8 8.7 15.1m73.5 11h30v-3.1c-3.9-.1-5.7-.5-6.9-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.4-52h-10.8l1.6 4.3-17.4 44.2c-.8 1.9-1.4 3.6-2.1 4.9-2.1 4.4-4 5.6-9.1 6.6v3h24.9v-3.1c-1.6-.1-2.9-.3-4-.4-2.6-.5-5.7-1.1-5.7-4.6 0-3.4 1.6-7.5 2.6-10l3.1-7.9H792l4 11.6c1 2.6 1.9 5.6 1.9 7.6 0 3.4-4 3.6-9.4 3.8v3.1h.2zm95.7-46.9h3.3l-1.5-16.1h-2.5c-.7 1.6-1 1.9-5.6 1.9h-41.6c-1.7-.1-2.6-.3-3.5-1.9h-2.5l-1.3 16.1h3c1.2-3.5 1.7-5.5 2.2-6.8s1.1-2 1.8-2.5c1-.8 2.7-1.1 6.7-1.1H853v46.3c0 3.8-.4 5.5-1.7 6.4-.8.5-1.8.8-3.4 1-1.6.2-3.5.3-6.5.4v3.1h33.7v-3.1c-2.8-.1-4.7-.3-6.3-.4-1.6-.2-2.6-.5-3.4-1-1.4-1-1.8-2.9-1.8-7v-45.6H875c5.2 0 7.2.1 9.4 10.3m26.7 46.9h31.5v-3.1c-8.8-.5-10.8-1.6-10.8-9.1V485c0-10.2.1-11.6 10.4-12v-3.1h-31.5v3.1c8.9.6 10.4 1.7 10.4 9.1v30.8c0 3-.1 10.6-1.6 12.9-.8 1.4-1 1.6-8.5 2.1l.1 3z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.vertical-layout-container-img-background .cta-tool-webtolead .form .logo a img {
	display: none;
}

.vertical-layout-container-img-background.white .cta-tool-webtolead {
	background-color: hsla(0,0%,100%,.8);
}

.vertical-layout-container-img-background.white .cta-tool-webtolead::-webkit-scrollbar * {
	background: transparent;
}

.vertical-layout-container-img-background.white .cta-tool-webtolead::-webkit-scrollbar {
	width: 10px;
}

.vertical-layout-container-img-background.white .cta-tool-webtolead::-webkit-scrollbar-thumb {
	background-color: hsla(0,0%,72.9%,.8);
}

.vertical-layout-container-img-background.black .cta-tool-webtolead::-webkit-scrollbar * {
	background: transparent;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead::-webkit-scrollbar {
	width: 10px;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead::-webkit-scrollbar-thumb {
	background-color: rgba(88,88,88,.8);
}

.vertical-layout-container-img-background.black .form .logo a {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='336.7 267.7 606.7 263.3'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M626.3 398.1h27v6.7h-27zM629.6 407.4H650v13.8h-20.4zM599.7 367.1H680v3.4h-80.3zM595.4 373.4h88.9v3.3h-88.9zM595.3 360.9h88.9v3.4h-88.9zM653.9 384c-4.4 4.1-4.4 11.4-4.4 11.4h-19.1s0-7.3-4.4-11.4c-3.1-2.9-6.9-3.5-6.9-3.5-2.5-.5-2.5-.8-2.5-.9H663.5s0 .4-2.5.9c-.2 0-4 .6-7.1 3.5M600 379.6h9.7c0 5.7-3.7 8.3-9.7 7v-7zM634.2 287.4c3.9-7.6 4.6-19 5.6-19.2.9.2 1.7 11.6 5.5 19.2 3.6 7.2 11.4 13.2 11 14-.5.9-4.9-1.3-7-2.3-3.5-1.6-6.3-2.9-6.3-2.9s-1.4 18.2 3 35c3.6 13.7 12.3 26.2 13.1 27.3H648c-.3-.6-.7-1.2-1-1.7-3-5.3-5.2-9.9-7.2-17.8-2.1 7.9-4.3 12.5-7.3 17.8-.3.6-.6 1.2-1 1.7h-11.1c.8-1.1 9.5-13.6 13.1-27.3 4.4-16.7 3-35 3-35s-2.8 1.3-6.3 2.9c-2.2 1-6.5 3.2-7.1 2.4-.3-.8 7.5-6.9 11.1-14.1M599.7 358.4c-.1-1.4-.7-19.7-5.1-34.1-4.7-15.8-14.3-25.2-13.6-26.1.6-.9 8.4.7 14.3 4.8 6.3 4.3 12.5 11.5 12 12-.3.3-2.4-1.4-6.2-2.9-4.1-1.5-5.8-1.2-5.8-1.2s6.8 11.2 10.1 23.2c2.8 10.1 4.3 23.2 4.3 24.4l-10-.1zM680.1 358.4c0-1.4.7-19.7 5.1-34.1 4.7-15.8 14.3-25.2 13.6-26.1-.6-.9-8.4.7-14.4 4.8-6.3 4.3-12.5 11.5-12 12 .3.3 2.4-1.4 6.2-2.9 4.1-1.5 5.9-1.2 5.9-1.2s-6.8 11.2-10.1 23.2c-2.8 10.1-4.3 23.2-4.4 24.4l10.1-.1zM679.7 379.6H670c0 5.7 3.7 8.3 9.6 7v-7h.1zM477.3 478.6l7.8 21.7h-16.3l8.5-21.7zm226.5-6.1c6.1 0 14.6 3.3 14.6 14.6 0 7.2-2.7 10.7-5.9 12.4-2.7 1.5-5.6 1.7-8.6 1.7h-6v-28.4c1.5 0 3.7-.3 5.9-.3m78.6 6.1l7.8 21.7h-16.3l8.5-21.7zm-426 .3l22.2 52h3l22.8-52 2.3 39.3c.1.9.4 3.7.4 4.5 0 2.2-1.1 3.3-2.7 3.9-2 .8-5.1.9-7.3 1.1v3.1h29.8v-3.1c-9.2.4-9.4-2.2-9.9-10.2l-2.4-35.7c-.2-4.7-.1-6.8.9-7.8.5-.5 1.3-.8 2.5-1 1.3-.1 2.9-.1 5.4-.1v-3.1H403l-19.9 45.6-19.7-45.6h-20.6v3.1c7.9.5 9 .5 8.6 6.4l-3 36.9c-.8 10.5-.9 11.1-11.3 11.6v3.1h24.2v-3.1c-3.3 0-8.6-.1-8.6-3.9 0-1.6.1-3.5.3-4.2l3.4-40.8zm127.2 52h30v-3.1c-4-.1-5.7-.5-7.1-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.3-52h-10.8l1.6 4.3-17.6 44.2c-.8 1.9-1.4 3.6-1.9 4.9-2.1 4.4-4 5.6-9.1 6.6v3H471v-3.1c-1.6-.1-2.9-.3-3.9-.4-2.8-.5-5.7-1.1-5.7-4.6 0-3.4 1.5-7.5 2.4-10l3.1-7.9h19.9l4.2 11.6c.9 2.6 2 5.6 2 7.6 0 3.4-4.2 3.6-9.4 3.8v3.1zm71.5 2c11.7 0 19.2-8.2 19.2-17.6 0-5.2-2.1-9.1-4.8-12.2-2.2-2.5-4.8-4.3-7.7-6.1-3.5-2.3-6.5-4.3-8.8-5.9-2.3-1.5-4.2-3-5.5-4.2-2.6-2.3-3.4-4.2-3.4-7 0-4.4 3.9-8.5 9.3-8.5 6.9 0 11.7 4.8 14.7 12.6h3.2l-1.5-14.6h-3c-.8 1.1-1.3 1.3-1.7 1.3-.5 0-3.4-1.3-4.2-1.6-2.6-.9-5.7-1.4-9-1.4-8.5 0-16.8 6.6-16.8 15.8 0 5.5 2.3 11.1 14.8 18.8 10 6.1 15.5 9.5 15.5 16.7 0 7.9-7.6 10.4-11.4 10.4-2.9 0-11.5-1.6-15.7-13.5h-3.4l1.8 15.8h2.9c.1-.9.4-1.3 1.5-1.3.5 0 1 0 1.7.3 3.6 1.1 5.7 1.6 7.4 1.9 2 .2 3.1.3 4.9.3m96.3-2l1.4-15.4h-3.3c-2.7 10.5-5.9 11.6-12 11.6H627c-5.7 0-6 0-6-5.7v-19.7h13.8c6.9 0 7.8.4 8.2 8.1h3.3v-19.4H643c-.8 7.6-2.2 7.6-7.2 7.6H621v-24.2h15c6.6 0 8.7.7 10.4 10.1h3.1l-.6-13.9h-48.6v3.1c8.1-.1 9.9.9 9.9 7.8V520c0 5.6-.7 8.1-9.9 7.7v3.1h51.1v.1zm63.8-11c5.9 9 13 12.4 22 12v-3.1c-5.2-1-7.7-2.9-12.4-12.4-2.5-5.3-4-8.2-5.2-10-.9-1.3-2-2.3-3.1-3.5 1-.4 2.3-.8 3.6-1.4 6.1-2.8 9.5-7.4 9.5-14.6 0-17.8-22.7-17.8-27.5-17.8-10.7 0-18.9.9-25 1.5v3.1c9.1.4 10 .5 10 6.8V520c0 5.6-.8 8.1-10 7.7v3.1h31.8v-3.1h-4.4c-5.7 0-6.5-1.6-6.5-9.5v-13.4h8.5c1.5 2.3 7.1 12.8 8.7 15.1m73.5 11h30v-3.1c-3.9-.1-5.7-.5-6.9-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.4-52h-10.8l1.6 4.3-17.4 44.2c-.8 1.9-1.4 3.6-2.1 4.9-2.1 4.4-4 5.6-9.1 6.6v3h24.9v-3.1c-1.6-.1-2.9-.3-4-.4-2.6-.5-5.7-1.1-5.7-4.6 0-3.4 1.6-7.5 2.6-10l3.1-7.9H792l4 11.6c1 2.6 1.9 5.6 1.9 7.6 0 3.4-4 3.6-9.4 3.8v3.1h.2zm95.7-46.9h3.3l-1.5-16.1h-2.5c-.7 1.6-1 1.9-5.6 1.9h-41.6c-1.7-.1-2.6-.3-3.5-1.9h-2.5l-1.3 16.1h3c1.2-3.5 1.7-5.5 2.2-6.8s1.1-2 1.8-2.5c1-.8 2.7-1.1 6.7-1.1H853v46.3c0 3.8-.4 5.5-1.7 6.4-.8.5-1.8.8-3.4 1-1.6.2-3.5.3-6.5.4v3.1h33.7v-3.1c-2.8-.1-4.7-.3-6.3-.4-1.6-.2-2.6-.5-3.4-1-1.4-1-1.8-2.9-1.8-7v-45.6H875c5.2 0 7.2.1 9.4 10.3m26.7 46.9h31.5v-3.1c-8.8-.5-10.8-1.6-10.8-9.1V485c0-10.2.1-11.6 10.4-12v-3.1h-31.5v3.1c8.9.6 10.4 1.7 10.4 9.1v30.8c0 3-.1 10.6-1.6 12.9-.8 1.4-1 1.6-8.5 2.1l.1 3z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.vertical-layout-container-img-background.black .form .requiredfields {
	color: #fff;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead {
	background-color: rgba(0,0,0,.8);
	overflow-y: scroll;
	height: calc(100vh - 75px);
}

.vertical-layout-container-img-background.black .cta-tool-webtolead .form {
	background-color: transparent;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead .form .question,.vertical-layout-container-img-background.black .cta-tool-webtolead .form .required {
	color: #fff;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead .form .row label {
	color: #000;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead .form .privacy,.vertical-layout-container-img-background.black .cta-tool-webtolead .form .row ._hasvalue~label,.vertical-layout-container-img-background.black .cta-tool-webtolead .form .row label span,.vertical-layout-container-img-background.black .cta-tool-webtolead .title {
	color: #fff;
}

.vertical-layout-container-img-background.black .cta-tool-webtolead input.cta-submit {
	background-color: #fff;
	color: #000;
}

.vertical-layout-container-img-background>div {
	width: 40%;
}

@media screen and (max-width:767px) {
	.vertical-layout-container-img-background>div {
		display: block;
		width: 100%;
	}
}

.gallery-slide-new {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	background: #000;
	height: calc(100% - 75px);
}

.gallery-slide-new:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	left: 15px;
}

.gallery-slide-new:after,.gallery-slide-new:before {
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 27.5px;
	height: 52px;
	z-index: 1;
	opacity: 0;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.gallery-slide-new:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	right: 15px;
}

.gallery-slide-new.black:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new.black:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new.focused:after,.gallery-slide-new.focused:before,.gallery-slide-new:focus:after,.gallery-slide-new:focus:before,.gallery-slide-new:hover:after,.gallery-slide-new:hover:before {
	opacity: 1;
}

@media (max-width:1023px) {
	.gallery-slide-new.focused:after,.gallery-slide-new.focused:before,.gallery-slide-new:focus:after,.gallery-slide-new:focus:before,.gallery-slide-new:hover:after,.gallery-slide-new:hover:before {
		opacity: 0;
	}
}

.gallery-slide-new .nextTrigger,.gallery-slide-new .prevTrigger {
	position: absolute;
	top: 0;
	width: 15%;
	min-width: 60px;
	height: 100%;
	cursor: pointer;
	z-index: 100;
	display: block;
}

.gallery-slide-new .nextTrigger:focus~.main-slide .download-cta-container .cta,.gallery-slide-new .nextTrigger:hover~.main-slide .download-cta-container .cta,.gallery-slide-new .prevTrigger:focus~.main-slide .download-cta-container .cta,.gallery-slide-new .prevTrigger:hover~.main-slide .download-cta-container .cta {
	opacity: 1;
}

@media (max-width:1023px) {
	.gallery-slide-new .nextTrigger,.gallery-slide-new .prevTrigger {
		width: 30px;
		min-width: 30px;
	}
}

.gallery-slide-new .pauseTrigger {
	position: absolute;
	bottom: 60px;
	right: 60px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle opacity='.5' fill='none' stroke='%23FFF' stroke-width='2' cx='20' cy='20' r='19'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M23.5 12c.8 0 1.5.7 1.5 1.5v13c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5v-13c0-.8.7-1.5 1.5-1.5zM16.5 12c.8 0 1.5.7 1.5 1.5v13c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5v-13c0-.8.7-1.5 1.5-1.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 110;
	display: block;
}

.gallery-slide-new .pauseTrigger:focus,.gallery-slide-new .pauseTrigger:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bopacity:.5;fill:none;stroke:%23fff;stroke-width:2;enable-background:new%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cg id='pauseButton'%3E%3Ccircle id='transparentCircle' class='st0' cx='20' cy='20' r='19'/%3E%3Cpath id='fill' class='st1' d='M20 4C11.2 4 4 11.2 4 20s7.2 16 16 16 16-7.2 16-16S28.8 4 20 4zm-1.8 21.8c0 .7-.6 1.3-1.3 1.3-.7 0-1.3-.6-1.3-1.3V14.2c0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3v11.6zm6.2 0c0 .7-.6 1.3-1.3 1.3-.7 0-1.3-.6-1.3-1.3V14.2c0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3v11.6z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .pauseTrigger[aria-pressed=true] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle opacity='.5' fill='none' stroke='%23FFF' stroke-width='2' cx='20' cy='20' r='19'/%3E%3Cpath fill='%23FFF' d='M13.9 10v20.2l17.5-10.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .pauseTrigger[aria-pressed=true]:focus,.gallery-slide-new .pauseTrigger[aria-pressed=true]:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='pauseButton' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bopacity:.5;fill:none;stroke:%23fff;stroke-width:2;enable-background:new%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle id='transparentCircle' class='st0' cx='20' cy='20' r='19'/%3E%3Cpath class='st1' d='M20 4C11.2 4 4 11.2 4 20s7.2 16 16 16 16-7.2 16-16S28.8 4 20 4zm-6.1 26.2V10l17.5 10.1-17.5 10.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.gallery-slide-new .pauseTrigger {
		display: none;
	}
}

.gallery-slide-new .pauseTrigger svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.gallery-slide-new .pauseTrigger svg circle {
	stroke-dasharray: 119.38052;
	stroke-dashoffset: 119.38052;
	-webkit-transition: stroke-dashoffset 2s linear;
	transition: stroke-dashoffset 2s linear;
}

.gallery-slide-new .pauseTrigger svg circle.full {
	stroke-dashoffset: 0;
}

.gallery-slide-new.topThumbs {
	height: auto;
}

.gallery-slide-new.topThumbs .nextTrigger,.gallery-slide-new.topThumbs .prevTrigger {
	bottom: 0;
	top: auto;
}

.gallery-slide-new.topThumbs .thumb .cover {
	border-top: none!important;
	border-bottom: 2px solid transparent;
}

.gallery-slide-new.topThumbs .thumb.active .cover {
	border-top: none!important;
	border-bottom: 2px solid #fff;
}

@media (max-width:1023px) {
	.gallery-slide-new.topThumbs {
		height: 180vw;
	}
}

.gallery-slide-new .prevTrigger {
/*!rtl:ignore*/
	left: 0;
}

.gallery-slide-new .nextTrigger {
/*!rtl:ignore*/
	right: 0;
}

.gallery-slide-new.nonudge .nextTrigger,.gallery-slide-new.nonudge .prevTrigger {
	width: 0!important;
}

.gallery-slide-new .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	height: 100%;
	width: 100%;
}

.gallery-slide-new .main-slide .slide {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	top: 0;
	outline: none!important;
}

.gallery-slide-new .main-slide .slide.focus-visible:after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	outline: 3px solid #6495ed;
	pointer-events: none;
}

.gallery-slide-new .main-slide .slide .background {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

.gallery-slide-new .main-slide .slide .background.portrait {
	display: none;
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .background.top {
		top: 0;
		bottom: auto;
		margin: 0 auto;
		-o-object-position: top;
		object-position: top;
	}
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .background.bottom {
		bottom: 0;
		top: auto;
		margin: 0 auto;
		-o-object-position: bottom;
		object-position: bottom;
	}
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .background.left {
		left: 0;
		right: auto;
		margin: auto 0;
		-o-object-position: left;
		object-position: left;
	}
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .background.right {
		right: 0;
		left: auto;
		margin: auto 0;
		-o-object-position: right;
		object-position: right;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.gallery-slide-new .main-slide .slide .background.portrait {
		display: block;
	}

	.gallery-slide-new .main-slide .slide .background.landscape:not(:last-of-type) {
		display: none;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .background.top {
		top: 0;
		bottom: auto;
		margin: 0 auto;
		-o-object-position: top;
		object-position: top;
	}

	.gallery-slide-new .main-slide .slide .background.bottom {
		bottom: 0;
		top: auto;
		margin: 0 auto;
		-o-object-position: bottom;
		object-position: bottom;
	}

	.gallery-slide-new .main-slide .slide .background.left {
		left: 0;
		right: auto;
		margin: auto 0;
		-o-object-position: left;
		object-position: left;
	}

	.gallery-slide-new .main-slide .slide .background.right {
		right: 0;
		left: auto;
		margin: auto 0;
		-o-object-position: right;
		object-position: right;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.gallery-slide-new .main-slide .slide .background {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		position: static;
		width: 100%;
		height: 100%;
		min-width: unset;
		min-height: unset;
		margin: unset;
		zoom: unset;
	}

	.gallery-slide-new .main-slide .slide .background.top {
		-o-object-position: top;
		object-position: top;
	}

	.gallery-slide-new .main-slide .slide .background.bottom {
		-o-object-position: bottom;
		object-position: bottom;
	}

	.gallery-slide-new .main-slide .slide .background.left {
		-o-object-position: left;
		object-position: left;
	}

	.gallery-slide-new .main-slide .slide .background.right {
		-o-object-position: right;
		object-position: right;
	}
}

.gallery-slide-new .main-slide .slide:focus .download-cta-container .cta,.gallery-slide-new .main-slide .slide:hover .download-cta-container .cta {
	opacity: 1;
}

.gallery-slide-new .main-slide .slide .cover {
	position: absolute;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	white-space: normal;
	top: 0;
	padding: 40px;
}

.gallery-slide-new .main-slide .slide .cover.black {
	color: #666;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .cover {
		top: auto;
		padding: 45px;
	}
}

.gallery-slide-new .main-slide .slide .img-disclaimer {
	display: block;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	white-space: normal;
}

.gallery-slide-new .main-slide .slide .img-disclaimer:empty {
	display: none;
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .img-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .img-disclaimer {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .img-disclaimer {
		max-height: 50px;
	}
}

.gallery-slide-new .main-slide .slide .img-disclaimer.left {
	text-align: left;
}

.gallery-slide-new .main-slide .slide .img-disclaimer.center {
	text-align: center;
}

.gallery-slide-new .main-slide .slide .img-disclaimer.right {
	text-align: right;
}

.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .text-shade {
	position: absolute;
	top: 0;
	left: 0;
	padding: 45px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container.download-cta-container,.gallery-slide-new .main-slide .slide .text-shade.download-cta-container {
		display: none;
	}
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .text-shade {
		background: linear-gradient(135deg,rgba(0,0,0,.6),transparent 40%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.black,.gallery-slide-new .main-slide .slide .text-shade.black {
		background: linear-gradient(135deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 40%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.right,.gallery-slide-new .main-slide .slide .text-shade.right {
		background: linear-gradient(-135deg,rgba(0,0,0,.6),transparent 40%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.right.black,.gallery-slide-new .main-slide .slide .text-shade.right.black {
		background: linear-gradient(135deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 40%);
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .text-shade {
		background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(60%,transparent));
		background: linear-gradient(180deg,rgba(0,0,0,.6),transparent 60%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.black,.gallery-slide-new .main-slide .slide .text-shade.black {
		background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.6)),color-stop(60%,hsla(0,0%,100%,0)));
		background: linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 60%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.bottom,.gallery-slide-new .main-slide .slide .text-shade.bottom {
		background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),color-stop(60%,transparent));
		background: linear-gradient(0deg,rgba(0,0,0,.6),transparent 60%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.bottom.black,.gallery-slide-new .main-slide .slide .text-shade.bottom.black {
		background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.6)),color-stop(60%,hsla(0,0%,100%,0)));
		background: linear-gradient(0deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 60%);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.middle,.gallery-slide-new .main-slide .slide .text-shade.middle {
		background: rgba(0,0,0,.4);
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.middle.black,.gallery-slide-new .main-slide .slide .text-shade.middle.black {
		background: hsla(0,0%,100%,.4);
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .notAnimated-container,.gallery-slide-new .main-slide .slide .text-container {
	position: absolute;
	top: 0;
	left: 0;
	padding: 45px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta.border,.gallery-slide-new .main-slide .slide .notAnimated-container .cta.border,.gallery-slide-new .main-slide .slide .text-container .cta.border {
	border: 1px solid #333;
}

.gallery-slide-new .main-slide .slide .download-cta-container.white,.gallery-slide-new .main-slide .slide .notAnimated-container.white,.gallery-slide-new .main-slide .slide .text-container.white {
	color: #fff;
}

.gallery-slide-new .main-slide .slide .download-cta-container.white .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.white .cta,.gallery-slide-new .main-slide .slide .text-container.white .cta {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #333;
}

.gallery-slide-new .main-slide .slide .download-cta-container.white .cta.border,.gallery-slide-new .main-slide .slide .notAnimated-container.white .cta.border,.gallery-slide-new .main-slide .slide .text-container.white .cta.border {
	border: 1px solid #333;
}

.gallery-slide-new .main-slide .slide .download-cta-container.black,.gallery-slide-new .main-slide .slide .notAnimated-container.black,.gallery-slide-new .main-slide .slide .text-container.black {
	color: #000;
}

.gallery-slide-new .main-slide .slide .download-cta-container.black .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.black .cta,.gallery-slide-new .main-slide .slide .text-container.black .cta {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #333;
}

.gallery-slide-new .main-slide .slide .download-cta-container.black .cta.border,.gallery-slide-new .main-slide .slide .notAnimated-container.black .cta.border,.gallery-slide-new .main-slide .slide .text-container.black .cta.border {
	border: 1px solid #666;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .notAnimated-container,.gallery-slide-new .main-slide .slide .text-container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 30px 45px 66px;
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.middle,.gallery-slide-new .main-slide .slide .notAnimated-container.middle,.gallery-slide-new .main-slide .slide .text-container.middle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.gallery-slide-new .main-slide .slide .download-cta-container.bottom,.gallery-slide-new .main-slide .slide .notAnimated-container.bottom,.gallery-slide-new .main-slide .slide .text-container.bottom {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width:767px) {
	.gallery-slide-new .main-slide .slide .download-cta-container,.gallery-slide-new .main-slide .slide .notAnimated-container,.gallery-slide-new .main-slide .slide .text-container {
		padding: 30px 20px 66px;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
	margin-bottom: 6px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 360px;
}

.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(ar),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(ar),.gallery-slide-new .main-slide .slide .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(bg),.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(ru),.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(uk),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(bg),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(ru),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(uk),.gallery-slide-new .main-slide .slide .text-container .title:lang(bg),.gallery-slide-new .main-slide .slide .text-container .title:lang(ru),.gallery-slide-new .main-slide .slide .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(zh),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(zh),.gallery-slide-new .main-slide .slide .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(ko),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(ko),.gallery-slide-new .main-slide .slide .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .title:lang(vi),.gallery-slide-new .main-slide .slide .notAnimated-container .title:lang(vi),.gallery-slide-new .main-slide .slide .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		letter-spacing: normal;
		width: auto;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .title,.gallery-slide-new .main-slide .slide .notAnimated-container .title,.gallery-slide-new .main-slide .slide .text-container .title {
		width: 540px;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
	width: 360px;
}

@media (max-width:767px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		font-size: 18px;
		width: auto;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container .subtitle,.gallery-slide-new .main-slide .slide .text-container .subtitle {
		width: 540px;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
	margin-bottom: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	width: 360px;
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
		width: auto;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .description,.gallery-slide-new .main-slide .slide .notAnimated-container .description,.gallery-slide-new .main-slide .slide .text-container .description {
		width: 540px;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta,.gallery-slide-new .main-slide .slide .notAnimated-container .cta,.gallery-slide-new .main-slide .slide .text-container .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 15px;
	margin-top: 15px;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(ar),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(ar),.gallery-slide-new .main-slide .slide .text-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(bg),.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(ru),.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(uk),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(bg),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(ru),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(uk),.gallery-slide-new .main-slide .slide .text-container .cta:lang(bg),.gallery-slide-new .main-slide .slide .text-container .cta:lang(ru),.gallery-slide-new .main-slide .slide .text-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(zh),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(zh),.gallery-slide-new .main-slide .slide .text-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(ko),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(ko),.gallery-slide-new .main-slide .slide .text-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:lang(vi),.gallery-slide-new .main-slide .slide .notAnimated-container .cta:lang(vi),.gallery-slide-new .main-slide .slide .text-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container .cta,.gallery-slide-new .main-slide .slide .notAnimated-container .cta,.gallery-slide-new .main-slide .slide .text-container .cta {
		margin-top: 15px;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta.white,.gallery-slide-new .main-slide .slide .notAnimated-container .cta.white,.gallery-slide-new .main-slide .slide .text-container .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #333;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta.black,.gallery-slide-new .main-slide .slide .notAnimated-container .cta.black,.gallery-slide-new .main-slide .slide .text-container .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	color: #333;
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .download-cta-container.right .description,.gallery-slide-new .main-slide .slide .download-cta-container.right .subtitle,.gallery-slide-new .main-slide .slide .download-cta-container.right .title,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container.right .title,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .title {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .download-cta-container.right .description,.gallery-slide-new .main-slide .slide .download-cta-container.right .subtitle,.gallery-slide-new .main-slide .slide .download-cta-container.right .title,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container.right .title,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .title {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .download-cta-container.right .description,.gallery-slide-new .main-slide .slide .download-cta-container.right .subtitle,.gallery-slide-new .main-slide .slide .download-cta-container.right .title,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .notAnimated-container.right .title,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .title {
		margin-left: calc(100% - 540px);
	}
}

.gallery-slide-new .main-slide .slide .notAnimated-container,.gallery-slide-new .main-slide .slide .text-container {
	height: auto;
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .notAnimated-container.right .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .cta,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .notAnimated-container.right .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .cta,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle {
		margin-left: auto;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.gallery-slide-new .main-slide .slide .notAnimated-container.right .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .cta,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.gallery-slide-new .main-slide .slide .notAnimated-container.right .cta,.gallery-slide-new .main-slide .slide .notAnimated-container.right .description,.gallery-slide-new .main-slide .slide .notAnimated-container.right .subtitle,.gallery-slide-new .main-slide .slide .text-container.right .cta,.gallery-slide-new .main-slide .slide .text-container.right .description,.gallery-slide-new .main-slide .slide .text-container.right .subtitle {
		margin-left: calc(100% - 540px);
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container {
	bottom: 45px;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	top: auto;
	padding: 0;
	text-align: center;
}

@media (max-width:1023px) {
	.gallery-slide-new .main-slide .slide .download-cta-container {
		display: none;
	}
}

.gallery-slide-new .main-slide .slide .download-cta-container.left.black,.gallery-slide-new .main-slide .slide .download-cta-container.left.white,.gallery-slide-new .main-slide .slide .download-cta-container.right.black,.gallery-slide-new .main-slide .slide .download-cta-container.right.white {
	background: none;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta {
	cursor: pointer;
	margin-top: 0;
	background: none;
	height: 60px;
	width: 60px;
	opacity: 0;
	padding: 0;
	display: inline-block;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.gallery-slide-new .main-slide .slide .download-cta-container .cta:focus {
	opacity: 1;
}

.gallery-slide-new .main-slide .slide .download-cta-container.white .cta {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 841.9 595.3'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M421.3 431.6H237.6v-27.3H605v27.3H421.3zM421.3 371.2c-5 0-9.9-2.5-15-7.6L235.1 192.4l-3.4-3.4 20.4-21.6 169.2 168.2 167.9-168.9 22 22.2-175 174.8c-5.1 5-9.9 7.5-14.9 7.5z'/%3E%3Cpath class='st0' d='M434 174.5V349h-27.3V0H434v174.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	border: none;
}

.gallery-slide-new .main-slide .slide .download-cta-container.white .cta.scroll {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 841.9 595.3'%3E%3Cpath fill='%23FFF' d='M421.3 431.6H237.6v-27.3H605v27.3H421.3zM421.3 371.2c-5 0-9.9-2.5-15-7.6L235.1 192.4l-3.4-3.4 20.4-21.6 169.2 168.2 167.9-168.9 22 22.2-175 174.8c-5.1 5-9.9 7.5-14.9 7.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .main-slide .slide .download-cta-container.black .cta {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 841.9 595.3'%3E%3Cstyle%3E.st0%7Bfill:%233c3c3c%7D%3C/style%3E%3Cpath class='st0' d='M421.3 431.6H237.6v-27.3H605v27.3H421.3zM421.3 371.2c-5 0-9.9-2.5-15-7.6L235.1 192.4l-3.4-3.4 20.4-21.6 169.2 168.2 167.9-168.9 22 22.2-175 174.8c-5.1 5-9.9 7.5-14.9 7.5z'/%3E%3Cpath class='st0' d='M407.3 175V0h27.3v350h-27.3V175z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	border: none;
}

.gallery-slide-new .main-slide .slide .download-cta-container.black .cta.scroll {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 841.9 595.3'%3E%3Cpath fill='%233C3C3C' d='M421.3 431.6H237.6v-27.3H605v27.3H421.3zM421.3 371.2c-5 0-9.9-2.5-15-7.6L235.1 192.4l-3.4-3.4 20.4-21.6 169.2 168.2 167.9-168.9 22 22.2-175 174.8c-5.1 5-9.9 7.5-14.9 7.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-height:540px) {
	.gallery-slide-new .main-slide .slide {
		height: 100%;
	}
}

@media (min-width:1024px) {
	.gallery-slide-new .main-slide .slide .text-container {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
		opacity: 0;
		-webkit-transition: transform .3s ease .3s,opacity .3s ease .3s;
		-webkit-transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
		transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
		transition: transform .3s ease .3s,opacity .3s ease .3s;
		transition: transform .3s ease .3s,opacity .3s ease .3s,-webkit-transform .3s ease .3s;
	}

	.gallery-slide-new .main-slide .slide.active .text-container {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.gallery-slide-new .thumbs {
	width: 100%;
	table-layout: fixed;
	display: table;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 0;
}

@media (max-width:1023px) {
	.gallery-slide-new .thumbs {
		display: none;
	}
}

.gallery-slide-new .thumbs .thumb {
	display: table-cell;
	opacity: .4;
	cursor: pointer;
	position: relative;
}

.gallery-slide-new .thumbs .thumb .cover {
	border-top: 2px solid transparent;
}

.gallery-slide-new .thumbs .thumb.active {
	opacity: 1!important;
}

.gallery-slide-new .thumbs .thumb.active .cover {
	border-top: 2px solid #fff;
}

.gallery-slide-new .thumbs .thumb img {
	width: auto;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
}

.gallery-slide-new .thumbs .thumb .cover {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-slide-new .thumbs .thumb .cover span {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #fff;
	font-family: Univers57,sans-serif;
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.5;
	text-transform: uppercase;
}

.gallery-slide-new .thumbs .thumb .cover span:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.gallery-slide-new .thumbs .thumb .cover span:lang(bg),.gallery-slide-new .thumbs .thumb .cover span:lang(ru),.gallery-slide-new .thumbs .thumb .cover span:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.gallery-slide-new .thumbs .thumb .cover span:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.gallery-slide-new .thumbs .thumb .cover span:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.gallery-slide-new .thumbs .thumb .cover span:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.gallery-slide-new .thumbs .thumb .cover span {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.gallery-slide-new .thumbs .thumb .cover span {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.gallery-slide-new .thumbs .thumb .cover span {
		font-size: 30px;
	}
}

.gallery-slide-new .thumbs-mobile {
	display: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 45px;
	z-index: 2;
	position: absolute;
	bottom: 24px;
}

.gallery-slide-new .thumbs-mobile .item {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin: 0 9pt 0 0;
}

.gallery-slide-new .thumbs-mobile .item.active {
	background-color: #fff;
}

.gallery-slide-new .thumbs-mobile .thumbs-pause {
	width: 9pt;
	height: 9pt;
	display: inline-block;
	cursor: pointer;
	margin: 0 9pt 0 2px;
}

.gallery-slide-new .thumbs-mobile .thumbs-pause[aria-pressed=true] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23fff%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' class='a'%3E%3Cpath class='b' d='M0 .5v7.93a.5.5 0 0 0 .75.43l6.86-4a.49.49 0 0 0 0-.86L.75.07A.5.5 0 0 0 0 .5z' transform='translate(1.5 .497)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .thumbs-mobile .thumbs-pause[aria-pressed=false] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23fff%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(.955)' id='a' class='a'%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(5.089)'/%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(.089)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .thumbs-mobile.black .item {
	border: 1px solid #00425e;
}

.gallery-slide-new .thumbs-mobile.black .item.active {
	background-color: #00425e;
}

.gallery-slide-new .thumbs-mobile.black .thumbs-pause[aria-pressed=true] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%230c2340%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' class='a'%3E%3Cpath class='b' d='M0 .5v7.93a.5.5 0 0 0 .75.43l6.86-4a.49.49 0 0 0 0-.86L.75.07A.5.5 0 0 0 0 .5z' transform='translate(1.5 .497)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.gallery-slide-new .thumbs-mobile.black .thumbs-pause[aria-pressed=false] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%230c2340%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(.955)' id='a' class='a'%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(5.089)'/%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(.089)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.gallery-slide-new .thumbs-mobile {
		display: block;
	}
}

@media (max-width:767px) {
	.gallery-slide-new .thumbs-mobile {
		padding: 20px;
	}
}

.gallery-slide-new .cover,.gallery-slide-new .thumbs .thumb {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width:1023px) {
	.gallery-slide-new.no-vertical {
		height: auto;
		background: #f2f1f0;
	}

	.gallery-slide-new.no-vertical .nextTrigger,.gallery-slide-new.no-vertical .prevTrigger {
		display: none;
	}

	.gallery-slide-new.no-vertical .main-slide .slide {
		height: auto;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .background {
		display: block;
		width: 100%!important;
		height: auto!important;
		position: static!important;
		min-height: 0;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .background.landscape {
		display: block;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .background.portrait {
		display: none;
	}

	.gallery-slide-new.no-vertical .main-slide .slide img:not(.lazy-loaded) {
		height: 75pt!important;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .cover {
		color: #333;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .download-cta-container,.gallery-slide-new.no-vertical .main-slide .slide .text-shade {
		display: none;
	}

	.gallery-slide-new.no-vertical .main-slide .slide .notAnimated-container,.gallery-slide-new.no-vertical .main-slide .slide .text-container {
		position: static;
		display: block;
		background: none!important;
		width: 100%;
		padding: 30px 45px 0;
		color: #333!important;
	}
}

@media (max-width:1023px) and (max-width:767px) {
	.gallery-slide-new.no-vertical .main-slide .slide .notAnimated-container,.gallery-slide-new.no-vertical .main-slide .slide .text-container {
		padding: 24px 20px 0;
	}
}

@media (max-width:1023px) {
	.gallery-slide-new.no-vertical .thumbs-mobile {
		text-align: center;
		padding: 30px 0;
		width: auto;
		position: relative;
		bottom: unset;
	}

	.gallery-slide-new.no-vertical .thumbs-mobile .item {
		border: 2px solid #ccc;
		width: 9pt;
		height: 9pt;
		margin: 0 2px;
	}

	.gallery-slide-new.no-vertical .thumbs-mobile .item.active {
		background-color: #ccc;
	}

	.gallery-slide-new.no-vertical .thumbs-mobile .thumbs-pause {
		width: 1pc;
		height: 1pc;
		margin: 0 6px 0 2px;
	}

	.gallery-slide-new.no-vertical .thumbs-mobile .thumbs-pause[aria-pressed=true] {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23ccc%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' class='a'%3E%3Cpath class='b' d='M0 .5v7.93a.5.5 0 0 0 .75.43l6.86-4a.49.49 0 0 0 0-.86L.75.07A.5.5 0 0 0 0 .5z' transform='translate(1.5 .497)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.gallery-slide-new.no-vertical .thumbs-mobile .thumbs-pause[aria-pressed=false] {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23ccc%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(.955)' id='a' class='a'%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(5.089)'/%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(.089)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.gallery-slide-new[data-animation=true] .main-slide .slide.active .img-disclaimer,.gallery-slide-new[data-animation=true] .main-slide .slide.active .text-container {
	opacity: 0;
}

.gallery-slide-new[data-animation=true].in-view .main-slide .slide.active .img-disclaimer,.gallery-slide-new[data-animation=true].in-view .main-slide .slide.active .text-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

@media (min-width:1681px) {
	.gallery-slide-new {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.gallery-slide-new {
		height: calc(100% - 112.5px);
	}
}

@media (max-width:1023px) {
	.gallery-slide-new {
		height: calc(100% - 90px);
	}
}

@media (max-width:767px) {
	.gallery-slide-new {
		height: calc(100% - 90px);
	}
}

.hero-gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	min-height: 500px;
	padding: 0;
	height: calc(100vh - 75px);
}

.hero-gallery:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	left: 20px;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

@media (max-width:1023px) {
	.hero-gallery:before {
		opacity: 1;
		width: 20px;
		height: 20px;
	}
}

@media (max-width:767px) {
	.hero-gallery:before {
		margin-top: 0;
		height: 40px;
	}
}

@media (min-width:1681px) {
	.hero-gallery:before {
		width: 3pc;
		height: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery:before {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery:before {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M12 .2v1.2L3.3 10l8.7 8.6v1.2h-1.5L.5 10l10-9.8z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
/*!rtl:ignore*/
		left: 5px;
	}
}

.hero-gallery:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	right: 20px;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

@media (max-width:1023px) {
	.hero-gallery:after {
		opacity: 1;
		width: 20px;
		height: 20px;
	}
}

@media (max-width:767px) {
	.hero-gallery:after {
		margin-top: 0;
		height: 40px;
	}
}

@media (min-width:1681px) {
	.hero-gallery:after {
		width: 3pc;
		height: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery:after {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery:after {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 .2v1.2L8.7 10 0 18.6v1.2h1.5l10-9.8L1.5.2z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
/*!rtl:ignore*/
		right: 5px;
	}
}

.hero-gallery.black:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.hero-gallery.black:before {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .2v1.2L3.3 10l8.7 8.6v1.2h-1.5L.5 10l10-9.8z' fill='%230C2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.hero-gallery.black:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.hero-gallery.black:after {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .2v1.2L8.7 10 0 18.6v1.2h1.5l10-9.8L1.5.2z' fill='%230C2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.hero-gallery.focused:after,.hero-gallery.focused:before,.hero-gallery:focus:after,.hero-gallery:focus:before,.hero-gallery:hover:after,.hero-gallery:hover:before {
	opacity: 1;
}

.hero-gallery.first:before {
	opacity: 0;
}

.hero-gallery.last:after {
	opacity: 1;
}

.hero-gallery.last.first:after {
	opacity: 0;
}

[dir=rtl] .hero-gallery.first:not(.last):before {
	opacity: 1;
}

[dir=rtl] .hero-gallery.first.last:before,[dir=rtl] .hero-gallery.first:after {
	opacity: 0;
}

[dir=rtl] .hero-gallery.last:before,[dir=rtl] .hero-gallery.last:not(.first):after {
	opacity: 1;
}

@media (min-width:1681px) {
	.hero-gallery {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.hero-gallery {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.hero-gallery {
		height: auto;
		min-height: calc(100% - 70px);
	}
}

@media (max-width:767px) {
	.hero-gallery {
		height: auto;
		min-height: calc(100% - 70px);
	}
}

.hero-gallery .nextTrigger,.hero-gallery .prevTrigger {
	position: absolute;
	width: 0;
	min-width: 60px;
	margin-top: 0;
	cursor: pointer;
	z-index: 110;
	display: block;
	height: calc(100vh - 75px);
}

@media (min-width:1681px) {
	.hero-gallery .nextTrigger,.hero-gallery .prevTrigger {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.hero-gallery .nextTrigger,.hero-gallery .prevTrigger {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.hero-gallery .nextTrigger,.hero-gallery .prevTrigger {
		height: calc(100vh - 70px);
		min-width: 45px;
	}
}

@media (max-width:767px) {
	.hero-gallery .nextTrigger,.hero-gallery .prevTrigger {
		height: calc(100vh - 70px);
		min-width: 30px;
	}
}

.hero-gallery .prevTrigger {
	left: 0;
}

.hero-gallery .nextTrigger {
	right: 0;
}

@media (min-width:1024px) {
	.hero-gallery.first .nextTrigger {
		width: calc(0% * .9 - 60px);
	}
}

.hero-gallery .title {
	margin: 45px 60px 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.hero-gallery .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.hero-gallery .title:lang(bg),.hero-gallery .title:lang(ru),.hero-gallery .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.hero-gallery .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-gallery .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-gallery .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.hero-gallery .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.hero-gallery .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .title {
		display: none;
	}
}

.hero-gallery .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	line-height: 1.2;
	margin: auto 60px 6px;
}

@media (max-width:767px) {
	.hero-gallery .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.hero-gallery .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .subtitle {
		display: none;
	}
}

.hero-gallery .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	height: calc(100vh - 75px);
	min-height: 500px;
	-webkit-transition: -webkit-transform .3s ease .3s;
	transition: -webkit-transform .3s ease .3s;
	transition: transform .3s ease .3s;
	transition: transform .3s ease .3s,-webkit-transform .3s ease .3s;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide {
		min-height: 220px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide {
		height: calc(100vh - 70px);
	}
}

.hero-gallery .main-slide .slide {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #333;
	background-size: cover;
	background-position: 50%;
}

.hero-gallery .main-slide .slide.bottom .image-wrapper .background-slide {
	top: auto;
	bottom: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.hero-gallery .main-slide .slide.bottom .image-wrapper .background-slide {
		-o-object-position: bottom;
		object-position: bottom;
	}
}

.hero-gallery .main-slide .slide.right .image-wrapper .background-slide {
	left: auto;
	right: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.hero-gallery .main-slide .slide.right .image-wrapper .background-slide {
		-o-object-position: right;
		object-position: right;
	}
}

.hero-gallery .main-slide .slide.top .image-wrapper .background-slide {
	bottom: auto;
	top: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.hero-gallery .main-slide .slide.top .image-wrapper .background-slide {
		-o-object-position: top;
		object-position: top;
	}
}

.hero-gallery .main-slide .slide.left .image-wrapper .background-slide {
	right: auto;
	left: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.hero-gallery .main-slide .slide.left .image-wrapper .background-slide {
		-o-object-position: left;
		object-position: left;
	}
}

.hero-gallery .main-slide .slide .image-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.hero-gallery .main-slide .slide .image-wrapper .background-slide {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.hero-gallery .main-slide .slide .image-wrapper .background-slide {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

.hero-gallery .main-slide .slide.focus-visible:focus:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	pointer-events: none;
	outline: 3px solid #6495ed;
	outline-offset: -3px;
}

.hero-gallery .main-slide .slide .video-container {
	pointer-events: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide .video-container {
		min-height: 220px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide .slide .video-container {
		height: calc(100vh - 70px);
	}
}

.hero-gallery .main-slide .slide .video-container .overlay-container,.hero-gallery .main-slide .slide .video-container .video-tag {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-gallery .main-slide .slide .video-container .overlay-container {
	z-index: 105;
	background-color: #000;
}

.hero-gallery .main-slide .slide:first-child {
	margin-left: 0;
}

.hero-gallery .main-slide .slide.active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.16);
	box-shadow: 0 0 24px rgba(0,0,0,.16);
}

.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
	background-size: 0;
	position: absolute;
	right: 60px;
	text-align: right;
	bottom: 95px;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		right: 60px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		right: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		right: 30px;
	}
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		bottom: 109px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		bottom: 130px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		bottom: 45px;
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .play-loader,.hero-gallery .main-slide .slide.active .replay-button {
		bottom: calc(100% - 60px);
	}
}

.hero-gallery .main-slide .slide.active .play-button .play-text,.hero-gallery .main-slide .slide.active .play-loader .play-text,.hero-gallery .main-slide .slide.active .replay-button .play-text {
	font-family: RobotoRegular,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	top: calc(50% + 45px);
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	opacity: inherit;
}

.hero-gallery .main-slide .slide.active .play-button .play-text:lang(ar),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(ar),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.hero-gallery .main-slide .slide.active .play-button .play-text:lang(bg),.hero-gallery .main-slide .slide.active .play-button .play-text:lang(ru),.hero-gallery .main-slide .slide.active .play-button .play-text:lang(uk),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(bg),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(ru),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(uk),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(bg),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(ru),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.hero-gallery .main-slide .slide.active .play-button .play-text:lang(zh),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(zh),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-gallery .main-slide .slide.active .play-button .play-text:lang(ko),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(ko),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-gallery .main-slide .slide.active .play-button .play-text:lang(vi),.hero-gallery .main-slide .slide.active .play-loader .play-text:lang(vi),.hero-gallery .main-slide .slide.active .replay-button .play-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-button .play-text,.hero-gallery .main-slide .slide.active .play-loader .play-text,.hero-gallery .main-slide .slide.active .replay-button .play-text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-button .play-text,.hero-gallery .main-slide .slide.active .play-loader .play-text,.hero-gallery .main-slide .slide.active .replay-button .play-text {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-button .play-text,.hero-gallery .main-slide .slide.active .play-loader .play-text,.hero-gallery .main-slide .slide.active .replay-button .play-text {
		top: calc(50% + 54px);
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-button .play-text,.hero-gallery .main-slide .slide.active .play-loader .play-text,.hero-gallery .main-slide .slide.active .replay-button .play-text {
		top: calc(50% + 67.5px);
	}
}

.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .replay-button {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Drop-1'%3E%3Cg id='Icons---Video-Gallery' transform='translate(-154 -59)'%3E%3Cg id='ICON_Play' transform='translate(154 59)'%3E%3Cpath id='Combined-Shape' class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3Cpath class='st0' d='M167.9 69v20.2l17.5-10.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.hero-gallery .main-slide .slide.active .play-button:focus,.hero-gallery .main-slide .slide.active .play-button:hover,.hero-gallery .main-slide .slide.active .replay-button:focus,.hero-gallery .main-slide .slide.active .replay-button:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-6.1 30.2V10l17.5 10.1-17.5 10.1z' id='Drop-1'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .replay-button {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-button,.hero-gallery .main-slide .slide.active .replay-button {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.hero-gallery .main-slide .slide.active .play-loader {
	opacity: 0;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	height: 40px;
	width: 40px;
	background-size: 40px;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.active .play-loader {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.active .play-loader {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide .slide.active .play-loader {
		background-size: 40px;
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.hero-gallery .main-slide .slide.active.played .play-button,.hero-gallery .main-slide .slide.active .replay-button {
	opacity: 0;
}

.hero-gallery .main-slide .slide.active.played .replay-button {
	opacity: 1;
}

.hero-gallery .main-slide .slide.active.played .overlay .overlay-play,.hero-gallery .main-slide .slide.active.played .overlay .overlay-volume {
	opacity: 0;
	pointer-events: none;
}

.hero-gallery .main-slide .slide.active .text-container .video-gallery__slide--cta .cta {
	pointer-events: all;
	position: relative;
}

.hero-gallery .main-slide .slide.active .text-container .video-gallery__slide--cta .cta a.focus-visible:focus {
	outline: none!important;
}

.hero-gallery .main-slide .slide.active .text-container .video-gallery__slide--cta .cta a.focus-visible:focus:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	outline: 3px solid #6495ed;
}

@media (min-width:768px) and (max-width:1023px) {
	.hero-gallery .main-slide .slide.active .text-container.right:not(.mobile-top):not(.mobile-middle)~.overlay .play-button,.hero-gallery .main-slide .slide.active .text-container.right:not(.mobile-top):not(.mobile-middle)~.overlay .play-loader,.hero-gallery .main-slide .slide.active .text-container.right:not(.mobile-top):not(.mobile-middle)~.overlay .replay-button {
		right: calc(50% - 20px);
	}
}

.hero-gallery .main-slide .slide .overlay>div {
	z-index: 101;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.hero-gallery .main-slide .slide:not(.active) .overlay>div,.hero-gallery .main-slide .slide:not(.active) video {
	opacity: 0;
}

.hero-gallery .main-slide .slide .linear-gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	z-index: 100;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),to(rgba(0,0,0,.6)));
	background: linear-gradient(transparent 60%,rgba(0,0,0,.6));
}

@media (min-width:1024px) {
	.hero-gallery .main-slide .slide .linear-gradient.top {
		background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(60%,transparent));
		background: linear-gradient(rgba(0,0,0,.6),transparent 60%);
	}
}

@media (min-width:1024px) {
	.hero-gallery .main-slide .slide .linear-gradient.middle {
		background: rgba(0,0,0,.25);
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide .linear-gradient.mobile-top {
		background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(60%,transparent));
		background: linear-gradient(rgba(0,0,0,.6),transparent 60%);
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide .linear-gradient.mobile-middle {
		background: rgba(0,0,0,.25);
	}
}

.hero-gallery .main-slide .slide.black {
	background-color: #ebebeb;
}

.hero-gallery .main-slide .slide.black .overlay>div {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.hero-gallery .main-slide .slide.black .play-button .play-text,.hero-gallery .main-slide .slide.black .replay-button .play-text {
	text-shadow: 0 0 4px hsla(0,0%,100%,.25);
}

.hero-gallery .main-slide .slide.black .linear-gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.67)));
	background: linear-gradient(hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.67));
}

@media (min-width:1024px) {
	.hero-gallery .main-slide .slide.black .linear-gradient.top {
		background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.67)),color-stop(60%,hsla(0,0%,100%,0)));
		background: linear-gradient(hsla(0,0%,100%,.67),hsla(0,0%,100%,0) 60%);
	}
}

@media (min-width:1024px) {
	.hero-gallery .main-slide .slide.black .linear-gradient.middle {
		background: hsla(0,0%,100%,.35);
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.black .linear-gradient.mobile-top {
		background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.67)),color-stop(60%,hsla(0,0%,100%,0)));
		background: linear-gradient(hsla(0,0%,100%,.67),hsla(0,0%,100%,0) 60%);
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.black .linear-gradient.mobile-middle {
		background: hsla(0,0%,100%,.35);
	}
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	position: absolute;
	right: 30px;
	text-align: right;
	bottom: 95px;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		bottom: 109px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		bottom: 130px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		bottom: 45px;
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		bottom: calc(100% - 60px);
	}
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg transform='translate(11.053 8.684)' fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M.79 0h.789a.79.79 0 0 1 .79.79v11.052a.79.79 0 0 1-.79.79h-.79a.79.79 0 0 1-.789-.79V.79A.79.79 0 0 1 .79 0z'/%3E%3Crect x='5.526' width='2.368' height='12.632' rx='1.184'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-play:hover,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-play {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-play {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3E928AF7-9C96-4538-9BEC-A944486DB908%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zm13.77-.77a.625.625 0 0 1 .46-1.162 2.208 2.208 0 0 1 0 4.106.625.625 0 0 1-.46-1.162.958.958 0 0 0 0-1.782zm2.5-1.471a.625.625 0 1 1 .46-1.162 3.791 3.791 0 0 1 0 7.048.625.625 0 1 1-.46-1.162 2.541 2.541 0 0 0 0-4.724zm2.496-1.559a.625.625 0 1 1 .468-1.158 5.479 5.479 0 0 1 0 10.158.625.625 0 1 1-.468-1.158 4.229 4.229 0 0 0 0-7.842z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume:hover,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EF75DDFCC-5288-4F7E-9BB7-E737ED67A66F%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.875 745.875 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.677 742.677 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm2.77-21.39a.958.958 0 0 1 0 1.78.625.625 0 0 0 .46 1.163 2.208 2.208 0 0 0 0-4.106.625.625 0 0 0-.46 1.162zm2.5-1.472a2.541 2.541 0 0 1 0 4.724.625.625 0 1 0 .46 1.162 3.791 3.791 0 0 0 0-7.048.625.625 0 0 0-.46 1.162zm2.496-1.559a4.229 4.229 0 0 1 0 7.842.625.625 0 0 0 .468 1.158 5.479 5.479 0 0 0 0-10.158.625.625 0 1 0-.468 1.158z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume.volume-off,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E57D5C652-5A7F-4B13-93E8-D96BCD099F38%3C/title%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zM27.943 20l2.357 2.357a.667.667 0 1 1-.943.943L27 20.943 24.643 23.3a.667.667 0 1 1-.943-.943L26.057 20 23.7 17.643a.667.667 0 1 1 .943-.943L27 19.057l2.357-2.357a.667.667 0 1 1 .943.943L27.943 20z'/%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume.volume-off:hover,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume.volume-off:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E8360BB56-FB48-46DC-8596-A6C83B34AFBA%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.814 745.814 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.642 742.642 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM27.943 20l2.357-2.357a.667.667 0 0 0-.943-.943L27 19.057 24.643 16.7a.667.667 0 0 0-.943.943L26.057 20 23.7 22.357a.667.667 0 0 0 .943.943L27 20.943l2.357 2.357a.667.667 0 0 0 .943-.943L27.943 20zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play .icon-volume,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume .icon-volume {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play:focus .icon-play,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume:focus .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play:focus .icon-volume,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume:focus .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EF75DDFCC-5288-4F7E-9BB7-E737ED67A66F%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.875 745.875 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.677 742.677 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm2.77-21.39a.958.958 0 0 1 0 1.78.625.625 0 0 0 .46 1.163 2.208 2.208 0 0 0 0-4.106.625.625 0 0 0-.46 1.162zm2.5-1.472a2.541 2.541 0 0 1 0 4.724.625.625 0 1 0 .46 1.162 3.791 3.791 0 0 0 0-7.048.625.625 0 0 0-.46 1.162zm2.496-1.559a4.229 4.229 0 0 1 0 7.842.625.625 0 0 0 .468 1.158 5.479 5.479 0 0 0 0-10.158.625.625 0 1 0-.468 1.158z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play:focus .icon-volume.volume-off,.hero-gallery .main-slide .slide.playing .overlay .overlay-volume:focus .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E8360BB56-FB48-46DC-8596-A6C83B34AFBA%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.814 745.814 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.642 742.642 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM27.943 20l2.357-2.357a.667.667 0 0 0-.943-.943L27 19.057 24.643 16.7a.667.667 0 0 0-.943.943L26.057 20 23.7 22.357a.667.667 0 0 0 .943.943L27 20.943l2.357 2.357a.667.667 0 0 0 .943-.943L27.943 20zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
	right: 115px;
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-volume[disabled] {
	display: none;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		right: 126px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		right: 142.5px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-volume {
		right: 85px;
	}
}

.hero-gallery .main-slide .slide.playing .overlay .overlay-play {
	right: 60px;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play {
		right: 60px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play {
		right: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .main-slide .slide.playing .overlay .overlay-play {
		right: 30px;
	}
}

@media (max-width:767px) {
	.hero-gallery .main-slide .slide.playing .text-container.mobile-top~.overlay .overlay-play,.hero-gallery .main-slide .slide.playing .text-container.mobile-top~.overlay .overlay-volume {
		bottom: auto;
		top: 10px;
	}

	.hero-gallery .main-slide .slide.playing .text-container.mobile-top.right~.overlay .overlay-play {
		right: auto;
		left: 30px;
	}

	.hero-gallery .main-slide .slide.playing .text-container.mobile-top.right~.overlay .overlay-volume {
		right: auto;
		left: 85px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.hero-gallery .main-slide .slide.playing .text-container.right:not(.mobile-top):not(.mobile-middle)~.overlay .overlay-volume {
		right: calc(50% - 90px);
	}

	.hero-gallery .main-slide .slide.playing .text-container.right:not(.mobile-top):not(.mobile-middle)~.overlay .overlay-play {
		right: calc(50% - 20px);
	}
}

.hero-gallery .main-slide .slide.playing .play-button,.hero-gallery .main-slide .slide.playing .replay-button {
	opacity: 0;
	pointer-events: none;
}

.hero-gallery .main-slide .slide.playing .video-container {
	pointer-events: all;
	opacity: 1;
}

.hero-gallery .main-slide .slide.playing .video-container .overlay-container {
	background-color: transparent;
}

.hero-gallery .main-slide .slide.playing.paused .overlay .overlay-play .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Drop-1'%3E%3Cg id='Icons---Video-Gallery' transform='translate(-154 -59)'%3E%3Cg id='ICON_Play' transform='translate(154 59)'%3E%3Cpath id='Combined-Shape' class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3Cpath class='st0' d='M167.9 69v20.2l17.5-10.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.hero-gallery .main-slide .slide.playing.paused .overlay .overlay-play .icon-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-6.1 30.2V10l17.5 10.1-17.5 10.1z' id='Drop-1'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.hero-gallery .main-slide .slide.playing.paused .overlay .overlay-play .icon-play {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .main-slide .slide.playing.paused .overlay .overlay-play .icon-play {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.hero-gallery .main-slide .slide.playing.paused .overlay .overlay-play:focus .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-6.1 30.2V10l17.5 10.1-17.5 10.1z' id='Drop-1'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .text-container {
	z-index: 101;
	pointer-events: none;
	position: absolute;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container {
		padding-left: 45px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:1681px) {
	.hero-gallery .text-container {
		bottom: 3pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .text-container {
		bottom: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container {
		bottom: 60px;
		display: block;
		top: auto;
	}
}

@media (max-height:450px) {
	.hero-gallery .text-container {
		top: calc(65% - 150px);
	}
}

.hero-gallery .text-container a {
	pointer-events: all;
}

.hero-gallery .text-container.white {
	color: #fff;
}

.hero-gallery .text-container.white .cta {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #333;
	text-shadow: none;
}

.hero-gallery .text-container.white .cta>a {
	color: inherit!important;
	padding: 0;
}

.hero-gallery .text-container.black {
	color: #000;
}

.hero-gallery .text-container.black .video-gallery__slide--title:after,.hero-gallery .text-container.black .video-gallery__slide--title:before {
	background-color: rgba(0,0,0,.5)!important;
}

.hero-gallery .text-container.black .cta {
	background-color: #00425e;
	border: none;
	border-radius: 4px;
	color: #fff;
}

.hero-gallery .text-container.black .cta>a {
	color: inherit!important;
	padding: 0;
}

@media (min-width:1024px) {
	.hero-gallery .text-container.top {
		top: 3pc;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.hero-gallery .text-container.top .video-gallery__slide--title {
		padding-top: 9pt;
	}

	.hero-gallery .text-container.top .video-gallery__slide--title.dealerHeroTitle {
		text-transform: uppercase;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container.top .video-gallery__slide--title {
		padding-top: 30px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.top .video-gallery__slide--title:after,.hero-gallery .text-container.top .video-gallery__slide--title:before {
		height: 125px!important;
		top: auto!important;
		bottom: 0!important;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.mobile-top {
		top: 3pc;
	}

	.hero-gallery .text-container.mobile-top .video-gallery__slide--title:after,.hero-gallery .text-container.mobile-top .video-gallery__slide--title:before {
		height: 125px!important;
		top: auto!important;
		bottom: 0!important;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container.mobile-top~.overlay .play-button,.hero-gallery .text-container.mobile-top~.overlay .play-loader,.hero-gallery .text-container.mobile-top~.overlay .replay-button {
		bottom: auto;
		top: 10px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.middle {
		top: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hero-gallery .text-container.middle .subtitle-container .video-gallery__slide--subtitle {
		padding-bottom: 8.5px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.middle {
		top: 3pc;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.middle {
		top: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.mobile-middle {
		top: calc(50% - 50px);
	}

	.hero-gallery .text-container.mobile-middle .subtitle-container .video-gallery__slide--subtitle {
		padding-bottom: 8.5px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		position: absolute;
		bottom: -20px;
		top: unset;
		left: 0;
		right: 0;
		padding: 0 30px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.bottom,.hero-gallery .text-container:not(.middle):not(.top) {
		top: auto;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--title:after,.hero-gallery .text-container.bottom .video-gallery__slide--title:before,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--title:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--title:before {
		height: 140px;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle {
		position: relative;
		padding-bottom: 2.5px;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle[data-disclaimerposition=left]:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle[data-disclaimerposition=left]:after {
		text-align: left;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle[data-disclaimerposition=center]:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle[data-disclaimerposition=center]:after {
		text-align: center;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle[data-disclaimerposition=right]:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle[data-disclaimerposition=right]:after {
		text-align: right;
	}

	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		content: attr(data-disclaimer);
		display: block;
		font-size: 9pt;
		letter-spacing: 0;
		line-height: 1.5;
		line-height: 1.2;
		white-space: normal;
		opacity: .6;
		max-height: 29px;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: -30px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		font-size: .9pc;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		font-size: 18px;
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 29px;
	}
}

@media (min-width:1024px) and (max-width:767px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		max-height: 40px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		max-height: 34.8px;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		max-height: 43.5px;
	}
}

@media (min-width:1024px) and (min-width:1024px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		margin-right: 50px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		bottom: -36px;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:after {
		bottom: -45px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:last-child:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:last-child:after {
		margin-right: 15pc;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:last-child:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:last-child:after {
		margin-right: 3in;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.bottom .video-gallery__slide--subtitle:last-child:after,.hero-gallery .text-container:not(.middle):not(.top) .video-gallery__slide--subtitle:last-child:after {
		margin-right: 360px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.mobile-bottom,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) {
		top: auto;
	}

	.hero-gallery .text-container.mobile-bottom[data-disclaimer=""]:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top)[data-disclaimer=""]:after {
		min-height: 0;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--title:after,.hero-gallery .text-container.mobile-bottom .video-gallery__slide--title:before,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--title:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--title:before {
		height: 140px;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle {
		position: relative;
		padding-bottom: 2.5px;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle[data-disclaimerposition=left]:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle[data-disclaimerposition=left]:after {
		text-align: left;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle[data-disclaimerposition=center]:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle[data-disclaimerposition=center]:after {
		text-align: center;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle[data-disclaimerposition=right]:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle[data-disclaimerposition=right]:after {
		text-align: right;
	}

	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		content: attr(data-disclaimer);
		display: block;
		font-size: 9pt;
		letter-spacing: 0;
		line-height: 1.5;
		line-height: 1.2;
		white-space: normal;
		opacity: .6;
		max-height: 29px;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: -81pt;
		margin-left: 0;
		margin-right: 15pc;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		font-size: .9pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		font-size: 18px;
	}
}

@media (max-width:1023px) and (max-width:1023px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 29px;
	}
}

@media (max-width:1023px) and (max-width:767px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		max-height: 40px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		max-height: 34.8px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		max-height: 43.5px;
	}
}

@media (max-width:1023px) and (max-width:767px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:after {
		display: none;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.mobile-bottom .video-gallery__slide--subtitle:last-child:after,.hero-gallery .text-container:not(.mobile-middle):not(.mobile-top) .video-gallery__slide--subtitle:last-child:after {
		margin-right: 15pc;
		bottom: -44px;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container[data-disclaimerposition=left]:after {
		text-align: left;
	}

	.hero-gallery .text-container[data-disclaimerposition=center]:after {
		text-align: center;
	}

	.hero-gallery .text-container[data-disclaimerposition=right]:after {
		text-align: right;
	}

	.hero-gallery .text-container:after {
		content: attr(data-disclaimer);
		display: block;
		font-size: 9pt;
		letter-spacing: 0;
		line-height: 1.5;
		line-height: 1.2;
		white-space: normal;
		opacity: .6;
		max-height: 29px;
		overflow: hidden;
		position: absolute;
		position: relative;
		top: 10px;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.hero-gallery .text-container:after {
		font-size: .9pc;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.hero-gallery .text-container:after {
		font-size: 18px;
	}
}

@media (max-width:767px) and (max-width:1023px) {
	.hero-gallery .text-container:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 29px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.hero-gallery .text-container:after {
		max-height: 40px;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.hero-gallery .text-container:after {
		max-height: 34.8px;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.hero-gallery .text-container:after {
		max-height: 43.5px;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.hero-gallery .text-container.mobile-middle[data-disclaimerposition=left]:after,.hero-gallery .text-container.mobile-top[data-disclaimerposition=left]:after {
		text-align: left;
	}

	.hero-gallery .text-container.mobile-middle[data-disclaimerposition=center]:after,.hero-gallery .text-container.mobile-top[data-disclaimerposition=center]:after {
		text-align: center;
	}

	.hero-gallery .text-container.mobile-middle[data-disclaimerposition=right]:after,.hero-gallery .text-container.mobile-top[data-disclaimerposition=right]:after {
		text-align: right;
	}

	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		content: attr(data-disclaimer);
		display: block;
		font-size: 9pt;
		letter-spacing: 0;
		line-height: 1.5;
		line-height: 1.2;
		white-space: normal;
		opacity: .6;
		max-height: 29px;
		overflow: hidden;
		position: absolute;
		bottom: -45px;
		margin-right: 15pc;
	}
}

@media (max-width:1023px) and (min-width:768px) and (min-width:1681px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		font-size: .9pc;
	}
}

@media (max-width:1023px) and (min-width:768px) and (min-width:2201px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		font-size: 18px;
	}
}

@media (max-width:1023px) and (min-width:768px) and (max-width:1023px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 29px;
	}
}

@media (max-width:1023px) and (min-width:768px) and (max-width:767px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		max-height: 40px;
	}
}

@media (max-width:1023px) and (min-width:768px) and (min-width:1681px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		max-height: 34.8px;
	}
}

@media (max-width:1023px) and (min-width:768px) and (min-width:2201px) {
	.hero-gallery .text-container.mobile-middle:after,.hero-gallery .text-container.mobile-top:after {
		max-height: 43.5px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.middle[data-disclaimerposition=left]:after,.hero-gallery .text-container.top[data-disclaimerposition=left]:after {
		text-align: left;
	}

	.hero-gallery .text-container.middle[data-disclaimerposition=center]:after,.hero-gallery .text-container.top[data-disclaimerposition=center]:after {
		text-align: center;
	}

	.hero-gallery .text-container.middle[data-disclaimerposition=right]:after,.hero-gallery .text-container.top[data-disclaimerposition=right]:after {
		text-align: right;
	}

	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		content: attr(data-disclaimer);
		display: block;
		font-size: 9pt;
		letter-spacing: 0;
		line-height: 1.5;
		line-height: 1.2;
		white-space: normal;
		opacity: .6;
		max-height: 29px;
		overflow: hidden;
		position: absolute;
		bottom: -30px;
		margin-right: 300px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		font-size: .9pc;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		font-size: 18px;
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 29px;
	}
}

@media (min-width:1024px) and (max-width:767px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		max-height: 40px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		max-height: 34.8px;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		max-height: 43.5px;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		bottom: -36px;
		margin-right: 360px;
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.hero-gallery .text-container.middle:after,.hero-gallery .text-container.top:after {
		bottom: -45px;
		margin-right: 450px;
	}
}

.hero-gallery .text-container.center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}

.hero-gallery .text-container.right {
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width:1681px) {
	.hero-gallery .text-container.right {
		padding-left: 84px;
		padding-right: 72px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .text-container.right {
		padding-left: 102px;
		padding-right: 90px;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container.right {
		padding-left: 60px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.right {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container.right {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.right {
		right: 0;
	}
}

.hero-gallery .text-container.right .video-gallery__slide--title {
	padding-left: 30px;
	padding-right: 0;
}

.hero-gallery .text-container.right .video-gallery__slide--title.dealerHeroTitle {
	text-transform: uppercase;
}

@media (max-width:1023px) {
	.hero-gallery .text-container.right .video-gallery__slide--title.dealerHeroTitle {
		text-transform: uppercase;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container.right .video-gallery__slide--title {
		position: relative;
	}

	.hero-gallery .text-container.right .video-gallery__slide--title:after {
		display: none;
	}

	.hero-gallery .text-container.right .video-gallery__slide--title:before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		background-color: hsla(0,0%,100%,.5);
		left: -1px;
		top: 0;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container.right .video-gallery__slide--title {
		text-align: right;
	}
}

.hero-gallery .text-container.right .subtitle-container {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.hero-gallery .text-container.right .subtitle-container .video-gallery__slide--subtitle {
	text-align: right;
}

@media (min-width:1024px) {
	.hero-gallery .text-container.right .subtitle-container .video-gallery__slide--subtitle {
		padding-left: 24px;
		padding-right: 0;
	}

	.hero-gallery .text-container.right .subtitle-container .video-gallery__slide--subtitle:after {
		margin-left: 24px;
		margin-right: 0!important;
	}
}

.hero-gallery .text-container .video-gallery__slide--title {
	font-family: ArsenalRegular,sans-serif;
	font-size: 52px;
	line-height: 1.2;
	line-height: 1;
	width: auto;
	padding-right: 30px;
	text-align: left;
	display: inline-block;
}

.hero-gallery .text-container .video-gallery__slide--title.dealerHeroTitle {
	text-transform: uppercase;
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		font-size: 36px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		font-size: 78px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		position: relative;
	}

	.hero-gallery .text-container .video-gallery__slide--title:before {
		display: none;
	}

	.hero-gallery .text-container .video-gallery__slide--title:after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		background-color: hsla(0,0%,100%,.5);
		right: -1px;
		top: 0;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		max-width: 40%;
		padding-top: 1pc;
		white-space: normal;
		min-width: 15%;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		width: auto;
		display: block;
		padding: 0;
		vertical-align: middle;
	}
}

@media (max-width:767px) {
	.hero-gallery .text-container .video-gallery__slide--title {
		white-space: normal;
	}
}

.hero-gallery .text-container .subtitle-container {
	width: 100%;
	display: inline-block;
	padding-left: 30px;
}

@media (min-width:1024px) {
	.hero-gallery .text-container .subtitle-container {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container .subtitle-container {
		display: block;
		border: 0;
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: none;
		transform: none;
	}
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
	font-size: 20px;
	line-height: 1;
	text-align: left;
	white-space: normal;
	width: 100%;
	padding-bottom: 2.5px;
}

@media (min-width:1024px) and (max-width:1279px) {
	.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
		font-size: 30px;
	}
}

@media (min-width:1024px) {
	.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
		padding-right: 24px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .text-container .subtitle-container .video-gallery__slide--subtitle {
		width: auto;
		padding-top: 10px;
	}
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta {
	padding-top: 24px;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 30px;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(bg),.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(ru),.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-gallery .text-container .subtitle-container .video-gallery__slide--cta .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.hero-gallery .navigation {
	position: absolute;
	right: 60px;
	bottom: 15px;
	z-index: 101;
}

@media (min-width:1681px) {
	.hero-gallery .navigation {
		right: 60px;
		bottom: 18px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .navigation {
		right: 60px;
		bottom: 22.5px;
	}
}

@media (max-width:1023px) {
	.hero-gallery .navigation {
		left: auto;
		right: 30px;
		bottom: 20px;
	}
}

@media (max-width:767px) {
	.hero-gallery .navigation {
		left: 30px;
		right: auto;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.hero-gallery .navigation {
		bottom: 6px;
	}
}

.hero-gallery .navigation.outlined {
	outline: 1px solid #fff;
	outline-offset: 3px;
}

.hero-gallery .navigation .navigation-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 9pt;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

@media (min-width:1681px) {
	.hero-gallery .navigation .navigation-item {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	.hero-gallery .navigation .navigation-item {
		width: 15px;
		height: 15px;
	}
}

.hero-gallery .navigation .navigation-item.active {
	background-color: #fff;
}

.hero-gallery .navigation .navigation-item:last-child {
	margin-right: 0;
}

.hero-gallery .navigation .navigation-pause {
	position: relative;
	display: inline-block;
	margin-right: 9pt;
	width: 9pt;
	height: 9pt;
	cursor: pointer;
}

@media (min-width:1681px) {
	.hero-gallery .navigation .navigation-pause {
		width: 14px;
		height: 14px;
	}
}

@media (min-width:2201px) {
	.hero-gallery .navigation .navigation-pause {
		width: 17px;
		height: 17px;
	}
}

.hero-gallery .navigation .navigation-pause[aria-pressed=true] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23fff%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' class='a'%3E%3Cpath class='b' d='M0 .5v7.93a.5.5 0 0 0 .75.43l6.86-4a.49.49 0 0 0 0-.86L.75.07A.5.5 0 0 0 0 .5z' transform='translate(1.5 .497)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .navigation .navigation-pause[aria-pressed=false] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%23fff%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(.955)' id='a' class='a'%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(5.089)'/%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(.089)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .navigation.black.outlined {
	outline: 1px solid #00425e;
	outline-offset: 3px;
}

.hero-gallery .navigation.black .navigation-item {
	border-color: #00425e;
}

.hero-gallery .navigation.black .navigation-item.active {
	background-color: #00425e;
}

.hero-gallery .navigation.black .navigation-pause[aria-pressed=true] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%230c2340%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' class='a'%3E%3Cpath class='b' d='M0 .5v7.93a.5.5 0 0 0 .75.43l6.86-4a.49.49 0 0 0 0-.86L.75.07A.5.5 0 0 0 0 .5z' transform='translate(1.5 .497)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery .navigation.black .navigation-pause[aria-pressed=false] {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bclip-path:url(clientlib-site/css/%23b)%7D.b%7Bfill:%230c2340%7D%3C/style%3E%3CclipPath id='b'%3E%3Cpath d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(.955)' id='a' class='a'%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(5.089)'/%3E%3Crect class='b' width='3' height='10' rx='1.5' transform='translate(.089)'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-gallery.video-loading .nextTrigger,.hero-gallery.video-loading .prevTrigger {
	pointer-events: none;
}

.hero-gallery.video-loading .main-slide .slide.active .play-loader {
	opacity: 1;
}

.hero-gallery.video-loading .main-slide .slide .video-container {
	opacity: 0;
	pointer-events: none;
}

.hero-gallery.video-loading .main-slide .slide .overlay .overlay-play,.hero-gallery.video-loading .main-slide .slide .overlay .overlay-volume {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hero-gallery.autoplay:not(.video-loading) .main-slide .slide .overlay .overlay-play:focus,.hero-gallery.autoplay:not(.video-loading) .main-slide .slide .overlay .overlay-volume:focus,.hero-gallery.autoplay:not(.video-loading) .main-slide .slide .overlay .play-button:focus,.hero-gallery.autoplay:not(.video-loading) .main-slide .slide .overlay .replay-button:focus {
	opacity: 1;
}

@media (max-width:767px) {
	.hero-gallery.dealer-site .main-slide {
		height: calc(100vh - 70px - 55px);
	}
}

.hero-gallery[data-animation=true] .main-slide .slide.active .overlay,.hero-gallery[data-animation=true] .main-slide .slide.active .text-container .subtitle-container .ctaContainer,.hero-gallery[data-animation=true] .main-slide .slide.active .text-container .subtitle-container .video-gallery__slide--subtitle,.hero-gallery[data-animation=true] .main-slide .slide.active .text-container .video-gallery__slide--title,.hero-gallery[data-animation=true] .main-slide .slide.active .text-container:after,.hero-gallery[data-animation=true] .navigation {
	opacity: 0;
}

.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container .subtitle-container .video-gallery__slide--subtitle,.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container .video-gallery__slide--title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container .subtitle-container .ctaContainer {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container.top .subtitle-container,.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container.top .video-gallery__slide--title,.hero-gallery[data-animation=true].in-view .main-slide .slide.active .text-container.top:after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.hero-gallery[data-animation=true].in-view .main-slide .slide.active .overlay {
	opacity: 1;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

.hero-gallery[data-animation=true].in-view .navigation {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.hero-image-home {
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	margin: 0;
	padding: 0;
}

@media (max-width:1023px) {
	.hero-image-home {
		height: auto;
	}
}

@media (min-width:1681px) {
	.hero-image-home {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.hero-image-home {
		height: calc(100% - 112.5px);
	}
}

.hero-image-home .downArrow {
	cursor: pointer;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	right: 60px;
	bottom: 45px;
	display: block;
}

@media (min-width:1681px) {
	.hero-image-home .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.hero-image-home .downArrow {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.hero-image-home .downArrow {
		bottom: 30px;
	}
}

@media (max-width:1023px) {
	.hero-image-home .downArrow {
		display: none;
	}
}

.hero-image-home .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.hero-image-home .logo-cont {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 30px;
	display: none;
}

@media (max-width:1023px) {
	.hero-image-home .logo-cont {
		display: none;
	}
}

.hero-image-home .logo-cont .logo {
	height: 70px;
	margin: 0 auto;
	z-index: 1;
	background: url(clientlib-site/resources/img/mobile-header-logo-white.svg) 50% no-repeat;
	background-size: auto 100%;
}

@media (min-width:1681px) {
	.hero-image-home .logo-cont .logo {
		height: 84px;
	}
}

@media (min-width:2201px) {
	.hero-image-home .logo-cont .logo {
		height: 105px;
	}
}

@media screen and (min-aspect-ratio:11/6) {
	.hero-image-home .logo-cont {
		margin-top: 3vh;
	}

	.hero-image-home .logo-cont .logo {
		height: 7.7vh;
		background-size: auto 100%;
	}
}

.hero-image-home .bg-img-container {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.hero-image-home .bg-img-container .bg-img {
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.hero-image-home .bg-img-container .bg-img img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
}

@media screen and (min-aspect-ratio:11/6) {
	.hero-image-home .bg-img-container .bg-img img {
		top: -95%;
	}
}

@media (max-width:1023px) {
	.hero-image-home .bg-img-container .bg-img {
		height: auto;
	}

	.hero-image-home .bg-img-container .bg-img img {
		display: block;
		position: static;
		min-width: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
	}
}

.hero-image-home .bg-img-container .text-shade {
	position: absolute;
	bottom: 0;
	height: 200px;
	width: 100%;
	background: url(clientlib-site/resources/img/gradient_9_bottom.png) 0 0 repeat-x;
}

@media (max-width:1023px) {
	.hero-image-home .bg-img-container .text-shade {
		height: 130px;
		background-image: url(clientlib-site/resources/img/gradient_9_bottom_tablet.png);
	}
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .text-shade {
		height: 5pc;
	}
}

.hero-image-home .bg-img-container .title-cta {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
}

@media (max-width:1023px) {
	.hero-image-home .bg-img-container .title-cta {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .title-cta {
		padding: 0 45px;
		position: static;
	}
}

.hero-image-home .bg-img-container .title-cta .title-cta-table {
	text-align: left;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
	color: #fff;
	font-family: RobotoRegular,sans-serif;
	font-size: 52px;
	line-height: 1.2;
	letter-spacing: .04em;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	line-height: 1;
	margin: -.08em 0 0;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(bg),.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(ru),.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		font-size: 78px;
	}
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid hsla(0,0%,100%,.3);
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 15px;
	margin-top: -.3em;
	widows: 2;
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 30px;
	}
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle .subtitleExtra {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1;
	letter-spacing: .02em;
	margin-top: 6px;
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle .subtitleExtra {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle .subtitleExtra {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle .subtitleExtra {
		font-size: 21px;
	}
}

.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer {
	margin-bottom: 45px;
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer {
		margin-bottom: 30px;
	}
}

@media (max-width:1023px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table {
		padding: 0 0 30px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		display: block;
		letter-spacing: 0;
		padding: 0 0 6px;
		margin: 0;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta {
		display: block;
		padding: 0;
		width: 100%;
		border-left: none;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		display: block;
		width: 60%;
		margin: 0;
		line-height: 1;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer {
		display: block;
		position: absolute;
		bottom: 30px;
		right: 45px;
		margin: 0;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer .cta {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.hero-image-home .bg-img-container .title-cta .title-cta-table {
		padding: 30px 0;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .title {
		padding: 0 0 15px;
		color: #333;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		width: 100%;
		color: #333;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitleExtra {
		color: #333;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer {
		display: block;
		position: static;
		padding-top: 15px;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer .cta {
		background-color: #00425e;
		border: 1px solid #666;
		border-radius: 2px;
	}

	.hero-image-home .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer .cta a {
		color: #fff;
	}
}

.hero-image-home.no-fullscreen {
	height: auto;
}

@media (min-width:1279px) {
	.hero-image-home.no-fullscreen .bg-img {
		height: 50pc;
	}
}

.hero-image-home.no-fullscreen .bg-img img {
	display: block;
	position: static;
	min-width: 0;
	min-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

@media (min-width:1279px) {
	.hero-image-home.no-fullscreen .bg-img img {
		position: absolute;
		height: auto;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
}

.hero-image-home.black .logo-cont .logo {
	background-image: url(clientlib-site/resources/img/mobile-header-logo.svg);
}

.hero-image-home.black .downArrow {
	color: #000;
}

.hero-image-home.black .downArrow .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M104.1 111.18L0 7.08l7-7 104.1 104.1'/%3E%3Cpath d='M104.163 111.085l-7-7L201.246 0l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-image-home.black .bg-img-container .title-cta .title-cta-table .title {
	color: #000;
}

.hero-image-home.black .bg-img-container .title-cta .title-cta-table .subtitle-cta {
	border-left: 1px solid rgba(0,0,0,.3);
}

@media (max-width:1023px) {
	.hero-image-home.black .bg-img-container .title-cta .title-cta-table .subtitle-cta {
		border-left: none;
	}
}

.hero-image-home.black .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
	color: #000;
}

.hero-image-home.black .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer .cta.cta-button {
	color: #000;
	background: #fff;
}

.hero-image-home.black .bg-img-container .title-cta .title-cta-table .subtitle-cta .ctaContainer .cta.cta-button a {
	color: #000;
}

.hero-image-home.black .bg-img-container .text-shade {
	background-image: url(clientlib-site/resources/img/gradient_9_white_bottom.png);
}

@media (max-width:1023px) {
	.hero-image-home.black .bg-img-container .text-shade {
		background-image: url(clientlib-site/resources/img/gradient_9_white_bottom_tablet.png);
	}
}

@media (max-width:767px) {
	.hero-image-home.black .bg-img-container .text-shade {
		display: none;
	}
}

.hero-image-model {
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
	margin: 0;
	padding: 0;
}

@media (max-width:1023px) {
	.hero-image-model {
		height: auto;
	}
}

@media (min-width:1681px) {
	.hero-image-model {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.hero-image-model {
		height: calc(100% - 112.5px);
	}
}

.hero-image-model .downArrow {
	cursor: pointer;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	right: 60px;
	bottom: 45px;
	display: block;
}

@media (min-width:1681px) {
	.hero-image-model .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.hero-image-model .downArrow {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.hero-image-model .downArrow {
		display: none;
	}
}

.hero-image-model .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.hero-image-model .bg-img-container {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-height: 100%;
}

.hero-image-model .bg-img-container .bg-img {
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1000;
	max-height: 26px;
}

@media (min-width:1681px) {
	.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 30px;
	}
}

@media (min-width:2201px) {
	.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 34px;
	}
}

.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .bg-img[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 40px;
	}
}

.hero-image-model .bg-img-container .bg-img img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
}

@media screen and (min-aspect-ratio:11/6) {
	.hero-image-model .bg-img-container .bg-img img {
		top: -95%;
	}
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .bg-img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.hero-image-model .bg-img-container .bg-img img {
		display: block;
		position: static;
		min-width: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
	}
}

.hero-image-model .bg-img-container .text-shade {
	position: absolute;
	bottom: 0;
	height: 200px;
	width: 100%;
	background: url(clientlib-site/css/img/gradient_9_bottom.png) 0 0 repeat-x;
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .text-shade {
		height: 130px;
		background-image: url(clientlib-site/css/img/gradient_9_bottom_tablet.png);
	}
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .text-shade {
		height: 5pc;
	}
}

.hero-image-model .bg-img-container .title-cta {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .title-cta {
		padding: 0 45px;
		position: static;
		background-color: #f2f1f0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.hero-image-model .bg-img-container .title-cta .title-cta-table {
	width: 600px;
	margin: 0 60px 45px;
	text-align: left;
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table {
		margin: 0 0 45px 45px;
		width: 60%;
		text-align: left;
	}
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table {
		margin: 0;
		padding: 0 30px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
	color: #fff;
	font-family: RobotoRegular,sans-serif;
	font-size: 52px;
	letter-spacing: .04em;
	line-height: 1.2;
	display: block;
	width: 100%;
	line-height: 1;
	margin-bottom: 15px;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(bg),.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(ru),.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
		font-size: 78px;
	}
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta {
	width: 100%;
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #fff;
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 14px;
	}
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .downArrow {
	cursor: pointer;
	height: 17px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	display: block;
	margin: 15px 0 0;
}

@media (min-width:1681px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .downArrow {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table .downArrow {
		display: none;
	}
}

.hero-image-model .bg-img-container .title-cta .title-cta-table .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

@media (max-width:767px) {
	.hero-image-model .bg-img-container .title-cta .title-cta-table {
		padding: 30px 0;
	}

	.hero-image-model .bg-img-container .title-cta .title-cta-table .title {
		padding: 0 0 15px;
		color: #333;
	}

	.hero-image-model .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle {
		width: 100%;
		color: #333;
	}
}

.hero-image-model.no-fullscreen {
	height: auto;
}

.hero-image-model.no-fullscreen .bg-img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-image-model.no-fullscreen .bg-img img {
	display: block;
	position: static;
	min-width: 0;
	min-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

.hero-image-model.black .downArrow {
	color: #000;
}

.hero-image-model.black .downArrow .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M104.1 111.18L0 7.08l7-7 104.1 104.1'/%3E%3Cpath d='M104.163 111.085l-7-7L201.246 0l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.hero-image-model.black .bg-img-container .title-cta .title-cta-table .scroll-down,.hero-image-model.black .bg-img-container .title-cta .title-cta-table .subtitle-cta .subtitle,.hero-image-model.black .bg-img-container .title-cta .title-cta-table .title {
	color: #000;
}

.hero-image-model.black .bg-img-container .text-shade {
	background-image: url(clientlib-site/css/img/gradient_9_white_bottom.png);
}

@media (max-width:1023px) {
	.hero-image-model.black .bg-img-container .text-shade {
		background-image: url(clientlib-site/css/img/gradient_9_white_bottom_tablet.png);
	}
}

@media (max-width:767px) {
	.hero-image-model.black .bg-img-container .text-shade {
		display: none;
	}
}

.video-cta-model-hero {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.video-cta-model-hero .container {
	position: relative;
}

.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1000;
	max-height: 26px;
}

@media (min-width:1681px) {
	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 30px;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 34px;
	}
}

.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

@media (max-width:1023px) {
	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]):after {
		max-height: 40px;
	}

	.video-cta-model-hero .container[data-disclaimer]:not([data-disclaimer=""]) .title-cta .title-cta-table {
		margin-bottom: 45px;
	}
}

.video-cta-model-hero .downArrow {
	cursor: pointer;
	height: 17px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	right: 60px;
	bottom: 45px;
	display: block;
}

@media (min-width:1681px) {
	.video-cta-model-hero .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .downArrow {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.video-cta-model-hero .downArrow {
		display: none;
	}
}

.video-cta-model-hero .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.video-cta-model-hero .title-cta {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (max-width:767px) {
	.video-cta-model-hero .title-cta {
		display: none;
	}
}

.video-cta-model-hero .title-cta .title-cta-table {
	width: 600px;
	margin: 0 60px 45px;
	text-align: left;
}

@media (max-width:1023px) {
	.video-cta-model-hero .title-cta .title-cta-table {
		margin: 0 0 15px 45px;
		width: 60%;
		text-align: left;
	}
}

@media (max-width:767px) {
	.video-cta-model-hero .title-cta .title-cta-table {
		margin: 0;
		padding: 0 30px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
}

.video-cta-model-hero .title-cta .title-cta-table .title {
	color: #fff;
	font-family: RobotoRegular,sans-serif;
	font-size: 52px;
	letter-spacing: .04em;
	line-height: 1.2;
	display: block;
	width: 100%;
	line-height: 1;
	margin-bottom: 15px;
}

.video-cta-model-hero .title-cta .title-cta-table .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-cta-model-hero .title-cta .title-cta-table .title:lang(bg),.video-cta-model-hero .title-cta .title-cta-table .title:lang(ru),.video-cta-model-hero .title-cta .title-cta-table .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-cta-model-hero .title-cta .title-cta-table .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-cta-model-hero .title-cta .title-cta-table .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-cta-model-hero .title-cta .title-cta-table .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.video-cta-model-hero .title-cta .title-cta-table .title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.video-cta-model-hero .title-cta .title-cta-table .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero .title-cta .title-cta-table .title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .title-cta .title-cta-table .title {
		font-size: 78px;
	}
}

.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta {
	width: 100%;
}

.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #fff;
}

@media (max-width:767px) {
	.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.video-cta-model-hero .title-cta .title-cta-table .subtitle-cta .subtitle {
		font-size: 14px;
	}
}

.video-cta-model-hero .title-cta .title-cta-table .downArrow {
	cursor: pointer;
	height: 17px;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	display: block;
	margin: 15px 0 0;
}

@media (min-width:1681px) {
	.video-cta-model-hero .title-cta .title-cta-table .downArrow {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .title-cta .title-cta-table .downArrow {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.video-cta-model-hero .title-cta .title-cta-table .downArrow {
		display: none;
	}
}

.video-cta-model-hero .title-cta .title-cta-table .downArrow .icon {
	display: inline-block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M201.25 0l-97.188 97.187L7 .094l-7 7 104.094 104.093.062-.093 6.906-6.907h.032L208.25 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.video-cta-model-hero .video-container,.video-cta-model-hero .videolooper-container {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 104;
}

.video-cta-model-hero .video-container .looper-tag,.video-cta-model-hero .video-container .video-tag,.video-cta-model-hero .videolooper-container .looper-tag,.video-cta-model-hero .videolooper-container .video-tag {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-cta-model-hero .overlay-close,.video-cta-model-hero .overlay-volume {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	display: none;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 15px;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-close,.video-cta-model-hero .overlay-volume {
		right: 0;
		padding: 15px;
		top: 0;
	}
}

.video-cta-model-hero .overlay-close .icon-close,.video-cta-model-hero .overlay-close .icon-volume,.video-cta-model-hero .overlay-volume .icon-close,.video-cta-model-hero .overlay-volume .icon-volume {
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-close .icon-close,.video-cta-model-hero .overlay-close .icon-volume,.video-cta-model-hero .overlay-volume .icon-close,.video-cta-model-hero .overlay-volume .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-cta-model-hero .overlay-close .icon-volume,.video-cta-model-hero .overlay-volume .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-close .icon-volume,.video-cta-model-hero .overlay-volume .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-cta-model-hero .overlay-close .icon-volume.volume-off,.video-cta-model-hero .overlay-volume .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-close .icon-volume.volume-off,.video-cta-model-hero .overlay-volume .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-cta-model-hero .overlay-close .close-text,.video-cta-model-hero .overlay-close .volume-text,.video-cta-model-hero .overlay-volume .close-text,.video-cta-model-hero .overlay-volume .volume-text {
	display: none;
}

.video-cta-model-hero .overlay-volume {
	right: 75px;
}

.video-cta-model-hero .overlay-title-close {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	display: none;
	position: absolute;
	left: 30px;
	text-align: right;
	top: 15px;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-title-close {
		right: 0;
		padding: 15px;
		top: 0;
	}
}

.video-cta-model-hero .overlay-title-close .title {
	color: #fff;
	font-family: RobotoRegular,sans-serif;
	font-size: 52px;
	letter-spacing: .04em;
	line-height: 1.2;
	display: block;
	width: 100%;
	line-height: 1;
	margin-bottom: 15px;
	pointer-events: none;
}

.video-cta-model-hero .overlay-title-close .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-cta-model-hero .overlay-title-close .title:lang(bg),.video-cta-model-hero .overlay-title-close .title:lang(ru),.video-cta-model-hero .overlay-title-close .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-cta-model-hero .overlay-title-close .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-cta-model-hero .overlay-title-close .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-cta-model-hero .overlay-title-close .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.video-cta-model-hero .overlay-title-close .title {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-title-close .title {
		font-size: 2pc;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero .overlay-title-close .title {
		font-size: 3.9pc;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .overlay-title-close .title {
		font-size: 78px;
	}
}

.video-cta-model-hero[data-autoplay="1"] .overlay-title-close {
	left: 60px;
	top: auto;
	bottom: 30px;
}

.video-cta-model-hero.videoLoop .videolooper-container {
	display: block;
	opacity: 0;
	z-index: 103;
}

@media (max-width:1023px) {
	.video-cta-model-hero {
		height: auto;
	}
}

.video-cta-model-hero .background {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
	min-height: 280px;
}

@media (max-width:479px) {
	.video-cta-model-hero .background {
		width: 100%;
		min-height: 0;
	}
}

.video-cta-model-hero .text-shade {
/*!rtl:ignore*/
	background-color: #000;
	opacity: .3;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 104;
}

.video-cta-model-hero.fullScreen {
	height: calc(100% - 75px);
}

.video-cta-model-hero.fullScreen .container {
	height: 100%;
}

@media (max-width:1023px) {
	.video-cta-model-hero.fullScreen {
		height: auto;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero.fullScreen {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero.fullScreen {
		height: calc(100% - 112.5px);
	}
}

.video-cta-model-hero.fullScreen .background {
	bottom: -100%;
	left: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: auto;
}

@media (max-width:1023px) {
	.video-cta-model-hero.fullScreen .background {
		min-height: 0;
		position: static;
		width: 100%;
	}
}

.video-cta-model-hero .overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	background: url(clientlib-site/css/img/gradient_9.png) 0 0 repeat-y;
}

.video-cta-model-hero .overlay-container .vertically-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

@media (max-width:1023px) {
	.video-cta-model-hero .overlay-container .vertically-centered {
		width: 60%;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero .overlay-container .vertically-centered {
		width: calc(100% - 90px);
	}
}

.video-cta-model-hero .overlay-container .titleOverlay {
	margin-bottom: 20px;
	text-align: center;
	font-size: 38px;
}

@media (max-width:767px) {
	.video-cta-model-hero .overlay-container .titleOverlay {
		font-family: Univers57,sans-serif;
		font-size: 27px;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(bg),.video-cta-model-hero .overlay-container .titleOverlay:lang(ru),.video-cta-model-hero .overlay-container .titleOverlay:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero .overlay-container .titleOverlay {
		font-family: Univers57,sans-serif;
		font-size: 27px;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(bg),.video-cta-model-hero .overlay-container .titleOverlay:lang(ru),.video-cta-model-hero .overlay-container .titleOverlay:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.video-cta-model-hero .overlay-container .titleOverlay:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (min-width:1681px) {
	.video-cta-model-hero .overlay-container .titleOverlay {
		font-size: 45.6px;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .overlay-container .titleOverlay {
		font-size: 57px;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero .overlay-container .titleOverlay {
		margin-bottom: 10px;
	}
}

.video-cta-model-hero .overlay-container .titleOverlay {
	opacity: 0;
}

.video-cta-model-hero .overlay-container .overlay-subtitle {
	opacity: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	line-height: 1.2;
	margin-bottom: 45px;
}

@media (min-width:1681px) {
	.video-cta-model-hero .overlay-container .overlay-subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .overlay-container .overlay-subtitle {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.video-cta-model-hero .overlay-container .overlay-subtitle {
		display: none!important;
	}
}

.video-cta-model-hero .overlay-container .cta-container {
	text-align: center;
	opacity: 0;
	margin-bottom: 10px;
}

.video-cta-model-hero .overlay-container .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	padding: 0 30px;
	text-decoration: none;
}

.video-cta-model-hero .overlay-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.video-cta-model-hero .overlay-container .cta:lang(bg),.video-cta-model-hero .overlay-container .cta:lang(ru),.video-cta-model-hero .overlay-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.video-cta-model-hero .overlay-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-cta-model-hero .overlay-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-cta-model-hero .overlay-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.video-cta-model-hero .overlay-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.video-cta-model-hero .overlay-container .cta {
		font-size: 21px;
	}
}

.video-cta-model-hero .overlay-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
}

.video-cta-model-hero .overlay-container .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.video-cta-model-hero .overlay-container .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.video-cta-model-hero .overlay-container .play-button,.video-cta-model-hero .overlay-container .play-button-clone,.video-cta-model-hero .overlay-container .play-loader {
	opacity: 0;
	position: absolute;
	bottom: -60px;
	margin: 0 auto;
	height: 90px;
	width: 100%;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px 90px;
	cursor: pointer;
}

@media (max-width:1023px) {
	.video-cta-model-hero .overlay-container .play-button,.video-cta-model-hero .overlay-container .play-button-clone,.video-cta-model-hero .overlay-container .play-loader {
		position: relative;
		bottom: auto;
		height: 60px;
		background-size: 60px 60px;
	}
}

.video-cta-model-hero .overlay-container .play-button-clone .play-text,.video-cta-model-hero .overlay-container .play-button .play-text {
	display: block;
	position: absolute;
	width: 100%;
	bottom: -20px;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	opacity: inherit;
}

.video-cta-model-hero .overlay-container .play-loader {
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px 90px;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@media (max-width:1023px) {
	.video-cta-model-hero .overlay-container .play-loader {
		position: relative;
		bottom: auto;
		height: 60px;
		background-size: 60px 60px;
	}
}

.video-cta-model-hero[data-controls=always] .overlay-container,.video-cta-model-hero[data-controls=always] .text-shade {
	pointer-events: none;
}

.video-cta-model-hero[data-controls=always] .overlay-container .play-button,.video-cta-model-hero[data-controls=always] .overlay-container .play-button-clone,.video-cta-model-hero[data-controls=always] .text-shade .play-button,.video-cta-model-hero[data-controls=always] .text-shade .play-button-clone {
	pointer-events: all;
}

@media (max-width:1023px) {
	.video-cta-model-hero[data-controls=mobile] .overlay-container,.video-cta-model-hero[data-controls=mobile] .text-shade {
		pointer-events: none;
	}

	.video-cta-model-hero[data-controls=mobile] .overlay-container .play-button,.video-cta-model-hero[data-controls=mobile] .overlay-container .play-button-clone,.video-cta-model-hero[data-controls=mobile] .text-shade .play-button,.video-cta-model-hero[data-controls=mobile] .text-shade .play-button-clone {
		pointer-events: all;
	}
}

.video-cta-model-hero .resume-button {
	opacity: 0;
	position: absolute;
	bottom: 45px;
	z-index: 111;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 45px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.8 26.8'%3E%3Cstyle%3E.st0%7Bopacity:.4;enable-background:new%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle class='st0' cx='13.9' cy='13.3' r='13.3'/%3E%3Cpath class='st1' d='M13.9.5C6.8.5 1.1 6.2 1.1 13.3s5.7 12.8 12.8 12.8 12.8-5.7 12.8-12.8S21 .5 13.9.5zm0 24.6c-6.5 0-11.8-5.3-11.8-11.8S7.4 1.5 13.9 1.5s11.8 5.3 11.8 11.8c.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath class='st1' d='M16.4 6.3c.1 0 .3.1.4.2l2.1 2.4c0 .1.1.3 0 .4-.1.2-.2.3-.3.3l-3.1.7h-.1c-.1 0-.3-.1-.4-.2-.1-.1-.2-.3-.1-.5l.2-.6c-.3-.1-.6-.1-1-.1-.5 0-1 .1-1.4.2-2.6.9-4.1 3.6-3.3 6.3.6 2.1 2.6 3.5 4.8 3.5.5 0 1-.1 1.4-.2 1.5-.5 2.6-1.5 3.2-2.9.1-.3.4-.5.7-.5.1 0 .2 0 .3.1.4.1.6.6.4.9-.7 1.8-2.2 3.2-4.1 3.8-.6.2-1.3.3-1.9.3-2.8 0-5.3-1.8-6.2-4.5-1-3.4.9-7 4.3-8 .6-.2 1.2-.3 1.9-.3.5 0 1 .1 1.4.2l.3-1c.1-.2.2-.3.3-.3l.2-.2c-.1 0 0 0 0 0'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 45px 45px;
}

@media (max-width:1023px) {
	.video-cta-model-hero .resume-button {
		bottom: 30px;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero .resume-button {
		bottom: 10px;
		height: 30px;
		background-size: 30px 30px;
	}
}

@media (min-width:480px) {
	.video-cta-model-hero .resume-button.smallPhone {
		display: none!important;
	}
}

.video-cta-model-hero .resume-button .resume-button__click {
	margin: 0 auto;
	display: inline-block;
	width: 45px;
	height: 100%;
	cursor: pointer;
}

@media (max-width:479px) {
	.video-cta-model-hero .resume-button .resume-button__click {
		width: 30px;
	}
}

.video-cta-model-hero.overlay .container img {
	z-index: 105;
}

.video-cta-model-hero.overlay.videoLoop img {
	opacity: 0;
}

.video-cta-model-hero.overlay.videoLoop .text-shade {
	z-index: 120;
	background-color: #000;
	opacity: .7;
}

.video-cta-model-hero.overlay.videoLoop .videolooper-container {
	z-index: 105;
	opacity: 1;
}

.video-cta-model-hero.overlay.videoLoop .video-container {
	opacity: 0;
}

.video-cta-model-hero.overlay .titleOverlay {
	opacity: 0;
	display: block;
}

@media (max-width:1023px) {
	.video-cta-model-hero.overlay .titleOverlay {
		margin-bottom: 30px;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero.overlay .titleOverlay {
		margin-bottom: 15px;
		font-size: 1pc;
	}
}

.video-cta-model-hero.overlay .play-button,.video-cta-model-hero.overlay .play-button-clone,.video-cta-model-hero.overlay .play-loader {
	display: none!important;
}

.video-cta-model-hero.overlay .resume-button {
	z-index: 111;
	display: block;
	opacity: 0;
}

@media (max-width:1023px) {
	.video-cta-model-hero.overlay .cta-container {
		margin-bottom: 90px;
	}
}

@media (max-width:479px) {
	.video-cta-model-hero.overlay .cta-container {
		margin-bottom: 15px;
		display: block;
	}
}

.video-cta-model-hero .title-cta-smartphone {
	display: none;
}

@media (max-width:767px) {
	.video-cta-model-hero.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.video-cta-model-hero .title-cta.initial-overlay {
		display: none!important;
	}

	.video-cta-model-hero .title-cta-smartphone {
		display: block;
		padding: 0 45px;
		position: static;
		background-color: #f2f1f0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table {
		text-align: left;
		margin: 0;
		padding: 30px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title {
		font-family: RobotoRegular,sans-serif;
		font-size: 52px;
		letter-spacing: .04em;
		line-height: 1.2;
		display: block;
		width: 100%;
		line-height: 1;
		margin-bottom: 15px;
		padding: 0 0 15px;
		color: #333;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(bg),.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(ru),.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:767px) and (max-width:1023px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title {
		font-size: 42px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title {
		font-size: 2pc;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title {
		font-size: 3.9pc;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .title {
		font-size: 78px;
	}
}

@media (max-width:767px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .subtitle-cta {
		width: 100%;
	}

	.video-cta-model-hero .title-cta-smartphone .title-cta-table .subtitle-cta .subtitle {
		width: 100%;
		color: #333;
		font-size: 20px;
		letter-spacing: -.02em;
		line-height: 1.4;
		font-size: 14px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .subtitle-cta .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .subtitle-cta .subtitle {
		font-size: 24px;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.video-cta-model-hero .title-cta-smartphone .title-cta-table .subtitle-cta .subtitle {
		font-size: 30px;
	}
}

.logo-list {
	background: #fff;
	padding: 20px 60px;
	font-size: 0;
}

.logo-list .element a img,.logo-list .element img {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.logo-list.grey {
	background: #f2f1f0;
	padding: 60px;
	border-bottom: 1px solid #b6b6b6;
	margin: 0;
}

@media (max-width:1023px) {
	.logo-list.grey {
		padding: 45px;
	}
}

@media (max-width:767px) {
	.logo-list.grey {
		padding: 20px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.logo-list.grey {
		padding: 45px 60px 15px;
	}
}

@media (max-width:1023px) {
	.logo-list.grey {
		padding: 60px 45px 30px;
	}
}

.logo-list.center {
	text-align: center;
}

.logo-list.justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
	padding: 0 60px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 100%;
}

@media (max-width:1023px) {
	.logo-list.justify {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
		display: block;
	}
}

.logo-list.justify .element {
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-item-align: start;
	align-self: start;
}

.logo-list.justify .description {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

.logo-list.justify:after {
	display: none;
	content: none;
}

.logo-list:after {
	display: block;
	content: "";
	clear: left;
}

.logo-list .element {
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
}

@media (max-width:1023px) {
	.logo-list .element {
		margin-right: 30px;
	}
}

.logo-list .element:last-child {
	margin-right: 0;
}

@media (max-width:767px) {
	.logo-list .element {
		margin-right: 0;
		width: 100%;
	}
}

.logo-list .element.logo.reverse {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.logo-list .element.logo.reverse .description,.logo-list .element.logo.reverse .subtitle {
	padding-top: 15px;
	padding-bottom: 0;
}

.logo-list .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
}

.logo-list .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.logo-list .title:lang(bg),.logo-list .title:lang(ru),.logo-list .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.logo-list .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.logo-list .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.logo-list .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.logo-list .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.logo-list .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.logo-list .title {
		font-size: 63px;
	}
}

.logo-list .subtitle {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	letter-spacing: -.02em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 15px;
	color: #333;
}

.logo-list .subtitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.logo-list .subtitle:lang(bg),.logo-list .subtitle:lang(ru),.logo-list .subtitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.logo-list .subtitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.logo-list .subtitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.logo-list .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.logo-list .subtitle {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.logo-list .subtitle {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.logo-list .subtitle {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.logo-list .subtitle {
		font-size: 36px;
	}
}

.logo-list .description {
	max-width: 280px;
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: -.02em;
	color: #333;
	padding-top: 0;
	padding-bottom: 15px;
}

.logo-list .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.logo-list .description:lang(bg),.logo-list .description:lang(ru),.logo-list .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.logo-list .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.logo-list .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.logo-list .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.logo-list .description {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.logo-list .description {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.logo-list .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.logo-list .description {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.logo-list .description {
		max-width: 200px;
	}
}

@media (max-width:767px) {
	.logo-list .description {
		max-width: 280px;
	}
}

@media (max-width:1023px) {
	.logo-list {
		padding: 20px 45px;
	}

	.logo-list .main {
		display: block;
	}

	.logo-list .element {
		margin: 0 30px 30px 0;
	}
}

.home #countryAlert {
	position: fixed;
	top: 75px;
	z-index: 200;
}

@media (min-width:1681px) {
	.home #countryAlert {
		top: 90px;
	}
}

@media (min-width:2201px) {
	.home #countryAlert {
		top: 112.5px;
	}
}

@media (max-width:1023px) {
	#countryAlert {
		height: 135px;
		line-height: 135px;
		color: #333;
		width: 100%;
	}

	#countryAlert,.home #countryAlert {
		position: static;
	}

	#countryAlert .close {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 15px 15px;
	}
}

@media (max-width:767px) {
	#countryAlert {
		padding: 0 45px;
		background: #f2f1f0;
		border-top: 1px solid #ebebeb;
	}

	#countryAlert,.home #countryAlert {
		position: fixed;
		bottom: 0;
		top: auto;
	}

	#countryAlert .left {
		line-height: 1.5;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 60%;
	}
}

#maserati_menu {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	z-index: 200;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1);
}

@media (max-width:1023px) {
	#maserati_menu {
		width: 100vw!important;
	}
}

#maserati_menu .content {
	position: relative;
	height: 75px;
}

@media (max-width:1023px) {
	#maserati_menu .content {
		height: 90px;
	}
}

@media (max-width:767px) {
	#maserati_menu .content {
		height: 90px;
	}
}

@media (min-width:1681px) {
	#maserati_menu .content {
		height: 90px;
	}
}

@media (min-width:2201px) {
	#maserati_menu .content {
		height: 112.5px;
	}
}

#maserati_menu .mobile-menu {
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	z-index: 50;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
	display: none;
}

#maserati_menu .mobile-menu.closed {
	position: fixed;
}

@media (max-width:1023px) {
	#maserati_menu .mobile-menu {
		display: block;
	}
}

#maserati_menu .mobile-menu .close {
	position: absolute;
	top: 42px;
	right: 42px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#maserati_menu .mobile-menu .mobile-menu__items {
	margin-bottom: 20%;
	padding: 0;
}

#maserati_menu .mobile-menu .mobile-menu__items>li {
	display: block;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 2.5;
	color: #333;
	text-decoration: none;
	padding: 0;
}

@media (max-width:767px) and (max-height:480px) {
	#maserati_menu .mobile-menu .mobile-menu__items>li {
		line-height: 2;
	}
}

#maserati_menu .mobile-menu .mobile-menu__items>li a {
	text-decoration: none;
	display: block;
	color: #333;
}

#maserati_menu .mobile-menu .mobile-menu__items>li span {
	padding: 0 40px;
	display: block;
	position: relative;
}

#maserati_menu .mobile-menu .mobile-menu__items>li span.important,#maserati_menu .mobile-menu .mobile-menu__items>li span a {
	color: #333;
}

#maserati_menu .mobile-menu .mobile-menu__items>li:first-of-type {
	margin-top: 110px;
}

@media (max-width:767px) and (max-height:640px) {
	#maserati_menu .mobile-menu .mobile-menu__items>li:first-of-type {
		margin-top: 90px;
	}
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub {
	cursor: pointer;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub span .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.24776 111.1801' width='208.248' height='111.18'%3E%3Cpath d='M104.1 111.18L0 7.08l7-7 104.1 104.1'/%3E%3Cpath d='M104.163 111.085l-7-7L201.246 0l7 7z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	width: 20px;
	height: 15px;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub ul {
	margin: 20px 0;
	padding: 30px 40px;
	list-style: none;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2.35;
	background-color: #f2f1f0;
	display: none;
}

@media (max-width:767px) and (max-height:640px) {
	#maserati_menu .mobile-menu .mobile-menu__items>li.sub ul {
		margin: 10px 0;
		padding: 10px 40px;
		line-height: 1.6;
	}
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub ul li.special.first {
	padding: 30px 0 0;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub ul li.special a {
	color: #333;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub.models {
	text-transform: none;
}

#maserati_menu .mobile-menu .mobile-menu__items>li.sub>ul:not(:last-child) {
	margin-bottom: 2px;
}

@media (min-width:992px) {
	#maserati_menu .mobile-menu .mobile-menu__items>li.sub>ul:not(:last-child) {
		margin-bottom: 0;
	}
}

#maserati_menu a.standard {
	color: #333;
	font-size: 1pc;
	letter-spacing: .02em;
	line-height: 1.5;
	text-decoration: none;
	padding: 0 30px;
	display: table-cell;
	vertical-align: middle;
	outline: 0;
}

@media (max-width:1279px) {
	#maserati_menu a.standard {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#maserati_menu a.standard {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#maserati_menu a.standard {
		font-size: 24px;
	}
}

@media (max-width:1279px) {
	#maserati_menu a.standard {
		padding: 0 15px;
	}
}

@media screen and (max-width:1023px) {
	#maserati_menu a.standard {
		padding: 0 15px;
		font-size: 1pc;
	}
}

#maserati_menu.stuck {
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 200;
}

#maserati_menu.stuck .logo img {
	visibility: visible;
}

#maserati_menu.stuck .mobile-menu {
	margin-top: 0;
}

#maserati_menu .left {
	display: table;
	float: left;
	padding: 2px 0 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	#maserati_menu .left {
		display: none;
	}
}

#maserati_menu .logo {
	position: absolute;
	width: 90pt;
	height: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	margin-left: -60px;
}

@media (max-width:1023px) {
	#maserati_menu .logo {
		width: 90px;
		height: 90px;
		margin-left: -45px;
	}
}

@media (max-width:767px) {
	#maserati_menu .logo {
		margin-left: 45px;
		left: 0;
		height: 90px;
	}
}

@media (min-width:1681px) {
	#maserati_menu .logo {
		width: 9pc;
		height: 90px;
		margin-left: -72px;
	}
}

@media (min-width:2201px) {
	#maserati_menu .logo {
		width: 180px;
		height: 112.5px;
		margin-left: -90px;
	}
}

#maserati_menu .logo a {
	display: block;
	width: 100%;
	max-height: 100%;
	font-size: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#maserati_menu .logo a img {
	display: inline-block;
	width: 100%;
}

@media (max-width:767px) {
	#maserati_menu.no-menu .logo {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 0;
	}
}

#maserati_menu .right {
	display: table;
	float: right;
	padding: 2px 15px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	#maserati_menu .right {
		float: left;
		padding-left: 15px;
	}
}

#maserati_menu .right a.standard {
	color: #333;
	padding: 0 15px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (max-width:1279px) {
	#maserati_menu .right a.standard {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#maserati_menu .right a.standard {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#maserati_menu .right a.standard {
		font-size: 24px;
	}
}

@media (max-width:1279px) {
	#maserati_menu .right a.standard {
		padding: 0 10px;
	}
}

@media (max-width:1023px) {
	#maserati_menu .right a.standard {
		display: none;
	}
}

#maserati_menu .right div.ctaContainer {
	padding: 0 15px;
	vertical-align: middle;
	display: table-cell;
}

@media (max-width:1279px) {
	#maserati_menu .right div.ctaContainer {
		padding: 0 10px;
	}
}

@media (max-width:1023px) {
	#maserati_menu .right div.ctaContainer .cta.bg-blue.color-white {
		background: #fff!important;
		border: none!important;
		padding: 0;
	}

	#maserati_menu .right div.ctaContainer .cta.bg-blue.color-white a {
		color: #00425e!important;
	}
}

@media (max-width:767px) {
	#maserati_menu .right div.ctaContainer {
		display: none;
	}
}

#maserati_menu .left,#maserati_menu .right {
	height: 100%;
}

#maserati_menu .hamburger {
	display: none;
}

@media (max-width:1023px) {
	#maserati_menu .hamburger {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 90px;
		cursor: pointer;
		padding: 0;
		height: 90px;
	}

	#maserati_menu .hamburger .container {
		width: 21px;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#maserati_menu .hamburger .container .line {
		width: 100%;
		height: 2px;
		background-color: #333;
	}

	#maserati_menu .hamburger .container .line:nth-child(2) {
		margin: 5px 0;
	}
}

@media (max-width:767px) {
	#maserati_menu .hamburger {
		border-left: none;
		width: auto;
		margin-right: 45px;
		height: 90px;
	}
}

.sticky-wrapper {
	position: relative;
	width: 100%;
	height: 75px;
}

@media (min-width:1681px) {
	.sticky-wrapper {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.sticky-wrapper {
		height: 112.5px;
	}
}

@media screen and (max-width:1023px) {
	.sticky-wrapper {
		height: 90px;
	}
}

@media screen and (max-width:767px) {
	.sticky-wrapper {
		height: 90px;
	}
}

.sticky-wrapper.new-menu {
	height: 75px;
	/* border-bottom: 1px solid #dfdfdf; */
}

@media (min-width:1681px) {
	.sticky-wrapper.new-menu {
		height: 90px;
	}
}

@media (min-width:2201px) {
	.sticky-wrapper.new-menu {
		height: 112.5px;
	}
}

@media screen and (max-width:1023px) {
	.sticky-wrapper.new-menu {
		height: 70px;
	}
}

@media screen and (max-width:767px) {
	.sticky-wrapper.new-menu {
		height: 70px;
	}
}

.sticky-wrapper.not-sticky #main_menu.stuck {
	position: inherit;
}

#main_menu {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	z-index: 200;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1);
}

#main_menu :focus {
	outline-offset: -3px;
}

#main_menu div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#main_menu .content {
	position: relative;
	height: 75px;
	background: #fff;
}

@media (min-width:1681px) {
	#main_menu .content {
		height: 90px;
	}
}

@media (min-width:2201px) {
	#main_menu .content {
		height: 112.5px;
	}
}

@media (max-width:1023px) {
	#main_menu .content {
		height: 90px;
	}
}

@media (max-width:767px) {
	#main_menu .content {
		height: 90px;
	}
}

#main_menu .mobile-menu {
	background-color: #fff;
	width: 100vw;
	position: absolute;
	left: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	z-index: 50;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
	display: none;
}

@media (max-width:1023px) {
	#main_menu .mobile-menu {
		display: block;
	}
}

#main_menu .mobile-menu .mobile-menu__items {
	margin: 0;
}

#main_menu .mobile-menu.closed {
	position: fixed;
}

#main_menu .mobile-menu .close {
	position: absolute;
	top: 42px;
	right: 42px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#main_menu .mobile-menu .mobile-menu__items {
	margin-bottom: 20%;
	padding: 0;
}

#main_menu .mobile-menu .mobile-menu__items>li {
	display: block;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 2.5;
	color: #333;
	text-decoration: none;
	padding: 0;
}

@media (max-width:767px) and (max-height:480px) {
	#main_menu .mobile-menu .mobile-menu__items>li {
		line-height: 2;
	}
}

#main_menu .mobile-menu .mobile-menu__items>li a {
	text-decoration: none;
	display: block;
	color: #333;
}

#main_menu .mobile-menu .mobile-menu__items>li span {
	display: block;
	position: relative;
	padding: 0 40px;
}

#main_menu .mobile-menu .mobile-menu__items>li span.important,#main_menu .mobile-menu .mobile-menu__items>li span a {
	color: #333;
}

#main_menu .mobile-menu .mobile-menu__items>li:first-of-type {
	margin-top: 110px;
}

@media (max-width:767px) and (max-height:640px) {
	#main_menu .mobile-menu .mobile-menu__items>li:first-of-type {
		margin-top: 90px;
	}
}

#main_menu .mobile-menu .mobile-menu__items>li.sub {
	cursor: pointer;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul {
	text-transform: none;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub span .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23666' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 24px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub span.opened {
	color: #333;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub span.opened .triangle {
	display: inline-block;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul {
	margin: 20px 0;
	padding: 30px 40px;
	list-style: none;
	background-color: #f7f7f7;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2.35;
	display: none;
}

@media (max-width:767px) and (max-height:640px) {
	#main_menu .mobile-menu .mobile-menu__items>li.sub ul {
		margin: 10px 0;
		padding: 10px 40px;
		line-height: 1.6;
	}
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container {
	padding: 23px 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container {
	border-radius: 5px;
	border: 1px solid #00425e;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	margin-top: 23px;
	display: inline-block;
	width: 80%;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #00425e;
	text-decoration: none;
	padding: 6px 30px;
	text-align: center;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(bg),#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(ru),#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container .loginButton {
		font-size: 27px;
	}
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .notLogin-container {
	margin-top: 23px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container a {
	border-bottom: none;
	padding: 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li.special.first {
	padding: 30px 0 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul li.special a {
	color: #333;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul ul {
	padding: 0 20px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul {
	padding: 0;
	font-family: Univers45,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(bg),#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(ru),#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .about-us {
	font-weight: 700;
	text-decoration: underline;
	line-height: 1em;
	margin-top: 15px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .about-us a {
	height: auto;
	font-size: 1pc;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .address {
	margin-top: 20px;
	line-height: 1.5em;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes {
	margin-top: 15px;
	line-height: 1.5em;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes .label {
	text-transform: uppercase;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes .times {
	margin-bottom: 10px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes .times .days {
	font-weight: 700;
	font-size: 14px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes .times .hours {
	margin-bottom: 6px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes .times .hours:last-child {
	margin-bottom: 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li .openingTimes.hidden {
	display: block!important;
	opacity: 0;
	pointer-events: none;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .reference {
	display: inline-block;
	width: calc(100% / 3);
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .reference .icon {
	width: 100%;
	height: 30px;
	background-size: contain;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .reference .text {
	text-align: center;
	line-height: 1em;
	font-size: 1pc;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .reference a {
	display: block;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .telephone .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.2613 72.8999'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M56.554 72.4c-7.966 0-21.686-5.173-36.305-19.69C12.273 44.733 6.05 35.735 2.724 27.37c-3.174-8.676-2.94-15.623.633-19.088l.69-.69a27.728 27.728 0 0 1 1.699-1.9C8.374 3.066 11.288.5 15.453.5c3.639 0 7 1.952 10.275 5.968 8.44 10.445 5.18 15.287.04 20.532l-.137.136c.303.943 1.786 4.013 9.03 11.257 6.89 6.891 10.12 8.46 11.27 8.815l.216-.216c2.502-2.503 5.091-5.092 9.407-5.092 3.26 0 7.145 1.773 11.233 5.127 3.625 3.106 5.513 6.102 5.957 9.441l.009.132c.22 5.37-4.01 9.112-6.536 11.349a16.118 16.118 0 0 1-1.265 1.172c-1.914 2.206-4.662 3.279-8.398 3.279zm-41.1-69.9c-3.405 0-5.866 2.18-8.294 4.607-.594.595-1.187 1.292-1.638 1.833l-.762.767c-2.991 2.9-3.049 9.075-.168 16.95 3.219 8.093 9.284 16.851 17.068 24.635C35.846 65.38 48.986 70.4 56.554 70.4c3.154 0 5.424-.866 6.937-2.648l.137-.132a14.71 14.71 0 0 0 1.219-1.127c2.45-2.172 6.089-5.39 5.907-9.751l-.001-.074c-.393-2.797-2.063-5.376-5.25-8.109-3.657-3-7.196-4.66-9.95-4.66-3.487 0-5.675 2.19-7.992 4.508l-.94.94-.478-.054c-1.433-.159-5.014-1.603-12.897-9.486-8.748-8.748-9.693-12.01-9.693-13.007v-.414l.793-.793c4.862-4.962 7.28-8.644-.17-17.865-2.87-3.517-5.723-5.228-8.723-5.228z' stroke='%23333' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	height: 36px;
	margin-top: -3px;
	border: 1px solid transparent;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .telephone .text {
	margin-top: -5px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .contact-us .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.5282 26.36805'%3E%3Ctitle%3Esend-mail%3C/title%3E%3Cg fill='%23333'%3E%3Cpath d='M41.528 26.368H0V0h41.528zM1.676 24.721h38.176V1.647H1.676z'/%3E%3Cpath d='M20.764 16.228a.847.847 0 0 1-.5-.163L.338 1.484A.814.814 0 0 1 .166.332a.849.849 0 0 1 1.173-.17l19.425 14.216L40.19.163a.848.848 0 0 1 1.172.17.814.814 0 0 1-.172 1.152l-19.925 14.58a.847.847 0 0 1-.5.163z'/%3E%3Cpath d='M.839 26.368a.84.84 0 0 1-.648-.3.812.812 0 0 1 .115-1.16l16.056-12.97a.845.845 0 0 1 1.18.112.812.812 0 0 1-.116 1.159L1.37 26.18a.84.84 0 0 1-.531.188zM40.69 26.368a.837.837 0 0 1-.532-.188L24.102 13.21a.812.812 0 0 1-.115-1.159.845.845 0 0 1 1.179-.113L41.222 24.91a.812.812 0 0 1 .115 1.158.84.84 0 0 1-.647.301z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile ul li.references .location .icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.8883 23.88801'%3E%3Ctitle%3Edirections%3C/title%3E%3Cpath d='M14.183 23.138a.995.995 0 0 1-.9-.571l-3.828-8.134-8.133-3.828a.995.995 0 0 1 .061-1.827L21.781.818a.995.995 0 0 1 1.29 1.289l-7.96 20.398a.996.996 0 0 1-.894.632l-.034.001z' fill='none' stroke='%23333' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile li.single {
	width: calc(100vw - 40px);
	margin-left: -20px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile li.single span {
	display: none;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.dealer-submenu-mobile li.single ul {
	display: block!important;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub.models {
	text-transform: none;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 .link a {
	padding-left: 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 li>a {
	position: relative;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 li .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 li .inner img {
	height: auto;
	width: 90pt;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 li .inner .name {
	-ms-flex-item-align: center;
	align-self: center;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.model-list-20 .sub li {
	height: 60px!important;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image .link a {
	padding-left: 0;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image li>a {
	position: relative;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image li .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image li .inner img {
	height: auto;
	width: 90pt;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image li .inner .name {
	-ms-flex-item-align: center;
	align-self: center;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image .sub li {
	height: 60px!important;
}

#main_menu .mobile-menu .mobile-menu__items>li.sub ul.list-image .sub li .sub-list-image {
	display: block!important;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer.second .cta {
	background-color: #009d9e;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer.second .cta a {
	color: #333!important;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer.second.after {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer .cta {
	min-width: 190px;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	padding: 6px 30px;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(bg),#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(ru),#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu .mobile-menu .mobile-menu__items .ctaContainer a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu .mobile-menu .mobile-menu__items .ctaContainer a {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	#main_menu .mobile-menu .mobile-menu__items .ctaContainer a {
		font-size: 27px;
	}
}

#main_menu a.standard {
	font-size: 1pc;
	letter-spacing: .02em;
	line-height: 1.5;
	text-decoration: none;
	padding: 0 20px;
	vertical-align: middle;
}

@media (max-width:1279px) {
	#main_menu a.standard {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#main_menu a.standard {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu a.standard {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	#main_menu a.standard {
		padding: 0 6px;
	}
}

@media screen and (max-width:1023px) {
	#main_menu a.standard {
		padding: 0 15px;
	}
}

#main_menu.stuck {
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 200;
}

#main_menu.stuck .logo img {
	visibility: visible;
}

#main_menu.stuck .mobile-menu {
	margin-top: 0;
}

#main_menu.stuck.slideDown {
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,.1);
	box-shadow: 0 5px 6px rgba(0,0,0,.1);
}

@media (min-width:1024px) {
	#main_menu.stuck.slideDown {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInDownMenu;
		animation-name: slideInDownMenu;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

@media (min-width:1024px) {
	#main_menu.stuck.slideUp {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInUpMenu;
		animation-name: slideInUpMenu;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

#main_menu .left {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
}

@media (max-width:1023px) {
	#main_menu .left {
		display: none;
	}
}

#main_menu .left .simple-link {
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

#main_menu .left .simple-link>div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 600;
}

#main_menu .left .simple-link:focus,#main_menu .left .simple-link:hover {
	position: relative;
}

#main_menu .left .simple-link:focus:after,#main_menu .left .simple-link:hover:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #009d9e;
	left: 0;
	right: 0;
	bottom: 2px;
}

#main_menu .logo {
	position: relative;
	width: 78pt;
	height: 100%;
	-webkit-transition: left .8s ease-in-out 0s;
	transition: left .8s ease-in-out 0s;
}

@media (max-width:1023px) {
	#main_menu .logo {
		width: 90px;
		height: 90px;
	}
}

@media (min-width:1681px) {
	#main_menu .logo {
		width: 7.8pc;
		height: 90px;
	}
}

@media (min-width:2201px) {
	#main_menu .logo {
		width: 156px;
		height: 112.5px;
	}
}

#main_menu .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#main_menu.no-menu .logo {
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	margin-left: 0!important;
}

#main_menu.no-menu .content>a,#main_menu.no-menu .content h1 a {
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	position: absolute;
}

#main_menu .right {
	display: table;
	float: right;
	padding: 2px 75px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_menu .right a .standard {
	color: #333;
	padding: 0 15px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (max-width:1279px) {
	#main_menu .right a .standard {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#main_menu .right a .standard {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu .right a .standard {
		font-size: 24px;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	#main_menu .right a .standard {
		font-size: 9pt;
	}
}

@media (max-width:1279px) {
	#main_menu .right a .standard {
		padding: 0 10px;
	}
}

@media (max-width:1023px) {
	#main_menu .right a .standard {
		display: none;
	}
}

#main_menu .right div.ctaContainer {
	padding: 0 15px;
	vertical-align: middle;
}

@media (max-width:1279px) {
	#main_menu .right div.ctaContainer {
		padding: 0 10px;
	}
}

#main_menu .right div.ctaContainer .cta {
	border-radius: 5px;
}

#main_menu .right div.ctaContainer a {
	overflow: hidden;
	text-overflow: clip;
}

@media (max-width:1023px) {
	#main_menu .right div.ctaContainer .cta.bg-blue.color-white {
		display: none;
		background: #fff!important;
		border: none!important;
		padding: 0;
	}

	#main_menu .right div.ctaContainer .cta.bg-blue.color-white a {
		color: #00425e!important;
	}
}

@media (max-width:767px) {
	#main_menu .right div.ctaContainer {
		display: none;
	}
}

#main_menu .left,#main_menu .right {
	height: 100%;
}

#main_menu .left>a.standard,#main_menu .left>div,#main_menu .right>a.standard,#main_menu .right>div {
	-webkit-transition: opacity .95s ease 0s;
	transition: opacity .95s ease 0s;
}

#main_menu .left .search-menu,#main_menu .right .search-menu {
	font-size: 0;
	margin-top: 0;
	position: absolute;
	right: 24px;
	padding-top: 24px;
	height: 100%;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	width: 2pc;
	-webkit-transition: width .95s ease 0s;
	transition: width .95s ease 0s;
}

@media (min-width:1681px) {
	#main_menu .left .search-menu,#main_menu .right .search-menu {
		padding-top: .3in;
		width: 2.4pc;
	}
}

@media (min-width:2201px) {
	#main_menu .left .search-menu,#main_menu .right .search-menu {
		padding-top: 36px;
		width: 3pc;
	}
}

@media screen and (max-width:1023px) {
	#main_menu .left .search-menu,#main_menu .right .search-menu {
		padding-top: 27.5px;
		left: 24px;
		right: auto;
	}
}

@media screen and (max-width:767px) {
	#main_menu .left .search-menu,#main_menu .right .search-menu {
		padding-top: 27.5px;
		left: 34px;
		right: auto;
	}
}

#main_menu .left .search-menu .search,#main_menu .right .search-menu .search {
	color: #333;
	display: inline-block;
	position: relative;
}

#main_menu .left .search-menu .search input[type=text],#main_menu .right .search-menu .search input[type=text] {
	font-size: 22px;
	letter-spacing: -.02em;
	line-height: 1.5;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	width: 0;
	display: none;
}

@media (min-width:1681px) {
	#main_menu .left .search-menu .search input[type=text],#main_menu .right .search-menu .search input[type=text] {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	#main_menu .left .search-menu .search input[type=text],#main_menu .right .search-menu .search input[type=text] {
		font-size: 33px;
	}
}

#main_menu .left .search-menu .search input[type=text].expanded,#main_menu .right .search-menu .search input[type=text].expanded {
	width: 100%;
	display: inline-block;
}

#main_menu .left .search-menu .search .submit,#main_menu .right .search-menu .search .submit {
	margin-right: 10px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (min-width:1681px) {
	#main_menu .left .search-menu .search .submit,#main_menu .right .search-menu .search .submit {
		width: .3in;
		height: .3in;
	}
}

@media (min-width:2201px) {
	#main_menu .left .search-menu .search .submit,#main_menu .right .search-menu .search .submit {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1023px) {
	#main_menu .left .search-menu .search .submit,#main_menu .right .search-menu .search .submit {
		width: 24px;
		height: 24px;
	}
}

#main_menu .left .search-menu .search .close,#main_menu .right .search-menu .search .close {
	margin-left: 10px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	opacity: 0;
	border: 6px solid transparent;
}

@media (min-width:1681px) {
	#main_menu .left .search-menu .search .close,#main_menu .right .search-menu .search .close {
		width: .3in;
		height: .3in;
	}
}

@media (min-width:2201px) {
	#main_menu .left .search-menu .search .close,#main_menu .right .search-menu .search .close {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1023px) {
	#main_menu .left .search-menu .search .close,#main_menu .right .search-menu .search .close {
		width: 24px;
		height: 24px;
	}
}

#main_menu .left .hamburger,#main_menu .left .search-menu .search input[type=submit],#main_menu .right .hamburger,#main_menu .right .search-menu .search input[type=submit] {
	display: none;
}

@media (max-width:1023px) {
	#main_menu .left .hamburger,#main_menu .right .hamburger {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 90px;
		cursor: pointer;
		padding: 0;
		height: 90px;
	}

	#main_menu .left .hamburger .container,#main_menu .right .hamburger .container {
		width: 20px;
		height: 20px;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#main_menu .left .hamburger .container .line,#main_menu .right .hamburger .container .line {
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background-color: #333;
	}

	#main_menu .left .hamburger .container .line:nth-child(2),#main_menu .right .hamburger .container .line:nth-child(2) {
		margin: 5px 0;
	}
}

@media (max-width:767px) {
	#main_menu .left .hamburger,#main_menu .right .hamburger {
		border-left: none;
		width: auto;
		margin-right: 45px;
		height: 90px;
	}
}

#main_menu.search-expanded:focus {
	background-color: #00425e;
}

#main_menu.search-expanded:focus .submit {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.search-expanded:focus .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.search-expanded .left>a.standard,#main_menu.search-expanded .left>div:not(.search-menu),#main_menu.search-expanded .right>a.standard,#main_menu.search-expanded .right>div:not(.search-menu) {
	opacity: 0;
	pointer-events: none;
}

#main_menu.search-expanded .left .search-menu,#main_menu.search-expanded .right .search-menu {
	position: absolute;
	width: calc(100% - 278px);
	display: inline-block;
}

@media (min-width:1681px) {
	#main_menu.search-expanded .left .search-menu,#main_menu.search-expanded .right .search-menu {
		width: calc(100% - 333.6px);
	}
}

@media (min-width:2201px) {
	#main_menu.search-expanded .left .search-menu,#main_menu.search-expanded .right .search-menu {
		width: calc(100% - 417px);
	}
}

@media screen and (max-width:1023px) {
	#main_menu.search-expanded .left .search-menu,#main_menu.search-expanded .right .search-menu {
		width: calc(100% - 24px - 30px);
	}
}

@media screen and (max-width:767px) {
	#main_menu.search-expanded .left .search-menu,#main_menu.search-expanded .right .search-menu {
		width: calc(100% - 24px - 45px);
	}
}

#main_menu.search-expanded .left .search-menu .search,#main_menu.search-expanded .right .search-menu .search {
	width: 100%;
}

#main_menu.search-expanded .left .search-menu .search .close,#main_menu.search-expanded .right .search-menu .search .close {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .95s ease .3s;
	transition: opacity .95s ease .3s;
}

#main_menu.search-expanded .left .search-menu .search input[type=text],#main_menu.search-expanded .right .search-menu .search input[type=text] {
	width: calc(100% - 54px - 20px);
	padding: 6px;
	border: 0;
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #333;
	background-color: transparent;
}

@media (min-width:1681px) {
	#main_menu.search-expanded .left .search-menu .search input[type=text],#main_menu.search-expanded .right .search-menu .search input[type=text] {
		width: calc(100% - 64.8px - 24px);
	}
}

@media (min-width:2201px) {
	#main_menu.search-expanded .left .search-menu .search input[type=text],#main_menu.search-expanded .right .search-menu .search input[type=text] {
		width: calc(100% - 81px - 30px);
	}
}

#main_menu.search-expanded .left .search-menu .search input[type=text]::-webkit-input-placeholder,#main_menu.search-expanded .right .search-menu .search input[type=text]::-webkit-input-placeholder {
	color: #333;
}

#main_menu.search-expanded .left .search-menu .search input[type=text]::-moz-placeholder,#main_menu.search-expanded .right .search-menu .search input[type=text]::-moz-placeholder {
	color: #333;
}

#main_menu.search-expanded .left .search-menu .search input[type=text]::placeholder,#main_menu.search-expanded .right .search-menu .search input[type=text]::placeholder {
	color: #333;
}

#main_menu.search-expanded .left .search-menu .search input[type=text]:-ms-input-placeholder,#main_menu.search-expanded .right .search-menu .search input[type=text]:-ms-input-placeholder {
	color: #333;
}

#main_menu.search-expanded .left .search-menu .search input[type=text]::-ms-input-placeholder,#main_menu.search-expanded .right .search-menu .search input[type=text]::-ms-input-placeholder {
	color: #333;
}

#main_menu.search-expanded .left .search-menu .search input[type=text]:focus,#main_menu.search-expanded .right .search-menu .search input[type=text]:focus {
	border-bottom: 1px solid #009d9e;
}

#main_menu.search-expanded .left .hamburger,#main_menu.search-expanded .right .hamburger {
	display: none;
}

#main_menu.new-menu {
	height: 75px;
	-webkit-transition: height .2s ease-out;
	transition: height .2s ease-out;
	background: none;
	border-bottom: none;
	box-shadow: 1px 0 4px #eee;
}

@media (min-width:1681px) {
	#main_menu.new-menu {
		height: 90px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu {
		height: 112.5px;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu {
		height: 70px;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu {
		height: 70px;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	#main_menu.new-menu[data-submenu-open-mode=hover]:not(.opened) {
		overflow: visible;
	}
}

#main_menu.new-menu[data-submenu-open-mode=hover]:not(.opened):not(.search-expanded) {
	overflow: hidden;
}

#main_menu.new-menu.submenu-open {
	-webkit-transition: height .15s ease-in;
	transition: height .15s ease-in;
}

#main_menu.new-menu .content {
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content {
		height: 90px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content {
		height: 112.5px;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu .content {
		height: 70px;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu .content {
		height: 70px;
	}
}

#main_menu.new-menu .content>a,#main_menu.new-menu .content h1>a {
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px;
}

@media (max-width:1023px) {
	#main_menu.new-menu .content>a,#main_menu.new-menu .content h1>a {
		padding: 0 45px;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu .content>a,#main_menu.new-menu .content h1>a {
		padding: 0 20px;
		height: 70px;
	}
}


#main_menu.new-menu .content .logo {
	width: 78pt;
	height: 100%;
	margin: 0;
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .logo {
		position: relative;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .logo {
		width: 7.8pc;
		height: 90px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .logo {
		width: 156px;
		height: 112.5px;
	}
}

#main_menu.new-menu .content .left {
	align-items: center;
}
#main_menu.new-menu .content .left,#main_menu.new-menu .content .right {
	padding: 0;
}

#main_menu.new-menu .content .left .submenuContainer,#main_menu.new-menu .content .right .submenuContainer {
	font-family: RobotoRegular,sans-serif;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
}

#main_menu.new-menu .content .left .submenuContainer.dealer,#main_menu.new-menu .content .right .submenuContainer.dealer {
	background-color: #00425e;
}

#main_menu.new-menu .content .left .submenuContainer.dealer .standard,#main_menu.new-menu .content .right .submenuContainer.dealer .standard {
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.dealer .submenu .close,#main_menu.new-menu .content .right .submenuContainer.dealer .submenu .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.dealer:focus>a:after,#main_menu.new-menu .content .left .submenuContainer.dealer:hover>a:after,#main_menu.new-menu .content .right .submenuContainer.dealer:focus>a:after,#main_menu.new-menu .content .right .submenuContainer.dealer:hover>a:after {
	background-color: transparent;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main_menu.new-menu .content .left .submenuContainer .submenu,#main_menu.new-menu .content .right .submenuContainer .submenu {
	margin-left: 3px;
}

#main_menu.new-menu .content .left .submenuContainer .submenu .close,#main_menu.new-menu .content .right .submenuContainer .submenu .close {
	display: block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23666' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	height: 10px;
	width: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .submenu .close,#main_menu.new-menu .content .right .submenuContainer .submenu .close {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .submenu .close,#main_menu.new-menu .content .right .submenuContainer .submenu .close {
		width: 15px;
		height: 15px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu,#main_menu.new-menu .content .right .submenuContainer .content-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 250px;
	background: #fff;
	top: 75px;
	padding-bottom: 15px;
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	cursor: auto;
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu,#main_menu.new-menu .content .right .submenuContainer .content-submenu {
		top: 70px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu,#main_menu.new-menu .content .right .submenuContainer .content-submenu {
		top: 70px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu,#main_menu.new-menu .content .right .submenuContainer .content-submenu {
		top: 90px;
		min-height: 300px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu,#main_menu.new-menu .content .right .submenuContainer .content-submenu {
		top: 112.5px;
		min-height: 375px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .list .element,#main_menu.new-menu .content .right .submenuContainer .content-submenu .list .element {
	padding-top: 15px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .list .element a,#main_menu.new-menu .content .right .submenuContainer .content-submenu .list .element a {
	text-decoration: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .list .element a:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .list .element a:after {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 10px!important;
	height: 10px!important;
	margin-left: 6px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: cover;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .list .element a:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .list .element a:after {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .list .element a:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .list .element a:after {
		width: 15px;
		height: 15px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu .disclaimer {
	z-index: 1;
	background: #f7f7f7;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container {
	padding-top: 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-left: 13pc;
	margin-right: 180px;
}

@media (max-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container {
		margin-left: 11.7pc;
		margin-right: 202.5px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container {
		margin-left: 234px;
		margin-right: 202.5px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model {
	display: inline-block;
	margin: 9pt 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(2),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(2)~.model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(2),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(2)~.model {
	-ms-flex-preferred-size: calc(96% / 2);
	flex-basis: calc(96% / 2);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(3),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(3)~.model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(3),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(3)~.model {
	-ms-flex-preferred-size: calc(92% / 3);
	flex-basis: calc(92% / 3);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(4),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(4)~.model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(4),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(4)~.model {
	-ms-flex-preferred-size: calc(88% / 4);
	flex-basis: calc(88% / 4);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(5),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(5)~.model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(5),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(5)~.model {
	-ms-flex-preferred-size: calc(84% / 5);
	flex-basis: calc(84% / 5);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(6),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(6)~.model,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(6),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:nth-last-child(6)~.model {
	-ms-flex-preferred-size: calc(80% / 6);
	flex-basis: calc(80% / 6);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:after {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	height: calc(100% - 90px);
	margin-left: -1.2%;
	border-left: 1px solid #d8d8d8;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:after {
		height: calc(100% - 81pt);
		margin-left: -1.25%;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:after {
		height: calc(100% - 81pt);
		margin-left: -1.3%;
	}
}

@media (max-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:after {
		margin-left: -1.5%;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .title {
	font-size: 24px;
	margin-bottom: 6px;
	text-align: center;
	text-transform: bold;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .title {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .title {
		font-size: 36px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model:first-child:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model:first-child:after {
	display: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .car img,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .car img {
	width: 100%;
	max-width: 180px;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .car img,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .car img {
		max-width: 216px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .car img,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .car img {
		max-width: 270px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price {
	margin-top: 9pt;
	margin-bottom: 9pt;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .pre,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .pre {
	font-size: 9pt;
	color: #333;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .pre,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .pre {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .pre,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .pre {
		font-size: 18px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .number,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .number {
	font-size: 1pc;
	color: #333;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .number,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .number {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .price .number,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .price .number {
		font-size: 24px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container {
	display: block;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	white-space: nowrap;
	margin-left: 6px;
	min-width: 55%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta.white,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta.white {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta.blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #00425e;
	border-radius: 4px;
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .model-container .model .cta-container .cta:first-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu .model-container .model .cta-container .cta:first-child {
	margin-left: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon {
	display: block;
	text-align: center;
	width: 100%;
	height: 130px;
	font-size: 1pc;
	letter-spacing: .6px;
	line-height: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d8d8d8;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon {
		font-size: 24px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon:first-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon:first-child {
	margin-left: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon:last-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon:last-child {
	margin-right: 0;
	border-right: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon .st-blue-icon,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon .st-blue-icon {
	display: block;
	width: 54px;
	height: 36px;
	margin: 30px auto 10px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .shopping-tools .toolsIcon .iconTitle,#main_menu.new-menu .content .right .submenuContainer .content-submenu .shopping-tools .toolsIcon .iconTitle {
	display: block;
	height: 3pc;
	padding: 0 6px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element {
	text-align: left;
	vertical-align: top;
	display: inline-block;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .title {
	display: block;
	font-size: 26px;
	color: #00425e;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .title {
		font-size: 22px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .title {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .title {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .innerElement,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .innerElement {
	color: #333;
	display: block;
	font-size: 1pc;
	margin-top: 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .innerElement,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .innerElement {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .innerElement,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .innerElement {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .innerElement,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .innerElement {
		font-size: 24px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu .ownersList .element .innerElement a,#main_menu.new-menu .content .right .submenuContainer .content-submenu .ownersList .element .innerElement a {
	text-decoration: none!important;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 {
	display: none;
	padding: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 141.5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col {
		width: 165px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col {
		width: 198px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col {
		width: 247.5px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector {
	cursor: pointer;
	font-family: RobotoRegular,sans-serif;
	opacity: .3;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: right;
	font-size: 18px;
	display: block;
	color: #333;
	font-size: 20px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ar),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(uk),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(zh),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ko),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(vi),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector {
		font-size: 27px;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector {
		font-size: 1pc;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link.enabled,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:focus,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:hover,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector.enabled,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:focus,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:hover,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link.enabled,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:focus,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:hover,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector.enabled,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:focus,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:hover {
	opacity: 1;
	color: #00425e;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector {
	border-right: 2px solid #333;
	padding-right: 20px;
	margin-right: 10px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector.enabled,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:focus,#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:hover,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector.enabled,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:focus,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .selector:hover {
	border-right: 2px solid #00425e;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link {
	text-decoration: none;
	position: relative;
	padding-right: 0;
	margin-right: 30px;
	border-right: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after {
	content: "";
	display: block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg) translateX(-25%);
	transform: rotate(90deg) translateX(-25%);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%230c2340' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: -13px;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:after {
		width: 15px;
		height: 15px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:before,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col .link:before {
	display: none!important;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .left-col:before,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .left-col:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	background: #ebebeb;
	width: .6px;
	height: 275px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template {
	display: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.enabled,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.enabled {
	display: block;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model {
	width: calc((100% - 30px * 6) / 5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title {
		font-size: 33px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .title {
		font-size: 20px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim {
	font-family: Univers45,sans-serif;
	font-size: 9px;
	color: #333;
	text-transform: uppercase;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim {
		font-size: 10.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim {
		font-size: 13.5px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .claim {
		font-size: 11px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img {
	width: 140px;
	height: auto;
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img {
		width: 165px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img {
		width: 198px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img {
		width: 247.5px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model img {
		width: 90pt;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1 {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	font-size: 14px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1 {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1 {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:empty,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .text1:empty {
	height: 5px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	font-size: 20px;
	margin-bottom: 5px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price {
		font-size: 30px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price {
		font-size: 18px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:empty,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .price:empty {
	height: 10px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price {
	text-align: center;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	font-size: 9pt;
	margin-bottom: 10px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price {
		font-size: 18px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price {
		font-size: 11px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:empty,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .disclaimer-price:empty {
	height: 15px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .cta:first-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .cta:first-child {
	margin-top: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #00425e;
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .blue {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model .cta-container .white {
		font-size: 21px;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .models .model {
		width: calc((100% - 15px * 6) / 5);
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 140px;
	background: #fff;
	font-family: RobotoRegular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer {
		font-size: 11px;
		padding-left: 165px;
		padding-right: 165px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer {
		padding-left: 198px;
		padding-right: 198px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer {
		padding-left: 247.5px;
		padding-right: 247.5px;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t1 .disclaimer {
		padding-right: 30px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model {
	width: calc((100% - 30px * 6) / 5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model img {
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model img {
		width: 100%;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title {
		font-size: 33px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .title {
		font-size: 20px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1 {
	font-family: Univers45,sans-serif;
	font-size: 9pt;
	color: #333;
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1 {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .text1 {
		font-size: 18px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	bottom: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container.filler,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container.filler {
	position: static;
	opacity: 0;
	pointer-events: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .cta:first-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .cta:first-child {
	margin-top: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #00425e;
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .blue {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model .cta-container .white {
		font-size: 21px;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner .right-col .model-list-template.t2 .models .model {
		width: calc((100% - 15px * 6) / 5);
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.model-list-20 .inner,#main_menu.new-menu .content .right .submenuContainer .content-submenu.model-list-20 .inner {
		padding-right: 0;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image {
	display: none;
	padding: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template {
	display: block;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 {
	margin: 30px;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model {
	max-width: calc((100% - 30px * 6) / 5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model img {
	max-width: 100%;
	margin-bottom: 15px;
	max-height: 200px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model img,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model img {
		width: 100%;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title {
		font-size: 33px;
	}
}

@media (min-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .title {
		font-size: 20px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1 {
	font-family: Univers45,sans-serif;
	font-size: 9pt;
	color: #333;
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1 {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .text1 {
		font-size: 18px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	bottom: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container.filler,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container.filler {
	position: static;
	opacity: 0;
	pointer-events: none;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .cta:first-child,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .cta:first-child {
	margin-top: 0;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #00425e;
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .blue {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ar),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(uk),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(bg),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ru),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(zh),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ko),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(vi),#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model .cta-container .white {
		font-size: 21px;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner .model-list-template.t2 .models .model {
		width: calc((100% - 15px * 6) / 5);
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer .content-submenu.list-image .inner,#main_menu.new-menu .content .right .submenuContainer .content-submenu.list-image .inner {
		padding-right: 0;
	}
}

#main_menu.new-menu .content .left .submenuContainer a.hassubmenu,#main_menu.new-menu .content .right .submenuContainer a.hassubmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	height: 100%;
}

#main_menu.new-menu .content .left .submenuContainer.opened>a,#main_menu.new-menu .content .right .submenuContainer.opened>a {
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer.opened>a:not(.not-underline):after,#main_menu.new-menu .content .right .submenuContainer.opened>a:not(.not-underline):after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	bottom: 2px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	margin-left: 90px;
	margin-right: 90px;
}

@media (max-width:1439px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left {
		margin-left: 81pt;
		margin-right: 135px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left {
		margin-left: 135px;
		margin-right: 135px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 9pt 6px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element a .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element a .title {
	padding: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .title {
	display: inline-block;
	font-size: 26px;
	color: #00425e;
	vertical-align: sub;
	padding: 0;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .title {
		font-size: 22px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .title {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .title {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement {
	color: #333;
	display: block;
	margin-top: 6px;
	margin-bottom: 0;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement {
		font-size: 14px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a {
	text-decoration: none!important;
	font-size: 1pc;
	color: #333;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement a {
		font-size: 24px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement .row-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement .row-container {
	width: 10px;
	height: 10px;
	display: none;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element .innerElement .row-container .row-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element .innerElement .row-container .row-right {
	display: block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement {
	margin-top: 6px;
	font-size: 26px;
	color: #333;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement {
		font-size: 22px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a {
	font-size: 26px;
	color: #333;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a {
		font-size: 22px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a:after,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element.big .innerElement a:after {
	content: "";
	display: inline-block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-left .element a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-left .element a {
	display: inline-block;
	padding: 3px 3px 6px 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .slope-dark,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .slope-dark {
	display: none;
	position: absolute;
	left: 60%;
	width: 0;
	height: 0;
	border-top: 250px solid #eee;
	border-right: 210px solid transparent;
	z-index: 1;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu .list .list-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu .list .list-right {
	display: none;
	background-image: url(https://www.maserati.com/content/dam/maserati/regional/it/171960M.jpg);
	width: 66.6%;
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	z-index: 0;
	opacity: .4;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light {
	width: 0;
	height: 0;
	border-bottom: 250px solid #eee;
	border-left: 180px solid #f8f8f8;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light {
		border-bottom: 250px solid #eee;
		border-left: 10pc solid transparent;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light {
		border-bottom: 295px solid #eee;
		border-left: 10pc solid transparent;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .slope-light {
		border-bottom: 340px solid #eee;
		border-left: 10pc solid transparent;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left {
	padding: 6px 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	background-color: #eee;
	width: 30%;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left {
		width: 22%;
		padding-left: 0;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left {
		width: 25%;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-left {
		width: 20%;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 70%;
	margin-right: 30px;
	margin-top: 6px;
	margin-left: 30px;
	background-color: #f7f7f7;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right {
		width: 80%;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right {
		width: 75%;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right {
		width: 80%;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element {
	margin: 9pt 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element {
		margin-left: 0;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title {
	margin-bottom: 9px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title .row-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title .row-container {
	display: inline-block;
	width: 10px;
	height: 10px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title .row-container .row-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .element .title .row-container .row-right {
	display: block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 9pt 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast {
		padding-left: 5px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast:first-child,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast:first-child {
	margin: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast {
	display: block;
	font-size: 26px;
	color: #333;
	margin-top: 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast {
		font-size: 22px;
		padding-left: 0;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast a {
	text-decoration: none!important;
	color: #333;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast .row-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast .row-container {
	display: inline-block;
	width: 10px;
	height: 10px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast .row-container .row-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .ownerList-right .elementLast .innerElementLast .row-container .row-right {
	display: block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst {
		padding-left: 0;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst {
	display: block;
	font-size: 26px;
	color: #00425e;
	margin-top: 6px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst {
		font-size: 22px;
		padding-left: 0;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst {
		font-size: 39px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst .row-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst .row-container {
	display: inline-block;
	width: 10px;
	height: 10px;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst .row-container .row-right,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .titleFirst .row-container .row-right {
	display: block;
	width: 10px!important;
	height: 10px!important;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23333' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst {
	color: #333;
	display: block;
	font-size: 1pc;
	margin-top: 6px;
	margin-bottom: 3px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst {
		font-size: 14px;
		padding-left: 0;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst {
		font-size: 24px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst a,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst a {
	text-decoration: none!important;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login {
	margin-top: 9pt;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login {
		padding-left: 0;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	color: #00425e;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 4px 30px;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .loginButton {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .notLogin-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .notLogin-container {
	padding-top: 26px;
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .notLogin-container,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu.space-evenly .ownersList .elementFirst .innerElementFirst.login .notLogin-container {
		padding-top: 20px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):focus,#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):hover,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):focus,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):hover {
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):focus:before,#main_menu.new-menu .content .left .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):hover:before,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):focus:before,#main_menu.new-menu .content .right .submenuContainer.opened .content-submenu a:not([tabindex="-1"]):not(.cta):hover:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened .submenu,#main_menu.new-menu .content .right .submenuContainer.opened .submenu {
	display: inline-block;
}

#main_menu.new-menu .content .left .submenuContainer.opened .submenu .close,#main_menu.new-menu .content .right .submenuContainer.opened .submenu .close {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer,#main_menu.new-menu .content .right .submenuContainer.opened.dealer {
	font-family: Univers45,sans-serif;
	font-size: 14px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(ar),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(bg),#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(ru),#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(uk),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(bg),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(ru),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(zh),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(ko),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer:lang(vi),#main_menu.new-menu .content .right .submenuContainer.opened.dealer:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer>a:after,#main_menu.new-menu .content .right .submenuContainer.opened.dealer>a:after {
	background-color: transparent;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu {
	background-color: #00425e;
	padding-bottom: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left {
	margin-left: 150px;
	margin-right: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #00425e;
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer {
		margin-bottom: 0;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer {
		height: 66px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer {
		height: 75px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle {
	font-family: Univers57,sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ar),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(bg),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ru),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(uk),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(bg),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ru),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(zh),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ko),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(vi),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle {
		font-size: 18px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .titleDealerContainer .dealerTitle {
		font-size: 22.5px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements {
	overflow-y: auto;
	display: block;
	font-size: 14px;
	max-height: calc(100vh - 30px - 75px - 75px);
	scrollbar-width: none;
	-ms-overflow-style: none;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements {
		max-height: calc(100vh - 30px - 75px - 90px);
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements {
		max-height: calc(100vh - 30px - 75px - 112.5px);
		font-size: 21px;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements {
		max-height: calc(100vh - 30px - 75px - 70px);
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar-track,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #00425e;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar {
	width: 6px;
	background-color: #00425e;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar-thumb,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element {
	margin: 0 0 45px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element:nth-child(n+2),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element:nth-child(n+2) {
	padding-top: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element:last-child,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element:last-child {
	margin-bottom: 30px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us,#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location {
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us a,#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location a,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us a,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location a {
	position: relative;
	font-weight: 700;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us a:before,#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location a:before,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us a:before,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location a:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 1.5px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	background-color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .about-us {
	position: relative;
	top: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element a,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element a {
	color: #fff;
	padding: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element a:after,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element a:after {
	display: none;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .label,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .label {
	color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .address,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .address {
	color: #fff;
	min-height: 2.4em;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .location {
	height: inherit;
	overflow: inherit;
	margin: inherit;
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .label,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .label {
	text-transform: uppercase;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .days,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .days {
	font-weight: 700;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .hours,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .hours {
	margin-bottom: 15px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .hours:last-child,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes .times .hours:last-child {
	margin-bottom: 0;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes.hidden,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .openingTimes.hidden {
	display: block!important;
	opacity: 0;
	pointer-events: none;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name {
	font-family: Univers57,sans-serif;
	font-size: 14px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ar),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(bg),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ru),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(uk),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(bg),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ru),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(zh),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ko),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(vi),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name.hide,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name.hide {
	display: none;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name.hide+.telephone,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name.hide+.telephone {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .dealer-name {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone {
	margin-bottom: 30px;
	-webkit-transform: translateY(1.2em);
	transform: translateY(1.2em);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone a,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone a {
	position: relative;
	font-weight: 700;
	top: -2px;
	margin-left: 5px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone a:before,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .telephone a:before {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 1.5px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	background-color: #fff;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col {
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:first-child,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:first-child {
	width: 28%;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:nth-child(2),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:nth-child(2) {
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:nth-child(3),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .list .list-left .elements .element .col:nth-child(3) {
	width: 32%;
	margin-right: 15px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us {
	font-family: Univers57,sans-serif;
	background: transparent;
	color: #fff;
	padding: 6px 30px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing: .04em;
	font-size: 14px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 4px;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ar),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(bg),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ru),#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(uk),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(bg),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ru),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(zh),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ko),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(vi),#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .submenuContainer.opened.dealer .content-submenu .cta.contact-us,#main_menu.new-menu .content .right .submenuContainer.opened.dealer .content-submenu .cta.contact-us {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .submenuContainer:focus>a,#main_menu.new-menu .content .left .submenuContainer:hover>a,#main_menu.new-menu .content .right .submenuContainer:focus>a,#main_menu.new-menu .content .right .submenuContainer:hover>a {
	position: relative;
}

#main_menu.new-menu .content .left .submenuContainer:focus>a:after,#main_menu.new-menu .content .left .submenuContainer:hover>a:after,#main_menu.new-menu .content .right .submenuContainer:focus>a:after,#main_menu.new-menu .content .right .submenuContainer:hover>a:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
	bottom: 2px;
}

#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
	width: 120px;
	padding: 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
	width: 110px;
}

#main_menu.new-menu .content .left .ctaContainer a,#main_menu.new-menu .content .right .ctaContainer a {
	font-size: 16px;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .ctaContainer a,#main_menu.new-menu .content .right .ctaContainer a {
		font-size: 18px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .ctaContainer a,#main_menu.new-menu .content .right .ctaContainer a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		width: 100px;
	}

	#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
		width: 105px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		width: 70px;
	}

	#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
		width: 90px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		width: 61px;
	}

	#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
		width: 90px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		width: 130px;
	}

	#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
		width: 8pc;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		width: 135px;
	}

	#main_menu.new-menu .content .left .ctaContainer.large,#main_menu.new-menu .content .right .ctaContainer.large {
		width: 155px;
	}

	#main_menu.new-menu .content .left .ctaContainer a,#main_menu.new-menu .content .right .ctaContainer a {
		font-size: 1.125em;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .ctaContainer,#main_menu.new-menu .content .right .ctaContainer {
		display: none;
	}
}

#main_menu.new-menu .content .left .ctaContainer.second .cta,#main_menu.new-menu .content .right .ctaContainer.second .cta {
	background-color: #009d9e;
}

#main_menu.new-menu .content .left .ctaContainer.second .cta a,#main_menu.new-menu .content .right .ctaContainer.second .cta a {
	color: #333!important;
}

#main_menu.new-menu .content .left .ctaContainer.second.after,#main_menu.new-menu .content .right .ctaContainer.second.after {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

#main_menu.new-menu .content .left .ctaContainer .cta,#main_menu.new-menu .content .right .ctaContainer .cta {
	border: none;
	border-radius: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	display: grid;
}

#main_menu.new-menu .content .left .ctaContainer .cta .cta-icon-car,#main_menu.new-menu .content .right .ctaContainer .cta .cta-icon-car {
	display: none;
}

#main_menu.new-menu .content .left .ctaContainer .cta a,#main_menu.new-menu .content .right .ctaContainer .cta a {
	line-height: 120%;
	text-align: center;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

#main_menu.new-menu .content .left .ctaContainer .cta a:lang(vi),#main_menu.new-menu .content .right .ctaContainer .cta a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
	display: none;
	vertical-align: middle;
	width: 90px;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
	width: 110px;
}

#main_menu.new-menu .content .left .cta-login a,#main_menu.new-menu .content .right .cta-login a {
	font-size: .75em;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .cta-login a,#main_menu.new-menu .content .right .cta-login a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .cta-login a,#main_menu.new-menu .content .right .cta-login a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		width: 85px;
	}

	#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
		width: 105px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		width: 70px;
	}

	#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
		width: 90px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		width: 61px;
	}

	#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
		width: 90px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		width: 81pt;
	}

	#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
		width: 8pc;
	}

	#main_menu.new-menu .content .left .cta-login a,#main_menu.new-menu .content .right .cta-login a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		width: 135px;
	}

	#main_menu.new-menu .content .left .cta-login.large,#main_menu.new-menu .content .right .cta-login.large {
		width: 155px;
	}

	#main_menu.new-menu .content .left .cta-login a,#main_menu.new-menu .content .right .cta-login a {
		font-size: 1.125em;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .cta-login,#main_menu.new-menu .content .right .cta-login {
		display: none;
	}
}

#main_menu.new-menu .content .left .cta-login .cta-icon-car,#main_menu.new-menu .content .right .cta-login .cta-icon-car {
	width: 24px;
	height: 19px;
	text-align: center;
	margin: -1px 0 0 9pt;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M16.62 11.843H3.057l.001.063v.735a1.356 1.356 0 1 1-2.712 0v-.735c0-.021 0-.042.002-.063L.346 5.38 3.31 1.885A5 5 0 0 1 6.919.122L9.79.004a5 5 0 0 1 .413 0l2.695.113a5 5 0 0 1 3.683 1.855l2.75 3.409v7.26a1.356 1.356 0 1 1-2.711 0v-.735l.001-.063zM.978 1.935h.357a.862.862 0 1 1 0 1.723H.769a.77.77 0 0 1-.763-.861.98.98 0 0 1 .972-.862zm17.902 0a.98.98 0 0 1 .978.954.77.77 0 0 1-.77.77h-.565a.862.862 0 0 1 0-1.724h.357zM6.136.858a2 2 0 0 0-1.592.789l-.547.719a.939.939 0 0 0 .747 1.507h10.398a.939.939 0 0 0 .747-1.507l-.548-.72A2 2 0 0 0 13.75.859H6.136zM1.18 5.811a2.22 2.22 0 0 0 2.175 2.345l1.371.025-.25-.847c-.49-.128-.967-.3-1.432-.514-.247-.115-.355-.474-.69-.657-.198-.107-.589-.224-1.174-.352zm17.492 0c-.585.128-.976.245-1.173.352-.336.183-.444.542-.691.657a8.626 8.626 0 0 1-1.432.514l-.25.847 1.371-.025a2.22 2.22 0 0 0 2.175-2.345zM5.77 7.32a2.37 2.37 0 0 0 2.37 2.37h3.606a2.37 2.37 0 0 0 2.37-2.37H10.36l-.417.216-.417-.216H5.77z'/%3E%3Cpath d='M-2-3h24v20H-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .cta-login .cta-icon-car,#main_menu.new-menu .content .right .cta-login .cta-icon-car {
		width: .3in;
		height: 22.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .cta-login .cta-icon-car,#main_menu.new-menu .content .right .cta-login .cta-icon-car {
		width: 36px;
		height: 28.5px;
	}
}

#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
	top: 0;
	position: relative;
	width: 90px;
	max-width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	right: auto;
	left: auto;
	-webkit-transition: padding .95s ease 0s,margin .95s ease 0s,max-width .95s ease 0s;
	transition: padding .95s ease 0s,margin .95s ease 0s,max-width .95s ease 0s;
}

#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
	width: 110px;
}

#main_menu.new-menu .content .left .search-menu a,#main_menu.new-menu .content .right .search-menu a {
	font-size: .75em;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .search-menu a,#main_menu.new-menu .content .right .search-menu a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .search-menu a,#main_menu.new-menu .content .right .search-menu a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		width: 85px;
	}

	#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
		width: 105px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		width: 70px;
	}

	#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
		width: 90px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		width: 61px;
	}

	#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
		width: 90px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		width: 81pt;
	}

	#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
		width: 8pc;
	}

	#main_menu.new-menu .content .left .search-menu a,#main_menu.new-menu .content .right .search-menu a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		width: 135px;
	}

	#main_menu.new-menu .content .left .search-menu.large,#main_menu.new-menu .content .right .search-menu.large {
		width: 155px;
	}

	#main_menu.new-menu .content .left .search-menu a,#main_menu.new-menu .content .right .search-menu a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		max-width: 85px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		max-width: 70px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		max-width: 70px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		max-width: 81pt;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		max-width: 135px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		display: none;
	}
}

@media (max-width:479px) {
	#main_menu.new-menu .content .left .search-menu,#main_menu.new-menu .content .right .search-menu {
		display: none;
	}
}

#main_menu.new-menu .content .left .search-menu .close,#main_menu.new-menu .content .left .search-menu .submit,#main_menu.new-menu .content .right .search-menu .close,#main_menu.new-menu .content .right .search-menu .submit {
	margin: 0;
}

#main_menu.new-menu .content .left .search-menu .close,#main_menu.new-menu .content .right .search-menu .close {
	width: 0;
	display: none;
}

#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
	width: 90px;
}

#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
	width: 110px;
}

#main_menu.new-menu .content .left .hamburger a,#main_menu.new-menu .content .right .hamburger a {
	font-size: .75em;
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .hamburger a,#main_menu.new-menu .content .right .hamburger a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .hamburger a,#main_menu.new-menu .content .right .hamburger a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		width: 85px;
	}

	#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
		width: 105px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		width: 70px;
	}

	#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
		width: 90px;
	}
}

@media (max-width:767px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		width: 61px;
	}

	#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
		width: 90px;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		width: 81pt;
	}

	#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
		width: 8pc;
	}

	#main_menu.new-menu .content .left .hamburger a,#main_menu.new-menu .content .right .hamburger a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		width: 135px;
	}

	#main_menu.new-menu .content .left .hamburger.large,#main_menu.new-menu .content .right .hamburger.large {
		width: 155px;
	}

	#main_menu.new-menu .content .left .hamburger a,#main_menu.new-menu .content .right .hamburger a {
		font-size: 1.125em;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		position: relative;
		margin-right: 0;
		height: 100%;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu .content .left .hamburger,#main_menu.new-menu .content .right .hamburger {
		height: 70px;
	}
}

#main_menu.new-menu .content .left a.standard,#main_menu.new-menu .content .right a.standard {
	font-size: 14px;
	white-space: nowrap;
}

#main_menu.new-menu .content .left a.standard.forcewrapped,#main_menu.new-menu .content .right a.standard.forcewrapped {
	white-space: normal;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	#main_menu.new-menu .content .left a.standard,#main_menu.new-menu .content .right a.standard {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	#main_menu.new-menu .content .left a.standard,#main_menu.new-menu .content .right a.standard {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .content .left a.standard,#main_menu.new-menu .content .right a.standard {
		font-size: 21px;
	}
}

#main_menu.new-menu .content .left .skip-container,#main_menu.new-menu .content .right .skip-container {
	position: absolute;
	width: 100%;
}

#main_menu.new-menu .content .left .skip-container .skip,#main_menu.new-menu .content .right .skip-container .skip {
	width: 100%;
	border: 0;
	height: 100%;
	font-family: RobotoRegular,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip:lang(ar),#main_menu.new-menu .content .right .skip-container .skip:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip:lang(bg),#main_menu.new-menu .content .left .skip-container .skip:lang(ru),#main_menu.new-menu .content .left .skip-container .skip:lang(uk),#main_menu.new-menu .content .right .skip-container .skip:lang(bg),#main_menu.new-menu .content .right .skip-container .skip:lang(ru),#main_menu.new-menu .content .right .skip-container .skip:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip:lang(zh),#main_menu.new-menu .content .right .skip-container .skip:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip:lang(ko),#main_menu.new-menu .content .right .skip-container .skip:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip:lang(vi),#main_menu.new-menu .content .right .skip-container .skip:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip a,#main_menu.new-menu .content .right .skip-container .skip a {
	width: 0;
	overflow: hidden;
	padding: 0;
	font-size: 0;
	background-color: #00425e!important;
	color: #fff!important;
	line-height: 1.14em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus,#main_menu.new-menu .content .right .skip-container .skip a:focus {
	min-width: 100%;
	max-width: 100%;
	padding: 3px;
	height: 100%;
	font-family: RobotoRegular,sans-serif;
	font-size: .75em;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(ar),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(bg),#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(ru),#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(uk),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(bg),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(ru),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(zh),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(ko),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .content .left .skip-container .skip a:focus:lang(vi),#main_menu.new-menu .content .right .skip-container .skip a:focus:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu .content .left .skip-container .skip,#main_menu.new-menu .content .right .skip-container .skip {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu .content .left .skip-container .skip,#main_menu.new-menu .content .right .skip-container .skip {
		display: none;
	}
}

#main_menu.new-menu .content .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.new-menu .content .right a.standard {
	display: none;
}

#main_menu.new-menu .content .search-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51,51,51,.95);
	z-index: 61;
}

#main_menu.new-menu .mobile-menu {
	font-family: RobotoRegular,sans-serif;
	background-color: #fff;
	width: 100vw;
	position: absolute;
	left: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	z-index: 50;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
	display: none;
	height: calc(100vh - 70px);
	top: 70px;
}

#main_menu.new-menu .mobile-menu:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .mobile-menu:lang(bg),#main_menu.new-menu .mobile-menu:lang(ru),#main_menu.new-menu .mobile-menu:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .mobile-menu:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .mobile-menu:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .mobile-menu:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	#main_menu.new-menu .mobile-menu {
		display: block;
	}
}

#main_menu.new-menu .mobile-menu.closed {
	position: fixed;
}

#main_menu.new-menu .mobile-menu .close {
	position: absolute;
	top: 30px;
	left: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23666' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 24px;
	height: 1pc;
	cursor: pointer;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items {
	margin-bottom: 0;
	padding: 0;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li {
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 2.5;
	color: #666;
	text-decoration: none;
	padding: 0;
}

@media (max-width:767px) and (max-height:480px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items>li {
		line-height: 2;
	}
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li a {
	text-decoration: none;
	display: block;
	color: #666;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li span {
	display: block;
	position: relative;
	font-size: 18px;
	padding: 0;
	color: #333;
	min-height: 75px;
	line-height: 1.5;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li span.clickable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: .5px solid #f2f1f0;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li span.clickable a {
	border-bottom: none;
	color: #333;
	padding-left: 20px;
	padding-right: 40px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li span.ownership,#main_menu.new-menu .mobile-menu .mobile-menu__items>li span.shopping-tools {
	display: none;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li span:not(.clickable) a {
	color: #666;
	border-bottom: .5px solid #f2f1f0;
	padding: 9pt 0 15px 24px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li:first-of-type {
	margin-top: 0;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul {
	text-transform: none;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span, #main_menu.new-menu .mobile-menu .mobile-menu__items>li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main_menu.new-menu .mobile-menu .mobile-menu__items>li a {
	padding: 0;
}
#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.brand,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.models,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership-new,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools-new, #main_menu.new-menu .mobile-menu .mobile-menu__items>li span {
	border-bottom: .5px solid #f2f1f0;
	padding-left: 20px;
	padding-right: 40px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.brand.opened,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.models.opened,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership-new.opened,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership.opened,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools-new.opened,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools.opened {
	color: #333;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.brand.opened .triangle,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.models.opened .triangle,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership-new.opened .triangle,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.ownership.opened .triangle,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools-new.opened .triangle,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.shopping-tools.opened .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%230c2340' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	width: 20px;
	height: 20px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.opened .triangle {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span .triangle {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.dealer {
	background: #00425e;
	color: #fff;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.dealer .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.dealer.opened {
	color: #fff!important;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub span.dealer.opened .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	margin: 0;
	list-style: none;
	background-color: #f7f7f7;
	color: #666;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2.35;
	font-size: 1pc;
	display: none;
}

@media (max-width:767px) and (max-height:640px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul {
		line-height: 1.6;
	}
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul .triangle {
	right: -20px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li {
	color: #666;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li.single {
	width: calc(100vw - 40px);
	margin-left: -20px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container {
	padding: 23px 0;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login {
	border-radius: 5px;
	border: 1px solid #00425e;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	margin-top: 23px;
	display: inline-block;
	width: 80%;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #00425e;
	text-decoration: none;
	padding: 6px 30px;
	text-align: center;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(bg),#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(ru),#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .cta-container-login .loginButton {
		font-size: 27px;
	}
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .notLogin-container {
	margin-top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container .notLogin-container .notLogin {
	text-decoration: underline;
	padding: 0 0 0 5px;
	color: #0b2241;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li .login-container a {
	border-bottom: none;
	padding: 9pt 0 15px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li a {
	text-decoration: none;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	font-size: 18px;
	line-height: 1.5;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li.has-separator:not(:last-of-type) {
	position: relative;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li.has-separator:not(:last-of-type):after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100vw;
	height: 2px;
	left: -40px;
	background-color: #fff;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul li.special a {
	color: #333;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul span {
	min-height: 60px;
	line-height: 1.5;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul:not(.dealer-submenu-mobile) ul li {
	min-height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub ul.shoppingtools li {
	height: 60px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.sub.models {
	text-transform: none;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.close {
	display: none;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .claim,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta,#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .title {
	word-break: keep-all;
	white-space: nowrap;
	text-transform: none;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta {
	margin-top: 15px;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Univers57,sans-serif;
	letter-spacing: .04em;
	line-height: 2em;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(bg),#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(ru),#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .left-col .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items>li.suggested-model .inner .right-col img {
	width: auto;
	height: calc(2.5em * 2);
	display: inline-block;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .mobile-cta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -2px;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta {
	width: 100%;
	height: 75px;
	border: 0;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta .cta-icon-car {
	display: none;
	width: 24px;
	height: 19px;
	text-align: center;
	margin: -1px 0 0 9pt;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M16.62 11.843H3.057l.001.063v.735a1.356 1.356 0 1 1-2.712 0v-.735c0-.021 0-.042.002-.063L.346 5.38 3.31 1.885A5 5 0 0 1 6.919.122L9.79.004a5 5 0 0 1 .413 0l2.695.113a5 5 0 0 1 3.683 1.855l2.75 3.409v7.26a1.356 1.356 0 1 1-2.711 0v-.735l.001-.063zM.978 1.935h.357a.862.862 0 1 1 0 1.723H.769a.77.77 0 0 1-.763-.861.98.98 0 0 1 .972-.862zm17.902 0a.98.98 0 0 1 .978.954.77.77 0 0 1-.77.77h-.565a.862.862 0 0 1 0-1.724h.357zM6.136.858a2 2 0 0 0-1.592.789l-.547.719a.939.939 0 0 0 .747 1.507h10.398a.939.939 0 0 0 .747-1.507l-.548-.72A2 2 0 0 0 13.75.859H6.136zM1.18 5.811a2.22 2.22 0 0 0 2.175 2.345l1.371.025-.25-.847c-.49-.128-.967-.3-1.432-.514-.247-.115-.355-.474-.69-.657-.198-.107-.589-.224-1.174-.352zm17.492 0c-.585.128-.976.245-1.173.352-.336.183-.444.542-.691.657a8.626 8.626 0 0 1-1.432.514l-.25.847 1.371-.025a2.22 2.22 0 0 0 2.175-2.345zM5.77 7.32a2.37 2.37 0 0 0 2.37 2.37h3.606a2.37 2.37 0 0 0 2.37-2.37H10.36l-.417.216-.417-.216H5.77z'/%3E%3Cpath d='M-2-3h24v20H-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: contain;
}

@media (min-width:1681px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta .cta-icon-car {
		width: .3in;
		height: 22.8px;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta .cta-icon-car {
		width: 36px;
		height: 28.5px;
	}
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a {
	font-family: RobotoRegular,sans-serif;
	width: 100%;
	text-align: center;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(bg),#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(ru),#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu.new-menu .mobile-menu .mobile-menu__items .ctaContainer .cta a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

#main_menu.new-menu.search-expanded {
	background: #fff;
}

#main_menu.new-menu.search-expanded .content {
	background: transparent;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content {
		z-index: 61;
	}
}

#main_menu.new-menu.search-expanded .content .right>div {
	border-left: none;
}

#main_menu.new-menu.search-expanded .content .right .search-menu {
	overflow: visible;
	max-width: 100vw;
	width: calc(100vw - 278px);
	margin-left: calc(-100vw + 278px);
}

@media (min-width:1681px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu {
		width: calc(100vw - 333.6px);
		margin-left: calc(-100vw + 333.6px);
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu {
		width: calc(100vw - 417px);
		margin-left: calc(-100vw + 417px);
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu {
		width: calc(100vw - 70px - 20px);
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu {
		width: calc(100vw - 24px);
		margin-left: calc(-100vw + 24px);
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu {
		background: transparent;
		width: calc(100vw - 70px - 20px);
	}
}

#main_menu.new-menu.search-expanded .content .right .search-menu .search {
	padding-right: 2pc;
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search {
		padding: 0;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search {
		padding: 0;
	}
}

#main_menu.new-menu.search-expanded .content .right .search-menu .search .submit {
	margin-right: 10px;
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .submit {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: contain;
	}
}

#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

@media (min-width:1681px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
		width: .3in;
		height: .3in;
	}
}

@media (min-width:2201px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
		width: 36px;
		height: 36px;
	}
}

@media (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search .close {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q] {
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q]::-webkit-input-placeholder {
		color: #fff;
	}

	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q]::-moz-placeholder {
		color: #fff;
	}

	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q]:-ms-input-placeholder {
		color: #fff;
	}

	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q]::-ms-input-placeholder {
		color: #fff;
	}

	#main_menu.new-menu.search-expanded .content .right .search-menu .search [name=q]::placeholder {
		color: #fff;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .hamburger-none {
		opacity: 1;
		pointer-events: auto;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .hamburger-none {
		opacity: 1;
		pointer-events: auto;
	}
}

@media screen and (max-width:1023px) {
	#main_menu.new-menu.search-expanded .content .right .hamburger-none .hamburger {
		display: block;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .content .right .hamburger-none .hamburger {
		display: block;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 20px;
		top: -2px;
	}
}

@media screen and (max-width:767px) {
	#main_menu.new-menu.search-expanded .search-overlay {
		display: block;
	}
}

#main_menu.opened .content .logo {
	display: none;
}

#main_menu.opened .content .right .search-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main_menu.opened .content .hamburger-none .hamburger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 20px;
	top: -2px;
}

#main_menu.opened #dealerFixed,#main_menu.opened .content .hamburger-none .container .line {
	display: none;
}

@media (min-width:1023px) {
	#main_menu[data-searchvisibility=hide] .content .right .search-menu {
		display: none;
	}
}

#main_menu .suggestions-panel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	color: #333;
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	overflow: hidden;
	right: 0;
	height: 0;
	-webkit-transition: height .95s ease 0s;
	transition: height .95s ease 0s;
	z-index: 201;
	font-size: 22px;
	letter-spacing: -.02em;
	line-height: 1.5;
	font-family: RobotoRegular,sans-serif;
}

@media (min-width:1681px) {
	#main_menu .suggestions-panel {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	#main_menu .suggestions-panel {
		font-size: 33px;
	}
}

#main_menu .suggestions-panel:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu .suggestions-panel:lang(bg),#main_menu .suggestions-panel:lang(ru),#main_menu .suggestions-panel:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu .suggestions-panel:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu .suggestions-panel:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu .suggestions-panel:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	#main_menu .suggestions-panel {
		background: transparent;
		color: #fff;
	}

	#main_menu .suggestions-panel .suggestions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#main_menu .suggestions-panel .suggestions .suggestionItem {
		margin-bottom: 15px;
	}

	#main_menu .suggestions-panel .suggestions .suggestionItem a {
		color: #fff;
	}
}

#main_menu .suggestions-panel.open {
	-webkit-transition: height .95s ease .95s;
	transition: height .95s ease .95s;
	display: block;
	width: 100vw;
	padding-left: 318px;
	height: auto;
}

@media (min-width:1681px) {
	#main_menu .suggestions-panel.open {
		padding-left: 378.4px;
	}
}

@media (min-width:2201px) {
	#main_menu .suggestions-panel.open {
		padding-left: 469px;
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	#main_menu .suggestions-panel.open {
		padding-left: 4pc;
	}
}

@media screen and (max-width:1023px) {
	#main_menu .suggestions-panel.open {
		padding-left: 60px;
		left: 0;
	}
}

@media (max-width:767px) {
	#main_menu .suggestions-panel.open {
		padding-left: 66px;
	}
}

#main_menu .suggestions-panel .suggestionTitle {
	text-transform: uppercase;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	#main_menu .suggestions-panel .suggestionTitle {
		font-size: 1rem;
	}
}

#main_menu .suggestions-panel .suggestions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
}

#main_menu .suggestions-panel .suggestions .suggestionItem {
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a {
	font-family: RobotoRegular,sans-serif;
	font-size: 1pc;
	color: #333;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(bg),#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(ru),#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

#main_menu .suggestions-panel .suggestions .suggestionItem a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	#main_menu .suggestions-panel .suggestions .suggestionItem a {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#main_menu .suggestions-panel .suggestions .suggestionItem a {
		font-size: 24px;
	}
}

#main_menu #dealerFixed {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	height: auto;
	min-height: 55px;
}

@media (max-width:1023px) {
	#main_menu #dealerFixed {
		display: block;
	}
}

@media (max-width:767px) {
	#main_menu #dealerFixed {
		display: block;
	}
}

#main_menu #dealerFixed .mobile-menu {
	-webkit-transform: none!important;
	transform: none!important;
	opacity: 1!important;
	position: absolute;
	height: auto;
	top: 0;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items {
	margin: 0;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .models {
	background: #00425e;
	color: #fff;
	border: 0;
	height: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .models .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	position: relative;
	left: 6px;
	right: auto;
	top: 3px;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .models.opened {
	color: #fff!important;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .models.opened .triangle {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='6' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .dealer-submenu-mobile {
	overflow-y: auto;
	max-height: calc(100vh - 55px - 70px);
	width: calc(100vw - 5pc);
	z-index: 200;
}

#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .dealer-submenu-mobile .brand-li,#main_menu #dealerFixed .mobile-menu .mobile-menu__items li .dealer-submenu-mobile .brand-li>span {
	height: 55px;
}

#main_menu #endMenu {
	display: none;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}

#main_menu .search-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51,51,51,.95);
	z-index: 61;
	top: 0;
	left: 0;
}

body.dealers .sticky-wrapper {
	-webkit-transition: height .3s ease-out;
	transition: height .3s ease-out;
}

body.dealers .sticky-wrapper body:not(.dealers) {
	height: 75px;
}

@media (max-width:1023px) {
	body.dealers .sticky-wrapper body:not(.dealers) {
		height: 90px;
	}
}

@media (max-width:767px) {
	body.dealers .sticky-wrapper body:not(.dealers) {
		height: 90px;
	}
}

@media (min-width:1681px) {
	body.dealers .sticky-wrapper body:not(.dealers) {
		height: 90px;
	}
}

@media (min-width:2201px) {
	body.dealers .sticky-wrapper body:not(.dealers) {
		height: 112.5px;
	}
}

body.dealers body.dealers .sticky-wrapper {
	height: 130px;
}

@media (max-width:1023px) {
	body.dealers body.dealers .sticky-wrapper {
		height: 150px;
	}
}

@media (max-width:767px) {
	body.dealers body.dealers .sticky-wrapper {
		height: 145px;
	}
}

@media (min-width:1681px) {
	body.dealers body.dealers .sticky-wrapper {
		height: 145px;
	}
}

@media (min-width:2201px) {
	body.dealers body.dealers .sticky-wrapper {
		height: 167.5px;
	}
}

#countryAlert {
	height: 60px;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f1f0;
	font-size: 1pc;
	letter-spacing: .02em;
	line-height: 1.5;
	color: #333;
	padding: 0 60px;
	line-height: 60px;
}

@media (max-width:1279px) {
	#countryAlert {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	#countryAlert {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	#countryAlert {
		font-size: 24px;
	}
}

#countryAlert .home {
	position: fixed;
	top: 75px;
	z-index: 200;
}

@media (min-width:1681px) {
	#countryAlert .home {
		top: 90px;
	}
}

@media (min-width:2201px) {
	#countryAlert .home {
		top: 112.5px;
	}
}

#countryAlert .close {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px 0;
}

@media (max-width:1023px) {
	#countryAlert {
		height: 135px;
		line-height: 135px;
		color: #333;
		width: 100%;
	}

	#countryAlert,#countryAlert .home {
		position: static;
	}

	#countryAlert .close {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: contain;
		background-size: 15px 15px;
	}
}

@media (max-width:767px) {
	#countryAlert {
		padding: 0 45px;
		background: #f2f1f0;
		border-top: 1px solid #ebebeb;
	}

	#countryAlert,#countryAlert .home {
		position: fixed;
		top: 70px;
		z-index: 200;
	}

	#countryAlert .left {
		line-height: 1.5;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 60%;
	}
}

@media (min-width:1681px) {
	#countryAlert {
		height: 90px;
		line-height: 90px;
	}
}

@media (min-width:2201px) {
	#countryAlert {
		height: 112.5px;
		line-height: 112.5px;
	}
}

#countryAlert .cta {
	display: inline-block;
	line-height: 2;
	margin-left: 30px;
}

@media (min-width:1024px) {
	#countryAlert .cta.bg-white {
		background: #fff;
		border: 1px solid #666;
		border-radius: 2px;
		color: #333;
	}
}

@media (max-width:1023px) {
	#countryAlert .cta {
		background: none;
		border: none;
		margin-left: 0;
	}

	#countryAlert .cta a {
		font-size: 1pc;
		letter-spacing: .02em;
		line-height: 1.5;
		color: #333!important;
		text-decoration: underline;
		text-transform: none;
		padding: 0;
	}
}

@media (max-width:1023px) and (max-width:1279px) {
	#countryAlert .cta a {
		font-size: 14px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	#countryAlert .cta a {
		font-size: 1.2pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	#countryAlert .cta a {
		font-size: 24px;
	}
}

.model-engines {
	margin: 0;
	padding: 0 30px 60px;
	background-color: #f2f1f0;
	color: #333;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.model-engines {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-engines {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-height:668px) {
	.model-engines {
		font-size: 9pt;
		line-height: 1.2;
	}
}

.model-engines .swappable {
	font-size: 0;
}

.model-engines .engine {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 30px 0;
	display: inline-block;
	vertical-align: top;
}

@media (min-width:1681px) {
	.model-engines .engine {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-engines .engine {
		font-size: 24px;
	}
}

.model-engines .engine .cta {
	margin: 0 15px 15px 0;
}

@media (max-width:767px) {
	.model-engines .engine .cta {
		display: block;
		margin-right: 0;
	}
}

.model-engines .engine .cta a {
	font-size: 13px;
	padding: 0 15px;
}

@media (min-width:1681px) {
	.model-engines .engine .cta a {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.model-engines .engine .cta a {
		font-size: 19.5px;
	}
}

@media (max-width:767px) {
	.model-engines .engine .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.model-engines .engine img {
	max-width: 100%;
	width: 100%;
}

.model-engines .engine .title {
	font-family: Univers45,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin: 6px 0;
}

.model-engines .engine .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-engines .engine .title:lang(bg),.model-engines .engine .title:lang(ru),.model-engines .engine .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-engines .engine .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-engines .engine .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-engines .engine .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-engines .engine .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-engines .engine .title {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.model-engines .engine .title {
		font-family: RobotoRegular,sans-serif;
		font-size: 27px;
	}

	.model-engines .engine .title:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-engines .engine .title:lang(bg),.model-engines .engine .title:lang(ru),.model-engines .engine .title:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-engines .engine .title:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-engines .engine .title:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-engines .engine .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.model-engines .engine .details {
	display: table;
	margin-bottom: 15px;
}

.model-engines .engine .details .item {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.model-engines .engine .details .item:last-child {
	padding: 0;
}

.model-engines .engine .details .item strong {
	display: block;
	color: #333;
	font-weight: 400;
}

.model-engines.lessThanThree .engine {
	width: 50%;
}

.model-engines .close-swapped {
	display: none;
	float: right;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}

.model-engines .swapped {
	display: none;
	background-color: #f2f1f0;
	padding: 30px 30px 0;
}

.model-engines .swapped .full-specs,.model-engines .swapped .switch {
	float: left;
	clear: left;
	width: 48%;
}

@media (max-width:1279px) {
	.model-engines .swapped .full-specs,.model-engines .swapped .switch {
		width: 54%;
	}
}

.model-engines .swapped .image,.model-engines .swapped .sound {
	float: right;
	clear: right;
	width: 48%;
}

@media (max-width:1279px) {
	.model-engines .swapped .image,.model-engines .swapped .sound {
		width: 42%;
	}
}

.model-engines .swapped .header .title {
	margin: 0;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.model-engines .swapped .header .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-engines .swapped .header .title:lang(bg),.model-engines .swapped .header .title:lang(ru),.model-engines .swapped .header .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-engines .swapped .header .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-engines .swapped .header .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-engines .swapped .header .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-engines .swapped .header .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.model-engines .swapped .header .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.model-engines .swapped .header .title {
		font-size: 63px;
	}
}

.model-engines .swapped .header .subtitle {
	color: #333;
	font-family: Univers57,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 40px;
}

.model-engines .swapped .header .subtitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-engines .swapped .header .subtitle:lang(bg),.model-engines .swapped .header .subtitle:lang(ru),.model-engines .swapped .header .subtitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-engines .swapped .header .subtitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-engines .swapped .header .subtitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-engines .swapped .header .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-engines .swapped .header .subtitle {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.model-engines .swapped .header .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-engines .swapped .header .subtitle {
		font-size: 30px;
	}
}

@media screen and (min-width:1024px) and (max-height:668px) {
	.model-engines .swapped .header .subtitle {
		margin-bottom: 10px;
	}
}

.model-engines .swapped .full-specs .row,.model-engines .swapped .full-specs h5 {
	border-bottom: 1px solid #666;
}

.model-engines .swapped .full-specs h5 {
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media screen and (min-width:1024px) and (max-height:668px) {
	.model-engines .swapped .full-specs h5 {
		padding-bottom: 6px;
	}
}

.model-engines .swapped .full-specs h5:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-engines .swapped .full-specs h5:lang(bg),.model-engines .swapped .full-specs h5:lang(ru),.model-engines .swapped .full-specs h5:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-engines .swapped .full-specs h5:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-engines .swapped .full-specs h5:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-engines .swapped .full-specs h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-engines .swapped .full-specs h5 {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-engines .swapped .full-specs h5 {
		font-size: 21px;
	}
}

.model-engines .swapped .full-specs .specs {
	display: table;
	width: 100%;
}

.model-engines .swapped .full-specs .specs .row {
	display: table-row;
}

.model-engines .swapped .full-specs .specs .row .name,.model-engines .swapped .full-specs .specs .row .value {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 2.5em;
	border-bottom: 1px solid #666;
}

.model-engines .swapped .full-specs .specs .row .value {
	text-align: right;
}

.model-engines .swapped .image {
	text-align: center;
}

.model-engines .swapped .image img {
	width: 65%;
}

.model-engines .swapped .footer {
	margin-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}

@media screen and (min-width:1024px) and (max-height:668px) {
	.model-engines .swapped .footer {
		margin-top: 20px;
	}
}

.model-engines .swapped .footer .label {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 20px;
}

.model-engines .swapped .footer .label:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-engines .swapped .footer .label:lang(bg),.model-engines .swapped .footer .label:lang(ru),.model-engines .swapped .footer .label:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-engines .swapped .footer .label:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-engines .swapped .footer .label:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-engines .swapped .footer .label:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-engines .swapped .footer .label {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-engines .swapped .footer .label {
		font-size: 21px;
	}
}

.model-engines .swapped .footer .sound {
	text-align: center;
	line-height: 26px;
}

.model-engines .swapped .footer .sound .player-control {
	margin-right: 6px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 216' width='280' height='216'%3E%3Cpath d='M256 216H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h232c13.3 0 24 10.7 24 24v168c0 13.3-10.7 24-24 24z' fill='%230c2340'/%3E%3Cpath fill='%23fff' d='M111.9 68.5l68.4 39.5-68.4 39.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 35px;
	height: 26px;
	display: inline-block;
	text-decoration: none;
}

.model-engines .swapped .footer .sound .player-control.pause {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 216' width='280' height='216'%3E%3Cpath d='M256 216H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h232c13.3 0 24 10.7 24 24v168c0 13.3-10.7 24-24 24z' fill='%230c2340'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M105.8 68.5h24v79h-24zM150.2 68.5h24v79h-24z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-engines .swapped .footer .sound .timeline {
	background-color: #b6b6b6;
	display: inline-block;
	position: relative;
	width: 10em;
	height: 5px;
	cursor: pointer;
	margin-bottom: 3px;
}

.model-engines .swapped .footer .sound .timeline .elapsed {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
}

.model-engines .swapped .footer .sound .timeline .cursor {
	background-color: #666;
	position: absolute;
	width: 10px;
	height: 15px;
	top: -5px;
	left: 0;
	margin-left: -5px;
	z-index: 2;
}

@media (max-width:1023px) {
	.model-engines {
		padding: 0 22.5px 45px;
	}

	.model-engines .engine {
		width: 50%;
		padding: 45px 22.5px 0;
	}

	.model-engines .engine:nth-of-type(odd) {
		clear: left;
	}

	.model-engines .swapped .full-specs,.model-engines .swapped .image,.model-engines .swapped .sound,.model-engines .swapped .switch {
		float: none;
		width: auto;
	}

	.model-engines .swapped .full-specs {
		margin-top: 20px;
	}

	.model-engines .swapped .image img {
		width: 100%;
	}

	.model-engines .swapped .footer {
		border: none;
		margin-top: 30px;
	}

	.model-engines .swapped .footer .sound {
		text-align: left;
		margin-bottom: 30px;
	}

	.model-engines .swapped .footer .sound,.model-engines .swapped .footer .switch,.model-engines .swapped .full-specs .row>div,.model-engines .swapped .full-specs h5 {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width:767px) {
	.model-engines {
		padding: 0 20px 20px;
	}

	.model-engines .engine {
		padding: 20px 0;
		width: 100%;
	}

	.model-engines .engine h4 {
		font-size: 18px;
	}

	.model-engines.lessThanThree .engine {
		width: 100%;
	}

	.model-engines .close-swapped {
		margin: 40px 20px 0 0;
	}

	.model-engines .swapped {
		padding: 20px;
	}

	.model-engines .swapped .footer .sound,.model-engines .swapped .footer .switch,.model-engines .swapped .full-specs .row>div,.model-engines .swapped .full-specs h5 {
		padding-left: 0;
		padding-right: 0;
	}

	.model-engines .swapped .full-specs .specs {
		font-size: 9pt;
	}

	.model-engines .swapped .full-specs .specs .row .name,.model-engines .swapped .full-specs .specs .row .value {
		height: 3em;
	}

	.model-engines .swapped .footer .label {
		display: block;
		margin-bottom: 6px;
	}

	.model-engines .swapped .footer .switch .cta {
		margin-bottom: 6px;
		display: inline-block;
	}

	.model-engines .swapped .footer .switch .cta a {
		min-width: 12em;
	}
}

.model-intro {
	margin: 0;
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 60px 90pt 0;
}

@media (max-width:1279px) {
	.model-intro {
		padding: 30px 60px 0;
	}
}

@media (max-width:1023px) {
	.model-intro {
		padding: 30px 45px 0;
		padding: 30px 30px 0;
	}
}

@media (max-width:767px) {
	.model-intro {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.model-intro .introText {
	width: 60%;
	margin: 0 auto;
}

.model-intro .introText .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	margin-bottom: 15px;
}

.model-intro .introText .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-intro .introText .title:lang(bg),.model-intro .introText .title:lang(ru),.model-intro .introText .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-intro .introText .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-intro .introText .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-intro .introText .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-intro .introText .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.model-intro .introText .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.model-intro .introText .title {
		font-size: 63px;
	}
}

.model-intro .introText .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 60px;
}

@media (min-width:1681px) {
	.model-intro .introText .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-intro .introText .description {
		font-size: 24px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.model-intro .introText .description {
		margin-bottom: 0;
	}
}

@media (max-width:1279px) {
	.model-intro .introText .description {
		margin-bottom: 20px;
	}
}

@media (max-width:1279px) {
	.model-intro .introText {
		width: 65%;
	}
}

@media (max-width:1023px) {
	.model-intro .introText {
		width: 100%;
	}
}

@media (max-width:767px) {
	.model-intro .introText {
		text-align: left;
	}
}

.model-intro img.background {
	display: inline-block;
	margin-bottom: 60px;
	max-width: 100%;
}

@media (max-width:1279px) {
	.model-intro img.background {
		margin-bottom: 15px;
	}
}

.model-selector2020 {
	width: auto;
	background: #fff;
	font-family: RobotoRegular,sans-serif;
	padding: 0 60px;
	-webkit-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.model-selector2020:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020:lang(bg),.model-selector2020:lang(ru),.model-selector2020:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector2020.black {
	background-color: #333;
}

.model-selector2020.black .main-box .select-label,.model-selector2020.black h2.title,.model-selector2020.black p.description {
	color: #fff;
}

.model-selector2020.black .main-box .slider-container:after {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.model-selector2020.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text,.model-selector2020.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .measure,.model-selector2020.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value,.model-selector2020.black .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price,.model-selector2020.black .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title,.model-selector2020.black .main-box .models-container .model .model-container .model-image-container .model-info-container span,.model-selector2020.black .main-box .slider-container .slider-box .model-list .model {
	color: #fff;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta.cta-blue,.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta.cta-white,.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta.cta-blue,.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta.cta-white,.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta.cta-blue,.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta.cta-white {
	border: 1px solid #fff;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound {
	color: #fff;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D.st1%7Bfill:none;stroke:%23fff;stroke-width:1.5%7D%3C/style%3E%3Cpath class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3Cpath class='st1' d='M19.2 15.8V9c0-5-4.1-9-9.2-9S.8 4.1.8 9v6.8' transform='translate(10 9)'/%3E%3Cpath class='st0' d='M2 12.5h1c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2zM17 12.5h1c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2h-1c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2z' transform='translate(10 9)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M10-9C-1-9-10 0-10 11s9 20 20 20 20-9 20-20S21-9 10-9zm10 28c0 1.1-.9 2-2 2h-1c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2h1.4V9c0-4.6-3.8-8.3-8.4-8.3C5.4.8 1.6 4.5 1.6 9v3.5H3c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2v-4.5c0-.2 0-.4.1-.5V9C.1 3.6 4.5-.8 10-.8s9.9 4.4 9.9 9.8v5c0 .2.1.4.1.5V19z' transform='translate(10 9)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23fff;stroke-width:2%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle class='st0' cx='20' cy='20' r='19'/%3E%3Cpath class='st1' d='M1 0h1c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1zM8.5 0c.8 0 1.5.7 1.5 1.5v13c0 .8-.7 1.5-1.5 1.5S7 15.3 7 14.5v-13C7 .7 7.7 0 8.5 0z' transform='translate(15 12)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020.black .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col div {
	background-color: #fff;
}

.model-selector2020.black .slide-content>div .big-tabs .tab>div,.model-selector2020.black .slide-content>div .right-part .right-part-description,.model-selector2020.black .slide-content>div .right-part .right-part-sub,.model-selector2020.black .slide-content>div .right-part .right-part-title,.model-selector2020.black .slide-content>div .tabs,.model-selector2020.black .slide-content>div .tabs div.active,.model-selector2020.black .slide-content>div .tabs div:hover {
	color: #fff;
}

.model-selector2020.black .slide-content>div .right-part .ctas .cta {
	border: 1px solid #fff;
}

.model-selector2020[data-paddingtop=none] {
	padding-top: 0;
}

.model-selector2020[data-paddingbottom=none] {
	padding-bottom: 0;
}

.model-selector2020[data-paddingtop=low] {
	padding-top: 15px;
}

.model-selector2020[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.model-selector2020[data-paddingtop=medium] {
	padding-top: 30px;
}

.model-selector2020[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.model-selector2020[data-paddingtop=high] {
	padding-top: 60px;
}

.model-selector2020[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.model-selector2020[data-paddingtop=max] {
	padding-top: 90px;
}

.model-selector2020[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.model-selector2020 .text-container {
	padding: 0;
	text-align: center;
}

.model-selector2020 .text-container .title {
	margin: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	width: auto;
	display: block;
	height: auto;
	line-height: 1.2em;
}

.model-selector2020 .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .text-container .title:lang(bg),.model-selector2020 .text-container .title:lang(ru),.model-selector2020 .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .text-container .title {
		font-size: 63px;
	}
}

.model-selector2020 .text-container .description {
	padding-top: 5px;
	margin: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: Univers45,sans-serif;
	color: #333;
}

@media (min-width:1681px) {
	.model-selector2020 .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .text-container .description {
		font-size: 24px;
	}
}

.model-selector2020 .text-container .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .text-container .description:lang(bg),.model-selector2020 .text-container .description:lang(ru),.model-selector2020 .text-container .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .text-container .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .text-container .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .text-container .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .text-container {
		padding: 0 20px;
	}
}

.model-selector2020 .menu-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 40%;
	height: 500px;
	position: fixed;
	top: 0;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.model-selector2020 .menu-container .model-list {
	text-align: right;
	width: 100%;
	height: calc((100vh - 75px) * 9/100);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
}

.model-selector2020 .menu-container .model-list,.model-selector2020 .menu-container .model-list .model {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.model-selector2020 .menu-container .model-list .model {
	font-family: RobotoRegular,sans-serif;
	letter-spacing: -.02em;
	color: #333;
	opacity: .35;
	margin: 6px 0;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
	padding: 0;
	width: 190px;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.model-selector2020 .menu-container .model-list .model:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .menu-container .model-list .model:lang(bg),.model-selector2020 .menu-container .model-list .model:lang(ru),.model-selector2020 .menu-container .model-list .model:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .menu-container .model-list .model:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .menu-container .model-list .model:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .menu-container .model-list .model:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: 15px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: 36px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .menu-container .model-list .model {
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .menu-container .model-list .model {
		height: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model {
		height: auto;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model:first-child.active {
		margin-left: 30%;
		z-index: 1;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model:last-child.active {
		margin-right: 30%;
		z-index: 1;
	}
}

.model-selector2020 .menu-container .model-list .model.active {
	opacity: 1;
	font-size: 30px;
	height: auto;
}

@media (min-width:1681px) {
	.model-selector2020 .menu-container .model-list .model.active {
		font-size: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .menu-container .model-list .model.active {
		font-size: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model.active {
		display: block;
		overflow: visible;
		padding: 0 6px;
		-ms-flex-preferred-size: 42%;
		flex-basis: 42%;
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .menu-container .model-list .model.active {
		padding: 0 0 15px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model.visible {
		display: block;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .menu-container .model-list .model {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list .model {
		display: none;
		margin: 0;
		position: relative;
		z-index: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		-ms-flex-preferred-size: 29%;
		flex-basis: 29%;
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .menu-container .model-list .model {
		padding: 0 6px 6px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .menu-container .model-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0;
		padding: 15px 0 0;
	}
}

@media (max-width:767px) {
	.model-selector2020 .menu-container .model-list {
		padding-top: 0;
	}
}

@media (max-width:767px) {
	.model-selector2020 .menu-container {
		padding-top: 20px;
	}
}

.model-selector2020 .main-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	color: #333;
}

.model-selector2020 .main-box .model-image-background {
	width: 40vw;
	position: absolute;
	left: 30%;
	right: 30%;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .model-image-background {
		display: none;
	}
}

.model-selector2020 .main-box .model-image-background-mobile {
	position: absolute;
	width: auto;
}

@media (min-width:1024px) {
	.model-selector2020 .main-box .model-image-background-mobile {
		display: none;
		height: 130px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .main-box .model-image-background-mobile {
		height: 20vh;
		left: -20px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.model-selector2020 .main-box .model-image-background-mobile {
		height: 21vh;
		left: -45px;
	}
}

.model-selector2020 .main-box .select-label {
	display: none;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .select-label {
		font-family: RobotoRegular,sans-serif;
		font-size: 1pc;
		letter-spacing: 0;
		line-height: 1.5;
		color: #00425e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.model-selector2020 .main-box .select-label:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector2020 .main-box .select-label:lang(bg),.model-selector2020 .main-box .select-label:lang(ru),.model-selector2020 .main-box .select-label:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector2020 .main-box .select-label:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector2020 .main-box .select-label:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector2020 .main-box .select-label:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-selector2020 .main-box .select-label {
		font-size: 1.2pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-selector2020 .main-box .select-label {
		font-size: 24px;
	}
}

.model-selector2020 .main-box .slider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
	position: relative;
}

.model-selector2020 .main-box .slider-container .select-version {
	text-transform: uppercase;
	margin-right: 45px;
	margin-bottom: 10px;
	font-size: 21px;
	font-family: RobotoRegular,sans-serif;
}

.model-selector2020 .main-box .slider-container .select-version:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .slider-container .select-version:lang(bg),.model-selector2020 .main-box .slider-container .select-version:lang(ru),.model-selector2020 .main-box .slider-container .select-version:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .select-version:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .select-version:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .select-version:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .select-version {
		font-size: 25.2px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .select-version {
		font-size: 31.5px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .select-version {
		display: none;
	}
}

.model-selector2020 .main-box .slider-container .slider-box {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list {
	text-align: right;
	width: 100%;
	padding: 20px 45px 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
	font-family: RobotoRegular,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	color: #333;
	cursor: pointer;
	opacity: .35;
	margin: 6px 0;
	padding-left: 15px;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(bg),.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(ru),.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: 15px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: 36px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model:first-child.active {
		margin-left: 30%;
		z-index: 1;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model:last-child.active {
		margin-right: 30%;
		z-index: 1;
	}
}

.model-selector2020 .main-box .slider-container .slider-box .model-list .model.active {
	opacity: 1;
	font-size: 30px;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model.active {
		font-size: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model.active {
		font-size: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model.active {
		display: block;
		overflow: visible;
		padding: 0 6px;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		font-size: 22px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model.visible {
		display: block;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list .model {
		display: none;
		margin: 0;
		position: relative;
		z-index: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		font-size: 15px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box .model-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0;
		padding: 15px 0 0;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .slider-box {
		width: 100%;
		margin-top: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		-webkit-transform: none;
		transform: none;
		top: 0;
	}
}

.model-selector2020 .main-box .slider-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container:after {
		height: 9pt;
		width: 100%;
		right: 0;
		top: 10px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: none;
	}
}

.model-selector2020 .main-box .slider-container .model-details {
	display: none;
}

.model-selector2020 .main-box .slider-container .model-details.active {
	display: block;
}

.model-selector2020 .main-box .slider-container .model-info-container {
	margin-left: 4%;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.model-selector2020 .main-box .slider-container .model-info-container:not(.no-animation) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.model-selector2020 .main-box .slider-container .model-info-container.no-animation {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 2pc;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #00425e;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(bg),.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(ru),.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-title {
		font-size: 36px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-title {
		font-size: 2.4pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-title {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-title {
		display: none;
	}
}

.model-selector2020 .main-box .slider-container .model-info-container span {
	font-family: RobotoRegular,sans-serif;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
	display: block;
}

.model-selector2020 .main-box .slider-container .model-info-container span:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container span:lang(bg),.model-selector2020 .main-box .slider-container .model-info-container span:lang(ru),.model-selector2020 .main-box .slider-container .model-info-container span:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container span:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container span:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container span:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .model-info-container span {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .model-info-container span {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .model-info-container span {
		font-family: RobotoRegular,sans-serif;
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-right: 6px;
		color: #333;
		margin-top: 0;
		height: 19px;
		font-size: 1pc;
		letter-spacing: -.02em;
		line-height: 100%;
	}

	.model-selector2020 .main-box .slider-container .model-info-container span:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector2020 .main-box .slider-container .model-info-container span:lang(bg),.model-selector2020 .main-box .slider-container .model-info-container span:lang(ru),.model-selector2020 .main-box .slider-container .model-info-container span:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector2020 .main-box .slider-container .model-info-container span:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector2020 .main-box .slider-container .model-info-container span:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector2020 .main-box .slider-container .model-info-container span:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .model-info-container span {
		font-size: 21.6px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .model-info-container span {
		font-size: 27px;
	}
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price {
	font-family: RobotoRegular,sans-serif;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: Univers57,sans-serif;
	color: #333;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(bg),.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ru),.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-price {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .slider-container .model-info-container .model-price {
		font-size: 33px;
	}
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(bg),.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ru),.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .slider-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .model-info-container,.model-selector2020 .main-box .slider-container .model-info-container .model-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .model-info-container {
		display: none;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container {
	margin-left: 4%;
	width: 96%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

@media (min-width:1025px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 18px;
	white-space: nowrap;
	padding-bottom: 15px;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta {
	border-radius: 4px;
	min-width: 75pt;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta {
		width: 100%;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-blue,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-blue,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-blue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00425e;
	cursor: pointer;
	position: relative;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-blue .cta-icon-car,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-blue .cta-icon-car,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-blue .cta-icon-car {
	width: 24px;
	height: 19px;
	text-align: center;
	margin: -1px 0 0 9pt;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M16.62 11.843H3.057l.001.063v.735a1.356 1.356 0 1 1-2.712 0v-.735c0-.021 0-.042.002-.063L.346 5.38 3.31 1.885A5 5 0 0 1 6.919.122L9.79.004a5 5 0 0 1 .413 0l2.695.113a5 5 0 0 1 3.683 1.855l2.75 3.409v7.26a1.356 1.356 0 1 1-2.711 0v-.735l.001-.063zM.978 1.935h.357a.862.862 0 1 1 0 1.723H.769a.77.77 0 0 1-.763-.861.98.98 0 0 1 .972-.862zm17.902 0a.98.98 0 0 1 .978.954.77.77 0 0 1-.77.77h-.565a.862.862 0 0 1 0-1.724h.357zM6.136.858a2 2 0 0 0-1.592.789l-.547.719a.939.939 0 0 0 .747 1.507h10.398a.939.939 0 0 0 .747-1.507l-.548-.72A2 2 0 0 0 13.75.859H6.136zM1.18 5.811a2.22 2.22 0 0 0 2.175 2.345l1.371.025-.25-.847c-.49-.128-.967-.3-1.432-.514-.247-.115-.355-.474-.69-.657-.198-.107-.589-.224-1.174-.352zm17.492 0c-.585.128-.976.245-1.173.352-.336.183-.444.542-.691.657a8.626 8.626 0 0 1-1.432.514l-.25.847 1.371-.025a2.22 2.22 0 0 0 2.175-2.345zM5.77 7.32a2.37 2.37 0 0 0 2.37 2.37h3.606a2.37 2.37 0 0 0 2.37-2.37H10.36l-.417.216-.417-.216H5.77z'/%3E%3Cpath d='M-2-3h24v20H-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
	cursor: pointer;
	position: absolute;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-blue a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-blue a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-blue a {
	color: #eee;
	text-decoration: none;
	font-stretch: condensed;
	width: 100%;
	padding: 6px 30px;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-blue.no-icon .cta-icon-car,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-blue.no-icon .cta-icon-car,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-blue.no-icon .cta-icon-car {
	display: none;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-blue.no-icon a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-blue.no-icon a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-blue.no-icon a {
	width: 100%;
	padding: 6px 30px;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-white,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-white,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 0 1px #00425e inset;
	box-shadow: inset 0 0 0 1px #00425e;
	background-color: #fff;
	font-stretch: condensed;
	cursor: pointer;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-white,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-white,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-white {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-stretch: condensed;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-white a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-white a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-white a {
	color: #00425e;
	padding: 6px 10px;
	text-decoration: none;
	width: 100%;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta-white a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta-white a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta-white a {
		color: #00425e;
		padding: 6px 30px;
		text-decoration: none;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 .cta a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 .cta a,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 .cta a {
		line-height: 2;
		padding: 6px 15px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2,.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 {
		width: 100%;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-1 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .cta-3.left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left .more-info {
	display: inline-block;
	margin-right: 20px;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left .more-info .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left .more-info .button:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left .more-info {
		display: block;
		margin: 0;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .left {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .right {
	min-width: 60%;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .right {
		padding-top: 15px;
	}
}

@media (max-width:767px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .right {
		width: 100%;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .right>div {
	display: inline-block;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .right>div:last-child {
	margin-right: 0;
}

.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons .more-info {
	cursor: pointer;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .duo-buttons {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
	position: absolute;
	bottom: 0;
	z-index: 4;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .sound-container {
		position: relative;
		height: auto;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 5pc;
	height: 20px;
	overflow: hidden;
	opacity: 1;
	margin-right: 10px;
	display: none;
	top: 0;
	right: 45px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%;
	margin-left: 1px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col div {
	-webkit-animation-name: equalizer-animation;
	animation-name: equalizer-animation;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	background-color: #333;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	will-change: transform;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-1 {
	-webkit-animation-duration: .22s;
	animation-duration: .22s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-2 {
	-webkit-animation-duration: .43s;
	animation-duration: .43s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-3 {
	-webkit-animation-duration: .91s;
	animation-duration: .91s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-4 {
	-webkit-animation-duration: .72s;
	animation-duration: .72s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-5 {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-6 {
	-webkit-animation-duration: .97s;
	animation-duration: .97s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-7 {
	-webkit-animation-duration: .51s;
	animation-duration: .51s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-8 {
	-webkit-animation-duration: .29s;
	animation-duration: .29s;
}

@-webkit-keyframes equalizer-animation {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .sound-container .equalizer {
		top: 0;
		position: relative;
		right: 0;
		-webkit-transform: none;
		transform: none;
		margin: 10px 0;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-pause,.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230C2340' fill-rule='nonzero' d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cg transform='translate(10 9)'%3E%3Cpath stroke='%230C2340' stroke-width='1.5' d='M19.167 15.833V9.048C19.167 4.05 15.063 0 10 0S.833 4.05.833 9.048v6.785'/%3E%3Crect width='5' height='8.5' y='12.5' fill='%230C2340' rx='2'/%3E%3Crect width='5' height='8.5' x='15' y='12.5' fill='%230C2340' rx='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-pause:hover,.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230C2340' fill-rule='nonzero' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cg transform='translate(10 9)'%3E%3Cpath stroke='%23FFF' stroke-width='1.5' d='M19.167 15.833V9.048C19.167 4.05 15.063 0 10 0S.833 4.05.833 9.048v6.785'/%3E%3Crect width='5' height='8.5' y='12.5' fill='%23FFF' rx='2'/%3E%3Crect width='5' height='8.5' x='15' y='12.5' fill='%23FFF' rx='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-pause,.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-play {
		margin-top: 0;
		margin-left: 6px;
		height: 27px;
		width: 27px;
	}
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-pause {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%230C2340' stroke-width='2'/%3E%3Cg fill='%230C2340' transform='translate(15 12)'%3E%3Cpath d='M1 0h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z'/%3E%3Crect width='3' height='16' x='7' rx='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .button-sound-pause:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%230C2340' xlink:href='%23a'/%3E%3Ccircle cx='20' cy='20' r='19' stroke='%230C2340' stroke-width='2'/%3E%3Cg fill='%23FFF' transform='translate(15 12)'%3E%3Cpath d='M1 0h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z'/%3E%3Crect width='3' height='16' x='7' rx='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound {
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 40px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 {
	position: relative;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span {
	margin-left: 24px;
	display: block;
	bottom: 0;
	width: 2.5px;
	height: 4px;
	background: #999;
	position: absolute;
	-webkit-animation: preloader_1 1.5s ease-in-out infinite;
	animation: preloader_1 1.5s ease-in-out infinite;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(2),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(7),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(12) {
	left: 11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(3),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(8),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(14) {
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(4),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(9),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(13),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(15) {
	left: 33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(5),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(10),.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(11) {
	left: 44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(6) {
	left: 55px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(7) {
	left: 66px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(8) {
	left: 77px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(9) {
	left: 88px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(10) {
	left: 99px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(11) {
	left: 110px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(12) {
	left: 121px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(13) {
	left: 133px;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(14) {
	left: 9pc;
}

.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(15) {
	left: 155px;
}

@-webkit-keyframes preloader_1 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}

	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: grey;
	}

	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}

	to {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .sound-container .dynamic-sound {
		margin: 0;
		font-size: 1pc;
		color: #333;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container .sound-container {
		width: auto;
		left: auto;
		right: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		margin: 0;
		color: #666;
		font-size: 10px;
		letter-spacing: -.02em;
		line-height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 15px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .slider-container .buttons-container {
		width: 100%;
		margin-left: 0;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:1024px) and (max-width:1278px) {
	.model-selector2020 .main-box .slider-container .buttons-container {
		width: calc(35vw - 45px);
	}
}

.model-selector2020 .main-box .models-container {
	width: 100%;
	position: relative;
}

.model-selector2020 .main-box .models-container .model {
	width: 100%;
	display: none;
	height: 100%;
}

.model-selector2020 .main-box .models-container .model .model-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image {
	width: 60vw;
	z-index: 0;
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image span {
	color: #333;
	font-size: 14px;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image span {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image span {
		font-size: 21px;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
	color: #333;
	font-size: 18px;
	padding-top: 2px;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
		font-size: 27px;
	}
}

@media (min-width:1024px) and (max-width:1278px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image {
		width: 100%;
		z-index: 0;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image {
		height: 30vh;
		width: auto;
		z-index: 0;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container.car-active {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slide-from-right-2020;
	animation-name: slide-from-right-2020;
	animation-timing-function: cubic-bezier;
	-webkit-animation-timing-function: cubic-bezier;
}

.model-selector2020 .main-box .models-container .model .model-container .model-image-container .model-image-mobile {
	margin-left: -40px;
	padding-bottom: 60px;
}

@media (max-width:767px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container {
		margin-left: 5vw;
		overflow: hidden;
		margin-right: -20px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .model-image-container {
		margin-left: 30vw;
		overflow: hidden;
		margin-right: -45px;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 55vw;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper {
	width: 16%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper:last-of-type {
	border: none;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-1,.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-2,.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-3,.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-4 {
		height: auto;
		margin: auto;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon {
	margin: 0 auto;
	opacity: 1;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.one {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.two {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.three {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.four {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.five {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.six {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
	font-size: 9pt;
	font-weight: 400;
	text-align: center;
	color: #b6b6b6;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
		font-size: 18px;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
	font-family: RobotoRegular,sans-serif;
	font-size: 28px;
	letter-spacing: -.032em;
	line-height: 1.2;
	color: #333;
	text-align: center;
	letter-spacing: -.02em;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(bg),.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ru),.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 22px;
		letter-spacing: .04em;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 2.1pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 42px;
	}
}

.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value span {
	color: #333;
	font-size: .5em;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon {
		margin: 10px auto;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container .icon-wrapper {
		width: 30%;
		padding: 0;
		margin: 0 auto;
		border: none;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container .icons-container {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .model-container {
		width: 100%;
		margin-top: 15px;
	}
}

.model-selector2020 .main-box .models-container .model.active {
	display: block;
}

.model-selector2020 .main-box .models-container .model.active .buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model.active {
		margin-top: 0;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1002;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment {
		height: calc(100vh - $smartphoneMenuNewHeight);
		top: 70px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment.show {
	display: block;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .closer-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content {
	background: #fff;
	width: 90%;
	height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 60px;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .close {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .close {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .close {
		z-index: 2;
		top: 20px;
		right: 20px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container {
	width: 23%;
	border: .5px solid hsla(0,0%,59.2%,.6);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile {
	display: none;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
	font-size: 26px;
	height: 31px;
	line-height: 100%;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
		font-size: 39px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile {
		display: block;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
	font-family: Univers57,sans-serif;
	height: 30px;
	color: #333;
	font-size: 25px;
	letter-spacing: -.02em;
	line-height: 100%;
	margin-bottom: 6px;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 30px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 37.5px;
		height: 45px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
	width: calc(100% - 45px * 2);
	-ms-flex-item-align: center;
	align-self: center;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
		width: 35%;
		display: block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 15px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #666;
	font-family: Univers57,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 37.5px;
		height: 37.5px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		margin-top: 10px;
		margin-bottom: 15px;
		height: 17px;
		font-size: 14px;
		line-height: 100%;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 20px;
		height: 20px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
	width: 85%;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta {
	min-width: 180px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta a {
	padding: 6px 30px;
	display: block;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white {
	background: #fff;
	border: 1px solid #00425e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white a {
	color: #00425e;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue {
	background: #00425e;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue a {
	color: #fff;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
	margin-bottom: 0;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta,.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
		margin-bottom: 15px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
		width: calc(100% - 20px - 20px);
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
	display: inline-block;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		height: 17px;
		color: #333;
		font-family: RobotoRegular,sans-serif;
		font-size: 14px;
		line-height: 100%;
		margin-right: 6px;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 6px;
	height: 19px;
	font-size: 1pc;
	line-height: 100%;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 1.2pc;
		height: 22.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 24px;
		height: 28.5px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		height: 19px;
		font-size: 1pc;
		line-height: 100%;
		margin-top: 0;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner {
		display: none;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.model-container {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 30px;
		border: 0;
		border-bottom: .5px solid hsla(0,0%,59.2%,.6);
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		height: auto;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
	width: calc(100% - 23%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 45px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 30px;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		min-height: 50px;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 10px 15px;
	height: 28px;
	font-size: 11px;
	letter-spacing: .32px;
	line-height: 100%;
	background-color: #f8f8f8;
	opacity: .9;
	text-align: center;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
	opacity: 1;
	background: #fff;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
		opacity: 1;
		background: #fff;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 9.9pt;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 16.5px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		width: auto;
		padding: 0 15px;
		max-width: 40%;
		height: 50px;
		font-size: 10px;
		line-height: 14px;
		word-break: break-word;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		margin-top: 0;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section {
	overflow: auto;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
	font-family: Univers45,sans-serif;
	height: 14px;
	color: #333;
	font-size: 1pc;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 45px 0;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 1.2pc;
		height: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 24px;
		height: 21px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		text-align: left;
		height: 14px;
		font-size: 13px;
		line-height: 100%;
		padding: 30px 0;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
	color: #333;
	font-family: Univers45,sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list p {
	margin: 0;
	border-bottom: .5px solid #666;
	padding: 10px 0;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 13px;
		line-height: 1pc;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container:last-child {
	padding-bottom: 10%;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section {
		padding: 0 30px 60px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container>.title {
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
		width: 100%;
		padding: 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .inner-content {
		width: 100vw;
		height: 100vh;
		-webkit-transform: none;
		transform: none;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title {
	color: #333;
	font-family: RobotoRegular,sans-serif;
	height: 34px;
	font-size: 28px;
	line-height: 100%;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title {
		font-size: 2.1pc;
		height: 40.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title {
		font-size: 42px;
		height: 51px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title {
		text-align: center;
		height: 31px;
		font-family: Univers57,sans-serif;
		font-size: 26px;
		letter-spacing: -.02em;
		line-height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(bg),.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ru),.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model .standard-equipment .detail-container .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model {
		margin-top: 10px;
		display: none;
	}
}

.model-selector2020 .main-box .models-container .model-info-container {
	margin-left: 4%;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.model-selector2020 .main-box .models-container .model-info-container:not(.no-animation) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.model-selector2020 .main-box .models-container .model-info-container.no-animation {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 2pc;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #00425e;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(bg),.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(ru),.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-title {
		font-size: 36px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-title {
		font-size: 2.4pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-title {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-title {
		display: none;
	}
}

.model-selector2020 .main-box .models-container .model-info-container span {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
	display: block;
}

.model-selector2020 .main-box .models-container .model-info-container span:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container span:lang(bg),.model-selector2020 .main-box .models-container .model-info-container span:lang(ru),.model-selector2020 .main-box .models-container .model-info-container span:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container span:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container span:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container span:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model-info-container span {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model-info-container span {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model-info-container span {
		font-family: RobotoRegular,sans-serif;
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-right: 6px;
		color: #333;
		margin-top: 0;
		height: 19px;
		font-size: 1pc;
		letter-spacing: -.02em;
		line-height: 100%;
	}

	.model-selector2020 .main-box .models-container .model-info-container span:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model-info-container span:lang(bg),.model-selector2020 .main-box .models-container .model-info-container span:lang(ru),.model-selector2020 .main-box .models-container .model-info-container span:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model-info-container span:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model-info-container span:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector2020 .main-box .models-container .model-info-container span:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model-info-container span {
		font-size: 21.6px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model-info-container span {
		font-size: 27px;
	}
}

.model-selector2020 .main-box .models-container .model-info-container .model-price {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: Univers57,sans-serif;
	color: #333;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(bg),.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ru),.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-price {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-price {
		font-size: 27px;
	}
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(bg),.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ru),.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .main-box .models-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model-info-container .model-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		color: #333;
		margin-top: 0;
		height: 22px;
		font-size: 18px;
		line-height: 100%;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container .model-info-container {
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		z-index: 1;
		top: 0;
		padding-bottom: 0;
	}
}

@media (min-width:1024px) {
	.model-selector2020 .main-box .models-container .model-info-container {
		display: none;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box .models-container {
		width: auto;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .main-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 15px;
	}
}

.model-selector2020 .slide-content>img {
	float: right;
}

.model-selector2020 .slide-content .close-swapped {
	display: none;
	float: right;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right: 0;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 0;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .close-swapped {
		width: 24px;
		height: 24px;
		top: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .close-swapped {
		width: 30px;
		height: 30px;
		top: 30px;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content .close-swapped {
		right: 20px;
		top: 20px;
		margin: 0;
	}
}

.model-selector2020 .slide-content .swapped {
	overflow: hidden;
	display: none;
	height: 100%;
	position: relative;
	padding-top: 50px;
}

.model-selector2020 .slide-content>div {
	clear: both;
	height: 100%;
	font-size: 13px;
	font-family: Univers45,sans-serif;
}

.model-selector2020 .slide-content>div:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .slide-content>div:lang(bg),.model-selector2020 .slide-content>div:lang(ru),.model-selector2020 .slide-content>div:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .slide-content>div:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content>div:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content>div:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector2020 .slide-content>div .left-part {
	float: left;
	width: 50%;
	padding: 6px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .left-part {
		width: 100%;
		padding: 0;
	}
}

.model-selector2020 .slide-content>div .tabs .focus-visible {
	outline-offset: -3px;
}

.model-selector2020 .slide-content>div .right-part {
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 30px 30px;
}

.model-selector2020 .slide-content>div .right-part .right-part-img {
	text-align: center;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .right-part .right-part-img {
		line-height: 0;
	}
}

.model-selector2020 .slide-content>div .right-part .right-part-title {
	margin: 15px 0 6px;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
}

.model-selector2020 .slide-content>div .right-part .right-part-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-title:lang(bg),.model-selector2020 .slide-content>div .right-part .right-part-title:lang(ru),.model-selector2020 .slide-content>div .right-part .right-part-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div .right-part .right-part-title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div .right-part .right-part-title {
		font-size: 40.5px;
	}
}

.model-selector2020 .slide-content>div .right-part .right-part-description,.model-selector2020 .slide-content>div .right-part .right-part-sub {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	color: #333;
	line-height: 1.5;
	margin: 0;
}

.model-selector2020 .slide-content>div .right-part .right-part-description:lang(ar),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-description:lang(bg),.model-selector2020 .slide-content>div .right-part .right-part-description:lang(ru),.model-selector2020 .slide-content>div .right-part .right-part-description:lang(uk),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(bg),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(ru),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-description:lang(zh),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-description:lang(ko),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content>div .right-part .right-part-description:lang(vi),.model-selector2020 .slide-content>div .right-part .right-part-sub:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div .right-part .right-part-description,.model-selector2020 .slide-content>div .right-part .right-part-sub {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div .right-part .right-part-description,.model-selector2020 .slide-content>div .right-part .right-part-sub {
		font-size: 24px;
	}
}

.model-selector2020 .slide-content>div .right-part .right-part-sub {
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #333;
}

.model-selector2020 .slide-content>div .right-part .ctas {
	margin-top: 30px;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .right-part .ctas {
		margin-top: 15px;
	}
}

.model-selector2020 .slide-content>div .right-part .ctas .cta {
	text-align: center;
	width: 30%;
	margin-right: 6px;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .right-part .ctas .cta {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .right-part .ctas .cta:not(:first-child) {
		margin-top: 15px;
	}
}

.model-selector2020 .slide-content>div .right-part .ctas .cta:last-of-type {
	margin-right: 0;
}

.model-selector2020 .slide-content>div .right-part .ctas .cta a {
	padding: 6px 15px;
	font-size: 14px;
	line-height: 2;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div .right-part .ctas .cta a {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div .right-part .ctas .cta a {
		font-size: 21px;
	}
}

.model-selector2020 .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-selector2020 .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
	width: 33%;
}

@media (max-width:480px) {
	.model-selector2020 .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-selector2020 .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
		width: 10em;
		display: block;
	}
}

.model-selector2020 .slide-content>div .right-part img {
	max-width: 100%;
}

.model-selector2020 .slide-content>div .right-part .right-part-img-after {
	display: none;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content>div .right-part {
		width: 100%;
		padding: 0 20px 20px;
	}
}

.model-selector2020 .slide-content>div .tabs {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	border-bottom: 1px solid #666;
	color: #333;
}

.model-selector2020 .slide-content>div .tabs:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .slide-content>div .tabs:lang(bg),.model-selector2020 .slide-content>div .tabs:lang(ru),.model-selector2020 .slide-content>div .tabs:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .slide-content>div .tabs:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content>div .tabs:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content>div .tabs:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div .tabs {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div .tabs {
		font-size: 21px;
	}
}

.model-selector2020 .slide-content>div .tabs div {
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 5vh;
	text-align: center;
	display: table-cell;
	padding: 9pt;
	vertical-align: middle;
	opacity: .7;
}

.model-selector2020 .slide-content>div .tabs div:last-child {
	border-right: 1px solid #b6b6b6;
}

.model-selector2020 .slide-content>div .tabs div.active,.model-selector2020 .slide-content>div .tabs div:hover {
	color: #333;
	border: 1px #666;
	border-style: solid solid none;
	opacity: 1;
}

.model-selector2020 .slide-content>div .tabs div.active+div,.model-selector2020 .slide-content>div .tabs div:hover+div {
	border-left: none;
}

.model-selector2020 .slide-content>div .big-tabs {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div .big-tabs {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div .big-tabs {
		font-size: 24px;
	}
}

.model-selector2020 .slide-content>div .big-tabs .tab {
	display: none;
	color: #333;
}

.model-selector2020 .slide-content>div .big-tabs .tab.active {
	display: block;
}

.model-selector2020 .slide-content>div .big-tabs .tab .title {
	display: none;
}

.model-selector2020 .slide-content>div .big-tabs .tab>div {
	clear: both;
	height: 3em;
	border-bottom: 1px solid #666;
	overflow: hidden;
}

.model-selector2020 .slide-content>div .big-tabs .tab>div>div {
	height: 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 3em;
}

.model-selector2020 .slide-content>div .big-tabs .tab>div>div:nth-child(2n) {
	float: right;
	padding-right: 1em;
}

.model-selector2020 .slide-content>div .big-tabs .tab>div>div:nth-child(odd) {
	float: left;
	padding-left: 1em;
}

.model-selector2020 .slide-content>div .big-tabs .tab>div:last-child {
	border-bottom: 1px solid #666;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content>div {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content>div {
		font-size: 19.5px;
	}
}

.model-selector2020 .slide-content .swapped-offer {
	margin-bottom: 0;
	clear: none;
}

.model-selector2020 .slide-content .swapped-offer .title {
	padding: 40px 60px;
	margin: 0;
	color: #333;
	font-family: Univers57,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
}

.model-selector2020 .slide-content .swapped-offer .title:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .title:lang(bg),.model-selector2020 .slide-content .swapped-offer .title:lang(ru),.model-selector2020 .slide-content .swapped-offer .title:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .title:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .title:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content .swapped-offer .title {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .title {
		font-size: 30px;
	}
}

.model-selector2020 .slide-content .swapped-offer .title .close-swapped {
	margin: 6px 0 0;
	display: block;
}

.model-selector2020 .slide-content .swapped-offer .title-mobile {
	display: none;
}

.model-selector2020 .slide-content .swapped-offer .offer {
	clear: both;
	display: table;
	width: 100%;
}

.model-selector2020 .slide-content .swapped-offer .offer .row {
	display: table-row;
}

.model-selector2020 .slide-content .swapped-offer .offer .row:not(:first-child) .cell {
	border-bottom: 1px solid #ebebeb;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details {
	padding: 0 70px;
	color: #333;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(bg),.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ru),.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 21px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5 {
	margin: 6px 0 20px;
	font-size: 27px;
	font-family: RobotoRegular,sans-serif;
	max-width: 15em;
	color: #000;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(bg),.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(ru),.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 40.5px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details p {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 24px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row .cell:not(:first-child) {
	border-left: 1px solid #dbdbdb;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.offer-content {
	color: #333;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.offer-content img {
	width: 100%;
	vertical-align: middle;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.offer-content .details h5 {
	color: #000;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.offer-content .details .ctas {
	display: none;
	margin-top: 30px;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs {
	color: #333;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .image {
	text-align: center;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .image img {
	max-width: 70%;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details {
	padding-top: 30px;
	padding-bottom: 30px;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5 {
	color: #333;
	margin: 0 0 6px;
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(bg),.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(ru),.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 36px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .subtitle {
	color: #333;
	margin: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 9pt;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 18px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data {
	display: table;
	width: 100%;
	margin: 30px 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 24px;
	}
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .items,.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price {
	display: table-cell;
	width: 50%;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container {
	display: table;
	width: 100%;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item {
	line-height: 1.56;
	display: table-row;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item>div {
	display: table-cell;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item .value {
	text-align: right;
	font-weight: 700;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price {
	padding-left: 60px;
	color: #333;
	font-size: 9pt;
}

.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width:1023px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 30px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data .price {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.model-selector2020 .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 19.5px;
	}
}

.model-selector2020[data-animation=true] .model-list,.model-selector2020[data-animation=true] .slide-content,.model-selector2020[data-animation=true] .text-container {
	opacity: 0;
}

@media (max-width:1023px) {
	.model-selector2020[data-animation=true].in-view .text-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

@media (min-width:1023px) {
	.model-selector2020[data-animation=true].in-view .text-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

.model-selector2020[data-animation=true].in-view .slide-content {
	opacity: 1;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

@media (max-width:1023px) {
	.model-selector2020[data-animation=true].in-view .model-list:not(.no-animation) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

@media (min-width:1023px) {
	.model-selector2020[data-animation=true].in-view .model-list:not(.no-animation) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

@media (max-width:1023px) {
	.model-selector2020[data-animation=true].in-view .model-list.no-animation {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

@media (min-width:1023px) {
	.model-selector2020[data-animation=true].in-view .model-list.no-animation {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
	}
}

@media (max-width:1023px) {
	.model-selector2020 {
		padding: 0 45px;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.model-selector2020 {
		margin: 0;
		padding: 0 20px;
		overflow-x: hidden;
	}
}

@media (min-width:1024px) {
	.model-selector2020 {
		min-height: calc(100vh - 75px);
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.model-selector2020 {
		padding: 0 45px;
	}
}

.model-selector {
	width: auto;
	background: #fff;
	font-family: RobotoRegular,sans-serif;
	padding: 0 60px;
	-webkit-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
}

.model-selector:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector:lang(bg),.model-selector:lang(ru),.model-selector:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector.black {
	background-color: #000;
}

.model-selector.black .main-box .select-label,.model-selector.black h2.title,.model-selector.black p.description {
	color: #fff;
}

.model-selector.black .main-box .slider-container:after {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.model-selector.black .main-box .slider-container .slider-box .model-list .model {
	color: #fff;
}

.model-selector.black .main-box .slider-container .slider-box .arrow-up {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M.3 15C.3 6.9 6.9.3 15 .3S29.7 6.9 29.7 15 23.1 29.7 15 29.7.3 23.1.3 15zm27.5 0C27.8 8 22 2.2 15 2.2 8 2.2 2.2 8 2.2 15 2.2 22 8 27.8 15 27.8c7 0 12.8-5.8 12.8-12.8z' transform='rotate(90 15 15)'/%3E%3Cpath class='st0' d='M15 8.9L21 19H8.9L15 8.9z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 31px;
}

.model-selector.black .main-box .slider-container .slider-box .arrow-up:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M15 29.7c8.1 0 14.7-6.6 14.7-14.7S23.1.3 15 .3.3 6.9.3 15 6.9 29.7 15 29.7zM15 9l6 10H9l6-10z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 31px;
}

.model-selector.black .main-box .slider-container .slider-box .arrow-down {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M29.7 15c0 8.1-6.6 14.7-14.7 14.7S.3 23.1.3 15 6.9.3 15 .3 29.7 6.9 29.7 15zM2.2 15C2.2 22 8 27.8 15 27.8c7 0 12.8-5.7 12.8-12.8C27.8 8 22 2.2 15 2.2 8 2.2 2.2 8 2.2 15z' transform='rotate(90 15 15)'/%3E%3Cpath class='st0' d='M15 21.1L9 11h12.1L15 21.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 31px;
}

.model-selector.black .main-box .slider-container .slider-box .arrow-down:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M15 .3C6.9.3.3 6.9.3 15S6.9 29.7 15 29.7 29.7 23.1 29.7 15 23.1.3 15 .3zM15 21L9 11h12l-6 10z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 31px;
}

.model-selector.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text,.model-selector.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .measure,.model-selector.black .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value,.model-selector.black .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price,.model-selector.black .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title,.model-selector.black .main-box .models-container .model .model-container .model-image-container .model-info-container span {
	color: #fff;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta.cta-blue,.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta.cta-white,.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta.cta-blue,.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta.cta-white,.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta.cta-blue,.model-selector.black .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta.cta-white {
	border: 1px solid #fff;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound {
	color: #fff;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D.st1%7Bfill:none;stroke:%23fff;stroke-width:1.5%7D%3C/style%3E%3Cpath class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3Cpath class='st1' d='M19.2 15.8V9c0-5-4.1-9-9.2-9S.8 4.1.8 9v6.8' transform='translate(10 9)'/%3E%3Cpath class='st0' d='M2 12.5h1c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2zM17 12.5h1c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2h-1c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2z' transform='translate(10 9)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M10-9C-1-9-10 0-10 11s9 20 20 20 20-9 20-20S21-9 10-9zm10 28c0 1.1-.9 2-2 2h-1c-1.1 0-2-.9-2-2v-4.5c0-1.1.9-2 2-2h1.4V9c0-4.6-3.8-8.3-8.4-8.3C5.4.8 1.6 4.5 1.6 9v3.5H3c1.1 0 2 .9 2 2V19c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2v-4.5c0-.2 0-.4.1-.5V9C.1 3.6 4.5-.8 10-.8s9.9 4.4 9.9 9.8v5c0 .2.1.4.1.5V19z' transform='translate(10 9)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23fff;stroke-width:2%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle class='st0' cx='20' cy='20' r='19'/%3E%3Cpath class='st1' d='M1 0h1c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1zM8.5 0c.8 0 1.5.7 1.5 1.5v13c0 .8-.7 1.5-1.5 1.5S7 15.3 7 14.5v-13C7 .7 7.7 0 8.5 0z' transform='translate(15 12)'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector.black .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col div {
	background-color: #fff;
}

.model-selector.black .slide-content>div .big-tabs .tab>div,.model-selector.black .slide-content>div .right-part .right-part-description,.model-selector.black .slide-content>div .right-part .right-part-sub,.model-selector.black .slide-content>div .right-part .right-part-title,.model-selector.black .slide-content>div .tabs,.model-selector.black .slide-content>div .tabs div.active,.model-selector.black .slide-content>div .tabs div:hover {
	color: #fff;
}

.model-selector.black .slide-content>div .right-part .ctas .cta {
	border: 1px solid #fff;
}

.model-selector[data-paddingtop=none] {
	padding-top: 0;
}

.model-selector[data-paddingbottom=none] {
	padding-bottom: 0;
}

.model-selector[data-paddingtop=low] {
	padding-top: 15px;
}

.model-selector[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.model-selector[data-paddingtop=medium] {
	padding-top: 30px;
}

.model-selector[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.model-selector[data-paddingtop=high] {
	padding-top: 60px;
}

.model-selector[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.model-selector[data-paddingtop=max] {
	padding-top: 90px;
}

.model-selector[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.model-selector .text-container {
	padding: 0;
}

.model-selector .text-container .title {
	margin: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #000;
	width: auto;
	display: block;
	height: auto;
	line-height: 1.2em;
}

.model-selector .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .text-container .title:lang(bg),.model-selector .text-container .title:lang(ru),.model-selector .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.model-selector .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.model-selector .text-container .title {
		font-size: 63px;
	}
}

.model-selector .text-container .description {
	margin: 10px 0 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: Univers45,sans-serif;
	color: #000;
}

@media (min-width:1681px) {
	.model-selector .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .text-container .description {
		font-size: 24px;
	}
}

.model-selector .text-container .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .text-container .description:lang(bg),.model-selector .text-container .description:lang(ru),.model-selector .text-container .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .text-container .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .text-container .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .text-container .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .text-container {
		padding: 0 20px;
	}
}

.model-selector .main-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	color: #333;
	margin-top: 30px;
}

.model-selector .main-box .select-label {
	display: none;
}

@media (max-width:1023px) {
	.model-selector .main-box .select-label {
		font-family: RobotoRegular,sans-serif;
		font-size: 1pc;
		letter-spacing: 0;
		line-height: 1.5;
		color: #00425e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.model-selector .main-box .select-label:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector .main-box .select-label:lang(bg),.model-selector .main-box .select-label:lang(ru),.model-selector .main-box .select-label:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector .main-box .select-label:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector .main-box .select-label:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector .main-box .select-label:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-selector .main-box .select-label {
		font-size: 1.2pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-selector .main-box .select-label {
		font-size: 24px;
	}
}

.model-selector .main-box .slider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 40%;
	height: 500px;
	position: relative;
}

.model-selector .main-box .slider-container .select-version {
	text-transform: uppercase;
	margin-right: 45px;
	margin-bottom: 10px;
	font-size: 21px;
	font-family: RobotoRegular,sans-serif;
}

.model-selector .main-box .slider-container .select-version:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .slider-container .select-version:lang(bg),.model-selector .main-box .slider-container .select-version:lang(ru),.model-selector .main-box .slider-container .select-version:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .slider-container .select-version:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .slider-container .select-version:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .slider-container .select-version:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .select-version {
		font-size: 25.2px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .select-version {
		font-size: 31.5px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .select-version {
		display: none;
	}
}

.model-selector .main-box .slider-container .slider-box {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.model-selector .main-box .slider-container .slider-box .arrow-up {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M.3 15C.3 6.9 6.9.3 15 .3S29.7 6.9 29.7 15 23.1 29.7 15 29.7.3 23.1.3 15zm27.5 0C27.8 8 22 2.2 15 2.2 8 2.2 2.2 8 2.2 15 2.2 22 8 27.8 15 27.8c7 0 12.8-5.8 12.8-12.8z' transform='rotate(90 15 15)'/%3E%3Cpath class='st0' d='M15 8.9L21 19H8.9L15 8.9z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 45px;
	left: 0;
	bottom: 1px;
	cursor: pointer;
}

.model-selector .main-box .slider-container .slider-box .arrow-up:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M15 29.7c8.1 0 14.7-6.6 14.7-14.7S23.1.3 15 .3.3 6.9.3 15 6.9 29.7 15 29.7zM15 9l6 10H9l6-10z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .arrow-up {
		width: 36px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .arrow-up {
		width: 45px;
		height: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .arrow-up {
		display: none;
	}
}

.model-selector .main-box .slider-container .slider-box .model-list {
	text-align: right;
	width: 100%;
	padding: 20px 45px 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.model-selector .main-box .slider-container .slider-box .model-list .model {
	font-family: RobotoRegular,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	color: #333;
	cursor: pointer;
	opacity: .35;
	margin: 6px 0;
	padding-left: 15px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.model-selector .main-box .slider-container .slider-box .model-list .model:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .slider-container .slider-box .model-list .model:lang(bg),.model-selector .main-box .slider-container .slider-box .model-list .model:lang(ru),.model-selector .main-box .slider-container .slider-box .model-list .model:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .slider-container .slider-box .model-list .model:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .slider-container .slider-box .model-list .model:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .slider-container .slider-box .model-list .model:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: 15px;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: 36px;
	}
}

@media (min-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		height: 30px;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		height: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model:first-child.active {
		margin-left: 30%;
		z-index: 1;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model:last-child.active {
		margin-right: 30%;
		z-index: 1;
	}
}

.model-selector .main-box .slider-container .slider-box .model-list .model.active {
	opacity: 1;
	font-size: 30px;
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model.active {
		font-size: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model.active {
		font-size: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model.active {
		display: block;
		overflow: visible;
		padding: 0 6px;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		font-size: 22px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model.visible {
		display: block;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list .model {
		display: none;
		margin: 0;
		position: relative;
		z-index: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		font-size: 15px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .model-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0;
		padding: 15px 0 0;
	}
}

.model-selector .main-box .slider-container .slider-box .arrow-down {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M29.7 15c0 8.1-6.6 14.7-14.7 14.7S.3 23.1.3 15 6.9.3 15 .3 29.7 6.9 29.7 15zM2.2 15C2.2 22 8 27.8 15 27.8c7 0 12.8-5.7 12.8-12.8C27.8 8 22 2.2 15 2.2 8 2.2 2.2 8 2.2 15z' transform='rotate(90 15 15)'/%3E%3Cpath class='st0' d='M15 21.1L9 11h12.1L15 21.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 45px;
	left: 0;
	top: 1px;
	cursor: pointer;
}

.model-selector .main-box .slider-container .slider-box .arrow-down:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M15 .3C6.9.3.3 6.9.3 15S6.9 29.7 15 29.7 29.7 23.1 29.7 15 23.1.3 15 .3zM15 21L9 11h12l-6 10z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.model-selector .main-box .slider-container .slider-box .arrow-down {
		width: 36px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .slider-container .slider-box .arrow-down {
		width: 45px;
		height: 45px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box .arrow-down {
		display: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container .slider-box {
		width: 100%;
		margin-top: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		-webkit-transform: none;
		transform: none;
		top: 0;
	}
}

.model-selector .main-box .slider-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 20%;
	right: 0;
	height: 100%;
	top: 0;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi44OSA0OTAiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjYuNDUiIHkxPSI0ODguODkiIHgyPSI2LjQ1IiB5Mj0iMS41MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2NjYyIgc3RvcC1vcGFjaXR5PSIuMSIvPjxzdG9wIG9mZnNldD0iLjU5IiBzdG9wLWNvbG9yPSIjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjY2NjIiBzdG9wLW9wYWNpdHk9Ii4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTAgNDg4LjgzYzAgLjY0LjI2IDEuMTcuNTggMS4xN3MuNTktLjUzLjU5LTEuMTdjMCAwIC45LTI3My41MiAxLjE3LTI3NyAuMzktNS4wOCAxMC41NS05IDEwLjU1LTEwLjE2cy05Ljc3LTUuMDgtMTAuMTYtMTAuMTZDMi40OSAxODguMzUgMS41NyAxLjE3IDEuNTcgMS4xNyAxLjU2LjUzIDEuMyAwIDEgMFMuMzkuNTMuMzkgMS4xN2MwIDAgLjE2IDg0LjQxLjM5IDE0MS4wNi4xMSAyNi4yMy4zOSA0Ni44Ni4zOSA0OC44NSAwIDYuNjQgOS43NyAxMC4xNiA5Ljc3IDEwLjU1Uy43OCAyMDUuOTMuNzggMjExLjc5cy0uMzMgMTMuNzYtLjM5IDQ2LjVMMCA0ODguODN6IiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	background-size: contain;
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container:after {
		height: 9pt;
		width: 100%;
		background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDkuNjYgNDAuNSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iLTE2Ljk5IiB5MT0iMjAuMjUiIHgyPSI0NjIuOCIgeTI9IjIwLjI1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjY2NjIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ii40OSIgc3RvcC1jb2xvcj0iI2NjYyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2NjYyIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTQ0OS42NiAyLjljMC0uOTItMS44My0xLjY2LTQtMS42NWgtMTAuNzhjLTk0LjI5LjM0LTE2OC40NiAxLjI2LTE3NS41OSAxLjI2LTIzLjg4IDAtMzYuNTIgMzEuNjItMzcuOTMgMzEuNjJTMjA1Ljg4IDEuMjkgMTg0LjgxIDEuMjkgMTM1LjMyLjIgMTcuNjUgMEg0LjE3QzIgMCAuMS43OSAwIDEuNzZBNC4xNiA0LjE2IDAgMDAzLjY3IDUuM3MxNzcuNzEuODEgMTgxLjE0IDFjMTguMjYgMS4yNiAzMi4zMSAzNC4xNSAzNi41MiAzNC4xNXMxOC4yNi0zMS41NyAzNi41My0zMi44NGMzLjgzLS4yNyAxODcuOC0xLjM1IDE4Ny44LTEuMzUgMi4yLS4wMSA0LjAxLTIuNDQgNC0zLjM2eiIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==") no-repeat 50% 50%;
		background-size: 100%;
		background-size: contain;
		right: 0;
		top: 10px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .slider-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: none;
	}
}

.model-selector .main-box .models-container {
	width: 100%;
	position: relative;
}

.model-selector .main-box .models-container .model {
	width: 100%;
	display: none;
	height: 100%;
}

.model-selector .main-box .models-container .model .model-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

@media (max-width:767px) {
	.model-selector .main-box .models-container .model .model-container {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container {
	height: 21pc;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-image {
	background-position: 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	background-size: auto 80%;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-image span {
	color: #333;
	font-size: 14px;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-image span {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-image span {
		font-size: 21px;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
	color: #333;
	font-size: 18px;
	padding-top: 2px;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-image .model-price {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-image {
		top: 0;
		position: relative;
		min-height: 200px;
		background-position: 50%;
		background-size: contain;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container {
	margin-left: 4%;
	-webkit-animation: fadeIn .3s;
	animation: fadeIn .3s;
	position: relative;
	z-index: 1;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 2pc;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #00425e;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(bg),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(ru),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title {
		font-size: 36px;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title {
		font-size: 2.4pc;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-title {
		display: none;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
	display: block;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(bg),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ru),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
		font-family: RobotoRegular,sans-serif;
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-right: 6px;
		color: #000;
		margin-top: 0;
		height: 19px;
		font-size: 1pc;
		letter-spacing: -.02em;
		line-height: 100%;
	}

	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(bg),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ru),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
		font-size: 21.6px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container span {
		font-size: 27px;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price {
	font-family: RobotoRegular,sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: Univers57,sans-serif;
	color: #333;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(bg),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ru),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price {
		font-size: 27px;
	}
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(bg),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ru),.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container .model-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		color: #000;
		margin-top: 0;
		height: 22px;
		font-size: 18px;
		line-height: 100%;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container .model-info-container {
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		z-index: 1;
		top: 0;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .model-image-container {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.model-selector .main-box .models-container .model .model-container .icons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 96%;
	margin-left: 4%;
	height: 75pt;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper {
	width: 16%;
	height: auto;
	text-align: center;
	border-right: 1px solid #d8d8d8;
	cursor: pointer;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper:last-of-type {
	border: none;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-1,.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-2,.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-3,.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon-4 {
		height: auto;
		margin: auto;
	}
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon {
	margin: 10px auto;
	opacity: 1;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.one {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.two {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.three {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.four {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.five {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon.six {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
	font-size: 9pt;
	font-weight: 400;
	text-align: center;
	color: #b6b6b6;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .icon-text {
		font-size: 18px;
	}
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
	font-family: RobotoRegular,sans-serif;
	font-size: 28px;
	letter-spacing: -.032em;
	line-height: 1.2;
	color: #333;
	text-align: center;
	letter-spacing: -.02em;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(bg),.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ru),.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 22px;
		letter-spacing: .04em;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 2.1pc;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value {
		font-size: 42px;
	}
}

.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper .icon .value span {
	color: #333;
	font-size: .5em;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .icons-container .icon-wrapper {
		width: 30%;
		padding: 0;
		margin: 0 auto;
		border: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .icons-container {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container {
	margin-left: 4%;
	width: 96%;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons {
		margin-bottom: 15px;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 18px;
	white-space: nowrap;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta {
	border-radius: 4px;
	min-width: 180px;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta {
		width: 100%;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-blue,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-blue,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-blue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00425e;
	cursor: pointer;
	position: relative;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-blue .cta-icon-car,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-blue .cta-icon-car,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-blue .cta-icon-car {
	width: 24px;
	height: 19px;
	text-align: center;
	margin: -1px 0 0 9pt;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M16.62 11.843H3.057l.001.063v.735a1.356 1.356 0 1 1-2.712 0v-.735c0-.021 0-.042.002-.063L.346 5.38 3.31 1.885A5 5 0 0 1 6.919.122L9.79.004a5 5 0 0 1 .413 0l2.695.113a5 5 0 0 1 3.683 1.855l2.75 3.409v7.26a1.356 1.356 0 1 1-2.711 0v-.735l.001-.063zM.978 1.935h.357a.862.862 0 1 1 0 1.723H.769a.77.77 0 0 1-.763-.861.98.98 0 0 1 .972-.862zm17.902 0a.98.98 0 0 1 .978.954.77.77 0 0 1-.77.77h-.565a.862.862 0 0 1 0-1.724h.357zM6.136.858a2 2 0 0 0-1.592.789l-.547.719a.939.939 0 0 0 .747 1.507h10.398a.939.939 0 0 0 .747-1.507l-.548-.72A2 2 0 0 0 13.75.859H6.136zM1.18 5.811a2.22 2.22 0 0 0 2.175 2.345l1.371.025-.25-.847c-.49-.128-.967-.3-1.432-.514-.247-.115-.355-.474-.69-.657-.198-.107-.589-.224-1.174-.352zm17.492 0c-.585.128-.976.245-1.173.352-.336.183-.444.542-.691.657a8.626 8.626 0 0 1-1.432.514l-.25.847 1.371-.025a2.22 2.22 0 0 0 2.175-2.345zM5.77 7.32a2.37 2.37 0 0 0 2.37 2.37h3.606a2.37 2.37 0 0 0 2.37-2.37H10.36l-.417.216-.417-.216H5.77z'/%3E%3Cpath d='M-2-3h24v20H-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
	cursor: pointer;
	position: absolute;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-blue a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-blue a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-blue a {
	color: #eee;
	text-decoration: none;
	font-stretch: condensed;
	width: 100%;
	padding: 6px 30px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-blue.no-icon .cta-icon-car,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-blue.no-icon .cta-icon-car,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-blue.no-icon .cta-icon-car {
	display: none;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-blue.no-icon a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-blue.no-icon a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-blue.no-icon a {
	width: 100%;
	padding: 6px 30px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-white,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-white,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 0 1px #00425e inset;
	box-shadow: inset 0 0 0 1px #00425e;
	background-color: #fff;
	font-stretch: condensed;
	cursor: pointer;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-white,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-white,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-white {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-stretch: condensed;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-white a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-white a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-white a {
	color: #00425e;
	padding: 6px 30px;
	text-decoration: none;
	width: 100%;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta-white a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta-white a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta-white a {
		color: #00425e;
		padding: 6px 30px;
		text-decoration: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 .cta a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 .cta a,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 .cta a {
		line-height: 2;
		padding: 6px 15px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2,.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 {
		width: 100%;
		margin: 10px 0;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-1 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .cta-3.left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .left .more-info {
	display: inline-block;
	margin-right: 20px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .left .more-info .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .left .more-info .button:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .left .more-info {
		display: block;
		margin: 0 0 15px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .left {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .right {
	min-width: 60%;
}

@media (min-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .right {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .right>div {
	display: inline-block;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .right>div:last-child {
	margin-right: 0;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons .more-info {
	cursor: pointer;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .duo-buttons {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: auto;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container {
		position: relative;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	width: 5pc;
	height: 20px;
	overflow: hidden;
	opacity: 1;
	margin-right: 10px;
	display: none;
	top: 0;
	right: 45px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	height: 100%;
	margin-left: 1px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col div {
	-webkit-animation-name: equalizer-animation;
	animation-name: equalizer-animation;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	background-color: #333;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	will-change: transform;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-1 {
	-webkit-animation-duration: .22s;
	animation-duration: .22s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-2 {
	-webkit-animation-duration: .43s;
	animation-duration: .43s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-3 {
	-webkit-animation-duration: .91s;
	animation-duration: .91s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-4 {
	-webkit-animation-duration: .72s;
	animation-duration: .72s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-5 {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-6 {
	-webkit-animation-duration: .97s;
	animation-duration: .97s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-7 {
	-webkit-animation-duration: .51s;
	animation-duration: .51s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer .equalizer-col .equalizer-8 {
	-webkit-animation-duration: .29s;
	animation-duration: .29s;
}

@keyframes equalizer-animation {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .equalizer {
		top: 0;
		position: relative;
		right: 0;
		-webkit-transform: none;
		transform: none;
		margin: 10px 0;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause,.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230C2340' fill-rule='nonzero' d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cg transform='translate(10 9)'%3E%3Cpath stroke='%230C2340' stroke-width='1.5' d='M19.167 15.833V9.048C19.167 4.05 15.063 0 10 0S.833 4.05.833 9.048v6.785'/%3E%3Crect width='5' height='8.5' y='12.5' fill='%230C2340' rx='2'/%3E%3Crect width='5' height='8.5' x='15' y='12.5' fill='%230C2340' rx='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause:hover,.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%230C2340' fill-rule='nonzero' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cg transform='translate(10 9)'%3E%3Cpath stroke='%23FFF' stroke-width='1.5' d='M19.167 15.833V9.048C19.167 4.05 15.063 0 10 0S.833 4.05.833 9.048v6.785'/%3E%3Crect width='5' height='8.5' y='12.5' fill='%23FFF' rx='2'/%3E%3Crect width='5' height='8.5' x='15' y='12.5' fill='%23FFF' rx='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause,.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-play {
		margin-top: 0;
		margin-left: 6px;
		height: 27px;
		width: 27px;
	}
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%230C2340' stroke-width='2'/%3E%3Cg fill='%230C2340' transform='translate(15 12)'%3E%3Cpath d='M1 0h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z'/%3E%3Crect width='3' height='16' x='7' rx='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .button-sound-pause:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%230C2340' xlink:href='%23a'/%3E%3Ccircle cx='20' cy='20' r='19' stroke='%230C2340' stroke-width='2'/%3E%3Cg fill='%23FFF' transform='translate(15 12)'%3E%3Cpath d='M1 0h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z'/%3E%3Crect width='3' height='16' x='7' rx='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound {
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 40px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 {
	position: relative;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span {
	margin-left: 24px;
	display: block;
	bottom: 0;
	width: 2.5px;
	height: 4px;
	background: #999;
	position: absolute;
	-webkit-animation: preloader_1 1.5s ease-in-out infinite;
	animation: preloader_1 1.5s ease-in-out infinite;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(2),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(7),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(12) {
	left: 11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(3),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(8),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(14) {
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(4),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(9),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(13),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(15) {
	left: 33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(5),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(10),.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(11) {
	left: 44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(6) {
	left: 55px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(7) {
	left: 66px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(8) {
	left: 77px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(9) {
	left: 88px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(10) {
	left: 99px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(11) {
	left: 110px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(12) {
	left: 121px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(13) {
	left: 133px;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(14) {
	left: 9pc;
}

.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound #preloader_1 span:nth-child(15) {
	left: 155px;
}

@keyframes preloader_1 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}

	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: grey;
	}

	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}

	to {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: grey;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container .dynamic-sound {
		margin: 0;
		font-size: 1pc;
		color: #333;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container .sound-container {
		width: auto;
		left: auto;
		right: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		margin: 0;
		color: #666;
		font-size: 10px;
		letter-spacing: -.02em;
		line-height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container .buttons-container {
		padding: 0 20px;
		width: 100%;
		margin-left: 0;
		display: none;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .model-container {
		width: 100%;
		margin-top: 15px;
	}
}

.model-selector .main-box .models-container .model.active {
	display: block;
}

.model-selector .main-box .models-container .model.active .buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model.active {
		margin-top: 0;
	}
}

.model-selector .main-box .models-container .model .standard-equipment {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1002;
}

@media (max-width:767px) {
	.model-selector .main-box .models-container .model .standard-equipment {
		height: calc(100vh - $smartphoneMenuNewHeight);
		top: 70px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment.show {
	display: block;
}

.model-selector .main-box .models-container .model .standard-equipment .closer-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content {
	background: #fff;
	width: 80%;
	height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 60px;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .close {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .close {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .close {
		z-index: 2;
		top: 20px;
		right: 20px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container {
	width: 23%;
	border: .5px solid hsla(0,0%,59.2%,.6);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile {
	display: none;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
	font-size: 26px;
	height: 31px;
	line-height: 100%;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
		font-size: 31.2px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile .model-name {
		font-size: 39px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner.mobile {
		display: block;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
	font-family: Univers57,sans-serif;
	height: 30px;
	color: #333;
	font-size: 25px;
	letter-spacing: -.02em;
	line-height: 100%;
	margin-bottom: 6px;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 30px;
		height: 36px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .model-name {
		font-size: 37.5px;
		height: 45px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
	width: calc(100% - 45px * 2);
	-ms-flex-item-align: center;
	align-self: center;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .image-model {
		width: 35%;
		display: block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 15px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 20px;
	color: #666;
	font-family: Univers57,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 30px;
		height: 30px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 37.5px;
		height: 37.5px;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications {
		margin-top: 10px;
		margin-bottom: 15px;
		height: 17px;
		font-size: 14px;
		line-height: 100%;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .full-specifications:after {
		width: 20px;
		height: 20px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
	width: 85%;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta a {
	padding: 6px 30px;
	display: block;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white {
	background: #fff;
	border: 1px solid #00425e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-white a {
	color: #00425e;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue {
	background: #00425e;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta.cta-blue a {
	color: #fff;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
	margin-bottom: 0;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta,.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container .cta:last-child {
		margin-bottom: 15px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .cta-container {
		width: calc(100% - 20px - 20px);
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
	display: inline-block;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	height: 17px;
	font-size: 14px;
	line-height: 100%;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 16.8px;
		height: 20.4px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		font-size: 21px;
		height: 25.5px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from {
		height: 17px;
		color: #333;
		font-family: RobotoRegular,sans-serif;
		font-size: 14px;
		line-height: 100%;
		margin-right: 6px;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .starting-from:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 6px;
	height: 19px;
	font-size: 1pc;
	line-height: 100%;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 1.2pc;
		height: 22.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		font-size: 24px;
		height: 28.5px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner .price {
		height: 19px;
		font-size: 1pc;
		line-height: 100%;
		margin-top: 0;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container .model-container-inner {
		display: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.model-container {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 30px;
		border: 0;
		border-bottom: .5px solid hsla(0,0%,59.2%,.6);
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		height: auto;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
	width: calc(100% - 23%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 45px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

@media (max-width:767px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 30px;
}

@media (max-width:767px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		min-height: 50px;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 10px 15px;
	height: 28px;
	font-size: 11px;
	letter-spacing: .32px;
	line-height: 100%;
	background-color: #f8f8f8;
	opacity: .9;
	text-align: center;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
	opacity: 1;
	background: #fff;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor.selected {
		opacity: 1;
		background: #fff;
	}
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 9.9pt;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		font-size: 16.5px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		width: auto;
		padding: 0 15px;
		max-width: 40%;
		height: 50px;
		font-size: 10px;
		line-height: 14px;
		word-break: break-word;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

@media (max-width:767px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment .anchor {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .nav-anchor-equipment {
		margin-top: 0;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section {
	overflow: auto;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
	font-family: Univers45,sans-serif;
	height: 14px;
	color: #333;
	font-size: 1pc;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 45px 0;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 1.2pc;
		height: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		font-size: 24px;
		height: 21px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .title {
		text-align: left;
		height: 14px;
		font-size: 13px;
		line-height: 100%;
		padding: 30px 0;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
	color: #333;
	font-family: Univers45,sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list p {
	margin: 0;
	border-bottom: .5px solid #666;
	padding: 10px 0;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container .equipment-list {
		font-size: 13px;
		line-height: 1pc;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section .equipment-container:last-child {
	padding-bottom: 10%;
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container .scroll-section {
		padding: 0 30px 60px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container>.title {
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content .col.detail-container {
		width: 100%;
		padding: 0;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .inner-content {
		width: 100vw;
		height: 100vh;
		-webkit-transform: none;
		transform: none;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title {
	color: #000;
	font-family: RobotoRegular,sans-serif;
	height: 34px;
	font-size: 28px;
	line-height: 100%;
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title {
		font-size: 2.1pc;
		height: 40.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title {
		font-size: 42px;
		height: 51px;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title {
		text-align: center;
		height: 31px;
		font-family: Univers57,sans-serif;
		font-size: 26px;
		letter-spacing: -.02em;
		line-height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(bg),.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ru),.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-selector .main-box .models-container .model .standard-equipment .detail-container .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container .model {
		margin-top: 10px;
		display: none;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box .models-container {
		width: auto;
	}
}

@media (max-width:1023px) {
	.model-selector .main-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 15px;
	}
}

.model-selector .slide-content>img {
	float: right;
}

.model-selector .slide-content .close-swapped {
	display: none;
	float: right;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right: 0;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 0;
}

@media (min-width:1681px) {
	.model-selector .slide-content .close-swapped {
		width: 24px;
		height: 24px;
		top: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .close-swapped {
		width: 30px;
		height: 30px;
		top: 30px;
	}
}

@media (max-width:1023px) {
	.model-selector .slide-content .close-swapped {
		right: 20px;
		top: 20px;
		margin: 0;
	}
}

.model-selector .slide-content .swapped {
	overflow: hidden;
	display: none;
	height: 100%;
	position: relative;
	padding-top: 50px;
}

.model-selector .slide-content>div {
	clear: both;
	height: 100%;
	font-size: 13px;
	font-family: Univers45,sans-serif;
}

.model-selector .slide-content>div:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .slide-content>div:lang(bg),.model-selector .slide-content>div:lang(ru),.model-selector .slide-content>div:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .slide-content>div:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content>div:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content>div:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.model-selector .slide-content>div .left-part {
	float: left;
	width: 50%;
	padding: 6px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .left-part {
		width: 100%;
		padding: 0;
	}
}

.model-selector .slide-content>div .tabs .focus-visible {
	outline-offset: -3px;
}

.model-selector .slide-content>div .right-part {
	float: right;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 30px 30px;
}

.model-selector .slide-content>div .right-part .right-part-img {
	text-align: center;
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .right-part .right-part-img {
		line-height: 0;
	}
}

.model-selector .slide-content>div .right-part .right-part-title {
	margin: 15px 0 6px;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
}

.model-selector .slide-content>div .right-part .right-part-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-title:lang(bg),.model-selector .slide-content>div .right-part .right-part-title:lang(ru),.model-selector .slide-content>div .right-part .right-part-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div .right-part .right-part-title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div .right-part .right-part-title {
		font-size: 40.5px;
	}
}

.model-selector .slide-content>div .right-part .right-part-description,.model-selector .slide-content>div .right-part .right-part-sub {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	color: #333;
	line-height: 1.5;
	margin: 0;
}

.model-selector .slide-content>div .right-part .right-part-description:lang(ar),.model-selector .slide-content>div .right-part .right-part-sub:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-description:lang(bg),.model-selector .slide-content>div .right-part .right-part-description:lang(ru),.model-selector .slide-content>div .right-part .right-part-description:lang(uk),.model-selector .slide-content>div .right-part .right-part-sub:lang(bg),.model-selector .slide-content>div .right-part .right-part-sub:lang(ru),.model-selector .slide-content>div .right-part .right-part-sub:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-description:lang(zh),.model-selector .slide-content>div .right-part .right-part-sub:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-description:lang(ko),.model-selector .slide-content>div .right-part .right-part-sub:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content>div .right-part .right-part-description:lang(vi),.model-selector .slide-content>div .right-part .right-part-sub:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div .right-part .right-part-description,.model-selector .slide-content>div .right-part .right-part-sub {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div .right-part .right-part-description,.model-selector .slide-content>div .right-part .right-part-sub {
		font-size: 24px;
	}
}

.model-selector .slide-content>div .right-part .right-part-sub {
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #333;
}

.model-selector .slide-content>div .right-part .ctas {
	margin-top: 30px;
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .right-part .ctas {
		margin-top: 15px;
	}
}

.model-selector .slide-content>div .right-part .ctas .cta {
	text-align: center;
	width: 30%;
	margin-right: 6px;
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .right-part .ctas .cta {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .right-part .ctas .cta:not(:first-child) {
		margin-top: 15px;
	}
}

.model-selector .slide-content>div .right-part .ctas .cta:last-of-type {
	margin-right: 0;
}

.model-selector .slide-content>div .right-part .ctas .cta a {
	padding: 6px 15px;
	font-size: 14px;
	line-height: 2;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div .right-part .ctas .cta a {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div .right-part .ctas .cta a {
		font-size: 21px;
	}
}

.model-selector .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-selector .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
	width: 33%;
}

@media (max-width:480px) {
	.model-selector .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-selector .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
		width: 10em;
		display: block;
	}
}

.model-selector .slide-content>div .right-part img {
	max-width: 100%;
}

.model-selector .slide-content>div .right-part .right-part-img-after {
	display: none;
}

@media (max-width:1023px) {
	.model-selector .slide-content>div .right-part {
		width: 100%;
		padding: 0 20px 20px;
	}
}

.model-selector .slide-content>div .tabs {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	border-bottom: 1px solid #666;
	color: #333;
}

.model-selector .slide-content>div .tabs:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .slide-content>div .tabs:lang(bg),.model-selector .slide-content>div .tabs:lang(ru),.model-selector .slide-content>div .tabs:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .slide-content>div .tabs:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content>div .tabs:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content>div .tabs:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div .tabs {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div .tabs {
		font-size: 21px;
	}
}

.model-selector .slide-content>div .tabs div {
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 5vh;
	text-align: center;
	display: table-cell;
	padding: 9pt;
	vertical-align: middle;
	opacity: .7;
}

.model-selector .slide-content>div .tabs div:last-child {
	border-right: 1px solid #b6b6b6;
}

.model-selector .slide-content>div .tabs div.active,.model-selector .slide-content>div .tabs div:hover {
	color: #333;
	border: 1px #666;
	border-style: solid solid none;
	opacity: 1;
}

.model-selector .slide-content>div .tabs div.active+div,.model-selector .slide-content>div .tabs div:hover+div {
	border-left: none;
}

.model-selector .slide-content>div .big-tabs {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div .big-tabs {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div .big-tabs {
		font-size: 24px;
	}
}

.model-selector .slide-content>div .big-tabs .tab {
	display: none;
	color: #333;
}

.model-selector .slide-content>div .big-tabs .tab.active {
	display: block;
}

.model-selector .slide-content>div .big-tabs .tab .title {
	display: none;
}

.model-selector .slide-content>div .big-tabs .tab>div {
	clear: both;
	height: 3em;
	border-bottom: 1px solid #666;
	overflow: hidden;
}

.model-selector .slide-content>div .big-tabs .tab>div>div {
	height: 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 3em;
}

.model-selector .slide-content>div .big-tabs .tab>div>div:nth-child(2n) {
	float: right;
	padding-right: 1em;
}

.model-selector .slide-content>div .big-tabs .tab>div>div:nth-child(odd) {
	float: left;
	padding-left: 1em;
}

.model-selector .slide-content>div .big-tabs .tab>div:last-child {
	border-bottom: 1px solid #666;
}

@media (min-width:1681px) {
	.model-selector .slide-content>div {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content>div {
		font-size: 19.5px;
	}
}

.model-selector .slide-content .swapped-offer {
	margin-bottom: 0;
	clear: none;
}

.model-selector .slide-content .swapped-offer .title {
	padding: 40px 60px;
	margin: 0;
	color: #333;
	font-family: Univers57,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
}

.model-selector .slide-content .swapped-offer .title:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .slide-content .swapped-offer .title:lang(bg),.model-selector .slide-content .swapped-offer .title:lang(ru),.model-selector .slide-content .swapped-offer .title:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .slide-content .swapped-offer .title:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content .swapped-offer .title:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content .swapped-offer .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .slide-content .swapped-offer .title {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .title {
		font-size: 30px;
	}
}

.model-selector .slide-content .swapped-offer .title .close-swapped {
	margin: 6px 0 0;
	display: block;
}

.model-selector .slide-content .swapped-offer .title-mobile {
	display: none;
}

.model-selector .slide-content .swapped-offer .offer {
	clear: both;
	display: table;
	width: 100%;
}

.model-selector .slide-content .swapped-offer .offer .row {
	display: table-row;
}

.model-selector .slide-content .swapped-offer .offer .row:not(:first-child) .cell {
	border-bottom: 1px solid #ebebeb;
}

.model-selector .slide-content .swapped-offer .offer .row .cell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details {
	padding: 0 70px;
	color: #333;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(bg),.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ru),.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 21px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5 {
	margin: 6px 0 20px;
	font-size: 27px;
	font-family: RobotoRegular,sans-serif;
	max-width: 15em;
	color: #000;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(bg),.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(ru),.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 40.5px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row .cell.details p {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 24px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row .cell:not(:first-child) {
	border-left: 1px solid #dbdbdb;
}

.model-selector .slide-content .swapped-offer .offer .row.offer-content {
	color: #333;
}

.model-selector .slide-content .swapped-offer .offer .row.offer-content img {
	width: 100%;
	vertical-align: middle;
}

.model-selector .slide-content .swapped-offer .offer .row.offer-content .details h5 {
	color: #000;
}

.model-selector .slide-content .swapped-offer .offer .row.offer-content .details .ctas {
	display: none;
	margin-top: 30px;
}

.model-selector .slide-content .swapped-offer .offer .row.specs {
	color: #333;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .image {
	text-align: center;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .image img {
	max-width: 70%;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details {
	padding-top: 30px;
	padding-bottom: 30px;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5 {
	color: #333;
	margin: 0 0 6px;
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(bg),.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(ru),.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 36px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .subtitle {
	color: #333;
	margin: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 9pt;
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 18px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data {
	display: table;
	width: 100%;
	margin: 30px 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 24px;
	}
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .items,.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price {
	display: table-cell;
	width: 50%;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container {
	display: table;
	width: 100%;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item {
	line-height: 1.56;
	display: table-row;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item>div {
	display: table-cell;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item .value {
	text-align: right;
	font-weight: 700;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price {
	padding-left: 60px;
	color: #333;
	font-size: 9pt;
}

.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width:1023px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 30px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data .price {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.model-selector .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 19.5px;
	}
}

.model-selector[data-animation=true] .slide-content,.model-selector[data-animation=true] .text-container {
	opacity: 0;
}

.model-selector[data-animation=true].in-view .text-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.model-selector[data-animation=true].in-view .slide-content {
	opacity: 1;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

@media (max-width:1023px) {
	.model-selector {
		padding: 0 45px;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.model-selector {
		padding: 0;
		margin: 0;
	}
}

.model-engines+.c-anchor+.model-versions-prices,.model-engines+.model-versions-prices {
	border-top: 1px solid #ebebeb;
}

.model-versions-prices {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.model-versions-prices .countrySelectorContainer {
	display: none;
}

.model-versions-prices .componentIntro .text .description,.model-versions-prices .componentIntro .text .title {
	color: #333;
}

.model-versions-prices .slide-content>img {
	float: right;
}

.model-versions-prices .slide-content .close-swapped {
	display: none;
	float: right;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin: 30px 30px 0;
	cursor: pointer;
}

.model-versions-prices .slide-content .pre-swappable {
	display: none;
	background: #fff;
	cursor: pointer;
}

.model-versions-prices .slide-content .swappable {
	background-color: #fff;
	border-top: 1px solid #ebebeb;
}

.model-versions-prices .slide-content .swappable .versions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	background-color: #f2f1f0;
}

.model-versions-prices .slide-content .swappable .versions>:nth-child(odd) {
	border-right: 1px solid #ebebeb;
}

.model-versions-prices .slide-content .swappable .versions .version {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	min-height: 330px;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version {
		min-height: 396px;
		padding: 60px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swappable .versions .version {
		min-height: 495px;
	}
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5 {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
	margin: 0;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(bg),.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(ru),.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5 {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5 {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5 {
		font-size: 36px;
	}
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
	font-size: 1pc;
	letter-spacing: 0;
	color: #333;
	line-height: 1.5;
	margin: 0;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		font-size: 24px;
	}
}

@media (max-width:1279px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		line-height: 1.2;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (max-width:1279px) and (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		font-size: 16.8px;
	}
}

@media (max-width:1279px) and (min-width:2201px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub,.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		font-size: 21px;
	}
}

.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub {
	text-transform: uppercase;
	margin: 6px 0;
	color: #333;
}

.model-versions-prices .slide-content .swappable .versions .version .versionImage {
	float: right;
	width: 50%;
	max-width: 420px;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 30px;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionBottom {
		width: calc(100% - 90pt);
	}
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom .cta {
	text-align: center;
	min-width: 200px;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomLeft,.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomRight {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0 0;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomRight {
	text-align: right;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .intro {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
	color: #333;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .intro {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .intro {
		font-size: 21px;
	}
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .ctaContainer {
	display: inline-block;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .ctaContainer .cta {
	min-width: unset;
	margin: 0 15px 15px 0;
}

.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .ctaContainer .cta a {
	font-size: 13px;
	padding: 0 15px;
}

.model-versions-prices .slide-content .swappable .versions .version.full-width {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
}

.model-versions-prices .slide-content .swappable .versions .version.full-width .versionImage {
	width: 25%;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionImage {
		width: 50%;
	}
}

@media (max-width:767px) {
	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionImage {
		width: 100%;
	}
}

@media (min-width:1024px) {
	.model-versions-prices .slide-content .swappable .versions .version.full-width {
		height: 330px;
	}

	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionBottom {
		text-align: left;
	}

	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionBottomLeft,.model-versions-prices .slide-content .swappable .versions .version.full-width .versionBottomRight {
		display: inline-block;
		float: none;
		width: auto;
	}

	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionBottomLeft {
		margin-right: 15px;
	}

	.model-versions-prices .slide-content .swappable .versions .version.full-width .versionBottomRight {
		margin-left: 15px;
	}
}

.model-versions-prices .slide-content .swapped {
	display: none;
	height: 100%;
}

.model-versions-prices .slide-content>div {
	clear: both;
	height: 100%;
}

.model-versions-prices .slide-content>div .left-part {
	float: left;
	width: 40vw;
	padding: 15px 30px 30px;
}

.model-versions-prices .slide-content>div .right-part {
	float: right;
	padding: 15px 30px 30px;
	width: 45%;
}

.model-versions-prices .slide-content>div .right-part .right-part-img {
	text-align: center;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 15px 0 6px;
	color: #333;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(bg),.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(ru),.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content>div .right-part h5.right-part-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content>div .right-part h5.right-part-title {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content>div .right-part h5.right-part-title {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content>div .right-part h5.right-part-title {
		font-size: 36px;
	}
}

.model-versions-prices .slide-content>div .right-part .right-part-description,.model-versions-prices .slide-content>div .right-part .right-part-sub {
	font-size: 1pc;
	letter-spacing: 0;
	color: #333;
	line-height: 1.5;
	margin: 0;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content>div .right-part .right-part-description,.model-versions-prices .slide-content>div .right-part .right-part-sub {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content>div .right-part .right-part-description,.model-versions-prices .slide-content>div .right-part .right-part-sub {
		font-size: 24px;
	}
}

.model-versions-prices .slide-content>div .right-part .right-part-sub {
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #333;
}

.model-versions-prices .slide-content>div .right-part .ctas {
	font-size: 0;
	margin-top: 60px;
}

.model-versions-prices .slide-content>div .right-part .ctas .cta {
	text-align: center;
	width: 30%;
	margin-right: 6px;
	margin-bottom: 9pt;
}

.model-versions-prices .slide-content>div .right-part .ctas .cta:last-of-type {
	margin-right: 0;
}

.model-versions-prices .slide-content>div .right-part .ctas .cta a {
	width: 100%;
	padding: 0;
}

.model-versions-prices .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-versions-prices .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
	width: 33%;
}

@media (max-width:480px) {
	.model-versions-prices .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child,.model-versions-prices .slide-content>div .right-part .ctas .cta:nth-last-of-type(4):first-child~div.cta {
		width: 10em;
		display: block;
	}
}

.model-versions-prices .slide-content>div .right-part img {
	max-width: 100%;
}

.model-versions-prices .slide-content>div .right-part .right-part-img-after {
	display: none;
}

.model-versions-prices .slide-content>div .tabs {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	border-bottom: 1px solid #666;
	color: #333;
}

.model-versions-prices .slide-content>div .tabs:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-versions-prices .slide-content>div .tabs:lang(bg),.model-versions-prices .slide-content>div .tabs:lang(ru),.model-versions-prices .slide-content>div .tabs:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-versions-prices .slide-content>div .tabs:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content>div .tabs:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content>div .tabs:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content>div .tabs {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content>div .tabs {
		font-size: 21px;
	}
}

.model-versions-prices .slide-content>div .tabs div {
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 5vh;
	text-align: center;
	display: table-cell;
	padding: 9pt;
	vertical-align: middle;
	opacity: .7;
}

.model-versions-prices .slide-content>div .tabs div:last-child {
	border-right: 1px solid #b6b6b6;
}

.model-versions-prices .slide-content>div .tabs div.active,.model-versions-prices .slide-content>div .tabs div:hover {
	color: #333;
	border: 1px #666;
	border-style: solid solid none;
	opacity: 1;
}

.model-versions-prices .slide-content>div .tabs div.active+div,.model-versions-prices .slide-content>div .tabs div:hover+div {
	border-left: none;
}

.model-versions-prices .slide-content>div .big-tabs {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content>div .big-tabs {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content>div .big-tabs {
		font-size: 24px;
	}
}

.model-versions-prices .slide-content>div .big-tabs .tab {
	display: none;
	color: #333;
}

.model-versions-prices .slide-content>div .big-tabs .tab.active {
	display: block;
}

.model-versions-prices .slide-content>div .big-tabs .tab .title {
	display: none;
}

.model-versions-prices .slide-content>div .big-tabs .tab>div {
	clear: both;
	height: 3em;
	border-bottom: 1px solid #666;
	overflow: hidden;
}

.model-versions-prices .slide-content>div .big-tabs .tab>div>div {
	height: 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 3em;
}

.model-versions-prices .slide-content>div .big-tabs .tab>div>div:nth-child(2n) {
	float: right;
	padding-right: 1em;
}

.model-versions-prices .slide-content>div .big-tabs .tab>div>div:nth-child(odd) {
	float: left;
	padding-left: 1em;
}

.model-versions-prices .slide-content>div .big-tabs .tab>div:last-child {
	border-bottom: 1px solid #666;
}

.model-versions-prices .slide-content .swapped-offer {
	margin-bottom: 0;
	clear: none;
}

.model-versions-prices .slide-content .swapped-offer .title {
	padding: 40px 60px;
	margin: 0;
	color: #333;
	font-family: Univers57,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
}

.model-versions-prices .slide-content .swapped-offer .title:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .title:lang(bg),.model-versions-prices .slide-content .swapped-offer .title:lang(ru),.model-versions-prices .slide-content .swapped-offer .title:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .title:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .title:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swapped-offer .title {
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .title {
		font-size: 30px;
	}
}

.model-versions-prices .slide-content .swapped-offer .title .close-swapped {
	margin: 6px 0 0;
	display: block;
}

.model-versions-prices .slide-content .swapped-offer .title-mobile {
	display: none;
}

.model-versions-prices .slide-content .swapped-offer .offer {
	clear: both;
	display: table;
	width: 100%;
}

.model-versions-prices .slide-content .swapped-offer .offer .row {
	display: table-row;
}

.model-versions-prices .slide-content .swapped-offer .offer .row:not(:first-child) .cell {
	border-bottom: 1px solid #ebebeb;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details {
	padding: 0 70px;
	color: #333;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(bg),.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ru),.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details .subtitle {
		font-size: 21px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5 {
	margin: 6px 0 20px;
	font-size: 27px;
	font-family: RobotoRegular,sans-serif;
	max-width: 15em;
	color: #000;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(bg),.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(ru),.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 40.5px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details p {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details p {
		font-size: 24px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row .cell:not(:first-child) {
	border-left: 1px solid #dbdbdb;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content {
	color: #333;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content img {
	width: 100%;
	vertical-align: middle;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details h5 {
	color: #000;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details .ctas {
	display: none;
	margin-top: 30px;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs {
	color: #333;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .image {
	text-align: center;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .image img {
	max-width: 70%;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details {
	padding-top: 30px;
	padding-bottom: 30px;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5 {
	color: #333;
	margin: 0 0 6px;
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(bg),.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(ru),.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details h5 {
		font-size: 36px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .subtitle {
	color: #333;
	margin: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 9pt;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .subtitle {
		font-size: 24px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data {
	display: table;
	width: 100%;
	margin: 30px 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data {
		font-size: 24px;
	}
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .items,.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price {
	display: table-cell;
	width: 50%;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container {
	display: table;
	width: 100%;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item {
	line-height: 1.56;
	display: table-row;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item>div {
	display: table-cell;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .items .items-container .item .value {
	text-align: right;
	font-weight: 700;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price {
	padding-left: 60px;
	color: #333;
	font-size: 9pt;
}

.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .offer .row.specs .details .data .price .value {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.model-versions-prices .componentIntro .text {
		padding: 45px;
		width: calc(100% - 5pc);
	}

	.model-versions-prices .componentIntro .text div {
		display: block;
	}

	.model-versions-prices .componentIntro .text .title {
		height: auto;
		padding: 0;
	}

	.model-versions-prices .componentIntro .text .description {
		padding: 0;
		font-size: 14px;
	}

	.model-versions-prices .componentIntro .text .title+.description {
		margin: 20px 0 0;
	}

	.model-versions-prices .slide-content>div .left-part,.model-versions-prices .slide-content>div .right-part {
		float: none;
		width: calc(100% - 60px);
	}

	.model-versions-prices .slide-content>div .right-part {
		padding-top: 30px;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-details {
		float: left;
		width: 47%;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-details .right-part-title {
		margin-top: 0;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-img {
		float: right;
		width: 47%;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-img.right-part-img-after {
		display: block;
	}

	.model-versions-prices .slide-content>div .right-part .ctas .cta {
		width: 12em;
		margin-right: .8em;
	}

	.model-versions-prices .slide-content .swappable {
		margin-bottom: 0;
	}

	.model-versions-prices .slide-content .swappable .versions {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.model-versions-prices .slide-content .swappable .versions .version {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
		padding: 40px 45px 25px;
		height: auto;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom {
		position: static;
		margin-top: 30px;
		width: 100%;
		bottom: 0;
	}

	.model-versions-prices .slide-content .swapped-offer .title {
		display: none;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile {
		display: block;
		color: #333;
		font-family: Univers45,sans-serif;
		font-size: 24px;
		letter-spacing: -.02em;
		line-height: 1.2;
		line-height: 1.5;
		margin: 0;
		padding: 40px;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(bg),.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(ru),.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-versions-prices .slide-content .swapped-offer .title-mobile:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (max-width:1023px) {
	.model-versions-prices .slide-content .swapped-offer .title-mobile {
		font-size: 24px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.model-versions-prices .slide-content .swapped-offer .title-mobile {
		font-size: .3in;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.model-versions-prices .slide-content .swapped-offer .title-mobile {
		font-size: 36px;
	}
}

@media (max-width:1023px) {
	.model-versions-prices .slide-content .swapped-offer .title-mobile .close-swapped {
		margin: 6px 0 0;
		display: block;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row {
		display: block;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row .cell {
		display: block;
		width: 100%;
		border: none;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details {
		padding: 40px;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5 {
		max-width: none;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details .ctas {
		display: block;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row.specs {
		display: none;
	}
}

@media (max-width:767px) {
	.model-versions-prices .componentIntro .text .title {
		text-align: left;
	}

	.model-versions-prices .slide-content>div .left-part,.model-versions-prices .slide-content>div .right-part {
		width: calc(100% - 5pc);
		padding: 0 40px 40px;
	}

	.model-versions-prices .slide-content>div .right-part {
		padding-bottom: 0;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-details,.model-versions-prices .slide-content>div .right-part .right-part-img {
		float: none;
		width: 100%;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-description,.model-versions-prices .slide-content>div .right-part .right-part-sub {
		display: none;
	}

	.model-versions-prices .slide-content>div .right-part .right-part-img {
		margin: 40px 0;
	}

	.model-versions-prices .slide-content>div .right-part .ctas {
		margin-top: 30px;
	}

	.model-versions-prices .slide-content>div .right-part .ctas .cta {
		width: 10em;
		text-align: center;
	}

	.model-versions-prices .slide-content>div .right-part .ctas .cta:not(:first-child) {
		margin-top: 15px;
	}

	.model-versions-prices .slide-content>div .tabs {
		display: none;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab {
		display: block;
		font-size: 9pt;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title {
		font-family: Univers57,sans-serif;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
		display: block;
		text-transform: uppercase;
		margin-top: 30px;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(bg),.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(ru),.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.model-versions-prices .slide-content>div .big-tabs .tab .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.model-versions-prices .slide-content>div .big-tabs .tab .title {
		font-size: 16.8px;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.model-versions-prices .slide-content>div .big-tabs .tab .title {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.model-versions-prices .slide-content>div .big-tabs .tab>div>div:nth-child(2n),.model-versions-prices .slide-content>div .big-tabs .tab>div>div:nth-child(odd) {
		padding: 0;
		max-width: 70%;
	}

	.model-versions-prices .slide-content .swappable .versions .version {
		padding-bottom: 15px;
		height: auto;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionDetails,.model-versions-prices .slide-content .swappable .versions .version .versionImage {
		float: none;
		width: 100%;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionDetails {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionDetails h5 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionDetails .versionSub {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionDetails p {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionImage {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin: 40px 0;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom {
		margin-top: 0;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .ctaContainer {
		display: block;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom.inlineCtas .ctaContainer .cta {
		min-width: 200px;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomLeft,.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomRight {
		text-align: left;
		display: block;
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomLeft .cta,.model-versions-prices .slide-content .swappable .versions .version .versionBottom .versionBottomRight .cta {
		text-align: center;
		margin-bottom: 15px;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row .cell.details h5 {
		font-size: 20px;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details .ctas .cta {
		width: 10em;
		display: block;
		text-align: center;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details .ctas .cta a {
		width: 100%;
		padding: 0;
	}

	.model-versions-prices .slide-content .swapped-offer .offer .row.offer-content .details .ctas .cta:not(:first-child) {
		margin-top: 15px;
	}
}

.models-list-2019 {
	margin: 0;
	padding: 0;
}

.models-list-2019 .text .title {
	display: inline;
}

.models-list-2019 .text .title .description {
	font-family: Univers45,sans-serif;
	padding-top: 0;
}

.models-list-2019 .text .title .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.models-list-2019 .text .title .description:lang(bg),.models-list-2019 .text .title .description:lang(ru),.models-list-2019 .text .title .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.models-list-2019 .text .title .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .text .title .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .text .title .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.models-list-2019 .componentIntro {
		display: none;
	}
}

.models-list-2019 .models {
	width: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (max-width:1023px) {
	.models-list-2019 .models {
		display: none;
	}
}

.models-list-2019 .models.disclaimer {
	display: block;
	padding: 15px 60px;
}

@media (max-width:1023px) {
	.models-list-2019 .models.disclaimer {
		display: none;
	}
}

.models-list-2019 .models .model {
	height: auto;
	position: relative;
	padding: 45px 15px;
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.models-list-2019 .models .model .car-link {
	display: block;
}

.models-list-2019 .models .model:first-child {
	margin-left: -15px;
}

.models-list-2019 .models .model:last-child {
	margin-right: -15px;
}

.models-list-2019 .models .model:last-child:after {
	display: none;
}

.models-list-2019 .models .model:after {
	position: absolute;
	right: .5px;
	top: 50%;
	content: "";
	display: block;
	width: 1.5px;
	height: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(#ebebeb),to(transparent));
	background: linear-gradient(transparent,#ebebeb,transparent);
}

.models-list-2019 .models .model:focus,.models-list-2019 .models .model:hover {
	outline: none;
}

.models-list-2019 .models .model .title {
	text-align: center;
	overflow: hidden;
}

.models-list-2019 .models .model .title .top {
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 1.2em;
	height: 2.5em;
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .title .top {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .title .top {
		font-size: 36px;
	}
}

.models-list-2019 .models .model .title .medium {
	margin-bottom: 6px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2em;
	height: 2.4em;
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .title .medium {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .title .medium {
		font-size: 19.5px;
	}
}

.models-list-2019 .models .model .title .bottom {
	overflow: hidden;
	padding: 0 15px;
	font-size: 9pt;
	line-height: 1.3em;
	height: 3.7em;
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .title .bottom {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .title .bottom {
		font-size: 18px;
	}
}

.models-list-2019 .models .model .car {
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: calc((100vw - 90pt) / 5);
}

@media (max-width:1023px) {
	.models-list-2019 .models .model .car {
		max-width: calc((100vw - 90px) / 5);
	}
}

.models-list-2019 .models .model .car .car-img {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 30px 0;
}

.models-list-2019 .models .model .car .more {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.models-list-2019 .models .model .car .more .price .pre {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.3;
	color: #333;
}

@media (max-width:1023px) {
	.models-list-2019 .models .model .car .more .price .pre {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .car .more .price .pre {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .car .more .price .pre {
		font-size: 18px;
	}
}

.models-list-2019 .models .model .car .more .price .number {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
}

@media (max-width:1023px) {
	.models-list-2019 .models .model .car .more .price .number {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .car .more .price .number {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .car .more .price .number {
		font-size: 30px;
	}
}

.models-list-2019 .models .model .car .more .price .disclaimer {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1em;
	color: #333;
	padding: 0 15px;
	border: 0;
	max-height: calc(1em * 3 + .1em);
	overflow: hidden;
	margin: 6px 0;
	font-size: 10px;
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .car .more .price .disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .car .more .price .disclaimer {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .car .more .price .disclaimer {
		font-size: 9pt;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .car .more .price .disclaimer {
		font-size: 15px;
	}
}

@media (max-width:1439px) {
	.models-list-2019 .models .model .car .more .price .disclaimer {
		height: calc(1em * 3 + .1em);
	}
}

.models-list-2019 .models .model .car .more .cta-container {
	display: inline-block;
}

@media (max-width:1279px) {
	.models-list-2019 .models .model .car .more .cta-container {
		width: 100%;
	}
}

.models-list-2019 .models .model .car .more .cta-container .cta {
	margin-top: 10px;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.models-list-2019 .models .model .car .more .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.models-list-2019 .models .model .car .more .cta-container .cta:lang(bg),.models-list-2019 .models .model .car .more .cta-container .cta:lang(ru),.models-list-2019 .models .model .car .more .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.models-list-2019 .models .model .car .more .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .models .model .car .more .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .models .model .car .more .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.models-list-2019 .models .model .car .more .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models .model .car .more .cta-container .cta {
		font-size: 21px;
	}
}

.models-list-2019 .models .model .car .more .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
}

.models-list-2019 .models .model .car .more .cta-container .cta.blue {
	background-color: #00425e;
}

.models-list-2019 .models .model .car .more .cta-container .cta.blue a {
	color: #fff;
}

.models-list-2019 .models .model .car .more .cta-container .cta a {
	padding: 0;
}

.models-list-2019 .models .model .car .more .cta-container .cta:first-child {
	margin-left: 0;
}

@media (max-width:1279px) {
	.models-list-2019 .models .model .car .more .cta-container .cta {
		width: 100%;
		padding: 6px 0;
	}
}

.models-list-2019 .models-mobile {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
}

@media (max-width:1023px) {
	.models-list-2019 .models-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.models-list-2019 .models-mobile .model {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	padding: 0 20px 60px;
	background: #fff;
	opacity: 0;
}

.models-list-2019 .models-mobile .model .car-link {
	display: block;
}

.models-list-2019 .models-mobile .model a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.models-list-2019 .models-mobile .model.dummy {
	background: #ebebeb;
	border-bottom: #f2f1f0;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-family: RobotoRegular,sans-serif;
	opacity: 1;
}

.models-list-2019 .models-mobile .model.dummy:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy:lang(bg),.models-list-2019 .models-mobile .model.dummy:lang(ru),.models-list-2019 .models-mobile .model.dummy:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy .models-description {
	font-family: Univers45,sans-serif;
	display: none;
}

.models-list-2019 .models-mobile .model.dummy .models-description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy .models-description:lang(bg),.models-list-2019 .models-mobile .model.dummy .models-description:lang(ru),.models-list-2019 .models-mobile .model.dummy .models-description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy .models-description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy .models-description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy .models-description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.models-list-2019 .models-mobile .model.dummy:after {
	display: none;
}

.models-list-2019 .models-mobile .model .title {
	color: #333;
}

.models-list-2019 .models-mobile .model .title .top {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
	margin-bottom: 6px;
}

.models-list-2019 .models-mobile .model .title .top:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.models-list-2019 .models-mobile .model .title .top:lang(bg),.models-list-2019 .models-mobile .model .title .top:lang(ru),.models-list-2019 .models-mobile .model .title .top:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.models-list-2019 .models-mobile .model .title .top:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .models-mobile .model .title .top:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .models-mobile .model .title .top:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.models-list-2019 .models-mobile .model .title .top {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.models-list-2019 .models-mobile .model .title .top {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.models-list-2019 .models-mobile .model .title .top {
		font-size: 36px;
	}
}

.models-list-2019 .models-mobile .model .title .medium {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.models-list-2019 .models-mobile .model .title .bottom {
	font-size: 14px;
}

.models-list-2019 .models-mobile .model .car {
	padding: 10px 0 0;
}

.models-list-2019 .models-mobile .model .car .car-img {
	position: relative;
	width: 120vw;
	right: -5%;
}

@media (max-width:1023px) {
	.models-list-2019 .models-mobile .model .car .car-img {
		width: 100vw;
		right: -20%;
	}
}

.models-list-2019 .models-mobile .model .more {
	color: #333;
}

.models-list-2019 .models-mobile .model .more .price .pre {
	font-size: 9pt;
}

.models-list-2019 .models-mobile .model .more .price .number {
	font-size: 24px;
}

.models-list-2019 .models-mobile .model .more .cta-container {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta {
	margin-top: 15px;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Univers57,sans-serif;
	letter-spacing: .04em;
	line-height: 2em;
	display: block;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(bg),.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(ru),.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta.blue {
	background-color: #00425e;
	border: 0;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta.blue a {
	color: #fff;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta:first-child {
	margin-left: 0;
}

.models-list-2019 .models-mobile .model .more .cta-container .cta a {
	padding: 0;
}

.models-list-2019 .models-mobile .model:after {
	position: absolute;
	left: 50%;
	bottom: 30px;
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 1.5px;
	background: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(#ebebeb),to(transparent));
	background: linear-gradient(270deg,transparent,#ebebeb,transparent);
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	z-index: 3;
}

.models-list-2019 .models-mobile .model:last-child:after {
	display: none;
}

.models-list-2019 .models-mobile .model.in-view {
	opacity: 1;
	-webkit-transition: opacity 1s linear 0s;
	transition: opacity 1s linear 0s;
}

.models-list-2019 .models-mobile .disclaimer {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	color: #666;
	position: relative;
	border: 0;
	padding: 0 20px 15px;
}

.models-list-2019.in-view .models {
	opacity: 1;
	-webkit-transition: opacity 1s linear 0s;
	transition: opacity 1s linear 0s;
}

.model-list-2020 {
	margin: 0;
	padding: 0;
}

.model-list-2020[data-paddingtop=none] {
	padding-top: 0;
}

.model-list-2020[data-paddingbottom=none] {
	padding-bottom: 0;
}

.model-list-2020[data-paddingtop=low] {
	padding-top: 15px;
}

.model-list-2020[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.model-list-2020[data-paddingtop=medium] {
	padding-top: 30px;
}

.model-list-2020[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.model-list-2020[data-paddingtop=high] {
	padding-top: 60px;
}

.model-list-2020[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.model-list-2020[data-paddingtop=max] {
	padding-top: 90px;
}

.model-list-2020[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.model-list-2020 .component-intro {
	width: 100%;
}

.model-list-2020 .component-intro.white {
	background: #fff;
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro.white.white-mobile {
		background: #fff;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro.white.offwhite-mobile {
		background: #f2f1f0;
	}
}

.model-list-2020 .component-intro.offwhite {
	background: #f2f1f0;
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro.offwhite.white-mobile {
		background: #fff;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro.offwhite.offwhite-mobile {
		background: #f2f1f0;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro {
		background: #f2f1f0;
		width: auto;
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.model-list-2020 .component-intro {
		background: #f2f1f0;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.model-list-2020 .component-intro .text {
	padding: 45px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro .text {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.model-list-2020 .component-intro .text {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .component-intro .text {
		height: 72%;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .component-intro .text {
		height: 90%;
	}
}

.model-list-2020 .component-intro .text .title {
	margin: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	display: block;
	padding-left: 60px;
}

.model-list-2020 .component-intro .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-list-2020 .component-intro .text .title:lang(bg),.model-list-2020 .component-intro .text .title:lang(ru),.model-list-2020 .component-intro .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-list-2020 .component-intro .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-list-2020 .component-intro .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-list-2020 .component-intro .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .component-intro .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .component-intro .text .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro .text .title {
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 15px;
	}
}

.model-list-2020 .component-intro .text .description {
	padding: 2px 60px 0;
	color: #333;
	font-family: Univers45,sans-serif;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.model-list-2020 .component-intro .text .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.model-list-2020 .component-intro .text .description:lang(bg),.model-list-2020 .component-intro .text .description:lang(ru),.model-list-2020 .component-intro .text .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.model-list-2020 .component-intro .text .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.model-list-2020 .component-intro .text .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-list-2020 .component-intro .text .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.model-list-2020 .component-intro .text .description {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro .text .description {
		font-size: 1pc;
		font-size: 14px;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .component-intro .text .description {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .component-intro .text .description {
		font-size: 27px;
	}
}

@media (max-width:767px) and (max-height:580px) {
	.model-list-2020 .component-intro .text .description {
		font-size: 13px;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .component-intro .text .description {
		display: block;
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
	}
}

.model-list-2020 .navigation {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	display: none;
	margin-bottom: 15px;
}

@media (max-width:1023px) {
	.model-list-2020 .navigation {
		width: calc(100% - 90px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.model-list-2020 .navigation {
		width: calc(100% - 40px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.model-list-2020 .navigation .navigation-image-container {
	position: relative;
	max-width: calc(25% - 1px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	width: auto;
}

.model-list-2020 .navigation .navigation-image-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.8);
}

.model-list-2020 .navigation .navigation-image-container.car-selected:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: none;
}

.model-list-2020 .navigation .navigation-image-container.car-selected:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: #00425e;
}

.model-list-2020 .navigation .navigation-image-container .navigation-image {
	max-width: 100%;
}

.model-list-2020 .models {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	padding: 0 60px;
	height: 331px;
}

@media (min-width:1681px) {
	.model-list-2020 .models {
		height: 25.9pc;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models {
		height: 449.5px;
	}
}

.model-list-2020 .models:before {
	content: "";
	position: absolute;
	top: 141px;
	left: 0;
	width: 100%;
	height: .5px;
	background: rgba(12,35,64,.3);
	z-index: 0;
}

@media (max-width:1023px) {
	.model-list-2020 .models:before {
		background: none;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models:before {
		content: "";
		position: absolute;
		top: 191.6px;
		left: 0;
		width: 100%;
		height: .5px;
		background: rgba(12,35,64,.3);
		z-index: 0;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models:before {
		content: "";
		position: absolute;
		top: 204.5px;
		left: 0;
		width: 100%;
		height: .5px;
		background: rgba(12,35,64,.3);
		z-index: 0;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .models {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 431px;
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 381px;
		padding: 0 20px;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 361px;
		padding: 0 20px;
	}
}

.model-list-2020 .models .model {
	position: relative;
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-transform: translateY(59px);
	transform: translateY(59px);
}

@media (max-width:1023px) {
	.model-list-2020 .models .model {
		display: none;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transform: translateY(159px);
		transform: translateY(159px);
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model {
		display: none;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transform: translateY(109px);
		transform: translateY(109px);
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model {
		display: none;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transform: translateY(99px);
		transform: translateY(99px);
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model {
		-webkit-transform: translateY(5.2pc);
		transform: translateY(5.2pc);
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model {
		-webkit-transform: translateY(89.5px);
		transform: translateY(89.5px);
	}
}

.model-list-2020 .models .model .car-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	padding-top: 20px;
}

.model-list-2020 .models .model .car-container .car-background {
	display: none;
}

.model-list-2020 .models .model .car-container .car-name {
	font-size: 22px;
	letter-spacing: -.02em;
	line-height: 1.5;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	margin-bottom: 10px;
	line-height: 1;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-name {
		font-size: 26.4px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .car-name {
		font-size: 33px;
	}
}

.model-list-2020 .models .model .car-container .car-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-list-2020 .models .model .car-container .car-name:lang(bg),.model-list-2020 .models .model .car-container .car-name:lang(ru),.model-list-2020 .models .model .car-container .car-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-list-2020 .models .model .car-container .car-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-list-2020 .models .model .car-container .car-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-list-2020 .models .model .car-container .car-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model .car-container .car-name {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:1023px) and (max-width:1680px) {
	.model-list-2020 .models .model .car-container .car-name {
		font-size: 24px;
	}
}

.model-list-2020 .models .model .car-container .car-claim {
	margin-bottom: 10px;
	color: #333;
	display: none;
	font-family: RobotoRegular,sans-serif;
	font-size: 1pc;
	letter-spacing: .6px;
	line-height: normal;
	line-height: 1;
	text-align: center;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-claim {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .car-claim {
		font-size: 24px;
	}
}

.model-list-2020 .models .model .car-container .car-price-container {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.3;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model .car-container .car-price-container {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-price-container {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .car-price-container {
		font-size: 18px;
	}
}

.model-list-2020 .models .model .car-container .car-price-container .car-start {
	white-space: pre-wrap;
	font-size: 14px;
	line-height: 1;
	padding-right: 5px;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-price-container .car-start {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .car-price-container .car-start {
		font-size: 21px;
	}
}

.model-list-2020 .models .model .car-container .car-price-container .car-price {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	line-height: 1;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-price-container .car-price {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .car-price-container .car-price {
		font-size: 27px;
	}
}

.model-list-2020 .models .model .car-container .car-disclaimer {
	font-family: RobotoRegular,sans-serif;
	color: #333;
	display: block;
	font-size: 10px;
	line-height: 10px;
}

.model-list-2020 .models .model .car-container .car-subcontainer {
	text-align: center;
	white-space: nowrap;
	line-height: 0;
}

.model-list-2020 .models .model .car-container .car-subcontainer .car-div {
	display: inline-block;
}

.model-list-2020 .models .model .car-container .car-subcontainer .car-div .car-image {
	height: 60px;
	width: auto;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .car-subcontainer .car-div .car-image {
		height: 75pt;
	}
}

.model-list-2020 .models .model .car-container .car-subcontainer .right-arrow {
	display: none;
	margin-left: 25px;
}

.model-list-2020 .models .model .car-container .car-subcontainer .right-arrow:after {
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	width: 8px;
	height: 1pc;
}

.model-list-2020 .models .model .car-container .car-subcontainer .left-arrow {
	display: none;
	margin-right: 25px;
}

.model-list-2020 .models .model .car-container .car-subcontainer .left-arrow:after {
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	width: 8px;
	height: 1pc;
}

.model-list-2020 .models .model .car-container .cta-container {
	display: block;
	text-align: center;
}

.model-list-2020 .models .model .car-container .cta-container .cta {
	text-decoration: none;
	white-space: nowrap;
	padding: 0 30px;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .04em;
	min-width: 55%;
}

.model-list-2020 .models .model .car-container .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.model-list-2020 .models .model .car-container .cta-container .cta:lang(bg),.model-list-2020 .models .model .car-container .cta-container .cta:lang(ru),.model-list-2020 .models .model .car-container .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.model-list-2020 .models .model .car-container .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-list-2020 .models .model .car-container .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-list-2020 .models .model .car-container .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model .car-container .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model .car-container .cta-container .cta {
		font-size: 21px;
	}
}

.model-list-2020 .models .model .car-container .cta-container .cta.white {
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	-webkit-box-shadow: inset 0 0 0 1px #333;
	box-shadow: inset 0 0 0 1px #333;
}

.model-list-2020 .models .model .car-container .cta-container .cta.blue {
	background-color: #00425e;
	border-radius: 4px;
	color: #fff;
}

.model-list-2020 .models .model .car-container .cta-container .cta:first-child {
	margin-left: 0;
}

.model-list-2020 .models .model.car-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active {
		position: absolute;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	height: auto;
	width: 235px;
	overflow: hidden;
	z-index: -1;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-background {
		width: 353.33333px;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-background {
		width: 265.5px;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-background {
		width: 239.36667px;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-background {
		width: 319.33333px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model.car-active .car-container .car-background {
		width: 340.83333px;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
	height: 141px;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
		height: 212px;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
		height: 177px;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
		height: 167px;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
		height: 191.6px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model.car-active .car-container .car-background .car-image-background {
		height: 204.5px;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-name {
	font-size: 27px;
	font-family: RobotoRegular,sans-serif;
	line-height: 1;
}

.model-list-2020 .models .model.car-active .car-container .car-name:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.model-list-2020 .models .model.car-active .car-container .car-name:lang(bg),.model-list-2020 .models .model.car-active .car-container .car-name:lang(ru),.model-list-2020 .models .model.car-active .car-container .car-name:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.model-list-2020 .models .model.car-active .car-container .car-name:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.model-list-2020 .models .model.car-active .car-container .car-name:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.model-list-2020 .models .model.car-active .car-container .car-name:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-name {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model.car-active .car-container .car-name {
		font-size: 40.5px;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-name.black {
	color: #333;
}

.model-list-2020 .models .model.car-active .car-container .car-name.white {
	color: #fff;
	text-shadow: 0 4px 5px rgba(0,0,0,.5);
}

.model-list-2020 .models .model.car-active .car-container .car-claim {
	display: block;
}

.model-list-2020 .models .model.car-active .car-container .car-claim.black {
	color: #333;
}

.model-list-2020 .models .model.car-active .car-container .car-claim.white {
	color: #fff;
	text-shadow: 0 4px 5px rgba(0,0,0,.5);
}

.model-list-2020 .models .model.car-active .car-container .cta {
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer:before {
		content: "";
		display: block;
		position: absolute;
		top: 212px;
		z-index: -1;
		left: 0;
		width: 100%;
		height: .5px;
		background: rgba(12,35,64,.3);
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer:before {
		content: "";
		display: block;
		position: absolute;
		top: 177px;
		z-index: -1;
		left: 0;
		width: 100%;
		height: .5px;
		background: rgba(12,35,64,.3);
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer:before {
		content: "";
		display: block;
		position: absolute;
		top: 167px;
		z-index: -1;
		left: 0;
		width: 100%;
		height: .5px;
		background: rgba(12,35,64,.3);
	}
}

.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div {
	z-index: 3;
	position: relative;
}

.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
	height: 75pt;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slide-from-right;
	animation-name: slide-from-right;
	animation-timing-function: cubic-bezier;
	-webkit-animation-timing-function: cubic-bezier;
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
		max-width: calc(100% - 1pc);
		height: 200px;
		overflow: hidden;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
		max-width: calc(100% - 1pc);
		height: 150px;
		overflow: hidden;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
		max-width: calc(100% - 1pc);
		height: 130px;
		overflow: hidden;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
		height: 10pc;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #fff;
	z-index: 2;
	vertical-align: 26px;
	margin-right: 25px;
}

@media (max-width:1279px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		margin-left: 10px;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		vertical-align: 55px;
		margin-right: 10px;
		display: inline-block;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		vertical-align: 40px;
		margin-right: 0;
		display: inline-block;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		vertical-align: 30px;
		margin-right: 2px;
		margin-left: 0;
		display: inline-block;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		vertical-align: 44px;
		margin-right: 25px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .left-arrow {
		margin-right: 35px;
	}
}

.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	background: #fff;
	z-index: 2;
	vertical-align: 26px;
	margin-left: 25px;
}

@media (max-width:1279px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		margin-right: 10px;
	}
}

@media (max-width:1023px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		vertical-align: 55px;
		margin-left: 10px;
		display: inline-block;
	}
}

@media (max-width:767px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		vertical-align: 40px;
		margin-left: 0;
		display: inline-block;
	}
}

@media (max-width:374px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		vertical-align: 30px;
		margin-left: 2px;
		margin-right: 0;
		display: inline-block;
	}
}

@media (min-width:1681px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		vertical-align: 44px;
		margin-left: 25px;
	}
}

@media (min-width:2201px) {
	.model-list-2020 .models .model.car-active .car-container .car-subcontainer .right-arrow {
		margin-left: 35px;
	}
}

.model-list-2020 .selectors {
	padding-top: 20px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.model-list-2020 .selectors .selector {
	border: 1px solid #333;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
}

.model-list-2020 .selectors .picked-selector {
	background: #333;
}

@media (max-width:1023px) {
	.model-list-2020 .selectors {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.model-list-2020.five-cars .models {
		height: 316px;
	}

	.model-list-2020.five-cars .models:before {
		top: 96.8px;
	}

	.model-list-2020.five-cars .models .model {
		-webkit-transform: translateY(17.8px);
		transform: translateY(17.8px);
	}

	.model-list-2020.five-cars .models .model .car-container .car-subcontainer .car-div .car-image {
		height: 55px;
	}

	.model-list-2020.five-cars .models .model .car-container .car-subcontainer .left-arrow,.model-list-2020.five-cars .models .model .car-container .car-subcontainer .right-arrow {
		vertical-align: 24px;
	}

	.model-list-2020.five-cars .models .model.car-active {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.model-list-2020.five-cars .models .model.car-active .car-container {
		padding-top: 10px;
	}

	.model-list-2020.five-cars .models .model.car-active .car-container .car-name {
		font-size: 24px;
	}

	.model-list-2020.five-cars .models .model.car-active .car-container .car-claim {
		font-size: 9pt;
		margin-bottom: 0;
	}

	.model-list-2020.five-cars .models .model.car-active .car-container .car-subcontainer .car-div .car-image {
		height: 85px;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (max-width:1279px) {
	.model-list-2020.five-cars .models .model.car-active .car-container .car-subcontainer .left-arrow,.model-list-2020.five-cars .models .model.car-active .car-container .car-subcontainer .right-arrow {
		display: none;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.model-list-2020.five-cars .models .model.car-active .car-container .car-background {
		width: 161.33333px;
	}

	.model-list-2020.five-cars .models .model.car-active .car-container .car-background .car-image-background {
		height: 96.8px;
	}
}

.models-list {
	margin: 0;
	padding: 0;
}

.models-list .componentIntro .text .title {
	display: inline;
}

@media (max-width:1023px) {
	.models-list .componentIntro {
		display: none;
	}
}

.models-list .models {
	width: 100%;
	padding-left: 6px;
	padding-bottom: 30px;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f1f0;
}

@media (max-width:1023px) {
	.models-list .models {
		display: none;
	}
}

.models-list .models .model {
	margin: 0 3px 3px 0;
	height: 21vw;
	min-height: 252px;
	position: relative;
	width: calc(33.33333% - 3px);
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

@media (min-width:1441px) {
	.models-list .models .model {
		height: 35vh;
		min-height: 280px;
	}
}

@media (max-width:1281px) {
	.models-list .models .model {
		width: calc(50% - 3px);
		height: 30vw;
	}
}

.models-list .models .model .title {
	position: absolute;
	max-width: calc(50% - 30px);
	top: 30px;
	left: 30px;
	z-index: 2;
}

.models-list .models .model .title .top {
	margin-bottom: 10px;
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
}

.models-list .models .model .title .top:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.models-list .models .model .title .top:lang(bg),.models-list .models .model .title .top:lang(ru),.models-list .models .model .title .top:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.models-list .models .model .title .top:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.models-list .models .model .title .top:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list .models .model .title .top:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.models-list .models .model .title .top {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.models-list .models .model .title .top {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .title .top {
		font-size: 36px;
	}
}

.models-list .models .model .title .medium {
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models .model .title .medium {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list .models .model .title .medium {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .title .medium {
		font-size: 21px;
	}
}

@media (max-width:1439px) {
	.models-list .models .model .title .medium,.models-list .models .model .title .top {
		margin-bottom: 6px;
	}
}

.models-list .models .model .title .bottom {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.3;
	opacity: 0;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models .model .title .bottom {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list .models .model .title .bottom {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .title .bottom {
		font-size: 18px;
	}
}

.models-list .models .model .car {
	z-index: 1;
}

.models-list .models .model .car img {
	position: absolute;
	width: 75%;
	bottom: 0;
	right: 0;
	margin-right: 7px;
	margin-bottom: 7px;
}

.models-list .models .model .car img.alternative {
	bottom: 30%;
}

.models-list .models .model .car img.swap {
	display: none;
}

.models-list .models .model .car .more {
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
	bottom: 0;
	padding: 0 30px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.models-list .models .model .car .more .price {
	display: table-cell;
	vertical-align: bottom;
}

.models-list .models .model .car .more .price .pre {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.3;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models .model .car .more .price .pre {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list .models .model .car .more .price .pre {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .car .more .price .pre {
		font-size: 18px;
	}
}

.models-list .models .model .car .more .price .number {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models .model .car .more .price .number {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.models-list .models .model .car .more .price .number {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .car .more .price .number {
		font-size: 30px;
	}
}

.models-list .models .model .car .more .price .model-disclaimer {
	padding: 6px 0 0;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1;
	color: #333;
}

@media (min-width:1681px) {
	.models-list .models .model .car .more .price .model-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .car .more .price .model-disclaimer {
		font-size: 18px;
	}
}

.models-list .models .model .car .more .cta-container {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.models-list .models .model .car .more .cta-container .cta {
	margin-top: 10px;
	text-decoration: none;
	padding: 0 15px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	white-space: nowrap;
	margin-left: 6px;
}

.models-list .models .model .car .more .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.models-list .models .model .car .more .cta-container .cta:lang(bg),.models-list .models .model .car .more .cta-container .cta:lang(ru),.models-list .models .model .car .more .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.models-list .models .model .car .more .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list .models .model .car .more .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list .models .model .car .more .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.models-list .models .model .car .more .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list .models .model .car .more .cta-container .cta {
		font-size: 21px;
	}
}

.models-list .models .model .car .more .cta-container .cta.white {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.models-list .models .model .car .more .cta-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #00425e;
	border-radius: 2px;
	color: #fff;
}

.models-list .models .model .car .more .cta-container .cta:first-child {
	margin-left: 0;
}

.models-list .models.nohover .model .car img {
	display: none;
}

.models-list .models.nohover .model .car img.swap {
	display: inherit;
	max-width: 50%;
}

.models-list .models.nohover .model .car .more,.models-list .models.nohover .model .title .bottom {
	opacity: 1;
}

.models-list .models-mobile {
	width: 100%;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

@media (max-width:1023px) {
	.models-list .models-mobile {
		display: block;
	}
}

.models-list .models-mobile .model {
	height: 42vw;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	width: 50%;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
}

.models-list .models-mobile .model:nth-child(odd) {
	border-right: 1px solid #ebebeb;
}

@media (max-width:767px) {
	.models-list .models-mobile .model {
		height: auto;
		width: 100%;
		text-align: center;
		border-right: none;
		padding-top: 60px;
	}
}

.models-list .models-mobile .model.dummy {
	background-color: #ebebeb;
	text-align: center;
	text-decoration: none;
	letter-spacing: -.02em;
	vertical-align: top;
}

.models-list .models-mobile .model.dummy .models-dummy-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 45px;
}

.models-list .models-mobile .model.dummy .models-title {
	font-size: 27px;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	margin-bottom: 15px;
}

.models-list .models-mobile .model.dummy .models-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.models-list .models-mobile .model.dummy .models-title:lang(bg),.models-list .models-mobile .model.dummy .models-title:lang(ru),.models-list .models-mobile .model.dummy .models-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.models-list .models-mobile .model.dummy .models-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list .models-mobile .model.dummy .models-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list .models-mobile .model.dummy .models-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.models-list .models-mobile .model.dummy .models-title {
		font-size: 32.4px;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile .model.dummy .models-title {
		font-size: 40.5px;
	}
}

.models-list .models-mobile .model.dummy .models-description {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.models-list .models-mobile .model.dummy .models-description {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile .model.dummy .models-description {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.models-list .models-mobile .model.dummy {
		height: 110px;
		padding: 0;
	}

	.models-list .models-mobile .model.dummy .models-dummy-content {
		padding: 0;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.models-list .models-mobile .model.dummy .models-description {
		display: none;
	}
}

.models-list .models-mobile .model .title {
	position: absolute;
	max-width: calc(100% - 30px);
	top: 45px;
	left: 45px;
	z-index: 2;
}

@media (max-width:767px) {
	.models-list .models-mobile .model .title {
		position: static;
		max-width: none;
	}
}

.models-list .models-mobile .model .title .top {
	font-family: Univers45,sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
	z-index: 3;
	margin-bottom: 6px;
}

.models-list .models-mobile .model .title .top:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.models-list .models-mobile .model .title .top:lang(bg),.models-list .models-mobile .model .title .top:lang(ru),.models-list .models-mobile .model .title .top:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.models-list .models-mobile .model .title .top:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.models-list .models-mobile .model .title .top:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list .models-mobile .model .title .top:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.models-list .models-mobile .model .title .top {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.models-list .models-mobile .model .title .top {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile .model .title .top {
		font-size: 36px;
	}
}

@media (max-width:767px) {
	.models-list .models-mobile .model .title .top {
		line-height: 1em;
		margin-bottom: 10px;
		font-size: 18px;
	}
}

.models-list .models-mobile .model .title .medium {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
	text-transform: uppercase;
	z-index: 3;
}

@media (max-width:1023px) {
	.models-list .models-mobile .model .title .medium {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list .models-mobile .model .title .medium {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile .model .title .medium {
		font-size: 21px;
	}
}

.models-list .models-mobile .model .title .medium>div {
	display: inline-block;
}

.models-list .models-mobile .model .car {
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	top: 0;
	height: 42vw;
	margin: auto;
	z-index: 1;
}

@media (max-width:767px) {
	.models-list .models-mobile .model .car {
		position: relative;
		height: auto;
		overflow: hidden;
		width: 80%;
	}
}

.models-list .models-mobile .model .car img {
	position: absolute;
	max-width: 100%;
	max-height: 220px;
	top: 10px;
	right: 0;
}

@media (max-width:1023px) {
	.models-list .models-mobile .model .car img {
		bottom: 15%;
		top: auto;
		right: auto;
		margin: auto;
	}
}

@media (max-width:767px) {
	.models-list .models-mobile .model .car img {
		position: static;
		margin-bottom: 45px;
	}
}

@media (min-width:768px) {
	.models-list .models-mobile.nohover .model {
		height: 50vw;
	}

	.models-list .models-mobile.nohover .model.dummy .models-dummy-content {
		top: 41%;
	}
}

@media (min-width:768px) {
	.models-list .models-mobile.nohover .model .car {
		height: 50vw;
	}
}

.models-list .models-mobile.nohover .model .car img {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.models-list .models-mobile.nohover .model .car img {
		bottom: 33%;
		width: 100%;
	}
}

@media (min-width:768px) {
	.models-list .models-mobile.nohover .model .more {
		position: absolute;
		width: 100%;
		z-index: 3;
		bottom: 5%;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		text-align: center;
	}
}

.models-list .models-mobile.nohover .model .more .price .pre {
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.3;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models-mobile.nohover .model .more .price .pre {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.models-list .models-mobile.nohover .model .more .price .pre {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile.nohover .model .more .price .pre {
		font-size: 18px;
	}
}

.models-list .models-mobile.nohover .model .more .price .number {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #333;
}

@media (max-width:1023px) {
	.models-list .models-mobile.nohover .model .more .price .number {
		font-size: 20px;
	}
}

@media (min-width:1681px) {
	.models-list .models-mobile.nohover .model .more .price .number {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile.nohover .model .more .price .number {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.models-list .models-mobile.nohover .model .more .price .number {
		font-size: 18px;
	}
}

.models-list .models-mobile.nohover .model .more .price .model-disclaimer {
	padding: 6px 0 0;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1;
	color: #333;
}

@media (min-width:1681px) {
	.models-list .models-mobile.nohover .model .more .price .model-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile.nohover .model .more .price .model-disclaimer {
		font-size: 18px;
	}
}

.models-list .models-mobile.nohover .model .more .cta-container .cta {
	margin-top: 30px;
	text-decoration: none;
	padding: 0 30px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	font-size: 1pc;
	white-space: nowrap;
	margin-left: 6px;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(bg),.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(ru),.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.models-list .models-mobile.nohover .model .more .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.models-list .models-mobile.nohover .model .more .cta-container .cta {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.models-list .models-mobile.nohover .model .more .cta-container .cta {
		margin-top: 10px;
		font-size: 18px;
	}
}

.models-list .models-mobile.nohover .model .more .cta-container .cta.white {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #00425e;
	border-radius: 2px;
	color: #fff;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta.blue a {
	color: #fff;
}

.models-list .models-mobile.nohover .model .more .cta-container .cta:first-child {
	margin-left: 0;
}

@media (max-width:767px) {
	.models-list .models-mobile.nohover .model .more .cta-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px auto;
	}

	.models-list .models-mobile.nohover .model .more .cta-container .cta {
		margin-left: 0;
	}
}

.editmode-view.multi-images-fullheight .global-container .inner-container {
	height: 125pc;
}

.multi-images-fullheight {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-font-feature-settings: "kern" on;
	font-feature-settings: "kern" on;
}

@media (min-width:1681px) {
	.multi-images-fullheight {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.multi-images-fullheight {
		font-size: 24px;
	}
}

.multi-images-fullheight .global-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.multi-images-fullheight .global-container .inner-container {
	position: relative;
	height: calc(100vh - 75px);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

@media (min-width:1681px) {
	.multi-images-fullheight .global-container .inner-container {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.multi-images-fullheight .global-container .inner-container {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container {
		min-height: 220px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container {
		min-height: calc(100vh - 70px);
	}
}

.multi-images-fullheight .global-container .inner-container .content {
	width: 100%;
	height: 100%;
}

.multi-images-fullheight .global-container .inner-container .content .image-container {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.multi-images-fullheight .global-container .inner-container .content .image-container img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

@media (min-width:1024px) {
	.multi-images-fullheight .global-container .inner-container .content .image-container.top img {
		top: 0;
		bottom: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.multi-images-fullheight .global-container .inner-container .content .image-container.bottom img {
		bottom: 0;
		top: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.multi-images-fullheight .global-container .inner-container .content .image-container.left img {
		left: 0;
		right: auto;
		margin: auto 0;
	}
}

@media (min-width:1024px) {
	.multi-images-fullheight .global-container .inner-container .content .image-container.right img {
		right: 0;
		left: auto;
		margin: auto 0;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multi-images-fullheight .global-container .inner-container .content .image-container img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		width: 100%;
		height: 100%;
		position: static;
		min-width: unset;
		min-height: unset;
		margin: unset;
		zoom: unset;
	}

	.multi-images-fullheight .global-container .inner-container .content .image-container.top img {
		-o-object-position: top;
		object-position: top;
	}

	.multi-images-fullheight .global-container .inner-container .content .image-container.bottom img {
		-o-object-position: bottom;
		object-position: bottom;
	}

	.multi-images-fullheight .global-container .inner-container .content .image-container.left img {
		-o-object-position: left;
		object-position: left;
	}

	.multi-images-fullheight .global-container .inner-container .content .image-container.right img {
		-o-object-position: right;
		object-position: right;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover {
	opacity: 0;
	background: rgba(0,0,0,.7);
	top: 0;
	bottom: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover.black {
	background: hsla(0,0%,100%,.7);
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover {
		opacity: 1;
	}
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover {
		opacity: 1;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
	color: #fff;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container.black {
	color: #333;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	overflow: hidden;
	white-space: normal;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 36px;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(bg),.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(ru),.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
		font-size: 63px;
	}
}

@media (min-width:1681px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
		font-size: 2.7pc;
	}
}

@media (min-width:2201px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .title {
		font-size: 54px;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 15px;
	white-space: normal;
	width: 100%;
	max-height: 45vh;
	overflow-y: visible;
	margin-bottom: 0;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(bg),.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(ru),.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description {
		font-size: 24px;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #fff;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description::-webkit-scrollbar {
	width: 6px;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .text-container .description::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #ebebeb;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container {
		padding: 0 30px;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button {
	height: auto;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button.blue {
	background-color: #00425e;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button.blue a {
	color: #fff;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button.white {
	background-color: #fff;
}

.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button.white a {
	color: #333;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container .content .show-hover .button-container .button {
		width: 100%;
	}
}

.multi-images-fullheight .global-container .inner-container .content .show-hover.black .button-container .button.white {
	border: 1px solid #333;
}

.multi-images-fullheight .global-container .inner-container .content:hover .show-hover {
	opacity: 1;
	-webkit-animation: fadein .2s ease-in 0s both;
	animation: fadein .2s ease-in 0s both;
}

@media (max-width:767px) {
	.multi-images-fullheight .global-container .inner-container .content:hover .show-hover {
		-webkit-animation: none;
		animation: none;
	}
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container.mobile {
		max-height: 15vh;
		min-height: auto;
	}

	.multi-images-fullheight .global-container .inner-container.mobile .content .show-hover .text-container {
		margin-bottom: 0;
	}

	.multi-images-fullheight .global-container .inner-container.mobile .content .show-hover .button-container,.multi-images-fullheight .global-container .inner-container.mobile .content .show-hover .text-container .description {
		display: none;
	}
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container.active {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: multiImageOpen;
		animation-name: multiImageOpen;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}

	.multi-images-fullheight .global-container .inner-container.active .content .show-hover .text-container {
		margin-bottom: 30px;
	}

	.multi-images-fullheight .global-container .inner-container.active .content .show-hover .text-container .description {
		display: block;
	}

	.multi-images-fullheight .global-container .inner-container.active .content .show-hover .button-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:1023px) {
	.multi-images-fullheight .global-container .inner-container.closing {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: multiImageClose;
		animation-name: multiImageClose;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.multimedia-audio {
	margin: 0;
	width: 100%;
	position: relative;
	background: #333;
	padding: 0 0 15px;
	height: 590px;
}

@media (max-width:1279px) {
	.multimedia-audio {
		height: 420px;
	}
}

.multimedia-audio .wave {
	width: 100%;
	margin: 85px auto 15px;
	background-size: 100vw 100%;
	background-position: 0;
	position: relative;
	height: 25pc;
}

@media (max-width:1279px) {
	.multimedia-audio .wave {
		height: 200px;
	}
}

.no-webaudio .multimedia-audio .wave {
	background-image: url(clientlib-site/css/img/wave.png);
}

.no-webaudio .multimedia-audio .wave .wave-white {
	position: absolute;
	top: 0;
	height: 25pc;
	width: 50%;
	background-image: url(clientlib-site/css/img/wave-white.png);
	background-size: 100vw 100%;
	background-position: 0;
}

@media (max-width:1279px) {
	.no-webaudio .multimedia-audio .wave .wave-white {
		height: 200px;
	}
}

.multimedia-audio .controls {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.multimedia-audio .controls .control {
	width: 39px;
	height: 39px;
	display: inline-block;
	cursor: pointer;
	margin-left: 15px;
}

.multimedia-audio .controls .control:first-child {
	margin-left: 0;
}

@media (min-width:1681px) {
	.multimedia-audio .controls .control {
		width: 58.5px;
		height: 58.5px;
	}
}

.multimedia-audio .controls .play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg baseProfile='basic' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='-620 381 39 39'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M-600.5 382.1c-10.2 0-18.4 8.2-18.4 18.4s8.2 18.5 18.4 18.5 18.5-8.3 18.5-18.5-8.3-18.4-18.5-18.4zm-3.4 24.8v-12.4l11.7 6.6-11.7 5.8z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimedia-audio .controls .play.playing {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg baseProfile='basic' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='-620 381 39 39'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M-600.5 382.1c-10.2 0-18.4 8.2-18.4 18.4s8.2 18.5 18.4 18.5 18.5-8.3 18.5-18.5-8.3-18.4-18.5-18.4zm-.5 23.9h-5v-11h5v11zm7 0h-5v-11h5v11z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimedia-audio .controls .pause {
	display: none;
}

.multimedia-audio .controls .rewind {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg baseProfile='basic' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='-620 381 39 39'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M-600.5 382.1c-10.2 0-18.4 8.2-18.4 18.4s8.2 18.5 18.4 18.5 18.5-8.3 18.5-18.5-8.3-18.4-18.5-18.4zm-1.5 24.3l-8.9-5.3 8.9-5.6v10.9zm10 0l-8.9-5.3 8.9-5.6v10.9z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery {
	text-align: center;
	overflow: hidden;
	padding: 0 60px;
}

.multimediaGallery[data-paddingtop=none] {
	padding-top: 0;
}

.multimediaGallery[data-paddingbottom=none] {
	padding-bottom: 0;
}

.multimediaGallery[data-paddingtop=low] {
	padding-top: 15px;
}

.multimediaGallery[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.multimediaGallery[data-paddingtop=medium] {
	padding-top: 30px;
}

.multimediaGallery[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.multimediaGallery[data-paddingtop=high] {
	padding-top: 60px;
}

.multimediaGallery[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.multimediaGallery[data-paddingtop=max] {
	padding-top: 90px;
}

.multimediaGallery[data-paddingbottom=max] {
	padding-bottom: 90px;
}

@media (max-width:1023px) {
	.multimediaGallery {
		padding: 0;
	}
}

.multimediaGallery.background-white {
	background-color: #fff;
}

.multimediaGallery.background-grey {
	background-color: #f2f1f0;
}

.multimediaGallery .text {
	color: #000;
	text-align: left;
	padding: 60px 0;
}

@media (max-width:1023px) {
	.multimediaGallery .text {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.multimediaGallery .text {
		padding: 0 20px;
	}
}

.multimediaGallery .text .title {
	font-family: ArsenalRegular,sans-serif;
	font-size: 42px;
	line-height: 1.1;
	line-height: 1.2em;
}

@media (max-width:1023px) {
	.multimediaGallery .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.multimediaGallery .text .title {
		font-size: 48px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .text .title {
		font-size: 63px;
	}
}

.multimediaGallery .text .subtitle {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 10px;
}

@media (min-width:1681px) {
	.multimediaGallery .text .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .text .subtitle {
		font-size: 24px;
	}
}

.multimediaGallery .text .subtitle>p {
	margin: 0;
}

.multimediaGallery .text+.grid {
	margin-top: 20px;
}

.multimediaGallery .filters {
	text-align: left;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch!important;
}

@media (max-width:1023px) {
	.multimediaGallery .filters {
		padding: 0 45px;
		overflow-x: scroll;
		overflow-y: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:767px) {
	.multimediaGallery .filters {
		padding: 0 20px;
		overflow-x: scroll;
		overflow-y: hidden;
		display: block;
		white-space: nowrap;
	}
}

.multimediaGallery .filters::-webkit-scrollbar {
	display: none;
}

.multimediaGallery .filters .filter {
	display: inline-block;
	color: #000;
	border: 1px solid #333;
	padding: 10px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

@media (min-width:1681px) {
	.multimediaGallery .filters .filter {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .filters .filter {
		font-size: 24px;
	}
}

.multimediaGallery .filters .filter.selected {
	background: #333;
	color: #fff;
}

.multimediaGallery .filters .filter.all {
	text-transform: uppercase;
	font-weight: 700;
}

.multimediaGallery .grid {
	display: block;
	text-align: left;
	margin: 0 -15px 0 auto;
}

@media (max-width:1023px) {
	.multimediaGallery .grid {
		margin-right: -10px;
	}
}

@media (max-width:767px) {
	.multimediaGallery .grid {
		margin-right: -5px;
	}
}

.multimediaGallery .grid:after {
	content: "";
	display: block;
	clear: both;
}

.multimediaGallery .grid .grid-sizer {
	width: calc(100% / 3 - 15px);
}

@media (max-width:1023px) {
	.multimediaGallery .grid .grid-sizer {
		width: calc(100% / 2 - 10px);
	}
}

@media (max-width:767px) {
	.multimediaGallery .grid .grid-sizer {
		width: calc(100% / 2 - 5px);
	}
}

.multimediaGallery .grid .gutter-sizer {
	width: 15px;
}

@media (max-width:1023px) {
	.multimediaGallery .grid .gutter-sizer {
		width: 10px;
	}
}

@media (max-width:767px) {
	.multimediaGallery .grid .gutter-sizer {
		width: 5px;
	}
}

.multimediaGallery .grid .grid-item {
	float: left;
	overflow: hidden;
	position: relative;
	width: calc(100% / 3 - 15px);
	cursor: pointer;
}

@media (max-width:1023px) {
	.multimediaGallery .grid .grid-item {
		width: calc(100% / 2 - 10px);
	}
}

@media (max-width:767px) {
	.multimediaGallery .grid .grid-item {
		width: calc(100% - 5px);
	}
}

.multimediaGallery .grid .grid-item.focus-visible {
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.multimediaGallery .grid .grid-item .title {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	padding: 10px 15px;
	z-index: 2;
	font-family: RobotoRegular,sans-serif;
	font-size: 33px;
	letter-spacing: -.02em;
	line-height: 1.1;
	word-wrap: break-word;
	white-space: normal;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1681px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 24px;
	}
}

.multimediaGallery .grid .grid-item .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.multimediaGallery .grid .grid-item .title:lang(bg),.multimediaGallery .grid .grid-item .title:lang(ru),.multimediaGallery .grid .grid-item .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.multimediaGallery .grid .grid-item .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.multimediaGallery .grid .grid-item .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multimediaGallery .grid .grid-item .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 39.6px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .grid .grid-item .title {
		font-size: 49.5px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .grid .grid-item .title {
		letter-spacing: normal;
	}
}

.multimediaGallery .grid .grid-item .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

.multimediaGallery .grid .grid-item .video-overlay:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 25%;
	position: relative;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: contain;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.multimediaGallery .grid .grid-item .video-overlay+.title,.multimediaGallery .grid .grid-item .video-overlay.embed>div {
	display: none;
}

.multimediaGallery .grid .grid-item:after {
	display: block;
	content: "";
	padding-top: calc((100% - 15px) / 2);
}

@media (max-width:1023px) {
	.multimediaGallery .grid .grid-item:after {
		padding-top: calc((100% - 10px) / 2);
	}
}

@media (max-width:767px) {
	.multimediaGallery .grid .grid-item:after {
		padding-top: 50%;
	}
}

.multimediaGallery .grid .grid-item:not([aria-label]):not(.video):before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(#000));
	background: linear-gradient(180deg,transparent 70%,#000);
	-webkit-transition: top .3s ease-in;
	transition: top .3s ease-in;
	z-index: 2;
}

.multimediaGallery .grid .grid-item.square:after {
	padding-top: 100%;
}

@media (max-width:767px) {
	.multimediaGallery .grid .grid-item.square {
		width: calc(100% / 2 - 5px);
	}
}

.multimediaGallery .grid .grid-item.square img {
	height: 100%;
}

.multimediaGallery .grid .grid-item.bigSquare:after {
	padding-top: 100%;
}

@media (max-width:767px) {
	.multimediaGallery .grid .grid-item.bigSquare {
		width: 100%;
	}
}

.multimediaGallery .grid .grid-item.bigSquare img {
	height: 100%;
}

.multimediaGallery .grid .grid-item .image-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.multimediaGallery .grid .grid-item .image-wrapper .background-slide {
	position: absolute;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multimediaGallery .grid .grid-item .image-wrapper .background-slide {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

.multimediaGallery .grid .grid-item:hover .background-slide {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.multimediaGallery .grid .grid-item.bottom .image-wrapper .background-slide {
	top: auto;
	bottom: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multimediaGallery .grid .grid-item.bottom .image-wrapper .background-slide {
		-o-object-position: bottom;
		object-position: bottom;
	}
}

.multimediaGallery .grid .grid-item.right .image-wrapper .background-slide {
	left: auto;
	right: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multimediaGallery .grid .grid-item.right .image-wrapper .background-slide {
		-o-object-position: right;
		object-position: right;
	}
}

.multimediaGallery .grid .grid-item.top .image-wrapper .background-slide {
	bottom: auto;
	top: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multimediaGallery .grid .grid-item.top .image-wrapper .background-slide {
		-o-object-position: top;
		object-position: top;
	}
}

.multimediaGallery .grid .grid-item.left .image-wrapper .background-slide {
	right: auto;
	left: 0;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.multimediaGallery .grid .grid-item.left .image-wrapper .background-slide {
		-o-object-position: left;
		object-position: left;
	}
}

.multimediaGallery .load-more {
	position: relative;
	cursor: pointer;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-top: 30px;
	font-family: RobotoRegular,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: none;
}

.multimediaGallery .load-more:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.multimediaGallery .load-more:lang(bg),.multimediaGallery .load-more:lang(ru),.multimediaGallery .load-more:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.multimediaGallery .load-more:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.multimediaGallery .load-more:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multimediaGallery .load-more:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.multimediaGallery .load-more.show.in-view {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.multimediaGallery .load-more:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 25px;
	height: 25px;
	content: "";
	margin-left: 20px;
}

@media (max-width:767px) {
	.multimediaGallery .load-more {
		width: calc(100% - 20px * 2);
		text-align: center;
	}

	.multimediaGallery .load-more.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 20px;
	}
}

@media (min-width:1681px) {
	.multimediaGallery .load-more {
		font-size: 16.8px;
	}

	.multimediaGallery .load-more:after {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .load-more {
		font-size: 21px;
	}

	.multimediaGallery .load-more:after {
		height: 30px;
		width: 30px;
	}
}

.multimediaGallery .message-no-results {
	color: #000;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	padding: 60px;
	border: 1px dashed #000;
	display: none;
}

.multimediaGallery .message-no-results:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.multimediaGallery .message-no-results:lang(bg),.multimediaGallery .message-no-results:lang(ru),.multimediaGallery .message-no-results:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.multimediaGallery .message-no-results:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.multimediaGallery .message-no-results:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multimediaGallery .message-no-results:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.multimediaGallery .message-no-results {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.multimediaGallery .message-no-results {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .message-no-results {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .message-no-results {
		margin: 0 45px;
	}
}

@media (max-width:767px) {
	.multimediaGallery .message-no-results {
		margin: 0 20px;
	}
}

.multimediaGallery .overlayComponent {
	text-align: center;
}

.multimediaGallery .overlayComponent * {
	background-color: transparent;
}

.multimediaGallery .overlayComponent .overlayData {
	width: 100vw;
	display: inline-block;
	max-height: none;
	background-color: transparent;
	margin: 0;
	height: 100%;
}

.multimediaGallery .overlayComponent .overlayData:before {
	background: transparent;
}

.multimediaGallery .overlayComponent .overlayData .left-arrow {
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 27.5px;
	height: 52px;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	display: inline-block;
	margin-top: 0;
	left: 30px;
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .left-arrow {
		margin-top: 20px;
	}
}

@media (max-width:479px) {
	.multimediaGallery .overlayComponent .overlayData .left-arrow {
		right: 10px;
		margin-top: 0;
	}
}

.multimediaGallery .overlayComponent .overlayData .right-arrow {
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 27.5px;
	height: 52px;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	display: inline-block;
	margin-top: 0;
	right: 30px;
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .right-arrow {
		margin-top: 20px;
	}
}

@media (max-width:479px) {
	.multimediaGallery .overlayComponent .overlayData .right-arrow {
		right: 10px;
		margin-top: 0;
	}
}

.multimediaGallery .overlayComponent .overlayData.hide-controls:after,.multimediaGallery .overlayComponent .overlayData.hide-controls:before {
	display: none;
}

.multimediaGallery .overlayComponent .overlayData .close {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	right: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .close {
		margin-top: 0;
	}
}

@media (orientation:portrait) and (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .close {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		right: 10px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: inline-block;
	max-height: none;
	position: relative;
	text-align: center;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .details {
	display: inline-block;
	position: relative;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100vw;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .video-tag {
	opacity: 0;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed[data-provider=YouTube] .video-tag {
	padding-top: 50px;
	padding-bottom: 50px;
	height: calc(100vh - 75pt);
	background-color: #000;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	margin: auto;
	pointer-events: all;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .controls .play-button {
	display: none!important;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .controls .play-button,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .controls .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .controls .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	position: absolute;
	right: 30px;
	text-align: right;
	bottom: 155px;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		bottom: 181px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		bottom: 220px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		bottom: 45px;
	}
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		top: 75%;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg transform='translate(11.053 8.684)' fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M.79 0h.789a.79.79 0 0 1 .79.79v11.052a.79.79 0 0 1-.79.79h-.79a.79.79 0 0 1-.789-.79V.79A.79.79 0 0 1 .79 0z'/%3E%3Crect x='5.526' width='2.368' height='12.632' rx='1.184'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-play:hover,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-play {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-play {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3E928AF7-9C96-4538-9BEC-A944486DB908%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zm13.77-.77a.625.625 0 0 1 .46-1.162 2.208 2.208 0 0 1 0 4.106.625.625 0 0 1-.46-1.162.958.958 0 0 0 0-1.782zm2.5-1.471a.625.625 0 1 1 .46-1.162 3.791 3.791 0 0 1 0 7.048.625.625 0 1 1-.46-1.162 2.541 2.541 0 0 0 0-4.724zm2.496-1.559a.625.625 0 1 1 .468-1.158 5.479 5.479 0 0 1 0 10.158.625.625 0 1 1-.468-1.158 4.229 4.229 0 0 0 0-7.842z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume:hover,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EF75DDFCC-5288-4F7E-9BB7-E737ED67A66F%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.875 745.875 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.677 742.677 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm2.77-21.39a.958.958 0 0 1 0 1.78.625.625 0 0 0 .46 1.163 2.208 2.208 0 0 0 0-4.106.625.625 0 0 0-.46 1.162zm2.5-1.472a2.541 2.541 0 0 1 0 4.724.625.625 0 1 0 .46 1.162 3.791 3.791 0 0 0 0-7.048.625.625 0 0 0-.46 1.162zm2.496-1.559a4.229 4.229 0 0 1 0 7.842.625.625 0 0 0 .468 1.158 5.479 5.479 0 0 0 0-10.158.625.625 0 1 0-.468 1.158z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume.volume-off,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E57D5C652-5A7F-4B13-93E8-D96BCD099F38%3C/title%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zM27.943 20l2.357 2.357a.667.667 0 1 1-.943.943L27 20.943 24.643 23.3a.667.667 0 1 1-.943-.943L26.057 20 23.7 17.643a.667.667 0 1 1 .943-.943L27 19.057l2.357-2.357a.667.667 0 1 1 .943.943L27.943 20z'/%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume.volume-off:hover,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume.volume-off:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E8360BB56-FB48-46DC-8596-A6C83B34AFBA%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.814 745.814 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.642 742.642 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM27.943 20l2.357-2.357a.667.667 0 0 0-.943-.943L27 19.057 24.643 16.7a.667.667 0 0 0-.943.943L26.057 20 23.7 22.357a.667.667 0 0 0 .943.943L27 20.943l2.357 2.357a.667.667 0 0 0 .943-.943L27.943 20zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play .icon-volume,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume .icon-volume {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play:focus .icon-play,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume:focus .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play:focus .icon-volume,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume:focus .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EF75DDFCC-5288-4F7E-9BB7-E737ED67A66F%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.875 745.875 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.677 742.677 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm2.77-21.39a.958.958 0 0 1 0 1.78.625.625 0 0 0 .46 1.163 2.208 2.208 0 0 0 0-4.106.625.625 0 0 0-.46 1.162zm2.5-1.472a2.541 2.541 0 0 1 0 4.724.625.625 0 1 0 .46 1.162 3.791 3.791 0 0 0 0-7.048.625.625 0 0 0-.46 1.162zm2.496-1.559a4.229 4.229 0 0 1 0 7.842.625.625 0 0 0 .468 1.158 5.479 5.479 0 0 0 0-10.158.625.625 0 1 0-.468 1.158z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play:focus .icon-volume.volume-off,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume:focus .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E8360BB56-FB48-46DC-8596-A6C83B34AFBA%3C/title%3E%3Cpath d='M9 19.999v3.328a1 1 0 0 0 1 1h4.281a745.814 745.814 0 0 1 4.617 3.436 1 1 0 0 0 1.6-.8V20.38h.002v-1h-.001V13a1 1 0 0 0-1.6-.8 742.642 742.642 0 0 1-4.618 3.436H10a1 1 0 0 0-1 1v3.363zM27.943 20l2.357-2.357a.667.667 0 0 0-.943-.943L27 19.057 24.643 16.7a.667.667 0 0 0-.943.943L26.057 20 23.7 22.357a.667.667 0 0 0 .943.943L27 20.943l2.357 2.357a.667.667 0 0 0 .943-.943L27.943 20zM20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
	right: 115px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume[disabled] {
	display: none;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		right: 126px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		right: 142.5px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-volume {
		right: 85px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play {
	right: 60px;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play {
		right: 60px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play {
		right: 60px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play {
		right: 30px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play.paused .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Drop-1'%3E%3Cg id='Icons---Video-Gallery' transform='translate(-154 -59)'%3E%3Cg id='ICON_Play' transform='translate(154 59)'%3E%3Cpath id='Combined-Shape' class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3Cpath class='st0' d='M167.9 69v20.2l17.5-10.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 40px;
	height: 40px;
	width: 40px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play.paused .icon-play:hover {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-6.1 30.2V10l17.5 10.1-17.5 10.1z' id='Drop-1'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play.paused .icon-play {
		background-size: 3pc;
		height: 3pc;
		width: 3pc;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play.paused .icon-play {
		background-size: 60px;
		height: 60px;
		width: 60px;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-play.paused:focus .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-6.1 30.2V10l17.5 10.1-17.5 10.1z' id='Drop-1'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls {
	opacity: 0!important;
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	pointer-events: all;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-close,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-close,.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .video-overlay.embed .overlay-controls .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details video {
	width: 100vw;
	background-size: contain;
	height: 100vh;
	position: relative;
	z-index: 4;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details video:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(#000));
	background: linear-gradient(180deg,transparent 70%,#000);
	-webkit-transition: top .3s ease-in;
	transition: top .3s ease-in;
	z-index: 2;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .image {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	display: inline-block;
	background-size: cover;
	height: 100vh;
	max-width: 100vw;
	width: 100vh;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .image.halfHeight {
	width: 100vw;
	background-size: contain;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .image.halfHeight img {
	width: 100%;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .image:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(#000));
	background: linear-gradient(180deg,transparent 70%,#000);
	-webkit-transition: top .3s ease-in;
	transition: top .3s ease-in;
	z-index: 2;
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .image {
		height: 100vh;
	}
}

@media screen and (orientation:landscape) and (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .image {
		background-size: contain;
		height: 100vh;
	}
}

@media (orientation:portrait) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details {
		background-size: contain;
	}
}

@media (orientation:portrait) and (max-width:767px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .image {
		height: 100vh;
	}
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 3;
	text-align: center;
	pointer-events: none;
	font-family: RobotoRegular,sans-serif;
	font-size: 33px;
	letter-spacing: -.02em;
	line-height: 1.1;
	word-wrap: break-word;
	white-space: normal;
	padding: 10px 15px 30px;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(bg),.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(ru),.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.multimediaGallery .overlayComponent .overlayData .overlay-details .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
		font-size: 39.6px;
	}
}

@media (min-width:2201px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
		font-size: 49.5px;
	}
}

@media (max-width:1023px) {
	.multimediaGallery .overlayComponent .overlayData .overlay-details .description {
		letter-spacing: normal;
	}
}

.multimediaGallery[data-animation=true] .filters,.multimediaGallery[data-animation=true] .grid,.multimediaGallery[data-animation=true] .text .subtitle,.multimediaGallery[data-animation=true] .text .title {
	opacity: 0;
}

.multimediaGallery[data-animation=true].in-view .filters,.multimediaGallery[data-animation=true].in-view .text .subtitle,.multimediaGallery[data-animation=true].in-view .text .title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.multimediaGallery[data-animation=true].in-view .grid {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.multimedia-video {
	margin: 0;
	position: relative;
	background: #000;
	padding: 0;
	width: 100%;
	height: 56.25vw;
	max-height: calc(100vh - 75px);
	overflow: hidden;
}

@media (min-width:1681px) {
	.multimedia-video {
		max-height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.multimedia-video {
		max-height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.multimedia-video {
		max-height: calc(100vh - 150px);
	}
}

@media (max-width:767px) {
	.multimedia-video {
		max-height: calc(100vh - 150px);
	}
}

.multimedia-video.ratio_2_1 {
	height: 50vw;
}

.multimedia-video.ratio_3_1 {
	height: 33.33vw;
}

.multimedia-video .multimedia-video-youku,.multimedia-video .multimedia-video-youtube {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-anchor-2020.focus-visible {
	outline: none;
}

.nav-anchor-2020.fixed .desktop,.nav-anchor-2020.fixed .mobile {
	position: fixed;
	top: 0;
	z-index: 999;
}

.nav-anchor-2020.fixed .filler {
	display: block;
}

.nav-anchor-2020.fixed .mobile .header {
	z-index: 999;
}

.nav-anchor-2020.fixed .mobile .floating-menu {
	display: block;
}

.nav-anchor-2020.open .desktop .build-your-car {
	display: none;
}

.nav-anchor-2020.open .desktop .floating-menu {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-anchor-2020.open .mobile .floating-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 998;
	overflow-y: auto;
}

@media screen and (max-width:1023px) {
	.nav-anchor-2020.open .mobile .floating-menu {
		top: 70px;
	}
}

@media (max-width:767px) {
	.nav-anchor-2020.open .mobile .floating-menu {
		top: 70px;
	}
}

.nav-anchor-2020.floating-menu-hidden .desktop .floating-menu-toggle {
	display: none!important;
}

.nav-anchor-2020 .focus-visible {
	outline-offset: -3px;
}

.nav-anchor-2020 .filler {
	display: none;
	height: 75px;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .filler {
		height: calc(75px * 1.2);
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor-2020 .filler {
		height: 70px;
	}
}

@media (max-width:767px) {
	.nav-anchor-2020 .filler {
		height: 70px;
	}
}

.nav-anchor-2020 .desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,.1);
	box-shadow: 0 5px 6px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	width: 100%;
	height: 75px;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop {
		height: calc(75px * 1.2);
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor-2020 .desktop {
		display: none;
	}
}

@media (min-width:1024px) {
	.nav-anchor-2020 .desktop.slideDown {
		z-index: 199;
		top: 75px;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInDownNav;
		animation-name: slideInDownNav;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.nav-anchor-2020 .desktop.slideDown .build-your-car {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (min-width:1024px) {
	.nav-anchor-2020 .desktop.slideUp {
		z-index: 200;
		top: 0;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInUpNav;
		animation-name: slideInUpNav;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.nav-anchor-2020 .desktop.slideUp .build-your-car {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.nav-anchor-2020 .desktop .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-anchor-2020 .desktop .name img {
	margin-right: 30px;
	margin-left: 60px;
	height: 18px;
	width: auto;
}

.nav-anchor-2020 .desktop .anchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: RobotoRegular,sans-serif;
	font-size: 14px;
	color: #333;
}

.nav-anchor-2020 .desktop .anchors:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .desktop .anchors:lang(bg),.nav-anchor-2020 .desktop .anchors:lang(ru),.nav-anchor-2020 .desktop .anchors:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .desktop .anchors:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .desktop .anchors:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .desktop .anchors:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .anchors {
		font-size: calc(14px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .anchors {
		font-size: calc(14px * 1.5);
	}
}

.nav-anchor-2020 .desktop .anchors .anchor {
	text-align: center;
	cursor: pointer;
	position: relative;
	line-height: 1em;
	opacity: .5;
	padding: 0 15px;
}

.nav-anchor-2020 .desktop .anchors .anchor.selected {
	background-color: #fff;
	color: #333;
	font-weight: 700;
	opacity: 1;
}

.nav-anchor-2020 .desktop .anchors .anchor.selected div {
	position: relative;
}

.nav-anchor-2020 .desktop .anchors .anchor.selected div:after {
	position: absolute;
	bottom: -6px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	left: 0;
	right: 0;
}

.nav-anchor-2020 .desktop .anchors .anchor div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:768px) and (max-width:1023px) {
	.nav-anchor-2020 .desktop .anchors .anchor div {
		margin-left: 6px;
		margin-right: 6px;
	}
}

.nav-anchor-2020 .desktop .build-your-car {
	width: 90px;
	font-family: RobotoRegular,sans-serif;
	background: #00425e;
	height: calc(100% + 1px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 9pt;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: -.5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .04em;
}

.nav-anchor-2020 .desktop .build-your-car:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .desktop .build-your-car:lang(bg),.nav-anchor-2020 .desktop .build-your-car:lang(ru),.nav-anchor-2020 .desktop .build-your-car:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .desktop .build-your-car:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .desktop .build-your-car:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .desktop .build-your-car:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .build-your-car {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .build-your-car {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .build-your-car {
		width: calc(90px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .build-your-car {
		width: calc(90px * 1.5);
	}
}

.nav-anchor-2020 .desktop .floating-menu-toggle {
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	border-radius: 0;
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	top: 0;
	z-index: 2;
}

.nav-anchor-2020 .desktop .floating-menu-toggle.tracking {
	display: none;
}

.nav-anchor-2020 .desktop .floating-menu-toggle.open .symbol-plus.close-button {
	display: block;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle {
		width: calc(90px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle {
		width: calc(90px * 1.5);
	}
}

.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'%3E%3Ctitle%3Edots%3C/title%3E%3Ccircle cx='3' cy='4' r='2' fill='%23333'/%3E%3Ccircle cx='12' cy='4' r='2' fill='%23333'/%3E%3Ccircle cx='21' cy='4' r='2' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 4px;
	width: 23px;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus {
		height: calc(4px * 1.2);
		width: calc(23px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus {
		height: calc(4px * 1.5);
		width: calc(23px * 1.2);
	}
}

.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus.close-button {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 24px;
	width: 24px;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus.close-button {
		height: calc(25px * 1.2);
		width: calc(25px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu-toggle .symbol-plus.close-button {
		height: calc(25px * 1.5);
		width: calc(25px * 1.2);
	}
}

.nav-anchor-2020 .desktop .floating-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	width: calc(100% - 90px);
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu {
		width: calc(100% - 90px * $mtfHDMult);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu {
		width: calc(100% - 90px * $uhdMult);
	}
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool {
	position: relative;
	padding-right: 15px;
	text-decoration: none;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(bg),.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(ru),.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu .shopping-tool {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu .shopping-tool {
		font-size: 18px;
	}
}

.nav-anchor-2020 .desktop .floating-menu .shopping-tool .st-icon {
	height: 40px;
	width: 40px;
	background-size: 50% 50%!important;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .desktop .floating-menu .shopping-tool .st-icon {
		height: calc(40px * 1.2);
		width: calc(40px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .desktop .floating-menu .shopping-tool .st-icon {
		height: calc(40px * 1.5);
		width: calc(40px * 1.5);
	}
}

.nav-anchor-2020 .mobile {
	display: none;
	background-color: #f8f8f8;
	position: relative;
	width: 100%;
	height: 70px;
	-ms-overflow-style: none!important;
	-webkit-overflow-scrolling: touch!important;
}

.nav-anchor-2020 .mobile::-webkit-scrollbar {
	display: none;
}

.nav-anchor-2020 .mobile .header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,.1);
	box-shadow: 0 5px 6px rgba(0,0,0,.1);
}

.nav-anchor-2020 .mobile .header .left-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 20px;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-anchor-2020 .mobile .header .left-col .anchors {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: RobotoRegular,sans-serif;
	font-size: 9pt;
	color: #333;
	position: relative;
	top: 5px;
}

.nav-anchor-2020 .mobile .header .left-col .anchors:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .mobile .header .left-col .anchors:lang(bg),.nav-anchor-2020 .mobile .header .left-col .anchors:lang(ru),.nav-anchor-2020 .mobile .header .left-col .anchors:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .mobile .header .left-col .anchors:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .mobile .header .left-col .anchors:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .mobile .header .left-col .anchors:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.nav-anchor-2020 .mobile .header .left-col .anchors .anchor {
	display: none;
	position: relative;
}

.nav-anchor-2020 .mobile .header .left-col .anchors .anchor.selected {
	display: block;
}

.nav-anchor-2020 .mobile .header .left-col .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-anchor-2020 .mobile .header .left-col .name img {
	height: 1pc;
	width: auto;
}

.nav-anchor-2020 .mobile .header .right-col,.nav-anchor-2020 .mobile .header .right-col .cta a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-anchor-2020 .mobile .header .right-col .cta a {
	width: 75px;
	font-family: RobotoRegular,sans-serif;
	background: #00425e;
	height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 9pt;
	line-height: 1.2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	padding: 0 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-anchor-2020 .mobile .header .right-col .cta a:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .mobile .header .right-col .cta a:lang(bg),.nav-anchor-2020 .mobile .header .right-col .cta a:lang(ru),.nav-anchor-2020 .mobile .header .right-col .cta a:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .mobile .header .right-col .cta a:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .mobile .header .right-col .cta a:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .mobile .header .right-col .cta a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.nav-anchor-2020 .mobile .header .right-col .floating-menu-toggle {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	top: 0;
}

.nav-anchor-2020 .mobile .header .right-col .floating-menu-toggle.open .symbol-plus {
	display: none;
}

.nav-anchor-2020 .mobile .header .right-col .floating-menu-toggle.open .symbol-plus.close-button {
	display: block;
}

.nav-anchor-2020 .mobile .header .right-col .floating-menu-toggle .symbol-plus {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'%3E%3Ctitle%3Edots%3C/title%3E%3Ccircle cx='3' cy='4' r='2' fill='%23333'/%3E%3Ccircle cx='12' cy='4' r='2' fill='%23333'/%3E%3Ccircle cx='21' cy='4' r='2' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 4px;
	width: 23px;
}

.nav-anchor-2020 .mobile .header .right-col .floating-menu-toggle .symbol-plus.close-button {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 15px;
	height: 15px;
}

.nav-anchor-2020 .mobile .header .right-col .close {
	display: none;
}

.nav-anchor-2020 .mobile .floating-menu {
	position: fixed;
	width: 100%;
	display: none;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	border-radius: 0;
	transition: .5s;
	-webkit-transition: .5s;
	z-index: -1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:1023px) {
	.nav-anchor-2020 .mobile .floating-menu {
		height: calc(100% - 70px);
		top: -70px;
	}
}

@media (max-width:767px) {
	.nav-anchor-2020 .mobile .floating-menu {
		height: calc(100% - 70px);
		top: -70px;
	}
}

.nav-anchor-2020 .mobile .floating-menu .anchors {
	margin: 45px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor {
	margin-bottom: 30px;
	opacity: .5;
	font-size: 1pc;
	color: #333;
	font-family: RobotoRegular,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(bg),.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(ru),.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor:last-child {
	margin-bottom: 0;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor.selected {
	color: #333;
	font-weight: 700;
	opacity: 1;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor.selected div {
	position: relative;
}

.nav-anchor-2020 .mobile .floating-menu .anchors .anchor.selected div:after {
	position: absolute;
	bottom: -6px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	left: 0;
	right: 0;
}

.nav-anchor-2020 .mobile .floating-menu .anchors.separation-line {
	border-bottom: 1px solid #ebebeb;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools {
	padding: 0 20px;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools.r4 .shopping-tools-inner .shopping-tool {
	width: calc(((100% - 1pc) / 2));
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools.r4 .shopping-tools-inner:nth-child(3n) {
	margin-right: 8px;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools.r4 .shopping-tools-inner:nth-child(2n) {
	margin-right: 0;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools.separation-line .line {
	height: 1px;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool {
	position: relative;
	text-decoration: none;
	color: #333;
	font-family: RobotoRegular,sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(((100% - 8px * 2) / 3));
	text-align: center;
	margin-bottom: 45px;
	margin-right: 8px;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(bg),.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(ru),.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool:nth-child(3n) {
	margin-right: 0;
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool .st-icon {
	height: 39px;
	width: 39px;
	background-size: 50% 50%!important;
}

@media (min-width:1681px) {
	.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool .st-icon {
		height: calc(39px * 1.2);
		width: calc(39px * 1.2);
	}
}

@media (min-width:2201px) {
	.nav-anchor-2020 .mobile .floating-menu .shopping-tools .shopping-tools-inner .shopping-tool .st-icon {
		height: calc(39px * 1.5);
		width: calc(39px * 1.5);
	}
}

.nav-anchor-2020 .mobile .floating-menu .shopping-tools .line {
	display: block;
	width: 100%;
	height: 0;
	background: #ebebeb;
	margin-bottom: 45px;
}

@media screen and (max-width:1023px) {
	.nav-anchor-2020 .mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:1023px) {
	.nav-anchor-2020 .mobile.slideDown {
		top: 70px;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInDownNav;
		animation-name: slideInDownNav;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

@media (max-width:1023px) {
	.nav-anchor-2020 .mobile.slideDown .floating-menu {
		height: calc(100vh - 140px);
	}
}

@media (max-width:1023px) {
	.nav-anchor-2020 .mobile.slideUp {
		top: 0;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: slideInUpNav;
		animation-name: slideInUpNav;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

@media (max-width:1023px) {
	.nav-anchor-2020 .mobile.slideUp .floating-menu {
		height: calc(100vh - 70px);
	}
}

.nav-anchor.focus-visible {
	outline: none;
}

.nav-anchor .focus-visible {
	outline-offset: -3px;
}

.nav-anchor.fixed .desktop,.nav-anchor.fixed .mobile {
	position: fixed;
	top: 0;
	z-index: 999;
}

.nav-anchor.fixed .desktop .build-your-car,.nav-anchor.fixed .mobile .build-your-car {
	display: block;
}

.nav-anchor.fixed .desktop .floating-menu-toggle,.nav-anchor.fixed .mobile .floating-menu-toggle {
	display: block;
	transition: .5s;
	-webkit-transition: .5s;
}

@media (max-width:767px) {
	.nav-anchor.fixed .desktop .floating-menu-toggle,.nav-anchor.fixed .mobile .floating-menu-toggle {
		display: inline-block;
		float: right;
		background-color: #00425e;
	}

	.nav-anchor.fixed .desktop .floating-menu-toggle .symbol-plus,.nav-anchor.fixed .desktop .floating-menu-toggle .symbol-plus.close-button,.nav-anchor.fixed .mobile .floating-menu-toggle .symbol-plus,.nav-anchor.fixed .mobile .floating-menu-toggle .symbol-plus.close-button {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.nav-anchor.fixed .desktop .floating-menu-toggle .symbol-plus.close-button,.nav-anchor.fixed .mobile .floating-menu-toggle .symbol-plus.close-button {
		display: none;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
}

.nav-anchor.fixed .mobile .anchors {
	width: calc(100% - 70px);
}

.nav-anchor.fixed .filler {
	display: block;
}

.nav-anchor.fixed.open .desktop,.nav-anchor.fixed.open .mobile {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-anchor.fixed.open .menu-floating {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.nav-anchor.fixed.open .floating-menu-toggle {
	background-color: #00425e;
}

.nav-anchor.fixed.open .floating-menu-toggle .symbol-plus {
	display: none;
}

.nav-anchor.fixed.open .floating-menu-toggle .symbol-plus.close-button {
	display: inline-block;
}

.nav-anchor.fixed.open .build-your-car {
	background: #fff;
}

.nav-anchor.fixed.open .build-your-car a {
	color: #00425e;
}

.nav-anchor.fixed .menu-floating {
	display: block;
}

.nav-anchor .filler {
	display: none;
	height: 76px;
}

@media (min-width:1681px) {
	.nav-anchor .filler {
		height: 91px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .filler {
		height: 113.5px;
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor .filler {
		height: 71px;
	}
}

@media (max-width:767px) {
	.nav-anchor .filler {
		height: 70px;
	}
}

.nav-anchor .desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f8f8f8;
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	box-shadow: 5px 5px 6px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	width: 100%;
	height: 76px;
}

@media (min-width:1681px) {
	.nav-anchor .desktop {
		height: 91px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop {
		height: 113.5px;
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor .desktop {
		height: 71px;
	}
}

@media (max-width:767px) {
	.nav-anchor .desktop {
		display: none;
	}
}

.nav-anchor .desktop .anchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.nav-anchor .desktop .anchors .anchor {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	position: relative;
	line-height: 1em;
}

@media (max-width:1023px) {
	.nav-anchor .desktop .anchors .anchor {
		font-size: 9pt;
	}
}

@media (min-width:1681px) {
	.nav-anchor .desktop .anchors .anchor {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .anchors .anchor {
		font-size: 21px;
	}
}

.nav-anchor .desktop .anchors .anchor.selected {
	background-color: #fff;
	color: #00425e;
	font-weight: 700;
}

.nav-anchor .desktop .anchors .anchor.selected:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

.nav-anchor .desktop .anchors .anchor div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:768px) and (max-width:1023px) {
	.nav-anchor .desktop .anchors .anchor div {
		margin-left: 6px;
		margin-right: 6px;
	}
}

.nav-anchor .desktop .build-your-car {
	cursor: pointer;
	align-self: center;
	text-transform: uppercase;
	background-color: #00425e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	width: 90px;
}

@media (min-width:1681px) {
	.nav-anchor .desktop .build-your-car {
		height: 91px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .build-your-car {
		height: 113.5px;
	}
}

.nav-anchor .desktop .build-your-car a {
	font-size: .75em;
}

@media (min-width:1681px) {
	.nav-anchor .desktop .build-your-car a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .build-your-car a {
		font-size: 1.125em;
	}
}

@media (max-width:1279px) {
	.nav-anchor .desktop .build-your-car {
		width: 85px;
	}
}

@media (max-width:1023px) {
	.nav-anchor .desktop .build-your-car {
		width: 70px;
	}
}

@media (max-width:767px) {
	.nav-anchor .desktop .build-your-car {
		width: 70px;
	}
}

@media (min-width:1681px) {
	.nav-anchor .desktop .build-your-car {
		width: 81pt;
	}

	.nav-anchor .desktop .build-your-car a {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .build-your-car {
		width: 135px;
	}

	.nav-anchor .desktop .build-your-car a {
		font-size: 1.125em;
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor .desktop .build-your-car {
		width: 71px;
	}
}

.nav-anchor .desktop .build-your-car a {
	font-family: RobotoRegular,sans-serif;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.14;
	color: #fff;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.nav-anchor .desktop .build-your-car a:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor .desktop .build-your-car a:lang(bg),.nav-anchor .desktop .build-your-car a:lang(ru),.nav-anchor .desktop .build-your-car a:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor .desktop .build-your-car a:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor .desktop .build-your-car a:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor .desktop .build-your-car a:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.nav-anchor .desktop .floating-menu-toggle {
	transition: .5s;
	-webkit-transition: .5s;
	display: none;
	border-radius: 0;
	height: 76px;
	width: 76px;
	background-color: #fff;
	text-align: center;
}

.nav-anchor .desktop .floating-menu-toggle.tracking {
	display: none;
}

@media (min-width:1681px) {
	.nav-anchor .desktop .floating-menu-toggle {
		height: 91px;
		width: 91px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .floating-menu-toggle {
		height: 113.5px;
		width: 113.5px;
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor .desktop .floating-menu-toggle {
		height: 71px;
		width: 71px;
	}
}

.nav-anchor .desktop .floating-menu-toggle .symbol-plus {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 15px;
	width: 15px;
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

@media (min-width:1681px) {
	.nav-anchor .desktop .floating-menu-toggle .symbol-plus {
		height: 18px;
		width: 18px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .desktop .floating-menu-toggle .symbol-plus {
		height: 22.5px;
		width: 18px;
	}
}

.nav-anchor .desktop .floating-menu-toggle .symbol-plus.close-button {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.nav-anchor .desktop .floating-menu-toggle .symbol-plus.toggle {
	width: 100%;
	height: 100%;
	background-size: 22px 22px;
}

.nav-anchor .mobile {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	display: none;
	background-color: #f8f8f8;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 70px;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch!important;
}

.nav-anchor .mobile::-webkit-scrollbar {
	display: none;
}

.nav-anchor .mobile .close {
	display: none;
}

.nav-anchor .mobile .anchors {
	text-align: center;
	display: inline-block;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
}

.nav-anchor .mobile .anchors .anchor {
	height: 70px;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.nav-anchor .mobile .anchors .anchor.selected {
	background-color: #fff;
	color: #00425e;
	font-weight: 700;
}

.nav-anchor .mobile .anchors .anchor.selected:after {
	position: absolute;
	bottom: 0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	height: 3px;
	width: 100%;
	background: #00425e;
}

.nav-anchor .mobile .anchors .anchor div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 0;
	margin-right: 0;
}

.nav-anchor .mobile.open {
	height: 100vh;
	bottom: auto;
	overflow-y: auto;
	top: 0;
	position: fixed;
}

.nav-anchor .mobile.open .anchors {
	padding-top: 70px;
}

.nav-anchor .mobile.open .anchors .anchor {
	display: block;
}

.nav-anchor .mobile.open .anchors .anchor.selected div:after {
	display: none;
}

.nav-anchor .mobile.open:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23404040'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	top: 24px;
	right: 24px;
	display: block;
	height: 24px;
	width: 22.5px;
	content: "";
}

@media (max-width:767px) {
	.nav-anchor .mobile {
		display: block;
	}
}

.nav-anchor .mobile .floating-menu-toggle {
	display: none;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	width: 70px;
	height: 70px;
}

.nav-anchor .mobile .floating-menu-toggle .symbol-plus {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	height: 15px;
	width: 15px;
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.nav-anchor .mobile .floating-menu-toggle .symbol-plus.close-button {
	display: none;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M6 0h1v13H6V0z'/%3E%3Cpath class='st0' d='M0 6h13v1H0V6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.nav-anchor .menu-floating {
	position: fixed;
	width: 100%;
	display: none;
	background-color: #00425e;
	z-index: 998;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	text-align: center;
	top: 76px;
	border-radius: 0;
	transition: .5s;
	-webkit-transition: .5s;
}

@media (min-width:1681px) {
	.nav-anchor .menu-floating {
		top: 91px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .menu-floating {
		top: 113.5px;
	}
}

@media screen and (max-width:1023px) {
	.nav-anchor .menu-floating {
		top: 71px;
	}
}

@media (max-width:767px) {
	.nav-anchor .menu-floating {
		top: 70px;
	}
}

.nav-anchor .menu-floating .toolsIcon {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 20px;
	line-height: 1em;
	font-size: 1pc;
}

@media (max-width:767px) {
	.nav-anchor .menu-floating .toolsIcon {
		display: block;
	}
}

.nav-anchor .menu-floating .toolsIcon .st-icon {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 auto;
}

@media (min-width:1681px) {
	.nav-anchor .menu-floating .toolsIcon .st-icon {
		height: 24px;
		width: 24px;
	}
}

@media (min-width:2201px) {
	.nav-anchor .menu-floating .toolsIcon .st-icon {
		height: 30px;
		width: 30px;
	}
}

@media (max-width:767px) {
	.nav-anchor .menu-floating .toolsIcon .st-icon {
		display: none;
	}
}

.nav-anchor .menu-floating .toolsIcon .iconTitle {
	font-family: RobotoRegular,sans-serif;
	vertical-align: middle;
	line-height: 1em;
	font-size: .75em;
}

.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(bg),.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(ru),.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.nav-anchor .menu-floating .toolsIcon .iconTitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.nav-anchor .menu-floating .toolsIcon .iconTitle {
		font-size: .9em;
	}
}

@media (min-width:2201px) {
	.nav-anchor .menu-floating .toolsIcon .iconTitle {
		font-size: 1.125em;
	}
}

@media (max-width:767px) {
	.nav-anchor .menu-floating .toolsIcon .iconTitle {
		font-size: 1pc;
	}
}

.nav-anchor .menu-floating .toolsIcon.build-your-car {
	background-color: #fff;
	color: #00425e;
	font-weight: 700;
	display: none;
	padding: 30px;
}

@media (max-width:767px) {
	.nav-anchor .menu-floating .toolsIcon.build-your-car {
		display: block;
	}
}

.nav-anchor.floating-menu-hidden .mobile .anchors {
	width: 100%;
}

.nav-anchor.floating-menu-hidden .mobile .floating-menu-toggle {
	display: none;
}

.news-list {
	font-size: 0;
	padding: 0 60px;
}

@media (max-width:1023px) {
	.news-list {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.news-list {
		padding: 0;
	}
}

.news-list .title {
	font-family: ArsenalRegular,sans-serif;
	font-size: 48px;
	line-height: 1.1;
	color: #333;
	margin-top: 60px;
}

@media (max-width:1023px) {
	.news-list .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.news-list .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.news-list .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.news-list .title {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.news-list .title {
		padding: 30px 30px 0;
	}
}

.news-list .boxes {
	overflow: hidden;
}

.news-list .boxes .ajax-helper {
	width: 100%;
}

.news-list .boxes a.box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: calc(33.33333% - 40px);
	margin-bottom: 30px;
	text-decoration: none;
	vertical-align: top;
	margin-top: 30px;
}

.dealers .news-list .boxes a.box {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width:1279px) {
	.news-list .boxes a.box {
		width: calc(33.33333% - 20px);
	}
}

@media (max-width:1023px) {
	.news-list .boxes a.box {
		width: calc(50% - 15px);
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box {
		width: 100%;
		opacity: 1!important;
	}
}

.news-list .boxes a.box:nth-of-type(3n+2) {
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width:1279px) {
	.news-list .boxes a.box:nth-of-type(3n+2) {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width:1023px) {
	.news-list .boxes a.box:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:1023px) {
	.news-list .boxes a.box:nth-of-type(2n) {
		margin-left: 15px;
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box:nth-of-type(2n) {
		margin-left: 0;
	}
}

@media (max-width:1023px) {
	.news-list .boxes a.box:nth-of-type(odd) {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box:nth-of-type(odd) {
		margin-right: 0;
	}
}

.news-list .boxes a.box .date {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}

@media (min-width:1681px) {
	.news-list .boxes a.box .date {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.news-list .boxes a.box .date {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box .date {
		padding: 0 30px;
	}
}

.news-list .boxes a.box img {
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.news-list .boxes a.box img {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box .details {
		padding: 0 30px;
	}
}

.news-list .boxes a.box .details .articleTitle {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}

@media (min-width:1681px) {
	.news-list .boxes a.box .details .articleTitle {
		font-size: 20px;
	}
}

@media (min-width:2201px) {
	.news-list .boxes a.box .details .articleTitle {
		font-size: 26px;
	}
}

@media (max-width:767px) {
	.news-list .boxes a.box .details .articleTitle {
		color: #333;
	}
}

.news-list .boxes a.box .details .description {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.news-list .boxes a.box .details .description {
		font-size: 16px;
	}
}

@media (min-width:2201px) {
	.news-list .boxes a.box .details .description {
		font-size: 22px;
	}
}

.news-list .boxes div.box {
	display: none;
}

.news-list .loading,.news-list .loadMore,.news-list .seeMore {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ebebeb;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
	text-align: center;
	padding: 30px;
}

@media (min-width:1681px) {
	.news-list .loading,.news-list .loadMore,.news-list .seeMore {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.news-list .loading,.news-list .loadMore,.news-list .seeMore {
		font-size: 27px;
	}
}

.news-list .loading div,.news-list .loadMore div,.news-list .seeMore div {
	display: inline-block;
	vertical-align: middle;
}

.news-list .loading .ajax-fail,.news-list .loading .ajax-loading,.news-list .loadMore .ajax-fail,.news-list .loadMore .ajax-loading,.news-list .seeMore .ajax-fail,.news-list .seeMore .ajax-loading {
	display: none;
}

.news-list.dealers {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.news-list.dealers {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.news-list.dealers .title {
		padding: 40px 40px 0;
	}
}

@media (max-width:767px) {
	.news-list.dealers .boxes a.box .date {
		padding: 0 40px;
	}
}

@media (max-width:767px) {
	.news-list.dealers .boxes a.box .details {
		padding: 0 40px;
		background: none;
	}
}

.novelties-carousel2 .slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.novelties-carousel2 .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.novelties-carousel2 .slick-list:focus {
	outline: none;
}

.novelties-carousel2 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.novelties-carousel2 .slick-slider .slick-list,.novelties-carousel2 .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.novelties-carousel2 .slick-initialized .slick-list .slick-track .slick-slide {
	display: block;
}

.novelties-carousel2 .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.novelties-carousel2 .slick-track:after,.novelties-carousel2 .slick-track:before {
	content: "";
	display: table;
}

.novelties-carousel2 .slick-track:after {
	clear: both;
}

.slick-loading .novelties-carousel2 .slick-track {
	visibility: hidden;
}

.novelties-carousel2 .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.novelties-carousel2 .slick-slide img {
	display: block;
}

.novelties-carousel2 .slick-slide.slick-loading img {
	display: none;
}

.novelties-carousel2 .slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .novelties-carousel2 .slick-slide {
	display: block;
}

.slick-loading .novelties-carousel2 .slick-slide {
	visibility: hidden;
}

.slick-vertical .novelties-carousel2 .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.novelties-carousel2 .slick-arrow.slick-hidden {
	display: none;
}

.novelties-carousel2 .slick-next,.novelties-carousel2 .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.novelties-carousel2 .slick-next:focus,.novelties-carousel2 .slick-next:hover,.novelties-carousel2 .slick-prev:focus,.novelties-carousel2 .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent;
}

.novelties-carousel2 .slick-next:focus:before,.novelties-carousel2 .slick-next:hover:before,.novelties-carousel2 .slick-prev:focus:before,.novelties-carousel2 .slick-prev:hover:before {
	opacity: 1;
}

.novelties-carousel2 .slick-next.slick-disabled:before,.novelties-carousel2 .slick-prev.slick-disabled:before {
	opacity: .25;
}

.novelties-carousel2 .slick-next:before,.novelties-carousel2 .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.novelties-carousel2 .slick-prev {
	left: -25px;
}

.novelties-carousel2 [dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

.novelties-carousel2 .slick-prev:before {
	content: "←";
}

.novelties-carousel2 [dir=rtl] .slick-prev:before {
	content: "→";
}

.novelties-carousel2 .slick-next {
	right: -25px;
}

.novelties-carousel2 [dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

.novelties-carousel2 .slick-next:before {
	content: "→";
}

.novelties-carousel2 [dir=rtl] .slick-next:before {
	content: "←";
}

.novelties-carousel2 .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.novelties-carousel2 .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.novelties-carousel2 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.novelties-carousel2 .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.novelties-carousel2 .slick-dots li button:focus,.novelties-carousel2 .slick-dots li button:hover {
	outline: none;
}

.novelties-carousel2 .slick-dots li button:focus:before,.novelties-carousel2 .slick-dots li button:hover:before {
	opacity: 1;
}

.novelties-carousel2 .slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.novelties-carousel2 .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

.novelties-carousel2 {
	width: 100vw;
	overflow: hidden;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.novelties-carousel2 .main-slide-text {
	width: 50%;
	top: 0;
	position: absolute;
}

.novelties-carousel2 .main-slide-text.image-bottom {
	bottom: unset;
	top: 0;
	margin-bottom: unset;
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text {
		width: 100%;
		height: 30%;
		top: unset;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
	}
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide-text {
		max-height: 45vh;
		padding-top: 45px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.novelties-carousel2 .main-slide-text.image-bottom .thumbs {
		margin-bottom: 15px;
		margin-right: 0;
		position: relative;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text {
		margin-bottom: 5pc;
	}

	.novelties-carousel2 .main-slide-text .thumbs {
		position: relative;
		padding: 0;
		-webkit-transform: none;
		transform: none;
		margin-right: 0;
	}
}

.novelties-carousel2 .main-slide-text.calculate .text-container {
	display: block;
}

@media (min-width:1023px) {
	.novelties-carousel2 .main-slide-text.left .text-container,.novelties-carousel2 .main-slide-text.left .thumbs {
		left: 50vw;
	}
}

.novelties-carousel2 .main-slide-text .text-container {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50vw - 30px);
	z-index: 1;
	display: none;
	white-space: normal;
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide-text .text-container {
		max-height: 45vh;
		overflow-y: auto;
		padding: 0 30px 0 60px;
	}

	.novelties-carousel2 .main-slide-text .text-container::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		border-radius: 0;
		background-color: #fff;
	}

	.novelties-carousel2 .main-slide-text .text-container::-webkit-scrollbar {
		width: 6px;
	}

	.novelties-carousel2 .main-slide-text .text-container::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		background-color: #ebebeb;
	}
}

@media (min-width:1281px) {
	.novelties-carousel2 .main-slide-text .text-container {
		max-height: 30vh;
	}
}

.novelties-carousel2 .main-slide-text .text-container.active {
	display: block;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
	margin-bottom: 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	word-wrap: break-word;
	white-space: normal;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(bg),.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(ru),.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1279px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		font-size: 39.6px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		font-size: 49.5px;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		letter-spacing: normal;
		width: 100%;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		margin-bottom: 10px;
	}
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-title {
		line-height: 1;
	}
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
	font-size: 1pc;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		font-size: 1pc;
		width: auto;
		height: 10vh;
		overflow-y: scroll;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		font-size: 1pc;
		height: 12vh;
		overflow-y: scroll;
	}
}

@media (max-width:374px) {
	.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle {
		height: 8vh;
	}
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #fff;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle::-webkit-scrollbar {
	width: 6px;
}

.novelties-carousel2 .main-slide-text .text-container .novelties-carousel__slide-subtitle::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #ebebeb;
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--title {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--title {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--title {
		margin-left: calc(100% - 540px);
	}
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--subtitle {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--subtitle {
		margin-left: auto;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--subtitle {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container.right .novelties--carousel__slide--subtitle {
		margin-left: calc(100% - 540px);
	}
}

.novelties-carousel2 .main-slide-text .text-container .more-info {
	display: inline-block;
	margin-right: 20px;
}

.novelties-carousel2 .main-slide-text .text-container .more-info a {
	text-decoration: none;
	color: #333;
}

.novelties-carousel2 .main-slide-text .text-container .more-info.hide {
	visibility: hidden;
}

.novelties-carousel2 .main-slide-text .text-container .more-info .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Univers45,sans-serif;
	letter-spacing: 0;
	line-height: 1;
	font-size: 14px;
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info .button {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info .button {
		font-size: 21px;
	}
}

.novelties-carousel2 .main-slide-text .text-container .more-info .button.hide {
	visibility: hidden;
}

.novelties-carousel2 .main-slide-text .text-container .more-info .button:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info .button:after {
		width: 24px;
		height: 24px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info .button:after {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info .button {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .more-info {
		display: block;
		margin: 0;
	}
}

.novelties-carousel2 .main-slide-text .text-container .cta-container {
	display: inline-block;
}

@media (max-width:1279px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container {
		min-width: 60%;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container {
		min-width: 60%;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container {
		min-width: 60%;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container {
		min-width: 100%;
	}
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta {
	margin: 0;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(bg),.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(ru),.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container .cta {
		font-size: 21px;
	}
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	-webkit-box-shadow: inset 0 0 0 1px #333;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
	margin: 0;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta.blue {
	margin: 0;
	background-color: #00425e;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta.blue a {
	color: #fff;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta a {
	padding: 0;
}

.novelties-carousel2 .main-slide-text .text-container .cta-container .cta:first-child {
	margin-left: 0;
}

@media (max-width:1279px) {
	.novelties-carousel2 .main-slide-text .text-container .cta-container .cta {
		width: 100%;
		padding: 6px 0;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .text-container {
		width: 100vw;
		height: inherit;
		padding: 20px;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .main-slide-text .text-container {
		height: 100%;
	}
}

@media (max-width:479px) {
	.novelties-carousel2 .main-slide-text .text-container {
		padding: 0 20px;
	}
}

.novelties-carousel2 .main-slide-text .left {
	padding: 20px 0;
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .image-top {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: none;
		bottom: 0;
	}
}

.novelties-carousel2 .main-slide-text .right .more-info {
	display: inline-block;
	margin-right: 20px;
}

.novelties-carousel2 .main-slide-text .right .more-info .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	font-size: 15.6px;
}

.novelties-carousel2 .main-slide-text .right .more-info .button:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .image-top .more-info {
		display: block;
		margin: 0;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide-text .image-top {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.novelties-carousel2 .main-slide-text .more-info {
	cursor: pointer;
}

.novelties-carousel2[data-paddingtop=none] {
	padding-top: 0;
}

.novelties-carousel2[data-paddingbottom=none] {
	padding-bottom: 0;
}

.novelties-carousel2[data-paddingtop=low] {
	padding-top: 15px;
}

.novelties-carousel2[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.novelties-carousel2[data-paddingtop=medium] {
	padding-top: 30px;
}

.novelties-carousel2[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.novelties-carousel2[data-paddingtop=high] {
	padding-top: 60px;
}

.novelties-carousel2[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.novelties-carousel2[data-paddingtop=max] {
	padding-top: 90px;
}

.novelties-carousel2[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.novelties-carousel2.background-white {
	background-color: #fff;
}

.novelties-carousel2.background-grey {
	background-color: #f2f1f0;
}

.novelties-carousel2:before {
	left: 20px;
	pointer-events: none;
	z-index: 111;
}

.novelties-carousel2:after {
	right: 20px;
	pointer-events: none;
	z-index: 111;
}

.novelties-carousel2.black:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2.black:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2.hovered:after,.novelties-carousel2.hovered:before,.novelties-carousel2:hover:after,.novelties-carousel2:hover:before {
	opacity: 1;
}

@media (max-width:1023px) {
	.novelties-carousel2.hovered:after,.novelties-carousel2.hovered:before,.novelties-carousel2:hover:after,.novelties-carousel2:hover:before {
		opacity: 0;
	}
}

.novelties-carousel2.first:before,.novelties-carousel2.last:after {
	opacity: 0;
}

@media (min-width:1024px) {
	.novelties-carousel2.first .trigger .next {
		width: calc(100% - 75% / 2 - 60px);
	}
}

.novelties-carousel2 .subtitle,.novelties-carousel2 .title {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% / 3 * 2);
	text-align: center;
	color: #000;
	line-height: 1.2em;
}

.novelties-carousel2 .subtitle>p,.novelties-carousel2 .title>p {
	margin: 0;
}

.novelties-carousel2 .subtitle.left,.novelties-carousel2 .title.left {
	text-align: left;
}

.novelties-carousel2 .subtitle.right,.novelties-carousel2 .title.right {
	text-align: right;
}

.novelties-carousel2 .subtitle.left,.novelties-carousel2 .subtitle.right,.novelties-carousel2 .title.left,.novelties-carousel2 .title.right {
	width: auto;
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width:1023px) {
	.novelties-carousel2 .subtitle.left,.novelties-carousel2 .subtitle.right,.novelties-carousel2 .title.left,.novelties-carousel2 .title.right {
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .subtitle.left,.novelties-carousel2 .subtitle.right,.novelties-carousel2 .title.left,.novelties-carousel2 .title.right {
		margin-left: 24px;
		margin-right: 24px;
	}
}

.novelties-carousel2 .title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.novelties-carousel2 .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.novelties-carousel2 .title:lang(bg),.novelties-carousel2 .title:lang(ru),.novelties-carousel2 .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.novelties-carousel2 .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.novelties-carousel2 .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.novelties-carousel2 .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.novelties-carousel2 .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.novelties-carousel2 .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .title {
		font-size: 63px;
	}
}

.novelties-carousel2 .subtitle {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 10px;
}

@media (min-width:1681px) {
	.novelties-carousel2 .subtitle {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .subtitle {
		font-size: 24px;
	}
}

.novelties-carousel2 .main-slide {
	width: 100%;
	height: calc(100vh - 75px);
	top: 0;
	position: relative;
}

@media (min-width:1681px) {
	.novelties-carousel2 .main-slide {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.novelties-carousel2 .main-slide {
		height: calc(100vh - 112.5px);
	}
}

@media (min-width:1024px) {
	.novelties-carousel2 .main-slide.one-two-models {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.novelties-carousel2 .main-slide.no-animate {
	-webkit-transition: none;
	transition: none;
}

@media (max-width:1023px) {
	.novelties-carousel2 .main-slide {
		height: calc(100vh - 70px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.novelties-carousel2 .main-slide.image-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.novelties-carousel2 .novelty-slides .novelty-slide {
	position: absolute;
	height: 45vh;
	width: 45vh;
	bottom: 30px;
	display: none;
}

.novelties-carousel2 .novelty-slides .novelty-slide .img-container {
	width: auto;
	cursor: pointer;
	position: relative;
}

.novelties-carousel2 .novelty-slides .novelty-slide .img-container .ctaAnchor {
	height: 72vh;
	width: 72vh;
	position: absolute;
	display: none;
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides .novelty-slide .img-container .ctaAnchor {
		width: calc(100vw - (40px * 4));
		height: calc(100vw - (40px * 4));
	}
}

.novelties-carousel2 .novelty-slides .novelty-slide .img-container .indicator-pointer {
	display: none;
}

.novelties-carousel2 .novelty-slides .novelty-slide .img-container img {
	width: 100%;
}

.novelties-carousel2 .novelty-slides .novelty-slide .img-container .cta-container {
	display: none;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active {
	display: inline-block;
	height: 72vh;
	width: 72vh;
	bottom: 90px;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container {
	cursor: auto;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .ctaAnchor {
	display: block;
	z-index: 10;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.circle,.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.circle .ctaAnchor {
	cursor: none;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.circle img.hovered {
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.rect,.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.rect .ctaAnchor {
	cursor: pointer;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container.rect img.hovered {
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container img:after {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,transparent),to(rgba(0,0,0,.67)));
	background: linear-gradient(180deg,transparent 40%,rgba(0,0,0,.67));
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer {
	height: 1px;
	width: 1px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	overflow: visible;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer:after,.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-tap-highlight-color: transparent;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer .js-button-discoverer {
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: #fff;
	display: none;
	color: #090909;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	height: 5rem;
	width: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	padding: 0;
	cursor: none;
	border: none;
	outline: 0;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer .js-button-discoverer .icon-button-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	height: 2.7rem;
	width: 3.3rem;
	color: #000;
	font-size: 9pt;
	font-family: Univers57,sans-serif;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer .js-button-discoverer.button-video-play {
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	pointer-events: none;
	background-color: #fff;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer .js-button-discoverer.is-light {
	border: 1px solid rgba(0,0,0,.25);
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides .novelty-slide.active .img-container .indicator-pointer {
		display: none;
	}
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container {
	margin-top: 15px;
	display: inline-block;
	position: absolute;
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: none;
	z-index: 10;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta {
	margin-top: 15px;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Univers57,sans-serif;
	letter-spacing: .04em;
	line-height: 2em;
	display: block;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(bg),.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(ru),.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta.blue {
	background-color: #00425e;
	border: 0;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta.blue a {
	color: #fff;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta:first-child {
	border: 0;
}

.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container .cta a {
	padding: 0;
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides .novelty-slide.active .cta-container {
		display: none;
	}
}

@media (min-width:1024px) and (max-width:1439px) {
	.novelties-carousel2 .novelty-slides .novelty-slide.active {
		bottom: 90px;
	}
}

.novelties-carousel2 .novelty-slides .novelty-slide.right:nth-last-child(3) {
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-300%) translateX(-90px);
	transform: translateX(-300%) translateX(-90px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.right:nth-last-child(2) {
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-200%) translateX(-60px);
	transform: translateX(-200%) translateX(-60px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.right:last-child {
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-100%) translateX(-30px);
	transform: translateX(-100%) translateX(-30px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.right.active {
	display: inline-block;
	left: 50%;
	right: auto;
	-webkit-transform: none;
	transform: none;
}

.novelties-carousel2 .novelty-slides .novelty-slide.right.novelty-slide-1 {
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(160%) translateX(30px);
	transform: translateX(160%) translateX(30px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.left.novelty-slide-3 {
	display: inline-block;
	right: 50%;
	-webkit-transform: translateX(300%) translateX(90px);
	transform: translateX(300%) translateX(90px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.left.novelty-slide-2 {
	display: inline-block;
	right: 50%;
	-webkit-transform: translateX(200%) translateX(60px);
	transform: translateX(200%) translateX(60px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.left.novelty-slide-1 {
	display: inline-block;
	right: 50%;
	-webkit-transform: translateX(100%) translateX(30px);
	transform: translateX(100%) translateX(30px);
}

.novelties-carousel2 .novelty-slides .novelty-slide.left.active {
	display: inline-block;
	right: 50%;
	left: auto;
}

.novelties-carousel2 .novelty-slides .novelty-slide.left:last-child {
	display: inline-block;
	right: 50%;
	-webkit-transform: translateX(-160%) translateX(-30px);
	transform: translateX(-160%) translateX(-30px);
}

@media (min-width:1024px) and (max-width:1280px) {
	.novelties-carousel2 .novelty-slides .novelty-slide {
		bottom: 30px;
		height: 30vh;
		width: 30vh;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.active {
		height: 60vh;
		width: 60vh;
		display: inline-block;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.right.novelty-slide-1 {
		-webkit-transform: translateX(200%) translateX(30px);
		transform: translateX(200%) translateX(30px);
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.left:last-child {
		-webkit-transform: translateX(-200%) translateX(-30px);
		transform: translateX(-200%) translateX(-30px);
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides .novelty-slide {
		height: 60%;
		margin-top: 20px;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom,.novelties-carousel2 .novelty-slides .novelty-slide.image-top {
		width: calc(100vw - (40px * 4));
		height: calc(100vw - (40px * 4));
		bottom: 0;
		margin-bottom: 0;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom.active,.novelties-carousel2 .novelty-slides .novelty-slide.image-top.active {
		display: inline-block;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0;
		top: 0;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom.novelty-slide-1,.novelties-carousel2 .novelty-slides .novelty-slide.image-top.novelty-slide-1 {
		display: inline-block;
		left: 50%;
		top: 20px;
		-webkit-transform: translateX(50%) translateX(20px);
		transform: translateX(50%) translateX(20px);
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom:last-child,.novelties-carousel2 .novelty-slides .novelty-slide.image-top:last-child {
		display: inline-block;
		left: 0;
		top: 20px;
		-webkit-transform: translateX(60px) translateX(-100%);
		transform: translateX(60px) translateX(-100%);
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom.novelty-slide-1,.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom:last-child {
		bottom: 20px;
		top: auto;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide .slick-list {
		height: 100%;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .novelty-slides .novelty-slide {
		height: 70%;
	}

	.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom.novelty-slide-1,.novelties-carousel2 .novelty-slides .novelty-slide.image-bottom:last-child {
		bottom: unset;
		top: 20px;
	}
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides {
		position: relative;
		height: 80%;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .novelty-slides {
		margin-top: 20px;
		height: 50%;
	}
}

.novelties-carousel2 .novelty-slides .thumbs {
	margin-top: 15px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	font-size: 18px;
	text-align: center;
	-webkit-transition: left .3s ease-in;
	transition: left .3s ease-in;
}

.novelties-carousel2 .novelty-slides .thumbs.lightgrey .trigger.prev {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2 .novelty-slides .thumbs.lightgrey .trigger.next {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2 .novelty-slides .thumbs.lightgrey .item {
	border-color: #333;
}

.novelties-carousel2 .novelty-slides .thumbs.lightgrey .item.active {
	background-color: #333;
}

.novelties-carousel2 .novelty-slides .thumbs.right {
	left: auto;
	right: 0;
}

@media (max-width:1023px) {
	.novelties-carousel2 .novelty-slides .thumbs {
		text-align: center;
		left: 0;
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width:767px) {
	.novelties-carousel2 .novelty-slides .thumbs .image-bottom {
		bottom: 0;
		padding-bottom: 30px;
	}

	.novelties-carousel2 .novelty-slides .thumbs .image-top {
		padding-bottom: 15px;
		bottom: 50%;
	}
}

.novelties-carousel2 .novelty-slides .thumbs .trigger {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.novelties-carousel2 .novelty-slides .thumbs .trigger.prev {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2 .novelty-slides .thumbs .trigger.next {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.novelties-carousel2 .novelty-slides .thumbs .thumb {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.novelties-carousel2 .novelty-slides .thumbs .thumbs-counter {
	margin-left: 30px;
}

.novelties-carousel2 .novelty-slides .thumbs .thumbs-total {
	margin-right: 30px;
}

@media (min-width:1024px) {
	.novelties-carousel2.component {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.novelties-carousel2[data-animation=true].in-view .main-slide .main-slide-text .text-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.novelties-carousel2[data-animation=true].in-view .main-slide .novelty-slides .novelty-slide .slide-slick .slick-list .slick-track .img-container {
	display: none;
}

.novelties-carousel2[data-animation=true].in-view .main-slide .novelty-slides .novelty-slide .slide-slick .slick-list .slick-track.animated .img-container {
	display: block;
}

.novelties-carousel2[data-animation=true].in-view .main-slide .novelty-slides .novelty-slide .slide-slick .slick-list .slick-track.animated .slick-active.animated {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightShort;
	animation-name: fadeInRightShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.orphanLinks {
	margin: 0 60px;
}

.orphanLinks[data-paddingtop=none] {
	padding-top: 0;
}

.orphanLinks[data-paddingbottom=none] {
	padding-bottom: 0;
}

.orphanLinks[data-paddingtop=low] {
	padding-top: 15px;
}

.orphanLinks[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.orphanLinks[data-paddingtop=medium] {
	padding-top: 30px;
}

.orphanLinks[data-paddingbottom=medium] {
	padding-bottom: 60px;
}

.orphanLinks[data-paddingtop=high] {
	padding-top: 60px;
}

.orphanLinks[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.orphanLinks[data-paddingtop=max] {
	padding-top: 90px;
}

.orphanLinks[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.orphanLinks .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	line-height: 1.2em;
	color: #111;
	margin-bottom: 15px;
}

.orphanLinks .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.orphanLinks .title:lang(bg),.orphanLinks .title:lang(ru),.orphanLinks .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.orphanLinks .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.orphanLinks .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.orphanLinks .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.orphanLinks .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.orphanLinks .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.orphanLinks .title {
		font-size: 63px;
	}
}

.orphanLinks .link-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media (max-width:767px) {
	.orphanLinks .link-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.orphanLinks .link-container .square {
	margin-right: 5px;
	width: 15%;
	color: #fff;
	background-color: #00425e;
	text-decoration: none;
	position: relative;
	outline-offset: -3px;
	display: none;
}

.orphanLinks .link-container .square:after {
	content: "";
	padding-top: 100%;
	display: block;
}

@media (max-width:767px) {
	.orphanLinks .link-container .square {
		width: 100%;
		background-color: #fff;
		color: #000;
		display: none;
		margin: 10px 0;
		text-align: center;
	}

	.orphanLinks .link-container .square:after {
		content: none;
	}
}

@media (max-width:767px) {
	.orphanLinks .link-container .square.parent {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width:767px) {
	.orphanLinks .link-container .square.ancestor {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.orphanLinks .link-container .square .content {
	font-family: RobotoRegular,sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 0 5px 5px;
	text-transform: uppercase;
	font-size: 1pc;
}

.orphanLinks .link-container .square .content:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.orphanLinks .link-container .square .content:lang(bg),.orphanLinks .link-container .square .content:lang(ru),.orphanLinks .link-container .square .content:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.orphanLinks .link-container .square .content:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.orphanLinks .link-container .square .content:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.orphanLinks .link-container .square .content:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.orphanLinks .link-container .square .content {
		display: inline;
		margin: 10px;
		position: relative;
		vertical-align: middle;
	}

	.orphanLinks .link-container .square .content:before {
		content: "";
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		display: block;
		height: 100%;
		position: absolute;
		width: 6px;
		right: 100%;
	}
}

@media (min-width:768px) {
	.orphanLinks .link-container .square .content {
		font-size: 1pc;
	}
}

@media (min-width:1440px) {
	.orphanLinks .link-container .square .content {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.orphanLinks .link-container .square .content {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.orphanLinks .link-container .square .content {
		font-size: 27px;
	}
}

.orphanLinks .link-container .square .content .text {
	font-size: 8px;
}

@media (max-width:767px) {
	.orphanLinks .link-container .square .content .text {
		display: inline;
		font-size: 1pc;
		margin-right: 0;
	}
}

@media (min-width:1440px) {
	.orphanLinks .link-container .square .content .text {
		font-size: 10px;
	}
}

@media (min-width:1681px) {
	.orphanLinks .link-container .square .content .text {
		font-size: 9pt;
	}
}

@media (min-width:2201px) {
	.orphanLinks .link-container .square .content .text {
		font-size: 15px;
	}
}

.orphanLinks .link-container .carousel-container {
	position: relative;
	width: 100%;
}

.orphanLinks .link-container .carousel-container .next,.orphanLinks .link-container .carousel-container .prev {
	position: absolute;
	left: -4px;
	z-index: 3;
	top: 0;
	height: 100%;
	width: calc(5% - (15px * 2));
	cursor: pointer;
	background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.6)));
	background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .next,.orphanLinks .link-container .carousel-container .prev {
		width: calc(20% - (15px));
		background: transparent;
		height: 100%;
	}
}

.orphanLinks .link-container .carousel-container .next .symbol,.orphanLinks .link-container .carousel-container .prev .symbol {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 27.5px;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .next .symbol,.orphanLinks .link-container .carousel-container .prev .symbol {
		left: 5px;
		top: 35%;
		display: none;
	}
}

.orphanLinks .link-container .carousel-container .next {
	left: auto;
	right: -4px;
	background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.6)));
	background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .next {
		background: transparent;
		height: 100%;
	}
}

.orphanLinks .link-container .carousel-container .next .symbol {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
	right: 50%;
	left: auto;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .next .symbol {
		right: 5px;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list {
	overflow: hidden;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	padding: 3px;
	margin: -3px;
}

.orphanLinks .link-container .carousel-container .ol-news-list .content {
	display: inline-block;
	margin-right: 15px;
	text-decoration: none;
	position: relative;
	width: 30%;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content {
		width: 80%;
	}

	.orphanLinks .link-container .carousel-container .ol-news-list .content,.orphanLinks .link-container .carousel-container .ol-news-list .content .text {
		-webkit-transition: -webkit-opacity .5s ease-in;
		-webkit-transition: opacity .5s ease-in;
		transition: opacity .5s ease-in;
	}

	.orphanLinks .link-container .carousel-container .ol-news-list .content:not(.active) {
		opacity: .6;
	}

	.orphanLinks .link-container .carousel-container .ol-news-list .content:not(.active) .text {
		opacity: 0;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content.mobile-spacer {
	display: none;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content.mobile-spacer {
		display: block;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content:last-of-type {
	margin-right: 0;
}

.orphanLinks .link-container .carousel-container .ol-news-list .content:after {
	content: "";
	display: block;
	padding-top: 50%;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content:after {
		padding-top: calc(56% + 4.5em);
		font-size: medium;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news:hover:after {
	background: rgba(0,0,0,.4);
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),to(rgba(0,0,0,.4)));
	background: linear-gradient(180deg,transparent 70%,rgba(0,0,0,.4));
	position: absolute;
	bottom: 0;
	z-index: 1;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news:after {
		display: none;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news .image-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news .image-wrapper .image {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .image-wrapper .image {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .image-wrapper {
		height: 56%;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text {
		top: 56%;
		bottom: auto;
		padding: 10px 5px;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-title {
	color: #fff;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	overflow: hidden;
	line-height: 1.5em;
	max-height: 4.5em;
	margin: 0 15px 15px;
	white-space: normal;
}

@media (min-width:1681px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-title {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-title {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-title {
		color: #333;
		margin: 0;
	}
}

.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
	display: block;
	color: #fff;
	margin: 15px 15px 5px;
	font-size: 14px;
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
		font-size: 14px;
		color: #333;
		margin: 0;
	}
}

@media (min-width:1440px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.orphanLinks .link-container .carousel-container .ol-news-list .content .news .text .news-date {
		display: block;
	}
}

.orphanLinks .back-to {
	margin: 15px -3px 0;
}

.orphanLinks .back-to.right {
	text-align: right;
}

.orphanLinks .back-to.right .link {
	margin-right: 0;
	margin-left: 30px;
	margin-bottom: 5px;
}

@media (max-width:767px) {
	.orphanLinks .back-to,.orphanLinks .back-to.right {
		text-align: center;
	}

	.orphanLinks .back-to .link,.orphanLinks .back-to.right .link {
		display: block;
		margin: 0 0 5px;
	}
}

.orphanLinks .back-to .link {
	display: inline-block;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 30px;
	margin-bottom: 5px;
}

@media (min-width:1681px) {
	.orphanLinks .back-to .link {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.orphanLinks .back-to .link {
		font-size: 24px;
	}
}

.orphanLinks .back-to .link .content {
	position: relative;
	display: inline-block;
}

.orphanLinks .back-to .link .content .text {
	padding-left: 15px;
}

.orphanLinks .back-to .link .content:before {
	content: "";
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	position: absolute;
	width: 6px;
	height: 9pt;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1px;
}

@media (min-width:1681px) {
	.orphanLinks .back-to .link .content:before {
		width: 7.2px;
		height: .9pc;
	}
}

@media (min-width:2201px) {
	.orphanLinks .back-to .link .content:before {
		width: 9px;
		height: 18px;
	}
}

@media (max-width:1023px) {
	.orphanLinks {
		margin: 0 45px;
	}
}

@media (max-width:767px) {
	.orphanLinks {
		margin: 0 20px;
	}
}

[dir=rtl] .orphanLinks .carousel-container .next .symbol {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

[dir=rtl] .orphanLinks .carousel-container .prev .symbol {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

[dir=rtl] .orphanLinks .link .content .text {
	padding-right: 15px;
	padding-left: 0;
}

[dir=rtl] .orphanLinks .link .content:before {
	right: 1px;
	left: auto;
}

.overlayComponent,.overlayComponent-2020 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInRightBig;
	animation-name: slideInRightBig;
	animation-timing-function: cubic-bezier;
	-webkit-animation-timing-function: cubic-bezier;
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
}

.overlayComponent-2020.open,.overlayComponent.open {
	display: block;
}

@-webkit-keyframes example {
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
}

@keyframes example {
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
}

@-webkit-keyframes example1 {
	to {
		opacity: 1;
	}
}

@keyframes example1 {
	to {
		opacity: 1;
	}
}

.overlayComponent-2020.open .overlayData,.overlayComponent.open .overlayData {
	-webkit-animation: example .4s cubic-bezier(.6,0,.4,1) 0s 1 forwards;
	animation: example .4s cubic-bezier(.6,0,.4,1) 0s 1 forwards;
}

.overlayComponent-2020.open .overlayData .close,.overlayComponent-2020.open .overlayData .component,.overlayComponent-2020.open .overlayData>div,.overlayComponent.open .overlayData .close,.overlayComponent.open .overlayData .component,.overlayComponent.open .overlayData>div {
	-webkit-animation: example1 .4s cubic-bezier(.6,0,.4,1) .4s 1 forwards;
	animation: example1 .4s cubic-bezier(.6,0,.4,1) .4s 1 forwards;
}

.overlayComponent-2020:before,.overlayComponent:before {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
}

.overlayComponent-2020 .overlayData,.overlayComponent .overlayData {
	width: 100vw;
	background: #fff;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	opacity: 0;
	overflow: hidden;
}

@media (max-width:767px) {
	.overlayComponent-2020 .overlayData,.overlayComponent .overlayData {
		width: 100vw;
		height: 100vh;
		max-height: 100vh;
	}
}

@media (min-width:1681px) {
	.overlayComponent-2020 .overlayData,.overlayComponent .overlayData {
		width: 100vw;
	}
}

.overlayComponent-2020 .overlayData.white,.overlayComponent .overlayData.white {
	background: #fff;
}

.overlayComponent-2020 .overlayData.black,.overlayComponent .overlayData.black {
	background: #000;
}

.overlayComponent-2020 .overlayData.grey,.overlayComponent .overlayData.grey {
	background: #f2f1f0;
}

.overlayComponent-2020 .overlayData.darkgrey,.overlayComponent .overlayData.darkgrey {
	background: #333;
}

.overlayComponent-2020 .overlayData.blue,.overlayComponent .overlayData.blue {
	background: #00425e;
}

.overlayComponent-2020 .overlayData .close,.overlayComponent .overlayData .close {
	background-position: 50%;
	position: absolute;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd' opacity='.5'%3E%3Crect fill='%23FFF' width='40' height='40' rx='20'/%3E%3Cg stroke-linecap='square' stroke-width='2'%3E%3Cpath d='M14.778 14.489l10.718 11.229M14.777 25.717l10.719-11.229'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	right: 25px;
	top: 25px;
	cursor: pointer;
	z-index: 2;
	height: 30px;
	width: 30px;
	margin-top: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

@media (max-width:767px) {
	.overlayComponent-2020 .overlayData .close,.overlayComponent .overlayData .close {
		right: 15px;
		top: 15px;
	}
}

.overlayComponent-2020 .overlayData .close.grey,.overlayComponent-2020 .overlayData .close.white,.overlayComponent .overlayData .close.grey,.overlayComponent .overlayData .close.white {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd' opacity='.5'%3E%3Crect fill='%23FFF' width='40' height='40' rx='20'/%3E%3Cg stroke-linecap='square' stroke-width='2'%3E%3Cpath d='M14.778 14.489l10.718 11.229M14.777 25.717l10.719-11.229'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.overlayComponent-2020 .overlayData .overlayGroup,.overlayComponent .overlayData .overlayGroup {
	margin: 0;
	overflow-y: auto;
	max-height: 100vh;
	opacity: 0;
	padding-top: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:767px) {
	.overlayComponent-2020 .overlayData .overlayGroup,.overlayComponent .overlayData .overlayGroup {
		padding-top: 65px;
	}
}

.overlayComponent-2020 .overlayData .overlayGroup.noSafeZone,.overlayComponent .overlayData .overlayGroup.noSafeZone {
	padding-top: 0;
}

.overlayComponent-2020 .overlayData>div:not(.overlayGroup),.overlayComponent .overlayData>div:not(.overlayGroup) {
	overflow-y: auto;
	max-height: calc(90vh - 50px);
	opacity: 0;
	margin: 50px 0 0;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:767px) {
	.overlayComponent-2020 .overlayData>div:not(.overlayGroup),.overlayComponent .overlayData>div:not(.overlayGroup) {
		max-height: calc(100vh - 50px - 25px - 25px);
	}
}

.page-list {
	font-size: 0;
	padding: 0 60px;
}

@media (max-width:1023px) {
	.page-list {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.page-list {
		padding: 0;
	}
}

.page-list .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	margin-bottom: 60px;
}

.page-list .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.page-list .title:lang(bg),.page-list .title:lang(ru),.page-list .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.page-list .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.page-list .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.page-list .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.page-list .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.page-list .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.page-list .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.page-list .title {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.page-list .title {
		padding: 30px 45px 0;
	}
}

.page-list.oneTwoOrFourElements .boxes a.box {
	position: relative;
	width: calc(50% - 30px);
}

.page-list.oneTwoOrFourElements .boxes a.box:focus:after,.page-list.oneTwoOrFourElements .boxes a.box:hover:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

.page-list.oneTwoOrFourElements .boxes a.box.focus-visible {
	outline-offset: -3px;
}

@media (max-width:1279px) {
	.page-list.oneTwoOrFourElements .boxes a.box {
		width: calc(50% - 15px);
	}
}

@media (max-width:1023px) {
	.page-list.oneTwoOrFourElements .boxes a.box {
		width: calc(50% - 15px);
	}
}

@media (max-width:767px) {
	.page-list.oneTwoOrFourElements .boxes a.box {
		width: 100%;
		opacity: 1!important;
	}
}

.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(3n+2) {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1279px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:1023px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
}

.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(2n) {
	margin-left: 60px;
}

@media (max-width:1279px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(2n) {
		margin-left: 30px;
	}
}

@media (max-width:1023px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(2n) {
		margin-left: 15px;
	}
}

@media (max-width:767px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(2n) {
		margin-left: 0;
	}
}

@media (max-width:1023px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(odd) {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(odd) {
		margin-right: 0;
	}
}

.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(n+3) {
	margin-top: 60px;
}

@media (max-width:1023px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(n+3) {
		margin-top: 45px;
	}
}

@media (max-width:767px) {
	.page-list.oneTwoOrFourElements .boxes a.box:nth-of-type(n+3) {
		margin-top: 30px;
	}
}

.boxes {
	overflow: hidden;
}

.boxes .ajax-helper {
	width: 100%;
}

.boxes a.box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: calc(33.33333% - 40px);
	text-decoration: none;
	vertical-align: top;
	margin-top: 60px;
}

.boxes a.box:focus:after,.boxes a.box:hover:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

@media (max-width:1279px) {
	.boxes a.box {
		width: calc(33.33333% - 20px);
	}
}

@media (max-width:1023px) {
	.boxes a.box {
		width: calc(50% - 15px);
	}
}

@media (max-width:767px) {
	.boxes a.box {
		width: 100%;
		opacity: 1!important;
		margin-top: 30px;
	}
}

.boxes a.box:nth-of-type(n+4) {
	margin-top: 60px;
}

@media (max-width:767px) {
	.boxes a.box:nth-of-type(n+4) {
		margin-top: 30px;
	}
}

@media (max-width:1023px) {
	.boxes a.box:nth-of-type(n+3) {
		margin-top: 45px;
	}
}

@media (max-width:767px) {
	.boxes a.box:nth-of-type(n+3) {
		margin-top: 30px;
	}
}

.boxes a.box:nth-of-type(3n+2) {
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width:1279px) {
	.boxes a.box:nth-of-type(3n+2) {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width:1023px) {
	.boxes a.box:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:1023px) {
	.boxes a.box:nth-of-type(2n) {
		margin-left: 15px;
	}
}

@media (max-width:767px) {
	.boxes a.box:nth-of-type(2n) {
		margin-left: 0;
	}
}

@media (max-width:1023px) {
	.boxes a.box:nth-of-type(odd) {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	.boxes a.box:nth-of-type(odd) {
		margin-right: 0;
	}
}

.boxes a.box:last-of-type {
	margin-bottom: 30px;
}

.boxes a.box .date {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}

@media (min-width:1681px) {
	.boxes a.box .date {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.boxes a.box .date {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.boxes a.box .date {
		padding: 0 30px;
	}
}

.boxes a.box img {
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.boxes a.box img {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.boxes a.box .details {
		padding: 0 85px 0 45px;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.093-104.094-.093-.062-6.906-6.906v-.032L7 0 0 7l97.188 97.188L.094 201.25l7 7z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 75px 40px;
		background-position: 100%;
	}
}

.boxes a.box .details .articleTitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 6px;
}

@media (min-width:1681px) {
	.boxes a.box .details .articleTitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.boxes a.box .details .articleTitle {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.boxes a.box .details .articleTitle {
		color: #333;
	}
}

.boxes a.box .details .description {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.boxes a.box .details .description {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.boxes a.box .details .description {
		font-size: 27px;
	}
}

.boxes.view2Colums a.box {
	position: relative;
	margin: 30px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 0 0 30px;
	vertical-align: top;
	width: 50%;
}

.boxes.view2Colums a.box:focus:after,.boxes.view2Colums a.box:hover:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #00425e;
	left: 0;
	right: 0;
}

.boxes.view2Colums a.box:nth-child(odd) {
	padding: 0 30px 0 0;
}

@media (max-width:767px) {
	.boxes.view2Colums a.box {
		width: 100%;
		opacity: 1!important;
		margin-top: 30px;
		padding: 0;
	}

	.boxes.view2Colums a.box:nth-child(odd) {
		padding: 0;
	}
}

.boxes.view2Colums div.box {
	display: none;
}

.page-navigation {
	margin: 0;
	padding: 0;
}

.page-navigation .navigation-container {
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f1f0;
	font-size: 0;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.page-navigation .navigation-container {
		padding: 0;
		display: table;
	}
}

.page-navigation .navigation-container .navigation {
	display: inline-block;
	width: calc(50% - 15px / 2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 60px;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation {
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 45px;
	}
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation {
		padding: 0;
		width: 50vw;
		text-align: center;
		display: table-cell;
		height: 75px;
		vertical-align: middle;
	}
}

.page-navigation .navigation-container .navigation:first-child {
	margin-right: 15px;
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation:first-child {
		border-right: 1px solid #ebebeb;
		margin-right: 0;
		padding: 0 10px;
	}
}

.page-navigation .navigation-container .navigation:last-child {
	text-align: right;
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation:last-child {
		text-align: center;
		padding: 0 10px;
	}
}

.page-navigation .navigation-container .navigation .btn {
	color: #333;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
	text-transform: uppercase;
	text-decoration: none;
}

@media (min-width:1681px) {
	.page-navigation .navigation-container .navigation .btn {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.page-navigation .navigation-container .navigation .btn {
		font-size: 24px;
	}
}

.page-navigation .navigation-container .navigation .btn a {
	color: #333;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.page-navigation .navigation-container .navigation .btn a:visited {
	color: inherit;
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation .btn a {
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: auto;
	}
}

.page-navigation .navigation-container .navigation .btn.prev a {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 10px 19px;
	background-position: 0;
	padding-left: 20px;
}

.page-navigation .navigation-container .navigation .btn.next a {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.093-104.094-.093-.062-6.906-6.906v-.032L7 0 0 7l97.188 97.188L.094 201.25l7 7z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 10px 19px;
	background-position: 100%;
	padding-right: 20px;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .btn {
		margin-bottom: 20px;
		font-size: 11px;
	}

	.page-navigation .navigation-container .navigation .btn.prev a {
		padding-left: 15px;
		background-size: 5px 10px;
	}

	.page-navigation .navigation-container .navigation .btn.next a {
		padding-right: 15px;
		background-size: 5px 10px;
	}
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation .btn {
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0;
		line-height: normal;
		font-size: 14px;
	}
}

.page-navigation .navigation-container .navigation .extract {
	text-align: left;
	padding-right: 30px;
}

.page-navigation .navigation-container .navigation .extract .pageImg {
	width: 30%;
	height: auto;
	display: inline-block;
	margin-right: 30px;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .extract {
		padding-right: 15px;
	}

	.page-navigation .navigation-container .navigation .extract .pageImg {
		margin-right: 15px;
		width: 40%;
	}
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation .extract {
		display: none;
	}
}

.page-navigation .navigation-container .navigation .extract .text {
	display: inline-block;
	color: #333;
	width: calc(70% - 30px);
	vertical-align: top;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .extract .text {
		width: calc(60% - 15px);
	}
}

.page-navigation .navigation-container .navigation .extract .text .timestamp {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 6px;
}

@media (min-width:1681px) {
	.page-navigation .navigation-container .navigation .extract .text .timestamp {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.page-navigation .navigation-container .navigation .extract .text .timestamp {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .extract .text .timestamp {
		font-size: 11px;
		margin-bottom: 3px;
	}
}

.page-navigation .navigation-container .navigation .extract .text .title {
	font-family: Univers45,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 6px;
	text-transform: none;
}

.page-navigation .navigation-container .navigation .extract .text .title:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.page-navigation .navigation-container .navigation .extract .text .title:lang(bg),.page-navigation .navigation-container .navigation .extract .text .title:lang(ru),.page-navigation .navigation-container .navigation .extract .text .title:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.page-navigation .navigation-container .navigation .extract .text .title:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.page-navigation .navigation-container .navigation .extract .text .title:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.page-navigation .navigation-container .navigation .extract .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.page-navigation .navigation-container .navigation .extract .text .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.page-navigation .navigation-container .navigation .extract .text .title {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.page-navigation .navigation-container .navigation .extract .text .title {
		font-family: RobotoRegular,sans-serif;
		font-size: 27px;
	}

	.page-navigation .navigation-container .navigation .extract .text .title:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.page-navigation .navigation-container .navigation .extract .text .title:lang(bg),.page-navigation .navigation-container .navigation .extract .text .title:lang(ru),.page-navigation .navigation-container .navigation .extract .text .title:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.page-navigation .navigation-container .navigation .extract .text .title:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.page-navigation .navigation-container .navigation .extract .text .title:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.page-navigation .navigation-container .navigation .extract .text .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

.page-navigation .navigation-container .navigation .extract .text .title a {
	text-decoration: none;
	color: #333;
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .extract .text .title {
		font-size: 14px;
		margin-bottom: 3px;
		line-height: 1.2;
	}
}

.page-navigation .navigation-container .navigation .extract .text .small-text {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.page-navigation .navigation-container .navigation .extract .text .small-text {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.page-navigation .navigation-container .navigation .extract .text .small-text {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.page-navigation .navigation-container .navigation .extract .text .small-text {
		font-size: 9pt;
		line-height: 1.2;
	}
}

.page-navigation .action-container {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.page-navigation .action-container .back-to-page {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	display: inline-block;
	text-transform: uppercase;
	line-height: 90px;
	color: #333;
	background-position: 0;
}

@media (min-width:1681px) {
	.page-navigation .action-container .back-to-page {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.page-navigation .action-container .back-to-page {
		font-size: 24px;
	}
}

.page-navigation .action-container .back-to-page a {
	text-decoration: none;
}

.page-navigation .action-container .back-to-page a:visited {
	color: inherit;
}

@media (max-width:1023px) {
	.page-navigation .action-container .back-to-page {
		line-height: 60px;
		font-size: 11px;
		background-size: 5px 10px;
	}
}

@media (max-width:767px) {
	.page-navigation .action-container .back-to-page {
		line-height: 75px;
		font-size: 14px;
	}
}

.popular-links {
	color: #333;
	margin-bottom: 0;
	padding: 0 60px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.popular-links a {
	text-decoration: none;
	color: inherit;
}

.popular-links a:visited {
	color: inherit;
}

@media (max-width:1023px) {
	.popular-links {
		padding: 60px 45px;
	}
}

@media (max-width:767px) {
	.popular-links {
		padding: 45px;
		padding: 45px 30px;
	}
}

.popular-links .half {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.popular-links .half:first-child {
	margin-right: 180px;
}

@media (max-width:1023px) {
	.popular-links .half:first-child {
		margin-right: 90px;
	}
}

@media (max-width:767px) {
	.popular-links .half:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.popular-links .half {
		display: block;
	}
}

.popular-links .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: inherit;
	margin-bottom: 20px;
}

.popular-links .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.popular-links .title:lang(bg),.popular-links .title:lang(ru),.popular-links .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.popular-links .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.popular-links .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.popular-links .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.popular-links .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.popular-links .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.popular-links .title {
		font-size: 63px;
	}
}

@media (max-width:1439px) {
	.popular-links .title {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.popular-links .title {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.popular-links .title {
		margin-bottom: 15px;
	}
}

.popular-links .text {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: inherit;
	font-size: 20px;
	margin-bottom: 15px;
}

@media (min-width:1681px) {
	.popular-links .text {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.popular-links .text {
		font-size: 27px;
	}
}

@media (max-width:1439px) {
	.popular-links .text {
		font-size: 1pc;
	}
}

@media (max-width:1023px) {
	.popular-links .text {
		font-size: 14px;
	}
}

.text-quote.background-white {
	background-color: #fff;
}

.text-quote.background-white+.background-white {
	padding-top: 0;
}

.text-quote.background-grey {
	margin: 0;
	background-color: #f2f1f0;
	padding: 60px 0;
}

@media (max-width:1023px) {
	.text-quote.background-grey {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (max-width:767px) {
	.text-quote.background-grey {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.text-quote.background-grey+.background-grey {
	padding-top: 0;
}

.text-quote .text-quote-container {
	margin: 0 150px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.text-quote .text-quote-container {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.text-quote .text-quote-container {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.text-quote .text-quote-container {
		margin: 0 150px;
	}
}

@media (max-width:767px) {
	.text-quote .text-quote-container {
		margin: 0 60px;
	}
}

.text-quote .text-quote-container blockquote {
	position: relative;
	color: #333;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

.text-quote .text-quote-container blockquote:after,.text-quote .text-quote-container blockquote:before {
	position: absolute;
	width: 20px;
	display: inline-block;
	height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: " ";
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_close.png) 50% no-repeat;
}

.text-quote .text-quote-container blockquote:before {
	top: 7px;
	left: -60px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media (max-width:767px) {
	.text-quote .text-quote-container blockquote:before {
		top: -14px;
		left: -30px;
	}
}

.text-quote .text-quote-container blockquote:after {
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_close.png) 50% no-repeat;
	right: -60px;
	bottom: 7px;
}

@media (max-width:767px) {
	.text-quote .text-quote-container blockquote:after {
		bottom: -14px;
		right: -30px;
	}
}

.text-quote .text-quote-container .text-quote-author {
	position: relative;
	color: #333;
	display: block;
	padding: 15px 0 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

.cta-tool-newsletter.remote-td-credentials .form .full .row,.cta-tool-newsletter.remote-td-credentials .form .half .row {
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

.cta-tool-newsletter.remote-td-credentials .form .full .row.low-spacing,.cta-tool-newsletter.remote-td-credentials .form .half .row.low-spacing {
	margin-bottom: 15px;
}

.cta-tool-newsletter.remote-td-credentials .form .full .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.animatedLabel {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	left: 10px;
	top: 9pt;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	pointer-events: none;
}

@media (min-width:1681px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.animatedLabel {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.animatedLabel {
		font-size: 21px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.animatedLabel {
		top: 9pt;
		left: 20px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form .full .row input~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.staticLabel {
	position: absolute;
}

.cta-tool-newsletter.remote-td-credentials .form .full .row input.error,.cta-tool-newsletter.remote-td-credentials .form .full .row select.error,.cta-tool-newsletter.remote-td-credentials .form .half .row input.error,.cta-tool-newsletter.remote-td-credentials .form .half .row select.error {
	border: 1px solid #c10202!important;
	position: relative;
}

.cta-tool-newsletter.remote-td-credentials .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row select.error._hasvalue~.error-message {
	display: block;
	padding-top: 5px;
	padding-left: 3pc;
	padding-right: 35px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #c10202;
}

@media (min-width:1681px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row select.error._hasvalue~.error-message {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .full .row select.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row input.error._hasvalue~.error-message,.cta-tool-newsletter.remote-td-credentials .form .half .row select.error._hasvalue~.error-message {
		font-size: 21px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form .full .row input._hasvalue~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row input~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select._hasvalue~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .full .row select~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input._hasvalue~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row input~.staticLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select._hasvalue~.animatedLabel,.cta-tool-newsletter.remote-td-credentials .form .half .row select~.staticLabel {
	font-size: small;
	top: -20px;
	left: 2pc;
}

.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox {
	background-color: #fff;
	line-height: 1.5;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px 20px 10px 0;
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2pc);
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox {
		width: calc(100% - 26px);
	}
}

.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox:before,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox:before {
	content: "*";
	color: #c10202;
	width: 14px;
	padding: 6px;
	display: inline-block;
	text-align: center;
}

.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .multicheckbox__title,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .multicheckbox__title {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
	margin-left: 2pc;
}

@media (min-width:1681px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .multicheckbox__title,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .multicheckbox__title {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .multicheckbox__title,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .multicheckbox__title {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .multicheckbox__title,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .multicheckbox__title {
		font-size: 1pc;
	}
}

.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox.error,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox.error {
	border: 1px solid #c10202!important;
	position: relative;
}

.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .checkBoxDescription,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .checkBoxDescription {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	position: relative;
	vertical-align: text-bottom;
}

@media (min-width:1681px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .checkBoxDescription,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .checkBoxDescription {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.cta-tool-newsletter.remote-td-credentials .form .full .multicheckbox .checkBoxDescription,.cta-tool-newsletter.remote-td-credentials .form .half .multicheckbox .checkBoxDescription {
		font-size: 21px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form .privacy ul {
	font-size: 1pc;
	margin: 0;
	padding: 0;
}

.cta-tool-newsletter.remote-td-credentials .form .privacy p {
	width: 100%;
	text-align: left;
	font-size: 1pc;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-tool-newsletter.remote-td-credentials .form .privacy a {
	width: auto;
	text-align: left;
	text-decoration: underline;
	margin: 0 0 15px;
}

.cta-tool-newsletter.remote-td-credentials .form .privacy a:visited {
	color: inherit;
}

@media (max-width:479px) {
	.cta-tool-newsletter.remote-td-credentials .form .privacy ul {
		padding-left: 0;
	}

	.cta-tool-newsletter.remote-td-credentials .form .privacy ul li {
		padding-left: 20px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form .errorBox>div {
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-tool-newsletter.remote-td-credentials .form .errorBox>div:first-child {
	margin-left: 0;
}

.cta-tool-newsletter.remote-td-credentials .form .errorBox>div>div {
	-webkit-transform: none;
	transform: none;
}

.cta-tool-newsletter.remote-td-credentials .form form .form-loader {
	display: none;
}

.cta-tool-newsletter.remote-td-credentials .form form.form-loading {
	opacity: .4;
	pointer-events: none;
}

.cta-tool-newsletter.remote-td-credentials .form form.form-loading .form-loader {
	display: block;
	width: 150px;
	height: 50px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: calc(50% - 25px);
	z-index: 2;
}

@media (max-width:767px) {
	.cta-tool-newsletter.remote-td-credentials .form form.form-loading .form-loader {
		top: 150px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form form.form-loading .form-loader .dot {
	background-color: #000;
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
	animation: bounce 1s cubic-bezier(.35,.3,.2,1) infinite;
}

@keyframes bounce {
	0% {
		left: 0;
	}

	to {
		left: 130px;
	}
}

.cta-tool-newsletter.remote-td-credentials .form form.form-loading .form-loader .dot:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.cta-tool-newsletter.remote-td-credentials .form form.form-loading .form-loader .dot:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials .form form .errorBox {
		width: 100vw;
	}
}

@media (max-width:767px) {
	.cta-tool-newsletter.remote-td-credentials .form form .errorBox {
		margin-left: -20px;
	}
}

.form input[type=submit].submit-disabled {
	background-color: #969696;
	border: 1px solid #969696;
}

.remote-td-credentials .form input[readonly] {
	cursor: not-allowed;
	color: #666;
	background-color: #f5f4f3;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.privacy,.remote-td-credentials input.cta-submit,.requiredfields {
	margin-left: 2pc;
}

@media (max-width:1023px) {
	.privacy,.requiredfields,input.cta-submit {
		margin-top: 15px;
		margin-left: 26px;
	}
}

.privacy .hidden-section-sentence-row,.privacy.micro-privacy>*,.remote-td-credentials input.cta-submit .hidden-section-sentence-row,.remote-td-credentials input.cta-submit.micro-privacy>*,.requiredfields .hidden-section-sentence-row,.requiredfields.micro-privacy>* {
	display: none;
}

.privacy.micro-privacy .hidden-section-sentence-row,.remote-td-credentials input.cta-submit.micro-privacy .hidden-section-sentence-row,.requiredfields.micro-privacy .hidden-section-sentence-row {
	display: block;
}

.privacy #contactChk,.privacy #privacyChk,.privacy #tdorpq,.remote-td-credentials input.cta-submit #tdorpq,.requiredfields #contactChk,.requiredfields #privacyChk,.requiredfields #tdorpq,input.cta-submit #contactChk,input.cta-submit #privacyChk {
	width: calc(100% - 2pc);
	vertical-align: top;
	margin-top: 6px;
	display: inline-block;
}

@media (max-width:1023px) {
	.privacy #contactChk,.privacy #privacyChk,.privacy #tdorpq,.remote-td-credentials input.cta-submit #tdorpq,.requiredfields #contactChk,.requiredfields #privacyChk,.requiredfields #tdorpq,input.cta-submit #contactChk,input.cta-submit #privacyChk {
		width: calc(100% - 26px);
	}
}

@media (max-width:767px) {
	.privacy #contactChk .full input[type=checkbox]+label,.privacy #contactChk .half input[type=checkbox]+label,.privacy #privacyChk .full input[type=checkbox]+label,.privacy #privacyChk .half input[type=checkbox]+label,.privacy #tdorpq .full input[type=checkbox]+label,.privacy #tdorpq .half input[type=checkbox]+label,.remote-td-credentials input.cta-submit #tdorpq .half input[type=checkbox]+label,.requiredfields #contactChk .full input[type=checkbox]+label,.requiredfields #contactChk .half input[type=checkbox]+label,.requiredfields #privacyChk .full input[type=checkbox]+label,.requiredfields #privacyChk .half input[type=checkbox]+label,.requiredfields #tdorpq .full input[type=checkbox]+label,.requiredfields #tdorpq .half input[type=checkbox]+label,input.cta-submit #contactChk .full input[type=checkbox]+label,input.cta-submit #contactChk .half input[type=checkbox]+label,input.cta-submit #privacyChk .full input[type=checkbox]+label,input.cta-submit #privacyChk .half input[type=checkbox]+label,input.cta-submit #tdorpq .full input[type=checkbox]+label {
		display: block;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

.privacy .channel-trigger,.privacy .tos-trigger,.remote-td-credentials input.cta-submit .tos-trigger,.requiredfields .channel-trigger,.requiredfields .tos-trigger,input.cta-submit .channel-trigger {
	text-decoration: underline;
	cursor: pointer;
}

.privacy .privacy-direct-marketing--channels,.remote-td-credentials input.cta-submit .privacy-direct-marketing--channels,.requiredfields .privacy-direct-marketing--channels {
	margin-left: 30px;
	display: none;
}

.privacy .privacy-direct-marketing--channels.disabled,.remote-td-credentials input.cta-submit .privacy-direct-marketing--channels.disabled,.requiredfields .privacy-direct-marketing--channels.disabled {
	pointer-events: none;
	opacity: .5;
}

.privacy .inlineblock,.remote-td-credentials input.cta-submit .inlineblock,.requiredfields .inlineblock {
	display: inline-block;
	white-space: nowrap;
}

.remote-td-credentials .privacy-common-text__sub-title--limited {
	overflow-y: scroll;
	max-height: 150px;
	padding: 0 1em 0 0;
}

.remote-td-credentials .privacy-common-text__sub-title--limited::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

.remote-td-credentials .privacy-common-text__sub-title--limited::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #969696;
}

.remote-td-credentials .privacy-common-text__sub-title--limited::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

.remote-td-credentials .privacy.text-area-border {
	border: 1px solid #c6c6c6;
	padding: 10px;
	margin-top: 40px!important;
	margin-bottom: 40px;
}

.remote-td-credentials .privacy.text-area-border p.privacy-common-text__sub-title--limited {
	margin-bottom: 0!important;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials .title {
		pointer-events: none;
	}

	.cta-tool-newsletter.remote-td-credentials .title .close {
		display: none;
	}

	.cta-tool-newsletter.remote-td-credentials .form {
		opacity: inherit;
		display: inherit;
	}
}

.remote-td-credentials #legal-notes {
	-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

.remote-td-credentials #legal-notes.opened {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .full .row input~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .full .row select~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .half .row input~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .half .row select~.animatedLabel {
	left: auto;
	right: 43.33333px;
}

[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .full .row input._hasvalue~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .full .row select._hasvalue~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .half .row input._hasvalue~.animatedLabel,[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .half .row select._hasvalue~.animatedLabel {
	right: 2pc;
	left: auto;
}

[dir=rtl] .cta-tool-newsletter.remote-td-credentials .form .privacy p {
	text-align: right;
	margin-right: 2pc;
}

.cta-tool-newsletter.remote-td-credentials.sit-black {
	background-color: #000;
	min-height: 100vh;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage {
	top: 0;
	right: 0;
	width: 50%;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage img {
	position: absolute;
	right: 0;
	top: 0;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .title {
	white-space: break-spaces;
	width: 35vw;
	color: #fff;
	padding-left: 60px;
	text-align: center;
	position: relative;
	padding-top: 15vh;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .title {
		max-width: 100%;
		padding-right: 45px;
		padding-left: 45px;
		width: auto;
		padding-top: 0;
	}
}

@media (max-width:767px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .title {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black .subtitle {
	white-space: break-spaces;
	width: 35vw;
	color: #fff;
	padding-left: 60px;
	text-align: center;
	position: relative;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .subtitle {
		max-width: 100%;
		width: auto;
		padding-right: 45px;
		padding-left: 45px;
		font-size: 1pc;
	}
}

@media (max-width:767px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .subtitle {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black form {
	width: 35vw;
	color: #fff;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black form {
		max-width: 100%;
		width: 100%;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 100vw;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form {
	padding-left: 60px;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .form {
		opacity: 1;
		display: block;
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (max-width:767px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .form {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row {
	color: #787878;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row input::-webkit-inner-spin-button,.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row input[type=number] {
	-moz-appearance: textfield;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row .required {
	display: none;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row .required-field {
	color: #787878;
	background-color: #232323;
	width: 100%;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row .required-field:focus {
	background-color: #fff;
	color: #000;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row .animatedlabel {
	left: 10px;
	top: 8px;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .row select.required-field {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%23787878' stroke-width='6' stroke-miterlimit='10' d='M13.045 21.595l44.342 44.343 7.48-7.474 38.629-38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 19px 11px;
	background-position: 95%;
	background-color: #232323;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .cta-submit {
	padding: 6px 30px;
	border: none;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	margin-bottom: 30px;
	margin-left: 0;
	position: relative;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .cta-submit {
		width: 100%;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy {
	position: relative;
	padding-bottom: 75pt;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy {
		width: 100%;
		text-align: justify;
		padding-bottom: 50px;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy .question {
	color: #fff;
	margin-left: 0;
	text-align: justify;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy .privacy {
	margin-left: 0;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy .privacy p {
	text-align: justify;
	font-size: 9pt;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .form .full .async-privacy .privacy p a {
	color: #fff;
}

.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-size: 60vw auto;
	position: absolute;
	background-position: 100% 75px;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage {
		position: relative;
		background-attachment: local;
		background-size: 100vw auto;
		background-image: none;
		height: auto;
	}
}

.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage img {
	position: fixed;
	position: sticky;
	width: 100%;
	display: none;
}

@media (max-width:1023px) {
	.cta-tool-newsletter.remote-td-credentials.sit-black .black-form-backImage img {
		position: relative;
		display: block;
	}
}

.form-remote-td-credentials form {
	position: relative;
}

.form-remote-td-credentials .dot {
	background-color: #fff!important;
}

.form-remote-td-credentials .row-submit {
	text-align: center;
}

.review-gallery {
	margin: 0;
	padding: 30px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	background-color: #fff;
}

.review-gallery.bg-grey {
	background-color: #f2f1f0;
}

.review-gallery.bg-grey .main-slide .slide .background .quote {
	background-color: #fff;
}

.review-gallery:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	left: 15px;
}

.review-gallery:after,.review-gallery:before {
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 15px;
	height: 25px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.review-gallery:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.093-104.094-.093-.062-6.906-6.906v-.032L7 0 0 7l97.188 97.188L.094 201.25l7 7z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	right: 15px;
}

.review-gallery:hover:after,.review-gallery:hover:before {
	opacity: 1;
}

@media (max-width:1023px) {
	.review-gallery:hover:after,.review-gallery:hover:before {
		opacity: 0;
	}
}

.review-gallery .nextTrigger,.review-gallery .prevTrigger {
	position: absolute;
	top: 0;
	width: 15%;
	height: 100%;
	cursor: pointer;
	z-index: 100;
	display: block;
}

.review-gallery .nextTrigger:hover~.main-slide .download-cta-container a.cta,.review-gallery .prevTrigger:hover~.main-slide .download-cta-container a.cta {
	opacity: 1;
}

@media (max-width:1023px) {
	.review-gallery .nextTrigger,.review-gallery .prevTrigger {
		display: none;
	}
}

.review-gallery .prevTrigger {
/*!rtl:ignore*/
	left: 0;
}

.review-gallery .nextTrigger {
/*!rtl:ignore*/
	right: 0;
}

.review-gallery .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	height: 100%;
	width: 100%;
}

.review-gallery .main-slide .slide {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 0;
}

@media (max-height:540px) {
	.review-gallery .main-slide .slide {
		height: 100%;
	}
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide {
		height: auto;
	}
}

.review-gallery .main-slide .slide .background {
	display: block;
	width: 100%;
}

.review-gallery .main-slide .slide .background .quote {
	position: relative;
	width: calc(100% - 15pc);
	border: 1px solid #d4d4d4;
	white-space: normal;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	padding: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #f2f1f0;
}

@media (min-width:1681px) {
	.review-gallery .main-slide .slide .background .quote {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.review-gallery .main-slide .slide .background .quote {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide .background .quote {
		padding: 30px;
		width: calc(100% - 60px);
	}
}

@media (max-width:767px) {
	.review-gallery .main-slide .slide .background .quote {
		padding: 30px 15px;
		width: calc(100% - 20px*2);
		margin: 0 20px;
	}
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text {
	font-style: italic;
	color: #333;
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:after,.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:before {
	padding: 1em;
	vertical-align: text-bottom;
	position: relative;
	content: " ";
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_open.png) 50% no-repeat;
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:after,.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:before {
		padding: 1em;
	}
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:before {
	top: -9pt;
	left: -9pt;
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text:after {
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_close.png) 50% no-repeat;
	padding: 1em;
	vertical-align: text-top;
	top: 9pt;
	right: -9pt;
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--text blockquote {
	display: inline;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--from {
	margin-top: 30px;
}

.review-gallery .main-slide .slide .background .quote .review-gallery__slide--from a {
	text-decoration: none;
	color: #000;
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide .background {
		width: 100%!important;
		height: auto!important;
		position: static!important;
		min-height: 0;
	}
}

.review-gallery .main-slide .slide .cover {
	position: absolute;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	white-space: normal;
	top: 0;
	padding: 40px;
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide .cover {
		color: #333;
	}
}

.review-gallery .main-slide .slide .cover.black {
	color: #666;
}

@media (max-width:1023px) {
	.review-gallery .main-slide .slide .cover {
		top: auto;
		padding: 45px;
	}
}

.review-gallery .thumbs-mobile {
	display: none;
	text-align: center;
	padding: 30px 0;
	z-index: 2;
	position: relative;
}

@media (max-width:1023px) {
	.review-gallery .thumbs-mobile {
		display: block;
	}
}

.review-gallery .thumbs-mobile .item {
	border: 2px solid #ccc;
	border-radius: 50%;
	width: 9pt;
	height: 9pt;
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
}

.review-gallery .thumbs-mobile .item.active {
	background-color: #ccc;
}

.review-gallery .cover,.review-gallery .thumbs .thumb {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search-input {
	height: 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	margin-top: 0;
	padding: 0 60px;
}

@media (max-width:1023px) {
	.search-input {
		padding: 0 30px;
		border-top: 1px solid #ebebeb;
	}
}

.search-input .search {
	color: #333;
	display: inline-block;
	position: relative;
}

.search-input .search input[type=text] {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	border: 0;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

@media (min-width:1681px) {
	.search-input .search input[type=text] {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.search-input .search input[type=text] {
		font-size: 27px;
	}
}

.search-input .search .submit {
	display: inline-block;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3228FA89-BE89-45D6-AFB6-8EB5991C0506%3C/title%3E%3Cpath d='M2.794 2.816A9.52 9.52 0 0 1 9.579 0c2.553 0 4.955.993 6.762 2.795 3.536 3.525 3.734 9.145.597 12.91l6.806 6.805a.872.872 0 1 1-1.234 1.235l-6.804-6.805a9.5 9.5 0 0 1-6.127 2.22 9.505 9.505 0 0 1-6.76-2.796A9.516 9.516 0 0 1 0 9.594a9.512 9.512 0 0 1 2.794-6.778zM4.05 15.128a7.775 7.775 0 0 0 5.528 2.287 7.782 7.782 0 0 0 5.549-2.305c3.048-3.06 3.04-8.029-.02-11.078a7.781 7.781 0 0 0-5.53-2.286A7.784 7.784 0 0 0 4.03 4.048a7.78 7.78 0 0 0-2.284 5.544 7.782 7.782 0 0 0 2.305 5.536z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.search-input .search input[type=submit] {
	display: none;
}

.search-input.left-text .search {
	width: 100%;
}

.search-input.left-text .submit {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

.cmp-search {
	position: relative;
}

.cmp-search__field {
	position: relative;
	height: 2rem;
}

.cmp-search__input {
	padding-left: 2rem;
	padding-right: 2rem;
	height: 100%;
	width: 100%;
}

.cmp-search__icon {
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTUyIiBoZWlnaHQ9IjExNTIiPjxwYXRoIGQ9Ik02NzIgMEM0MDYuOTAzIDAgMTkyIDIxNC45MDMgMTkyIDQ4MGMwIDk1LjcgMjguMDExIDE4NC44NTUgNzYuMjc1IDI1OS43MjVMMzYgOTcyYy0xOCAxOC0zNiAzNi0zNiA3MnMxOCA1NCAzNiA3MiAzNi4wMTIgMzYgNzIgMzYgNTQtMTggNzItMzZsMjMyLjI3NS0yMzIuMjc1QzQ4Ny4xNDQgOTMxLjk4OCA1NzYuMyA5NjAgNjcyIDk2MGMyNjUuMDk3IDAgNDgwLTIxNC45MDMgNDgwLTQ4MFM5MzcuMDk3IDAgNjcyIDB6bTAgODE2Yy0xODUuNTY4IDAtMzM2LTE1MC40MzMtMzM2LTMzNiAwLTE4NS41NjggMTUwLjQzMi0zMzYgMzM2LTMzNiAxODUuNTY3IDAgMzM2IDE1MC40MzIgMzM2IDMzNiAwIDE4NS41NjctMTUwLjQzMyAzMzYtMzM2IDMzNnoiLz48L3N2Zz4=");
	background-size: contain;
	pointer-events: none;
}

.cmp-search__icon,.cmp-search__loading-indicator {
	position: absolute;
	left: .5rem;
	top: .5rem;
	width: 1rem;
	height: 1rem;
}

.cmp-search__loading-indicator {
	display: none;
	border: 3px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	-webkit-animation: cmp-search__loading-indicator-spin 2s linear infinite;
	animation: cmp-search__loading-indicator-spin 2s linear infinite;
}

@-webkit-keyframes cmp-search__loading-indicator-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes cmp-search__loading-indicator-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.cmp-search__clear {
	display: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.cmp-search__clear-icon {
	position: absolute;
	top: .5rem;
	right: .5rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTUyIiBoZWlnaHQ9IjExNTIiPjxwYXRoIGQ9Ik04Mi42IDkzNy4ybDM2Mi0zNjJMODQgMjE0LjhjLTE0LjEtMTQuMS0xNC4xLTM2LjkgMC01MWw4MS4yLTgxLjJjMTQuMS0xNC4xIDM2LjktMTQuMSA1MSAwbDM2MC41IDM2MC41TDkzNy4yIDgyLjZjMTQuMS0xNC4xIDM2LjktMTQuMSA1MSAwbDgxLjIgODEuMmMxNC4xIDE0LjEgMTQuMSAzNi45IDAgNTFMNzA4LjkgNTc1LjNsMzYwLjUgMzYwLjVjMTQuMSAxNC4xIDE0LjEgMzYuOSAwIDUxbC04MS4yIDgxLjJjLTE0LjEgMTQuMS0zNi45IDE0LjEtNTEgMEw1NzYuNyA3MDcuNWwtMzYyIDM2MmMtMTQuMSAxNC4xLTM2LjkgMTQuMS01MSAwbC04MS4yLTgxLjJjLTE0LTE0LjEtMTQtMzcgLjEtNTEuMXoiLz48L3N2Zz4=");
	background-size: contain;
	width: 1rem;
	height: 1rem;
}

.cmp-search__results {
	display: none;
	font-size: medium;
	overflow-y: auto;
	min-width: 100%;
	position: fixed;
	max-height: 75pt;
	top: 100%;
	left: 0;
	z-index: 999999;
	border: 1px solid #ccc;
	background: #fff;
}

.cmp-search__item {
	display: block;
}

.cmp-search__item--is-focused {
	background-color: #ccc;
}

.search-results {
	margin-top: 0;
	padding-top: 0;
}

.search-results .title-container {
	background-color: #f2f1f0;
	padding: 0 259px;
	position: fixed;
	display: block;
	width: 100%;
}

@media (min-width:1681px) {
	.search-results .title-container {
		padding: 0 256.8px;
	}
}

@media (min-width:2201px) {
	.search-results .title-container {
		padding: 0 321px;
	}
}

@media (max-width:1023px) {
	.search-results .title-container {
		padding: 0 85px;
	}
}

@media (max-width:767px) {
	.search-results .title-container {
		padding: 0 40px;
	}
}

.search-results .title-container .title {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #000;
	margin-bottom: 15px;
	padding-top: 20px;
}

@media (max-width:767px) {
	.search-results .title-container .title {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.search-results .title-container .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.search-results .title-container .title {
		font-size: 30px;
	}
}

.search-results .title-container .numResults {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000;
	padding-bottom: 20px;
}

@media (min-width:1681px) {
	.search-results .title-container .numResults {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.search-results .title-container .numResults {
		font-size: 24px;
	}
}

.search-results .results {
	list-style: none;
	padding: 90px 214px 0;
	margin: 0;
}

.search-results .results mark {
	color: #000;
	font-weight: 700;
	background: none;
}

@media (max-width:1023px) {
	.search-results .results {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.search-results .results {
		padding-top: 75pt;
	}
}

.search-results .results .result {
	padding: 45px 40px;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width:767px) {
	.search-results .results .result {
		padding: 25px 0 0;
	}
}

.search-results .results .result a {
	text-decoration: none;
	display: inline-block;
}

.search-results .results .result .title {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #333;
}

@media (max-width:767px) {
	.search-results .results .result .title {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.search-results .results .result .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.search-results .results .result .title {
		font-size: 30px;
	}
}

.search-results .results .result .title a {
	color: #333;
	text-decoration: none;
}

.search-results .results .result .link {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	word-break: break-all;
	text-decoration: underline;
}

@media (min-width:1681px) {
	.search-results .results .result .link {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.search-results .results .result .link {
		font-size: 24px;
	}
}

.search-results .results .result .excerpt {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.search-results .results .result .excerpt {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.search-results .results .result .excerpt {
		font-size: 24px;
	}
}

.search-results .loading,.search-results .loadMore {
	text-decoration: none;
	display: inline-block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 34px;
}

.search-results .loading div,.search-results .loadMore div {
	display: inline-block;
	vertical-align: middle;
	color: #00425e;
	padding: 6px 30px;
}

.search-results .loading .cta,.search-results .loadMore .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	border-radius: 4px;
	color: #00425e;
	text-align: center;
	border: 1px solid #00425e;
	font-size: 16.8px;
}

.search-results .loading .cta:lang(ar),.search-results .loadMore .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.search-results .loading .cta:lang(bg),.search-results .loading .cta:lang(ru),.search-results .loading .cta:lang(uk),.search-results .loadMore .cta:lang(bg),.search-results .loadMore .cta:lang(ru),.search-results .loadMore .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.search-results .loading .cta:lang(zh),.search-results .loadMore .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.search-results .loading .cta:lang(ko),.search-results .loadMore .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.search-results .loading .cta:lang(vi),.search-results .loadMore .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.search-results .loading .cta,.search-results .loadMore .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.search-results .loading .cta,.search-results .loadMore .cta {
		font-size: 21px;
	}
}

@media (min-width:1681px) {
	.search-results .loading .cta,.search-results .loadMore .cta {
		font-size: .21in;
	}
}

@media (min-width:2201px) {
	.search-results .loading .cta,.search-results .loadMore .cta {
		font-size: 25.2px;
	}
}

.search-results .loading .ajax-fail,.search-results .loading .ajax-loading,.search-results .loading .ajax-success,.search-results .loadMore .ajax-fail,.search-results .loadMore .ajax-loading,.search-results .loadMore .ajax-success {
	display: none;
}

.shopping-tool-cta {
	margin: 0;
	background-color: #f2f1f0;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 90px 30px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.shopping-tool-cta {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.shopping-tool-cta {
		font-size: 27px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.shopping-tool-cta {
		padding: 30px;
	}
}

.shopping-tool-cta .st-icon {
	display: block;
	margin: 0 auto 10px;
}

.shopping-tool-cta h4 {
	font-family: ArsenalRegular,sans-serif;
	font-size: 42px;
	line-height: 1.1;
	color: #333;
	margin: 0 0 15px;
	line-height: 1;
}

@media (max-width:1023px) {
	.shopping-tool-cta h4 {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.shopping-tool-cta h4 {
		font-size: 42px;
	}
}

@media (min-width:2201px) {
	.shopping-tool-cta h4 {
		font-size: 63px;
	}
}

.shopping-tool-cta .text {
	margin: 0 auto;
	max-width: 600px;
}

@media (min-width:1681px) {
	.shopping-tool-cta .text {
		max-width: 45pc;
	}
}

@media (min-width:2201px) {
	.shopping-tool-cta .text {
		max-width: 900px;
	}
}

.shopping-tool-cta .cta {
	margin-top: 30px;
}

.shopping-tool-cta .cta-submit {
	border: none;
	line-height: 2;
}

.shopping-tool-cta form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.shopping-tool-cta form .inputs {
	display: inline-block;
	margin-top: 30px;
}

.shopping-tool-cta form .inputs input.beautify,.shopping-tool-cta form .inputs select.beautify {
	font-size: 15px;
	margin-right: 20px;
}

@media (min-width:1681px) {
	.shopping-tool-cta form .inputs input.beautify,.shopping-tool-cta form .inputs select.beautify {
		font-size: 18px;
	}
}

@media (min-width:2201px) {
	.shopping-tool-cta form .inputs input.beautify,.shopping-tool-cta form .inputs select.beautify {
		font-size: 22.5px;
	}
}

.shopping-tool-cta form .inputs input.beautify {
	width: 30em;
	color: #333;
}

.shopping-tool-cta form .inputs input.beautify.location {
	padding-left: 50px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460.96085 460.96085' width='460.961' height='460.961'%3E%3Cpath d='M188.744 252.816c9.7 1.1 18.4 9.9 19.5 19.5l8.3 72.9c1.1 9.6 2.9 25.4 4 35.1l8.3 72.9c1.1 9.6 5.5 10.4 9.8 1.7l102.4-206.7c4.3-8.7 11.4-22.9 15.7-31.7l102.4-206.7c4.3-8.7.7-12.3-8-8l-206.7 102.6c-8.7 4.3-23 11.4-31.7 15.7l-206.7 102.3c-8.7 4.3-7.9 8.7 1.7 9.8l72.9 8.3c9.7 1.1 25.4 2.9 35.1 4l73 8.3z' fill='%233c3c3c'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-position: 20px;
	background-size: 9pt 9pt;
	background-color: #fff;
}

.shopping-tool-cta form .inputs select.beautify {
	padding-right: 30px;
	width: 15em;
}

@media (min-width:1023px) {
	.shopping-tool-cta .cta a,.shopping-tool-cta input.cta-submit {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.shopping-tool-cta input.cta-submit {
		margin-top: 30px;
	}
}

@media (max-width:1023px) {
	.shopping-tool-cta {
		text-align: left;
		padding: 60px;
		font-size: 14px;
	}

	.shopping-tool-cta .st-icon {
		display: none;
	}

	.shopping-tool-cta h4 {
		margin-bottom: 20px;
	}

	.shopping-tool-cta .text {
		margin: 0;
		max-width: none;
	}

	.shopping-tool-cta .cta {
		margin-top: 30px;
	}

	.shopping-tool-cta form .inputs {
		display: block;
		margin-bottom: 30px;
	}

	.shopping-tool-cta form .inputs:after {
		content: " ";
		clear: both;
		display: block;
	}

	.shopping-tool-cta form .inputs input.beautify {
		width: 60%;
		float: left;
		margin: 0;
	}

	.shopping-tool-cta form .inputs select.beautify {
		width: 37%;
		float: right;
		margin: 0;
	}

	.shopping-tool-cta.countrySelectorContainer form .inputs select.beautify {
		float: none;
	}
}

@media (max-width:767px) {
	.shopping-tool-cta {
		padding: 40px;
	}

	.shopping-tool-cta form .inputs input.beautify,.shopping-tool-cta form .inputs select.beautify {
		display: block;
		width: 100%;
		float: none;
	}

	.shopping-tool-cta form .inputs input.beautify {
		margin-bottom: 15px;
	}
}

#cta-bottom.anchor-no-redirect {
	display: block;
	position: relative;
	top: -75px;
	visibility: hidden;
	height: 0;
}

.shoppingtool-icons {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.shoppingtool-icons :focus {
	outline-offset: -3px;
}

.shoppingtool-icons .title {
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	height: 60px;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	padding-left: 60px;
	white-space: nowrap;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (max-width:1023px) {
	.shoppingtool-icons .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.shoppingtool-icons .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.shoppingtool-icons .title {
		font-size: 63px;
	}
}

.shoppingtool-icons .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.shoppingtool-icons .title:lang(bg),.shoppingtool-icons .title:lang(ru),.shoppingtool-icons .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.shoppingtool-icons .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.shoppingtool-icons .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.shoppingtool-icons .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.shoppingtool-icons .title {
		margin-left: 30px;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons .title {
		display: block;
		clear: both;
		text-align: center;
		padding-left: 0;
		letter-spacing: 0;
		line-height: 30px;
		margin: 1px 0 -1px;
		height: auto;
		padding-top: 30px;
	}
}

.shoppingtool-icons .title.center {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width:1023px) {
	.shoppingtool-icons .title.center {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons .title.center {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.shoppingtool-icons .title {
		padding-top: 30px;
	}
}

@media (max-width:1023px) {
	.shoppingtool-icons .title {
		margin-left: 0;
	}
}

.shoppingtool-icons .toolsIcons {
	text-align: center;
	font-size: 0;
}

.shoppingtool-icons .toolsIcons .toolsIcon {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	width: 20%;
	padding: 50px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}

@media (min-width:1681px) {
	.shoppingtool-icons .toolsIcons .toolsIcon {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.shoppingtool-icons .toolsIcons .toolsIcon {
		font-size: 24px;
	}
}

.shoppingtool-icons .toolsIcons .toolsIcon.focus-visible,.shoppingtool-icons .toolsIcons .toolsIcon:hover {
	background-color: #f2f1f0;
}

.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(5n+1) {
	border-left: 1px solid #ebebeb;
}

.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+5) {
	border-top: 1px solid #ebebeb;
}

.shoppingtool-icons .toolsIcons .toolsIcon:not(:nth-child(5n)) {
	float: left;
}

.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+5) {
	float: none;
}

@media (max-width:1023px) {
	.shoppingtool-icons .toolsIcons .toolsIcon {
		width: calc(100% / 3);
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(n) {
		float: inherit;
		border: 0;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(3n+1) {
		border-left: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+3) {
		border-top: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:not(:nth-child(3n)) {
		float: left;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+3) {
		float: none;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons .toolsIcons .toolsIcon {
		width: 50%;
		font-size: 9pt;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(n) {
		float: inherit;
		border: 0;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(odd) {
		border-left: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+2) {
		border-top: 1px solid #ebebeb;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:not(:nth-child(2n)) {
		float: left;
	}

	.shoppingtool-icons .toolsIcons .toolsIcon:nth-child(-n+2) {
		float: none;
	}
}

.shoppingtool-icons .toolsIcons .toolsIcon .st-icon {
	display: block;
	margin: 0 auto 10px;
}

.shoppingtool-icons .toolsIcons .toolsIcon .iconTitle {
	text-transform: uppercase;
	display: block;
	height: 3pc;
	padding: 0 6px;
}

.shoppingtool-icons[data-animation=true] {
	opacity: 0;
}

.shoppingtool-icons[data-animation=true].in-view {
	opacity: 1;
}

.shoppingtool-icons[data-animation=true].in-view .title,.shoppingtool-icons[data-animation=true].in-view .toolsIcons {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.shoppingtool-icons-flex {
	margin: 0;
	padding: 0 60px;
	background-color: #fff;
}

.shoppingtool-icons-flex :focus {
	outline-offset: -3px;
}

.shoppingtool-icons-flex[data-paddingtop=none] {
	padding-top: 0;
}

.shoppingtool-icons-flex[data-paddingbottom=none] {
	padding-bottom: 0;
}

.shoppingtool-icons-flex[data-paddingtop=low] {
	padding-top: 15px;
}

.shoppingtool-icons-flex[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.shoppingtool-icons-flex[data-paddingtop=medium] {
	padding-top: 30px;
}

.shoppingtool-icons-flex[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.shoppingtool-icons-flex[data-paddingtop=high] {
	padding-top: 60px;
}

.shoppingtool-icons-flex[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.shoppingtool-icons-flex[data-paddingtop=max] {
	padding-top: 90px;
}

.shoppingtool-icons-flex[data-paddingbottom=max] {
	padding-bottom: 90px;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons-flex {
		padding: 0;
	}
}

.shoppingtool-icons-flex .title {
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	height: 60px;
	font-family: RobotoRegular,sans-serif;
	color: #333;
	white-space: nowrap;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 0;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.shoppingtool-icons-flex .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.shoppingtool-icons-flex .title {
		font-size: 63px;
	}
}

.shoppingtool-icons-flex .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.shoppingtool-icons-flex .title:lang(bg),.shoppingtool-icons-flex .title:lang(ru),.shoppingtool-icons-flex .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.shoppingtool-icons-flex .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.shoppingtool-icons-flex .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.shoppingtool-icons-flex .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .title {
		margin-left: 30px;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons-flex .title {
		display: block;
		clear: both;
		text-align: center;
		padding-left: 0;
		letter-spacing: 0;
		line-height: 30px;
		margin: 1px 0 -1px;
		height: auto;
		padding-top: 0;
	}
}

.shoppingtool-icons-flex .title.center {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .title.center {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.shoppingtool-icons-flex .title.center {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.shoppingtool-icons-flex .title {
		padding-top: 30px;
	}
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .title {
		margin-left: 0;
	}
}

.shoppingtool-icons-flex .toolsIcons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon {
	text-decoration: none;
	color: #333;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: RobotoRegular,sans-serif;
	line-height: 2;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.5em;
}

@media (min-width:768px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon {
		font-size: 15px;
	}
}

@media (min-width:1440px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon {
		font-size: 24px;
	}
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(bg),.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(ru),.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon.focus-visible,.shoppingtool-icons-flex .toolsIcons .toolsIcon:hover {
	background-color: #f2f1f0;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon.focus-visible,.shoppingtool-icons-flex .toolsIcons .toolsIcon:hover {
		background-color: transparent;
	}
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon .st-icon {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: auto;
}

@media (min-width:1681px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon .st-icon {
		height: 3pc;
	}
}

@media (min-width:2201px) {
	.shoppingtool-icons-flex .toolsIcons .toolsIcon .st-icon {
		height: 60px;
	}
}

.shoppingtool-icons-flex .toolsIcons .toolsIcon .iconTitle {
	text-transform: uppercase;
	display: block;
	padding: 10px 6px 0;
}

.shoppingtool-icons-flex .toolsIcons.mobile {
	display: none;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .toolsIcons {
		display: none;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		white-space: nowrap;
		font-size: 0;
		overflow: hidden;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon .st-icon {
		height: 50px;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:nth-child(n) {
		display: none;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:first-child,.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:nth-child(2),.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:nth-child(3) {
		display: inline-block;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:first-child:not(:only-child):not(.two) {
		opacity: .6;
		width: 50%;
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:nth-child(2):not(:last-child) {
		margin: 0 -25%;
		width: 50%;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon:nth-child(3) {
		opacity: .6;
		width: 50%;
		-webkit-transform: translateX(50%) scale(.6);
		transform: translateX(50%) scale(.6);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	.shoppingtool-icons-flex .toolsIcons.mobile .toolsIcon .iconTitle {
		word-break: break-word;
		white-space: pre-wrap;
	}@	-webkit-keyframes fadeOut1Left {
		0%{opacity: .6;
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) scale(0);
		transform: translateX(-100%) scale(0);
	}
}

@keyframes fadeOut1Left {
	0% {
		opacity: .6;
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) scale(0);
		transform: translateX(-100%) scale(0);
	}
}

@-webkit-keyframes fadeOut2Left {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	to {
		opacity: .6;
		-webkit-transform: translateX(calc(-100%)) scale(.6);
		transform: translateX(calc(-100%)) scale(.6);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
}

@keyframes fadeOut2Left {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	to {
		opacity: .6;
		-webkit-transform: translateX(calc(-100%)) scale(.6);
		transform: translateX(calc(-100%)) scale(.6);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
}

@-webkit-keyframes fadeOut3Left {
	0% {
		opacity: .6;
		-webkit-transform: translateX(50%) scale(.6);
		transform: translateX(50%) scale(.6);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(calc(-50%)) scale(1);
		transform: translateX(calc(-50%)) scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

@keyframes fadeOut3Left {
	0% {
		opacity: .6;
		-webkit-transform: translateX(50%) scale(.6);
		transform: translateX(50%) scale(.6);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(calc(-50%)) scale(1);
		transform: translateX(calc(-50%)) scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-left .toolsIcon:first-child {
	-webkit-animation: fadeOut1Left .3s forwards;
	animation: fadeOut1Left .3s forwards;
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-left .toolsIcon:nth-child(2) {
	-webkit-animation: fadeOut2Left .3s forwards;
	animation: fadeOut2Left .3s forwards;
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-left .toolsIcon:nth-child(3) {
	-webkit-animation: fadeOut3Left .3s forwards;
	animation: fadeOut3Left .3s forwards;
}

@-webkit-keyframes fadeOut1Right {
	0% {
		opacity: .6;
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(calc(50%)) scale(1);
		transform: translateX(calc(50%)) scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

@keyframes fadeOut1Right {
	0% {
		opacity: .6;
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(calc(50%)) scale(1);
		transform: translateX(calc(50%)) scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

@-webkit-keyframes fadeOut2Right {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	to {
		opacity: .6;
		-webkit-transform: translateX(calc(100%)) scale(.6);
		transform: translateX(calc(100%)) scale(.6);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
}

@keyframes fadeOut2Right {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	to {
		opacity: .6;
		-webkit-transform: translateX(calc(100%)) scale(.6);
		transform: translateX(calc(100%)) scale(.6);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
}

@-webkit-keyframes fadeOut3Right {
	0% {
		opacity: .6;
		-webkit-transform: translateX(50%) scale(.6);
		transform: translateX(50%) scale(.6);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(calc(100%)) scale(0);
		transform: translateX(calc(100%)) scale(0);
	}
}

@keyframes fadeOut3Right {
	0% {
		opacity: .6;
		-webkit-transform: translateX(50%) scale(.6);
		transform: translateX(50%) scale(.6);
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(calc(100%)) scale(0);
		transform: translateX(calc(100%)) scale(0);
	}
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-right .toolsIcon:first-child {
	-webkit-animation: fadeOut1Right .3s forwards;
	animation: fadeOut1Right .3s forwards;
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-right .toolsIcon:nth-child(2) {
	-webkit-animation: fadeOut2Right .3s forwards;
	animation: fadeOut2Right .3s forwards;
}

.shoppingtool-icons-flex .toolsIcons.mobile.slide-right .toolsIcon:nth-child(3) {
	-webkit-animation: fadeOut3Right .3s forwards;
	animation: fadeOut3Right .3s forwards;
}}

.shoppingtool-icons-flex .navigators {
	display: none;
}

.shoppingtool-icons-flex .navigators .navigator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #333;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.shoppingtool-icons-flex .navigators .navigator.selected {
	background-color: #333;
}

@media (max-width:1023px) {
	.shoppingtool-icons-flex .navigators {
		display: inline-block;
		font-size: 0;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.shoppingtool-icons-flex[data-animation=true] {
	opacity: 0;
}

.shoppingtool-icons-flex[data-animation=true].in-view {
	opacity: 1;
}

.shoppingtool-icons-flex[data-animation=true].in-view .title,.shoppingtool-icons-flex[data-animation=true].in-view .toolsIcons {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.shoppingtool-icons-flex[data-animation=true].in-view .navigators {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShortTranslateX;
	animation-name: fadeInUpShortTranslateX;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.simplifiedAroundTheWorld {
	margin: 0;
	background-color: #f2f1f0;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 90px 30px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.simplifiedAroundTheWorld {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.simplifiedAroundTheWorld {
		font-size: 27px;
	}
}

@media screen and (min-width:1024px) and (max-height:768px) {
	.simplifiedAroundTheWorld {
		padding: 30px;
	}
}

.simplifiedAroundTheWorld .st-icon {
	display: block;
	margin: 0 auto 10px;
}

.simplifiedAroundTheWorld h4 {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	margin: 0 0 15px;
	line-height: 1;
}

.simplifiedAroundTheWorld h4:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.simplifiedAroundTheWorld h4:lang(bg),.simplifiedAroundTheWorld h4:lang(ru),.simplifiedAroundTheWorld h4:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.simplifiedAroundTheWorld h4:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.simplifiedAroundTheWorld h4:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.simplifiedAroundTheWorld h4:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld h4 {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.simplifiedAroundTheWorld h4 {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.simplifiedAroundTheWorld h4 {
		font-size: 63px;
	}
}

.simplifiedAroundTheWorld .text {
	margin: 0 auto;
}

.simplifiedAroundTheWorld .cta-tool-newsletter {
	padding-top: 0;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld .cta-tool-newsletter {
		padding: 0;
	}
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form {
	opacity: 1;
	display: block;
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half {
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld .cta-tool-newsletter .form .half {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .row {
	margin-bottom: 0;
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .row select.region {
	width: 330px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .row select.region {
		width: 100%;
	}
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .row .location-icon {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460.96085 460.96085' width='460.961' height='460.961'%3E%3Cpath d='M188.744 252.816c9.7 1.1 18.4 9.9 19.5 19.5l8.3 72.9c1.1 9.6 2.9 25.4 4 35.1l8.3 72.9c1.1 9.6 5.5 10.4 9.8 1.7l102.4-206.7c4.3-8.7 11.4-22.9 15.7-31.7l102.4-206.7c4.3-8.7.7-12.3-8-8l-206.7 102.6c-8.7 4.3-23 11.4-31.7 15.7l-206.7 102.3c-8.7 4.3-7.9 8.7 1.7 9.8l72.9 8.3c9.7 1.1 25.4 2.9 35.1 4l73 8.3z' fill='%233c3c3c'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 35%;
	background-position: center 55%;
	height: 50px;
	width: 50px;
	pointer-events: none;
	position: relative;
	opacity: .1;
	display: inline-block;
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .row ._hasvalue~label {
	display: none;
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .drop-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 14px 0 rgba(0,0,0,.05);
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld .cta-tool-newsletter .form .half .drop-container {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
	}
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .cta {
	padding: 0;
	font-weight: 400;
	border-radius: 4px;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld .cta-tool-newsletter .form .cta {
		margin-left: 0;
	}
}

.simplifiedAroundTheWorld .cta-tool-newsletter .form .cta a {
	padding: 6px 30px;
}

.simplifiedAroundTheWorld form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

@media (max-width:1023px) {
	.simplifiedAroundTheWorld {
		text-align: left;
		padding: 40px;
		font-size: 14px;
	}

	.simplifiedAroundTheWorld .st-icon {
		display: none;
	}

	.simplifiedAroundTheWorld h4 {
		margin-bottom: 20px;
	}

	.simplifiedAroundTheWorld .text {
		margin: 0;
	}
}

@media (max-width:767px) {
	.simplifiedAroundTheWorld {
		padding: 20px;
	}
}

.single-review {
	background-color: #fff;
	margin: 0;
	padding: 30px 0;
}

@media (max-width:1023px) {
	.single-review {
		padding: 45px 0;
	}
}

.single-review.bg-grey {
	background-color: #f2f1f0;
}

.single-review.bg-grey .container .quote {
	background-color: #fff;
}

.single-review .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.single-review .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.single-review .sublinks {
		font-size: 24px;
	}
}

.single-review .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.single-review .cta-container {
	margin: 0;
}

.single-review .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.single-review .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.single-review .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.single-review .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

.single-review.active .container .quote .more .label-more {
	display: none;
}

.single-review.active .container .quote .more .label-less {
	display: inline;
}

.single-review.active .container .quote .more .icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-review .container {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
}

.single-review .container .quote {
	position: relative;
	width: calc(100% - 15pc);
	border: 1px solid #d4d4d4;
	white-space: normal;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	padding: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #f2f1f0;
}

@media (min-width:1681px) {
	.single-review .container .quote {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote {
		font-size: 24px;
	}
}

.single-review .container .quote .more {
	text-transform: uppercase;
	text-decoration: none;
	font-family: RobotoRegular,sans-serif;
	font-size: 15px;
	color: #333;
	display: inline-block;
	margin-top: 60px;
	line-height: 25px;
}

.single-review .container .quote .more:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.single-review .container .quote .more:lang(bg),.single-review .container .quote .more:lang(ru),.single-review .container .quote .more:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.single-review .container .quote .more:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.single-review .container .quote .more:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.single-review .container .quote .more:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.single-review .container .quote .more {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote .more {
		font-size: 21px;
	}
}

.single-review .container .quote .more .label-less {
	display: none;
}

.single-review .container .quote .more .icon {
	height: 25px;
	width: 25px;
	display: block;
	margin: 6px auto;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

@media (min-width:1681px) {
	.single-review .container .quote .more .icon {
		height: 30px;
		width: 30px;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote .more .icon {
		height: 37.5px;
		width: 37.5px;
	}
}

@media (max-width:1023px) {
	.single-review .container .quote {
		padding: 30px 15px;
		width: calc(100% - 30px);
	}
}

.single-review .container .quote .quote-text {
	font-style: italic;
	color: #333;
}

.single-review .container .quote .quote-text:after,.single-review .container .quote .quote-text:before {
	padding: 1em;
	vertical-align: text-bottom;
	position: relative;
	content: " ";
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_close.png) 50% no-repeat;
}

@media (max-width:1023px) {
	.single-review .container .quote .quote-text:after,.single-review .container .quote .quote-text:before {
		padding: 1em;
	}
}

.single-review .container .quote .quote-text:before {
	top: -9pt;
	left: -9pt;
}

.single-review .container .quote .quote-text:after {
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/news_quotes_close.png) 50% no-repeat;
	padding: 1em;
	vertical-align: text-top;
	top: 9pt;
	right: -9pt;
}

.single-review .container .quote .quote-text blockquote {
	display: inline;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

.single-review .container .quote .quote-source {
	margin-top: 30px;
}

.single-review .container .quote .quote-source a {
	text-decoration: none;
	color: #000;
}

.single-review .container .quote .expanded {
	display: none;
	text-align: left;
	padding: 30px;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.single-review .container .quote .expanded {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote .expanded {
		font-size: 24px;
	}
}

.single-review .container .quote .expanded .title {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.single-review .container .quote .expanded .title {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.single-review .container .quote .expanded .title {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote .expanded .title {
		font-size: 30px;
	}
}

.single-review .container .quote .expanded .subtitle {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.single-review .container .quote .expanded .subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.single-review .container .quote .expanded .subtitle {
		font-size: 27px;
	}
}

.single-review .container .quote .expanded img {
	display: block;
	width: 100%;
	margin: 30px 0;
}

.single-review.active,.single-review.active .container {
	margin-bottom: 0;
}

.single-review.active .container .content .details .more .label-more {
	display: none;
}

.single-review.active .container .content .details .more .label-less {
	display: inline;
}

.single-review.active .container .content .details .more .icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width:1023px) {
	.single-review .container {
		display: block;
	}

	.single-review .container .quote {
		display: block;
		margin: 0 45px;
		width: calc(100% - 90px);
	}

	.single-review .container .quote .text {
		max-width: none;
	}

	.single-review .container .quote .more {
		font-size: 14px;
		margin-top: 30px;
	}

	.single-review.active .container .content .details .more {
		display: block;
		position: relative;
	}

	.single-review .expanded {
		margin-bottom: 0;
	}

	.single-review .expanded .table,.single-review .expanded .table .row {
		display: block;
	}

	.single-review .expanded .table .row .cell {
		display: block;
		width: 100%;
	}

	.single-review .expanded .table .row .cell,.single-review .expanded .table .row .cell:first-child,.single-review .expanded .table .row .cell:last-child {
		padding: 0 0 40px;
	}

	.single-review .expanded img {
		margin-top: 0;
	}

	.single-review .expanded img:last-child {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.single-review .container .quote {
		margin: 0 20px;
		width: calc(100% - 40px);
	}

	.single-review .container .quote .title {
		font-size: 25px;
	}

	.single-review .container .quote .expanded {
		padding: 45px 0 0;
	}

	.single-review.active .container .content .details .more .icon {
		position: static;
		right: auto;
		top: auto;
	}
}

.sound-component {
	padding: 0;
	min-width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: calc(100vh - 75px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sound-component.edit-mode {
	height: 600px!important;
}

@media (max-width:1023px) {
	.sound-component {
		height: calc(100vh - 70px);
	}
}

@media (min-width:1681px) {
	.sound-component {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.sound-component {
		height: calc(100vh - 112.5px);
	}
}

.sound-component .img-container {
	max-height: calc(100vh - 75px);
	overflow: hidden;
}

@media (max-width:1023px) {
	.sound-component .img-container {
		max-height: calc(100vh - 70px);
	}
}

@media (min-width:1681px) {
	.sound-component .img-container {
		max-height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.sound-component .img-container {
		max-height: calc(100vh - 112.5px);
	}
}

.sound-component .img-container .background {
	position: absolute;
	height: auto;
	min-height: calc(100vh - 75px);
	min-width: 100%;
	top: 0;
	left: 0;
}

@media (max-width:1023px) {
	.sound-component .img-container .background {
		min-height: calc(100vh - 70px);
	}
}

@media (min-width:1681px) {
	.sound-component .img-container .background {
		min-height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.sound-component .img-container .background {
		min-height: calc(100vh - 112.5px);
	}
}

@media (orientation:landscape) {
	.sound-component .img-container .background.portrait {
		display: none;
	}
}

@media (orientation:portrait) {
	.sound-component .img-container .background.landscape {
		display: none;
	}
}

.sound-component .linear-gradient {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	height: calc(100vh - 75px);
}

@media (max-width:1023px) {
	.sound-component .linear-gradient {
		height: calc(100vh - 70px);
	}
}

@media (min-width:1681px) {
	.sound-component .linear-gradient {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.sound-component .linear-gradient {
		height: calc(100vh - 112.5px);
	}
}

.sound-component.white {
	color: #fff;
}

.sound-component.white.top .linear-gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,.6)),to(transparent));
	background: linear-gradient(rgba(0,0,0,.6) 60%,transparent);
}

.sound-component.white.bottom .linear-gradient {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,rgba(0,0,0,.6)));
	background: linear-gradient(transparent,rgba(0,0,0,.6) 60%);
}

.sound-component.white.center .linear-gradient {
	background: rgba(0,0,0,.25);
}

.sound-component.white .text-container .description::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: hsla(0,0%,100%,.3);
}

.sound-component.white .text-container .audio-container .play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eplay%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3Cpath d='M15.65 12.1v16l14-8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.white .text-container .audio-container .play:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eplay-hover_white%3C/title%3E%3Cpath d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-4.35 28.1v-16l14 8-14 8z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.white .text-container .audio-container .play.playing {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Epause%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M16 12h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1zM23 12h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1z'/%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.white .text-container .audio-container .play.playing:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Epause_hover_white%3C/title%3E%3Cpath d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.white .text-container .audio-container .rewind {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Erewind%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M13.597 18.215c-1.644 3.672.07 7.845 3.828 9.32 3.758 1.476 8.137-.304 9.781-3.976 1.644-3.671-.07-7.844-3.828-9.32a7.527 7.527 0 0 0-3.01-.515' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M22.25 11v6L17 14z'/%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.white .text-container .audio-container .rewind:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Erewind_hover_white%3C/title%3E%3Cpath d='M20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0zm2.317 11l-5.25 3 5.25 3v-2.334c.289.071.574.161.853.271 3.36 1.32 4.887 5.035 3.418 8.316-1.48 3.305-5.437 4.914-8.822 3.584-3.361-1.32-4.887-5.035-3.418-8.315a.75.75 0 1 0-1.37-.613c-1.818 4.063.083 8.692 4.24 10.325 4.13 1.622 8.932-.33 10.74-4.368 1.819-4.063-.083-8.693-4.24-10.325a8.246 8.246 0 0 0-1.402-.411V11z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.grey {
	color: #333;
}

.sound-component.grey.top .linear-gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,hsla(0,0%,100%,.6)),to(hsla(0,0%,100%,0)));
	background: linear-gradient(hsla(0,0%,100%,.6) 60%,hsla(0,0%,100%,0));
}

.sound-component.grey.bottom .linear-gradient {
	background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(60%,hsla(0,0%,100%,.6)));
	background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.6) 60%);
}

.sound-component.grey.center .linear-gradient {
	background: hsla(0,0%,100%,.25);
}

.sound-component.grey .text-container .description::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: rgba(51,51,51,.5);
}

.sound-component.grey .text-container .audio-container .play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eplay_darkgrey%3C/title%3E%3Cg fill='%23333' fill-rule='nonzero'%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3Cpath d='M15.65 12.1v16l14-8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.grey .text-container .audio-container .play:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eplay-hover_darkgrey%3C/title%3E%3Cpath d='M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm-4.35 28.1v-16l14 8-14 8z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.grey .text-container .audio-container .play.playing {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Epause_darkgrey%3C/title%3E%3Cg fill='%23333' fill-rule='nonzero'%3E%3Cpath d='M16 12h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1zM23 12h1a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1z'/%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.grey .text-container .audio-container .play.playing:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Epause_hover_darkgrey%3C/title%3E%3Cpath d='M20 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20zm-4-28a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1zm7 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1h-1z' fill='%23333' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.grey .text-container .audio-container .rewind {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Erewind_darkgrey%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M13.597 18.215c-1.644 3.672.07 7.845 3.828 9.32 3.758 1.476 8.137-.304 9.781-3.976 1.644-3.671-.07-7.844-3.828-9.32a7.527 7.527 0 0 0-3.01-.515' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill='%23333' fill-rule='nonzero' d='M22.25 11v6L17 14z'/%3E%3Cpath d='M20 39c10.45 0 19-8.55 19-19S30.45 1 20 1 1 9.55 1 20s8.55 19 19 19zm0 1C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z' fill='%23333' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:1023px) {
	.sound-component.grey .text-container .audio-container .rewind:hover {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Erewind_hover_darkgrey%3C/title%3E%3Cpath d='M20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0zm2.317 11l-5.25 3 5.25 3v-2.334c.289.071.574.161.853.271 3.36 1.32 4.887 5.035 3.418 8.316-1.48 3.305-5.437 4.914-8.822 3.584-3.361-1.32-4.887-5.035-3.418-8.315a.75.75 0 1 0-1.37-.613c-1.818 4.063.083 8.692 4.24 10.325 4.13 1.622 8.932-.33 10.74-4.368 1.819-4.063-.083-8.693-4.24-10.325a8.246 8.246 0 0 0-1.402-.411V11z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.sound-component.top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sound-component.top .text-container {
	padding-top: 60px;
}

.sound-component.bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sound-component.bottom .text-container {
	padding-bottom: 60px;
}

.sound-component.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sound-component .text-container {
	position: relative;
	width: 50vw;
}

@media (max-width:1023px) {
	.sound-component .text-container {
		width: calc(100vw - 90px);
		margin-right: 45px;
		margin-left: 45px;
	}
}

@media (max-width:767px) {
	.sound-component .text-container {
		width: calc(100vw - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}
}

.sound-component .text-container .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	text-align: center;
}

.sound-component .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.sound-component .text-container .title:lang(bg),.sound-component .text-container .title:lang(ru),.sound-component .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.sound-component .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.sound-component .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.sound-component .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.sound-component .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.sound-component .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.sound-component .text-container .title {
		font-size: 63px;
	}
}

.sound-component .text-container .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding-top: 15px;
	max-height: 25vh;
	overflow-y: auto;
	text-align: center;
}

@media (min-width:1681px) {
	.sound-component .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.sound-component .text-container .description {
		font-size: 24px;
	}
}

.sound-component .text-container .description::-webkit-scrollbar {
	width: 6px;
}

.sound-component .text-container .audio-container .wave-container .wave {
	display: none;
	width: 100%;
	background-size: 100% 100%;
	background-position: 0;
	position: relative;
	height: 10vh;
}

@media (max-width:1279px) {
	.sound-component .text-container .audio-container .wave-container .wave {
		height: 10vh;
	}
}

.no-webaudio .sound-component .text-container .audio-container .wave-container .wave {
	background-image: url(clientlib-site/css/img/wave.png);
}

.no-webaudio .sound-component .text-container .audio-container .wave-container .wave .wave-white {
	height: 10vh;
	width: 50vw;
	background-image: url(clientlib-site/css/img/wave-white.png);
	background-size: 100% 100%;
	background-position: 0;
}

@media (max-width:1279px) {
	.no-webaudio .sound-component .text-container .audio-container .wave-container .wave .wave-white {
		height: 10vh;
	}
}

.sound-component .text-container .audio-container .controls {
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.sound-component .text-container .audio-container .controls .control {
	width: 39px;
	height: 39px;
	display: inline-block;
	cursor: pointer;
}

.sound-component .text-container .audio-container .controls .control:first-child {
	margin-left: 0;
}

@media (min-width:1681px) {
	.sound-component .text-container .audio-container .controls .control {
		width: 58.5px;
		height: 58.5px;
	}
}

.sound-component.active .text-container .description,.sound-component.active .text-container .title,.sound-component .text-container .audio-container .controls .play.disabled,.sound-component .text-container .audio-container .controls .rewind.disabled {
	display: none;
}

.sound-component.active .text-container .audio-container .wave-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sound-component.active .text-container .audio-container .wave-container .wave {
	display: block;
}

.specs-list {
	background: #fff;
	padding: 60px;
}

@media (max-width:1023px) {
	.specs-list {
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (min-width:1024px) {
	.specs-list.fullScreen {
		height: calc(100vh - 75px);
		padding-top: 0;
		padding-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:1023px) {
	.specs-list.fullScreen .logo-wrapper .logo-element {
		width: 100%;
	}
}

.specs-list.fullScreen .logo-wrapper .logo-element .logo-text .logo-description {
	max-height: 20vh;
	overflow-y: auto;
}

.specs-list.fullScreen .logo-wrapper .logo-element .logo-text .logo-description::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #fff;
}

.specs-list.fullScreen .logo-wrapper .logo-element .logo-text .logo-description::-webkit-scrollbar {
	width: 6px;
}

.specs-list.fullScreen .logo-wrapper .logo-element .logo-text .logo-description::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #ebebeb;
}

.specs-list.grey {
	background: #f2f1f0;
}

.specs-list.darkgrey {
	background: #333;
}

.specs-list.black {
	background: #000;
}

.specs-list.blue {
	background: #00425e;
}

.specs-list.center {
	text-align: center;
}

.specs-list.justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.specs-list .subtitle {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	letter-spacing: -.02em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 15px;
}

.specs-list .subtitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.specs-list .subtitle:lang(bg),.specs-list .subtitle:lang(ru),.specs-list .subtitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.specs-list .subtitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.specs-list .subtitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.specs-list .subtitle {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.specs-list .subtitle {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.specs-list .subtitle {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.specs-list .subtitle {
		font-size: 36px;
	}
}

.specs-list.text-white {
	color: #fff;
}

.specs-list.text-white .main .ctaAnchor {
	color: #fff;
	text-decoration: unset;
	width: 100%;
}

.specs-list.text-white .main .ctaAnchor .discover-container {
	cursor: pointer;
}

.specs-list.text-white .main .ctaAnchor .discover-container .cta-plus {
	height: 20px;
}

.specs-list.text-white .main .ctaAnchor .discover-container .cta-plus:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23FFFFFF' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
	color: #333;
}

.specs-list.text-black {
	color: #333;
}

.specs-list.text-black .main .ctaAnchor {
	color: #333;
	text-decoration: unset;
	width: 100%;
}

.specs-list.text-black .main .ctaAnchor .discover-container {
	cursor: pointer;
}

.specs-list.text-black .main .ctaAnchor .discover-container .cta-plus {
	height: 20px;
}

.specs-list.text-black .main .ctaAnchor .discover-container .cta-plus:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23333333' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
	color: #333;
}

.specs-list .main {
	width: 100%;
	padding-bottom: 60px;
}

.specs-list .main.center {
	text-align: center;
}

.specs-list .main.center .ctaAnchor .discover-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs-list .main.left {
	text-align: left;
}

.specs-list .main.left .ctaAnchor .discover-container {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.specs-list .main .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	white-space: normal;
	line-height: 1.3;
	letter-spacing: 0;
}

.specs-list .main .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.specs-list .main .title:lang(bg),.specs-list .main .title:lang(ru),.specs-list .main .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.specs-list .main .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.specs-list .main .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .main .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.specs-list .main .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.specs-list .main .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.specs-list .main .title {
		font-size: 63px;
	}
}

.specs-list .main .description {
	margin-top: 15px;
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

.specs-list .main .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.specs-list .main .description:lang(bg),.specs-list .main .description:lang(ru),.specs-list .main .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.specs-list .main .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.specs-list .main .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .main .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.specs-list .main .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.specs-list .main .description {
		font-size: 24px;
	}
}

.specs-list .main .ctaAnchor .discover-container {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1023px) {
	.specs-list .main .ctaAnchor .discover-container {
		width: 100%;
	}
}

.specs-list .main .ctaAnchor .discover-container .discover-more {
	font-family: Univers45,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1;
}

.specs-list .main .ctaAnchor .discover-container .discover-more:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.specs-list .main .ctaAnchor .discover-container .discover-more:lang(bg),.specs-list .main .ctaAnchor .discover-container .discover-more:lang(ru),.specs-list .main .ctaAnchor .discover-container .discover-more:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.specs-list .main .ctaAnchor .discover-container .discover-more:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.specs-list .main .ctaAnchor .discover-container .discover-more:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .main .ctaAnchor .discover-container .discover-more:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.specs-list .main .ctaAnchor .discover-container .discover-more {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.specs-list .main .ctaAnchor .discover-container .discover-more {
		font-size: 21px;
	}
}

.specs-list .main .ctaAnchorLink .discover-container {
	margin-top: 30px;
}

.specs-list .logo-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.specs-list .logo-wrapper.left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.specs-list .logo-wrapper.left .logo-element {
	margin-right: 10px;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper.left .logo-element {
		margin-right: 0;
	}
}

.specs-list .logo-wrapper.left .logo-element .logo-text,.specs-list .logo-wrapper.left .logo-element .logo .logo-spec-wrap {
	text-align: left;
}

.specs-list .logo-wrapper.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs-list .logo-wrapper.center .logo-element .logo-text {
	text-align: center;
}

.specs-list .logo-wrapper.center .logo-element .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs-list .logo-wrapper.center .logo-element .logo .logo-spec-wrap {
	text-align: center;
}

.specs-list .logo-wrapper.justify {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.specs-list .logo-wrapper.justify .logo-element .logo-text {
	text-align: center;
}

.specs-list .logo-wrapper.justify .logo-element .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs-list .logo-wrapper.justify .logo-element .logo .logo-spec-wrap {
	text-align: center;
}

.specs-list .logo-wrapper .logo-element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 18%;
	width: 18%;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element {
		max-width: 100%;
		width: auto;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element:last-child {
		margin-bottom: 0;
	}
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle {
	font-family: RobotoRegular,sans-serif;
	font-size: 27px;
	letter-spacing: -.02em;
	padding-bottom: 15px;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(bg),.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(ru),.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle {
		font-size: .3in;
	}
}

@media (min-width:2201px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-subtitle {
		font-size: 36px;
	}
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: -.02em;
	padding-bottom: 15px;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(bg),.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(ru),.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo-text .logo-description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-description {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-description {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.specs-list .logo-wrapper .logo-element .logo-text .logo-description {
		font-size: 24px;
	}
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap {
	width: 100%;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	font-size: 5pc;
	max-width: 100%;
	display: inline-block;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(bg),.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(ru),.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 5pc;
	}
}

@media (min-width:1681px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 6pc;
	}
}

@media (min-width:2201px) {
	.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec {
		font-size: 90pt;
	}
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec.unit {
	max-width: 60%;
}

.specs-list .logo-wrapper .logo-element .logo .logo-spec-wrap .logo-spec-unit {
	font-size: 22px;
	max-width: 40%;
	display: inline-block;
	overflow-x: hidden;
	position: relative;
	bottom: -5px;
}

.specs-list .logo-wrapper.reverse .logo-element {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.specs-list .logo-wrapper.reverse .logo-element .logo {
	padding-bottom: 15px;
}

.specs-list .logo-wrapper.reverse .logo-element .logo-text .logo-description {
	padding-bottom: 0;
}

.splash-page-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: RobotoRegular,sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1102;
	background: #000;
	opacity: .9;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
	display: none;
}

.splash-page-2:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.splash-page-2:lang(bg),.splash-page-2:lang(ru),.splash-page-2:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.splash-page-2:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.splash-page-2:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.splash-page-2:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.splash-page-2.enabled {
	display: block;
}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	40% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	60% {
		-webkit-transform: translate3d(8%,0,0);
		transform: translate3d(8%,0,0);
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slide {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	40% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	60% {
		-webkit-transform: translate3d(8%,0,0);
		transform: translate3d(8%,0,0);
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.splash-page-2.enabled .loader:after {
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slide;
	animation-name: slide;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.splash-page-2.enabled.phase-2 {
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
	background-size: cover;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: phase-2-background-color;
	animation-name: phase-2-background-color;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes phase-2-loader {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes phase-2-loader {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes phase-2-background-color {
	0% {
		opacity: 0;
		background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
		background-size: cover;
	}

	to {
		opacity: 1;
		background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
		background-size: cover;
	}
}

@keyframes phase-2-background-color {
	0% {
		opacity: 0;
		background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
		background-size: cover;
	}

	to {
		opacity: 1;
		background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
		background-size: cover;
	}
}

.splash-page-2.enabled.phase-2 .loader {
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: phase-2-loader;
	animation-name: phase-2-loader;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2.enabled.phase-2 .content .logo {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2.enabled.phase-2 .content .date-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2.enabled.phase-2 .content .date-1 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2.enabled.phase-2 .content .date-1.date-1-bis {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2.enabled.phase-3 .close,.splash-page-2.enabled.phase-3 .inner-content {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-2 .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	opacity: 0;
}

.splash-page-2 .content {
	position: absolute;
	top: 0;
	width: 32%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

@media (max-width:1024px) {
	.splash-page-2 .content {
		width: 50%;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content {
		width: 70%;
	}
}

.splash-page-2 .content .date-1 {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: contain;
	top: 60px;
	width: 100%;
	height: 12%;
	opacity: 0;
}

@media (max-width:1024px) {
	.splash-page-2 .content .date-1 {
		top: 25%;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content .date-1 {
		height: 7%;
		top: 25%;
	}
}

.splash-page-2 .content .date-1.date-1-bis.img {
	top: 10pc;
}

@media (max-width:1024px) {
	.splash-page-2 .content .date-1.date-1-bis.img {
		top: 31%;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content .date-1.date-1-bis.img {
		top: 30%;
	}
}

.splash-page-2 .content .date-1.img {
	height: auto;
	top: 90px;
	background: none;
}

@media (max-width:1024px) {
	.splash-page-2 .content .date-1.img {
		height: auto;
		top: 25%;
		background: none;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content .date-1.img {
		height: auto;
		top: 25%;
		background: none;
	}
}

.splash-page-2 .content .logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89.825' height='116.694' viewBox='0 0 89.82542 116.69371'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ETridente%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M34.589 99.063h20.598v5.086H34.589zM37.092 106.133h15.593v10.56H37.092zM14.27 75.441h61.26v2.565H14.27zM10.986 80.258h67.795v2.556H10.986zM10.899 70.713h67.814v2.556H10.899zM43.553 84.97h-16.51c0 .125.01.336 1.909.705a11.209 11.209 0 0 1 5.273 2.646c3.389 3.087 3.374 8.667 3.374 8.667h14.616s-.02-5.58 3.37-8.69a11.266 11.266 0 0 1 5.258-2.623c1.884-.369 1.884-.704 1.884-.704H43.553zM21.91 84.97h-7.368v5.325c4.54.983 7.367-.983 7.367-5.325zM30.118 68.816h8.441c.278-.426.532-.877.767-1.313a51.391 51.391 0 0 0 5.546-13.594 50.338 50.338 0 0 0 5.513 13.594c.25.436.518.863.772 1.313h8.46c-.609-.824-7.238-10.363-10.013-20.842-3.385-12.77-2.316-26.662-2.316-26.662s2.152.95 4.813 2.205c1.654.782 4.942 2.474 5.364 1.788.33-.546-5.594-5.177-8.37-10.641C46.162 8.864 45.611.158 44.891 0c-.771.158-1.342 8.878-4.275 14.664-2.761 5.464-8.7 10.114-8.36 10.66.417.667 3.705-1.025 5.378-1.807 2.641-1.236 4.794-2.205 4.794-2.205s1.045 13.892-2.325 26.662c-2.766 10.479-9.386 20.018-9.985 20.842zM14.251 68.817h7.684a129.603 129.603 0 0 0-3.307-18.651 82.074 82.074 0 0 0-7.708-17.79s1.342-.23 4.458.945c2.919 1.088 4.549 2.43 4.755 2.195.36-.417-4.353-5.881-9.17-9.189C6.462 23.226.45 22.013.024 22.69c-.494.724 6.759 7.91 10.378 20.008 3.307 11.05 3.801 25.085 3.85 26.12zM78.849 26.327c-4.818 3.308-9.52 8.772-9.16 9.19.201.234 1.821-1.108 4.75-2.196 3.111-1.174 4.468-.944 4.468-.944a82.085 82.085 0 0 0-7.709 17.789 131.78 131.78 0 0 0-3.33 18.651h7.688c.033-1.035.56-15.07 3.859-26.12 3.619-12.099 10.872-19.284 10.387-20.008-.45-.676-6.438.537-10.953 3.638zM75.26 90.295V84.97h-7.353c0 4.342 2.828 6.308 7.353 5.325z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: contain;
	top: 50%;
	width: 100%;
	height: 15%;
	opacity: 0;
}

@media (max-width:1024px) {
	.splash-page-2 .content .logo {
		height: 12%;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content .logo {
		height: 10%;
	}
}

.splash-page-2 .content .date-2 {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 90px;
	width: 100%;
	height: auto;
	opacity: 0;
}

@media (max-width:1024px) {
	.splash-page-2 .content .date-2 {
		bottom: 25%;
	}
}

@media (max-width:767px) {
	.splash-page-2 .content .date-2 {
		bottom: 25%;
	}
}

@media (max-width:1024px) and (max-height:450px) {
	.splash-page-2 .content .date-1.img {
		width: 30%;
		top: 48%;
		left: 20%;
	}

	.splash-page-2 .content .date-1.date-1-bis.img {
		width: 30%;
		top: 52%;
	}

	.splash-page-2 .content .logo {
		left: 50%;
	}

	.splash-page-2 .content .date-2 {
		top: 45.5%;
		width: 30%;
		left: 78%;
	}
}

.splash-page-2 .content .inner-content {
	position: absolute;
	bottom: 30px;
	height: 25px;
	width: 100%;
	left: 0;
	font-size: 14px;
	opacity: 0;
}

.splash-page-2 .content .inner-content .play-button {
	height: 20px;
	width: 20px;
	display: block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cg transform='translate(7.5 6.75)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M14.375 11.875V6.786C14.375 3.038 11.297 0 7.5 0S.625 3.038.625 6.786v5.089' stroke='%23FFF' stroke-width='1.5'/%3E%3Crect fill='%23FFF' fill-rule='nonzero' y='9.375' width='3.75' height='6.375' rx='1.875'/%3E%3Crect fill='%23FFF' fill-rule='nonzero' x='11.25' y='9.375' width='3.75' height='6.375' rx='1.875'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
	position: absolute;
	left: calc(50% - 10px);
	top: 50%;
	-webkit-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%);
}

.splash-page-2 .content .inner-content .play-button.playing {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg transform='translate(11.053 8.684)' fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M.79 0h.789a.79.79 0 0 1 .79.79v11.052a.79.79 0 0 1-.79.79h-.79a.79.79 0 0 1-.789-.79V.79A.79.79 0 0 1 .79 0z'/%3E%3Crect x='5.526' width='2.368' height='12.632' rx='1.184'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: auto;
}

@media (max-width:767px) {
	.splash-page-2 .content .inner-content .play-button {
		height: 30px;
		width: 30px;
	}
}

.splash-page-2 .content .inner-content .separator {
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.splash-page-2 .content .inner-content .skip {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
}

@media (max-width:767px) {
	.splash-page-2 .content .inner-content {
		bottom: 60px;
		font-size: 9pt;
		height: 35px;
	}
}

.splash-page-2 .loader {
	height: 3px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	background: #444;
	opacity: 1;
	overflow: hidden;
}

.splash-page-2 .loader:after {
	position: absolute;
	content: "";
	display: block;
	background: #e8e8e8;
}

.splash-page-2 .loader:after,.splash-page-3 {
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.splash-page-3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: RobotoRegular,sans-serif;
	position: fixed;
	z-index: 1102;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
	display: none;
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/splash-page/backgroundmmxx.jpg);
	background-size: cover;
}

.splash-page-3:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.splash-page-3:lang(bg),.splash-page-3:lang(ru),.splash-page-3:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.splash-page-3:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.splash-page-3:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.splash-page-3:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.splash-page-3.enabled {
	display: block;
}

.splash-page-3.enabled.phase-1 .content .middle .date-2 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-3.enabled.phase-2 .content .middle .date-2 {
	pointer-events: auto;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-3.enabled.phase-2 .content .middle .logo-2 {
	pointer-events: auto;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-3.enabled.phase-2 .close,.splash-page-3.enabled.phase-2 .content .bottom div:last-child,.splash-page-3.enabled.phase-2 .content .bottom div:last-child .cta-splash {
	pointer-events: auto;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-3.enabled.phase-2 .content .bottom div:first-child,.splash-page-3.enabled.phase-2 .content .bottom div:first-child *,.splash-page-3.enabled.phase-2 .content .header * {
	pointer-events: auto;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.splash-page-3 .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 2;
}

.splash-page-3 .content {
	height: 100%;
	position: relative;
	width: 46vh;
}

.splash-page-3 .content,.splash-page-3 .content .header {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.splash-page-3 .content .header {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 45px;
	height: 6vh;
	width: 100%;
}

.splash-page-3 .content .header * {
	opacity: 0;
	pointer-events: none;
}

.splash-page-3 .content .header .logo {
	position: relative;
	width: 100%;
	height: 100%;
}

.splash-page-3 .content .header .logo:before {
	content: "";
	display: block;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='336.7 267.7 606.7 263.3'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M626.3 398.1h27v6.7h-27zM629.6 407.4H650v13.8h-20.4zM599.7 367.1H680v3.4h-80.3zM595.4 373.4h88.9v3.3h-88.9zM595.3 360.9h88.9v3.4h-88.9zM653.9 384c-4.4 4.1-4.4 11.4-4.4 11.4h-19.1s0-7.3-4.4-11.4c-3.1-2.9-6.9-3.5-6.9-3.5-2.5-.5-2.5-.8-2.5-.9H663.5s0 .4-2.5.9c-.2 0-4 .6-7.1 3.5M600 379.6h9.7c0 5.7-3.7 8.3-9.7 7v-7zM634.2 287.4c3.9-7.6 4.6-19 5.6-19.2.9.2 1.7 11.6 5.5 19.2 3.6 7.2 11.4 13.2 11 14-.5.9-4.9-1.3-7-2.3-3.5-1.6-6.3-2.9-6.3-2.9s-1.4 18.2 3 35c3.6 13.7 12.3 26.2 13.1 27.3H648c-.3-.6-.7-1.2-1-1.7-3-5.3-5.2-9.9-7.2-17.8-2.1 7.9-4.3 12.5-7.3 17.8-.3.6-.6 1.2-1 1.7h-11.1c.8-1.1 9.5-13.6 13.1-27.3 4.4-16.7 3-35 3-35s-2.8 1.3-6.3 2.9c-2.2 1-6.5 3.2-7.1 2.4-.3-.8 7.5-6.9 11.1-14.1M599.7 358.4c-.1-1.4-.7-19.7-5.1-34.1-4.7-15.8-14.3-25.2-13.6-26.1.6-.9 8.4.7 14.3 4.8 6.3 4.3 12.5 11.5 12 12-.3.3-2.4-1.4-6.2-2.9-4.1-1.5-5.8-1.2-5.8-1.2s6.8 11.2 10.1 23.2c2.8 10.1 4.3 23.2 4.3 24.4l-10-.1zM680.1 358.4c0-1.4.7-19.7 5.1-34.1 4.7-15.8 14.3-25.2 13.6-26.1-.6-.9-8.4.7-14.4 4.8-6.3 4.3-12.5 11.5-12 12 .3.3 2.4-1.4 6.2-2.9 4.1-1.5 5.9-1.2 5.9-1.2s-6.8 11.2-10.1 23.2c-2.8 10.1-4.3 23.2-4.4 24.4l10.1-.1zM679.7 379.6H670c0 5.7 3.7 8.3 9.6 7v-7h.1zM477.3 478.6l7.8 21.7h-16.3l8.5-21.7zm226.5-6.1c6.1 0 14.6 3.3 14.6 14.6 0 7.2-2.7 10.7-5.9 12.4-2.7 1.5-5.6 1.7-8.6 1.7h-6v-28.4c1.5 0 3.7-.3 5.9-.3m78.6 6.1l7.8 21.7h-16.3l8.5-21.7zm-426 .3l22.2 52h3l22.8-52 2.3 39.3c.1.9.4 3.7.4 4.5 0 2.2-1.1 3.3-2.7 3.9-2 .8-5.1.9-7.3 1.1v3.1h29.8v-3.1c-9.2.4-9.4-2.2-9.9-10.2l-2.4-35.7c-.2-4.7-.1-6.8.9-7.8.5-.5 1.3-.8 2.5-1 1.3-.1 2.9-.1 5.4-.1v-3.1H403l-19.9 45.6-19.7-45.6h-20.6v3.1c7.9.5 9 .5 8.6 6.4l-3 36.9c-.8 10.5-.9 11.1-11.3 11.6v3.1h24.2v-3.1c-3.3 0-8.6-.1-8.6-3.9 0-1.6.1-3.5.3-4.2l3.4-40.8zm127.2 52h30v-3.1c-4-.1-5.7-.5-7.1-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.3-52h-10.8l1.6 4.3-17.6 44.2c-.8 1.9-1.4 3.6-1.9 4.9-2.1 4.4-4 5.6-9.1 6.6v3H471v-3.1c-1.6-.1-2.9-.3-3.9-.4-2.8-.5-5.7-1.1-5.7-4.6 0-3.4 1.5-7.5 2.4-10l3.1-7.9h19.9l4.2 11.6c.9 2.6 2 5.6 2 7.6 0 3.4-4.2 3.6-9.4 3.8v3.1zm71.5 2c11.7 0 19.2-8.2 19.2-17.6 0-5.2-2.1-9.1-4.8-12.2-2.2-2.5-4.8-4.3-7.7-6.1-3.5-2.3-6.5-4.3-8.8-5.9-2.3-1.5-4.2-3-5.5-4.2-2.6-2.3-3.4-4.2-3.4-7 0-4.4 3.9-8.5 9.3-8.5 6.9 0 11.7 4.8 14.7 12.6h3.2l-1.5-14.6h-3c-.8 1.1-1.3 1.3-1.7 1.3-.5 0-3.4-1.3-4.2-1.6-2.6-.9-5.7-1.4-9-1.4-8.5 0-16.8 6.6-16.8 15.8 0 5.5 2.3 11.1 14.8 18.8 10 6.1 15.5 9.5 15.5 16.7 0 7.9-7.6 10.4-11.4 10.4-2.9 0-11.5-1.6-15.7-13.5h-3.4l1.8 15.8h2.9c.1-.9.4-1.3 1.5-1.3.5 0 1 0 1.7.3 3.6 1.1 5.7 1.6 7.4 1.9 2 .2 3.1.3 4.9.3m96.3-2l1.4-15.4h-3.3c-2.7 10.5-5.9 11.6-12 11.6H627c-5.7 0-6 0-6-5.7v-19.7h13.8c6.9 0 7.8.4 8.2 8.1h3.3v-19.4H643c-.8 7.6-2.2 7.6-7.2 7.6H621v-24.2h15c6.6 0 8.7.7 10.4 10.1h3.1l-.6-13.9h-48.6v3.1c8.1-.1 9.9.9 9.9 7.8V520c0 5.6-.7 8.1-9.9 7.7v3.1h51.1v.1zm63.8-11c5.9 9 13 12.4 22 12v-3.1c-5.2-1-7.7-2.9-12.4-12.4-2.5-5.3-4-8.2-5.2-10-.9-1.3-2-2.3-3.1-3.5 1-.4 2.3-.8 3.6-1.4 6.1-2.8 9.5-7.4 9.5-14.6 0-17.8-22.7-17.8-27.5-17.8-10.7 0-18.9.9-25 1.5v3.1c9.1.4 10 .5 10 6.8V520c0 5.6-.8 8.1-10 7.7v3.1h31.8v-3.1h-4.4c-5.7 0-6.5-1.6-6.5-9.5v-13.4h8.5c1.5 2.3 7.1 12.8 8.7 15.1m73.5 11h30v-3.1c-3.9-.1-5.7-.5-6.9-1.7-1.4-1.3-2.5-4.6-3.1-6.3l-19.4-52h-10.8l1.6 4.3-17.4 44.2c-.8 1.9-1.4 3.6-2.1 4.9-2.1 4.4-4 5.6-9.1 6.6v3h24.9v-3.1c-1.6-.1-2.9-.3-4-.4-2.6-.5-5.7-1.1-5.7-4.6 0-3.4 1.6-7.5 2.6-10l3.1-7.9H792l4 11.6c1 2.6 1.9 5.6 1.9 7.6 0 3.4-4 3.6-9.4 3.8v3.1h.2zm95.7-46.9h3.3l-1.5-16.1h-2.5c-.7 1.6-1 1.9-5.6 1.9h-41.6c-1.7-.1-2.6-.3-3.5-1.9h-2.5l-1.3 16.1h3c1.2-3.5 1.7-5.5 2.2-6.8s1.1-2 1.8-2.5c1-.8 2.7-1.1 6.7-1.1H853v46.3c0 3.8-.4 5.5-1.7 6.4-.8.5-1.8.8-3.4 1-1.6.2-3.5.3-6.5.4v3.1h33.7v-3.1c-2.8-.1-4.7-.3-6.3-.4-1.6-.2-2.6-.5-3.4-1-1.4-1-1.8-2.9-1.8-7v-45.6H875c5.2 0 7.2.1 9.4 10.3m26.7 46.9h31.5v-3.1c-8.8-.5-10.8-1.6-10.8-9.1V485c0-10.2.1-11.6 10.4-12v-3.1h-31.5v3.1c8.9.6 10.4 1.7 10.4 9.1v30.8c0 3-.1 10.6-1.6 12.9-.8 1.4-1 1.6-8.5 2.1l.1 3z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89.825' height='116.694' viewBox='0 0 89.82542 116.69371'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ETridente%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M34.589 99.063h20.598v5.086H34.589zM37.092 106.133h15.593v10.56H37.092zM14.27 75.441h61.26v2.565H14.27zM10.986 80.258h67.795v2.556H10.986zM10.899 70.713h67.814v2.556H10.899zM43.553 84.97h-16.51c0 .125.01.336 1.909.705a11.209 11.209 0 0 1 5.273 2.646c3.389 3.087 3.374 8.667 3.374 8.667h14.616s-.02-5.58 3.37-8.69a11.266 11.266 0 0 1 5.258-2.623c1.884-.369 1.884-.704 1.884-.704H43.553zM21.91 84.97h-7.368v5.325c4.54.983 7.367-.983 7.367-5.325zM30.118 68.816h8.441c.278-.426.532-.877.767-1.313a51.391 51.391 0 0 0 5.546-13.594 50.338 50.338 0 0 0 5.513 13.594c.25.436.518.863.772 1.313h8.46c-.609-.824-7.238-10.363-10.013-20.842-3.385-12.77-2.316-26.662-2.316-26.662s2.152.95 4.813 2.205c1.654.782 4.942 2.474 5.364 1.788.33-.546-5.594-5.177-8.37-10.641C46.162 8.864 45.611.158 44.891 0c-.771.158-1.342 8.878-4.275 14.664-2.761 5.464-8.7 10.114-8.36 10.66.417.667 3.705-1.025 5.378-1.807 2.641-1.236 4.794-2.205 4.794-2.205s1.045 13.892-2.325 26.662c-2.766 10.479-9.386 20.018-9.985 20.842zM14.251 68.817h7.684a129.603 129.603 0 0 0-3.307-18.651 82.074 82.074 0 0 0-7.708-17.79s1.342-.23 4.458.945c2.919 1.088 4.549 2.43 4.755 2.195.36-.417-4.353-5.881-9.17-9.189C6.462 23.226.45 22.013.024 22.69c-.494.724 6.759 7.91 10.378 20.008 3.307 11.05 3.801 25.085 3.85 26.12zM78.849 26.327c-4.818 3.308-9.52 8.772-9.16 9.19.201.234 1.821-1.108 4.75-2.196 3.111-1.174 4.468-.944 4.468-.944a82.085 82.085 0 0 0-7.709 17.789 131.78 131.78 0 0 0-3.33 18.651h7.688c.033-1.035.56-15.07 3.859-26.12 3.619-12.099 10.872-19.284 10.387-20.008-.45-.676-6.438.537-10.953 3.638zM75.26 90.295V84.97h-7.353c0 4.342 2.828 6.308 7.353 5.325z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.splash-page-3 .content .middle {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	pointer-events: none;
	height: 10vh;
}

.splash-page-3 .content .middle * {
	opacity: 0;
	pointer-events: none;
}

.splash-page-3 .content .middle .date-2 {
	height: 100%;
}

.splash-page-3 .content .middle .logo-2 {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1024px) {
	.splash-page-3 .content .middle {
		height: 9vh;
	}
}

@media (max-width:767px) {
	.splash-page-3 .content .middle {
		top: 45%;
	}
}

.splash-page-3 .content .bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 45px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.splash-page-3 .content .bottom * {
	opacity: 0;
	pointer-events: none;
}

.splash-page-3 .content .bottom>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.splash-page-3 .content .bottom .modena {
	width: calc(10vh * ((2.26 / 100) * 120));
	margin-bottom: 10px;
}

.splash-page-3 .content .bottom .date {
	width: calc(10vh * ((2.26 / 100) * 120));
}

.splash-page-3 .content .bottom .cta-splash {
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 15px;
	position: relative;
	white-space: nowrap;
	font-size: 1pc;
}

.splash-page-3 .content .bottom .cta-splash:before {
	width: 100%;
	height: .8px;
	background: #fff;
	bottom: -4px;
	content: "";
	position: absolute;
	display: block;
	left: 0;
}

@media (max-width:767px) {
	.splash-page-3 .content .bottom .cta-splash {
		font-size: 14px;
	}
}

.splash-page-3 .content .bottom .skip {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	cursor: pointer;
	font-size: 14px;
}

@media (max-width:767px) {
	.splash-page-3 .content .bottom .skip {
		font-size: 9pt;
	}
}

@media (max-width:767px) {
	.splash-page-3 .content .bottom {
		height: 40%;
	}
}

@media (max-width:767px) {
	.splash-page-3 .content {
		width: 100%;
	}
}

.table-title {
	width: 100%;
	text-align: center;
	align: center;
	position: relative;
	font-weight: 700;
}

.data-table {
	padding: 15px 60px;
}

.data-table.overflowing {
	position: relative;
}

.data-table.overflowing .inner-table-container {
	background: none;
}

.data-table.overflowing .inner-table-container:after {
	content: " ";
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg transform='translate(0 -952.362)'%3E%3Crect width='98.039' height='98.039' x='.98' y='953.343' ry='7.957' fill='%23fff' fill-opacity='.498' stroke='%23b6b6b6' stroke-width='1.961'/%3E%3Cpath d='M33.49 975.657L10 1002.354l.021.016 1.559 1.771v.01l21.93 24.918 1.58-1.795-21.93-24.926 21.909-24.894-1.58-1.795zM66.51 1029.068L90 1002.37l-.021-.016-1.559-1.771v-.01l-21.93-24.918-1.58 1.795 21.93 24.926-21.909 24.894 1.58 1.796z' fill='%23aaa'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 75pt 75pt;
	z-index: 1;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 1;
	width: 75pt;
	height: 75pt;
}

.data-table.overflowing.scrolled .inner-table-container:after {
	opacity: 0;
}

@media (max-width:1023px) {
	.data-table {
		padding: 15px 20px;
	}
}

@media (max-width:767px) {
	.data-table {
		padding: 15px 20px;
	}
}

.data-table .inner-table-container {
	overflow-x: auto;
}

.data-table table {
	table-layout: fixed;
	width: 100%;
	text-align: left;
}

@media (max-width:1023px) {
	.data-table table {
		table-layout: auto;
	}
}

@media (max-width:1023px) {
	.data-table table tbody,.data-table table thead {
		overflow-x: auto;
	}
}

.data-table table td,.data-table table th {
	padding: 10px 5px;
	word-wrap: break-word;
	vertical-align: top;
}

.data-table table.last-cell-right td:last-child {
	text-align: right;
}

.data-table table tbody tr:nth-child(odd) {
	background-color: #f2f1f0;
}

.data-table table td,.data-table table th {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.data-table table td,.data-table table th {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.data-table table td,.data-table table th {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.data-table table td,.data-table table th {
		font-size: 9pt;
	}
}

.data-table table th {
	font-weight: 700;
	color: #333;
	margin-bottom: 6px;
}

.data-table table td {
	color: #333;
}

.data-table table.maserati__classic__table td:first-child,.data-table table.maserati__classic__table th:first-child {
	max-width: 350px;
	padding-left: 20px;
}

@media (max-width:767px) {
	.data-table table.maserati__classic__table td:first-child,.data-table table.maserati__classic__table th:first-child {
		padding-left: 6px;
		white-space: nowrap;
	}
}

@media (max-width:767px) {
	.data-table table.maserati__classic__table td:last-child,.data-table table.maserati__classic__table th:first-child {
		padding-right: 6px;
	}
}

.data-table table.maserati__classic__table td:not(:first-child),.data-table table.maserati__classic__table th:not(:first-child) {
	text-align: center;
}

.data-table .maserati__classic__table__title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-bottom: 30px;
}

.data-table .maserati__classic__table__title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.data-table .maserati__classic__table__title:lang(bg),.data-table .maserati__classic__table__title:lang(ru),.data-table .maserati__classic__table__title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.data-table .maserati__classic__table__title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.data-table .maserati__classic__table__title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.data-table .maserati__classic__table__title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.data-table .maserati__classic__table__title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.data-table .maserati__classic__table__title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.data-table .maserati__classic__table__title {
		font-size: 63px;
	}
}

.data-table.noalternate table tbody tr:nth-child(odd) {
	background-color: inherit;
}

.textimage-2cols {
	margin: 0;
	background-color: #f2f1f0;
	color: #333;
	padding: 0 60px;
}

.textimage-2cols[data-paddingtop=none] {
	padding-top: 0;
}

.textimage-2cols[data-paddingbottom=none] {
	padding-bottom: 0;
}

.textimage-2cols[data-paddingtop=low] {
	padding-top: 15px;
}

.textimage-2cols[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.textimage-2cols[data-paddingtop=medium] {
	padding-top: 30px;
}

.textimage-2cols[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.textimage-2cols[data-paddingtop=high] {
	padding-top: 60px;
}

.textimage-2cols[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.textimage-2cols[data-paddingtop=max] {
	padding-top: 90px;
}

.textimage-2cols[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.textimage-2cols.background-white {
	background-color: #fff;
}

.textimage-2cols.background-grey {
	background-color: #f2f1f0;
}

.textimage-2cols>.title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	line-height: 1.2em;
	padding-bottom: 30px;
}

.textimage-2cols>.title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-2cols>.title:lang(bg),.textimage-2cols>.title:lang(ru),.textimage-2cols>.title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-2cols>.title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-2cols>.title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-2cols>.title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-2cols>.title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-2cols>.title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-2cols>.title {
		font-size: 63px;
	}
}

.textimage-2cols .row {
	font-size: 0;
}

.textimage-2cols .row .cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 30px) / 2);
}

.textimage-2cols .row .cell:first-child {
	margin-right: 30px;
}

.textimage-2cols .row .cell .imageContainer {
	position: relative;
}

.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage-2cols .row .cell .imageContainer a.overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.textimage-2cols .row .cell .imageContainer .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	pointer-events: none;
}

.textimage-2cols .row .cell .imageContainer .video-container .video-tag {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.textimage-2cols .row .cell .imageContainer .video-container .controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	margin: auto;
	pointer-events: all;
}

.textimage-2cols .row .cell .imageContainer .video-container .controls .play-button,.textimage-2cols .row .cell .imageContainer .video-container .controls .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 1;
	width: 100%;
}

.textimage-2cols .row .cell .imageContainer .video-container .controls .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	pointer-events: all;
}

.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-close,.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-close,.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-2cols .row .cell .imageContainer .video-container .overlay-controls .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-2cols .row .cell img {
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
}

.textimage-2cols .row .cell img.img-item {
	width: 100%;
	height: 100%;
}

.textimage-2cols .row .cell .textContainer .title {
	margin: 0 0 6px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	text-transform: uppercase;
}

@media (min-width:1681px) {
	.textimage-2cols .row .cell .textContainer .title {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.textimage-2cols .row .cell .textContainer .title {
		font-size: 27px;
	}
}

.textimage-2cols .row .cell .textContainer .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
}

@media (max-width:767px) {
	.textimage-2cols .row .cell .textContainer .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage-2cols .row .cell .textContainer .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage-2cols .row .cell .textContainer .subtitle {
		font-size: 30px;
	}
}

.textimage-2cols .row .cell .textContainer .text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-2cols .row .cell .textContainer .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-2cols .row .cell .textContainer .text {
		font-size: 24px;
	}
}

.textimage-2cols .row .cell .textContainer .text p {
	margin: 0;
}

.textimage-2cols .row .cell .textContainer .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-2cols .row .cell .textContainer .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-2cols .row .cell .textContainer .sublinks {
		font-size: 24px;
	}
}

.textimage-2cols .row .cell .textContainer .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage-2cols .row .cell .textContainer .cta-container {
	margin: 0;
}

.textimage-2cols .row .cell .textContainer .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.textimage-2cols .row .cell .textContainer .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.textimage-2cols .row .cell .textContainer .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.textimage-2cols .row .cell .textContainer .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

@media (max-width:1023px) {
	.textimage-2cols {
		padding: 0 45px;
	}

	.textimage-2cols,.textimage-2cols .row {
		display: block;
	}

	.textimage-2cols .row .cell {
		display: block;
		width: 100%;
	}

	.textimage-2cols .row .cell:first-child {
		margin-bottom: 60px;
	}

	.textimage-2cols .row .cell .title {
		font-family: RobotoRegular,sans-serif;
		font-size: 42px;
		letter-spacing: -.02em;
		line-height: 1.1;
	}

	.textimage-2cols .row .cell .title:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.textimage-2cols .row .cell .title:lang(bg),.textimage-2cols .row .cell .title:lang(ru),.textimage-2cols .row .cell .title:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.textimage-2cols .row .cell .title:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.textimage-2cols .row .cell .title:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.textimage-2cols .row .cell .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (max-width:1023px) {
	.textimage-2cols .row .cell .title {
		font-size: 27px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.textimage-2cols .row .cell .title {
		font-size: 50.4px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.textimage-2cols .row .cell .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.textimage-2cols .row .cell .text {
		font-size: 1pc;
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.textimage-2cols .row .cell .text {
		font-size: 1.2pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.textimage-2cols .row .cell .text {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.textimage-2cols {
		padding: 0 20px;
	}

	.textimage-2cols .row .cell:first-child {
		margin-bottom: 3pc;
	}

	.textimage-2cols .row .cell .title {
		font-size: 1pc;
	}

	.textimage-2cols .row .cell .textContainer .title {
		font-family: Univers45,sans-serif;
		font-size: 18px;
	}

	.textimage-2cols .row .cell .textContainer .title:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.textimage-2cols .row .cell .textContainer .title:lang(bg),.textimage-2cols .row .cell .textContainer .title:lang(ru),.textimage-2cols .row .cell .textContainer .title:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.textimage-2cols .row .cell .textContainer .title:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.textimage-2cols .row .cell .textContainer .title:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.textimage-2cols .row .cell .textContainer .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}

	.textimage-2cols .row .cell img {
		margin-bottom: 24px;
	}

	.textimage-2cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		bottom: 24px;
	}

	.textimage-2cols .row .cell .video-container {
		height: calc(100% - 24px);
	}

	.textimage-2cols .row .cell .cta-container .cta {
		margin: 15px 0 0;
	}

	.textimage-2cols .row .cell .cta-container .cta a {
		padding: 6px 15px;
		line-height: 2;
	}
}

.textimage-3cols {
	margin: 0;
	background-color: #f2f1f0;
	color: #333;
	padding: 0 60px;
}

.textimage-3cols[data-paddingtop=none] {
	padding-top: 0;
}

.textimage-3cols[data-paddingbottom=none] {
	padding-bottom: 0;
}

.textimage-3cols[data-paddingtop=low] {
	padding-top: 15px;
}

.textimage-3cols[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.textimage-3cols[data-paddingtop=medium] {
	padding-top: 30px;
}

.textimage-3cols[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.textimage-3cols[data-paddingtop=high] {
	padding-top: 60px;
}

.textimage-3cols[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.textimage-3cols[data-paddingtop=max] {
	padding-top: 90px;
}

.textimage-3cols[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.textimage-3cols.background-white {
	background-color: #fff;
}

.textimage-3cols.background-grey {
	background-color: #f2f1f0;
}

.textimage-3cols>.title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	line-height: 1.2em;
	padding-bottom: 30px;
}

.textimage-3cols>.title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-3cols>.title:lang(bg),.textimage-3cols>.title:lang(ru),.textimage-3cols>.title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-3cols>.title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-3cols>.title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-3cols>.title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-3cols>.title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-3cols>.title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-3cols>.title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.textimage-3cols>.title {
		padding: 0 0 30px;
	}
}

@media (max-width:767px) {
	.textimage-3cols>.title {
		padding: 0 0 30px;
	}
}

.textimage-3cols .row {
	font-size: 0;
}

.textimage-3cols .cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 60.1px) / 3);
}

.textimage-3cols .cell:nth-child(2) {
	margin: 0 30px;
}

@media (max-width:1023px) {
	.textimage-3cols .cell:nth-child(2) {
		margin: 0;
	}
}

@media (max-width:767px) {
	.textimage-3cols .cell:nth-child(2) {
		margin: 0;
	}
}

.textimage-3cols .cell .imageContainer {
	position: relative;
}

.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage-3cols .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage-3cols .cell .imageContainer a.overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.textimage-3cols .cell .imageContainer .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	pointer-events: none;
}

.textimage-3cols .cell .imageContainer .video-container .video-tag {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.textimage-3cols .cell .imageContainer .video-container .controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	margin: auto;
	pointer-events: all;
}

.textimage-3cols .cell .imageContainer .video-container .controls .play-button,.textimage-3cols .cell .imageContainer .video-container .controls .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 1;
	width: 100%;
}

.textimage-3cols .cell .imageContainer .video-container .controls .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.textimage-3cols .cell .imageContainer .video-container .overlay-controls {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	pointer-events: all;
}

.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-close,.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-close,.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-3cols .cell .imageContainer .video-container .overlay-controls .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-3cols .cell img {
	margin-bottom: 20px;
	width: 100%;
}

.textimage-3cols .cell .textContainer .title {
	margin: 0 0 6px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	text-transform: uppercase;
}

@media (min-width:1681px) {
	.textimage-3cols .cell .textContainer .title {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.textimage-3cols .cell .textContainer .title {
		font-size: 27px;
	}
}

.textimage-3cols .cell .textContainer .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
}

@media (max-width:767px) {
	.textimage-3cols .cell .textContainer .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage-3cols .cell .textContainer .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage-3cols .cell .textContainer .subtitle {
		font-size: 30px;
	}
}

.textimage-3cols .cell .textContainer .text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-3cols .cell .textContainer .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-3cols .cell .textContainer .text {
		font-size: 24px;
	}
}

.textimage-3cols .cell .textContainer .text p {
	margin: 0;
}

.textimage-3cols .cell .textContainer .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-3cols .cell .textContainer .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-3cols .cell .textContainer .sublinks {
		font-size: 24px;
	}
}

.textimage-3cols .cell .textContainer .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage-3cols .cell .textContainer .cta-container {
	margin: 0;
}

.textimage-3cols .cell .textContainer .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.textimage-3cols .cell .textContainer .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.textimage-3cols .cell .textContainer .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.textimage-3cols .cell .textContainer .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

@media (max-width:1023px) {
	.textimage-3cols {
		padding: 0 45px;
	}

	.textimage-3cols .row {
		display: block;
		margin-right: 0;
	}

	.textimage-3cols .row .cell {
		display: block;
		width: 100%;
		margin-bottom: 60px;
	}

	.textimage-3cols .row .cell:last-child {
		margin-bottom: 0;
	}

	.textimage-3cols .row .cell h4.title {
		font-family: RobotoRegular,sans-serif;
		font-size: 42px;
		letter-spacing: -.02em;
		line-height: 1.1;
	}

	.textimage-3cols .row .cell h4.title:lang(ar) {
		font-family: RobotoRegular,UniversNext-Regular,sans-serif;
	}

	.textimage-3cols .row .cell h4.title:lang(bg),.textimage-3cols .row .cell h4.title:lang(ru),.textimage-3cols .row .cell h4.title:lang(uk) {
		font-family: RobotoRegularCyr,sans-serif;
	}

	.textimage-3cols .row .cell h4.title:lang(zh) {
		font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.textimage-3cols .row .cell h4.title:lang(ko) {
		font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.textimage-3cols .row .cell h4.title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}
}

@media (max-width:1023px) and (max-width:1023px) {
	.textimage-3cols .row .cell h4.title {
		font-size: 27px;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.textimage-3cols .row .cell h4.title {
		font-size: 50.4px;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.textimage-3cols .row .cell h4.title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.textimage-3cols .row .cell .text {
		font-size: 1pc;
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (max-width:1023px) and (min-width:1681px) {
	.textimage-3cols .row .cell .text {
		font-size: 1.2pc;
	}
}

@media (max-width:1023px) and (min-width:2201px) {
	.textimage-3cols .row .cell .text {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.textimage-3cols {
		padding: 0 20px;
	}

	.textimage-3cols .row .cell {
		margin-bottom: 3pc;
	}

	.textimage-3cols .row .cell:last-child {
		margin-bottom: 0;
	}

	.textimage-3cols .row .cell .textContainer .title {
		font-family: Univers45,sans-serif;
		font-size: 18px;
	}

	.textimage-3cols .row .cell .textContainer .title:lang(ar) {
		font-family: UniversNext-Light,sans-serif;
	}

	.textimage-3cols .row .cell .textContainer .title:lang(bg),.textimage-3cols .row .cell .textContainer .title:lang(ru),.textimage-3cols .row .cell .textContainer .title:lang(uk) {
		font-family: Univers45Cyr,sans-serif;
	}

	.textimage-3cols .row .cell .textContainer .title:lang(zh) {
		font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
	}

	.textimage-3cols .row .cell .textContainer .title:lang(ko) {
		font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.textimage-3cols .row .cell .textContainer .title:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
	}

	.textimage-3cols .row .cell img {
		margin-bottom: 24px;
	}

	.textimage-3cols .row .cell .imageContainer[data-disclaimer]:not([data-disclaimer=""]):after {
		bottom: 24px;
	}

	.textimage-3cols .row .cell .video-container {
		height: calc(100% - 24px);
	}

	.textimage-3cols .row .cell .cta-container .cta {
		margin: 15px 0 0;
	}

	.textimage-3cols .row .cell .cta-container .cta a {
		padding: 6px 15px;
		line-height: 2;
	}
}

.overlayData .overlayGroup .textimage-cols-overlay,.overlayData .overlayGroup div .textimage-cols-overlay,.overlayData .textimage-cols-overlay,.overlayData div .textimage-cols-overlay {
	display: block!important;
}

.textimage-background-fullheight {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.textimage-background-fullheight.right .text-container {
/*!rtl:ignore*/
	left: auto;
/*!rtl:ignore*/
	right: 60px;
}

.textimage-background-fullheight.left .text-container {
/*!rtl:ignore*/
	left: 60px;
}

.textimage-background-fullheight.center .text-container {
/*!rtl:ignore*/
	left: 50%;
/*!rtl:ignore*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.center .text-container {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.textimage-background-fullheight.vertically-centered.right .text-shade,.textimage-background-fullheight.vertically-centered .text-shade {
	background: rgba(0,0,0,.3);
}

.textimage-background-fullheight.vertically-centered .text-container {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.vertically-centered .text-container:not(.editmode) {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-fullheight.vertically-centered .background:not(:only-of-type)~.text-container,.textimage-background-fullheight.vertically-centered .background:not(:only-of-type)~a>.text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.textimage-background-fullheight.vertically-bottom .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(35deg,rgba(0,0,0,.6),transparent 50%);
}

.textimage-background-fullheight.vertically-bottom.right .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(-35deg,rgba(0,0,0,.6),transparent 50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.vertically-bottom.right .text-shade {
/*!rtl:ignore*/
		background: linear-gradient(35deg,rgba(0,0,0,.6),transparent 50%);
	}
}

.textimage-background-fullheight.vertically-bottom.black .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(35deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
}

.textimage-background-fullheight.vertically-bottom.black.right .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(-35deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.vertically-bottom.black.right .text-shade {
/*!rtl:ignore*/
		background: linear-gradient(35deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
	}
}

.textimage-background-fullheight.vertically-bottom .text-container {
	top: auto;
	bottom: 60px;
}

@media (max-width:1023px) {
	.textimage-background-fullheight.vertically-bottom .text-container :not(editmode) {
		bottom: auto;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-fullheight.vertically-bottom .background:not(:only-of-type)~.text-container,.textimage-background-fullheight.vertically-bottom .background:not(:only-of-type)~a>.text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.textimage-background-fullheight.vertically-bottom.center .text-container {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.vertically-bottom.center .text-container {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@media (max-width:1023px) {
	.textimage-background-fullheight {
		height: auto;
	}
}

.textimage-background-fullheight .background {
	display: block;
	width: 100%;
}

@media (orientation:landscape) {
	.textimage-background-fullheight .background.portrait {
		display: none;
	}
}

@media (orientation:portrait) {
	.textimage-background-fullheight .background.landscape {
		display: none;
	}
}

.textimage-background-fullheight .text-shade {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*!rtl:ignore*/
	background: linear-gradient(135deg,rgba(0,0,0,.6),transparent 50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight .text-shade {
		display: none;
	}
}

.textimage-background-fullheight.right .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(-135deg,rgba(0,0,0,.6),transparent 50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.right .text-shade {
/*!rtl:ignore*/
		background: linear-gradient(135deg,rgba(0,0,0,.6),transparent 50%);
	}
}

.textimage-background-fullheight.fullScreen {
	height: calc(100% - 75px);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.fullScreen {
		height: auto;
	}
}

@media (min-width:1681px) {
	.textimage-background-fullheight.fullScreen {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight.fullScreen {
		height: calc(100% - 112.5px);
	}
}

.textimage-background-fullheight.fullScreen .background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: auto;
	height: auto;
}

@media (max-width:1023px) {
	.textimage-background-fullheight.fullScreen .background:not(.portrait) {
		position: static;
		width: 100%;
		min-height: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-fullheight.fullScreen .background:not(:only-of-type)~.text-shade {
		display: block;
	}

	.textimage-background-fullheight.fullScreen .background:not(:only-of-type)~.text-container,.textimage-background-fullheight.fullScreen .background:not(:only-of-type)~a>.text-container {
		height: calc(100vh - 90px);
		color: #fff!important;
		position: relative;
		top: 0;
		left: 0;
	}

	.textimage-background-fullheight.fullScreen .background:not(:only-of-type)~.text-container .cta,.textimage-background-fullheight.fullScreen .background:not(:only-of-type)~a>.text-container .cta {
		background-color: #fff!important;
		border: 1px solid #fff!important;
		color: #333!important;
		display: inline-block;
		margin-right: auto;
		width: auto;
		padding: 6px 30px;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-fullheight.fullScreen.black .background~.text-container,.textimage-background-fullheight.fullScreen.black .background~a>.text-container {
		color: #000!important;
	}
}

.textimage-background-fullheight .mainLink {
	text-decoration: none;
}

.textimage-background-fullheight .text-container {
	position: absolute;
	top: 60px;
/*!rtl:ignore*/
	left: 60px;
	color: #fff;
	width: 360px;
}

.black .textimage-background-fullheight .text-container {
	color: #000;
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container {
		width: 540px;
	}
}

@media (max-width:1023px) {
	.textimage-background-fullheight .text-container {
		width: 100%;
		position: static;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333!important;
		padding: 45px;
	}

	.textimage-background-fullheight .text-container.editmode {
		position: absolute;
		padding: 0;
		width: auto;
	}

	.textimage-background-fullheight .text-container.editmode.black {
		color: #000!important;
	}

	.textimage-background-fullheight .text-container.editmode.white {
		color: #fff!important;
	}

	.textimage-background-fullheight .text-container:empty {
		padding: 0;
	}
}

@media (max-width:767px) {
	.textimage-background-fullheight .text-container {
		padding: 15px 20px;
	}

	.textimage-background-fullheight .text-container:empty {
		padding: 0;
	}
}

.textimage-background-fullheight .text-container .date {
	margin-bottom: 6px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container .date {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container .date {
		font-size: 21px;
	}
}

.textimage-background-fullheight .text-container .title {
	margin-bottom: 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.textimage-background-fullheight .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-background-fullheight .text-container .title:lang(bg),.textimage-background-fullheight .text-container .title:lang(ru),.textimage-background-fullheight .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-background-fullheight .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-background-fullheight .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-fullheight .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-background-fullheight .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container .title {
		font-size: 63px;
	}
}

.textimage-background-fullheight .text-container span.title {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.textimage-background-fullheight .text-container .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
}

@media (max-width:767px) {
	.textimage-background-fullheight .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.textimage-background-fullheight .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.2;
		margin-bottom: 6px;
	}
}

.textimage-background-fullheight .text-container .description {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container .description {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container .description {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.textimage-background-fullheight .text-container .description {
		font-size: 1pc;
		line-height: 21px;
	}
}

.textimage-background-fullheight .text-container .cta {
	margin-top: 30px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	text-decoration: none;
	padding: 0 30px;
}

.textimage-background-fullheight .text-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.textimage-background-fullheight .text-container .cta:lang(bg),.textimage-background-fullheight .text-container .cta:lang(ru),.textimage-background-fullheight .text-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.textimage-background-fullheight .text-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-background-fullheight .text-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-fullheight .text-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.textimage-background-fullheight .text-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .text-container .cta {
		font-size: 21px;
	}
}

.textimage-background-fullheight .text-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
}

.textimage-background-fullheight .text-container .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.textimage-background-fullheight .text-container .cta.black {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 2px;
	color: #333;
}

@media (max-width:1023px) {
	.textimage-background-fullheight .text-container .cta {
		background-color: #00425e!important;
		border: 1px solid #666!important;
		color: #fff!important;
	}
}

@media (max-width:767px) {
	.textimage-background-fullheight .text-container .cta {
		width: 100%;
		padding: 6px 0;
	}
}

.textimage-background-fullheight.black .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(135deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
}

.textimage-background-fullheight.black.vertically-centered.right .text-shade,.textimage-background-fullheight.black.vertically-centered .text-shade {
	background: hsla(0,0%,100%,.3);
}

.textimage-background-fullheight.black .text-container {
	color: #000;
}

.textimage-background-fullheight.right.black .text-shade {
/*!rtl:ignore*/
	background: linear-gradient(-135deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
}

@media (max-width:1023px) {
	.textimage-background-fullheight.right.black .text-shade {
/*!rtl:ignore*/
		background: linear-gradient(135deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 50%);
	}
}

.textimage-background-fullheight .img-disclaimer {
	display: block;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}

.textimage-background-fullheight .img-disclaimer:empty {
	display: none;
}

@media (min-width:1681px) {
	.textimage-background-fullheight .img-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-background-fullheight .img-disclaimer {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.textimage-background-fullheight .img-disclaimer {
		max-height: 50px;
	}
}

.textimage-background-fullheight .img-disclaimer.left {
	text-align: left;
}

.textimage-background-fullheight .img-disclaimer.center {
	text-align: center;
}

.textimage-background-fullheight .img-disclaimer.right {
	text-align: right;
}

.textimage-background-fullheight[data-animation=true],.textimage-background-fullheight[data-animation=true] .img-disclaimer,.textimage-background-fullheight[data-animation=true] .text-container {
	opacity: 0;
}

.textimage-background-fullheight[data-animation=true].in-view {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.textimage-background-fullheight[data-animation=true].in-view .img-disclaimer,.textimage-background-fullheight[data-animation=true].in-view .text-container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.t-form-builder .vertical-layout-container .textimage-background-fullheight,.vertical-layout-container .textimage-background-fullheight {
	padding-bottom: 2px;
}

.cell .textContainer .text {
	word-wrap: break-word;
}

.textimage {
	font-size: 0;
	padding: 60px 60px 30px;
	text-align: left;
}

.textimage[data-paddingtop=none] {
	padding-top: 0;
}

.textimage[data-paddingbottom=none] {
	padding-bottom: 0;
}

.textimage[data-paddingtop=low] {
	padding-top: 15px;
}

.textimage[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.textimage[data-paddingtop=medium] {
	padding-top: 30px;
}

.textimage[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.textimage[data-paddingtop=high] {
	padding-top: 60px;
}

.textimage[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.textimage[data-paddingtop=max] {
	padding-top: 90px;
}

.textimage[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.textimage.background-white {
	background-color: #fff;
}

.textimage.background-grey {
	background-color: #f2f1f0;
}

.textimage .text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.textimage .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage .text {
		font-size: 24px;
	}
}

.textimage .text .innerTitle {
	color: #333;
}

.textimage .text .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	padding-bottom: 15px;
}

.textimage .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage .text .title:lang(bg),.textimage .text .title:lang(ru),.textimage .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage .text .title {
		font-size: 63px;
	}
}

.textimage .text .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #333;
	padding-bottom: 15px;
}

@media (max-width:767px) {
	.textimage .text .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage .text .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage .text .subtitle {
		font-size: 30px;
	}
}

.textimage .text .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	padding-bottom: 15px;
}

@media (min-width:1681px) {
	.textimage .text .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage .text .description {
		font-size: 24px;
	}
}

#legal-notes .textimage .text .description {
	height: auto;
}

.textimage .text .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage .text .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage .text .sublinks {
		font-size: 24px;
	}
}

.textimage .text .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage .text .cta-container {
	margin: 0;
}

.textimage .text .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.textimage .text .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.textimage .text .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.textimage .text .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

.textimage .text .cta-container .cta {
	margin: 0 15px 15px 0;
}

.textimage .text .cta-container .cta:last-of-type {
	margin-right: 0;
}

.textimage .textimage .text .title+.cta-container {
	padding-top: 15px;
}

.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]) {
	position: relative;
	display: inline;
}

.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage img:not([width]):not([height]) {
	margin-top: 6px;
	display: inline-block;
	width: 100%;
}

.textimage.text-left .text,.textimage.text-left img,.textimage.text-right .text,.textimage.text-right img {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}

.textimage.text-left .text {
	padding-right: 15px;
}

.textimage.text-left img,.textimage.text-right .text {
	padding-left: 15px;
}

.textimage.text-right img {
	padding-right: 15px;
}

.textimage.center {
	text-align: center;
}

.textimage.center img {
	max-width: 100%;
	width: auto;
}

.textimage .text .sublinks a {
	margin: 0 60px 15px 0;
}

@media (max-width:1023px) {
	.textimage {
		padding: 0 45px;
	}

	.textimage .textimage .text .title+.cta-container {
		padding-top: 30px;
	}

	.textimage .text .sublinks a {
		margin: 0 60px 30px 0;
	}

	.textimage.center .text .sublinks a {
		margin: 30px 30px 0;
	}
}

@media (max-width:767px) {
	.textimage {
		padding: 0 20px;
	}

	.textimage .text .cta-container .cta {
		margin: 0 0 15px;
	}

	.textimage .text .cta-container .cta a {
		padding: 6px 15px;
		line-height: 2;
	}
}

.textimage-fullheight {
	position: relative;
	font-size: 0;
	padding: 0 60px;
	overflow: hidden;
}

.textimage-fullheight[data-paddingtop=none] {
	padding-top: 0;
}

.textimage-fullheight[data-paddingbottom=none] {
	padding-bottom: 0;
}

.textimage-fullheight[data-paddingtop=low] {
	padding-top: 15px;
}

.textimage-fullheight[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.textimage-fullheight[data-paddingtop=medium] {
	padding-top: 30px;
}

.textimage-fullheight[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.textimage-fullheight[data-paddingtop=high] {
	padding-top: 60px;
}

.textimage-fullheight[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.textimage-fullheight[data-paddingtop=max] {
	padding-top: 90px;
}

.textimage-fullheight[data-paddingbottom=max] {
	padding-bottom: 90px;
}

@media (max-width:1023px) {
	.textimage-fullheight {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight {
		padding: 0 20px;
	}
}

.textimage-fullheight.background-white {
	background-color: #fff;
}

.textimage-fullheight.background-grey {
	background-color: #f2f1f0;
}

@media (max-width:1023px) {
	.textimage-fullheight.mobile-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.textimage-fullheight.mobile-reverse .textimage-fullheight_image {
		padding-bottom: 20px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight.mobile-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.textimage-fullheight.mobile-reverse .textimage-fullheight_image {
		padding-bottom: 20px;
	}
}

.textimage-fullheight .textimage-fullheight_container {
	display: inline-block;
	width: 55%;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	vertical-align: top;
	position: relative;
}

@media (max-width:1023px) {
	.textimage-fullheight .textimage-fullheight_container {
		width: 100%;
		padding: 30px 90pt 0;
		float: none;
	}
}

@media (max-width:767px) {
	.textimage-fullheight .textimage-fullheight_container {
		padding: 0;
	}
}

.textimage-fullheight .textimage-fullheight_container .textimage-fullheight_image {
	width: 100%;
	height: auto;
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-2]:after {
	color: #000;
	background: hsla(0,0%,100%,.6);
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-3]:after {
	color: #fff;
	background: transparent;
}

.textimage-fullheight .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-4]:after {
	color: #000;
	background: transparent;
}

.textimage-fullheight .text-container {
	display: inline-block;
	width: 45%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	height: 100%;
	vertical-align: top;
}

@media (max-width:1023px) {
	.textimage-fullheight .text-container {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
	}
}

.textimage-fullheight .text-container.white {
	color: #fff;
}

.textimage-fullheight .text-container.grey,.textimage-fullheight .text-container.grey .description,.textimage-fullheight .text-container.grey .excerpt {
	color: #333;
}

.textimage-fullheight .text-container.black {
	color: #000;
}

.textimage-fullheight .text-container .date {
	margin-bottom: 15px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight .text-container .date {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .text-container .date {
		font-size: 21px;
	}
}

.textimage-fullheight .text-container .title {
	margin-bottom: 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.textimage-fullheight .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-fullheight .text-container .title:lang(bg),.textimage-fullheight .text-container .title:lang(ru),.textimage-fullheight .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-fullheight .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-fullheight .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .text-container .title {
		font-size: 63px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight .text-container .title {
		line-height: 1.2;
	}
}

.textimage-fullheight .text-container .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
}

@media (max-width:767px) {
	.textimage-fullheight .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight .text-container .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight .text-container .subtitle {
		font-size: 1pc;
	}
}

.textimage-fullheight .text-container .description,.textimage-fullheight .text-container .excerpt {
	margin-bottom: 30px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight .text-container .description,.textimage-fullheight .text-container .excerpt {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .text-container .description,.textimage-fullheight .text-container .excerpt {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight .text-container .description,.textimage-fullheight .text-container .excerpt {
		margin-bottom: 24px;
		font-size: 1pc;
	}
}

.textimage-fullheight .text-container .excerpt {
	display: none;
}

.textimage-fullheight .text-container .cta-container {
	margin: 0;
}

.textimage-fullheight .text-container .cta-container .cta {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.textimage-fullheight .text-container .cta-container .cta {
		display: block;
		width: auto;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 6px 15px;
	}
}

.textimage-fullheight .text-container .cta-container .cta.a {
	padding: 0 30px;
}

.textimage-fullheight .text-container .cta-container.vertical .cta {
	display: inline-block;
	width: auto;
}

.textimage-fullheight .text-container .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight .text-container .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight .text-container .sublinks {
		font-size: 24px;
	}
}

.textimage-fullheight .text-container .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage-fullheight.right .textimage-fullheight_container {
	text-align: left;
}

@media (max-width:1023px) {
	.textimage-fullheight.right .textimage-fullheight_container {
		padding: 0 90pt 30px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight.right .textimage-fullheight_container {
		padding: 0 0 20px;
	}
}

.textimage-fullheight.right .text-container {
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width:767px) {
	.textimage-fullheight.right .text-container {
		padding: 0;
	}
}

@media (max-width:767px) {
	.textimage-fullheight.right {
		margin: 0;
	}
}

.textimage-fullheight.bottom .text-container,.textimage-fullheight.bottom .textimage-fullheight_container {
	vertical-align: bottom;
}

.textimage-fullheight.middle .text-container,.textimage-fullheight.middle .textimage-fullheight_container {
	vertical-align: middle;
}

.textimage-fullheight .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
}

.textimage-fullheight .video-container .video-tag {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.textimage-fullheight .video-container .controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	margin: auto;
	pointer-events: all;
}

.textimage-fullheight .video-container .controls .play-button,.textimage-fullheight .video-container .controls .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.textimage-fullheight .video-container .controls .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.textimage-fullheight .video-container .overlay-controls {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	pointer-events: all;
}

.textimage-fullheight .video-container .overlay-controls .icon-close,.textimage-fullheight .video-container .overlay-controls .icon-volume {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.textimage-fullheight .video-container .overlay-controls .icon-close,.textimage-fullheight .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight .video-container .overlay-controls .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-fullheight .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight .video-container .overlay-controls .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-fullheight .video-container .overlay-controls .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight[data-animation=true] .text-container,.textimage-fullheight[data-animation=true] .textimage-fullheight_container {
	opacity: 0;
}

.textimage-fullheight[data-animation=true].in-view .textimage-fullheight_container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.textimage-fullheight[data-animation=true].in-view .text-container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

@media (min-width:1024px) {
	.overlayData div .textimage-fullheight.mobile-reverse {
		display: block!important;
	}
}

@media (max-width:1023px) {
	.overlayData div .textimage-fullheight.mobile-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

@media (min-width:1024px) {
	.overlayData .textimage-fullheight.mobile-reverse {
		display: block!important;
	}
}

@media (max-width:1023px) {
	.overlayData .textimage-fullheight.mobile-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

.overlayData .textimage-fullheight .textimage-fullheight_container {
	float: right;
}

.overlayData .textimage-fullheight .text-container.left .title {
	text-align: left;
}

@media (min-width:1024px) {
	.overlayData .overlayGroup div .textimage-fullheight.mobile-reverse {
		display: block!important;
	}
}

@media (max-width:1023px) {
	.overlayData .overlayGroup div .textimage-fullheight.mobile-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

@media (min-width:1024px) {
	.overlayData .overlayGroup .textimage-fullheight.mobile-reverse {
		display: block!important;
	}
}

@media (max-width:1023px) {
	.overlayData .overlayGroup .textimage-fullheight.mobile-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

.textimage-fullheight-hotspot {
	font-size: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: calc(100vh - 75px);
	overflow: hidden;
	position: relative;
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot {
		height: calc(100vh - 90px);
	}
}

.textimage-fullheight-hotspot[data-paddingtop=none] {
	padding-top: 0;
}

.textimage-fullheight-hotspot[data-paddingbottom=none] {
	padding-bottom: 0;
}

.textimage-fullheight-hotspot[data-paddingtop=low] {
	padding-top: 15px;
}

.textimage-fullheight-hotspot[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.textimage-fullheight-hotspot[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.textimage-fullheight-hotspot[data-paddingtop=high] {
	padding-top: 60px;
}

.textimage-fullheight-hotspot[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.textimage-fullheight-hotspot[data-paddingtop=max] {
	padding-top: 90px;
}

.textimage-fullheight-hotspot[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.textimage-fullheight-hotspot.background-grey {
	background-color: #f2f1f0;
}

.textimage-fullheight-hotspot.background-white {
	background-color: #fff;
}

.textimage-fullheight-hotspot.background-darkGrey {
	background-color: #333;
}

.textimage-fullheight-hotspot.background-navyBlue {
	background-color: #00425e;
}

.textimage-fullheight-hotspot.background-black {
	background-color: #000;
}

.textimage-fullheight-hotspot .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100vw - 40px);
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	width: 40%;
}

.textimage-fullheight-hotspot .text-container.white-text-color {
	color: #fff;
}

.textimage-fullheight-hotspot .text-container.black-text-color {
	color: #333;
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .text-container {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-hotspot .text-container {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .text-container {
		width: 100%;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .text-container.left {
		text-align: left;
	}

	.textimage-fullheight-hotspot .text-container.right {
		text-align: right;
	}
}

.textimage-fullheight-hotspot .text-container .innerTitle {
	color: #333;
}

.textimage-fullheight-hotspot .text-container .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	font-size: 22px;
	padding-bottom: 15px;
	cursor: pointer;
	opacity: .5;
}

.textimage-fullheight-hotspot .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-fullheight-hotspot .text-container .title:lang(bg),.textimage-fullheight-hotspot .text-container .title:lang(ru),.textimage-fullheight-hotspot .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-fullheight-hotspot .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-hotspot .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-hotspot .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-hotspot .text-container .title {
		font-size: 63px;
	}
}

.textimage-fullheight-hotspot .text-container .title a {
	text-decoration: none;
	color: unset;
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .text-container .title {
		font-size: 22px;
	}
}

.textimage-fullheight-hotspot .text-container .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 15px;
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .text-container .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-hotspot .text-container .description {
		font-size: 24px;
	}
}

.textimage-fullheight-hotspot .text-container .image-text {
	display: none;
}

.textimage-fullheight-hotspot .text-container .image-text.active {
	display: block;
}

.textimage-fullheight-hotspot .text-container .cta-container {
	margin: 0;
}

.textimage-fullheight-hotspot .text-container .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	.textimage-fullheight-hotspot .text-container .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	.textimage-fullheight-hotspot .text-container .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

.textimage-fullheight-hotspot .text-container .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

.textimage-fullheight-hotspot .text-container .text {
	display: block;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .text-container .text {
		margin-top: 30px;
	}
}

.textimage-fullheight-hotspot .text-container .text.active .cta-container,.textimage-fullheight-hotspot .text-container .text.active .description {
	display: block;
	-webkit-animation: fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both;
	animation: fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both;
}

.textimage-fullheight-hotspot .text-container .text.active .title {
	font-size: 42px;
	opacity: 1;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .text-container .text.active .title {
		font-size: 27px;
	}
}

.textimage-fullheight-hotspot .text-container .text .cta-container,.textimage-fullheight-hotspot .text-container .text .description {
	display: none;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .text-container .text:first-child {
		margin-top: 0;
	}
}

.textimage-fullheight-hotspot .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-hotspot .sublinks {
		font-size: 24px;
	}
}

.textimage-fullheight-hotspot .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage-fullheight-hotspot .images-container {
	right: 0;
	overflow: hidden;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	height: 100%;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .images-container {
		width: 100%;
	}
}

.textimage-fullheight-hotspot .images-container .img-container {
	display: inline-block;
	z-index: 1;
}

.textimage-fullheight-hotspot .images-container .img-container.slide-in-left-image {
	-webkit-animation: slide-in-left-image .5s cubic-bezier(.25,.46,.45,.94) both;
	animation: slide-in-left-image .5s cubic-bezier(.25,.46,.45,.94) both;
}

.textimage-fullheight-hotspot .images-container .img-container.slide-in-right-image {
	-webkit-animation: slide-in-right-image .5s cubic-bezier(.25,.46,.45,.94) both;
	animation: slide-in-right-image .5s cubic-bezier(.25,.46,.45,.94) both;
}

.textimage-fullheight-hotspot .images-container .img-container.active {
	display: block;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .images-container .img-container {
		min-width: 100%;
	}
}

.textimage-fullheight-hotspot .cta-container a {
	cursor: pointer;
}

.textimage-fullheight-hotspot .cta-container .cta {
	margin: 0!important;
	margin-top: 10px;
	text-decoration: none;
	padding: 6px 0;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.textimage-fullheight-hotspot .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
}

.textimage-fullheight-hotspot .cta-container .cta.blue {
	background-color: #00425e;
}

.textimage-fullheight-hotspot .cta-container .cta.blue a {
	color: #fff;
}

.textimage-fullheight-hotspot .cta-container.image-selector .cta.active {
	background: #00425e;
}

.textimage-fullheight-hotspot .cta-container.image-selector .cta.active a {
	color: #fff;
}

.textimage-fullheight-hotspot .cta-container.left {
	padding-left: 15px;
}

.textimage-fullheight-hotspot .cta-container.right {
	padding-right: 15px;
}

.textimage-fullheight-hotspot .img-wrapper[data-disclaimer]:not([data-disclaimer=""]) {
	position: relative;
	display: inline-block;
}

.textimage-fullheight-hotspot .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage-fullheight-hotspot .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage-fullheight-hotspot .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage-fullheight-hotspot .img-wrapper {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper.top img {
		top: 0;
		bottom: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper.bottom img {
		bottom: 0;
		top: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper.left img {
		left: 0;
		right: auto;
		margin: auto 0;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper.right img {
		right: 0;
		left: auto;
		margin: auto 0;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper .portrait {
		display: none;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper .landscape {
		display: none;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.textimage-fullheight-hotspot .img-wrapper img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		width: 100%;
		height: 100%;
		position: static;
		min-width: unset;
		min-height: unset;
		margin: unset;
		zoom: unset;
	}@	media (min-width:1024px) {
		.textimage-fullheight-hotspot .img-wrapper img{height: calc(100vh - 75px);
		min-width: 100%;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-hotspot .img-wrapper img {
		height: calc(100vh - 90px);
		min-width: 100%;
	}
}

.textimage-fullheight-hotspot .img-wrapper.top img {
	-o-object-position: top;
	object-position: top;
}

.textimage-fullheight-hotspot .img-wrapper.bottom img {
	-o-object-position: bottom;
	object-position: bottom;
}

.textimage-fullheight-hotspot .img-wrapper.left img {
	-o-object-position: left;
	object-position: left;
}

.textimage-fullheight-hotspot .img-wrapper.right img {
	-o-object-position: right;
	object-position: right;
}}

.textimage-fullheight-hotspot .img-wrapper .hotspot {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	display: none;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer {
	position: relative;
	z-index: 2;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.white {
	background: #fff;
	-webkit-box-shadow: 0 0 10px #333,inset 0 1px 0 #aaa8a8;
	box-shadow: 0 0 10px #333,inset 0 1px 0 #aaa8a8;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='eacc5e89-dbd8-4683-aa0a-9136e19e36f1' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D.st1%7Bfill:none;stroke:%23333;stroke-width:.5;stroke-miterlimit:10%7D%3C/style%3E%3Ccircle class='st0' cx='9.5' cy='9.5' r='9.5'/%3E%3Cpath class='st1' d='M9.5 6v7M6 9.5h7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.dark-grey {
	background: #333;
	-webkit-box-shadow: 0 0 10px #333,inset 0 1px 0 #333;
	box-shadow: 0 0 10px #333,inset 0 1px 0 #333;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='eacc5e89-dbd8-4683-aa0a-9136e19e36f1' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D.st1%7Bfill:none;stroke:%23fff;stroke-width:.5;stroke-miterlimit:10%7D%3C/style%3E%3Ccircle class='st0' cx='9.5' cy='9.5' r='9.5'/%3E%3Cpath class='st1' d='M9.5 6v7M6 9.5h7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.navy-blue {
	background: #00425e;
	-webkit-box-shadow: 0 0 10px #00425e,inset 0 1px 0 #201b50;
	box-shadow: 0 0 10px #00425e,inset 0 1px 0 #201b50;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='eacc5e89-dbd8-4683-aa0a-9136e19e36f1' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cstyle%3E.st0%7Bfill:%230c2340%7D.st1%7Bfill:none;stroke:%23fff;stroke-width:.5;stroke-miterlimit:10%7D%3C/style%3E%3Ccircle class='st0' cx='9.5' cy='9.5' r='9.5'/%3E%3Cpath class='st1' d='M9.5 6v7M6 9.5h7'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer {
		width: 30px;
		height: 30px;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:before {
	width: 95%;
	height: 95%;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:after {
	width: 100%;
	height: 100%;
	-webkit-animation: pulse3 1s 0s infinite both;
	animation: pulse3 1s 0s infinite both;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:hover:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:hover:before {
		position: absolute;
		display: block;
		content: "";
		border: 1px solid #fff;
		width: 260%;
		height: 260%;
		top: -37px;
		left: -83%;
		border-radius: 50%;
		-webkit-animation: hover3 1s 0s infinite both;
		animation: hover3 1s 0s infinite both;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.active:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.active:before,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:active,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:active:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer:active:before {
	-webkit-animation-name: none;
	animation-name: none;
	border: 0;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.off {
	opacity: .5;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.off:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.off:before,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.off:hover:after,.textimage-fullheight-hotspot .img-wrapper .hotspot .pointer.off:hover:before {
	display: none;
}

@keyframes pulse3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 hsla(0,0%,95.3%,.6);
		box-shadow: 0 0 0 0 hsla(0,0%,95.3%,.6);
	}

	to {
		-webkit-box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0);
		box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0);
	}
}

@keyframes hover3 {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper {
	display: none;
	font-family: RobotoRegular,sans-serif;
	-webkit-transform: translateY(calc(-50%));
	transform: translateY(calc(-50%));
	top: 0;
	left: 100%;
	position: absolute;
	color: #fff;
	font-size: 1pc;
	top: 0!important;
	bottom: 0;
	right: 0;
	left: 0!important;
	cursor: default;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(bg),.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(ru),.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .close {
	position: absolute;
	opacity: 1;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd' opacity='.5'%3E%3Crect fill='%23FFF' width='40' height='40' rx='20'/%3E%3Cg stroke-linecap='square' stroke-width='2'%3E%3Cpath d='M14.778 14.489l10.718 11.229M14.777 25.717l10.719-11.229'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 2;
	height: 30px;
	width: 30px;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .close {
		right: 15px;
		top: 15px;
		font-size: 1pc;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .close.grey,.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .close.white {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd' opacity='.5'%3E%3Crect fill='%23FFF' width='40' height='40' rx='20'/%3E%3Cg stroke-linecap='square' stroke-width='2'%3E%3Cpath d='M14.778 14.489l10.718 11.229M14.777 25.717l10.719-11.229'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .overlay-text {
	margin-left: 30px;
	margin-right: 30px;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .overlay-text .title {
	font-family: RobotoRegular,sans-serif;
	color: #fff;
	font-size: 42px;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .overlay-text .title {
		font-family: RobotoRegular,sans-serif;
		color: #fff;
		font-size: 22px;
		opacity: 1;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .overlay-text .description {
	background: none;
	font-family: Univers45,sans-serif;
	color: #fff;
	font-size: 1pc;
	padding-top: 15px;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot.open {
	z-index: 2;
	top: 0!important;
	bottom: 0;
	right: 0;
	left: 0!important;
	-webkit-transform: none;
	transform: none;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot.open:after,.textimage-fullheight-hotspot .img-wrapper .hotspot.open:hover:after {
	animation: none;
	-webkit-animation: none;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot.open .text-wrapper {
	display: block;
	-webkit-transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,.7);
	height: calc(100vh - 75px);
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transform: none;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot.open .text-wrapper {
		width: 100vw;
		height: 100%;
	}
}

.textimage-fullheight-hotspot .img-wrapper .hotspot.left .text-wrapper {
	right: 100%;
	left: auto;
	margin-right: 0;
}

.textimage-fullheight-hotspot .img-wrapper .hotspot.left .text-wrapper:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 100%;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper {
		margin-left: 0;
		top: 100%;
		left: 50%;
	}

	.textimage-fullheight-hotspot .img-wrapper .hotspot .text-wrapper .title {
		font-size: 22px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .img-wrapper {
		width: 100vw;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot.text-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.textimage-fullheight-hotspot.text-left .text-container {
		padding: 0 60px 0 42px;
	}

	.textimage-fullheight-hotspot.text-left .text-container.black-text-color .text {
		padding: 0 0 0 15px;
	}

	.textimage-fullheight-hotspot.text-left .text-container.black-text-color .text.active {
		border-left: 3px solid #00425e;
	}

	.textimage-fullheight-hotspot.text-left .text-container.white-text-color .text {
		padding: 0 0 0 15px;
	}

	.textimage-fullheight-hotspot.text-left .text-container.white-text-color .text.active {
		border-left: 3px solid #fff;
	}
}

.textimage-fullheight-hotspot.text-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (min-width:1024px) {
	.textimage-fullheight-hotspot.text-right .text-container {
		padding: 0 42px 0 60px;
		text-align: right;
	}

	.textimage-fullheight-hotspot.text-right .text-container.black-text-color .text {
		padding: 0 15px 0 0;
	}

	.textimage-fullheight-hotspot.text-right .text-container.black-text-color .text.active {
		border-right: 3px solid #00425e;
	}

	.textimage-fullheight-hotspot.text-right .text-container.white-text-color .text {
		padding: 0 15px 0 0;
	}

	.textimage-fullheight-hotspot.text-right .text-container.white-text-color .text.active {
		border-right: 3px solid #fff;
	}
}

.textimage-fullheight-hotspot .thumbs {
	display: none;
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot {
		padding: 0;
		height: auto;
		width: 100%;
	}

	.textimage-fullheight-hotspot.active .title {
		font-family: RobotoRegular,sans-serif;
		color: #000;
		text-transform: uppercase;
		font-stretch: ultra-condensed;
		font-size: 22px;
	}
}

@media (max-width:1023px) and (max-width:767px) {
	.textimage-fullheight-hotspot {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.textimage-fullheight-hotspot.bottom .text {
		display: none;
	}

	.textimage-fullheight-hotspot.bottom .text.active {
		border-right: none;
		display: block;
	}

	.textimage-fullheight-hotspot .text-container {
		padding: 20px 0 30px;
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
		text-align: center;
	}

	.textimage-fullheight-hotspot .text-container.mobile-left {
		text-align: left;
	}

	.textimage-fullheight-hotspot .text-container.mobile-right {
		text-align: right;
	}

	.textimage-fullheight-hotspot .text-container.mobile-center {
		text-align: center;
	}

	.textimage-fullheight-hotspot .img-container {
		margin-top: 0;
	}

	.textimage-fullheight-hotspot .text {
		width: 100%;
		margin-top: 0;
	}

	.textimage-fullheight-hotspot .cta-container {
		display: none;
	}

	.textimage-fullheight-hotspot .thumbs {
		margin-top: 20px;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2;
		position: relative;
		font-size: 18px;
		text-align: center;
		-webkit-transition: left .95s ease-in;
		transition: left .95s ease-in;
	}

	.textimage-fullheight-hotspot .thumbs.white-text-color {
		color: #fff;
	}

	.textimage-fullheight-hotspot .thumbs.black-text-color {
		color: #333;
	}

	.textimage-fullheight-hotspot .thumbs.right {
		left: auto;
		right: 0;
	}
}

@media (max-width:1023px) and (max-width:1023px) {
	.textimage-fullheight-hotspot .thumbs {
		text-align: center;
		left: 0;
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}
}

@media (max-width:1023px) and (max-width:767px) {
	.textimage-fullheight-hotspot .thumbs .image-bottom {
		bottom: 0;
		padding-bottom: 30px;
	}

	.textimage-fullheight-hotspot .thumbs .image-top {
		padding-bottom: 15px;
		bottom: 50%;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-hotspot .thumbs.black-text-color .trigger {
		width: 24px;
		height: 24px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		vertical-align: middle;
	}

	.textimage-fullheight-hotspot .thumbs.black-text-color .trigger.prev {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.textimage-fullheight-hotspot .thumbs.black-text-color .trigger.next {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.textimage-fullheight-hotspot .thumbs.white-text-color .trigger {
		width: 24px;
		height: 24px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		vertical-align: middle;
	}

	.textimage-fullheight-hotspot .thumbs.white-text-color .trigger.prev {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.textimage-fullheight-hotspot .thumbs.white-text-color .trigger.next {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}

	.textimage-fullheight-hotspot .thumbs .thumb {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.textimage-fullheight-hotspot .thumbs .thumbs-counter {
		margin-left: 30px;
	}

	.textimage-fullheight-hotspot .thumbs .thumbs-total {
		margin-right: 30px;
	}

	.textimage-fullheight-hotspot [dir=ltr].thumbs .thumbs-counter {
		margin-right: 30px;
		margin-left: 0;
	}

	.textimage-fullheight-hotspot [dir=ltr].thumbs .thumbs-total {
		margin-left: 30px;
		margin-right: 0;
	}
}

.textimage-fullheight-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	padding: 0 60px;
	height: calc(100vh - 75px);
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-fullheight-overlay {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.textimage-fullheight-overlay.left-template-padding {
	padding-left: 60px;
	padding-right: 0;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay.left-template-padding {
		padding: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay.left-template-padding {
		padding: 0;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay.left-template-padding {
		padding: 0;
	}
}

.textimage-fullheight-overlay.right-template-padding {
	padding-left: 0;
	padding-right: 60px;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay.right-template-padding {
		padding: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay.right-template-padding {
		padding: 0;
	}
}

.textimage-fullheight-overlay.smartphone-landscape-height {
	height: auto;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay {
		padding: 0 45px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay {
		padding: 0 45px;
		min-height: calc(100vh – 75px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay {
		padding: 0;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:375px) and (max-height:720px) {
	.textimage-fullheight-overlay {
		padding: 0;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.textimage-fullheight-overlay.background-white {
	background-color: #fff;
}

.textimage-fullheight-overlay.background-grey {
	background-color: #f2f1f0;
}

.textimage-fullheight-overlay.background-darkGrey {
	background-color: #333;
}

.textimage-fullheight-overlay.background-navyBlue {
	background-color: #00425e;
}

.textimage-fullheight-overlay.background-black {
	background-color: #000;
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay.mobile-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay.mobile-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.textimage-fullheight-overlay.mobile-reverse .text-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.textimage-fullheight-overlay .white-text-color {
	color: #fff;
}

.textimage-fullheight-overlay .black-text-color {
	color: #333;
}

.textimage-fullheight-overlay .cta-font {
	font-family: Univers45,sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1pc;
	line-height: 2;
}

.textimage-fullheight-overlay .cta-font:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.textimage-fullheight-overlay .cta-font:lang(bg),.textimage-fullheight-overlay .cta-font:lang(ru),.textimage-fullheight-overlay .cta-font:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.textimage-fullheight-overlay .cta-font:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-overlay .cta-font:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-overlay .cta-font:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .cta-font {
		font-size: 17px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .cta-font {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .cta-font {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .cta-font {
		font-size: 19.5px;
	}
}

.textimage-fullheight-overlay .more-info {
	display: inline-block;
}

.textimage-fullheight-overlay .more-info .plus-text {
	text-decoration: none;
}

.textimage-fullheight-overlay .more-info .button-plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-family: Univers45,sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1pc;
	cursor: pointer;
}

.textimage-fullheight-overlay .more-info .button-plus:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.textimage-fullheight-overlay .more-info .button-plus:lang(bg),.textimage-fullheight-overlay .more-info .button-plus:lang(ru),.textimage-fullheight-overlay .more-info .button-plus:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.textimage-fullheight-overlay .more-info .button-plus:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-overlay .more-info .button-plus:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-overlay .more-info .button-plus:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		font-size: 17px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		font-size: 19.5px;
	}
}

.textimage-fullheight-overlay .more-info .button-plus.white-text-color:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23FFFFFF' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textimage-fullheight-overlay .more-info .button-plus:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280' width='280' height='280'%3E%3Cpath d='M140 280C62.8 280 0 217.2 0 140S62.8 0 140 0s140 62.8 140 140-62.8 140-140 140zm0-266C70.5 14 14 70.5 14 140s56.5 126 126 126 126-56.5 126-126S209.5 14 140 14z' fill='gray'/%3E%3Cpath fill='gray' d='M133 86.3h14v107.3h-14z'/%3E%3Cpath fill='gray' d='M86.3 133h107.3v14H86.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		line-height: 15px;
		margin-bottom: 0;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		line-height: 15px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		line-height: 15px;
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .more-info .button-plus {
		line-height: 15px;
		margin-bottom: 0;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .more-info {
		display: block;
		margin: 0 0 15px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .more-info {
		display: block;
		margin: 0 0 15px;
	}
}

.textimage-fullheight-overlay .textimage-fullheight_container {
	padding: 0;
	display: inline-block;
	width: 60%;
	height: calc(100vh - 75px);
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	vertical-align: top;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .textimage-fullheight_container {
		width: 100%;
		float: none;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .textimage-fullheight_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		align-self: center;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .textimage-fullheight_container {
		width: 100%;
		float: none;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .textimage-fullheight_container {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image {
	width: 100%;
}

.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
	display: none;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
		display: none;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:768px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
		display: none;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:1366px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-portrait {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:768px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:1366px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
		display: none;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
		display: none;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image.image-landscape {
		display: none;
	}
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
	position: absolute;
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: sticky;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""]):after {
		position: static;
	}
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-2]:after {
	color: #000;
	background: hsla(0,0%,100%,.6);
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-3]:after {
	color: #fff;
	background: transparent;
}

.textimage-fullheight-overlay .textimage-fullheight_container[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerstyle=style-4]:after {
	color: #000;
	background: transparent;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .not-reversed-padding-mobile {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

.textimage-fullheight-overlay .text-container {
	width: 40%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.textimage-fullheight-overlay .text-container .top-padding {
	padding-bottom: 0;
	padding-top: 20%;
}

.textimage-fullheight-overlay .text-container .center-padding {
	padding-bottom: 0;
	padding-top: 0;
	-ms-flex-item-align: center;
	align-self: center;
}

.textimage-fullheight-overlay .text-container .bottom-padding {
	padding-bottom: 20%;
	padding-top: 0;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .bottom-padding {
		padding-bottom: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .bottom-padding {
		padding-bottom: 0;
	}
}

.textimage-fullheight-overlay .text-container .right-container {
	padding-right: 0;
	padding-left: 60px;
	text-align: right;
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:768px) {
	.textimage-fullheight-overlay .text-container .right-container {
		padding-right: 0;
		padding-left: 60px;
	}
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:1366px) {
	.textimage-fullheight-overlay .text-container .right-container {
		padding-top: 45px;
		padding-bottom: 20%;
		padding-left: 45px!important;
		padding-right: 45px!important;
		text-align: unset;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .right-container {
		padding-left: 60px;
		padding-right: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .right-container {
		padding: 45px 45px 20%;
		text-align: unset;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .right-container {
		padding-top: 60px;
		padding-right: 0;
		padding-left: 0;
		text-align: unset;
	}
}

.textimage-fullheight-overlay .text-container .left-container {
	padding-right: 60px;
	padding-left: 0;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .left-container {
		padding: 20% 45px 45px;
		text-align: unset;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .left-container {
		padding-right: 45px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .left-container {
		padding: 20% 45px 45px;
		text-align: unset;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .left-container {
		padding: 60px 0;
		text-align: unset;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .text-container {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
	}
}

.textimage-fullheight-overlay .text-container.white {
	color: #fff;
}

.textimage-fullheight-overlay .text-container.grey,.textimage-fullheight-overlay .text-container.grey .description,.textimage-fullheight-overlay .text-container.grey .excerpt {
	color: #333;
}

.textimage-fullheight-overlay .text-container.black {
	color: #000;
}

.textimage-fullheight-overlay .text-container .date {
	margin-bottom: 15px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .date {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .date {
		font-size: 21px;
	}
}

.textimage-fullheight-overlay .text-container .title {
	padding-bottom: 30px;
	font-family: ArsenalRegular,sans-serif;
	line-height: 1.1;
	font-size: 42px;
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .title {
		font-size: 48px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .title {
		font-size: 63px;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .title {
		line-height: 1.2;
		padding-bottom: 30px;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .title {
		line-height: 1.2;
		padding-bottom: 30px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .title {
		line-height: 1.2;
		padding-bottom: 15px;
	}
}

.textimage-fullheight-overlay .text-container .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .subtitle {
		font-size: 1pc;
	}
}

.textimage-fullheight-overlay .text-container .description,.textimage-fullheight-overlay .text-container .excerpt {
	margin-bottom: 30px;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .description,.textimage-fullheight-overlay .text-container .excerpt {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .description,.textimage-fullheight-overlay .text-container .excerpt {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .description,.textimage-fullheight-overlay .text-container .excerpt {
		margin-bottom: 24px;
		font-size: 1pc;
	}
}

.textimage-fullheight-overlay .text-container .excerpt {
	display: none;
}

.textimage-fullheight-overlay .text-container .cta-container {
	margin: 0;
}

.textimage-fullheight-overlay .text-container .cta-container .cta {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .cta-container .cta {
		display: block;
		width: auto;
		min-width: 150px;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 6px 15px;
	}
}

.textimage-fullheight-overlay .text-container .cta-container .cta.a {
	padding: 0 30px;
}

.textimage-fullheight-overlay .text-container .cta-container.vertical .cta {
	display: inline-block;
	width: auto;
}

.textimage-fullheight-overlay .text-container .cta-margin {
	font-size: 14px;
	margin: 0!important;
	padding: 0!important;
	font-family: Univers45,sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1pc;
}

.textimage-fullheight-overlay .text-container .cta-margin:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.textimage-fullheight-overlay .text-container .cta-margin:lang(bg),.textimage-fullheight-overlay .text-container .cta-margin:lang(ru),.textimage-fullheight-overlay .text-container .cta-margin:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.textimage-fullheight-overlay .text-container .cta-margin:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-overlay .text-container .cta-margin:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-overlay .text-container .cta-margin:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .cta-margin {
		font-size: 17px;
		line-height: 45px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .cta-margin {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .cta-margin {
		font-size: 15.6px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .cta-margin {
		font-size: 19.5px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .cta-margin {
		display: inline-block!important;
	}
}

.textimage-fullheight-overlay .text-container .description {
	margin: 0;
	font-size: 1pc;
}

@media (min-width:1024px) {
	.textimage-fullheight-overlay .text-container .description {
		max-height: calc((100vh - 75px) / 2);
		overflow-y: auto;
	}

	.textimage-fullheight-overlay .text-container .description::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		border-radius: 0;
		background-color: #fff;
	}

	.textimage-fullheight-overlay .text-container .description::-webkit-scrollbar {
		width: 6px;
	}

	.textimage-fullheight-overlay .text-container .description::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		background-color: #ebebeb;
	}
}

.textimage-fullheight-overlay .text-container .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .text-container .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .text-container .sublinks {
		font-size: 24px;
	}
}

.textimage-fullheight-overlay .text-container .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

.textimage-fullheight-overlay .text-container .sub {
	padding-top: 15px;
}

.textimage-fullheight-overlay .text-container .sub-link-right {
	margin-top: 0!important;
	margin-right: 0!important;
	margin-left: 60px!important;
}

@media (min-width:1024px) and (max-width:1279px) and (min-height:768px) {
	.textimage-fullheight-overlay .text-container .sub-link-right {
		margin-left: 60px!important;
		margin-right: 0!important;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .sub-link-right {
		margin-left: 60px!important;
		margin-right: 0!important;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .text-container .sub-link-right {
		margin-left: 0!important;
		margin-right: 60px!important;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .text-container .sub-link-right {
		margin-left: 0!important;
		margin-right: 60px!important;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .text-container .sub-link-right {
		margin-left: 0!important;
		margin-right: 60px!important;
	}
}

.textimage-fullheight-overlay .text-container .sub-link-left {
	margin-top: 0!important;
}

.textimage-fullheight-overlay .cta-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 15px;
}

.textimage-fullheight-overlay .cta-group.left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.textimage-fullheight-overlay .cta-group.right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .cta-group.right {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .cta-group.right {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .cta-group.right {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.textimage-fullheight-overlay .cta-container {
	display: inline-block;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .cta-container {
		min-width: 60%;
	}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay .cta-container {
		min-width: 60%;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .cta-container {
		min-width: 60%;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .cta-container {
		min-width: 100%;
	}
}

.textimage-fullheight-overlay .cta-container .cta {
	margin: 0;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	display: block;
}

.textimage-fullheight-overlay .cta-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.textimage-fullheight-overlay .cta-container .cta:lang(bg),.textimage-fullheight-overlay .cta-container .cta:lang(ru),.textimage-fullheight-overlay .cta-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.textimage-fullheight-overlay .cta-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-fullheight-overlay .cta-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-fullheight-overlay .cta-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.textimage-fullheight-overlay .cta-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-fullheight-overlay .cta-container .cta {
		font-size: 21px;
	}
}

.textimage-fullheight-overlay .cta-container .cta.white {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #333 inset;
	box-shadow: inset 0 0 0 1px #333;
	color: #333;
	margin: 0;
}

.textimage-fullheight-overlay .cta-container .cta.blue {
	margin: 0;
	background-color: #00425e;
}

.textimage-fullheight-overlay .cta-container .cta.blue a {
	color: #fff;
}

.textimage-fullheight-overlay .cta-container .cta a {
	padding: 0;
}

.textimage-fullheight-overlay .cta-container .cta:first-child {
	margin-left: 0;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .cta-container .cta {
		width: 100%;
		padding: 6px 0;
	}
}

.textimage-fullheight-overlay .top-text-position {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .top-text-position {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .center-text-position {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .center-text-position {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.textimage-fullheight-overlay .bottom-text-position {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay .bottom-text-position {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay .bottom-text-position {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.textimage-fullheight-overlay.right .textimage-fullheight_container {
	text-align: left;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay.right .textimage-fullheight_container {
		padding: 0;
		line-height: 1.2;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay.right .textimage-fullheight_container {
		padding: 0;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay.right .textimage-fullheight_container {
		padding: 0;
	}
}

.textimage-fullheight-overlay.right .text-container {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1279px) {
	.textimage-fullheight-overlay.right .text-container {
		padding: 0;
	}
}

@media (max-width:1279px) {
	.textimage-fullheight-overlay.right .text-container {
		padding-left: 0;
	}
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay.right .text-container {
		padding: 0;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay.right .text-container {
		padding: 0 20px;
	}
}

@media (max-width:767px) {
	.textimage-fullheight-overlay.right {
		margin: 0;
	}
}

.textimage-fullheight-overlay.bottom .text-container,.textimage-fullheight-overlay.bottom .textimage-fullheight_container {
	vertical-align: bottom;
}

.textimage-fullheight-overlay.middle .text-container,.textimage-fullheight-overlay.middle .textimage-fullheight_container {
	vertical-align: middle;
}

.textimage-fullheight-overlay .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
}

.textimage-fullheight-overlay .video-container .video-tag {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.textimage-fullheight-overlay .video-container .controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	margin: auto;
	pointer-events: all;
}

.textimage-fullheight-overlay .video-container .controls .play-button,.textimage-fullheight-overlay .video-container .controls .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.textimage-fullheight-overlay .video-container .controls .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.textimage-fullheight-overlay .video-container .overlay-controls {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	pointer-events: all;
}

.textimage-fullheight-overlay .video-container .overlay-controls .icon-close,.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .video-container .overlay-controls .icon-close,.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.textimage-fullheight-overlay .video-container .overlay-controls .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textimage-fullheight-overlay[data-animation=true] .text-container,.textimage-fullheight-overlay[data-animation=true] .textimage-fullheight_container {
	opacity: 0;
}

.textimage-fullheight-overlay[data-animation=true].in-view.right .textimage-fullheight_container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightShort;
	animation-name: fadeInRightShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay[data-animation=true].in-view.right .textimage-fullheight_container {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-duration: 1.1s;
		animation-duration: 1.1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBack;
		animation-name: fadeInBack;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.textimage-fullheight-overlay[data-animation=true].in-view.left .textimage-fullheight_container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftShort;
	animation-name: fadeInLeftShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.textimage-fullheight-overlay[data-animation=true].in-view.left .textimage-fullheight_container {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-duration: 1.1s;
		animation-duration: 1.1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBack;
		animation-name: fadeInBack;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.textimage-fullheight-overlay[data-animation=true].in-view .text-container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

@media (min-width:1024px) {
	.textimage-fullheight-overlay .textimage-fullheight_container.top .textimage-fullheight_image {
		top: 0;
		bottom: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-overlay .textimage-fullheight_container.bottom .textimage-fullheight_image {
		bottom: 0;
		top: auto;
		margin: 0 auto;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-overlay .textimage-fullheight_container.left .textimage-fullheight_image {
		left: 0;
		right: auto;
		margin: auto 0;
	}
}

@media (min-width:1024px) {
	.textimage-fullheight-overlay .textimage-fullheight_container.right .textimage-fullheight_image {
		right: 0;
		left: auto;
		margin: auto 0;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.textimage-fullheight-overlay .textimage-fullheight_container .textimage-fullheight_image {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		width: 100%;
		height: 100%;
		position: static;
		min-width: unset;
		min-height: unset;
		margin: unset;
		zoom: unset;
	}

	.textimage-fullheight-overlay .textimage-fullheight_container.top .textimage-fullheight_image {
		-o-object-position: top;
		object-position: top;
	}

	.textimage-fullheight-overlay .textimage-fullheight_container.bottom .textimage-fullheight_image {
		-o-object-position: bottom;
		object-position: bottom;
	}

	.textimage-fullheight-overlay .textimage-fullheight_container.left .textimage-fullheight_image {
		-o-object-position: left;
		object-position: left;
	}

	.textimage-fullheight-overlay .textimage-fullheight_container.right .textimage-fullheight_image {
		-o-object-position: right;
		object-position: right;
	}
}

cta-container.textimage {
	font-size: 0;
	padding: 0 60px;
	text-align: left;
}

cta-container.textimage[data-paddingtop=none] {
	padding-top: 0;
}

cta-container.textimage[data-paddingbottom=none] {
	padding-bottom: 0;
}

cta-container.textimage[data-paddingtop=low] {
	padding-top: 15px;
}

cta-container.textimage[data-paddingbottom=low] {
	padding-bottom: 15px;
}

cta-container.textimage[data-paddingtop=medium] {
	padding-top: 30px;
}

cta-container.textimage[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

cta-container.textimage[data-paddingtop=high] {
	padding-top: 60px;
}

cta-container.textimage[data-paddingbottom=high] {
	padding-bottom: 60px;
}

cta-container.textimage[data-paddingtop=max] {
	padding-top: 90px;
}

cta-container.textimage[data-paddingbottom=max] {
	padding-bottom: 90px;
}

cta-container.textimage.background-white {
	background-color: #fff;
}

cta-container.textimage.background-grey {
	background-color: #f2f1f0;
}

cta-container.textimage .text {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	cta-container.textimage .text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .text {
		font-size: 24px;
	}
}

cta-container.textimage .text .innerTitle {
	color: #333;
}

cta-container.textimage .text .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	padding-bottom: 15px;
}

cta-container.textimage .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

cta-container.textimage .text .title:lang(bg),cta-container.textimage .text .title:lang(ru),cta-container.textimage .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

cta-container.textimage .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

cta-container.textimage .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

cta-container.textimage .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	cta-container.textimage .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	cta-container.textimage .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .text .title {
		font-size: 63px;
	}
}

cta-container.textimage .text .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	color: #333;
	padding-bottom: 15px;
}

@media (max-width:767px) {
	cta-container.textimage .text .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	cta-container.textimage .text .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .text .subtitle {
		font-size: 30px;
	}
}

cta-container.textimage .text .description {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
	padding-bottom: 15px;
}

@media (min-width:1681px) {
	cta-container.textimage .text .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .text .description {
		font-size: 24px;
	}
}

#legal-notes cta-container.textimage .text .description {
	height: auto;
}

cta-container.textimage .text .sublinks {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

@media (min-width:1681px) {
	cta-container.textimage .text .sublinks {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .text .sublinks {
		font-size: 24px;
	}
}

cta-container.textimage .text .sublinks a {
	display: inline-block;
	margin: 30px 60px 0 0;
}

cta-container.textimage .text .cta-container {
	margin: 0;
}

cta-container.textimage .text .cta-container .cta {
	display: inline-block;
	margin: 30px 15px 0 0;
}

@media (max-width:767px) {
	cta-container.textimage .text .cta-container .cta {
		display: block;
		min-width: 150px;
		margin: 15px 0 0;
	}

	cta-container.textimage .text .cta-container .cta a {
		font-size: 14px;
		padding: 6px 15px;
	}
}

cta-container.textimage .text .cta-container.vertical .cta {
	display: block;
	width: 180px;
}

cta-container.textimage .text .cta-container .cta {
	margin: 0 15px 15px 0;
}

cta-container.textimage .text .cta-container .cta:last-of-type {
	margin-right: 0;
}

cta-container.textimage .textimage .text .title+.cta-container {
	padding-top: 15px;
}

cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]) {
	position: relative;
	display: inline;
}

cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
	display: block;
	content: attr(data-disclaimer);
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

@media (min-width:1681px) {
	cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""]):after {
		font-size: 18px;
	}
}

cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=left]:after {
	text-align: left;
}

cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=center]:after {
	text-align: center;
}

cta-container.textimage .img-wrapper[data-disclaimer]:not([data-disclaimer=""])[data-disclaimerposition=right]:after {
	text-align: right;
}

cta-container.textimage img:not([width]):not([height]) {
	margin-top: 6px;
	display: inline-block;
	width: 100%;
}

cta-container.textimage.text-left .text,cta-container.textimage.text-left img,cta-container.textimage.text-right .text,cta-container.textimage.text-right img {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}

cta-container.textimage.text-left .text {
	padding-right: 15px;
}

cta-container.textimage.text-left img,cta-container.textimage.text-right .text {
	padding-left: 15px;
}

cta-container.textimage.text-right img {
	padding-right: 15px;
}

cta-container.textimage.center {
	text-align: center;
}

cta-container.textimage.center img {
	max-width: 100%;
	width: auto;
}

cta-container.textimage .text .sublinks a {
	margin: 0 60px 15px 0;
}

@media (max-width:1023px) {
	cta-container.textimage {
		padding: 0 45px;
	}

	cta-container.textimage .textimage .text .title+.cta-container {
		padding-top: 30px;
	}

	cta-container.textimage .text .sublinks a {
		margin: 0 60px 30px 0;
	}

	cta-container.textimage.center .text .sublinks a {
		margin: 30px 30px 0;
	}
}

@media (max-width:767px) {
	cta-container.textimage {
		padding: 0 20px;
	}

	cta-container.textimage .text .cta-container .cta {
		margin: 0 0 15px;
	}

	cta-container.textimage .text .cta-container .cta a {
		padding: 6px 15px;
		line-height: 2;
	}
}

.textimage .text .cta-container.inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media (max-width:767px) {
	.textimage .text .cta-container.inline {
		display: block;
	}
}

.textimage[data-animation=true] {
	opacity: 0;
}

.textimage[data-animation=true].in-view {
	opacity: 1;
}

.textimage[data-animation=true].in-view .text {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.overlayData .overlayGroup .textimage,.overlayData .overlayGroup .textimage a,.overlayData .overlayGroup div .textimage,.overlayData .overlayGroup div .textimage a,.overlayData .textimage,.overlayData .textimage a,.overlayData div .textimage,.overlayData div .textimage a {
	display: block!important;
}

.textvideo-background-fullheight {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.textvideo-background-fullheight .container {
	position: relative;
}

.textvideo-background-fullheight .video-container {
	opacity: 0;
	z-index: 103;
}

.textvideo-background-fullheight .video-container,.textvideo-background-fullheight .video-container .video-tag {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.textvideo-background-fullheight .video-container .video-tag.youKuPlayer {
	height: 94%;
	padding: 3% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .video-container .video-tag.youKuPlayer {
		height: 100%;
		padding: 0;
	}
}

.textvideo-background-fullheight .video-container .overlay-close,.textvideo-background-fullheight .video-container .overlay-play,.textvideo-background-fullheight .video-container .overlay-volume {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 75px;
}

@media (max-width:767px) {
	.textvideo-background-fullheight .video-container .overlay-close,.textvideo-background-fullheight .video-container .overlay-play,.textvideo-background-fullheight .video-container .overlay-volume {
		right: 0;
		padding: 15px;
		top: auto;
	}
}

.textvideo-background-fullheight .video-container .overlay-close .icon-close,.textvideo-background-fullheight .video-container .overlay-close .icon-play,.textvideo-background-fullheight .video-container .overlay-close .icon-volume,.textvideo-background-fullheight .video-container .overlay-play .icon-close,.textvideo-background-fullheight .video-container .overlay-play .icon-play,.textvideo-background-fullheight .video-container .overlay-play .icon-volume,.textvideo-background-fullheight .video-container .overlay-volume .icon-close,.textvideo-background-fullheight .video-container .overlay-volume .icon-play,.textvideo-background-fullheight .video-container .overlay-volume .icon-volume {
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

@media (max-width:767px) {
	.textvideo-background-fullheight .video-container .overlay-close .icon-close,.textvideo-background-fullheight .video-container .overlay-close .icon-play,.textvideo-background-fullheight .video-container .overlay-close .icon-volume,.textvideo-background-fullheight .video-container .overlay-play .icon-close,.textvideo-background-fullheight .video-container .overlay-play .icon-play,.textvideo-background-fullheight .video-container .overlay-play .icon-volume,.textvideo-background-fullheight .video-container .overlay-volume .icon-close,.textvideo-background-fullheight .video-container .overlay-volume .icon-play,.textvideo-background-fullheight .video-container .overlay-volume .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.textvideo-background-fullheight .video-container .overlay-close .icon-volume,.textvideo-background-fullheight .video-container .overlay-play .icon-volume,.textvideo-background-fullheight .video-container .overlay-volume .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3E928AF7-9C96-4538-9BEC-A944486DB908%3C/title%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z'/%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zm13.77-.77a.625.625 0 0 1 .46-1.162 2.208 2.208 0 0 1 0 4.106.625.625 0 0 1-.46-1.162.958.958 0 0 0 0-1.782zm2.5-1.471a.625.625 0 1 1 .46-1.162 3.791 3.791 0 0 1 0 7.048.625.625 0 1 1-.46-1.162 2.541 2.541 0 0 0 0-4.724zm2.496-1.559a.625.625 0 1 1 .468-1.158 5.479 5.479 0 0 1 0 10.158.625.625 0 1 1-.468-1.158 4.229 4.229 0 0 0 0-7.842z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textvideo-background-fullheight .video-container .overlay-close .icon-volume.volume-off,.textvideo-background-fullheight .video-container .overlay-play .icon-volume.volume-off,.textvideo-background-fullheight .video-container .overlay-volume .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E57D5C652-5A7F-4B13-93E8-D96BCD099F38%3C/title%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M9 19.379v-2.743a1 1 0 0 1 1-1h4.281a745.918 745.918 0 0 0 4.617-3.436 1 1 0 0 1 1.6.8v6.379h.002v1h-.001v6.584a1 1 0 0 1-1.6.8 742.893 742.893 0 0 0-4.618-3.436H10a1 1 0 0 1-1-1V19.38zM27.943 20l2.357 2.357a.667.667 0 1 1-.943.943L27 20.943 24.643 23.3a.667.667 0 1 1-.943-.943L26.057 20 23.7 17.643a.667.667 0 1 1 .943-.943L27 19.057l2.357-2.357a.667.667 0 1 1 .943.943L27.943 20z'/%3E%3Cpath d='M20 38c9.941 0 18-8.059 18-18S29.941 2 20 2 2 10.059 2 20s8.059 18 18 18zm0 2C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20-8.954 20-20 20z' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textvideo-background-fullheight .video-container .overlay-close .icon-play,.textvideo-background-fullheight .video-container .overlay-play .icon-play,.textvideo-background-fullheight .video-container .overlay-volume .icon-play {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cg transform='translate(11.053 8.684)' fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M.79 0h.789a.79.79 0 0 1 .79.79v11.052a.79.79 0 0 1-.79.79h-.79a.79.79 0 0 1-.789-.79V.79A.79.79 0 0 1 .79 0z'/%3E%3Crect x='5.526' width='2.368' height='12.632' rx='1.184'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textvideo-background-fullheight .video-container .overlay-close .icon-play.paused,.textvideo-background-fullheight .video-container .overlay-play .icon-play.paused,.textvideo-background-fullheight .video-container .overlay-volume .icon-play.paused {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='Drop-1'%3E%3Cg id='Icons---Video-Gallery' transform='translate(-154 -59)'%3E%3Cg id='ICON_Play' transform='translate(154 59)'%3E%3Cpath id='Combined-Shape' class='st0' d='M20 38c9.9 0 18-8.1 18-18S29.9 2 20 2 2 10.1 2 20s8.1 18 18 18zm0 2C9 40 0 31 0 20S9 0 20 0s20 9 20 20-9 20-20 20z'/%3E%3C/g%3E%3Cpath class='st0' d='M167.9 69v20.2l17.5-10.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.textvideo-background-fullheight .video-container .overlay-close .close-text,.textvideo-background-fullheight .video-container .overlay-close .volume-text,.textvideo-background-fullheight .video-container .overlay-play .close-text,.textvideo-background-fullheight .video-container .overlay-play .volume-text,.textvideo-background-fullheight .video-container .overlay-volume .close-text,.textvideo-background-fullheight .video-container .overlay-volume .volume-text {
	display: none;
}

.textvideo-background-fullheight .video-container .overlay-volume {
	right: 75px;
}

.textvideo-background-fullheight .video-container .overlay-play {
	right: 90pt;
}

@media (max-width:767px) {
	.textvideo-background-fullheight .video-container .overlay-play {
		right: 150px;
	}
}

.textvideo-background-fullheight .video-container .overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
}

.textvideo-background-fullheight[data-controls=always] .video-container .overlay-container,.textvideo-background-fullheight[data-controls=always] .video-container .text-shade {
	pointer-events: none;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight[data-controls=mobile] .video-container .overlay-container,.textvideo-background-fullheight[data-controls=mobile] .video-container .text-shade {
		pointer-events: none;
	}
}

.textvideo-background-fullheight .control {
	bottom: 0;
	height: 90pt;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 90pt;
	z-index: 104;
}

.textvideo-background-fullheight .control .play-button,.textvideo-background-fullheight .control .play-loader {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.textvideo-background-fullheight .control .play-button .play-text {
	display: block;
	position: absolute;
	width: 100vw;
	left: calc(60px - 50vw);
	bottom: -24px;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	opacity: inherit;
}

.textvideo-background-fullheight .control .play-loader {
	display: none;
	opacity: 1;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@media (min-width:1024px) {
	.textvideo-background-fullheight .control.smaller {
		height: 90px;
		width: 90px;
	}

	.textvideo-background-fullheight .control.smaller .play-button .play-text {
		left: calc(45px - 50vw);
		bottom: -20px;
		font-size: 1em;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .control {
		height: 60px;
		width: 60px;
	}

	.textvideo-background-fullheight .control .play-button .play-text {
		left: calc(30px - 50vw);
		bottom: -20px;
		font-size: 1em;
	}
}

.textvideo-background-fullheight.vertically-centered .text-container {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:1023px) {
	.textvideo-background-fullheight.vertically-centered .text-container {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.textvideo-background-fullheight.vertically-bottom .text-container {
	top: auto;
	bottom: 60px;
}

@media (max-width:767px) {
	.textvideo-background-fullheight.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight {
		height: calc(100vh - 70px)!important;
	}
}

.textvideo-background-fullheight .background {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
}

.textvideo-background-fullheight .background.portrait {
	display: none;
}

.textvideo-background-fullheight .background.landscape {
	display: block;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .background.portrait {
		display: block;
	}

	.textvideo-background-fullheight .background.landscape {
		display: none;
	}
}

.textvideo-background-fullheight .text-shade {
	background: url(clientlib-site/css/img/gradient_9.png) 0 0 repeat-y;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-shade {
		display: none;
	}
}

.textvideo-background-fullheight.right .text-shade {
	background-position: 100% 0;
	background-image: url(clientlib-site/css/img/gradient_9_reverse.png);
}

.textvideo-background-fullheight.fullScreen {
	height: calc(100% - 75px);
}

.textvideo-background-fullheight.fullScreen .container {
	height: 100%;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight.fullScreen {
		height: auto;
	}
}

@media (min-width:1681px) {
	.textvideo-background-fullheight.fullScreen {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight.fullScreen {
		height: calc(100% - 112.5px);
	}
}

.textvideo-background-fullheight.fullScreen .background {
	bottom: -100%;
	left: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: auto;
}

.textvideo-background-fullheight.fullScreen .background.portrait {
	display: none;
}

.textvideo-background-fullheight.fullScreen .background.landscape {
	display: block;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight.fullScreen .background.portrait {
		display: block;
	}

	.textvideo-background-fullheight.fullScreen .background.landscape {
		display: none;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight {
		height: auto;
	}

	.textvideo-background-fullheight .container {
		height: 100%;
	}

	.textvideo-background-fullheight .background {
		bottom: -100%;
		left: -100%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		right: -100%;
		top: -100%;
		width: auto;
	}

	.textvideo-background-fullheight .background.portrait {
		display: block;
	}

	.textvideo-background-fullheight .background.landscape {
		display: none;
	}
}

.textvideo-background-fullheight .text-container {
	color: #fff;
	left: 60px;
	position: absolute;
	top: 60px;
	width: 360px;
	z-index: 101;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333!important;
		padding: 60px 45px;
		position: static;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: auto;
	}

	.textvideo-background-fullheight .text-container>div:not(.cta),.textvideo-background-fullheight .text-container>h1:not(.cta),.textvideo-background-fullheight .text-container>h2:not(.cta),.textvideo-background-fullheight .text-container>h3:not(.cta),.textvideo-background-fullheight .text-container>h4:not(.cta),.textvideo-background-fullheight .text-container>h5:not(.cta),.textvideo-background-fullheight .text-container>span:not(.cta) {
		color: #fff;
	}
}

@media (max-width:767px) {
	.textvideo-background-fullheight .text-container {
		padding: 20px;
	}
}

.textvideo-background-fullheight .text-container .date {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 15px;
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .date {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .date {
		font-size: 21px;
	}
}

.textvideo-background-fullheight .text-container .title {
	margin-bottom: 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.textvideo-background-fullheight .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textvideo-background-fullheight .text-container .title:lang(bg),.textvideo-background-fullheight .text-container .title:lang(ru),.textvideo-background-fullheight .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textvideo-background-fullheight .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textvideo-background-fullheight .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textvideo-background-fullheight .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .title {
		font-size: 63px;
	}
}

.textvideo-background-fullheight .text-container .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	line-height: 1.2;
	margin-bottom: 6px;
	width: 25pc;
}

@media (max-width:767px) {
	.textvideo-background-fullheight .text-container .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-container .subtitle {
		width: auto;
	}
}

@media (max-width:767px) {
	.textvideo-background-fullheight .text-container .subtitle {
		letter-spacing: 0;
		margin-bottom: 6px;
		width: 100%;
	}
}

.textvideo-background-fullheight .text-container .description {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	max-width: 300px;
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .description {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .description {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-container .description {
		font-size: 1pc;
		line-height: 21px;
		max-width: none;
	}
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .description {
		max-width: 360px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .description {
		max-width: 450px;
	}
}

.textvideo-background-fullheight .text-container .description .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	padding: 0 30px;
	text-decoration: none;
}

.textvideo-background-fullheight .text-container .description .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.textvideo-background-fullheight .text-container .description .cta:lang(bg),.textvideo-background-fullheight .text-container .description .cta:lang(ru),.textvideo-background-fullheight .text-container .description .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.textvideo-background-fullheight .text-container .description .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textvideo-background-fullheight .text-container .description .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textvideo-background-fullheight .text-container .description .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .text-container .description .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .text-container .description .cta {
		font-size: 21px;
	}
}

.textvideo-background-fullheight .text-container .description .cta.blue {
	background-color: #00425e;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
}

.textvideo-background-fullheight .text-container .description .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.textvideo-background-fullheight .text-container .description .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .text-container .description .cta.black,.textvideo-background-fullheight .text-container .description .cta.white {
		background-color: #00425e;
		border: 1px solid #666;
		border-radius: 2px;
		color: #fff;
	}
}

@media (min-width:1024px) {
	.textvideo-background-fullheight .text-container.overlayed:not(.no-overlay) {
		z-index: 105;
		pointer-events: none;
		text-shadow: 0 0 8px rgba(0,0,0,.75);
	}
}

.textvideo-background-fullheight.black .text-shade {
	background-image: url(clientlib-site/css/img/gradient_9_white.png);
}

.textvideo-background-fullheight.black .text-container {
	color: #000;
}

@media (min-width:1024px) {
	.textvideo-background-fullheight.black .text-container.overlayed:not(.no-overlay) {
		color: #fff;
	}
}

.textvideo-background-fullheight.left .text-container {
	left: 60px;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight.left .text-container {
		left: 0;
	}
}

.textvideo-background-fullheight.right .text-container {
	left: auto;
	right: 60px;
}

@media (max-width:1023px) {
	.textvideo-background-fullheight.right .text-container {
		right: 0;
	}
}

.textvideo-background-fullheight.right.black .text-shade {
	background-image: url(clientlib-site/css/img/gradient_9_white_reverse.png);
}

.textvideo-background-fullheight[data-animation=true] .container .iframe-container .control,.textvideo-background-fullheight[data-animation=true] .container .iframe-container .control .play-button,.textvideo-background-fullheight[data-animation=true] .container .iframe-container .control .play-button .play-text,.textvideo-background-fullheight[data-animation=true] .text-container {
	opacity: 0;
}

.textvideo-background-fullheight[data-animation=true].in-view .text-container {
	opacity: 1;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textvideo-background-fullheight[data-animation=true].in-view .container .iframe-container .control {
	opacity: 1;
}

.textvideo-background-fullheight[data-animation=true].in-view .container .iframe-container .control .play-button,.textvideo-background-fullheight[data-animation=true].in-view .container .iframe-container .control .play-button .play-text {
	opacity: 1;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textvideo-background-fullheight .img-disclaimer {
	display: block;
	z-index: 100;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
}

.textvideo-background-fullheight .img-disclaimer:empty {
	display: none;
}

@media (min-width:1681px) {
	.textvideo-background-fullheight .img-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textvideo-background-fullheight .img-disclaimer {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.textvideo-background-fullheight .img-disclaimer {
		max-height: 50px;
	}
}

.textvideo-background-fullheight .img-disclaimer.left {
	text-align: left;
}

.textvideo-background-fullheight .img-disclaimer.center {
	text-align: center;
}

.textvideo-background-fullheight .img-disclaimer.right {
	text-align: right;
}

.textimage-background-overlay {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.textimage-background-overlay.right {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width:1023px) {
	.textimage-background-overlay.right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.textimage-background-overlay.right.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.textimage-background-overlay.right.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.textimage-background-overlay.right.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.textimage-background-overlay.right .text-container {
	left: auto;
	right: 60px;
}

@media (max-width:1023px) {
	.textimage-background-overlay.right .text-container {
		right: 0;
		left: 0;
	}
}

.textimage-background-overlay.right .text-container .ctaAnchor .discover-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.textimage-background-overlay.left {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width:1023px) {
	.textimage-background-overlay.left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.textimage-background-overlay.left.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.textimage-background-overlay.left.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.textimage-background-overlay.left.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.textimage-background-overlay.left .text-container {
	left: 60px;
}

@media (max-width:1023px) {
	.textimage-background-overlay.left .text-container {
		right: 0;
		left: 0;
	}
}

.textimage-background-overlay.left .text-container .ctaAnchor .discover-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.textimage-background-overlay.center {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1023px) {
	.textimage-background-overlay.center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.textimage-background-overlay.center.top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.textimage-background-overlay.center.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.textimage-background-overlay.center.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.textimage-background-overlay.center .text-container {
		position: relative;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.center .text-container {
		right: 0;
		left: 0;
	}
}

.textimage-background-overlay.center .text-container .ctaAnchor .discover-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1023px) {
	.textimage-background-overlay.top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.textimage-background-overlay.top .text-container {
	top: 20%;
}

@media (max-width:1023px) {
	.textimage-background-overlay.top .text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.top.fullScreen .text-container {
		padding-top: calc((100vh - 70px) / 5);
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.bottom {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.textimage-background-overlay.bottom .text-container {
	bottom: 20%;
}

@media (max-width:1023px) {
	.textimage-background-overlay.bottom .text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.bottom.fullScreen .text-container .ctaAnchor .discover-container {
		padding-bottom: calc((100vh - 70px) / 5);
	}

	.textimage-background-overlay.bottom.fullScreen .text-container .ctaAnchor .cta {
		margin-bottom: calc((100vh - 70px) / 5);
	}
}

.textimage-background-overlay.middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.textimage-background-overlay.middle .text-container {
		position: relative;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.middle .text-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay {
		height: auto;
	}
}

.textimage-background-overlay .background {
	display: block;
	width: 100%;
}

@media (orientation:landscape) {
	.textimage-background-overlay .background.portrait {
		display: none;
	}
}

@media (orientation:portrait) {
	.textimage-background-overlay .background.landscape {
		display: none;
	}
}

.textimage-background-overlay .text-shade {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.textimage-background-overlay.fullScreen {
	height: calc(100vh - 75px);
}

@media (max-width:1023px) {
	.textimage-background-overlay.fullScreen {
		height: auto;
	}
}

@media (min-width:1681px) {
	.textimage-background-overlay.fullScreen {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay.fullScreen {
		height: calc(100vh - 112.5px);
	}
}

.textimage-background-overlay.fullScreen .background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: auto;
	height: auto;
}

@media (max-width:1023px) {
	.textimage-background-overlay.fullScreen .background:not(.portrait) {
		position: static;
		width: 100%;
		min-height: 0;
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-overlay.fullScreen .background~.text-container {
		height: calc(100vh - 70px);
		position: relative;
	}
}

@media (orientation:portrait) and (max-width:1023px) {
	.textimage-background-overlay.fullScreen.top .text-container {
		height: calc((100vh - 70px) * .8);
	}
}

@media (max-width:1023px) and (orientation:portrait) {
	.textimage-background-overlay.fullScreen.black .background~.text-container,.textimage-background-overlay.fullScreen.black .background~a>.text-container {
		color: #000!important;
	}
}

.textimage-background-overlay .background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: auto;
	height: auto;
}

.textimage-background-overlay .mainLink {
	text-decoration: none;
}

.textimage-background-overlay .text-container {
	position: absolute;
	width: 30%;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.textimage-background-overlay .text-container {
		position: relative;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay .text-container {
		width: 30%;
		margin-right: 45px;
		margin-left: 45px;
	}
}

@media (max-width:767px) {
	.textimage-background-overlay .text-container {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
}

.textimage-background-overlay .text-container .title {
	margin-bottom: 30px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.textimage-background-overlay .text-container .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.textimage-background-overlay .text-container .title:lang(bg),.textimage-background-overlay .text-container .title:lang(ru),.textimage-background-overlay .text-container .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.textimage-background-overlay .text-container .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-background-overlay .text-container .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-overlay .text-container .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.textimage-background-overlay .text-container .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.textimage-background-overlay .text-container .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay .text-container .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay .text-container .title {
		margin-bottom: 30px;
		width: 100%;
	}
}

@media (max-width:767px) {
	.textimage-background-overlay .text-container .title {
		margin-bottom: 15px;
		width: 100%;
	}
}

.textimage-background-overlay .text-container .body-text {
	margin-bottom: 30px;
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
}

.textimage-background-overlay .text-container .body-text:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.textimage-background-overlay .text-container .body-text:lang(bg),.textimage-background-overlay .text-container .body-text:lang(ru),.textimage-background-overlay .text-container .body-text:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.textimage-background-overlay .text-container .body-text:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.textimage-background-overlay .text-container .body-text:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-overlay .text-container .body-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.textimage-background-overlay .text-container .body-text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay .text-container .body-text {
		font-size: 24px;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay .text-container .body-text {
		margin-bottom: 15px;
		width: 100%;
	}
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1023px) {
	.textimage-background-overlay .text-container .ctaAnchor .discover-container {
		width: 100%;
	}
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more {
	font-family: Univers45,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1;
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(bg),.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(ru),.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay .text-container .ctaAnchor .discover-container .discover-more {
		font-size: 21px;
	}
}

.textimage-background-overlay .text-container .ctaAnchor .cta {
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	letter-spacing: .04em;
	line-height: 2;
	font-size: 14px;
}

.textimage-background-overlay .text-container .ctaAnchor .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .cta:lang(bg),.textimage-background-overlay .text-container .ctaAnchor .cta:lang(ru),.textimage-background-overlay .text-container .ctaAnchor .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.textimage-background-overlay .text-container .ctaAnchor .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.textimage-background-overlay .text-container .ctaAnchor .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay .text-container .ctaAnchor .cta {
		font-size: 24px;
	}
}

.textimage-background-overlay .text-container .ctaAnchor .cta.white {
	background: #fff;
	color: #333;
}

.textimage-background-overlay .text-container .ctaAnchor .cta.blue {
	background: #00425e;
	color: #fff;
}

.textimage-background-overlay .img-disclaimer {
	display: block;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 1.5;
	line-height: 1.2;
	opacity: .7;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}

.textimage-background-overlay .img-disclaimer:empty {
	display: none;
}

@media (min-width:1681px) {
	.textimage-background-overlay .img-disclaimer {
		font-size: .9pc;
	}
}

@media (min-width:2201px) {
	.textimage-background-overlay .img-disclaimer {
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay .img-disclaimer {
		max-height: 50px;
	}
}

.textimage-background-overlay .img-disclaimer.left {
	text-align: left;
}

.textimage-background-overlay .img-disclaimer.center {
	text-align: center;
}

.textimage-background-overlay .img-disclaimer.right {
	text-align: right;
}

.textimage-background-overlay.white {
	color: #fff;
}

.textimage-background-overlay.white .text-container .ctaAnchor {
	color: #fff;
	text-decoration: unset;
	width: 100%;
	cursor: pointer;
}

.textimage-background-overlay.white .text-container .ctaAnchor .discover-container {
	cursor: pointer;
}

.textimage-background-overlay.white .text-container .ctaAnchor .discover-container .cta-plus {
	height: 20px;
}

.textimage-background-overlay.white .text-container .ctaAnchor .discover-container .cta-plus:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23FFFFFF' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23FFFFFF' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
	color: #333;
}

.textimage-background-overlay.white.left .text-shade {
	background: -webkit-gradient(linear,left top,right top,from(rgba(51,51,51,.6)),color-stop(32%,rgba(51,51,51,0)));
	background: linear-gradient(90deg,rgba(51,51,51,.6),rgba(51,51,51,0) 32%);
}

@media (max-width:1023px) {
	.textimage-background-overlay.white.left .text-shade {
		background: -webkit-gradient(linear,left top,right top,from(rgba(51,51,51,.6)),color-stop(48%,rgba(51,51,51,0)));
		background: linear-gradient(90deg,rgba(51,51,51,.6),rgba(51,51,51,0) 48%);
	}
}

.textimage-background-overlay.white.right .text-shade {
	background: -webkit-gradient(linear,right top,left top,from(rgba(51,51,51,.6)),color-stop(32%,rgba(51,51,51,0)));
	background: linear-gradient(270deg,rgba(51,51,51,.6),rgba(51,51,51,0) 32%);
}

@media (max-width:1023px) {
	.textimage-background-overlay.white.right .text-shade {
		background: -webkit-gradient(linear,right top,left top,from(rgba(51,51,51,.6)),color-stop(48%,rgba(51,51,51,0)));
		background: linear-gradient(270deg,rgba(51,51,51,.6),rgba(51,51,51,0) 48%);
	}
}

.textimage-background-overlay.white.center .text-shade {
	background: rgba(51,51,51,.25);
}

.textimage-background-overlay.grey {
	color: #333;
}

.textimage-background-overlay.grey .text-container .ctaAnchor {
	color: #333;
	text-decoration: unset;
	width: 100%;
	cursor: pointer;
}

.textimage-background-overlay.grey .text-container .ctaAnchor .discover-container {
	cursor: pointer;
}

.textimage-background-overlay.grey .text-container .ctaAnchor .discover-container .cta-plus {
	height: 20px;
}

.textimage-background-overlay.grey .text-container .ctaAnchor .discover-container .cta-plus:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 280 280' enable-background='new 0 0 600 600' xml:space='preserve' inkscape:version='0.91 r13725' sodipodi:docname='expand-mobile.svg' width='280' height='280'%3E%3Cmetadata id='metadata21'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs19' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1280' inkscape:window-height='660' id='namedview17' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:zoom='0.39333333' inkscape:cx='140' inkscape:cy='140' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cg id='g3' transform='translate(-160,-160)'%3E%3Cg id='g5'%3E%3Cpath d='m 300,440 c -77.2,0 -140,-62.8 -140,-140 0,-77.2 62.8,-140 140,-140 77.2,0 140,62.8 140,140 0,77.2 -62.8,140 -140,140 z m 0,-266 c -69.5,0 -126,56.5 -126,126 0,69.5 56.5,126 126,126 69.5,0 126,-56.5 126,-126 0,-69.5 -56.5,-126 -126,-126 z' id='path7' inkscape:connector-curvature='0' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g9'%3E%3Crect x='293' y='246.3' width='14' height='107.3' id='rect11' style='fill:%23333333' /%3E%3C/g%3E%3Cg id='g13'%3E%3Crect x='246.3' y='293' width='107.3' height='14' id='rect15' style='fill:%23333333' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
	color: #333;
}

.textimage-background-overlay.grey.left .text-shade {
	background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.6)),color-stop(32%,hsla(0,0%,100%,0)));
	background: linear-gradient(90deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 32%);
}

@media (max-width:1023px) {
	.textimage-background-overlay.grey.left .text-shade {
		background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.6)),color-stop(48%,hsla(0,0%,100%,0)));
		background: linear-gradient(90deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 48%);
	}
}

.textimage-background-overlay.grey.right .text-shade {
	background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,.6)),color-stop(32%,hsla(0,0%,100%,0)));
	background: linear-gradient(270deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 32%);
}

@media (max-width:1023px) {
	.textimage-background-overlay.grey.right .text-shade {
		background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,.6)),color-stop(48%,hsla(0,0%,100%,0)));
		background: linear-gradient(270deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0) 48%);
	}
}

.textimage-background-overlay.grey.center .text-shade {
	background: hsla(0,0%,100%,.25);
}

.textimage-background-overlay[data-animation=true],.textimage-background-overlay[data-animation=true] .img-disclaimer,.textimage-background-overlay[data-animation=true] .text-container {
	opacity: 0;
}

.textimage-background-overlay[data-animation=true].in-view {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInBack;
	animation-name: fadeInBack;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textimage-background-overlay[data-animation=true].in-view .text-container {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textimage-background-overlay[data-animation=true].in-view .img-disclaimer {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.textimage-background-overlay.noGradient .text-shade {
	display: none;
}

.textimage-background-overlay.normal .background {
	position: static;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.textimage-background-overlay.normal .background {
		position: absolute;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.normal.left .text-container {
		margin-right: auto;
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	.textimage-background-overlay.normal.left .text-container {
		padding-right: 20px;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.normal.center .text-container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (max-width:767px) {
	.textimage-background-overlay.normal.center .text-container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width:1023px) {
	.textimage-background-overlay.normal.right .text-container {
		margin-left: auto;
		padding-left: 45px;
	}
}

@media (max-width:767px) {
	.textimage-background-overlay.normal.right .text-container {
		padding-left: 20px;
	}
}

.timeline.component {
	font-family: Univers45,sans-serif;
	position: relative;
	min-height: 75pt;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90pt;
	background: url(../../../etc.clientlibs/maserati/clientlibs/clientlib-site/resources/img/timeline-bg.png) top repeat-y;
}

.timeline.component:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.timeline.component:lang(bg),.timeline.component:lang(ru),.timeline.component:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.timeline.component:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.timeline.component:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.timeline.component:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.timeline.component div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:1023px) {
	.timeline.component {
		margin-bottom: 90px;
	}
}

@media (max-width:767px) {
	.timeline.component {
		background: url(clientlib-site/css/img/timeline-mobile-bg.png) top repeat-y;
		background-position: 12vw 0;
		margin-bottom: 60px;
	}
}

.timeline.component .element-wrapper {
	width: 100%;
	position: relative;
}

.timeline.component .element-wrapper:first-of-type.has-image {
	margin-top: 0;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper:first-of-type.has-image {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper,.timeline.component .element-wrapper.has-image {
		margin-top: 8vw;
	}

	.timeline.component .element-wrapper:first-of-type {
		margin-top: 0;
	}
}

.timeline.component .element-wrapper .element {
	display: inline-block;
	min-height: 300px;
	padding: 0 0 0 60px;
	width: calc(50% - 60px);
	text-align: right;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.timeline.component .element-wrapper .element .to-be-animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: transform .2s ease-in,opacity .15s ease-in;
	-webkit-transition: opacity .15s ease-in,-webkit-transform .2s ease-in;
	transition: opacity .15s ease-in,-webkit-transform .2s ease-in;
	transition: transform .2s ease-in,opacity .15s ease-in;
	transition: transform .2s ease-in,opacity .15s ease-in,-webkit-transform .2s ease-in;
	position: relative;
}

.timeline.component .element-wrapper .element.out-of-viewport .to-be-animated {
	opacity: 0;
}

.timeline.component .element-wrapper .element.out-of-viewport.left .to-be-animated {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element.out-of-viewport.left .to-be-animated {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

.timeline.component .element-wrapper .element.out-of-viewport.right .to-be-animated {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element.out-of-viewport.right .to-be-animated {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element {
		min-height: 220px;
		padding: 0 0 0 50px;
		width: calc(50% - 30px);
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element {
		width: auto;
		padding: 0 12vw;
	}
}

.timeline.component .element-wrapper .element .pin {
	position: absolute;
	max-width: 65px;
	max-height: 114px;
	right: -60px;
	top: -10px;
	margin-top: -10px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background: #fff;
	text-align: center;
	font-style: normal;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.timeline.component .element-wrapper .element .pin .wrapper {
	position: relative;
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-img {
	position: relative;
	z-index: 1;
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-date {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date {
		top: 7px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date {
		top: calc(1px + 2vw);
	}
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-date time {
	display: block;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-date .day,.timeline.component .element-wrapper .element .pin .wrapper .pin-date .month {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-date .month {
	color: #a5a5a5;
	font-size: 14px;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date .month {
		font-size: 7px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date .month {
		font-size: calc(8px + .7vw);
	}
}

.timeline.component .element-wrapper .element .pin .wrapper .pin-date .day {
	font-size: 30px;
	line-height: 20px;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date .day {
		font-size: 14px;
		line-height: 10px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .pin .wrapper .pin-date .day {
		font-size: calc(18px + .7vw);
		line-height: calc(11px + .7vw);
	}
}

.timeline.component .element-wrapper .element .pin.right {
	left: -125px;
	right: auto;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .pin {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
		width: 4vw;
		height: calc(6vw + 10px);
		top: 2px;
	}

	.timeline.component .element-wrapper .element .pin.left {
		left: calc(100% + 30px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.timeline.component .element-wrapper .element .pin.right {
		left: -30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .pin {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
		width: 13vw;
		height: calc(19vw + 8px);
		top: -3px;
		max-height: 78pt;
	}

	.timeline.component .element-wrapper .element .pin.left,.timeline.component .element-wrapper .element .pin.right {
/*!rtl:ignore*/
		left: -11.8vw;
/*!rtl:ignore*/
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.timeline.component .element-wrapper .element .date {
	font-size: 13px;
	font-weight: 700;
	color: #615e64;
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10px;
	padding: 20px 0 15px;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .date {
		font-size: 9pt;
		padding: 10px 0;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .date {
		font-size: calc(7px + .7vw);
		margin-top: 0;
		padding: calc(7px + .7vw) 0;
	}
}

.timeline.component .element-wrapper .element .title {
	font-weight: 700;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #615e64;
	text-transform: uppercase;
	position: relative;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .title {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .title {
		font-size: calc(10px + .7vw);
	}
}

.timeline.component .element-wrapper .element .description {
	color: #615e64;
	font-size: 20px;
	position: relative;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .description {
		font-size: 9pt;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .description {
		font-size: calc(10px + .7vw);
	}
}

.timeline.component .element-wrapper .element .body {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.42857;
	margin-bottom: 30px;
	position: relative;
}

.timeline.component .element-wrapper .element .body span {
	display: inline-block;
	width: 100%;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element .body {
		font-size: 13px;
		margin-top: 10px;
		line-height: 1.38889;
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element .body {
		font-size: calc(9px + .7vw);
		min-height: 0;
		margin-top: calc(7px + .7vw);
		line-height: 1.375;
	}
}

.timeline.component .element-wrapper .element.right {
	text-align: left;
	margin-left: 50%;
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper .element.right {
		margin-left: calc(50% - 20px);
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper .element.left,.timeline.component .element-wrapper .element.right {
		text-align: left;
/*!rtl:ignore*/
		margin-left: 12vw;
	}
}

.timeline.component .element-wrapper .element img {
	width: 100%;
}

.timeline.component .element-wrapper.has-image .pin {
	top: auto;
	bottom: -15px;
	-webkit-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
}

@media (max-width:1023px) {
	.timeline.component .element-wrapper.has-image .pin {
		bottom: -30px;
	}
}

@media (max-width:767px) {
	.timeline.component .element-wrapper.has-image .pin {
		bottom: auto;
		top: -3px;
	}
}

.titletext {
	width: auto;
	background: #fff;
	padding: 0 60px;
	overflow: hidden;
}

.titletext[data-paddingtop=none] {
	padding-top: 0;
}

.titletext[data-paddingbottom=none] {
	padding-bottom: 0;
}

.titletext[data-paddingtop=low] {
	padding-top: 15px;
}

.titletext[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.titletext[data-paddingtop=medium] {
	padding-top: 30px;
}

.titletext[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.titletext[data-paddingtop=high] {
	padding-top: 60px;
}

.titletext[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.titletext[data-paddingtop=max] {
	padding-top: 90px;
}

.titletext[data-paddingbottom=max] {
	padding-bottom: 90px;
}

.titletext .text {
	padding: 0;
}

.titletext .text .title {
	margin: 0 0 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: #333;
	width: auto;
	display: block;
	height: auto;
}

.titletext .text .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.titletext .text .title:lang(bg),.titletext .text .title:lang(ru),.titletext .text .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.titletext .text .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.titletext .text .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.titletext .text .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.titletext .text .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.titletext .text .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.titletext .text .title {
		font-size: 63px;
	}
}

.titletext .text .description {
	margin: 0;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	.titletext .text .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.titletext .text .description {
		font-size: 24px;
	}
}

.titletext .text .description div>a {
	text-decoration: none;
}

@media (max-width:1023px) {
	.titletext {
		padding: 0 45px;
	}

	.titletext .text {
		padding: 0;
	}
}

@media (max-width:767px) {
	.titletext {
		padding: 0 20px;
	}
}

.titletext.background-grey {
	background-color: #f2f1f0;
}

@media (max-width:1023px) {
	.titletext.inline .text {
		padding: 0;
	}
}

@media (max-width:767px) {
	.titletext.inline .text {
		padding: 0;
	}
}

.titletext.inline .text .description,.titletext.inline .text .title {
	display: inline-block;
	margin: 0 60px 0 0;
}

@media (max-width:1023px) {
	.titletext.inline .text .description,.titletext.inline .text .title {
		margin: 0;
	}
}

@media (max-width:767px) {
	.titletext.inline .text .description,.titletext.inline .text .title {
		margin: 0;
	}
}

.titletext.inline .text .title {
	height: 60px;
}

@media (max-width:1023px) {
	.titletext.inline .text .title {
		display: block;
		clear: both;
		margin-bottom: 15px;
		height: auto;
	}
}

.titletext[data-animation=true] .text .description,.titletext[data-animation=true] .text .title {
	opacity: 0;
}

.titletext[data-animation=true].in-view .text .description,.titletext[data-animation=true].in-view .text .title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.trim-slider {
	position: relative;
	overflow: hidden;
	font-size: 0;
	padding: 0 60px;
	color: #00425e;
}

.trim-slider[data-paddingtop=none] {
	padding-top: 0;
}

.trim-slider[data-paddingbottom=none] {
	padding-bottom: 0;
}

.trim-slider[data-paddingtop=low] {
	padding-top: 15px;
}

.trim-slider[data-paddingbottom=low] {
	padding-bottom: 15px;
}

.trim-slider[data-paddingtop=medium] {
	padding-top: 30px;
}

.trim-slider[data-paddingbottom=medium] {
	padding-bottom: 30px;
}

.trim-slider[data-paddingtop=high] {
	padding-top: 60px;
}

.trim-slider[data-paddingbottom=high] {
	padding-bottom: 60px;
}

.trim-slider[data-paddingtop=max] {
	padding-top: 90px;
}

.trim-slider[data-paddingbottom=max] {
	padding-bottom: 90px;
}

@media (max-width:1023px) {
	.trim-slider {
		padding: 0 45px;
	}
}

@media (max-width:767px) {
	.trim-slider {
		padding: 0;
	}
}

.trim-slider .title {
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	line-height: 1.2em;
	color: #000;
}

.trim-slider .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.trim-slider .title:lang(bg),.trim-slider .title:lang(ru),.trim-slider .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.trim-slider .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.trim-slider .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.trim-slider .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.trim-slider .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.trim-slider .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.trim-slider .title {
		font-size: 63px;
	}
}

@media (max-width:767px) {
	.trim-slider .title {
		padding: 0 20px;
	}
}

.trim-slider .sub-title {
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 10px 0 0;
	color: #000;
}

@media (min-width:1681px) {
	.trim-slider .sub-title {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.trim-slider .sub-title {
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.trim-slider .sub-title {
		margin-top: 15px;
		padding: 0 20px;
	}
}

.trim-slider .sub-title>p {
	margin: 0;
}

.trim-slider .slider-container {
	width: 100%;
	height: auto;
	margin-top: 30px;
	position: relative;
}

@media (min-width:768px) {
	.trim-slider .slider-container .nextTrigger,.trim-slider .slider-container .prevTrigger {
		content: "";
		display: block;
		position: absolute;
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		cursor: pointer;
		top: calc(50% - 15px);
/*!rtl:ignore*/
		left: -45px;
		width: 27.5px;
		height: 52px;
	}
}

@media (min-width:768px) and (min-width:1681px) {
	.trim-slider .slider-container .nextTrigger,.trim-slider .slider-container .prevTrigger {
		width: 33px;
		height: 3.9pc;
		top: calc(50% - 31.2px);
/*!rtl:ignore*/
		left: -49.5px;
	}
}

@media (min-width:768px) and (min-width:2201px) {
	.trim-slider .slider-container .nextTrigger,.trim-slider .slider-container .prevTrigger {
		width: 41.25px;
		height: 78px;
		top: calc(50% - 39px);
/*!rtl:ignore*/
		left: -52.5px;
	}
}

@media (min-width:768px) {
	.trim-slider .slider-container .nextTrigger {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%230c2340'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
/*!rtl:ignore*/
		left: auto;
/*!rtl:ignore*/
		right: -45px;
	}
}

@media (min-width:768px) and (min-width:1681px) {
	.trim-slider .slider-container .nextTrigger {
/*!rtl:ignore*/
		left: auto;
/*!rtl:ignore*/
		right: -49.5px;
	}
}

@media (min-width:768px) and (min-width:2201px) {
	.trim-slider .slider-container .nextTrigger {
/*!rtl:ignore*/
		left: auto;
/*!rtl:ignore*/
		right: -52.5px;
	}
}

.trim-slider .slider-container .img-comp-container {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.trim-slider .slider-container .img-comp-container .img-comp-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #333;
}

.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper {
	min-height: calc((100vw - (60px * 2)) / 2.5);
	max-height: calc((100vw - (60px * 2)));
	height: calc(100vh - 334px - 75px);
	width: calc(100vw - (60px * 2));
	position: relative;
}

.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper .img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
}

@media (orientation:landscape) {
	.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper .img.portrait {
		display: none;
	}
}

@media (orientation:portrait) {
	.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper .img.landscape {
		display: none;
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper .img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		position: static;
		width: 100%;
		height: 100%;
		min-width: unset;
		min-height: unset;
		margin: unset;
		zoom: unset;
	}
}

.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(30deg,transparent 65%,#000);
	position: absolute;
}

.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width:1023px) {
	.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper {
		min-height: calc((100vw - 90px) / 2.5);
		max-height: calc((100vw - 90px) * 1.2);
		height: calc(100vh - 70px);
		width: calc(100vw - (45px * 2));
	}
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .img-comp-img .image-wrapper {
		min-height: calc(100vw / 2.5);
		max-height: calc(100vw * 1.2);
		height: calc(100vh - 70px);
		width: calc(100vw);
	}
}

.trim-slider .slider-container .img-comp-container .label-container {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 54px;
	width: auto;
	z-index: 10;
	color: #fff;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.trim-slider .slider-container .img-comp-container .label-container:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container:lang(bg),.trim-slider .slider-container .img-comp-container .label-container:lang(ru),.trim-slider .slider-container .img-comp-container .label-container:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.trim-slider .slider-container .img-comp-container .label-container {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.trim-slider .slider-container .img-comp-container .label-container {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.trim-slider .slider-container .img-comp-container .label-container {
		font-size: 63px;
	}
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .label-container {
		top: 15px;
		left: 20px;
	}
}

.trim-slider .slider-container .img-comp-container .label-container.right {
	text-align: right;
	left: auto;
	right: 54px;
	z-index: 0;
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .label-container.right {
		right: 20px;
	}
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	font-family: Univers45,sans-serif;
	white-space: normal;
	word-break: normal;
	width: calc(50vw - 174px);
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		font-size: 30px;
	}
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(bg),.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(ru),.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.trim-slider .slider-container .img-comp-container .label-container .sub-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		width: calc(50vw - 9pc);
	}
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
		margin-top: 4px;
		width: calc(50vw - 30px);
	}
}

@media (max-width:767px) and (min-width:1681px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		font-size: 16.8px;
	}
}

@media (max-width:767px) and (min-width:2201px) {
	.trim-slider .slider-container .img-comp-container .label-container .sub-text {
		font-size: 21px;
	}
}

.trim-slider .slider-container .img-comp-container .label-container>div {
	word-break: break-all;
	white-space: nowrap;
}

.trim-slider .slider-container .img-comp-container .help {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 8px hsla(0,0%,100%,.5);
	position: absolute;
	z-index: 10;
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	-o-transform: translateY(50%) translateX(-50%);
	white-space: nowrap;
	left: 50%;
	text-align: center;
	bottom: calc(50% - 56px);
}

.trim-slider .slider-container .img-comp-container .help:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.trim-slider .slider-container .img-comp-container .help:lang(bg),.trim-slider .slider-container .img-comp-container .help:lang(ru),.trim-slider .slider-container .img-comp-container .help:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.trim-slider .slider-container .img-comp-container .help:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.trim-slider .slider-container .img-comp-container .help:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.trim-slider .slider-container .img-comp-container .help:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.trim-slider .slider-container .img-comp-container .help {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.trim-slider .slider-container .img-comp-container .help {
		font-size: 21px;
	}
}

@media (max-width:1279px) {
	.trim-slider .slider-container .img-comp-container .help {
		display: none;
	}
}

.trim-slider .slider-container .img-comp-container .img-comp-slider {
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='62' viewBox='0 0 72 62'%3E%3Cdefs%3E%3Cpath id='b' d='M16.155 24.545c.982.998 5.341 5.138 6.462 6.136 0 0-5.977 5.546-6.462 6.136'/%3E%3Cfilter id='a' width='1136.8%25' height='645.9%25' x='-518.4%25' y='-256.7%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='10.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Cpath id='d' d='M42.003 24.545c.982.998 5.341 5.138 6.462 6.136 0 0-5.977 5.546-6.462 6.136'/%3E%3Cfilter id='c' width='1136.8%25' height='645.9%25' x='-518.4%25' y='-256.7%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='10.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(3.614 .296)'%3E%3Cellipse cx='32.31' cy='30.681' fill='%23FFF' rx='32.31' ry='30.681'/%3E%3Cg stroke-linecap='square' transform='rotate(-180 19.386 30.68)'%3E%3Cuse fill='%23000' filter='url(clientlib-site/css/%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%23000' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3Cg stroke-linecap='square' transform='matrix(1 0 0 -1 0 61.362)'%3E%3Cuse fill='%23000' filter='url(clientlib-site/css/%23c)' xlink:href='%23d'/%3E%3Cuse stroke='%23000' stroke-width='2' xlink:href='%23d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 65px;
	height: 62px;
}

@media (max-width:767px) {
	.trim-slider .slider-container .img-comp-container .img-comp-slider {
		width: 39px;
		height: 40px;
	}
}

@media (min-width:1681px) {
	.trim-slider .slider-container .img-comp-container .img-comp-slider {
		width: 78px;
		height: 74.4px;
	}
}

@media (min-width:2201px) {
	.trim-slider .slider-container .img-comp-container .img-comp-slider {
		width: 97.5px;
		height: 93px;
	}
}

.trim-slider .slider-container .img-comp-container .img-comp-overlay {
	position: absolute;
	top: 0;
	border-right: 1px dashed #fff;
	width: 50%;
}

.trim-slider .slider-container .img-comp-container .img-comp-overlay .image-wrapper:after {
	background: linear-gradient(-30deg,transparent 65%,#000);
}

.trim-slider .image-selector {
	color: #00425e;
	margin-top: 30px;
	text-align: center;
	width: auto;
}

@media (max-width:767px) {
	.trim-slider .image-selector {
		width: 100%;
	}
}

.trim-slider .image-selector>* {
	display: inline-block;
	vertical-align: middle;
}

.trim-slider .image-selector .arrow {
	cursor: pointer;
	padding: 6px 0 13px;
	width: 13px;
	height: 6px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.5' height='89' viewBox='0 0 114.5 89'%3E%3Cpath fill='none' stroke='%230c2340' stroke-width='16' stroke-miterlimit='10' d='M101.455 67.405L57.113 23.062l-7.48 7.474-38.629 38.632'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (min-width:768px) {
	.trim-slider .image-selector .arrow {
		display: none;
	}
}

@media (min-width:1681px) {
	.trim-slider .image-selector .arrow {
		width: 15.6px;
		height: 7.2px;
	}
}

@media (min-width:2201px) {
	.trim-slider .image-selector .arrow {
		width: 19.5px;
		height: 9px;
	}
}

.trim-slider .image-selector .arrow.left {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.trim-slider .image-selector .arrow.right {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trim-slider .image-selector .selectors .selector {
	margin: 0 6px;
	width: 10px;
	height: 10px;
	border: 1px solid #00425e;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
}

@media (min-width:1681px) {
	.trim-slider .image-selector .selectors .selector {
		width: 9pt;
		height: 9pt;
	}
}

@media (min-width:2201px) {
	.trim-slider .image-selector .selectors .selector {
		width: 15px;
		height: 15px;
	}
}

.trim-slider .image-selector .selectors .selector.selected {
	background-color: #00425e;
	cursor: auto;
}

@media (max-width:1023px) {
	.trim-slider.no-portrait .slider-container .img-comp-container .img-comp-img .image-wrapper {
		max-height: calc((100vw - 90px) * .6);
	}
}

@media (max-width:767px) {
	.trim-slider.no-portrait .slider-container .img-comp-container .img-comp-img .image-wrapper {
		max-height: calc(100vw * .6);
	}
}

.c-trim-slider-slide .temporary-slide {
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.c-trim-slider-slide .temporary-slide .help {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 8px hsla(0,0%,100%,.5);
	position: absolute;
	z-index: 10;
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	-o-transform: translateY(50%) translateX(-50%);
	white-space: nowrap;
	left: 50%;
	text-align: center;
	bottom: calc(50% - 56px);
}

.c-trim-slider-slide .temporary-slide .help:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.c-trim-slider-slide .temporary-slide .help:lang(bg),.c-trim-slider-slide .temporary-slide .help:lang(ru),.c-trim-slider-slide .temporary-slide .help:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.c-trim-slider-slide .temporary-slide .help:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.c-trim-slider-slide .temporary-slide .help:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.c-trim-slider-slide .temporary-slide .help:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.c-trim-slider-slide .temporary-slide .help {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.c-trim-slider-slide .temporary-slide .help {
		font-size: 21px;
	}
}

.c-trim-slider-slide .temporary-slide .img-comp-slider {
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='62' viewBox='0 0 72 62'%3E%3Cdefs%3E%3Cpath id='b' d='M16.155 24.545c.982.998 5.341 5.138 6.462 6.136 0 0-5.977 5.546-6.462 6.136'/%3E%3Cfilter id='a' width='1136.8%25' height='645.9%25' x='-518.4%25' y='-256.7%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='10.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Cpath id='d' d='M42.003 24.545c.982.998 5.341 5.138 6.462 6.136 0 0-5.977 5.546-6.462 6.136'/%3E%3Cfilter id='c' width='1136.8%25' height='645.9%25' x='-518.4%25' y='-256.7%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='10.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(3.614 .296)'%3E%3Cellipse cx='32.31' cy='30.681' fill='%23FFF' rx='32.31' ry='30.681'/%3E%3Cg stroke-linecap='square' transform='rotate(-180 19.386 30.68)'%3E%3Cuse fill='%23000' filter='url(clientlib-site/css/%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%23000' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3Cg stroke-linecap='square' transform='matrix(1 0 0 -1 0 61.362)'%3E%3Cuse fill='%23000' filter='url(clientlib-site/css/%23c)' xlink:href='%23d'/%3E%3Cuse stroke='%23000' stroke-width='2' xlink:href='%23d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 65px;
	height: 62px;
}

@media (max-width:767px) {
	.c-trim-slider-slide .temporary-slide .img-comp-slider {
		width: 39px;
		height: 40px;
	}
}

@media (min-width:1681px) {
	.c-trim-slider-slide .temporary-slide .img-comp-slider {
		width: 78px;
		height: 74.4px;
	}
}

@media (min-width:2201px) {
	.c-trim-slider-slide .temporary-slide .img-comp-slider {
		width: 97.5px;
		height: 93px;
	}
}

.c-trim-slider-slide .temporary-slide img {
	position: absolute;
	width: 50%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.c-trim-slider-slide .temporary-slide img.left-image {
	left: 0;
}

.c-trim-slider-slide .temporary-slide img.right-image {
	right: 0;
}

.usp-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	background: #000;
	height: 100vh;
}

@media (min-width:375px) and (max-width:767px) {
	.usp-slider {
		max-height: -webkit-fill-available;
	}
}

.usp-slider .main-slide {
	white-space: nowrap;
}

.usp-slider .main-slide,.usp-slider .main-slide .slide {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.usp-slider .main-slide .slide {
	vertical-align: top;
	overflow: hidden;
	z-index: 1;
	top: 0;
	outline: none!important;
}

.usp-slider .main-slide .slide.focus-visible:after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	outline: 3px solid #6495ed;
	pointer-events: none;
}

.usp-slider .main-slide .slide .background {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	margin: auto;
	zoom: normal;
	width: 100%;
}

.usp-slider .main-slide .slide .background.portrait {
	display: none;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.usp-slider .main-slide .slide .background {
		width: 100%;
		min-width: auto;
		min-height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

.usp-slider .main-slide .slide .cover {
	position: absolute;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	white-space: normal;
	top: 0;
	padding: 40px;
}

.usp-slider .main-slide .slide .cover.black {
	color: #666;
}

.usp-slider .main-slide .slide .image-container {
	width: 60%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 150px;
	margin-left: 60px;
	margin-right: 60px;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .image-container {
		position: relative;
		width: auto;
		height: 40%;
		margin-top: 0;
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .image-container {
		margin-left: 20px;
		margin-right: 20px;
		height: 35%;
	}
}

@media (max-width:479px) {
	.usp-slider .main-slide .slide .image-container {
		height: 30%;
	}
}

.usp-slider .main-slide .slide .text-container {
	position: relative;
	top: 0;
	right: 0;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(40% - 60px);
	height: 100%;
	color: #fff;
	font-size: 1pc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .text-container {
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .text-container {
		padding: 0;
		margin-right: 20px;
		margin-left: 20px;
		max-height: 40vh;
		overflow-y: auto;
		width: auto;
	}

	.usp-slider .main-slide .slide .text-container::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		border-radius: 0;
		background-color: #fff;
	}

	.usp-slider .main-slide .slide .text-container::-webkit-scrollbar {
		width: 6px;
	}

	.usp-slider .main-slide .slide .text-container::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 6px transparent;
		box-shadow: inset 0 0 6px transparent;
		background-color: #ebebeb;
	}
}

.usp-slider .main-slide .slide .text-container .text-subcontainer {
	max-width: 100%;
	min-width: 1px;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer {
		width: 100%;
	}
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta {
	background-color: #fff;
	border: none;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta a {
	padding: 0;
	color: #333;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.white {
	background: #fff;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.white a {
	color: #333;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.blue {
	background: #00425e;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.blue a {
	color: #fff;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
	margin-bottom: 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	overflow: hidden;
	white-space: normal;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 36px;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(bg),.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(ru),.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
		font-size: 63px;
	}
}

@media (min-width:1681px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
		font-size: 2.7pc;
	}
}

@media (min-width:2201px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .title {
		font-size: 54px;
	}
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 15px;
	white-space: normal;
	width: 100%;
	max-height: 45vh;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(bg),.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(ru),.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .description {
		font-size: 24px;
	}
}

@media (min-width:768px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .description {
		overflow-y: auto;
	}
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	border-radius: 0;
	background-color: #fff;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description::-webkit-scrollbar {
	width: 6px;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .description::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px transparent;
	box-shadow: inset 0 0 6px transparent;
	background-color: #ebebeb;
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .description {
		max-height: none;
	}
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(bg),.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(ru),.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	height: 2em;
	opacity: 0;
	padding: 6px;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(bg),.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(ru),.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.usp-slider .main-slide .slide .text-container .text-subcontainer .cta.cta-filler {
		font-size: 21px;
	}
}

.usp-slider .main-slide .slide .text-container.grey {
	color: #333;
}

.usp-slider .main-slide .slide .text-container.white {
	color: #fff;
}

.usp-slider .main-slide .slide .inner-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.usp-slider .main-slide .slide .inner-container.window .background-container .background-image,.usp-slider .main-slide .slide .inner-container.window .background-container .background-image-mobile {
	opacity: 1;
}

.usp-slider .main-slide .slide .inner-container.window .background-container .image-window {
	height: 100%;
	width: 100%;
}

.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .top {
	position: absolute;
	top: 0;
	height: 150px;
	width: 100%;
	opacity: .8;
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .top {
		height: 90pt;
	}
}

.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .bottom {
	position: absolute;
	bottom: 0;
	height: 90px;
	width: 100%;
	opacity: .8;
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .bottom {
		height: 75px;
	}
}

@media (min-height:1366px) and (max-width:1024px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .bottom {
		top: calc(150px + 347px);
		height: 100%;
	}
}

.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .left {
	position: absolute;
	top: 150px;
	left: 0;
	height: calc(100% - 150px - 90px);
	opacity: .8;
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .left {
		height: calc(100% - 150px - 75px);
	}
}

@media (min-height:1366px) and (max-width:1024px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .left {
		height: 347px;
	}
}

.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .right {
	position: absolute;
	top: 150px;
	right: 0;
	height: calc(100% - 150px - 90px);
	opacity: .8;
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .right {
		height: calc(100% - 150px - 75px);
	}
}

@media (min-height:1366px) and (max-width:1024px) {
	.usp-slider .main-slide .slide .inner-container.window .background-container .image-window .right {
		height: 347px;
	}
}

.usp-slider .main-slide .slide .inner-container .background-container {
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
}

.usp-slider .main-slide .slide .inner-container .background-container .background-image {
	display: block;
	right: 0;
	height: auto;
	position: relative;
	opacity: .2;
	width: auto;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container .background-container .background-image {
		display: none;
	}
}

.usp-slider .main-slide .slide .inner-container .background-container .background-image-mobile {
	display: none;
	right: 0;
	height: auto;
	position: relative;
	opacity: .2;
	width: auto;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container .background-container .background-image-mobile {
		display: block;
	}
}

.usp-slider .main-slide .slide .inner-container .background-container.noGradient .background-image,.usp-slider .main-slide .slide .inner-container .background-container.noGradient .background-image-mobile {
	opacity: 1;
}

.usp-slider .main-slide .slide .inner-container .background-container.fullBackground {
	width: 100%;
}

.usp-slider .main-slide .slide .inner-container .background-container.left {
	width: 50%;
	left: 0;
}

.usp-slider .main-slide .slide .inner-container .background-container.left .background-image {
	min-height: 100%;
	min-width: 100%;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container .background-container.left {
		min-height: 100%;
		min-width: 100%;
	}
}

.usp-slider .main-slide .slide .inner-container .background-container.right {
	width: 50%;
	left: 50%;
}

.usp-slider .main-slide .slide .inner-container .background-container.right .background-image {
	min-height: 100%;
	min-width: 100%;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container .background-container.right {
		min-height: 100%;
		min-width: 100%;
		left: 0;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.top .image-container {
		margin-top: 50px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.top .image-container {
		margin-top: 35px;
	}
}

.usp-slider .main-slide .slide .inner-container.top .text-container {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

@media (max-width:1023px) and (min-width:768px) {
	.usp-slider .main-slide .slide .inner-container.top .text-container {
		padding-top: 0;
	}
}

.usp-slider .main-slide .slide .inner-container.center .text-container .text-subcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:768px) {
	.usp-slider .main-slide .slide .inner-container.center .text-container .text-subcontainer {
		height: 100%;
	}
}

.usp-slider .main-slide .slide .inner-container.center .text-container .text-subcontainer .cta {
	margin-bottom: 0;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.center .image-container {
		margin-top: 50px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.center .image-container {
		margin-top: 35px;
	}
}

.usp-slider .main-slide .slide .inner-container.center .text-container {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

@media (max-width:1023px) and (min-width:768px) {
	.usp-slider .main-slide .slide .inner-container.center .text-container {
		padding-top: 0;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.bottom .image-container {
		margin-bottom: 150px;
		height: auto;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.bottom .image-container {
		margin-bottom: 150px;
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.bottom .image-container {
		margin-bottom: 5pc;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.bottom .thumbs-center-container {
		margin-bottom: 0;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.bottom .text-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 50px;
		height: 40%;
		padding: 50px 60px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.bottom .text-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 50px;
		height: 40%;
		margin-bottom: 20px;
		padding: 0;
	}
}

.usp-slider .main-slide .slide .inner-container.bottom .text-container .text-subcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.usp-slider .main-slide .slide .inner-container.bottom .text-container .text-subcontainer .cta {
	margin-left: auto;
}

.usp-slider .main-slide .slide.right .inner-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.right .inner-container.top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:1024px) {
	.usp-slider .main-slide .slide.right .inner-container.top .text-container {
		padding: 150px 60px 250px;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.right .inner-container.center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.right .inner-container.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.usp-slider .main-slide .slide.right .inner-container .text-container {
	right: 0;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.right .inner-container .text-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.usp-slider .main-slide .slide.right .inner-container.window .background-container .background-image,.usp-slider .main-slide .slide.right .inner-container.window .background-container .background-image-mobile {
	opacity: 1;
}

.usp-slider .main-slide .slide.right .inner-container.window .background-container .image-window .left {
	width: 60px;
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide.right .inner-container.window .background-container .image-window .left {
		width: 45px;
	}
}

.usp-slider .main-slide .slide.right .inner-container.window .background-container .image-window .right {
	width: calc(40% - 60px);
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide.right .inner-container.window .background-container .image-window .right {
		width: calc(40% - 45px);
	}
}

.usp-slider .main-slide .slide.left .inner-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.left .inner-container.top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:1024px) {
	.usp-slider .main-slide .slide.left .inner-container.top .text-container {
		padding: 150px 60px 250px;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.left .inner-container.center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.left .inner-container.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.usp-slider .main-slide .slide.left .inner-container .image-container {
	right: 0;
	margin-right: 60px;
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide.left .inner-container .image-container {
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide.left .inner-container .image-container {
		margin-right: 20px;
	}
}

.usp-slider .main-slide .slide.left .inner-container .text-container {
	left: 0;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.usp-slider .main-slide .slide.left .inner-container.window .background-container .image-window .left {
	width: calc(40% - 60px);
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide.left .inner-container.window .background-container .image-window .left {
		width: calc(40% - 45px);
	}
}

.usp-slider .main-slide .slide.left .inner-container.window .background-container .image-window .right {
	width: 60px;
}

@media (max-width:1439px) {
	.usp-slider .main-slide .slide.left .inner-container.window .background-container .image-window .right {
		width: 45px;
	}
}

.usp-slider .main-slide .slide.darkgrey,.usp-slider .main-slide .slide.darkgrey .inner-container .background-container .image-window .bottom,.usp-slider .main-slide .slide.darkgrey .inner-container .background-container .image-window .center,.usp-slider .main-slide .slide.darkgrey .inner-container .background-container .image-window .left,.usp-slider .main-slide .slide.darkgrey .inner-container .background-container .image-window .right,.usp-slider .main-slide .slide.darkgrey .inner-container .background-container .image-window .top {
	background-color: #333;
}

.usp-slider .main-slide .slide.blue,.usp-slider .main-slide .slide.blue .inner-container .background-container .image-window .bottom,.usp-slider .main-slide .slide.blue .inner-container .background-container .image-window .center,.usp-slider .main-slide .slide.blue .inner-container .background-container .image-window .left,.usp-slider .main-slide .slide.blue .inner-container .background-container .image-window .right,.usp-slider .main-slide .slide.blue .inner-container .background-container .image-window .top {
	background-color: #00425e;
}

.usp-slider .main-slide .slide.grey,.usp-slider .main-slide .slide.grey .inner-container .background-container .image-window .bottom,.usp-slider .main-slide .slide.grey .inner-container .background-container .image-window .center,.usp-slider .main-slide .slide.grey .inner-container .background-container .image-window .left,.usp-slider .main-slide .slide.grey .inner-container .background-container .image-window .right,.usp-slider .main-slide .slide.grey .inner-container .background-container .image-window .top {
	background-color: #f2f1f0;
}

.usp-slider .main-slide .slide.black,.usp-slider .main-slide .slide.black .inner-container .background-container .image-window .bottom,.usp-slider .main-slide .slide.black .inner-container .background-container .image-window .center,.usp-slider .main-slide .slide.black .inner-container .background-container .image-window .left,.usp-slider .main-slide .slide.black .inner-container .background-container .image-window .right,.usp-slider .main-slide .slide.black .inner-container .background-container .image-window .top {
	background-color: #000;
}

.usp-slider .main-slide .slide.white,.usp-slider .main-slide .slide.white .inner-container .background-container .image-window .bottom,.usp-slider .main-slide .slide.white .inner-container .background-container .image-window .center,.usp-slider .main-slide .slide.white .inner-container .background-container .image-window .left,.usp-slider .main-slide .slide.white .inner-container .background-container .image-window .right,.usp-slider .main-slide .slide.white .inner-container .background-container .image-window .top {
	background-color: #fff;
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .text-container {
		position: absolute;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .top {
		top: 0;
		height: calc(100% - (((100vw - 90px) * .56) + 150px));
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .top {
		top: 0;
		height: calc(100% - (((100vw - 40px) * .56) + 150px));
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .top {
		height: calc(100% - (((100vw - 40px) * .56) + 5pc));
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .bottom {
		bottom: 0;
		height: 150px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .bottom {
		bottom: 0;
		height: 150px;
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .bottom {
		bottom: 0;
		height: 5pc;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .left {
		top: auto;
		left: 0;
		bottom: 150px;
		width: 45px;
		height: calc((100vw - 90px) * .56);
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .left {
		left: 0;
		bottom: 150px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .left {
		bottom: 5pc;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .right {
		top: auto;
		right: 0;
		bottom: 150px;
		width: 45px;
		height: calc((100vw - 90px) * .56);
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .right {
		right: 0;
		bottom: 150px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.bottom .background-container .image-window .right {
		bottom: 5pc;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .top,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .top {
		top: 0;
		height: 50px;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .top,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .top {
		top: 0;
		height: 35px;
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .top,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .top {
		top: 0;
		height: 35px;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .bottom,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .bottom {
		top: calc(50px + (100vw - 90px) * .56);
		height: 100%;
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .bottom,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .bottom {
		top: calc(35px + (100vw - 40px) * .56);
		height: 100%;
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .bottom,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .bottom {
		top: calc(35px + (100vw - 40px) * .56);
		height: 100%;
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .left,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .left {
		top: 50px;
		left: 0;
		bottom: 45px;
		width: 45px;
		height: calc((100vw - 90px) * .56);
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .left,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .left {
		top: 35px;
		left: 0;
		bottom: 20px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .left,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .left {
		top: 35px;
		left: 0;
		bottom: 20px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:1023px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .right,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .right {
		top: 50px;
		right: 0;
		bottom: 45px;
		width: 45px;
		height: calc((100vw - 90px) * .56);
	}
}

@media (max-width:767px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .right,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .right {
		top: 35px;
		bottom: 20px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

@media (max-width:374px) {
	.usp-slider .main-slide .slide .inner-container.window.center .background-container .image-window .right,.usp-slider .main-slide .slide .inner-container.window.top .background-container .image-window .right {
		top: 35px;
		bottom: 20px;
		width: 20px;
		height: calc((100vw - 40px) * .56);
	}
}

.usp-slider .thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	position: absolute;
	width: 100%;
	-webkit-transition: left .3s ease-in;
	transition: left .3s ease-in;
}

@media (max-width:1023px) {
	.usp-slider .thumbs {
		bottom: 90pt;
		right: 0;
		left: 0;
		text-align: center;
	}
}

@media (max-width:767px) {
	.usp-slider .thumbs {
		bottom: 0;
	}
}

.usp-slider .thumbs.grey {
	color: #333;
}

.usp-slider .thumbs.grey .prevTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs.grey .nextTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23333' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs.grey .item {
	border-color: #333;
}

.usp-slider .thumbs.grey .item.active {
	background-color: #333;
}

.usp-slider .thumbs.white {
	color: #fff;
}

.usp-slider .thumbs.white .prevTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs.white .nextTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs.white .item {
	border-color: #fff;
}

.usp-slider .thumbs.white .item.active {
	background-color: #fff;
}

.usp-slider .thumbs .item {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-right: 40px;
	vertical-align: middle;
}

.usp-slider .thumbs .item.active {
	background-color: #fff;
}

@media (min-width:1681px) {
	.usp-slider .thumbs .item {
		width: 9pt;
		height: 9pt;
		margin-right: 3pc;
	}
}

@media (min-width:2201px) {
	.usp-slider .thumbs .item {
		width: 15px;
		height: 15px;
		margin-right: 60px;
	}
}

.usp-slider .thumbs .trigger {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.usp-slider .thumbs .trigger .prevTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cg transform='matrix(-1 0 0 1 24 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs .trigger .nextTrigger {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg transform='translate(1 1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpath stroke-linecap='square' d='M10 8l4 4-4 4'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.usp-slider .thumbs .thumb {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.usp-slider .thumbs .thumbs-center-container {
	font-size: 1pc;
}

@media (max-width:1023px) {
	.usp-slider .thumbs .thumbs-center-container {
		margin-left: auto;
		margin-right: auto;
	}
}

.usp-slider .thumbs .thumbs-counter {
	margin-left: 30px;
}

.usp-slider .thumbs .thumbs-total {
	margin-right: 30px;
}

.usp-slider .thumbs.one-slide {
	display: none;
}

.usp-slider[data-animation=true] .main-slide .slide.active .text-container .text-subcontainer {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpShort;
	animation-name: fadeInUpShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.usp-slider[data-animation=true] .main-slide .slide.active.left .inner-container .background-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightShortDim;
	animation-name: fadeInRightShortDim;
	animation-timing-function: .455,.03,.515,.955;
	-webkit-animation-timing-function: .455,.03,.515,.955;
}

@media (max-width:1023px) {
	.usp-slider[data-animation=true] .main-slide .slide.active.left .inner-container .background-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBackDim;
		animation-name: fadeInBackDim;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.usp-slider[data-animation=true] .main-slide .slide.active.left .inner-container .image-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRightShort;
	animation-name: fadeInRightShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.usp-slider[data-animation=true] .main-slide .slide.active.left .inner-container .image-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBack;
		animation-name: fadeInBack;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.usp-slider[data-animation=true] .main-slide .slide.active.right .inner-container .background-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftShortDim;
	animation-name: fadeInLeftShortDim;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.usp-slider[data-animation=true] .main-slide .slide.active.right .inner-container .background-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBackDim;
		animation-name: fadeInBackDim;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.usp-slider[data-animation=true] .main-slide .slide.active.right .inner-container .image-container {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeftShort;
	animation-name: fadeInLeftShort;
	animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
}

@media (max-width:1023px) {
	.usp-slider[data-animation=true] .main-slide .slide.active.right .inner-container .image-container {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInBack;
		animation-name: fadeInBack;
		animation-timing-function: cubic-bezier(.455,.03,.515,.955);
		-webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
	}
}

.usp-slider .thumbs {
	bottom: 20px;
}

@media (min-width:375px) and (max-width:767px) {
	.usp-slider .thumbs {
		bottom: 90pt;
	}
}

.usp-slider .thumbs .ghost-item {
	display: none;
}

.v360.component {
	position: relative;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100vh - 75px);
	min-height: 25pc;
	background-color: #666;
}

@media (min-width:1681px) {
	.v360.component {
		height: calc(100vh - 90px);
	}
}

@media (min-width:2201px) {
	.v360.component {
		height: calc(100vh - 112.5px);
	}
}

@media (max-width:1023px) {
	.v360.component {
		min-height: 220px;
		height: calc(100vh - 70px);
	}
}

@media (max-width:767px) {
	.v360.component {
		height: calc(100vh - 70px);
	}
}

@media (max-width:479px) {
	.v360.component {
		height: calc(80vh - 70px);
	}
}

.v360.component>.exterior,.v360.component>.interior {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.v360.component>.exterior.active,.v360.component>.interior.active {
	opacity: 1;
	pointer-events: all;
	-webkit-transition-property: none;
	transition-property: none;
}

.v360.component .models {
	position: absolute;
	left: 60px;
	top: 53px;
	font-family: RobotoRegular,sans-serif;
	font-size: 2pc;
	letter-spacing: 0;
	z-index: 3;
	color: #fff;
	width: 100%;
	height: 75pt;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360.component .models:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .models:lang(bg),.v360.component .models:lang(ru),.v360.component .models:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .models:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .models:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .models:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360.component .models {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.v360.component .models {
		font-size: 2.4pc;
	}
}

@media (min-width:2201px) {
	.v360.component .models {
		font-size: 3pc;
	}
}

@media (max-width:1023px) {
	.v360.component .models {
		white-space: nowrap;
		left: 40px;
	}

	.v360.component .models:nth-child(n+3) {
		display: none;
	}
}

@media (max-width:767px) {
	.v360.component .models {
		top: 10px;
		left: 20px;
		-webkit-transform: none;
		transform: none;
	}
}

.v360.component .models .model {
	padding-bottom: 2px;
	margin-right: 20px;
	opacity: .4;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.v360.component .models .model:hover {
	opacity: 1;
}

.v360.component .models .model.active {
	border-bottom: 2px solid;
	opacity: 1;
}

.v360.component .models-scroll-bottom {
	position: absolute;
	bottom: 0;
	z-index: 3;
	height: 30px;
	width: 100%;
}

.v360.component .view-buttons {
	display: table;
	position: absolute;
	left: 60px;
	bottom: 60px;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.3;
	z-index: 2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360.component .view-buttons:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .view-buttons:lang(bg),.v360.component .view-buttons:lang(ru),.v360.component .view-buttons:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .view-buttons:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .view-buttons:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .view-buttons:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360.component .view-buttons {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.v360.component .view-buttons {
		font-size: 20.4px;
	}
}

@media (min-width:2201px) {
	.v360.component .view-buttons {
		font-size: 25.5px;
	}
}

@media (max-width:1023px) {
	.v360.component .view-buttons {
		white-space: nowrap;
		left: 50%;
		bottom: 30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360.component .view-buttons {
		left: 20px;
		bottom: 20px;
		-webkit-transform: none;
		transform: none;
		font-size: 15px;
	}
}

.v360.component .view-buttons .view-button {
	display: table-cell;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	min-width: 3pc;
	cursor: pointer;
}

.v360.component .view-buttons .view-button.active {
	color: #333;
	background-color: #fff;
}

@media (min-width:479px) and (max-width:767px) {
	.v360.component .view-buttons .view-button {
		padding: 5px 15px;
	}
}

.v360.component .overlay {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 59vw;
	min-height: 248px;
	max-height: 60vh;
	z-index: 3;
	bottom: 0;
	left: 50%;
	padding: 30px;
	line-height: 1.5;
	opacity: 0;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	background-color: #fff;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media (max-width:1023px) {
	.v360.component .overlay {
		width: 100vw;
		padding: 30px 20px;
		text-align: center;
		height: auto;
		max-height: 100vh;
	}
}

@media (max-height:519px) {
	.v360.component .overlay {
		width: 100vw;
	}
}

@media (min-width:479px) and (max-width:767px) {
	.v360.component .overlay {
		max-height: 80vh;
		min-height: 60vh;
	}
}

.v360.component .overlay.opened {
	z-index: 3;
	opacity: 1;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.v360.component .overlay .overlay-close {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 30px;
	top: 30px;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='gray'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 18px;
	margin: -18px -24px;
	padding: 18px 24px;
}

@media (max-width:1023px) {
	.v360.component .overlay .overlay-close {
		top: 18px;
		right: 24px;
	}
}

.v360.component .overlay .overlay-title {
	font-family: RobotoRegular,sans-serif;
	font-size: 30px;
	letter-spacing: -.02em;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #00425e;
}

.v360.component .overlay .overlay-title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .overlay .overlay-title:lang(bg),.v360.component .overlay .overlay-title:lang(ru),.v360.component .overlay .overlay-title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .overlay .overlay-title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .overlay .overlay-title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .overlay .overlay-title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.v360.component .overlay .overlay-title {
		font-size: 26px;
	}
}

@media (min-width:1681px) {
	.v360.component .overlay .overlay-title {
		font-size: 36px;
	}
}

@media (min-width:2201px) {
	.v360.component .overlay .overlay-title {
		font-size: 45px;
	}
}

@media (max-width:1023px) {
	.v360.component .overlay .overlay-title {
		margin-top: 6px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.v360.component .overlay .overlay-description {
	font-family: Univers45,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 4.5em;
	max-height: calc(60vh - 177px);
	overflow: auto;
	margin-bottom: 15px;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.v360.component .overlay .overlay-description:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.v360.component .overlay .overlay-description:lang(bg),.v360.component .overlay .overlay-description:lang(ru),.v360.component .overlay .overlay-description:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.v360.component .overlay .overlay-description:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.v360.component .overlay .overlay-description:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .overlay .overlay-description:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.v360.component .overlay .overlay-description {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.v360.component .overlay .overlay-description {
		font-size: 24px;
	}
}

.v360.component .overlay .overlay-description::-webkit-scrollbar {
	width: 5px;
}

.v360.component .overlay .overlay-description::-webkit-scrollbar-thumb {
	background: #f2f1f0;
	border-radius: 2.5px;
}

@media (min-width:767px) and (max-width:1023px) {
	.v360.component .overlay .overlay-description {
		max-height: calc(100vh - 177px);
	}
}

.v360.component .overlay .cta-container .cta {
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 4px;
	margin-right: 30px;
}

.v360.component .overlay .cta-container .cta a {
	display: inline;
}

.v360.component .overlay .cta-container .cta.cta-hidden {
	opacity: 0;
	pointer-events: none;
}

@media (max-width:1023px) {
	.v360.component .overlay .cta-container .cta {
		width: 100%;
		margin-bottom: 30px;
	}

	.v360.component .overlay .cta-container .cta:last-child {
		margin-bottom: 0;
	}
}

.v360.component .panorama .custom-hotspot,.v360.component .walkaround .hotspot_container .custom-hotspot {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 65'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23fff;stroke-width:2;stroke-linecap:square;stroke-miterlimit:3%7D%3C/style%3E%3Cpath id='icons_hotspot_pulse_0_Layer4_0_1_STROKES' class='st0' d='M54.5 32.9c0 5.9-2.1 11-6.3 15.2s-9.3 6.3-15.2 6.3-11-2.1-15.2-6.3-6.3-9.3-6.3-15.2c0-5.9 2.1-11 6.3-15.2S27 11.4 33 11.4s11 2.1 15.2 6.3 6.3 9.3 6.3 15.2zm-13 .5H34v7.5m-7.5-7.5H34v-7.5'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	width: 66px;
	height: 66px;
	cursor: pointer;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:1023px) {
	.v360.component .panorama .custom-hotspot,.v360.component .walkaround .hotspot_container .custom-hotspot {
		width: 38px;
		height: 38px;
	}
}

.v360.component .panorama .custom-hotspot:after,.v360.component .panorama .custom-hotspot:before,.v360.component .walkaround .hotspot_container .custom-hotspot:after,.v360.component .walkaround .hotspot_container .custom-hotspot:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 2px solid #fff;
	border-radius: 50%;
}

.v360.component .panorama .custom-hotspot:before,.v360.component .walkaround .hotspot_container .custom-hotspot:before {
	-webkit-animation: pulse1 5s cubic-bezier(.25,.46,.45,.94) 0s infinite both;
	animation: pulse1 5s cubic-bezier(.25,.46,.45,.94) 0s infinite both;
}

.v360.component .panorama .custom-hotspot:after,.v360.component .walkaround .hotspot_container .custom-hotspot:after {
	-webkit-animation: pulse2 5s cubic-bezier(.215,.61,.355,1) 0s infinite both;
	animation: pulse2 5s cubic-bezier(.215,.61,.355,1) 0s infinite both;
}

.v360.component .panorama .custom-hotspot:hover:before,.v360.component .walkaround .hotspot_container .custom-hotspot:hover:before {
	-webkit-animation-name: pulse1hover;
	animation-name: pulse1hover;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

.v360.component .panorama .custom-hotspot:hover:after,.v360.component .walkaround .hotspot_container .custom-hotspot:hover:after {
	-webkit-animation-name: pulse2hover;
	animation-name: pulse2hover;
}

.v360.component .panorama .custom-hotspot.active,.v360.component .panorama .custom-hotspot:active,.v360.component .walkaround .hotspot_container .custom-hotspot.active,.v360.component .walkaround .hotspot_container .custom-hotspot:active {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66 65'%3E%3Cstyle%3E.st0,.st1%7Bfill:%23fff;stroke:%23fff;stroke-width:2;stroke-linecap:square;stroke-miterlimit:3%7D.st1%7Bfill:none;stroke:%23000%7D%3C/style%3E%3Cpath class='st0' d='M54.5 32.9c0 5.9-2.1 11-6.3 15.2s-9.3 6.3-15.2 6.3-11-2.1-15.2-6.3-6.3-9.3-6.3-15.2c0-5.9 2.1-11 6.3-15.2S27 11.4 33 11.4s11 2.1 15.2 6.3 6.3 9.3 6.3 15.2z'/%3E%3Cpath id='icons_hotspot_pulse_0_Layer4_0_1_STROKES' class='st1' d='M41.5 33.4H34v7.5m-7.5-7.5H34v-7.5'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

.v360.component .panorama .custom-hotspot.active:after,.v360.component .panorama .custom-hotspot.active:before,.v360.component .panorama .custom-hotspot:active:after,.v360.component .panorama .custom-hotspot:active:before,.v360.component .walkaround .hotspot_container .custom-hotspot.active:after,.v360.component .walkaround .hotspot_container .custom-hotspot.active:before,.v360.component .walkaround .hotspot_container .custom-hotspot:active:after,.v360.component .walkaround .hotspot_container .custom-hotspot:active:before {
	-webkit-animation-name: none;
	animation-name: none;
	width: calc(111.36% - 3px);
	height: calc(111.36% - 3px);
	opacity: .29;
	border-width: 6px;
}

.v360.component .panorama .custom-hotspot.off,.v360.component .walkaround .hotspot_container .custom-hotspot.off {
	opacity: .5;
}

.v360.component .panorama .custom-hotspot.off:after,.v360.component .panorama .custom-hotspot.off:before,.v360.component .panorama .custom-hotspot.off:hover:after,.v360.component .panorama .custom-hotspot.off:hover:before,.v360.component .walkaround .hotspot_container .custom-hotspot.off:after,.v360.component .walkaround .hotspot_container .custom-hotspot.off:before,.v360.component .walkaround .hotspot_container .custom-hotspot.off:hover:after,.v360.component .walkaround .hotspot_container .custom-hotspot.off:hover:before {
	display: none;
}

@keyframes pulse1 {
	5.9% {
		opacity: 0;
	}

	6% {
		opacity: .5;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	25.9% {
		opacity: 0;
	}

	26% {
		opacity: .5;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	to {
		opacity: 0;
	}
}

@keyframes pulse2 {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	20.01% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	to {
		opacity: 0;
	}
}

@keyframes pulse1hover {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	5% {
		opacity: .5;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}

	to {
		opacity: .5;
		width: calc(111.36% - 3px);
		height: calc(111.36% - 3px);
		border-width: 6px;
	}
}

@keyframes pulse2hover {
	0% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	20% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	20.01% {
		opacity: .35;
		width: calc(65.15% - 1px);
		height: calc(65.15% - 1px);
		border-width: 2px;
	}

	40% {
		opacity: 0;
		width: calc(97% - 10px);
		height: calc(97% - 10px);
		border-width: 20px;
	}

	to {
		opacity: 0;
	}
}

.v360.component[data-animation=true] {
	opacity: 0;
}

.v360.component[data-animation=true].in-view {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.video-cta {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.video-cta,.video-cta .container {
	position: relative;
}

.video-cta .video-container {
	display: none;
	z-index: 104;
}

.video-cta .video-container,.video-cta .video-container .video-tag {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-cta .overlay-close {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	display: none;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 15px;
}

@media (max-width:767px) {
	.video-cta .overlay-close {
		right: 0;
		padding: 15px;
		top: 0;
	}
}

.video-cta .overlay-close .icon-close {
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 9pt;
	height: 9pt;
}

@media (max-width:767px) {
	.video-cta .overlay-close .icon-close {
		width: 24px;
		height: 24px;
	}
}

.video-cta .overlay-close .close-text {
	display: inline-block;
	font-size: 14px;
	font-family: RobotoRegular,sans-serif;
	line-height: 2;
	vertical-align: middle;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.video-cta .overlay-close .close-text {
		font-size: 15px;
	}
}

@media (min-width:1440px) {
	.video-cta .overlay-close .close-text {
		font-size: 1pc;
	}
}

@media (min-width:1681px) {
	.video-cta .overlay-close .close-text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.video-cta .overlay-close .close-text {
		font-size: 24px;
	}
}

.video-cta .overlay-close .close-text:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-cta .overlay-close .close-text:lang(bg),.video-cta .overlay-close .close-text:lang(ru),.video-cta .overlay-close .close-text:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-cta .overlay-close .close-text:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-cta .overlay-close .close-text:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-cta .overlay-close .close-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:767px) {
	.video-cta .overlay-close .close-text {
		display: none;
	}
}

@media (max-width:1023px) {
	.video-cta {
		height: auto;
	}
}

@media (max-width:767px) {
	.video-cta.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.video-cta .background {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
	min-height: 280px;
}

@media (max-width:479px) {
	.video-cta .background {
		width: 100%;
		min-height: 0;
	}
}

.video-cta .background.landscape {
	display: none;
}

@media (min-width:1024px) {
	.video-cta .background.landscape {
		display: block;
	}
}

.video-cta .background.portrait {
	display: none;
}

@media (max-width:1023px) {
	.video-cta .background.portrait {
		display: block;
	}
}

.video-cta .text-shade {
	background-color: #000;
	opacity: .3;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 104;
}

.video-cta.fullScreen {
	height: calc(100% - 75px);
}

.video-cta.fullScreen .container {
	height: 100%;
}

@media (max-width:1023px) {
	.video-cta.fullScreen {
		height: auto;
	}
}

@media (min-width:1681px) {
	.video-cta.fullScreen {
		height: calc(100% - 90px);
	}
}

@media (min-width:2201px) {
	.video-cta.fullScreen {
		height: calc(100% - 112.5px);
	}
}

.video-cta.fullScreen .background {
	bottom: -100%;
	left: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -100%;
	top: -100%;
	width: auto;
}

@media (max-width:1023px) {
	.video-cta.fullScreen .background {
		min-height: 0;
		position: static;
		width: 100%;
	}
}

.video-cta .overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	background: url(clientlib-site/css/img/gradient_9.png) 0 0 repeat-y;
}

.video-cta .overlay-container .vertically-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

@media (max-width:1023px) {
	.video-cta .overlay-container .vertically-centered {
		width: 60%;
	}
}

@media (max-width:479px) {
	.video-cta .overlay-container .vertically-centered {
		width: calc(100% - 90px);
		margin-top: -10px;
	}
}

.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
	margin-bottom: 20px;
	text-align: center;
	font-size: 38px;
}

@media (max-width:767px) {
	.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
		font-family: Univers57,sans-serif;
		font-size: 27px;
	}

	.video-cta .overlay-container .title:lang(ar),.video-cta .overlay-container .titleOverlay:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.video-cta .overlay-container .title:lang(bg),.video-cta .overlay-container .title:lang(ru),.video-cta .overlay-container .title:lang(uk),.video-cta .overlay-container .titleOverlay:lang(bg),.video-cta .overlay-container .titleOverlay:lang(ru),.video-cta .overlay-container .titleOverlay:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.video-cta .overlay-container .title:lang(zh),.video-cta .overlay-container .titleOverlay:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.video-cta .overlay-container .title:lang(ko),.video-cta .overlay-container .titleOverlay:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.video-cta .overlay-container .title:lang(vi),.video-cta .overlay-container .titleOverlay:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (max-width:479px) {
	.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
		font-family: Univers57,sans-serif;
		font-size: 27px;
	}

	.video-cta .overlay-container .title:lang(ar),.video-cta .overlay-container .titleOverlay:lang(ar) {
		font-family: Univers57,UniversNext-Bold,sans-serif;
	}

	.video-cta .overlay-container .title:lang(bg),.video-cta .overlay-container .title:lang(ru),.video-cta .overlay-container .title:lang(uk),.video-cta .overlay-container .titleOverlay:lang(bg),.video-cta .overlay-container .titleOverlay:lang(ru),.video-cta .overlay-container .titleOverlay:lang(uk) {
		font-family: Univers57Cyr,sans-serif;
	}

	.video-cta .overlay-container .title:lang(zh),.video-cta .overlay-container .titleOverlay:lang(zh) {
		font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
	}

	.video-cta .overlay-container .title:lang(ko),.video-cta .overlay-container .titleOverlay:lang(ko) {
		font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
	}

	.video-cta .overlay-container .title:lang(vi),.video-cta .overlay-container .titleOverlay:lang(vi) {
		font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
	}
}

@media (min-width:1681px) {
	.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
		font-size: 45.6px;
	}
}

@media (min-width:2201px) {
	.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
		font-size: 57px;
	}
}

@media (max-width:479px) {
	.video-cta .overlay-container .title,.video-cta .overlay-container .titleOverlay {
		margin-bottom: 10px;
	}
}

.video-cta .overlay-container .title {
	position: relative;
	top: -60px;
}

@media (max-width:1023px) {
	.video-cta .overlay-container .title {
		top: -10px;
	}
}

.video-cta .overlay-container .titleOverlay {
	opacity: 0;
}

.video-cta .overlay-container .subtitle {
	opacity: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.5;
	line-height: 1.2;
	margin-bottom: 45px;
}

@media (min-width:1681px) {
	.video-cta .overlay-container .subtitle {
		font-size: 21.6px;
	}
}

@media (min-width:2201px) {
	.video-cta .overlay-container .subtitle {
		font-size: 27px;
	}
}

@media (max-width:1023px) {
	.video-cta .overlay-container .subtitle {
		display: none!important;
	}
}

.video-cta .overlay-container .cta-container {
	text-align: center;
	opacity: 0;
	display: none;
	margin-bottom: 10px;
}

.video-cta .overlay-container .cta {
	font-family: Univers57,sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 2;
	padding: 0 30px;
	text-decoration: none;
}

.video-cta .overlay-container .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.video-cta .overlay-container .cta:lang(bg),.video-cta .overlay-container .cta:lang(ru),.video-cta .overlay-container .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.video-cta .overlay-container .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-cta .overlay-container .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-cta .overlay-container .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (min-width:1681px) {
	.video-cta .overlay-container .cta {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	.video-cta .overlay-container .cta {
		font-size: 21px;
	}
}

.video-cta .overlay-container .cta.blue {
	background-color: #00425e;
	border: 1px solid #666;
	border-radius: 2px;
	color: #fff;
}

.video-cta .overlay-container .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.video-cta .overlay-container .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.video-cta .overlay-container .play-button {
	opacity: 0;
	position: absolute;
	bottom: -60px;
	margin: 0 auto;
	height: 90px;
	width: 90px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px 90px;
	cursor: pointer;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width:1023px) {
	.video-cta .overlay-container .play-button {
		position: relative;
		bottom: auto;
		height: 60px;
		background-size: 60px 60px;
	}
}

@media (max-width:767px) {
	.video-cta .overlay-container .play-button {
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
}

.video-cta .overlay-container .play-button .play-text {
	display: block;
	position: absolute;
	width: 100%;
	bottom: -45px;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	opacity: inherit;
}

.video-cta[data-controls=always] .overlay-container .cta-container,.video-cta[data-controls=always] .text-shade {
	pointer-events: none;
}

.video-cta[data-controls=always] .overlay-container .cta-container[style*="display: block"] .cta {
	pointer-events: auto;
}

@media (max-width:1023px) {
	.video-cta[data-controls=mobile] .overlay-container .cta-container,.video-cta[data-controls=mobile] .text-shade {
		pointer-events: none;
	}

	.video-cta[data-controls=mobile] .overlay-container .cta-container[style*="display: block"] .cta {
		pointer-events: auto;
	}
}

.video-cta .resume-button {
	opacity: 0;
	position: absolute;
	bottom: 45px;
	z-index: 111;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 45px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.8 26.8'%3E%3Cstyle%3E.st0%7Bopacity:.4;enable-background:new%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle class='st0' cx='13.9' cy='13.3' r='13.3'/%3E%3Cpath class='st1' d='M13.9.5C6.8.5 1.1 6.2 1.1 13.3s5.7 12.8 12.8 12.8 12.8-5.7 12.8-12.8S21 .5 13.9.5zm0 24.6c-6.5 0-11.8-5.3-11.8-11.8S7.4 1.5 13.9 1.5s11.8 5.3 11.8 11.8c.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath class='st1' d='M16.4 6.3c.1 0 .3.1.4.2l2.1 2.4c0 .1.1.3 0 .4-.1.2-.2.3-.3.3l-3.1.7h-.1c-.1 0-.3-.1-.4-.2-.1-.1-.2-.3-.1-.5l.2-.6c-.3-.1-.6-.1-1-.1-.5 0-1 .1-1.4.2-2.6.9-4.1 3.6-3.3 6.3.6 2.1 2.6 3.5 4.8 3.5.5 0 1-.1 1.4-.2 1.5-.5 2.6-1.5 3.2-2.9.1-.3.4-.5.7-.5.1 0 .2 0 .3.1.4.1.6.6.4.9-.7 1.8-2.2 3.2-4.1 3.8-.6.2-1.3.3-1.9.3-2.8 0-5.3-1.8-6.2-4.5-1-3.4.9-7 4.3-8 .6-.2 1.2-.3 1.9-.3.5 0 1 .1 1.4.2l.3-1c.1-.2.2-.3.3-.3l.2-.2c-.1 0 0 0 0 0'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 45px 45px;
}

@media (max-width:1023px) {
	.video-cta .resume-button {
		bottom: 30px;
	}
}

@media (max-width:479px) {
	.video-cta .resume-button {
		bottom: 10px;
		height: 30px;
		background-size: 30px 30px;
	}
}

@media (min-width:480px) {
	.video-cta .resume-button.smallPhone {
		display: none!important;
	}
}

.video-cta .resume-button .resume-button__click {
	margin: 0 auto;
	display: inline-block;
	width: 45px;
	height: 100%;
	cursor: pointer;
}

@media (max-width:479px) {
	.video-cta .resume-button .resume-button__click {
		width: 30px;
	}
}

.video-cta.overlay .container img {
	z-index: 105;
}

.video-cta.overlay.videoLoop img {
	opacity: 0;
}

.video-cta.overlay.videoLoop .text-shade {
	z-index: 120;
	background-color: #000;
	opacity: .7;
}

.video-cta.overlay.videoLoop .videolooper-container {
	z-index: 105;
	opacity: 1;
}

.video-cta.overlay.videoLoop .video-container {
	opacity: 0;
}

.video-cta.overlay .title {
	display: none;
}

.video-cta.overlay .titleOverlay {
	opacity: 0;
	display: block;
}

@media (max-width:1023px) {
	.video-cta.overlay .titleOverlay {
		margin-bottom: 30px;
	}
}

@media (max-width:479px) {
	.video-cta.overlay .titleOverlay {
		margin-bottom: 15px;
		font-size: 1pc;
	}
}

.video-cta.overlay .play-button {
	display: none!important;
}

.video-cta.overlay .resume-button {
	z-index: 111;
	display: block;
	opacity: 0;
}

@media (max-width:1023px) {
	.video-cta.overlay .cta-container {
		margin-bottom: 90px;
	}
}

@media (max-width:479px) {
	.video-cta.overlay .cta-container {
		margin-bottom: 15px;
		display: block;
	}
}

.video-gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	min-height: 500px;
	height: calc(100vmin - 75px);
}

.video-gallery:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	left: 20px;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 40px;
	width: 27.5px;
	height: 52px;
	opacity: 0;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

@media (max-width:767px) {
	.video-gallery:before {
		margin-top: 20px;
	}
}

@media (max-width:1023px) {
	.video-gallery:before {
		display: none;
	}
}

.video-gallery:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
/*!rtl:ignore*/
	right: 20px;
	content: " ";
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin-top: 40px;
	width: 27.5px;
	height: 52px;
	opacity: 0;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	z-index: 109;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

@media (max-width:767px) {
	.video-gallery:after {
		margin-top: 20px;
	}
}

@media (max-width:1023px) {
	.video-gallery:after {
		display: none;
	}
}

.video-gallery.black:before {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.video-gallery.black:before {
		display: none;
	}
}

.video-gallery.black:after {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1023px) {
	.video-gallery.black:after {
		display: none;
	}
}

.video-gallery.hovered:after,.video-gallery.hovered:before,.video-gallery:hover:after,.video-gallery:hover:before {
	opacity: 1;
}

@media (max-width:1023px) {
	.video-gallery.hovered:after,.video-gallery.hovered:before,.video-gallery:hover:after,.video-gallery:hover:before {
		opacity: 0;
	}
}

:not([dir=rtl]) .video-gallery.first:before,:not([dir=rtl]) .video-gallery.last:after,[dir=rtl] .video-gallery.first:after,[dir=rtl] .video-gallery.last:before {
	opacity: 0;
}

@media (min-width:1681px) {
	.video-gallery {
		height: calc(100vmin - 90px);
	}
}

@media (min-width:2201px) {
	.video-gallery {
		height: calc(100vmin - 112.5px);
	}
}

@media (max-width:1023px) {
	.video-gallery {
		height: auto;
		min-height: calc(100% - 90px);
	}
}

@media (max-width:767px) {
	.video-gallery {
		height: auto;
		min-height: calc(100% - 90px);
	}
}

.video-gallery .nextTrigger,.video-gallery .prevTrigger {
	position: absolute;
	width: 13.2%;
	height: calc(100% - 235px);
	margin-top: 40px;
	cursor: pointer;
	z-index: 110;
	display: block;
}

@media (max-width:1023px) {
	.video-gallery .nextTrigger,.video-gallery .prevTrigger {
		width: 8%;
		height: calc(70vh - 90px);
	}
}

@media (max-width:767px) {
	.video-gallery .nextTrigger,.video-gallery .prevTrigger {
		height: calc(65vh - 90px);
		margin-top: 20px;
	}
}

.video-gallery .prevTrigger {
	left: 0;
}

.video-gallery .nextTrigger {
	right: 0;
}

@media (min-width:1024px) {
	.video-gallery.first .nextTrigger {
		width: calc(33% * .9 - 60px);
	}
}

.video-gallery .title {
	margin: 45px 60px 15px;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.video-gallery .title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-gallery .title:lang(bg),.video-gallery .title:lang(ru),.video-gallery .title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-gallery .title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-gallery .title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-gallery .title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.video-gallery .title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.video-gallery .title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.video-gallery .title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.video-gallery .title {
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
	}
}

@media (max-width:767px) {
	.video-gallery .title {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.video-gallery .subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	line-height: 1.2;
	margin: auto 60px 6px;
}

@media (max-width:767px) {
	.video-gallery .subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.video-gallery .subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.video-gallery .subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.video-gallery .subtitle {
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.video-gallery .subtitle {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.video-gallery .iframe.component {
	width: 100%;
	margin: 0;
	padding: 0;
	height: calc(100% - 255px);
}

@media (max-width:1023px) {
	.video-gallery .iframe.component {
		height: calc(100% - 270px);
	}
}

@media (max-width:767px) {
	.video-gallery .iframe.component {
		height: calc(100% - 90px);
	}
}

@media (min-width:1681px) {
	.video-gallery .iframe.component {
		height: calc(100% - 270px);
	}
}

@media (min-width:2201px) {
	.video-gallery .iframe.component {
		height: calc(100% - 292.5px);
	}
}

.video-gallery .iframe.component.autoHeight {
	height: auto;
}

.video-gallery .iframe.component iframe {
	width: 100%;
	height: 100%;
}

.video-gallery .iframe.component iframe.autoHeight {
	overflow-y: hidden;
}

.video-gallery .main-slide {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	height: calc(100% - 235px);
	top: 40px;
	-webkit-transition: -webkit-transform .3s ease 25ms;
	transition: -webkit-transform .3s ease 25ms;
	transition: transform .3s ease 25ms;
	transition: transform .3s ease 25ms,-webkit-transform .3s ease 25ms;
}

@media (max-width:1023px) {
	.video-gallery .main-slide {
		min-height: 220px;
		height: calc(70vh - 90px);
	}
}

@media (max-width:767px) {
	.video-gallery .main-slide {
		height: calc(65vh - 90px);
		top: 20px;
	}
}

.video-gallery .main-slide.no-animate {
	-webkit-transition: none;
	transition: none;
}

.video-gallery .main-slide .slide {
	display: inline-block;
	width: 67%;
	vertical-align: top;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #333;
	background-size: cover;
	background-position: 50%;
	opacity: .5;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

.video-gallery .main-slide .slide.top {
	background-position: top;
}

.video-gallery .main-slide .slide.bottom {
	background-position: bottom;
}

.video-gallery .main-slide .slide.left {
	background-position: 0;
}

.video-gallery .main-slide .slide.right {
	background-position: 100%;
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide {
		width: 80%;
	}
}

.video-gallery .main-slide .slide:first-child {
	margin-left: 16.5%;
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide:first-child {
		margin-left: 10%;
	}
}

@media (min-width:1024px) {
	.video-gallery .main-slide .slide:first-child.active {
		margin-left: 60px;
	}
}

.video-gallery .main-slide .slide.active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.16);
	box-shadow: 0 0 24px rgba(0,0,0,.16);
}

.video-gallery .main-slide .slide.active .play-button,.video-gallery .main-slide .slide.active .play-loader,.video-gallery .main-slide .slide.active .replay-button {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.6 0.6 26.8 26.8'%3E%3Ccircle opacity='.4' cx='14' cy='14' r='13.3'/%3E%3Cpath fill='%23FFF' d='M14 1.2C6.9 1.2 1.2 6.9 1.2 14c0 7.1 5.7 12.8 12.8 12.8S26.8 21.1 26.8 14c0-7.1-5.7-12.8-12.8-12.8zm0 24.6C7.5 25.8 2.2 20.5 2.2 14 2.2 7.5 7.5 2.2 14 2.2c6.5 0 11.8 5.3 11.8 11.8.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath fill='%23FFF' d='M18 13.6c.3.2.3.6 0 .8L15.2 16l-2.7 1.6c-.3.2-.7 0-.7-.4v-6.4c0-.4.4-.6.7-.4l2.7 1.6 2.8 1.6z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px;
	cursor: pointer;
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .play-button,.video-gallery .main-slide .slide.active .play-loader,.video-gallery .main-slide .slide.active .replay-button {
		background-size: 81pt;
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .play-button,.video-gallery .main-slide .slide.active .play-loader,.video-gallery .main-slide .slide.active .replay-button {
		background-size: 135px;
	}
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide.active .play-button,.video-gallery .main-slide .slide.active .play-loader,.video-gallery .main-slide .slide.active .replay-button {
		background-size: 60px;
	}
}

.video-gallery .main-slide .slide.active .play-button:focus:after,.video-gallery .main-slide .slide.active .play-loader:focus:after,.video-gallery .main-slide .slide.active .replay-button:focus:after {
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	outline: 3px solid #6495ed;
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .play-button:focus:after,.video-gallery .main-slide .slide.active .play-loader:focus:after,.video-gallery .main-slide .slide.active .replay-button:focus:after {
		width: 81pt;
		height: 81pt;
		top: calc(50% - 54px);
		left: calc(50% - 54px);
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .play-button:focus:after,.video-gallery .main-slide .slide.active .play-loader:focus:after,.video-gallery .main-slide .slide.active .replay-button:focus:after {
		width: 135px;
		height: 135px;
		top: calc(50% - 67.5px);
		left: calc(50% - 67.5px);
	}
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide.active .play-button:focus:after,.video-gallery .main-slide .slide.active .play-loader:focus:after,.video-gallery .main-slide .slide.active .replay-button:focus:after {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
}

.video-gallery .main-slide .slide.active .play-button .play-text,.video-gallery .main-slide .slide.active .play-loader .play-text,.video-gallery .main-slide .slide.active .replay-button .play-text {
	font-family: RobotoRegular,sans-serif;
	font-size: 1pc;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	top: calc(50% + 45px);
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	opacity: inherit;
}

.video-gallery .main-slide .slide.active .play-button .play-text:lang(ar),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(ar),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-gallery .main-slide .slide.active .play-button .play-text:lang(bg),.video-gallery .main-slide .slide.active .play-button .play-text:lang(ru),.video-gallery .main-slide .slide.active .play-button .play-text:lang(uk),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(bg),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(ru),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(uk),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(bg),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(ru),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-gallery .main-slide .slide.active .play-button .play-text:lang(zh),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(zh),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-gallery .main-slide .slide.active .play-button .play-text:lang(ko),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(ko),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-gallery .main-slide .slide.active .play-button .play-text:lang(vi),.video-gallery .main-slide .slide.active .play-loader .play-text:lang(vi),.video-gallery .main-slide .slide.active .replay-button .play-text:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .play-button .play-text,.video-gallery .main-slide .slide.active .play-loader .play-text,.video-gallery .main-slide .slide.active .replay-button .play-text {
		font-size: 1.2pc;
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .play-button .play-text,.video-gallery .main-slide .slide.active .play-loader .play-text,.video-gallery .main-slide .slide.active .replay-button .play-text {
		font-size: 24px;
	}
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .play-button .play-text,.video-gallery .main-slide .slide.active .play-loader .play-text,.video-gallery .main-slide .slide.active .replay-button .play-text {
		top: calc(50% + 54px);
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .play-button .play-text,.video-gallery .main-slide .slide.active .play-loader .play-text,.video-gallery .main-slide .slide.active .replay-button .play-text {
		top: calc(50% + 67.5px);
	}
}

.video-gallery .main-slide .slide.active .play-loader {
	opacity: 0;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAuNiAwLjYgMjYuOCAyNi44Ij48ZGVmcz48Y2xpcFBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iYSI+PHJlY3QgeD0iNTAlIiB3aWR0aD0iNTAlIiBoZWlnaHQ9IjUwJSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxjaXJjbGUgb3BhY2l0eT0iLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy4zIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDEuMkM2LjkgMS4yIDEuMiA2LjkgMS4yIDE0YzAgNy4xIDUuNyAxMi44IDEyLjggMTIuOFMyNi44IDIxLjEgMjYuOCAxNGMwLTcuMS01LjctMTIuOC0xMi44LTEyLjh6bTAgMjQuNkM3LjUgMjUuOCAyLjIgMjAuNSAyLjIgMTQgMi4yIDcuNSA3LjUgMi4yIDE0IDIuMmM2LjUgMCAxMS44IDUuMyAxMS44IDExLjguMSA2LjUtNS4zIDExLjgtMTEuOCAxMS44eiIgY2xpcC1wYXRoPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px;
	cursor: default;
	pointer-events: none;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .play-loader {
		background-size: 81pt;
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .play-loader {
		background-size: 135px;
	}
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide.active .play-loader {
		background-size: 60px;
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.video-gallery .main-slide .slide.active .replay-button {
	opacity: 0;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.8 26.8'%3E%3Cstyle%3E.st0%7Bopacity:.4;enable-background:new%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Ccircle class='st0' cx='13.9' cy='13.3' r='13.3'/%3E%3Cpath class='st1' d='M13.9.5C6.8.5 1.1 6.2 1.1 13.3s5.7 12.8 12.8 12.8 12.8-5.7 12.8-12.8S21 .5 13.9.5zm0 24.6c-6.5 0-11.8-5.3-11.8-11.8S7.4 1.5 13.9 1.5s11.8 5.3 11.8 11.8c.1 6.5-5.3 11.8-11.8 11.8z'/%3E%3Cpath class='st1' d='M16.4 6.3c.1 0 .3.1.4.2l2.1 2.4c0 .1.1.3 0 .4-.1.2-.2.3-.3.3l-3.1.7h-.1c-.1 0-.3-.1-.4-.2-.1-.1-.2-.3-.1-.5l.2-.6c-.3-.1-.6-.1-1-.1-.5 0-1 .1-1.4.2-2.6.9-4.1 3.6-3.3 6.3.6 2.1 2.6 3.5 4.8 3.5.5 0 1-.1 1.4-.2 1.5-.5 2.6-1.5 3.2-2.9.1-.3.4-.5.7-.5.1 0 .2 0 .3.1.4.1.6.6.4.9-.7 1.8-2.2 3.2-4.1 3.8-.6.2-1.3.3-1.9.3-2.8 0-5.3-1.8-6.2-4.5-1-3.4.9-7 4.3-8 .6-.2 1.2-.3 1.9-.3.5 0 1 .1 1.4.2l.3-1c.1-.2.2-.3.3-.3l.2-.2c-.1 0 0 0 0 0'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	background-size: 90px;
}

@media (min-width:1681px) {
	.video-gallery .main-slide .slide.active .replay-button {
		background-size: 81pt;
	}
}

@media (min-width:2201px) {
	.video-gallery .main-slide .slide.active .replay-button {
		background-size: 135px;
	}
}

@media (max-width:1023px) {
	.video-gallery .main-slide .slide.active .replay-button {
		background-size: 60px;
	}
}

.video-gallery .main-slide .slide.active.played .play-button {
	opacity: 0;
}

.video-gallery .main-slide .slide.active.played .replay-button {
	opacity: 1;
}

.video-gallery .main-slide .slide.active .text-container .video-gallery__slide--cta .cta {
	pointer-events: all;
}

.video-gallery .main-slide .slide:not(.active) .overlay>div {
	opacity: 0;
}

.video-gallery .main-slide .slide.black {
	background-color: #ebebeb;
}

.video-gallery .main-slide .slide.black .play-button .play-text,.video-gallery .main-slide .slide.black .replay-button .play-text {
	color: #333;
	text-shadow: 0 0 4px hsla(0,0%,100%,.35);
}

.video-gallery .mobile-text-container,.video-gallery .text-container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.video-gallery .mobile-text-container .cta,.video-gallery .text-container .cta {
	display: inline-block;
}

@media (max-width:1023px) {
	.video-gallery .mobile-text-container .cta,.video-gallery .text-container .cta {
		display: block;
	}
}

.video-gallery .mobile-text-container.white,.video-gallery .text-container.white {
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,.35);
}

.video-gallery .mobile-text-container.white .cta,.video-gallery .text-container.white .cta {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.video-gallery .mobile-text-container.white .cta>a,.video-gallery .text-container.white .cta>a {
	color: inherit!important;
}

.video-gallery .mobile-text-container.black,.video-gallery .text-container.black {
	color: #000;
	text-shadow: 0 0 2px hsla(0,0%,100%,.35);
}

.video-gallery .mobile-text-container.black .cta,.video-gallery .text-container.black .cta {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

.video-gallery .mobile-text-container.black .cta>a,.video-gallery .text-container.black .cta>a {
	color: inherit!important;
}

.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
	margin-bottom: 9pt;
	font-family: RobotoRegular,sans-serif;
	font-size: 42px;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 360px;
	white-space: normal;
}

.video-gallery .mobile-text-container .video-gallery__slide--title:lang(ar),.video-gallery .text-container .video-gallery__slide--title:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--title:lang(bg),.video-gallery .mobile-text-container .video-gallery__slide--title:lang(ru),.video-gallery .mobile-text-container .video-gallery__slide--title:lang(uk),.video-gallery .text-container .video-gallery__slide--title:lang(bg),.video-gallery .text-container .video-gallery__slide--title:lang(ru),.video-gallery .text-container .video-gallery__slide--title:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--title:lang(zh),.video-gallery .text-container .video-gallery__slide--title:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--title:lang(ko),.video-gallery .text-container .video-gallery__slide--title:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--title:lang(vi),.video-gallery .text-container .video-gallery__slide--title:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:1023px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		font-size: 27px;
	}
}

@media (min-width:1681px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		font-size: 50.4px;
	}
}

@media (min-width:2201px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		font-size: 63px;
	}
}

@media (max-width:1023px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		letter-spacing: normal;
		width: auto;
	}
}

@media (min-width:1681px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		width: 27pc;
	}
}

@media (min-width:2201px) {
	.video-gallery .mobile-text-container .video-gallery__slide--title,.video-gallery .text-container .video-gallery__slide--title {
		width: 540px;
	}
}

.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin-bottom: 6px;
	width: 100%;
	white-space: normal;
}

@media (max-width:767px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		letter-spacing: 0;
		line-height: 1.5;
	}
}

@media (min-width:1681px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		font-size: 24px;
	}
}

@media (min-width:2201px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		font-size: 30px;
	}
}

@media (max-width:1023px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		font-size: 1pc;
		line-height: 1.5;
		width: auto;
	}
}

@media (min-width:1681px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		width: 100%;
	}
}

@media (min-width:2201px) {
	.video-gallery .mobile-text-container .video-gallery__slide--subtitle,.video-gallery .text-container .video-gallery__slide--subtitle {
		width: 100%;
	}
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta,.video-gallery .text-container .video-gallery__slide--cta .cta {
	text-transform: uppercase;
	font-family: Univers57,sans-serif;
	text-decoration: none;
	padding: 6px 15px;
	margin-top: 15px;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(ar),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(ar) {
	font-family: Univers57,UniversNext-Bold,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(bg),.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(ru),.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(uk),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(bg),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(ru),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(uk) {
	font-family: Univers57Cyr,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(zh),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(zh) {
	font-family: Univers57,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(ko),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(ko) {
	font-family: Univers57,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta:lang(vi),.video-gallery .text-container .video-gallery__slide--cta .cta:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 M,sans-serif;
}

@media (max-width:1023px) {
	.video-gallery .mobile-text-container .video-gallery__slide--cta .cta,.video-gallery .text-container .video-gallery__slide--cta .cta {
		border: 1px solid #666!important;
	}
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta.white,.video-gallery .text-container .video-gallery__slide--cta .cta.white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #333;
}

.video-gallery .mobile-text-container .video-gallery__slide--cta .cta.black,.video-gallery .text-container .video-gallery__slide--cta .cta.black {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	color: #333;
}

@media (min-width:1024px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--title,.video-gallery .text-container.right .video-gallery__slide--title {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--title,.video-gallery .text-container.right .video-gallery__slide--title {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--title,.video-gallery .text-container.right .video-gallery__slide--title {
		margin-left: calc(100% - 540px);
	}
}

@media (min-width:1024px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--subtitle,.video-gallery .text-container.right .video-gallery__slide--subtitle {
		display: inline-block;
		margin-left: calc(100% - 360px);
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--subtitle,.video-gallery .text-container.right .video-gallery__slide--subtitle {
		margin-left: auto;
	}
}

@media (min-width:1024px) and (min-width:1681px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--subtitle,.video-gallery .text-container.right .video-gallery__slide--subtitle {
		margin-left: calc(100% - 27pc);
	}
}

@media (min-width:1024px) and (min-width:2201px) {
	.video-gallery .mobile-text-container.right .video-gallery__slide--subtitle,.video-gallery .text-container.right .video-gallery__slide--subtitle {
		margin-left: calc(100% - 540px);
	}
}

.video-gallery .text-container {
	z-index: 1;
	pointer-events: none;
}

.video-gallery .mobile-text-container {
	padding: 45px 20px;
	position: relative;
	bottom: auto;
	top: 0;
	color: #333;
	text-shadow: unset;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

@media (min-width:768px) {
	.video-gallery .mobile-text-container {
		top: 20px;
	}
}

@media (max-width:1023px) {
	.video-gallery .text-container {
		display: none;
	}
}

@media (min-width:1024px) {
	.video-gallery .mobile-text-container {
		display: none;
	}
}

.video-gallery .video-container {
	pointer-events: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 104;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

@media (max-width:1023px) {
	.video-gallery .video-container {
		min-height: 220px;
		height: calc(70vh - 90px);
		top: 40px;
	}
}

@media (max-width:767px) {
	.video-gallery .video-container {
		height: calc(65vh - 90px);
		top: 20px;
	}
}

.video-gallery .video-container .overlay-container,.video-gallery .video-container .video-tag {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-gallery .video-container .overlay-container {
	z-index: 105;
}

.video-gallery .video-container .overlay-container.black {
	background-color: #000;
}

.video-gallery .video-container .overlay-close,.video-gallery .video-container .overlay-volume {
	color: #fff;
	cursor: pointer;
	font-size: 0;
	z-index: 150;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 60px;
	-webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 0 8px rgba(0,0,0,.16));
}

@media (max-width:767px) {
	.video-gallery .video-container .overlay-close,.video-gallery .video-container .overlay-volume {
		right: 0;
		padding: 15px;
		top: 45px;
	}
}

.video-gallery .video-container .overlay-close .icon-close,.video-gallery .video-container .overlay-close .icon-volume,.video-gallery .video-container .overlay-volume .icon-close,.video-gallery .video-container .overlay-volume .icon-volume {
	display: inline-block;
	margin-left: 15px;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-.016 1.045l1.061-1.06 21.97 21.97-1.06 1.06z'/%3E%3Cpath d='M1.045 23.015l-1.06-1.06 21.97-21.97 1.06 1.06z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

@media (max-width:767px) {
	.video-gallery .video-container .overlay-close .icon-close,.video-gallery .video-container .overlay-close .icon-volume,.video-gallery .video-container .overlay-volume .icon-close,.video-gallery .video-container .overlay-volume .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-gallery .video-container .overlay-close .icon-volume,.video-gallery .video-container .overlay-volume .icon-volume {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath d='M13 .113V1.63a10 10 0 0 1 8.5 9.873 10 10 0 0 1-8.5 9.877v1.512A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523v1.418a4.625 4.625 0 0 1 3.875 4.557A4.625 4.625 0 0 1 12 16.061v1.414c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977zM10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.video-gallery .video-container .overlay-close .icon-volume,.video-gallery .video-container .overlay-volume .icon-volume {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13 .113v3.028a8.5 8.5 0 0 1 7 8.359 8.5 8.5 0 0 1-7 8.365v3.026A11.5 11.5 0 0 0 23 11.5 11.5 11.5 0 0 0 13 .113z'/%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M12 5.523V8.55a2.968 2.968 0 0 1 2.5 2.951 2.968 2.968 0 0 1-2.5 2.951v3.024c3.065-.257 5.5-2.847 5.5-5.975 0-3.127-2.435-5.72-5.5-5.977z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-gallery .video-container .overlay-close .icon-volume.volume-off,.video-gallery .video-container .overlay-volume .icon-volume.volume-off {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM8.5 2.7v17.6l-4-3.8h-3V6.513l3-.025z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M22.482 7.073l-9.899 9.9-1.06-1.061 9.899-9.9z'/%3E%3Cpath d='M21.43 16.98l-9.9-9.899 1.06-1.06 9.9 9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:767px) {
	.video-gallery .video-container .overlay-close .icon-volume.volume-off,.video-gallery .video-container .overlay-volume .icon-volume.volume-off {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23fff' stroke-width='3'%3E%3Cpath style='line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal' d='M10 0h-.998L3.98 4.978 0 5.022V18h4.005l4.997 5H10zM7.487 4.7v13.6L3.993 15H1.996V8.013l1.997-.026z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3Cpath d='M13.121 5.49l9.9 9.9-2.122 2.12L11 7.612z'/%3E%3Cpath d='M23.02 7.611l-9.899 9.9L11 15.389l9.9-9.899z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
	}
}

.video-gallery .video-container .overlay-volume {
	right: 90px;
}

@media (max-width:767px) {
	.video-gallery .video-container .overlay-volume {
		right: 60px;
		display: none;
	}
}

@media (max-width:1023px) {
	.video-gallery.playing:after,.video-gallery.playing:before {
		opacity: 1;
		top: calc(calc(70vh - 90px)/2);
	}
}

@media (max-width:767px) {
	.video-gallery.playing:after,.video-gallery.playing:before {
		top: calc(calc(65vh - 90px)/2);
	}
}

.video-gallery.playing .nextTrigger,.video-gallery.playing .prevTrigger {
	width: 60px;
	height: 52px;
	top: calc(50% - 26px);
}

@media (max-width:1023px) {
	.video-gallery.playing .nextTrigger,.video-gallery.playing .prevTrigger {
		top: 0;
		margin-top: calc((100% - 75px) - 26px);
	}
}

@media (max-width:767px) {
	.video-gallery.playing .nextTrigger,.video-gallery.playing .prevTrigger {
		margin-top: calc((100% - 75px) - 26px);
	}
}

@media (max-width:1023px) {
	.video-gallery.playing .prevTrigger {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 27.5px 52px;
	}
}

@media (max-width:1023px) {
	.video-gallery.playing .nextTrigger {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 27.5px 52px;
	}
}

@media (max-width:1023px) {
	.video-gallery.playing.black .prevTrigger {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.188 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 27.5px 52px;
	}
}

@media (max-width:1023px) {
	.video-gallery.playing.black .nextTrigger {
		background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23404040'/%3E%3C/svg%3E") no-repeat 50% 50%;
		background-size: 100%;
		background-size: 27.5px 52px;
	}
}

.video-gallery.playing .main-slide .slide.active .play-button,.video-gallery.playing .main-slide .slide.active .replay-button {
	opacity: 0;
	pointer-events: none;
}

.video-gallery.playing .main-slide .slide.active .play-loader {
	opacity: 1;
}

.video-gallery.playing .video-container {
	pointer-events: all;
}
.cta-grey-header {
	order: -2;
}
@media (max-width:768px) {
	.cta-grey-header {
		display: none;
	}
}
@media (max-width:1023px) {
	.video-gallery.playing .video-container .overlay-container {
		pointer-events: none;
	}
}

.video-gallery.video-loading .nextTrigger,.video-gallery.video-loading .prevTrigger {
	pointer-events: none;
}

.video-gallery[data-animation=true] .main-slide,.video-gallery[data-animation=true] .subtitle,.video-gallery[data-animation=true] .title {
	opacity: 0;
}

.video-gallery[data-animation=true].in-view .subtitle,.video-gallery[data-animation=true].in-view .title {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.video-gallery[data-animation=true].in-view .main-slide {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.logo-list .element img {
	max-height: 300px;
}

@media (max-width:1023px) {
	.logo-list .element img {
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.logo-list.justify .element {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

#custom-disclaimer {
	pointer-events: none;
	position: fixed;
	bottom: 0;
	height: 0;
	width: 100%;
	max-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1002;
	background: #ebebeb;
	padding: 30px 60px;
	border-bottom: 1px solid #ebebeb;
	opacity: 0;
}

#custom-disclaimer,#custom-disclaimer.opened {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#custom-disclaimer.opened {
	pointer-events: all;
	height: auto;
	opacity: 1;
	-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,.25);
	box-shadow: 0 0 20px 1px rgba(0,0,0,.25);
}

#custom-disclaimer .no-desktop {
	display: none;
}

#custom-disclaimer .close,#custom-disclaimer .close2 {
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23'%3E%3Cg fill='%23333'%3E%3Cpath d='M0 2.09L2.09 0 23 20.907 20.91 23z'/%3E%3Cpath d='M20.91 0L23 2.09 2.09 23 0 20.91z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
}

@media (max-width:1279px) {
	#custom-disclaimer {
		padding-right: 30px;
	}
}

@media (max-width:1023px) {
	#custom-disclaimer {
		padding: 30px 0;
	}

	#custom-disclaimer .no-desktop {
		display: block;
	}

	#custom-disclaimer .no-mobile {
		display: none!important;
	}

	#custom-disclaimer .close,#custom-disclaimer .close2 {
		background-size: 100%;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 42px;
		top: 30px;
	}
}

@media (min-width:1024px) {
	#custom-disclaimer .disclaimer-container {
		position: relative;
	}

	#custom-disclaimer .content {
		display: inline-block;
	}

	#custom-disclaimer .close {
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

#custom-disclaimer .disclaimer-container {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #333;
}

@media (min-width:1681px) {
	#custom-disclaimer .disclaimer-container {
		font-size: 16.8px;
	}
}

@media (min-width:2201px) {
	#custom-disclaimer .disclaimer-container {
		font-size: 21px;
	}
}

#custom-disclaimer .disclaimer-container .content {
	max-height: calc(70vh - 30px);
	overflow: auto;
	padding-right: 90px;
}

#custom-disclaimer .disclaimer-container .content span:first-child {
	padding-right: 15px;
}

@media (max-width:1023px) {
	#custom-disclaimer .disclaimer-container {
		padding: 0 75px 0 45px;
		line-height: 25px;
	}

	#custom-disclaimer .disclaimer-container .content {
		padding-right: 45px;
	}
}

@media (max-width:767px) {
	#custom-disclaimer .disclaimer-container {
		padding: 0 90px 0 45px;
	}

	#custom-disclaimer .disclaimer-container .content {
		padding-right: 15px;
	}
}

.customDisclaimer {
	display: inline-block;
	text-decoration: none;
	font-size: .6rem;
	text-align: center;
	vertical-align: text-top;
	line-height: normal;
	background-color: #333;
	color: #fff;
	padding: 1px;
	margin-left: 1px;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	cursor: pointer;
}

.v360.component .exterior {
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360.component .exterior .dummy {
	display: none;
}

.v360.component .exterior .walkaround {
	width: 100vw;
	height: 100%;
}

.v360.component .exterior .walkaround .scenes {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.v360.component .exterior .walkaround .scenes .scene {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.v360.component .exterior .walkaround .scenes .scene.active {
	z-index: 0;
	opacity: 1;
	-webkit-transition-property: none;
	transition-property: none;
}

.v360.component .exterior .walkaround .scenes .scene .images_container {
	width: 100%;
	height: 100%;
}

.v360.component .exterior .walkaround .scenes .scene .images_container img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360.component .exterior .walkaround .scenes .scene .images_container img.active {
	display: block;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.v360.component .exterior .walkaround .scenes .scene .images_container img {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		left: unset;
		right: unset;
		top: unset;
		bottom: unset;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}

.v360.component .exterior .walkaround .hotspot_container {
	position: absolute;
	top: 0;
	left: 0;
}

.v360.component .exterior .walkaround .hotspot_container .custom-hotspot {
	position: absolute;
	visibility: hidden;
}

.v360.component .exterior .walkaround .controls {
	z-index: 1;
}

.v360.component .exterior .walkaround .controls .arc {
	position: absolute;
	width: 100vw;
	height: 12vw;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -149%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	pointer-events: none;
	font-family: RobotoRegular,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc:lang(bg),.v360.component .exterior .walkaround .controls .arc:lang(ru),.v360.component .exterior .walkaround .controls .arc:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:479px) {
	.v360.component .exterior .walkaround .controls .arc {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		bottom: -130%;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .arc {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		bottom: -130%;
	}
}

.v360.component .exterior .walkaround .controls .arc svg {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 45%;
	height: 100vw;
}

.v360.component .exterior .walkaround .controls .arc svg g#dot_front,.v360.component .exterior .walkaround .controls .arc svg g#dot_left,.v360.component .exterior .walkaround .controls .arc svg g#dot_rear,.v360.component .exterior .walkaround .controls .arc svg g#dot_right {
	cursor: pointer;
	pointer-events: all;
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .arc svg {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		position: static;
		height: auto;
	}
}

@media (min-width:1023px) and (max-width:1279px) {
	.v360.component .exterior .walkaround .controls .arc svg {
		width: 100%;
	}
}

.v360.component .exterior .walkaround .controls .arc-labels {
	position: relative;
	width: 100%;
	height: 100vh;
	left: 0;
	top: -100vh;
	bottom: -149%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	font-family: RobotoRegular,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc-labels:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc-labels:lang(bg),.v360.component .exterior .walkaround .controls .arc-labels:lang(ru),.v360.component .exterior .walkaround .controls .arc-labels:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc-labels:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc-labels:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .exterior .walkaround .controls .arc-labels:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:479px) {
	.v360.component .exterior .walkaround .controls .arc-labels {
		top: -80vh;
	}
}

.v360.component .exterior .walkaround .controls .arc-labels .labels_container {
	overflow: hidden;
}

.v360.component .exterior .walkaround .controls .arc-labels .labels_container.front .arc-label.front,.v360.component .exterior .walkaround .controls .arc-labels .labels_container.left .arc-label.left,.v360.component .exterior .walkaround .controls .arc-labels .labels_container.rear .arc-label.rear,.v360.component .exterior .walkaround .controls .arc-labels .labels_container.right .arc-label.right {
	visibility: visible;
}

.v360.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
	position: absolute;
	margin-top: calc(20px * 2);
	font-size: 20px;
	display: block;
	color: #fff;
	visibility: hidden;
}

@media (max-width:767px) {
	.v360.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
		font-size: 9pt;
		margin-top: 10px;
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@media (min-width:767px) and (max-width:1279px) {
	.v360.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
		margin-top: calc(10px * 2);
	}
}

.v360.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label.hover {
	visibility: visible;
	opacity: .5;
}

.v360.component .exterior .walkaround .controls .hotspot_container .custom-hotspot {
	visibility: hidden;
}

.v360.component .exterior .walkaround .controls .hotspot_container.front .custom-hotspot.front.currentScene,.v360.component .exterior .walkaround .controls .hotspot_container.left .custom-hotspot.left.currentScene,.v360.component .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot.rear.currentScene,.v360.component .exterior .walkaround .controls .hotspot_container.right .custom-hotspot.right.currentScene {
	visibility: visible;
}

.v360.component .exterior .walkaround .controls .drag-to-explore {
	margin: 0 auto;
	bottom: calc(6px * 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	width: 100%;
}

@media (min-width:1681px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc((1px * 2) / 1.2);
	}
}

@media (min-width:2201px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc((1px * 2) / 1.5);
	}
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc(75pt * 2);
	}
}

@media (max-width:767px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore {
		position: absolute;
		width: 100%;
		top: calc(20px * 2);
		bottom: auto;
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading {
	background-color: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
	width: 99pt;
	height: 99pt;
	position: relative;
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		border: 3px solid hsla(0,0%,100%,.5);
	}
}

@media (min-width:1024px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		border-width: 2px;
	}
}

@media (min-width:1681px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.48);
		transform: scale(.48);
	}
}

@media (min-width:2201px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading:hover {
	background-color: hsla(0,0%,100%,.2);
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals.oval-1 {
	-webkit-animation: rotate1 3s linear .1s infinite forwards;
	animation: rotate1 3s linear .1s infinite forwards;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals.oval-2 {
	-webkit-animation: rotate2 3s linear .5s infinite forwards;
	animation: rotate2 3s linear .5s infinite forwards;
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
		border: 3px solid hsla(0,0%,100%,.5);
	}
}

@media (min-width:1024px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
		border-width: 2px;
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box {
	position: absolute;
	top: 0;
	left: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(bg),.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ru),.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box .ll-360 {
	position: absolute;
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	top: 50%;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: revolve 3s linear 0s infinite both;
	animation: revolve 3s linear 0s infinite both;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .message {
	-webkit-transform: translate(-20%);
	transform: translate(-20%);
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .message {
		-webkit-transform: translate(-25%);
		transform: translate(-25%);
	}
}

@media (max-width:767px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .message {
		-webkit-transform: translate(-25%) scale(.8);
		transform: translate(-25%) scale(.8);
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
	font-size: 17px;
	letter-spacing: 0;
	font-family: RobotoRegular,sans-serif;
	color: #fff;
}

@media (max-width:1023px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 20.4px;
	}
}

@media (min-width:2201px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 25.5px;
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(bg),.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ru),.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-height:519px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		white-space: nowrap;
		bottom: auto;
		top: 140px;
	}
}

@media (max-width:767px) {
	.v360.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 24px;
	}
}

.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:after,.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:before,.v360.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@-webkit-keyframes revolve {
	0% {
		-webkit-transform: rotate(.09turn) translate(-66.5px);
		transform: rotate(.09turn) translate(-66.5px);
	}

	to {
		-webkit-transform: rotate(1.09turn) translate(-66.5px);
		transform: rotate(1.09turn) translate(-66.5px);
	}
}

@-webkit-keyframes rotate1 {
	0% {
		-webkit-transform: rotateY(0deg) rotateX(0deg);
		transform: rotateY(0deg) rotateX(0deg);
	}

	to {
		-webkit-transform: rotateY(1turn) rotateX(1turn);
		transform: rotateY(1turn) rotateX(1turn);
	}
}

@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: rotateY(1turn) rotateX(0deg);
		transform: rotateY(1turn) rotateX(0deg);
	}

	to {
		-webkit-transform: rotateY(0) rotateX(1turn);
		transform: rotateY(0) rotateX(1turn);
	}
}

.v360.component[data-orientation=landscape] .exterior .walkaround .hotspot_container .custom-hotspot[data-orientation=portrait],.v360.component[data-orientation=landscape] .exterior .walkaround .images_container.portrait,.v360.component[data-orientation=portrait] .exterior .walkaround .hotspot_container .custom-hotspot[data-orientation=landscape],.v360.component[data-orientation=portrait] .exterior .walkaround .images_container.landscape {
	display: none;
}

.v360.component .interior {
	height: 100%;
}

.v360.component .interior .panorama {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	font-family: Univers45,sans-serif;
	background: #000;
	contain: none;
}

.v360.component .interior .panorama:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.v360.component .interior .panorama:lang(bg),.v360.component .interior .panorama:lang(ru),.v360.component .interior .panorama:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.v360.component .interior .panorama:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.v360.component .interior .panorama:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .interior .panorama:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
	background-color: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
	width: 99pt;
	height: 99pt;
	margin: 0;
	top: 38.5vh;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media (max-width:479px) {
	.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
		top: 30.5vh;
	}
}

@media (min-width:1024px) {
	.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.5);
		transform: translate(-50%) scale(.5);
		border-width: 2px;
	}
}

@media (min-width:1681px) {
	.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.6);
		transform: translate(-50%) scale(.6);
	}
}

@media (min-width:2201px) {
	.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.75);
		transform: translate(-50%) scale(.75);
	}
}

@media (max-height:519px) {
	.v360.component .interior .panorama .pnlm-load-box,.v360.component .interior .panorama .pnlm-load-button {
		top: 42.5vh;
	}
}

.v360.component .interior .panorama .pnlm-load-button:hover {
	background-color: hsla(0,0%,100%,.2);
}

.v360.component .interior .panorama .pnlm-load-box .pnlm-lbar {
	margin-top: 24px;
	opacity: .5;
	border: none;
	display: none;
}

.v360.component .interior .panorama .pnlm-load-box .pnlm-lmsg {
	opacity: .5;
	display: none;
}

.v360.component .interior .panorama .pnlm-load-box p:not(.pnlm-lmsg) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 16.5px 0;
	height: 99pt;
}

.v360.component .interior .panorama .pnlm-load-box .pnlm-lbox {
	display: none!important;
}

.v360.component .interior .panorama .ll-ovals {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
}

.v360.component .interior .panorama .ll-ovals.oval-1 {
	-webkit-transform: rotateY(45deg);
	transform: rotateY(45deg);
	-webkit-animation: rotate1 3s linear .1s infinite forwards paused;
	animation: rotate1 3s linear .1s infinite forwards paused;
}

.v360.component .interior .panorama .ll-ovals.oval-2 {
	-webkit-transform: rotateX(50deg) rotateY(-10deg);
	transform: rotateX(50deg) rotateY(-10deg);
	-webkit-animation: rotate2 3s linear .5s infinite forwards paused;
	animation: rotate2 3s linear .5s infinite forwards paused;
}

@media (min-width:1024px) {
	.v360.component .interior .panorama .ll-ovals {
		border-width: 2px;
	}
}

.v360.component .interior .panorama .ll-box {
	position: absolute;
	top: 0;
	left: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

.v360.component .interior .panorama .ll-box:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360.component .interior .panorama .ll-box:lang(bg),.v360.component .interior .panorama .ll-box:lang(ru),.v360.component .interior .panorama .ll-box:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360.component .interior .panorama .ll-box:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360.component .interior .panorama .ll-box:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360.component .interior .panorama .ll-box:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360.component .interior .panorama .ll-box .ll-360 {
	position: absolute;
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	top: 50%;
}

.v360.component .interior .panorama .ll-box .ll-msg {
	position: absolute;
	bottom: -115px;
	width: 95vw;
	font-size: 2pc;
}

@media (min-width:1024px) {
	.v360.component .interior .panorama .ll-box .ll-msg {
		display: none;
	}
}

@media (max-height:519px) {
	.v360.component .interior .panorama .ll-box .ll-msg {
		white-space: nowrap;
		bottom: auto;
		top: 140px;
	}

	.v360.component .interior .panorama .ll-box .ll-msg br {
		display: none;
	}
}

@media (max-width:479px) {
	.v360.component .interior .panorama .ll-box .ll-msg {
		bottom: -85px;
		font-size: 24px;
	}
}

.v360.component .interior .panorama .ll-box:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: revolve 3s linear 0s infinite both paused;
	animation: revolve 3s linear 0s infinite both paused;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.v360.component .interior .panorama .pnlm-load-box .ll-box:after,.v360.component .interior .panorama .pnlm-load-box .ll-box:before,.v360.component .interior .panorama .pnlm-load-box .ll-ovals {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

.v360.component .interior .panorama .pnlm-render-container:before {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.35);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
}

.v360.component .interior .panorama .controls {
	position: absolute;
	z-index: 2;
	right: 60px;
	bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

@media (max-width:1023px) {
	.v360.component .interior .panorama .controls {
		right: 20px;
	}
}

.v360.component .interior .panorama .controls .ctrl {
	font-size: 21px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	width: 34px;
	height: 34px;
	opacity: .4;
	cursor: pointer;
}

@media (max-width:1023px) {
	.v360.component .interior .panorama .controls .ctrl {
		width: 24px;
		height: 24px;
		opacity: 1;
	}
}

.v360.component .interior .panorama .controls .ctrl:not(:last-child) {
	border-bottom: none;
}

.v360.component .interior .panorama .controls .ctrl:hover {
	opacity: 1;
	border-bottom: 1px solid #fff;
}

.v360.component .interior .panorama .controls .ctrl:not(.hidden):not(:last-child):hover {
	margin-bottom: -1px;
}

.v360.component .interior .panorama.loading .pnlm-render-container:before {
	opacity: 1;
	visibility: visible;
}

.v360.component .interior .panorama.loading .pnlm-ui.pnlm-grab {
	z-index: 5;
}

.v360Overlay.component .exterior {
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360Overlay.component .exterior .dummy {
	display: none;
}

.v360Overlay.component .exterior .walkaround {
	width: 100vw;
	height: 100%;
}

.v360Overlay.component .exterior .walkaround .scenes {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.v360Overlay.component .exterior .walkaround .scenes .scene {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.v360Overlay.component .exterior .walkaround .scenes .scene.active {
	z-index: 0;
	opacity: 1;
	-webkit-transition-property: none;
	transition-property: none;
}

.v360Overlay.component .exterior .walkaround .scenes .scene .images_container {
	width: 100%;
	height: 100%;
}

.v360Overlay.component .exterior .walkaround .scenes .scene .images_container img {
	position: absolute;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	zoom: normal;
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v360Overlay.component .exterior .walkaround .scenes .scene .images_container img.active {
	display: block;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.v360Overlay.component .exterior .walkaround .scenes .scene .images_container img {
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		left: unset;
		right: unset;
		top: unset;
		bottom: unset;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}

.v360Overlay.component .exterior .walkaround .hotspot_container {
	position: absolute;
	top: 0;
	left: 0;
}

.v360Overlay.component .exterior .walkaround .hotspot_container .custom-hotspot {
	position: absolute;
	visibility: hidden;
}

.v360Overlay.component .exterior .walkaround .hotspot_container .line-for-label {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1px;
	border-right: 1px solid #fff;
	position: relative;
	pointer-events: none;
}

.v360Overlay.component .exterior .walkaround .hotspot_container .label-of-hotspot {
	pointer-events: none;
	max-width: 250px;
	height: auto;
	width: auto;
	font-size: 14px;
	color: #fff;
	position: absolute;
	text-align: center;
	min-width: 250px;
}

@media (max-width:767px) {
	.v360Overlay.component .exterior .walkaround .hotspot_container .label-of-hotspot {
		max-width: 150px;
		min-width: 150px;
	}
}

.v360Overlay.component .exterior .walkaround .hotspot-for-label {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v360Overlay.component .exterior .walkaround .controls {
	z-index: 1;
}

.v360Overlay.component .exterior .walkaround .controls .arc {
	position: absolute;
	width: 100vw;
	height: 12vw;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -149%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	pointer-events: none;
	font-family: RobotoRegular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc:lang(bg),.v360Overlay.component .exterior .walkaround .controls .arc:lang(ru),.v360Overlay.component .exterior .walkaround .controls .arc:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-width:479px) {
	.v360Overlay.component .exterior .walkaround .controls .arc {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		bottom: -130%;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .arc {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		bottom: -130%;
	}
}

.v360Overlay.component .exterior .walkaround .controls .arc svg {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 45%;
	height: 100vw;
}

.v360Overlay.component .exterior .walkaround .controls .arc svg g#dot_front,.v360Overlay.component .exterior .walkaround .controls .arc svg g#dot_left,.v360Overlay.component .exterior .walkaround .controls .arc svg g#dot_rear,.v360Overlay.component .exterior .walkaround .controls .arc svg g#dot_right {
	cursor: pointer;
	pointer-events: all;
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .arc svg {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		position: static;
		height: auto;
	}
}

@media (min-width:1023px) and (max-width:1279px) {
	.v360Overlay.component .exterior .walkaround .controls .arc svg {
		width: 100%;
	}
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels {
	position: relative;
	width: 100%;
	height: 100vh;
	left: 0;
	top: -100vh;
	bottom: -149%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	font-family: RobotoRegular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(bg),.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(ru),.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container {
	overflow: hidden;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container.front .arc-label.front,.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container.left .arc-label.left,.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container.rear .arc-label.rear,.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container.right .arc-label.right {
	visibility: visible;
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
	position: absolute;
	margin-top: calc(20px * 2);
	font-size: 20px;
	display: block;
	color: #fff;
	visibility: hidden;
}

@media (max-width:767px) {
	.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
		font-size: 9pt;
		margin-top: 10px;
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@media (min-width:767px) and (max-width:1279px) {
	.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label {
		margin-top: calc(10px * 2);
	}
}

.v360Overlay.component .exterior .walkaround .controls .arc-labels .labels_container .arc-label.hover {
	visibility: visible;
	opacity: .5;
}

.v360Overlay.component .exterior .walkaround .controls .hotspot_container .custom-hotspot {
	visibility: hidden;
}

.v360Overlay.component .exterior .walkaround .controls .hotspot_container.front .custom-hotspot.front.currentScene,.v360Overlay.component .exterior .walkaround .controls .hotspot_container.left .custom-hotspot.left.currentScene,.v360Overlay.component .exterior .walkaround .controls .hotspot_container.rear .custom-hotspot.rear.currentScene,.v360Overlay.component .exterior .walkaround .controls .hotspot_container.right .custom-hotspot.right.currentScene {
	visibility: visible;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore {
	margin: 0 auto;
	bottom: calc(6px * 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	width: 100%;
}

@media (min-width:1681px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc((1px * 2) / 1.2);
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc((1px * 2) / 1.5);
	}
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore {
		bottom: calc(45px * 2);
	}
}

@media (max-width:767px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore {
		position: absolute;
		width: 100%;
		bottom: 50px;
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading {
	background-color: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
	width: 99pt;
	height: 99pt;
	position: relative;
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		border: 3px solid hsla(0,0%,100%,.5);
	}
}

@media (min-width:1024px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		border-width: 2px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.48);
		transform: scale(.48);
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading:hover {
	background-color: hsla(0,0%,100%,.2);
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals.oval-1 {
	-webkit-animation: rotate1 3s linear .1s infinite forwards;
	animation: rotate1 3s linear .1s infinite forwards;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals.oval-2 {
	-webkit-animation: rotate2 3s linear .5s infinite forwards;
	animation: rotate2 3s linear .5s infinite forwards;
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
		border: 3px solid hsla(0,0%,100%,.5);
	}
}

@media (min-width:1024px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
		border-width: 2px;
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box {
	position: absolute;
	top: 0;
	left: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(bg),.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ru),.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box .ll-360 {
	position: absolute;
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	top: 50%;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: revolve 3s linear 0s infinite both;
	animation: revolve 3s linear 0s infinite both;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .message {
	-webkit-transform: translate(-20%);
	transform: translate(-20%);
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .message {
		-webkit-transform: translate(-25%);
		transform: translate(-25%);
	}
}

@media (max-width:767px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .message {
		-webkit-transform: translate(-25%) scale(.8);
		transform: translate(-25%) scale(.8);
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
	font-size: 17px;
	letter-spacing: 0;
	font-family: RobotoRegular,sans-serif;
	color: #fff;
}

@media (max-width:1023px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 18px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 20.4px;
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 25.5px;
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(bg),.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ru),.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

@media (max-height:519px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		white-space: nowrap;
		bottom: auto;
		top: 140px;
	}
}

@media (max-width:767px) {
	.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .ll-msg {
		font-size: 24px;
	}
}

.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:after,.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-box:before,.v360Overlay.component .exterior .walkaround .controls .drag-to-explore .loading .ll-ovals {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

.v360Overlay.component[data-orientation=landscape] .exterior .walkaround .hotspot_container .custom-hotspot[data-orientation=portrait],.v360Overlay.component[data-orientation=landscape] .exterior .walkaround .images_container.portrait,.v360Overlay.component[data-orientation=portrait] .exterior .walkaround .hotspot_container .custom-hotspot[data-orientation=landscape],.v360Overlay.component[data-orientation=portrait] .exterior .walkaround .images_container.landscape {
	display: none;
}

.v360Overlay.component .interior {
	height: 100%;
}

.v360Overlay.component .interior .panorama {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	font-family: Univers45,sans-serif;
	background: #000;
	contain: none;
}

.v360Overlay.component .interior .panorama:lang(ar) {
	font-family: UniversNext-Light,sans-serif;
}

.v360Overlay.component .interior .panorama:lang(bg),.v360Overlay.component .interior .panorama:lang(ru),.v360Overlay.component .interior .panorama:lang(uk) {
	font-family: Univers45Cyr,sans-serif;
}

.v360Overlay.component .interior .panorama:lang(zh) {
	font-family: Univers45,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .interior .panorama:lang(ko) {
	font-family: Univers45,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .interior .panorama:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360Overlay.component .interior .panorama .hotspot-for-label {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.v360Overlay.component .interior .panorama .line-for-label {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1px;
	border-right: 1px solid #fff;
	position: relative;
	pointer-events: none;
}

.v360Overlay.component .interior .panorama .label-of-hotspot {
	pointer-events: none;
	max-width: 250px;
	height: auto;
	width: auto;
	font-size: 14px;
	color: #fff;
	position: absolute;
	text-align: center;
	min-width: 250px;
}

@media (max-width:767px) {
	.v360Overlay.component .interior .panorama .label-of-hotspot {
		max-width: 150px;
		min-width: 150px;
	}
}

.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
	background-color: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
	width: 99pt;
	height: 99pt;
	margin: 0;
	top: 38.5vh;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media (max-width:479px) {
	.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
		top: 30.5vh;
	}
}

@media (min-width:1024px) {
	.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.5);
		transform: translate(-50%) scale(.5);
		border-width: 2px;
	}
}

@media (min-width:1681px) {
	.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.6);
		transform: translate(-50%) scale(.6);
	}
}

@media (min-width:2201px) {
	.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
		-webkit-transform: translate(-50%) scale(.75);
		transform: translate(-50%) scale(.75);
	}
}

@media (max-height:519px) {
	.v360Overlay.component .interior .panorama .pnlm-load-box,.v360Overlay.component .interior .panorama .pnlm-load-button {
		top: 42.5vh;
	}
}

.v360Overlay.component .interior .panorama .pnlm-load-button:hover {
	background-color: hsla(0,0%,100%,.2);
}

.v360Overlay.component .interior .panorama .pnlm-load-box .pnlm-lbar {
	margin-top: 24px;
	opacity: .5;
	border: none;
	display: none;
}

.v360Overlay.component .interior .panorama .pnlm-load-box .pnlm-lmsg {
	opacity: .5;
	display: none;
}

.v360Overlay.component .interior .panorama .pnlm-load-box p:not(.pnlm-lmsg) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 16.5px 0;
	height: 99pt;
}

.v360Overlay.component .interior .panorama .pnlm-load-box .pnlm-lbox {
	display: none!important;
}

.v360Overlay.component .interior .panorama .ll-ovals {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid hsla(0,0%,100%,.5);
	border-radius: 50%;
}

.v360Overlay.component .interior .panorama .ll-ovals.oval-1 {
	-webkit-transform: rotateY(45deg);
	transform: rotateY(45deg);
	-webkit-animation: rotate1 3s linear .1s infinite forwards paused;
	animation: rotate1 3s linear .1s infinite forwards paused;
}

.v360Overlay.component .interior .panorama .ll-ovals.oval-2 {
	-webkit-transform: rotateX(50deg) rotateY(-10deg);
	transform: rotateX(50deg) rotateY(-10deg);
	-webkit-animation: rotate2 3s linear .5s infinite forwards paused;
	animation: rotate2 3s linear .5s infinite forwards paused;
}

@media (min-width:1024px) {
	.v360Overlay.component .interior .panorama .ll-ovals {
		border-width: 2px;
	}
}

.v360Overlay.component .interior .panorama .ll-box {
	position: absolute;
	top: 0;
	left: 0;
	font-family: RobotoRegular,sans-serif;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

.v360Overlay.component .interior .panorama .ll-box:lang(ar) {
	font-family: RobotoRegular,UniversNext-Regular,sans-serif;
}

.v360Overlay.component .interior .panorama .ll-box:lang(bg),.v360Overlay.component .interior .panorama .ll-box:lang(ru),.v360Overlay.component .interior .panorama .ll-box:lang(uk) {
	font-family: RobotoRegularCyr,sans-serif;
}

.v360Overlay.component .interior .panorama .ll-box:lang(zh) {
	font-family: RobotoRegular,Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,STXihei,华文细黑,sans-serif;
}

.v360Overlay.component .interior .panorama .ll-box:lang(ko) {
	font-family: RobotoRegular,Malgun Gothic,맑은 고딕,Dotum,Gulim,AppleGothic,sans-serif;
}

.v360Overlay.component .interior .panorama .ll-box:lang(vi) {
	font-family: Neue Frutiger Vietnamese W00 L,sans-serif;
}

.v360Overlay.component .interior .panorama .ll-box .ll-360 {
	position: absolute;
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	top: 50%;
}

.v360Overlay.component .interior .panorama .ll-box .ll-msg {
	position: absolute;
	bottom: -115px;
	width: 95vw;
	font-size: 2pc;
}

@media (min-width:1024px) {
	.v360Overlay.component .interior .panorama .ll-box .ll-msg {
		display: none;
	}
}

@media (max-height:519px) {
	.v360Overlay.component .interior .panorama .ll-box .ll-msg {
		white-space: nowrap;
		bottom: auto;
		top: 140px;
	}

	.v360Overlay.component .interior .panorama .ll-box .ll-msg br {
		display: none;
	}
}

@media (max-width:479px) {
	.v360Overlay.component .interior .panorama .ll-box .ll-msg {
		bottom: -85px;
		font-size: 24px;
	}
}

.v360Overlay.component .interior .panorama .ll-box:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: revolve 3s linear 0s infinite both paused;
	animation: revolve 3s linear 0s infinite both paused;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.v360Overlay.component .interior .panorama .pnlm-load-box .ll-box:after,.v360Overlay.component .interior .panorama .pnlm-load-box .ll-box:before,.v360Overlay.component .interior .panorama .pnlm-load-box .ll-ovals {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@keyframes revolve {
	0% {
		-webkit-transform: rotate(.09turn) translate(-66.5px);
		transform: rotate(.09turn) translate(-66.5px);
	}

	to {
		-webkit-transform: rotate(1.09turn) translate(-66.5px);
		transform: rotate(1.09turn) translate(-66.5px);
	}
}

@keyframes rotate1 {
	0% {
		-webkit-transform: rotateY(0deg) rotateX(0deg);
		transform: rotateY(0deg) rotateX(0deg);
	}

	to {
		-webkit-transform: rotateY(1turn) rotateX(1turn);
		transform: rotateY(1turn) rotateX(1turn);
	}
}

@keyframes rotate2 {
	0% {
		-webkit-transform: rotateY(1turn) rotateX(0deg);
		transform: rotateY(1turn) rotateX(0deg);
	}

	to {
		-webkit-transform: rotateY(0) rotateX(1turn);
		transform: rotateY(0) rotateX(1turn);
	}
}

.v360Overlay.component .interior .panorama .pnlm-render-container:before {
	background: rgba(55,58,71,.9);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 200vh;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACABAMAAAAxEHz4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP////39/fz8/Pv7+/r6+vn5+f7+/vz8/Pj4+Pv7+/r6+pcMZtEAAAAMdFJOUwABAgMEBQYCBAcFBme1ahwAAAoGSURBVGjepVlLctzIEc3KAiTFrKqA5sy2ALQ89q4AthzhXXVTM+smZ7xXyBfQhH0AOXwChy/gmBPIN/R72U1KJPtPidFsAoWqysyXL18lRFScw4cPQVzqpZJQCb5J8iopjE23Svh7Jk31vVZt612QPHqRoKlLOolIigEfuCzBLyWE7FxIa1yqpInOuZzeLVzBbZ3KrWjGI0662160FjeKBikdruAOvkqT1l68RsF30b6vPDaUssOSEpw47k4Grohdi+K5IM04/RBw06fUSCNS4eoyq/TYVs4Jq/VYNoTgMdipxgFPLeJCbnGZK+PPLHdwhHjBzhunLhapqqCwM7Z8TNwkNfYhIXKqnk/lzD0VoRP8VHClZMGfKblIYzTGzk+ylIgRy3nX4dddkPRWZnBqWs0xxSBlDlvSndCNDc35s4SupmGwwI0xw9ISK7gTV8KELbrrKSb4DibfhBXXh79Eb2HHGO50pSHllEKAmcsQWpVh66W4z0u8D1NCBBCcLLEf8RU/sIwg5FgU81kQBvEL6WBrDG10sYql6eCzTYCuqhYICslLO3SwsSQGree0ugBk+gTXeq20HQL2nREfIAtDhGjwjnhigH0BntJU30heAJy4j+BEAUA7bOZtwM5ineapU6/qHMII78h3SRnliMEYVeGBXlwnnSM2F6+yzCT0cd6sJLk7QuFzgVG1hzMcHAqvaQqesAIqs48/YQ+2H0SAM4a87olyoKDBQkXKdc8BsNTRWoBjPeJ3bLBgxuJEqRfVZVGk0VEXiTYckSczF4tjK6/h/gWzJvHK6CRpN/MtJ68sahPQhh0CcrjwAc/P4DAfaVII5yITtmTGW72/E5n38CaGNJok/2nUEWSBQH7UTZDwfyVlZQ6AEXILWxk79enX7D0My3QaYKWaTkUok9G8BuuqJ/H87Vg8M+IJbyYHmqj8xADQpQ3dKitshPBnRLhPGUBJrV/zr96oJ68j2WlLbXHlJVdmKmkiZUw8S7Gi0/1KqlFmWFLIYA28pOUVh5Zk+2dOJdpOimDsSDyC6RXgKXCXAwVo+EsYFLtr/Jz0Rx7S1iCHjYfUOqPVeMAlW4j/+NglGCJYp/uQ/E1nTIoN0BO1eheZTSnbL71uRgTmBhhFYnnfc501RpduGrGcR7Zi8NLoQWluYjSxMOPZ4pMLJzMVH4CngaU4aQNGNuAveDs4jYlkyUmQF7CnmGc64o9/IkxruoEgmEhO7jm2ZSgdQ7fhCJQdqyTvwZKTJSGeWTOTvKvIJRsnumhFAkbI4pODMSHiJvPBdYHI87+UGQcP8zoQhdziVQOL1saQLQPBhEi2xltgi0XADfjNLYZI8sLmrBQ6j38prDum1SSn8++eKlWB8j5gtU4dci+6PrUgTES0a7zfJOFgW9uzU0t/p6mgguKxPFmCIlSK0dhjyu+AwlXnSPIs/17/EwawaxjlDzYPapxHrsIyRxfTK9KUEUmGFMtuepuML4ZbLQR4XcsWvZWvzEE+nA3mR/ltJd5IgdUxPvbIbyd4RM4i0F0gK+McRd4IHtElownFER+OvnA92gkFhVjGMqKI4Bki2Pe805yfC1+e5IIyapm+n5sncoBt8h7w6wyEnQ5In7B2yGLolmfZ/1ChpMIyJKNsaUv3/ouc/870VMJsbqhdu63C8KwtB0AcLt5YzOQKgoPkZ42GRR2RrPcCExHDCtA4IzGJ+Mo8K1IPc8s6YuArRwB57pRbho6UG3Ms4rhMV7Jb+ZDZ51awwcu9rAwwKCyqY6x8gwUeauqolK0oSRpIAeLm1Doo41ihv/NMCH0X5mbuer3FcSr5d2Mj/ttXMCidvLE+85YS+RVT2MrtOqJAYLOmM08VAnu00rOtrbZbm2fkTO/gCVBccXRaCE3JjkIG+zbGb41TX1CUBiI0Ci2GjfEi4b5LNu0A5fV+UB4E+gllTr4WhHBmQWiDUvlZjq4vJzZOANvCHUchXZasqj+CGCy+1NoutFnG0RVGt0UqhH6CQCZFUYwyauDeiUXEqIHFe5RhCVj2mCPkdKR+v+C88btlHc8FHUkS0AmouSRFBBEifVVaYGsymjzkqq9io+6JxYrhVBwZ6QS3oTnMeC3+7+EfdgAbUYR0uD8r7RFfeeRG4qZoXM95DLWQwOjYkqa62ITrVAVOD1OoHR3DFFizkTugqQZ2hzdI0/I3zAmsNcs5YnXFCtJW7l7m40epqZGJqLEV76YGd9MQw0k1gzdrHWDH9UWq9fLDUuSxHF8eVPPDKcgWShY5JON8hkOAnY4x53qZi3sCvZdIA3y9kfRCoSg7z/RhW71P6ExshAXGXhqNA0wBYIYxhHlF3P83ls5aB40GaJWv5YjYRN7Ayjf/1tx1EG44sv2RtfTEJKvhlBBucta2kG+hRZDF+ImvZ8gZz9qQDbEQN+Ns7e/11NZsuaxr8FW1ykX4/0YzSTCuWyQwjFtiGDijA2U6FOSTDrVS/WKocOMoBYW26aqRh9JeJt9kSxNMasXloywoKsEugiPezT87QzBsIAKxW+vquPOPwid1m/Yg8zWQKXuj6E6KYi0X9h0e5IYcyFRQoqaAXA6oYFgPyQQFRbLuCFAWE2TqbvmIMizywfQHsH7lCF6cn2WjaGrrQtwfVCyvXiDZEbD6RY48P3iPaeVSBH9tyyRUbc/WY5NAR5gx03Wpa0i2y7bUzNH4/IB7r2dOV+V72r5ysTq7j/ljYf/6gLBnK7RaemkG+rqNjtRZjrJp2cemW3EvVqo+X66SZFdT4ZwGpZyEnE/py75WuRxrdR0t2mcdU9nRxQVdKJ5MPm1C8L3KYrIGLemCgFgjmwnhBocAOmwYwfdS4ZmetDClb+QtkKOlNFB3bqYtfKQdEHNGT0HsuAHlpzQGp46SD7dpPz1p08pTYAHG1eyj9QqswOIHtwCMUJm0z0XZu6HXuPqGGsiVnrhS6+95R1FSLcEQRAs++3dQDDVjBDwtrdh867r3CHU/Mn9H6MyEZGPIlj+z1lj5P9R+3//eAeHLUHTbFhTc4yWWlk2LKOV26jshpXanNT+/HDjL/qozk/xO3S5/vDnqj31vLk49v8vlZ51Nr1KOvcM55ksiMXebcPZ9KpQZfqOM2YIpXHS0FNzX/T3+LixBd2Llzu9Mmz2V6X+nV6YT2qaHGe7M1snz/sQL+jf2TkR29CQUIbU2Hxw+m/OVIvPGbfrw8pYdJxqqLjeso8eaZc96CJ8f9xAe3jxaDW03/blgFZplcACRPAh6/42gH7aCXo6/DDtcuXeIpvO6u8dfjB2pLrKPCE4mxjNeKXnraYdtOBEPF5ac/PK3G7V92d0iS/LTSIqQtmX/ah77cNMwxKiI42A0kuk2Jy9VunLOu4SbVEu9tmxWJv5yk/AXVzVnm37aTz/3DYOs5a9i/TMUXFdFC6E1en84rdH7f/KF5amyKa4oAAAAAElFTkSuQmCC);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.35);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
}

.v360Overlay.component .interior .panorama .controls {
	position: absolute;
	z-index: 2;
	right: 60px;
	bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

@media (max-width:1023px) {
	.v360Overlay.component .interior .panorama .controls {
		right: 20px;
	}
}

.v360Overlay.component .interior .panorama .controls .ctrl {
	font-size: 21px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	width: 34px;
	height: 34px;
	opacity: .4;
	cursor: pointer;
}

@media (max-width:1023px) {
	.v360Overlay.component .interior .panorama .controls .ctrl {
		width: 24px;
		height: 24px;
		opacity: 1;
	}
}

.v360Overlay.component .interior .panorama .controls .ctrl:not(:last-child) {
	border-bottom: none;
}

.v360Overlay.component .interior .panorama .controls .ctrl:hover {
	opacity: 1;
	border-bottom: 1px solid #fff;
}

.v360Overlay.component .interior .panorama .controls .ctrl:not(.hidden):not(:last-child):hover {
	margin-bottom: -1px;
}

.v360Overlay.component .interior .panorama.loading .pnlm-render-container:before {
	opacity: 1;
	visibility: visible;
}

.v360Overlay.component .interior .panorama.loading .pnlm-ui.pnlm-grab {
	z-index: 5;
}
.news .image-wrapper img {
	width: 100%;
    object-fit: cover;
    height: 100%;
}