/* Beheeromgeving fix*/
#dsEditSearchBlock .show_searchbox::before {font-size:22px !important;}
.fdPageHeader {margin:21px 10px 0;line-height:1.1;font-family: 'Roboto', 'Open sans', Arial, Verdana;}
/* Verberg niet gebruikte layouts */
.pagelink.std_layout-icon-list li:nth-child(-n+6),
#std_layout-icon-list li:nth-child(-n+6) {display:none;}

/* print en pagefooter verborgen*/
div#content-footer {display:none;}

.pageheader {display:none;}

.section .dsEditText {display:inline;}
a.list-icon.location_icon::before {width:20px;padding-right:10px;}
#quicksearch-keywords_suggestions ul li {overflow-wrap: break-word;hyphens: auto;}

form.simpleform .checkfields li {display:flex;}
form.simpleform input.checkbox, form.simpleform input.radio {margin:0 0.5rem 0 0;float:none;}
form.simpleform .checkfields ul label, form.simpleform label.inline {margin:0;}

:root {
    --color1: #0D4154;
    --color2: #FFFFFF;
    --color3: #0D4154;
    --color4: #FFFFFF;
    --color5: #23B0E6;
    --color6: #000000;
    --color510: #23B0E610;
    --color530: #23B0E630;
    --color550: #23B0E650;
    --linkcolor:#0D4154;
    --bordercolor:#E40613;
}
/* Hoogcontrast */

