/** Shopify CDN: Minification failed

Line 66:1 Expected identifier but found "*"
Line 78:1 Expected identifier but found "*"
Line 79:1 Expected identifier but found "*"
Line 133:1 Expected identifier but found "*"
Line 427:0 Unexpected "#"

**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-display: swap;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	/*outline: 0;*/
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	/*outline: 0;*/
}
body {
	background: #fff;
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.caclearfix {
	clear:both;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	/*outline:none;*/
}
a:focus {
	/*outline: none;*/
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

figure {
	padding: 0;
	margin: 0;
}



/* GRID
-------------------------------------------------------------- */
/*@font-face {
    font-family: 'royalvogue';
    src: url('assets/fonts/royaltypewriter.woff2') format('woff2'),
         url('assets/fonts/royaltypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'PencilTypewriter';
    src: url('assets/fonts/penciltypewriter.woff2') format('woff2'),
         url('assets/fonts/penciltypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* GRID
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
}

.main {
	max-width: 1410px;
	margin: 0 auto;
	clear: both;
}

@media only screen and (max-width: 1500px) {
	.main {
		width: calc(100% - 64px);
		margin: 0 32px;
	}
}

@media only screen and (max-width: 650px) {
	.main {
		width: calc(100% - 32px);
		margin: 0 16px;
	}
}

.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px;
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

[class^="fc"], [class*=" fc"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 32px 16px;
	border: none;
}

[class^="fc"]:last-child, [class*=" fc"]:last-child {
	margin-right: 0;
}

.fc20 {
	width: calc( 20% - 32px );
}

.fc20:nth-child(5n+1) {
	clear: left;
}

.fc25 {
	width: calc( 25% - 32px );
}

.fc25:nth-child(4n+1) {
	clear: left;
}


.fc30 {
	width: calc( 30% - 32px );
}

.fc30:nth-child(3n+1) {
	clear: left;
}

.fc33 {
	width: calc( 33.3333% - 32px );
}

.fc33:nth-child(3n+1) {
	clear: left;
}

.fc40 {
	width: calc( 40% - 32px );
}

.fc100 {
	width: calc( 100% - 32px );
	clear: left;
}

.fc50 {
	width: calc( 50% - 32px );
}

.fc50:nth-child(2n+1) {
	clear: left;
}

.fc60 {
	width: calc( 60% - 32px );
}

.fc66 {
	width: calc( 66.6666% - 32px );
}

.fc70 {
	width: calc( 70% - 32px );
}

.fc75 {
	width: calc( 75% - 32px );
}




/* Variables
-------------------------------------------------------------- */
:root {
	--base-font-family: 'royalvogue', sans-serif;

	--color-white: #FFFFFF;
	--color-black: #1A1918;
	--color-dark-gray: #747270;
	--color-medium-gray: #ACAAA9;
	--color-light-gray: #EAE7E3;
	--color-contact-gray: #D5CEC7;
	--color-available-green: #4FA548;

	--color-black-hover: #000000;
	--color-href-color: #A19993;

	--color-border-gray: #D9D6D3;

	--font-size-default: 15px;
	--font-size-large: 22px;
	--font-size-small: 12px;

	--line-height-default: 1.75;
	--line-height-large: 1.666666666666667;
	--line-height-small: 1.583333333333333;

	--header-padding: 40px;

	--section-spacing-y: 85px;

	--shop-the-look-gallery-spacing: 80px;
	--lookbook-spacing: 35px;

	--header-size-mobile: 86px;

	--color-picker-white: #fbf4f4;
	--color-picker-off-white: #fbf3e2;
	--color-picker-ecru: #e8ddc7;
	--color-picker-beige: #d7c6a6;
	--color-picker-beige-melange: #d7c7a9;
	--color-picker-sand: #bbae96;
	--color-picker-brown: #907644;
	--color-picker-chestnut: #834a35;
	--color-picker-camel: #c19760;
	--color-picker-cognac: #9c5339;
	--color-picker-light-brown: #b58d58;
	--color-picker-pink: #f6b6c5;
	--color-picker-light-pink: #f4c4c4;
	--color-picker-lila: #e4adda;
	--color-picker-purple: #bd7ab1;
	--color-picker-coral: #fa877c;
	--color-picker-black: #2b2828;
	--color-picker-grey: #b6aead;
	--color-picker-grey-melange: #c4b8b7;
	--color-picker-antrachite: #605c5c;
	--color-picker-yellow: #e8e992;
	--color-picker-orange: #eca46a;
	--color-picker-green: #9bbb93;
	--color-picker-blue: #a0cadb;
	--color-picker-navy: #272b4d;
	--color-picker-light-blue: #bdd5eb;
	--color-picker-dark-blue: #54799b;
	--color-picker-red: #e13f31;
}

@media only screen and (max-width: 1500px) {
	:root {
		--header-padding: 32px;
	}
}

@media only screen and (max-width: 1420px) {
	:root {
		--shop-the-look-gallery-spacing: 40px;
	}
}

@media only screen and (max-width: 1120px) {
	:root {
		--shop-the-look-gallery-spacing: 30px;
		--lookbook-spacing: 30px;

		--section-spacing-y: 60px;
	}
}

@media only screen and (max-width: 768px) {
	:root {
		--font-size-default: 16px;
		--font-size-large: 20px;
		--font-size-small: 12px;

		--section-spacing-y: 50px;
	}
}

@media only screen and (max-width: 680px) {
	:root {
		--shop-the-look-gallery-spacing: 16px;
		--lookbook-spacing: 16px;
	}
}

@media only screen and (max-width: 576px) {
	:root {
		--header-padding: 16px;

		--header-size-mobile: 72px;
	}
}



#
/* Generic
-------------------------------------------------------------- */
::-moz-selection { /* Code for Firefox */
	color: var(--color-white);
	background: var(--color-black);
}

::selection {
	color: var(--color-white);
	background: var(--color-black);
}

body {
	font-size: 16px;
	line-height: 1.75px;
	color: var(--color-black);
	font-family: var(--base-font-family);
}

em {
	font-style: italic;
}

.stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0);
}

.section {
	padding-top: var(--section-spacing-y);
	padding-bottom: var(--section-spacing-y);
}

.section-no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.section-small {
	max-width: 1048px;
	margin-left: auto;
	margin-right: auto;
}

.small-intro {
	max-width: 928px;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-underline {
    text-underline-offset: 6px;
    text-decoration: underline;
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
}

.visually-hidden {
	display: none;
}

@media screen and (max-width: 900px) {
	.small-intro p {
		max-width: 85vw;
		margin: 0 auto;
		font-size: 14px;
		line-height: 20px;
	}
}


/* Text colors
-------------------------------------------------------------- */
.text-color-white {
	color: var(--color-white);
}

.text-color-black {
	color: var(--color-black);
}

.text-color-dark-gray {
	color: var(--color-dark-gray);
}

.text-color-medium-gray {
	color: var(--color-medium-gray);
}

.text-color-light-gray {
	color: var(--color-light-gray);
}



/* Background
-------------------------------------------------------------- */
[class^="bg-"], [class*=" bg-"] {
	position: relative;
}

[class^="bg-"]:before, [class*=" bg-"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    z-index: -1;
}

.bg-white:before {
	background: var(--color-white);
}

.bg-black:before {
	background: var(--color-black);
}

.bg-dark-gray:before {
	background: var(--color-dark-gray);
}

.bg-light-gray:before {
	background: var(--color-light-gray);
}

.bg-contact-gray:before {
	background: var(--color-contact-gray);
}




/* Typographie
-------------------------------------------------------------- */
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: 400;
	color: var(--color-black);
	text-transform: uppercase;
	font-family: var(--base-font-family);
}

h1,
.h1,
h2,
.h2 {
	font-size: 34px;
	letter-spacing: 0;
	line-height: 1.666666666666667;
	margin-bottom: 54px;
}

h3,
.h3 {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.80625;
	margin-bottom: 20px;
}

h4,
.h4,
h5,
.h5 {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.666666666666667;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 40px;
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 24px;
	}

	h3,
	.h3 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 20px;
	}

	h4,
	.h4,
	h5,
	.h5 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 680px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 480px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 20px;
	}

	h3,
	.h3 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	h4,
	.h4,
	h5,
	.h5 {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 18px;
	}
}

p {
	font-size: var(--font-size-default);
	letter-spacing: 0px;
	line-height: var(--line-height-default);
	margin-bottom: 24px;
}

p.text-large {
	font-size: var(--font-size-large);
	letter-spacing: -2.5px;
	line-height: var(--line-height-large);
	margin-bottom: 40px;
}

p.text-small {
	font-size: var(--font-size-small);
	letter-spacing: -2.5px;
	line-height: var(--line-height-small);
	margin-bottom: 16px;
}

a {
	color: var(--color-black);
	text-decoration: none;
	font-size: var(--font-size-default);
	line-height: var(--line-height-default);
	transition: 0.2s ease all;
}

a:hover {
	color: var(--color-href-color);
}

p a {
	color: var(--color-black);
	text-decoration: underline;
	font-size: var(--font-size-default);
	line-height:var(--line-height-default);
}

address {
	line-height: 1;
}



/* Generic
-------------------------------------------------------------- */
main :is(ul, ol) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 20px;
}

main ul {
    list-style: disc;
}

main ol {
    list-style: num;
}

main :is(ul, ol) li {
	line-height: 1.2;
}

.align-center {
	justify-content: center;
}

#MainContent {
	word-wrap: break-word;
}



/* Buttons
-------------------------------------------------------------- */
:is(.btn, .btn-primary) {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
	padding: 20px 32px;
	border-radius: 0;
	color: var(--color-white);
	transition: 0.25s ease all;
	font-weight: 600;
	font-family: var(--base-font-family);
}

.btn-primary {
	background: var(--color-black);
	border: 1px solid var(--color-black);
}

.btn-primary:hover {
	background: var(--color-black-hover);
	color: var(--color-white);
}

.btn-outline {
	background: none;
	border: 1px solid var(--color-black);
	color: var(--color-black);
}

.btn-outline:hover {
	color: var(--color-black);
	background: var(--color-light-gray);
}

.btn-simple {
	color: var(--color-black);
    background-color: transparent;
    border: none;
    width: fit-content;
    font-weight: 600;
    font-family: var(--base-font-family);
    font-size: 13px;
    line-height: 1.5;
	position: relative;
	transition: 250ms ease filter;
}
.btn-simple.add-to-wishlist {
	text-align: left;
    padding-left: 48px;
}
.btn-simple.add-to-wishlist:before {
	content: '';
	position: absolute;
	left: 12px;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEyIDIwLjMyNXEtLjM1IDAtLjcxMy0uMTI1dC0uNjM3LS40bC0xLjcyNS0xLjU3NXEtMi42NS0yLjQyNS00Ljc4OC00LjgxM1QyIDguMTVRMiA1LjggMy41NzUgNC4yMjVUNy41IDIuNjVxMS4zMjUgMCAyLjUuNTYydDIgMS41MzhxLjgyNS0uOTc1IDItMS41Mzh0Mi41LS41NjJxMi4zNSAwIDMuOTI1IDEuNTc1VDIyIDguMTVxMCAyLjg3NS0yLjEyNSA1LjI3NVQxNS4wNSAxOC4yNWwtMS43IDEuNTVxLS4yNzUuMjc1LS42MzcuNHQtLjcxMy4xMjVaTTExLjA1IDYuNzVxLS43MjUtMS4wMjUtMS41NS0xLjU2MnQtMi0uNTM4cS0xLjUgMC0yLjUgMXQtMSAyLjVxMCAxLjMuOTI1IDIuNzYzdDIuMjEzIDIuODM3cTEuMjg3IDEuMzc1IDIuNjUgMi41NzVUMTIgMTguM3EuODUtLjc3NSAyLjIxMy0xLjk3NXQyLjY1LTIuNTc1cTEuMjg3LTEuMzc1IDIuMjEyLTIuODM3VDIwIDguMTVxMC0xLjUtMS0yLjV0LTIuNS0xcS0xLjE3NSAwLTIgLjUzN1QxMi45NSA2Ljc1cS0uMTc1LjI1LS40MjUuMzc1VDEyIDcuMjVxLS4yNzUgMC0uNTI1LS4xMjV0LS40MjUtLjM3NVptLjk1IDQuNzI1WiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.btn-simple:hover {
	filter: opacity(0.6);
	transition: 250ms ease filter;
}
.btn-simple.add-to-wishlist.active:before {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmNDU3OGUiIGQ9Ik0xMiAyMC4zMjVxLS4zNSAwLS43MTMtLjEyNXQtLjYzNy0uNGwtMS43MjUtMS41NzVxLTIuNjUtMi40MjUtNC43ODgtNC44MTNUMiA4LjE1UTIgNS44IDMuNTc1IDQuMjI1VDcuNSAyLjY1cTEuMzI1IDAgMi41LjU2MnQyIDEuNTM4cS44MjUtLjk3NSAyLTEuNTM4dDIuNS0uNTYycTIuMzUgMCAzLjkyNSAxLjU3NVQyMiA4LjE1cTAgMi44NzUtMi4xMjUgNS4yNzVUMTUuMDUgMTguMjVsLTEuNyAxLjU1cS0uMjc1LjI3NS0uNjM3LjR0LS43MTMuMTI1WiIvPjwvc3ZnPg==');
}

.btn-whatsapp,
.btn-whatsapp:hover {
    background-size: auto calc(100% - 24px);
    background-repeat: no-repeat;
    background-position: center left 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='480.000000pt' height='531.000000pt' viewBox='0 0 480.000000 531.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,531.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none' style='&%2310; fill: white;&%2310;'%3E%3Cpath d='M2000 5296 c-309 -48 -681 -167 -901 -289 -262 -145 -595 -418 -696 -571 -59 -89 -184 -290 -234 -376 -43 -73 -80 -231 -119 -503 -12 -82 -28 -169 -35 -194 -15 -49 -12 -68 10 -59 11 4 13 -52 14 -293 1 -164 6 -322 11 -352 5 -30 28 -106 50 -169 23 -63 57 -164 77 -225 19 -60 44 -122 54 -137 21 -29 23 -37 10 -56 -7 -12 -12 -12 -29 -1 -16 10 -24 11 -33 2 -8 -8 -2 -25 22 -66 62 -101 136 -201 203 -276 36 -40 66 -76 66 -80 0 -3 -7 -46 -15 -96 -22 -129 -55 -535 -44 -535 12 0 19 30 19 75 0 35 17 144 36 240 33 160 60 275 66 281 5 4 8 -17 7 -47 -2 -150 -99 -759 -122 -759 -4 0 -5 43 -3 95 3 54 1 97 -5 100 -5 4 -10 -18 -11 -52 -5 -168 -18 -303 -38 -419 -11 -60 -20 -123 -20 -141 0 -26 -3 -30 -20 -26 -25 7 -26 -10 -1 -51 11 -17 24 -58 30 -91 16 -84 36 -109 95 -113 29 -2 49 -9 53 -17 3 -8 19 -21 36 -30 27 -14 32 -14 48 1 16 15 17 14 12 -4 -8 -30 30 -48 59 -27 32 21 41 19 34 -10 -9 -35 8 -31 39 9 26 34 78 61 96 50 5 -3 23 6 40 20 33 28 53 26 44 -5 -10 -31 8 -22 54 26 43 46 71 57 71 30 0 -21 7 -19 42 10 16 14 39 25 51 25 12 0 39 9 60 20 44 24 57 25 57 5 0 -23 13 -18 51 21 18 20 46 42 61 50 23 12 27 12 32 -3 6 -14 8 -14 26 2 11 10 17 22 14 26 -5 8 81 69 97 69 4 0 9 -10 11 -22 3 -21 5 -20 26 12 12 19 24 40 26 45 3 6 9 3 16 -5 9 -13 16 -9 44 23 18 20 41 37 51 37 14 0 16 -6 11 -35 -9 -47 7 -45 39 5 14 22 35 42 48 44 36 8 188 29 237 32 70 6 122 12 153 20 21 5 27 3 27 -10 0 -24 23 -20 50 9 25 27 77 34 98 13 17 -17 129 -19 143 -2 6 8 29 14 50 14 31 0 38 4 41 23 4 29 32 29 36 0 4 -30 20 -29 51 1 l26 24 70 -24 c78 -26 135 -31 135 -11 0 7 -5 18 -11 24 -7 7 0 12 26 16 19 3 47 15 60 25 22 17 30 18 60 9 32 -10 38 -8 65 18 24 23 42 29 102 36 94 10 123 18 238 63 142 56 320 162 320 190 0 8 33 32 73 54 79 44 197 127 197 140 0 4 -5 13 -10 18 -8 8 7 22 47 47 72 44 123 95 106 105 -19 12 17 64 61 90 34 20 36 20 26 2 -14 -25 -13 -40 3 -40 14 0 103 131 141 208 14 30 41 72 60 95 71 88 142 245 201 447 19 63 45 152 59 197 26 88 46 251 48 398 0 50 5 180 11 290 9 174 8 213 -6 290 -16 89 -169 528 -200 576 -9 13 -32 71 -52 129 -20 58 -56 141 -79 185 -24 44 -71 142 -106 218 -35 76 -67 140 -73 144 -5 3 -15 -1 -22 -10 -11 -15 -14 -15 -34 -1 -21 15 -23 15 -28 -5 -5 -20 -7 -21 -24 -5 -10 9 -25 14 -33 11 -9 -4 -35 18 -73 64 -59 71 -274 242 -433 344 -125 80 -303 156 -458 195 -46 11 -104 29 -130 39 -54 21 -349 84 -497 105 -147 21 -441 28 -545 12z m347 -46 c26 -5 125 -23 218 -40 162 -30 223 -42 465 -95 197 -43 583 -198 690 -277 264 -196 294 -224 397 -383 148 -227 158 -239 183 -245 20 -4 37 -29 91 -137 81 -164 117 -286 163 -553 49 -291 76 -568 77 -795 0 -194 -2 -210 -45 -400 -35 -154 -50 -198 -101 -315 -91 -205 -156 -314 -250 -417 -39 -45 -51 -52 -72 -47 -19 5 -32 -1 -59 -27 -31 -30 -47 -58 -25 -44 5 3 12 1 16 -4 8 -14 -59 -61 -175 -124 -112 -61 -98 -77 24 -26 42 18 79 29 82 26 8 -8 -76 -84 -113 -102 -18 -9 -66 -24 -108 -35 -77 -20 -124 -43 -107 -54 5 -3 32 1 58 9 58 17 64 18 64 5 0 -12 -122 -80 -145 -80 -15 0 -17 6 -11 39 13 82 -20 107 -172 130 -98 15 -132 14 -153 -5 -14 -13 -32 -14 -110 -7 -86 7 -94 10 -108 35 -15 26 -82 78 -101 78 -5 0 -23 -12 -41 -27 -18 -16 -41 -27 -51 -25 -10 2 -21 -4 -25 -13 -5 -15 -16 -16 -72 -10 -36 3 -75 9 -86 12 -18 5 -18 6 5 15 13 5 72 20 130 34 58 14 139 36 181 49 42 13 86 21 97 18 14 -3 87 29 221 98 110 57 203 100 206 97 3 -3 -54 -37 -126 -75 -124 -65 -162 -93 -125 -93 25 0 334 161 421 220 111 74 228 163 308 233 37 33 70 58 73 54 7 -7 -53 -102 -96 -151 -39 -43 -75 -64 -133 -75 -41 -8 -41 -8 -14 -16 75 -20 154 43 254 202 32 51 72 114 88 140 17 26 47 74 68 107 20 33 37 72 37 87 0 16 9 52 21 81 19 48 20 65 14 167 -6 89 -4 115 6 122 11 6 11 12 0 33 -10 18 -12 38 -6 73 5 26 9 107 9 178 0 109 -3 141 -22 195 -12 36 -20 49 -16 30 16 -94 20 -150 11 -159 -6 -6 -5 -21 3 -41 7 -17 10 -33 6 -37 -12 -13 -19 8 -22 64 -6 122 -47 402 -75 508 -6 22 -26 78 -44 125 -18 47 -59 150 -90 230 -107 274 -165 396 -215 453 -16 19 -30 42 -30 51 0 9 -7 19 -15 22 -8 4 -15 12 -15 20 0 7 -14 28 -30 46 -36 40 -30 14 11 -48 66 -96 221 -404 205 -404 -2 0 -55 69 -117 153 -130 174 -362 415 -524 542 -110 87 -328 224 -360 226 -11 1 -4 5 15 8 32 7 29 8 -30 15 -36 4 -93 14 -128 22 -94 21 -274 34 -387 29 -352 -18 -477 -27 -544 -41 -84 -17 -199 -60 -276 -103 -322 -180 -325 -182 -420 -271 -86 -82 -194 -170 -205 -170 -7 0 -7 6 0 19 13 26 13 31 -3 31 -7 0 -30 -28 -50 -62 -21 -35 -81 -120 -135 -189 -53 -70 -119 -163 -145 -208 -27 -44 -51 -81 -54 -81 -3 0 -3 22 1 49 4 31 3 52 -4 56 -20 13 -59 -101 -90 -265 -17 -91 -42 -219 -56 -285 -29 -144 -31 -190 -8 -181 18 7 18 -12 -5 -295 -9 -120 -4 -180 17 -187 9 -3 12 16 12 71 0 40 3 77 7 81 4 4 15 -28 25 -71 21 -98 21 -103 3 -103 -23 0 -18 -29 18 -105 19 -39 40 -88 47 -110 7 -22 24 -60 37 -84 25 -47 23 -70 -3 -33 -18 27 -38 19 -28 -11 4 -12 55 -111 114 -222 59 -110 144 -281 190 -380 46 -99 87 -184 91 -189 4 -4 12 -5 18 -2 7 5 4 20 -9 46 l-20 39 31 -11 c16 -6 37 -21 45 -33 14 -21 11 -29 -36 -116 -51 -93 -114 -266 -127 -344 -3 -22 -11 -51 -18 -65 -7 -14 -16 -48 -20 -75 -12 -76 -24 -99 -24 -47 -1 23 -5 42 -10 42 -10 0 -17 -40 -25 -153 -3 -37 -10 -75 -16 -85 -8 -12 -9 4 -4 60 4 55 3 78 -5 78 -6 0 -11 -10 -12 -22 0 -28 -26 -276 -31 -302 -5 -29 20 -31 34 -2 8 19 17 25 30 20 10 -3 23 -2 30 3 7 4 32 8 55 9 40 1 42 0 57 -40 21 -56 21 -58 -19 -93 -19 -17 -35 -36 -35 -42 0 -5 19 -11 43 -13 l42 -3 -55 -29 c-67 -35 -68 -35 -52 -45 18 -11 -13 -87 -40 -102 -28 -15 -32 -6 -14 30 9 16 16 37 16 46 0 25 -35 13 -36 -12 -1 -12 -13 -41 -27 -66 -44 -74 -84 -94 -48 -24 10 20 22 49 25 64 l6 28 -22 -25 c-13 -14 -30 -37 -39 -50 -20 -29 -36 -21 -19 9 9 17 8 21 -5 21 -8 0 -15 7 -15 15 0 26 -21 16 -31 -14 -15 -41 -35 -46 -43 -10 -9 45 -23 34 -31 -23 -11 -90 -15 -105 -40 -128 -23 -22 -25 -22 -50 -6 -14 10 -28 25 -31 34 -3 9 -15 37 -26 61 -12 26 -17 46 -11 50 24 15 32 56 43 216 6 94 13 186 15 205 2 19 8 87 14 150 33 356 43 428 60 473 6 16 9 32 6 37 -3 4 2 42 11 84 19 93 16 125 -9 81 l-16 -30 -1 49 c0 38 3 47 14 43 24 -9 38 17 21 39 -8 10 -15 31 -15 45 0 54 -12 89 -30 89 -16 0 -41 31 -89 112 -20 34 -21 37 -4 46 16 9 15 14 -9 64 -14 29 -41 96 -59 148 -18 52 -37 98 -41 101 -11 7 -38 95 -38 122 0 11 -6 28 -14 36 -14 16 -20 45 -17 86 1 17 3 17 11 5 7 -11 12 -12 21 -3 9 9 6 29 -10 83 -39 129 -68 254 -75 325 -7 73 -23 178 -32 207 -3 9 -15 18 -27 20 -21 3 -22 8 -25 112 -2 63 4 154 13 214 42 283 230 788 373 1002 35 52 80 123 99 158 79 141 430 380 729 495 164 63 408 127 574 151 113 16 349 20 417 6z m353 -365 c83 -17 248 -89 337 -147 37 -25 117 -71 177 -102 60 -32 128 -72 151 -89 144 -111 434 -399 531 -527 35 -47 86 -125 113 -175 49 -89 148 -313 196 -446 23 -64 23 -69 7 -78 -15 -9 -14 -12 10 -38 30 -31 37 -65 64 -290 11 -100 14 -180 9 -320 -7 -216 -22 -287 -62 -300 -19 -7 -31 -26 -52 -80 -58 -148 -146 -275 -304 -440 -58 -61 -107 -99 -186 -146 -142 -86 -164 -97 -197 -95 -16 0 -99 -31 -186 -70 -221 -101 -443 -166 -648 -190 -104 -12 -409 3 -446 23 -16 8 -48 15 -70 15 -46 0 -195 24 -260 41 -23 6 -51 8 -63 4 -11 -3 -56 -36 -98 -73 -43 -37 -133 -105 -201 -152 -67 -46 -122 -89 -122 -95 -1 -12 -312 -245 -328 -245 -7 0 0 32 18 83 15 45 38 120 50 166 12 46 29 100 39 120 32 64 93 261 86 279 -6 15 -8 15 -25 -5 -10 -13 -21 -23 -25 -23 -3 0 -5 26 -3 58 2 50 -1 62 -25 93 -15 20 -27 42 -27 50 0 8 -14 27 -31 43 -16 16 -41 50 -54 76 -13 26 -38 60 -55 76 -17 16 -38 43 -47 59 -9 17 -29 47 -46 68 -52 66 -180 433 -196 561 -5 47 -24 141 -40 210 -27 110 -31 146 -33 293 -3 186 -2 189 81 313 31 45 34 63 7 40 -53 -43 -126 -201 -126 -271 0 -18 -4 -28 -10 -24 -6 4 -10 57 -10 127 0 114 1 122 23 142 18 16 28 45 41 111 25 130 64 247 101 310 47 77 178 236 325 391 127 135 214 210 284 246 22 11 69 39 105 63 92 59 263 161 346 206 104 56 161 76 365 130 l185 48 130 -5 c72 -3 159 -11 195 -19z m279 -31 c115 -38 211 -89 355 -192 111 -80 311 -256 376 -333 30 -35 62 -71 72 -79 24 -22 213 -281 246 -337 78 -133 193 -393 217 -488 14 -55 25 -104 25 -109 0 -21 -19 11 -38 64 -21 57 -144 359 -181 443 -53 121 -152 247 -361 456 -226 227 -293 282 -450 367 -58 32 -144 81 -192 111 -47 29 -121 71 -164 93 -69 35 -74 40 -47 40 17 0 81 -16 142 -36z m-2522 -475 c-86 -158 -105 -203 -203 -469 -61 -168 -156 -379 -162 -362 -6 19 68 310 110 432 56 161 94 239 178 365 68 102 148 200 157 192 2 -2 -34 -73 -80 -158z m-283 -401 c-9 -29 -19 -47 -22 -40 -5 15 27 106 35 98 3 -2 -3 -29 -13 -58z m1894 -2598 c84 0 90 -17 8 -22 -28 -2 -51 -8 -54 -15 -3 -10 29 -13 138 -13 120 0 141 -2 131 -14 -19 -23 5 -24 128 -10 113 13 176 10 165 -7 -3 -5 11 -18 30 -30 41 -24 44 -34 17 -49 -14 -7 -42 -7 -91 0 -101 14 -162 -1 -199 -51 -15 -20 -30 -29 -51 -29 -16 0 -32 -5 -36 -11 -7 -13 -43 27 -44 48 0 17 -21 21 -53 10 -25 -8 -28 -13 -23 -39 5 -25 0 -35 -25 -59 -17 -16 -28 -33 -24 -38 7 -12 -32 -34 -45 -26 -17 11 -50 83 -50 110 0 18 -5 25 -19 25 -38 0 -51 -12 -51 -44 0 -32 -61 -121 -83 -121 -7 0 -22 22 -35 48 -23 50 -53 62 -60 24 -7 -34 -68 -132 -85 -135 -15 -3 -15 1 2 51 11 31 17 58 14 61 -14 14 -47 4 -71 -22 -21 -22 -37 -28 -72 -30 -40 -1 -49 -6 -88 -49 -39 -43 -43 -45 -38 -21 13 60 30 80 146 173 136 110 299 256 313 281 8 14 20 16 70 10 33 -3 94 -6 135 -6z m613 -78 c-7 -2 -29 -1 -49 4 l-37 8 35 6 c34 6 77 -9 51 -18z m919 -111 c0 -30 -66 -174 -84 -183 -12 -6 -23 -14 -26 -18 -3 -4 -15 -11 -28 -15 -23 -7 -23 -6 -16 55 6 56 5 62 -11 59 -12 -3 -23 -23 -35 -64 -21 -76 -39 -105 -66 -105 -27 0 -35 18 -27 66 6 36 5 37 -20 30 -37 -9 -43 10 -7 23 31 10 40 34 18 47 -17 11 18 22 72 23 25 1 51 5 59 10 19 12 -22 38 -74 46 -73 11 -86 15 -80 25 8 13 325 13 325 1z m15 -317 c-105 -66 -300 -151 -327 -142 -6 2 20 16 58 32 38 15 119 51 179 81 120 58 153 69 90 29z'/%3E%3Cpath d='M3140 4860 c8 -5 20 -10 25 -10 6 0 3 5 -5 10 -8 5 -19 10 -25 10 -5 0 -3 -5 5 -10z'/%3E%3Cpath d='M3315 4792 c6 -6 39 -22 75 -37 92 -38 99 -40 65 -18 -35 23 -155 69 -140 55z'/%3E%3Cpath d='M3640 4576 c30 -31 59 -56 64 -56 13 0 -73 88 -99 102 -11 6 5 -15 35 -46z'/%3E%3Cpath d='M3765 4460 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z'/%3E%3Cpath d='M1620 4173 c-24 -3 -49 -19 -85 -52 -27 -27 -86 -81 -130 -121 -59 -54 -92 -94 -127 -156 -53 -92 -55 -101 -32 -119 14 -10 15 -17 5 -48 -7 -21 -17 -37 -22 -37 -5 0 -9 -25 -9 -55 0 -54 0 -55 30 -55 23 0 30 -4 30 -20 0 -14 -7 -20 -21 -20 -16 0 -20 -5 -18 -28 2 -15 0 -33 -5 -40 -4 -7 -1 -14 8 -18 10 -4 16 -19 16 -40 0 -23 11 -50 34 -82 34 -48 58 -128 71 -230 9 -67 61 -182 113 -247 21 -28 56 -79 77 -115 22 -36 62 -99 90 -141 27 -42 70 -109 95 -150 135 -218 227 -349 244 -349 3 0 3 14 0 30 -9 41 8 38 42 -7 15 -21 35 -43 44 -50 8 -6 12 -15 8 -19 -5 -4 -16 1 -27 10 -19 17 -36 9 -23 -10 17 -25 196 -143 284 -187 20 -10 53 -34 72 -52 20 -18 53 -39 73 -45 21 -7 45 -18 53 -25 18 -15 108 -55 123 -55 6 0 19 8 29 17 15 13 23 15 36 6 10 -6 38 -11 62 -11 33 -1 48 -6 60 -23 15 -18 19 -20 38 -8 16 10 36 10 99 1 104 -16 153 -16 153 1 0 8 -12 19 -26 25 -41 19 -18 34 41 27 68 -9 135 2 135 21 0 19 -28 30 -43 15 -12 -12 -97 -15 -97 -3 0 13 177 82 212 82 47 0 108 19 108 33 0 7 -5 18 -12 25 -9 9 -7 12 11 12 12 0 31 5 42 11 19 10 19 12 5 28 -15 16 -14 19 7 37 12 11 34 28 50 37 21 14 26 23 21 41 -4 19 -1 25 21 30 31 8 44 34 24 48 -11 7 -11 11 -2 15 7 2 23 13 35 23 19 15 21 21 10 32 -11 11 -14 10 -22 -2 -15 -24 -13 4 6 71 16 56 16 59 -5 85 -12 16 -21 41 -21 62 0 33 -1 34 -18 19 -26 -24 -30 -22 -34 21 -2 29 -7 37 -22 37 -21 0 -45 43 -46 83 0 15 -6 22 -20 22 -16 0 -31 21 -65 93 -41 84 -53 99 -144 181 -54 49 -110 96 -125 105 -25 15 -27 14 -70 -28 -39 -38 -45 -41 -54 -26 -12 23 -32 11 -32 -19 0 -24 -35 -46 -144 -90 -63 -26 -140 -17 -192 24 -42 32 -134 145 -145 178 -6 18 -26 63 -45 100 -22 43 -34 80 -34 107 0 40 24 129 54 197 9 21 16 64 16 96 0 54 -2 59 -22 58 -19 -1 -24 8 -38 60 -16 64 -34 94 -55 94 -21 0 -156 152 -185 210 -25 50 -45 64 -79 57 -23 -5 -37 1 -71 30 -23 20 -46 46 -50 59 -5 13 -31 39 -57 58 -37 27 -58 36 -90 36 -32 0 -46 5 -55 20 -16 25 -24 25 -31 2 -8 -31 -46 -34 -72 -6 -12 13 -24 23 -26 22 -2 0 -20 -3 -39 -5z m71 -149 c7 -9 21 -13 34 -10 17 4 25 -2 39 -30 13 -29 19 -34 31 -24 11 9 17 6 30 -14 10 -14 21 -26 26 -26 14 0 65 -54 76 -81 12 -28 59 -45 80 -28 8 7 17 -6 32 -46 12 -31 21 -58 21 -61 0 -4 19 -29 42 -56 28 -34 47 -48 59 -45 10 3 20 -2 23 -10 9 -22 8 -23 -13 -23 -11 0 -23 -5 -27 -11 -8 -14 14 -29 43 -29 30 0 41 -21 18 -34 -36 -21 -55 -46 -56 -73 0 -16 -3 -22 -6 -15 -7 19 -33 14 -33 -7 0 -10 -7 -24 -15 -31 -8 -7 -15 -18 -15 -24 0 -6 -9 -20 -21 -29 -18 -16 -20 -25 -14 -66 5 -39 3 -49 -9 -54 -22 -9 -20 -30 5 -45 30 -19 22 -58 -11 -54 -41 4 -10 -16 54 -35 56 -17 87 -43 52 -43 -21 0 -20 -27 2 -39 9 -5 18 -22 19 -38 1 -15 5 -45 9 -66 6 -36 7 -37 24 -22 16 14 18 14 23 0 4 -8 16 -15 27 -15 11 0 20 -6 20 -14 0 -8 7 -16 16 -18 9 -2 22 -19 28 -38 6 -19 16 -34 21 -33 6 1 16 -10 24 -24 l13 -26 18 23 c20 26 21 24 35 -50 10 -55 16 -70 26 -70 5 0 9 6 9 13 0 7 10 21 21 31 18 15 20 25 15 64 -16 124 -18 157 -8 147 5 -5 17 -66 27 -135 17 -123 55 -237 75 -225 15 9 30 76 30 130 0 28 4 45 9 40 15 -17 42 -99 49 -150 5 -34 12 -50 22 -50 12 0 16 16 18 73 3 66 1 72 -16 72 -20 0 -32 18 -32 46 0 12 4 12 30 -1 22 -11 31 -24 35 -53 11 -60 16 -72 31 -72 8 0 14 5 14 11 0 8 5 7 15 -1 22 -18 30 -5 30 47 0 28 5 48 13 50 7 3 12 -4 12 -15 0 -11 6 -25 14 -31 19 -16 40 12 32 43 -7 27 14 42 33 23 18 -18 29 3 33 57 2 28 8 51 16 54 7 2 12 -5 12 -17 0 -26 17 -36 36 -20 12 10 16 9 21 -10 7 -25 31 -25 47 2 9 14 7 20 -6 28 -20 11 -24 44 -8 54 19 12 39 -16 50 -71 7 -35 16 -54 26 -54 8 0 14 5 14 10 0 23 18 8 27 -22 7 -27 13 -32 32 -30 16 3 24 -2 28 -17 3 -12 9 -21 13 -21 23 0 71 -61 89 -115 16 -50 23 -60 43 -60 18 0 24 -7 28 -30 3 -17 11 -30 20 -30 9 0 17 -16 22 -45 4 -25 15 -50 24 -57 24 -18 13 -47 -19 -51 -23 -3 -27 -8 -27 -34 0 -17 -7 -39 -16 -49 -12 -13 -13 -22 -5 -38 16 -29 13 -41 -10 -41 -12 0 -23 8 -26 20 -3 12 -14 20 -27 20 -18 0 -30 17 -64 88 -22 49 -50 99 -61 113 -18 22 -21 23 -36 8 -14 -14 -14 -18 8 -50 50 -74 97 -169 102 -204 2 -20 10 -43 16 -51 9 -11 8 -15 -4 -20 -27 -10 -52 0 -55 24 -4 29 -18 28 -38 -4 -23 -34 -36 -20 -71 81 -24 69 -31 80 -49 77 -18 -2 -24 6 -38 58 -13 47 -21 60 -37 60 -29 0 -24 -25 35 -177 72 -183 72 -178 16 -178 -25 0 -51 -4 -58 -9 -17 -10 -15 -15 -41 84 -27 102 -45 134 -72 127 -14 -4 -24 5 -41 34 -27 49 -53 53 -44 6 3 -17 8 -50 11 -72 l6 -40 -16 40 c-9 22 -21 50 -26 63 -10 25 -18 27 -43 9 -17 -12 -16 -19 24 -113 80 -185 74 -165 46 -158 -19 4 -26 1 -31 -15 -8 -26 -29 -27 -54 -2 -12 12 -31 18 -57 17 -30 -1 -40 4 -49 22 -18 34 -24 37 -39 17 -21 -28 -46 -12 -46 30 0 40 -16 46 -30 11 -14 -38 -30 -41 -30 -6 0 20 9 39 25 55 28 25 26 28 -36 50 -23 8 -68 27 -100 41 -47 21 -59 31 -59 50 0 28 -18 41 -26 20 -13 -34 -25 -15 -18 29 5 37 3 45 -9 45 -9 0 -18 -13 -22 -30 -4 -17 -9 -30 -13 -30 -17 0 -42 37 -42 62 0 32 -14 37 -30 11 -9 -17 -12 -16 -31 6 -12 14 -18 33 -16 45 3 12 2 30 -3 41 -7 19 -8 18 -21 -8 -16 -34 -33 -30 -37 9 -5 53 -12 62 -28 40 -21 -29 -31 -11 -41 68 -5 43 -13 71 -22 74 -10 3 -12 -11 -9 -71 l5 -76 -24 25 c-18 19 -23 37 -23 77 0 61 -8 97 -22 97 -6 0 -8 -22 -6 -50 1 -28 0 -50 -3 -50 -3 0 -18 13 -34 30 -22 23 -29 41 -33 86 -3 34 -10 58 -18 61 -8 3 -17 23 -20 44 -7 39 -18 50 -27 27 -2 -7 -8 2 -13 20 -14 49 -29 39 -32 -23 -3 -62 -22 -67 -22 -6 0 87 -25 130 -41 70 -5 -18 -8 -8 -14 38 -4 35 -14 68 -21 74 -8 6 -14 22 -14 35 0 13 -4 24 -10 24 -5 0 -10 -4 -10 -10 0 -5 -4 -10 -10 -10 -5 0 -10 17 -10 37 0 20 -6 44 -14 52 -19 21 -38 141 -34 216 l3 60 -30 -3 c-17 -2 -44 2 -59 8 -23 8 -27 15 -22 34 4 16 1 26 -9 30 -20 7 -19 36 3 52 16 12 16 14 0 30 -16 16 -16 20 -2 35 10 12 16 44 18 115 3 87 5 99 24 112 14 9 22 25 22 42 0 15 9 39 20 53 11 14 20 34 20 45 0 11 9 22 20 25 13 3 20 14 20 29 0 33 25 65 78 99 53 33 64 35 83 13z'/%3E%3Cpath d='M1635 3836 c-75 -32 -76 -33 -69 -73 5 -25 3 -38 -7 -44 -12 -8 -11 -12 3 -22 16 -13 16 -15 0 -30 -12 -13 -13 -19 -4 -29 21 -21 14 -48 -12 -48 -36 0 -39 -12 -16 -70 11 -28 20 -59 20 -69 0 -32 42 -61 91 -61 74 0 146 62 89 77 -22 6 -27 28 -9 38 7 5 3 15 -10 29 l-21 23 20 18 c11 10 20 24 20 30 0 7 7 18 15 25 8 7 15 19 15 26 0 19 -38 18 -57 -2 -12 -12 -18 -12 -27 -4 -8 9 -6 15 8 24 10 6 31 21 45 33 l26 22 -24 8 -23 9 26 17 c34 22 33 43 -1 55 -16 6 -22 11 -15 11 6 1 12 8 12 16 0 21 -34 17 -95 -9z m51 -111 c-11 -8 -25 -15 -30 -15 -6 0 -2 7 8 15 11 8 25 15 30 15 6 0 2 -7 -8 -15z'/%3E%3C/g%3E%3C/svg%3E");
	padding-left: 86px !important;
	color: var(--color-white);
}

.btn-order,
form input[type='submit'].btn-order {
	padding: 26px 32px;
    text-transform: uppercase;
}




/* Form
-------------------------------------------------------------- */
form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}

form input {
	font-size: var(--font-size-small);
	line-height: 1.75;
	letter-spacing: 0;
	font-family: var(--base-font-family);
	padding: 20px 32px;
	border: 1px solid var(--color-black);
}

form input:focus {
	outline: none;
}

form input[type='submit'] {
	color: var(--color-white);
	background: var(--color-black);
	transition: 0.2s ease all;
}

form input[type='submit']:hover {
	background: var(--color-black-hover);
}

@media only screen and (min-width: 600px) {
	form input[type='submit'] {
		padding: 16px;
	}
}



/* Icon
-------------------------------------------------------------- */
.icon-favorite {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='300.000000pt' height='301.000000pt' viewBox='0 0 300.000000 301.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,301.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M510 2994 c-14 -7 -61 -30 -105 -51 -44 -20 -81 -41 -83 -45 -2 -4 -11 -8 -20 -8 -21 -1 -122 -69 -136 -92 -16 -26 2 -34 27 -11 26 24 67 47 67 37 0 -9 -112 -147 -128 -157 -19 -12 -62 -103 -62 -131 0 -14 -9 -49 -21 -77 -28 -73 -52 -240 -44 -314 10 -92 62 -311 106 -447 49 -149 94 -236 176 -346 34 -45 75 -105 90 -132 15 -28 32 -50 37 -50 11 0 126 -112 126 -123 0 -11 62 -63 71 -60 4 1 10 -10 13 -25 4 -17 34 -50 80 -89 92 -79 131 -93 51 -19 -33 30 -56 55 -51 56 13 0 145 -102 181 -140 l30 -32 -33 16 c-32 17 -34 17 -30 -1 2 -10 26 -32 53 -50 28 -18 103 -69 168 -115 65 -46 129 -90 141 -98 120 -82 154 -111 149 -129 -4 -16 3 -20 36 -26 22 -4 58 -18 78 -32 138 -95 214 -143 224 -143 7 0 35 -17 63 -38 61 -46 91 -59 82 -37 -9 24 6 17 46 -21 41 -38 98 -67 114 -56 12 9 54 69 54 78 0 16 89 180 171 316 49 81 94 160 100 174 14 38 81 147 96 157 7 4 13 17 13 27 0 10 5 22 10 25 6 3 10 -3 10 -14 0 -11 5 -23 10 -26 10 -6 13 9 10 60 -1 21 40 112 128 290 72 143 159 333 193 422 59 150 79 187 79 148 0 -8 5 -15 10 -15 6 0 10 28 10 65 0 38 9 97 22 141 18 62 27 78 48 86 23 9 24 10 7 22 -15 12 -16 23 -11 87 4 41 11 85 17 99 6 14 9 30 8 35 -2 6 -7 37 -13 70 -12 75 -33 124 -103 234 -94 149 -218 220 -421 242 -106 12 -116 12 -200 -11 -150 -39 -287 -120 -374 -221 -90 -103 -160 -197 -160 -214 0 -8 -10 -35 -22 -59 l-21 -45 -31 26 c-17 14 -49 46 -71 71 -34 39 -36 45 -17 40 12 -3 22 -2 22 2 0 12 -42 40 -60 40 -8 0 -43 35 -76 78 -74 92 -215 247 -264 289 -98 84 -233 168 -251 157 -5 -3 -38 1 -72 10 -70 17 -128 27 -172 30 -16 1 -42 6 -57 10 -16 5 -40 5 -54 2 -21 -6 -24 -9 -14 -21 10 -12 9 -15 -4 -15 -25 0 -224 -77 -259 -101 -26 -17 -23 -13 13 23 44 44 58 50 185 82 43 10 47 13 28 20 -31 10 -29 18 14 42 34 19 35 22 17 31 -13 7 -27 6 -44 -3z m-70 -68 c0 -2 -7 -7 -16 -10 -8 -3 -12 -2 -9 4 6 10 25 14 25 6z m300 -65 c0 -15 -50 -28 -171 -46 -137 -20 -171 -18 -120 9 19 10 53 24 75 31 47 15 216 20 216 6z m93 -38 c-7 -2 -21 -2 -30 0 -10 3 -4 5 12 5 17 0 24 -2 18 -5z m-479 -35 c-3 -7 -41 -42 -84 -78 -44 -36 -80 -70 -80 -76 0 -16 -50 -60 -50 -45 0 21 117 147 167 180 53 35 54 36 47 19z m695 -37 c56 -42 80 -68 81 -89 0 -7 14 -31 31 -55 l31 -42 -69 -3 c-37 -1 -86 1 -108 6 -33 6 -41 12 -43 34 -3 22 1 26 33 32 47 9 41 28 -13 40 -37 9 -43 14 -52 45 -16 59 -15 62 46 70 6 0 34 -17 63 -38z m-474 4 l-30 -24 31 -1 c17 0 52 11 78 25 25 13 46 21 46 17 0 -5 30 -5 68 -1 105 12 122 11 128 -8 3 -10 9 -25 13 -33 20 -38 9 -40 -279 -40 -256 0 -328 7 -270 25 11 4 18 11 15 16 -10 15 44 31 130 39 44 4 85 8 90 9 6 0 -3 -10 -20 -24z m1740 -66 c-43 -20 -90 -25 -80 -9 7 12 61 28 95 28 21 0 19 -2 -15 -19z m-1115 -24 c13 -14 21 -25 18 -25 -2 0 -15 11 -28 25 -13 14 -21 25 -18 25 2 0 15 -11 28 -25z m-742 1 l124 -1 13 -40 c8 -21 12 -42 9 -45 -7 -6 -236 -1 -243 6 -8 8 9 17 46 24 34 7 31 8 -24 9 -34 0 -65 -4 -68 -10 -8 -12 23 -49 42 -49 7 0 13 -4 13 -10 0 -5 -7 -10 -16 -10 -8 0 -13 -4 -10 -9 3 -5 -1 -12 -10 -15 -10 -4 -13 -2 -8 7 5 7 1 7 -10 -2 -16 -14 -16 -15 2 -33 12 -13 39 -21 78 -25 64 -6 114 -26 114 -46 0 -17 -59 -21 -78 -5 -12 10 -16 10 -19 1 -7 -20 -173 -18 -173 1 0 9 -7 12 -19 9 -40 -10 -34 35 27 175 34 80 36 83 61 76 14 -4 82 -8 149 -8z m-232 -57 c-13 -30 -25 -46 -25 -36 -2 35 -19 15 -50 -60 -19 -48 -29 -64 -25 -43 9 50 50 129 87 167 17 18 32 31 34 29 2 -2 -7 -28 -21 -57z m654 51 c0 -5 -12 -11 -27 -12 -16 -1 -4 -4 26 -7 57 -6 79 -25 67 -56 -5 -15 -15 -16 -83 -10 -43 4 -111 8 -153 9 -72 1 -75 2 -78 26 -2 14 -8 30 -13 36 -5 6 -6 14 -2 17 11 11 263 8 263 -3z m1615 -24 c16 -6 17 -6 5 3 -12 9 -8 11 17 11 64 0 220 -73 261 -123 10 -12 9 -16 -3 -21 -9 -3 -35 8 -63 28 -57 40 -142 89 -142 82 0 -3 -12 -1 -26 4 -16 7 -23 7 -19 0 7 -12 -48 -14 -59 -2 -4 4 -24 12 -44 19 l-37 12 45 -3 c25 -1 54 -6 65 -10z m-355 -41 c-14 -17 -30 -20 -30 -6 0 5 8 12 18 14 9 3 19 5 21 6 2 0 -2 -6 -9 -14z m391 -3 c81 -20 182 -78 158 -92 -7 -5 -48 -11 -91 -15 -94 -9 -95 -26 0 -20 l67 4 -53 -29 c-29 -16 -74 -37 -100 -47 -29 -11 -40 -19 -30 -21 10 -2 60 17 111 42 83 41 137 57 137 41 0 -6 26 -140 34 -177 3 -11 -2 -18 -10 -18 -8 0 -14 9 -14 19 0 11 -4 23 -10 26 -6 4 -10 -5 -10 -19 0 -19 -5 -26 -20 -26 -16 0 -21 9 -26 50 -4 28 -11 50 -17 50 -6 0 -8 -19 -4 -50 l6 -50 -72 -1 -72 -2 70 -9 c70 -10 85 -18 85 -50 0 -15 -9 -18 -43 -18 -36 0 -46 4 -55 23 l-11 22 -7 -22 c-5 -20 -13 -23 -55 -23 -49 0 -50 0 -49 33 0 17 -4 59 -9 92 -12 74 -7 145 10 156 11 7 11 9 -2 9 -9 0 -19 9 -22 20 -7 26 -27 26 -27 -1 0 -13 -8 -23 -22 -27 -21 -5 -21 -5 -1 -13 22 -8 28 -30 39 -134 l7 -66 -34 3 c-32 3 -35 7 -58 68 -13 36 -25 79 -26 95 -3 36 -25 85 -38 85 -5 0 -6 -11 -3 -25 4 -17 2 -25 -6 -25 -8 0 -6 -4 4 -10 10 -6 23 -39 33 -83 9 -39 18 -80 21 -89 4 -14 -1 -18 -23 -19 -28 -1 -28 -1 -3 -8 28 -8 55 -51 39 -62 -6 -3 -4 -11 6 -19 8 -7 15 -22 16 -34 0 -11 5 -30 10 -41 6 -14 7 -5 3 28 l-6 47 36 0 c30 0 38 -5 46 -26 6 -14 10 -40 10 -57 l0 -32 -90 -2 c-50 -1 -92 2 -95 8 -4 5 -10 7 -15 4 -11 -7 -18 32 -15 75 2 19 -1 40 -5 45 -5 6 -11 23 -14 39 -3 15 -9 33 -14 39 -12 16 -52 137 -52 158 0 22 -13 31 -35 23 -14 -6 -14 -9 -2 -23 17 -20 57 -136 57 -167 0 -13 5 -26 10 -29 15 -9 12 -45 -4 -45 -16 0 -16 0 -42 117 -21 92 -41 113 -30 31 4 -29 8 -62 7 -73 0 -10 5 -25 11 -32 5 -7 7 -24 4 -37 -3 -13 -2 -26 3 -28 5 -2 16 -27 24 -55 l16 -53 -37 -1 -37 -1 33 -8 c42 -10 50 -18 58 -58 6 -28 4 -32 -15 -32 -11 0 -21 -4 -21 -10 0 -5 8 -10 19 -10 10 0 23 -6 28 -12 13 -17 37 -117 30 -125 -4 -3 0 -18 8 -33 8 -15 11 -30 8 -33 -3 -4 -1 -12 4 -19 6 -7 15 -34 21 -60 8 -42 7 -48 -7 -49 -12 0 -11 -4 7 -16 45 -31 18 -54 -45 -37 -17 5 -23 14 -23 35 0 16 -5 29 -11 29 -5 0 -9 8 -8 18 1 9 -3 28 -8 42 -8 19 -7 29 4 41 12 15 11 17 -6 22 -27 7 -24 47 4 48 13 1 11 3 -9 8 -24 5 -31 14 -42 51 -8 25 -14 57 -14 72 0 15 -4 29 -9 32 -5 4 -12 25 -16 49 -4 23 -13 66 -22 94 -8 29 -12 57 -8 63 3 6 -1 17 -9 26 -22 21 -21 64 2 65 11 1 8 3 -8 8 -19 5 -29 21 -47 70 -12 35 -28 71 -35 79 -11 14 -10 15 7 7 11 -4 38 -10 60 -12 34 -3 37 -2 21 8 -15 9 -16 13 -5 21 9 6 -2 7 -31 3 l-45 -6 70 65 c39 36 94 79 123 95 48 27 57 29 131 24 48 -4 85 -1 97 5 27 16 58 14 145 -6z m-451 -22 c0 -11 -65 -76 -98 -98 -42 -28 -33 -5 21 52 49 52 77 69 77 46z m-797 -46 c38 -36 42 -45 30 -58 -9 -8 -83 64 -83 81 0 21 12 15 53 -23z m-678 16 c24 0 39 -28 26 -49 -11 -17 -119 -6 -142 15 -17 16 -19 16 -19 1 0 -14 -10 -17 -55 -17 -55 0 -71 11 -37 25 26 11 175 34 190 29 8 -2 24 -4 37 -4z m174 -12 c5 -13 7 -27 5 -33 -7 -16 -107 -6 -121 13 -26 33 -16 42 47 42 54 0 62 -3 69 -22z m172 12 c25 -14 24 -36 -1 -52 -27 -17 -25 -26 8 -30 21 -2 28 -9 30 -29 2 -19 -2 -28 -16 -31 -27 -7 -120 -3 -129 5 -4 4 -7 24 -7 45 0 20 -6 43 -13 50 -7 7 -13 22 -13 33 0 17 7 19 61 19 33 0 69 -5 80 -10z m230 -14 c45 -1 89 -25 89 -49 0 -9 -59 -7 -199 6 -13 1 -26 -4 -29 -12 -3 -8 0 -11 6 -7 11 7 33 -52 25 -66 -8 -15 -40 -8 -58 12 -17 19 -17 22 -2 37 15 15 14 18 -8 45 -39 47 -34 51 53 43 42 -4 98 -8 123 -9z m-1019 -63 c-3 -16 -7 -22 -10 -15 -4 13 4 42 11 42 2 0 2 -12 -1 -27z m625 -1 c6 -4 16 -20 22 -35 13 -32 4 -38 -49 -33 -19 2 -42 4 -51 5 -17 1 -34 45 -24 61 7 12 85 13 102 2z m2083 -74 c43 -88 60 -148 42 -148 -25 0 -62 21 -62 34 0 26 -20 28 -40 4 -11 -13 -20 -21 -21 -18 -1 3 -6 44 -13 92 -11 83 -10 86 6 71 10 -9 30 -41 45 -72 25 -51 28 -53 31 -29 2 18 -8 44 -32 80 -41 61 -43 68 -16 68 14 0 29 -21 60 -82z m-2210 46 c15 -38 14 -39 -50 -42 -54 -2 -61 0 -76 22 -23 36 -11 46 57 46 55 0 60 -2 69 -26z m492 -4 c5 -35 0 -41 -29 -34 -40 11 -33 64 8 64 11 0 18 -10 21 -30z m168 -10 c34 -34 25 -41 -52 -34 -68 6 -98 20 -98 46 0 4 29 8 65 8 52 0 69 -4 85 -20z m-1220 -31 c0 -35 -20 -109 -29 -109 -13 0 -32 61 -26 82 8 26 34 58 47 58 4 0 8 -14 8 -31z m1305 -7 c-6 -7 -35 18 -35 31 0 5 9 2 20 -8 11 -10 18 -20 15 -23z m-1017 -2 c17 0 32 -5 32 -10 0 -6 -16 -10 -35 -8 -19 1 -37 -1 -41 -5 -4 -3 -14 -2 -24 3 -13 7 -20 3 -31 -18 -19 -37 -27 -42 -79 -42 -42 -1 -44 -2 -26 -15 12 -9 42 -15 78 -15 69 0 93 -18 104 -77 4 -21 11 -43 16 -50 5 -7 7 -21 3 -33 -9 -30 -52 -27 -67 5 -15 33 -27 32 -20 -1 8 -46 -21 -23 -38 29 -9 27 -19 43 -25 39 -20 -14 -34 -50 -28 -72 5 -18 2 -21 -17 -18 -47 7 -62 137 -30 258 l9 35 93 -2 c51 -2 108 -3 126 -3z m97 -10 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m302 0 c20 0 34 -3 31 -6 -4 -3 3 -15 14 -26 12 -12 18 -30 17 -46 -2 -15 7 -47 19 -70 12 -23 26 -68 32 -100 20 -104 23 -97 -50 -97 l-65 0 0 33 c0 17 -3 32 -7 32 -10 0 -40 109 -33 121 4 5 1 17 -7 26 -11 13 -11 17 0 21 10 3 10 8 -3 22 -24 27 -15 54 20 61 l30 7 -32 1 c-32 1 -48 12 -36 25 4 4 13 4 21 1 7 -3 30 -5 49 -5z m-112 -10 c4 -6 -7 -10 -25 -10 -20 0 -29 -4 -25 -11 4 -6 12 -8 19 -6 6 2 21 0 34 -4 17 -7 23 -15 20 -33 -1 -13 3 -30 10 -39 7 -8 12 -19 11 -23 -1 -5 3 -22 10 -39 7 -16 14 -48 16 -71 1 -23 8 -51 15 -64 10 -18 9 -24 -1 -31 -21 -13 -83 -11 -104 4 -23 17 -12 37 21 37 35 0 29 18 -7 22 -28 3 -34 9 -49 53 -36 105 -38 115 -28 121 5 3 0 15 -11 26 -25 22 -20 38 12 39 14 0 17 2 7 6 -42 14 -43 17 -5 23 62 11 73 11 80 0z m295 0 c-13 -9 -13 -10 0 -10 9 0 23 -9 33 -20 21 -25 39 -26 36 -2 -4 47 9 54 39 24 17 -17 42 -72 42 -92 0 -16 -29 -18 -55 -4 -21 11 -32 11 -48 2 -16 -8 -18 -13 -8 -16 11 -4 11 -6 0 -13 -11 -7 -9 -9 7 -9 12 0 26 -10 32 -22 10 -21 11 -22 11 -3 2 38 15 47 45 34 26 -12 37 -38 62 -144 6 -26 8 -27 15 -10 4 12 1 29 -6 41 -13 21 -18 45 -16 77 1 12 9 17 29 17 28 0 29 -2 59 -117 17 -65 46 -181 64 -258 35 -148 36 -151 44 -143 3 2 1 18 -4 34 -8 26 -29 114 -62 269 -6 28 -17 68 -24 90 -8 22 -15 58 -17 80 l-3 40 40 -3 c22 -2 45 -9 51 -15 18 -19 118 -498 113 -540 -2 -12 2 -32 9 -44 17 -31 16 -33 -27 -33 -44 0 -75 25 -50 41 8 5 9 9 2 9 -6 0 -16 12 -22 28 l-11 27 5 -27 c4 -19 1 -28 -7 -28 -10 0 -10 -3 1 -9 7 -5 15 -19 17 -32 2 -13 7 -37 13 -54 l9 -30 1 28 c1 27 3 28 43 25 35 -2 43 -7 49 -28 l7 -25 1 28 c1 26 3 27 52 27 47 0 51 -2 64 -32 7 -18 16 -51 20 -73 4 -22 13 -58 21 -80 7 -22 16 -56 19 -75 14 -78 18 -90 27 -90 5 0 6 10 3 23 -12 37 -11 40 15 48 l25 7 -26 1 c-22 1 -28 7 -33 37 -4 19 -9 41 -12 48 -3 8 2 21 11 30 15 15 15 16 -2 16 -14 0 -24 14 -36 48 -9 26 -17 54 -17 62 0 16 56 43 70 35 13 -8 92 -334 84 -346 -2 -4 1 -11 7 -15 13 -8 7 61 -11 139 -9 35 -9 51 -1 61 9 10 7 15 -7 18 -13 4 -23 23 -34 67 -14 54 -14 63 -1 76 13 13 12 15 -6 15 -16 0 -21 6 -21 28 0 15 -5 33 -12 40 -15 15 -9 20 30 28 27 6 33 3 41 -17 6 -18 5 -25 -5 -27 -8 -2 -14 -7 -14 -12 0 -5 7 -7 15 -4 22 9 33 -27 13 -40 -15 -9 -14 -11 5 -21 15 -7 25 -28 35 -70 7 -33 23 -96 34 -140 11 -44 26 -109 32 -145 7 -36 15 -72 18 -80 16 -39 19 -74 6 -82 -10 -7 -9 -11 5 -19 9 -6 15 -15 11 -20 -3 -5 0 -16 6 -24 6 -8 9 -18 6 -23 -3 -5 1 -22 9 -38 7 -16 15 -51 17 -79 2 -27 6 -52 9 -55 3 -3 9 -20 12 -38 7 -33 7 -34 -26 -27 -65 13 -68 16 -66 43 2 15 -2 36 -8 47 -6 11 -14 46 -18 79 -6 45 -4 60 6 67 10 6 11 9 2 9 -7 0 -13 5 -13 10 0 6 12 10 27 10 33 0 20 17 -17 22 -17 2 -25 9 -25 23 0 11 -3 25 -7 30 -3 6 -9 27 -12 48 -5 33 -4 37 17 38 21 1 21 1 -2 8 -13 3 -28 15 -33 26 -5 12 -6 1 -2 -30 4 -27 8 -62 9 -78 1 -15 5 -30 8 -34 4 -3 7 -13 7 -21 0 -11 -11 -14 -50 -10 -54 5 -65 1 -50 -17 8 -9 40 -157 40 -183 0 -1 -24 0 -52 3 -43 5 -49 4 -34 -6 15 -9 16 -13 5 -20 -8 -5 -26 -9 -41 -9 -21 0 -28 5 -28 20 0 12 5 17 14 14 8 -3 17 -1 20 4 3 6 -5 13 -19 16 -26 7 -34 31 -12 39 19 6 -20 46 -41 41 -22 -6 -46 11 -38 25 4 6 18 11 31 11 16 0 25 7 29 26 4 15 5 29 2 32 -3 3 -33 4 -65 3 -61 -2 -82 9 -62 33 9 10 7 15 -6 20 -15 6 -15 8 -3 16 8 6 25 10 38 10 28 0 29 26 1 33 -12 3 -18 10 -14 16 9 15 -47 18 -140 7 -108 -13 -110 -13 -111 11 -1 17 4 23 20 23 55 0 187 9 193 13 5 2 25 8 46 11 38 7 38 8 21 27 -9 10 -29 19 -44 19 -21 0 -29 6 -32 24 -3 14 -1 29 4 34 5 5 2 14 -7 22 -20 17 -19 36 5 60 20 20 20 20 -4 20 -13 0 -27 6 -29 13 -3 7 -6 5 -6 -5 -1 -13 -9 -18 -29 -18 -31 0 -57 22 -65 55 -4 18 -5 18 -6 -2 -1 -16 -7 -23 -20 -23 -11 0 -23 -4 -26 -10 -11 -18 -43 -10 -50 13 -8 22 -8 22 -12 1 -3 -15 -14 -24 -35 -28 -52 -10 -108 -7 -109 7 0 10 -2 10 -6 0 -6 -15 -49 -17 -58 -3 -3 5 -3 20 1 34 5 21 13 25 67 31 199 20 257 36 190 51 -50 11 -54 14 -51 36 4 27 65 50 78 29 5 -9 9 -4 12 13 5 25 4 26 -47 26 -58 0 -65 7 -65 66 0 34 1 35 37 32 33 -3 39 -7 45 -33 l7 -30 -2 33 c-1 19 4 36 12 41 11 7 9 11 -8 20 -30 16 -31 81 -1 81 30 0 24 20 -10 31 -23 8 -30 17 -30 37 0 39 -10 20 -12 -22 -1 -34 -3 -36 -34 -36 -36 0 -51 23 -39 61 4 12 1 27 -7 37 -8 9 -15 32 -17 50 -2 31 -1 32 34 32 22 0 38 -6 41 -14 5 -12 9 -12 25 2 19 16 19 17 -2 33 -18 13 -30 14 -57 7 -18 -5 -40 -7 -48 -4 -20 8 -18 54 4 59 9 3 -5 5 -33 5 -39 1 -45 -1 -27 -8 14 -6 22 -18 22 -34 0 -28 -16 -36 -75 -36 -45 0 -68 16 -64 47 1 10 -3 29 -9 43 -13 29 -34 141 -27 148 2 2 -3 11 -11 20 -10 10 -14 27 -12 48 2 19 -1 36 -7 38 -5 2 19 5 55 5 45 1 60 -2 50 -9z m200 -24 c0 -11 7 -30 15 -40 30 -39 7 -74 -31 -48 -30 19 -29 127 1 115 8 -3 15 -15 15 -27z m787 -16 c7 -23 15 -51 18 -61 5 -15 1 -19 -15 -19 -12 0 -18 -4 -15 -10 3 -5 14 -10 25 -10 19 0 30 -19 30 -51 0 -14 -7 -19 -29 -19 -25 0 -31 5 -36 30 -7 30 -21 47 -32 37 -3 -4 0 -21 6 -38 13 -39 4 -49 -46 -49 -23 0 -33 5 -33 15 0 9 -6 18 -14 21 -12 5 -12 11 0 48 16 46 103 158 119 153 5 -2 15 -23 22 -47z m-687 25 c-9 -11 -9 -15 -1 -15 21 0 51 -35 57 -68 6 -32 6 -32 -33 -32 -57 0 -74 17 -79 78 l-3 52 36 0 c30 0 34 -2 23 -15z m100 -5 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m80 -10 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 -10z m1480 -25 c0 -5 -5 -3 -10 5 -5 8 -10 20 -10 25 0 6 5 3 10 -5 5 -8 10 -19 10 -25z m-2482 -3 c2 -8 -8 -12 -27 -12 -33 0 -42 16 -13 23 23 6 35 3 40 -11z m102 2 c0 -9 -12 -14 -35 -14 -23 0 -35 5 -35 14 0 9 12 14 35 14 23 0 35 -5 35 -14z m1216 -52 c-36 -36 -41 -23 -8 22 21 30 28 35 30 21 2 -10 -8 -29 -22 -43z m-1459 42 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m1099 -4 c7 0 36 -30 66 -67 43 -53 57 -78 61 -113 3 -25 25 -106 47 -180 26 -85 38 -136 31 -138 -16 -5 -13 -22 3 -22 17 0 40 -60 27 -73 -5 -5 -21 -7 -36 -5 -29 3 -27 -1 -77 163 -11 39 -26 88 -33 110 -7 22 -18 59 -25 83 -11 36 -40 78 -40 58 0 -11 39 -138 80 -260 41 -122 47 -156 30 -156 -5 0 -10 -4 -10 -10 0 -5 7 -10 15 -10 21 0 31 -30 14 -41 -11 -7 -11 -9 2 -9 20 0 33 -41 17 -51 -18 -11 -82 2 -96 19 -14 19 -6 29 28 35 22 4 21 4 -6 6 l-31 1 -22 113 c-13 61 -29 141 -36 177 -8 36 -17 89 -20 119 -4 30 -11 63 -16 72 -5 10 -9 31 -9 48 0 28 3 31 30 31 42 0 37 16 -7 27 -31 7 -38 14 -44 40 -7 38 -2 46 26 39 11 -3 25 -6 31 -6z m-951 -39 c3 -10 5 -23 4 -27 -1 -5 5 -25 14 -45 9 -19 19 -47 22 -62 7 -25 5 -27 -28 -27 -34 0 -36 2 -52 55 -10 30 -15 61 -12 68 3 8 1 19 -5 25 -15 15 -1 32 27 32 14 0 26 -7 30 -19z m137 -63 c15 -44 25 -85 22 -90 -8 -13 -60 -10 -71 5 -9 11 -26 64 -36 112 -3 11 -8 28 -12 38 -6 14 -1 17 32 17 l39 0 26 -82z m-480 5 c-2 -13 -8 -23 -13 -23 -11 0 -12 41 -2 66 6 16 7 16 13 -1 4 -10 5 -29 2 -42z m2302 41 c9 -3 16 -17 16 -30 0 -21 -4 -24 -40 -22 -45 1 -59 26 -25 45 25 14 29 14 49 7z m316 -29 c0 -18 -5 -25 -20 -25 -15 0 -20 7 -20 25 0 18 5 25 20 25 15 0 20 -7 20 -25z m40 -7 c0 -25 -3 -29 -10 -18 -13 20 -13 50 0 50 6 0 10 -15 10 -32z m50 -4 c0 -13 -4 -24 -9 -24 -11 0 -22 40 -15 52 9 15 24 -2 24 -28z m-2751 -26 c0 -24 -4 -52 -8 -63 -6 -15 -9 -8 -13 30 -5 54 -1 75 13 75 5 0 9 -19 8 -42z m2861 3 c0 -34 -3 -38 -20 -34 -11 3 -20 11 -20 18 0 7 -7 16 -16 19 -23 9 1 36 32 36 21 0 24 -5 24 -39z m-2891 -41 c1 -13 0 -13 -9 0 -5 8 -9 24 -9 35 l0 20 9 -20 c5 -11 9 -27 9 -35z m1571 30 c6 -11 7 -20 3 -20 -5 0 -14 9 -21 20 -7 11 -8 20 -2 20 5 0 14 -9 20 -20z m114 -4 c-6 -16 -24 -23 -24 -8 0 10 22 33 27 28 2 -2 1 -11 -3 -20z m842 -54 l11 -62 -53 0 c-30 0 -54 2 -54 4 0 2 -5 27 -10 56 -12 63 -6 71 55 67 l40 -3 11 -62z m108 27 c3 -17 6 -49 6 -71 l0 -39 -37 7 c-48 8 -48 8 -49 52 0 20 -4 47 -8 60 -7 21 -5 22 37 22 42 0 45 -2 51 -31z m-834 -97 c17 -56 29 -106 26 -111 -3 -5 1 -14 8 -20 8 -7 22 -38 31 -69 9 -31 21 -67 26 -80 13 -33 4 -42 -45 -42 -37 0 -45 4 -49 22 -7 27 -6 28 35 38 l33 8 -30 1 c-45 2 -57 14 -63 66 -4 39 -2 51 13 62 18 12 17 13 -6 13 -22 0 -28 8 -46 65 l-21 66 21 49 c12 26 25 45 29 42 3 -4 20 -53 38 -110z m376 69 c14 -47 11 -61 -11 -61 -14 0 -35 57 -35 93 0 36 33 13 46 -32z m525 -11 c7 -65 2 -85 -16 -70 -6 5 -14 8 -16 6 -2 -2 -4 25 -5 60 0 54 2 64 15 62 11 -2 18 -19 22 -58z m-722 31 c11 -11 23 -37 27 -58 4 -21 13 -52 21 -70 21 -52 17 -63 -22 -63 -24 0 -37 6 -45 19 -17 33 -12 62 13 69 21 6 20 7 -7 12 -24 4 -31 13 -41 47 -18 60 13 85 54 44z m761 -8 c0 -16 3 -44 6 -64 5 -28 3 -36 -9 -36 -13 0 -15 13 -14 64 1 34 5 63 10 63 4 0 7 -12 7 -27z m55 -20 c25 -86 26 -93 10 -93 -8 0 -15 6 -15 13 0 9 -2 9 -9 -1 -11 -18 -21 18 -21 81 0 60 18 59 35 0z m-2680 -168 c5 -38 4 -47 -4 -39 -16 15 -45 209 -36 231 6 12 12 -7 20 -62 7 -44 15 -102 20 -130z m1775 138 c0 -30 -3 -33 -30 -33 -24 0 -33 6 -40 26 -15 39 -12 49 18 60 34 13 52 -5 52 -53z m-360 48 c0 -4 18 -29 40 -54 22 -25 40 -52 40 -59 0 -8 7 -29 16 -46 17 -36 12 -52 -17 -52 -11 0 -17 -4 -14 -10 3 -5 17 -10 30 -10 19 0 26 -9 38 -45 l16 -45 -34 0 c-30 0 -37 5 -50 36 -8 20 -17 46 -19 58 -2 11 -12 39 -21 60 -9 21 -20 62 -25 90 -5 28 -11 59 -15 69 -4 10 -3 17 4 17 6 0 11 -4 11 -9z m1319 -81 c0 -32 -2 -41 -9 -30 -5 8 -9 40 -9 70 1 42 3 49 9 30 4 -14 8 -45 9 -70z m39 51 c2 -13 0 -35 -4 -50 l-7 -26 -7 25 c-13 41 -11 82 3 78 6 -3 13 -15 15 -27z m-2430 -27 c26 -18 20 -34 -13 -34 -27 0 -39 14 -31 35 7 19 16 19 44 -1z m135 -5 c5 -18 1 -20 -36 -17 -30 2 -43 8 -45 21 -3 14 4 17 36 17 32 0 41 -4 45 -21z m-411 -8 c-1 -7 2 -19 8 -26 6 -7 17 -44 25 -81 8 -38 23 -107 34 -154 20 -83 20 -84 15 -25 -3 33 -8 68 -10 78 -3 10 0 17 8 17 12 0 75 -176 94 -262 7 -33 -13 -46 -47 -28 -24 14 -25 27 5 -157 7 -46 10 -83 6 -83 -19 0 -132 335 -132 390 0 8 -5 35 -10 60 -6 25 -10 68 -9 95 1 28 -6 76 -14 108 -20 79 -20 89 8 85 12 -2 21 -9 19 -17z m88 3 c0 -8 -4 -12 -10 -9 -5 3 -10 10 -10 16 0 5 5 9 10 9 6 0 10 -7 10 -16z m88 -7 c3 -15 -2 -18 -25 -15 -17 2 -29 10 -31 21 -3 15 2 18 25 15 17 -2 29 -10 31 -21z m2007 -19 c54 -1 65 -9 65 -50 0 -27 -2 -28 -55 -28 -30 0 -55 -4 -55 -10 0 -5 7 -10 15 -10 7 0 19 -8 24 -17 10 -17 10 -17 11 0 0 13 8 17 35 17 26 0 35 -4 36 -17 1 -17 2 -17 6 0 3 13 15 17 48 17 23 0 47 -6 53 -12 5 -7 13 -44 17 -81 l7 -68 -48 3 -49 3 -12 55 -12 55 4 -56 5 -56 -83 4 c-62 3 -78 1 -65 -7 10 -6 24 -10 30 -9 39 5 46 -2 58 -61 16 -77 10 -94 -32 -85 -46 10 -30 -2 18 -14 39 -10 38 -10 -16 -8 -41 2 -55 6 -56 17 0 8 -6 28 -12 43 -15 35 -15 47 -1 47 6 0 3 7 -6 16 -13 14 -14 19 -3 25 10 7 10 9 -1 9 -8 0 -11 3 -8 7 4 3 1 16 -6 27 -14 22 -37 103 -37 130 0 12 10 16 35 16 19 0 35 5 35 10 0 6 -18 10 -40 10 -36 0 -40 3 -48 33 -11 41 9 59 58 52 19 -3 58 -6 85 -7z m-2216 -98 c1 -42 -16 -1 -22 55 l-6 50 14 -40 c7 -22 14 -51 14 -65z m1557 65 c7 -19 14 -42 13 -52 0 -11 -3 -13 -6 -5 -7 17 -23 15 -23 -3 0 -27 -28 -16 -39 16 -14 40 -14 39 3 39 7 0 16 9 19 20 7 29 16 25 33 -15z m498 13 c11 -41 7 -58 -13 -58 -18 0 -31 25 -31 63 0 26 36 22 44 -5z m330 11 c2 -2 7 -19 11 -37 l7 -33 -54 3 -53 3 -3 39 -3 39 46 -5 c25 -3 47 -7 49 -9z m-1794 -21 c8 -22 11 -21 14 5 1 8 22 13 63 15 69 3 75 -2 88 -70 6 -34 5 -36 -22 -42 -15 -3 -63 -5 -106 -5 -64 1 -79 4 -84 17 -21 70 -46 77 -57 17 -5 -26 -12 -34 -34 -38 -34 -7 -41 -2 -58 39 -24 58 -19 74 24 74 32 0 40 -4 49 -27 l12 -28 -6 27 c-5 26 -3 27 44 31 26 2 52 4 56 5 4 1 12 -8 17 -20z m304 0 c21 -29 20 -48 0 -48 -13 0 -14 -3 -5 -14 14 -16 -12 -26 -71 -26 -43 0 -44 1 -53 63 l-7 47 60 0 c52 0 63 -3 76 -22z m872 -14 c17 -41 17 -41 -11 -44 -37 -4 -45 0 -56 27 -13 36 -5 53 26 53 20 0 29 -8 41 -36z m707 26 c13 0 17 -8 17 -34 0 -34 -1 -35 -37 -33 -36 3 -38 5 -41 41 -3 36 -2 38 20 32 13 -3 31 -6 41 -6z m-2574 -70 c7 -34 18 -63 26 -67 15 -5 100 -251 91 -260 -7 -7 -58 99 -89 182 -22 60 -32 98 -52 198 -2 9 0 15 5 12 4 -2 13 -32 19 -65z m428 62 c16 -10 45 -91 37 -103 -7 -13 -64 -11 -64 2 0 5 -4 7 -10 4 -6 -3 -7 1 -4 9 3 9 2 16 -3 16 -13 0 -12 63 1 72 14 10 28 10 43 0z m-184 -19 c3 -10 8 -31 11 -48 6 -28 5 -29 -9 -11 -8 11 -15 25 -15 32 0 7 -3 19 -6 28 -3 9 -1 16 4 16 6 0 13 -8 15 -17z m77 7 c0 -5 5 -9 12 -7 12 2 25 -32 27 -70 1 -20 -4 -23 -39 -23 -34 0 -42 4 -50 26 -6 14 -10 39 -10 55 0 26 3 29 30 29 17 0 30 -4 30 -10z m2338 -27 c2 -19 -1 -33 -7 -33 -6 0 -11 8 -12 18 0 10 -3 12 -6 5 -9 -23 -23 -13 -23 16 0 23 4 28 23 27 17 -1 23 -8 25 -33z m43 -8 c5 4 9 -1 9 -9 0 -9 -7 -16 -15 -16 -11 0 -15 10 -14 33 1 23 3 26 6 9 2 -12 9 -20 14 -17z m73 3 c10 -38 7 -48 -14 -48 -20 0 -40 27 -40 54 0 26 47 20 54 -6z m36 -13 c0 -14 -4 -25 -10 -25 -5 0 -10 11 -10 25 0 14 5 25 10 25 6 0 10 -11 10 -25z m-2602 -30 c-3 -3 -9 2 -12 12 -6 14 -5 15 5 6 7 -7 10 -15 7 -18z m1973 -27 c6 -23 15 -69 20 -102 6 -34 17 -80 25 -104 7 -23 14 -44 14 -46 0 -2 -11 -1 -24 1 -25 5 -41 39 -30 66 3 8 0 18 -5 22 -6 3 -9 10 -6 15 3 5 -3 30 -13 57 -28 71 -36 124 -21 134 19 11 27 3 40 -43z m-180 20 c8 -13 32 -119 27 -123 -1 -1 -18 0 -37 2 -26 4 -36 13 -47 39 -8 18 -14 50 -14 69 0 36 1 36 33 30 17 -4 35 -12 38 -17z m-107 -13 c21 -20 52 -93 43 -101 -7 -6 -45 -7 -67 -1 -20 5 -30 18 -41 54 -9 27 -14 54 -11 61 6 20 50 13 76 -13z m687 15 c13 0 18 -15 23 -71 7 -74 2 -95 -14 -69 -7 10 -10 11 -10 3 0 -7 -9 -13 -19 -13 -21 0 -27 16 -37 104 -7 59 -7 59 17 53 13 -4 31 -7 40 -7z m49 -11 c0 -5 5 -7 11 -3 19 11 29 -18 28 -81 l-1 -60 -14 40 -14 40 4 -37 c3 -21 1 -40 -4 -43 -13 -8 -17 4 -25 83 -5 50 -4 72 4 72 6 0 11 -5 11 -11z m-1606 -25 c4 -15 5 -28 3 -31 -3 -2 -31 -7 -62 -10 -59 -6 -75 2 -75 39 0 12 10 18 38 21 87 9 89 8 96 -19z m641 -10 c20 -47 19 -66 -2 -62 -18 3 -38 61 -29 84 8 22 14 17 31 -22z m1053 -48 c-2 -34 -7 -61 -13 -61 -12 0 -30 108 -21 131 5 13 9 14 22 4 11 -10 14 -29 12 -74z m-1844 48 c4 -15 6 -28 4 -29 -7 -7 -195 -8 -206 -1 -7 4 -12 16 -12 26 0 16 9 20 63 23 153 8 144 9 151 -19z m1903 -11 c-7 -36 -27 -87 -31 -82 -2 2 -6 28 -10 57 -7 51 -6 52 20 52 24 0 26 -3 21 -27z m-2179 -11 c3 -21 0 -23 -35 -20 -31 2 -39 7 -41 26 -3 21 0 23 35 20 31 -2 39 -7 41 -26z m50 5 c2 -10 -3 -17 -12 -17 -9 0 -16 2 -16 4 0 2 -3 12 -6 21 -5 13 -2 16 12 13 10 -2 20 -11 22 -21z m-161 -3 c4 -13 -32 -25 -53 -17 -8 3 -14 12 -14 20 0 17 61 15 67 -3z m653 -60 c0 -19 -5 -24 -27 -24 -22 0 -25 -2 -13 -10 12 -8 11 -10 -7 -10 -26 0 -30 5 -34 45 -4 26 0 30 26 36 37 7 55 -6 55 -37z m-100 14 c0 -13 3 -33 6 -46 6 -23 5 -23 -62 -20 l-69 3 -3 34 c-4 42 8 51 76 51 47 0 52 -2 52 -22z m-144 -24 c3 -19 3 -39 -2 -44 -5 -4 -49 -10 -97 -12 -70 -2 -90 0 -97 12 -8 13 -10 12 -10 -3 0 -14 -8 -17 -37 -16 -21 0 -50 -2 -65 -6 -24 -6 -28 -3 -43 31 -23 56 -16 64 59 64 61 0 65 -1 75 -27 10 -27 10 -27 8 -3 -2 23 2 25 42 27 24 1 46 4 49 7 3 3 29 6 58 6 53 0 53 0 60 -36z m-508 9 c17 -31 25 -86 13 -79 -6 4 -11 3 -11 -3 0 -5 -14 -9 -31 -9 -32 1 -40 11 -54 76 -7 32 -7 32 34 32 28 0 43 -5 49 -17z m121 -20 c17 -59 15 -65 -21 -61 -26 2 -34 9 -44 38 l-13 35 5 -40 c6 -47 -10 -29 -21 24 -5 23 -4 31 4 27 6 -4 11 -2 11 3 0 6 16 11 35 11 31 0 35 -3 44 -37z m1131 -9 c15 -39 13 -44 -24 -44 -35 0 -46 13 -46 51 0 32 58 26 70 -7z m308 3 c23 -18 12 -27 -38 -27 -43 0 -50 3 -50 19 0 11 5 21 12 23 17 6 60 -3 76 -15z m-244 -9 c11 -44 -25 -44 -38 0 -6 18 -3 22 12 22 12 0 22 -9 26 -22z m336 18 c0 -2 3 -11 6 -20 5 -13 -2 -16 -35 -16 -34 0 -41 3 -41 20 0 16 7 20 35 20 19 0 35 -2 35 -4z m368 -15 c8 -4 12 -14 11 -22 -1 -8 1 -32 6 -54 l9 -40 8 39 c5 25 5 43 -2 50 -17 17 -11 26 18 26 49 0 73 -11 67 -30 -3 -9 1 -33 10 -53 8 -20 15 -49 15 -64 0 -27 -2 -28 -40 -25 -27 3 -45 11 -55 25 -8 12 -15 16 -15 9 0 -14 -47 -12 -60 3 -4 5 -10 31 -12 58 -4 38 -2 47 11 48 13 1 13 2 -1 6 -10 2 -18 11 -18 19 0 15 27 19 48 5z m166 -17 c22 -9 20 -34 -3 -34 -19 0 -35 23 -24 34 8 7 8 7 27 0z m33 -26 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m-1542 -35 c4 -27 7 -55 8 -63 3 -20 -179 -46 -206 -30 -12 7 -24 7 -36 1 -24 -13 -149 -17 -161 -5 -5 5 -10 32 -12 59 -3 47 -2 50 23 53 21 3 28 -3 37 -30 l11 -33 -5 33 c-7 38 -6 38 104 47 71 5 82 4 82 -9 0 -9 4 -16 10 -16 5 0 7 6 4 14 -6 15 18 21 98 24 37 2 37 2 43 -45z m886 37 c11 -6 19 -21 19 -35 0 -14 5 -25 10 -25 6 0 10 -13 10 -30 0 -16 5 -30 10 -30 20 0 10 -29 -12 -36 -22 -8 -22 -8 6 -13 24 -5 31 -14 42 -51 8 -25 11 -51 9 -59 -3 -8 1 -21 8 -30 15 -17 41 -110 33 -118 -3 -3 -25 -2 -49 1 -43 7 -45 9 -57 54 -18 65 -18 64 10 79 l25 13 -30 0 c-28 0 -32 4 -47 53 -15 45 -15 53 -2 63 20 16 18 24 -7 24 -17 0 -20 4 -15 24 4 16 1 26 -9 30 -18 7 -20 36 -2 36 7 1 5 6 -5 14 -41 31 4 61 53 36z m97 -2 c7 -7 12 -24 12 -39 0 -15 4 -30 9 -34 6 -3 10 -13 10 -23 -1 -9 2 -27 6 -39 5 -15 3 -23 -4 -23 -6 0 -11 -4 -11 -10 0 -5 7 -10 15 -10 8 0 19 -16 24 -37 16 -55 14 -73 -8 -73 -19 0 -43 22 -40 36 2 5 -4 21 -11 37 -10 21 -11 30 -2 39 17 17 15 25 -8 31 -27 7 -25 25 3 37 21 8 21 9 -5 9 -22 1 -29 7 -36 34 -6 17 -13 39 -17 49 -4 11 -1 18 12 21 31 8 39 7 51 -5z m606 -3 c3 -9 0 -15 -8 -15 -8 0 -16 7 -20 15 -3 9 0 15 8 15 8 0 16 -7 20 -15z m-808 -5 c8 0 14 -9 14 -19 0 -11 4 -22 9 -25 9 -6 26 -74 22 -90 -1 -4 3 -14 9 -21 8 -9 39 -98 40 -112 0 -2 -22 -3 -49 -3 -52 0 -64 9 -75 53 -10 42 1 64 37 73 l32 8 -42 3 c-48 5 -65 29 -30 43 l22 9 -22 0 c-12 1 -27 10 -33 20 -14 28 -13 31 13 32 l22 0 -22 11 c-34 16 -28 32 8 24 17 -3 38 -6 45 -6z m864 -11 c0 -11 -4 -17 -10 -14 -5 3 -10 13 -10 21 0 8 5 14 10 14 6 0 10 -9 10 -21z m-2094 -7 c10 -6 34 -86 34 -111 0 -19 -58 -13 -68 7 -16 29 -21 101 -8 106 17 7 30 6 42 -2z m-71 -54 c20 -69 20 -68 -20 -68 -19 0 -35 5 -35 11 0 8 -5 7 -15 -1 -20 -17 -31 -5 -39 43 -6 30 -4 37 9 37 8 0 15 -6 16 -12 0 -7 5 -3 11 9 9 19 22 27 50 32 4 0 14 -22 23 -51z m1023 40 c21 -21 13 -29 -25 -26 -42 3 -56 24 -21 31 13 2 25 5 29 6 3 0 10 -4 17 -11z m162 -2 c0 -2 3 -11 6 -20 4 -12 0 -16 -15 -16 -12 0 -21 2 -21 4 0 2 -3 11 -6 20 -4 12 0 16 15 16 12 0 21 -2 21 -4z m-1329 -35 c0 -12 2 -11 9 4 6 17 9 14 15 -18 4 -21 5 -40 2 -43 -11 -12 -55 -13 -64 -1 -12 14 -24 72 -17 79 11 11 54 -5 55 -21z m2196 8 c5 -16 8 -18 15 -7 5 8 6 -2 2 -27 -8 -50 -8 -49 -33 -35 -27 14 -31 90 -5 90 9 0 18 -9 21 -21z m70 -49 c5 -37 4 -42 -13 -38 -13 2 -20 13 -22 37 -8 76 25 78 35 1z m-1076 13 c8 -21 6 -23 -31 -23 -41 0 -56 11 -46 36 9 24 67 14 77 -13z m649 2 c0 -17 -2 -18 -24 -9 -23 9 -20 24 4 24 11 0 20 -7 20 -15z m-490 -10 c11 -13 8 -15 -14 -15 -16 0 -26 5 -26 15 0 8 6 15 14 15 7 0 19 -7 26 -15z m675 -15 c13 -6 15 -9 5 -9 -8 0 -22 4 -30 9 -18 12 -2 12 25 0z m-171 -16 c11 -28 7 -35 -16 -32 -30 4 -39 48 -10 48 11 0 23 -7 26 -16z m114 3 c6 -5 12 -22 12 -38 0 -24 -4 -29 -17 -25 -10 3 -31 8 -48 12 -31 7 -45 20 -45 41 0 19 71 27 98 10z m-1280 -34 c3 -27 -1 -33 -22 -39 -14 -3 -48 -4 -76 -2 -27 1 -50 -1 -50 -5 0 -5 -12 -7 -27 -5 -20 2 -29 10 -35 33 -5 20 -3 32 5 37 20 13 47 9 47 -7 0 -8 5 -15 10 -15 6 0 9 5 8 12 -4 15 44 27 97 25 37 -2 40 -4 43 -34z m678 13 c1 0 9 -26 18 -56 14 -48 14 -56 1 -69 -13 -13 -16 -13 -29 4 -14 19 -25 59 -32 113 -2 19 1 22 19 16 12 -3 23 -7 23 -8z m685 -16 c7 -24 7 -24 8 -2 1 21 4 22 39 17 61 -11 62 -12 62 -59 l0 -45 -27 15 c-16 7 -34 14 -41 14 -7 0 -15 7 -18 15 -4 8 -10 15 -16 15 -5 0 -6 -5 -2 -11 4 -8 -1 -9 -17 -4 -36 11 -49 25 -49 52 0 21 4 24 27 21 19 -2 29 -10 34 -28z m-1601 -36 c0 -8 -10 -14 -25 -14 -14 0 -25 5 -25 11 0 6 -7 3 -16 -6 -21 -20 -83 -16 -97 6 -19 31 -1 49 48 49 29 0 45 -4 45 -12 0 -8 7 -6 18 5 16 17 18 17 35 -4 9 -12 17 -27 17 -35z m-520 20 c13 -33 6 -44 -30 -44 -22 0 -29 6 -34 27 -12 46 47 62 64 17z m110 -13 c0 -18 -3 -22 -9 -13 -6 10 -10 8 -14 -8 -7 -29 -41 -23 -45 8 -6 38 3 49 37 44 26 -3 31 -9 31 -31z m48 -6 c1 -19 -3 -35 -9 -35 -14 0 -33 46 -26 64 10 27 34 7 35 -29z m83 11 c10 -37 4 -46 -27 -46 -17 0 -27 8 -35 27 -14 37 -4 55 28 51 20 -2 29 -10 34 -32z m93 3 c7 -36 1 -49 -22 -49 -25 1 -52 25 -52 47 0 26 8 33 40 33 23 0 29 -5 34 -31z m1515 15 c26 -5 31 -12 36 -43 3 -20 10 -44 16 -53 10 -20 -4 -23 -58 -12 -26 5 -32 12 -41 52 -14 64 -11 67 47 56z m441 -50 c0 -19 -5 -45 -12 -57 -10 -20 -12 -18 -24 23 -11 37 -12 60 -5 88 1 1 10 -2 21 -8 14 -8 20 -21 20 -46z m-350 10 c13 -34 13 -87 -1 -82 -6 2 -11 8 -11 13 0 6 -4 15 -9 22 -6 6 -14 25 -19 42 -7 27 -6 31 11 31 12 0 23 -10 29 -26z m98 -5 c15 -6 22 -17 23 -36 1 -17 3 -21 6 -10 9 35 56 18 67 -25 6 -25 4 -28 -18 -28 -13 0 -29 7 -36 15 -8 9 -17 12 -24 6 -15 -11 -63 -19 -73 -12 -11 7 -32 98 -25 106 5 5 42 -2 80 -16z m-1508 -38 c15 -28 12 -48 -6 -55 -24 -9 -44 12 -44 45 0 22 5 29 20 29 10 0 24 -9 30 -19z m-507 -33 l27 -29 0 26 c0 22 4 26 23 23 19 -3 24 -13 36 -74 13 -65 13 -73 -1 -88 -15 -14 -17 -14 -27 12 -10 26 -11 26 -5 -7 4 -23 2 -36 -7 -42 -11 -8 -11 -11 4 -20 17 -10 24 -39 10 -39 -23 1 -38 24 -49 77 -7 32 -13 46 -13 31 -1 -32 -14 -43 -30 -24 -12 14 -35 96 -44 159 -6 36 -5 37 21 31 15 -4 39 -20 55 -36z m445 10 c-3 -31 -6 -33 -44 -36 -34 -2 -42 1 -46 16 -9 34 10 52 53 52 39 0 40 -1 37 -32z m-124 6 c14 -37 7 -41 -64 -42 -57 0 -72 3 -80 18 -5 9 -6 20 -3 24 12 11 62 6 76 -9 13 -12 15 -12 20 5 6 24 42 27 51 4z m-166 -22 c4 -23 -21 -32 -33 -12 -4 6 -11 7 -17 4 -6 -4 -5 3 2 15 14 28 44 23 48 -7z m2054 8 c14 -32 7 -84 -19 -131 -14 -27 -29 -49 -33 -49 -7 0 -20 58 -20 92 0 14 7 16 35 11 51 -8 48 22 -2 34 -32 7 -39 13 -41 37 -3 27 -2 28 35 24 21 -2 41 -10 45 -18z m-603 -45 c12 -31 21 -60 21 -65 0 -12 -80 -13 -99 -1 -8 5 -11 16 -8 25 4 9 2 16 -4 16 -5 0 -14 12 -19 26 -14 36 3 54 51 54 37 0 38 -2 58 -55z m-139 -16 c7 -27 10 -53 6 -56 -3 -3 -1 -12 4 -18 9 -11 50 -201 50 -232 0 -7 -9 -13 -20 -13 -24 0 -49 75 -31 93 15 15 14 27 -2 27 -9 0 -19 22 -26 56 -11 47 -11 58 0 66 12 8 12 10 1 15 -13 5 -26 32 -42 86 -8 25 -7 27 20 27 25 0 29 -5 40 -51z m319 14 c20 -72 9 -103 -24 -70 -11 12 -35 78 -35 100 0 4 11 7 25 7 19 0 26 -7 34 -37z m113 21 c40 -7 42 -11 53 -82 6 -39 5 -43 -11 -40 -10 2 -21 14 -25 28 -6 21 -7 22 -8 4 -1 -30 -8 -33 -48 -21 -37 11 -45 25 -57 91 l-7 39 33 -7 c18 -4 50 -9 70 -12z m-1122 -16 c0 -4 21 -8 48 -10 43 -3 47 -5 50 -30 3 -28 2 -28 -52 -28 -42 0 -56 4 -56 14 0 8 6 17 13 19 37 16 -39 4 -88 -13 -32 -11 -62 -20 -67 -20 -4 0 -8 16 -8 34 0 34 1 35 48 39 68 5 112 3 112 -5z m-175 -39 c0 -43 -25 -46 -39 -6 -8 22 -7 30 4 37 24 15 35 6 35 -31z m365 5 c0 -17 -47 -37 -67 -30 -7 3 -13 17 -13 32 0 21 4 25 20 21 11 -3 23 -1 26 4 8 13 34 -9 34 -27z m1066 28 c6 -4 14 -14 17 -22 4 -12 6 -11 6 3 1 14 6 17 24 12 34 -11 38 -18 44 -79 5 -50 4 -56 -13 -56 -30 0 -40 12 -51 60 l-11 45 1 -42 c0 -23 -2 -46 -6 -49 -4 -4 -7 -2 -7 5 0 7 -7 10 -18 7 -30 -10 -51 15 -58 72 l-7 52 34 0 c19 0 39 -4 45 -8z m-1582 -18 c3 -9 6 -26 6 -40 0 -22 -3 -24 -54 -23 -53 2 -54 2 -59 33 -6 38 -2 43 20 25 9 -8 14 -9 10 -2 -4 7 0 13 10 16 37 10 61 6 67 -9z m76 -23 c-4 -27 -11 -37 -27 -39 -17 -3 -24 3 -29 22 -9 39 1 57 34 54 26 -2 28 -4 22 -37z m-356 9 c3 -11 9 -29 12 -40 4 -16 1 -20 -21 -20 -25 0 -45 29 -45 66 0 23 48 18 54 -6z m68 -5 c8 -19 14 -22 20 -13 5 9 8 6 8 -10 0 -13 -4 -21 -9 -17 -5 3 -12 1 -15 -4 -3 -5 -15 -7 -25 -4 -22 6 -35 54 -18 65 20 13 27 9 39 -17z m93 -6 c7 -33 -5 -56 -24 -45 -6 4 -11 15 -11 24 0 15 -2 15 -10 2 -14 -21 -13 5 0 31 16 29 38 23 45 -12z m225 -22 c0 -5 -4 -5 -10 -2 -5 3 -10 14 -10 23 0 15 2 15 10 2 5 -8 10 -19 10 -23z m197 7 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m223 -39 c0 -14 -4 -25 -9 -25 -5 0 -11 11 -13 25 -4 17 -1 25 8 25 8 0 14 -11 14 -25z m-230 5 c0 -5 -19 -10 -42 -9 -37 1 -39 2 -18 9 36 12 60 12 60 0z m130 -15 c0 -24 3 -25 63 -25 70 0 109 -15 58 -22 -17 -2 -35 0 -41 6 -7 7 -10 6 -10 -3 0 -7 -9 -11 -22 -10 -13 2 -27 1 -33 -3 -9 -5 -137 -12 -192 -9 -59 3 11 36 82 40 17 0 32 6 33 11 2 6 10 10 18 10 31 0 12 19 -23 23 -31 3 -29 4 15 5 49 2 52 1 52 -23z m50 5 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m716 -20 c6 -19 15 -50 19 -68 l7 -33 -54 3 c-48 3 -53 5 -56 28 -2 14 -7 30 -12 35 -12 16 -20 61 -13 69 4 4 28 6 53 4 42 -3 46 -6 56 -38z m105 15 c4 -3 10 -24 14 -46 5 -30 3 -44 -6 -50 -11 -7 -9 -9 6 -9 13 0 16 -3 9 -10 -6 -6 -25 -7 -48 -3 -36 8 -39 12 -57 67 -10 33 -16 63 -14 67 5 6 79 -6 96 -16z m-1146 -4 c-3 -6 -11 -11 -17 -11 -6 0 -6 6 2 15 14 17 26 13 15 -4z m924 -26 l0 -20 -9 20 c-5 11 -9 27 -9 35 -1 13 0 13 9 0 5 -8 9 -24 9 -35z m-981 -1 c4 -28 -34 -40 -47 -16 -12 25 -2 44 23 40 13 -2 22 -11 24 -24z m19 -6 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m1254 5 c5 -15 9 -36 7 -47 -6 -37 -26 -27 -42 20 -20 58 -20 54 4 54 13 0 24 -10 31 -27z m90 11 c4 -2 10 -18 14 -36 l9 -33 3 33 c6 47 26 35 40 -24 l13 -49 -6 48 c-6 51 -1 54 41 35 19 -8 25 -17 21 -31 -2 -10 0 -46 5 -79 8 -50 7 -65 -6 -84 -22 -34 -30 -30 -42 24 l-11 47 4 -60 c4 -42 1 -66 -9 -79 -13 -18 -15 -12 -22 62 -4 45 -12 85 -17 88 -7 4 -8 -7 -4 -32 18 -117 3 -245 -25 -217 -9 9 -49 194 -49 231 0 17 6 22 24 22 41 0 40 19 -1 36 -21 9 -39 17 -40 18 0 0 -4 23 -8 50 l-8 48 34 -7 c19 -4 37 -9 40 -11z m-1721 -4 c0 -5 -12 -10 -27 -10 -22 0 -25 2 -13 10 20 13 40 13 40 0z m90 0 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z m205 -11 c9 -27 4 -31 -56 -40 -59 -9 -69 -6 -69 22 0 22 35 27 43 7 4 -8 6 -7 6 4 2 32 66 39 76 7z m-298 -25 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m123 -5 c0 -14 -32 -39 -41 -34 -5 4 -9 15 -9 25 0 15 6 19 25 18 14 -1 25 -6 25 -9z m1820 -11 c0 -5 -10 -28 -21 -51 -19 -37 -23 -40 -30 -22 -9 23 -11 79 -4 87 8 8 55 -3 55 -14z m-580 -20 c0 -5 -4 -8 -10 -8 -5 0 -10 10 -10 23 0 18 2 19 10 7 5 -8 10 -18 10 -22z m-1342 1 c2 -12 -6 -18 -32 -21 -37 -4 -46 8 -24 30 17 17 52 11 56 -9z m542 1 c0 -5 -3 -10 -7 -10 -5 0 -18 -3 -30 -6 -13 -4 -23 -2 -23 4 0 9 9 13 53 21 4 0 7 -3 7 -9z m-94 -11 c10 -17 -13 -36 -27 -22 -12 12 -4 33 11 33 5 0 12 -5 16 -11z m-96 -19 c0 -11 -6 -23 -13 -26 -27 -10 -92 -11 -104 -1 -9 7 -13 5 -13 -7 0 -11 -10 -16 -35 -18 -19 -1 -42 -2 -52 -2 -9 -1 -18 4 -20 10 -4 11 65 42 97 43 72 5 112 10 117 15 12 12 23 6 23 -14z m35 0 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m-385 -21 c0 -25 -46 -45 -66 -28 -20 16 -17 28 7 37 39 15 59 12 59 -9z m550 17 c0 -2 -7 -6 -15 -10 -8 -3 -15 -1 -15 4 0 6 7 10 15 10 8 0 15 -2 15 -4z m201 -11 c-1 -15 -111 -19 -111 -4 0 8 12 10 35 6 19 -3 37 -1 41 4 7 13 35 8 35 -6z m-668 -2 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m1277 -38 c13 -45 8 -68 -9 -49 -13 14 -24 94 -13 94 5 0 15 -20 22 -45z m116 5 c6 -19 14 -48 18 -64 l7 -29 -41 6 c-48 6 -76 27 -85 65 -3 15 -8 35 -11 45 -5 16 0 18 48 15 51 -3 53 -4 64 -38z m116 -44 c10 -38 16 -71 15 -73 -2 -1 -23 3 -47 10 -42 12 -44 14 -60 75 l-17 63 46 -3 46 -3 17 -69z m-1492 49 c0 -10 -10 -15 -27 -15 -27 1 -27 1 -9 15 25 19 36 19 36 0z m1540 -10 c5 -13 12 -47 16 -76 6 -42 4 -51 -7 -47 -19 6 -36 44 -44 101 -6 40 -5 47 9 47 9 0 21 -11 26 -25z m-851 -11 c13 -13 -68 -44 -119 -47 -14 -1 -28 -6 -32 -11 -10 -15 -19 -3 -21 30 -2 26 1 28 43 31 25 2 50 6 55 8 12 5 66 -3 74 -11z m-332 -10 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-452 -14 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 -2 10 4 10 5 0 13 -4 16 -10z m82 4 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m106 -5 c15 1 35 -3 43 -10 11 -9 18 -9 26 -1 7 7 23 12 37 12 28 0 19 -15 -14 -23 -11 -3 2 -5 29 -4 34 1 51 -3 54 -12 3 -10 -1 -12 -12 -8 -9 4 -16 2 -16 -3 0 -5 -30 -19 -67 -30 -60 -19 -69 -19 -79 -5 -16 21 -34 19 -34 -6 0 -11 -4 -17 -10 -14 -14 9 -12 45 3 47 21 2 31 5 47 11 8 3 26 8 40 11 14 3 -5 3 -42 0 -61 -4 -68 -2 -68 14 0 24 10 33 24 25 6 -4 24 -6 39 -4z m372 -16 c17 -25 17 -27 0 -40 -16 -11 -21 -10 -35 5 -10 9 -13 20 -8 23 5 3 6 13 2 22 -10 28 22 20 41 -10z m-448 -10 c5 -15 -24 -24 -55 -16 l-27 6 30 13 c33 14 47 13 52 -3z m288 8 c3 -5 1 -12 -5 -16 -5 -3 -10 1 -10 9 0 18 6 21 15 7z m80 -11 c28 -31 1 -62 -42 -47 -8 2 -12 47 -6 60 7 13 30 7 48 -13z m845 -10 c0 -5 -9 -10 -19 -10 -11 0 -23 5 -26 10 -4 6 5 10 19 10 14 0 26 -4 26 -10z m-155 -20 c3 -5 -1 -10 -9 -10 -13 0 -13 -3 3 -19 19 -19 38 -132 26 -152 -4 -5 -2 -16 5 -24 6 -8 10 -22 8 -32 -1 -10 1 -24 6 -32 5 -8 3 -16 -5 -22 -21 -13 -69 -11 -70 4 -1 6 -2 32 -3 57 0 25 -4 47 -8 51 -10 7 -28 103 -28 150 0 38 1 39 34 39 19 0 38 -4 41 -10z m-1042 -27 c7 -37 3 -39 -32 -13 -39 27 -39 40 -2 40 23 0 30 -5 34 -27z m287 17 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 -10z m918 -13 c3 -14 -1 -18 -20 -15 -12 2 -24 11 -26 21 -3 14 1 18 20 15 12 -2 24 -11 26 -21z m-993 -8 c-8 -12 -45 -12 -45 0 0 10 30 20 43 14 4 -3 5 -9 2 -14z m358 14 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m70 0 c-7 -2 -21 -2 -30 0 -10 3 -4 5 12 5 17 0 24 -2 18 -5z m620 -13 c3 -13 0 -20 -8 -20 -17 0 -28 17 -20 30 10 16 22 12 28 -10z m103 2 c6 -4 13 -18 17 -30 5 -23 4 -24 -31 -17 -48 9 -72 22 -72 40 0 16 65 21 86 7z m105 -22 c19 -11 27 -60 10 -60 -19 0 -66 21 -73 33 -22 34 18 51 63 27z m-886 -20 c0 -20 -62 -31 -69 -13 -9 22 -7 26 7 20 8 -3 20 -1 28 4 18 11 34 6 34 -11z m622 12 c12 -8 34 -112 26 -124 -9 -16 -33 -7 -38 15 -26 117 -25 132 12 109z m-847 -22 c0 -22 -7 -25 -29 -11 -16 10 -6 31 15 31 8 0 14 -9 14 -20z m114 5 c8 -22 -20 -30 -39 -12 -21 21 -19 27 9 27 13 0 27 -7 30 -15z m1064 3 c13 -17 25 -104 17 -128 -12 -38 -28 -22 -22 23 4 28 1 48 -9 61 -25 35 -13 77 14 44z m-1308 -19 c0 -19 -4 -20 -56 -13 -46 5 -56 4 -52 -7 3 -8 18 -16 34 -19 28 -6 29 -6 7 -18 -33 -18 -46 -15 -78 18 -34 35 -27 47 30 53 102 10 115 8 115 -14z m75 11 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m974 -21 c15 -44 14 -79 -3 -79 -16 0 -21 13 -32 73 -5 29 -3 37 9 37 8 0 20 -14 26 -31z m-629 11 c0 -5 -8 -10 -17 -10 -15 0 -16 2 -3 10 19 12 20 12 20 0z m100 0 c11 -7 7 -10 -17 -10 -18 0 -33 5 -33 10 0 13 30 13 50 0z m620 -13 c35 -17 40 -62 8 -71 -55 -14 -69 -4 -82 63 -6 32 -5 33 22 26 15 -3 38 -12 52 -18z m-565 -36 c0 -8 -11 -15 -25 -16 -14 -1 -35 -5 -47 -9 -19 -6 -23 -4 -23 12 0 28 10 33 55 30 26 -2 40 -8 40 -17z m654 10 c18 -11 5 -31 -20 -31 -10 0 -19 2 -19 4 0 2 -3 11 -6 20 -7 18 21 22 45 7z m-800 -23 c11 -27 5 -34 -31 -43 -25 -6 -28 -4 -28 17 0 46 44 65 59 26z m-409 -2 c0 -14 -67 -33 -78 -22 -5 5 54 35 71 36 4 0 7 -6 7 -14z m65 -2 c8 -12 17 -14 31 -7 10 5 25 8 32 7 6 -1 17 -2 22 -3 17 -2 -7 -38 -29 -44 -11 -2 -24 0 -30 6 -8 8 -11 6 -11 -6 0 -18 -15 -23 -24 -9 -9 15 -17 72 -10 72 4 0 12 -7 19 -16z m175 -5 c17 -30 9 -64 -15 -64 -16 0 -20 7 -22 43 -3 47 17 59 37 21z m100 -14 c0 -19 -4 -35 -10 -35 -12 0 -24 45 -15 59 13 22 25 10 25 -24z m220 -15 c0 -17 -6 -20 -47 -19 l-48 0 40 19 c52 24 55 24 55 0z m-550 -5 c0 -23 -46 -41 -65 -25 -28 23 -19 30 53 39 6 0 12 -6 12 -14z m1251 -23 c5 -23 1 -44 -12 -70 -10 -20 -20 -45 -23 -54 -10 -33 -23 -18 -35 39 -21 105 -15 124 39 120 19 -2 26 -9 31 -35z m-107 19 c3 -4 11 -51 17 -103 10 -87 9 -99 -8 -139 l-20 -44 -21 70 c-11 39 -28 99 -37 135 -15 61 -15 65 2 77 19 15 59 17 67 4z m-161 -14 c3 -8 11 -48 18 -90 10 -59 10 -80 1 -89 -18 -18 -24 -4 -27 55 -1 30 -8 63 -14 75 -15 29 -14 62 3 62 8 0 16 -6 19 -13z m61 -9 c3 -13 14 -63 25 -113 11 -49 23 -122 27 -160 6 -65 4 -75 -24 -131 -30 -59 -30 -60 -89 -72 -70 -14 -86 -15 -79 -3 3 5 23 12 43 16 55 10 77 24 64 39 -6 7 -11 29 -10 47 1 19 -2 58 -6 87 -7 45 -6 52 9 52 10 0 19 -11 23 -30 3 -17 9 -33 13 -35 19 -12 18 34 -1 123 -31 142 -36 202 -15 202 8 0 18 -10 20 -22z m-637 6 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m321 -47 l3 -37 -70 0 c-69 0 -71 1 -71 25 0 19 5 25 23 25 12 1 36 7 52 15 46 21 60 15 63 -28z m-208 13 c-20 -13 -63 -13 -55 0 3 6 21 10 38 10 24 0 28 -3 17 -10z m-452 -16 c12 -8 22 -26 22 -40 0 -29 -10 -30 -41 -5 l-24 20 25 10 c24 9 24 10 -10 11 -26 0 -31 3 -20 10 20 13 22 13 48 -6z m352 1 c0 -16 -60 -36 -74 -24 -5 4 -6 15 -3 23 8 21 77 22 77 1z m-230 -14 c0 -26 -30 -35 -49 -16 -14 14 -14 17 -1 25 25 16 50 12 50 -9z m46 4 c-19 -14 -36 -12 -36 6 0 5 12 9 28 9 26 -1 26 -1 8 -15z m-116 -16 c0 -5 -4 -9 -10 -9 -5 0 -10 7 -10 16 0 8 5 12 10 9 6 -3 10 -10 10 -16z m425 1 c0 -19 -55 -26 -66 -9 -12 21 0 30 34 27 20 -2 32 -8 32 -18z m335 10 c12 -8 9 -10 -12 -10 -16 0 -28 5 -28 10 0 13 20 13 40 0z m-450 -19 c0 -12 -25 -21 -58 -21 -42 0 -4 24 46 29 6 0 12 -3 12 -8z m-175 -11 c-3 -5 -13 -10 -21 -10 -8 0 -12 5 -9 10 3 6 13 10 21 10 8 0 12 -4 9 -10z m695 -26 c17 -43 12 -54 -19 -54 -50 0 -81 17 -81 44 0 18 6 26 23 29 54 10 67 7 77 -19z m-215 6 c3 -5 -1 -10 -9 -10 -9 0 -16 5 -16 10 0 6 4 10 9 10 6 0 13 -4 16 -10z m100 -10 c3 -11 3 -24 0 -30 -8 -12 -45 -13 -64 -1 -12 8 -10 12 12 22 14 6 24 16 21 20 -3 5 2 9 10 9 8 0 17 -9 21 -20z m-789 -12 l19 -21 -27 18 c-29 18 -34 25 -20 25 5 0 17 -10 28 -22z m469 12 c-27 -12 -35 -12 -35 0 0 6 12 10 28 9 24 0 25 -1 7 -9z m153 -13 c2 -11 -4 -18 -17 -18 -12 -1 -26 -2 -33 -3 -22 -2 -19 24 4 33 29 12 42 9 46 -12z m-228 4 c0 -12 -26 -21 -62 -21 -26 0 -29 2 -18 15 13 16 80 21 80 6z m100 -11 c-8 -5 -24 -9 -35 -9 -16 1 -16 2 5 9 35 11 48 11 30 0z m-143 -46 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m120 0 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m161 -11 c2 -9 -8 -13 -32 -13 -20 0 -36 4 -36 9 0 22 60 25 68 4z m-233 -2 c-6 -5 -23 -12 -40 -16 l-30 -6 25 15 c28 17 60 22 45 7z m100 -1 c-3 -5 -14 -10 -23 -9 -14 0 -13 2 3 9 27 11 27 11 20 0z m295 0 c0 -5 -5 -10 -11 -10 -5 0 -7 5 -4 10 3 6 8 10 11 10 2 0 4 -4 4 -10z m95 0 c16 -7 11 -9 -22 -9 -23 -1 -45 4 -48 9 -8 12 42 12 70 0z m-395 -40 c-20 -13 -43 -13 -35 0 3 6 16 10 28 10 18 0 19 -2 7 -10z m138 -15 c0 -15 -6 -25 -14 -25 -8 0 -14 4 -14 10 0 5 -7 7 -15 4 -9 -4 -15 0 -15 9 0 16 14 25 41 26 11 1 17 -7 17 -24z m167 -5 c0 -21 -5 -26 -31 -28 -25 -2 -33 1 -37 19 -8 32 0 41 36 37 27 -2 32 -7 32 -28z m-95 0 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m220 -21 c0 -36 -2 -40 -22 -37 -13 2 -23 10 -23 18 0 8 -11 17 -25 20 -14 3 -26 13 -28 23 -3 14 4 17 47 17 l51 0 0 -41z m-410 21 c0 -5 -8 -10 -17 -10 -15 0 -16 2 -3 10 19 12 20 12 20 0z m-110 -34 c0 -8 -5 -18 -11 -22 -14 -8 -33 11 -25 25 10 16 36 13 36 -3z m90 -6 c-11 -7 -7 -10 18 -10 40 0 41 -11 2 -28 -36 -16 -47 -11 -47 23 0 19 5 25 21 25 17 0 18 -2 6 -10z m134 -9 c7 -11 -22 -23 -35 -15 -5 3 -9 9 -9 15 0 12 37 12 44 0z m141 -21 c-3 -5 -21 -10 -38 -9 -27 0 -29 2 -12 9 28 12 57 12 50 0z m40 -40 c5 -8 -7 -13 -66 -24 -9 -2 -23 0 -30 5 -12 8 -11 11 1 19 19 13 87 13 95 0z m116 -33 c-13 -13 -26 -3 -16 12 3 6 11 8 17 5 6 -4 6 -10 -1 -17z m-241 -37 c0 -5 -4 -10 -9 -10 -5 0 -23 -3 -40 -6 -33 -7 -45 11 -13 19 32 9 62 7 62 -3z m130 1 c0 -10 -36 -21 -65 -20 -16 0 -13 4 10 14 35 16 55 19 55 6z m-245 -21 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m211 -25 c-23 -17 -14 -20 15 -5 15 8 19 7 19 -5 0 -10 -10 -15 -29 -15 -32 0 -50 26 -23 33 32 9 37 6 18 -8z m-250 -21 c18 -14 18 -14 -6 -3 -31 14 -36 19 -24 19 6 0 19 -7 30 -16z m164 6 c0 -5 -10 -10 -22 -9 -22 0 -22 1 -3 9 11 5 21 9 23 9 1 1 2 -3 2 -9z m284 0 c-5 -5 -25 -12 -44 -15 l-35 -5 35 14 c42 18 58 20 44 6z m-30 -65 c-7 -16 -84 -22 -84 -6 0 13 19 19 57 20 25 1 31 -2 27 -14z m-253 -35 c22 -13 25 -30 4 -30 -8 0 -19 9 -25 20 -12 23 -7 25 21 10z m202 -17 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z'/%3E%3Cpath d='M2478 2463 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z'/%3E%3Cpath d='M2193 2433 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z'/%3E%3Cpath d='M2263 2173 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z'/%3E%3Cpath d='M1390 1462 c0 -18 4 -32 9 -32 4 0 7 12 5 26 -4 38 -14 42 -14 6z'/%3E%3Cpath d='M1695 1155 c2 -16 8 -43 14 -60 l9 -30 1 35 c0 19 -6 46 -14 60 l-14 25 4 -30z'/%3E%3Cpath d='M1710 1053 c0 -5 5 -15 10 -23 8 -12 10 -11 10 8 0 12 -4 22 -10 22 -5 0 -10 -3 -10 -7z'/%3E%3Cpath d='M311 1674 c0 -11 3 -14 6 -6 3 7 2 16 -1 19 -3 4 -6 -2 -5 -13z'/%3E%3Cpath d='M2388 1723 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z'/%3E%3Cpath d='M2388 1693 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z'/%3E%3Cpath d='M2550 1699 c0 -5 11 -9 25 -9 14 0 25 2 25 4 0 2 -11 6 -25 8 -14 3 -25 1 -25 -3z'/%3E%3Cpath d='M1010 1630 c0 -5 7 -10 16 -10 8 0 12 5 9 10 -3 6 -10 10 -16 10 -5 0 -9 -4 -9 -10z'/%3E%3Cpath d='M2341 1324 c0 -11 3 -14 6 -6 3 7 2 16 -1 19 -3 4 -6 -2 -5 -13z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-favorite:hover {
	transform: scale(1.05) rotate(5deg);
	transition: 250ms ease transform;
}
.icon-favorite {
	transition: 250ms ease transform;
}

.icon-cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='68.000000pt' height='64.000000pt' viewBox='0 0 68.000000 64.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,64.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M30 631 c-27 -7 -40 -45 -18 -53 7 -3 39 -2 70 1 53 6 57 5 67 -17 6 -12 11 -31 11 -40 0 -9 11 -53 24 -97 13 -44 36 -145 51 -225 16 -80 35 -153 43 -162 31 -37 112 -10 112 37 0 32 12 37 64 30 40 -6 45 -10 50 -41 17 -85 123 -83 141 3 5 26 2 37 -19 58 -28 28 -77 33 -96 10 -19 -22 -107 -19 -153 5 -44 24 -65 25 -94 5 -20 -14 -21 -13 -27 23 -13 81 -26 75 162 67 l167 -7 21 49 c12 26 25 64 29 83 4 19 11 40 16 46 5 6 13 32 18 58 l8 46 -56 2 c-31 1 -140 2 -243 3 -102 2 -190 5 -195 8 -5 3 -15 24 -23 46 -7 22 -17 38 -21 35 -5 -3 -9 2 -9 10 0 10 -9 16 -24 16 -13 0 -30 2 -38 4 -7 2 -24 1 -38 -3z m260 -151 c0 -17 -7 -20 -40 -20 -29 0 -42 5 -50 20 -10 19 -8 20 40 20 43 0 50 -3 50 -20z m117 0 c-1 -17 -8 -20 -48 -20 -38 0 -48 4 -52 20 -5 18 0 20 48 20 48 0 54 -2 52 -20z m123 16 c0 -26 -16 -36 -61 -36 -46 0 -63 13 -42 33 7 7 103 10 103 3z m127 -11 c2 -1 -3 -9 -10 -18 -9 -12 -22 -15 -54 -10 -49 6 -58 29 -15 36 23 3 71 -2 79 -8z m-359 -67 c3 -27 1 -28 -37 -28 -23 0 -41 3 -41 8 0 4 -3 17 -6 30 -6 22 -4 23 37 20 40 -3 44 -6 47 -30z m99 22 c9 0 13 -8 11 -22 -3 -20 -9 -23 -43 -23 -37 0 -40 2 -43 29 -3 28 -2 29 28 22 18 -3 39 -6 47 -6z m121 -27 c-3 -24 -8 -28 -39 -31 -39 -3 -65 17 -55 43 4 10 20 15 51 15 45 0 46 -1 43 -27z m109 14 c3 -3 2 -15 -2 -26 -12 -39 -85 -24 -85 16 0 24 2 25 41 20 22 -3 43 -8 46 -10z m-315 -77 c5 -31 4 -31 -36 -28 -36 3 -41 6 -44 31 -3 25 -1 27 36 27 37 0 40 -2 44 -30z m96 15 c2 -2 0 -13 -3 -27 -5 -20 -11 -23 -40 -20 -32 4 -52 32 -39 54 5 7 72 1 82 -7z m95 -2 c3 -5 1 -18 -4 -30 -6 -17 -14 -22 -31 -19 -13 3 -29 5 -35 5 -7 1 -13 12 -13 26 0 22 4 25 39 25 22 0 42 -3 44 -7z m95 -28 c-9 -20 -19 -25 -46 -25 -27 0 -33 3 -28 16 3 9 6 20 6 25 0 5 18 9 40 9 39 0 39 -1 28 -25z m-278 -54 c0 -25 -58 -40 -71 -20 -18 28 -9 39 31 39 33 0 40 -3 40 -19z m83 -1 c4 -17 0 -20 -27 -20 -38 0 -47 6 -39 26 8 22 60 18 66 -6z m89 14 c3 -3 4 -14 1 -25 -4 -13 -14 -19 -34 -19 -31 0 -44 13 -35 35 5 14 57 21 68 9z m88 -24 c0 -16 -7 -20 -30 -20 -23 0 -30 4 -30 20 0 16 7 20 30 20 23 0 30 -4 30 -20z m-225 -140 c3 -6 -5 -10 -19 -10 -14 0 -28 5 -31 10 -3 6 5 10 19 10 14 0 28 -4 31 -10z m198 -18 c-21 -22 -26 -21 -17 2 3 9 12 16 20 16 11 0 10 -4 -3 -18z m-213 -22 c0 -11 -7 -20 -15 -20 -15 0 -21 21 -8 33 12 13 23 7 23 -13z m26 -26 c-8 -21 -47 -34 -69 -22 -10 5 -15 13 -12 18 4 6 14 5 25 -2 21 -14 49 3 51 31 0 11 2 12 6 3 3 -7 2 -19 -1 -28z m224 16 c0 -11 -6 -20 -14 -20 -18 0 -29 16 -21 30 11 18 35 11 35 -10z m-50 -15 c0 -19 -6 -19 -14 0 -3 8 -1 15 4 15 6 0 10 -7 10 -15z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-globe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='44.000000pt' height='43.000000pt' viewBox='0 0 44.000000 43.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,43.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M155 406 c-36 -16 -100 -77 -126 -120 -27 -44 -25 -129 4 -181 65 -114 256 -142 342 -50 38 40 55 94 55 176 0 76 -19 114 -81 159 -36 26 -51 30 -103 30 -34 -1 -74 -7 -91 -14z m65 -13 c0 -5 -14 -23 -31 -41 -29 -33 -31 -33 -50 -16 -15 14 -17 20 -7 32 21 24 88 44 88 25z m65 -43 c21 -40 19 -57 -7 -63 -28 -8 -38 7 -38 56 0 46 23 50 45 7z m75 -14 c0 -28 -30 -26 -45 4 -21 40 -19 43 15 25 17 -9 30 -22 30 -29z m-130 -11 c0 -35 -5 -40 -34 -29 -14 5 -14 9 1 35 23 38 33 37 33 -6z m-91 -62 c-5 -13 -9 -38 -9 -54 0 -31 -6 -33 -59 -23 -26 6 -31 11 -31 36 0 34 13 63 44 96 l21 23 22 -27 c17 -21 19 -32 12 -51z m251 21 c6 -14 10 -37 10 -50 0 -22 -4 -25 -27 -22 -25 3 -28 8 -31 42 -2 24 2 42 10 47 21 14 28 11 38 -17z m-186 -14 c22 -8 26 -16 26 -50 0 -39 -1 -40 -35 -40 -37 0 -40 5 -35 60 3 42 7 45 44 30z m111 -40 c0 -32 -3 -35 -32 -38 -32 -3 -33 -2 -33 32 0 24 5 36 18 39 36 10 47 3 47 -33z m76 -71 c-5 -38 -21 -60 -39 -57 -22 4 -18 58 6 76 23 17 38 9 33 -19z m-257 -1 c2 -1 6 -15 10 -31 5 -23 2 -29 -20 -39 -24 -11 -29 -10 -50 15 -13 16 -24 37 -24 49 0 18 4 20 41 15 22 -3 42 -7 43 -9z m186 -1 c0 -24 -26 -49 -46 -45 -23 4 -31 37 -12 49 20 13 58 11 58 -4z m-90 -23 c0 -22 -4 -25 -26 -22 -17 2 -30 11 -35 26 -8 20 -5 22 26 22 31 0 35 -3 35 -26z m4 -66 c6 -26 -9 -47 -23 -33 -5 6 -12 20 -16 33 -5 17 -2 22 13 22 12 0 22 -9 26 -22z m56 14 c0 -5 -7 -17 -15 -28 -14 -18 -14 -18 -15 9 0 17 5 27 15 27 8 0 15 -4 15 -8z m-123 -17 c8 -23 -2 -28 -27 -15 -18 10 -20 14 -9 21 20 13 29 11 36 -6z m160 -2 c-9 -9 -19 -14 -23 -11 -10 10 6 28 24 28 15 0 15 -1 -1 -17z'/%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (min-width: 1180px) {
	[class^="title-icon-"], [class*=" title-icon-"] {
		position: relative;
	}

	[class^="title-icon-"]:after, [class*=" title-icon-"]:after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    max-width: 100px;
	    left: 0;
	    background-size: contain;
        background-repeat: no-repeat;
	    transform: translate(-75%, 0);
	}

	.title-icon-heart:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='300.000000pt' height='301.000000pt' viewBox='0 0 300.000000 301.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,301.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M510 2994 c-14 -7 -61 -30 -105 -51 -44 -20 -81 -41 -83 -45 -2 -4 -11 -8 -20 -8 -21 -1 -122 -69 -136 -92 -16 -26 2 -34 27 -11 26 24 67 47 67 37 0 -9 -112 -147 -128 -157 -19 -12 -62 -103 -62 -131 0 -14 -9 -49 -21 -77 -28 -73 -52 -240 -44 -314 10 -92 62 -311 106 -447 49 -149 94 -236 176 -346 34 -45 75 -105 90 -132 15 -28 32 -50 37 -50 11 0 126 -112 126 -123 0 -11 62 -63 71 -60 4 1 10 -10 13 -25 4 -17 34 -50 80 -89 92 -79 131 -93 51 -19 -33 30 -56 55 -51 56 13 0 145 -102 181 -140 l30 -32 -33 16 c-32 17 -34 17 -30 -1 2 -10 26 -32 53 -50 28 -18 103 -69 168 -115 65 -46 129 -90 141 -98 120 -82 154 -111 149 -129 -4 -16 3 -20 36 -26 22 -4 58 -18 78 -32 138 -95 214 -143 224 -143 7 0 35 -17 63 -38 61 -46 91 -59 82 -37 -9 24 6 17 46 -21 41 -38 98 -67 114 -56 12 9 54 69 54 78 0 16 89 180 171 316 49 81 94 160 100 174 14 38 81 147 96 157 7 4 13 17 13 27 0 10 5 22 10 25 6 3 10 -3 10 -14 0 -11 5 -23 10 -26 10 -6 13 9 10 60 -1 21 40 112 128 290 72 143 159 333 193 422 59 150 79 187 79 148 0 -8 5 -15 10 -15 6 0 10 28 10 65 0 38 9 97 22 141 18 62 27 78 48 86 23 9 24 10 7 22 -15 12 -16 23 -11 87 4 41 11 85 17 99 6 14 9 30 8 35 -2 6 -7 37 -13 70 -12 75 -33 124 -103 234 -94 149 -218 220 -421 242 -106 12 -116 12 -200 -11 -150 -39 -287 -120 -374 -221 -90 -103 -160 -197 -160 -214 0 -8 -10 -35 -22 -59 l-21 -45 -31 26 c-17 14 -49 46 -71 71 -34 39 -36 45 -17 40 12 -3 22 -2 22 2 0 12 -42 40 -60 40 -8 0 -43 35 -76 78 -74 92 -215 247 -264 289 -98 84 -233 168 -251 157 -5 -3 -38 1 -72 10 -70 17 -128 27 -172 30 -16 1 -42 6 -57 10 -16 5 -40 5 -54 2 -21 -6 -24 -9 -14 -21 10 -12 9 -15 -4 -15 -25 0 -224 -77 -259 -101 -26 -17 -23 -13 13 23 44 44 58 50 185 82 43 10 47 13 28 20 -31 10 -29 18 14 42 34 19 35 22 17 31 -13 7 -27 6 -44 -3z m-70 -68 c0 -2 -7 -7 -16 -10 -8 -3 -12 -2 -9 4 6 10 25 14 25 6z m300 -65 c0 -15 -50 -28 -171 -46 -137 -20 -171 -18 -120 9 19 10 53 24 75 31 47 15 216 20 216 6z m93 -38 c-7 -2 -21 -2 -30 0 -10 3 -4 5 12 5 17 0 24 -2 18 -5z m-479 -35 c-3 -7 -41 -42 -84 -78 -44 -36 -80 -70 -80 -76 0 -16 -50 -60 -50 -45 0 21 117 147 167 180 53 35 54 36 47 19z m695 -37 c56 -42 80 -68 81 -89 0 -7 14 -31 31 -55 l31 -42 -69 -3 c-37 -1 -86 1 -108 6 -33 6 -41 12 -43 34 -3 22 1 26 33 32 47 9 41 28 -13 40 -37 9 -43 14 -52 45 -16 59 -15 62 46 70 6 0 34 -17 63 -38z m-474 4 l-30 -24 31 -1 c17 0 52 11 78 25 25 13 46 21 46 17 0 -5 30 -5 68 -1 105 12 122 11 128 -8 3 -10 9 -25 13 -33 20 -38 9 -40 -279 -40 -256 0 -328 7 -270 25 11 4 18 11 15 16 -10 15 44 31 130 39 44 4 85 8 90 9 6 0 -3 -10 -20 -24z m1740 -66 c-43 -20 -90 -25 -80 -9 7 12 61 28 95 28 21 0 19 -2 -15 -19z m-1115 -24 c13 -14 21 -25 18 -25 -2 0 -15 11 -28 25 -13 14 -21 25 -18 25 2 0 15 -11 28 -25z m-742 1 l124 -1 13 -40 c8 -21 12 -42 9 -45 -7 -6 -236 -1 -243 6 -8 8 9 17 46 24 34 7 31 8 -24 9 -34 0 -65 -4 -68 -10 -8 -12 23 -49 42 -49 7 0 13 -4 13 -10 0 -5 -7 -10 -16 -10 -8 0 -13 -4 -10 -9 3 -5 -1 -12 -10 -15 -10 -4 -13 -2 -8 7 5 7 1 7 -10 -2 -16 -14 -16 -15 2 -33 12 -13 39 -21 78 -25 64 -6 114 -26 114 -46 0 -17 -59 -21 -78 -5 -12 10 -16 10 -19 1 -7 -20 -173 -18 -173 1 0 9 -7 12 -19 9 -40 -10 -34 35 27 175 34 80 36 83 61 76 14 -4 82 -8 149 -8z m-232 -57 c-13 -30 -25 -46 -25 -36 -2 35 -19 15 -50 -60 -19 -48 -29 -64 -25 -43 9 50 50 129 87 167 17 18 32 31 34 29 2 -2 -7 -28 -21 -57z m654 51 c0 -5 -12 -11 -27 -12 -16 -1 -4 -4 26 -7 57 -6 79 -25 67 -56 -5 -15 -15 -16 -83 -10 -43 4 -111 8 -153 9 -72 1 -75 2 -78 26 -2 14 -8 30 -13 36 -5 6 -6 14 -2 17 11 11 263 8 263 -3z m1615 -24 c16 -6 17 -6 5 3 -12 9 -8 11 17 11 64 0 220 -73 261 -123 10 -12 9 -16 -3 -21 -9 -3 -35 8 -63 28 -57 40 -142 89 -142 82 0 -3 -12 -1 -26 4 -16 7 -23 7 -19 0 7 -12 -48 -14 -59 -2 -4 4 -24 12 -44 19 l-37 12 45 -3 c25 -1 54 -6 65 -10z m-355 -41 c-14 -17 -30 -20 -30 -6 0 5 8 12 18 14 9 3 19 5 21 6 2 0 -2 -6 -9 -14z m391 -3 c81 -20 182 -78 158 -92 -7 -5 -48 -11 -91 -15 -94 -9 -95 -26 0 -20 l67 4 -53 -29 c-29 -16 -74 -37 -100 -47 -29 -11 -40 -19 -30 -21 10 -2 60 17 111 42 83 41 137 57 137 41 0 -6 26 -140 34 -177 3 -11 -2 -18 -10 -18 -8 0 -14 9 -14 19 0 11 -4 23 -10 26 -6 4 -10 -5 -10 -19 0 -19 -5 -26 -20 -26 -16 0 -21 9 -26 50 -4 28 -11 50 -17 50 -6 0 -8 -19 -4 -50 l6 -50 -72 -1 -72 -2 70 -9 c70 -10 85 -18 85 -50 0 -15 -9 -18 -43 -18 -36 0 -46 4 -55 23 l-11 22 -7 -22 c-5 -20 -13 -23 -55 -23 -49 0 -50 0 -49 33 0 17 -4 59 -9 92 -12 74 -7 145 10 156 11 7 11 9 -2 9 -9 0 -19 9 -22 20 -7 26 -27 26 -27 -1 0 -13 -8 -23 -22 -27 -21 -5 -21 -5 -1 -13 22 -8 28 -30 39 -134 l7 -66 -34 3 c-32 3 -35 7 -58 68 -13 36 -25 79 -26 95 -3 36 -25 85 -38 85 -5 0 -6 -11 -3 -25 4 -17 2 -25 -6 -25 -8 0 -6 -4 4 -10 10 -6 23 -39 33 -83 9 -39 18 -80 21 -89 4 -14 -1 -18 -23 -19 -28 -1 -28 -1 -3 -8 28 -8 55 -51 39 -62 -6 -3 -4 -11 6 -19 8 -7 15 -22 16 -34 0 -11 5 -30 10 -41 6 -14 7 -5 3 28 l-6 47 36 0 c30 0 38 -5 46 -26 6 -14 10 -40 10 -57 l0 -32 -90 -2 c-50 -1 -92 2 -95 8 -4 5 -10 7 -15 4 -11 -7 -18 32 -15 75 2 19 -1 40 -5 45 -5 6 -11 23 -14 39 -3 15 -9 33 -14 39 -12 16 -52 137 -52 158 0 22 -13 31 -35 23 -14 -6 -14 -9 -2 -23 17 -20 57 -136 57 -167 0 -13 5 -26 10 -29 15 -9 12 -45 -4 -45 -16 0 -16 0 -42 117 -21 92 -41 113 -30 31 4 -29 8 -62 7 -73 0 -10 5 -25 11 -32 5 -7 7 -24 4 -37 -3 -13 -2 -26 3 -28 5 -2 16 -27 24 -55 l16 -53 -37 -1 -37 -1 33 -8 c42 -10 50 -18 58 -58 6 -28 4 -32 -15 -32 -11 0 -21 -4 -21 -10 0 -5 8 -10 19 -10 10 0 23 -6 28 -12 13 -17 37 -117 30 -125 -4 -3 0 -18 8 -33 8 -15 11 -30 8 -33 -3 -4 -1 -12 4 -19 6 -7 15 -34 21 -60 8 -42 7 -48 -7 -49 -12 0 -11 -4 7 -16 45 -31 18 -54 -45 -37 -17 5 -23 14 -23 35 0 16 -5 29 -11 29 -5 0 -9 8 -8 18 1 9 -3 28 -8 42 -8 19 -7 29 4 41 12 15 11 17 -6 22 -27 7 -24 47 4 48 13 1 11 3 -9 8 -24 5 -31 14 -42 51 -8 25 -14 57 -14 72 0 15 -4 29 -9 32 -5 4 -12 25 -16 49 -4 23 -13 66 -22 94 -8 29 -12 57 -8 63 3 6 -1 17 -9 26 -22 21 -21 64 2 65 11 1 8 3 -8 8 -19 5 -29 21 -47 70 -12 35 -28 71 -35 79 -11 14 -10 15 7 7 11 -4 38 -10 60 -12 34 -3 37 -2 21 8 -15 9 -16 13 -5 21 9 6 -2 7 -31 3 l-45 -6 70 65 c39 36 94 79 123 95 48 27 57 29 131 24 48 -4 85 -1 97 5 27 16 58 14 145 -6z m-451 -22 c0 -11 -65 -76 -98 -98 -42 -28 -33 -5 21 52 49 52 77 69 77 46z m-797 -46 c38 -36 42 -45 30 -58 -9 -8 -83 64 -83 81 0 21 12 15 53 -23z m-678 16 c24 0 39 -28 26 -49 -11 -17 -119 -6 -142 15 -17 16 -19 16 -19 1 0 -14 -10 -17 -55 -17 -55 0 -71 11 -37 25 26 11 175 34 190 29 8 -2 24 -4 37 -4z m174 -12 c5 -13 7 -27 5 -33 -7 -16 -107 -6 -121 13 -26 33 -16 42 47 42 54 0 62 -3 69 -22z m172 12 c25 -14 24 -36 -1 -52 -27 -17 -25 -26 8 -30 21 -2 28 -9 30 -29 2 -19 -2 -28 -16 -31 -27 -7 -120 -3 -129 5 -4 4 -7 24 -7 45 0 20 -6 43 -13 50 -7 7 -13 22 -13 33 0 17 7 19 61 19 33 0 69 -5 80 -10z m230 -14 c45 -1 89 -25 89 -49 0 -9 -59 -7 -199 6 -13 1 -26 -4 -29 -12 -3 -8 0 -11 6 -7 11 7 33 -52 25 -66 -8 -15 -40 -8 -58 12 -17 19 -17 22 -2 37 15 15 14 18 -8 45 -39 47 -34 51 53 43 42 -4 98 -8 123 -9z m-1019 -63 c-3 -16 -7 -22 -10 -15 -4 13 4 42 11 42 2 0 2 -12 -1 -27z m625 -1 c6 -4 16 -20 22 -35 13 -32 4 -38 -49 -33 -19 2 -42 4 -51 5 -17 1 -34 45 -24 61 7 12 85 13 102 2z m2083 -74 c43 -88 60 -148 42 -148 -25 0 -62 21 -62 34 0 26 -20 28 -40 4 -11 -13 -20 -21 -21 -18 -1 3 -6 44 -13 92 -11 83 -10 86 6 71 10 -9 30 -41 45 -72 25 -51 28 -53 31 -29 2 18 -8 44 -32 80 -41 61 -43 68 -16 68 14 0 29 -21 60 -82z m-2210 46 c15 -38 14 -39 -50 -42 -54 -2 -61 0 -76 22 -23 36 -11 46 57 46 55 0 60 -2 69 -26z m492 -4 c5 -35 0 -41 -29 -34 -40 11 -33 64 8 64 11 0 18 -10 21 -30z m168 -10 c34 -34 25 -41 -52 -34 -68 6 -98 20 -98 46 0 4 29 8 65 8 52 0 69 -4 85 -20z m-1220 -31 c0 -35 -20 -109 -29 -109 -13 0 -32 61 -26 82 8 26 34 58 47 58 4 0 8 -14 8 -31z m1305 -7 c-6 -7 -35 18 -35 31 0 5 9 2 20 -8 11 -10 18 -20 15 -23z m-1017 -2 c17 0 32 -5 32 -10 0 -6 -16 -10 -35 -8 -19 1 -37 -1 -41 -5 -4 -3 -14 -2 -24 3 -13 7 -20 3 -31 -18 -19 -37 -27 -42 -79 -42 -42 -1 -44 -2 -26 -15 12 -9 42 -15 78 -15 69 0 93 -18 104 -77 4 -21 11 -43 16 -50 5 -7 7 -21 3 -33 -9 -30 -52 -27 -67 5 -15 33 -27 32 -20 -1 8 -46 -21 -23 -38 29 -9 27 -19 43 -25 39 -20 -14 -34 -50 -28 -72 5 -18 2 -21 -17 -18 -47 7 -62 137 -30 258 l9 35 93 -2 c51 -2 108 -3 126 -3z m97 -10 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m302 0 c20 0 34 -3 31 -6 -4 -3 3 -15 14 -26 12 -12 18 -30 17 -46 -2 -15 7 -47 19 -70 12 -23 26 -68 32 -100 20 -104 23 -97 -50 -97 l-65 0 0 33 c0 17 -3 32 -7 32 -10 0 -40 109 -33 121 4 5 1 17 -7 26 -11 13 -11 17 0 21 10 3 10 8 -3 22 -24 27 -15 54 20 61 l30 7 -32 1 c-32 1 -48 12 -36 25 4 4 13 4 21 1 7 -3 30 -5 49 -5z m-112 -10 c4 -6 -7 -10 -25 -10 -20 0 -29 -4 -25 -11 4 -6 12 -8 19 -6 6 2 21 0 34 -4 17 -7 23 -15 20 -33 -1 -13 3 -30 10 -39 7 -8 12 -19 11 -23 -1 -5 3 -22 10 -39 7 -16 14 -48 16 -71 1 -23 8 -51 15 -64 10 -18 9 -24 -1 -31 -21 -13 -83 -11 -104 4 -23 17 -12 37 21 37 35 0 29 18 -7 22 -28 3 -34 9 -49 53 -36 105 -38 115 -28 121 5 3 0 15 -11 26 -25 22 -20 38 12 39 14 0 17 2 7 6 -42 14 -43 17 -5 23 62 11 73 11 80 0z m295 0 c-13 -9 -13 -10 0 -10 9 0 23 -9 33 -20 21 -25 39 -26 36 -2 -4 47 9 54 39 24 17 -17 42 -72 42 -92 0 -16 -29 -18 -55 -4 -21 11 -32 11 -48 2 -16 -8 -18 -13 -8 -16 11 -4 11 -6 0 -13 -11 -7 -9 -9 7 -9 12 0 26 -10 32 -22 10 -21 11 -22 11 -3 2 38 15 47 45 34 26 -12 37 -38 62 -144 6 -26 8 -27 15 -10 4 12 1 29 -6 41 -13 21 -18 45 -16 77 1 12 9 17 29 17 28 0 29 -2 59 -117 17 -65 46 -181 64 -258 35 -148 36 -151 44 -143 3 2 1 18 -4 34 -8 26 -29 114 -62 269 -6 28 -17 68 -24 90 -8 22 -15 58 -17 80 l-3 40 40 -3 c22 -2 45 -9 51 -15 18 -19 118 -498 113 -540 -2 -12 2 -32 9 -44 17 -31 16 -33 -27 -33 -44 0 -75 25 -50 41 8 5 9 9 2 9 -6 0 -16 12 -22 28 l-11 27 5 -27 c4 -19 1 -28 -7 -28 -10 0 -10 -3 1 -9 7 -5 15 -19 17 -32 2 -13 7 -37 13 -54 l9 -30 1 28 c1 27 3 28 43 25 35 -2 43 -7 49 -28 l7 -25 1 28 c1 26 3 27 52 27 47 0 51 -2 64 -32 7 -18 16 -51 20 -73 4 -22 13 -58 21 -80 7 -22 16 -56 19 -75 14 -78 18 -90 27 -90 5 0 6 10 3 23 -12 37 -11 40 15 48 l25 7 -26 1 c-22 1 -28 7 -33 37 -4 19 -9 41 -12 48 -3 8 2 21 11 30 15 15 15 16 -2 16 -14 0 -24 14 -36 48 -9 26 -17 54 -17 62 0 16 56 43 70 35 13 -8 92 -334 84 -346 -2 -4 1 -11 7 -15 13 -8 7 61 -11 139 -9 35 -9 51 -1 61 9 10 7 15 -7 18 -13 4 -23 23 -34 67 -14 54 -14 63 -1 76 13 13 12 15 -6 15 -16 0 -21 6 -21 28 0 15 -5 33 -12 40 -15 15 -9 20 30 28 27 6 33 3 41 -17 6 -18 5 -25 -5 -27 -8 -2 -14 -7 -14 -12 0 -5 7 -7 15 -4 22 9 33 -27 13 -40 -15 -9 -14 -11 5 -21 15 -7 25 -28 35 -70 7 -33 23 -96 34 -140 11 -44 26 -109 32 -145 7 -36 15 -72 18 -80 16 -39 19 -74 6 -82 -10 -7 -9 -11 5 -19 9 -6 15 -15 11 -20 -3 -5 0 -16 6 -24 6 -8 9 -18 6 -23 -3 -5 1 -22 9 -38 7 -16 15 -51 17 -79 2 -27 6 -52 9 -55 3 -3 9 -20 12 -38 7 -33 7 -34 -26 -27 -65 13 -68 16 -66 43 2 15 -2 36 -8 47 -6 11 -14 46 -18 79 -6 45 -4 60 6 67 10 6 11 9 2 9 -7 0 -13 5 -13 10 0 6 12 10 27 10 33 0 20 17 -17 22 -17 2 -25 9 -25 23 0 11 -3 25 -7 30 -3 6 -9 27 -12 48 -5 33 -4 37 17 38 21 1 21 1 -2 8 -13 3 -28 15 -33 26 -5 12 -6 1 -2 -30 4 -27 8 -62 9 -78 1 -15 5 -30 8 -34 4 -3 7 -13 7 -21 0 -11 -11 -14 -50 -10 -54 5 -65 1 -50 -17 8 -9 40 -157 40 -183 0 -1 -24 0 -52 3 -43 5 -49 4 -34 -6 15 -9 16 -13 5 -20 -8 -5 -26 -9 -41 -9 -21 0 -28 5 -28 20 0 12 5 17 14 14 8 -3 17 -1 20 4 3 6 -5 13 -19 16 -26 7 -34 31 -12 39 19 6 -20 46 -41 41 -22 -6 -46 11 -38 25 4 6 18 11 31 11 16 0 25 7 29 26 4 15 5 29 2 32 -3 3 -33 4 -65 3 -61 -2 -82 9 -62 33 9 10 7 15 -6 20 -15 6 -15 8 -3 16 8 6 25 10 38 10 28 0 29 26 1 33 -12 3 -18 10 -14 16 9 15 -47 18 -140 7 -108 -13 -110 -13 -111 11 -1 17 4 23 20 23 55 0 187 9 193 13 5 2 25 8 46 11 38 7 38 8 21 27 -9 10 -29 19 -44 19 -21 0 -29 6 -32 24 -3 14 -1 29 4 34 5 5 2 14 -7 22 -20 17 -19 36 5 60 20 20 20 20 -4 20 -13 0 -27 6 -29 13 -3 7 -6 5 -6 -5 -1 -13 -9 -18 -29 -18 -31 0 -57 22 -65 55 -4 18 -5 18 -6 -2 -1 -16 -7 -23 -20 -23 -11 0 -23 -4 -26 -10 -11 -18 -43 -10 -50 13 -8 22 -8 22 -12 1 -3 -15 -14 -24 -35 -28 -52 -10 -108 -7 -109 7 0 10 -2 10 -6 0 -6 -15 -49 -17 -58 -3 -3 5 -3 20 1 34 5 21 13 25 67 31 199 20 257 36 190 51 -50 11 -54 14 -51 36 4 27 65 50 78 29 5 -9 9 -4 12 13 5 25 4 26 -47 26 -58 0 -65 7 -65 66 0 34 1 35 37 32 33 -3 39 -7 45 -33 l7 -30 -2 33 c-1 19 4 36 12 41 11 7 9 11 -8 20 -30 16 -31 81 -1 81 30 0 24 20 -10 31 -23 8 -30 17 -30 37 0 39 -10 20 -12 -22 -1 -34 -3 -36 -34 -36 -36 0 -51 23 -39 61 4 12 1 27 -7 37 -8 9 -15 32 -17 50 -2 31 -1 32 34 32 22 0 38 -6 41 -14 5 -12 9 -12 25 2 19 16 19 17 -2 33 -18 13 -30 14 -57 7 -18 -5 -40 -7 -48 -4 -20 8 -18 54 4 59 9 3 -5 5 -33 5 -39 1 -45 -1 -27 -8 14 -6 22 -18 22 -34 0 -28 -16 -36 -75 -36 -45 0 -68 16 -64 47 1 10 -3 29 -9 43 -13 29 -34 141 -27 148 2 2 -3 11 -11 20 -10 10 -14 27 -12 48 2 19 -1 36 -7 38 -5 2 19 5 55 5 45 1 60 -2 50 -9z m200 -24 c0 -11 7 -30 15 -40 30 -39 7 -74 -31 -48 -30 19 -29 127 1 115 8 -3 15 -15 15 -27z m787 -16 c7 -23 15 -51 18 -61 5 -15 1 -19 -15 -19 -12 0 -18 -4 -15 -10 3 -5 14 -10 25 -10 19 0 30 -19 30 -51 0 -14 -7 -19 -29 -19 -25 0 -31 5 -36 30 -7 30 -21 47 -32 37 -3 -4 0 -21 6 -38 13 -39 4 -49 -46 -49 -23 0 -33 5 -33 15 0 9 -6 18 -14 21 -12 5 -12 11 0 48 16 46 103 158 119 153 5 -2 15 -23 22 -47z m-687 25 c-9 -11 -9 -15 -1 -15 21 0 51 -35 57 -68 6 -32 6 -32 -33 -32 -57 0 -74 17 -79 78 l-3 52 36 0 c30 0 34 -2 23 -15z m100 -5 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m80 -10 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 -10z m1480 -25 c0 -5 -5 -3 -10 5 -5 8 -10 20 -10 25 0 6 5 3 10 -5 5 -8 10 -19 10 -25z m-2482 -3 c2 -8 -8 -12 -27 -12 -33 0 -42 16 -13 23 23 6 35 3 40 -11z m102 2 c0 -9 -12 -14 -35 -14 -23 0 -35 5 -35 14 0 9 12 14 35 14 23 0 35 -5 35 -14z m1216 -52 c-36 -36 -41 -23 -8 22 21 30 28 35 30 21 2 -10 -8 -29 -22 -43z m-1459 42 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m1099 -4 c7 0 36 -30 66 -67 43 -53 57 -78 61 -113 3 -25 25 -106 47 -180 26 -85 38 -136 31 -138 -16 -5 -13 -22 3 -22 17 0 40 -60 27 -73 -5 -5 -21 -7 -36 -5 -29 3 -27 -1 -77 163 -11 39 -26 88 -33 110 -7 22 -18 59 -25 83 -11 36 -40 78 -40 58 0 -11 39 -138 80 -260 41 -122 47 -156 30 -156 -5 0 -10 -4 -10 -10 0 -5 7 -10 15 -10 21 0 31 -30 14 -41 -11 -7 -11 -9 2 -9 20 0 33 -41 17 -51 -18 -11 -82 2 -96 19 -14 19 -6 29 28 35 22 4 21 4 -6 6 l-31 1 -22 113 c-13 61 -29 141 -36 177 -8 36 -17 89 -20 119 -4 30 -11 63 -16 72 -5 10 -9 31 -9 48 0 28 3 31 30 31 42 0 37 16 -7 27 -31 7 -38 14 -44 40 -7 38 -2 46 26 39 11 -3 25 -6 31 -6z m-951 -39 c3 -10 5 -23 4 -27 -1 -5 5 -25 14 -45 9 -19 19 -47 22 -62 7 -25 5 -27 -28 -27 -34 0 -36 2 -52 55 -10 30 -15 61 -12 68 3 8 1 19 -5 25 -15 15 -1 32 27 32 14 0 26 -7 30 -19z m137 -63 c15 -44 25 -85 22 -90 -8 -13 -60 -10 -71 5 -9 11 -26 64 -36 112 -3 11 -8 28 -12 38 -6 14 -1 17 32 17 l39 0 26 -82z m-480 5 c-2 -13 -8 -23 -13 -23 -11 0 -12 41 -2 66 6 16 7 16 13 -1 4 -10 5 -29 2 -42z m2302 41 c9 -3 16 -17 16 -30 0 -21 -4 -24 -40 -22 -45 1 -59 26 -25 45 25 14 29 14 49 7z m316 -29 c0 -18 -5 -25 -20 -25 -15 0 -20 7 -20 25 0 18 5 25 20 25 15 0 20 -7 20 -25z m40 -7 c0 -25 -3 -29 -10 -18 -13 20 -13 50 0 50 6 0 10 -15 10 -32z m50 -4 c0 -13 -4 -24 -9 -24 -11 0 -22 40 -15 52 9 15 24 -2 24 -28z m-2751 -26 c0 -24 -4 -52 -8 -63 -6 -15 -9 -8 -13 30 -5 54 -1 75 13 75 5 0 9 -19 8 -42z m2861 3 c0 -34 -3 -38 -20 -34 -11 3 -20 11 -20 18 0 7 -7 16 -16 19 -23 9 1 36 32 36 21 0 24 -5 24 -39z m-2891 -41 c1 -13 0 -13 -9 0 -5 8 -9 24 -9 35 l0 20 9 -20 c5 -11 9 -27 9 -35z m1571 30 c6 -11 7 -20 3 -20 -5 0 -14 9 -21 20 -7 11 -8 20 -2 20 5 0 14 -9 20 -20z m114 -4 c-6 -16 -24 -23 -24 -8 0 10 22 33 27 28 2 -2 1 -11 -3 -20z m842 -54 l11 -62 -53 0 c-30 0 -54 2 -54 4 0 2 -5 27 -10 56 -12 63 -6 71 55 67 l40 -3 11 -62z m108 27 c3 -17 6 -49 6 -71 l0 -39 -37 7 c-48 8 -48 8 -49 52 0 20 -4 47 -8 60 -7 21 -5 22 37 22 42 0 45 -2 51 -31z m-834 -97 c17 -56 29 -106 26 -111 -3 -5 1 -14 8 -20 8 -7 22 -38 31 -69 9 -31 21 -67 26 -80 13 -33 4 -42 -45 -42 -37 0 -45 4 -49 22 -7 27 -6 28 35 38 l33 8 -30 1 c-45 2 -57 14 -63 66 -4 39 -2 51 13 62 18 12 17 13 -6 13 -22 0 -28 8 -46 65 l-21 66 21 49 c12 26 25 45 29 42 3 -4 20 -53 38 -110z m376 69 c14 -47 11 -61 -11 -61 -14 0 -35 57 -35 93 0 36 33 13 46 -32z m525 -11 c7 -65 2 -85 -16 -70 -6 5 -14 8 -16 6 -2 -2 -4 25 -5 60 0 54 2 64 15 62 11 -2 18 -19 22 -58z m-722 31 c11 -11 23 -37 27 -58 4 -21 13 -52 21 -70 21 -52 17 -63 -22 -63 -24 0 -37 6 -45 19 -17 33 -12 62 13 69 21 6 20 7 -7 12 -24 4 -31 13 -41 47 -18 60 13 85 54 44z m761 -8 c0 -16 3 -44 6 -64 5 -28 3 -36 -9 -36 -13 0 -15 13 -14 64 1 34 5 63 10 63 4 0 7 -12 7 -27z m55 -20 c25 -86 26 -93 10 -93 -8 0 -15 6 -15 13 0 9 -2 9 -9 -1 -11 -18 -21 18 -21 81 0 60 18 59 35 0z m-2680 -168 c5 -38 4 -47 -4 -39 -16 15 -45 209 -36 231 6 12 12 -7 20 -62 7 -44 15 -102 20 -130z m1775 138 c0 -30 -3 -33 -30 -33 -24 0 -33 6 -40 26 -15 39 -12 49 18 60 34 13 52 -5 52 -53z m-360 48 c0 -4 18 -29 40 -54 22 -25 40 -52 40 -59 0 -8 7 -29 16 -46 17 -36 12 -52 -17 -52 -11 0 -17 -4 -14 -10 3 -5 17 -10 30 -10 19 0 26 -9 38 -45 l16 -45 -34 0 c-30 0 -37 5 -50 36 -8 20 -17 46 -19 58 -2 11 -12 39 -21 60 -9 21 -20 62 -25 90 -5 28 -11 59 -15 69 -4 10 -3 17 4 17 6 0 11 -4 11 -9z m1319 -81 c0 -32 -2 -41 -9 -30 -5 8 -9 40 -9 70 1 42 3 49 9 30 4 -14 8 -45 9 -70z m39 51 c2 -13 0 -35 -4 -50 l-7 -26 -7 25 c-13 41 -11 82 3 78 6 -3 13 -15 15 -27z m-2430 -27 c26 -18 20 -34 -13 -34 -27 0 -39 14 -31 35 7 19 16 19 44 -1z m135 -5 c5 -18 1 -20 -36 -17 -30 2 -43 8 -45 21 -3 14 4 17 36 17 32 0 41 -4 45 -21z m-411 -8 c-1 -7 2 -19 8 -26 6 -7 17 -44 25 -81 8 -38 23 -107 34 -154 20 -83 20 -84 15 -25 -3 33 -8 68 -10 78 -3 10 0 17 8 17 12 0 75 -176 94 -262 7 -33 -13 -46 -47 -28 -24 14 -25 27 5 -157 7 -46 10 -83 6 -83 -19 0 -132 335 -132 390 0 8 -5 35 -10 60 -6 25 -10 68 -9 95 1 28 -6 76 -14 108 -20 79 -20 89 8 85 12 -2 21 -9 19 -17z m88 3 c0 -8 -4 -12 -10 -9 -5 3 -10 10 -10 16 0 5 5 9 10 9 6 0 10 -7 10 -16z m88 -7 c3 -15 -2 -18 -25 -15 -17 2 -29 10 -31 21 -3 15 2 18 25 15 17 -2 29 -10 31 -21z m2007 -19 c54 -1 65 -9 65 -50 0 -27 -2 -28 -55 -28 -30 0 -55 -4 -55 -10 0 -5 7 -10 15 -10 7 0 19 -8 24 -17 10 -17 10 -17 11 0 0 13 8 17 35 17 26 0 35 -4 36 -17 1 -17 2 -17 6 0 3 13 15 17 48 17 23 0 47 -6 53 -12 5 -7 13 -44 17 -81 l7 -68 -48 3 -49 3 -12 55 -12 55 4 -56 5 -56 -83 4 c-62 3 -78 1 -65 -7 10 -6 24 -10 30 -9 39 5 46 -2 58 -61 16 -77 10 -94 -32 -85 -46 10 -30 -2 18 -14 39 -10 38 -10 -16 -8 -41 2 -55 6 -56 17 0 8 -6 28 -12 43 -15 35 -15 47 -1 47 6 0 3 7 -6 16 -13 14 -14 19 -3 25 10 7 10 9 -1 9 -8 0 -11 3 -8 7 4 3 1 16 -6 27 -14 22 -37 103 -37 130 0 12 10 16 35 16 19 0 35 5 35 10 0 6 -18 10 -40 10 -36 0 -40 3 -48 33 -11 41 9 59 58 52 19 -3 58 -6 85 -7z m-2216 -98 c1 -42 -16 -1 -22 55 l-6 50 14 -40 c7 -22 14 -51 14 -65z m1557 65 c7 -19 14 -42 13 -52 0 -11 -3 -13 -6 -5 -7 17 -23 15 -23 -3 0 -27 -28 -16 -39 16 -14 40 -14 39 3 39 7 0 16 9 19 20 7 29 16 25 33 -15z m498 13 c11 -41 7 -58 -13 -58 -18 0 -31 25 -31 63 0 26 36 22 44 -5z m330 11 c2 -2 7 -19 11 -37 l7 -33 -54 3 -53 3 -3 39 -3 39 46 -5 c25 -3 47 -7 49 -9z m-1794 -21 c8 -22 11 -21 14 5 1 8 22 13 63 15 69 3 75 -2 88 -70 6 -34 5 -36 -22 -42 -15 -3 -63 -5 -106 -5 -64 1 -79 4 -84 17 -21 70 -46 77 -57 17 -5 -26 -12 -34 -34 -38 -34 -7 -41 -2 -58 39 -24 58 -19 74 24 74 32 0 40 -4 49 -27 l12 -28 -6 27 c-5 26 -3 27 44 31 26 2 52 4 56 5 4 1 12 -8 17 -20z m304 0 c21 -29 20 -48 0 -48 -13 0 -14 -3 -5 -14 14 -16 -12 -26 -71 -26 -43 0 -44 1 -53 63 l-7 47 60 0 c52 0 63 -3 76 -22z m872 -14 c17 -41 17 -41 -11 -44 -37 -4 -45 0 -56 27 -13 36 -5 53 26 53 20 0 29 -8 41 -36z m707 26 c13 0 17 -8 17 -34 0 -34 -1 -35 -37 -33 -36 3 -38 5 -41 41 -3 36 -2 38 20 32 13 -3 31 -6 41 -6z m-2574 -70 c7 -34 18 -63 26 -67 15 -5 100 -251 91 -260 -7 -7 -58 99 -89 182 -22 60 -32 98 -52 198 -2 9 0 15 5 12 4 -2 13 -32 19 -65z m428 62 c16 -10 45 -91 37 -103 -7 -13 -64 -11 -64 2 0 5 -4 7 -10 4 -6 -3 -7 1 -4 9 3 9 2 16 -3 16 -13 0 -12 63 1 72 14 10 28 10 43 0z m-184 -19 c3 -10 8 -31 11 -48 6 -28 5 -29 -9 -11 -8 11 -15 25 -15 32 0 7 -3 19 -6 28 -3 9 -1 16 4 16 6 0 13 -8 15 -17z m77 7 c0 -5 5 -9 12 -7 12 2 25 -32 27 -70 1 -20 -4 -23 -39 -23 -34 0 -42 4 -50 26 -6 14 -10 39 -10 55 0 26 3 29 30 29 17 0 30 -4 30 -10z m2338 -27 c2 -19 -1 -33 -7 -33 -6 0 -11 8 -12 18 0 10 -3 12 -6 5 -9 -23 -23 -13 -23 16 0 23 4 28 23 27 17 -1 23 -8 25 -33z m43 -8 c5 4 9 -1 9 -9 0 -9 -7 -16 -15 -16 -11 0 -15 10 -14 33 1 23 3 26 6 9 2 -12 9 -20 14 -17z m73 3 c10 -38 7 -48 -14 -48 -20 0 -40 27 -40 54 0 26 47 20 54 -6z m36 -13 c0 -14 -4 -25 -10 -25 -5 0 -10 11 -10 25 0 14 5 25 10 25 6 0 10 -11 10 -25z m-2602 -30 c-3 -3 -9 2 -12 12 -6 14 -5 15 5 6 7 -7 10 -15 7 -18z m1973 -27 c6 -23 15 -69 20 -102 6 -34 17 -80 25 -104 7 -23 14 -44 14 -46 0 -2 -11 -1 -24 1 -25 5 -41 39 -30 66 3 8 0 18 -5 22 -6 3 -9 10 -6 15 3 5 -3 30 -13 57 -28 71 -36 124 -21 134 19 11 27 3 40 -43z m-180 20 c8 -13 32 -119 27 -123 -1 -1 -18 0 -37 2 -26 4 -36 13 -47 39 -8 18 -14 50 -14 69 0 36 1 36 33 30 17 -4 35 -12 38 -17z m-107 -13 c21 -20 52 -93 43 -101 -7 -6 -45 -7 -67 -1 -20 5 -30 18 -41 54 -9 27 -14 54 -11 61 6 20 50 13 76 -13z m687 15 c13 0 18 -15 23 -71 7 -74 2 -95 -14 -69 -7 10 -10 11 -10 3 0 -7 -9 -13 -19 -13 -21 0 -27 16 -37 104 -7 59 -7 59 17 53 13 -4 31 -7 40 -7z m49 -11 c0 -5 5 -7 11 -3 19 11 29 -18 28 -81 l-1 -60 -14 40 -14 40 4 -37 c3 -21 1 -40 -4 -43 -13 -8 -17 4 -25 83 -5 50 -4 72 4 72 6 0 11 -5 11 -11z m-1606 -25 c4 -15 5 -28 3 -31 -3 -2 -31 -7 -62 -10 -59 -6 -75 2 -75 39 0 12 10 18 38 21 87 9 89 8 96 -19z m641 -10 c20 -47 19 -66 -2 -62 -18 3 -38 61 -29 84 8 22 14 17 31 -22z m1053 -48 c-2 -34 -7 -61 -13 -61 -12 0 -30 108 -21 131 5 13 9 14 22 4 11 -10 14 -29 12 -74z m-1844 48 c4 -15 6 -28 4 -29 -7 -7 -195 -8 -206 -1 -7 4 -12 16 -12 26 0 16 9 20 63 23 153 8 144 9 151 -19z m1903 -11 c-7 -36 -27 -87 -31 -82 -2 2 -6 28 -10 57 -7 51 -6 52 20 52 24 0 26 -3 21 -27z m-2179 -11 c3 -21 0 -23 -35 -20 -31 2 -39 7 -41 26 -3 21 0 23 35 20 31 -2 39 -7 41 -26z m50 5 c2 -10 -3 -17 -12 -17 -9 0 -16 2 -16 4 0 2 -3 12 -6 21 -5 13 -2 16 12 13 10 -2 20 -11 22 -21z m-161 -3 c4 -13 -32 -25 -53 -17 -8 3 -14 12 -14 20 0 17 61 15 67 -3z m653 -60 c0 -19 -5 -24 -27 -24 -22 0 -25 -2 -13 -10 12 -8 11 -10 -7 -10 -26 0 -30 5 -34 45 -4 26 0 30 26 36 37 7 55 -6 55 -37z m-100 14 c0 -13 3 -33 6 -46 6 -23 5 -23 -62 -20 l-69 3 -3 34 c-4 42 8 51 76 51 47 0 52 -2 52 -22z m-144 -24 c3 -19 3 -39 -2 -44 -5 -4 -49 -10 -97 -12 -70 -2 -90 0 -97 12 -8 13 -10 12 -10 -3 0 -14 -8 -17 -37 -16 -21 0 -50 -2 -65 -6 -24 -6 -28 -3 -43 31 -23 56 -16 64 59 64 61 0 65 -1 75 -27 10 -27 10 -27 8 -3 -2 23 2 25 42 27 24 1 46 4 49 7 3 3 29 6 58 6 53 0 53 0 60 -36z m-508 9 c17 -31 25 -86 13 -79 -6 4 -11 3 -11 -3 0 -5 -14 -9 -31 -9 -32 1 -40 11 -54 76 -7 32 -7 32 34 32 28 0 43 -5 49 -17z m121 -20 c17 -59 15 -65 -21 -61 -26 2 -34 9 -44 38 l-13 35 5 -40 c6 -47 -10 -29 -21 24 -5 23 -4 31 4 27 6 -4 11 -2 11 3 0 6 16 11 35 11 31 0 35 -3 44 -37z m1131 -9 c15 -39 13 -44 -24 -44 -35 0 -46 13 -46 51 0 32 58 26 70 -7z m308 3 c23 -18 12 -27 -38 -27 -43 0 -50 3 -50 19 0 11 5 21 12 23 17 6 60 -3 76 -15z m-244 -9 c11 -44 -25 -44 -38 0 -6 18 -3 22 12 22 12 0 22 -9 26 -22z m336 18 c0 -2 3 -11 6 -20 5 -13 -2 -16 -35 -16 -34 0 -41 3 -41 20 0 16 7 20 35 20 19 0 35 -2 35 -4z m368 -15 c8 -4 12 -14 11 -22 -1 -8 1 -32 6 -54 l9 -40 8 39 c5 25 5 43 -2 50 -17 17 -11 26 18 26 49 0 73 -11 67 -30 -3 -9 1 -33 10 -53 8 -20 15 -49 15 -64 0 -27 -2 -28 -40 -25 -27 3 -45 11 -55 25 -8 12 -15 16 -15 9 0 -14 -47 -12 -60 3 -4 5 -10 31 -12 58 -4 38 -2 47 11 48 13 1 13 2 -1 6 -10 2 -18 11 -18 19 0 15 27 19 48 5z m166 -17 c22 -9 20 -34 -3 -34 -19 0 -35 23 -24 34 8 7 8 7 27 0z m33 -26 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z m-1542 -35 c4 -27 7 -55 8 -63 3 -20 -179 -46 -206 -30 -12 7 -24 7 -36 1 -24 -13 -149 -17 -161 -5 -5 5 -10 32 -12 59 -3 47 -2 50 23 53 21 3 28 -3 37 -30 l11 -33 -5 33 c-7 38 -6 38 104 47 71 5 82 4 82 -9 0 -9 4 -16 10 -16 5 0 7 6 4 14 -6 15 18 21 98 24 37 2 37 2 43 -45z m886 37 c11 -6 19 -21 19 -35 0 -14 5 -25 10 -25 6 0 10 -13 10 -30 0 -16 5 -30 10 -30 20 0 10 -29 -12 -36 -22 -8 -22 -8 6 -13 24 -5 31 -14 42 -51 8 -25 11 -51 9 -59 -3 -8 1 -21 8 -30 15 -17 41 -110 33 -118 -3 -3 -25 -2 -49 1 -43 7 -45 9 -57 54 -18 65 -18 64 10 79 l25 13 -30 0 c-28 0 -32 4 -47 53 -15 45 -15 53 -2 63 20 16 18 24 -7 24 -17 0 -20 4 -15 24 4 16 1 26 -9 30 -18 7 -20 36 -2 36 7 1 5 6 -5 14 -41 31 4 61 53 36z m97 -2 c7 -7 12 -24 12 -39 0 -15 4 -30 9 -34 6 -3 10 -13 10 -23 -1 -9 2 -27 6 -39 5 -15 3 -23 -4 -23 -6 0 -11 -4 -11 -10 0 -5 7 -10 15 -10 8 0 19 -16 24 -37 16 -55 14 -73 -8 -73 -19 0 -43 22 -40 36 2 5 -4 21 -11 37 -10 21 -11 30 -2 39 17 17 15 25 -8 31 -27 7 -25 25 3 37 21 8 21 9 -5 9 -22 1 -29 7 -36 34 -6 17 -13 39 -17 49 -4 11 -1 18 12 21 31 8 39 7 51 -5z m606 -3 c3 -9 0 -15 -8 -15 -8 0 -16 7 -20 15 -3 9 0 15 8 15 8 0 16 -7 20 -15z m-808 -5 c8 0 14 -9 14 -19 0 -11 4 -22 9 -25 9 -6 26 -74 22 -90 -1 -4 3 -14 9 -21 8 -9 39 -98 40 -112 0 -2 -22 -3 -49 -3 -52 0 -64 9 -75 53 -10 42 1 64 37 73 l32 8 -42 3 c-48 5 -65 29 -30 43 l22 9 -22 0 c-12 1 -27 10 -33 20 -14 28 -13 31 13 32 l22 0 -22 11 c-34 16 -28 32 8 24 17 -3 38 -6 45 -6z m864 -11 c0 -11 -4 -17 -10 -14 -5 3 -10 13 -10 21 0 8 5 14 10 14 6 0 10 -9 10 -21z m-2094 -7 c10 -6 34 -86 34 -111 0 -19 -58 -13 -68 7 -16 29 -21 101 -8 106 17 7 30 6 42 -2z m-71 -54 c20 -69 20 -68 -20 -68 -19 0 -35 5 -35 11 0 8 -5 7 -15 -1 -20 -17 -31 -5 -39 43 -6 30 -4 37 9 37 8 0 15 -6 16 -12 0 -7 5 -3 11 9 9 19 22 27 50 32 4 0 14 -22 23 -51z m1023 40 c21 -21 13 -29 -25 -26 -42 3 -56 24 -21 31 13 2 25 5 29 6 3 0 10 -4 17 -11z m162 -2 c0 -2 3 -11 6 -20 4 -12 0 -16 -15 -16 -12 0 -21 2 -21 4 0 2 -3 11 -6 20 -4 12 0 16 15 16 12 0 21 -2 21 -4z m-1329 -35 c0 -12 2 -11 9 4 6 17 9 14 15 -18 4 -21 5 -40 2 -43 -11 -12 -55 -13 -64 -1 -12 14 -24 72 -17 79 11 11 54 -5 55 -21z m2196 8 c5 -16 8 -18 15 -7 5 8 6 -2 2 -27 -8 -50 -8 -49 -33 -35 -27 14 -31 90 -5 90 9 0 18 -9 21 -21z m70 -49 c5 -37 4 -42 -13 -38 -13 2 -20 13 -22 37 -8 76 25 78 35 1z m-1076 13 c8 -21 6 -23 -31 -23 -41 0 -56 11 -46 36 9 24 67 14 77 -13z m649 2 c0 -17 -2 -18 -24 -9 -23 9 -20 24 4 24 11 0 20 -7 20 -15z m-490 -10 c11 -13 8 -15 -14 -15 -16 0 -26 5 -26 15 0 8 6 15 14 15 7 0 19 -7 26 -15z m675 -15 c13 -6 15 -9 5 -9 -8 0 -22 4 -30 9 -18 12 -2 12 25 0z m-171 -16 c11 -28 7 -35 -16 -32 -30 4 -39 48 -10 48 11 0 23 -7 26 -16z m114 3 c6 -5 12 -22 12 -38 0 -24 -4 -29 -17 -25 -10 3 -31 8 -48 12 -31 7 -45 20 -45 41 0 19 71 27 98 10z m-1280 -34 c3 -27 -1 -33 -22 -39 -14 -3 -48 -4 -76 -2 -27 1 -50 -1 -50 -5 0 -5 -12 -7 -27 -5 -20 2 -29 10 -35 33 -5 20 -3 32 5 37 20 13 47 9 47 -7 0 -8 5 -15 10 -15 6 0 9 5 8 12 -4 15 44 27 97 25 37 -2 40 -4 43 -34z m678 13 c1 0 9 -26 18 -56 14 -48 14 -56 1 -69 -13 -13 -16 -13 -29 4 -14 19 -25 59 -32 113 -2 19 1 22 19 16 12 -3 23 -7 23 -8z m685 -16 c7 -24 7 -24 8 -2 1 21 4 22 39 17 61 -11 62 -12 62 -59 l0 -45 -27 15 c-16 7 -34 14 -41 14 -7 0 -15 7 -18 15 -4 8 -10 15 -16 15 -5 0 -6 -5 -2 -11 4 -8 -1 -9 -17 -4 -36 11 -49 25 -49 52 0 21 4 24 27 21 19 -2 29 -10 34 -28z m-1601 -36 c0 -8 -10 -14 -25 -14 -14 0 -25 5 -25 11 0 6 -7 3 -16 -6 -21 -20 -83 -16 -97 6 -19 31 -1 49 48 49 29 0 45 -4 45 -12 0 -8 7 -6 18 5 16 17 18 17 35 -4 9 -12 17 -27 17 -35z m-520 20 c13 -33 6 -44 -30 -44 -22 0 -29 6 -34 27 -12 46 47 62 64 17z m110 -13 c0 -18 -3 -22 -9 -13 -6 10 -10 8 -14 -8 -7 -29 -41 -23 -45 8 -6 38 3 49 37 44 26 -3 31 -9 31 -31z m48 -6 c1 -19 -3 -35 -9 -35 -14 0 -33 46 -26 64 10 27 34 7 35 -29z m83 11 c10 -37 4 -46 -27 -46 -17 0 -27 8 -35 27 -14 37 -4 55 28 51 20 -2 29 -10 34 -32z m93 3 c7 -36 1 -49 -22 -49 -25 1 -52 25 -52 47 0 26 8 33 40 33 23 0 29 -5 34 -31z m1515 15 c26 -5 31 -12 36 -43 3 -20 10 -44 16 -53 10 -20 -4 -23 -58 -12 -26 5 -32 12 -41 52 -14 64 -11 67 47 56z m441 -50 c0 -19 -5 -45 -12 -57 -10 -20 -12 -18 -24 23 -11 37 -12 60 -5 88 1 1 10 -2 21 -8 14 -8 20 -21 20 -46z m-350 10 c13 -34 13 -87 -1 -82 -6 2 -11 8 -11 13 0 6 -4 15 -9 22 -6 6 -14 25 -19 42 -7 27 -6 31 11 31 12 0 23 -10 29 -26z m98 -5 c15 -6 22 -17 23 -36 1 -17 3 -21 6 -10 9 35 56 18 67 -25 6 -25 4 -28 -18 -28 -13 0 -29 7 -36 15 -8 9 -17 12 -24 6 -15 -11 -63 -19 -73 -12 -11 7 -32 98 -25 106 5 5 42 -2 80 -16z m-1508 -38 c15 -28 12 -48 -6 -55 -24 -9 -44 12 -44 45 0 22 5 29 20 29 10 0 24 -9 30 -19z m-507 -33 l27 -29 0 26 c0 22 4 26 23 23 19 -3 24 -13 36 -74 13 -65 13 -73 -1 -88 -15 -14 -17 -14 -27 12 -10 26 -11 26 -5 -7 4 -23 2 -36 -7 -42 -11 -8 -11 -11 4 -20 17 -10 24 -39 10 -39 -23 1 -38 24 -49 77 -7 32 -13 46 -13 31 -1 -32 -14 -43 -30 -24 -12 14 -35 96 -44 159 -6 36 -5 37 21 31 15 -4 39 -20 55 -36z m445 10 c-3 -31 -6 -33 -44 -36 -34 -2 -42 1 -46 16 -9 34 10 52 53 52 39 0 40 -1 37 -32z m-124 6 c14 -37 7 -41 -64 -42 -57 0 -72 3 -80 18 -5 9 -6 20 -3 24 12 11 62 6 76 -9 13 -12 15 -12 20 5 6 24 42 27 51 4z m-166 -22 c4 -23 -21 -32 -33 -12 -4 6 -11 7 -17 4 -6 -4 -5 3 2 15 14 28 44 23 48 -7z m2054 8 c14 -32 7 -84 -19 -131 -14 -27 -29 -49 -33 -49 -7 0 -20 58 -20 92 0 14 7 16 35 11 51 -8 48 22 -2 34 -32 7 -39 13 -41 37 -3 27 -2 28 35 24 21 -2 41 -10 45 -18z m-603 -45 c12 -31 21 -60 21 -65 0 -12 -80 -13 -99 -1 -8 5 -11 16 -8 25 4 9 2 16 -4 16 -5 0 -14 12 -19 26 -14 36 3 54 51 54 37 0 38 -2 58 -55z m-139 -16 c7 -27 10 -53 6 -56 -3 -3 -1 -12 4 -18 9 -11 50 -201 50 -232 0 -7 -9 -13 -20 -13 -24 0 -49 75 -31 93 15 15 14 27 -2 27 -9 0 -19 22 -26 56 -11 47 -11 58 0 66 12 8 12 10 1 15 -13 5 -26 32 -42 86 -8 25 -7 27 20 27 25 0 29 -5 40 -51z m319 14 c20 -72 9 -103 -24 -70 -11 12 -35 78 -35 100 0 4 11 7 25 7 19 0 26 -7 34 -37z m113 21 c40 -7 42 -11 53 -82 6 -39 5 -43 -11 -40 -10 2 -21 14 -25 28 -6 21 -7 22 -8 4 -1 -30 -8 -33 -48 -21 -37 11 -45 25 -57 91 l-7 39 33 -7 c18 -4 50 -9 70 -12z m-1122 -16 c0 -4 21 -8 48 -10 43 -3 47 -5 50 -30 3 -28 2 -28 -52 -28 -42 0 -56 4 -56 14 0 8 6 17 13 19 37 16 -39 4 -88 -13 -32 -11 -62 -20 -67 -20 -4 0 -8 16 -8 34 0 34 1 35 48 39 68 5 112 3 112 -5z m-175 -39 c0 -43 -25 -46 -39 -6 -8 22 -7 30 4 37 24 15 35 6 35 -31z m365 5 c0 -17 -47 -37 -67 -30 -7 3 -13 17 -13 32 0 21 4 25 20 21 11 -3 23 -1 26 4 8 13 34 -9 34 -27z m1066 28 c6 -4 14 -14 17 -22 4 -12 6 -11 6 3 1 14 6 17 24 12 34 -11 38 -18 44 -79 5 -50 4 -56 -13 -56 -30 0 -40 12 -51 60 l-11 45 1 -42 c0 -23 -2 -46 -6 -49 -4 -4 -7 -2 -7 5 0 7 -7 10 -18 7 -30 -10 -51 15 -58 72 l-7 52 34 0 c19 0 39 -4 45 -8z m-1582 -18 c3 -9 6 -26 6 -40 0 -22 -3 -24 -54 -23 -53 2 -54 2 -59 33 -6 38 -2 43 20 25 9 -8 14 -9 10 -2 -4 7 0 13 10 16 37 10 61 6 67 -9z m76 -23 c-4 -27 -11 -37 -27 -39 -17 -3 -24 3 -29 22 -9 39 1 57 34 54 26 -2 28 -4 22 -37z m-356 9 c3 -11 9 -29 12 -40 4 -16 1 -20 -21 -20 -25 0 -45 29 -45 66 0 23 48 18 54 -6z m68 -5 c8 -19 14 -22 20 -13 5 9 8 6 8 -10 0 -13 -4 -21 -9 -17 -5 3 -12 1 -15 -4 -3 -5 -15 -7 -25 -4 -22 6 -35 54 -18 65 20 13 27 9 39 -17z m93 -6 c7 -33 -5 -56 -24 -45 -6 4 -11 15 -11 24 0 15 -2 15 -10 2 -14 -21 -13 5 0 31 16 29 38 23 45 -12z m225 -22 c0 -5 -4 -5 -10 -2 -5 3 -10 14 -10 23 0 15 2 15 10 2 5 -8 10 -19 10 -23z m197 7 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m223 -39 c0 -14 -4 -25 -9 -25 -5 0 -11 11 -13 25 -4 17 -1 25 8 25 8 0 14 -11 14 -25z m-230 5 c0 -5 -19 -10 -42 -9 -37 1 -39 2 -18 9 36 12 60 12 60 0z m130 -15 c0 -24 3 -25 63 -25 70 0 109 -15 58 -22 -17 -2 -35 0 -41 6 -7 7 -10 6 -10 -3 0 -7 -9 -11 -22 -10 -13 2 -27 1 -33 -3 -9 -5 -137 -12 -192 -9 -59 3 11 36 82 40 17 0 32 6 33 11 2 6 10 10 18 10 31 0 12 19 -23 23 -31 3 -29 4 15 5 49 2 52 1 52 -23z m50 5 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m716 -20 c6 -19 15 -50 19 -68 l7 -33 -54 3 c-48 3 -53 5 -56 28 -2 14 -7 30 -12 35 -12 16 -20 61 -13 69 4 4 28 6 53 4 42 -3 46 -6 56 -38z m105 15 c4 -3 10 -24 14 -46 5 -30 3 -44 -6 -50 -11 -7 -9 -9 6 -9 13 0 16 -3 9 -10 -6 -6 -25 -7 -48 -3 -36 8 -39 12 -57 67 -10 33 -16 63 -14 67 5 6 79 -6 96 -16z m-1146 -4 c-3 -6 -11 -11 -17 -11 -6 0 -6 6 2 15 14 17 26 13 15 -4z m924 -26 l0 -20 -9 20 c-5 11 -9 27 -9 35 -1 13 0 13 9 0 5 -8 9 -24 9 -35z m-981 -1 c4 -28 -34 -40 -47 -16 -12 25 -2 44 23 40 13 -2 22 -11 24 -24z m19 -6 c-3 -7 -5 -2 -5 12 0 14 2 19 5 13 2 -7 2 -19 0 -25z m1254 5 c5 -15 9 -36 7 -47 -6 -37 -26 -27 -42 20 -20 58 -20 54 4 54 13 0 24 -10 31 -27z m90 11 c4 -2 10 -18 14 -36 l9 -33 3 33 c6 47 26 35 40 -24 l13 -49 -6 48 c-6 51 -1 54 41 35 19 -8 25 -17 21 -31 -2 -10 0 -46 5 -79 8 -50 7 -65 -6 -84 -22 -34 -30 -30 -42 24 l-11 47 4 -60 c4 -42 1 -66 -9 -79 -13 -18 -15 -12 -22 62 -4 45 -12 85 -17 88 -7 4 -8 -7 -4 -32 18 -117 3 -245 -25 -217 -9 9 -49 194 -49 231 0 17 6 22 24 22 41 0 40 19 -1 36 -21 9 -39 17 -40 18 0 0 -4 23 -8 50 l-8 48 34 -7 c19 -4 37 -9 40 -11z m-1721 -4 c0 -5 -12 -10 -27 -10 -22 0 -25 2 -13 10 20 13 40 13 40 0z m90 0 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z m205 -11 c9 -27 4 -31 -56 -40 -59 -9 -69 -6 -69 22 0 22 35 27 43 7 4 -8 6 -7 6 4 2 32 66 39 76 7z m-298 -25 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m123 -5 c0 -14 -32 -39 -41 -34 -5 4 -9 15 -9 25 0 15 6 19 25 18 14 -1 25 -6 25 -9z m1820 -11 c0 -5 -10 -28 -21 -51 -19 -37 -23 -40 -30 -22 -9 23 -11 79 -4 87 8 8 55 -3 55 -14z m-580 -20 c0 -5 -4 -8 -10 -8 -5 0 -10 10 -10 23 0 18 2 19 10 7 5 -8 10 -18 10 -22z m-1342 1 c2 -12 -6 -18 -32 -21 -37 -4 -46 8 -24 30 17 17 52 11 56 -9z m542 1 c0 -5 -3 -10 -7 -10 -5 0 -18 -3 -30 -6 -13 -4 -23 -2 -23 4 0 9 9 13 53 21 4 0 7 -3 7 -9z m-94 -11 c10 -17 -13 -36 -27 -22 -12 12 -4 33 11 33 5 0 12 -5 16 -11z m-96 -19 c0 -11 -6 -23 -13 -26 -27 -10 -92 -11 -104 -1 -9 7 -13 5 -13 -7 0 -11 -10 -16 -35 -18 -19 -1 -42 -2 -52 -2 -9 -1 -18 4 -20 10 -4 11 65 42 97 43 72 5 112 10 117 15 12 12 23 6 23 -14z m35 0 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m-385 -21 c0 -25 -46 -45 -66 -28 -20 16 -17 28 7 37 39 15 59 12 59 -9z m550 17 c0 -2 -7 -6 -15 -10 -8 -3 -15 -1 -15 4 0 6 7 10 15 10 8 0 15 -2 15 -4z m201 -11 c-1 -15 -111 -19 -111 -4 0 8 12 10 35 6 19 -3 37 -1 41 4 7 13 35 8 35 -6z m-668 -2 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m1277 -38 c13 -45 8 -68 -9 -49 -13 14 -24 94 -13 94 5 0 15 -20 22 -45z m116 5 c6 -19 14 -48 18 -64 l7 -29 -41 6 c-48 6 -76 27 -85 65 -3 15 -8 35 -11 45 -5 16 0 18 48 15 51 -3 53 -4 64 -38z m116 -44 c10 -38 16 -71 15 -73 -2 -1 -23 3 -47 10 -42 12 -44 14 -60 75 l-17 63 46 -3 46 -3 17 -69z m-1492 49 c0 -10 -10 -15 -27 -15 -27 1 -27 1 -9 15 25 19 36 19 36 0z m1540 -10 c5 -13 12 -47 16 -76 6 -42 4 -51 -7 -47 -19 6 -36 44 -44 101 -6 40 -5 47 9 47 9 0 21 -11 26 -25z m-851 -11 c13 -13 -68 -44 -119 -47 -14 -1 -28 -6 -32 -11 -10 -15 -19 -3 -21 30 -2 26 1 28 43 31 25 2 50 6 55 8 12 5 66 -3 74 -11z m-332 -10 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m-452 -14 c3 -5 2 -10 -4 -10 -5 0 -13 5 -16 10 -3 6 -2 10 4 10 5 0 13 -4 16 -10z m82 4 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m106 -5 c15 1 35 -3 43 -10 11 -9 18 -9 26 -1 7 7 23 12 37 12 28 0 19 -15 -14 -23 -11 -3 2 -5 29 -4 34 1 51 -3 54 -12 3 -10 -1 -12 -12 -8 -9 4 -16 2 -16 -3 0 -5 -30 -19 -67 -30 -60 -19 -69 -19 -79 -5 -16 21 -34 19 -34 -6 0 -11 -4 -17 -10 -14 -14 9 -12 45 3 47 21 2 31 5 47 11 8 3 26 8 40 11 14 3 -5 3 -42 0 -61 -4 -68 -2 -68 14 0 24 10 33 24 25 6 -4 24 -6 39 -4z m372 -16 c17 -25 17 -27 0 -40 -16 -11 -21 -10 -35 5 -10 9 -13 20 -8 23 5 3 6 13 2 22 -10 28 22 20 41 -10z m-448 -10 c5 -15 -24 -24 -55 -16 l-27 6 30 13 c33 14 47 13 52 -3z m288 8 c3 -5 1 -12 -5 -16 -5 -3 -10 1 -10 9 0 18 6 21 15 7z m80 -11 c28 -31 1 -62 -42 -47 -8 2 -12 47 -6 60 7 13 30 7 48 -13z m845 -10 c0 -5 -9 -10 -19 -10 -11 0 -23 5 -26 10 -4 6 5 10 19 10 14 0 26 -4 26 -10z m-155 -20 c3 -5 -1 -10 -9 -10 -13 0 -13 -3 3 -19 19 -19 38 -132 26 -152 -4 -5 -2 -16 5 -24 6 -8 10 -22 8 -32 -1 -10 1 -24 6 -32 5 -8 3 -16 -5 -22 -21 -13 -69 -11 -70 4 -1 6 -2 32 -3 57 0 25 -4 47 -8 51 -10 7 -28 103 -28 150 0 38 1 39 34 39 19 0 38 -4 41 -10z m-1042 -27 c7 -37 3 -39 -32 -13 -39 27 -39 40 -2 40 23 0 30 -5 34 -27z m287 17 c0 -5 -2 -10 -4 -10 -3 0 -8 5 -11 10 -3 6 -1 10 4 10 6 0 11 -4 11 -10z m918 -13 c3 -14 -1 -18 -20 -15 -12 2 -24 11 -26 21 -3 14 1 18 20 15 12 -2 24 -11 26 -21z m-993 -8 c-8 -12 -45 -12 -45 0 0 10 30 20 43 14 4 -3 5 -9 2 -14z m358 14 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z m70 0 c-7 -2 -21 -2 -30 0 -10 3 -4 5 12 5 17 0 24 -2 18 -5z m620 -13 c3 -13 0 -20 -8 -20 -17 0 -28 17 -20 30 10 16 22 12 28 -10z m103 2 c6 -4 13 -18 17 -30 5 -23 4 -24 -31 -17 -48 9 -72 22 -72 40 0 16 65 21 86 7z m105 -22 c19 -11 27 -60 10 -60 -19 0 -66 21 -73 33 -22 34 18 51 63 27z m-886 -20 c0 -20 -62 -31 -69 -13 -9 22 -7 26 7 20 8 -3 20 -1 28 4 18 11 34 6 34 -11z m622 12 c12 -8 34 -112 26 -124 -9 -16 -33 -7 -38 15 -26 117 -25 132 12 109z m-847 -22 c0 -22 -7 -25 -29 -11 -16 10 -6 31 15 31 8 0 14 -9 14 -20z m114 5 c8 -22 -20 -30 -39 -12 -21 21 -19 27 9 27 13 0 27 -7 30 -15z m1064 3 c13 -17 25 -104 17 -128 -12 -38 -28 -22 -22 23 4 28 1 48 -9 61 -25 35 -13 77 14 44z m-1308 -19 c0 -19 -4 -20 -56 -13 -46 5 -56 4 -52 -7 3 -8 18 -16 34 -19 28 -6 29 -6 7 -18 -33 -18 -46 -15 -78 18 -34 35 -27 47 30 53 102 10 115 8 115 -14z m75 11 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m974 -21 c15 -44 14 -79 -3 -79 -16 0 -21 13 -32 73 -5 29 -3 37 9 37 8 0 20 -14 26 -31z m-629 11 c0 -5 -8 -10 -17 -10 -15 0 -16 2 -3 10 19 12 20 12 20 0z m100 0 c11 -7 7 -10 -17 -10 -18 0 -33 5 -33 10 0 13 30 13 50 0z m620 -13 c35 -17 40 -62 8 -71 -55 -14 -69 -4 -82 63 -6 32 -5 33 22 26 15 -3 38 -12 52 -18z m-565 -36 c0 -8 -11 -15 -25 -16 -14 -1 -35 -5 -47 -9 -19 -6 -23 -4 -23 12 0 28 10 33 55 30 26 -2 40 -8 40 -17z m654 10 c18 -11 5 -31 -20 -31 -10 0 -19 2 -19 4 0 2 -3 11 -6 20 -7 18 21 22 45 7z m-800 -23 c11 -27 5 -34 -31 -43 -25 -6 -28 -4 -28 17 0 46 44 65 59 26z m-409 -2 c0 -14 -67 -33 -78 -22 -5 5 54 35 71 36 4 0 7 -6 7 -14z m65 -2 c8 -12 17 -14 31 -7 10 5 25 8 32 7 6 -1 17 -2 22 -3 17 -2 -7 -38 -29 -44 -11 -2 -24 0 -30 6 -8 8 -11 6 -11 -6 0 -18 -15 -23 -24 -9 -9 15 -17 72 -10 72 4 0 12 -7 19 -16z m175 -5 c17 -30 9 -64 -15 -64 -16 0 -20 7 -22 43 -3 47 17 59 37 21z m100 -14 c0 -19 -4 -35 -10 -35 -12 0 -24 45 -15 59 13 22 25 10 25 -24z m220 -15 c0 -17 -6 -20 -47 -19 l-48 0 40 19 c52 24 55 24 55 0z m-550 -5 c0 -23 -46 -41 -65 -25 -28 23 -19 30 53 39 6 0 12 -6 12 -14z m1251 -23 c5 -23 1 -44 -12 -70 -10 -20 -20 -45 -23 -54 -10 -33 -23 -18 -35 39 -21 105 -15 124 39 120 19 -2 26 -9 31 -35z m-107 19 c3 -4 11 -51 17 -103 10 -87 9 -99 -8 -139 l-20 -44 -21 70 c-11 39 -28 99 -37 135 -15 61 -15 65 2 77 19 15 59 17 67 4z m-161 -14 c3 -8 11 -48 18 -90 10 -59 10 -80 1 -89 -18 -18 -24 -4 -27 55 -1 30 -8 63 -14 75 -15 29 -14 62 3 62 8 0 16 -6 19 -13z m61 -9 c3 -13 14 -63 25 -113 11 -49 23 -122 27 -160 6 -65 4 -75 -24 -131 -30 -59 -30 -60 -89 -72 -70 -14 -86 -15 -79 -3 3 5 23 12 43 16 55 10 77 24 64 39 -6 7 -11 29 -10 47 1 19 -2 58 -6 87 -7 45 -6 52 9 52 10 0 19 -11 23 -30 3 -17 9 -33 13 -35 19 -12 18 34 -1 123 -31 142 -36 202 -15 202 8 0 18 -10 20 -22z m-637 6 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m321 -47 l3 -37 -70 0 c-69 0 -71 1 -71 25 0 19 5 25 23 25 12 1 36 7 52 15 46 21 60 15 63 -28z m-208 13 c-20 -13 -63 -13 -55 0 3 6 21 10 38 10 24 0 28 -3 17 -10z m-452 -16 c12 -8 22 -26 22 -40 0 -29 -10 -30 -41 -5 l-24 20 25 10 c24 9 24 10 -10 11 -26 0 -31 3 -20 10 20 13 22 13 48 -6z m352 1 c0 -16 -60 -36 -74 -24 -5 4 -6 15 -3 23 8 21 77 22 77 1z m-230 -14 c0 -26 -30 -35 -49 -16 -14 14 -14 17 -1 25 25 16 50 12 50 -9z m46 4 c-19 -14 -36 -12 -36 6 0 5 12 9 28 9 26 -1 26 -1 8 -15z m-116 -16 c0 -5 -4 -9 -10 -9 -5 0 -10 7 -10 16 0 8 5 12 10 9 6 -3 10 -10 10 -16z m425 1 c0 -19 -55 -26 -66 -9 -12 21 0 30 34 27 20 -2 32 -8 32 -18z m335 10 c12 -8 9 -10 -12 -10 -16 0 -28 5 -28 10 0 13 20 13 40 0z m-450 -19 c0 -12 -25 -21 -58 -21 -42 0 -4 24 46 29 6 0 12 -3 12 -8z m-175 -11 c-3 -5 -13 -10 -21 -10 -8 0 -12 5 -9 10 3 6 13 10 21 10 8 0 12 -4 9 -10z m695 -26 c17 -43 12 -54 -19 -54 -50 0 -81 17 -81 44 0 18 6 26 23 29 54 10 67 7 77 -19z m-215 6 c3 -5 -1 -10 -9 -10 -9 0 -16 5 -16 10 0 6 4 10 9 10 6 0 13 -4 16 -10z m100 -10 c3 -11 3 -24 0 -30 -8 -12 -45 -13 -64 -1 -12 8 -10 12 12 22 14 6 24 16 21 20 -3 5 2 9 10 9 8 0 17 -9 21 -20z m-789 -12 l19 -21 -27 18 c-29 18 -34 25 -20 25 5 0 17 -10 28 -22z m469 12 c-27 -12 -35 -12 -35 0 0 6 12 10 28 9 24 0 25 -1 7 -9z m153 -13 c2 -11 -4 -18 -17 -18 -12 -1 -26 -2 -33 -3 -22 -2 -19 24 4 33 29 12 42 9 46 -12z m-228 4 c0 -12 -26 -21 -62 -21 -26 0 -29 2 -18 15 13 16 80 21 80 6z m100 -11 c-8 -5 -24 -9 -35 -9 -16 1 -16 2 5 9 35 11 48 11 30 0z m-143 -46 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m120 0 c-3 -3 -12 -4 -19 -1 -8 3 -5 6 6 6 11 1 17 -2 13 -5z m161 -11 c2 -9 -8 -13 -32 -13 -20 0 -36 4 -36 9 0 22 60 25 68 4z m-233 -2 c-6 -5 -23 -12 -40 -16 l-30 -6 25 15 c28 17 60 22 45 7z m100 -1 c-3 -5 -14 -10 -23 -9 -14 0 -13 2 3 9 27 11 27 11 20 0z m295 0 c0 -5 -5 -10 -11 -10 -5 0 -7 5 -4 10 3 6 8 10 11 10 2 0 4 -4 4 -10z m95 0 c16 -7 11 -9 -22 -9 -23 -1 -45 4 -48 9 -8 12 42 12 70 0z m-395 -40 c-20 -13 -43 -13 -35 0 3 6 16 10 28 10 18 0 19 -2 7 -10z m138 -15 c0 -15 -6 -25 -14 -25 -8 0 -14 4 -14 10 0 5 -7 7 -15 4 -9 -4 -15 0 -15 9 0 16 14 25 41 26 11 1 17 -7 17 -24z m167 -5 c0 -21 -5 -26 -31 -28 -25 -2 -33 1 -37 19 -8 32 0 41 36 37 27 -2 32 -7 32 -28z m-95 0 c0 -11 -4 -20 -10 -20 -5 0 -10 9 -10 20 0 11 5 20 10 20 6 0 10 -9 10 -20z m220 -21 c0 -36 -2 -40 -22 -37 -13 2 -23 10 -23 18 0 8 -11 17 -25 20 -14 3 -26 13 -28 23 -3 14 4 17 47 17 l51 0 0 -41z m-410 21 c0 -5 -8 -10 -17 -10 -15 0 -16 2 -3 10 19 12 20 12 20 0z m-110 -34 c0 -8 -5 -18 -11 -22 -14 -8 -33 11 -25 25 10 16 36 13 36 -3z m90 -6 c-11 -7 -7 -10 18 -10 40 0 41 -11 2 -28 -36 -16 -47 -11 -47 23 0 19 5 25 21 25 17 0 18 -2 6 -10z m134 -9 c7 -11 -22 -23 -35 -15 -5 3 -9 9 -9 15 0 12 37 12 44 0z m141 -21 c-3 -5 -21 -10 -38 -9 -27 0 -29 2 -12 9 28 12 57 12 50 0z m40 -40 c5 -8 -7 -13 -66 -24 -9 -2 -23 0 -30 5 -12 8 -11 11 1 19 19 13 87 13 95 0z m116 -33 c-13 -13 -26 -3 -16 12 3 6 11 8 17 5 6 -4 6 -10 -1 -17z m-241 -37 c0 -5 -4 -10 -9 -10 -5 0 -23 -3 -40 -6 -33 -7 -45 11 -13 19 32 9 62 7 62 -3z m130 1 c0 -10 -36 -21 -65 -20 -16 0 -13 4 10 14 35 16 55 19 55 6z m-245 -21 c3 -5 1 -10 -4 -10 -6 0 -11 5 -11 10 0 6 2 10 4 10 3 0 8 -4 11 -10z m211 -25 c-23 -17 -14 -20 15 -5 15 8 19 7 19 -5 0 -10 -10 -15 -29 -15 -32 0 -50 26 -23 33 32 9 37 6 18 -8z m-250 -21 c18 -14 18 -14 -6 -3 -31 14 -36 19 -24 19 6 0 19 -7 30 -16z m164 6 c0 -5 -10 -10 -22 -9 -22 0 -22 1 -3 9 11 5 21 9 23 9 1 1 2 -3 2 -9z m284 0 c-5 -5 -25 -12 -44 -15 l-35 -5 35 14 c42 18 58 20 44 6z m-30 -65 c-7 -16 -84 -22 -84 -6 0 13 19 19 57 20 25 1 31 -2 27 -14z m-253 -35 c22 -13 25 -30 4 -30 -8 0 -19 9 -25 20 -12 23 -7 25 21 10z m202 -17 c-7 -2 -19 -2 -25 0 -7 3 -2 5 12 5 14 0 19 -2 13 -5z'/%3E%3Cpath d='M2478 2463 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z'/%3E%3Cpath d='M2193 2433 c9 -2 23 -2 30 0 6 3 -1 5 -18 5 -16 0 -22 -2 -12 -5z'/%3E%3Cpath d='M2263 2173 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z'/%3E%3Cpath d='M1390 1462 c0 -18 4 -32 9 -32 4 0 7 12 5 26 -4 38 -14 42 -14 6z'/%3E%3Cpath d='M1695 1155 c2 -16 8 -43 14 -60 l9 -30 1 35 c0 19 -6 46 -14 60 l-14 25 4 -30z'/%3E%3Cpath d='M1710 1053 c0 -5 5 -15 10 -23 8 -12 10 -11 10 8 0 12 -4 22 -10 22 -5 0 -10 -3 -10 -7z'/%3E%3Cpath d='M311 1674 c0 -11 3 -14 6 -6 3 7 2 16 -1 19 -3 4 -6 -2 -5 -13z'/%3E%3Cpath d='M2388 1723 c7 -3 16 -2 19 1 4 3 -2 6 -13 5 -11 0 -14 -3 -6 -6z'/%3E%3Cpath d='M2388 1693 c6 -2 18 -2 25 0 6 3 1 5 -13 5 -14 0 -19 -2 -12 -5z'/%3E%3Cpath d='M2550 1699 c0 -5 11 -9 25 -9 14 0 25 2 25 4 0 2 -11 6 -25 8 -14 3 -25 1 -25 -3z'/%3E%3Cpath d='M1010 1630 c0 -5 7 -10 16 -10 8 0 12 5 9 10 -3 6 -10 10 -16 10 -5 0 -9 -4 -9 -10z'/%3E%3Cpath d='M2341 1324 c0 -11 3 -14 6 -6 3 7 2 16 -1 19 -3 4 -6 -2 -5 -13z'/%3E%3C/g%3E%3C/svg%3E");
	    height: calc(100% + 20px);
	    top: -10px;
	}

	.title-icon-globe:after {
	    height: calc(100% + 40px);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='787.000000pt' height='1024.000000pt' viewBox='0 0 787.000000 1024.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,1024.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M2650 10176 c-379 -139 -441 -174 -796 -437 -95 -70 -214 -155 -265 -189 -57 -38 -134 -103 -194 -164 -55 -56 -140 -137 -188 -180 -130 -116 -371 -418 -539 -676 -184 -283 -230 -357 -246 -402 -18 -52 -26 -57 -54 -31 -29 26 -43 1 -61 -113 -9 -55 -39 -171 -67 -258 -31 -96 -60 -214 -75 -304 -24 -138 -37 -182 -67 -224 -10 -14 -10 -24 4 -50 34 -68 30 -99 -19 -150 l-26 -27 27 -32 c17 -20 25 -38 21 -48 -26 -62 -28 -76 -16 -136 6 -34 11 -83 11 -109 0 -43 -3 -47 -40 -71 -52 -33 -56 -44 -31 -91 22 -41 20 -64 -10 -103 -24 -31 -24 -58 0 -66 26 -8 35 -37 36 -110 1 -33 5 -75 9 -94 6 -23 6 -32 -1 -28 -10 6 -33 -33 -33 -57 0 -7 9 -21 21 -32 49 -45 65 -110 42 -182 l-16 -53 26 -27 c34 -36 56 -127 56 -237 0 -63 -5 -99 -17 -122 l-16 -32 42 -45 c39 -43 42 -49 42 -104 0 -49 4 -62 24 -81 30 -28 37 -46 77 -186 17 -60 37 -120 45 -133 17 -26 12 -52 -18 -95 -11 -15 -18 -33 -16 -40 3 -6 31 -25 63 -42 58 -29 61 -33 113 -135 29 -57 58 -124 64 -148 8 -31 24 -56 54 -84 24 -22 57 -67 74 -101 16 -33 56 -88 88 -121 32 -34 83 -101 113 -151 41 -69 90 -127 209 -249 204 -209 295 -287 459 -398 75 -50 160 -113 189 -139 90 -82 280 -187 442 -245 80 -29 165 -63 190 -77 68 -38 220 -62 715 -112 491 -50 699 -76 715 -91 12 -12 15 -43 13 -162 -4 -415 -8 -507 -22 -532 -39 -70 -144 -164 -240 -213 -93 -49 -427 -156 -756 -242 -154 -40 -306 -83 -337 -95 -118 -44 -226 -136 -289 -245 -37 -65 -38 -108 -1 -149 25 -28 31 -51 51 -170 13 -76 20 -149 17 -162 -4 -14 -4 -48 0 -77 6 -48 12 -58 73 -118 42 -42 81 -71 106 -79 22 -7 103 -41 180 -75 267 -119 469 -171 780 -201 358 -34 865 -46 1045 -24 178 22 498 74 655 107 275 57 390 94 595 191 63 30 147 62 187 72 75 20 237 102 298 153 35 28 36 31 31 81 -3 28 -8 86 -12 129 l-6 78 38 34 c42 38 41 51 -1 35 -34 -13 -38 -9 -60 60 -48 150 -127 240 -306 347 -187 110 -434 204 -749 283 -269 68 -346 93 -416 138 -118 77 -139 119 -171 347 -21 154 -26 536 -7 555 7 7 108 30 225 51 518 96 841 188 1119 319 108 51 135 59 196 63 67 4 78 8 205 82 242 141 353 224 450 338 34 39 124 142 200 227 157 176 649 817 642 837 -8 21 -41 25 -68 7 -24 -16 -25 -15 -25 3 0 34 119 432 172 573 81 219 93 264 157 587 77 393 83 444 79 649 -3 158 -5 171 -26 201 -19 27 -26 60 -42 204 -25 221 -42 317 -91 518 -38 160 -82 281 -102 281 -11 0 -2 -85 20 -184 8 -38 35 -118 59 -177 24 -59 48 -135 53 -169 16 -95 35 -385 27 -405 -6 -17 -7 -17 -21 1 -13 17 -14 13 -15 -46 0 -36 9 -96 19 -134 10 -37 17 -84 15 -104 -3 -21 -22 -219 -44 -442 -49 -488 -83 -686 -129 -734 -19 -21 -33 -50 -40 -86 -24 -112 -232 -572 -352 -776 -79 -134 -221 -341 -283 -413 -31 -36 -57 -69 -58 -75 0 -6 -2 -23 -3 -38 -1 -14 -16 -44 -32 -65 -44 -55 -168 -172 -237 -223 -50 -38 -59 -42 -67 -28 -8 15 -19 11 -86 -29 -42 -25 -87 -49 -98 -53 -12 -5 -50 -27 -85 -49 -40 -26 -74 -41 -94 -41 l-31 1 36 32 c20 17 57 50 83 73 37 32 46 47 46 72 0 19 -5 32 -12 32 -7 0 -53 -30 -103 -65 -98 -71 -133 -80 -160 -43 -14 21 -14 24 2 36 10 7 35 18 56 24 40 12 84 55 70 69 -5 5 -42 -1 -83 -11 -112 -29 -112 -29 -194 55 -66 67 -96 89 -96 68 0 -5 25 -37 55 -73 30 -35 55 -67 55 -72 0 -18 -265 -66 -288 -52 -18 12 -123 355 -119 389 2 16 18 24 86 41 77 19 111 40 111 66 0 4 -21 8 -47 8 -43 0 -121 -20 -585 -151 -166 -47 -181 -48 -209 -10 -22 29 -74 59 -85 48 -3 -3 6 -26 21 -52 15 -25 25 -48 23 -50 -12 -12 -165 -42 -178 -35 -17 10 -93 231 -82 241 4 4 102 28 217 54 116 26 223 55 240 64 26 15 60 60 51 68 -1 1 -184 -38 -407 -87 -291 -65 -423 -90 -472 -90 -53 0 -86 -7 -143 -30 -41 -16 -80 -27 -88 -24 -8 3 -19 17 -25 32 -17 44 -35 112 -30 116 2 2 108 33 234 69 171 49 235 72 248 88 18 22 23 59 9 59 -5 0 -105 -27 -223 -60 -282 -80 -277 -79 -313 -41 -30 32 -50 37 -74 22 -12 -7 -11 -14 2 -40 20 -37 25 -34 -98 -56 -108 -20 -110 -19 -132 85 -24 116 -28 112 149 169 83 27 235 66 337 86 150 31 190 43 210 62 21 20 23 25 10 33 -27 17 -61 11 -384 -65 -175 -41 -340 -75 -366 -75 -33 0 -78 -12 -138 -36 -50 -21 -97 -34 -106 -31 -20 8 -28 28 -63 162 -19 75 -24 108 -16 116 6 6 87 28 179 50 268 61 589 180 627 231 12 15 18 31 14 34 -4 4 -64 -14 -134 -40 -165 -59 -287 -94 -500 -141 -135 -30 -178 -36 -195 -28 -22 11 -21 13 42 74 l65 62 -45 -7 c-25 -4 -55 -9 -66 -12 -17 -4 -22 0 -27 23 -3 15 -1 35 4 45 10 19 22 22 174 44 132 19 160 30 160 64 0 24 -2 25 -55 22 -30 -2 -79 -7 -109 -13 -30 -5 -90 -9 -134 -9 -60 0 -93 -6 -140 -24 -63 -25 -257 -66 -313 -66 -42 0 -57 20 -62 83 -4 52 -4 52 34 71 22 10 74 31 116 47 143 53 233 107 212 129 -8 8 -61 -7 -194 -54 -200 -71 -192 -71 -211 -2 -8 30 -8 41 3 51 7 6 76 34 153 60 77 26 174 62 215 79 65 27 75 35 78 59 2 15 -1 27 -6 27 -6 0 -110 -34 -232 -76 -122 -41 -224 -73 -227 -71 -11 12 -26 148 -17 157 5 5 65 29 133 52 122 42 150 60 138 91 -5 13 -22 11 -124 -18 -171 -48 -153 -52 -174 35 -10 41 -18 82 -19 91 0 12 34 28 124 58 149 51 161 59 152 94 -3 15 -10 27 -15 27 -5 0 -131 -45 -281 -100 -149 -55 -274 -100 -278 -100 -13 0 -35 71 -26 80 5 5 138 69 295 143 517 245 573 276 553 308 -14 23 -71 0 -303 -121 -289 -151 -522 -260 -555 -260 -39 0 -51 71 -18 108 9 11 105 65 212 121 222 116 253 141 193 156 -23 5 -66 -13 -240 -101 -149 -76 -215 -106 -223 -98 -19 19 -55 184 -44 202 6 10 140 103 299 209 159 105 295 200 302 209 39 53 -14 59 -101 10 -34 -19 -162 -107 -285 -195 -124 -89 -228 -158 -232 -154 -13 14 -59 154 -59 178 0 14 12 38 28 54 24 26 435 275 535 323 32 16 38 23 35 46 -6 53 -40 41 -238 -86 -225 -144 -349 -216 -357 -208 -4 3 -4 7 -2 9 154 121 174 144 167 187 -3 21 -5 20 -48 -17 -61 -53 -121 -93 -141 -93 -13 0 -23 21 -39 83 -32 119 -37 192 -15 217 16 18 444 270 459 270 3 0 6 -6 6 -13 0 -25 68 -154 101 -192 50 -57 107 -79 184 -70 47 5 65 3 71 -7 5 -7 25 -69 45 -138 20 -69 44 -152 54 -185 23 -78 60 -115 113 -115 46 0 58 11 67 63 4 20 11 39 15 42 4 3 20 -11 34 -30 35 -45 64 -52 107 -26 47 29 62 26 101 -15 43 -46 213 -166 305 -216 154 -84 276 -70 497 53 33 19 61 23 225 30 300 13 330 17 362 49 55 55 47 138 -17 182 -48 33 -92 98 -125 185 -46 123 -81 160 -142 149 -53 -10 -101 -59 -214 -218 -65 -91 -118 -155 -136 -165 -27 -14 -34 -13 -91 7 -232 85 -267 165 -179 415 l28 80 86 46 c49 26 148 95 232 163 203 163 219 165 363 25 51 -49 97 -89 102 -89 26 0 42 14 42 37 0 26 -18 55 -87 141 -49 60 -49 56 19 161 26 40 48 79 48 85 0 28 -46 85 -133 164 l-47 43 96 91 c108 104 124 128 124 192 0 85 -19 146 -61 191 -22 23 -39 46 -39 50 0 4 41 49 90 100 50 51 90 100 90 109 0 22 -48 21 -135 -4 -38 -11 -76 -20 -84 -20 -24 0 37 56 131 121 109 75 177 143 207 208 21 43 22 53 10 67 -11 13 -27 16 -92 12 -43 -3 -80 -1 -83 3 -2 5 2 23 9 41 8 18 20 57 26 86 12 46 11 55 -4 78 -15 24 -22 26 -66 22 -31 -3 -87 -24 -154 -56 -57 -28 -106 -48 -109 -44 -2 4 -12 49 -21 100 -17 91 -32 122 -61 122 -8 0 -43 -22 -77 -48 -69 -53 -119 -77 -141 -69 -8 3 -16 21 -18 39 l-3 33 -120 8 c-108 6 -122 5 -145 -11 -44 -33 -97 -247 -64 -259 13 -4 26 26 50 117 20 77 29 90 60 90 18 0 23 -6 26 -32 3 -32 4 -33 63 -40 33 -3 87 -9 121 -13 69 -8 125 10 195 65 21 17 43 28 49 25 12 -7 5 -102 -11 -167 -10 -37 0 -74 23 -89 20 -13 60 6 119 57 64 55 138 96 197 109 17 3 32 5 32 2 0 -22 -50 -139 -90 -209 -49 -87 -65 -148 -37 -148 7 0 42 22 77 49 59 46 143 82 157 68 13 -14 -74 -101 -156 -156 -103 -69 -146 -116 -161 -172 -13 -49 -2 -93 26 -97 11 -1 40 8 66 22 25 13 49 22 52 19 3 -4 -17 -30 -44 -59 -62 -65 -67 -104 -20 -158 33 -38 60 -94 60 -127 0 -50 -27 -102 -111 -210 -49 -63 -89 -122 -89 -131 0 -9 34 -47 75 -84 41 -37 75 -74 75 -82 0 -8 -18 -42 -40 -76 -69 -106 -60 -99 -136 -104 -110 -5 -123 -13 -349 -197 -66 -54 -140 -107 -165 -117 -108 -46 -105 -42 -150 -231 -39 -164 -35 -195 37 -285 27 -33 60 -55 148 -97 136 -66 160 -68 216 -18 47 43 134 154 202 260 25 39 57 79 71 89 39 25 66 2 100 -87 35 -91 75 -156 127 -206 43 -42 48 -62 22 -85 -41 -36 -68 -40 -290 -48 l-225 -9 -127 -60 c-111 -54 -133 -61 -186 -61 -82 0 -123 13 -197 63 -35 24 -90 58 -123 77 -33 18 -83 55 -111 81 -60 56 -132 94 -194 103 -25 4 -68 19 -96 33 -62 33 -75 27 -100 -49 -14 -44 -18 -48 -31 -35 -8 8 -37 93 -65 188 -63 223 -69 230 -183 227 -129 -3 -160 22 -214 177 -40 111 -57 139 -124 201 -54 49 -54 50 -72 144 -9 52 -21 147 -25 210 -9 134 -24 180 -85 265 -56 79 -113 128 -167 144 -22 7 -54 22 -69 34 -35 25 -122 34 -173 17 -19 -6 -71 -34 -113 -62 -89 -59 -132 -77 -185 -78 -40 0 -88 17 -88 33 0 27 160 277 207 323 42 41 54 59 59 95 9 54 48 93 185 185 114 76 213 123 332 158 167 48 257 103 305 185 23 40 26 54 24 132 -4 124 -1 129 115 179 393 171 431 192 479 261 27 39 200 197 255 232 14 9 79 33 145 53 107 32 136 37 284 44 91 4 217 4 280 0 133 -10 514 -77 675 -120 150 -40 554 -177 755 -257 263 -104 355 -154 934 -512 217 -133 267 -158 265 -128 0 6 -138 110 -307 230 -320 228 -424 291 -815 489 -210 107 -253 120 -330 99 -41 -12 -48 -10 -277 77 -219 82 -236 91 -249 120 -8 17 -20 33 -28 36 -43 17 -395 47 -482 42 -53 -3 -208 -10 -346 -15 -231 -8 -259 -11 -365 -39 -63 -17 -128 -35 -143 -41 -47 -18 -56 -13 -85 52 -20 44 -43 75 -79 105 -82 68 -122 82 -243 81 -102 0 -109 -1 -250 -53z m420 -57 c121 -74 137 -110 68 -160 -71 -51 -295 -189 -307 -189 -21 0 -11 26 24 60 41 39 43 55 13 71 l-22 12 24 9 c14 5 46 14 72 19 64 14 72 26 64 103 -10 99 1 113 64 75z m-141 -53 c14 -17 -1 -56 -22 -56 -45 0 -185 -23 -218 -37 -32 -12 -42 -13 -54 -3 -9 7 -14 18 -12 23 3 11 239 85 273 86 12 1 27 -5 33 -13z m-540 -152 c-24 -29 -59 -36 -88 -17 l-26 17 25 7 c14 4 42 7 64 8 34 1 37 -1 25 -15z m5 -113 c-5 -5 -21 -13 -36 -16 -40 -10 -36 12 5 23 35 10 46 7 31 -7z m360 -37 c26 -10 19 -22 -24 -44 -47 -24 -50 -24 -50 -4 0 43 32 64 74 48z m-694 -34 c0 -12 -48 -25 -58 -16 -8 9 18 26 41 26 9 0 17 -4 17 -10z m405 -119 c5 -9 -95 -91 -110 -91 -3 0 -5 9 -5 21 0 46 94 103 115 70z m-210 -66 c0 -14 -20 -25 -88 -48 -49 -16 -90 -27 -93 -24 -3 2 -2 17 2 32 6 24 10 27 38 22 17 -3 39 -8 49 -12 12 -5 25 2 45 23 29 34 47 36 47 7z m-471 -81 c29 -29 12 -67 -36 -78 -21 -5 -30 -2 -38 15 -15 27 -5 66 18 72 32 8 40 7 56 -9z m-162 -41 c29 -35 29 -42 -1 -58 -29 -15 -31 -14 -47 10 -16 24 -16 27 1 45 22 24 28 25 47 3z m542 -24 c-10 -12 -32 -28 -49 -37 -38 -20 -225 -72 -225 -62 0 21 56 49 164 82 66 20 123 37 125 37 2 1 -4 -8 -15 -20z m200 -120 c10 -53 7 -88 -14 -128 -36 -72 -113 -120 -265 -166 -70 -21 -230 -92 -367 -163 -23 -11 3 25 92 132 69 83 115 128 150 149 28 16 57 41 64 55 27 51 63 74 183 112 65 21 125 39 134 39 11 1 19 -10 23 -30z m-867 -29 c2 0 3 -10 1 -22 -2 -17 -14 -27 -42 -36 -34 -11 -41 -10 -57 4 -24 22 -24 35 1 62 20 21 23 21 57 7 19 -8 37 -15 40 -15z m129 16 c18 -14 18 -15 1 -21 -19 -8 -50 12 -41 26 7 13 17 11 40 -5z m224 -75 c0 -6 -10 -17 -21 -25 -17 -11 -27 -12 -45 -4 -27 13 -21 24 16 31 43 8 50 7 50 -2z m-558 -61 c-3 -20 2 -37 12 -49 19 -20 12 -31 -20 -31 -35 0 -46 49 -18 88 21 31 31 28 26 -8z m291 -152 l-72 -72 -30 29 c-48 48 -42 61 42 86 39 11 77 22 82 24 6 2 19 4 30 4 15 1 1 -18 -52 -71z m-422 -58 c15 -9 17 -15 9 -30 -12 -23 -38 -26 -65 -6 -40 29 8 61 56 36z m493 -17 c-10 -16 -89 -140 -176 -278 -137 -217 -165 -256 -215 -295 -53 -42 -64 -58 -135 -198 -66 -130 -95 -207 -195 -513 -108 -331 -121 -364 -160 -412 -50 -60 -57 -97 -18 -97 21 0 24 -3 19 -27 -3 -16 -29 -136 -57 -268 l-52 -240 -50 0 -50 0 3 120 c4 208 21 357 57 505 124 503 346 957 612 1250 27 30 91 111 143 180 111 149 348 384 274 273z m-234 -62 c0 -7 -155 -218 -180 -244 -10 -12 -91 14 -87 27 2 6 25 23 52 39 59 35 72 51 80 99 8 44 20 55 77 73 53 17 58 17 58 6z m-245 -81 c7 -12 -12 -40 -26 -40 -10 0 -12 34 -2 43 9 10 21 9 28 -3z m-134 -32 c13 -24 -10 -53 -47 -61 -30 -5 -51 10 -59 44 -6 23 -2 26 32 35 45 12 60 8 74 -18z m25 -284 c5 -29 3 -32 -27 -43 -43 -15 -44 -15 -58 15 -14 31 -8 42 33 59 36 16 43 11 52 -31z m-194 -41 c26 -23 23 -51 -6 -59 -14 -3 -30 -3 -35 1 -15 8 -14 48 1 63 15 15 18 15 40 -5z m38 -162 c5 -11 10 -29 10 -40 0 -23 -57 -121 -70 -121 -21 0 -28 148 -8 168 18 18 56 14 68 -7z m1005 -73 c87 -29 157 -93 203 -188 28 -57 33 -80 42 -195 5 -71 16 -166 23 -211 8 -44 10 -89 6 -100 -4 -12 -67 -51 -167 -102 -88 -45 -162 -82 -165 -82 -21 0 -40 238 -23 288 5 16 39 38 114 76 59 30 115 63 125 74 18 20 18 21 -7 37 -24 16 -29 15 -137 -28 -87 -36 -116 -44 -135 -37 -26 10 -30 6 -54 -52 -12 -29 -53 -67 -185 -172 -93 -75 -176 -136 -182 -136 -7 0 -13 11 -13 24 0 14 -5 37 -10 51 -8 21 -16 26 -38 23 -35 -4 -61 -55 -72 -142 -10 -82 -30 -117 -91 -166 -58 -46 -69 -49 -69 -17 0 12 -5 73 -10 136 -8 85 -7 117 1 128 15 18 388 299 463 348 30 21 111 61 178 90 117 50 123 54 126 84 5 45 -17 48 -114 16 -122 -40 -222 -101 -436 -262 -103 -79 -192 -143 -197 -143 -5 0 -11 12 -13 26 -2 22 -14 35 -46 51 -2 0 43 108 100 238 l103 236 30 -6 c52 -10 221 -18 247 -12 14 4 58 32 97 62 129 102 167 109 306 63z m-1301 -1 c16 -12 16 -14 -9 -25 -32 -15 -39 -11 -30 17 7 24 15 26 39 8z m11 -137 c12 -19 -6 -48 -37 -59 -38 -14 -35 -14 -42 5 -10 25 20 64 49 64 13 0 27 -5 30 -10z m131 -132 c-3 -13 -6 -29 -6 -35 0 -7 -4 -13 -10 -13 -11 0 -13 30 -4 54 9 25 27 19 20 -6z m-103 -175 c6 -34 -7 -44 -53 -41 -45 4 -52 31 -13 52 42 23 60 20 66 -11z m-198 -36 c13 -10 16 -21 11 -41 -7 -27 -24 -38 -83 -51 -32 -6 -33 -5 -33 25 0 20 9 40 25 55 27 28 52 31 80 12z m165 -135 c0 -5 -6 -17 -14 -28 -12 -15 -17 -17 -27 -7 -10 10 -9 16 7 28 21 16 34 19 34 7z m-174 -40 c6 -4 13 -19 16 -34 5 -25 2 -29 -31 -38 -70 -18 -86 -17 -89 8 -7 46 65 90 104 64z m1307 -59 c21 -196 20 -216 -5 -252 -12 -18 -58 -57 -100 -87 -83 -58 -79 -59 -93 13 -4 21 -1 42 11 65 13 23 17 50 15 90 -4 75 11 116 57 160 33 32 86 66 103 68 4 0 9 -26 12 -57z m546 -76 c17 -19 20 -29 12 -48 -9 -24 -27 -35 -334 -199 l-97 -52 -14 33 c-15 36 -12 61 13 83 38 34 348 206 372 206 14 0 35 -10 48 -23z m-1314 -139 c3 -24 13 -75 22 -115 23 -103 9 -129 -123 -226 -38 -28 -39 -28 -48 -8 -10 23 13 175 42 270 15 51 67 121 90 121 6 0 13 -19 17 -42z m489 -45 c4 -49 9 -116 13 -151 l5 -63 -43 -41 c-60 -55 -109 -92 -115 -86 -10 11 -24 127 -24 206 l0 84 69 69 c38 38 73 69 79 69 5 0 13 -39 16 -87z m-955 8 c21 -13 -5 -25 -68 -31 -61 -6 -75 -21 -35 -39 31 -14 25 -22 -33 -44 l-43 -17 0 38 c0 49 19 85 50 93 36 10 113 10 129 0z m-253 -88 c8 -30 -5 -56 -30 -61 -11 -2 -16 4 -16 20 1 64 33 94 46 41z m1526 -45 c15 -43 -6 -70 -101 -136 l-91 -63 -11 28 c-7 18 -7 35 0 49 12 27 170 156 184 151 6 -2 15 -15 19 -29z m-567 -17 c3 -6 13 -64 21 -131 18 -138 14 -161 -38 -197 -24 -17 -34 -19 -39 -10 -14 25 -49 200 -49 243 0 40 4 47 42 74 44 32 54 35 63 21z m-755 -46 c0 -20 -40 -45 -84 -52 -28 -4 -36 -2 -36 9 0 22 20 36 66 47 55 13 54 13 54 -4z m-222 -92 c-16 -17 -24 -20 -30 -11 -11 18 -10 25 8 43 13 12 19 13 30 4 13 -10 11 -16 -8 -36z m1590 -30 c41 -189 46 -233 31 -247 -29 -29 -193 -126 -200 -119 -11 12 -59 251 -53 265 6 16 185 147 201 148 6 0 16 -21 21 -47z m-764 -68 c39 -165 39 -163 -6 -211 -22 -24 -48 -46 -58 -49 -10 -3 -23 -19 -29 -36 -9 -27 -8 -31 12 -38 21 -8 39 -4 110 30 24 11 30 11 38 -2 24 -38 10 -63 -87 -156 -74 -72 -95 -97 -92 -115 2 -13 8 -23 15 -23 6 0 53 35 103 79 50 43 93 76 96 73 8 -8 34 -109 34 -133 0 -15 -26 -39 -94 -87 -117 -84 -119 -84 -135 -50 -22 49 -120 654 -109 678 5 11 44 46 85 78 90 68 92 67 117 -38z m436 4 c0 -20 -12 -43 -40 -72 -41 -46 -104 -86 -116 -74 -13 13 -6 58 12 79 32 35 127 107 136 102 4 -3 8 -19 8 -35z m-1066 -65 c14 -5 16 -29 16 -159 0 -83 -3 -180 -6 -214 l-7 -61 -37 0 c-33 0 -38 3 -43 27 -6 33 8 73 33 93 10 8 22 27 25 43 7 26 6 27 -36 27 -26 0 -67 -11 -98 -25 -59 -28 -71 -24 -71 26 0 25 8 30 95 64 61 23 102 46 115 63 l21 26 -23 9 c-13 5 -38 6 -55 3 -36 -5 -40 4 -24 48 12 30 57 45 95 30z m-176 -82 c3 -31 2 -33 -20 -27 -33 10 -38 17 -31 43 9 38 47 25 51 -16z m1306 -68 c15 -58 24 -114 21 -124 -6 -20 -125 -101 -152 -104 -21 -1 -40 36 -55 107 -10 48 -9 58 11 99 21 44 111 127 137 128 6 0 23 -48 38 -106z m-771 -39 c10 -64 14 -165 13 -351 -1 -272 -3 -286 -45 -297 -30 -7 -46 96 -45 288 1 143 26 360 50 438 9 28 11 20 27 -78z m477 30 c0 -14 -12 -33 -27 -45 -26 -20 -28 -20 -40 -4 -20 28 -15 51 14 72 32 23 53 14 53 -23z m535 -104 c-27 -24 -99 -71 -103 -66 -13 13 68 75 98 75 8 0 10 -3 5 -9z m-1231 -58 c7 -63 105 -755 111 -788 3 -11 25 -54 49 -95 60 -100 170 -374 162 -405 -3 -12 -21 -33 -38 -45 -29 -19 -30 -21 -8 -15 69 18 68 19 88 -21 10 -22 53 -124 95 -229 69 -172 97 -262 97 -317 0 -41 -55 19 -155 169 -186 276 -255 444 -331 804 -63 304 -94 495 -101 639 -6 135 4 360 17 360 4 0 11 -26 14 -57z m746 -3 c27 -53 26 -95 -5 -125 -33 -34 -50 -31 -69 9 -24 51 -21 99 10 135 30 36 37 34 64 -19z m619 -25 c33 -79 34 -111 2 -139 -33 -30 -173 -105 -186 -99 -16 6 -51 144 -42 167 6 15 175 146 189 146 3 0 20 -34 37 -75z m-329 -39 c0 -14 -49 -58 -119 -106 -32 -22 -35 -22 -47 -6 -19 27 -8 43 65 86 69 42 101 50 101 26z m-1340 -15 c-13 -26 -27 -34 -35 -21 -8 14 13 40 32 40 10 0 11 -4 3 -19z m1398 -145 c15 -49 18 -75 11 -88 -10 -19 -151 -118 -168 -118 -10 0 -42 98 -44 139 -2 21 14 37 82 89 46 35 87 60 91 55 4 -4 17 -39 28 -77z m-1264 2 c11 -41 6 -68 -15 -89 -27 -27 -39 -12 -39 47 0 59 41 90 54 42z m966 -6 c0 -19 -39 -62 -56 -62 -15 0 -26 28 -19 50 11 35 75 46 75 12z m675 -187 c-3 -16 -14 -38 -26 -47 -26 -22 -163 -98 -176 -98 -13 0 -65 172 -58 191 3 7 47 42 98 75 l92 62 38 -77 c28 -56 37 -84 32 -106z m-1771 159 c20 -51 -3 -94 -50 -94 -14 0 -16 7 -11 42 7 54 47 88 61 52z m954 -71 c-3 -33 -12 -43 -101 -112 -80 -61 -100 -72 -108 -61 -23 37 -5 64 91 137 52 39 101 72 108 72 9 1 12 -10 10 -36z m176 -11 c2 -4 10 -35 17 -70 13 -62 13 -63 -13 -88 -14 -15 -31 -23 -37 -20 -12 8 -41 99 -41 130 0 37 57 75 74 48z m-120 -148 c26 -99 30 -92 -109 -190 l-76 -54 -20 47 c-12 27 -23 64 -26 84 -5 36 -4 37 98 112 57 41 107 73 110 69 3 -4 13 -34 23 -68z m464 -11 c33 -98 28 -113 -57 -163 -38 -22 -76 -40 -85 -40 -21 0 -40 32 -62 102 -15 49 -15 59 -3 74 25 30 143 104 163 101 15 -1 26 -20 44 -74z m342 -88 c0 -44 -22 -67 -96 -102 -89 -42 -107 -39 -112 24 l-3 40 88 46 88 46 18 -20 c9 -12 17 -27 17 -34z m-1794 30 c19 -15 19 -15 -4 -35 -26 -21 -48 -17 -57 11 -12 38 24 53 61 24z m538 -27 c7 -13 44 -124 81 -247 l67 -225 -23 -19 -23 -19 -64 128 c-63 126 -131 337 -118 370 5 13 38 32 58 33 4 1 14 -9 22 -21z m662 -82 c31 -85 30 -92 -7 -111 -49 -26 -61 -17 -80 59 -19 76 -13 106 25 124 28 13 33 7 62 -72z m-491 -37 c16 -60 11 -90 -14 -75 -16 10 -43 113 -36 136 10 33 30 8 50 -61z m346 -44 c9 -44 14 -84 12 -90 -5 -15 -171 -108 -181 -101 -5 3 -19 32 -32 65 -16 44 -19 64 -12 77 15 26 164 134 182 131 10 -1 20 -28 31 -82z m474 14 c6 -22 1 -31 -27 -52 -18 -14 -58 -37 -87 -51 -62 -28 -91 -22 -91 19 0 27 36 58 121 105 59 32 72 29 84 -21z m313 29 c17 -17 15 -53 -5 -70 -20 -17 -183 -101 -188 -96 -12 15 -31 66 -28 75 5 15 119 81 161 93 39 12 46 12 60 -2z m301 -79 c15 -43 14 -114 -1 -127 -23 -18 -139 -53 -158 -47 -19 6 -50 71 -50 104 0 24 24 45 90 75 76 36 105 34 119 -5z m-2111 -22 c6 -7 13 -32 14 -56 3 -50 -18 -74 -49 -55 -18 11 -30 82 -19 110 7 18 40 18 54 1z m107 -24 c3 -21 8 -46 10 -55 2 -11 -3 -18 -11 -18 -9 0 -14 11 -14 33 0 17 -3 42 -6 55 -4 13 -2 22 4 22 6 0 14 -17 17 -37z m1423 -28 c7 -14 12 -32 12 -40 0 -17 -169 -107 -188 -100 -20 7 -34 55 -21 71 16 19 151 93 170 94 9 0 21 -11 27 -25z m-300 -27 c3 -21 -3 -30 -27 -42 -41 -22 -58 -20 -64 6 -10 37 18 70 56 66 26 -2 33 -8 35 -30z m-462 -33 c18 -45 18 -71 -2 -79 -29 -11 -35 -6 -56 40 -16 37 -18 51 -9 71 9 20 14 22 32 13 11 -7 27 -27 35 -45z m1088 33 c15 -13 29 -37 32 -54 5 -27 2 -34 -28 -52 -48 -29 -141 -56 -170 -49 -29 8 -53 55 -43 86 6 21 133 90 167 91 9 0 28 -10 42 -22z m-779 -79 c4 -12 3 -24 -2 -28 -6 -3 -42 -28 -81 -55 -60 -41 -74 -47 -87 -36 -20 16 -19 54 1 71 35 29 110 67 136 68 19 1 29 -5 33 -20z m191 -46 c6 -31 3 -39 -16 -55 -29 -24 -67 -23 -80 1 -14 28 -14 30 21 62 43 41 66 38 75 -8z m331 -20 c9 -24 12 -43 6 -51 -5 -8 -53 -32 -106 -52 l-98 -38 -17 34 c-15 33 -15 35 4 54 28 29 145 90 172 90 17 0 27 -9 39 -37z m543 1 c15 -38 12 -107 -5 -131 -9 -13 -34 -28 -55 -34 -35 -11 -42 -10 -61 7 -53 48 -64 120 -24 159 20 21 34 25 80 25 50 0 56 -2 65 -26z m-1030 -66 c0 -13 -4 -28 -8 -34 -7 -11 -132 -84 -144 -84 -3 0 -11 14 -18 31 -15 35 -12 40 57 80 26 16 63 29 81 29 27 0 32 -4 32 -22z m818 -30 c32 -87 33 -94 19 -107 -15 -12 -153 -61 -173 -61 -12 0 -51 81 -60 129 -7 33 2 40 90 71 88 32 102 28 124 -32z m-1114 36 c26 -10 18 -42 -14 -59 -29 -15 -30 -15 -30 9 0 49 12 62 44 50z m496 -64 c17 -33 2 -58 -47 -80 -61 -27 -65 -26 -61 18 3 33 8 40 48 60 24 12 45 22 47 22 1 0 7 -9 13 -20z m-1271 -4 c7 -8 11 -30 9 -48 -3 -29 -7 -33 -34 -36 -51 -5 -86 52 -52 86 16 16 63 15 77 -2z m120 -47 c-13 -26 -27 -24 -35 5 -9 36 4 51 27 30 14 -13 16 -21 8 -35z m525 35 c20 -19 20 -23 -1 -46 -26 -28 -43 -22 -43 15 0 49 16 60 44 31z m986 -41 c31 -49 34 -89 10 -119 -17 -19 -166 -76 -192 -72 -18 2 -27 16 -45 65 -12 35 -20 69 -17 77 5 14 177 95 201 96 7 0 27 -21 43 -47z m-806 -9 c10 -25 7 -33 -14 -44 -17 -9 -22 -7 -32 15 -10 22 -9 28 3 36 21 13 36 11 43 -7z m260 -10 c9 -3 16 -16 16 -28 0 -30 -114 -94 -135 -76 -29 24 -16 46 43 78 67 37 57 33 76 26z m1045 -40 c12 -15 21 -35 21 -45 0 -25 -38 -49 -77 -49 -26 0 -36 6 -49 32 -16 32 -16 32 15 60 39 35 64 35 90 2z m-1424 -55 c-6 -50 -4 -63 11 -80 13 -14 15 -22 6 -31 -18 -18 -37 5 -63 74 l-23 61 23 18 c44 35 54 26 46 -42z m640 -21 c8 -28 15 -62 15 -74 0 -26 -37 -58 -87 -75 -47 -15 -58 -3 -76 83 -13 62 -13 68 3 83 21 19 63 33 102 34 24 1 29 -4 43 -51z m614 16 c12 -15 21 -33 21 -40 0 -21 -40 -42 -114 -59 -67 -16 -70 -15 -89 3 -32 33 -15 57 66 91 40 17 77 31 84 31 6 0 21 -12 32 -26z m-1710 3 c6 -8 8 -16 5 -19 -10 -10 -44 4 -44 18 0 18 24 18 39 1z m636 -27 c7 -11 -42 -37 -51 -27 -4 3 -4 13 -1 22 7 17 42 21 52 5z m257 -94 c16 -61 16 -73 3 -92 -19 -29 -61 -39 -90 -20 -25 16 -60 107 -51 131 7 19 76 55 101 52 16 -2 24 -16 37 -71z m559 17 c6 -15 4 -27 -6 -37 -12 -12 -197 -76 -219 -76 -3 0 -6 13 -6 29 0 25 8 32 83 69 92 46 135 50 148 15z m488 -47 c13 -53 14 -83 3 -90 -5 -3 -27 -8 -49 -12 l-41 -6 -17 51 c-23 70 -18 93 25 107 47 16 65 4 79 -50z m-1875 12 c9 -12 16 -32 16 -44 0 -18 -8 -22 -50 -28 -78 -10 -109 19 -80 75 16 29 93 27 114 -3z m-188 -42 c-10 -40 -26 -31 -26 16 0 39 1 41 16 26 11 -11 14 -25 10 -42z m827 -21 c34 -71 29 -108 -15 -113 -32 -4 -49 19 -71 94 -15 52 -13 67 13 77 31 12 45 0 73 -58z m1054 43 c5 -7 16 -32 25 -55 15 -38 15 -43 -1 -57 -17 -15 -124 -46 -160 -46 -31 0 -69 80 -54 113 18 39 167 74 190 45z m-1215 -71 c23 -43 106 -307 98 -312 -25 -15 -159 290 -144 329 7 19 31 10 46 -17z m616 5 c2 -7 -19 -22 -53 -37 -74 -33 -100 -36 -100 -11 0 14 16 25 60 42 64 25 86 26 93 6z m336 -14 c8 -13 18 -39 21 -60 8 -44 0 -50 -112 -78 -115 -29 -119 -28 -137 28 -19 57 -14 76 22 90 125 47 184 53 206 20z m901 -34 c5 -29 2 -41 -12 -55 -26 -25 -270 -132 -287 -126 -15 6 -46 88 -46 123 0 12 6 27 14 33 15 13 239 58 292 60 29 1 32 -2 39 -35z m-2524 -34 c25 -14 29 -110 4 -110 -31 0 -69 95 -44 111 18 11 17 11 40 -1z m167 1 c9 -5 12 -26 10 -67 -3 -58 -3 -59 -35 -62 -23 -2 -35 3 -47 20 -19 26 -21 89 -4 106 14 14 57 16 76 3z m1156 -22 c3 -17 6 -44 6 -60 0 -26 -5 -30 -52 -43 -104 -29 -109 -28 -129 33 -11 30 -18 56 -16 57 3 3 158 41 173 43 6 1 14 -13 18 -30z m-979 -81 l17 -29 -49 3 -48 3 -2 65 -3 65 34 -39 c18 -21 41 -52 51 -68z m725 56 c11 -25 20 -55 20 -67 -1 -25 -22 -57 -37 -57 -25 0 -61 43 -73 86 -13 45 -12 48 9 66 38 30 59 23 81 -28z m1055 -6 c24 -61 32 -138 14 -149 -21 -13 -65 -11 -76 4 -17 22 -53 119 -53 143 0 15 8 25 28 32 54 20 69 15 87 -30z m-153 -58 c15 -30 28 -67 28 -83 0 -33 -19 -42 -112 -52 -62 -7 -67 -6 -81 16 -17 28 -43 126 -35 134 10 11 133 44 153 42 13 -1 29 -20 47 -57z m-1064 27 c6 -7 14 -31 17 -53 6 -32 3 -43 -13 -57 -17 -16 -23 -16 -41 -5 -12 7 -28 28 -37 46 -14 30 -14 35 0 58 18 26 57 32 74 11z m807 -71 c23 -35 30 -90 13 -103 -17 -14 -118 -33 -180 -33 -57 0 -84 21 -94 75 -9 49 5 61 89 79 129 28 143 26 172 -18z m-351 -36 c33 -12 55 -85 33 -107 -16 -17 -165 -40 -190 -30 -20 8 -39 75 -27 96 5 9 39 23 77 33 85 20 77 20 107 8z m-1174 -85 c0 -19 -38 -48 -54 -42 -25 10 -31 55 -10 78 17 19 18 19 41 -3 13 -12 23 -27 23 -33z m2380 29 c6 -14 24 -75 42 -135 27 -95 29 -112 17 -124 -8 -8 -70 -26 -139 -40 l-125 -26 -17 21 c-17 21 -88 233 -88 263 0 23 10 27 123 47 149 27 175 26 187 -6z m-2132 -9 c16 -35 16 -35 -22 -35 -40 0 -47 8 -39 38 8 31 47 29 61 -3z m688 -37 c11 -31 10 -37 -3 -42 -26 -10 -53 4 -59 30 -16 64 40 75 62 12z m-146 -7 c17 -42 7 -52 -38 -37 -57 20 -54 65 4 66 14 0 26 -10 34 -29z m1209 5 c12 -15 91 -242 91 -262 0 -42 -81 -60 -100 -23 -18 32 -80 232 -80 256 0 38 65 59 89 29z m-155 -38 c19 -17 33 -52 57 -140 18 -64 29 -123 26 -131 -6 -17 -141 -31 -168 -17 -11 6 -33 58 -61 141 l-43 131 24 19 c35 29 131 27 165 -3z m-256 -30 c6 -7 29 -67 51 -132 51 -147 51 -147 -84 -164 -117 -15 -125 -10 -171 118 -19 52 -33 101 -32 109 4 18 151 79 194 80 17 1 36 -5 42 -11z m-1201 -63 c-6 -16 -31 -17 -51 -2 -12 9 -17 20 -13 31 6 16 9 16 37 -1 17 -9 29 -22 27 -28z m451 3 c12 -16 152 -361 152 -377 0 -19 -66 -12 -101 12 -47 32 -58 67 -33 113 15 29 16 38 6 41 -31 11 -61 53 -91 127 -26 63 -30 81 -19 87 20 13 74 11 86 -3z m446 -50 c22 -36 70 -178 62 -186 -4 -4 -56 -7 -116 -7 -91 0 -111 3 -128 19 -19 16 -62 123 -62 151 0 6 39 18 88 27 124 22 139 22 156 -4z m-262 -78 c33 -67 35 -85 10 -71 -27 14 -72 83 -72 110 0 40 33 19 62 -39z m1702 -22 c25 -38 47 -138 36 -159 -15 -28 -142 -58 -165 -39 -17 14 -50 152 -42 173 6 17 85 45 129 46 18 1 33 -7 42 -21z m-252 -45 c23 -27 51 -121 44 -149 -9 -33 -34 -41 -159 -50 l-105 -7 -17 26 c-22 33 -46 114 -39 131 5 12 191 63 240 65 11 1 28 -7 36 -16z m-344 -75 c11 -14 42 -113 42 -135 0 -18 -94 -18 -108 0 -7 7 -17 37 -23 67 -10 48 -10 55 7 67 23 16 68 17 82 1z m-174 -24 c9 -8 16 -18 16 -22 1 -4 5 -26 9 -49 6 -29 5 -46 -3 -52 -15 -12 -118 -23 -139 -15 -25 9 -47 56 -47 98 0 38 4 40 75 49 61 8 74 7 89 -9z m-704 -30 c139 -8 160 -18 160 -74 l0 -40 -48 0 c-27 0 -71 7 -98 15 -27 8 -62 15 -78 15 l-30 0 29 -30 c24 -25 27 -34 19 -48 -20 -31 -37 -18 -90 68 -65 105 -66 115 -16 107 20 -4 89 -9 152 -13z m472 -14 c21 -26 24 -83 6 -97 -7 -6 -52 -13 -100 -17 -84 -7 -89 -6 -111 17 -23 22 -45 93 -33 105 9 9 136 21 181 17 26 -3 46 -11 57 -25z m-1334 -22 c16 -16 15 -100 -1 -122 -11 -15 -15 -16 -25 -3 -19 22 -27 104 -12 122 15 18 22 19 38 3z m2704 -5 c8 -10 22 -39 31 -65 14 -42 14 -50 1 -63 -17 -16 -91 -40 -156 -50 -54 -8 -70 7 -88 83 -10 45 -10 56 1 67 11 11 113 35 185 44 6 0 18 -7 26 -16z m-2573 -27 c20 -37 -3 -140 -23 -107 -4 5 -9 37 -12 70 -6 50 -4 61 8 61 8 0 20 -11 27 -24z m287 -58 c27 -17 45 -32 39 -34 -92 -26 -93 -26 -109 39 -9 36 7 35 70 -5z m2003 6 c24 -30 28 -96 8 -112 -17 -15 -149 -37 -169 -29 -21 7 -44 115 -31 137 10 16 58 26 130 29 34 1 45 -4 62 -25z m-2164 -34 c0 -13 -5 -25 -12 -27 -13 -5 -27 32 -18 47 11 18 30 5 30 -20z m435 -22 c37 -55 90 -98 121 -98 24 0 48 25 55 58 12 57 8 55 97 48 56 -4 86 -11 94 -22 11 -16 46 -154 40 -161 -2 -2 -41 -8 -87 -14 -124 -15 -157 -5 -256 83 -34 29 -83 71 -109 92 -44 37 -46 40 -29 53 28 20 37 16 74 -39z m1464 33 c23 -26 33 -113 14 -129 -8 -6 -60 -20 -116 -29 -97 -17 -101 -17 -121 1 -27 24 -50 124 -32 136 7 4 48 13 90 20 42 6 83 13 91 15 38 7 58 4 74 -14z m1157 -11 c45 0 74 -37 103 -131 20 -66 23 -86 13 -95 -18 -17 -242 -63 -260 -53 -8 5 -27 56 -42 114 -25 93 -27 108 -14 121 18 17 138 54 157 48 8 -2 27 -4 43 -4z m-1477 -60 c33 -84 16 -120 -57 -120 -41 0 -60 23 -75 93 -12 57 -2 66 69 67 45 0 47 -1 63 -40z m-206 13 c5 -10 14 -40 21 -68 7 -27 14 -58 17 -67 5 -16 -3 -18 -71 -18 -100 0 -111 7 -120 72 -3 29 -9 61 -11 70 -4 13 3 18 33 21 94 9 122 7 131 -10z m-234 -38 c19 -47 23 -95 12 -114 -5 -7 -42 -11 -105 -11 -123 0 -127 4 -150 123 l-8 47 117 0 117 0 17 -45z m1623 13 c19 -24 76 -197 70 -212 -7 -18 -67 -36 -119 -36 -46 0 -59 17 -94 124 -31 93 -27 105 37 122 59 16 95 17 106 2z m1295 -25 c19 -22 110 -338 106 -367 -3 -18 -17 -23 -133 -43 -71 -12 -135 -22 -140 -22 -6 -1 -19 38 -28 86 -15 71 -47 167 -94 280 -3 7 29 22 89 41 150 48 177 51 200 25z m-1553 -20 c20 -18 81 -163 81 -195 0 -9 -4 -19 -9 -23 -16 -9 -203 -33 -222 -28 -13 4 -25 26 -39 70 -27 88 -26 129 3 144 18 10 132 44 158 48 4 1 16 -7 28 -16z m-290 -72 c22 -22 61 -121 61 -155 0 -30 -16 -36 -116 -43 -100 -7 -114 3 -134 97 -16 77 -9 91 56 107 74 17 112 15 133 -6z m1523 -21 c22 -31 93 -309 81 -321 -4 -4 -42 -14 -84 -22 -106 -20 -110 -16 -154 148 -37 138 -42 179 -24 191 22 13 105 33 133 31 18 -1 36 -12 48 -27z m-1789 -18 c20 -22 41 -142 27 -156 -13 -13 -211 -20 -228 -8 -14 9 -42 102 -42 138 0 19 8 22 83 31 126 15 142 15 160 -5z m-310 -39 c18 -22 40 -100 33 -119 -7 -17 -94 -19 -129 -3 -44 20 -62 93 -31 123 22 23 106 21 127 -1z m1835 -3 c33 -35 95 -271 77 -289 -6 -5 -49 -13 -97 -17 l-86 -7 -14 29 c-22 43 -71 243 -64 260 16 42 151 60 184 24z m-2045 -15 c21 -20 40 -82 33 -102 -5 -13 -18 -15 -69 -11 -80 7 -113 23 -127 61 -20 58 -21 57 117 65 17 1 38 -5 46 -13z m-249 -13 c2 -4 7 -24 11 -45 l7 -37 -44 0 c-42 0 -154 33 -172 50 -5 6 -4 15 4 25 9 11 33 15 101 15 48 0 90 -3 93 -8z m2068 -138 c15 -54 28 -107 28 -117 0 -26 -38 -36 -165 -43 -132 -8 -116 -20 -154 118 -24 87 -25 104 -11 113 5 3 60 17 122 30 92 19 117 21 132 11 13 -8 29 -47 48 -112z m-2346 24 c6 -7 15 -24 19 -38 l8 -24 -29 19 c-88 57 -104 68 -104 76 0 11 90 -17 106 -33z m1998 -83 c27 -85 28 -89 10 -102 -24 -18 -108 -17 -144 2 -40 21 -63 69 -64 135 l-1 55 65 11 c89 15 98 8 134 -101z m-2346 79 c26 -18 28 -46 6 -68 -24 -25 -54 -4 -54 38 0 49 11 56 48 30z m159 -33 c18 -14 33 -30 33 -34 0 -5 -19 -7 -42 -5 -42 3 -43 4 -46 42 -4 42 -2 42 55 -3z m1903 1 c33 -33 61 -135 42 -154 -14 -14 -145 -23 -205 -14 -58 9 -84 35 -93 92 -9 61 11 81 91 93 111 16 134 14 165 -17z m-2200 -11 c0 -17 -5 -33 -11 -36 -14 -9 -18 -4 -25 33 -6 28 -4 32 15 32 17 0 21 -6 21 -29z m729 19 c29 -5 64 -19 78 -30 32 -25 46 -25 101 1 40 20 49 21 97 10 62 -14 85 -36 120 -114 21 -49 23 -58 10 -64 -21 -7 -271 13 -332 28 -32 8 -57 21 -74 42 -25 28 -29 30 -53 19 -39 -18 -60 -15 -85 11 -20 22 -20 25 -6 37 9 8 23 26 31 42 16 31 31 34 113 18z m1145 -31 c23 -18 26 -28 26 -79 l0 -59 -42 -6 c-91 -13 -178 -11 -188 5 -15 24 -24 120 -12 132 10 10 90 23 163 27 15 0 38 -8 53 -20z m-610 -9 c34 -12 55 -47 62 -102 6 -45 6 -45 -26 -52 -67 -13 -128 43 -146 132 l-6 32 45 0 c25 0 57 -4 71 -10z m309 -8 c9 -9 19 -40 22 -69 7 -45 5 -52 -13 -62 -26 -14 -122 -14 -157 -1 -27 10 -53 58 -62 117 l-6 33 100 0 c83 0 103 -3 116 -18z m2624 -14 c11 -13 28 -35 37 -49 l17 -27 -148 -51 c-201 -71 -198 -70 -222 -31 -28 48 -36 99 -17 118 14 15 222 59 287 61 15 1 34 -8 46 -21z m-405 -98 c23 -50 31 -99 18 -115 -6 -7 -72 -28 -146 -46 -130 -32 -136 -33 -149 -15 -18 23 -31 164 -17 178 11 11 188 37 242 34 29 -1 38 -6 52 -36z m-346 -107 c12 -57 14 -77 5 -86 -7 -7 -44 -17 -84 -23 -59 -9 -75 -9 -88 2 -17 15 -39 97 -39 145 0 34 19 44 104 58 68 10 81 -2 102 -96z m-313 65 c35 -14 55 -51 63 -122 6 -54 6 -56 -20 -66 -42 -15 -161 -13 -175 4 -17 20 -35 128 -27 159 11 44 81 55 159 25z m-220 -101 c24 -107 24 -107 -119 -107 -62 0 -124 4 -137 9 -28 11 -61 92 -55 138 4 35 31 41 183 39 l110 -1 18 -78z m-418 59 c42 -18 55 -42 55 -102 l0 -47 -65 5 c-85 7 -111 25 -123 85 -7 33 -7 52 0 60 14 17 90 16 133 -1z m-593 -14 c21 -21 -9 -32 -89 -32 -109 0 -163 30 -78 43 53 9 154 2 167 -11z m362 2 c9 -9 16 -32 16 -55 0 -39 0 -40 -32 -35 -18 3 -76 13 -128 22 -104 17 -120 25 -120 60 0 24 0 24 124 24 100 0 128 -3 140 -16z m-1114 -39 c171 -17 217 -30 370 -100 63 -29 156 -68 207 -86 50 -18 90 -36 87 -41 -7 -11 -197 -10 -312 3 -182 19 -312 59 -357 108 -10 12 -60 42 -110 66 -49 24 -99 51 -110 60 -19 15 -17 16 30 11 28 -3 115 -12 195 -21z m-990 -20 c0 -41 -16 -46 -32 -9 -10 21 -9 27 3 35 24 15 29 10 29 -26z m150 -6 c9 -15 8 -24 -1 -35 -17 -20 -28 -17 -35 10 -11 44 16 63 36 25z m270 3 c14 -11 19 -23 15 -35 -11 -27 -42 -21 -53 12 -15 44 0 53 38 23z m-135 -17 c0 -10 -5 -20 -11 -22 -13 -4 -27 24 -18 38 9 15 29 4 29 -16z m1184 -26 c36 -11 56 -29 33 -29 -22 0 -102 33 -102 42 0 6 6 8 14 5 8 -3 32 -11 55 -18z m301 -29 c24 -24 27 -60 4 -60 -27 0 -196 42 -190 47 13 13 86 32 124 33 29 0 48 -6 62 -20z m234 -25 c118 -27 148 -41 123 -60 -14 -10 -174 -3 -233 10 -27 6 -37 30 -24 56 13 23 3 24 134 -6z m-1229 -45 c9 -14 -70 -32 -110 -24 -34 6 -42 14 -28 27 10 11 131 8 138 -3z m105 -30 c32 -11 125 -52 207 -92 81 -40 186 -89 233 -108 l85 -35 -40 -4 c-54 -4 -305 19 -328 31 -10 5 -25 27 -33 49 -20 48 -54 76 -103 85 -50 9 -77 28 -89 63 -13 37 -10 37 68 11z m2795 11 c-9 -8 -139 -50 -311 -100 -95 -28 -302 -71 -552 -116 -205 -36 -232 -36 -232 -1 0 38 -24 88 -47 99 -22 10 -23 12 -6 18 10 4 71 8 135 8 101 1 124 -2 163 -21 l45 -22 22 21 c20 19 38 22 143 27 313 12 407 22 505 54 52 17 104 33 115 35 11 3 22 5 25 6 2 0 0 -3 -5 -8z m-1570 -81 c39 -6 75 -16 80 -24 13 -16 49 -36 68 -36 7 0 19 12 26 26 11 25 15 26 76 22 77 -5 87 -15 106 -101 10 -50 10 -60 -2 -69 -29 -19 -579 17 -774 52 -73 13 -277 69 -287 79 -13 12 387 55 407 44 9 -5 22 -21 28 -34 13 -25 43 -35 66 -20 11 7 10 13 -3 33 -9 14 -13 28 -9 31 10 10 138 8 218 -3z m-85 -308 c0 -26 -15 -52 -31 -52 -4 0 -10 12 -14 27 -5 20 -2 31 11 40 26 19 34 16 34 -15z m14 -151 c4 -5 9 -30 12 -55 6 -38 4 -47 -11 -52 -24 -10 -45 21 -45 66 0 20 3 40 7 43 9 10 31 9 37 -2z m48 -228 c45 -44 47 -56 13 -71 -14 -7 -30 -23 -37 -37 -10 -22 -8 -29 13 -51 34 -37 64 -46 109 -34 62 17 74 6 66 -57 -6 -51 -4 -56 23 -84 18 -18 33 -45 36 -67 3 -20 8 -48 11 -61 l5 -24 21 21 c19 19 22 35 25 139 4 129 9 163 22 163 19 0 24 -42 35 -247 12 -222 19 -254 52 -221 10 10 18 41 21 82 l6 66 41 0 c44 0 76 -17 140 -72 l39 -34 13 -138 c11 -124 23 -170 39 -154 4 4 34 194 35 221 0 15 40 6 49 -11 5 -10 14 -62 21 -117 6 -57 17 -110 27 -124 l16 -24 15 28 c11 23 13 49 9 120 -3 49 -2 96 2 104 14 22 70 -14 78 -49 3 -16 11 -34 19 -41 10 -8 15 -2 24 30 6 23 12 41 13 41 14 -1 249 -69 253 -73 20 -19 -98 -95 -210 -135 -124 -45 -235 -69 -506 -109 -199 -29 -285 -36 -457 -40 -300 -7 -396 4 -605 73 -135 44 -171 53 -188 44 -22 -12 -23 -14 -14 -47 7 -25 53 -46 194 -91 188 -59 202 -60 692 -54 239 4 247 3 267 -17 16 -16 34 -21 70 -21 50 0 253 32 453 71 82 16 111 18 127 9 28 -15 27 -56 -1 -74 -19 -11 -319 -88 -435 -111 -18 -4 -35 -10 -38 -15 -13 -21 109 -24 178 -4 9 3 17 1 17 -4 0 -12 -148 -51 -259 -68 -134 -21 -427 -29 -571 -15 -390 38 -567 70 -805 148 -206 67 -545 191 -562 205 -7 6 -13 25 -13 43 0 39 12 45 150 75 226 49 754 217 866 275 132 69 281 213 303 292 6 21 11 110 11 199 0 200 10 217 82 147z m1506 -848 c29 -9 67 -28 84 -44 27 -24 29 -30 19 -49 -20 -38 -131 -92 -131 -63 0 5 7 28 15 51 20 55 19 59 -8 65 -14 4 -68 -12 -147 -44 -130 -51 -190 -69 -190 -54 1 20 24 39 121 99 115 70 126 72 237 39z m-68 -159 c0 -33 -2 -35 -67 -60 -156 -58 -206 -76 -214 -76 -8 0 -14 80 -6 80 1 0 61 20 132 44 72 25 136 45 143 45 7 1 12 -12 12 -33z m-362 -1 c-7 -8 -178 -54 -178 -49 0 6 45 23 115 44 56 16 76 18 63 5z m-2598 -28 c0 -21 8 -41 19 -52 23 -20 500 -199 681 -254 162 -50 330 -87 455 -100 182 -20 640 -31 830 -21 202 10 278 20 380 51 84 25 106 25 122 3 24 -32 -1 -51 -98 -73 -50 -12 -108 -24 -130 -27 -36 -6 -57 -19 -47 -30 3 -2 52 3 109 11 147 21 156 20 163 -11 9 -33 0 -60 -22 -69 -25 -10 -502 -62 -695 -75 -105 -8 -290 -10 -490 -7 -273 4 -341 8 -445 27 -297 52 -813 231 -885 306 -18 18 -51 53 -74 77 -39 39 -43 48 -43 93 0 62 33 113 98 155 60 38 72 37 72 -4z m3390 -72 c0 -44 -29 -75 -71 -75 -24 0 -30 3 -25 16 3 9 6 26 6 39 0 32 25 55 61 55 27 0 29 -3 29 -35z m-1174 16 c-9 -14 -91 -31 -152 -31 -104 0 -60 12 149 39 5 1 6 -3 3 -8z m1038 -57 c15 -40 6 -65 -30 -80 -41 -17 -64 -6 -64 31 0 44 80 86 94 49z m-485 -33 c9 -6 -2 -14 -38 -26 -59 -19 -77 -13 -42 16 25 20 57 24 80 10z m351 -37 c0 -60 -62 -108 -114 -88 -42 16 0 109 52 117 62 9 62 9 62 -29z m360 8 c0 -5 -11 -19 -24 -31 -22 -20 -24 -21 -30 -4 -5 11 -1 22 10 30 20 15 44 17 44 5z m-900 -32 c0 -5 -19 -14 -42 -20 -24 -6 -59 -15 -78 -21 -77 -20 -70 -5 10 21 95 31 110 34 110 20z m800 -36 c0 -24 -26 -46 -67 -59 -22 -6 -23 -3 -23 40 0 38 4 47 23 54 31 12 67 -7 67 -35z m-422 -6 c4 -43 -18 -62 -80 -71 l-38 -6 0 38 c0 52 35 82 90 78 21 -2 25 -8 28 -39z m280 -10 c19 -19 14 -59 -10 -85 -25 -27 -31 -28 -52 -7 -22 21 -20 60 4 84 23 23 41 25 58 8z m328 -54 c-10 -25 -23 -15 -19 14 8 47 16 60 21 29 2 -16 1 -35 -2 -43z m-771 26 c15 -48 -20 -77 -107 -87 -54 -7 -60 4 -33 57 24 46 128 69 140 30z m320 -87 c-12 -49 -127 -87 -137 -45 -7 25 9 77 28 93 9 8 37 21 63 30 l46 16 3 -35 c2 -19 1 -46 -3 -59z m-515 35 c18 -20 18 -23 4 -39 -20 -22 -51 -30 -62 -15 -19 24 -21 46 -6 61 21 21 40 19 64 -7z m894 6 c9 -22 -21 -54 -51 -54 -31 0 -30 23 3 49 32 25 40 26 48 5z m-540 -52 c12 -42 -14 -81 -68 -101 -43 -17 -56 -7 -56 42 0 40 17 67 53 83 45 19 60 14 71 -24z m-154 -62 c0 -60 -17 -72 -100 -74 l-55 -1 0 40 c0 39 1 40 55 62 30 12 65 23 78 23 20 0 22 -5 22 -50z m-2820 -81 c14 -34 20 -66 18 -97 -3 -41 -6 -47 -27 -50 -13 -2 -27 0 -32 5 -13 13 -28 149 -22 189 5 32 7 34 23 19 10 -9 28 -39 40 -66z m2610 41 c14 -26 -3 -60 -30 -60 -16 0 -20 7 -20 33 0 51 29 66 50 27z m760 -15 c0 -14 -54 -55 -72 -55 -13 0 -9 45 4 58 18 18 68 15 68 -3z m-132 -53 c4 -28 -14 -52 -39 -52 -22 0 -25 29 -8 61 14 26 43 20 47 -9z m-2979 -13 c34 -12 51 -41 51 -85 0 -33 -40 -52 -75 -36 -23 10 -25 17 -25 72 0 33 4 60 9 60 4 0 23 -5 40 -11z m3406 -8 c0 -14 -72 -47 -82 -38 -3 4 2 18 11 32 13 19 24 25 44 23 15 -2 27 -9 27 -17z m-3536 -103 c1 -16 -3 -28 -9 -28 -6 0 -9 30 -9 73 1 68 2 70 10 27 4 -25 8 -57 8 -72z m2999 74 c3 -26 -3 -39 -29 -62 -57 -54 -109 -53 -109 2 0 44 23 75 63 87 54 16 72 10 75 -27z m-174 -24 c31 -44 9 -105 -48 -132 -52 -24 -56 -22 -56 40 0 63 12 91 43 104 34 14 45 12 61 -12z m521 -13 c0 -12 -10 -23 -27 -29 -36 -13 -45 -3 -24 29 20 30 51 30 51 0z m-3051 -7 c23 -32 20 -58 -4 -58 -23 0 -40 33 -32 62 6 24 18 23 36 -4z m104 1 c34 -12 51 -52 31 -75 -16 -20 -26 -18 -43 9 -15 23 -32 77 -24 77 3 0 19 -5 36 -11z m2280 -21 c37 -37 -5 -131 -65 -147 -49 -14 -80 -14 -88 0 -9 13 23 48 53 60 32 12 27 29 -9 29 -41 0 -29 16 35 46 60 28 58 28 74 12z m-2120 -30 c17 -15 15 -45 -4 -52 -38 -14 -72 22 -57 60 6 15 36 11 61 -8z m2662 15 c-1 -19 -20 -35 -56 -48 -39 -13 -51 -8 -40 20 7 20 96 45 96 28z m-1096 -45 c8 -14 6 -22 -10 -39 l-21 -20 -17 26 c-14 21 -15 29 -5 41 15 18 38 15 53 -8z m-141 -6 c16 -17 15 -20 -9 -43 -25 -24 -26 -24 -40 -5 -36 50 8 93 49 48z m-1139 -18 c22 -22 21 -48 -1 -39 -10 4 -26 10 -35 12 -28 8 -21 43 8 43 7 0 20 -7 28 -16z m912 8 c23 -16 25 -45 3 -69 -26 -27 -46 -29 -71 -6 -21 18 -24 53 -6 71 13 13 57 16 74 4z m-720 -16 c28 -22 7 -50 -40 -54 -31 -3 -37 0 -46 23 -6 14 -10 31 -10 36 0 14 74 11 96 -5z m163 -10 l23 -24 -26 -17 c-14 -9 -33 -15 -43 -13 -34 6 -24 78 11 78 7 0 23 -11 35 -24z m376 4 c25 -20 17 -46 -19 -65 l-34 -19 -36 28 c-20 15 -35 30 -33 34 2 4 7 15 11 26 5 15 14 18 51 14 25 -3 52 -11 60 -18z m-198 -26 c3 -9 -4 -25 -15 -37 -21 -20 -22 -20 -42 -2 -24 22 -25 33 -4 56 13 14 21 16 36 8 10 -6 22 -17 25 -25z m1583 1 c0 -17 -34 -41 -72 -50 -35 -9 -38 15 -8 45 24 24 80 27 80 5z m-170 -80 c-14 -17 -50 -20 -50 -5 0 13 54 40 58 29 2 -5 -2 -16 -8 -24z m-544 4 c10 -17 -23 -46 -38 -31 -8 8 -8 15 2 27 15 18 26 19 36 4z m-1026 -65 c0 -20 -38 -37 -66 -30 -30 8 -31 32 -2 63 l22 23 23 -22 c13 -12 23 -27 23 -34z m168 18 c21 -27 15 -61 -12 -68 -45 -11 -71 -1 -74 28 -6 54 52 81 86 40z m-343 7 c4 -6 5 -12 3 -15 -8 -7 -68 8 -68 17 0 13 58 11 65 -2z m549 -2 c12 -9 17 -23 14 -47 -3 -35 -4 -35 -55 -38 -29 -2 -62 2 -73 8 -24 13 -26 52 -4 74 19 19 93 21 118 3z m184 1 c20 -20 15 -76 -7 -88 -46 -24 -91 0 -91 49 0 35 17 51 55 51 17 0 36 -5 43 -12z m190 -19 c3 -28 -20 -59 -44 -59 -16 0 -18 28 -4 65 13 34 44 30 48 -6z m-1399 -23 c11 -13 5 -46 -8 -46 -11 0 -31 47 -24 54 10 9 20 7 32 -8z m137 -20 c11 -44 -16 -63 -36 -25 -9 15 -8 24 1 35 17 20 28 17 35 -10z m169 -36 c7 -11 -40 -24 -54 -15 -6 3 -11 20 -11 36 l0 30 30 -21 c16 -11 32 -25 35 -30z'/%3E%3Cpath d='M3688 9938 c15 -25 47 -47 129 -88 60 -30 138 -76 174 -101 68 -50 126 -105 118 -114 -3 -2 -72 -10 -154 -16 -164 -13 -232 -8 -514 37 -84 13 -162 22 -172 19 -25 -8 -24 -33 3 -62 l22 -23 -41 -43 c-56 -58 -66 -79 -48 -103 12 -17 33 -20 182 -26 92 -3 179 -7 193 -7 23 -2 22 -3 -14 -26 -58 -35 -61 -47 -30 -106 39 -70 36 -72 -123 -69 -90 1 -146 -10 -182 -39 -24 -18 -24 -20 -8 -45 10 -14 51 -54 92 -88 41 -34 75 -66 75 -71 0 -4 -11 -12 -24 -16 -50 -20 -39 -64 36 -140 70 -71 134 -88 194 -52 46 28 67 81 59 150 -13 117 -27 169 -51 192 l-23 22 -7 -29 c-4 -15 -2 -67 5 -114 12 -88 6 -135 -22 -152 -21 -13 -54 -9 -78 10 l-22 19 26 35 c15 19 27 42 27 50 0 9 -28 45 -63 81 -60 63 -96 113 -86 121 2 1 40 -1 84 -7 107 -12 153 0 211 58 51 51 55 75 17 103 l-26 19 49 28 c60 34 94 64 94 82 0 27 -50 41 -217 63 -95 13 -173 27 -173 32 0 4 15 17 33 28 39 24 98 26 204 4 43 -8 161 -19 263 -24 152 -6 196 -12 248 -30 44 -15 74 -20 98 -15 43 8 76 38 67 62 -21 61 -308 290 -458 365 -48 24 -150 58 -175 58 -8 0 -5 -12 8 -32z'/%3E%3Cpath d='M6714 8906 c-3 -8 34 -69 88 -143 108 -148 144 -191 154 -181 6 7 1 16 -41 74 -14 19 -13 23 7 49 l22 29 -99 93 c-100 93 -121 105 -131 79z'/%3E%3Cpath d='M7286 8178 c21 -37 67 -87 74 -83 11 7 -6 54 -27 77 -19 21 -58 25 -47 6z'/%3E%3Cpath d='M7321 7963 c25 -66 113 -269 120 -277 11 -12 59 21 59 41 0 9 -11 40 -25 69 -15 32 -23 63 -20 76 3 13 2 28 -2 34 -9 13 -123 84 -135 84 -4 0 -3 -12 3 -27z'/%3E%3Cpath d='M7427 7428 c-114 -136 -237 -297 -247 -323 -8 -22 -8 -30 2 -36 16 -10 2 -24 180 191 168 204 165 200 147 211 -25 16 -37 10 -82 -43z'/%3E%3Cpath d='M5640 7418 c-80 -23 -69 -57 20 -66 43 -4 55 -1 75 18 31 29 31 34 0 48 -30 14 -47 14 -95 0z'/%3E%3Cpath d='M5261 7302 c-15 -28 -8 -31 96 -43 48 -6 90 -13 93 -16 2 -2 -2 -16 -10 -31 -16 -28 -90 -72 -122 -72 -12 0 -18 8 -18 23 -1 61 -55 61 -66 0 -19 -101 146 -114 244 -20 38 36 76 103 69 121 -7 19 -114 48 -198 53 -70 5 -78 4 -88 -15z'/%3E%3Cpath d='M4662 7247 c-7 -8 -10 -22 -6 -31 5 -13 21 -16 83 -16 43 0 81 -3 85 -7 4 -4 -8 -15 -26 -24 -29 -15 -36 -15 -61 -2 -30 15 -57 5 -57 -23 0 -25 23 -64 41 -69 19 -6 214 71 257 101 31 22 25 55 -11 65 -15 4 -87 11 -160 14 -111 6 -134 5 -145 -8z'/%3E%3Cpath d='M6168 7030 c-73 -13 -140 -37 -203 -75 -34 -21 -71 -35 -89 -35 -58 0 -131 -29 -202 -79 -88 -62 -125 -101 -133 -142 -6 -29 -20 -41 -122 -104 -154 -93 -203 -133 -188 -151 6 -8 25 -14 41 -14 21 0 44 -12 75 -39 24 -22 67 -47 94 -56 27 -9 49 -23 49 -30 0 -7 -28 -43 -61 -80 -121 -134 -125 -183 -40 -455 69 -219 78 -232 197 -272 43 -15 100 -36 126 -47 50 -23 51 -25 92 -172 32 -116 72 -137 300 -158 115 -11 126 -22 126 -127 0 -68 3 -78 41 -141 23 -38 57 -79 75 -91 30 -20 34 -28 36 -70 3 -73 -1 -101 -17 -132 -8 -16 -35 -138 -60 -272 -28 -150 -55 -264 -70 -299 -27 -62 -44 -161 -45 -257 0 -55 3 -66 26 -87 15 -14 39 -25 54 -25 56 0 164 92 195 167 8 19 29 52 47 72 17 19 62 99 99 177 37 77 81 157 99 177 17 20 68 58 112 84 167 99 224 172 238 305 5 46 13 96 19 111 6 16 24 83 41 149 16 66 49 164 73 218 41 91 43 100 28 115 -15 15 -14 16 11 10 30 -8 29 -11 74 180 42 180 42 180 165 295 123 115 148 155 149 236 0 71 -24 204 -66 364 -43 163 -51 247 -35 374 15 118 2 173 -59 259 -52 72 -64 73 -241 12 -72 -25 -143 -45 -156 -45 -14 0 -57 -14 -96 -31 -65 -29 -77 -31 -142 -25 -123 12 -143 21 -220 101 -78 81 -91 87 -241 104 -102 12 -128 12 -196 1z m303 -82 c20 -9 53 -37 74 -62 21 -26 69 -65 107 -88 37 -22 68 -44 68 -48 0 -11 -58 -61 -117 -101 -26 -18 -50 -35 -53 -38 -3 -3 -18 -13 -34 -21 -31 -16 -54 -45 -44 -55 11 -11 65 23 71 45 3 13 13 20 28 20 29 0 129 67 129 86 0 8 10 14 23 14 12 0 33 9 47 20 16 13 41 20 70 20 59 0 115 16 159 45 49 33 290 115 335 115 51 0 72 -13 98 -63 22 -40 23 -52 20 -214 -2 -145 0 -185 17 -250 11 -43 23 -103 26 -133 4 -30 18 -87 32 -127 20 -58 25 -86 21 -145 -5 -107 -31 -153 -159 -280 -66 -66 -111 -119 -118 -140 -6 -18 -24 -100 -41 -183 -23 -113 -35 -154 -50 -165 -25 -19 -94 -193 -116 -290 -9 -41 -27 -111 -39 -155 -13 -44 -29 -110 -35 -146 -13 -74 -55 -156 -97 -188 -15 -12 -75 -50 -133 -84 -119 -71 -101 -46 -266 -362 -73 -139 -112 -203 -147 -238 -58 -59 -90 -62 -95 -7 -5 54 18 190 39 233 11 21 24 76 30 123 5 47 18 117 29 157 11 40 26 116 35 169 8 53 26 126 40 162 42 112 31 169 -51 259 -61 68 -76 106 -79 200 -2 60 -6 82 -21 98 -36 40 -88 58 -205 69 -62 7 -123 16 -136 21 -32 12 -57 57 -94 166 -20 61 -39 99 -55 112 -13 10 -70 33 -126 51 -57 19 -113 43 -125 54 -14 13 -35 65 -58 141 -19 66 -47 151 -60 189 -32 87 -27 105 66 228 63 83 69 95 69 139 0 55 -13 73 -74 99 -23 10 -49 27 -60 39 -24 26 -14 39 71 93 70 44 110 87 119 126 10 49 19 61 82 111 47 38 81 55 135 71 39 11 113 37 162 57 189 76 179 74 320 70 87 -3 142 -9 166 -19z'/%3E%3Cpath d='M4705 5503 c-27 -14 -45 -28 -38 -30 11 -4 113 43 113 52 0 11 -28 3 -75 -22z'/%3E%3Cpath d='M4194 5250 c-21 -21 -266 -121 -371 -151 -127 -37 -201 -75 -209 -106 -7 -28 4 -47 19 -35 7 6 57 22 112 37 172 46 288 86 357 122 113 59 187 143 125 143 -13 0 -28 -5 -33 -10z'/%3E%3C/g%3E%3C/svg%3E");
	    top: -20px;
	}
}

@media only screen and (min-width: 1180px) and (max-width: 1700px) {
	[class^="title-icon-"]:after, [class*=" title-icon-"]:after {
	    transform: translate(-25%, 0);
	}
}




/* Header
-------------------------------------------------------------- */
header {
	position: sticky;
	top: 0;
	padding-left: var(--header-padding);
	padding-right: var(--header-padding);
	z-index: 99;
}

header nav {
	padding-top: 16px;
	padding-bottom: 16px;
}

header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 67px;
    line-height: 1.357142857142857;
    font-size: 14px;
}

:where(header nav ul li.has-submenu, header .language-switcher) {
	position: relative;
}

header .language-switcher > a:after,
header nav ul li.has-submenu > a:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -20px;
}

header .language-switcher > a:before {
	content: '';
	position: absolute;
	top: -11px;
    left: -9px;
    width: 35px;
    height: 35px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' id='svg2' width='1000' height='1000' viewBox='0 0 1000 1000' sodipodi:docname='weB (1).ai'%3E%3Cdefs id='defs6'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath16'%3E%3Cpath d='M 0,750 H 750 V 0 H 0 Z' id='path14'/%3E%3C/clipPath%3E%3C/defs%3E%3Csodipodi:namedview id='namedview4' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1'/%3E%3Cg id='g8' inkscape:groupmode='layer' inkscape:label='weB (1)' transform='matrix(1.3333333,0,0,-1.3333333,0,1000)'%3E%3Cg id='g10'%3E%3Cg id='g12' clip-path='url(%23clipPath16)'%3E%3Cg id='g18' transform='translate(532.9437,362.6659)'%3E%3Cpath d='m 0,0 c 0.347,1.751 0.699,3.501 1.041,5.254 0.581,2.983 1.19,5.962 1.726,8.954 0.552,3.079 2.256,5.246 4.797,7.032 1.571,1.104 2.73,2.779 4.13,4.139 5.442,5.286 6.759,12.373 3.562,19.314 -0.249,0.54 -0.626,1.093 -0.652,1.652 -0.21,4.661 -1.556,9.078 -2.689,13.553 -0.339,1.339 -0.026,2.848 0.016,4.278 0.108,3.639 0.777,7.361 0.23,10.896 -0.977,6.313 -4.786,7.928 -10.606,5.331 -2.532,-1.129 -5.248,-1.846 -7.88,-2.752 -0.726,-0.25 -1.601,-0.33 -2.149,-0.793 -3.056,-2.583 -6.585,-3.305 -10.477,-3.163 -0.849,0.032 -1.818,-0.78 -2.581,-1.392 -1.086,-0.868 -2.061,-1.147 -3.143,-0.095 0.002,0 0.075,-0.062 0.075,-0.062 0.681,0.72 1.362,1.44 1.997,2.111 -2.174,1.276 -4.289,2.388 -6.254,3.72 -1.103,0.747 -2.203,1.711 -2.884,2.832 -2.237,3.679 -5.992,3.793 -9.466,3.83 -4.449,0.048 -9.085,0.674 -13.286,-1.548 -4.218,-2.231 -8.614,-3.675 -13.304,-4.775 -3.057,-0.717 -5.585,-3.716 -8.328,-5.723 -0.247,-0.181 -0.455,-0.571 -0.478,-0.878 -0.385,-5.203 -4.536,-7.056 -8.22,-9.36 -0.87,-0.544 -1.588,-1.332 -2.377,-2.007 0.945,-0.918 1.73,-2.236 2.861,-2.685 4.44,-1.766 4.964,-2.184 4.583,-6.808 -0.099,-1.196 -1.231,-2.342 -1.988,-3.442 -1.856,-2.694 -4.632,-5.129 -5.383,-8.089 -0.586,-2.311 1.319,-5.251 2.106,-7.915 0.324,-1.098 0.603,-2.211 0.934,-3.307 0.759,-2.507 1.545,-5.006 2.306,-7.512 0.925,-3.043 3.669,-3.151 6.088,-3.913 2.511,-0.792 5.085,-1.597 7.336,-2.905 1.029,-0.599 1.457,-2.376 1.968,-3.693 0.982,-2.532 1.639,-5.208 2.82,-7.636 0.512,-1.05 1.901,-2.123 3.047,-2.331 3.295,-0.597 6.664,-0.88 10.016,-1.047 2.084,-0.103 5.8,-2.312 6.529,-4.313 0.143,-0.391 0.242,-0.834 0.217,-1.243 -0.42,-6.716 0.092,-8.074 4.758,-13.015 3.423,-3.624 3.173,-7.64 1.005,-12.376 -1.155,-2.524 -1.256,-4.982 -1.629,-7.534 -0.35,-2.397 -0.952,-4.759 -1.475,-7.129 -0.441,-1.995 -1.333,-3.987 -1.3,-5.969 0.052,-3.091 -0.532,-5.817 -2.014,-8.545 -0.815,-1.502 -0.926,-3.423 -1.181,-5.181 -0.267,-1.85 -0.409,-3.728 -0.433,-5.595 -0.009,-0.679 0.33,-1.518 0.806,-1.978 0.231,-0.225 1.313,0.069 1.715,0.444 1.641,1.534 3.598,2.949 4.661,4.845 3.907,6.969 7.466,14.133 11.256,21.17 0.623,1.157 1.591,2.287 2.681,3.001 2.768,1.815 5.66,3.455 8.57,5.039 3.56,1.937 6.412,7.69 6.468,11.835 0.031,2.277 1.372,4.513 1.945,6.812 0.742,2.98 1.078,6.076 2.009,8.988 1.125,3.517 2.648,6.912 4.11,10.312 0.227,0.526 1.052,0.794 1.599,1.182 0.585,-0.456 1.17,-0.912 1.833,-1.429 -1.445,-3.267 -3.042,-6.379 -4.198,-9.647 -0.987,-2.79 -1.431,-5.769 -2.182,-8.648 -0.472,-1.808 -1.159,-3.563 -1.577,-5.381 -0.388,-1.692 -0.84,-3.451 -0.75,-5.154 0.223,-4.253 -2.694,-6.813 -5.204,-9.277 -2.372,-2.33 -5.495,-3.96 -8.447,-5.613 -2.438,-1.365 -3.813,-3.28 -5.151,-5.718 -2.844,-5.178 -4.244,-11.184 -8.657,-15.498 -0.574,-0.56 -0.831,-1.484 -1.131,-2.279 -1.463,-3.873 -4.81,-5.827 -8.057,-7.822 -1.664,-1.023 -5.355,1.62 -5.171,3.845 0.404,4.892 -0.084,9.984 2.712,14.441 0.265,0.423 0.463,0.923 0.555,1.413 1.386,7.368 2.739,14.743 4.131,22.11 0.172,0.912 0.293,1.96 0.818,2.658 1.857,2.469 1.051,5.27 1.107,7.928 0.019,0.881 -0.641,2.314 -1.339,2.58 -3.397,1.296 -3.674,4.984 -5.797,7.238 -0.656,0.695 -0.359,2.449 -0.232,3.691 0.528,5.154 -0.69,6.336 -5.809,6.45 -3.113,0.069 -6.237,0.71 -9.307,1.339 -2.434,0.499 -4.045,2.261 -4.837,4.545 -0.801,2.309 -1.23,4.744 -1.965,7.079 -0.261,0.829 -0.773,1.909 -1.463,2.215 -3.012,1.336 -6.067,2.663 -9.232,3.539 -2.754,0.764 -4.547,2.149 -5.377,4.877 -1.531,5.04 -3.191,10.041 -4.666,15.097 -1.781,6.108 -0.084,10.869 4.862,14.898 1.091,0.889 1.707,2.361 2.843,3.999 -1.731,0.447 -2.681,0.545 -3.49,0.936 -1.266,0.61 -2.699,1.188 -3.589,2.197 -1.352,1.534 -2.443,2.955 -4.854,2.418 -0.644,-0.144 -1.518,0.742 -1.921,0.958 2.016,1.6 3.648,3.118 5.492,4.31 3.212,2.078 6.554,3.953 10.176,6.113 -0.429,2.42 1.283,4.319 3.542,6.155 3.973,3.229 7.931,6.129 13.478,5.821 1.122,-0.063 2.316,1.26 3.483,1.933 6.389,3.681 13.213,4.584 20.394,3.177 0.335,-0.065 0.679,-0.267 0.994,-0.224 4.661,0.629 7.452,-2.074 9.882,-5.472 2.628,-3.674 6.722,-3.409 10.557,-4.048 3.342,-0.556 5.864,1.02 8.635,2.31 1.407,0.654 3.201,0.416 4.731,0.875 3.282,0.983 6.509,2.146 9.75,3.264 0.543,0.187 1.025,0.686 1.562,0.734 1.113,0.098 2.754,0.461 3.283,-0.112 3.472,-3.755 6.074,-8.024 5.215,-13.45 -0.915,-5.789 -1.007,-11.463 0.772,-17.147 1.137,-3.633 1.954,-7.378 2.717,-11.113 0.561,-2.747 0.913,-5.55 1.156,-8.345 C 20.38,31.013 18.915,28.096 16.33,25.695 13.742,23.292 11.147,20.895 8.576,18.474 7.043,17.031 6.379,15.341 6.023,13.147 5.276,8.553 3.854,4.068 2.674,-0.601 1.446,-0.325 0.723,-0.163 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path20'/%3E%3C/g%3E%3Cg id='g22' transform='translate(349.4446,543.9335)'%3E%3Cpath d='M 0,0 C -2.428,2.053 -4.899,4.059 -7.261,6.185 -8,6.849 -8.447,7.837 -9.028,8.677 c 0.911,0.589 1.769,1.294 2.743,1.744 3.493,1.613 7.121,1.095 10.791,0.744 1.413,-0.135 2.919,0.71 3.973,0.997 -1.17,2.145 -2.974,3.97 -2.722,5.444 0.218,1.269 2.779,2.137 4.631,3.407 -3.211,0.233 -6.265,0.517 -9.326,0.657 -2.815,0.128 -5.642,0.023 -8.453,0.192 -0.79,0.048 -1.973,0.532 -2.201,1.117 -0.249,0.639 0.196,1.79 0.7,2.434 1.193,1.524 2.601,2.881 4.057,4.45 -0.459,0.406 -1.14,0.815 -1.532,1.413 -0.374,0.571 -0.793,1.523 -0.556,1.97 0.246,0.464 1.296,0.804 1.925,0.715 7.229,-1.022 14.42,-2.404 21.676,-3.123 4.198,-0.416 8.5,0.153 12.751,0.366 1.678,0.084 3.344,0.403 5.356,0.659 -2.891,3.655 -6.443,6.109 -10.147,8.308 -2.187,1.299 -4.561,2.331 -6.944,3.242 -2.192,0.837 -3.457,2.308 -4.343,4.829 3.516,-1.174 6.962,-1.735 9.76,-3.391 4.824,-2.856 9.314,-6.3 13.805,-9.684 2.297,-1.73 4.376,-3.781 6.398,-5.841 1.687,-1.719 1.412,-3.231 -0.827,-4.17 -1.249,-0.525 -3.046,-0.992 -4.116,-0.481 -4.812,2.298 -9.718,2.34 -14.931,2.15 C 18.659,26.65 13.802,27.751 9.023,28.554 5.638,29.123 2.464,29.578 -0.182,25.991 1.391,25.794 2.696,25.637 4,25.466 c 4.228,-0.557 8.468,-1.041 12.671,-1.743 0.856,-0.143 2.042,-1.007 2.212,-1.739 0.148,-0.639 -0.747,-1.826 -1.484,-2.306 -1.768,-1.15 -3.714,-2.027 -5.675,-3.059 -0.007,0.072 -0.044,-0.183 0.026,-0.218 3.44,-1.682 3.664,-2.456 1.205,-5.41 C 9.756,7.147 5.453,7.496 1.126,8.094 0.156,8.229 -0.812,8.379 -1.781,8.522 -1.922,8.327 -2.063,8.131 -2.204,7.935 -0.479,5.831 0.981,3.41 3.032,1.696 6.065,-0.84 6.301,-2.15 3.222,-4.792 3.046,-4.944 2.952,-5.191 2.76,-5.485 c 1.296,-1.893 3.301,-2.574 5.087,-1.7 0.925,0.454 1.458,2.563 1.435,3.911 C 9.242,-0.915 8.515,1.424 8.323,3.791 8.237,4.844 8.75,5.947 8.99,7.027 9.734,6.254 10.944,5.583 11.137,4.691 c 0.683,-3.149 1.359,-6.368 1.405,-9.57 0.072,-4.959 -4.809,-7.965 -9.104,-5.487 -2.323,1.34 -4.222,3.646 -5.872,5.847 -1.391,1.855 -0.073,3.132 2.05,3.644 C -0.256,-0.583 -0.128,-0.292 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path24'/%3E%3C/g%3E%3Cg id='g26' transform='translate(360.2747,350.0526)'%3E%3Cpath d='m 0,0 c -0.159,0.48 -0.526,1.008 -0.43,1.43 0.154,0.678 0.451,1.581 0.975,1.873 1.931,1.075 3.892,2.285 6.001,2.819 7.633,1.936 14.855,4.817 21.763,8.568 0.558,0.303 1.447,-0.004 2.182,-0.028 -0.3,-0.689 -0.437,-1.535 -0.925,-2.044 C 24.673,7.518 18.134,5.715 11.654,3.818 8.312,2.84 4.953,1.917 1.604,0.96 1.279,0.868 0.972,0.717 0.657,0.593 0.438,0.396 0.219,0.198 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path28'/%3E%3C/g%3E%3Cg id='g30' transform='translate(415.4788,456.1317)'%3E%3Cpath d='M 0,0 C 0.856,0.429 2.018,1.01 3.179,1.591 3.129,1.79 3.08,1.989 3.031,2.188 1.574,2.188 0.117,2.171 -1.339,2.194 -2.354,2.21 -3.433,2.091 -4.36,2.4 -4.901,2.581 -5.405,3.451 -5.518,4.083 -5.572,4.387 -4.668,5.217 -4.22,5.2 0.342,5.029 4.917,4.887 9.451,4.401 c 2.074,-0.222 2.577,-2.194 0.803,-3.157 -3.549,-1.927 -7.357,-3.39 -11.116,-4.9 -0.564,-0.227 -1.74,0.097 -2.106,0.572 -0.61,0.791 -0.964,1.891 -1.082,2.901 -0.055,0.464 0.763,1.49 1.081,1.449 C -2.118,1.156 -1.324,0.607 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path32'/%3E%3C/g%3E%3Cg id='g34' transform='translate(448.8426,460.8461)'%3E%3Cpath d='m 0,0 c -2.719,0.294 -5.117,0.517 -7.503,0.832 -0.92,0.121 -1.813,0.449 -2.718,0.683 0.713,0.718 1.428,2.048 2.138,2.045 C -5.59,3.549 -3.096,3.098 -0.607,2.768 -0.206,2.715 0.15,2.375 0.553,2.262 5.161,0.961 5.278,0.875 2.638,-3.118 0.381,-6.531 -3.059,-8.242 -7.095,-8.249 c -1.218,-10e-4 -2.844,0.921 -3.524,1.931 -0.529,0.787 -0.048,2.419 0.322,3.567 0.152,0.471 1.193,0.655 1.829,0.97 0.224,-0.564 0.69,-1.155 0.631,-1.688 -0.234,-2.095 0.971,-2.239 2.344,-1.659 C -3.352,-4.223 -0.954,-3.492 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path36'/%3E%3C/g%3E%3Cg id='g38' transform='translate(531.5657,452.5146)'%3E%3Cpath d='m 0,0 c 0.243,0.814 0.274,1.794 0.761,2.417 4.146,5.305 8.396,10.53 12.565,15.817 0.971,1.232 1.924,1.529 3.545,0.23 C 11.593,12.074 6.349,5.726 1.106,-0.622 0.737,-0.415 0.369,-0.208 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path40'/%3E%3C/g%3E%3Cg id='g42' transform='translate(520.3494,532.1523)'%3E%3Cpath d='M 0,0 C -0.712,-0.851 -1.412,-1.687 -2.182,-2.609 -1.069,-4.039 0,-5.412 1.069,-6.784 L 0.748,-7.278 c -0.468,0.239 -1.097,0.358 -1.378,0.736 -3.443,4.624 -6.854,9.272 -10.203,13.965 -0.264,0.369 -0.002,1.113 0.015,1.682 0.571,-0.104 1.327,-0.009 1.685,-0.343 C -6.116,5.952 -3.172,3.064 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path44'/%3E%3C/g%3E%3Cg id='g46' transform='translate(547.4466,483.3773)'%3E%3Cpath d='M 0,0 C -0.905,-0.689 -1.656,-1.261 -2.761,-2.103 -5.026,3.193 -7.247,8.386 -9.438,13.509 -6.992,12.057 -4.771,10.767 -2.592,9.411 -2.305,9.232 -1.989,8.597 -2.097,8.368 -3.205,6.028 -1.64,4.346 -0.782,2.469 -0.407,1.649 -0.228,0.74 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path48'/%3E%3C/g%3E%3Cg id='g50' transform='translate(459.6985,465.5741)'%3E%3Cpath d='m 0,0 c -1.25,0.246 -2.435,0.404 -3.567,0.738 -0.468,0.137 -0.825,0.652 -1.231,0.994 0.378,0.4 0.692,1.026 1.148,1.158 1.473,0.427 2.999,0.902 4.506,0.908 C 1.851,3.802 2.849,3.034 3.846,2.611 3.203,1.911 2.64,1.102 1.889,0.549 1.379,0.175 0.605,0.161 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path52'/%3E%3C/g%3E%3Cg id='g54' transform='translate(540.1629,501.2597)'%3E%3Cpath d='M 0,0 C -1.143,1.552 -2.286,3.105 -3.546,4.816 -1.393,5.145 -0.258,3.899 0.751,0.59 0.501,0.394 0.25,0.197 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path56'/%3E%3C/g%3E%3Cg id='g58' transform='translate(410.5384,375.351)'%3E%3Cpath d='M 0,0 C 1.701,0.954 3.402,1.908 5.103,2.861 5.244,2.6 5.384,2.337 5.525,2.076 3.801,1.206 2.077,0.336 0.353,-0.533 0.235,-0.355 0.118,-0.178 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path60'/%3E%3C/g%3E%3Cg id='g62' transform='translate(501.0667,429.7274)'%3E%3Cpath d='M 0,0 C 2.427,1.694 4.853,3.388 7.278,5.083 7.277,5.084 7.204,5.146 7.202,5.147 7.741,4.01 7.723,3.237 6.368,2.505 4.31,1.393 2.804,-1.003 -0.071,0.055 Z' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path64'/%3E%3C/g%3E%3Cg id='g66' transform='translate(500.9954,429.7826)'%3E%3Cpath d='m 0,0 c 0.566,-1.782 -0.486,-2.882 -3.5,-3.467 0.411,2.092 2.091,2.653 3.575,3.41 C 0.071,-0.055 0,0 0,0' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path68'/%3E%3C/g%3E%3Cg id='g70' transform='translate(455.4349,265.9862)'%3E%3Cpath d='m 0,0 c -1.623,-0.506 -3.029,1.922 -3.704,5.616 -0.29,1.588 0.515,2.328 1.829,2.567 4.414,0.801 8.845,1.527 13.29,2.152 0.613,0.086 1.498,-0.409 1.974,-0.894 0.896,-0.912 1.585,-2.012 3,-3.878 C 10.563,3.563 5.323,1.658 0,0 m -21.414,-16.157 c -4.856,-1.262 -9.809,-2.205 -14.752,-3.124 -6.941,-1.289 -13.917,-2.405 -20.869,-3.641 -1.779,-0.316 -2.122,0.681 -2.331,1.999 -0.317,1.989 -0.228,4.232 -3.449,4.592 0.138,0.225 0.276,0.449 0.415,0.675 1.243,0.217 2.482,0.579 3.732,0.62 2.833,0.095 5.678,0.145 8.502,-0.026 1.137,-0.069 2.276,-0.682 3.333,-1.201 1.368,-0.671 2.637,-1.721 3.611,0.496 0.174,0.398 1.009,0.748 1.535,0.745 3.287,-0.029 6.573,-0.163 9.551,-0.252 1.848,0.458 3.53,1.141 5.248,1.245 3.327,0.201 6.732,-0.286 9.999,0.187 3.258,0.473 6.383,1.786 9.575,2.702 0.992,0.285 2.014,0.472 3.023,0.704 l 0.186,-0.638 c -5.765,-1.71 -11.488,-3.571 -17.309,-5.083 m -43.819,11.073 c -2.021,6.265 -2.073,6.296 4.736,6.605 2.883,0.131 5.778,0.022 9.078,0.022 0.529,-2.193 1.019,-4.353 1.578,-6.495 0.459,-1.759 -0.19,-2.648 -2.075,-2.622 -3.448,0.047 -6.896,0.14 -10.345,0.174 -1.664,0.015 -2.473,0.77 -2.972,2.316 m -2.379,-18.783 c -5.637,-0.016 -11.289,0.264 -16.91,0.712 -6.6,0.524 -13.223,1.082 -19.742,2.153 -5.058,0.832 -9.973,2.477 -14.952,3.76 l 0.199,0.328 c 6.188,0.728 12.379,1.441 18.564,2.198 1.714,0.21 2.97,0.057 3.757,-1.816 0.704,-1.679 2.193,-1.966 3.973,-0.767 -0.582,0.913 -1.054,1.655 -1.79,2.812 5.318,0.354 10.197,0.266 15.021,-0.77 0.544,-0.116 0.825,-1.121 1.393,-1.43 1.008,-0.547 2.143,-0.877 3.225,-1.298 0.287,0.836 0.575,1.672 0.895,2.602 1.924,0 4.129,0.124 6.302,-0.076 0.642,-0.059 1.406,-0.935 1.735,-1.607 0.482,-0.986 0.577,-2.139 0.918,-3.197 1.007,-3.125 0.909,-3.594 -2.588,-3.604 m -64.667,12.842 c -2.762,0.691 -5.347,1.75 -7.398,4.081 -1.182,1.344 -3.565,1.673 -5.351,2.566 -1.92,0.958 -3.773,2.041 -5.655,3.069 0.075,0.212 0.149,0.424 0.224,0.635 4.868,-0.511 9.726,-1.161 14.607,-1.496 5.747,-0.393 10.907,-2.154 16.021,-4.71 4.825,-2.411 10.123,-3.938 15.536,-5.976 -1.087,-0.192 -2.027,-0.49 -2.971,-0.503 -8.426,-0.12 -16.821,0.283 -25.013,2.334 M -157.06,4.258 c -1.306,0.308 -2.838,0.518 -2.94,2.433 -0.018,0.327 -1.681,0.983 -1.822,0.83 -2.64,-2.843 -4.245,-0.567 -5.948,0.969 0.855,0.866 2.002,1.504 2.235,2.369 0.576,2.137 2.013,2.198 3.663,1.784 2.302,-0.578 4.956,-0.104 6.765,-2.332 0.409,-0.504 2.258,-0.627 2.83,-0.185 3.173,2.452 6.91,1.423 9.472,0.154 2.091,-1.036 2.836,-4.6 4.178,-7.045 l -0.477,-0.841 c -3.903,0.253 -7.813,0.435 -11.706,0.791 -2.101,0.192 -4.197,0.589 -6.25,1.073 m -9.98,14.953 c 2.439,0.256 4.913,0.466 7.357,0.356 2.962,-0.133 2.164,-2.455 2.502,-4.55 -2.774,0.434 -5.444,-0.473 -7.713,1.476 -0.342,0.295 -1.15,0.022 -1.664,0.21 -0.62,0.228 -1.156,0.668 -1.728,1.016 0.413,0.519 0.78,1.443 1.246,1.492 m -5.075,9.623 c -0.186,0.823 -0.269,1.667 -0.461,2.891 3.731,0 7.236,0.048 10.735,-0.051 0.552,-0.016 1.408,-0.605 1.568,-1.097 0.63,-1.94 1.75,-4.091 1.357,-5.894 -0.542,-2.498 -3.392,-1.269 -5.192,-1.462 -6.005,-0.648 -6.726,-0.047 -8.007,5.613 m -5.54,-13.729 c 0.14,0.198 0.28,0.394 0.419,0.59 2.5,-1.178 6.354,-0.38 6.799,-5.367 -2.696,1.784 -4.957,3.281 -7.218,4.777 m -14.042,11.912 c -1.863,1.896 -4.265,3.294 -6.375,4.974 -0.641,0.511 -1.109,1.224 -1.815,2.023 1.091,0.504 1.859,0.858 2.836,1.309 1.007,-1.475 1.934,-2.899 2.936,-4.272 0.502,-0.689 1.053,-1.394 1.733,-1.903 3.375,-2.523 5.476,-1.752 6.316,2.27 0.118,0.566 0.177,1.144 0.297,1.942 2.726,-0.281 5.356,-0.493 7.96,-0.868 0.574,-0.082 1.386,-0.656 1.527,-1.152 0.713,-2.512 1.241,-5.072 1.834,-7.616 -2.398,-0.272 -4.795,-0.547 -7.194,-0.813 -4.156,-0.46 -7.254,1.255 -10.055,4.106 m -9.657,25.781 c 0.084,0.333 0.572,0.868 0.75,0.826 0.534,-0.127 1.252,-0.377 1.461,-0.786 1.082,-2.118 2.028,-4.302 3.237,-6.931 -2.472,0.578 -5.85,5.287 -5.448,6.891 m -4.305,9.821 c -0.161,0.707 0.496,2.271 0.875,2.299 2.954,0.227 1.93,-2.55 3.4,-3.748 -2.769,-1.456 -3.869,-0.339 -4.275,1.449 m -2.641,7.28 c -0.5,0.367 -0.683,1.164 -0.952,1.79 -1.666,3.875 -1.486,4.217 3.005,5.507 0.89,-1.956 2.011,-3.725 2.421,-5.636 0.187,-0.876 -0.809,-2.324 -1.696,-2.933 -0.422,-0.289 -1.938,0.657 -2.778,1.272 m -1.165,-9.985 c -1.412,0.514 -2.871,0.941 -4.198,1.612 -0.279,0.142 -0.279,1.625 -0.052,1.723 0.993,0.429 2.464,1.099 3.113,0.7 0.946,-0.581 1.335,-2.005 1.962,-3.069 -0.275,-0.322 -0.55,-0.644 -0.825,-0.966 m -7.847,11.88 c 0.146,0.81 1.899,2.063 2.682,1.92 2.593,-0.477 2.217,-3.081 2.766,-4.874 0.159,-0.522 -1.136,-1.457 -1.765,-2.203 -2.281,0.467 -4.103,2.828 -3.683,5.157 m -2.886,6.038 c -0.61,1.408 -1.018,2.897 -1.55,4.339 -0.723,1.959 0.305,2.668 2.812,2.898 0.334,-0.433 1.179,-1.078 1.374,-1.872 0.503,-2.043 3.09,-3.766 1.513,-6.071 -1.107,-1.617 -3.35,-1.138 -4.149,0.706 m -0.261,-12.82 c -1.355,2.317 -2.895,4.555 -4.016,6.973 -1.256,2.709 -2.194,5.565 -3.125,8.401 -0.169,0.514 0.362,1.243 0.57,1.872 0.589,-0.328 1.487,-0.522 1.713,-1.007 0.864,-1.855 1.551,-3.792 2.232,-5.723 1.178,-3.34 2.302,-6.696 3.449,-10.047 -0.275,-0.156 -0.549,-0.312 -0.823,-0.469 m -9.656,21.272 c -1.02,2.064 -2.072,4.175 -2.551,6.385 -0.133,0.61 1.639,1.604 2.537,2.422 0.302,-0.158 0.604,-0.317 0.906,-0.475 -0.05,-1.017 0.108,-2.097 -0.198,-3.036 -0.504,-1.545 -1.155,-2.917 0.965,-3.856 0.303,-0.133 0.229,-1.056 0.329,-1.614 -0.688,0.047 -1.842,-0.121 -1.988,0.174 m -4.372,13.799 c 0.766,-0.251 1.865,-0.279 2.237,-0.795 1.066,-1.48 0.562,-2.667 -2.237,-3.555 z m -2.17,2.759 c -0.719,1.565 -1.352,3.049 -2.074,4.491 -1.347,2.689 -3.004,5.265 -4.054,8.055 -1.194,3.172 -1.84,6.534 -2.77,9.801 -0.569,1.999 0.861,2.508 2.313,2.969 1.804,0.572 2.129,-0.865 2.473,-1.943 2.183,-6.855 4.271,-13.738 6.447,-20.595 0.568,-1.787 -0.509,-2.282 -2.335,-2.778 m -7.758,65.006 c 0.612,-3.809 1.505,-7.601 1.751,-11.432 0.218,-3.398 -0.439,-6.84 -0.424,-10.261 0.016,-3.667 0.182,-7.354 0.629,-10.992 0.338,-2.75 -0.688,-4.221 -3.593,-4.885 -3.071,12.712 -1.069,25.105 1.637,37.57 m 2.281,12.412 c 2.12,5.416 0.151,12.536 7.405,16.499 0.497,-2.882 0.581,-5.454 1.417,-7.774 1.636,-4.538 0.026,-7.456 -4.078,-9.647 -1.331,-0.711 -2.427,-1.83 -4.314,-3.292 -0.227,1.908 -0.812,3.237 -0.43,4.214 m 20.183,53.667 c 4.454,-0.434 8.635,-1.35 12.716,-1.044 2.33,0.176 4.693,2.111 6.695,3.668 3.033,2.359 6.044,4.601 10.177,4.031 1.558,-0.215 2.964,-1.415 4.524,-1.655 6.049,-0.93 8.624,-5.807 10.911,-10.021 1.706,-3.145 0.906,-7.516 1.408,-11.318 0.466,-3.531 1.26,-7.022 1.718,-10.553 0.103,-0.788 -0.346,-2.12 -0.966,-2.443 -5.266,-2.744 -10.631,-5.312 -16.284,-8.088 -0.275,0.928 -0.72,1.843 -0.795,2.785 -0.265,3.319 -0.54,6.649 -0.506,9.972 0.01,1.006 0.744,2.442 1.603,2.925 3.108,1.744 6.441,3.111 9.616,4.752 0.769,0.397 1.258,1.3 1.875,1.971 -0.892,0.456 -1.986,1.488 -2.642,1.274 -3.638,-1.186 -7.169,-2.675 -11.067,-4.188 -2.553,1.36 -2.489,1.343 -3.389,-1.95 -0.231,-0.848 -0.845,-1.749 -1.556,-2.301 -5.237,-4.068 -10.537,-8.063 -15.84,-12.052 -0.532,-0.4 -1.22,-0.605 -2.033,-0.996 0,1.299 0.186,2.406 -0.061,3.414 -0.19,0.78 -0.807,1.87 -1.447,2.03 -0.7,0.175 -2.12,-0.353 -2.395,-0.938 -0.86,-1.833 -1.882,-3.847 -1.844,-5.772 0.106,-5.279 -3.208,-7.927 -8.007,-10.646 -0.404,4.781 -0.796,9.13 -1.099,13.486 -0.026,0.373 0.461,0.885 0.843,1.163 7.698,5.594 15.271,11.364 23.195,16.645 3.506,2.336 7.713,3.708 11.637,5.442 1.631,0.72 4.197,0.941 3.478,3.285 -0.701,2.278 -2.924,0.893 -4.36,0.503 -6.471,-1.756 -12.178,-5.021 -17.546,-8.83 -4.775,-3.389 -9.438,-6.925 -14.162,-10.381 -0.548,-0.401 -1.17,-0.707 -2.3,-1.382 0.664,2.741 -0.201,4.081 -2.552,4.224 3.606,7.929 7.108,15.628 10.455,22.988 m 54.232,-34.111 c 0.201,-0.756 -0.613,-2.266 -1.396,-2.685 -6.768,-3.614 -13.634,-7.058 -20.475,-10.555 -2.043,3.306 -1.817,4.93 1.476,6.847 5.198,3.027 10.507,5.878 15.784,8.778 1.168,0.642 4.163,-0.696 4.611,-2.385 m -20.165,-41.634 c 1.246,-2.815 2.498,-5.079 3.193,-7.493 0.269,-0.938 -0.376,-2.663 -1.201,-3.25 -2.475,-1.76 -5.256,-3.119 -7.896,-4.67 -1.389,-0.816 -2.19,-0.316 -2.529,1.031 -0.501,1.985 -0.984,3.981 -1.289,5.998 -0.095,0.632 0.192,1.618 0.676,1.98 2.895,2.167 5.899,4.2 9.046,6.404 m 3.657,-13.857 c 1.222,-2.4 2.134,-4.123 2.982,-5.875 1.302,-2.69 0.497,-4.969 -2.154,-6.387 -2.443,-1.306 -4.86,-2.658 -7.873,-4.311 -1.068,3.312 -2.04,6.176 -2.875,9.077 -0.125,0.432 0.227,1.255 0.628,1.523 3.019,2.018 6.105,3.942 9.292,5.973 m 5.603,-17.24 c -0.032,-1.077 -0.35,-2.611 -1.127,-3.114 -2.022,-1.311 -4.324,-2.256 -6.598,-3.15 -0.678,-0.267 -2.271,-0.054 -2.35,0.227 -0.39,1.38 -1.048,3.759 -0.456,4.146 2.839,1.862 6.051,3.194 9.202,4.749 0.594,-1.2 1.353,-2.04 1.329,-2.858 m 2.392,-5.182 c 1.589,-2.035 0.558,-3.599 -1.071,-4.529 -2.7,-1.541 -5.629,-2.71 -8.592,-4.097 -2.22,3.504 -2.188,4.142 0.999,5.683 2.748,1.329 5.313,3.399 8.664,2.943 m 4.209,-12.877 c -0.505,-0.419 -1.268,-1.339 -2.259,-1.809 -1.578,-0.747 -3.316,-1.174 -4.972,-1.772 -3.141,-1.132 -5.439,0.475 -5.202,3.784 0.044,0.611 0.667,1.404 1.251,1.717 1.77,0.95 3.646,1.72 5.493,2.533 2.71,1.194 5.658,-0.761 5.689,-4.453 m 3.469,8.479 c 0.546,0.271 1.112,0.514 1.687,0.723 5.443,1.978 6.055,1.563 6.306,-4.509 0.295,-1.62 -0.296,-2.81 -2.458,-3.139 -1.289,-0.196 -2.583,-0.622 -3.762,-1.169 -2.563,-1.188 -3.547,0.298 -4.234,2.214 -1.277,3.561 -0.995,4.166 2.461,5.88 m 9.615,-15.23 c 0.177,-2.707 -2.047,-4.523 -5.281,-4.727 -1.83,-0.115 -4.504,3.538 -3.894,6.866 0.552,3.016 4.322,2.848 6.591,2.83 3.448,-0.027 1.51,-3.616 2.584,-4.969 m 2.224,-9.989 c -1.138,-2.621 -3.399,-2.575 -5.076,-2.756 -0.707,-0.076 -1.944,1.781 -2.398,2.954 -0.396,1.025 3.382,3.749 4.875,3.148 1.183,-0.477 1.803,-2.251 2.599,-3.346 m 1.35,-7.112 c 0.031,-0.167 0.084,-0.33 0.135,-0.493 1.47,-4.759 0.969,-5.384 -4.483,-5.363 -0.393,1.143 -0.811,2.34 -1.216,3.54 -1.005,2.987 -0.797,3.238 2.177,4.163 1.974,0.614 3.03,0.089 3.387,-1.847 m 2.666,-9.811 c 0.836,-2.033 1.471,-4.189 1.822,-6.347 0.361,-2.222 -1.589,-2.236 -3.692,-2.522 -0.322,0.285 -1.116,0.684 -1.41,1.304 -0.871,1.826 -1.567,3.732 -2.286,5.623 -0.596,1.564 0.46,2.12 1.737,2.549 1.415,0.475 3.038,1.318 3.829,-0.607 m 4.257,-13.773 c 1.108,-3.228 2.286,-6.433 3.375,-9.666 1.022,-3.034 0.257,-4.006 -3.623,-4.078 -0.226,0.187 -1.039,0.531 -1.233,1.079 -1.324,3.723 -2.539,7.484 -3.74,11.247 -0.453,1.421 -0.474,2.574 1.528,3.098 1.912,0.5 3.06,0.164 3.693,-1.68 m -0.204,16.168 c 4.908,1.004 9.854,1.835 14.793,2.694 0.327,0.057 0.689,-0.077 1.134,-0.136 0.851,-4.456 0.857,-4.467 -3.208,-6.254 -3.205,-1.411 -6.431,-2.776 -9.637,-4.184 -1.397,-0.614 -2.421,-0.323 -2.906,1.108 -0.544,1.608 -1.139,3.225 -1.39,4.883 -0.089,0.585 0.667,1.777 1.214,1.889 m 16.556,-11.285 c 0.589,0.08 1.711,-0.456 1.865,-0.927 1.303,-3.971 2.438,-7.992 3.725,-12.342 -0.613,-0.525 -1.11,-1.308 -1.761,-1.453 -3.867,-0.862 -7.76,-1.631 -11.672,-2.283 -0.557,-0.093 -1.651,0.487 -1.831,0.981 -1.479,4.076 -2.851,8.192 -4.094,12.339 -0.126,0.423 0.723,1.553 1.263,1.656 4.146,0.792 8.32,1.459 12.505,2.029 m 7.01,-19.611 c 0.791,-2.328 2.203,-4.938 1.702,-7.078 -0.648,-2.762 -4.148,-1.423 -6.354,-2.028 -1.254,-0.344 -2.614,-0.329 -4.665,-0.559 -0.643,0.145 -2.658,0.047 -3.104,0.807 -1.143,1.941 -1.626,4.255 -2.256,6.451 -0.072,0.252 0.546,0.933 0.943,1.026 3.91,0.925 7.829,1.833 11.782,2.563 0.577,0.106 1.761,-0.617 1.952,-1.182 m 4.033,-14.545 c 0.888,-4.767 1.007,-4.751 -3.951,-5.713 -1.3,-0.252 -2.601,-0.508 -3.912,-0.695 -0.872,-0.124 -1.762,-0.13 -2.644,-0.188 -0.167,-0.158 -0.334,-0.316 -0.502,-0.473 -0.801,0.809 -2.123,1.516 -2.319,2.444 -1.273,5.995 -2.41,5.251 4.409,6.407 1.82,0.307 3.653,0.547 5.488,0.758 1.968,0.228 3.04,-0.443 3.431,-2.54 m -0.734,16.18 c 2.233,1.075 4.762,1.611 7.229,2.165 0.423,0.095 1.172,-0.553 1.544,-1.023 0.413,-0.522 0.617,-1.22 0.824,-1.868 2.376,-7.412 2.088,-7.25 -6.655,-8.468 -0.288,0.229 -1.096,0.562 -1.33,1.12 -0.516,1.226 -0.81,2.554 -1.067,3.863 -0.286,1.45 -0.987,3.998 -0.545,4.211 M -107.504,31 c 0.04,-0.579 -0.674,-1.608 -1.229,-1.755 -2.376,-0.625 -4.812,-1.075 -7.254,-1.4 -0.531,-0.071 -1.525,0.521 -1.699,1.009 -0.51,1.431 -0.714,2.964 -1.037,4.458 -0.359,1.783 0.389,2.588 2.232,2.634 0.787,0.021 1.57,0.193 2.355,0.294 5.17,0.671 6.281,-0.158 6.632,-5.24 m 1.999,-7.306 c 0.967,-1.784 1.628,-3.739 2.261,-5.671 0.585,-1.785 0.039,-3.025 -2.151,-3.127 -1.408,-0.067 -2.816,-0.143 -4.224,-0.215 -4.869,-0.198 -4.872,-0.199 -6.04,4.269 -0.215,0.823 -0.412,1.654 -0.584,2.487 -0.331,1.604 0.227,2.629 2.011,2.914 2.083,0.332 4.149,0.917 6.237,0.983 0.834,0.026 2.064,-0.855 2.49,-1.64 m 2.654,14.872 c 2.073,0.327 4.178,0.524 6.211,1.005 1.523,0.36 2.16,-0.065 2.735,-1.429 2.357,-5.589 2.225,-5.927 -3.681,-7.224 -1.541,-0.338 -3.082,-0.677 -5.25,-1.153 -0.466,0.507 -1.283,1.131 -1.716,1.944 -0.47,0.883 -0.564,1.948 -0.856,2.924 -0.801,2.685 -0.289,3.486 2.557,3.933 m 11.865,-11.127 c 1.227,-2.532 2.135,-5.208 3.184,-7.822 0.673,-1.679 0.112,-2.617 -1.735,-2.851 -2.714,-0.345 -5.427,-0.694 -8.141,-1.04 -1.76,-0.138 -2.883,0.442 -3.293,2.221 -0.478,2.074 -1.27,4.098 -1.55,6.191 -0.097,0.728 0.75,2.065 1.469,2.316 2.459,0.857 5.031,1.468 7.608,1.918 0.766,0.134 2.177,-0.353 2.458,-0.933 m 4.587,1.873 c 2.012,0.59 4.088,1.053 6.175,1.283 0.601,0.066 1.672,-0.663 1.91,-1.258 1.267,-3.159 2.337,-6.391 3.552,-9.811 -1.447,-0.564 -2.32,-0.992 -3.242,-1.25 -4.465,-1.248 -5.701,-0.687 -7.29,3.429 -0.736,1.904 -1.366,3.858 -1.848,5.835 -0.129,0.531 0.326,1.651 0.743,1.772 m 12.452,2.53 c 2.494,0.853 5.076,1.468 7.23,2.055 5.154,-1.077 5.29,0.458 7.148,-4.778 0.572,-1.614 1.112,-3.239 1.622,-4.872 0.445,-1.425 -0.052,-2.241 -1.658,-2.534 -3.307,-0.604 -6.595,-1.307 -9.885,-2 -1.445,-0.305 -2.435,0.068 -2.846,1.523 -0.814,2.885 -1.708,5.751 -2.398,8.663 -0.139,0.586 0.323,1.784 0.787,1.943 M -77.355,1.007 c 1.048,0.08 2.108,0.031 3.164,0.019 4.602,-0.05 6.68,-2.855 5.39,-7.83 -2.616,0.344 -5.725,0.02 -7.807,1.279 -1.448,0.875 -1.495,3.921 -2.088,6.017 -0.016,0.059 0.862,0.478 1.341,0.515 m -4.739,12.928 c 2.275,0.353 4.435,0.85 6.614,0.939 0.757,0.03 1.963,-0.791 2.265,-1.501 0.971,-2.281 1.599,-4.696 2.393,-7.05 0.443,-1.312 -0.128,-1.94 -1.425,-2.145 -0.261,-0.042 -0.527,-0.062 -0.791,-0.091 -6.934,-0.784 -9.295,1.676 -9.056,9.848 M -95.045,-7.918 c 0.4,1.935 1.919,1.154 2.978,0.971 3.05,-0.529 6.088,-1.157 9.089,-1.901 0.888,-0.219 1.639,-0.954 2.452,-1.453 -0.844,-0.401 -1.688,-0.803 -2.043,-0.972 -3.825,0.302 -6.992,0.59 -10.165,0.79 -1.743,0.109 -2.683,0.768 -2.311,2.565 m -1.317,8.443 c 4.118,0 8.145,0.082 12.165,-0.035 1.979,-0.057 2.71,-1.818 2.161,-5.174 -1.767,0.225 -3.561,0.424 -5.346,0.686 -2.091,0.307 -4.167,0.716 -6.263,0.993 -1.943,0.257 -3.189,0.995 -2.717,3.53 m -2.766,9.824 c 0.026,0.647 0.9,1.715 1.514,1.813 3.129,0.5 6.297,0.895 9.461,0.984 0.915,0.027 2.19,-0.882 2.719,-1.708 0.769,-1.198 1.067,-2.696 1.466,-4.091 0.911,-3.199 0.753,-3.424 -2.785,-3.682 -1.497,-0.108 -3.01,-0.019 -4.936,-0.019 0.066,0.004 -0.287,-0.025 -0.641,-0.033 -5.269,-0.114 -7.006,1.541 -6.798,6.736 m 0.519,-20.3 c -3.768,0.866 -7.256,1.669 -11.393,2.62 7.837,2.986 11.768,2.248 11.393,-2.62 m -11.812,10.304 c 2.727,0.125 5.465,0.193 8.19,0.073 0.785,-0.034 1.537,-0.759 2.304,-1.167 -0.812,-0.404 -1.591,-0.902 -2.448,-1.177 -0.557,-0.18 -1.227,-0.034 -1.353,-0.034 -2.524,0.132 -4.562,0.175 -6.58,0.384 -0.554,0.057 -1.053,0.61 -1.578,0.936 0.488,0.344 0.961,0.962 1.465,0.985 m -2.982,5.496 c -0.739,5.014 -0.877,4.995 4.328,5.438 0.088,0.007 0.176,0.013 0.264,0.022 7.433,0.762 7.913,0.318 7.711,-7.435 -3.108,-0.267 -6.062,-0.588 -9.026,-0.749 -1.884,-0.103 -2.965,0.607 -3.277,2.724 m -4.697,-9.9 c 1.845,-0.59 3.69,-1.179 5.535,-1.769 -0.154,-0.371 -0.309,-0.743 -0.462,-1.116 -1.8,0.668 -3.599,1.336 -5.399,2.004 z m -0.145,14.786 c 0.434,-0.011 0.936,-0.616 1.246,-1.052 0.229,-0.322 0.204,-0.815 0.282,-1.233 1.002,-5.336 0.979,-5.363 -4.578,-5.334 -5.055,0.028 -5.056,0.028 -6.609,4.909 -0.226,0.709 -0.435,1.422 -0.842,2.758 3.843,0 7.173,0.039 10.501,-0.048 m -12.711,6.137 c -0.274,1.685 -0.734,3.34 -1.142,5.138 3.952,0.476 7.176,0.864 10.399,1.257 0.174,0.021 0.353,0.147 0.51,0.121 4.168,-0.72 2.021,-4.409 3.209,-6.553 0.685,-1.235 -0.006,-2.475 -1.875,-2.51 -2.547,-0.047 -5.102,-0.08 -7.636,-0.303 -2.29,-0.2 -3.144,0.882 -3.465,2.85 m 1.301,-13.678 c -4.839,-1.745 -8.317,0.995 -9.123,7.306 6.8,1.004 8.999,-0.801 9.123,-7.306 m -7.326,18.087 c 1.874,0.573 3.639,-2.372 3.69,-5.703 0.022,-1.406 -0.077,-1.449 -3.707,-1.593 -3.213,-0.127 -5.317,1.639 -5.249,4.813 0.08,3.685 3.449,1.927 5.266,2.483 m -6.692,5.015 c -0.345,0.476 -0.595,1.068 -0.705,1.641 -0.26,1.346 -0.934,3.679 -0.509,3.894 1.465,0.739 3.323,0.843 5.047,0.959 0.501,0.034 1.23,-0.6 1.547,-1.106 0.446,-0.712 0.646,-1.58 0.88,-2.401 1.11,-3.891 0.383,-4.745 -4.798,-4.659 -0.25,0.279 -0.924,0.93 -1.462,1.672 m -7.045,-6.282 c 5.893,0.591 5.893,0.591 7.42,-5.558 -3.442,-0.497 -6.718,-0.609 -9.53,1.175 -0.936,0.595 -1.045,2.402 -1.664,3.994 1.697,0.175 2.735,0.285 3.774,0.389 m 3.061,23.129 c -0.028,0.304 2.053,0.99 3.201,1.111 0.64,0.066 1.755,-0.516 1.992,-1.068 0.83,-1.945 1.372,-4.004 2.292,-6.852 -2.392,0.184 -5.155,-0.348 -5.964,0.628 -1.258,1.517 -1.328,4.048 -1.521,6.181 m -1.751,-11.004 c 0.477,0.017 1.271,-0.673 1.428,-1.179 0.651,-2.097 1.114,-4.247 1.872,-7.287 -3.002,0 -5.434,-0.053 -7.859,0.044 -0.495,0.02 -0.978,0.592 -1.438,0.943 -0.116,0.089 -0.149,0.307 -0.178,0.473 -0.367,2.132 -0.727,4.265 -1.088,6.398 2.42,0.223 4.838,0.518 7.263,0.608 m -7.988,10.493 c 1.319,0.107 2.629,0.316 4.556,0.556 0.438,-0.255 1.728,-0.568 1.983,-1.244 0.645,-1.711 0.863,-3.58 1.116,-5.403 0.02,-0.145 -0.999,-0.559 -1.561,-0.618 -1.756,-0.187 -3.523,-0.293 -5.288,-0.372 -1.691,-0.076 -3.043,2.033 -3.347,4.723 -0.229,2.022 1.002,2.232 2.541,2.358 m -5.805,7.673 c -1.013,2.769 -1.779,5.623 -2.791,8.392 -0.799,2.184 0.631,2.688 2.26,3.124 0.333,0.089 0.702,0.062 1.055,0.072 6.483,0.185 6.483,0.185 8.517,-7.247 0.451,-1.647 0.889,-3.297 1.35,-4.942 0.674,-2.399 0.332,-2.853 -2.272,-2.925 -0.795,-0.021 -1.592,-0.003 -2.388,-0.003 -4.272,-0.289 -4.328,-0.307 -5.731,3.529 m -10.453,-9.329 c 2.365,0.253 4.738,0.447 7.11,0.645 2.775,0.233 4.626,-1.566 4.527,-4.817 -0.076,-2.548 -2.388,-1.5 -3.698,-1.853 -2.139,-0.138 -4.156,-0.398 -6.161,-0.334 -0.791,0.026 -1.972,0.605 -2.25,1.231 -0.635,1.43 -0.853,3.04 -1.117,4.596 -0.017,0.098 1.02,0.47 1.589,0.532 m -5.22,6.633 c -0.789,2.438 -1.73,4.832 -2.661,7.225 -0.534,1.378 0.036,2.016 1.359,2.483 2.632,0.933 5.176,2.119 7.85,2.907 0.826,0.243 2.597,-0.209 2.837,-0.776 1.559,-3.677 2.908,-7.445 4.119,-11.246 0.448,-1.408 -0.285,-2.414 -2.052,-2.573 -2.374,-0.213 -4.73,-0.605 -7.093,-0.919 -2.348,-0.235 -3.668,0.763 -4.359,2.899 m -7.456,7.768 c 0.483,0.07 1.386,-0.481 1.577,-0.943 1.237,-2.99 2.33,-6.036 3.606,-9.422 -4.567,-0.651 -8.671,-0.642 -12.691,0.366 -0.725,0.182 -1.25,1.556 -1.629,2.472 -0.736,1.78 -1.302,3.625 -2.009,5.642 4.037,0.703 7.58,1.368 11.146,1.885 m -11.776,11.455 c 1.476,0.249 2.927,0.645 4.382,1.002 3.672,0.902 5.478,-0.447 5.581,-4.833 -0.323,-0.256 -0.906,-1.085 -1.63,-1.222 -2.425,-0.46 -4.894,-0.754 -7.359,-0.955 -2.326,-0.188 -2.312,1.706 -2.633,3.146 -0.3,1.344 -0.189,2.551 1.659,2.862 m 5.574,10.674 c 0.232,-2.203 1.146,-5.495 0.512,-5.801 -2.496,-1.203 -5.479,-1.468 -8.281,-2.081 -0.624,1.87 -1.249,3.74 -1.907,5.709 3.404,0.765 6.271,1.408 9.676,2.173 m -9.581,1.755 c 2.303,0.948 4.647,1.81 7.015,2.595 0.214,0.072 0.68,-0.563 1.09,-0.924 -0.277,-0.494 -0.388,-1.045 -0.686,-1.166 -2.171,-0.884 -4.37,-1.708 -6.592,-2.466 -0.239,-0.081 -0.885,0.322 -0.977,0.609 -0.132,0.415 -0.077,1.259 0.15,1.352 m -1.521,13.229 c 0.116,0.107 0.322,0.148 0.495,0.172 1.683,0.237 4.565,1.085 4.844,0.585 1.127,-2.021 1.648,-4.436 1.939,-6.758 0.072,-0.583 -1.445,-1.551 -2.401,-2.018 -4.694,-2.288 -4.89,-2.172 -5.971,2.722 -0.221,1 -0.39,2.01 -0.69,3.58 0.464,0.452 1.113,1.095 1.784,1.717 m -2.638,6.195 c 1.076,1.09 2.788,1.661 4.328,2.197 0.249,0.087 1.263,-1.066 1.413,-1.749 0.137,-0.626 -0.201,-1.733 -0.708,-2.032 -1.394,-0.824 -2.986,-1.334 -5.143,-2.239 0,1.576 -0.498,3.207 0.11,3.823 m -1.919,5.416 c -0.205,0.861 -0.251,2.179 0.278,2.691 1.01,0.976 2.47,1.519 3.871,2.315 2.048,-3.409 1.04,-5.574 -2.439,-5.995 -0.548,-0.066 -1.603,0.538 -1.71,0.989 m -2.164,-14.85 c 1.322,0.532 2.101,0.225 2.425,-0.986 0.507,-1.893 0.86,-3.825 1.222,-5.484 -0.112,-2.46 -2.069,-2.748 -3.543,-3.098 -0.713,-0.169 -1.8,0.796 -2.591,1.401 -0.357,0.273 -0.409,0.92 -0.59,1.4 -1.828,4.844 -1.81,4.803 3.077,6.767 m -6.349,4.48 c 1.867,1.1 3.83,2.061 5.83,2.922 0.309,0.133 1.241,-0.404 1.41,-0.814 0.227,-0.547 0.243,-1.652 -0.09,-1.859 -1.968,-1.221 -4.064,-2.251 -6.184,-3.381 -0.609,0.638 -1.147,0.946 -1.212,1.329 -0.1,0.594 -0.104,1.597 0.246,1.803 m -1.237,7.977 c 1.386,0.737 2.689,1.661 4.144,2.221 0.782,0.3 1.808,0.011 2.723,-0.012 -0.144,-1.092 0.123,-2.744 -0.506,-3.173 -2.188,-1.493 -4.687,-2.562 -7.211,-3.866 -2.008,3.325 -2.002,3.316 0.85,4.83 m -4.074,-10.53 c 0.278,0.162 1.024,-0.425 2.165,-0.952 -1.224,-0.859 -1.879,-1.446 -2.652,-1.773 -0.201,-0.085 -1.163,0.878 -1.109,0.961 0.427,0.664 0.926,1.375 1.596,1.764 m -1.707,6.634 c 0.139,-0.449 0.267,-0.893 0.415,-1.331 0.13,-0.385 0.282,-0.764 0.493,-1.328 -0.831,-0.421 -1.568,-0.795 -2.285,-1.159 -1.786,2.565 -1.706,2.786 1.377,3.818 m -4.038,5.797 c 0.828,-0.299 2.087,-0.374 2.405,-0.94 1.062,-1.893 -0.488,-2.431 -3.051,-3.249 0.274,1.778 0.46,2.984 0.646,4.189 m -3.496,10.505 c 0.85,-0.581 2.035,-0.989 2.472,-1.782 0.714,-1.292 0.939,-2.836 1.383,-4.316 -2.348,-1.757 -2.667,-1.696 -3.788,0.922 -0.37,0.863 -0.89,1.755 -0.907,2.643 -0.016,0.838 0.537,1.688 0.84,2.533 m -3.755,11.377 c 0.189,0.133 1.137,-0.261 1.234,-0.566 0.648,-2.028 1.158,-4.095 1.808,-6.502 -0.179,-0.228 -0.455,-0.917 -0.869,-1.006 -0.373,-0.081 -1.174,0.409 -1.31,0.8 -0.675,1.939 -1.257,3.914 -1.711,5.911 -0.091,0.397 0.425,1.067 0.848,1.363 m 9.809,42.69 c -0.978,4.263 -2.143,8.182 -2.71,12.181 -0.467,3.294 3.056,3.901 5.039,6.015 0.391,-0.86 0.748,-1.334 0.814,-1.843 0.494,-3.795 1.007,-7.589 1.351,-11.397 0.17,-1.871 -0.995,-3.075 -4.494,-4.956 m 2.527,-8.179 c -1.649,2.842 -1.393,3.51 2.164,5.629 1.883,-2.835 1.432,-4.006 -2.164,-5.629 m 2.989,-12.307 c -3.005,4.322 -2.676,8.126 0.876,10.13 3.996,-4.147 3.609,-8.624 -0.876,-10.13 m 9.779,33.057 c -2.145,-1.856 -4.391,-3.605 -7.106,-5.802 -0.35,2.488 -0.699,4.523 -0.905,6.57 -0.214,2.119 -0.33,4.25 -0.408,6.378 -0.05,1.365 -0.006,2.519 1.769,3.268 1.193,0.504 1.822,2.152 2.85,3.146 0.88,0.848 1.971,1.493 3.57,2.671 0.408,-5.316 0.794,-9.859 1.063,-14.408 0.035,-0.601 -0.357,-1.411 -0.833,-1.823 m -5.748,-14.162 c -2.176,3.14 0.549,5.319 7.221,9.737 1.737,-3.183 -1,-6.765 -7.221,-9.737 m 12.105,-7.711 c 0.144,-0.64 -0.336,-1.728 -0.898,-2.141 -1.883,-1.387 -3.923,-2.579 -5.924,-3.812 -1.303,-0.802 -2.336,-0.741 -2.711,0.964 -0.018,0.083 -0.048,0.163 -0.077,0.244 -2.712,7.479 -1.654,9.977 6.852,15.356 0.992,-3.722 1.978,-7.145 2.758,-10.611 m 7.489,22.553 c -2.508,-1.497 -4.865,-3.229 -7.436,-4.956 -1.3,2.323 -1.444,3.999 0.566,5.513 2.708,2.04 5.34,4.173 8.031,6.286 1.897,-3.146 1.597,-5.197 -1.161,-6.843 m -4.195,-22.593 c -1.05,4.729 -1.961,8.683 -2.766,12.658 -0.099,0.484 0.203,1.292 0.605,1.583 3.081,2.232 6.232,4.373 10.146,7.086 1.081,-5.058 2.038,-9.325 2.853,-13.618 0.095,-0.501 -0.44,-1.361 -0.94,-1.68 -2.995,-1.912 -6.066,-3.715 -9.898,-6.029 m 2.17,-4.29 c -0.527,1.793 2.146,3.851 7.001,4.815 -2.313,-1.591 -4.627,-3.182 -7.001,-4.815 m -9.244,-39.981 c 0.598,0.182 1.913,-0.277 2.133,-0.762 0.897,-1.982 0.044,-2.823 -4.033,-4.229 -1.189,3.358 -0.943,4.128 1.9,4.991 m 6.29,34.498 c 0.982,-3.129 1.789,-5.517 2.441,-7.945 0.115,-0.429 -0.266,-1.228 -0.674,-1.501 -2.64,-1.766 -5.351,-3.434 -8.657,-5.526 -0.818,2.882 -1.452,4.894 -1.931,6.941 -0.141,0.6 -0.092,1.599 0.297,1.898 2.58,1.983 5.276,3.826 8.524,6.133 m -2.087,2.076 c -1.282,-1.156 -2.659,-2.224 -4.076,-3.225 -1.046,-0.738 -2.213,-1.317 -3.357,-1.985 -1.385,1.531 -1.09,2.786 0.411,3.723 1.912,1.194 3.898,2.289 5.921,3.296 0.473,0.236 1.228,-0.055 1.852,-0.103 -0.24,-0.579 -0.323,-1.321 -0.751,-1.706 m -10.053,-28.289 c -0.811,2.573 0.459,3.803 3.423,4.538 0.916,-2.461 1.952,-4.719 2.578,-7.078 0.61,-2.293 -1.744,-2.522 -3.102,-3.091 -1.693,-0.71 -1.704,0.872 -1.964,1.91 -0.31,1.241 -0.551,2.502 -0.935,3.721 m -8.59,-16.222 c 2.232,1.376 4.584,2.582 6.967,3.706 0.421,0.199 1.446,-0.104 1.728,-0.491 0.381,-0.521 0.65,-1.786 0.385,-1.975 -2.527,-1.809 -5.178,-3.458 -8.096,-5.35 -0.667,0.856 -1.357,1.37 -1.469,1.981 -0.126,0.686 0.019,1.842 0.485,2.129 m -4.212,11.169 c 2.787,2.041 5.656,3.978 8.498,5.95 0.377,-0.082 0.755,-0.165 1.132,-0.247 0.562,-2.57 1.193,-5.129 1.625,-7.72 0.079,-0.474 -0.517,-1.279 -1.025,-1.58 -2.611,-1.547 -5.294,-2.98 -8.394,-4.698 -0.966,2.4 -1.883,4.469 -2.589,6.603 -0.151,0.455 0.296,1.357 0.753,1.692 m 13.028,22.013 c 0.543,-2.125 1.176,-4.065 1.476,-6.053 0.113,-0.744 -0.323,-1.82 -0.897,-2.362 -1.841,-1.737 -2.536,-1.472 -3.236,0.98 -0.258,0.905 -0.551,1.801 -0.787,2.711 -0.822,3.172 -0.454,3.74 3.444,4.724 m -4.629,1.204 c -1.464,2.02 -1.204,3.497 0.819,4.386 0.578,0.254 2.04,-0.01 2.149,-0.334 0.805,-2.393 -1.48,-2.81 -2.968,-4.052 m -14.162,-10.597 c -1.379,2.226 -1.465,3.797 0.743,5.22 2.911,1.876 5.692,3.938 8.529,5.92 0.326,-0.099 0.651,-0.198 0.976,-0.297 -0.172,-1.226 0.127,-2.966 -0.601,-3.589 -2.998,-2.567 -6.308,-4.795 -9.647,-7.254 m 1.434,-1.811 c 3.222,2.343 6.525,4.58 10.258,7.165 0.769,-2.696 1.498,-4.845 1.94,-7.048 0.14,-0.697 -0.241,-1.844 -0.802,-2.26 -2.907,-2.158 -5.951,-4.147 -9.417,-6.516 -1.015,2.663 -1.895,4.763 -2.579,6.921 -0.156,0.49 0.17,1.425 0.6,1.738 m 34.934,-3.188 c -2.051,-1.45 -4.303,-2.666 -6.589,-3.754 -0.583,-0.278 -2.103,0.03 -2.298,0.453 -0.999,2.161 -1.705,4.449 -2.621,6.994 0.42,0.556 0.775,1.382 1.415,1.808 2.101,1.398 4.296,2.666 6.474,3.955 1.24,0.734 2.106,0.544 2.561,-0.943 0.597,-1.945 1.482,-3.822 1.903,-5.795 0.18,-0.843 -0.194,-2.258 -0.845,-2.718 m 2.3,-8.011 c -2.131,-1.208 -4.33,-2.323 -6.588,-3.285 -0.581,-0.247 -2.026,0.039 -2.131,0.363 -0.304,0.94 -0.571,2.587 -0.065,2.956 2.445,1.788 5.017,3.533 7.803,4.738 2.325,1.005 1.893,-1.517 2.749,-2.904 -0.545,-0.594 -1.025,-1.447 -1.768,-1.868 m -5.771,-10.584 c -2.432,3.018 -2.226,4.066 0.912,5.615 1.1,0.543 2.22,1.059 3.267,1.687 3.629,2.178 4.509,1.81 5.278,-2.543 -3.111,-1.565 -6.301,-3.171 -9.457,-4.759 m 11.154,-4.521 c -3.056,-1.031 -6.043,-2.253 -9.019,-3.376 -1.925,3.613 -1.982,3.694 1.111,5.74 1.727,1.143 3.654,2.021 5.542,2.916 1.541,0.731 2.867,0.313 3.321,-1.32 0.384,-1.381 1.666,-3.077 -0.955,-3.96 m 4.699,-11.178 c -2.695,-1.425 -5.634,-2.441 -8.534,-3.469 -0.499,-0.177 -1.658,0.195 -1.851,0.603 -0.873,1.849 -1.509,3.802 -2.341,6.013 0.477,0.565 0.865,1.427 1.528,1.734 2.54,1.175 5.164,2.183 7.766,3.233 1.574,0.636 2.425,0.05 3.007,-1.461 0.46,-1.197 1.714,-2.223 1.827,-3.396 0.104,-1.071 -0.534,-2.799 -1.402,-3.257 m 3.445,-4.125 c 0.651,-1.494 0.275,-2.451 -1.309,-2.948 -3.312,-1.037 -6.63,-2.059 -9.988,-3.1 -0.858,1.854 -0.611,3.004 1.146,3.763 2.385,1.031 4.701,2.213 7.099,3.214 1.178,0.492 2.378,0.621 3.052,-0.929 m 9.3,8.446 c -1.373,-0.581 -2.854,-0.917 -4.261,-1.427 -4.058,-1.473 -4.052,-1.487 -5.585,2.531 -1.663,4.359 -1.752,4.626 2.596,5.983 6.879,2.148 5.676,2.934 8.216,-3.378 0.256,-0.635 0.44,-1.297 0.787,-2.333 -0.515,-0.419 -1.051,-1.079 -1.753,-1.376 m 3.043,-7.675 c -2.389,-0.855 -4.912,-1.447 -7.431,-1.818 -0.608,-0.09 -1.752,1.014 -2.033,1.779 -0.211,0.573 0.359,1.901 0.942,2.173 2.582,1.206 5.294,2.151 8.031,3.218 0.671,-0.998 0.939,-1.543 1.341,-1.972 1.461,-1.557 0.717,-2.82 -0.85,-3.38 m -20.507,-15.59 c -0.21,0.255 -0.365,0.37 -0.42,0.519 -2.254,6.108 -2.251,6.101 4.408,7.703 0.851,0.205 1.669,0.729 2.509,0.744 1.278,0.025 3.238,0.165 3.703,-0.512 0.981,-1.431 1.264,-3.345 1.604,-5.102 0.046,-0.241 -1.176,-0.847 -1.883,-1.06 -1.601,-0.486 -3.242,-0.853 -4.877,-1.227 -1.629,-0.372 -3.27,-0.693 -5.044,-1.065 m 5.09,-2.014 c 2.318,0.519 4.663,0.984 7.023,1.231 0.729,0.078 1.916,-0.439 2.269,-1.031 3.219,-5.404 2.686,-6.412 -3.619,-7.217 -1.133,-0.144 -2.285,-0.162 -3.428,-0.238 -1.774,-0.038 -3.59,-0.746 -4.774,1.509 -2.018,3.847 -1.729,4.792 2.529,5.746 m 22.256,2.582 c 0.476,-1.463 1.262,-2.832 1.741,-4.294 0.487,-1.489 0.22,-2.73 -1.748,-2.968 -1.579,-0.19 -3.156,-0.404 -5.254,-0.676 -1.658,-0.535 -2.846,0.395 -3.439,2.359 -0.345,1.142 -0.744,2.271 -1.15,3.395 -0.49,1.358 0.011,2.082 1.44,2.409 1.803,0.413 3.576,0.944 5.371,1.391 1.518,0.378 2.531,-0.054 3.039,-1.616 m -3.546,5.132 c -2.431,-0.713 -4.914,-1.286 -7.41,-1.743 -0.416,-0.077 -1.194,0.586 -1.462,1.08 -0.607,1.119 -1.242,2.319 -1.388,3.54 -0.086,0.715 0.563,1.974 1.201,2.222 1.942,0.754 4.014,1.279 6.083,1.625 2.333,0.392 3.329,-0.627 3.697,-3.162 0.086,-0.595 0.568,-1.138 1.031,-2.013 -0.591,-0.545 -1.076,-1.351 -1.752,-1.549 m -40.6,117.409 c -1.059,5.797 2.156,10.61 8.502,12.227 0.179,-2.3 0.355,-4.545 0.528,-6.79 0.059,-0.764 -0.039,-1.572 0.188,-2.286 1.349,-4.242 -0.728,-6.923 -4.221,-9.073 -1.762,-1.086 -3.42,-2.33 -5.635,-3.853 -0.29,3.086 -2.013,5.602 0.761,7.855 0.306,0.248 -0.004,1.272 -0.123,1.92 m -27.765,-37.629 c 1.804,0.575 3.475,1.541 5.314,2.401 1.113,-1.983 1.523,-3.696 -0.379,-5.364 -2.479,-2.174 -4.765,-4.567 -7.362,-6.596 -1.647,-1.285 -1.198,-2.15 0.013,-3.494 3.134,2.639 6.183,5.205 9.913,8.346 0.821,-2.933 1.446,-4.99 1.934,-7.077 0.089,-0.381 -0.253,-1.056 -0.612,-1.305 -3.349,-2.321 -6.745,-4.578 -10.531,-7.125 -0.643,1.894 -1.314,3.286 -1.579,4.746 -1.71,9.403 -3.36,18.817 -4.926,28.242 -0.125,0.75 0.279,1.897 0.863,2.383 2.391,1.99 4.947,3.795 7.443,5.668 0.391,-0.061 0.782,-0.122 1.173,-0.183 0.963,-4.105 2.241,-8.178 2.687,-12.334 0.126,-1.175 -2.115,-2.659 -3.404,-3.869 -0.608,-0.571 -1.747,-0.665 -2.25,-1.277 -0.572,-0.698 -0.702,-1.732 -1.024,-2.62 0.918,-0.206 1.963,-0.785 2.727,-0.542 m 43.501,-123.078 c 0.2,-0.159 0.416,-0.299 0.767,-0.549 -0.637,-0.71 -1.239,-1.38 -2.343,-2.61 -2.156,3.431 -4.099,6.526 -6.043,9.621 0.204,0.221 0.408,0.442 0.612,0.663 2.333,-0.22 4.664,-0.474 7.001,-0.648 1.935,-0.144 3.876,-0.25 5.816,-0.276 3.803,-0.05 4.775,-1.056 4.664,-5.275 -3.221,-0.185 -6.362,-0.245 -9.477,1.108 -1.165,0.506 -2.674,0.273 -4.026,0.376 1.009,-0.804 2.016,-1.609 3.029,-2.41 M -55.912,17.129 c 1.068,-3.154 1.897,-6.386 2.795,-9.594 0.417,-1.485 -0.148,-2.232 -1.782,-2.376 -2.64,-0.233 -5.269,-0.581 -7.903,-0.88 -0.006,0.045 -0.012,0.089 -0.018,0.133 -0.709,0 -1.439,0.107 -2.123,-0.019 -2.215,-0.406 -2.915,0.627 -3.269,2.584 -0.424,2.339 -1.211,4.625 -1.944,6.903 -0.451,1.402 0.01,2.087 1.452,2.363 3.559,0.683 7.097,1.481 10.676,2.036 0.652,0.102 1.924,-0.58 2.116,-1.15 m 5.877,3.904 c 0.233,0.098 0.522,0.073 0.785,0.097 6.078,0.545 6.146,0.566 8.089,-5.055 0.835,-2.415 1.344,-4.936 1.959,-7.419 0.52,-2.095 -0.413,-3.025 -2.611,-2.992 -1.146,0.018 -2.296,-0.134 -3.926,-0.24 -2.707,-1.014 -3.838,0.68 -4.455,3.324 -0.66,2.827 -1.357,5.663 -2.315,8.405 -0.857,2.452 0.728,3.148 2.474,3.88 m 8.775,-28.205 c -0.288,-0.015 -0.573,-0.012 -0.648,-0.008 -4.404,-0.223 -4.416,-0.199 -5.25,3.358 -0.078,0.331 -0.129,0.669 -0.213,0.999 -1.373,5.37 0.646,6.974 6.432,5.806 2.999,-0.605 3.975,-2.137 4.397,-4.669 0.87,-5.204 0.91,-5.199 -4.718,-5.486 m 2.976,30.642 c 0.512,0.126 1.026,0.249 1.532,0.396 5.603,1.631 6.512,1.266 8.193,-4.058 1.075,-3.406 1.789,-6.917 2.672,-10.379 0.339,-1.329 -0.056,-2.102 -1.579,-2.307 -1.998,-0.269 -3.978,-0.668 -6.737,-1.143 -0.581,0.542 -1.871,1.183 -2.163,2.115 -1.322,4.219 -2.314,8.532 -3.527,12.784 -0.44,1.544 0.18,2.242 1.609,2.592 m 12.668,-29.199 c -1.404,-0.072 -2.796,-0.343 -4.863,-0.614 -1.893,-0.63 -2.62,0.839 -3.009,2.845 -0.306,1.58 -0.894,3.123 -1.035,4.71 -0.056,0.624 0.641,1.759 1.206,1.906 2.261,0.588 4.594,0.993 6.925,1.194 0.547,0.047 1.528,-0.871 1.729,-1.514 0.582,-1.862 0.835,-3.818 1.282,-5.723 0.433,-1.846 -0.273,-2.704 -2.235,-2.804 m 4.921,34.304 c 6.674,1.847 6.683,1.823 8.563,-4.602 1.079,-3.688 2.172,-7.371 3.209,-11.071 0.223,-0.797 0.235,-1.649 0.396,-2.869 -4.894,-0.793 -9.635,-1.56 -14.496,-2.347 -0.765,3.41 -1.23,6.439 -2.153,9.332 -0.93,2.913 -2.315,5.691 -3.725,9.063 2.775,0.848 5.47,1.737 8.206,2.494 M -7.08,5.755 c 0.807,-1.789 1.513,-3.659 1.894,-5.566 0.114,-0.566 -0.839,-1.783 -1.52,-1.97 -3.904,-1.074 -7.87,-1.942 -11.821,-2.854 -1.639,-0.378 -2.529,0.272 -2.668,1.909 -0.079,0.933 -0.208,1.863 -0.353,2.788 -0.807,5.146 -0.807,5.096 4.586,5.515 2.638,0.204 5.258,0.629 8.431,1.022 0.228,-0.123 1.218,-0.326 1.451,-0.844 M -188.219,282.77 c 0.532,0.599 1.529,0.79 2.236,1.272 1.272,0.868 3.118,1.577 3.599,2.773 1.086,2.705 3.25,3.687 5.703,4.465 3.508,1.112 7.053,2.115 10.746,3.213 1.771,-5.387 0.867,-8.288 -3.023,-11.441 -3.729,-3.022 -8.34,-3.872 -12.796,-5.172 -1.578,-0.461 -3.073,-1.201 -4.579,-1.87 -2.613,-1.162 -5.224,-2.333 -7.799,-3.571 -1.275,-0.612 -2.468,-1.381 -3.697,-2.079 -0.213,0.198 -0.425,0.396 -0.638,0.594 3.405,3.947 6.78,7.92 10.248,11.816 M 109.182,153.848 c -0.178,3.133 0.57,6.584 -2.341,9.119 -0.225,0.197 -0.299,0.614 -0.341,0.941 -0.867,6.849 -1.421,13.75 -2.658,20.535 -1.237,6.783 -3.055,13.474 -4.831,20.153 -0.536,2.015 -1.781,3.855 -2.7,5.775 -0.21,-0.068 -0.42,-0.136 -0.63,-0.204 0.151,-1.306 0.3,-2.612 0.453,-3.917 0.658,-5.607 2.584,-10.8 5.056,-15.904 1.13,-2.335 1.488,-5.098 1.787,-7.71 0.619,-5.407 0.987,-10.84 1.388,-16.268 0.043,-0.593 -0.376,-1.218 -0.751,-2.34 -0.623,1.105 -0.899,1.596 -1.175,2.086 -0.39,-1.49 -0.528,-2.866 -0.357,-4.205 0.243,-1.895 0.67,-3.772 1.109,-5.638 0.194,-0.822 0.922,-1.615 0.873,-2.39 -0.213,-3.408 -0.614,-6.806 -0.96,-10.206 -1.002,-9.859 -1.903,-19.728 -3.062,-29.569 -0.548,-4.648 -1.504,-9.26 -2.457,-13.854 C 97.192,98.358 96.856,95.671 95.536,94.927 93.713,93.899 93.711,92.745 93.44,91.299 93.204,90.041 93.014,88.735 92.511,87.567 90.177,82.145 87.784,76.743 85.333,71.368 79.355,58.254 71.711,46.09 62.758,34.673 60.974,32.397 57.736,30.824 58.667,27.148 58.708,26.987 58.394,26.739 58.238,26.537 53.717,20.659 48.016,16.025 41.594,11.607 v 2.152 C 38.203,11.897 35.074,9.8 31.639,8.402 28.36,7.068 25.979,3.51 21.672,4.477 c 1.753,1.718 3.679,3.15 5.599,4.588 2.95,2.21 3.599,3.746 2.336,5.906 -0.568,-0.402 -1.115,-0.794 -1.668,-1.178 -2.642,-1.834 -5.216,-3.772 -7.976,-5.423 -0.716,-0.428 -2.179,-0.241 -2.995,0.193 -0.711,0.379 -0.994,1.504 -1.467,2.3 0.893,0.387 1.774,0.799 2.681,1.153 1.14,0.444 2.406,0.683 3.418,1.311 0.69,0.429 1.037,1.37 1.537,2.082 -0.197,0.166 -0.393,0.332 -0.589,0.499 -1.873,-0.438 -3.759,-0.83 -5.615,-1.325 -2.528,-0.675 -4.93,-1.311 -6.486,1.701 C 9.92,17.305 8.945,18.155 8.039,18.938 6.936,19.892 5.688,20.69 4.503,21.557 4.339,21.362 4.176,21.169 4.012,20.975 6.019,18.714 8.026,16.453 10.052,14.171 9.432,13.635 9.263,13.36 9.046,13.319 4.621,12.482 0.196,11.646 -4.247,10.908 -4.619,10.847 -5.39,11.42 -5.515,11.83 c -1.719,5.634 -3.22,11.333 -5.082,16.922 -0.77,2.311 0.1,2.875 2.137,3.204 2.003,0.323 4.035,0.682 5.93,1.354 0.829,0.294 1.347,1.403 2.007,2.142 -0.909,0.26 -1.855,0.82 -2.718,0.719 -1.921,-0.227 -3.822,-0.708 -5.693,-1.219 -9.711,-2.651 -19.421,-5.31 -29.106,-8.053 -2.188,-0.62 -3.907,-1.137 -5.175,1.558 -0.517,1.101 -2.387,1.609 -3.64,2.388 -0.09,-0.195 -0.18,-0.39 -0.27,-0.584 0.83,-1.487 1.659,-2.973 2.724,-4.882 -3.203,-0.782 -5.745,-1.483 -8.33,-1.97 -0.531,-0.1 -1.602,0.462 -1.78,0.941 -1.358,3.661 -2.556,7.378 -3.853,11.224 0.286,0.079 0.677,0.208 1.078,0.297 6.81,1.501 13.638,2.937 20.425,4.528 2.15,0.504 4.05,1.561 4.46,4.173 -3.013,-0.652 -5.836,-1.267 -8.662,-1.874 -10.547,-2.26 -21.081,-4.576 -31.652,-6.723 -2.008,-0.409 -4.164,-0.103 -6.246,-0.214 -0.843,-0.046 -1.712,-0.228 -2.499,-0.522 -1.837,-0.685 -3.596,-1.582 -5.464,-2.157 -0.529,-0.162 -1.742,0.334 -1.931,0.797 -0.861,2.107 -1.468,4.309 -2.21,6.614 1.044,0.274 1.626,0.418 2.202,0.578 6.855,1.91 13.724,3.778 20.555,5.764 1.879,0.547 2.911,1.862 2.402,4.053 -0.469,-0.116 -0.883,-0.209 -1.291,-0.319 -7.231,-1.942 -14.452,-3.917 -21.698,-5.805 -1.648,-0.43 -3.17,-0.476 -4.276,1.419 -0.871,1.494 -2.445,1.755 -4.057,0.408 0.554,-0.961 1.037,-1.799 1.777,-3.086 -3.652,-0.697 -6.906,-1.407 -10.198,-1.855 -0.512,-0.07 -1.557,0.967 -1.741,1.648 -0.626,2.308 -1.065,4.676 -1.374,7.045 -0.085,0.649 0.366,1.843 0.853,2.007 4.843,1.628 9.681,3.338 14.646,4.539 6.255,1.511 12.645,2.495 18.929,3.904 0.894,0.2 1.518,1.515 2.267,2.313 -0.882,0.294 -1.747,0.667 -2.654,0.852 -0.486,0.099 -1.051,-0.097 -1.567,-0.214 -10.163,-2.307 -20.314,-4.663 -30.494,-6.898 -1.553,-0.342 -3.238,-0.099 -4.857,-0.203 -0.668,-0.043 -1.35,-0.22 -1.976,-0.457 -2.742,-1.041 -5.441,-2.2 -8.224,-3.121 -0.435,-0.143 -1.623,0.604 -1.792,1.137 -1.109,3.498 -2.009,7.058 -3.03,10.582 -0.475,1.638 -0.087,2.487 1.804,2.885 6.115,1.29 12.287,2.447 18.256,4.221 6.058,1.799 11.935,4.193 17.821,6.493 1.901,0.743 3.746,1.904 3.461,3.915 -5.853,-1.977 -11.578,-4.236 -17.496,-5.826 -7.412,-1.991 -14.974,-3.465 -22.496,-5.055 -0.769,-0.162 -1.705,0.409 -2.563,0.64 0.471,0.709 0.825,1.536 1.438,2.103 1.473,1.368 3.067,2.615 4.613,3.91 -0.083,0.125 -0.166,0.249 -0.249,0.373 -2.072,-0.443 -4.142,-0.886 -6.256,-1.339 -0.465,4.538 -0.449,4.532 3.439,5.059 3.598,0.487 7.204,0.938 10.771,1.589 1.806,0.329 3.618,1.007 2.839,3.46 -2.254,-0.173 -4.279,-0.262 -6.285,-0.5 -2.11,-0.251 -4.19,-0.769 -6.303,-0.94 -2.158,-0.173 -4.34,-0.043 -6.51,-0.102 -0.583,-0.017 -1.189,-0.168 -1.736,-0.377 -1.433,-0.549 -2.789,-1.363 -4.267,-1.709 -2.665,-0.622 -5.421,-0.88 -8.096,-1.469 -7.02,-1.545 -7.625,-1.127 -7.897,5.909 -0.006,0.144 0.148,0.293 0.111,0.225 6.15,3.253 13.414,4.018 18.54,8.718 -0.164,0.364 -0.327,0.729 -0.491,1.093 -6.255,-2.129 -12.51,-4.258 -18.935,-6.445 -0.433,1.17 -0.775,1.949 -1.012,2.757 -0.884,3.008 -0.734,3.189 2.427,4.051 1.703,0.465 3.381,1.029 5.044,1.62 4.385,1.559 8.779,3.101 13.12,4.77 1.488,0.572 2.557,1.6 1.424,3.324 -7.663,-2.494 -15.246,-4.963 -23.08,-7.513 -0.397,2.361 -0.679,4.11 -0.988,5.854 -0.305,1.718 0.359,2.672 2.161,3.173 3.22,0.895 6.393,1.953 9.558,3.018 1.44,0.485 2.77,1.178 2.023,3.423 -4.646,-1.227 -9.185,-2.426 -13.816,-3.649 -0.782,3.193 -1.439,5.879 -2.15,8.785 0.116,0.064 0.46,0.323 0.85,0.457 3.918,1.342 7.849,2.65 11.766,3.996 2.063,0.708 2.259,1.839 0.588,3.633 -9.286,-3.283 -18.566,-6.564 -28.021,-9.908 -0.575,1.291 -1.12,2.516 -1.69,3.798 0.354,0.275 0.59,0.541 0.889,0.678 7.015,3.202 14.053,6.357 21.05,9.593 6.704,3.1 13.389,6.241 20.015,9.491 0.715,0.351 0.984,1.549 1.46,2.354 -1.012,0.112 -2.241,0.641 -3.002,0.272 -7.889,-3.829 -15.665,-7.873 -23.549,-11.71 -5.125,-2.494 -10.365,-4.772 -15.59,-7.067 -0.604,-0.265 -1.719,-0.315 -2.134,0.04 -1.674,1.43 -1.312,4.952 0.725,6.017 6.368,3.328 12.845,6.46 19.218,9.78 0.798,0.416 1.221,1.504 1.818,2.281 -0.929,0.185 -1.996,0.746 -2.76,0.484 -2.235,-0.768 -4.385,-1.797 -6.505,-2.844 -4.336,-2.142 -8.632,-4.361 -12.942,-6.553 -1.487,-0.756 -2.686,-0.924 -3.142,1.122 -0.46,2.065 -0.964,4.126 -1.579,6.152 -0.566,1.863 0.086,3.044 1.724,4.072 8.009,5.029 15.976,10.12 23.95,15.202 1.473,0.939 2.992,1.844 4.317,2.956 0.527,0.443 0.584,1.407 0.855,2.134 -0.884,0.136 -2,0.672 -2.613,0.341 -3.006,-1.622 -5.961,-3.36 -8.782,-5.267 -6.562,-4.436 -13.038,-8.992 -20.037,-13.837 -0.929,2.279 -1.597,3.776 -2.153,5.31 -1.579,4.347 -1.046,6.281 2.379,8.235 7.839,4.472 15.75,8.831 23.526,13.403 1.24,0.728 4.304,0.998 2.905,3.319 -1.238,2.053 -3.228,0.219 -4.586,-0.59 -5.721,-3.41 -11.317,-7.017 -17.019,-10.458 -2.569,-1.55 -5.281,-2.88 -7.928,-4.31 l -0.543,0.743 c 1.872,1.409 3.805,2.749 5.604,4.241 3.105,2.573 3.563,3.508 3.155,5.902 -3.266,-2.564 -6.172,-5.569 -10.211,-6.733 -0.932,3.567 -1.943,6.829 -2.597,10.157 -0.415,2.112 -0.882,4.43 1.745,5.878 7.207,3.973 14.376,8.011 21.885,12.204 0.627,-1.665 1.052,-3.22 1.773,-4.636 3.089,-6.07 6.688,-10.317 14.179,-8.65 1.656,0.368 2.342,-0.208 2.768,-1.508 0.265,-0.81 0.369,-1.67 0.617,-2.487 1.436,-4.749 2.816,-9.517 4.377,-14.228 0.831,-2.506 3.278,-3.604 5.589,-3.653 2.241,-0.048 2.409,2.335 2.819,4.086 0.139,0.597 0.449,1.156 0.809,2.051 0.651,-1.061 1,-1.852 1.55,-2.482 1.352,-1.55 3.153,-2.78 5.03,-1.25 2.477,2.021 4.074,1.076 5.75,-0.809 0.573,-0.645 1.106,-1.379 1.819,-1.841 5.075,-3.294 9.862,-7.243 15.376,-9.607 7.558,-3.241 14.919,-0.729 21.502,3.489 2.007,1.287 3.89,1.521 6.185,1.57 6.988,0.15 13.977,0.537 20.948,1.05 2.631,0.194 4.266,2.059 4.896,4.456 0.537,2.046 -0.047,4.04 -1.952,5.2 -4.661,2.84 -6.281,7.566 -7.887,12.103 -1.655,4.677 -5.609,6.128 -9.533,2.817 -1.241,-1.047 -2.324,-2.308 -3.307,-3.594 -2.87,-3.751 -5.555,-7.637 -8.505,-11.326 -2.053,-2.568 -3.789,-2.815 -6.763,-1.577 -2.024,0.841 -4.133,1.518 -6.08,2.498 -2.583,1.299 -4.561,3.139 -5.054,6.148 -0.888,5.425 1.674,10.15 3.3,15.038 0.272,0.818 1.877,1.263 2.912,1.796 1.908,0.982 4.047,1.652 5.74,2.894 4.636,3.399 9.011,7.13 13.647,10.527 2.787,2.041 6.961,1.511 8.979,-0.569 2.331,-2.403 4.748,-4.744 7.31,-6.91 0.52,-0.439 1.93,-0.168 2.776,0.152 0.34,0.129 0.607,1.483 0.319,1.921 -1.22,1.863 -2.533,3.702 -4.05,5.346 -3.108,3.373 -3.17,3.319 -0.508,7.173 0.246,0.355 0.438,0.748 0.708,1.083 3.265,4.035 3.304,4.999 -0.299,8.716 -1.781,1.838 -3.851,3.416 -6.289,5.547 2.459,2.093 4.572,3.675 6.412,5.513 2.218,2.216 5.067,4.112 4.79,7.841 -0.259,3.479 -0.033,7.114 -3.274,9.559 -2.032,1.533 -2.151,2.212 -0.305,3.983 2.299,2.203 4.564,4.443 6.751,6.749 0.515,0.543 0.66,1.413 0.976,2.133 -0.864,0.148 -1.803,0.584 -2.579,0.395 -2.991,-0.731 -5.928,-1.662 -8.887,-2.519 -0.172,0.188 -0.344,0.376 -0.516,0.564 1.71,1.472 3.261,3.181 5.161,4.371 5.061,3.171 10.127,6.285 12.948,11.708 0.435,0.837 0.909,2.123 0.54,2.751 -0.363,0.619 -1.772,0.905 -2.727,0.913 -2.166,0.02 -4.335,-0.221 -6.719,-0.37 0.792,2.334 1.64,4.383 2.175,6.504 1.062,4.211 -0.794,5.838 -5.145,4.656 -0.511,-0.139 -1.035,-0.269 -1.512,-0.488 -3.627,-1.662 -7.244,-3.346 -10.171,-4.703 -0.514,2.837 -0.887,6.201 -1.801,9.421 -0.503,1.774 -2.132,2.466 -3.957,1.017 -1.162,-0.924 -2.272,-1.93 -3.527,-2.718 -2.004,-1.258 -3.965,-2.891 -6.715,-1.886 0.857,2.89 0.157,3.651 -2.76,3.532 -1.752,-0.071 -3.515,0.193 -5.274,0.212 -2.332,0.027 -5.194,0.709 -6.325,-1.927 -1.336,-3.111 -2.09,-6.466 -2.922,-9.757 -0.147,-0.583 0.555,-1.365 0.865,-2.056 0.926,0.951 1.195,1.817 1.442,2.688 0.581,2.058 1.123,4.125 1.735,6.173 0.523,1.752 1.699,2.392 3.553,1.892 -0.535,-3.242 -0.231,-3.506 2.982,-3.398 1.205,0.04 2.459,-0.172 3.628,-0.488 4.681,-1.263 8.74,-0.213 12.337,2.843 0.667,0.567 1.421,1.038 2.135,1.553 0.327,-0.12 0.654,-0.241 0.981,-0.361 -0.189,-2.202 -0.326,-4.41 -0.588,-6.604 -0.13,-1.088 -0.739,-2.167 -0.669,-3.221 0.061,-0.912 0.549,-2.182 1.265,-2.561 0.693,-0.367 2.066,-0.042 2.874,0.415 1.276,0.723 2.353,1.786 3.473,2.75 3.058,2.636 6.445,4.562 11.429,5.159 -0.97,-2.612 -1.532,-4.738 -2.526,-6.654 -1.416,-2.73 -3.269,-5.25 -4.67,-7.985 -0.394,-0.768 0.139,-1.978 0.247,-2.985 0.888,0.424 1.998,0.651 2.624,1.307 2.651,2.78 5.755,4.579 9.929,4.722 -1.315,-2.028 -2.759,-3.933 -4.59,-5.386 -2.037,-1.617 -4.503,-2.72 -6.642,-4.233 -3.001,-2.123 -5.506,-4.679 -5.485,-8.583 0.005,-0.893 0.454,-2.108 1.137,-2.566 0.518,-0.346 1.793,0.146 2.624,0.5 1.26,0.536 2.427,1.275 3.633,1.928 0.227,-0.298 0.453,-0.597 0.679,-0.896 -1.175,-0.981 -2.481,-1.853 -3.502,-2.966 -2.511,-2.739 -2.375,-5.094 0.248,-7.576 3.2,-3.028 3.257,-8.129 0.376,-11.459 -2.523,-2.916 -4.747,-6.071 -7.186,-9.057 -1.215,-1.489 -0.572,-2.434 0.664,-3.439 1.76,-1.43 3.444,-2.947 5.179,-4.406 1.303,-1.095 1.385,-2.102 0.247,-3.477 -1.251,-1.51 -2.255,-3.227 -3.238,-4.924 -0.817,-1.411 -1.716,-1.882 -3.57,-1.866 -2.642,0.024 -5.785,-0.105 -7.842,-1.428 -5.04,-3.245 -9.541,-7.259 -14.343,-10.859 -1.687,-1.264 -3.491,-2.695 -5.475,-3.205 -2.846,-0.732 -4.7,-1.954 -5.395,-4.836 -0.721,-2.987 -1.291,-6.024 -2.266,-8.933 -1.355,-4.046 -0.116,-7.437 2.462,-10.479 3.455,-4.076 8.752,-5.318 13.409,-7.435 1.179,-0.536 3.762,0.217 4.777,1.234 2.849,2.856 5.3,6.101 7.748,9.307 1.756,2.298 3.092,4.901 4.912,7.145 1.787,2.204 4.248,1.671 5.319,-0.914 0.952,-2.296 1.73,-4.684 2.932,-6.853 1.093,-1.969 2.529,-3.802 4.053,-5.495 0.989,-1.099 3.297,-1.683 2.331,-3.458 -0.646,-1.187 -2.518,-1.776 -3.89,-2.554 -0.342,-0.194 -0.869,-0.097 -1.312,-0.11 -6.456,-0.2 -12.914,-0.35 -19.366,-0.63 -1.284,-0.056 -2.629,-0.427 -3.802,-0.953 -3.009,-1.352 -5.907,-2.934 -8.906,-4.309 -4.255,-1.951 -11.294,-0.722 -14.762,2.008 -2.415,1.901 -5.29,3.258 -7.971,4.842 -0.741,0.438 -1.694,0.663 -2.25,1.25 -2.66,2.809 -5.539,5.294 -9.41,6.401 -1.319,0.377 -2.71,0.522 -4.068,0.773 l -0.283,-0.749 c -0.266,0.326 -0.461,0.775 -0.808,0.958 -1.458,0.766 -2.935,1.881 -4.458,1.964 -0.649,0.035 -1.534,-2.104 -2.111,-3.341 -0.396,-0.85 -0.447,-1.849 -0.652,-2.78 -1.1,0.746 -1.663,1.497 -1.916,2.336 -1.36,4.504 -2.709,9.013 -3.933,13.553 -1.066,3.956 -3.218,5.923 -6.128,5.337 -6.323,-1.273 -9.747,0.904 -11.566,6.885 -1.397,4.596 -3.259,9.003 -7.736,11.85 -0.921,0.585 -1.705,1.859 -1.905,2.927 -0.78,4.178 -1.782,8.401 -1.785,12.608 -0.002,4.521 -0.589,8.702 -3.382,12.343 -2.711,3.532 -5.196,7.419 -10.238,8.365 -0.583,0.109 -1.165,0.452 -1.641,0.815 -3.294,2.517 -7.099,2.364 -10.535,1.005 -3.187,-1.26 -5.836,-3.736 -8.93,-5.291 -1.671,-0.84 -3.768,-1.12 -5.689,-1.183 -1.244,-0.041 -2.518,0.767 -4.153,1.321 1.988,3.301 4.092,6.934 6.343,10.48 1.167,1.839 2.267,3.95 3.984,5.17 1.949,1.384 3.173,2.828 3.609,5.066 0.208,1.067 0.368,2.456 1.109,3.057 2.959,2.401 6.033,4.703 9.267,6.742 2.646,1.669 5.56,2.95 8.395,4.329 1.168,0.568 2.415,1.012 3.667,1.386 5.461,1.631 11.108,2.632 15.642,6.565 2.779,2.411 4.663,4.763 4.09,8.532 -0.23,1.506 0.019,3.075 -0.053,4.611 -0.092,1.943 0.687,3.183 2.61,3.962 5.958,2.415 11.899,4.871 17.781,7.452 3.619,1.588 7.164,3.323 9.557,6.651 1.079,1.501 2.291,3.075 3.82,4.081 4.117,2.71 6.98,7.113 12.233,8.298 4.457,1.005 8.853,3.008 13.312,3.11 9.255,0.21 18.587,0.84 27.802,-0.956 8.495,-1.656 17.184,-2.621 25.481,-4.919 11.633,-3.223 23.074,-7.165 34.421,-11.254 7.025,-2.532 14.021,-5.406 20.505,-9.006 13.313,-7.393 26.266,-15.388 39.395,-23.088 0.66,-0.388 1.596,-0.336 2.403,-0.49 0.075,0.291 0.15,0.582 0.224,0.873 -6.085,4.179 -12.162,8.369 -18.257,12.534 -4.969,3.394 -9.721,7.164 -14.992,10.046 -9.923,5.426 -20.111,10.405 -30.275,15.408 -3.162,1.556 -6.579,2.661 -10.167,0.787 -0.455,-0.238 -1.232,-0.156 -1.762,0.033 -7.378,2.64 -14.746,5.307 -22.092,8.029 -0.652,0.242 -1.582,0.882 -1.619,1.389 -0.169,2.276 -1.723,2.44 -3.516,2.613 -4.928,0.477 -9.836,1.163 -14.77,1.534 -3.427,0.258 -7.001,0.688 -10.303,0.051 -5.214,-1.008 -10.334,-0.731 -15.546,-0.626 -4.196,0.085 -8.479,-0.254 -12.593,-1.039 -2.761,-0.528 -5.478,-1.252 -8.08,-1.989 -2.453,-1.641 -5.133,-2.976 -7.946,-3.922 -4.514,-1.519 -9.042,-3.001 -13.535,-4.577 -1.865,-1.121 -3.732,-2.238 -5.592,-3.367 l -0.917,0.97 c -0.749,-0.346 -1.332,-0.611 -1.776,-0.81 -0.099,-0.05 -0.194,-0.105 -0.293,-0.154 0.059,-0.014 0.121,-0.031 0.18,-0.042 -0.008,-0.271 -0.015,-0.542 -0.022,-0.813 -1.382,-0.791 -2.763,-1.582 -4.145,-2.374 -0.323,0.229 -0.647,0.458 -0.97,0.686 0.056,0.112 0.106,0.234 0.157,0.356 -2.609,-1.314 -5.167,-2.72 -7.63,-4.275 -0.326,-0.206 -0.703,-0.417 -1.086,-0.634 -1.814,-1.581 -3.56,-3.171 -5.211,-4.92 -3.984,-4.22 -9.063,-6.639 -14.435,-7.522 -0.793,-0.365 -1.608,-0.673 -2.441,-0.935 -2.001,-3.141 -4.304,-6.01 -6.797,-8.414 -2.994,-2.888 -6.492,-5.385 -10.287,-7.431 -1.389,-1.846 -2.882,-3.555 -4.45,-5.083 0.682,0.608 1.366,1.214 2.042,1.828 0.139,-0.118 0.278,-0.237 0.417,-0.356 -3.521,-5.28 -7.061,-10.549 -10.557,-15.845 -2.517,-3.813 -4.908,-7.705 -7.508,-11.463 -0.614,-0.888 -1.863,-1.356 -2.778,-2.067 -0.999,-0.776 -2.231,-1.443 -2.876,-2.447 -5.494,-8.548 -9.022,-17.916 -12.125,-27.462 -2.272,-6.987 -4.596,-13.961 -7.1,-20.872 -0.524,-1.446 -1.959,-2.58 -2.949,-3.876 -0.462,-0.606 -1.067,-1.204 -1.25,-1.894 -0.393,-1.479 -0.178,-2.654 2.336,-1.647 -1.998,-9.106 -3.927,-17.897 -5.79,-26.386 -1.096,0.061 -2.199,0.123 -3.411,0.191 0.382,-2.313 0.623,-4.641 0.73,-6.953 0.102,-2.187 -0.041,-4.432 -0.393,-6.689 1.187,-8.034 2.402,-16.064 3.606,-24.096 0.189,-1.265 0.574,-2.544 0.503,-3.797 -0.269,-4.788 3.514,-7.797 5.288,-11.679 1.926,-4.215 3.427,-8.612 5.422,-12.792 0.494,-1.033 0.62,-1.868 0.471,-2.572 1.202,-2.17 2.252,-4.425 3.145,-6.769 2.181,-5.201 4.505,-10.35 6.551,-15.598 2.871,-5.098 5.033,-10.571 6.568,-16.216 2.948,-2.046 5.79,-4.276 8.509,-6.683 2.219,-1.965 4.223,-4.092 6.066,-6.326 -0.02,0.5 0.121,1.081 0.388,1.391 1.358,1.578 2.258,2.877 -0.732,3.591 -0.376,0.09 -0.823,0.443 -0.974,0.782 -1.28,2.857 -2.498,5.74 -3.725,8.589 3.527,1.646 4.938,1.173 6.181,-1.75 2.209,-5.196 4.409,-10.395 6.603,-15.597 0.155,-0.371 0.227,-0.774 0.341,-1.174 -2.179,-0.391 -4.022,-0.114 -5.477,0.768 2.786,-3.931 5.079,-8.164 6.914,-12.592 4.697,-2.817 9.152,-6.09 13.32,-9.78 5.018,-4.442 9.027,-9.647 12.186,-15.304 0.204,-0.131 0.404,-0.267 0.608,-0.396 8.098,-2.259 15.494,-5.676 22.196,-10.24 0.369,-0.078 0.736,-0.171 1.104,-0.242 -0.122,-0.098 -0.25,-0.165 -0.374,-0.251 0.2,-0.14 0.395,-0.287 0.595,-0.429 -0.062,0.211 -0.123,0.427 -0.187,0.658 0.098,-0.126 0.179,-0.337 0.299,-0.359 7.839,-1.517 14.292,-6.136 21.556,-8.937 3.067,-1.181 6.182,-2.251 9.198,-3.799 -1.531,0 -3.067,-0.06 -4.597,-0.031 2.569,-1.486 5.055,-3.128 7.473,-4.884 1.028,-0.104 2.057,-0.2 3.083,-0.308 5.539,-0.587 11.059,-1.345 16.601,-1.905 0.873,-0.088 1.363,-0.35 1.659,-0.78 1.136,0.213 2.275,0.402 3.415,0.562 -0.194,1.303 0.389,1.669 2.199,2.161 0.311,-0.66 0.498,-1.271 0.497,-1.82 2.406,0.248 4.812,0.377 7.202,0.377 0.956,0 1.902,-0.036 2.847,-0.073 3.721,0.592 7.462,0.917 11.168,0.917 2.314,0 4.595,-0.12 6.846,-0.331 0.113,1.599 1.021,2.01 2.575,2.278 7.657,1.32 15.329,2.603 22.926,4.207 15.318,3.233 30.543,6.775 44.556,13.952 1.954,1 4.409,2.15 6.37,1.812 2.506,-0.432 4.483,0.223 6.293,1.215 10.292,5.638 20.779,10.989 28.431,20.191 4.416,5.31 9.421,10.163 14.096,15.276 1.631,1.783 3.092,3.714 4.589,5.607 7.601,9.614 15.187,19.237 22.618,28.653 -2.273,3.52 -3.391,0.165 -4.924,0.136 -0.124,0.255 -0.367,0.511 -0.315,0.685 2.34,7.782 4.565,15.601 7.117,23.318 1.852,5.601 4.569,10.958 6.125,16.622 1.899,6.914 2.848,14.065 4.459,21.06 2.12,9.21 3.7,18.465 3.161,27.928' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' id='path72'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: center -4px;
}

header .language-switcher {
    display: flex;
    align-items: center;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='44.000000pt' height='43.000000pt' viewBox='0 0 44.000000 43.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,43.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M155 406 c-36 -16 -100 -77 -126 -120 -27 -44 -25 -129 4 -181 65 -114 256 -142 342 -50 38 40 55 94 55 176 0 76 -19 114 -81 159 -36 26 -51 30 -103 30 -34 -1 -74 -7 -91 -14z m65 -13 c0 -5 -14 -23 -31 -41 -29 -33 -31 -33 -50 -16 -15 14 -17 20 -7 32 21 24 88 44 88 25z m65 -43 c21 -40 19 -57 -7 -63 -28 -8 -38 7 -38 56 0 46 23 50 45 7z m75 -14 c0 -28 -30 -26 -45 4 -21 40 -19 43 15 25 17 -9 30 -22 30 -29z m-130 -11 c0 -35 -5 -40 -34 -29 -14 5 -14 9 1 35 23 38 33 37 33 -6z m-91 -62 c-5 -13 -9 -38 -9 -54 0 -31 -6 -33 -59 -23 -26 6 -31 11 -31 36 0 34 13 63 44 96 l21 23 22 -27 c17 -21 19 -32 12 -51z m251 21 c6 -14 10 -37 10 -50 0 -22 -4 -25 -27 -22 -25 3 -28 8 -31 42 -2 24 2 42 10 47 21 14 28 11 38 -17z m-186 -14 c22 -8 26 -16 26 -50 0 -39 -1 -40 -35 -40 -37 0 -40 5 -35 60 3 42 7 45 44 30z m111 -40 c0 -32 -3 -35 -32 -38 -32 -3 -33 -2 -33 32 0 24 5 36 18 39 36 10 47 3 47 -33z m76 -71 c-5 -38 -21 -60 -39 -57 -22 4 -18 58 6 76 23 17 38 9 33 -19z m-257 -1 c2 -1 6 -15 10 -31 5 -23 2 -29 -20 -39 -24 -11 -29 -10 -50 15 -13 16 -24 37 -24 49 0 18 4 20 41 15 22 -3 42 -7 43 -9z m186 -1 c0 -24 -26 -49 -46 -45 -23 4 -31 37 -12 49 20 13 58 11 58 -4z m-90 -23 c0 -22 -4 -25 -26 -22 -17 2 -30 11 -35 26 -8 20 -5 22 26 22 31 0 35 -3 35 -26z m4 -66 c6 -26 -9 -47 -23 -33 -5 6 -12 20 -16 33 -5 17 -2 22 13 22 12 0 22 -9 26 -22z m56 14 c0 -5 -7 -17 -15 -28 -14 -18 -14 -18 -15 9 0 17 5 27 15 27 8 0 15 -4 15 -8z m-123 -17 c8 -23 -2 -28 -27 -15 -18 10 -20 14 -9 21 20 13 29 11 36 -6z m160 -2 c-9 -9 -19 -14 -23 -11 -10 10 6 28 24 28 15 0 15 -1 -1 -17z'/%3E%3C/g%3E%3C/svg%3E"); */
    background-size: contain;
    background-repeat: no-repeat;
}

header .language-switcher > a {
    padding-left: 30px;
}

@media only screen and (min-width: 891px) {
	header .language-switcher > a:hover + ul,
	header .language-switcher > a + ul:hover,
	header nav ul li.has-submenu > a:hover + ul,
	header nav ul li.has-submenu > a + ul:hover {
		height: auto;
		padding: 22px 30px;
		opacity: 1;
	}

	header .language-switcher ul {
		transform: translate(14px, 40px);
	}

	header :is(nav ul li.has-submenu, .language-switcher) ul {
		display: flex;
		height: 0;
		padding: 0;
		overflow: hidden;
		flex-direction: column;
		gap: 16px;
		position: absolute;
		background: var(--color-white);
		box-shadow: 0px 0px 48px #0000000F;
		margin-left: -16px;
		opacity: 0;
		transition: 0.2s ease-in-out opacity;
	}

	header :is(nav ul li.has-submenu, header .language-switcher) ul li {
		white-space: nowrap;
	}

	header :is(nav ul li.has-submenu, header .language-switcher) ul a {
		font-size: 10px;
	}
}

/* header li.has-submenu:nth-child(1) ul li.menu-link:nth-child(1),
header li.has-submenu:nth-child(2) ul li.menu-link:nth-child(1) {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
} */

header li.has-submenu ul li.menu-link a[href$="/collections/meisjes"],
header li.has-submenu ul li.menu-link a[href$="/collections/jongens"] {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 12px;
	position: relative;
	width: 100%;
	display: block;
}

header li.has-submenu ul li.menu-link a[href$="/collections/meisjes"]:after,
header li.has-submenu ul li.menu-link a[href$="/collections/jongens"]:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -2px;
    top: -2px;
    transform: rotate(-90deg);
}

header .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
	padding: 20px 0;
	border-bottom: 2px solid var(--color-border-gray);
}

header .top-nav img {
	max-width: 286px;
}

header .top-nav :is(.top-nav-left, .top-nav-right) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
}

header .top-nav .top-nav-left {
	justify-content: flex-start;
}

header .top-nav .top-nav-right {
	justify-content: flex-end;
}

header .top-nav .top-nav-right a {
	margin-right: 14px;
	position: relative;
	transition: 250ms ease transform;
}

header .top-nav .top-nav-right a.login {
	margin-right: 20px;
}

header .top-nav .top-nav-right a.icon-cart:hover {
	transition: 250ms ease transform;
	transform: translateY(-4px) rotate(8deg);
}
header .top-nav .top-nav-right a.icon-cart:after {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	pointer-events: auto;
	z-index: 1;
}

header .top-nav .top-nav-right a.icon-cart span.items {
	position: absolute;
    top: -16px;
    right: -16px;
    background-color: black;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
    font-size: 8px;
}

header .top-nav .top-nav-right .search-form {
	margin-right: 40px;
}

header .top-nav .top-nav-right > a:last-of-type {
	margin-right: 0 !important;
}

.search-form {
	position: relative;
}

.search-form input {
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: -0.87px;
	padding: 11px 16px;
	background: none;
}

.search-form input.search-input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='52.000000pt' height='64.000000pt' viewBox='0 0 52.000000 64.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,64.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M118 601 c-25 -16 -58 -46 -74 -67 -24 -31 -29 -48 -32 -111 -6 -113 20 -155 115 -183 40 -12 81 -8 136 15 14 6 22 -4 44 -51 14 -33 27 -65 29 -72 3 -18 84 -112 96 -112 6 0 5 6 -2 15 -10 12 -9 16 4 21 9 3 16 11 16 17 0 5 -9 2 -19 -7 -27 -24 -39 -1 -14 27 l18 22 -22 -19 c-27 -23 -29 -15 -6 22 l17 27 -23 -20 c-23 -20 -23 -20 -37 0 -12 17 -12 20 1 28 8 4 15 15 15 24 0 14 -3 14 -22 -3 -13 -10 -17 -12 -10 -4 16 19 15 31 -2 24 -18 -7 -30 12 -15 22 8 5 9 3 4 -6 -5 -9 -4 -11 3 -6 9 5 9 13 2 27 -12 22 -4 43 12 33 5 -4 3 5 -6 18 -17 26 -14 47 15 104 13 25 -1 105 -27 161 -42 87 -129 109 -216 54z m144 -25 c9 0 14 -4 12 -8 -3 -4 -1 -8 5 -8 20 0 50 -84 45 -125 -14 -113 -21 -125 -80 -151 -30 -13 -62 -21 -76 -18 -13 3 -34 7 -47 9 -13 2 -28 9 -32 16 -4 8 -11 10 -15 6 -14 -14 -32 50 -28 101 4 53 34 116 68 142 31 24 100 49 116 43 8 -3 23 -6 32 -7z'/%3E%3Cpath d='M395 206 c20 -24 43 -47 51 -50 8 -3 -1 14 -21 38 -20 24 -43 47 -51 50 -8 3 1 -14 21 -38z'/%3E%3Cpath d='M382 158 c-14 -14 -16 -28 -3 -28 9 0 24 30 18 36 -2 2 -9 -2 -15 -8z'/%3E%3Cpath d='M490 88 c0 -9 -9 -27 -20 -41 -11 -14 -20 -27 -20 -30 0 -10 38 -14 54 -5 20 11 21 61 1 78 -12 10 -15 10 -15 -2z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 14px;
	padding: 11px 64px 11px 16px;
}

.search-form input[type='submit'] {
    position: absolute;
    right: 0;
    font-size: 0;
    width: 50px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

header a {
	font-size: var(--font-size-small);
	letter-spacing: 0;
	line-height: 1.75;
	text-transform: uppercase;
}

header :is(.icon-favorite, .icon-cart, .search-toggle) {
    height: 28px;
    width: 28px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

header .icon-cart.mobile {
	display: none;
}

header .search-toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='52.000000pt' height='64.000000pt' viewBox='0 0 52.000000 64.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,64.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M118 601 c-25 -16 -58 -46 -74 -67 -24 -31 -29 -48 -32 -111 -6 -113 20 -155 115 -183 40 -12 81 -8 136 15 14 6 22 -4 44 -51 14 -33 27 -65 29 -72 3 -18 84 -112 96 -112 6 0 5 6 -2 15 -10 12 -9 16 4 21 9 3 16 11 16 17 0 5 -9 2 -19 -7 -27 -24 -39 -1 -14 27 l18 22 -22 -19 c-27 -23 -29 -15 -6 22 l17 27 -23 -20 c-23 -20 -23 -20 -37 0 -12 17 -12 20 1 28 8 4 15 15 15 24 0 14 -3 14 -22 -3 -13 -10 -17 -12 -10 -4 16 19 15 31 -2 24 -18 -7 -30 12 -15 22 8 5 9 3 4 -6 -5 -9 -4 -11 3 -6 9 5 9 13 2 27 -12 22 -4 43 12 33 5 -4 3 5 -6 18 -17 26 -14 47 15 104 13 25 -1 105 -27 161 -42 87 -129 109 -216 54z m144 -25 c9 0 14 -4 12 -8 -3 -4 -1 -8 5 -8 20 0 50 -84 45 -125 -14 -113 -21 -125 -80 -151 -30 -13 -62 -21 -76 -18 -13 3 -34 7 -47 9 -13 2 -28 9 -32 16 -4 8 -11 10 -15 6 -14 -14 -32 50 -28 101 4 53 34 116 68 142 31 24 100 49 116 43 8 -3 23 -6 32 -7z'/%3E%3Cpath d='M395 206 c20 -24 43 -47 51 -50 8 -3 -1 14 -21 38 -20 24 -43 47 -51 50 -8 3 1 -14 21 -38z'/%3E%3Cpath d='M382 158 c-14 -14 -16 -28 -3 -28 9 0 24 30 18 36 -2 2 -9 -2 -15 -8z'/%3E%3Cpath d='M490 88 c0 -9 -9 -27 -20 -41 -11 -14 -20 -27 -20 -30 0 -10 38 -14 54 -5 20 11 21 61 1 78 -12 10 -15 10 -15 -2z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1500px) {
	header .top-nav .top-nav-right .search-form {
		margin-right: 14px;
	}
}

@media only screen and (max-width: 1400px) {
	.search-form input.search-input {
	    padding: 11px 40px 11px 11px;
	}

	.search-form input[type='submit'] {
	    width: 42px;
	    padding: 0;
	}
}

@media only screen and (min-width: 1161px) and (max-width: 1400px) {
	.search-form input.search-input {
	    width: 100px;
	}
}

@media only screen and (min-width: 1161px) {
	header .search-toggle {
		display: none;
	}
}

@media only screen and (max-width: 1160px) {
	header nav ul {
		gap: 50px;
	}

	header .search-form {
		display: none;
	}

	header .search-toggle.active + .search-form {
		display: block;
	    position: absolute;
	    right: 0;
	    padding-top: 10px;
	    margin-right: 0;
	    z-index: 2;
	}

	.search-form input {
		background-color: white;
		padding: 11px 50px 11px 11px;
	}

	.search-form input.search-input {
		padding: 11px 50px 11px 11px;
	}

	.search-form input[type='submit'] {
		height: calc(100% - 10px);
	}

	.search-form-nav {
		position: relative;
	}
}

@media only screen and (min-width: 891px) and (max-width: 960px) {
	header .login {
		order: -1;
	}
}

@media only screen and (max-width: 960px) {
	header nav ul {
		gap: 40px;
	}

	header .top-nav img {
		max-width: 186px;
	}
}

@media only screen and (min-width: 891px) {
	header {
		background: var(--color-light-gray);
	}

	header nav ul li.has-submenu .submenu-featured {
		position: relative;
		margin-bottom: 10px;
	}

	header nav ul li.has-submenu .submenu-featured:after,
	header nav ul li.has-submenu .submenu-featured:before {
	    content: '';
	}

	header nav ul li.has-submenu .submenu-featured:before {
	    height: 1px;
	    width: calc(100% + 16px);
	    left: -8px;
	    right: -8px;
	    bottom: -10px;
	    background: #E5E5E5;
	    position: absolute;
	}

	header nav ul li.has-submenu .submenu-featured:after {
	    position: absolute;
	    width: 10px;
	    height: 10px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
		background-image: url('/cdn/shop/t/5/assets/arrow-right.png');
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}


	header ul li.has-submenu ul.dropdown-child li.menu-link:hover ul.dropdown-grandchild {
		opacity: 1;
		height: auto;
		padding: 22px 30px;
		left: 140px;
		top: -22px;
	}

	header ul li.has-submenu > a:hover ul.dropdown-child:has(ul.dropdown-grandchild),
	header ul li.has-submenu:hover ul.dropdown-child:has(ul.dropdown-grandchild),
	header ul li.has-submenu ul.dropdown-child:has(ul.dropdown-grandchild):hover {
		overflow: visible;
		min-width: 125px;
	}

	header ul li.has-submenu ul.dropdown-child:has(ul.dropdown-grandchild) li.menu-link {
		position: relative;
	}

	header ul li.has-submenu ul.dropdown-child:has(ul.dropdown-grandchild) > li.menu-link:after {
		content: '';
		position: absolute;
		height: 20px;
		width: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
	    right: 0px;
	    top: -2px;
	    transform: rotate(-90deg);
	}

	header ul li.has-submenu ul.dropdown-child {
		pointer-events: auto;
	}

	header ul li.has-submenu ul.dropdown-child li.menu-link ul.dropdown-grandchild {
		pointer-events: auto;
	}

	header ul li.has-submenu ul.dropdown-child:has(ul.dropdown-grandchild:hover) {
		opacity: 1;
		height: auto;
		padding: 22px 30px;
	}

	header ul li.has-submenu ul.dropdown-child li.menu-link:hover ul.dropdown-grandchild,
	header ul li.has-submenu ul.dropdown-child li.menu-link ul.dropdown-grandchild:hover {
		opacity: 1;
		height: auto;
		padding: 22px 30px;
	}
}

@media only screen and (max-width: 890px) {
	body.menu-active {
		margin: 0; 
		height: 100%;
		overflow: hidden
	}

	header :is(.top-nav .top-nav-left, .top-nav-right > :not(.mobile-toggle, .icon-cart.mobile, .icon-favorite)) {
		display: none;
	}

	header .top-nav {
		gap: 8px;
	}

	header .icon-cart.mobile {
		display: block;
	}

	header .top-nav {
		padding: 4px 0;
		border-bottom: 0;
	}

	header > nav {
		opacity: 0;
		top: -200vh;
	    transition: 0.3s ease top;
		overflow-y: scroll;
		height: calc(100vh - 72px);
	}

	header:not(.active) > nav {
	    padding: 0;
	    max-height: 0;
	    overflow: hidden;
	}

	header.active > nav {
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    top: var(--header-size-mobile);
	    left: 0;
	    right: 0;
	    z-index: 99;
	    height: calc(100dvh - var(--header-size-mobile) - env(safe-area-inset-bottom) - 32px);
        padding-left: var(--header-padding);
	    padding-right: var(--header-padding);
		opacity: 1;
		max-height: calc(100vh - var(--header-size-mobile) - 32px) ;
	}

	header.active > nav ul {
	    display: block;
		margin-top: 20px;
        max-height: 100%;
	    overflow: scroll;
	    scrollbar-width: auto;
	    scrollbar-color: var(--color-black) var(--color-white);
	}

	header.active > nav ul li.has-submenu > ul {
	    display: flex;
	    flex-direction: column;
	    gap: 16px;
        max-height: 100%;
	    overflow: scroll;
	    scrollbar-width: auto;
	    scrollbar-color: var(--color-black) var(--color-white);
	}

	header.active > nav ul::-webkit-scrollbar {
		width: 10px;
	}

	header.active > nav ul::-webkit-scrollbar-track {
		background:  var(--color-white);
	}

	header.active > nav ul::-webkit-scrollbar-thumb {
		background-color: var(--color-black);
		border-radius: 0px;
		border: 2px solid var(--color-white);
	}

	header.active > nav:after {
	    content: '';
	    background: var(--color-white);
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    position: absolute;
	    z-index: -1;
	}

	header.active > nav ul > li {
		margin-right: 40px;
		margin-bottom: 16px;
	}

	header.active > nav ul > li:last-child {
		margin-bottom: 0;
	}

	header nav ul li.has-submenu > a:after {
		right: -40px;
	}

	header .top-nav {
	    position: relative;
	    padding: 12px 0;
	    z-index: 100;
	    left: 0;
	    right: 0;
	    min-height: calc(var(--header-size-mobile) - 24px);
	}

	header.active > nav .mobile-sub-menu {
		margin-top: 0px;
	}

	header:after {
	    content: '';
	    position: absolute;
	    background-color: var(--color-light-gray);
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 99;
	}

	header.active > nav ul li.has-submenu ul {
		display: none;
	}

	header.active li.has-submenu.active a {
		position: relative;
	    display: block;
	    margin-bottom: 0;
	}

	header.active li.has-submenu.active > a {
	    margin-bottom: 0px;
	}

	header.active li.has-submenu.active a:after {
		transform: rotate(180deg);
	}

	header.active > nav ul li.has-submenu.active ul {
	    display: inline-table;
	    margin-left: 26px;
	    margin-top: 12px;
	    width: 100%;
	}

	header.active > nav ul li.has-submenu.active ul > li:last-child a {
		margin-bottom: 0;
	}

	header .mobile-sub-menu {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	    gap: 18px 12px;
	    padding-top: 18px;
	}

	header .mobile-sub-menu .search-form {
		position: relative;
		display: block;
		flex: 1 0 100%;
		width: 100%;
	    padding-bottom: 18px;
	    border-bottom: 1px solid var(--color-border-gray);
	}

	header .mobile-sub-menu .search-form input:not([type='submit']) {
		width: calc(100% - 61px);
	}
	
	header .mobile-sub-menu .search-form input[type='submit'] {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}

	header .mobile-sub-menu .language-switcher {
		padding-right: 20px;
		margin-right: auto;
	}

	header .mobile-sub-menu .language-switcher > a {
		pointer-events: none;
	}

	header .mobile-sub-menu .language-switcher ul {
		display: none;
	}

	header .mobile-sub-menu .language-switcher > a:after {
		right: 0;
	}

	header .mobile-sub-menu .language-switcher.active > ul {
	    display: inline-table;
	    position: absolute;
	    bottom: 0;
	    height: 100%;
	    overflow: unset;
        transform: translate(0, -30px);
	    background: var(--color-black);
	    padding: 8px 12px;
	    min-width: calc(100% - 24px);
	}

	header .mobile-sub-menu .language-switcher.active > ul > li {
		margin-right: 0;
	}

	header .mobile-sub-menu .language-switcher.active > ul > li a {
		color: var(--color-white);
	}

	header .mobile-sub-menu .language-switcher.active > a:after {
		transform: rotate(180deg);
	}
}

@media only screen and (max-width: 576px) {
	header .top-nav {
		padding: 6px 0;
	}
}

@media only screen and (max-width: 390px) {
	header a {
		font-size: 11px;
	}

	header a#logo {
	    max-width: calc(100vw - 160px);
    	width: 100%;
		flex: 1 1 0;
    }

    a#logo > img {
    	width: 100%;
    }

	header .mobile-sub-menu .language-switcher {
	    flex: 1 0 calc(100% - 20px);
	    width: calc(100% - 20px);
	    margin-right: 20px;
	}

	header.active > nav .mobile-sub-menu .login {
		margin-right: auto;
	}

	header .top-nav .top-nav-right {
		flex-wrap: nowrap;
		flex: 1 1 0;
	}
}


/* Hamburger menu */
.mobile-toggle {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mobile-toggle .line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#000;
	stroke-width:5.5;
	stroke-linecap:round;
}

.mobile-toggle .top {
	stroke-dasharray: 40 172;
}

.mobile-toggle .middle {
	stroke-dasharray: 40 111;
}

.mobile-toggle .bottom {
	stroke-dasharray: 40 172;
}

.mobile-toggle.active .top {
	stroke-dashoffset: -132px;
}

.mobile-toggle.active .middle {
	stroke-dashoffset: -71px;
}

.mobile-toggle.active .bottom {
	stroke-dashoffset: -132px;
}

@media only screen and (min-width: 891px) {
	.mobile-toggle, .mobile-sub-menu {
		display: none;
	}
}



/* Top info bar */
.top-info-bar {
    display: flex;
    justify-content: space-between;
	color: var(--color-white);
	background: var(--color-black-hover);
	padding-top: 17px;
	padding-left: var(--header-padding);
	padding-right: var(--header-padding);
	padding-bottom: 17px;
	text-transform: uppercase;
	gap: 32px;
}

.top-info-bar * {
	font-size: 10px;
	line-height: 1.4;
}

.top-info-bar p {
	margin-bottom: 0;
}

.top-info-bar .top-klarna {
	display: flex;
	flex-direction: row;
	white-space: nowrap;
}

.top-info-bar .top-klarna img {
    max-width: 64px;
    margin-left: 16px;
}

@media only screen and (max-width: 1020px) {
	.top-info-bar .slick-slide,
	.top-info-bar .slick-slide > p {
		text-align: center;
		margin: auto;
		width: 100%;
	}
	.top-info-bar .slick-slide > img {
		margin: auto;
	}
	.top-info-bar .slick-track {
		display: flex;
	}
}



/* Animaties
-------------------------------------------------------------- */
.animated-elephant {
	position: relative;
}

.animated-elephant:after {
	content: '';
	position: absolute;
	height: 390px;
	width: 390px;
	object-fit: cover;
	margin-top: -150px;
	background-image: url('/cdn/shop/t/5/assets/olifant.png');
	background-size: cover;
    left: 60px;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    bottom: -195px;
    animation-duration: 3s;
    animation-name: float-leftright;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes float-leftright {
    0% {
    	transform: translateX(-10px);
    }

    100% {
    	transform: translateX(30px);
    }
}

@media screen and (max-width: 900px) {

	.animated-elephant:after {
		right: 30px;
		left: unset;
	}

	@keyframes float-leftright {
		0% {
			transform: translateX(0);
		}
	
		100% {
			transform: translateX(-10vw);
		}
	}
}

.animated-airballoon {
	position: relative;
}

.animated-airballoon:before {
	content: '';
	position: absolute;
	height: 360px;
	width: 262px;
	object-fit: cover;
	background-image: url('/cdn/shop/t/5/assets/luchtballon.png');
	background-size: cover;
    animation-duration: 3s;
    animation-name: float-updown;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -75px;
    right: 0;
}

@keyframes float-updown {
    0% {
    	transform: translateY(-10px);
    }

    100% {
    	transform: translateY(30px);
    }
}

@media only screen and (max-width: 1610px) {
	.animated-elephant:after,
	.animated-airballoon:before {
	    height: 290px;
    	width: 290px;
    	bottom: -155px;
	}
}

@media only screen and (max-width: 1450px) {
	.animated-elephant:after,
	.animated-airballoon:before {
	    height: 200px;
    	width: 200px;
    	bottom: -105px;
	}
}

@media only screen and (max-width: 1300px) {
	.animated-elephant:after,
	.animated-airballoon:before {
		width: 150px;
		height: 150px;
		bottom: -35px;
	}
}



/* Home intro
-------------------------------------------------------------- */
.home-intro img {
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: unset;
    aspect-ratio: 1920/800;
    object-fit: cover;
}

.home-intro img.mobile {
	display: none;
}

@media screen and (max-width: 900px) {
	.home-intro img.desktop {
		display: none;
	}
	.home-intro img.mobile {
		display: block;
		height: calc(100vh - 72px - 10vh);
	}
}



/* SLideout
-------------------------------------------------------------- */
.slideout {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    z-index: 99;
    padding: 0;
    background: var(--color-white);
    box-shadow: 0px 0px 48px #0000000f;
    max-width: 0px;
    width: 0px;
    overflow: hidden;
    transition: 0.3s ease right;
}

.slideout.active {
    overflow: initial;
    width: 100%;
    max-width: 358px;
    padding: 36px 45px 26px 45px;
    right: 0;
}

.slideout .slideout-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 28px;
}

.slideout .slideout-close {
	cursor: pointer;
}

.slideout .slideout-close svg {
	height: 16px;
	width: 16px;
}


.slideout .slideout-top :is(h4, .h4, h5, .h5) {
	margin-bottom: 0px;
}

.slideout .cart-slideout-products {
	overflow: auto;
	margin-bottom: 20px;
    scrollbar-width: auto;
    scrollbar-color: var(--color-black) var(--color-light-gray);
}

.slideout .cart-slideout-products form {
	gap: 0;
}

.slideout .cart-slideout-products form > * {
	padding-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--color-black);
}

.slideout .cart-slideout-products form > *:first-child {
	border-top: 1px solid var(--color-black);
}

.slideout .cart-slideout-products::-webkit-scrollbar {
	width: 20px;
}

.slideout .cart-slideout-products::-webkit-scrollbar-track {
	background:  var(--color-light-gray);
	background: linear-gradient(90deg, var(--color-white) 14px, var(--color-light-gray) calc(100% - 14px));
}

.slideout .cart-slideout-products::-webkit-scrollbar-thumb {
	background-color: var(--color-black);
	border-radius: 0px;
	border-left: 14px solid var(--color-white);
}

.slideout .cart-slideout-products .cart-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.slideout .cart-slideout-products img {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 82px;
    max-width: 82px;
    padding: 5px;
}

.slideout .cart-slideout-products .cart-product-remove svg {
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.slideout .cart-slideout-products .cart-qty-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.slideout .cart-slideout-products .cart-product-details {
	flex: 1;
	padding-left: 12px;
}

.slideout .cart-slideout-products .cart-product-details a:hover {
	color: currentColor;
}

.slideout .cart-slideout-products .cart-product-details * {
	font-size: 14px;
	margin-bottom: 4px;
}

.slideout .cart-slideout-products .cart-product-details .variant-title {
	color: var(--color-dark-gray);
	font-size: var(--font-size-small);
	margin-bottom: 12px;
}

.slideout .cart-slideout-products .cart-qty-price input {
    font-size: var(--font-size-small);
    letter-spacing: 0px;
    font-family: var(--base-font-family);
    padding: 4px 16px;
    border: 1px solid var(--color-black);
    max-width: 56px;
    text-align: center;
    outline: none;
    min-height: 32px;
}

.slideout .cart-slideout-products #slideout-cart-checkout {
	display: none;
}

.slideout .slideout-nav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: auto;
}

.slideout .slideout-nav * {
	margin-bottom: 0;
	cursor: pointer;
}

.slideout .slideout-nav .btn {
	text-align: center;
	text-transform: uppercase;
	width: calc(100% - 64px);
}

@media only screen and (max-width: 768px) {
	.slideout.active {
		padding: 26px 35px;
	}
}

@media only screen and (max-width: 600px) {
	.slideout.active {
		max-width: calc(100% - 70px);
	}
}

@media only screen and (min-width: 466px) {
	.slideout .slideout-nav .btn {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

@media only screen and (max-width: 465px) {
	.slideout.active {
		padding: 20px;
		max-width: calc(100% - 40px);
	}

	.slideout .cart-slideout-products .cart-product-details {
		flex: 1;
		padding-left: 0;
	}
}




/* Sliders */
.slider-section .clothes-slider {
	padding-top: 40px;
	padding-bottom: 40px;
}

.clothes-slider {
	width: 100%;
}

.clothes-slider .slick-slide img {
    display: block;
    padding: 20px;
    aspect-ratio: 1/1;
    width: calc(100% - 40px);
    object-fit: contain;
    margin-bottom: 20px;
    transition: 0.3s ease all;
}

.clothes-slider .slick-slide:hover img {
    padding: 5px;
    width: calc(100% - 10px);
}

.clothes-slider .slick-slide,
.product-images .slick-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-wrap: wrap;
	margin: 0 16px;
	text-transform: uppercase;
}

.clothes-slider .slick-slide p {
	margin-top: 32px;
	margin-bottom: 0;
}

.clothes-slider .slick-slide a:hover {
	color: var(--color-black);
}

.clothes-slider .slick-list,
.product-images .slick-list {
	margin: 0 -16px;
}

.clothes-slider .slick-prev:before,
.clothes-slider .slick-next:before,
.product-images .slick-prev:before,
.product-images .slick-next:before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 1;
	z-index: 2;
}


.clothes-slider .slick-prev {
	left: -50px;
}

.clothes-slider .slick-next {
	right: -50px;
}

.product-images .slick-prev {
	left: 0px;
	z-index: 1;
}
.product-images .slick-next {
	right: 0px;
	z-index: 1;
}

.product-page-content .product-images .slick-slide img {
	width: calc( 100% - 60px );
	max-width: unset;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1580px) {
	.clothes-slider {
		width: calc(100% - 100px);
	}
}

@media only screen and (max-width: 650px) {
	.clothes-slider {
		width: calc(100% - 140px);
	}
}

/* Rich text */
.rte p {
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.rte p {
		font-size: 12px;
	}
}

/* Shop the look
-------------------------------------------------------------- */
.section.shop-the-look-gallery {
	padding-bottom: 32px;
}

.shop-the-look-gallery {
    display: flex;
    flex-direction: row;
    gap: var(--shop-the-look-gallery-spacing);
    flex-wrap: wrap;
    width: calc(100vw - calc(var(--shop-the-look-gallery-spacing) * 2));
    margin-left: calc(calc(-100vw / 2 + 100% / 2) + var(--shop-the-look-gallery-spacing));
    margin-right: calc(calc(-100vw / 2 + 100% / 2) - var(--shop-the-look-gallery-spacing));
}

.section.shop-the-look-gallery:after {
	display: none;
}

.shop-the-look-gallery .shop-the-look-image {
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-transform: uppercase;
    aspect-ratio: 840/1080;
    background-image: var(--bg-image, url('/cdn/shop/t/5/assets/fallback-image.jpg'));
    width: calc(calc(50% - calc(var(--shop-the-look-gallery-spacing) / 2)) - 32px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
}

.shop-the-look-gallery .shop-the-look-image,
.shop-the-look-gallery .shop-the-look-image * {
    transition: 0.2s ease all;
}

.shop-the-look-gallery .shop-the-look-image * {
	z-index: 1;
}

:is(.shop-the-look-fullwidth a, .shop-the-look-gallery .shop-the-look-image a) {
	padding: 20px 40px;
	border: 1px solid var(--color-white);
	color: var(--color-white);
	font-size: 14px;
}

/* .shop-the-look-gallery .shop-the-look-image a {
	opacity: 0;
} */

.shop-the-look-gallery .shop-the-look-image a:hover {
	background-color: var(--color-white);
	color: black;
}

.shop-the-look-gallery .shop-the-look-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-color:rgb(0 0 0);
    transition: 0.2s ease all;
}

.shop-the-look-gallery .shop-the-look-image:hover:after {
	background-color: black;
	opacity: 0.2;
}

@media only screen and (max-width: 780px) {
	:is(.shop-the-look-fullwidth a, .shop-the-look-gallery .shop-the-look-image a) {
		padding: 14px 20px;
	}
}

.shop-the-look-fullwidth {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    text-transform: uppercase;
    justify-content: flex-end;
    min-height: 100vh;
}

.shop-the-look-fullwidth * {
	color: var(--color-white);
	z-index: 1;
}

.shop-the-look-fullwidth:after {
    content: '';
    background-image: var(--bg-image, url('/cdn/shop/t/5/assets/fallback-image.jpg'));
    background-size: cover;
    background-position: center;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
}

@media screen and (max-width: 1200px) {
	.shop-the-look-fullwidth:after {
		height: 100%!important;
	}
}

.shop-the-look-fullwidth a {
	transition: 0.2s ease all;
}

.shop-the-look-fullwidth a:hover {
	background: var(--color-white);
	color: var(--color-black);
}

section.lookbook {
	padding: 0;
}

section.lookbook .section.shop-the-look-gallery {
	gap: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	flex-wrap: wrap;
}

.shopify-section:has(section.lookbook):first-child {
	padding-top: 5px;
}

.shopify-section:has(section.lookbook):last-child {
	padding-bottom: 10px;
}

section.lookbook .section.shop-the-look-gallery > div {
	flex: 1 1 0;
	min-width: 25vw;
}

@media only screen and (min-width: 1500px) {
	.shop-the-look-fullwidth {
		padding-bottom: 300px;
	}
}

@media only screen and (max-width: 1200px) {
	.shop-the-look-fullwidth {
		aspect-ratio: 2/1;
		min-height: unset;
	}
}

@media only screen and (max-width: 650px) {
	.shop-the-look-fullwidth {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width: 570px) {
	.shop-the-look-gallery {
		flex-direction: column;
	}

	.shop-the-look-gallery .shop-the-look-image {
		width: calc(100% - 32px);
		min-height: 80vh;
		aspect-ratio: unset;
	}

	.shop-the-look-fullwidth {
		aspect-ratio: unset!important;
        height: 500px!important;
		min-height: unset;
	}
}

/* Shop the look
-------------------------------------------------------------- */
.lookbooks {
    display: flex;
    flex-direction: row;
    gap: var(--lookbook-spacing);
    flex-wrap: wrap;
    width: calc(100vw - calc(var(--lookbook-spacing) * 2));
    margin-left: calc(calc(-100vw / 2 + 100% / 2) + var(--lookbook-spacing));
    margin-right: calc(calc(-100vw / 2 + 100% / 2) - var(--lookbook-spacing));
}

.section.lookbooks {
	padding-top: var(--lookbook-spacing);
	padding-bottom: var(--lookbook-spacing);
}

.section.lookbooks:after {
	display: none;
}

.lookbooks .lookbook {
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    text-transform: uppercase;
    aspect-ratio: 840/1080;
    background-image: var(--bg-image, url('/cdn/shop/t/5/assets/fallback-image.jpg'));
    width: calc(calc(50% - calc(var(--lookbook-spacing) / 2)) - 32px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
}

.lookbooks .lookbook,
.lookbooks .lookbook * {
    transition: 0.2s ease all;
}

.lookbooks .lookbook * {
	opacity: 0;
	z-index: 1;
}

.lookbooks .lookbook p.text-large {
	margin-bottom: 38px;
}

.lookbooks .lookbook a {
	padding: 20px 40px;
	border: 1px solid var(--color-white);
	color: var(--color-white);
	font-size: 14px;
	transition: 0.2s ease all;
}

.lookbooks .lookbook:hover * {
	opacity: 1;
}

.lookbooks .lookbook:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    transition: 0.2s ease all;
}

.lookbooks .lookbook:hover:after {
	background-color: black;
	opacity: 0.2;
}

.lookbooks .lookbook.lookbook-video a {
	font-size: 0;
    border: 0;
    padding: 0;
    height: 130px;
    width: 130px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='259.000000pt' height='259.000000pt' viewBox='0 0 259.000000 259.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,259.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M930 1681 c-6 -13 -10 -156 -10 -396 0 -240 4 -383 10 -396 6 -10 18 -19 28 -19 9 0 168 88 352 194 310 179 335 196 335 221 0 25 -25 42 -335 221 -184 106 -343 194 -352 194 -10 0 -22 -9 -28 -19z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-color: white;
    border-radius: 100%;
}

.lookbooks .lookbook .look-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.lookbooks .lookbook .look-nav a:hover {
	background: var(--color-white);
	color: var(--color-black);
}

@media only screen and (max-width: 1300px) {
	.lookbooks .lookbook .look-nav {
    	gap: 16px;
	}
}

@media only screen and (max-width: 780px) {
	.lookbooks .lookbook a {
		padding: 14px 20px;
	}
}

@media only screen and (max-width: 570px) {
	.lookbooks {
		flex-direction: column;
	}

	.lookbooks .lookbook {
		width: calc(100% - 32px);
	}

	.lookbooks .lookbook * {
		opacity: 1;
	}

	.lookbooks .lookbook:after {
		background-color: black;
		opacity: 0.2;
	}
}



/* Instagram
-------------------------------------------------------------- */
.instagram-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.instagram-images > * {
	display: flex;
	position: relative;
    flex: 1 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
}

.instagram-images > *:before,
.instagram-images > *:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.2s ease all;
}

.instagram-images a > img {
	aspect-ratio: 1;
	object-fit: cover;
}

.instagram-images > *:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 164.15 166.09' style=''%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23FFFFFF;%7D.cls-4%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0 0)'%3E%3Crect class='cls-1' width='164.15' height='166.09'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EMiddel 2%3C/title%3E%3Cg id='Laag_2' data-name='Laag 2' style='&%2310;'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M132.65,11c0-.11,0-.21,0-.32a9.85,9.85,0,0,0-1.24-.39c-.13,0-.45.19-.44.26s.18.52.3.53a9.34,9.34,0,0,0,1.39-.08m15.18-.34a10.49,10.49,0,0,0,1.2.75.57.57,0,0,0,.49-.21.59.59,0,0,0-.05-.53c-.28-.49-.76-.5-1.64,0m-6.76-1.19c.79,1,1.51.9,2.15-.23a1.87,1.87,0,0,0-2.15.23M94.21,45.06c1.82,1.65,3.38,2.24,4.7,1.75a10.66,10.66,0,0,0-4.7-1.75M26.87,10.89c0,.12,0,.24,0,.36l4.06.31c.44-.87.38-1.23-.32-1.26a24.76,24.76,0,0,0-3.1.16c-.23,0-.44.28-.66.43m89.46,81.54c.38-.23.53-.26.57-.35a22.15,22.15,0,0,0,1.4-4.43c.47-2.09-.06-4.16,0-6.24a.74.74,0,0,0-.14-.46c-.11-.14-.34-.34-.45-.31a.72.72,0,0,0-.45.45,15.35,15.35,0,0,0-.21,2.14,42.64,42.64,0,0,1-.52,7.32,16.86,16.86,0,0,0-.15,1.88m40.06,10c0,.61,0,1,0,1.44.06,1.76.15,3.52.19,5.28a6.15,6.15,0,0,0,1.64,3.5,13.26,13.26,0,0,0,.14-1.37c0-1,0-2.08-.05-3.12s.07-2.25,0-3.37a2.72,2.72,0,0,0-1.91-2.36M108,11.29l0,.26a6.47,6.47,0,0,0,1.27.56c2.07.43,4.13,1,6.3.69,2.44-.4,5-.41,7.33-1.25a3.3,3.3,0,0,1,1-.08c1-.05,2-.05,3-.15.62-.07,1.3-.21,1.45-1.12a2.68,2.68,0,0,0-.74-.28c-.72-.06-1.45-.09-2.17-.08a40.43,40.43,0,0,0-5.51.1c-2.34.32-4.71.1-7,.67a24.48,24.48,0,0,1-3.1.32c-.58.07-1.15.24-1.72.36M64.55,47a7.32,7.32,0,0,0-3.19.45,1.7,1.7,0,0,0-.83.8,3.35,3.35,0,0,1-1.84,1.63c-1.29.64-2.57,1.3-3.8,2a10.51,10.51,0,0,0-2,1.55c-1.25,1.19-2.41,2.48-3.66,3.65a6.77,6.77,0,0,0-2,3.36c-.31,1.17-.73,2.31-1,3.47s-.55,2.41-.78,3.63c-.08.44-.19,1,.34,1.29.13-.1.25-.16.3-.25.67-1.46,1.3-2.92,2-4.36a16,16,0,0,1,1.14-2c.34-.54.8-1,1.1-1.57a18.19,18.19,0,0,1,3.92-4.81,12.14,12.14,0,0,0,2.5-2.57,10.8,10.8,0,0,1,2.83-2.7,42.31,42.31,0,0,1,3.7-2.45A13,13,0,0,0,64.55,47m52.7,23.44a2.73,2.73,0,0,0,0-2.41c-.38-1.18-.83-2.35-1.26-3.52-.61-1.69-1.22-3.39-1.89-5.07a5.11,5.11,0,0,0-.9-1.36c-.26-.31-.44-.57-.26-1a2.36,2.36,0,0,0-.63-2.54c-.4-.51-.82-1-1.25-1.46-1.58-1.69-2.85-3.68-4.78-5-.92-.64-1.83-1.32-2.79-1.89-.79-.47-1.25-.27-1.91.62-.47.65-.52.94.11,1.43A11.78,11.78,0,0,1,104.68,52a18.64,18.64,0,0,1,1.38,2.93,15.72,15.72,0,0,0,1.85,4c.88,1.25,1.57,2.63,3,3.43a4.37,4.37,0,0,1,.93.94,22,22,0,0,1,3.27,5.58,2.49,2.49,0,0,0,2.17,1.54m-84-27.85c0,.92.13,1.84.12,2.76s.56,1.34,1.35,1.59c1.36.44,2.07,0,2.13-1.38.07-1.8.06-3.61.06-5.41a2,2,0,0,0-.19-1c-.9-1.39-.64-2.83-.31-4.31A17.71,17.71,0,0,0,36.81,32c.09-1.51.07-3,.08-4.56,0-1.16,0-2.32,0-3.48,0-.92-.22-1.83-.2-2.75,0-1.6.14-3.21.31-4.8A11.9,11.9,0,0,0,36.78,12c-.27-1-.48-1.2-1.54-1.23a.69.69,0,0,0-.79.57,4.42,4.42,0,0,0-.13.71c-.16,2.44-.34,4.88-.46,7.32-.08,2,.07,4-.18,5.9a49.08,49.08,0,0,0-.19,6.85,78,78,0,0,1-.27,10.48m-6.29,3.75c.68,0,1.16,0,1.64,0,1-.07,1.29-.38,1.39-1.42s.32-2.15.4-3.22a6.53,6.53,0,0,0-.09-2.38A6.68,6.68,0,0,1,30,36.35a15.35,15.35,0,0,0,.29-3.23,91,91,0,0,1,0-12,15.45,15.45,0,0,1,.29-2c.09-.54.25-1.07.38-1.6a3.06,3.06,0,0,0,.25-1.25,11.1,11.1,0,0,0-.79-2,4.31,4.31,0,0,0-.54,0c-.93,0-1.85,0-2.77.15-1.91.2-1.92.19-1.77,2,.05.72,0,1.47.61,2a1.74,1.74,0,0,1,.52,1.74c-.11,1.14-.16,2.29-.18,3.44s0,2.56,0,3.83c0,1.84-.14,3.68-.13,5.52,0,2.81,0,5.62.18,8.43.08,1.62.4,3.23.64,5M16.24,57.61c1.29,0,2.32,0,3.35,0,.6,0,1.2-.1,1.8-.09,1.76.06,3.52.21,5.28.22,1,0,2-.18,3-.24,1.75-.12,3.51-.26,5.28-.3,1.59,0,3.2.05,4.81.06a19,19,0,0,1,2.61,0c.77.11,1-.3,1.29-.8a1.13,1.13,0,0,0-.06-1.54,34.31,34.31,0,0,0-2.79-2.46A2.63,2.63,0,0,0,37.87,52a2.78,2.78,0,0,1-1.38,0c-1.16-.13-2.3-.4-3.46-.46-2.68-.12-5.37-.08-8-.24A16.89,16.89,0,0,0,17.4,53a1.51,1.51,0,0,0-.86,2,2.62,2.62,0,0,1-.3,2.66M17.62,49c.66-.1,1.17-.14,1.66-.26.9-.22,1.79-.47,2.67-.72,1.37-.39,1.68-.82,1.64-2.22s0-2.55-.1-3.83A1.88,1.88,0,0,0,23,40.74a2.81,2.81,0,0,1-.75-2.53c.07-1.36.08-2.73.06-4.09,0-1.93-.09-3.85-.17-5.77-.09-2.08.39-4.17-.17-6.23a2.4,2.4,0,0,1,0-.6c0-1.72,0-3.44-.06-5.16,0-.8-.22-1-1-.95a21.9,21.9,0,0,0-2.26.31c-1,.17-1.33.46-1.33,1.5,0,1.28.11,2.57.16,3.85a37.93,37.93,0,0,1,.09,3.84,6.56,6.56,0,0,0,.24,2.82,2.51,2.51,0,0,1,.1.95c-.12,3.24-.28,6.49-.38,9.74-.09,2.85-.13,5.69-.16,8.54a15.89,15.89,0,0,0,.24,2m21.53-2A1.24,1.24,0,0,0,40,48.34a8.19,8.19,0,0,1,3.21,1.55,1,1,0,0,0,.88.07c.21-.13.27-.53.32-.83a.92.92,0,0,0-.17-.56,2.82,2.82,0,0,1-.37-2.08l.51-5c.11-1.16.23-2.31.3-3.47.13-2.08.25-4.16.31-6.24a60.1,60.1,0,0,1,.11-6,30.14,30.14,0,0,0,.26-4.54c0-2.45-.23-4.89-.27-7.34a3.77,3.77,0,0,1,.46-2.06,4.46,4.46,0,0,0,.63-1.89,1.09,1.09,0,0,0-.52-1.25c-1.09-.47-2.2-1-3.44-.4a1.25,1.25,0,0,0-.75,1c-.11.79-.26,1.57-.31,2.37-.07,1.15-.07,2.31-.11,3.46C41,16.55,41,18,40.9,19.43c0,1.12-.11,2.24-.14,3.36,0,2.25-.24,4.51-.1,6.74a61.92,61.92,0,0,1-.38,10.81c-.13,1.15-.13,2.32-.25,3.47a7.83,7.83,0,0,1-.34,1.49c-.16.57-.36,1.13-.54,1.68M14,48.69c.08-1.84.16-3.71.23-5.6.16-4,.3-7.92.46-11.89.09-2.36.23-4.71.29-7.08a2.78,2.78,0,0,0-.81-2.41c-.25-.21-.23-.73-.34-1.1a5.74,5.74,0,0,0-.42-1.33c-.49-.81-.93-.74-1.34.13-.58,1.18-1.21,2.35-1.72,3.56s-1,2.6-1.41,3.93a20.89,20.89,0,0,0-.58,5.85,3.16,3.16,0,0,1-.76,2,3.39,3.39,0,0,0-.71,1.48c-.32,1.77-.56,3.55-.8,5.33a25.41,25.41,0,0,0-.27,2.74c0,1.44,0,2.88,0,4.32a6,6,0,0,0,.09,1c.11.75.29,1.49.33,2.24.08,1.31.27,1.56,1.55,1.63a3.51,3.51,0,0,0,1.06-.14c.74-.18,1.48-.38,2.2-.61a8.68,8.68,0,0,0,1.12-.52c-.39-.86-1-.67-1.53-.62-1,.08-1.5-.53-1.13-1.48A1.67,1.67,0,0,1,11,48.82a5.76,5.76,0,0,1,1.43.12A1.64,1.64,0,0,0,14,48.69m95.18,55.9a3.9,3.9,0,0,0-.85.49c-.88.92-1.71,1.9-2.61,2.8a10.2,10.2,0,0,1-1.57,1.28,28.06,28.06,0,0,0-3.29,2.19,19,19,0,0,1-5.38,3.37A17.35,17.35,0,0,0,92.61,116a10.42,10.42,0,0,1-2.83,1.27,5.8,5.8,0,0,0-1,.4,9.7,9.7,0,0,1-3.21,1,31,31,0,0,1-6.24.2,25.25,25.25,0,0,1-2.76-.21,27.08,27.08,0,0,1-2.8-.66c-1.82-.48-3.66-.88-5.43-1.5a49.43,49.43,0,0,1-5.63-2.38,29,29,0,0,1-5.94-4.45c-1.14-1-2.15-2.17-3.33-3.13a11.09,11.09,0,0,1-2.38-2.69,4.88,4.88,0,0,0-.57-.78,14.84,14.84,0,0,1-2.87-4.41,4.51,4.51,0,0,0-.86-1.43,3.14,3.14,0,0,1-.85-1.68,9.08,9.08,0,0,0-.46-1.62,29.41,29.41,0,0,1-1.81-8.69c0-.7-.19-1.39-.29-2.08a3.79,3.79,0,0,0-.5,2.55c.37,3.15.77,6.29,1.23,9.43A7.68,7.68,0,0,0,45,97.59a16.33,16.33,0,0,1,2.17,5.18,8,8,0,0,0,.69,2.53,51.34,51.34,0,0,0,2.94,5A15.62,15.62,0,0,0,56,114.6c2,1.17,4,2.16,5.85,3.5a6.36,6.36,0,0,0,1.46.82,37.63,37.63,0,0,0,4.21,1.38c2.07.48,4.17.81,6.26,1.17a22.76,22.76,0,0,1,3.34.44,17.26,17.26,0,0,0,6.42.67,6,6,0,0,0,3.62-1.12,8.51,8.51,0,0,1,1.8-.93,36.4,36.4,0,0,0,5.84-2.79c.5-.34,1-.73,1.48-1,1.57-1,3.15-1.91,4.73-2.85,1.1-.66,2.21-1.3,3.31-2a2.89,2.89,0,0,0,.59-.57c.8-1,1.65-1.87,2.38-2.87a7.15,7.15,0,0,0,1.84-3.85m29-59.7c.77,0,1.65.12,2.53.13.52,0,1.18.1,1.53-.17,1.18-.92,2.54-1.81,2.88-3.41a30.35,30.35,0,0,0,.41-3.82c.18-2,.23-4,.55-6a16.86,16.86,0,0,0,.26-4.07,26.67,26.67,0,0,1-.17-6.25,3.92,3.92,0,0,0,0-1.32,1.9,1.9,0,0,0-.41-1A7.84,7.84,0,0,0,144,17.53a45.31,45.31,0,0,0-4.48-2.33,5.71,5.71,0,0,0-3.43-.4,35.86,35.86,0,0,1-6.11.47,7,7,0,0,0-3.54,1.06,19.79,19.79,0,0,1-4.66,2.18,3,3,0,0,0-2.15,2.36c-.34,1.68-.71,3.36-1.07,5a24.39,24.39,0,0,0-.17,5.4,2.38,2.38,0,0,0,.12.59c.21.94.47,1.87.63,2.81a7.71,7.71,0,0,0,2.1,4.38,6.68,6.68,0,0,1,1,1.65c.16.32.25.67.4,1A2.12,2.12,0,0,0,124.22,43a3,3,0,0,0,1.88-.24,1.16,1.16,0,0,1,1.59.41c.39.61.92.62,1.54.69a17.94,17.94,0,0,1,3.88.7,9.57,9.57,0,0,0,3.42.48c.49,0,1-.06,1.57-.1M113.16,87.94a7.77,7.77,0,0,0,.13-1.33c-.11-1.47-.23-3-.44-4.42-.38-2.69-.62-5.42-2.08-7.84-.91-1.51-1.67-3.11-2.5-4.67-.26-.5-.48-1-.71-1.52-.49-1.14-.93-2.3-1.45-3.42a44.77,44.77,0,0,1-2.74-6.41,2.73,2.73,0,0,0-.49-.94c-1.31-1.57-2.66-3.1-4-4.68a6.8,6.8,0,0,0-2.21-1.81A12.61,12.61,0,0,1,94,49.38c-1.35-1.17-3-1.46-4.61-1.88-1.24-.33-2.48-.63-3.73-.9a43.82,43.82,0,0,0-4.47-.93,46.28,46.28,0,0,0-5.52-.28,9,9,0,0,0-2.93.59,27.83,27.83,0,0,0-2.9,1.43c-.58.29-1.2.49-1.74.82-1.41.91-2.83,1.82-4.17,2.82-2,1.51-4.25,2.77-5.66,5a4.09,4.09,0,0,1-.51.51A26.33,26.33,0,0,0,55,59.33a31.49,31.49,0,0,0-4.54,7.45c-.6,1.56-1.43,3-2.05,4.61-1.39,3.47-1.45,7.15-1.44,10.8a41.2,41.2,0,0,0,1.24,8.31c.14.7.36,1.39.57,2.08a9.41,9.41,0,0,0,.58,1.56,16.78,16.78,0,0,1,1.33,2.55,9.9,9.9,0,0,0,2.28,3.77c1.16,1.31,2,2.92,3.48,4a.44.44,0,0,1,.16.17,5.33,5.33,0,0,0,2,2,13,13,0,0,1,2.29,1.93,7.73,7.73,0,0,0,2.82,2.16c1.13.53,2.19,1.18,3.29,1.76a6.33,6.33,0,0,0,1.11.46c1.15.35,2.35.57,3.46,1a45.75,45.75,0,0,0,10.64,2.43,2.75,2.75,0,0,0,1.07-.06c2.13-.54,4.42-.46,6.39-1.6a2.3,2.3,0,0,1,.58-.18A6.15,6.15,0,0,0,93.3,113a3,3,0,0,1,.84-.44,26.66,26.66,0,0,0,6.36-3.85,17.76,17.76,0,0,1,2.48-1.69,8.13,8.13,0,0,0,2.74-2.82,2.72,2.72,0,0,0,.25-1.39c0-1.2,0-1.39,1.18-1.38a1.56,1.56,0,0,0,1.49-.84,15.76,15.76,0,0,0,1.06-2.14,41.2,41.2,0,0,0,1.85-8.57c.15-1,.43-1.78,1.61-2m-54.72-43,2.47-1.55a4,4,0,0,0,.92-.58,2.23,2.23,0,0,0,.63-1.21A2.37,2.37,0,0,1,64.37,39a14.09,14.09,0,0,1,8.52-.34,9.07,9.07,0,0,0,2.6.3c.92,0,1.83-.24,2.75-.31a2.08,2.08,0,0,0,1.57-.72,3.06,3.06,0,0,1,1.32-1,12.58,12.58,0,0,1,5.49-.3,13.55,13.55,0,0,1,4.3,1.52,5.11,5.11,0,0,0,1.24.46,57.44,57.44,0,0,1,10.2,3.59,21.32,21.32,0,0,1,6.3,4.37,7.76,7.76,0,0,0,2.8,2,5.13,5.13,0,0,1,2.92,2.57,3.21,3.21,0,0,0,3.57,2c.24,0,.49,0,.72,0l7.1-.18c.48,0,1-.07,1.44-.09.68,0,1.36-.06,2,0,1.28,0,2.56.06,3.83,0,.76,0,1.52-.08,2.28-.14a4.41,4.41,0,0,0,.8-.18,12.86,12.86,0,0,1,1.69-.56,16.77,16.77,0,0,1,7.87.28,10.14,10.14,0,0,0,2.74.34,15.5,15.5,0,0,0,4.06-.43,7.25,7.25,0,0,1,2-.18c1.11,0,1.35-.16,1.31-1.24-.05-1.48-.17-3-.09-4.45a26.41,26.41,0,0,0-.51-5.75c0-.19-.15-.47-.07-.58.42-.52.2-1.12.3-1.66a23.62,23.62,0,0,0,.5-5,.87.87,0,0,1,.9-.93l.85,0c-.28-1.22-.46-2.36-.81-3.45a22.64,22.64,0,0,0-1.47-3.8c-.8-1.52-1.82-2.92-2.74-4.38-.23-.36-.46-.67-1.12-.38,0,.57,0,1.2.09,1.82,0,.4.15.79.16,1.19.05,2,.08,4,.12,6,0,.56.05,1.13,0,1.68-.12,2.09-.24,4.17-.39,6.25a15.55,15.55,0,0,1-.4,3.7,61,61,0,0,1-2.47,5.85,1.63,1.63,0,0,1-.69.63,6.9,6.9,0,0,1-1.25.45l-6.2,1.84c-.42.12-.81.36-1.24.48-1.41.42-2.82.86-4.26,1.17a12.84,12.84,0,0,1-2.64.22,29.2,29.2,0,0,1-4.08-.06,23.76,23.76,0,0,1-4-.91c-1-.33-2.24-.4-3-1.32a4.07,4.07,0,0,0-2-1.26,2.16,2.16,0,0,1-1.56-1.52,2.68,2.68,0,0,0-.62-1.25,7.53,7.53,0,0,1-1.44-1.73,10.84,10.84,0,0,1-1.32-5.31,4.16,4.16,0,0,0-.77-3.19,1.43,1.43,0,0,1-.18-.92,7.3,7.3,0,0,0-.6-3.29,2.4,2.4,0,0,1,0-2.18,3.35,3.35,0,0,0,0-3.34c-1.32-2.31-.23-4.34,1-6.14a28.35,28.35,0,0,1,3.62-3.65,5.64,5.64,0,0,0,.53-.73c-.7,0-1.2-.09-1.7-.07-.92,0-1.84.21-2.76.16a23.32,23.32,0,0,1-4.88-.55,18.53,18.53,0,0,0-5.68-.62,13.27,13.27,0,0,1-3.91-.43,35.39,35.39,0,0,0-4.22-.84c-1.75-.26-3.51-.38-5.25-.65A25.77,25.77,0,0,0,84,11.65c-2,.11-3.9.34-5.79-.51-1-.47-1.19-.56-1-1.65a7.27,7.27,0,0,0,.07-.84,2.27,2.27,0,0,0-2.1-.8,2.35,2.35,0,0,1-.59,0,.92.92,0,0,0-1.23.65,1.32,1.32,0,0,1-1.55.85,6.14,6.14,0,0,0-1,0c-1.86.14-3.77-.33-5.57.54a1.76,1.76,0,0,1-.83.07l-5.61-.38a16.31,16.31,0,0,0-5,.11,10,10,0,0,1-3.93.38c-.77-.11-1.08.19-1.2,1a3.38,3.38,0,0,0,0,.71,40.05,40.05,0,0,1,.11,6c-.15,1.64-.19,3.28-.32,4.91-.16,2-.42,3.91-.53,5.87-.08,1.56,0,3.13,0,4.69-.06,1.75-.5,3.45-.39,5.25.2,3.47.14,7,.66,10.43a6.57,6.57,0,0,0,.36,1,6.23,6.23,0,0,0,1.23-.67c1.25-1.18,2.45-2.42,3.69-3.62a5.42,5.42,0,0,1,1.14-.88c1.36-.72,2.75-1.36,3.86.17m61.83,13.32a2,2,0,0,0,.25.64c.72.85,1.47,1.68,2.21,2.53a7,7,0,0,1,1,1.2,1.1,1.1,0,0,1-1,1.71,6.22,6.22,0,0,1-1-.09c-.82-.1-1.21.26-1,1s.59,1.39.87,2.1a10.56,10.56,0,0,1,.74,2.13,37.42,37.42,0,0,1,.27,7.33,10.32,10.32,0,0,0,.08,1.93,11.71,11.71,0,0,0,.46,1.46,5.78,5.78,0,0,1,.36,1.59c0,1.41-.2,2.81-.34,4.21a9.45,9.45,0,0,1-.33,1.65c-.57,1.88-1.18,3.74-1.74,5.63-.21.72-.28,1.51-.56,2.21-.92,2.3-1.59,4.67-3.11,6.74a46.74,46.74,0,0,1-4.55,5.56c-.23.22-.44.47-.66.7-1.68,1.67-3.33,3.36-5,5a6.66,6.66,0,0,1-1.43.87L99.35,118a2.07,2.07,0,0,0-.45.39,19.72,19.72,0,0,1-6.43,4.16,30.31,30.31,0,0,0-4.13,2.2,9.27,9.27,0,0,1-5,1.53c-.81,0-1.61,0-2.41-.08a14.85,14.85,0,0,0-2.4,0,5.74,5.74,0,0,1-3.29-.53A24.29,24.29,0,0,0,69.1,124c-1.54-.28-3.08-.55-4.6-.92s-3-.91-4.53-1.22a11,11,0,0,1-3.36-1.26c-.34-.2-.71-.37-1.07-.55-1.4-.69-2.83-1.34-4.19-2.1a2.9,2.9,0,0,1-1.3-1.34,15.28,15.28,0,0,0-3.17-4.92,15.71,15.71,0,0,1-3.49-6.12,9,9,0,0,0-.88-1.82c-.51-1-1.06-2-1.55-3s-1-2.26-1.5-3.4a22.76,22.76,0,0,1-1.16-3,50.7,50.7,0,0,1-1.1-9.19,30.66,30.66,0,0,1,.34-8.76,24.24,24.24,0,0,1,1.05-3.43,29.36,29.36,0,0,0,1.47-6.19.89.89,0,0,0-.9-1.14,23.17,23.17,0,0,0-3,.14,33.86,33.86,0,0,1-9.95.07,35.34,35.34,0,0,1-5-.53c-.93-.26-1.27.07-1.37,1a4.27,4.27,0,0,0,.47,2.8c.38.61.69,1.27,1.05,1.9a2,2,0,0,1-.45,2.69,21.48,21.48,0,0,1-3,2,6,6,0,0,1-2.18.58c-1.08.11-1.64-.6-1.34-1.66a1.15,1.15,0,0,0-.34-1.3c-.5-.46-1-.89-1.55-1.33a1.73,1.73,0,0,1,.09-2.93c.32-.25.74-.44.91-.77a3.13,3.13,0,0,1,2.36-1.67,1,1,0,0,0,.82-1c.07-.81-.2-1.23-1.14-1.39-1.9-.31-2.9-1.9-4.28-2.94a1.51,1.51,0,0,1-.39-.74c-.38-1-.37-1-1.38-1-.28,0-.57,0-.85,0-1.36,0-1.53.19-1.46,1.57A8.27,8.27,0,0,1,6,66a2.28,2.28,0,0,0-.34,1.25c0,1.24.14,2.48.23,3.72.11,1.56.27,3.12.32,4.68,0,1.07-.15,2.15-.14,3.23,0,1.24.17,2.48.19,3.72A1.07,1.07,0,0,0,7,83.8c1,.43,1.24.94,1.08,2a5.64,5.64,0,0,1-.2.81,14.93,14.93,0,0,0-.54,6.56,47.73,47.73,0,0,1,.38,4.91,3.25,3.25,0,0,1-.44,2.2,1.36,1.36,0,0,0-.06.9c.25,1.54.54,3.08.8,4.62.13.79.23,1.59.34,2.39a16.38,16.38,0,0,0,1.2-2.76c.39-1.07,1.41-1.43,2.31-1.9-.76-1.24-1.39-2.4-2.14-3.48a2,2,0,0,1,.19-2.64A10.25,10.25,0,0,1,11,96.2a2.35,2.35,0,0,1,2.67-.56c1,.47,1,1.45,1,2.39-.05.68-.26,1.35-.25,2a2.79,2.79,0,0,0,.4,1.68A17.84,17.84,0,0,0,17.42,104c.69.53,1.06,1.12.87,1.79a1.49,1.49,0,0,1-1.64,1.07,4.07,4.07,0,0,0-2.16.57c.76.92.64,1.94.7,3,0,.83-.32,1.58-.22,2.36a6,6,0,0,1-.55,3,5.7,5.7,0,0,1-1.86,2.77,1.75,1.75,0,0,1-1.92.08,1.45,1.45,0,0,1-.11-1.69c.06-.15.15-.28.22-.42.95-2,1.35-2.22-1-3.59a1.13,1.13,0,0,1-.62-1.3,6,6,0,0,1,.27-.92c.21-.69-.07-1.12-.76-1.53a2.83,2.83,0,0,0-.16.88A21.41,21.41,0,0,1,8.69,114c.12,2.4.37,4.8.55,7.2a4.39,4.39,0,0,1-.09,1.31c-.26,1.08-.93,1.38-2,.93a2.33,2.33,0,0,0-.47-.11,2.39,2.39,0,0,0-.18.74c.09,1.28.19,2.56.34,3.83.31,2.59.67,5.18,1,7.77a2.16,2.16,0,0,1-.52,1.92,1.75,1.75,0,0,0-.26,2.1,31.65,31.65,0,0,0,2.82,5.83c.66,1.05,1.25,2.15,1.95,3.17a8.14,8.14,0,0,0,1.52,1.69,1.91,1.91,0,0,0,1.23.2c.15,0,.4-.45.37-.66-.2-1.25-.21-2.62-1.66-3.24-.18-.08-.36-.19-.53-.28-1.68-1-1-2.06,0-2.83a6,6,0,0,1,1.2-.57c.47-.23.93-.47,1.4-.68a8.72,8.72,0,0,1,1.32-.54,43.14,43.14,0,0,1,8.69-1.16A9.55,9.55,0,0,1,30.6,142a1.32,1.32,0,0,0,1.23.15,2.1,2.1,0,0,1,1.37-.18c1.87.71,3.71,1.5,5.53,2.34a5.74,5.74,0,0,0,3.67.79,1.29,1.29,0,0,1,1.45,1.75A1.88,1.88,0,0,1,42,148.28a7.09,7.09,0,0,1-3.87-.6,14.74,14.74,0,0,0-2.22-.9,2.94,2.94,0,0,0-2.25.1v.61A2,2,0,0,1,32,149.85a21,21,0,0,1-2.94.59,11.78,11.78,0,0,1-5.33-.67c-1.65-.58-3.26-1.28-4.9-1.87a7.39,7.39,0,0,0-1.6-.19,9.68,9.68,0,0,1,.34,1.69,5.59,5.59,0,0,0,1.37,3.4c.62.83,1.24,1.67,1.88,2.49.2.25.46.45.68.68A15.91,15.91,0,0,1,23,157.64c.78,1.14.81,1.18,2.14.78a5.66,5.66,0,0,1,3.89.18,6.7,6.7,0,0,0,1.81.58c3,.29,6,.49,9,.76a10.31,10.31,0,0,0,3.23-.14,13.6,13.6,0,0,1,5.61.21c1.89.35,3.76.92,5.66,1.12a25.67,25.67,0,0,0,8.15-.36,9.83,9.83,0,0,1,1.06-.19c1.87-.24,3.78.15,5.61-.49a1.22,1.22,0,0,1,.6,0c4.66,1,9.36.75,14.05.44,3-.21,5.9-.72,8.86-1a35.29,35.29,0,0,1,3.71-.06,8.16,8.16,0,0,1,1.31.06c.81.11,1.66.37,1.92,1.19a1.74,1.74,0,0,0,1.82,1.26c1.49.07,3,.07,4.46,0,1.77-.07,3.53-.24,5.3-.33a21.46,21.46,0,0,1,3,0,17.8,17.8,0,0,0,5.87-.11,3.92,3.92,0,0,1,1.32-.11,2.7,2.7,0,0,0,2.55-1,1.92,1.92,0,0,1,1.92-.73c1,.17,1.91.28,2.86.41.64.08,1.27.19,1.91.21a10,10,0,0,0,3.77-.7,2.06,2.06,0,0,1,2.06.16,1.68,1.68,0,0,0,1.12.11c1.67-.24,3.32-.59,5-.79a2.86,2.86,0,0,0,2.28-1.52,4.81,4.81,0,0,1,4.15-2.66,3.66,3.66,0,0,0,3.32-3,5.13,5.13,0,0,1,.22-.94,18.74,18.74,0,0,0,1.07-4.91c.29-2,.67-4,2.21-5.62a2.39,2.39,0,0,0,.53-1c.37-1.44.74-2.88,1-4.33a18,18,0,0,0,.36-7.53,3.81,3.81,0,0,1,0-1.07c.08-1.68.24-3.37.26-5.05a11.47,11.47,0,0,0-1-5.16,12.12,12.12,0,0,1-1.12-4.65c-.05-1.12,0-2.25-.11-3.37-.21-3.21-.58-6.41-.62-9.62s.26-6.25.41-9.37a.5.5,0,0,1,0-.12,21.24,21.24,0,0,0,.44-5.39,134.79,134.79,0,0,0-.4-14.21c0-.75.11-1.52.1-2.28,0-2.16,0-4.33-.06-6.5a8.28,8.28,0,0,0-.05-1.32c-.09-.7-.35-.93-1-.93-1.48,0-3,0-4.45,0-.68,0-1.37.17-2,.15q-5.49-.09-11-.26c-.73,0-1.44-.16-2.17-.21-3.76-.24-7.53-.47-11.29-.72a5.27,5.27,0,0,0-3.3.7M0,66.31l1.49.07c.1-.67.21-1.33.29-2a13.1,13.1,0,0,1,.62-3.53,3.43,3.43,0,0,0-.16-2.22,2.74,2.74,0,0,1,.09-2.4c-.3-.13-.53-.24-.77-.33-.07,0-.16,0-.24,0C.58,55.8,0,55.37,0,54.9s.52-1,1.2-1.21,1.4,0,1.67-.7a4.93,4.93,0,0,0,.22-1.76c0-1.49,0-3-.06-4.46,0-1,0-1.92.05-2.88q.15-4.44.32-8.9a21.35,21.35,0,0,1,.18-2.4,2.34,2.34,0,0,1,.59-1.12,2.29,2.29,0,0,0,.67-1.37c.11-1.16.23-2.31.34-3.48a3.69,3.69,0,0,1,.12-.82A2.44,2.44,0,0,0,5,23.1a1.15,1.15,0,0,1-.2-1,7,7,0,0,1,1-2.25A35.9,35.9,0,0,1,8.94,16.7a6.24,6.24,0,0,0,1.72-2.43,2.32,2.32,0,0,1,.95-1.16A16.34,16.34,0,0,1,17,10.91a6.05,6.05,0,0,0,3-1.46c.83-.69,1.72-1.3,2.6-1.93a5.52,5.52,0,0,1,3.23-.8,7.46,7.46,0,0,0,4-1.23,9.09,9.09,0,0,1,3.78-1.12c1.82-.25,3.68-.36,5.47-.76A8.48,8.48,0,0,1,44,4.13a15,15,0,0,0,2,.52,2,2,0,0,0,1,0c1.74-.57,3.44-.1,5.11.27a24.06,24.06,0,0,0,4.77.61c2.09,0,4.17.13,6.26.09,1.44,0,2.88-.28,4.32-.38,1.19-.09,2.4-.11,3.6-.15C72.68,5,74.4,5,76.13,4.9A2.06,2.06,0,0,0,77,4.51a9.84,9.84,0,0,1,1.53-.94,3.38,3.38,0,0,1,1.86-.27A31.74,31.74,0,0,0,88.61,4c2.11,0,4.23.23,6.35.36.27,0,.55,0,.94,0-.13-.28-.17-.53-.32-.65a8.09,8.09,0,0,0-3.73-2.06c-1.25-.23-2.48-.55-3.79-.84.43-.71,1.16-.65,1.73-.71a8.47,8.47,0,0,1,6.4,1.51,15.24,15.24,0,0,0,3,1.26,9.46,9.46,0,0,0,3.47.92A11.32,11.32,0,0,0,105,3.51a3,3,0,0,1,2.11.19,1.7,1.7,0,0,0,.93.14c.69,0,.9-.35.78-1,0-.16-.08-.32-.12-.47C108.28.78,108.82,0,110.44,0c2.2.11,4.39.39,6.59.63,1,.1,1.9.27,2.86.42.75.12,1.5.24,2.25.39,1.92.39,3.83.9,5.83.48a4.82,4.82,0,0,1,1.2,0c3.49.17,7,.27,10.47.57a18.61,18.61,0,0,1,5.43.86.53.53,0,0,0,.23.06c1.61-.1,2.07.89,2.1,2.23a1.86,1.86,0,0,0,1.65,1.8,7.82,7.82,0,0,1,2.82,1.31,4.33,4.33,0,0,0,1,.6c2.73,1,4.74,3.11,7,4.77a13.68,13.68,0,0,1,2.42,2.5,5.11,5.11,0,0,1,1,3.15,20.72,20.72,0,0,1-.26,3.24A1.71,1.71,0,0,1,162,24.41a3.59,3.59,0,0,1,0-1c.63-2.11-.09-4-1.13-5.73a4.12,4.12,0,0,0-1.25-1.28c-1.53-1-3.1-2-4.67-2.93a7.32,7.32,0,0,0-1.17-.46,4.08,4.08,0,0,0,.94,2.48c1.47,2,3,4.07,4.43,6.15a11.13,11.13,0,0,1,1,2.18c.24.55.39,1.14.64,1.68a6.07,6.07,0,0,1,.61,3.12,38.3,38.3,0,0,0,.1,4.79,7.69,7.69,0,0,0,1.24,3.49,5.08,5.08,0,0,1,.73,2,104.76,104.76,0,0,1,.71,12.14,2.43,2.43,0,0,1-.61,1.88,1,1,0,0,0-.11,1.44,1.42,1.42,0,0,1-.34,2.1,1.84,1.84,0,0,0-.5.93c-.3,1.66-.62,3.32-.79,5s-.19,3.36-.25,5c-.07,1.85-.16,3.69-.16,5.54,0,3.21-.17,6.41.11,9.62.24,2.76.21,5.54.3,8.3,0,1.41.05,2.81.13,4.22.2,3.08.39,6.17.66,9.25a4.65,4.65,0,0,1-.6,3.34,1.79,1.79,0,0,0-.27.91c-.17,4.17-.42,8.35-.42,12.52a25.55,25.55,0,0,0,.62,6.58,2.46,2.46,0,0,1-.47,2.17,2.55,2.55,0,0,0-.5,1.68,14.63,14.63,0,0,1-.68,5.22c-.6,1.7-1.28,3.38-1.89,5.08a9.22,9.22,0,0,0-.43,1.87,17.84,17.84,0,0,1-1.09,4.43c-.62,1.57-1.09,3.19-1.7,4.77a8.46,8.46,0,0,1-2.7,3.62,23.92,23.92,0,0,0-1.95,2,35,35,0,0,1-3.06,3,12.89,12.89,0,0,1-3.35,1.85c-1.64.63-3.37,1-5.05,1.56a8.88,8.88,0,0,1-3.15.62,3.72,3.72,0,0,1-2.55-.85,1.79,1.79,0,0,0-1.32-.34,79.5,79.5,0,0,1-9.75.5c-1,0-1.93.08-2.88.19a2.25,2.25,0,0,0-1.09.42,2.66,2.66,0,0,1-1.7.48c-.8,0-1.6.13-2.4.11-1.56,0-3.13-.06-4.69-.18-1.84-.15-3.67-.43-5.51-.59a9.54,9.54,0,0,0-1.92.13,63.77,63.77,0,0,1-10.25.09c-1,0-2-.41-3.06-.53-1.83-.19-3.68-.33-5.52-.45-1.56-.09-3.13-.08-4.69-.18-.87,0-1.74-.32-2.61-.33-1.27,0-2.56.08-3.83.18a37.13,37.13,0,0,1-6.84.37c-1.83-.18-3.69,0-5.54,0-1.12,0-2.25,0-3.36-.05-.92-.07-1.82-.35-2.74-.38-1.27-.05-2.55.07-3.84.08-1.48,0-3,0-4.44,0-.56,0-1.12,0-1.68,0a6,6,0,0,1-2.76-.77,7.59,7.59,0,0,0-1.19-.56,1.38,1.38,0,0,0-1.55.36,3.8,3.8,0,0,1-3,1.07,43,43,0,0,1-6-.47,24.45,24.45,0,0,1-3.63-1.12c-.88-.27-1.76-.55-2.66-.77a28,28,0,0,1-5.77-2c-.93-.46-1.88-.91-2.76-1.45-1.32-.83-2.59-1.74-3.89-2.62-.7-.46-1.42-.9-2.12-1.37a3.07,3.07,0,0,1-1.29-2.1,2.92,2.92,0,0,1,.26-1.49A1.36,1.36,0,0,0,7,149c-1-.82-2.08-1.6-3.13-2.4-1.47-1.11-2.33-3.31-.81-5a2.41,2.41,0,0,0,.58-2.1c-.33-2.31-.57-4.62-.87-6.93a20.61,20.61,0,0,1,.24-7.3,14.69,14.69,0,0,0,.29-5.13c-.19-1.67-.12-3.37-.17-5.05-.05-2.17-.12-4.34-.16-6.5,0-.77.06-1.53,0-2.29-.13-2.81-.31-5.61-.42-8.4-.06-1.44,0-2.89,0-4.33,0-2,0-3.94,0-5.91a1.78,1.78,0,0,0-.31-1,5.5,5.5,0,0,1-.92-3.78A28.76,28.76,0,0,0,.7,77.6a54.07,54.07,0,0,1-.45-6.12c0-1.12,0-2.25,0-3.37A17.51,17.51,0,0,0,0,66.31' transform='translate(0 0)' style='&%2310;'/%3E%3Cpath class='cls-3' d='M135.33,147c-.45.77-.72,1.26-1,1.73a2.38,2.38,0,0,1-2.19,1.2,33.3,33.3,0,0,0-3.55.5,2.78,2.78,0,0,1-1.18,0,1.49,1.49,0,0,1-.85-.72,1,1,0,0,1,.51-1.23,3.14,3.14,0,0,1,.9-.33,11.74,11.74,0,0,1,1.18-.24c2.22-.32,3.4-1.92,4.5-3.64a7.51,7.51,0,0,1,2.19-2.66c1.43-.89,1.87-.85,2.85.19,1.1-.2,2.11-.35,3.1-.6a1.46,1.46,0,0,0,.79-.64,3.81,3.81,0,0,1,2.51-2.07,1.39,1.39,0,0,0,.77-.67,4.34,4.34,0,0,1,3.13-2,.93.93,0,0,1,1.16.63,4.63,4.63,0,0,1-.15,4.06,19.46,19.46,0,0,1-2.18,2.88,2,2,0,0,1-2.3.56c-1.16-.37-1.19-.33-1.81.7-.36.59-.69,1.18-1.07,1.75a1.54,1.54,0,0,1-2.15.67,1.24,1.24,0,0,0-1.69.38,3.08,3.08,0,0,1-.51.51,1.47,1.47,0,0,1-2.24-.1c-.21-.22-.38-.49-.71-.91' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M91.66,66.5c-.17.82-.32,1.58.16,2.08a3.24,3.24,0,0,0,2.81,1.12,2,2,0,0,0,1.56-1.51A.93.93,0,0,0,95.71,67c-.75.3-1.43.82-2,.74s-1.26-.73-2-1.21M82.29,98l0,.17a10.49,10.49,0,0,0,2.11-.4A23.48,23.48,0,0,1,88,96.44a6.63,6.63,0,0,0,2-1.11c.7-.46,1.38-1,2.06-1.46a7.67,7.67,0,0,0,.81-.7,10.29,10.29,0,0,0,2.34-4.3,13,13,0,0,0,.43-6.65,1.64,1.64,0,0,0-1.2-1.51c-1.79-.4-2.37-1.75-2.7-3.32a2.16,2.16,0,0,1,.76-2.27,5.47,5.47,0,0,0,1-.91.62.62,0,0,0-.28-1.06,16.8,16.8,0,0,0-2.12-.86A3.36,3.36,0,0,1,88.62,70,2.83,2.83,0,0,0,87,68.08a21,21,0,0,0-3.77-1.16c-1.87-.26-3.76-.27-5.65-.35a2,2,0,0,0-1,.21c-.81.43-1.58.93-2.36,1.43s-1.51,1.06-2.3,1.53a10.64,10.64,0,0,0-5.38,7.83,18.11,18.11,0,0,0,.25,6,13.75,13.75,0,0,0,2,5.62,3.11,3.11,0,0,1,.47,1,6.72,6.72,0,0,0,2.66,3.76,60.82,60.82,0,0,0,5.91,3.89,4.11,4.11,0,0,0,2.79.51L82.29,98M95.37,62.22a17.21,17.21,0,0,0-1.32-1.81c-1.11-1.16-2.26-2.27-3.42-3.38a5.56,5.56,0,0,0-1-.67,19.64,19.64,0,0,0-2.08-1.2,5.41,5.41,0,0,0-2.17-.61,10.31,10.31,0,0,1-3.87-.76,3.58,3.58,0,0,0-2.47-.09c-1.2.42-2.36,1-3.53,1.51s-2.25,1-3.31,1.67c-1.62,1-3.19,2-4.75,3-1,.64-1.89,1.34-2.82,2a4.31,4.31,0,0,0-1.58,2.88,11.05,11.05,0,0,1-.36,1.4,2.39,2.39,0,0,1-1.86,1.86,1.3,1.3,0,0,0-1.06,1c-.42,1.33-1.07,2.61-1.36,4-.64,3-1.15,6.1-.13,9.16a13.58,13.58,0,0,0,3.14,5.22,1.42,1.42,0,0,1,.35,1.76,1.62,1.62,0,0,1-1.57.9,2.09,2.09,0,0,1-1.81-.76,20,20,0,0,1-3.07-5c-1.16-2.89-1.24-6-1.47-9a3.43,3.43,0,0,1,.3-1.53c.41-1,.94-2,1.37-3.07a20.13,20.13,0,0,0,1.17-3,26.14,26.14,0,0,1,1.5-4.82c.85-1.8,1.53-3.68,2.38-5.48a7,7,0,0,1,2.64-2.73c.65-.44,1.29-.93,1.91-1.42A28.52,28.52,0,0,1,67.92,51a9.21,9.21,0,0,1,2.6-.9c1.32-.32,2.67-.51,4-.79a4.34,4.34,0,0,1,2.37,0,3.41,3.41,0,0,0,2.14,0c.42-.14.86-.21,1.27-.37a2.42,2.42,0,0,1,3.13.7,1.71,1.71,0,0,0,.93.49,20.75,20.75,0,0,1,5.81,2.51c1.49.89,2.78,2,4.17,3a9.63,9.63,0,0,1,3,3.1,1.3,1.3,0,0,0,.38.46c1.51,1.09,2.33,2.74,3.41,4.17a16.61,16.61,0,0,1,2.26,4,44.5,44.5,0,0,1,2.5,7.14,25.89,25.89,0,0,1,.29,8.29,35,35,0,0,1-1.44,7.06c-1.08,3.08-2.13,6.25-4.39,8.78-.74.83-1.35,1.8-2.13,2.59a13.8,13.8,0,0,1-2.27,1.74,1.18,1.18,0,0,1-1.47-.12.59.59,0,0,1,0-1c2.36-1.53,3.64-4,5.11-6.18a13.07,13.07,0,0,0,2.26-5.51c.19-1.54.72-3,1-4.55a9.37,9.37,0,0,0,.14-1.68c.06-2.08.22-4.18.1-6.25a15.3,15.3,0,0,0-.91-3.85c-.42-1.29-1-2.53-1.53-3.78a13,13,0,0,0-.75-1.28l-2.59,2.9c.6.31,1,.54,1.43.74,1.83.89,2.19,1.55,2,3.59a5.31,5.31,0,0,1-.42,2.46,9.93,9.93,0,0,1-1,1.48,2.66,2.66,0,0,0-.71,1.86c0,1.29,0,2.58,0,3.87a8,8,0,0,1-.64,3.16c-.55,1.29-1,2.63-1.57,3.89A9.15,9.15,0,0,1,93.33,96c-1.21.85-2.43,1.71-3.71,2.46a11.63,11.63,0,0,1-2.23.88c-1.06.39-2.1.79-3.18,1.1a14.24,14.24,0,0,1-2.36.44c-1,.11-2,.05-3,.21a3.86,3.86,0,0,1-2.45-.35c-.92-.48-1.78-1.08-2.67-1.62L72,98c-.37-.24-.75-.46-1.1-.73a26.77,26.77,0,0,1-2.35-1.87,8.32,8.32,0,0,1-1.41-1.77c-.6-1-1.14-2-1.64-3.07-.33-.69-.55-1.41-.82-2.12,0,0,0-.09,0-.12-1.26-1.9-.89-4.18-1.45-6.26a8.31,8.31,0,0,1,0-2.49c0-.52.19-1,.2-1.55a10,10,0,0,1,2.48-6.36A12.24,12.24,0,0,1,68,69.27c1.62-1.11,2.84-2.71,4.65-3.58.82-.4,1.48-1.12,2.31-1.49,2.09-.92,4.24-1.5,6.5-.48a2.11,2.11,0,0,0,1,.15,6.54,6.54,0,0,1,2.85.35,3.57,3.57,0,0,0,3.33-.32,9,9,0,0,1,4.08-1.67c.75,0,1.51,0,2.59,0' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M131.35,21.88a8.27,8.27,0,0,0-3.32.7,4.24,4.24,0,0,0-2.79,3.05c-.34,1.26.09,2.37.22,3.54a2.9,2.9,0,0,0,1,2.12c.26.19.71.4.94.3A5.3,5.3,0,0,0,129,30.51c.2-.2.14-.67.16-1a5,5,0,0,1,2.6-3.37,1.29,1.29,0,0,1,.48,0c.66.12,1.34.23,2,.4a1.42,1.42,0,0,1,1.2,1.89,4.16,4.16,0,0,1-2.74,3.39,3,3,0,0,0-.88.36,1,1,0,0,0-.37.67A2.8,2.8,0,0,0,133.34,35a3.9,3.9,0,0,0,4.31-2.3c.17-.53.49-1,.69-1.53.39-1,.87-2.1.39-3.15a36.66,36.66,0,0,0-2.25-4.74,1.51,1.51,0,0,0-1.37-.79,11.48,11.48,0,0,1-1.44-.1c-.78-.14-1.55-.33-2.32-.51m0-3.83c2.16.45,4.32.74,6.37,1.37a5.6,5.6,0,0,1,3.49,3.1c.18.4.45.77.66,1.15a8.3,8.3,0,0,1,.63,6.4c-.22.81-.42,1.62-.61,2.44A4.37,4.37,0,0,1,140.39,35a19.53,19.53,0,0,1-4,2.85A8.91,8.91,0,0,1,129,38a15,15,0,0,1-3.5-2.05,8.36,8.36,0,0,1-3.2-6c0-.59-.26-1.16-.36-1.75a3.36,3.36,0,0,1-.09-1.29c.61-2.39,1.41-4.73,3.43-6.31a14.56,14.56,0,0,1,3.35-1.79,21.32,21.32,0,0,1,2.77-.75' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M80.86,76.64c0-.29,0-.6-.15-.68a2.85,2.85,0,0,0-1.91-.32,2,2,0,0,0,2.06,1m-.29,4.14a3.75,3.75,0,0,1-2.88-.91c-.58-.48-1.22-.9-1.82-1.36a2,2,0,0,1-.58-2.77,22.32,22.32,0,0,1,1.79-2.68,3.25,3.25,0,0,1,3.32-1.23,7.76,7.76,0,0,1,4.39,2.55,2.76,2.76,0,0,1,.1,3.44c-.43.58-.87,1.15-1.34,1.7a3.2,3.2,0,0,1-3,1.26' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M79.68,87.34a26.48,26.48,0,0,1-2.81-.44,1.25,1.25,0,0,1-1-1.3c0-.78.43-1.28,1.21-1.1a13.56,13.56,0,0,0,3.92,0,2.57,2.57,0,0,1,.48,0c.78.1,1.43.67,1.43,1.23a1.76,1.76,0,0,1-1.39,1.44c-.6.06-1.2,0-1.8,0a.29.29,0,0,1,0,.09' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 88px;
    max-width: 88px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}

.instagram-images > *:hover:before {
	opacity: 1;
}

.instagram-images > *:after {
	background: black;
	z-index: 1;
}

.instagram-images > *:hover:after {
	opacity: 0.45;
}

@media only screen and (max-width: 1460px) {
	.instagram-images {
    	gap: 16px;
	}

	.instagram-images > * {
	    flex: 1 0 calc(25% - 12px);
	    max-width: calc(25% - 12px);
	}
}

@media only screen and (max-width: 1050px) {
	.instagram-images > *:before {
		max-width: 33%;
		max-height: 33%;
	}
}

@media only screen and (min-width: 681px) and (max-width: 768px) {
	.instagram-images > * {
	    flex: 1 0 calc(33.33% - 10.66666666666667px);
	    max-width: calc(33.33% - 10.66666666666667px);
	}

	.instagram-images > *:nth-child(4) {
		display: none;
	}
}

@media only screen and (max-width: 680px) {
	.instagram-images {
		justify-content: center;
	}

	.instagram-images > * {
	    flex: 1 0 calc(50% - 20px);
	    max-width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 360px) {
	.instagram-images > * {
	    flex: 1 0 100%;
	    max-width: calc(100% - 32px);
	    padding-left: 16px;
	    padding-right: 16px;
	    aspect-ratio: 1/1;
	}
}



/* Newsletter section
-------------------------------------------------------------- */
.newsletter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
}

.newsletter > :where(h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5) {
	width: 100%;
	max-width: 330px;
}

.newsletter .newsletter-form {
	flex: 1;
}

.newsletter .newsletter-form form {
	flex-direction: row;
	gap: 32px;
}

.newsletter .newsletter-form form input:not([type='submit']) {
	flex-grow: 1;
}

.newsletter .newsletter-form #mce-responses {
	flex: 1 0 100%;
	width: 100%;
	order: 3;
}



/* Content image
-------------------------------------------------------------- */
.content-image {
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    flex-direction: row;
    flex-wrap: wrap;
}

.content-image img {
    flex: 1 0 50%;
    max-width: 50%;
    object-fit: cover;
}

.content-image .content {
    flex: 1 0 calc(50% - 135px);
	white-space: normal;
    padding-top: 85px;
    padding-bottom: 150px;
    padding-left: 135px;
    padding-right: calc((100% - 1410px)/ 2);
    max-width: calc(calc(50% - 135px) - calc((100% - 1410px)/ 2));
}

.content-image.content-image-reverse {
	flex-direction: row-reverse;
}

.content br {
	display: block;
}

@media only screen and (min-width: 1701px) {
	.content-image.content-image-reverse .content {
		padding-left: 0;
		padding-right: 135px;
	}
}

@media only screen and (max-width: 1700px) {
	.content-image .content {
		flex: 1 0 calc(50% - 150px);
		padding-left: 75px;
		padding-right: 75px;
		max-width: calc(50% - 150px);
	}
}

@media only screen and (max-width: 1180px) {
	.content-image .content {
		flex: 1 0 calc(50% - 70px);
		max-width: calc(50% - 70px);
		padding: 35px;
	}
}

@media only screen and (max-width: 720px) {
	.content-image {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.content-image img {
		flex: 1 0 100%;
		max-width: 100%;
	    width: 100%;
		aspect-ratio: 5/3;
		align-items: flex-start;
		min-height: 70vh;
	}

	.content-image .content {
		flex: 1 0 calc(100% - 70px);
		max-width: calc(100% - 70px);
	}

	.content {
		padding-top: 30px!important;
	}

	.content p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 380px) {
	.content-image .content {
	    flex: 1 0 calc(100% - 32px);
	    max-width: calc(100% - 32px);
	    padding: 16px;
	}
}




/* Contact
-------------------------------------------------------------- */
.contact-section {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.contact-section .contact-intro {
	flex: 1 0 100%;
	width: 100%;
	text-align: center;
}

.contact-section .contact-intro img {
	padding-top: 53px;
	padding-bottom: 72px;
	max-height: 288px;
}

.contact-section .contact-content-map {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.contact-section .contact-content-map > * {
	flex: 1 0 50%;
	max-width: 50%;
	width: 100%;
}

.contact-section .contact-content-map .contact-content {
    max-width: calc(calc(1410px / 2) - 88px);
    margin-top: 88px;
    margin-left: auto;
    margin-right: 88px;
    margin-bottom: 88px;
}

.contact-section .contact-content-map .contact-content address {
    margin-top: 24px;
    margin-bottom: 48px;
    line-height: 28px;
}

.contact-section .contact-content-map .contact-content .contact-logo {
	max-width: 245px;
	margin-bottom: 75px;
}

.contact-section .contact-content-map .contact-content .btn {
	font-size: 12px;
	letter-spacing: 0;
	padding: 24px 42px;
	margin-bottom: 16px;
}

.contact-section .contact-content-map #gmap_canvas {
	min-height: 940px;
}

.contact-section:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20px;
    height: calc(100% - 20px);
    background: url('/cdn/shop/t/5/assets/boom.png');
    width: 225px;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 1530px;
    background-position: center bottom;
}

.contact-section .contact-intro img {
	object-fit: contain;
}

@media only screen and (max-width: 1870px) {
	.contact-section:before {
		width: 140px;
	}
}

@media only screen and (max-width: 1780px) {
	.contact-section:before {
		width: 100px;
	}
}

@media only screen and (max-width: 1690px) {
	.contact-section:before {
		left: 10px;
		width: 80px;
	}
}

@media only screen and (max-width: 1600px) {
	.contact-section:before {
		display: none;
	}
}

@media only screen and (max-width: 1340px) {
	.contact-section .contact-intro img {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    max-height: 188px;
	}
}

@media only screen and (min-width: 977px) and (max-width: 1460px) {
	.contact-section .contact-content-map .contact-content {
	    flex: 1 0 calc(50% - calc(var(--header-padding) * 2));
	    max-width: calc(50% - calc(var(--header-padding) * 2));
	    margin-left: var(--header-padding);
	    margin-right: var(--header-padding);
	}
}

@media only screen and (max-width: 976px) {
	.contact-section .contact-content-map > * {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.contact-section .contact-content-map #gmap_canvas {
	    aspect-ratio: 2/1;
    	min-height: unset;
    	order: -1;
	}

	.contact-section .contact-content-map .contact-content {
		max-width: calc(100% - calc(var(--header-padding) * 2));
		margin-left: var(--header-padding);
		margin-right: var(--header-padding);
	}
}

@media only screen and (max-width: 685px) {
	.contact-section .contact-content-map #gmap_canvas {
		aspect-ratio: 3/2;
	}

	.contact-content a.btn {
		width: initial;
	}

	.contact-content {
		display: flex;
		flex-direction: column;
	}

	.contact-section .contact-content-map .contact-content .contact-logo {
		margin-bottom:20px;
	}

	.contact-content hr {
		display: none;
	}

}

@media only screen and (max-width: 620px) {
	.contact-section .contact-intro img {
	    padding-top: 16px;
	    padding-bottom: 16px;
	    max-height: 150px;
	}
}

@media only screen and (max-width: 470px) {
	.contact-section .contact-content-map #gmap_canvas {
		aspect-ratio: 7/6;
	}
}




/* Search intro
-------------------------------------------------------------- */
.search-intro {
	margin: 36px 0 80px 0;
}

.search-intro h1 {
	line-height: 1.5;
}

.search-intro form.search-form {
	margin: 0 auto;
	max-width: 600px;
}

.search-intro form.search-form + p {
	margin-top: 12px;
}

.search-intro > p {
	margin: 20px auto;
	max-width: 600px;
	text-align: center;
}

.search-intro .search-form input.search-input {
	width: calc(100% - 51px);
}

@media only screen and (max-width: 1160px) {
	.search-intro .search-form input.search-input {
		width: calc(100% - 61px);
	}
}

.search-product-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
}

.search-product-container .filters {
	flex: 1 0 calc(25% - 17px);
    max-width: calc(25% - 17px);
}

.search-product-container .product-container {
	flex: 1 0 calc(75% - 17px);
    max-width: calc(75% - 17px);
}

.search-product-container #delete-filters {
	color: var(--color-medium-gray);
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
}

@media screen and (max-width: 900px) {
	.search-product-container {
		flex-direction: column;
	}

	.search-product-container > div {
		width: 100%;
		max-width: unset!important;
	}

	.search-product-container .filters .header {
		align-items: flex-start;
	}
}


/* Product items
-------------------------------------------------------------- */
.product-items {
	display: flex;
	flex-direction: row;
	gap: 34px;
	flex-wrap: wrap;
	text-align: center;
}

.product-items .product-item {
	position: relative;
	flex: 1 0 calc(33.33% - 22.66666666666667px);
	max-width: calc(33.33% - 22.66666666666667px);
	overflow: hidden;
}

.product-items.product-items-search .product-item,
.product-recommendations .product-items .product-item {
	flex: 1 0 calc(25% - 25.5px);
	max-width: calc(25% - 25.5px);
}

.product-recommendations .product-items .product-item .image {
    padding: 0;
}

.product-items .product-item .image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
	filter: brightness(0.97) sepia(0.05) contrast(0.95);
    aspect-ratio: 1/1;
}

.product-item img {
    flex: 1 0 calc(100% - 56px);
    aspect-ratio: 1/1;
    padding: 0 29px;
    object-fit: contain;
    width: 100%;
    max-width: calc(100% - 56px);
	pointer-events: none;
}

.product-item .sale {
    color: #CE4D09;
    font-size: var(--font-size-small);
    line-height: normal;
    padding: 2px 7px;
    background: #F9D0BA;
    border-radius: 19px;
    align-self:  center;
}

.product-item h4 {
	margin: 16px 0;
    padding: 0;
	text-align: center;
	font-size: var(--font-size-default);
	line-height: var(--line-height-default);
}

.product-item :is(.price, .price .compare),
.thema-collectie-product :is(.price, .price .compare) {
	line-height: 30px;
	padding-bottom: 28px;
}

.product-item .price {
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: center;
	line-height: var(--line-height-default);
	opacity: 1;
	transition: 0.2s ease opacity;
}

.product-item .price .compare,
.thema-collectie-product .price .compare {
	position: relative;
	color: #A9A9A9;
	line-height: 24px;
}

.product-item .price .compare:after,
.thema-collectie-product .price .compare:after {
	content: '';
    height: 2px;
    width: 100%;
    top: 40%;
    transform: translate(0, -50%);
    background: #A9A9A9;
    position: absolute;
    left: 0;
}

.product-item .sizes {
	position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    background: var(--color-white);
    left: 50%;
	transform: translate(-50%, 50px);
    transition: 0.2 ease all;
	width: 100%;
	min-height: 50px;
    align-items: center;
	transition: 0.2s ease all;
	flex-wrap: wrap;
}

.product-item .sizes a {
    font-size: var(--font-size-small);
    line-height: 22px;
    border: 1px solid var(--color-black);
    width: fit-content;
	cursor:pointer;
	height: unset;
	padding: 2px 6px;
}

.product-item .sizes .maat.unavailable {
	opacity: 0.3;
	cursor: not-allowed;
	position: relative;
	overflow: hidden;
}

.product-item .sizes .maat.unavailable:before {
    content: '';
    position: absolute;
    width: calc(100%*1.41);
    border-bottom: 1px solid #B4B4B4;
    transform: rotate(45deg);
    transform-origin: left;
    top: 0;
    left: 0;
}

.product-item:not(.product-item-no-sizes):hover .price {
	opacity: 0;
}

.product-item:hover .sizes,
.product-item:active .sizes,
.product-item:has(img:hover, img:active, img:focus) .sizes,
.product-item:focus .sizes {
	transform: translate(-50%, -68px);
}

.product-item:has(img:hover) .sizes

.product-item .sizes a:hover {
	background: black!important;
	color: var(--color-white)!important;
	transition: 0.2s ease all;
}
a.maat:hover,
a.maat:focus {
	background: black!important;
	color: var(--color-white)!important;
	transition: 0.2s ease all;
}

@media (any-hover:none) {
	.product-item:hover .sizes,
	.product-item:active .sizes,
	.product-item:hover:active .sizes {
		transform: translate(-50%, -68px);
	}
}

.product-item.product-item-sold-out img {
	opacity: 0.5;
}

.product-item.product-item-sold-out .image {
	position: relative;
}

.product-item.product-item-sold-out .image:before {
    content: attr(data-uitverkocht);
    background: black;
    color: white;
    line-height: 44px;
    padding: 0 16px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.product-items.product-items-search.product-item-search-no-pagination {
	margin-bottom: 65px;
}

@media only screen and (max-width: 1420px) {
	.product-items.product-items-search .product-item,
	.product-recommendations .product-items .product-item {
		flex: 1 0 calc(33.33% - 22.66666666666667px);
		max-width: calc(33.33% - 22.66666666666667px);
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1420px) {
	.product-recommendations .product-items .product-item {
		flex: 1 0 calc(25% - 25.5px);
		max-width: calc(25% - 25.5px);
	}
}

@media only screen and (max-width: 1180px) {
	.product-items .product-item {
	    flex: 1 0 calc(50% - 17px);
    	max-width: calc(50% - 17px);
	}

	.filterset input + label {
		font-size: var(--font-size-small);
		line-height: var(--line-height-small);
	}
}

@media only screen and (max-width: 980px) {
	.product-items {
		gap: 16px;
	}

	.product-items.product-items-search .product-item,
	.product-recommendations .product-items .product-item {
		flex: 1 0 calc(33.33% - 10.66666666666667px);
		max-width: calc(33.33% - 10.66666666666667px);
	}

	.product-items .product-item {
	    flex: 1 0 calc(50% - 8px);
    	max-width: calc(50% - 8px);
	}
}

@media only screen and (max-width: 750px) {
	.product-item img {
		flex: 1 0 calc(100% - 32px);
		padding: 0 16px;
		width: 100%;
   		max-width: calc(100% - 32px);
	}
}

@media only screen and (max-width: 680px) {
	:is(.product-items, .product-items.product-items-search) .product-item {
		flex: 1 0 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
}

@media only screen and (min-width: 680px) and (max-width: 999px) {
	.product-recommendations .product-items > .product-item:not(:nth-child(-n+3)) {
		display: none;
	}
}

@media only screen and (min-width: 500px) and (max-width: 680px) {
	.product-item :is(h4, .price) {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	:is(.product-items, .product-items.product-items-search) .product-item {
		flex: 1 0 100%;
		max-width: 100%;
	}
}



/* Pagination
-------------------------------------------------------------- */
.pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 70px;
    margin-bottom: 32px;
	list-style:none;
}

.pagination li {
    color: var(--color-black);
    text-decoration: none;
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    transition: 0.2s ease all;
}

.pagination li a.pagination__item--current {
	color: var(--color-href-color);
}

.pagination :is(.prev, .next) {
	position: relative;
	border: 1px solid #000000;
	height: 54px;
	width: 54px;
	display: flex;
    transition: 0.2s ease background-color;
}

.pagination :is(.prev, .next) img {
	margin: auto;
}

.pagination :is(.prev, .next) a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pagination .prev:hover,
.pagination .next:hover {
	background-color: var(--color-light-gray);
}

/* .pagination .prev {
    background-image: url('/cdn/shop/t/5/assets/arrow-left.png');
}

.pagination .next {
    background-image: url('/cdn/shop/t/5/assets/arrow-right.png');
} */

.pagination :is(.prev *, .next *) {
	font-size: 0;
}

@media only screen and (max-width: 780px) {
	.pagination :is(.prev, .next) {
		height: 44px;
		width: 44px;
	}
}



/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb {
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 38px;
	line-height:normal;
}

.breadcrumb > a,
.breadcrumb > span {
	font-size: 12px;
	letter-spacing: -1.5px;
	line-height: 18px;
}

@media screen and (max-width: 900px) {
	.breadcrumb > a,
	.breadcrumb > span {
		font-size: 11px;
	}
}



/* Collection
-------------------------------------------------------------- */
.collection {
	margin-bottom: 85px;
	margin-top:  20px;
}

.collection h1 {
	margin-bottom: 35px;
}

.collection .collection-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
}

.collection-wrapper .filters {
    flex: 1 0 calc(25% - 17px);
    max-width: calc(25% - 17px);
}

.collection-wrapper .products {
    flex: 1 0 calc(75% - 17px);
    max-width: calc(75% - 17px);
	position: relative;
	padding-top: 32px;
}

.products .total-products,
.collection-wrapper #delete-filters {
	color: var(--color-medium-gray);
	font-size: var(--font-size-small);
	line-height: var(--line-height-small);
}

.products .no-availability {
	line-height: normal;
    color: var(--color-medium-gray);
    text-align: center;
    margin: 5%;
    padding: 80px 50px;
    border: 2px var(--color-medium-gray) dashed;
	font-size: 20px;
}

#delete-filters {
    text-underline-offset: 6px;
	text-decoration: underline;
}

.collection-wrapper .total-products {
	display: block;
	text-align: right;
	margin-bottom: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

.filter-form input[type='submit'] {
	margin-top: 8px;
}

.filters .header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
	margin-bottom: 46px;
}

.filters .header > span {
	font-size: 14px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAUCAMAAABGQsb1AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAj1QTFRFAAAAdXV1TExMRERERUVFWFhYi4uLWFhYOTk5JycnICAgIiIiISEhNDQ0SkpKYmJiLi4uKioqPDw8Tk5OSUlJLCwsMTExYGBgmZmZn5+feXl5enp6gICAiIiIYmJiNDQ0Li4uVVVVqqqqV1dXJSUlQUFBSEhIRkZGPDw8Nzc3NTU1MTExMTExMDAwLy8vQ0NDc3NzTExMPj4+NjY2LS0tIyMjTk5OLCwsOjo6a2trMTExNzc3SEhIJCQkKioqKysrMDAwRkZGOzs7LS0tLi4uLy8vNDQ0KioqTExMU1NTSUlJODg4Li4uQkJCPT09Pj4+Q0NDXl5eYGBgbm5ugICAg4ODgICAVVVVYGBgY2NjeXl5ODg4LCwsTk5OVVVVOTk5KCgoJiYmOTk5UVFRaGhoPT09Ozs7QEBAZWVlj4+PfX19kpKSTU1NNzc3Ozs7T09PSkpKJycnLy8vNTU1Li4uKysrTExMoqKibm5uKioqNjY2X19fYGBgNzc3NDQ0UFBQRUVFOzs7Ozs7QkJCTExMR0dHSkpKTk5OTU1NQ0NDQkJCPj4+Ozs7OTk5MzMzMjIyKSkpdnZ2Nzc3gICAKSkpJiYmhoaGKysrKysrLy8vLy8vLy8vLCwsRUVFUFBQXFxcNjY2LCwsQkJCREREVVVVdXV1WlpaW1tbVlZWSEhIQkJCQUFBU1NTbm5uUlJSKSkpLS0tLS0tJCQkSEhIRUVFMDAwLCwsRUVFYGBgjo6OSUlJPT09Pj4+Pz8/c3NzuL/w1AAAAL90Uk5TADuQopx/CzGv/////9s3IuH6yaOx8uAYBQgVFwweRrHgOQMs/5RqjrTBytHU4eOwFL3p/v//bP/XH/iPqf/////Hw/Hw38v4b0d30+iDaGdmT0o6JiECHiUkE8rvPifI/v/CP0KbnJhEGT8HTNK5RFr879fs8jYLM9irIyDEuVyRtbexV3B1pqnR2ur1+v///xxBFOA2E9/36tfM1oIwJMLppXtXMEpwWTw2MyseH/zu8P1YTvT0iQgSiKChmSh9Lc02AAABK0lEQVQoz3WRvyvEARiHn8fd+VFKiTpGxiuSpETpJou6lJOUyaLIKV2S/0Dyo8RyFmWQWCxGyWKQSMpgch2DhSzSl+FOHb6e5e19P71vn0+vlFDVd35gsVSpGkR8CVHr/IipvtX6BBBXwQchHtPnBr2n1UKz34DaoXqT8Byg+7r8bpvRmkuA23aA3oviuLOQ71K8M6l69tmnehIkVUv+2SPaqO6OHZ7a9Bgw5E6I53HdgxHNheZlQnULwtUyJnXjP3XKq5brHtcAqPglZmLbnfX925XZv7tN47qWcSnr8lwpVbrNMhbj0zOwPl8RAF1R+syW7+dngAgBkEhFiZiA6gL5FdUMOWdXZVP3h5V0yu/fj74fvE4mFnRs18GwREeOBLCvA6F5j1VNFpsvi/tDPwxjFfEAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left;
    padding-left: 32px;
	background-color: white;
}

.filters .header * {
	line-height: var(--line-height-default);
}

.filters form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    line-height: var(--line-height-default);
	overflow: hidden;
}

.filters summary {
	list-style: none;
}

.filters summary::-webkit-details-marker {
	display: none;
}

.filter-toggles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    line-height: var(--line-height-default);
}

.filter-toggles * {
	font-size: 14px;
}

.filter-toggles .filter > .filter-title {
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-toggles .filter > .filter-title:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 22px;
    line-height: 1.3;
}

.filter-toggles .filter.active > .filter-title:after {
    content: '-';
}

.filter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
	width: 100%;
}

.filterset {
	display: none;
	width: 100%;
}

.filter > div input {
	display: none;
}

.filterset input + label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	width: 100%;
	display: block;
	width: calc(100% - 32px);
}

.filterset input[type='checkbox'] + label:before,
.filterset input[type='radio'] + label:before {
	content: '';
	position: absolute;
    top: 50%;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid var(--color-black);
    transform: translate(0, -50%);
}

.filterset input[type='checkbox']:checked + label:after,
.filterset input[type='radio']:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    height: 16px;
    width: 16px;
    background: var(--color-black);
    transform: translate(0, -50%);
}

.filterset input[type='radio'] + label:before,
.filterset input[type='radio']:checked + label:after {
	border-radius: 100%;
}

.filterset > div {
	padding: 8px 0px;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.filterset input[type='checkbox']:disabled + label,
.filterset input[type='radio']:disabled + label {
	cursor: default;
	color: var(--color-light-gray);
}

.filterset input[type='checkbox']:disabled + label:before,
.filterset input[type='radio']:disabled + label:before {
    background: var(--color-light-gray);
    border-color: var(--color-light-gray);
}

.filter > div .filter-group-display__price-range input {
	display: block;
}

.filter .filter-group-display__price-range {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.filter .filter-group-display__price-range :is(.filter-group-display__price-range-from, .filter-group-display__price-range-to) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.filter .filter-group-display__price-range input[type='number'] {
	padding: 8px 26px 8px 16px;
	width: 100%;
}

.filter .filter-group-display__price-range input + label {
	padding-left: 0;
}

.filters #close-filter-popup {
	display: none;
}

.filters .popup-title {
	display: none;
}

@media only screen and (max-width: 980px) {
	.collection .collection-wrapper {
		flex-direction: column;
	}

	.collection .collection-wrapper :is(.filters, .products) {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.filters .header {
		position: fixed;
		bottom: 20px;
		z-index: 20;
		width: 100%;
		background-color: transparent;
		left: 0;
	}

	.filters:not(.active) form {
		height: 0;
		transition: 250ms ease transform;
		transform: translateY(-10px);
		z-index: -1;
	}
	.filters.active form {
		height: 60vh;
		transition: 250ms ease transform;
		transform: translateY(0);
		position: fixed;
		background-color: white;
		z-index: 100;
		padding: 20px;
		box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
		overflow: scroll;
		flex-wrap: nowrap;

		left: 0;
		width: calc(100% - 40px);
		bottom: 0;
		border-radius: 24px 24px 0 0;
		padding-top: 80px;
	}
	.filters.active form:before {
		content: 'Filters';
		position: absolute;
		left: 16px;
		top: 24px;
		font-weight: 800;
		border-bottom: 1px solid rgb(0 0 0 /12%);
		padding-bottom: 8px;
		width: calc(100% - 32px);
	}
	.filters.active form input[type="submit"] {
		position: sticky;
		bottom: 0px;
		width: 100%;
	}
	.filters.active form input[type="submit"]:before {
		content: '';
		position: absolute;
		width: 100%;
		background-color: white;
	}
	.filters .header {
		flex-direction: column;
		margin-bottom: 0px;
		margin-top: -16px
	}
	.filters .header > span {
		background-color: white;
		padding: 12px 48px;
		border-radius: 26px;
		padding-left: 68px;
		background-position: 14px center;
		cursor: pointer;
		filter: invert(1);
	}
	.filters .header #delete-filters {
		display: none!important;
	}

	.filters:not(.active) .header > a {
		transform: translateX(400px);
		transition: 250ms ease transform;
		opacity: 0;
		height: 0;
	}
	.filters.active .header > a {
		transform: translateX(0px);
		transition: 250ms ease transform;
	}

	.filters #close-filters-popup {
		display: block;
		position: absolute;
		right: 16px;
		top: 24px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTYuNCAxOUw1IDE3LjZsNS42LTUuNkw1IDYuNEw2LjQgNWw1LjYgNS42TDE3LjYgNUwxOSA2LjRMMTMuNCAxMmw1LjYgNS42bC0xLjQgMS40bC01LjYtNS42TDYuNCAxOVoiLz48L3N2Zz4=');
		background-size: contain;
		background-position: center;
	}
}

@media only screen and (min-width: 850px) and (max-width: 980px) {
	.collection .collection-wrapper .product-items .product-item {
		flex: 1 0 calc(33.33% - 10.66666666666667px);
		max-width: calc(33.33% - 10.66666666666667px);
	}
}

@media only screen and (max-width: 360px) {
	.filters .header {
		flex-direction: column;
	    gap: 8px;
	    margin-bottom: 30px;
	    align-items: center;
	}
}



/* Product single
-------------------------------------------------------------- */
.product-page-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 130px;
}

.product-page-content .product-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 26px;
	flex: 1 0 calc(100% - 600px);
	max-width: calc(100% - 600px);
}

.product-page-content .product-images > div:not(.slick-list) {
	flex: 1 0 calc(50% - 13px);
    max-width: calc(50% - 13px);
	height: 600px;
}

.product-page-content .product-images img {
    flex: 1 0 calc(50% - 13px);
/*     max-width: calc(50% - 13px); */
    object-fit: contain;
    aspect-ratio: 450/573;
    margin-bottom: auto;
    height: 100%;
	max-height: 590px;
}

.product-page-content .product-images video {
	height: 100%;
	width: 100%;
	object-fit:cover;
	max-height: 590px;
}

.product-page-content .product-info {
	flex: 1;
	font-size: 14px;
	line-height: 24px;
}

.product-page-content .product-info .add-to-cart-form {
    max-width: 250px;
    width: 100%;
}

.product-page-content .product-info .btn-order {
	cursor: pointer;
	width: 100%;
    text-align: center;
    max-width: 250px;
}

.product-page-content .product-info .usps {
	padding: 12px 0 8px 0;
	list-style-type: none;
}
.product-page-content .product-info .usps li {
	padding-left: 38px;
	position: relative;
}
.product-page-content .product-info .usps li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 28px;
	height: 28px;
	top: calc(50% - 14px);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTEwLjYgMTMuOGwtMi4xNS0yLjE1cS0uMjc1LS4yNzUtLjctLjI3NXQtLjcuMjc1cS0uMjc1LjI3NS0uMjc1Ljd0LjI3NS43TDkuOSAxNS45cS4zLjMuNy4zdC43LS4zbDUuNjUtNS42NXEuMjc1LS4yNzUuMjc1LS43dC0uMjc1LS43cS0uMjc1LS4yNzUtLjctLjI3NXQtLjcuMjc1TDEwLjYgMTMuOFpNMTIgMjJxLTIuMDc1IDAtMy45LS43ODh0LTMuMTc1LTIuMTM3cS0xLjM1LTEuMzUtMi4xMzctMy4xNzVUMiAxMnEwLTIuMDc1Ljc4OC0zLjl0Mi4xMzctMy4xNzVxMS4zNS0xLjM1IDMuMTc1LTIuMTM3VDEyIDJxMi4wNzUgMCAzLjkuNzg4dDMuMTc1IDIuMTM3cTEuMzUgMS4zNSAyLjEzOCAzLjE3NVQyMiAxMnEwIDIuMDc1LS43ODggMy45dC0yLjEzNyAzLjE3NXEtMS4zNSAxLjM1LTMuMTc1IDIuMTM4VDEyIDIyWiIvPjwvc3ZnPg==');
	background-position: center;
	background-size: contain;
}

.product-page-content .product-info .btn-order.unavailable {
	cursor: not-allowed;
	opacity: 0.6;
}

.product-page-content .product-info .single-product-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 28px;
    align-items: flex-start;
}

.product-page-content .product-info .single-product-nav .voorraad.unavailable .is-available {
	display: none;
}

.product-page-content .product-info :where(p, .option, .option *, span:not(.final)) {
	font-size: 14px;
	line-height: 24px;
	position:relative;
}

.product-page-content .product-info .option {
	margin-bottom: 24px;
}

.product-info .option span {
	font-size: var(--font-size-default);
	line-height: var(--line-height-default);
}

.product-info :is(.colors, .sizes) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 8px;
}

.product-info .sizes {
    gap: 8px;
}

.product-info .sizes .maat {
	height: 38px;
	width: fit-content;
	line-height: 40px;
	color: var(--color-black);
	border: 1px solid var(--color-dark-gray);
	text-align: center;
	font-size: var(--font-size-default);
	cursor: pointer;
	padding: 0px 8px;
}

.product-info .sizes .active {
	background: var(--color-black);
	color: var(--color-white);
	border-color: var(--color-black);
}

.product-info .sizes .unavailable {
	position: relative;
	border-color: #B4B4B4;
	color: #B4B4B4;
	cursor: not-allowed;
	overflow: hidden;
}

.product-info .sizes .unavailable:before {
    content: '';
    position: absolute;
    width: calc(100%*1.41);
    border-bottom: 1px solid #B4B4B4;
    transform: rotate(35deg);
    transform-origin: left;
    top: 0;
    left: 0;
}

.product-info .sizes :not(.active, .unavailable):hover {
	transition: 0.2s ease all;
	background: var(--color-light-gray);
}

.product-info .colors {
    gap: 14px;
}

.product-info .colors .color.unavailable {
	opacity: 0.3;
}

.product-info .colors .color span {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid var(--color-dark-gray);
}

.product-info .colors .color.active span {
    width: 22px;
    height: 22px;
    border: 2px solid var(--color-black);
}

.product-info .price {
	font-size: 18px;
	letter-spacing: 0;
	color: var(--color-dark-gray);
	line-height: 1;
}

.product-item .price .compare,
.thema-collectie-product .price .compare {
	position: relative;
	color: var(--color-medium-gray);
	font-size: 12px;
	padding-top: 7px;
}

.product-info .price .compare:before {
    content: '';
    background: var(--color-medium-gray);
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}

.product-info hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE
}

.product-info .description {
	font-size: 14px;
	line-height: 1.714285714285714;
	margin-top: 45px;
	margin-bottom: 38px;
}

@media (min-width: 400px) and (max-width: 780px) {
	.product-info .h3 {
	  font-size: 16px;
	  letter-spacing: -1px;
	}
	.product-info .sizes .maat {
	  flex-shrink: 1;
	  flex-grow: 0;
	  font-size: 10px;
	}
	.product-info .sizes {
	  width: 100%;
	}
	.product-page-content .option.maten {
	  width: 100%;
	}
  
	.product-page-content .product-info .usps li {
	  font-size: 11px;
	}
	.product-info .description p {
	  font-size: 11px;
	}
	.product-info .item-information p,
	.product-info .item-information a {
	  font-size: 11px;
	}
	.product-info .folding-information .item .item-title {
	  font-size: 14px;
	}
}
@media screen and (max-width: 399px) {
	.product-info .h3 {
	  font-size: 14px;
	  letter-spacing: -1px;
	}
	.product-info .sizes .maat {
	  flex-shrink: 1;
	  flex-grow: 0;
	  font-size: 10px;
	}
	.product-info .sizes {
	  width: 100%;
	}
	.product-page-content .option.maten {
	  width: 100%;
	}
	.product-page-content .product-info .usps li {
	  font-size: 11px;
	}
	.product-info .description p {
	  font-size: 11px;
	}
	.product-info .item-information p,
	.product-info .item-information a {
	  font-size: 11px;
	}
	.product-info .folding-information .item .item-title {
	  font-size: 13px;
	}
}

.voorraad.available .not-available,
.voorraad.not-available .is-available,
.voorraad.none-selected .not-available,
.voorraad.none-selected .is-available {
	display:none;
}

.voorraad .none-is-selected {
	display: none;
	color: red;
}
.voorraad .none-is-selected.active {
	display: block;
}

.single-product-nav:has(.none-is-selected.active) button.btn-order {
	opacity: 0.6;
	cursor: not-allowed;
}

.single-product-nav .addtocart {
	display: flex;
	gap: 14px;
	width: 100%;
	align-items: center;
}

@media screen and (max-width: 920px) {
	.single-product-nav .addtocart {
		flex-direction: row;
		gap: 28px;
	}
}

.single-product-nav .addtocart.available > button.btn-order.unavailable,
.single-product-nav .addtocart:not(.available) > form {
	display:none;
}

.folding-information {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.folding-information .item {
	border-top: 2px solid #EAEAEA;
	padding: 28px 0;
}

/*.folding-information > .item:last-child {
	border-bottom: 2px solid #EAEAEA;
}*/

.folding-information .item .item-title {
	position: relative;
	cursor: pointer;
	font-size: var(--font-size-default);
	padding-right: 55px;
}

.folding-information .item .item-title:after {
    content: '';
    position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='42.000000pt' height='39.000000pt' viewBox='0 0 42.000000 39.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,39.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M12 378 c-7 -7 -12 -22 -12 -35 0 -32 55 -138 129 -250 47 -73 66 -93 84 -93 37 0 66 28 97 93 16 34 40 82 54 107 47 86 58 115 54 145 -3 27 -7 30 -38 30 -39 0 -37 3 -116 -170 l-45 -99 -50 84 c-27 47 -54 101 -60 120 -21 65 -68 97 -97 68z'/%3E%3C/g%3E%3C/svg%3E");
    top: 50%;
    right: 20px;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

.folding-information .item.active .item-title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='42.000000pt' height='39.000000pt' viewBox='0 0 42.000000 39.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,39.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M162 374 c-12 -8 -36 -43 -52 -77 -16 -34 -40 -82 -54 -107 -47 -86 -58 -115 -54 -145 3 -27 7 -30 38 -30 39 0 37 -3 116 170 l45 99 50 -84 c27 -47 54 -101 60 -120 14 -42 46 -80 69 -80 23 0 40 20 40 47 0 32 -55 138 -129 251 -65 98 -82 109 -129 76z'/%3E%3C/g%3E%3C/svg%3E");
}

.folding-information .item.share .item-title:after {
	height: 100%;
	max-height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='33.000000pt' height='45.000000pt' viewBox='0 0 33.000000 45.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,45.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M132 407 c-38 -39 -45 -73 -8 -38 21 19 24 20 30 6 3 -9 6 -61 6 -116 0 -59 4 -99 10 -99 6 0 10 43 10 110 0 109 5 125 30 95 9 -11 16 -13 24 -5 7 7 0 21 -24 45 -19 19 -37 35 -40 35 -3 0 -20 -15 -38 -33z'/%3E%3Cpath d='M14 307 c-2 -7 -3 -76 -2 -152 l3 -140 149 -3 c113 -2 151 1 158 10 13 21 10 272 -4 286 -18 18 -98 16 -98 -3 0 -11 11 -15 40 -15 l41 0 -3 -127 -3 -128 -130 0 -130 0 -3 127 -3 127 42 3 c24 2 44 9 47 16 5 17 -97 17 -104 -1z'/%3E%3C/g%3E%3C/svg%3E");
}

.folding-information .item .item-information {
	display: none;
	margin-top: 8px;
}

.folding-information .item .item-information > *:last-child {
	margin-bottom: 0;
}

.folding-information .item:hover {
	color: currentColor;
}

.is-available {
	position: relative;
	color: var(--color-available-green);
	padding-left: 24px;
}

.is-available:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: var(--color-available-green);
    border-radius: 100%;
    color: var(--color-white);
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    transform: translate(0, -50%);
}

.not-available {
	color: var(--color-picker-red);
}

@media only screen and (max-width: 1280px) {
	.product-page-content .product-images {
	    flex: 1 0 calc(100% - 477px);
    	max-width: calc(100% - 477px);
	}
}

@media only screen and (max-width: 980px) {
	.product-page-content :is(.product-images, .product-info) {
		flex: 1 0 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 850px) {
	.product-page-content {
		flex-direction: column;
	}

	.product-page-content :is(.product-images, .product-info) {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.product-images .slick-slide {
		height: 50vh;
	}

	.product-images .slick-slide img,
	.product-images .slick-slide video {
		object-position: center center;
		width: auto;
	}
}

.size-table-modal-container {
    height: 0px;
    width: 0px;
    opacity: 0;
    position: fixed;
    top: 100%;
    left: 50%;
    z-index: 100;
    overflow-y: hidden;
    cursor: pointer;
    transition: 200ms ease all;
  }

  .size-table-modal-container.active {
    display: flex;
    transition: 200ms ease all;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }

  .size-table-modal-container.active .size-table-modal {
    transform: translateY(0px);
    transition: 300ms ease all;
  }

  .size-table-modal {
    margin: auto;
    background-color: white;
    border-radius: 4px;
    box-shadow: 1px 1px 32px rgb(0 0 0 / 25%);
    padding: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
    cursor: default;
    min-height: 400px;
    transform: translateY(100vh);
  }

  @media screen and (max-width: 776px) {
    .size-table-modal {
      margin: 20px;
      padding: 20px;
      height: fit-content;
    }
  }

  .size-table-modal img {
    object-fit: contain;
    object-position: ;
  }

  .size-table-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
  }

  .size-table-modal .close {
    width: 15px;
    height: 15px;
    background-color: black;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }

  body:has(.main .size-table-modal-container.active) {
    overflow:hidden;
  }

  .product-info .option span.size-table {
    font-size: 10px;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
    cursor: pointer;
    margin-top: 5px;
  }

  .maat-title-row {
    justify-content: space-between;
    display: flex;
    column-gap: 20px;
  }

  .option.maten {
    width: fit-content;
  }

  .product .add-to-wishlist.icon-favorite {
	width: 36px;
	height: 36px;
	background-color: transparent;
	border: none;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }
  .product .add-to-wishlist.icon-favorite.active {
	filter: invert(72%) sepia(43%) saturate(1538%) hue-rotate(309deg) brightness(100%) contrast(96%);
  }


/* Recommended products
-------------------------------------------------------------- */
.product-recommendations {
	margin-bottom: var(--section-spacing-y);
}

.product-recommendations .product-items {
	justify-content: center;
}

.product-recommendations > :is(h1, h2, h3, h4, h5) {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1320px) {
	.product-recommendations > :is(h1, h2, h3, h4, h5) {
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.product-recommendations > :is(h1, h2, h3, h4, h5) {
		margin-bottom: 16px;
	}
}




/* Winkelwagen
-------------------------------------------------------------- */
.template-cart #MainContent {
	margin-top: var(--section-spacing-y);
	margin-bottom: var(--section-spacing-y);
}

.checkout-form .cart-table-product-remove svg {
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.checkout-form img {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 82px;
    max-width: 82px;
    padding: 5px;
}

.checkout-form tbody * {
	font-size: var(--font-size-small);
}

.checkout-form tbody *:hover {
	color: currentColor;
}

.checkout-form tbody p {
	margin-bottom: 0;
}

.checkout-form tr td {
	border-top: 1px solid var(--color-border-gray);
}
.checkout-form td {
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align: middle;
}

.checkout-form .product-img a {
	display: inline-block;
}

.checkout-form .product-aantal input {
	max-width: 50px;
}

.checkout-form .product-subtotaal span {
	color: var(--color-dark-gray);
	font-size: var(--font-size-small);
	padding-left: 6px;
}

.checkout-form .cart-total h4 {
	font-size: 18px;
	text-transform: uppercase;
}

.checkout-form .cart-total {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	margin-top: 60px;
	max-width: 568px;
	width: 100%;
	margin-left: auto;
}

.cart-total .cart-table {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.cart-total .cart-table div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 14px;
	justify-content: space-between;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FAF8F5;
	line-height: 56px;
}

.cart-total .cart-table .cart-table-total {
	background-color: var(--color-light-gray);
}

.cart-total input[type='submit'] {
	text-transform: uppercase;
	align-self: flex-end;
	padding-left: 32px;
	padding-right: 32px;
}

@media only screen and (min-width: 1065px) {
	.checkout-form tbody tr:last-child > td {
		border-bottom: 1px solid var(--color-border-gray);
	}
}





/* Table
-------------------------------------------------------------- */
.responsive-table thead {
	font-size: 10px;
	line-height: var(--line-height-small);
	text-transform: uppercase;
	text-align: right;
}

.responsive-table tbody:before {
    content: "@";
    display: block;
    line-height: 26px;
    text-indent: -99999px;
}

@media only screen and (max-width: 1065px) {
	.responsive-table tbody .responsive-table-row {
		display: grid;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	    border-top: 1px solid var(--color-border-gray);
	}

	.responsive-table thead {
		display: none;
	}

	.responsive-table tbody td {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.responsive-table tbody td.product-prijs-single {
		color: var(--color-dark-gray);
	}

	.responsive-table tbody .responsive-table-row:last-child {
	    border-bottom: 1px solid var(--color-border-gray);
	    padding-bottom: 16px;
	}

	.responsive-table tbody .responsive-table-row:not(:last-child) {
		margin-bottom: 16px;
	}

	.checkout-form tr td {
		border: unset;
		border-bottom: unset;
	}

	.responsive-table tbody tr.responsive-table-row {
		position: relative;
	}

	.responsive-table tbody td.product-aantal > input {
		padding: 16px 28px;
	}

	.responsive-table tbody td > div.cart-table-product-remove {
		position: absolute;
		top: 50%;
		right: 5%;
	}

	.responsive-table tbody td.product-img {
		min-width: 30vw;
	}

	.responsive-table tbody td.product-img img {
		filter: brightness(0.97) sepia(0.10) contrast(0.95);
		border-radius: 12px;
	}
}

@media only screen and (min-width: 390px) and (max-width: 1065px) {
	.responsive-table tbody .responsive-table-row {
		display: grid;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.responsive-table tbody .responsive-table-row .cart-table-product-remove {
		width: fit-content;
	}

	.responsive-table tbody .responsive-table-row > td:first-child {
		grid-area: 1 / 1 / 2 / 5;
		padding-bottom: 0;
	}

	.responsive-table tbody .responsive-table-row > td.product-img {
		grid-area: 2 / 1 / 6 / 2;
	}

	.responsive-table tbody .responsive-table-row > td:nth-child(3) {
		grid-area: 2 / 2 / 3 / 5;
	}

	.responsive-table tbody .responsive-table-row > td:nth-child(4) {
		grid-area: 3 / 2 / 4 / 5;
	}

	.responsive-table tbody .responsive-table-row > td:nth-child(5) {
		grid-area: 4 / 2 / 5 / 5;
	}

	.responsive-table tbody .responsive-table-row > td:nth-child(6) {
		grid-area: 5 / 2 / 6 / 5;
	}
}

@media only screen and (max-width: 390px) {
	.responsive-table tbody .responsive-table-row {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	}

	form input {
		padding: 16px;
	}
}



/* Default content page
-------------------------------------------------------------- */
.default-content-page {
	margin: var(--section-spacing-y) auto;
	font-size: var(--font-size-default);
	line-height: var(--line-height-default);
}

.content-page-single-column {
	max-width: 960px;
}



/* Footer
-------------------------------------------------------------- */
footer {
	background: var(--color-light-gray);
}

footer *:not(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5) {
	font-size: var(--font-size-small);
	line-height: 1.75;
}

.social-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
	padding-top: 67px;
	padding-bottom: 90px;
}

.social-footer a {
	display: flex;
	align-items: center;
	background: #DEDAD7;
	border-radius: 16px;
	padding: 25px 32px;
	min-width: 220px;
	min-height: 40px;
	transition: 0.2s ease background;
	color: var(--color-black);
}

.social-footer a:hover {
	background: var(--color-white);
	color: var(--color-black);
}

.social-footer img {
	max-height: 40px;
	padding-right: 12px;
}

.footer-content {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 140px;
    padding-top: 70px;
    padding-bottom: 70px;
	border-top: 2px solid var(--color-border-gray);
}

.footer-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background: var(--color-border-gray);
    height: 2px;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.footer-content a {
	transition: 0.2s ease all;
}

.footer-content a:hover {
	color: var(--color-href-color);
}

.footer-content img {
	object-fit: contain;
	max-width: 344px;
}

.footer-content nav {
	text-transform: uppercase;
}

.footer-content nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 14px;
}

.footer-content > div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 300px;
	flex-grow: 1;
}

.footer-content > div * {
	margin-bottom: 0;
}

.sub-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.sub-footer :is(ul, .betaalmethodes) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-footer ul {
    gap: 40px;
}

.sub-footer ul,
.sub-footer > p {
	text-transform: uppercase;
}

.sub-footer .betaalmethodes {
	gap: 16px;
	margin-left: auto;
}

.sub-footer .betaalmethodes img {
	max-width: 375px;
}

.sub-footer * {
	margin-bottom: 0;
}

.sub-footer nav a {
    text-underline-offset: 6px;
    text-decoration: underline;
}

@media only screen and (max-width: 1420px) {
	.sub-footer {
	    flex-wrap: wrap;
    	justify-content: center;
	    gap: 16px 32px;
	    padding-top: 32px;
	    padding-bottom: 16px;
	}

	.sub-footer .betaalmethodes {
	    flex: 1 0 100%;
	    width: 100%;
	    justify-content: center;
	}
}

@media only screen and (max-width: 1340px) {
	.footer-content,
	.sub-footer :is(ul, .betaalmethodes) {
		gap: 32px;
	}
}

@media only screen and (max-width: 1080px) {
	.footer-content img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 840px) {
	.social-footer, .footer-content {
		padding-top: 32px;
		padding-bottom: 32px;
		justify-content: center;
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
	.social-footer {
		gap: 16px;
	}

	.sub-footer,
	.sub-footer .betaalmethodes {
		flex-direction: column;
		gap: 16px;
    	padding-top: 32px;
	}

	.social-footer a {
		padding: 18px 24px;
	}
}

@media only screen and (max-width: 640px) {
	.sub-footer .betaalmethodes {
		flex-direction: column;
	    gap: 0;
    	padding-top: 32px;
	}

	.sub-footer nav ul {
		flex-direction: column !important;
		gap: 16px !important;
	}
}

@media only screen and (max-width: 470px) {
	.sub-footer {
		padding-bottom: 32px;
	}

	.sub-footer .betaalmethodes {
		max-width: 90vw;
		margin: 0 auto;
	}

	.sub-footer .betaalmethodes img {
		width: 100%;
	}
}



/* Color picker
-------------------------------------------------------------- */
.colors .color {
	position: relative;
}

.colors .color span:before {
    content: '';
    position: absolute;
    height: calc(100% - 9px);
    width: calc(100% - 9px);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.colors .color span[data-color-name="Zwart"]:before,
.colors .color span[data-color-name="Black"]:before {
	background: var(--color-picker-black);
}

.colors .color span[data-color-name="Wit"]:before,
.colors .color span[data-color-name="White"]:before {
	background: var(--color-picker-white);
}

.colors .color span[data-color-name="Off-white"]:before {
	background: var(--color-picker-off-white);
}

.colors .color span[data-color-name="Groen"]:before,
.colors .color span[data-color-name="Green"]:before {
	background: var(--color-picker-green);
}

.colors .color span[data-color-name="Ecru"]:before {
	background: var(--color-picker-ecru);
}

.colors .color span[data-color-name="Beige"]:before {
	background: var(--color-picker-beige);
}

.colors .color span[data-color-name="Beige gemêleerd"]:before,
.colors .color span[data-color-name="Beige melange"]:before {
	background: var(--color-picker-beige-melange);
}

.colors .color span[data-color-name="Zand"]:before,
.colors .color span[data-color-name="Sand"]:before {
	background: var(--color-picker-sand);
}

.colors .color span[data-color-name="Bruin"]:before,
.colors .color span[data-color-name="Brown"]:before {
	background: var(--color-picker-brown);
}

.colors .color span[data-color-name="Kastanje"]:before,
.colors .color span[data-color-name="Chesnut"]:before {
	background: var(--color-picker-chestnut);
}

.colors .color span[data-color-name="Kameel"]:before,
.colors .color span[data-color-name="Camel"]:before {
	background: var(--color-picker-camel);
}

.colors .color span[data-color-name="Cognac"]:before {
	background: var(--color-picker-cognac);
}

.colors .color span[data-color-name="Lichtbruin"]:before,
.colors .color span[data-color-name="Licht bruin"]:before,
.colors .color span[data-color-name="Light brown"]:before {
	background: var(--color-picker-light-brown);
}

.colors .color span[data-color-name="Roze"]:before,
.colors .color span[data-color-name="Pink"]:before {
	background: var(--color-picker-pink);
}

.colors .color span[data-color-name="Lichtroze"]:before,
.colors .color span[data-color-name="Licht roze"]:before,
.colors .color span[data-color-name="Light pink"]:before {
	background: var(--color-picker-light-pink);
}

.colors .color span[data-color-name="Lila"]:before {
	background: var(--color-picker-lila);
}

.colors .color span[data-color-name="Paars"]:before,
.colors .color span[data-color-name="Purple"]:before {
	background: var(--color-picker-purple);
}

.colors .color span[data-color-name="Koraal"]:before,
.colors .color span[data-color-name="Coral"]:before {
	background: var(--color-picker-coral);
}

.colors .color span[data-color-name="Grijs"]:before,
.colors .color span[data-color-name="Grey"]:before {
	background: var(--color-picker-grey);
}

.colors .color span[data-color-name="Grijs gemêleerd"]:before,
.colors .color span[data-color-name="Grijs melange"]:before,
.colors .color span[data-color-name="Grey melange"]:before {
	background: var(--color-picker-grey-melange);
}

.colors .color span[data-color-name="Antraciet"]:before,
.colors .color span[data-color-name="anthracite"]:before {
	background: var(--color-picker-antrachite);
}

.colors .color span[data-color-name="Geel"]:before,
.colors .color span[data-color-name="Yellow"]:before {
	background: var(--color-picker-yellow);
}

.colors .color span[data-color-name="Oranje"]:before,
.colors .color span[data-color-name="Orange"]:before {
	background: var(--color-picker-orange);
}

.colors .color span[data-color-name="Blauw"]:before,
.colors .color span[data-color-name="Blue"]:before {
	background: var(--color-picker-blue);
}

.colors .color span[data-color-name="Marine"]:before,
.colors .color span[data-color-name="Navy"]:before {
	background: var(--color-picker-navy);
}

.colors .color span[data-color-name="Lichtblauw"]:before,
.colors .color span[data-color-name="Licht blauw"]:before,
.colors .color span[data-color-name="Light blue"]:before {
	background: var(--color-picker-light-blue);
}

.colors .color span[data-color-name="Donkerblauw"]:before,
.colors .color span[data-color-name="Donker blauw"]:before,
.colors .color span[data-color-name="Dark blue"]:before {
	background: var(--color-picker-dark-blue);
}

.colors .color span[data-color-name="Rood"]:before,
.colors .color span[data-color-name="Red"]:before {
	background: var(--color-picker-red);
}

.colors .color span[data-color-name="Leger"]:before,
.colors .color span[data-color-name="Army"]:before {
	background-image: url('/cdn/shop/t/5/assets/army.png');
    background-size: cover;
    background-color: #574D31;
}

.colors .color span[data-color-name="Multicolour"]:before,
.colors .color span[data-color-name="Multicolor"]:before {
	background-image: radial-gradient(circle farthest-corner at top left, rgba(225, 243, 97,1) 0%, rgba(225, 243, 97,0) 50%),radial-gradient(circle farthest-side at top right, rgba(181, 176, 177,1) 0%, rgba(181, 176, 177,0) 10%),radial-gradient(circle farthest-corner at bottom right, rgba(204, 104, 119,1) 0%, rgba(204, 104, 119, 0) 33%),radial-gradient(circle farthest-corner at top right, rgba(155, 221, 240,1) 0%, rgba(155, 221, 240,0) 50%),radial-gradient(ellipse at bottom center, rgba(254, 43, 0,1) 0%, rgba(254, 43, 0, 0) 80%);
}

/* Login */
.forgot-password.hide {
	display: none;
}

.form-success.hide {
	display: none;
}

.login-container.hide {
	display: none;
}

.main .account-login {
	max-width: 500px;
	margin: 100px auto;
}

.main .account-login .subtext {
	text-align: center;
	font-size: 12px;
}

.main .account-login a {
	text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.main .login-container a#recover-password {
	margin-top: 20px;
}

.main .account-login .login-btn {
	width: fit-content;
	margin: 0 auto;
	padding: 20px 60px;
	transition: 300ms all ease-out;
}

.main .account-login .login-btn:hover {
	opacity: 0.6;
	transition: 300ms all ease-out;
}

.main .account-login h1,
.main .account-login h2 {
	margin-bottom: 20px;
	text-align: center;
}

.main .account-login label {
	line-height: normal;
}

.main .account-login #back-to-login {
	background-color: transparent;
	color: var(--color-medium-gray);
	border: none;
	margin-top: 20px;
	font-family: inherit;
	font-size: 12px;
}

.main .account-login .forgot-password:not(.hide) {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.main .account-login .errors ul {
	list-style-type: none;
}

.main .account-login .errors li {
	color: red;
	font-size: 11px;
	text-align: center;
	padding: 10px 0px;
}

.main .shopify-challenge__container {
	margin: 100px auto;
}

@media screen and (max-width: 767px) {
	.main .account-login {
		margin: 60px auto;
	}

	.main .account-login .subtext > a {
		display: block;
		margin-top: 10px;
	}

	.main .account-login form {
		gap: 10px;
	}

	.main .account-login input.login-btn {
		width: 100%;
	}

}

/* Account dashboard */
.main .account {
	margin: 50px 0px;
}

.main .account h2 {
	font-size: 16px;
}

.main .account .orders-table {
	width: 100%;
}

.main .account .orders-table thead {
	font-size: 10px;
    line-height: var(--line-height-small);
    text-transform: uppercase;
    text-align: right;
}

.main .account .orders-table tbody tr:last-child > td {
	border-bottom: 1px solid var(--color-border-gray);
}

.main .account .orders-table tr td {
	border-top: 1px solid var(--color-border-gray);
}

.main .account .orders-table td {
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align: middle;
}

.main .account .orders-table tr {
	cursor: pointer;
	transition: 350ms all ease-out;
}

.main .account .orders-table tbody tr:hover {
	background-color: var(--color-light-gray);
	transition: 350ms all ease-out;
}

.main .account .customer-details p {
	font-size: 12px;
}

.main .account .customer-details > a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
	font-size: 12px;
}

/* Addresses */
.main .addressen {
	margin: 60px 0;
}

.main .addressen h1 {
	margin-bottom: 15px;
}

.main .addressen button.btn {
	color: var(--color-white);
    background: var(--color-black);
    transition: 0.2s ease all;
	text-transform: uppercase;
	padding: 16px 32px;
	cursor: pointer;
	border: none;
}

.new-address.hide {
	display: none;
}

.main .addressen .actions {
	display: flex;
	column-gap: 15px;
}

.main .addressen button.btn-secondary {
	padding: 16px;
	background-color: transparent;
	border: 1px solid black;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-family: inherit;
	transition: 350ms ease all;
}

.main .addressen button.btn-secondary:hover {
	opacity: 0.5;
	transition: 350ms ease all;
}

.main .addressen button.btn-delete {
	padding: 16px;
	font-size: 14px;
	text-decoration:underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
	cursor: pointer;
	color: black;
	font-family: inherit;
	background-color: transparent;
	border: none;
	transition: 350ms ease-out all;
}

.main .addressen button.btn-delete:hover {
	opacity: 0.6;
	transition: 350ms ease-out all;
}

.main .addressen .adres {
	padding: 16px 16px 16px 0px;
	margin-top: 20px;
}

.main .addressen .edit-address.hide {
	display: none;
}

.main .addressen .all-addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 50px;
}

.main .addressen .adres-container {
	width: 25%;
	gap: 15px;
	display: flex;
	flex-direction: column;
}

.main .addressen .adres .details {
	min-height: 120px;
}

.main .addressen .adres .details p {
	font-size: 12px;
}

.main .addressen .address-form {
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.main .addressen .address-form > div {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.main .addressen .address-form > div > div {
	display: none;
}

.main .addressen .address-form > div label,
.main .addressen .address-form > div input {
	flex: 1 1 0;
}

.main .addressen .popup .actions button.submit {
	color: var(--color-white);
    background: var(--color-black);
    transition: 0.2s ease all;
    text-transform: uppercase;
    padding: 16px 32px;
    cursor: pointer;
    border: none;
	transition: 350ms ease all;
}

.main .addressen .popup .actions button.submit:hover {
	opacity: 0.6;
	transition: 350ms ease all;
}

.main .addressen .popup .actions button.cancel {
	padding: 16px;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    cursor: pointer;
    color: black;
    font-family: inherit;
    background-color: transparent;
    border: none;
    transition: 350ms ease-out all;
}

.main .addressen .popup .actions button.cancel:hover {
	opacity: 0.6;
	transition: 350ms ease-out all;
}

.main .addressen .popup .address-form select {
	flex: 1 1 0;
    height: 40px;
    width: 100%;
    padding: 0px 10px;
}

.main .addressen .popup .checkbox-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.main .addressen .popup .checkbox-container .checkbox {
	flex: 1 1 0;
	text-align: center;
}

.main .addressen .popup .checkbox-container .checkbox > input {
	width: 20px;
    height: 20px;
}

/* Popup */
.popup > div {
	position: absolute;
    width: 50vw;
    height: 50vh;
    top: 25vh;
    left: 25vw;
    z-index: 12;
    background-color: white;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 50px;
    overflow-y: scroll;
}

.popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10;
}

.popup:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0 0 0 / 10%);
}

.popup > div button.close {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='200.000000pt' height='200.000000pt' viewBox='0 0 200.000000 200.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,200.000000) scale(0.100000,-0.100000)' fill='%23000000' stroke='none'%3E%3Cpath d='M75 1930 l-70 -70 430 -430 430 -430 -429 -429 -430 -430 64 -68 c35 -37 66 -69 69 -71 3 -1 200 191 436 428 l430 430 431 -431 431 -431 64 67 c35 37 65 70 67 73 1 4 -191 201 -428 437 l-430 430 430 430 430 430 -68 68 -67 67 -430 -430 -430 -430 -430 430 -430 430 -70 -70z'/%3E%3C/g%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	transition: 350ms ease all;
	background-color: transparent;
	border: none;
}

.popup > div button.close:hover {
	transform:scale(1.1) rotate(90deg);
	transition: 350ms ease all;
}