:root.highcontrast {
    --color1: #0D4154;
    --color2: #FFFFFF;
    --color3: #000000;
    --color4: #FFFFFF;
    --color5: #000000;
    --color6: #FFFFFF;
    --color510: #e5e5e510;
    --color530: #d9d9d930;
    --color550: #b2b2b250;
    --linkcolor:#0D4154;
    --bordercolor:#d9d9d9;
}
@media only screen and (max-width: 959px) {
	:root {
		--nonscrolledheaderheight: 113px;
		--scrolledheaderheight: 113px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	:root {
		--nonscrolledheaderheight: 115px;
		--scrolledheaderheight: 88px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1459px) {
	:root {
		--nonscrolledheaderheight: 134px;
		--scrolledheaderheight: 88px;
	}
}
@media only screen and (min-width: 1460px) {
	:root {
		--nonscrolledheaderheight: 150px;
		--scrolledheaderheight: 88px;
	}
}


.highcontrast ul.onlytoptasks.columns li.column a img {filter:brightness(0);}
.highcontrast .column .quickto h2,
.highcontrast .container.landing.vacancy h2, 
.highcontrast .container_aside.landing.briefing h2,
.highcontrast .fotobar h2,
.highcontrast .fotobar_three h2, 
.highcontrast .landing.my_municipality h2,
.highcontrast .container.landing.vacancy h2 a, 
.highcontrast .container_aside.landing.briefing h2 a, 
.highcontrast .fotobar h2 a, 
.highcontrast .fotobar_three h2 a {background-color:transparent;color:var(--color1);}
.highcontrast .quickto ul li {background-color:transparent;}
.highcontrast .container_aside ul.items li {border-color:var(--color1);}

.highcontrast a,
.highcontrast #thematictabs ul.items li a h3,
.highcontrast .section.folder a, 
.highcontrast .section.search-results a, 
.highcontrast .section.briefing a,
.highcontrast .section.sitemap a,
.highcontrast #row3 .onecolumn .landing ul.items li span.title,
.highcontrast #row2 .onecolumn .landing.folder ul.items li span.title, 
.highcontrast #row2 .onecolumn .landing.folder ul.items li a span.title,
.highcontrast .footer_mappoint a.list-icon.mail-icon, 
.highcontrast .footer_mappoint a.list-icon.url-icon, 
.highcontrast .footer_mappoint a.list-icon.phone-icon, 
.highcontrast .footer_mappoint a.list-icon.whatsapp-icon, 
.highcontrast .footer_mappoint a.list-icon.location_icon,
.highcontrast div#footer ul.quicklinks li a,
.highcontrast .advanced_filters.search-filters ul li.active span.fa, 
.highcontrast .row2_content .search-filters ul li.facet a span,
.highcontrast .breadcrumbs a {text-decoration:underline;color:var(--color1);}
.highcontrast .row2_content .search-filters ul li.facet a span span {text-decoration:none;color:#000000;}

.visittime h3 {display:none !important;}
.objectinfo {font-style:italic;}
#social-follow {height:auto;}
#social-follow h2 {padding-top:3px;}
.visitaddress,
.visittime {margin-bottom:1rem;}
.visitaddress p,
.visittime p {margin-bottom:0;}

/* COOKIEBAR */
#cookieInfoWindow,
.information-bar {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color1);
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    max-height:unset;
    border-bottom: 0;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
[role="tab"][aria-selected="true"] {background-color:transparent;color:var(--color2);}
#cookieInfoWindow .contentrow {width:100%;}
#cookieInfoWindow h1 {margin:0 0 1rem;}

.information-bar a {
    color: var(--color2);
}
.information-bar .text {
    margin-bottom: 30px;
    color: var(--color2);
}

.information-bar .links {
    margin-bottom: 0;
}

.information-bar .links li a {
    background-color: var(--color2);
    border-radius: 10px;
    padding: 10px 30px !important;
    color: var(--color1);
    text-decoration: underline;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
}

.information-bar .links li:last-of-type {
    margin-left: 20px;
}

@media screen and (max-width: 700px) {
    .information-bar {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .information-bar .links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .information-bar .links li {
        width: 100%;
    }

    .information-bar .links li:last-of-type {
        margin-top: 10px;
        margin-left: 0;
    }
}

p.emphasisgreen{background-color:var(--color550);}
p.emphasisyellow {}
p.emphasisred {}

a.calltoaction {border:2px solid var(--color1);}
a.calltoaction:hover,
a.calltoaction:focus,
a.calltoaction.new-window:hover, 
a.calltoaction.new-window:focus,
a.calltoaction.external:hover, 
a.calltoaction.external:focus,
a.calltoaction.new-window.external:hover, 
a.calltoaction.new-window.external:focus {background-color:var(--color2);color:var(--color1);}

html {
	transition: all 0.5s;
}
body {
	font-family: 'Calibri', Arial, sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	color:#000000;
}
p, dl, ul, ol, hr {color:#000000;}
a {transition:all 0.5s;}
a:hover,
a:focus {text-decoration-thickness:1px;}
a:focus,
button:focus {outline:1px dotted var(--color1);}
a.list-icon,
#social-sharing a.list-icon.whatsapp-icon,
.list-icon.fax-icon::before {color:var(--color1);}

h1, h2, h3, h4, h5, h6  {color:var(--color1);font-family:'Calibri', Arial, sans-serif;font-weight:500;}
p.description, a, .item-text .title a, .item-title, .items p.description, .subitems p.description {color:var(--color1);}
h1 ~ .description {margin: 0 0 2.125rem;font-weight:normal;font-size:1.125rem;line-height:1.6875rem;}

h1 {font-size:2rem;line-height:2.5rem;margin:3.125rem 0 2.5rem;}

/* Landingspagina met eerste Kop groter */
.sublayout_row2_ .document > h2 {font-size:2rem;line-height:2.5rem;margin:1.125rem 0 2.5rem;}

h2,
.items h2,
.toggle_heading {font-size:1.5rem;line-height:1.8rem;margin:1rem 0 0.5rem;font-weight:normal;}
h3,
.items h3 {font-size:1.25rem;line-height:1.575rem;margin:1rem 0 0.5rem}
.item-title {font-weight:500;}
h4,
.items h4 {font-size:1.125rem;line-height:1.575rem;margin:1rem 0 0.5rem}
h5 {font-size:1rem;line-height:1.5rem;margin:1rem 0 0.5rem}
h6 {font-size:1rem;font-style:normal;line-height:1.5rem;margin:1rem 0 0.5rem}

li p {margin-bottom:0;}

/* Fomulier */
.calendar-header .header {margin-top:9px;}

/* lijsten */
.items li .description,
span.objectinfo {color:#000000;}
a.item-title {font-size:inherit;font-weight:inherit;}
.items li,
.items li.last-child {margin:0;padding:0 0 1rem;border-bottom:1px solid var(--bordercolor);}
.items p.description, .items p.with-photo {margin:0;}
.items li {position:relative;}

.section li {position:relative !important;}

.section.folder h2 a::before,
.section h2 a::before,
.section.folder a::before,
.section.search-results h3 a::after, 
.section.briefing h2 a::after {content:"";position:absolute;top:0;left:0;bottom:0;right:0;transition:all 0.2s ease;}
#thematictabs ul.items li a:hover,
#thematictabs ul.items li a:focus,
.section .items li a:hover::before,
.section .items li a:focus:before {background-color: var(--color530);}

.section .items li {padding:0.5rem 0.5rem 1rem;box-sizing:border-box;}
.section .items li h2 {margin:0;}
.section .items li h2 a,
.section .items li a {
	font-size:1.5rem;
	font-family:'Calibri', Arial, sans-serif;
	display:block;
	padding:0.5rem 2rem 0.5rem 0;
}
.section .items li span.objectinfo {}

.section .items li a .dsEditText {display:inline;}
.section .items li h2 a::after,
.section .items li a::after {
    content: "";
    width: 1rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left:auto;
    top:auto;
    bottom:auto;
    right: 0.5rem;
    background-repeat:no-repeat;
	background-position:right center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23E40613' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}

.items.three.columns {display:flex;flex-wrap:wrap;}

.items li a:hover {color:var(--color1);}
.items li .with-photo img, 
.items li .item-photo img {width:auto;height:auto;margin-right:1rem;padding-top:0.3rem;max-width:260px !important;object-fit: cover}

/* sitemap */
.sitemap .items li:focus-within,
.sitemap .items li:hover {background-color:transparent;}
.sitemap .items li,
.sitemap .items li.last-child {border-bottom-width:0px;}
.sitemap .items li {margin-top:0;}
.sitemap .subitems {margin:1rem 0;}
.sitemap .subitems .subitems {margin:0 0 0.5rem;}
.sitemap .subitems li {padding-bottom:0;}
.sitemap a.item-title {font-weight:500;}
.sitemap .subitems .subitems a.item-link {}

/* rij kleuren */
#row1 {background-color:unset;}

/* Fixed kruimelpad */
.breadcrumbs a {color:var(--color1);}
.breadcrumbs a::after {color:#000000;}

div#row1.sublayout_row1_one-columns {position:relative;}
div#row1.sublayout_row1_one-columns .onecolumn {position:absolute; top:0;bottom:0;width:auto;}
div#row1.sublayout_row1_one-columns .onecolumn .landing {width:max-content;position:absolute;top:40%;padding:2rem;margin:0;background-color:var(--color2);}
div#row1.sublayout_row1_one-columns .onecolumn .landing * {margin:0;padding:0;}

div#row1.sublayout_row1_topsix_search {background-position:top center !important}

.fixed_header.calamity_active div#row1.sublayout_row1_topsix_search,
.fixed_header.calamity_active div#row1.sublayout_row1_one-columns {padding-top:0} 

.contentrow.calamity {
	margin-top: 3.5rem;
	margin-bottom: -3.5rem;
}
.layout_four .contentrow.calamity
{	 margin-top: 0;	 margin-bottom: 0; }
#row1.row1_breadcrumb {border-bottom:1px solid var(--color1);background-color:var(--color530);z-index:4;left:0; right:0;transition:all 0.5s;}
.scrolled_past_header #row1.row1_breadcrumb {box-shadow: 0 0 2px 0 #000000;top:88px;}
.breadcrumbs {margin:0;padding:1rem 0;line-height:1.5rem;min-height:3.375rem;}

/* footer skyline */

div#footer {text-align:center;}
div#footer ul.quicklinks {float:none;margin:1rem;}
div#footer ul.quicklinks li {border-right:1px solid var(--color1);padding:0 0.5rem;margin:0;}
div#footer ul.quicklinks li.last-child {border-width:0;}
div#footer ul.quicklinks li a {color:var(--color1);text-decoration:underline;}

/* header */
div#header {min-height:0px;border-bottom:1px solid var(--color1);}
.scrolled_past_header div#header {
    box-shadow: 0 2px 4px 0 #000000;
}
a#logo {
    display:inline-block;
    padding:10px 0;
    margin:0;
    width:11%;
    height:120px;
    background-image: 
    /* tekst */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Laag_1' x='0' y='0' style='enable-background:new 0 0 119.06 102.05' version='1.1' viewBox='0 0 119.06 102.05'%3E%3Cstyle%3E.st0%7Bfill:%23E40613%7D.st1%7Bfill:%2314b1e7%7D%3C/style%3E%3Cpath d='M8.73 65.32c-.54.31-1.5.56-2.56.56-3.84 0-6.16-2.4-6.16-5.95 0-3.51 2.61-6.07 6.16-6.07 1.44 0 2.83.52 3.48.92v1.73c-.68-.52-2.14-1.19-3.53-1.19-2.34 0-4.27 1.82-4.27 4.47 0 2.56 1.68 4.61 4.27 4.61.7 0 1.5-.09 1.96-.29v-3.24H5.85l.54-1.32h3.33v6.33l-.99-.56zM24.14 65.62h-5.87V54.05h6.27L24 55.39h-4.02v3.71h3.78l-.52 1.32h-3.26v3.82h4.88l-.72 1.38zM32.63 65.62V55.06l-.72-1.01h2.13l4.05 5.71 4.36-5.71h.97v11.57h-1.71V57.1l-3.91 5.21-3.73-5.23v8.54h-1.44zM57.96 65.62h-5.87V54.05h6.27l-.54 1.33H53.8v3.71h3.78l-.52 1.32H53.8v3.82h4.88l-.72 1.39zM72.3 65.62h-5.87V54.05h6.27l-.54 1.33h-4.02v3.71h3.78l-.52 1.32h-3.26v3.82h4.88l-.72 1.39zM88.99 65.62l-6.61-8.31v8.31h-1.44V55.49l-1.15-1.44h2.16l6.38 7.98v-7.98h1.46v11.57h-.8zM105.13 55.46h-3.15v10.16h-1.71V55.46h-3.44v-1.41h8.85l-.55 1.41zM118.23 65.62h-5.88V54.05h6.27l-.54 1.33h-4.02v3.71h3.78l-.52 1.32h-3.26v3.82h4.88l-.71 1.39z' class='st0'/%3E%3Cpath d='M18.85 88.35h-6.49V75.58h6.92l-.6 1.47h-4.44v4.1h4.18l-.58 1.45h-3.6v4.22h5.39l-.78 1.53zM34.69 88.35H28.2V75.58h6.92l-.6 1.47h-4.44v4.1h4.18l-.56 1.45h-3.6v4.22h5.39l-.8 1.53zM44.06 88.35V76.69l-.8-1.11h2.35l4.48 6.31 4.82-6.31h1.07v12.77h-1.89v-9.41l-4.32 5.75-4.12-5.77v9.43h-1.59zM74.61 88.35l-7.3-9.17v9.17h-1.59V77.17l-1.27-1.59h2.39l7.04 8.81v-8.81h1.61v12.77h-.88zM91.53 88.35h-6.49V75.58h6.92l-.6 1.47h-4.44v4.1h4.18l-.58 1.45h-3.6v4.22h5.39l-.78 1.53zM103.57 88.61c-1.15 0-2.21-.26-3.1-.6l-.28-2.19c.9.72 1.89 1.23 3.26 1.23 1.15 0 2.27-.76 2.27-1.91 0-1.11-1.21-1.69-1.73-2.01l-1.17-.72c-1.67-1.03-2.37-2.09-2.37-3.32 0-2.25 1.75-3.7 4.28-3.7 1.05 0 2.29.46 2.75.8v2.01c-.64-.7-1.57-1.25-2.75-1.25-1.25 0-2.41.64-2.41 1.93 0 1.04.92 1.57 1.91 2.17l1.17.74c.93.58 2.27 1.57 2.27 3.18 0 2.19-1.75 3.64-4.1 3.64zM44.81 100.19l-1.11 1.17v.2c8.04-5.91 23.18 5.29 30.25-2.22l1.27-1.35v-.16c-7.81 5.95-23.08-5.41-30.41 2.36z' class='st1'/%3E%3C/svg%3E"),
    /*logo*/
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Laag_1' x='0' y='0' style='enable-background:new 0 0 119.06 102.05' version='1.1' viewBox='0 0 119.06 102.05'%3E%3Cstyle%3E.st0%7Bfill:none%7D.st1%7Bfill:%23d3a809%7D.st3%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M54.4 7.08c-.16 0-.42.03-.82.12-.97.23-1.01.4-1 .45.02.08.19.18 1.1-.03.37-.08.63-.17.8-.26.05-.03.21-.12.2-.19 0-.03-.04-.09-.28-.09z' class='st0'/%3E%3Ccircle cx='62.8' cy='6.9' r='.27' class='st0'/%3E%3Cpath d='M48.14 7.82c.23-.11.65-.3 1.24-.54-.7-.03-1.25-.24-1.63-.45-.1-.05-.19-.11-.27-.16.03.31.16.84.66 1.15zM68.9 8.34c.54 0 1.03-.14 1.34-.26-1.39-.62-5.42-2.21-10.49-2.27.26.3.89.8 1.64.8.09 0 .17.07.17.17 0 .09-.07.17-.17.17-.67 0-1.24.4-1.54.7 5.16.08 8.54 1.65 9.62 2.24-.04-.44-.5-1.04-.69-1.26-.04-.05-.06-.12-.03-.18.03-.07.09-.11.15-.11zm-6.1-.97a.47.47 0 1 1-.001-.939.47.47 0 0 1 .001.939zm3.89.36c-.04.16-.17.36-.6.37h-.03c-.22 0-.49-.04-.89-.13-.65-.15-1.38-.39-1.27-.88.13-.56 1.04-.35 1.52-.23.41.09.69.19.89.29.38.19.41.42.38.58zm1.13.85a.47.47 0 1 1 .47-.47c-.01.26-.22.47-.47.47z' class='st0'/%3E%3Cpath d='M66.15 7.46c-.17-.09-.43-.17-.81-.26-.97-.22-1.09-.08-1.1-.03 0 .01-.04.21 1 .45.24.06.59.13.84.13.16 0 .25-.03.26-.09.02-.08-.11-.16-.19-.2z' class='st0'/%3E%3Ccircle cx='51.11' cy='8.12' r='.27' class='st0'/%3E%3Cpath d='m50.74 4.12.06-.09c-.03-.01-.07-.03-.1-.04a.55.55 0 0 1-.09-.07c-.07.01-.15.04-.18.09-.01.01-.03.04-.01.13.02.09.06.1.07.11.05.02.14.01.2-.02.02-.04.03-.08.05-.11z' class='st0'/%3E%3Ccircle cx='67.82' cy='8.12' r='.27' class='st0'/%3E%3Cpath d='M59.46 5.34c.5 0 .99.01 1.46.04-.77-.33-1.27-.72-1.46-.88-.19.16-.69.55-1.46.88.48-.03.97-.04 1.46-.04zM68.31 3.92a.55.55 0 0 1-.09.07c-.03.02-.06.03-.1.05l.06.09c.02.03.03.06.05.1.06.02.15.04.2.02.01-.01.05-.02.07-.11.02-.09 0-.12-.01-.13-.03-.05-.11-.08-.18-.09zM66.85 1.69c.03.05.05.11.07.17.05-.04.09-.08.15-.11.04-.02.08-.04.14-.06.03-.08.06-.21.02-.29-.01-.02-.03-.08-.16-.11-.12-.03-.17 0-.19.02-.07.06-.11.18-.12.26.04.04.07.08.09.12zM64.6 3.25a.55.55 0 0 1 .09-.07c.03-.02.06-.03.1-.05l-.06-.09c-.02-.03-.03-.06-.05-.1-.06-.02-.15-.04-.2-.02-.01.01-.05.02-.07.11-.02.09 0 .12.01.13.04.05.12.08.18.09zM57.74 2.71a.27.27 0 0 1-.08-.07.351.351 0 0 1-.07-.09c-.07 0-.15 0-.2.04-.01.01-.04.03-.04.12s.03.11.04.12c.05.04.13.04.2.04.02-.03.05-.06.07-.09.02-.02.05-.05.08-.07zM54.2 3.05l-.06.09a.55.55 0 0 1 .19.12c.07-.01.15-.04.18-.09.01-.01.03-.04.01-.13-.02-.09-.06-.1-.07-.11a.285.285 0 0 0-.2.02c-.02.04-.04.07-.05.1zM51.85 1.29c-.12.03-.15.09-.16.11-.04.09 0 .21.03.29.05.02.1.04.14.06.05.03.1.07.15.11.02-.06.04-.12.07-.17a.47.47 0 0 1 .09-.12c-.01-.09-.05-.21-.12-.26-.02-.02-.07-.06-.2-.02zM59.46.92a.623.623 0 0 1 .23-.23c.01-.09.01-.22-.05-.29-.01-.02-.05-.06-.18-.06s-.17.05-.18.07c-.06.07-.06.2-.05.29.05.03.09.06.12.09.04.03.08.08.11.13zM61.19 2.71c.03.02.06.04.08.07.02.02.05.05.07.09.07 0 .15 0 .2-.04.01-.01.04-.03.04-.12s-.03-.11-.04-.12c-.05-.04-.13-.04-.2-.04-.02.03-.05.06-.07.09-.02.03-.05.05-.08.07zM49.48 8.95c.07-.11.14-.21.21-.3-.58-.05-1.05-.23-1.32-.35.02.36.14 1.05.76 1.68-.02-.28.1-.63.35-1.03zM69.55 7.28c.59.23 1.02.43 1.24.54.5-.31.63-.83.66-1.15-.08.05-.18.11-.27.16-.38.21-.93.42-1.63.45zM52.61 3.35a.272.272 0 0 0-.4.31c.02.07.06.13.13.17.06.04.14.05.21.03.07-.02.13-.06.17-.13.04-.06.05-.14.03-.21a.474.474 0 0 0-.14-.17zM59.46 2.44c-.15 0-.27.12-.27.27 0 .15.12.27.27.27.15 0 .27-.12.27-.27.01-.15-.12-.27-.27-.27zM69.24 8.65c.06.08.14.19.21.3.26.4.38.75.36 1.03.61-.62.73-1.32.76-1.68-.28.13-.76.3-1.33.35z' class='st0'/%3E%3Cpath d='M73.9 3.75c-.14 0-.37.15-.46.22-.04.03-.1.05-.15.03a.198.198 0 0 1-.11-.11c-.01-.02-.17-.45-.81-.46-.46-.01-.7.22-.77.44-.05.16-.02.32.08.39.17.09.33.11.47.07.26-.08.41-.35.41-.36.03-.06.1-.1.17-.09.07.01.13.06.14.13.18.76-.17 1.3-.19 1.33-.05.08-.15.1-.23.05a.163.163 0 0 1-.05-.23c.01-.02.18-.29.19-.7-.06.06-.14.11-.23.15 0 .52-.32 1.04-.91 1.44-.47.32-1.17.59-1.95.59-.48 0-.98-.1-1.48-.34-.78-.38-1.25-.83-1.37-1.34-.12-.49.12-.84.13-.85a.12.12 0 0 1 .05-.05c.22-.13.4.1.52.26.09.12.2.27.31.3.19.05.25-.11.26-.11a.27.27 0 0 0-.02-.21c-.06-.11-.22-.2-.44-.26a.171.171 0 0 1-.12-.16c0-.01 0-.03.01-.04.02-.09.12-.14.2-.12.23.06.41.06.51 0 .09-.05.11-.14.12-.17v-.01s.03-.17-.17-.22c-.11-.03-.28.04-.42.1-.18.07-.41.17-.55.01-.02-.01-.03-.03-.04-.05-.14-.25.11-.44.31-.59.16-.12.34-.26.38-.4.07-.27-.16-.36-.16-.36h-.01c-.04-.01-.16-.04-.29.03-.14.08-.26.28-.34.57-.02.09-.12.14-.2.12a.171.171 0 0 1-.12-.16c0-.01 0-.03.01-.04.08-.29.07-.52-.01-.66-.07-.13-.19-.16-.23-.17h-.01s-.25-.04-.32.23c-.04.15.05.35.12.54.1.23.22.52-.03.67-.02.01-.04.02-.06.02-.2.07-.35-.13-.47-.28-.09-.12-.2-.27-.31-.3-.2-.09-.26.07-.26.07a.27.27 0 0 0 .02.21c.06.11.22.2.44.26.07.02.12.09.12.16 0 .01 0 .03-.01.04-.02.09-.12.14-.2.12-.23-.06-.41-.06-.51 0-.09.05-.11.14-.12.17v.01s-.03.17.17.22c.11.03.28-.04.42-.1.19-.08.45-.19.58.04 0 .01.01.01.01.02.1.23.15.74-.41 1.02-.51.25-1.15.37-1.85.37-.29 0-.59-.02-.89-.07-.27-.04-.99-.16-1.65-.39-.69-.24-1.12-.54-1.28-.88-.08-.17-.13-.44.07-.77l.01-.01.01-.01c.18-.18.41-.01.57.12.12.09.26.2.38.2.2 0 .22-.17.22-.18 0-.03 0-.13-.07-.2-.09-.09-.26-.14-.5-.14-.09 0-.17-.07-.17-.17s.07-.17.17-.17c.24 0 .41-.05.5-.14.07-.08.07-.17.07-.2v-.01s-.02-.17-.22-.17c-.11 0-.26.11-.38.2-.15.12-.35.27-.53.15a.21.21 0 0 1-.06-.04c-.2-.2-.01-.45.15-.65.12-.16.26-.33.26-.49 0 0 0-.29-.25-.3h-.01c-.04 0-.16 0-.27.1-.12.12-.18.34-.18.64 0 .09-.07.17-.17.17s-.14-.06-.14-.15c0-.3-.06-.52-.18-.64-.1-.1-.23-.1-.27-.1h-.01c-.25.02-.25.3-.25.3 0 .15.14.33.26.49.15.2.35.45.14.65-.02.02-.04.03-.06.04-.17.12-.38-.04-.53-.15-.12-.09-.26-.2-.38-.2-.2 0-.22.17-.22.18 0 .03 0 .13.07.2.09.09.26.14.5.14.09 0 .17.07.17.17s-.07.17-.17.17c-.24 0-.41.05-.5.14-.07.08-.07.17-.07.2v.01s.02.17.22.17c.11 0 .26-.11.38-.2.16-.13.39-.3.57-.12l.01.01.01.01c.2.33.15.6.07.77-.16.34-.59.64-1.28.88-.66.23-1.37.35-1.65.39-.3.04-.6.07-.89.07-.7 0-1.34-.13-1.83-.37-.56-.27-.52-.79-.41-1.02 0-.01.01-.01.01-.02.13-.22.39-.12.58-.04.14.06.31.13.42.1.19-.05.17-.22.16-.23-.01-.03-.03-.12-.12-.18-.11-.06-.29-.07-.51 0-.09.02-.18-.03-.2-.12 0-.01-.01-.03-.01-.04 0-.07.05-.14.12-.16.23-.06.38-.15.44-.26a.27.27 0 0 0 .02-.21v-.01s-.06-.16-.25-.11c-.11.03-.22.18-.31.3-.11.15-.27.35-.47.28-.02 0-.04-.01-.06-.02-.25-.14-.13-.43-.03-.67.08-.18.16-.39.12-.54-.07-.27-.32-.23-.32-.23h-.01c-.04.01-.16.04-.23.17-.07.15-.07.38 0 .66 0 .01.01.03.01.04 0 .07-.05.14-.12.16-.09.02-.18-.03-.2-.12-.08-.29-.19-.49-.34-.57-.13-.07-.25-.04-.29-.03h-.01s-.23.08-.16.36c.04.15.22.28.38.4.2.15.45.34.31.59-.01.02-.02.03-.04.04-.14.17-.37.07-.55-.01-.14-.06-.31-.13-.42-.1-.19.05-.17.22-.16.23.01.03.03.12.12.18.11.06.29.07.51 0 .09-.02.18.03.2.12 0 .01.01.03.01.04 0 .07-.05.14-.12.16-.23.06-.38.15-.44.26-.06.12-.04.21-.03.24v.01s.06.16.25.11c.11-.03.22-.18.31-.3.13-.16.3-.39.52-.26.02.01.04.03.05.05.01.01.26.36.13.85-.13.5-.59.95-1.37 1.34-.5.24-1.01.34-1.48.34-.78 0-1.48-.27-1.95-.59-.58-.4-.91-.92-.91-1.44a.913.913 0 0 1-.23-.15c0 .41.18.68.19.7.05.08.03.18-.05.23-.08.05-.18.03-.23-.05-.02-.02-.37-.57-.19-1.33.02-.07.07-.12.14-.13.07-.01.14.03.17.09 0 0 .15.28.41.36.14.04.3.02.47-.07.1-.07.13-.23.08-.39-.07-.22-.31-.46-.76-.44-.65 0-.81.44-.82.46-.02.05-.06.09-.11.11-.05.01-.11 0-.15-.03-.1-.09-.32-.22-.46-.22-.16 0-.43.14-.43.42 0 .12.13.22.25.26.07.02.19.03.25-.09.03-.06.1-.1.17-.09.07.01.12.06.14.13.01.05.29 1.18 1.49 1.38.04.01.08.03.11.06.05.06 1.25 1.59 3.63 1 1.54-.47 1.98-1.7 1.98-1.71a.17.17 0 0 1 .24-.09c.01.01 1.37.73 3.11.56.1-.01.21-.03.31-.04.02 0 .03 0 .05-.01 1-.17 1.76-.52 2.23-.8.51-.29.78-.55.78-.55.04-.04.09-.05.14-.04.05-.01.1.01.14.04 0 0 .28.26.78.55.47.27 1.23.63 2.23.8.02 0 .03 0 .05.01.1.01.21.03.31.04 1.74.17 3.09-.55 3.11-.56a.17.17 0 0 1 .24.09c0 .01.45 1.24 1.98 1.71 2.39.59 3.62-.98 3.63-1 .03-.03.06-.06.11-.06 1.21-.2 1.49-1.37 1.49-1.38.02-.07.07-.12.14-.13.07-.01.14.03.17.09.06.12.18.11.25.09.12-.03.25-.13.25-.26-.01-.27-.29-.42-.45-.42zm-21.04.07a.47.47 0 0 1-.27.21c-.04.01-.08.02-.12.02-.08 0-.16-.02-.23-.06a.427.427 0 0 1-.21-.28c-.06-.24.08-.49.32-.56.12-.03.24-.02.35.05.11.06.18.16.21.28.03.11.01.23-.05.34zm6.6-.65c-.25 0-.46-.2-.46-.46 0-.25.2-.46.46-.46.25 0 .46.2.46.46s-.21.46-.46.46zm6.88.86a.49.49 0 0 1-.28-.21.474.474 0 0 1 .17-.63.461.461 0 0 1 .47.79c-.07.04-.15.06-.23.06-.05 0-.09 0-.13-.01z' class='st0'/%3E%3Cpath d='M66.08 5.39c-.25.12-.78.33-1.49.45.8.16 1.55.34 2.23.53-.41-.38-.64-.76-.74-.98zM66.72 3.66c.02-.07.01-.14-.03-.21a.315.315 0 0 0-.17-.13c-.02-.01-.05-.01-.07-.01a.25.25 0 0 0-.14.04c-.06.04-.11.1-.13.17-.02.07-.01.14.03.21.04.06.1.11.17.13.07.02.14.01.21-.03.07-.04.11-.1.13-.17zM52.11 6.37c.68-.19 1.42-.37 2.23-.53-.7-.12-1.23-.34-1.49-.45-.1.22-.33.6-.74.98zM57.54 6.94c-.09 0-.17-.07-.17-.17 0-.09.07-.17.17-.17.75 0 1.38-.51 1.64-.8-5.07.06-9.11 1.65-10.49 2.27.32.12.8.26 1.34.26.07 0 .13.04.15.1.03.06.02.13-.03.18-.19.21-.65.81-.69 1.26 1.08-.59 4.45-2.16 9.62-2.24-.31-.29-.88-.69-1.54-.69zm-6.43 1.64a.47.47 0 1 1-.001-.939.47.47 0 0 1 .001.939zm3.54-.91c-.2.11-.49.2-.89.29-.25.06-.59.14-.89.14-.31 0-.57-.09-.64-.37-.13-.56.78-.77 1.27-.88.49-.11 1.39-.32 1.52.23.05.17.01.39-.37.59zm1.48-.3a.47.47 0 1 1-.001-.939.47.47 0 0 1 .001.939z' class='st0'/%3E%3Ccircle cx='56.13' cy='6.9' r='.27' class='st0'/%3E%3Cpath d='M59.46 7.57c.21-.27.61-.6 1.11-.8-.49-.2-.89-.53-1.11-.8-.21.27-.61.6-1.11.8.5.2.9.53 1.11.8z' class='st0'/%3E%3Cpath d='M59.92 2.71c0-.25-.2-.46-.46-.46-.25 0-.46.2-.46.46 0 .25.2.46.46.46.25 0 .46-.2.46-.46zm-.46.28c-.15 0-.27-.12-.27-.27 0-.15.12-.27.27-.27.15 0 .27.12.27.27.01.15-.12.27-.27.27zM52.7 3.19a.477.477 0 0 0-.35-.05c-.24.07-.39.32-.32.56.03.12.11.22.21.28.07.04.15.06.23.06.04 0 .08-.01.12-.02.11-.02.21-.1.27-.2.06-.11.08-.23.05-.35a.49.49 0 0 0-.21-.28zm.01.54c-.04.06-.1.11-.17.13-.07.02-.14.01-.21-.03a.315.315 0 0 1-.13-.17.28.28 0 0 1 .19-.34c.07-.02.14-.01.21.03.06.04.11.1.13.17.02.07.01.14-.02.21zM51.11 7.65a.47.47 0 1 0-.001.939.47.47 0 0 0 .001-.939zm0 .73c-.15 0-.27-.12-.27-.27s.12-.27.27-.27.27.12.27.27-.12.27-.27.27zM56.13 6.43a.47.47 0 1 0-.001.939.47.47 0 0 0 .001-.939zm0 .74c-.15 0-.27-.12-.27-.27 0-.15.12-.27.27-.27s.27.12.27.27c0 .15-.12.27-.27.27zM53.51 6.85c-.49.11-1.39.32-1.27.88.07.28.33.37.64.37.29 0 .63-.08.89-.14.4-.09.69-.19.89-.29.38-.2.41-.43.38-.58-.14-.56-1.05-.35-1.53-.24zm.98.51c-.17.09-.44.18-.8.26-.91.21-1.08.11-1.1.03-.01-.05.03-.23 1-.45.4-.09.65-.12.82-.12.23 0 .28.06.28.09.01.07-.15.16-.2.19zM66.9 3.71c.03-.12.02-.24-.05-.35a.427.427 0 0 0-.28-.21.434.434 0 0 0-.35.05c-.11.06-.18.16-.21.28-.02.11-.01.23.05.34.06.11.16.18.28.21.04.01.08.02.12.02.08 0 .16-.02.23-.06.1-.07.18-.17.21-.28zm-.3.12c-.06.04-.14.05-.21.03a.274.274 0 0 1-.17-.13.258.258 0 0 1-.03-.21c.02-.07.06-.13.13-.17.04-.02.09-.04.14-.04.02 0 .05 0 .07.01.07.02.13.06.17.13.04.06.05.14.03.21a.37.37 0 0 1-.13.17z'/%3E%3Cpath d='M73.9 3.42c-.18 0-.37.1-.51.18-.14-.2-.43-.49-1.02-.49-.4-.01-.92.16-1.09.67-.1.31-.01.62.21.77.01 0 .01.01.02.01.17.09.34.14.51.13-.03.38-.31.77-.76 1.08-.74.5-1.98.76-3.1.22-.68-.33-1.09-.72-1.2-1.11-.04-.2 0-.37.04-.48l.09.12c.12.16.27.36.49.42.15.04.3.02.42-.05.15-.09.23-.23.24-.3v-.01c.04.01.08.01.13.01.06 0 .13-.01.19-.04.09-.04.21-.13.26-.33.05-.2 0-.33-.06-.41a.482.482 0 0 0-.27-.18c0-.01 0-.01.01-.02.02-.06.03-.23-.06-.38a.551.551 0 0 0-.34-.25c-.22-.06-.45.04-.63.11-.02.01-.04.02-.06.02.04-.03.07-.06.11-.08.19-.14.43-.33.5-.58.05-.18.03-.34-.05-.49a.653.653 0 0 0-.35-.28c-.02-.01-.03-.01-.05-.01.03-.12.04-.27-.02-.41-.04-.1-.15-.24-.38-.3s-.38 0-.47.07c-.12.09-.19.23-.22.34-.02-.01-.04-.01-.06-.02a.69.69 0 0 0-.44.07c-.14.08-.24.22-.29.39-.07.26.05.53.14.75.02.04.03.08.05.12-.01-.02-.03-.03-.04-.05-.12-.16-.27-.36-.49-.42a.55.55 0 0 0-.42.05c-.15.09-.23.23-.24.3v.01a.513.513 0 0 0-.32.03c-.09.04-.21.13-.26.33-.05.2 0 .33.06.41.07.1.17.15.27.18 0 .01 0 .01-.01.02-.02.06-.03.23.06.38.07.12.19.21.34.25.22.06.45-.04.63-.11.05-.02.13-.05.17-.07.03.12.05.37-.27.53-.3.15-1.16.47-2.53.27-1.16-.17-2.43-.57-2.67-1.08-.06-.12-.05-.25.01-.39.04.03.1.07.15.11.16.12.35.27.58.27.16 0 .29-.05.39-.15.12-.13.16-.28.16-.36v-.02c.1-.01.21-.03.3-.11.08-.06.17-.18.17-.38 0-.21-.09-.32-.17-.38a.613.613 0 0 0-.3-.11v-.02c0-.07-.03-.23-.16-.35-.1-.1-.24-.15-.39-.15-.23 0-.42.15-.58.27-.02.05-.04.06-.06.07.03-.04.06-.07.08-.11.15-.19.33-.42.33-.69 0-.18-.06-.34-.18-.46a.655.655 0 0 0-.41-.18h-.05a.61.61 0 0 0-.13-.39C59.83.1 59.7 0 59.46 0s-.37.1-.44.19c-.09.12-.12.27-.13.39H58.83c-.09 0-.27.05-.41.18-.12.12-.18.27-.18.46 0 .26.18.5.33.69.02.03.05.07.08.11 0-.02-.02-.03-.03-.05-.16-.12-.35-.27-.58-.27-.16 0-.29.05-.39.15-.12.13-.16.28-.16.36v.01c-.1.01-.21.03-.3.11-.08.06-.17.18-.17.38 0 .21.09.32.17.38.09.07.21.1.3.11v.02c0 .07.03.23.16.35.1.1.24.15.39.15.23 0 .42-.15.58-.27.04-.03.1-.08.15-.11.07.14.07.26.01.39-.24.52-1.52.92-2.67 1.08-1.37.2-2.23-.12-2.53-.27-.33-.16-.31-.41-.27-.53.05.01.12.04.18.07.18.08.41.17.63.11.15-.04.27-.13.34-.25.09-.15.08-.32.06-.38v-.01c.09-.03.2-.09.27-.18.06-.08.12-.21.06-.41a.462.462 0 0 0-.26-.33.596.596 0 0 0-.32-.03v-.02a.586.586 0 0 0-.24-.3.55.55 0 0 0-.42-.05c-.22.06-.37.26-.49.42-.01.02-.02.03-.04.05.02-.04.03-.09.05-.12.09-.22.21-.5.14-.75a.62.62 0 0 0-.29-.39.682.682 0 0 0-.44-.07c-.02 0-.03.01-.05.02a.67.67 0 0 0-.22-.34c-.12-.08-.27-.15-.5-.08-.23.06-.33.2-.38.3-.06.14-.05.29-.02.41-.02 0-.04.01-.06.01-.09.02-.25.12-.34.28a.63.63 0 0 0-.05.49c.07.26.31.44.5.58.03.02.07.05.11.08-.02-.01-.04-.02-.06-.02-.18-.08-.41-.17-.63-.11-.15.04-.27.13-.34.25-.09.15-.08.32-.06.38v.01c-.09.03-.2.09-.27.18-.06.08-.12.21-.06.41.05.2.17.29.26.33.06.03.13.04.19.04.04 0 .09-.01.13-.01v.02c.02.06.09.21.24.3.12.07.27.09.42.05.22-.06.37-.26.49-.42.03-.03.06-.08.09-.12.04.1.08.27.03.48-.1.4-.52.78-1.2 1.11-1.12.55-2.36.28-3.1-.22-.45-.31-.72-.7-.76-1.08.17 0 .34-.04.51-.13.01 0 .01-.01.02-.01.23-.16.32-.47.21-.77-.17-.52-.69-.68-1.09-.67-.59 0-.89.29-1.02.49-.13-.08-.33-.18-.51-.18-.32 0-.76.26-.76.75 0 .3.25.52.5.58.15.04.29.02.4-.04.17.41.6 1.17 1.61 1.36.06.07.17.19.35.34-.01.16 0 1.07.72 1.6-.03.06-.03.14 0 .21.04.07.11.12.19.12.03.44.19 1.24.93 1.95 0 .05.01.11.04.16.05.08.14.12.22.12.05 0 .1-.01.14-.04.04-.02 3.81-2.37 10.09-2.37 6.28 0 10.06 2.35 10.09 2.37.04.03.09.04.14.04.09 0 .17-.04.22-.12.03-.05.04-.1.04-.16.74-.7.9-1.51.93-1.95.08-.01.15-.05.19-.12.03-.07.03-.14 0-.2.72-.53.72-1.44.72-1.6.17-.15.29-.27.35-.34 1.01-.19 1.45-.95 1.61-1.36.12.06.26.07.4.04.25-.06.5-.28.5-.58.03-.51-.42-.77-.74-.77zm-5.4.71c-.02.09-.06.1-.07.11-.05.02-.14.01-.2-.02a.313.313 0 0 0-.05-.1l-.06-.09a.55.55 0 0 0 .19-.12c.06.01.15.04.18.09.01.02.04.05.01.13zM66.88 1.3c.02-.01.07-.05.19-.02.12.03.15.09.16.11.04.08.01.21-.02.29-.05.02-.1.04-.14.06-.05.03-.1.07-.15.11a.865.865 0 0 0-.07-.17.47.47 0 0 0-.09-.12c.02-.08.05-.2.12-.26zm-2.46 1.74c.02-.09.06-.1.07-.11.05-.02.14-.01.2.02.01.04.03.07.05.1l.06.09a.55.55 0 0 0-.19.12c-.06-.01-.15-.04-.18-.09-.01-.01-.04-.04-.01-.13zm-2.88-.45c.01.01.04.03.04.12s-.03.11-.04.12c-.05.04-.13.04-.2.04-.02-.03-.05-.06-.07-.09-.03-.03-.05-.05-.08-.07a.27.27 0 0 0 .08-.07c.02-.02.05-.05.07-.09.07 0 .15 0 .2.04zM59.28.4c.01-.02.05-.07.18-.07s.17.05.18.06c.06.07.06.2.05.29a.623.623 0 0 0-.23.23.623.623 0 0 0-.23-.23c-.01-.08 0-.21.05-.28zm-1.89 2.43c-.01-.01-.04-.03-.04-.12s.03-.11.04-.12c.05-.04.13-.04.2-.04.02.03.05.06.07.09.03.03.05.05.08.07a.27.27 0 0 0-.08.07c-.02.02-.05.05-.07.09-.07.01-.16 0-.2-.04zm-2.95.1c.01.01.05.02.07.11.02.09 0 .12-.01.13-.03.05-.11.07-.18.09a.55.55 0 0 0-.09-.07c-.03-.02-.06-.03-.1-.05l.06-.09c.02-.03.03-.06.05-.1.06-.02.15-.04.2-.02zm-2.27-1.36a.47.47 0 0 0-.09.12c-.03.05-.06.1-.08.16-.05-.04-.09-.08-.15-.11a.975.975 0 0 0-.14-.06c-.03-.08-.06-.2-.03-.29.01-.02.03-.08.16-.11.12-.03.17 0 .19.02.09.06.12.18.14.27zM50.5 4.24c-.01-.01-.05-.02-.07-.11-.02-.09 0-.12.01-.13.03-.05.11-.07.18-.09.03.03.06.05.09.07.03.02.06.03.1.05l-.06.09c-.02.03-.03.06-.05.1-.07.03-.15.04-.2.02zm-3.03 2.43c.08.05.18.11.27.16.39.21.94.41 1.63.45-.59.23-1.02.43-1.24.54-.49-.31-.62-.84-.66-1.15zM59.46 4.5c.19.16.69.55 1.46.88-.48-.03-.97-.04-1.46-.04-.5 0-.99.01-1.46.04.77-.33 1.27-.72 1.46-.88zm9.32 4.11c.19.21.65.81.69 1.26-1.08-.59-4.45-2.16-9.62-2.24.3-.3.87-.7 1.54-.7.09 0 .17-.07.17-.17 0-.09-.07-.17-.17-.17-.75 0-1.38-.51-1.64-.8 5.07.06 9.1 1.65 10.49 2.27-.32.12-.8.26-1.34.26-.07 0-.13.04-.15.1-.03.08-.02.15.03.19zM49.46 9.87c.04-.44.5-1.04.69-1.26.04-.05.06-.12.03-.18a.175.175 0 0 0-.15-.1c-.54 0-1.03-.14-1.34-.26 1.39-.62 5.42-2.21 10.49-2.27-.26.3-.89.8-1.64.8-.09 0-.17.07-.17.17 0 .09.07.17.17.17.67 0 1.24.4 1.54.7-5.17.07-8.54 1.65-9.62 2.23zm10-3.9c.21.27.61.6 1.11.8-.49.2-.89.53-1.11.8-.21-.27-.61-.6-1.11-.8.5-.2.9-.53 1.11-.8zm5.13-.13c.7-.12 1.23-.34 1.49-.45.1.22.33.61.74.98-.68-.19-1.43-.37-2.23-.53zm-12.48.53c.41-.37.64-.76.74-.98.25.12.78.33 1.49.45-.81.16-1.55.34-2.23.53zm-3.75 1.94c.27.12.75.29 1.32.35-.06.08-.14.19-.21.3-.26.4-.38.75-.36 1.03a2.67 2.67 0 0 1-.75-1.68zm21.45 1.67c.02-.29-.1-.63-.36-1.03-.07-.11-.14-.21-.21-.3.57-.05 1.05-.23 1.32-.35a2.63 2.63 0 0 1-.75 1.68zm.98-2.16c-.23-.11-.65-.3-1.24-.54.7-.03 1.25-.24 1.63-.45.1-.05.19-.11.27-.16-.03.31-.16.84-.66 1.15zm3.3-3.39c-.07.02-.19.03-.25-.09-.03-.06-.1-.1-.17-.09-.07.01-.12.06-.14.13 0 .01-.29 1.18-1.49 1.38-.04.01-.08.03-.11.06-.01.02-1.24 1.59-3.63 1-1.53-.47-1.98-1.7-1.98-1.71a.17.17 0 0 0-.24-.09c-.01.01-1.36.73-3.11.56-.1-.01-.21-.03-.31-.04-.02 0-.03 0-.05-.01-1-.17-1.76-.52-2.23-.8-.51-.29-.78-.55-.78-.55-.04-.04-.09-.05-.14-.04a.18.18 0 0 0-.14.04s-.28.26-.78.55c-.47.27-1.23.63-2.23.8-.02 0-.03 0-.05.01-.1.01-.21.03-.31.04-1.74.17-3.09-.55-3.11-.56a.17.17 0 0 0-.24.09c0 .01-.44 1.24-1.98 1.71-2.38.59-3.58-.93-3.63-1-.03-.03-.06-.06-.11-.06-1.2-.19-1.48-1.33-1.49-1.38-.02-.07-.07-.12-.14-.13a.168.168 0 0 0-.17.09c-.06.12-.18.11-.25.09-.12-.03-.25-.13-.25-.26 0-.28.28-.42.43-.42.14 0 .36.14.46.22.04.03.1.05.15.03.05-.01.09-.05.11-.11.01-.02.17-.45.82-.46.45-.01.69.22.76.44.05.16.02.32-.08.39-.17.09-.33.11-.47.07-.26-.08-.41-.35-.41-.36-.03-.06-.1-.1-.17-.09-.07.01-.13.06-.14.13-.18.76.17 1.3.19 1.33.05.08.15.1.23.05.08-.05.1-.15.05-.23-.01-.01-.18-.29-.19-.7.06.06.14.11.23.15 0 .52.32 1.04.91 1.44.47.32 1.17.59 1.95.59.48 0 .98-.1 1.48-.34.78-.38 1.25-.83 1.37-1.34.12-.49-.12-.84-.13-.85a.12.12 0 0 0-.05-.05c-.22-.13-.4.1-.52.26-.09.12-.2.27-.31.3-.19.05-.25-.11-.25-.11V4.5c0-.03-.02-.12.03-.21.06-.11.22-.2.44-.26.07-.02.12-.09.12-.16 0-.01 0-.03-.01-.04-.02-.09-.11-.14-.2-.12-.23.06-.41.06-.51 0-.09-.05-.11-.14-.12-.18 0-.01-.03-.18.16-.23.11-.03.28.04.42.1.18.07.42.17.55.01.02-.01.03-.03.04-.04.14-.25-.11-.44-.31-.59-.16-.12-.34-.26-.38-.4-.07-.27.16-.36.16-.36h.01c.04-.01.16-.04.29.03.14.08.26.28.34.57.02.09.11.14.2.12.07-.02.12-.09.12-.16 0-.01 0-.03-.01-.04-.06-.31-.06-.54.02-.69.07-.13.19-.16.23-.17h.01s.25-.05.32.23c.04.15-.05.35-.12.54-.1.23-.22.52.03.67.02.01.04.02.06.02.2.07.35-.13.47-.28.09-.12.2-.27.31-.3.19-.05.25.11.25.11v.01c.01.03.03.12-.02.21-.06.11-.22.2-.44.26-.07.02-.12.09-.12.16 0 .01 0 .03.01.04.02.09.12.14.2.12.23-.06.4-.06.51 0 .09.05.11.14.12.18 0 .01.03.18-.16.23-.11.03-.28-.04-.42-.1-.19-.08-.45-.19-.58.04 0 .01-.01.01-.01.02-.1.23-.15.74.41 1.02.49.24 1.14.37 1.83.37.29 0 .59-.02.89-.07.27-.04.99-.16 1.65-.39.69-.24 1.12-.54 1.28-.88.08-.17.13-.44-.07-.77v-.03l-.01-.01c-.18-.18-.41-.01-.57.12-.12.09-.26.2-.38.2-.2 0-.22-.17-.22-.17v-.01c0-.03 0-.12.07-.2.09-.09.26-.14.5-.14.09 0 .17-.07.17-.17s-.07-.17-.17-.17c-.24 0-.41-.05-.5-.14-.07-.08-.07-.17-.07-.2 0-.01.02-.18.22-.18.11 0 .26.11.38.2.15.12.35.27.53.15a.21.21 0 0 0 .06-.04c.19-.18-.01-.43-.16-.63-.12-.16-.26-.33-.26-.49 0 0 0-.29.25-.3h.01c.04 0 .16 0 .27.1.12.12.18.34.18.64 0 .09.07.17.17.17s.17-.07.17-.17c0-.3.06-.52.18-.64.1-.1.23-.1.27-.1h.01c.25.02.25.3.25.3 0 .15-.14.33-.26.49-.15.2-.35.45-.15.65.02.02.04.03.06.04.17.12.38-.04.53-.15.12-.09.26-.2.38-.2.2 0 .22.17.22.17v.01c0 .03 0 .12-.07.2-.09.09-.26.14-.5.14-.09 0-.17.07-.17.17s.07.17.17.17c.24 0 .41.05.5.14.07.08.07.17.07.2 0 .01-.02.18-.22.18-.11 0-.26-.11-.38-.2-.16-.13-.39-.3-.57-.12l-.01.01-.01.01c-.2.33-.15.6-.07.77.16.34.59.64 1.28.88.66.23 1.37.35 1.65.39.3.04.6.07.89.07.7 0 1.34-.13 1.83-.37.56-.27.52-.79.41-1.02 0-.01-.01-.01-.01-.02-.13-.22-.39-.12-.58-.04-.14.06-.31.13-.42.1-.19-.05-.17-.22-.17-.22v-.01c.01-.03.03-.12.12-.17.11-.06.29-.07.51 0 .09.02.18-.03.2-.12 0-.01.01-.03.01-.04 0-.07-.05-.14-.12-.16-.23-.07-.39-.16-.45-.27a.296.296 0 0 1-.02-.22c0-.01.06-.17.26-.11.11.03.22.18.31.3.11.15.27.35.47.28.02 0 .04-.01.06-.02.25-.14.13-.43.03-.67-.08-.18-.17-.39-.13-.54.07-.27.32-.23.32-.23h.01c.04.01.16.04.23.17.08.14.09.37.01.66 0 .01-.01.03-.01.04 0 .07.05.14.12.16.09.02.18-.03.2-.12.08-.29.19-.49.34-.57.13-.07.25-.04.29-.03h.01s.24.09.16.36c-.04.15-.22.28-.38.4-.2.15-.45.34-.31.59.01.02.02.03.04.05.14.17.37.07.55-.01.14-.06.31-.13.42-.1.19.05.17.22.17.22v.01c-.01.03-.03.12-.12.17-.11.06-.29.07-.51 0-.09-.02-.18.03-.2.12 0 .01-.01.03-.01.04 0 .07.05.14.12.16.23.06.38.15.44.26.05.09.03.18.02.21 0 .01-.06.17-.26.11-.11-.03-.22-.18-.31-.3-.13-.16-.3-.39-.52-.26a.12.12 0 0 0-.05.05c-.01.01-.26.36-.13.85.13.5.59.95 1.37 1.34.5.24 1.01.34 1.48.34.78 0 1.48-.27 1.95-.59.58-.4.91-.92.91-1.44.09-.04.16-.09.23-.15 0 .41-.18.68-.19.7-.05.08-.03.18.05.23.08.05.18.03.23-.05.02-.02.37-.57.19-1.33-.02-.07-.07-.12-.14-.13a.168.168 0 0 0-.17.09s-.15.28-.41.36c-.14.04-.3.02-.47-.07-.1-.07-.13-.23-.08-.39.07-.22.31-.46.77-.44.64 0 .81.44.81.46.02.05.06.09.11.11.05.02.11 0 .15-.03.09-.07.32-.22.46-.22.16 0 .43.14.43.42.02.17-.11.27-.23.3z'/%3E%3Cpath d='M67.82 7.65a.47.47 0 1 0 .47.47.483.483 0 0 0-.47-.47zm0 .73c-.15 0-.27-.12-.27-.27s.12-.27.27-.27.27.12.27.27-.13.27-.27.27zM62.8 6.43a.47.47 0 1 0-.001.939.47.47 0 0 0 .001-.939zm0 .74c-.15 0-.27-.12-.27-.27 0-.15.12-.27.27-.27.15 0 .27.12.27.27-.01.15-.13.27-.27.27zM66.31 7.14c-.2-.1-.48-.19-.89-.29-.49-.11-1.39-.32-1.52.23-.11.49.62.73 1.27.88.4.09.68.13.89.13h.03c.43-.01.56-.2.6-.37.03-.15 0-.38-.38-.58zm-.23.61c-.24 0-.6-.07-.84-.13-1.04-.24-1-.45-1-.45.01-.05.12-.19 1.1.03.38.09.64.17.81.26.08.04.21.12.2.2-.02.05-.11.08-.27.09z'/%3E%3Cpath d='M68.75 8.44c.03-.06.09-.1.15-.1.54 0 1.03-.14 1.34-.26-1.39-.62-5.42-2.21-10.49-2.27.26.3.89.8 1.64.8.09 0 .17.07.17.17 0 .09-.07.17-.17.17-.67 0-1.24.4-1.54.7 5.16.08 8.54 1.65 9.62 2.24-.04-.44-.5-1.04-.69-1.26-.05-.06-.06-.13-.03-.19zM62.8 7.37a.47.47 0 1 1 .47-.47c-.01.26-.22.47-.47.47zm3.89.36c-.04.16-.17.36-.6.37h-.03c-.22 0-.49-.04-.89-.13-.65-.15-1.38-.39-1.27-.88.13-.56 1.04-.35 1.52-.23.41.09.69.19.89.29.38.19.41.42.38.58zm1.13.85a.47.47 0 1 1 .47-.47c-.01.26-.22.47-.47.47zM50.42 4.13c.02.09.06.1.07.11.05.02.14.01.2-.02.01-.04.03-.07.05-.1l.06-.09c-.03-.01-.07-.03-.1-.04a.55.55 0 0 1-.09-.07c-.07.01-.15.04-.18.09-.01.01-.03.04-.01.12zM68.19 4.12c.02.03.03.06.05.1.06.02.15.04.2.02.01-.01.05-.02.07-.11.02-.09 0-.12-.01-.13-.03-.05-.12-.07-.18-.09a.55.55 0 0 1-.09.07c-.03.02-.06.03-.1.05l.06.09zM66.92 1.85c.05-.04.09-.08.15-.11.04-.02.08-.04.14-.06.03-.08.06-.21.02-.29-.01-.02-.03-.08-.16-.11-.12-.03-.17 0-.19.02-.07.06-.11.18-.12.26.04.04.07.08.09.12.03.06.06.11.07.17zM64.6 3.25a.55.55 0 0 1 .09-.07c.03-.02.06-.03.1-.05l-.06-.09c-.02-.03-.03-.06-.05-.1-.06-.02-.15-.04-.2-.02-.01.01-.05.02-.07.11-.02.09 0 .12.01.13.04.05.12.08.18.09zM57.39 2.83c.05.04.13.04.2.04.02-.03.05-.06.07-.09.03-.03.05-.05.08-.07a.27.27 0 0 1-.08-.07.351.351 0 0 1-.07-.09c-.07 0-.15 0-.2.04-.01.01-.04.03-.04.12s.03.12.04.12zM54.32 3.25c.07-.01.15-.04.18-.09.01-.01.03-.04.01-.13-.02-.09-.06-.1-.07-.11a.285.285 0 0 0-.2.02c-.01.04-.03.07-.05.1l-.06.09c.03.01.07.03.1.05.03.02.06.05.09.07zM51.86 1.74c.05.03.1.07.15.11.02-.06.04-.12.07-.17a.47.47 0 0 1 .09-.12c-.01-.09-.05-.21-.12-.26-.02-.01-.07-.05-.19-.02-.12.03-.15.09-.16.11-.04.09 0 .21.03.29.04.02.09.04.13.06zM59.35.78c.04.04.08.09.11.14a.623.623 0 0 1 .23-.23c.01-.09.01-.22-.05-.29-.01-.02-.05-.06-.18-.06s-.17.05-.18.07c-.06.07-.06.2-.05.29.05.01.09.05.12.08zM61.34 2.87c.07 0 .15 0 .2-.04.01-.01.04-.03.04-.12s-.03-.11-.04-.12c-.05-.04-.13-.04-.2-.04-.02.03-.05.06-.07.09-.03.03-.05.05-.08.07.03.02.06.04.08.07.03.03.05.06.07.09z' class='st1'/%3E%3Cpath d='M73.9 3.75c-.14 0-.37.15-.46.22-.04.03-.1.05-.15.03a.198.198 0 0 1-.11-.11c-.01-.02-.17-.45-.81-.46-.46-.01-.7.22-.77.44-.05.16-.02.32.08.39.17.09.33.11.47.07.26-.08.41-.35.41-.36.03-.06.1-.1.17-.09.07.01.13.06.14.13.18.76-.17 1.3-.19 1.33-.05.08-.15.1-.23.05a.163.163 0 0 1-.05-.23c.01-.02.18-.29.19-.7-.06.06-.14.11-.23.15 0 .52-.32 1.04-.91 1.44-.47.32-1.17.59-1.95.59-.48 0-.98-.1-1.48-.34-.78-.38-1.25-.83-1.37-1.34-.12-.49.12-.84.13-.85a.12.12 0 0 1 .05-.05c.22-.13.4.1.52.26.09.12.2.27.31.3.19.05.25-.11.26-.11a.27.27 0 0 0-.02-.21c-.06-.11-.22-.2-.44-.26a.171.171 0 0 1-.12-.16c0-.01 0-.03.01-.04.02-.09.12-.14.2-.12.23.06.41.06.51 0 .09-.05.11-.14.12-.17v-.01s.03-.17-.17-.22c-.11-.03-.28.04-.42.1-.18.07-.41.17-.55.01-.02-.01-.03-.03-.04-.05-.14-.25.11-.44.31-.59.16-.12.34-.26.38-.4.07-.27-.16-.36-.16-.36h-.01c-.04-.01-.16-.04-.29.03-.14.08-.26.28-.34.57-.02.09-.12.14-.2.12a.171.171 0 0 1-.12-.16c0-.01 0-.03.01-.04.08-.29.07-.52-.01-.66-.07-.13-.19-.16-.23-.17h-.01s-.25-.04-.32.23c-.04.15.05.35.12.54.1.23.22.52-.03.67-.02.01-.04.02-.06.02-.2.07-.35-.13-.47-.28-.09-.12-.2-.27-.31-.3-.2-.09-.26.07-.26.07a.27.27 0 0 0 .02.21c.06.11.22.2.44.26.07.02.12.09.12.16 0 .01 0 .03-.01.04-.02.09-.12.14-.2.12-.23-.06-.41-.06-.51 0-.09.05-.11.14-.12.17v.01s-.03.17.17.22c.11.03.28-.04.42-.1.19-.08.45-.19.58.04 0 .01.01.01.01.02.1.23.15.74-.41 1.02-.51.25-1.15.37-1.85.37-.29 0-.59-.02-.89-.07-.27-.04-.99-.16-1.65-.39-.69-.24-1.12-.54-1.28-.88-.08-.17-.13-.44.07-.77l.01-.01.01-.01c.18-.18.41-.01.57.12.12.09.26.2.38.2.2 0 .22-.17.22-.18 0-.03 0-.13-.07-.2-.09-.09-.26-.14-.5-.14-.09 0-.17-.07-.17-.17s.07-.17.17-.17c.24 0 .41-.05.5-.14.07-.08.07-.17.07-.2v-.01s-.02-.17-.22-.17c-.11 0-.26.11-.38.2-.15.12-.35.27-.53.15a.21.21 0 0 1-.06-.04c-.2-.2-.01-.45.15-.65.12-.16.26-.33.26-.49 0 0 0-.29-.25-.3h-.01c-.04 0-.16 0-.27.1-.12.12-.18.34-.18.64 0 .09-.07.17-.17.17s-.14-.06-.14-.15c0-.3-.06-.52-.18-.64-.1-.1-.23-.1-.27-.1h-.01c-.25.02-.25.3-.25.3 0 .15.14.33.26.49.15.2.35.45.14.65-.02.02-.04.03-.06.04-.17.12-.38-.04-.53-.15-.12-.09-.26-.2-.38-.2-.2 0-.22.17-.22.18 0 .03 0 .13.07.2.09.09.26.14.5.14.09 0 .17.07.17.17s-.07.17-.17.17c-.24 0-.41.05-.5.14-.07.08-.07.17-.07.2v.01s.02.17.22.17c.11 0 .26-.11.38-.2.16-.13.39-.3.57-.12l.01.01.01.01c.2.33.15.6.07.77-.16.34-.59.64-1.28.88-.66.23-1.37.35-1.65.39-.3.04-.6.07-.89.07-.7 0-1.34-.13-1.83-.37-.56-.27-.52-.79-.41-1.02 0-.01.01-.01.01-.02.13-.22.39-.12.58-.04.14.06.31.13.42.1.19-.05.17-.22.16-.23-.01-.03-.03-.12-.12-.18-.11-.06-.29-.07-.51 0-.09.02-.18-.03-.2-.12 0-.01-.01-.03-.01-.04 0-.07.05-.14.12-.16.23-.06.38-.15.44-.26a.27.27 0 0 0 .02-.21v-.01s-.06-.16-.25-.11c-.11.03-.22.18-.31.3-.11.15-.27.35-.47.28-.02 0-.04-.01-.06-.02-.25-.14-.13-.43-.03-.67.08-.18.16-.39.12-.54-.07-.27-.32-.23-.32-.23h-.01c-.04.01-.16.04-.23.17-.07.15-.07.38 0 .66 0 .01.01.03.01.04 0 .07-.05.14-.12.16-.09.02-.18-.03-.2-.12-.08-.29-.19-.49-.34-.57-.13-.07-.25-.04-.29-.03h-.01s-.23.08-.16.36c.04.15.22.28.38.4.2.15.45.34.31.59-.01.02-.02.03-.04.04-.14.17-.37.07-.55-.01-.14-.06-.31-.13-.42-.1-.19.05-.17.22-.16.23.01.03.03.12.12.18.11.06.29.07.51 0 .09-.02.18.03.2.12 0 .01.01.03.01.04 0 .07-.05.14-.12.16-.23.06-.38.15-.44.26-.06.12-.04.21-.03.24v.01s.06.16.25.11c.11-.03.22-.18.31-.3.13-.16.3-.39.52-.26.02.01.04.03.05.05.01.01.26.36.13.85-.13.5-.59.95-1.37 1.34-.5.24-1.01.34-1.48.34-.78 0-1.48-.27-1.95-.59-.58-.4-.91-.92-.91-1.44a.913.913 0 0 1-.23-.15c0 .41.18.68.19.7.05.08.03.18-.05.23-.08.05-.18.03-.23-.05-.02-.02-.37-.57-.19-1.33.02-.07.07-.12.14-.13.07-.01.14.03.17.09 0 0 .15.28.41.36.14.04.3.02.47-.07.1-.07.13-.23.08-.39-.07-.22-.31-.46-.76-.44-.65 0-.81.44-.82.46-.02.05-.06.09-.11.11-.05.01-.11 0-.15-.03-.1-.09-.32-.22-.46-.22-.16 0-.43.14-.43.42 0 .12.13.22.25.26.07.02.19.03.25-.09.03-.06.1-.1.17-.09.07.01.12.06.14.13.01.05.29 1.18 1.49 1.38.04.01.08.03.11.06.05.06 1.25 1.59 3.63 1 1.54-.47 1.98-1.7 1.98-1.71a.17.17 0 0 1 .24-.09c.01.01 1.37.73 3.11.56.1-.01.21-.03.31-.04.02 0 .03 0 .05-.01 1-.17 1.76-.52 2.23-.8.51-.29.78-.55.78-.55.04-.04.09-.05.14-.04.05-.01.1.01.14.04 0 0 .28.26.78.55.47.27 1.23.63 2.23.8.02 0 .03 0 .05.01.1.01.21.03.31.04 1.74.17 3.09-.55 3.11-.56a.17.17 0 0 1 .24.09c0 .01.45 1.24 1.98 1.71 2.39.59 3.62-.98 3.63-1 .03-.03.06-.06.11-.06 1.21-.2 1.49-1.37 1.49-1.38.02-.07.07-.12.14-.13.07-.01.14.03.17.09.06.12.18.11.25.09.12-.03.25-.13.25-.26-.01-.27-.29-.42-.45-.42zm-21.04.07a.47.47 0 0 1-.27.21c-.04.01-.08.02-.12.02-.08 0-.16-.02-.23-.06a.427.427 0 0 1-.21-.28c-.06-.24.08-.49.32-.56.12-.03.24-.02.35.05.11.06.18.16.21.28.03.11.01.23-.05.34zm6.6-.65c-.25 0-.46-.2-.46-.46 0-.25.2-.46.46-.46.25 0 .46.2.46.46s-.21.46-.46.46zm6.88.86a.49.49 0 0 1-.28-.21.474.474 0 0 1 .17-.63.461.461 0 0 1 .47.79c-.07.04-.15.06-.23.06-.05 0-.09 0-.13-.01z' class='st1'/%3E%3Cpath d='M57.37 6.77c0-.09.07-.17.17-.17.75 0 1.38-.51 1.64-.8-5.07.06-9.11 1.65-10.49 2.27.32.12.8.26 1.34.26.07 0 .13.04.15.1.03.06.02.13-.03.18-.19.21-.65.81-.69 1.26 1.08-.59 4.45-2.16 9.62-2.24-.3-.3-.87-.7-1.54-.7-.1.01-.17-.07-.17-.16zm-6.26 1.81a.47.47 0 1 1-.001-.939.47.47 0 0 1 .001.939zm3.54-.91c-.2.11-.49.2-.89.29-.25.06-.59.14-.89.14-.31 0-.57-.09-.64-.37-.13-.56.78-.77 1.27-.88.49-.11 1.39-.32 1.52.23.05.17.01.39-.37.59zm1.48-.3a.47.47 0 1 1 .47-.47c-.01.26-.21.47-.47.47z' class='st1'/%3E%3Cpath d='M73.69 10.52v27.43c0 2.28-1.87 4.14-4.14 4.14h-7.19c-.83 0-2.89.17-2.89 2.21 0-2.04-2.06-2.21-2.89-2.21h-7.19c-2.28 0-4.14-1.87-4.14-4.14V10.52h28.44z' style='fill:%23E40613'/%3E%3Cpath d='M59.46 44.46c-.09 0-.17-.07-.17-.17 0-1.78-1.71-2.04-2.72-2.04h-7.19a4.31 4.31 0 0 1-4.31-4.31V10.52c0-.09.07-.17.17-.17h28.45c.09 0 .17.07.17.17v27.43a4.31 4.31 0 0 1-4.31 4.31h-7.19c-1.02 0-2.73.27-2.73 2.04 0 .09-.07.16-.17.16zM45.41 10.68v27.26c0 2.19 1.78 3.98 3.98 3.98h7.19c1.51 0 2.51.52 2.89 1.46.38-.94 1.39-1.46 2.89-1.46h7.19c2.19 0 3.98-1.78 3.98-3.98V10.68H45.41z'/%3E%3Cpath d='M64.01 17.39c.13-.03.28-.07.44-.12v-.3l-.14.04c-.03.01-.06 0-.09-.01a.09.09 0 0 1-.04-.08v-.42c0-.04.03-.08.06-.09l.2-.08v-.26c0-.04.03-.08.07-.09l.43-.14c.03-.01.06 0 .09.01.03.02.04.05.04.08v.24l.14-.04c.03-.01.06 0 .09.02s.04.05.04.08l-.01.42c0 .04-.03.08-.07.09l-.19.07v.32c.11-.02.21-.04.31-.06.11-.18.14-.44.14-.54V14.2c0-.11.01-.21.01-.31-.58.68-1.35 1.87-1.62 3.52.03 0 .07-.01.1-.02zM66.69 14.21v2.33s0 .33.14.54c.1.02.2.04.31.06v-.32l-.19-.07a.096.096 0 0 1-.07-.09l-.01-.42c0-.03.01-.06.04-.08s.06-.03.09-.02l.14.04v-.24c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.43.14c.04.01.07.05.07.09v.26l.2.08c.04.02.06.05.06.09v.42c0 .03-.02.06-.04.08-.03.02-.06.02-.09.01l-.14-.04v.3c.17.04.32.08.44.12l.1.03a7.309 7.309 0 0 0-1.62-3.52c.01.09.01.19.01.3zM66.12 25.17c.71-1.06 1.34-1.65 1.67-1.92-.16-.14-.26-.38-.31-.84-.07.08-.16.15-.25.22.16.67-.13 1.19-.14 1.22-.01.02-.03.03-.06.03h-.01c-.03 0-.05-.02-.06-.05-.08-.31-.36-.67-.53-.87-.1.02-.2.03-.31.03-.55 0-1.06-.27-1.35-.58-.05.46-.16.7-.31.84.32.27.94.86 1.66 1.92zM65.18 26.62c-.15-.38-.65-1.28-2.26-2.72-.34.22-.58.49-.73.79-.21.45-.14.87-.1 1.02a8.5 8.5 0 0 0 3.09.91zM69.31 23.91c-1.61 1.43-2.11 2.34-2.26 2.72.9-.09 1.99-.33 3.09-.9.04-.15.11-.57-.1-1.02-.14-.31-.39-.58-.73-.8z' class='st3'/%3E%3Cpath d='M70.35 24.57c-.18-.39-.49-.72-.93-.99-.06-.09-.26-.34-.53-.47a.963.963 0 0 0-.79-.05c-.19-.09-.3-.33-.32-1.15.04-.1.09-.21.13-.31.08-.19.16-.37.22-.48.1-.19.16-.52.19-.8.15.16.27.2.27.21.12.04.17-.01.19-.04.06-.08.04-.17.01-.28-.03-.12-.08-.3-.08-.58 0-.26.02-.44.04-.64s.05-.42.05-.71c0-.18-.02-.39-.13-.57 0-.02.01-.04 0-.06a7.532 7.532 0 0 0-2.19-4.45c-.15-.26-.32-.33-.34-.33a.085.085 0 0 0-.07 0c-.01 0-.19.07-.34.33-.57.55-1.89 2.04-2.19 4.45v.06c-.11.18-.13.39-.13.57 0 .29.02.5.05.71.02.2.04.39.04.64 0 .28-.05.46-.08.58-.03.11-.05.2.01.28.01.02.05.05.11.05.02 0 .05 0 .08-.01 0 0 .14-.05.29-.23.03.28.09.63.19.82.06.11.14.29.22.48.04.1.09.21.13.31-.02.82-.14 1.06-.32 1.15a.924.924 0 0 0-.79.05c-.28.14-.47.39-.53.47-.44.27-.75.6-.93.99-.32.69-.1 1.31-.09 1.33l.02.06.06.03c1.27.66 2.53.91 3.52.99h.05c.1.01.21.01.3.02h.03c.12 0 .23.01.34.01.11 0 .22 0 .34-.01h.03c.1 0 .2-.01.3-.02h.05c.99-.08 2.24-.32 3.52-.99l.06-.03.02-.06c.02-.03.24-.64-.08-1.33zm-8.16.13c.14-.3.39-.57.73-.79 1.61 1.43 2.11 2.34 2.26 2.72-.9-.09-1.99-.33-3.09-.9-.04-.15-.11-.57.1-1.03zm2.04-4.95c.1-.26.17-.61.19-1.08.22-.08 1.01-.37 1.69-.37.68 0 1.47.28 1.69.37.02.5.1.86.21 1.13v.17c0 .27-.07.79-.17.98-.07.12-.15.31-.23.51-.08.19-.16.39-.24.55-.14.27-.64.66-1.24.66-.59 0-1.1-.38-1.24-.66-.08-.16-.16-.36-.24-.55-.09-.2-.17-.39-.23-.51-.1-.19-.17-.72-.17-.98v-.22zm3.97-2.36c-.13-.03-.28-.07-.44-.12v-.3l.14.04c.03.01.06 0 .09-.01a.09.09 0 0 0 .04-.08v-.42c0-.04-.03-.08-.06-.09l-.2-.08v-.26c0-.04-.03-.08-.07-.09l-.43-.14c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.24l-.14-.03c-.03-.01-.06 0-.09.02s-.04.05-.04.08l.01.42c0 .04.03.08.07.09l.19.07v.32c-.11-.02-.21-.04-.31-.06-.13-.21-.14-.53-.14-.54v-2.33c0-.11-.01-.21-.01-.31.58.68 1.35 1.86 1.62 3.52-.03-.01-.06-.02-.1-.03zm-2.68-3.18v2.33c0 .09-.03.36-.14.54-.1.02-.2.04-.31.06v-.32l.19-.07c.04-.01.07-.05.07-.09l.01-.42a.09.09 0 0 0-.04-.08.096.096 0 0 0-.09-.02l-.14.04v-.24c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.43.14c-.04.01-.07.05-.07.09v.26l-.2.08c-.04.02-.06.05-.06.09v.42c0 .03.02.06.04.08.03.02.06.02.09.01l.14-.04v.3c-.17.04-.32.08-.44.12l-.1.03a7.356 7.356 0 0 1 1.62-3.52c0 .09-.01.19-.01.3zm-1.91 6.1c0-.02.01-.04.01-.06.03-.13.08-.32.08-.63 0-.27-.02-.47-.04-.67-.02-.2-.04-.41-.04-.69 0-.12.01-.25.05-.36.02.07.06.13.11.18.14.13.22 0 .16-.1-.05-.08-.03-.23-.01-.36.04-.02.09-.04.14-.05.08-.02.18-.05.28-.07.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.11-.18-.2-.22.04-.01.07-.05.07-.1v-.51c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.14.04v-.21l.2-.08c.04-.02.06-.05.06-.09v-.25l.23-.07v.24c0 .03.01.06.04.08.03.02.06.02.09.02l.14-.04v.21l-.2.07c-.04.01-.07.05-.07.09v.51c0 .03.01.06.04.08.02.02.05.03.08.02l.27-.06c.04.05.11.15.1.25-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.1-.18-.19-.22l.01-.01c.19-.26.2-.67.2-.69V14.2c0-.81.29-1.07.39-1.14.1.07.39.33.39 1.14v2.33c0 .02 0 .42.2.69 0 0 .01 0 .01.01l.01.01c.03.04.13.15.11.27-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.01-.03-.01-.05-.03-.08.03.01.06.01.08.02.03.01.06 0 .08-.02.02-.02.04-.05.04-.08v-.51c0-.04-.03-.08-.07-.09l-.2-.07v-.21l.14.04c.03.01.06 0 .09-.02.02-.02.04-.05.04-.08v-.24l.23.07v.25c0 .04.03.08.06.09l.2.08v.21l-.14-.04c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.51c0 .03.02.06.04.08.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2 0-.01-.01-.03-.01-.04l.12.03c.05.01.1.03.14.05.02.13.04.29-.01.36-.06.1.02.23.16.1.05-.05.08-.11.11-.18.04.11.05.24.05.36 0 .28-.02.49-.04.69-.02.2-.04.4-.04.67 0 .31.05.5.08.63 0 .02.01.04.01.06-.07-.04-.19-.14-.31-.36-.14-.26-.31-.73-.3-1.53 0-.04-.02-.08-.06-.09-.04-.02-.99-.41-1.82-.41-.83 0-1.78.39-1.82.41-.04.02-.06.05-.06.09-.05 1.31-.5 1.79-.68 1.9zm4.28-1.71zm-3.57 0zm.45 3.82c.29.32.8.58 1.35.58.1 0 .21-.01.31-.03.17.2.45.56.53.87.01.03.03.05.06.05h.01c.02 0 .05-.01.06-.03.01-.02.3-.55.14-1.22.1-.07.18-.14.25-.22.05.46.16.7.31.84-.33.27-.95.86-1.67 1.92-.71-1.06-1.34-1.65-1.67-1.92.16-.15.26-.39.32-.84zm-.71.96c.01 0 .02.01.02.01.13.07.96.72 1.9 2.18.03.05.08.08.14.08s.11-.03.14-.08c.94-1.45 1.76-2.1 1.9-2.18.01 0 .01-.01.02-.01.08-.04.28-.12.55.02.15.07.26.19.34.28-1.84 1.64-2.28 2.63-2.38 2.98-.38.02-.76.02-1.14 0-.11-.35-.55-1.34-2.38-2.98.07-.09.19-.21.34-.28.27-.14.46-.06.55-.02zm6.08 2.35c-1.11.56-2.2.81-3.09.9.15-.38.65-1.29 2.26-2.72.34.23.58.49.73.79.22.46.14.88.1 1.03z'/%3E%3Cpath d='M64.64 21.47c.08.19.16.39.24.55.14.27.64.66 1.24.66.59 0 1.1-.38 1.24-.66.08-.16.16-.36.24-.55.09-.2.17-.39.23-.51.1-.19.17-.72.17-.98v-.18c-.11-.27-.19-.64-.21-1.13-.22-.08-1.01-.37-1.69-.37-.68 0-1.47.28-1.69.37-.02.46-.09.81-.19 1.08v.23c0 .27.07.79.17.98.08.12.16.31.25.51zm1.68.5c0 .07-.05.12-.12.12h-.19c-.07 0-.12-.05-.12-.12 0-.07.05-.12.12-.12h.19c.07 0 .12.06.12.12zm.48-.37c.04.04.04.1 0 .14a.09.09 0 0 1-.07.03c-.02 0-.04-.01-.06-.02-.01-.01-.07-.03-.25-.05-.02.02-.05.03-.08.03h-.45c-.03 0-.06-.01-.08-.03-.18.02-.24.04-.25.05-.04.03-.09.03-.13-.01a.097.097 0 0 1 0-.14c.05-.05.17-.08.36-.1.03-.03.06-.05.11-.05h.45c.04 0 .08.02.11.05.17.02.29.06.34.1zm-.54-1.28c-.04-.2-.03-.32-.03-.55 0-.23-.05-.26-.05-.45s.1-.22.1-.22c.13-.05.22.01.44.01s.46-.03.55-.03c.1 0 .25 0 .25.12s-.15.05-.15.13c0 .04.1.07.1.13s-.07.12-.18.18-.09.11-.06.14c.03.02.06.05.06.09v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.03c0-.02.01-.04.02-.06a.18.18 0 0 1 .07-.05c.03-.01.03-.02.03-.04 0-.04-.11-.15-.21-.15s-.17.07-.17.15-.07.27-.07.42c0 .2.14.28.14.61 0 .19-.21.22-.54.22s-.46-.03-.46-.14.14-.13.31-.13c.17 0 .22.07.29 0 .07-.05-.05-.18-.09-.38zM64.6 19.1c.49-.06.91-.01.98 0 .07.01.2.02.19.19-.01.17-.14.25-.35.26-.2.01-.26.1-.22.16.03.03.06.05.06.1v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.04c0-.04.02-.07.05-.09.05-.04.03-.09-.01-.11-.04-.02-.11-.01-.2 0-.08 0-.13-.05-.13-.09 0-.06.04-.12.22-.15.18-.02.23-.07.22-.11-.01-.04-.1-.06-.17-.06s-.17.04-.23.04-.12-.02-.16-.05c-.04-.04.03-.08.1-.08z' class='st3'/%3E%3Cpath d='M64.22 18.42c0-.04.02-.08.06-.09.04-.02.99-.41 1.82-.41.83 0 1.78.39 1.82.41.04.02.06.05.06.09-.01.8.16 1.28.3 1.53.12.22.24.32.31.36 0-.02-.01-.04-.01-.06-.03-.13-.08-.32-.08-.63 0-.27.02-.47.04-.67.02-.2.04-.41.04-.69 0-.12-.01-.25-.05-.36-.02.07-.06.13-.11.18-.14.13-.22 0-.16-.1.05-.08.03-.23.01-.36a.578.578 0 0 0-.14-.05l-.12-.03c0 .01.01.03.01.04.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26a.09.09 0 0 1-.04-.08v-.51c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.14.04v-.21l-.2-.08c-.04-.02-.06-.05-.06-.09v-.25l-.23-.07v.24c0 .03-.01.06-.04.08-.03.02-.06.02-.09.02l-.14-.04v.21l.2.07c.04.01.07.05.07.09v.51c0 .03-.01.06-.04.08-.02.02-.05.03-.08.02-.03-.01-.06-.01-.08-.02.01.02.02.05.03.08.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.12-.08-.23-.11-.27l-.01-.01s-.01 0-.01-.01c-.19-.26-.2-.67-.2-.69v-2.33c0-.81-.29-1.07-.39-1.14-.1.07-.39.33-.39 1.14v2.33c0 .02 0 .42-.2.69l-.01.01c.09.03.17.1.19.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.05-.2-.1-.25-.09.02-.17.04-.27.06-.03.01-.06 0-.08-.02-.02-.02-.04-.05-.04-.08v-.51c0-.04.03-.08.07-.09l.2-.07v-.21l-.09.02c-.03.01-.06 0-.09-.02-.02-.02-.04-.05-.04-.08v-.24l-.23.07v.25c0 .04-.03.08-.06.09l-.2.08v.21l.14-.04c.03-.01.06 0 .09.01.03.02.04.05.04.08v.51c0 .04-.03.08-.07.1.09.03.17.1.2.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26-.1.03-.19.05-.28.07-.05.01-.1.03-.14.05-.02.13-.04.29.01.36.06.1-.02.23-.16.1a.544.544 0 0 1-.11-.18c-.04.11-.05.24-.05.36 0 .28.02.49.04.69.02.2.04.4.04.67 0 .31-.05.5-.08.63 0 .02-.01.04-.01.06.2-.1.65-.58.63-1.88zm1.9-3.74c-.01-.02-.02-.03-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.01-.09-.06-.18-.09-.2zm0 .78c-.01-.02-.02-.03-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.01-.09-.06-.17-.09-.2zm-.06 1.15c.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2v-.01c-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.01 0-.02.01-.03zm.36-2.45c-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19 0 .05-.01.1-.04.14zM67.89 18.6zM64.32 18.6zM63.16 23.68c1.84 1.64 2.28 2.63 2.38 2.98.38.02.76.02 1.14 0 .11-.35.55-1.34 2.38-2.98a.981.981 0 0 0-.34-.28c-.28-.14-.47-.06-.55-.02-.01 0-.02.01-.02.01-.13.07-.96.72-1.9 2.18-.03.05-.08.08-.14.08s-.11-.03-.14-.08c-.94-1.45-1.76-2.1-1.9-2.18-.01 0-.01-.01-.02-.01a.579.579 0 0 0-.55.02c-.14.07-.26.19-.34.28zm5.22-.03.15.32-.36.05-.15-.32.36-.05zm-.56.54.15.32-.36.05-.15-.32.36-.05zm-.51.59.15.32-.36.05-.15-.32.36-.05zm-.48.65.15.32-.36.05-.15-.32.36-.05zm-.72.59.29.21-.29.21-.29-.21.29-.21zm-.36-.54-.15.32-.36-.05.15-.32.36.05zm-.48-.65-.15.32-.36-.05.15-.32.36.05zm-.88-.64.36.05-.15.32-.36-.05.15-.32zm-.35-.17-.36-.05.15-.32.36.05-.15.32z' class='st3'/%3E%3Cpath d='M66.15 13.83c-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.21-.29-.2-.3-.2zM66.06 15.03c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.29-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2 0 .05-.04.11-.13.15zM66.06 15.82c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.29-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04.02.03.1.11.08.2 0 .06-.04.11-.13.16zM66.08 16.67c.1-.01.27-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.29-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04.01 0 .03.01.04.01zM66.01 21.85c-.07 0-.12.05-.12.12 0 .07.05.12.12.12h.19c.07 0 .12-.05.12-.12 0-.07-.05-.12-.12-.12h-.19zM66.33 21.45h-.45a.16.16 0 0 0-.11.05c-.19.02-.31.05-.36.1-.04.04-.04.1 0 .14.04.03.09.04.13.01.01-.01.07-.03.25-.05.02.02.05.03.08.03h.45c.03 0 .06-.01.08-.03.18.02.24.04.25.05.02.01.04.02.06.02.02 0 .05-.01.07-.03.04-.04.04-.1 0-.14-.05-.05-.17-.08-.36-.1 0-.03-.04-.05-.09-.05zM66.4 26.23l-.29-.21-.29.21.29.21zM68.54 23.96l-.16-.31-.36.05.15.32zM67.98 24.51l-.16-.32-.36.06.15.31zM67.46 25.09l-.15-.31-.37.05.16.32zM66.98 25.75l-.15-.32-.36.05.15.32zM63.68 23.96l.36.06.15-.32-.36-.05zM64.75 24.25l-.36-.06-.15.32.36.05zM65.12 25.15l.15-.32-.36-.05-.16.31zM65.59 25.8l.16-.32-.37-.05-.15.32zM64.66 19.23c.06 0 .15-.04.23-.04.07 0 .16.01.17.06.01.04-.04.09-.22.11-.18.02-.21.09-.22.15 0 .03.05.09.13.09s.16-.02.2 0c.04.02.06.07.01.11-.03.02-.05.05-.05.09v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.04-.07-.06-.1-.04-.06.02-.15.22-.16.21-.01.34-.09.35-.26.01-.17-.12-.18-.19-.19-.07-.01-.49-.06-.98 0-.07 0-.14.04-.1.07.04.05.09.07.16.07zM66.07 20.7c-.17 0-.31.02-.31.13s.14.14.46.14.54-.03.54-.22c0-.34-.14-.41-.14-.61 0-.15.07-.34.07-.42s.07-.15.17-.15.21.11.21.15c0 .01 0 .03-.03.04-.03.01-.06.02-.07.05-.01.02-.02.04-.02.06v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.03-.07-.06-.09-.03-.03-.06-.08.06-.14s.18-.12.18-.18-.1-.09-.1-.13c0-.08.15-.01.15-.13s-.15-.12-.25-.12-.33.03-.55.03-.31-.06-.44-.01c0 0-.1.02-.1.22s.05.22.05.45 0 .36.03.55c.04.2.16.33.1.37-.08.07-.13.01-.3.01z'/%3E%3Cpath d='M53.42 14.21v2.33s0 .33.14.54c.1.02.2.04.31.06v-.32l-.19-.07a.096.096 0 0 1-.07-.09l-.01-.42c0-.03.01-.06.04-.08.03-.02.06-.03.09-.02l.14.04v-.24c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.43.14c.04.01.07.05.07.09v.26l.2.08c.04.02.06.05.06.09v.42c0 .03-.02.06-.04.08-.03.02-.06.02-.09.01l-.14-.04v.3c.17.04.32.08.44.12l.1.03a7.356 7.356 0 0 0-1.62-3.52c0 .09.01.19.01.3zM50.73 17.39c.12-.03.27-.07.44-.12v-.3l-.14.04c-.03.01-.06 0-.09-.01a.09.09 0 0 1-.04-.08v-.42c0-.04.03-.08.06-.09l.2-.08v-.26c0-.04.03-.08.07-.09l.43-.14c.03-.01.06 0 .09.01.03.02.04.05.04.08v.24l.14-.04c.03-.01.06 0 .09.02s.04.05.04.08l-.01.42c0 .04-.03.08-.07.09l-.19.07v.32c.11-.02.21-.04.31-.06.11-.18.14-.44.14-.54V14.2c0-.11.01-.21.01-.3-.58.68-1.35 1.87-1.62 3.52.04-.01.07-.02.1-.03zM56.04 23.91c-1.61 1.43-2.11 2.34-2.26 2.72.9-.09 1.99-.33 3.09-.9.04-.15.11-.57-.1-1.02a1.98 1.98 0 0 0-.73-.8zM52.84 25.17c.71-1.06 1.34-1.65 1.67-1.92-.16-.14-.26-.38-.31-.84-.07.08-.16.15-.25.22.16.67-.13 1.19-.14 1.22-.01.02-.03.03-.06.03h-.01c-.03 0-.05-.02-.06-.05-.08-.31-.36-.67-.53-.87-.1.02-.2.03-.31.03-.55 0-1.06-.27-1.35-.58-.05.46-.16.7-.31.84.33.27.95.86 1.66 1.92zM51.91 26.62c-.15-.38-.65-1.29-2.26-2.72-.34.23-.59.49-.73.8-.21.46-.14.87-.1 1.02 1.1.57 2.19.81 3.09.9z' class='st3'/%3E%3Cpath d='M57.07 24.57c-.18-.39-.49-.72-.93-.99-.06-.09-.26-.34-.53-.47a.963.963 0 0 0-.79-.05c-.19-.09-.3-.33-.32-1.15.04-.1.09-.21.13-.31.08-.19.16-.37.22-.48.1-.19.16-.52.19-.8.15.16.27.2.27.21.12.04.17-.01.19-.04.06-.08.04-.17.01-.28-.03-.12-.08-.3-.08-.58 0-.26.02-.44.04-.64s.05-.42.05-.71c0-.18-.02-.39-.13-.57 0-.02.01-.04 0-.06a7.532 7.532 0 0 0-2.19-4.45c-.15-.26-.32-.33-.34-.33a.085.085 0 0 0-.07 0c-.01 0-.19.07-.34.33-.57.55-1.89 2.04-2.19 4.45v.06c-.11.18-.13.39-.13.57 0 .29.02.5.05.71.02.2.04.39.04.64 0 .28-.05.46-.08.58-.03.11-.05.2.01.28.01.02.05.05.11.05.02 0 .05 0 .08-.01 0 0 .14-.05.29-.23.03.28.09.63.19.82.06.11.14.29.22.48.04.1.09.21.13.31-.02.82-.14 1.06-.32 1.15a.924.924 0 0 0-.79.05c-.28.14-.47.39-.53.47-.44.27-.75.6-.93.99-.32.69-.1 1.31-.09 1.33l.02.06.06.03c1.27.66 2.53.91 3.52.99h.05c.1.01.21.01.3.02h.03c.12 0 .23.01.34.01.11 0 .22 0 .34-.01h.03c.1 0 .2-.01.3-.02h.05c.99-.08 2.24-.32 3.52-.99l.06-.03.02-.06c.02-.03.24-.64-.08-1.33zm-8.16.14c.14-.31.39-.57.73-.8 1.61 1.43 2.11 2.34 2.26 2.72-.9-.09-1.99-.33-3.09-.9-.03-.15-.11-.57.1-1.02zm2.05-4.96c.1-.26.17-.61.19-1.08.22-.08 1.01-.37 1.69-.37.68 0 1.47.28 1.69.37.02.5.1.86.21 1.13v.17c0 .27-.07.79-.17.98-.07.12-.15.31-.23.51-.08.19-.16.39-.24.55-.14.27-.64.66-1.24.66-.59 0-1.1-.38-1.24-.66-.08-.16-.16-.36-.24-.55-.09-.2-.17-.39-.23-.51-.1-.19-.17-.72-.17-.98v-.22zm3.97-2.36c-.13-.03-.27-.07-.44-.12v-.3l.14.04c.03.01.06 0 .09-.01a.09.09 0 0 0 .04-.08v-.42c0-.04-.03-.08-.06-.09l-.2-.08v-.26c0-.04-.03-.08-.07-.09l-.43-.14c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.24l-.14-.04c-.03-.01-.06 0-.09.02a.09.09 0 0 0-.04.08l.01.42c0 .04.03.08.07.09l.19.07v.32c-.11-.02-.21-.04-.31-.06-.13-.21-.14-.53-.14-.54V14.2c0-.11-.01-.21-.01-.3.58.68 1.35 1.87 1.62 3.52-.04-.01-.07-.02-.1-.03zm-2.69-3.18v2.33c0 .09-.03.36-.14.54-.1.02-.2.04-.31.06v-.32l.19-.07c.04-.01.07-.05.07-.09l.01-.42a.09.09 0 0 0-.04-.08.096.096 0 0 0-.09-.02l-.14.04v-.24c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.43.14c-.04.01-.07.05-.07.09v.26l-.2.08c-.04.02-.06.05-.06.09v.42c0 .03.02.06.04.08.03.02.06.02.09.01l.14-.04v.3c-.17.04-.32.08-.44.12l-.1.03a7.356 7.356 0 0 1 1.62-3.52c0 .09-.01.19-.01.3zm-1.91 6.1c0-.02.01-.04.01-.06.03-.13.08-.32.08-.63 0-.27-.02-.47-.04-.67-.02-.2-.04-.41-.04-.69 0-.12.01-.25.05-.36.02.07.06.13.11.18.14.13.22 0 .16-.1-.05-.08-.03-.23-.01-.36.04-.02.09-.04.14-.05.08-.02.18-.05.28-.07.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.11-.18-.2-.22.04-.01.07-.05.07-.1v-.51c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.14.04v-.21l.2-.08c.04-.02.06-.05.06-.09v-.25l.23-.07v.24c0 .03.01.06.04.08.02.02.06.02.09.02l.14-.04v.21l-.2.07c-.04.01-.07.05-.07.09v.51c0 .03.01.06.04.08.02.02.05.03.08.02l.27-.06c.04.05.11.15.1.25-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.1-.18-.19-.22l.01-.01c.19-.26.2-.67.2-.69V14.2c0-.81.29-1.07.39-1.14.1.07.39.33.39 1.14v2.33c0 .02 0 .42.2.69 0 0 .01 0 .01.01l.01.01c.03.04.13.15.11.27-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.01-.03-.01-.05-.03-.08.03.01.06.01.08.02.02 0 .04 0 .06-.01.06-.03.06-.03.06-.35v-.25c0-.04-.03-.08-.07-.09l-.2-.07v-.21l.14.04c.03.01.06 0 .09-.02.02-.02.04-.05.04-.08v-.24l.23.07v.25c0 .04.03.08.06.09l.2.08v.21l-.14-.04c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.51c0 .03.02.06.04.08.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2 0-.01-.01-.03-.01-.04l.12.03c.05.01.1.03.14.05.02.13.04.29-.01.36-.06.1.02.23.16.1.05-.05.08-.11.11-.18.04.11.05.24.05.36 0 .28-.02.49-.04.69-.02.2-.04.4-.04.67 0 .31.05.5.08.63 0 .02.01.04.01.06-.07-.04-.19-.14-.31-.36-.14-.26-.31-.73-.3-1.53 0-.04-.02-.08-.06-.09-.04-.02-.99-.41-1.82-.41s-1.78.39-1.82.41c-.04.02-.06.05-.06.09-.05 1.31-.5 1.79-.68 1.9zm1.16 2.11c.29.32.8.58 1.35.58.1 0 .21-.01.31-.03.17.2.45.56.53.87.01.03.03.05.06.05h.01c.02 0 .05-.01.06-.03.01-.02.3-.55.14-1.22.1-.07.18-.14.25-.22.05.46.16.7.31.84-.33.27-.95.86-1.67 1.92-.71-1.06-1.34-1.65-1.67-1.92.16-.15.27-.39.32-.84zm-.71.96c.01 0 .02.01.02.01.13.07.96.72 1.9 2.18.03.05.08.08.14.08.06 0 .11-.03.14-.08.94-1.45 1.76-2.1 1.9-2.18.01 0 .01-.01.02-.01.08-.04.28-.12.55.02.15.07.26.19.34.28-1.84 1.64-2.28 2.63-2.38 2.98-.38.02-.76.02-1.14 0-.11-.35-.55-1.34-2.38-2.98.07-.09.19-.21.34-.28.27-.14.47-.06.55-.02zm6.09 2.35c-1.11.56-2.2.81-3.09.9.15-.38.65-1.29 2.26-2.72.34.23.58.49.73.79.21.46.13.88.1 1.03z'/%3E%3Cpath d='M51.36 21.47c.08.19.16.39.24.55.14.27.64.66 1.24.66.59 0 1.1-.38 1.24-.66.08-.16.16-.36.24-.55.09-.2.17-.39.23-.51.1-.19.17-.72.17-.98v-.18c-.11-.27-.19-.64-.21-1.13-.22-.08-1.01-.37-1.69-.37-.68 0-1.47.28-1.69.37-.02.46-.09.81-.19 1.08v.23c0 .27.07.79.17.98.08.12.17.31.25.51zm1.69.5c0 .07-.05.12-.12.12h-.19c-.07 0-.12-.05-.12-.12 0-.07.05-.12.12-.12h.19c.06 0 .12.06.12.12zm.47-.37c.04.04.04.1 0 .14a.09.09 0 0 1-.07.03c-.02 0-.04-.01-.06-.02-.01-.01-.07-.03-.25-.05-.02.02-.05.03-.08.03h-.46c-.03 0-.06-.01-.08-.03-.18.02-.24.04-.25.05-.04.03-.09.03-.13-.01a.097.097 0 0 1 0-.14c.05-.05.17-.08.36-.1.03-.03.06-.05.11-.05h.45c.04 0 .08.02.11.05.18.02.31.06.35.1zm-.53-1.28c-.04-.2-.03-.32-.03-.55 0-.23-.05-.26-.05-.45s.1-.22.1-.22c.13-.05.22.01.44.01s.46-.03.55-.03.25 0 .25.12-.15.05-.15.13c0 .04.1.07.1.13s-.07.12-.18.18c-.12.06-.09.11-.06.14.03.02.06.05.06.09v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.03c0-.02.01-.04.02-.06a.18.18 0 0 1 .07-.05c.03-.01.03-.02.03-.04 0-.04-.11-.15-.21-.15s-.17.07-.17.15-.07.27-.07.42c0 .2.14.28.14.61 0 .19-.21.22-.54.22s-.46-.03-.46-.14.14-.13.31-.13.22.07.29 0c.06-.05-.06-.18-.09-.38zm-1.67-1.22c.49-.06.91-.01.98 0 .07.01.2.02.19.19-.01.17-.14.25-.35.26-.2.01-.26.1-.22.16.03.03.06.05.06.1v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.04c0-.04.02-.07.05-.09.05-.04.03-.09-.01-.11-.04-.02-.11-.01-.2 0s-.13-.05-.13-.09c0-.06.04-.12.22-.15.18-.02.23-.07.22-.11s-.1-.06-.17-.06-.17.04-.23.04-.12-.02-.16-.05c-.04-.04.03-.08.1-.08z' class='st3'/%3E%3Cpath d='M50.95 18.42c0-.04.02-.08.06-.09.04-.02.99-.41 1.82-.41s1.78.39 1.82.41c.04.02.06.05.06.09-.01.8.16 1.28.3 1.53.12.22.24.32.31.36 0-.02-.01-.04-.01-.06-.03-.13-.08-.32-.08-.63 0-.27.02-.47.04-.67.02-.2.04-.41.04-.69 0-.12-.01-.25-.05-.36-.02.07-.06.13-.11.18-.14.13-.22 0-.16-.1.05-.08.03-.23.01-.36a.578.578 0 0 0-.14-.05l-.12-.03c0 .01.01.03.01.04.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26a.09.09 0 0 1-.04-.08v-.51c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.14.04v-.21l-.2-.08c-.04-.02-.06-.05-.06-.09v-.25l-.23-.07v.24c0 .03-.01.06-.04.08-.02.02-.06.02-.09.02l-.14-.04v.21l.2.07c.04.01.07.05.07.09V17c0 .32 0 .32-.06.35-.02.01-.04.01-.06.01-.03-.01-.06-.01-.08-.02.01.02.02.05.03.08.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.12-.08-.23-.11-.27l-.01-.01s-.01 0-.01-.01c-.19-.26-.2-.67-.2-.69v-2.33c0-.81-.29-1.07-.39-1.14-.1.07-.39.33-.39 1.14v2.33c0 .02 0 .42-.2.69l-.01.01c.09.03.17.1.19.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.05-.2-.1-.25-.09.02-.17.04-.27.06-.03.01-.06 0-.08-.02-.02-.02-.04-.05-.04-.08v-.51c0-.04.03-.08.07-.09l.2-.07v-.21l-.14.04c-.03.01-.06 0-.09-.02-.02-.02-.04-.05-.04-.08v-.24l-.23.07v.25c0 .04-.03.08-.06.09l-.2.08v.21l.14-.04c.03-.01.06 0 .09.01.03.02.04.05.04.08v.51c0 .04-.03.08-.07.1.09.03.17.1.2.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26-.1.03-.19.05-.28.07-.05.01-.1.03-.14.05-.02.13-.04.29.01.36.06.1-.02.23-.16.1a.544.544 0 0 1-.11-.18c-.04.11-.05.24-.05.36 0 .28.02.49.04.69.02.2.04.4.04.67 0 .31-.05.5-.08.63 0 .02-.01.04-.01.06.24-.12.69-.6.68-1.9zm1.9-3.74c-.01-.02-.02-.03-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16 0-.09-.07-.18-.09-.2zm0 .78c-.01-.02-.02-.03-.01-.04s.02-.02.03-.02c.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16 0-.09-.07-.17-.09-.2zm-.06 1.15c.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.02-.02-.01-.03.01-.04zm.35-2.45c-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19 0 .05 0 .1-.04.14zM49.89 23.68c1.84 1.64 2.28 2.63 2.38 2.98.38.02.76.02 1.14 0 .11-.35.55-1.34 2.38-2.98a.981.981 0 0 0-.34-.28c-.28-.14-.47-.06-.55-.02-.01 0-.02.01-.02.01-.13.07-.96.72-1.9 2.18a.16.16 0 0 1-.14.08.16.16 0 0 1-.14-.08c-.94-1.45-1.76-2.1-1.9-2.18-.01 0-.01-.01-.02-.01a.579.579 0 0 0-.55.02c-.15.07-.27.19-.34.28zm5.22-.03.15.32-.36.05-.15-.32.36-.05zm-.56.54.15.32-.36.05-.15-.32.36-.05zm-.52.59.15.32-.36.05-.15-.32.36-.05zm-.48.65.15.32-.36.05-.15-.32.36-.05zm-.72.59.29.21-.29.21-.29-.21.29-.21zm-.36-.54-.15.32-.36-.05.15-.32.36.05zm-.48-.65-.15.32-.36-.05.15-.32.36.05zm-.88-.64.36.05-.15.32-.36-.05.15-.32zm-.35-.17-.36-.05.15-.32.36.05-.15.32z' class='st3'/%3E%3Cpath d='M52.87 13.83c-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.03-.21-.29-.2-.3-.2zM52.79 15.03c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.3-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2 0 .05-.05.11-.13.15zM52.79 15.82c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.3-.19-.31-.19-.01 0-.03.01-.03.02s0 .03.01.04v.01c.02.03.1.11.08.2 0 .05-.05.1-.13.15zM52.8 16.67s.01 0 0 0c.1-.01.27-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.3-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04.01 0 .03.01.04.01zM52.74 21.85c-.07 0-.12.05-.12.12 0 .07.05.12.12.12h.19c.07 0 .12-.05.12-.12 0-.07-.05-.12-.12-.12h-.19zM53.06 21.45h-.46a.16.16 0 0 0-.11.05c-.19.02-.31.05-.36.1-.04.04-.04.1 0 .14.04.04.09.04.13.01.01-.01.07-.03.25-.05.02.02.05.03.08.03h.45c.03 0 .06-.01.08-.03.18.02.24.04.25.05.02.01.04.02.06.02.02 0 .05-.01.07-.03.04-.04.04-.1 0-.14-.05-.05-.17-.08-.36-.1 0-.03-.04-.05-.08-.05zM53.12 26.23l-.29-.21-.29.21.29.21zM55.26 23.96l-.15-.31-.37.05.16.32zM54.7 24.51l-.15-.32-.37.06.16.31zM54.18 25.09l-.15-.31-.37.05.16.32zM53.71 25.75l-.16-.32-.36.05.15.32zM50.4 23.96l.36.06.16-.32-.37-.05zM51.48 24.25l-.37-.06-.15.32.36.05zM51.84 25.15l.15-.32-.36-.05-.15.31zM52.32 25.8l.15-.32-.36-.05-.16.32zM51.38 19.23c.06 0 .15-.04.23-.04s.16.01.17.06-.04.09-.22.11c-.18.02-.21.09-.22.15 0 .03.05.09.13.09s.16-.02.2 0c.04.02.06.07.01.11-.03.02-.05.05-.05.09v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.04-.07-.06-.1-.04-.06.02-.15.22-.16.21-.01.34-.09.35-.26.01-.17-.12-.18-.19-.19-.07-.01-.49-.06-.98 0-.07 0-.14.04-.1.07.04.05.1.07.16.07zM52.8 20.7c-.17 0-.31.02-.31.13s.14.14.46.14.54-.03.54-.22c0-.34-.14-.41-.14-.61 0-.15.07-.34.07-.42s.07-.15.17-.15.21.11.21.15c0 .01 0 .03-.03.04-.03.01-.06.02-.07.05-.01.02-.02.04-.02.06v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.03-.07-.06-.09-.03-.03-.06-.08.06-.14.12-.06.18-.12.18-.18s-.1-.09-.1-.13c0-.08.15-.01.15-.13s-.16-.13-.26-.13-.33.03-.55.03-.31-.06-.44-.01c0 0-.1.02-.1.22s.05.22.05.45 0 .36.03.55c.04.2.16.33.1.37-.08.08-.13.02-.29.02z'/%3E%3Cpath d='M60.05 27.59v2.33s0 .33.14.54c.1.02.2.04.31.06v-.32l-.19-.07a.096.096 0 0 1-.07-.09l-.01-.42c0-.03.01-.06.04-.08.03-.02.06-.03.09-.02l.14.04v-.24c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.43.14c.04.01.07.05.07.09v.26l.2.08c.04.01.06.05.06.09v.42c0 .03-.02.06-.04.08s-.06.02-.09.01l-.14-.04v.3c.17.04.32.08.44.12l.1.03a7.309 7.309 0 0 0-1.62-3.52c.01.09.01.19.01.3zM57.37 30.78c.13-.03.28-.07.44-.12v-.3l-.14.04c-.03.01-.06 0-.09-.01a.09.09 0 0 1-.04-.08v-.42c0-.04.03-.08.06-.09l.2-.08v-.26c0-.04.03-.08.07-.09l.43-.14c.03-.01.06 0 .09.01.03.02.04.05.04.08v.24l.14-.04c.03-.01.06 0 .09.02s.04.05.04.08l-.01.42c0 .04-.03.08-.07.09l-.19.07v.32c.11-.02.21-.04.31-.06.13-.21.14-.53.14-.54v-2.33c0-.11.01-.21.01-.3-.58.68-1.35 1.87-1.62 3.52.03-.01.06-.02.1-.03zM59.48 38.56c.71-1.06 1.34-1.65 1.67-1.92-.16-.14-.26-.38-.31-.84-.07.08-.16.15-.25.22.16.67-.13 1.19-.14 1.22-.01.02-.03.03-.06.03h-.01c-.03 0-.05-.02-.06-.05-.08-.31-.36-.67-.53-.87-.1.02-.2.03-.31.03-.55 0-1.06-.27-1.35-.58-.05.46-.16.7-.31.84.32.26.94.86 1.66 1.92zM58.54 40.01c-.15-.38-.65-1.29-2.26-2.72-.34.23-.59.49-.73.8-.21.46-.14.87-.1 1.02 1.11.56 2.2.81 3.09.9zM62.67 37.29c-1.61 1.43-2.11 2.33-2.26 2.72.9-.09 1.99-.33 3.09-.9.04-.15.11-.57-.1-1.02-.14-.31-.39-.57-.73-.8z' class='st3'/%3E%3Cpath d='M63.7 37.95c-.18-.39-.49-.72-.93-.99-.06-.09-.26-.34-.53-.47a.963.963 0 0 0-.79-.05c-.19-.09-.3-.33-.32-1.15.04-.1.09-.21.13-.31.08-.19.16-.37.22-.48.1-.19.16-.52.19-.8.15.16.27.2.27.21.12.04.17-.01.19-.04.06-.08.04-.17.01-.28-.03-.12-.08-.3-.08-.58 0-.26.02-.44.04-.64s.05-.42.05-.71c0-.18-.02-.39-.13-.57 0-.02.01-.04 0-.06a7.532 7.532 0 0 0-2.19-4.45c-.15-.26-.32-.33-.34-.33a.085.085 0 0 0-.07 0c-.01 0-.19.07-.34.33-.57.55-1.89 2.04-2.19 4.45v.06c-.11.18-.13.39-.13.57 0 .29.02.5.05.71.02.2.04.39.04.64 0 .28-.05.46-.08.58-.03.11-.05.2.01.28.01.02.05.05.11.05.02 0 .05 0 .08-.01 0 0 .14-.05.29-.23.03.28.09.63.19.82.06.11.14.29.22.48.04.1.09.21.13.31-.02.82-.14 1.06-.32 1.15a.924.924 0 0 0-.79.05c-.28.14-.47.39-.53.47-.44.27-.75.6-.93.99-.32.69-.1 1.31-.09 1.33l.02.06.06.03c1.27.66 2.53.91 3.52.99h.05c.1.01.2.01.3.02h.03c.12 0 .23.01.34.01.11 0 .22 0 .34-.01h.03c.1 0 .2-.01.3-.02h.05c.99-.08 2.24-.32 3.52-.99l.06-.03.02-.06c.03-.02.25-.63-.08-1.33zm-8.15.14c.14-.31.39-.57.73-.8 1.61 1.43 2.11 2.34 2.26 2.72-.9-.09-1.99-.33-3.09-.9-.04-.15-.11-.56.1-1.02zm2.04-4.96c.1-.26.17-.61.19-1.08.22-.08 1.01-.37 1.69-.37.68 0 1.47.28 1.69.37.02.5.1.86.21 1.13v.17c0 .27-.07.79-.17.98-.07.12-.15.31-.23.51-.08.19-.16.39-.24.55-.14.28-.64.66-1.24.66-.59 0-1.1-.38-1.24-.66-.08-.16-.16-.36-.24-.55-.09-.2-.17-.39-.23-.51-.1-.19-.17-.72-.17-.98v-.22zm3.97-2.35c-.13-.03-.28-.07-.44-.12v-.3l.14.04c.03.01.06 0 .09-.01s.04-.05.04-.08v-.42c0-.04-.03-.08-.06-.09l-.2-.08v-.26c0-.04-.03-.08-.07-.09l-.43-.14c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.24l-.14-.04c-.03-.01-.06 0-.09.02a.09.09 0 0 0-.04.08l.01.42c0 .04.03.08.07.09l.19.07v.32c-.11-.02-.21-.04-.31-.06-.13-.21-.14-.53-.14-.54v-2.33c0-.11-.01-.21-.01-.31.58.68 1.35 1.86 1.62 3.52-.03 0-.06-.01-.1-.02zm-2.68-3.19v2.33s0 .33-.14.54c-.1.02-.2.04-.31.06v-.32l.19-.07c.04-.01.07-.05.07-.09l.01-.42a.09.09 0 0 0-.04-.08.096.096 0 0 0-.09-.02l-.14.04v-.24c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.43.14c-.04.01-.07.05-.07.09v.26l-.2.08c-.04.01-.06.05-.06.09v.42c0 .03.02.06.04.08.03.02.06.02.09.01l.14-.04v.3c-.17.04-.32.08-.44.12l-.1.03a7.356 7.356 0 0 1 1.62-3.52c-.01.09-.01.19-.01.3zm-1.91 6.11c0-.02.01-.04.01-.06.03-.13.08-.32.08-.63 0-.27-.02-.47-.04-.67-.02-.2-.04-.41-.04-.69 0-.12.01-.25.05-.36.02.07.06.13.11.18.14.13.22 0 .16-.1-.05-.08-.03-.23-.01-.36.04-.02.09-.04.14-.05.08-.02.18-.05.28-.07.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.11-.18-.2-.22.04-.01.07-.05.07-.1v-.51c0-.03-.02-.06-.04-.08a.097.097 0 0 0-.09-.01l-.14.04v-.21l.2-.08c.04-.01.06-.05.06-.09v-.25l.23-.07v.24c0 .03.01.06.04.08.02.02.06.02.09.02l.14-.04v.21l-.2.07c-.04.01-.07.05-.07.09v.51c0 .03.01.06.04.08.02.02.05.03.08.02l.27-.06c.04.05.11.15.1.25-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.02-.12-.1-.18-.19-.22l.01-.01c.19-.26.2-.67.2-.69v-2.33c0-.81.29-1.07.39-1.14.1.07.39.33.39 1.14v2.33c0 .02 0 .42.2.69 0 0 .01 0 .01.01l.01.01c.03.04.13.15.11.27-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2-.01-.03-.01-.05-.03-.08.03.01.06.01.08.02.03.01.06 0 .08-.02s.04-.05.04-.08v-.51c0-.04-.03-.08-.07-.09l-.2-.07v-.21l.14.04c.03.01.06 0 .09-.02.02-.02.04-.05.04-.08v-.24l.23.07v.25c0 .04.03.08.06.09l.2.08v.21l-.14-.04c-.03-.01-.06 0-.09.01a.09.09 0 0 0-.04.08v.51c0 .03.02.06.04.08.04.05.12.15.1.26-.01.08-.08.15-.19.22-.02.01-.03.04-.02.06.01.02.03.03.05.03h.01c.13-.02.36-.07.46-.21.04-.06.05-.13.04-.2 0-.01-.01-.03-.01-.04l.12.03c.05.01.1.03.14.05.02.13.04.29-.01.36-.06.1.02.23.16.1.05-.05.08-.11.11-.18.04.11.05.24.05.36 0 .28-.02.49-.04.69-.02.2-.04.4-.04.67 0 .31.05.5.08.63 0 .02.01.04.01.06-.07-.04-.19-.14-.31-.36-.14-.26-.31-.73-.3-1.53 0-.04-.02-.08-.06-.09-.04-.02-.99-.41-1.82-.41-.83 0-1.78.39-1.82.41-.04.02-.06.05-.06.09-.05 1.31-.51 1.79-.68 1.9zm4.28-1.71zm-3.13 3.81c.29.32.8.58 1.35.58.1 0 .21-.01.31-.03.17.2.45.56.53.87.01.03.03.05.06.05h.01c.02 0 .05-.01.06-.03.01-.02.3-.55.14-1.22.1-.07.18-.14.25-.22.05.46.16.7.31.84-.33.27-.95.86-1.67 1.92-.71-1.06-1.34-1.65-1.67-1.92.16-.14.27-.38.32-.84zm-.71.97c.01 0 .02.01.02.01.13.07.96.72 1.9 2.18.03.05.08.08.14.08s.11-.03.14-.08c.94-1.45 1.76-2.1 1.9-2.18.01 0 .01-.01.02-.01.08-.04.28-.12.55.02.15.07.26.19.34.28-1.84 1.64-2.28 2.63-2.38 2.98-.38.02-.76.02-1.14 0-.11-.35-.55-1.34-2.38-2.98.07-.09.19-.21.34-.28.28-.14.47-.06.55-.02zm6.09 2.34c-1.11.56-2.2.81-3.09.9.15-.38.65-1.29 2.26-2.72.34.23.58.49.73.79.21.46.14.88.1 1.03z'/%3E%3Cpath d='M58 34.85c.08.19.16.39.24.55.14.28.64.66 1.24.66.59 0 1.1-.38 1.24-.66.08-.16.16-.36.24-.55.09-.2.17-.39.23-.51.1-.19.17-.72.17-.98v-.17c-.11-.27-.19-.64-.21-1.13-.22-.08-1.01-.37-1.69-.37-.68 0-1.47.28-1.69.37-.02.46-.09.81-.19 1.08v.23c0 .27.07.79.17.98.08.11.16.3.25.5zm1.68.51c0 .07-.05.12-.12.12h-.19c-.07 0-.12-.05-.12-.12 0-.07.05-.12.12-.12h.19c.07 0 .12.05.12.12zm.48-.37c.04.04.04.1 0 .14a.09.09 0 0 1-.07.03c-.02 0-.04-.01-.06-.02-.01-.01-.07-.03-.25-.05-.02.02-.05.03-.08.03h-.45c-.03 0-.06-.01-.08-.03-.18.02-.24.04-.25.05-.04.03-.09.03-.13-.01a.097.097 0 0 1 0-.14c.05-.05.17-.08.36-.1.03-.03.06-.05.11-.05h.45c.04 0 .08.02.11.05.17.02.29.05.34.1zm-.54-1.28c-.04-.2-.03-.32-.03-.55s-.05-.26-.05-.45c0-.2.1-.22.1-.22.13-.05.22.01.44.01s.46-.03.55-.03c.1 0 .25 0 .25.12s-.15.05-.15.13c0 .04.1.07.1.13s-.07.12-.18.18c-.12.06-.09.11-.06.14.03.02.06.05.06.09v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.03c0-.02.01-.04.02-.06a.18.18 0 0 1 .07-.05c.03-.01.03-.02.03-.04 0-.04-.11-.15-.21-.15s-.17.07-.17.15-.07.27-.07.42c0 .2.14.28.14.61 0 .19-.21.22-.54.22s-.46-.03-.46-.14.14-.13.31-.13.22.07.29 0c.07-.05-.05-.19-.09-.38zm-1.66-1.23c.49-.06.91-.01.98 0s.2.02.19.19c-.01.17-.14.25-.35.26-.2.01-.26.1-.22.16.03.03.06.05.06.1v.03c0 .06-.05.11-.11.11h-.13c-.06 0-.11-.05-.11-.11v-.03c0-.04.02-.07.05-.09.05-.04.03-.09-.01-.11-.04-.02-.11-.01-.2 0s-.13-.05-.13-.09c0-.06.04-.12.22-.15.18-.02.23-.07.22-.11-.01-.04-.1-.06-.17-.06s-.17.04-.23.04-.12-.02-.16-.05c-.05-.05.02-.08.1-.09z' class='st3'/%3E%3Cpath d='M57.58 31.8c0-.04.02-.08.06-.09.04-.02.99-.41 1.82-.41.83 0 1.78.39 1.82.41.04.02.06.05.06.09-.01.8.16 1.28.3 1.53.12.22.24.32.31.36 0-.02-.01-.04-.01-.06-.03-.13-.08-.32-.08-.63 0-.27.02-.47.04-.67.02-.2.04-.41.04-.69 0-.12-.01-.25-.05-.36-.02.07-.06.13-.11.18-.14.13-.22 0-.16-.1.05-.08.03-.23.01-.36a.578.578 0 0 0-.14-.05l-.12-.03c0 .01.01.03.01.04.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26a.09.09 0 0 1-.04-.08v-.51c0-.03.02-.06.04-.08.03-.02.06-.02.09-.01l.14.04v-.21l-.2-.08c-.04-.01-.06-.05-.06-.09v-.25l-.23-.07v.24c0 .03-.01.06-.04.08-.02.02-.06.02-.09.02l-.14-.04v.21l.2.07c.04.01.07.05.07.09v.51c0 .03-.01.06-.04.08s-.05.03-.08.02c-.03-.01-.06-.01-.08-.02.01.02.02.05.03.08.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.12-.08-.23-.11-.27l-.01-.01s-.01 0-.01-.01c-.19-.26-.2-.67-.2-.69v-2.33c0-.81-.29-1.07-.39-1.14-.1.07-.39.33-.39 1.14v2.33c0 .02 0 .43-.2.69l-.01.01c.09.03.17.1.19.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.05-.2-.1-.25-.09.02-.17.04-.27.06-.03.01-.06 0-.08-.02-.02-.02-.04-.05-.04-.08v-.51c0-.04.03-.08.07-.09l.2-.07v-.21l-.14.04c-.03.01-.06 0-.09-.02-.02-.02-.04-.05-.04-.08v-.24l-.23.07v.25c0 .04-.03.08-.06.09l-.2.08v.21l.14-.04c.03-.01.06 0 .09.01.03.02.04.05.04.08v.51c0 .04-.03.08-.07.1.09.03.17.1.2.22.01.07 0 .14-.04.2-.1.14-.33.19-.46.21h-.01c-.02 0-.04-.01-.05-.03-.01-.02 0-.05.02-.06.12-.06.18-.14.19-.22.02-.11-.06-.21-.1-.26-.1.03-.19.05-.28.07-.05.01-.1.03-.14.05-.02.13-.04.29.01.36.06.1-.02.23-.16.1a.544.544 0 0 1-.11-.18c-.04.11-.05.24-.05.36 0 .28.02.49.04.69.02.2.04.4.04.67 0 .31-.05.5-.08.63 0 .02-.01.04-.01.06.24-.11.7-.59.68-1.9zm1.9-3.74c-.01-.02-.02-.03-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.01-.09-.06-.17-.09-.2zm0 .79c-.01-.02-.02-.03-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.01-.09-.06-.17-.09-.2zm-.06 1.14c.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2v-.01c-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19.01.05 0 .1-.03.14-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01 0 0-.02.01-.03zm.36-2.45c-.07.1-.24.14-.34.15-.01 0-.03-.01-.03-.02-.01-.02 0-.03.02-.04.08-.05.13-.1.14-.16.02-.09-.06-.17-.08-.2v-.01c-.01-.01-.01-.02-.01-.04.01-.01.02-.02.03-.02.01 0 .27-.01.31.19 0 .06-.01.11-.04.15zM61.25 31.99zM56.52 37.06c1.84 1.64 2.28 2.63 2.38 2.98.38.02.76.02 1.14 0 .11-.35.55-1.34 2.38-2.98a.981.981 0 0 0-.34-.28c-.28-.14-.47-.06-.55-.02-.01 0-.02.01-.02.01-.13.07-.96.72-1.9 2.18-.03.05-.08.08-.14.08s-.11-.03-.14-.08c-.94-1.45-1.76-2.1-1.9-2.18-.01 0-.01-.01-.02-.01a.579.579 0 0 0-.55.02c-.14.08-.26.2-.34.28zm5.22-.03.15.32-.36.05-.15-.32.36-.05zm-.56.55.15.32-.36.05-.15-.32.36-.05zm-.52.58.15.32-.36.05-.15-.32.36-.05zm-.47.65.15.32-.36.05-.15-.32.36-.05zm-.73.59.29.21-.29.21-.29-.21.29-.21zm-.36-.53-.15.32-.36-.05.15-.32.36.05zm-.47-.66-.15.32-.36-.05.15-.32.36.05zm-.88-.63.36.05-.15.32-.36-.05.15-.32zm-.35-.18-.36-.05.15-.32.36.05-.15.32z' class='st3'/%3E%3Cpath d='M59.5 27.21c-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.03-.2-.29-.2-.3-.2zM59.42 28.42c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.03-.2-.29-.19-.3-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04.02.03.1.11.08.2-.01.06-.06.11-.14.16zM59.42 29.21c-.01.01-.02.03-.02.04 0 .01.02.02.03.02.09-.01.26-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.29-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04.02.03.1.11.08.2 0 .05-.05.11-.13.16zM59.44 30.06c.1-.01.27-.05.34-.15.03-.04.04-.09.03-.14-.04-.19-.29-.19-.31-.19-.01 0-.03.01-.03.02-.01.01 0 .03.01.04v.01c.02.03.1.11.08.2-.01.06-.06.11-.14.16-.01.01-.02.03-.02.04.01 0 .02.01.04.01zM59.37 35.24c-.07 0-.12.05-.12.12 0 .07.05.12.12.12h.19c.07 0 .12-.05.12-.12 0-.07-.05-.12-.12-.12h-.19zM59.69 34.84h-.45a.16.16 0 0 0-.11.05c-.19.02-.31.05-.36.1-.04.04-.04.1 0 .14.04.04.09.04.13.01.01-.01.07-.03.25-.05.02.02.05.03.08.03h.45c.03 0 .06-.01.08-.03.18.02.24.04.25.05.02.01.04.02.06.02.02 0 .05-.01.07-.03.04-.04.04-.1 0-.14-.05-.05-.17-.08-.36-.1-.01-.03-.04-.05-.09-.05zM59.75 39.61l-.29-.21-.29.22.29.21zM61.89 37.35l-.15-.32-.36.06.15.31zM61.34 37.89l-.16-.31-.36.05.15.32zM60.82 38.48l-.16-.32-.36.05.15.32zM60.34 39.13l-.15-.32-.37.06.16.31zM57.03 37.35l.37.05.15-.31-.36-.06zM58.11 37.63l-.36-.05-.16.31.37.06zM58.48 38.53l.15-.32-.36-.05-.16.32zM58.95 39.18l.15-.31-.36-.06-.15.32zM58.01 32.61c.06 0 .15-.04.23-.04s.16.01.17.06c.01.04-.04.09-.22.11-.18.02-.21.09-.22.15 0 .03.05.09.13.09s.16-.02.2 0c.04.02.06.07.01.11-.03.02-.05.05-.05.09v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.04-.07-.06-.1-.04-.06.02-.15.22-.16.21-.01.34-.09.35-.26.01-.17-.12-.18-.19-.19s-.49-.06-.98 0c-.07 0-.14.04-.1.07.05.05.1.07.16.07zM59.43 34.08c-.17 0-.31.02-.31.13s.14.14.46.14.54-.03.54-.22c0-.34-.14-.41-.14-.61 0-.15.07-.34.07-.42s.07-.15.17-.15.21.11.21.15c0 .01 0 .03-.03.04-.03.01-.06.02-.07.05-.01.02-.02.04-.02.06v.03c0 .06.05.11.11.11h.13c.06 0 .11-.05.11-.11v-.03c0-.04-.03-.07-.06-.09-.03-.03-.06-.08.06-.14.12-.06.18-.12.18-.18s-.1-.09-.1-.13c0-.08.15-.01.15-.13 0-.12-.15-.12-.25-.12s-.33.03-.55.03-.31-.06-.44-.01c0 0-.1.02-.1.22s.05.22.05.45 0 .36.03.55c.04.2.16.33.1.37-.08.08-.13.01-.3.01z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size: 90% auto, 90% auto;
    background-position: center center, center center;
    transition:all  0.5s;
}
.scrolled_past_header a#logo {
    padding:0;
    margin: 0;
    height:89px;
    background-size: 90% auto, 0% auto;
    background-position: center -46px, center -46px;
}
a#logo img {height:0;width:0;}

.fixed_header.scrolled_past_header #menu_wide {
	box-shadow: none;
}
.fixed_header #header {transition:all 0.5s;height:var(--nonscrolledheaderheight);}
.fixed_header.scrolled_past_header #header {height:var(--scrolledheaderheight);}

#tinyblock .toplinks ul.quicklinks {margin:0;}


/* menu */
div#menu_wide {
	left: 0;
	right:0;
	width: max-content;
	height: 0;
	min-height: 0;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 9 !important;
	transition:all 0.5s !important;
}


body.menutype_horizontal #dl-menu.menu-horizontal li {padding:0 0.8125rem;}
.menu-horizontal li.first-child {margin:0;}
ul.menu-horizontal a.toplevellink ,
body.menutype_horizontal #dl-menu.menu-horizontal a.toplevellink  {font-family:'Calibri', Arial, sans-serif;}
.menu-horizontal li.active a.toplevellink ,
.singlemenu li:hover > a.toplevellink,
.singlemenu li a.show-menu {background-color:transparent;}

/* uitklap menu */
body.menutype_horizontal #dl-menu ul.dropdownmenu {width:100%;left:0;top:38px;columns:2;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li {padding:0;float:none; width:100%;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link {border:0px solid var(--bordercolor);border-width:1px 0 0;color:#000000;font-size:1.125rem;margin:0 0.5rem 0;padding:0.5rem !important;}
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link:hover,
body.menutype_horizontal #dl-menu ul.dropdownmenu li a.item-link:focus {background-color:var(--color530);}

/* landingspagina MET titel */
body.layout_four h1.onscreen {
	margin: 0 0 2.5rem !important;
	padding-top:3.125rem;
	padding-left:0 !important;
}

.row2_content .advanced_filters.search-filters h2.searchfiltertitle,
.row2_content .advanced_filters.search-filters h3:first-of-type {margin-top:3.75rem;}

/* Homepage */
/* Rij 1 zoeken */
div.topsix_search #sublayout_search {height:4rem;width:50%;margin:0 auto;box-shadow:0px 0px 5px #000000;}
div.topsix_search {padding:11.375rem 0 17.125rem; height: 32.5rem; box-sizing: border-box;}
div.topsix_search #sublayout_search input.text{padding:0.5rem 6rem 0.5rem 1rem;height:4rem;font-size:1.5rem;}
div.topsix_search #sublayout_search button.submit{height:4rem;}
div.topsix_search #sublayout_search button.submit::before {font-size:2rem;color:var(--color1);}
div.topsix_search.with_toptasks #sublayout_search {margin-bottom:9.0625rem !important;}
div.topsix_search.with_toptasks {padding-top:8.25rem;padding-bottom:0;padding-left:0;padding-right:0;}
ul.onlytoptasks.columns.bannercount-3 li.column,
ul.onlytoptasks.columns.bannercount-4 li.column,
ul.onlytoptasks.columns.bannercount-5 li.column,
ul.onlytoptasks.columns.bannercount-6 li.column {width:11.5rem;}
div.onlytoptasks {padding:0;}
ul.onlytoptasks.columns {display:flex;justify-content: space-between;flex-wrap: wrap;overflow:unset;}
ul.onlytoptasks.columns li.column {transition:all 0.5s;border-width:0;filter: drop-shadow(0px 0px 5px #666666);margin:0;}
ul.onlytoptasks.columns li.column:hover,
ul.onlytoptasks.columns li.column:focus-within {filter: drop-shadow(0px 0px 2px #000000);}
ul.onlytoptasks.columns li.column a {padding:0.25rem;height:11.5rem;transition:all 0.5s;border-width:0;font-family:'Calibri', Arial, sans-serif;background-color:var(--color2);color:var(--color1);}
ul.onlytoptasks.columns li.column a:hover, ul.onlytoptasks li.column a:focus {background-color:var(--color1);color:var(--color2);}
ul.onlytoptasks.columns li.column a img {height:5rem; width:5rem;margin:2.25rem auto 0.625rem;}
ul.onlytoptasks.columns li.column a:hover img, ul.onlytoptasks li.column a:focus img {filter: brightness(0) invert(1);}
ul.onlytoptasks li.column a span {font-size:1.375rem;line-height:1.65rem;font-weight:500;}

/* Rij 2 Of zocht u */
#row2 .onecolumn:nth-child(1) {margin-bottom:1rem;}
#row2 .onecolumn .landing.folder h2.offscreen {position:static;padding:0 0 1.375rem;margin-bottom:0;border-bottom:1px solid var(--bordercolor);}
#row2 .onecolumn .landing.folder {margin-bottom:0;}

#row2 .onecolumn .landing.folder ul.items {justify-content:space-between;}
#row2 .onecolumn .landing.folder ul.items .column {position:static;page-break-inside:avoid;margin:0;background-color:transparent;border-width:0 0 1px;border-color:var(--bordercolor);padding:0;width:31.6666%;}
#row2 .onecolumn .landing.folder ul.items li a {display:block;}
#row2 .onecolumn .landing.folder ul.items li a:hover,
#row2 .onecolumn .landing.folder ul.items li a:focus {background-color:var(--color530);}
#row2 .onecolumn .landing.folder ul.items li span.title,
#row2 .onecolumn .landing.folder ul.items li a span.title {color:#000000;font-size:1.25rem;font-weight:normal;padding:1rem 0.5rem;}
#row2 .onecolumn .landing.document h2 {display:none;}
#row2 .onecolumn .landing.document a.calltoaction {
    padding-right:4rem;
    padding-left:4rem;
	background-repeat:no-repeat;
	background-position:right 0.5rem center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}
#row2 .onecolumn .landing.document a.calltoaction:hover,
#row2 .onecolumn .landing.document a.calltoaction:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%230D4154' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}

/* Rij 3 Ook interessant */
#row3 {background-color:var(--color530);}
#row3 .contentrow .onecolumn {margin-top:3rem;margin-bottom:2rem;}
#row3 .onecolumn .landing ul.items li a {background-color:#FFFFFF;padding:0;display:flex;flex-direction:column;}
#row3 .onecolumn .landing ul.items li a:hover,
#row3 .onecolumn .landing ul.items li a:focus {background-color:#FFFFFF50;}
#row3 .onecolumn .landing h2 {margin:0 0 1.375rem;}
#row3 .onecolumn .landing h2 .newstitle {padding:0 0 0 10px;}
#row3 .onecolumn .landing .items.columns.three {padding: 10px;justify-content: space-between;}
#row3 .onecolumn .landing .items.columns.three .column {border-width:0;overflow:visible;background-color:transparent;margin:0 0 2rem;padding:0;}
#row3 .onecolumn .landing .items.columns.three .column a {box-shadow:0px 0px 10px #666666;}
#row3 .onecolumn .landing .items.columns.three .column a:hover,
#row3 .onecolumn .landing .items.columns.three .column a:focus {box-shadow:0px 0px 4px #000000;}
#row3 .onecolumn .landing .items.columns.three .column .objectinfo {position:relative;z-index:1;font-size:1rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;margin-top:-1.5rem;}
#row3 .onecolumn .landing ul.items li span.title {justify-content: space-between;box-sizing:border-box;width:100%;background-color:transparent;padding:2rem;font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem;font-weight:500;display:flex;}
#row3 .onecolumn .landing ul.items li span.title::after {
    content:"";
	background-repeat:no-repeat;
	width:28px;
	background-position:right center;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23E40613' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}
/* Rij 34 Ook interessant MAP */
#row4 {background-color:var(--color530);}
#row4 .contentrow .onecolumn {margin-top:3rem;margin-bottom:2rem;}
#row4 .onecolumn .landing ul.items li a {background-color:#FFFFFF;padding:0;display:flex;flex-direction:column;}
#row4 .onecolumn .landing ul.items li a:hover,
#row4 .onecolumn .landing ul.items li a:focus {background-color:#FFFFFF50;}
#row4 .onecolumn .landing h2 {margin:0 0 1.375rem;}
#row4 .onecolumn .landing h2 .newstitle {padding:0 0 0 10px;}
#row4 .onecolumn .landing .items.columns.three {padding: 10px;justify-content: space-between;}
#row4 .onecolumn .landing .items.columns.three .column {border-width:0;overflow:visible;background-color:transparent;margin:0 0 2rem;padding:0;}
#row4 .onecolumn .landing .items.columns.three .column a {box-shadow:0px 0px 10px #666666;}
#row4 .onecolumn .landing .items.columns.three .column a:hover,
#row4 .onecolumn .landing .items.columns.three .column a:focus {box-shadow:0px 0px 4px #000000;}
#row4 .onecolumn .landing .items.columns.three .column .objectinfo {position:relative;z-index:1;font-size:1rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;margin-top:-1.5rem;}
#row4 .onecolumn .landing ul.items li span.title {box-sizing:border-box;width:100%;background-color:transparent;padding:2rem;font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem;font-weight:500;}
#row4 .onecolumn .landing ul.items li a::after {
    content:"";
	background-repeat:no-repeat;
	height:2.5rem;
	width:100%;
	background-position:right 1rem bottom 1rem;
	background-size:11px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' xml:space='preserve'%3E%3Cpath fill='%23E40613' d='M2.49 16.78c-.37.37-.96.37-1.33 0l-.89-.88a.924.924 0 0 1 0-1.32l6.02-6.04L.27 2.48a.942.942 0 0 1 0-1.32l.89-.89c.37-.37.96-.37 1.33 0l7.59 7.59c.37.37.37.96 0 1.33l-7.59 7.59z'/%3E%3C/svg%3E%0A");
}


/* Rij 4 Thematisch nieuws */
#thematictabs .only-one-item h2,
#thematictabs .omega h2 {
    background-color:transparent;
    color:var(--color1);
    position: static;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 0;
    font-weight:500;
}
#thematictabs .omega .quickto h2 {border-width:0;}
#thematictabs {margin:2rem 0;}
#thematictabs .container-content > ul.items {position:relative;}
#thematictabs ul.items li {list-style-type:none;border-bottom:1px solid var(--bordercolor);padding:0;overflow:auto;}
#thematictabs ul.items li.with_dsecription:nth-child(1){border-top-width:0;}
#thematictabs ul.items li a {padding:1rem 0.5rem;display:block;text-decoration:none;}
#thematictabs ul.items li a:hover,
#thematictabs ul.items li a:focus {text-decoration:none;}
#thematictabs ul.items li a:hover h3,
#thematictabs ul.items li a:focus h3 {text-decoration:underline;}
#thematictabs ul.items li a h3 {margin-top:0;}
#thematictabs ul.items li a h3 .item-photo{float:left;margin:0 1rem 0 0;}
#thematictabs ul.items li a p {display:inline;padding:0;}
#thematictabs ul.items li a .objectinfo {margin-top:0.5rem;}
#thematictabs ul.items li.shorts,
#thematictabs ul.items .shorts ul.items li:nth-child(1){border-top-width:0;}
#thematictabs ul.items .shorts ul.items li a {color:#000000;padding:1rem 0.5rem;display:block;}
#thematictabs ul.items .shorts ul.items li a:hover,
#thematictabs ul.items .shorts ul.items li a:focus {background-color:var(--color530);text-decoration:underline;}
#thematictabs .read-more {display:inline-block;padding-top:1rem;}

#thematictabs .omega .fotobar h2 a {display:flex;align-items:center;gap:1rem;}
#thematictabs .omega .fotobar h2 a img {width:auto;height:32px;}
#thematictabs .omega .fotobar h2 a span {padding:0;order:2;}
#thematictabs .omega .fotobar {position:relative;}
#thematictabs .omega .fotobar a.read-more {display:none;}
#thematictabs .omega .fotobar h2 a::after {content:"";position:absolute;top:0; left:0;right:0;bottom:0;}
#thematictabs .omega .fotobar p.fotobar_description {padding:1rem 0.5rem;margin-top:0; transition:all 0.5s;}
#thematictabs .omega .fotobar:hover p.fotobar_description {background-color: var(--color530);}

#thematictabs .omega .document p {padding:1rem 0.5rem 0;}

/* Rij 5 (uitgelicht) nieuws */
#row5 .two.columns {overflow:hidden;}
.width-66 .document {position:relative;margin-bottom:0;}
.width-66 .document h2 {
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--bordercolor);
    margin: 0;
    font-weight:500;
}

.width-66 .document p.description {color:#000000;font-weight:normal;font-size:1.25rem;}
.width-66 .document p {font-size:1.25rem;}
.width-33 div.container_aside.briefing,
.width-33 div.container_aside.folder {margin-bottom:0;}

.column .quickto h2,
.container_aside.landing.briefing h2,
.container.landing.vacancy h2,
.container_aside.landing.briefing h2,
.fotobar h2,
.fotobar_three h2,
.landing.my_municipality h2,
.container.landing.vacancy h2 a,
.container_aside.landing.briefing h2 a,
.fotobar h2 a,
.fotobar_three h2 a {background-color:transparent;color:var(--color1);font-size:1.5rem;padding:0 0 1rem;margin:0;font-weight:500;}
.container_aside.landing.briefing h2 a {padding-bottom:0;}

div.container_aside > ul, div.container_aside > div {background-color:transparent;}
div.container_aside > ul,
div.container_aside > div {border-width:0;overflow:visible;}
body .quickto ul li,
body .container_aside ul.items li {border:0 solid var(--bordercolor);border-width:1px 0 0;background-color:transparent;}
body .container_aside.landing ul.items li:first-child {border-top-width:1px;}
body .container_aside.landing ul.items li a,
body .quickto ul li a{color:#000000;font-size:1rem;padding:1rem 0.5rem;}
body .container_aside ul.items li a:hover,
body .container_aside ul.items li a:focus,
body .quickto ul li a:hover,
body .quickto ul li a:focus {background-color:var(--color530);color:var(--linkcolor);}
body .container_aside.landing.vacancyoverview a.more,
body .container_aside.landing.briefing a.read-more {padding:1rem 0.5rem;border:0 solid var(--bordercolor);border-width:1px 0 0 0;font-size:1rem;text-align:left;font-weight:normal;}

/* blockqoute */
blockquote {
    position: relative;
    padding: 2rem 3rem;
    border-width:0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 100;
    background-color:var(--color530);
    width:max-content;
    text-align:center;
    margin:2rem 0;
}
blockquote:before, blockquote:after {
    color: var(--color1);
    font-size: 34px;
    position:absolute;
    font-family: FontAwesome;
}
blockquote:before {
    content: "\f10d";
    left: 0.5rem;
    top: 0.5rem;
}
blockquote:after {
    content: "\f10e";
    bottom: 0.5rem;
    right:0.5rem;
}
blockquote p {margin:0.25rem 0;}

/* tabellen */
caption {text-align:left;font-weight:500;}
.section table tr,
.section table th,
.section table td {border-width: 2px;border-color:var(--color2);border-style:solid;text-align:left;}
.section table thead th,
.section table tbody th {/*background-color:var(--color530);*/color:#000000;font-weight:500;}
.section table tr:nth-child(even) {/*background-color:var(--color510);*/color:#000000;}
.section table tr:nth-child(odd) {/*background-color:var(--color2);*/color:#000000;}

table.raster1 thead th,
table.raster1 tbody th {/*background-color:var(--color530);*/color:#000000;font-weight:500;}

table.raster2 thead th,
table.raster2 tbody th {background-color:var(--color530);color:#000000;font-weight:500;}
table.raster2 td:nth-child(odd) {background-color:var(--color510);color:#000000;}
table.raster2 td:nth-child(even) {background-color:var(--color2);color:#000000;}

table.raster3 thead th,
table.raster3 tbody th {background-color:var(--color530);color:#000000;font-weight:500;}
table.raster3 tr:nth-child(even) {background-color:var(--color510);color:#000000;}
table.raster3 tr:nth-child(odd) {background-color:var(--color2);color:#000000;}

/* uitklap blok */
button.blocktitle, .section.product button.blocktitle,
.hidden_information, .product .hidden_information,
.blocktitle.toggle-active, .section.product .blocktitle.toggle-active,
.hidden_information.open, .product .hidden_information.open {
	border-radius:0;
	border-color:var(--bordercolor);
}

button.blocktitle:focus, button.blocktitle:hover, .container_aside .vacitem button.blocktitle:focus, .container_aside .vacitem button.blocktitle:hover {
	text-decoration: underline;
}



/* sitebrede pagina */
body.overview_folder .row2_content .grid-16 {width:100%;margin:0;}


/* rechterkolom */
.detail_aside #side-content {margin-top:3.125rem;}
.container_aside {margin-bottom:2rem;}

div.container_aside.vacancyoverview .container-content p.description,
div.container_aside.folder .container-content p.description {border-bottom-color:var(--bordercolor);font-size:1.125rem;background-color:transparent;font-weight:normal;padding:0.5rem;}

div.container_aside h3{
	background-color:transparent;
	color:var(--color1);
	font-size:1.25rem;
	margin:0;
	padding:1rem 0;
	border-bottom:1px solid var(--color1);
}
div.container_aside h3 a {color:var(--color1);}

div.container_aside.url h3,
div.container_aside.vacancy h3,
div.container_aside.softlink h3,
div.container_aside.document h3 {border-bottom-width:0;}

div.container_aside.vacancy h3 span.title, 
div.container_aside.url h3 a span.title,
div.container_aside.softlink h3 a span.title,
div.container_aside.document h3 a span.title,
div.container_aside.product h3 a span.title {
	 background-color:transparent;
	color:var(--color1);
	font-size:1.25rem;
	margin:0;
	padding:1rem 0;
	border-bottom:1px solid var(--color1);
}

div.container-content, div.container_aside.briefing .container-content p {padding:0;}
.container_aside ul.items li a,
.container_aside .vacitem button {font-size:1rem;color:#000000;padding:0.5rem;}
.container_aside ul.items li {border:0 solid var(--bordercolor);border-bottom-width:1px;}
.container_aside .objectinfo {font-size:0.875rem;font-family:'Calibri', Arial, sans-serif;text-align:right;padding:0 0.5rem;}

/* Poll */
.container_aside .poll-question {color:#000000;font-weight:normal;margin:0;}
form.simpleform.poll {margin:1rem 0;}

/* witruimte aanpassing */
.layout_four .columns.two,
.layout_four .contentrow .onecolumn {margin-top:1.5rem;margin-bottom:3.5rem;}
.contentrow > .section,
.layout_four .contentrow .onecolumn,
#row1 .two.columns,
#row2 .two.columns,
#row3 .two.columns,
#row4 .two.columns,
#row6 .two.columns {margin-left:0; margin-right:0; overflow:visible;}

#row2.row2_content .grid-11 .section .items.two.columns,
#row2.row2_content .grid-11 .section .items.three.columns {
	display: flex;
	flex-flow: row wrap;
}

div[class^="sublayout_row"][class$="_"] .section {
	clear:both;
	margin:2rem 0 !important;
	overflow:hidden !important;
}

/* algemeen responsive */
@media only screen and (max-width: 512px) {
    div#row1.sublayout_row1_topsix_search {background-size:512px auto;}
    
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:50px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:0px;}
    
    div#row1.sublayout_row1_topsix_search {background-position:center top !important;}
    div.topsix_search.with_toptasks {height:auto;padding-top:140px;}
    .topsix_search ul.onlytoptasks {margin-top:20px !important;}
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	#row2 .onecolumn .landing.folder ul.items .column {width:100%;}
	html {font-size:15px !important;}
	div.topsix_search #sublayout_search {width:75%;}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 15px 0 !important;
	}
	.scrolled_past_header a#logo {
		padding: 0 !important;
	}
	
	nav.breadcrumbs {margin-left:0;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks {width:calc(100% - 20px) !important;}
	ul.onlytoptasks.columns li.column {width:100% !important;}
	ul.onlytoptasks.columns li.column a {height:auto;text-align:left;min-height:auto;display:flex;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin:5px 0 0 0;}
	ul.onlytoptasks li.column a span {height:auto;font-size:1.2rem;line-height:normal;margin:10px 10px 10px;text-align:left;width:auto;}
	ul.onlytoptasks li.column a span span {display:inline;}
	ul.onlytoptasks li.column {margin-bottom:1rem !important;}
	ul.onlytoptasks.columns li.column {height:auto;}
	
	/* kruimelpad */
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:100%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	.onecolumn .newsbanner .items.columns.three .column {
		margin:0 0 2rem;
	}
	
	 /* rij 5 */

	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
}

@media only screen and (min-width: 513px) and (max-width: 767px) {
    div#row1.sublayout_row1_topsix_search {background-size:767px auto;}
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:50px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:12px;}
    
    #row2 .onecolumn .landing.folder ul.items .column {width:48%;}
    
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	html {font-size:15px}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:100%;margin:0 auto;box-sizing:border-box;}
	div.grid-5 {width:100%;margin:0 auto;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 10px 0 !important;
	}
	.scrolled_past_header a#logo {
		padding: 0 !important;
	}
	
	nav.breadcrumbs {margin-left:0;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks.columns.bannercount-2 li.column,
	ul.onlytoptasks.columns.bannercount-3 li.column,
	ul.onlytoptasks.columns.bannercount-4 li.column,
	ul.onlytoptasks.columns.bannercount-5 li.column,
	ul.onlytoptasks.columns.bannercount-6 li.column {width:30%;}
	ul.onlytoptasks.columns li.column a {height:10.5rem;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin-top:1.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	ul.onlytoptasks.bannercount-6 li.column:nth-child(1),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(2),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(3) {margin-bottom:2rem;}
	
	/* kruimelpad */
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:48%;}
	
	/* ook interessant */
	.sublayout_row3_one-columns .three .column {width:48%;}
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	  /* rij 5 */

	
	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
	
	.three .column {width:48% !important;margin:0 1% 1rem !important;}
}
@media only screen and (max-width: 959px) {
    /* Logo */
	a#logo {
	    padding:0 !important;
        width:110px;
        height:60px;
        max-width:unset !important;
        background-position: 0 -34px, center 0;
        background-size: 110px auto, 0 0;
    }
    .scrolled_past_header a#logo {
        background-position: 0 -45px, center 0;
        background-size: 130px auto, 0 0;
    }
    #tinyblock {
        height: 108px;
        justify-content: space-between;
}
    #tinyblock form#quicksearch {border-radius:5px;border-width:2px;height:40px;box-sizing:border-box;}
    #tinyblock form#quicksearch input.text {border-radius:5px;height:36px;}
    #tinyblock #accessibility-tools {border-radius:0 0 5px 5px;}
    
    ul.onlytoptasks.columns.bannercount-5 {justify-content:space-around;}
	ul.onlytoptasks.bannercount-5 li.column:nth-child(4) {margin-left:0;}
	
	/* menu */
	.fixed_header div#menu_wide {transition:all 0.5s;top: -45px;height:auto;margin-left:10px;position:absolute;}
	.fixed_header.scrolled_past_header div#menu_wide {top: -45px;}
	body.menutype_horizontal #dl-menu {box-shadow: 0 0 5px #666666;}
	body.menutype_horizontal #dl-menu ul.dropdownmenu {columns:1;top:0;}
	body.menutype_horizontal #dl-menu.menu-horizontal li {padding:0;border-width:0;}
	body.menutype_horizontal #dl-menu.menu-horizontal li a {background-color:var(--color2);color:var(--color1);}
	body.menutype_horizontal #dl-menu.menu-horizontal ul.dropdownmenu li a {background-color:transparent;}
	
	.topsix_search #sublayout_search {display:none;}
	.topsix_search ul.onlytoptasks {margin-top:50px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    div#row1.sublayout_row1_topsix_search {background-size:959px auto;}
    div.topsix_search.with_toptasks #sublayout_search {margin-bottom:100px !important;}
    .sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:12px;}
	.fixed_header #row1.sublayout_row1_ {padding-top:0px !important;}
	html {font-size:15px}
	div.contentrow {width:94% !important;margin:0 auto;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:calc(94% + 20px) !important;}
	
	div.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	div.grid-5 {width:33%;margin:0;box-sizing:border-box;}

	/* HEADER en logo */
	div#row1.sublayout_row1_topsix_search,
	div#row1.sublayout_row1_one-columns {padding-top:0px;}
	a#logo {
		padding: 10px 0 !important;
	}
	.scrolled_past_header a#logo {
		padding: 0 !important;
	}
	
	nav.breadcrumbs {margin-left:0;}
	
	
	
	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column,
	ul.onlytoptasks.columns.bannercount-6 li.column {width:30%;}
	ul.onlytoptasks.columns li.column a {height:10.5rem;}
	ul.onlytoptasks.columns li.column a img {height:4.285714285714286rem; width:4.285714285714286rem;margin-top:1.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	ul.onlytoptasks.bannercount-6 li.column:nth-child(1),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(2),
	ul.onlytoptasks.bannercount-6 li.column:nth-child(3) {margin-bottom:2rem;}
	
	/* kruimelpad */

	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:48%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
	 /* rij 5 */

	
	 /* footer skyline */
	#footer_columns #contact {margin:0}
	.footer_website .column:nth-child(2n+1) {clear:none !important;}
	.footer_website .column:nth-child(2n) {clear:left;}
}
@media only screen and (min-width: 960px) {
    .fixed_header #readspeaker {padding-top:var(--nonscrolledheaderheight);}
	.fixed_header.calamity_active #readspeaker {padding-top:var(--nonscrolledheaderheight);}
	.sublayout_row1_topsix_search + .sublayout_row2_one-columns {margin-top:2rem;}
	body.menutype_horizontal ul#dl-menu {height:0;}
	ul.menu-horizontal a.toplevellink ,
body.menutype_horizontal #dl-menu.menu-horizontal a.toplevellink  {font-family:'Calibri', Arial, sans-serif;color:var(--color1);font-size:1.375rem; padding:0 0 1rem;}
    
    #tinyblock {
    	height: var(--nonscrolledheaderheight);
    	transition: height 0.5s
    }
    .scrolled_past_header #tinyblock {
    	height: 70px;
    }
    #tinyblock form#quicksearch,
    #tinyblock #accessibility-tools {order:2;}
    #tinyblock .toplinks {height:35px;min-width:1px;}
    .tinyblock_enabled #header .container-sessions {order:-1;height:35px;box-sizing:border-box;}
    
    #tinyblock form#quicksearch {border-radius:5px 0 0 5px;border-width:2px;height:40px;box-sizing:border-box;}
    #tinyblock form#quicksearch input.text {border-radius:5px;height:36px;}
    #tinyblock #accessibility-tools {height:40px;border-radius:0 5px 5px 0;}
    #tinyblock #accessibility-tools .webreader,
    #tinyblock #accessibility-tools .webreader .rsbtn,
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_play {height:40px;}
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_play .rsbtn_left.rsimg {padding-top:12px;}
    #tinyblock #accessibility-tools .webreader .rsbtn .rsbtn_tooltoggle {top:12px !important;}
    #tinyblock #accessibility-tools button.switch, #tinybar #accessibility-tools button.switch {height:40px;}
    
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:110px !important;}
	html {font-size:17px}
	.contentrow {width:940px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:960px;}
	
	div.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	div.grid-5 {width:33%;margin:0;box-sizing:border-box;}

	/* HEADER en logo */
	a#logo {
        width:101px;
        height:87px;
    }
    .scrolled_past_header a#logo {
        background-position: center -20px, center -20px;
    }
    div#menu_wide {
        top: 70px;
        left:120px;
    }
    .scrolled_past_header div#menu_wide {
        top: 45px;
    }


	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column,
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.6666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:110px !important;}
	html {font-size:17px}
	.contentrow {width:985px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1005px;}
	
	.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	.grid-5 {width:33%;margin:0;box-sizing:border-box;}

	/* HEADER en logo */

		/* Logo */
	a#logo {
        width:122px;
        height:105px;
    }
    .scrolled_past_header a#logo {
        background-position: center -33px, center -33px;
    }

	/* menu */
   div#menu_wide {top: 75px;transition:all 0.5s;}
	.scrolled_past_header div#menu_wide {top:45px;}
	body.menutype_horizontal #dl-menu ul.dropdownmenu {top:30px;}
	body.menutype_horizontal ul#dl-menu {width:630px;transition:all 0.5s;}
	body.menutype_horizontal.scrolled_past_header ul#dl-menu {width:630px;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column,
    ul.onlytoptasks.columns.bannercount-6 li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.6666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
	
}
@media only screen and (min-width: 1360px) and (max-width: 1459px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:167px !important;}
	html {font-size:17px}
	.contentrow {width:985px;}
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1005px;}
	
	.grid-11 {width:calc(66% - 38px);margin:0 38px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:calc(66% - 38px);margin:0 0 0 38px;box-sizing:border-box;}
	.grid-5 {width:33%;margin:0;box-sizing:border-box;}
	
	/* Logo */
	a#logo {
        width:122px;
        height:105px;
    }
    .scrolled_past_header a#logo {
        background-position: center -33px, center -33px;
    }

	/* menu */
   div#menu_wide {top: 75px;transition:all 0.5s;}
	.scrolled_past_header div#menu_wide {top:45px;}
	body.menutype_horizontal ul#dl-menu {width:630px;transition:all 0.5s;}
	body.menutype_horizontal.scrolled_past_header ul#dl-menu {width:630px;}

	/* toptaken */
	.sublayout_row2_onlytoptasks {margin-top:-7.5625rem;}
	div.topsix_search.with_toptasks {padding-top:12rem;}
	ul.onlytoptasks.columns.bannercount-3 li.column, 
	ul.onlytoptasks.columns.bannercount-4 li.column, 
	ul.onlytoptasks.columns.bannercount-5 li.column, 
	ul.onlytoptasks.columns.bannercount-6 li.column,
	ul.onlytoptasks.columns li.column {width:9rem;}
	ul.onlytoptasks.columns li.column a {height:9rem;}
	ul.onlytoptasks.columns li.column a img {height:3.5rem; width:3.5rem;margin-top:0.5rem;}
	ul.onlytoptasks li.column a span {font-size:1.2rem;line-height:1.2rem;}
	
	/* of zocht u */
	.onecolumn .landing.folder ul.items .column {width:31.666%;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column .objectinfo {margin-top:-1rem;}
	.onecolumn .newsbanner.landing ul.items li span.title {font-size:1.15rem;}
}
@media only screen and (min-width: 1460px) {
	.fixed_header #row1.sublayout_row1_ {padding-top:167px !important;}
	html {font-size:19px;}
	.contentrow {width:1440px;}
	
	/* schaduwblokken */
	.sublayout_row2_onlytoptasks .contentrow,
	.sublayout_row3_newsblock .contentrow {width:1460px;}
	
	.grid-11 {width:1070px;margin:0 40px 0 0;box-sizing:border-box;}
	.layout_search div.grid-11 {width:1070px;margin:0 0 0 40px;box-sizing:border-box;}
	.grid-5 {width:330px;margin:0;box-sizing:border-box;}

   /* menu */
	div#menu_wide {top: 90px;transition:all 0.5s;}
	.scrolled_past_header div#menu_wide {top:40px;}
	body.menutype_horizontal ul#dl-menu {width:1010px;transition:all 0.5s;}
	body.menutype_horizontal.scrolled_past_header ul#dl-menu {width:1010px;}
	
	/* ook interessant */
	.onecolumn .newsbanner .items.columns.three .column {width:455px;}

}

/* browser fixes */
div:focus {outline:none;}

/* Stops Safari / ios to give inputs a border-radius */
input[type="search"],
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }