{"id":901,"date":"2026-08-11T16:50:05","date_gmt":"2026-08-11T14:50:05","guid":{"rendered":"https:\/\/grupoparaguas.com\/madrid-grand-prix-2026\/"},"modified":"2026-09-10T12:11:11","modified_gmt":"2026-09-10T10:11:11","slug":"madrid-grand-prix-2026","status":"publish","type":"page","link":"https:\/\/grupoparaguas.com\/en\/madrid-grand-prix-2026\/","title":{"rendered":"Madrid Grand Prix 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"901\" class=\"elementor elementor-901\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-341a621 e-con e-atomic-element e-flexbox-base e-5561959 \" data-id=\"341a621\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"341a621\" data-e-type=\"e-flexbox\" data-id=\"341a621\">\n    \t\t<div class=\"elementor-element elementor-element-2383c0a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2383c0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Formula 1 in Madrid:<br \/>Experience the Grand Prix with Grupo Paraguas<\/h1>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-97f049d e-con e-atomic-element e-flexbox-base e-6ba5035 \" data-id=\"97f049d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"97f049d\" data-e-type=\"e-flexbox\" data-id=\"97f049d\">\n    \t\t<div class=\"elementor-element elementor-element-c49a4ee elementor-widget elementor-widget-heading\" data-id=\"c49a4ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EXPERIENCE | MADRID | 11 .12 .13 .SEP<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc95404 elementor-widget elementor-widget-heading\" data-id=\"dc95404\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">LESS THAN A DAY<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b89eece elementor-widget elementor-widget-html\" data-id=\"b89eece\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"contador\">\r\n  <div class=\"cont-tiempo\">\r\n    <span id=\"dias\">0<\/span>\r\n    <span class=\"txt-fecha\">Days<\/span>\r\n  <\/div>\r\n\r\n  <div class=\"cont-tiempo\">\r\n    <span id=\"horas\">0<\/span>\r\n    <span class=\"txt-fecha\">H<\/span>\r\n  <\/div>:\r\n\r\n  <div class=\"cont-tiempo\">\r\n    <span id=\"minutos\">0<\/span>\r\n    <span class=\"txt-fecha\">M<\/span>\r\n  <\/div>:\r\n\r\n  <div class=\"cont-tiempo\">\r\n    <span id=\"segundos\">0<\/span>\r\n    <span class=\"txt-fecha\">S<\/span>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n.contador {\r\n    display: flex;\r\n    gap: 0 5px;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 6px 0 0 0;\r\n}\r\n\r\n.cont-tiempo {\r\n    background: #ffffff59;\r\n    border-radius: 3px;\r\n    padding: 7px 6px;\r\n    font-weight: 300;\r\n    font-size: 24px;\r\n    display: flex;\r\n    gap: 5px;\r\n    align-items: baseline;\r\n    color: #fff;\r\n    font-family: 'Gotham';\r\n}\r\n\r\nspan.txt-fecha {\r\n    font-size: 11px;\r\n    display: inline;\r\n    line-height: 1em;\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  \/*\r\n   * El contador termina el 11 de septiembre de 2026\r\n   * a las 00:00:00, hora de Madrid (CEST).\r\n   *\/\r\n  const fechaFin = new Date(\"2026-09-11T00:00:00+02:00\");\r\n\r\n  const diasEl = document.getElementById(\"dias\");\r\n  const horasEl = document.getElementById(\"horas\");\r\n  const minutosEl = document.getElementById(\"minutos\");\r\n  const segundosEl = document.getElementById(\"segundos\");\r\n\r\n  if (!diasEl || !horasEl || !minutosEl || !segundosEl) {\r\n    return;\r\n  }\r\n\r\n  \/*\r\n   * Localiza el recuadro de d\u00edas sin a\u00f1adir IDs al HTML.\r\n   *\/\r\n  const cajaDias = diasEl.closest(\".cont-tiempo\");\r\n  const etiquetaDias = cajaDias\r\n    ? cajaDias.querySelector(\".txt-fecha\")\r\n    : null;\r\n\r\n  \/*\r\n   * Se a\u00f1ade la regla desde JS para no cambiar tu CSS.\r\n   *\/\r\n  if (!document.getElementById(\"contador-estilos-js\")) {\r\n    const estilos = document.createElement(\"style\");\r\n\r\n    estilos.id = \"contador-estilos-js\";\r\n    estilos.textContent = `\r\n      .cont-tiempo.dias-ocultos {\r\n        display: none !important;\r\n      }\r\n    `;\r\n\r\n    document.head.appendChild(estilos);\r\n  }\r\n\r\n  let intervalo = null;\r\n\r\n  function mostrarCeros() {\r\n    diasEl.textContent = \"0\";\r\n    horasEl.textContent = \"00\";\r\n    minutosEl.textContent = \"00\";\r\n    segundosEl.textContent = \"00\";\r\n\r\n    if (cajaDias) {\r\n      cajaDias.classList.add(\"dias-ocultos\");\r\n    }\r\n  }\r\n\r\n  function actualizarContador() {\r\n    const ahora = new Date();\r\n    const diferencia = fechaFin.getTime() - ahora.getTime();\r\n\r\n    \/*\r\n     * Al alcanzar el 11\/09\/2026 a las 00:00:00:\r\n     * mostrar ceros y detener el intervalo.\r\n     *\/\r\n    if (diferencia <= 0) {\r\n      mostrarCeros();\r\n\r\n      if (intervalo) {\r\n        clearInterval(intervalo);\r\n        intervalo = null;\r\n      }\r\n\r\n      return;\r\n    }\r\n\r\n    const unDia = 24 * 60 * 60 * 1000;\r\n    const unaHora = 60 * 60 * 1000;\r\n    const unMinuto = 60 * 1000;\r\n\r\n    const dias = Math.floor(diferencia \/ unDia);\r\n    const horas = Math.floor((diferencia % unDia) \/ unaHora);\r\n    const minutos = Math.floor((diferencia % unaHora) \/ unMinuto);\r\n    const segundos = Math.floor((diferencia % unMinuto) \/ 1000);\r\n\r\n    diasEl.textContent = String(dias);\r\n    horasEl.textContent = String(horas).padStart(2, \"0\");\r\n    minutosEl.textContent = String(minutos).padStart(2, \"0\");\r\n    segundosEl.textContent = String(segundos).padStart(2, \"0\");\r\n\r\n    \/*\r\n     * A menos de 24 horas, deja solo horas, minutos y segundos.\r\n     *\/\r\n    if (diferencia < unDia) {\r\n      if (cajaDias) {\r\n        cajaDias.classList.add(\"dias-ocultos\");\r\n      }\r\n    } else {\r\n      if (cajaDias) {\r\n        cajaDias.classList.remove(\"dias-ocultos\");\r\n      }\r\n\r\n      if (etiquetaDias) {\r\n        etiquetaDias.textContent = dias === 1 ? \"Day\" : \"Days\";\r\n      }\r\n    }\r\n  }\r\n\r\n  actualizarContador();\r\n  intervalo = setInterval(actualizarContador, 1000);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9487f0 elementor-widget elementor-widget-heading\" data-id=\"f9487f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">UNTIL MADRID ACCELERATES\n<\/p>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<section class=\"elementor-element elementor-element-0f6659b e-con e-atomic-element e-flexbox-base e-0f6659b-e7efc48 \" data-id=\"0f6659b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"0f6659b\" data-e-type=\"e-flexbox\" data-id=\"0f6659b\">\n    <div class=\"elementor-element elementor-element-76fb229 e-con e-atomic-element e-div-block-base e-76fb229-2069a90 \" data-id=\"76fb229\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"76fb229\" data-e-type=\"e-div-block\" data-id=\"76fb229\">\n    <div class=\"elementor-element elementor-element-9a2c8af e-con e-atomic-element e-div-block-base \" data-id=\"9a2c8af\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"9a2c8af\" data-e-type=\"e-div-block\" data-id=\"9a2c8af\">\n    \t\t<div class=\"elementor-element elementor-element-ae25aa0 elementor-widget elementor-widget-image\" data-id=\"ae25aa0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/logo-gran-premio-f1-madrid.svg\" class=\"attachment-large size-large wp-image-895\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2a3d1 elementor-widget elementor-widget-text-editor\" data-id=\"ef2a3d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>During the <strong>Formula 1 in Madrid<\/strong> weekend, <strong>Grupo Paraguas<\/strong> becomes one of the meeting points for those seeking to experience the Grand Prix beyond the circuit. <strong>Amaz\u00f3nico, Ten con Ten and Aarde<\/strong> offer different gastronomic experiences during F1, from special lunches and dinners to music, DJs and nightlife proposals. A selection of restaurants for dining and celebrating during Formula 1 in Madrid, designed both to enjoy before the race and to continue the experience after the Grand Prix. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n\n<\/section>\n<div class=\"elementor-element elementor-element-ac264ff e-con e-atomic-element e-flexbox-base e-eb262e4 \" data-id=\"ac264ff\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ac264ff\" data-e-type=\"e-flexbox\" data-id=\"ac264ff\">\n    \t\t<div class=\"elementor-element elementor-element-55ff49e e-n-menu-none e-full_width e-n-menu-layout-horizontal elementor-widget elementor-widget-n-menu\" data-id=\"55ff49e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;menu_items&quot;:[{&quot;item_title&quot;:&quot;Amaz\\u00f3nico&quot;,&quot;_id&quot;:&quot;08d4dc5&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#amazonico&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;__dynamic__&quot;:null,&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Ten Con Ten&quot;,&quot;_id&quot;:&quot;a9146b8&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#tenconten&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;__dynamic__&quot;:null,&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Aarde&quot;,&quot;_id&quot;:&quot;c580fcf&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#aarde&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;__dynamic__&quot;:null,&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;The Library&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#thelibrary&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c5940cd&quot;,&quot;__dynamic__&quot;:null,&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Aurea&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;#aurea&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b522908&quot;,&quot;__dynamic__&quot;:null,&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;}],&quot;item_position_horizontal&quot;:&quot;center&quot;,&quot;horizontal_scroll&quot;:&quot;enable&quot;,&quot;breakpoint_selector&quot;:&quot;none&quot;,&quot;_animation&quot;:&quot;none&quot;,&quot;content_width&quot;:&quot;full_width&quot;,&quot;item_layout&quot;:&quot;horizontal&quot;,&quot;open_on&quot;:&quot;hover&quot;,&quot;menu_item_title_distance_from_content&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"mega-menu.default\">\n\t\t\t\t\t\t\t<nav class=\"e-n-menu\" data-widget-number=\"901\" aria-label=\"Men\u00fa\">\n\t\t\t\t\t<button class=\"e-n-menu-toggle\" id=\"menu-toggle-901\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-controls=\"menubar-901\" aria-label=\"Menu Toggle\">\n\t\t\t<span class=\"e-n-menu-toggle-icon e-open\">\n\t\t\t\t<svg class=\"e-font-icon-svg e-eicon-menu-bar\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t<span class=\"e-n-menu-toggle-icon e-close\">\n\t\t\t\t<svg class=\"e-font-icon-svg e-eicon-close\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<div class=\"e-n-menu-wrapper\" id=\"menubar-901\" aria-labelledby=\"menu-toggle-901\">\n\t\t\t\t<ul class=\"e-n-menu-heading\">\n\t\t\t\t\t\t\t\t<li class=\"e-n-menu-item\">\n\t\t\t\t<div id=\"e-n-menu-title-9011\" class=\"e-n-menu-title e-anchor\">\n\t\t\t\t\t<a class=\"e-n-menu-title-container e-focus e-link\" href=\"#amazonico\" aria-current=\"page\">\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-n-menu-title-text\">\n\t\t\t\t\t\t\tAmaz\u00f3nico\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<li class=\"e-n-menu-item\">\n\t\t\t\t<div id=\"e-n-menu-title-9012\" class=\"e-n-menu-title e-anchor\">\n\t\t\t\t\t<a class=\"e-n-menu-title-container e-focus e-link\" href=\"#tenconten\" aria-current=\"page\">\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-n-menu-title-text\">\n\t\t\t\t\t\t\tTen Con Ten\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<li class=\"e-n-menu-item\">\n\t\t\t\t<div id=\"e-n-menu-title-9013\" class=\"e-n-menu-title e-anchor\">\n\t\t\t\t\t<a class=\"e-n-menu-title-container e-focus e-link\" href=\"#aarde\" aria-current=\"page\">\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-n-menu-title-text\">\n\t\t\t\t\t\t\tAarde\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<li class=\"e-n-menu-item\">\n\t\t\t\t<div id=\"e-n-menu-title-9014\" class=\"e-n-menu-title e-anchor\">\n\t\t\t\t\t<a class=\"e-n-menu-title-container e-focus e-link\" href=\"#thelibrary\" aria-current=\"page\">\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-n-menu-title-text\">\n\t\t\t\t\t\t\tThe Library\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<li class=\"e-n-menu-item\">\n\t\t\t\t<div id=\"e-n-menu-title-9015\" class=\"e-n-menu-title e-anchor\">\n\t\t\t\t\t<a class=\"e-n-menu-title-container e-focus e-link\" href=\"#aurea\" aria-current=\"page\">\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-n-menu-title-text\">\n\t\t\t\t\t\t\tAurea\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-a726aa3 e-flex e-con-boxed e-con e-parent\" data-id=\"a726aa3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b1d3d1 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"5b1d3d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1365\" height=\"768\" src=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-en.jpg\" class=\"attachment-full size-full wp-image-911\" alt=\"\" srcset=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-en.jpg 1365w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-en-300x169.jpg 300w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-en-1024x576.jpg 1024w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-en-768x432.jpg 768w\" sizes=\"(max-width: 1365px) 100vw, 1365px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b51a2af e-con e-atomic-element e-div-block-base e-b51a2af-84373e2 \" data-id=\"b51a2af\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"b51a2af\" data-e-type=\"e-div-block\" data-id=\"b51a2af\">\n    \t\t<div class=\"elementor-element elementor-element-111d7bf elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"111d7bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1062\" height=\"689\" src=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-movil-en.png\" class=\"attachment-full size-full wp-image-954\" alt=\"\" srcset=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-movil-en.png 1062w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-movil-en-300x195.png 300w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-movil-en-1024x664.png 1024w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/eventos-de-Formula-1-Madrid-2026-movil-en-768x498.png 768w\" sizes=\"(max-width: 1062px) 100vw, 1062px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f3361e elementor-widget elementor-widget-n-accordion\" data-id=\"9f3361e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1660\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1660\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Friday | Box Day <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1660\" class=\"elementor-element elementor-element-1f4f8f5 e-con-full e-flex e-con e-child\" data-id=\"1f4f8f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-205a6ea elementor-widget elementor-widget-text-editor\" data-id=\"205a6ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The race begins. <strong>Concepts:<br><\/strong><\/p><ul><li>Warm Up<\/li><li>Boxes<\/li><li>Preparation<\/li><li>Expectations<\/li><li>After Race<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1661\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1661\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Saturday | Pole Position <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1661\" class=\"elementor-element elementor-element-c75c686 e-con-full e-flex e-con e-child\" data-id=\"c75c686\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ed203f elementor-widget elementor-widget-text-editor\" data-id=\"4ed203f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The grand finale. <strong>Concepts:<br><\/strong><\/p><ul><li>Race<\/li><li>Victory<\/li><li>Podium<\/li><li>Celebration<\/li><li>Closing<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1662\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1662\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Sunday | Last Lap <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1662\" class=\"elementor-element elementor-element-ef66056 e-con-full e-flex e-con e-child\" data-id=\"ef66056\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3a5ed9 elementor-widget elementor-widget-text-editor\" data-id=\"a3a5ed9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The grand finale. <strong>Concepts:<br><\/strong><\/p><ul><li>Race<\/li><li>Victory<\/li><li>Podium<\/li><li>Celebration<\/li><li>Closing<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c864206 e-con e-atomic-element e-flexbox-base \" data-id=\"c864206\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"c864206\" data-e-type=\"e-flexbox\" data-id=\"c864206\">\n    \t\t<div class=\"elementor-element elementor-element-940bb6e elementor-widget-divider--view-line_icon elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"940bb6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_2\" width=\"16.23mm\" height=\"13.08mm\" viewBox=\"0 0 46 37.06\"><g id=\"Capa_1-2\"><path d=\"M15.81,16.62h.02s0,0,0,0c.29,0,.58.07.86.22,2.02,1.15,4.09,2.23,6.19,3.24-.84-.84-1.65-1.72-2.41-2.65-1.37-1.7-1.46-4.08-.22-5.92,1.42-2.12,4.19-2.86,6.44-1.72,1.84.93,3.75,1.75,5.69,2.46l.47-.93c.48-.96,1.57-1.44,2.58-1.16,1.98.55,4.07.7,6.11.47-1.22-1.78-2.65-3.36-4.28-4.73C28.77-1.2,15.48-2,7.01,4.09,4.17,6.14,1.88,8.91.22,12.32c2.12,1.83,4.39,3.51,6.75,5,2.75,1.75,5.66,3.28,8.66,4.55l-1.35-2.71c-.09-.18-.15-.37-.17-.56-.08-.55.11-1.11.52-1.51.11-.1.24-.16.36-.23.04-.02.07-.05.11-.07.12-.06.26-.09.39-.11.06-.01.11-.03.17-.03.05,0,.1-.03.16-.03,0,0,0,0-.01,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.27,24.52c-4.16-1.69-8.26-3.66-12.16-5.87l1.31,2.64c.33.66.22,1.44-.3,1.97,0,0,0,0-.01,0,0,0,0,0,0,0-.5.54-1.27.7-1.94.42-3.19-1.33-6.29-2.95-9.19-4.8-1.86-1.19-3.64-2.52-5.38-3.91-.2-.16-.4-.3-.6-.46,0,.57,0,1.13.04,1.7.2,5.28,1.33,10.52,3.34,15.61,4.24-.72,8.45-1.09,12.58-1.09h0,.02,0c6.97,0,13.78,1.03,20.32,3.08,2.82.89,5.59,1.97,8.28,3.23l1.41-6.99c-4.7-.16-11.23-1.33-17.68-5.55,0,0-.01,0-.02,0ZM7.4,30.11c-2.03,0-3.69-1.66-3.69-3.69s1.66-3.69,3.69-3.69,3.69,1.66,3.69,3.69-1.66,3.69-3.69,3.69Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.28,24.52s-.1-.06-.15-.09c-4.12-1.68-8.18-3.64-12.05-5.82l.02.04c3.9,2.21,8,4.17,12.16,5.87,0,0,.01,0,.02,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.17,23.71c.66.28,1.44.11,1.94-.42,0,0,0,0,0,0-.5.53-1.27.69-1.93.41-3.19-1.33-6.29-2.95-9.19-4.8-1.86-1.19-3.66-2.5-5.4-3.89,1.73,1.39,3.52,2.72,5.38,3.91,2.9,1.84,6,3.47,9.19,4.8Z\" style=\"fill:#fff;\"><\/path><path d=\"M43.42,17.43l-.04-.02c-1.27,0-2.55-.07-3.8-.22-2.09-.26-4.13-.72-6.13-1.37-.61-.2-1.11-.66-1.37-1.27-.07-.17-.12-.34-.14-.52-2.08-.76-4.13-1.63-6.09-2.62-.44-.22-.94-.33-1.42-.33v.02c-1.03,0-2.07.52-2.68,1.42-.78,1.18-.72,2.68.13,3.75,2.04,2.55,4.44,4.73,7.13,6.53,2.69,1.09,5.44,2.06,8.23,2.92,0,0,.02,0,.02,0,1.13.35,2.27.66,3.42.97.36.1.71.2,1.07.29.91.24,1.84.45,2.76.66.42.1.84.19,1.27.29-.5-1.91-.85-3.84-1.05-5.79-.16-1.45-.21-2.92-.22-4.38l-.05-.38c-.35.01-.7.04-1.04.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.24,25.72c-2.79-.86-5.53-1.83-8.23-2.92.02.01.04.03.05.04,2.67,1.08,5.41,2.03,8.17,2.88Z\" style=\"fill:#fff;\"><\/path><path d=\"M41.75,27c.92.24,1.84.45,2.76.66-.92-.21-1.84-.43-2.76-.66Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.26,25.73c1.13.35,2.27.67,3.42.97-1.14-.31-2.29-.63-3.42-.97Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.77,27.95c.06.01.13.03.19.04l-1.45-10.22c0,1.47.06,2.93.22,4.38.2,1.95.55,3.88,1.05,5.79Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.77,27.95c-.42-.09-.85-.19-1.27-.29.43.1.85.21,1.27.31,0,0,0-.01,0-.02Z\" style=\"fill:#fff;\"><\/path><path d=\"M40.68,26.7c.36.1.71.2,1.07.29-.36-.09-.71-.2-1.07-.29Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.24,25.72s.02,0,.02,0c0,0-.02,0-.02,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.78,27.97c-.43-.09-.85-.21-1.27-.31-.92-.21-1.84-.43-2.76-.66-.36-.09-.71-.2-1.07-.29-1.14-.31-2.28-.63-3.42-.97,0,0-.02,0-.02,0-2.77-.85-5.5-1.81-8.17-2.88.02.01.03.03.05.04,2.27,1.5,4.55,2.6,6.76,3.4,1.03.33,2.04.63,3.03.92,2.6.66,5.03.96,7.09,1.03l-.03-.24c-.06-.01-.13-.03-.19-.04,0,0,0,.01,0,.02Z\" style=\"fill:#fff;\"><\/path><path d=\"M38.91,27.19c-.99-.28-2-.59-3.03-.92,1.03.37,2.04.67,3.03.92Z\" style=\"fill:#fff;\"><\/path><path d=\"M44.8,12.25c-.05-.14-.17-.21-.3-.24.22.41.43.82.63,1.24l-.33-1Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.97,11.93h-.13c-.15,0-.28.09-.35.22l-.36.72c.71.23,1.42.46,2.14.67,2.5.72,5.09,1.26,7.69,1.62-.42-.98-.88-1.93-1.39-2.82-2.53.4-5.12.29-7.58-.4Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.34,15.35c.09.01.17.04.24.07.03-.03.06-.05.07-.07.04-.06.11-.18.06-.37l-.57-1.73c-.2-.42-.41-.84-.63-1.24-.06-.01-.11-.04-.18-.02-.26.07-.53.1-.79.15.63,1.13,1.12,2.2,1.51,3.16.1.01.2.03.3.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.04,15.31c-.38-.96-.88-2.03-1.51-3.16-.33.07-.65.14-.98.19.51.9.98,1.84,1.39,2.82.37.05.73.1,1.1.15Z\" style=\"fill:#fff;\"><\/path><path d=\"M33.77,13.73c.73.24,1.46.49,2.23.71,1.15.33,2.26.6,3.34.84.16.02.32.06.48.08,1.42.17,2.85.21,4.29.17-.05-.13-.11-.25-.17-.38-2.6-.36-5.18-.9-7.69-1.62-.72-.21-1.43-.43-2.14-.67l-.32.63c-.04.09-.04.16-.03.23Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.04,15.31c.03.07.05.14.08.21.08,0,.16,0,.23,0,.11,0,.18-.05.23-.09-.08-.03-.16-.06-.24-.07-.1-.01-.2-.03-.3-.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M43.94,15.16c.05.13.11.25.17.38.34,0,.67,0,1.01-.02-.03-.07-.05-.14-.08-.21-.37-.04-.73-.1-1.1-.15Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.04,14.07c1.71.58,3.5.96,5.3,1.21-1.08-.24-2.19-.51-3.34-.84-.77-.22-1.5-.46-2.23-.71,0,.04.02.09.03.12.02.06.09.17.24.22Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.4,22.73c-2.03,0-3.69,1.66-3.69,3.69s1.66,3.69,3.69,3.69,3.69-1.66,3.69-3.69-1.66-3.69-3.69-3.69ZM7.4,29.19c-1.53,0-2.77-1.24-2.77-2.77s1.24-2.77,2.77-2.77,2.77,1.24,2.77,2.77-1.24,2.77-2.77,2.77Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.4,23.65c-1.53,0-2.77,1.24-2.77,2.77s1.24,2.77,2.77,2.77,2.77-1.24,2.77-2.77-1.24-2.77-2.77-2.77ZM7.4,28.26c-1.01,0-1.85-.83-1.85-1.84s.83-1.85,1.85-1.85,1.85.83,1.85,1.85-.83,1.84-1.85,1.84Z\" style=\"fill:#fff;\"><\/path><\/g><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1ec9e0b e-con e-atomic-element e-flexbox-base e-d7b9d6c \" data-id=\"1ec9e0b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1ec9e0b\" data-e-type=\"e-flexbox\" data-id=\"1ec9e0b\">\n    \t\t<div class=\"elementor-element elementor-element-5eae595 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5eae595\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Restaurants and experiences to live Formula 1 in Madrid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaad9d0 elementor-widget elementor-widget-text-editor\" data-id=\"eaad9d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Enjoy the finest gastronomic offering during the Grand Prix by booking at our most distinguished venues:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-101d3b2 e-con e-atomic-element e-flexbox-base e-101d3b2-bb913c0 \" data-id=\"101d3b2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"101d3b2\" data-e-type=\"e-flexbox\" data-id=\"101d3b2\">\n    <div class=\"elementor-element elementor-element-bcf946e e-con e-atomic-element e-flexbox-base e-bcf946e-7c1ab94 \" data-id=\"bcf946e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"bcf946e\" data-e-type=\"e-flexbox\" data-id=\"bcf946e\">\n    <div class=\"elementor-element elementor-element-1989410 e-con e-atomic-element e-div-block-base e-1989410-d3dbc3e \" data-id=\"1989410\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"1989410\" data-e-type=\"e-div-block\" data-id=\"1989410\">\n    \t\t<div class=\"elementor-element elementor-element-aee9c0c elementor-widget elementor-widget-menu-anchor\" data-id=\"aee9c0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"amazonico\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-2b64a1a-6d921c2 e-svg-base\" data-interaction-id=\"2b64a1a\" data-e-type=\"widget\" data-id=\"2b64a1a\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"currentColor\" style=\"width: 100%; height: 100%; overflow: unset;\" id=\"Capa_2\" width=\"98.48mm\" height=\"31.85mm\" viewBox=\"0 0 279.16 90.28\"><g id=\"Capa_1-2\"><polygon points=\"229.17 73.02 233.72 65.61 229.55 65.61 225 73.02 229.17 73.02\" style=\"fill:#fff;\"><\/polygon><polygon points=\"223.64 73.02 228.19 65.61 224.02 65.61 219.47 73.02 223.64 73.02\" style=\"fill:#fff;\"><\/polygon><polygon points=\"218.11 73.02 222.66 65.61 218.49 65.61 213.94 73.02 218.11 73.02\" style=\"fill:#fff;\"><\/polygon><polygon points=\"187.28 68.48 214.82 68.48 216.83 65.52 189.29 65.52 187.28 68.48\" style=\"fill:#fff;\"><\/polygon><polygon points=\"184.99 72.68 212.54 72.68 214.55 69.72 187 69.72 184.99 72.68\" style=\"fill:#fff;\"><\/polygon><path d=\"M221.59,89.42c5.29-6.36,12.83-9.89,20.07-13.53,3.67-1.84,7.32-3.76,10.69-6.12,3.48-2.44,6.55-5.45,9.04-8.9,5.18-7.17,7.77-16.08,7.17-24.92-.31-4.63-1.5-9.21-3.45-13.42-1.81-3.9-4.21-7.77-7.53-10.56-1.7-1.43-3.63-2.57-5.73-3.3-.29-.1-.16-.56.13-.46,3.98,1.39,7.16,4.21,9.82,7.41,2.85,3.44,4.8,7.64,6.08,11.9,1.33,4.42,1.88,9.08,1.63,13.69-.24,4.4-1.32,8.72-3.05,12.76-1.69,3.95-4.06,7.61-6.93,10.81-2.81,3.13-6.15,5.68-9.73,7.85-7.01,4.25-14.77,7.15-21.54,11.83-2.25,1.55-4.38,3.35-6.2,5.39-.27.3-.69-.14-.44-.44h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.97,12.14c0-.21-.06-.43-.11-.63-.05-.22-.05-.46-.09-.68-.04-.23-.09-.45-.14-.68-.05-.21-.19-.45-.14-.67.03-.12.19-.19.29-.12.19.13.24.39.3.6.07.24.14.48.18.73.04.25.07.5.07.76,0,.25-.08.48-.11.73-.02.14-.24.1-.24-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.29,12.72c-.29-.08-.59-.11-.89-.14-.3-.04-.61-.03-.91,0-.61.06-1.19.27-1.72.57-.32.19-.6-.3-.29-.5.58-.37,1.27-.58,1.96-.63.35-.03.69,0,1.03.06.35.05.64.18.95.34.17.08.05.34-.13.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.07,21.88c-.04-.06-.07-.13-.11-.19,0-.03-.03-.05-.07-.06-.04-.04-.07-.1-.1-.16-.08-.14-.15-.29-.23-.44-.15-.3-.29-.62-.41-.94-.23-.64-.41-1.29-.53-1.96-.12-.67-.19-1.34-.22-2.02-.01-.33-.02-.66.01-.99.02-.18.03-.36.06-.54.03-.19.13-.35.25-.49.08-.1.28-.07.34.04.15.3.14.6.13.93,0,.31,0,.62,0,.93.01.63.07,1.25.18,1.87.1.61.25,1.22.43,1.82.09.3.19.59.29.89.05.15.11.31.17.46.07.17.15.31.12.5v-.14c.02.09.06.16.1.24.13.28-.26.52-.42.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.02,9.57c.42-.37.55-.92.43-1.42-.07-.28-.2-.52-.39-.72-.27-.26-.61-.44-.95-.56-.82-.29-1.73-.34-2.59-.45-1.03-.13-2.06-.26-3.09-.39-.73-.09-1.46-.18-2.18-.29.1-.17.2-.34.3-.52,1.23,1.3,2.56,2.6,4.15,3.45,1.49.8,3.33,1.11,4.93.46.12-.05.22-.08.29-.2.06-.1.09-.22.09-.34.01-.26-.09-.54-.25-.75-.43-.54-1.17-.67-1.79-.84-.41-.11-.23-.7.17-.62.81.16,1.69.43,2.2,1.13.22.31.34.71.33,1.09,0,.38-.18.85-.55,1.02-1.64.76-3.51.5-5.13-.19-1.93-.82-3.38-2.36-4.87-3.78-.18-.17-.06-.56.22-.53,1.03.1,2.06.24,3.09.37,1.03.13,2.06.26,3.09.38.83.1,1.68.21,2.43.62.67.36,1.11.97,1.2,1.73.09.68-.19,1.51-.93,1.63-.16.03-.33-.17-.18-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.93,8.05c0-.45-.26-.78-.63-1.01-.41-.25-.9-.25-1.32-.47-.05-.02-.04-.1.02-.12.52-.12,1.16.04,1.6.34.41.28.73.78.62,1.29-.04.17-.29.13-.3-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.03,6.19c.36.41.68.87.99,1.33.16.24.32.48.49.72.08.11.17.23.22.36.05.13.13.22.12.36,0,.07-.06.13-.14.11-.11-.03-.17-.1-.24-.18-.09-.11-.19-.21-.27-.32-.16-.24-.33-.48-.49-.72-.32-.47-.65-.96-.91-1.47-.08-.15.12-.32.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M249.05,6.03c.47.54.91,1.11,1.33,1.7.22.3.43.61.65.91.11.15.23.3.3.47.05.13.12.31.1.45,0,.06-.07.08-.12.07-.08-.01-.1-.05-.17-.09-.06-.05-.13-.08-.19-.13-.14-.12-.24-.29-.34-.44-.21-.3-.43-.61-.64-.91-.42-.59-.81-1.19-1.17-1.82-.09-.15.13-.33.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.09,6.24c.11.12.25.22.37.33.13.13.27.26.4.39.27.26.51.55.76.82.24.26.47.53.7.8.23.27.52.56.63.9.05.16-.13.27-.26.2-.3-.15-.54-.46-.76-.72-.23-.27-.46-.54-.68-.81-.22-.28-.44-.55-.67-.83-.12-.14-.22-.3-.33-.44-.05-.07-.1-.13-.14-.2-.07-.09-.11-.2-.18-.29-.09-.11.06-.27.16-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.22,5.87c.47.61.94,1.22,1.41,1.83.23.3.48.59.71.88.12.15.25.3.36.46.1.15.25.34.25.52,0,.1-.09.15-.18.13-.16-.03-.33-.19-.45-.3-.14-.13-.26-.27-.39-.42-.27-.3-.51-.64-.75-.96-.47-.63-.88-1.29-1.24-2-.09-.18.15-.31.27-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.58,5.91c.16.21.29.44.43.67.14.22.29.44.45.66.32.44.67.86,1.06,1.25.18.19.38.36.57.55.17.16.33.55.05.7-.2.11-.38-.03-.41-.2-.03-.14.08-.3.23-.21.08.05.06.15-.02.18.27-.1-.06-.17.04-.15-.05,0-.09.01-.14.02-.02.01-.03.08-.06.04-.05-.06-.12-.12-.18-.17-.14-.13-.28-.27-.41-.41-.25-.27-.49-.56-.72-.86-.22-.29-.42-.61-.6-.93-.18-.33-.38-.68-.47-1.05-.03-.13.13-.18.2-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.06,6.26c.28.46.57.91.89,1.35.16.22.32.44.49.66.16.21.35.4.5.62.13.19-.18.37-.3.18-.19-.29-.45-.52-.64-.81-.04-.06.04-.14.1-.1.28.2.5.48.78.67-.07.09-.14.18-.21.28-.18-.19-.33-.42-.48-.63-.16-.22-.31-.44-.46-.66-.31-.46-.6-.94-.87-1.42-.07-.13.13-.25.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M245.39,5.95c.17.24.34.48.51.73.16.25.33.49.49.73.33.49.69.96,1.01,1.45.13.21-.2.4-.33.19-.25-.41-.57-.78-.8-1.21-.03-.06.04-.11.09-.07.37.32.66.71,1,1.05-.09.09-.18.18-.27.27-.37-.46-.68-.95-.99-1.45-.15-.25-.3-.5-.45-.76-.16-.28-.29-.56-.42-.84-.05-.1.09-.18.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M244.61,5.8c.71.89,1.46,1.75,2.14,2.65.07.1.04.26-.04.34-.09.09-.23.1-.34.04-.36-.18-.68-.61-.7-1.02,0-.11.15-.18.22-.09.1.13.21.26.33.38.03.03.07.06.11.09-.07-.06.06.03.07.04.08.05.17.08.26.12-.11.15-.23.29-.34.44-.7-.89-1.34-1.84-2.02-2.75-.14-.18.17-.42.32-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M244.22,6.18c.22.22.43.45.64.69.11.13.22.25.32.38.05.06.1.12.15.18.04.05.05.11.05.17,0-.09,0-.02,0,0,.03.17-.1.31-.27.27-.28-.06-.47-.4-.64-.61-.21-.26-.41-.53-.61-.8-.16-.21.18-.46.36-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.88,9.51c.5-.47.66-1.23.41-1.87-.29-.74-1.08-1.21-1.78-1.5-1.63-.67-3.44-.61-5.17-.64-1.46-.03-3-.08-4.33-.74-.16-.08-.05-.35.12-.29.41.15.82.28,1.24.37.43.09.85.14,1.28.19.88.1,1.76.1,2.64.12,1.7.04,3.51.12,5.02.99.66.38,1.26.99,1.39,1.78.1.65-.11,1.42-.79,1.65-.03,0-.05-.03-.03-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M241.15,4.51c.66.38,1.25,1.08,1.45,1.82.01.05-.05.1-.09.05-.23-.28-.45-.58-.7-.84-.27-.28-.56-.53-.87-.77-.15-.12.04-.35.2-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M241.8,5.31c.54.59,1.06,1.2,1.63,1.76.58.56,1.21,1.05,1.89,1.48,1.36.86,2.87,1.42,4.47,1.61.75.09,1.64.14,2.21-.44.22-.22.37-.51.44-.82.08-.31.01-.66.13-.95.03-.08.12-.13.19-.08.33.21.35.68.3,1.03-.05.36-.2.71-.42,1-.54.72-1.42.92-2.28.85-.82-.07-1.64-.28-2.42-.54-.76-.25-1.51-.57-2.21-.95-.84-.45-1.62-1-2.32-1.63-.71-.63-1.35-1.34-1.78-2.19-.05-.1.08-.21.16-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M245.99,5.39c.47.09.94.17,1.42.18.25,0,.5-.01.74-.05.23-.03.45-.1.68-.11.17,0,.34.09.41.25.07.16.04.35-.13.43-.35.17-.52-.46-.2-.43.07,0,.12.08.08.15,0-.01,0-.02,0-.03,0,.03,0,.03,0,0-.04.05-.06.06-.08.03,0-.02-.02-.03-.04-.03-.11-.04-.29.04-.41.06-.29.06-.59.08-.89.08-.57,0-1.15-.09-1.67-.34-.11-.05-.03-.21.08-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.44,5.27c.85-.13,1.69-.07,2.53.12.42.1.83.23,1.23.4.4.17.8.37,1.13.67.16.14,0,.45-.21.37-.37-.14-.72-.33-1.08-.49-.37-.16-.76-.29-1.15-.39-.77-.2-1.58-.27-2.38-.28-.22,0-.28-.36-.05-.39h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.75,5.71c.48.15.95.35,1.4.59.21.12.43.25.62.4.19.15.44.3.5.55.02.09-.06.16-.14.14-.22-.04-.38-.23-.55-.36-.2-.15-.4-.3-.6-.43-.41-.27-.83-.49-1.29-.65-.15-.05-.09-.29.07-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.83,5.81c.43.27.84.56,1.23.89.38.32.78.68,1.07,1.09.14.21-.17.43-.34.26-.32-.31-.68-.58-1.02-.86-.18-.15-.36-.3-.54-.44-.19-.15-.38-.31-.6-.42.05-.09.11-.18.16-.28.27.14.5.33.73.52.23.19.46.39.68.59.22.21.43.42.63.64.1.11.22.23.28.36.03.07.08.12.12.19.03.06.05.13.07.2.05.13-.12.25-.23.18-.49-.3-.84-.79-1.24-1.2-.2-.2-.39-.4-.6-.6-.22-.21-.44-.4-.64-.63-.13-.16.09-.38.23-.23.15.17.35.3.54.44.18.14.36.26.54.39.38.27.75.55,1.15.8-.09.11-.18.23-.26.34-.17-.16-.32-.35-.49-.51-.16-.17-.34-.33-.51-.49-.36-.33-.74-.64-1.15-.92-.19-.13-.02-.44.18-.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.71,8.81c.43.55,1.05.89,1.76.89.7,0,1.31-.38,1.67-.97.39-.64.39-1.39.05-2.05-.21-.41-.48-.78-.73-1.16-.25-.4-.49-.8-.73-1.22-.73-1.29-1.3-2.64-1.81-4.03.14-.02.29-.04.43-.06-.04,1.99-.41,3.95-.95,5.86-.24.86-.47,1.82-.03,2.66.36.67,1.06,1.09,1.81,1.1.53,0,1.05-.21,1.48-.52.21-.15.43.17.27.35-.58.62-1.49.81-2.3.64-.77-.16-1.43-.73-1.77-1.43-.42-.88-.24-1.86.01-2.75.27-.96.53-1.9.71-2.88.18-1,.28-2.01.32-3.02.01-.25.36-.3.43-.06.3.9.68,1.76,1.1,2.61.41.85.88,1.67,1.39,2.47.47.73,1.05,1.42,1.11,2.32.05.73-.27,1.49-.79,1.99-1.05,1.02-3.01.8-3.77-.47-.12-.2.18-.46.34-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.13,4.97c.4.59.72,1.22.97,1.88.12.32.23.66.3,1,.04.18.07.36.1.54.02.13.04.33-.07.43-.03.03-.07.03-.1.01-.11-.06-.15-.23-.17-.35-.03-.16-.06-.32-.09-.48-.07-.34-.16-.68-.27-1.01-.22-.67-.52-1.3-.9-1.89-.09-.14.13-.27.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.41,2.18c.59.95,1.07,1.95,1.52,2.98.23.52.43,1.05.63,1.59.18.5.41,1.08.39,1.63,0,.11-.14.14-.2.05-.32-.43-.47-1-.65-1.5-.19-.52-.38-1.03-.57-1.54-.4-1.05-.85-2.08-1.29-3.11-.05-.12.11-.22.18-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.19,2.76c.63,1.04,1.13,2.17,1.6,3.29.23.56.44,1.12.63,1.69.1.29.2.59.26.9.06.3.13.59.1.9,0,.06-.07.07-.1.03-.17-.23-.27-.49-.38-.76-.12-.29-.22-.58-.32-.88-.19-.57-.39-1.14-.6-1.7-.42-1.15-.92-2.25-1.39-3.38-.05-.12.14-.19.21-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.33,4.18c.1.2.21.39.31.6.11.22.2.45.3.68.19.44.37.88.55,1.32.18.44.36.88.53,1.32.08.21.16.42.23.64.06.19.18.46.05.64-.03.04-.07.06-.12.05-.2-.04-.3-.27-.37-.44-.11-.23-.21-.46-.3-.69-.18-.44-.35-.88-.52-1.33-.17-.44-.35-.88-.51-1.33-.08-.21-.15-.43-.23-.64-.08-.23-.14-.47-.21-.71-.05-.18.22-.3.3-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.15,5.19c.35.63.6,1.31.87,1.97.13.32.26.65.39.98.07.17.14.35.2.52.03.08.06.15.09.23.02.04.03.08.03.13,0-.01-.03.21-.03.12,0,.17-.21.27-.34.14.04.01.03,0-.04-.02-.04-.02-.07-.06-.1-.1-.04-.07-.07-.16-.1-.24-.07-.17-.13-.35-.19-.52-.13-.35-.26-.69-.39-1.04-.24-.68-.51-1.35-.67-2.05-.04-.16.18-.26.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.05,6.09c.26.59.51,1.18.75,1.77.12.29.23.58.34.87.06.15.12.31.18.46.06.15.14.31.17.47.05.34-.4.48-.52.14-.14-.38-.31-.77-.4-1.16-.02-.07.07-.13.12-.07.29.3.53.68.77,1.02-.16.09-.31.18-.47.27-.08-.12-.12-.27-.17-.41-.06-.15-.12-.31-.18-.46-.12-.31-.24-.62-.35-.93-.22-.6-.43-1.21-.63-1.82-.07-.22.28-.38.38-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.8,6.78c.2.43.4.86.6,1.29.1.22.21.45.31.67.11.22.23.45.3.69.09.28-.36.48-.48.2-.09-.22-.23-.41-.3-.64-.03-.1.08-.18.17-.13.2.13.36.31.55.45-.14.11-.27.21-.41.32-.12-.19-.2-.41-.3-.61-.1-.23-.2-.45-.31-.68-.2-.43-.39-.87-.59-1.3-.06-.13-.04-.28.09-.36.11-.07.3-.04.36.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.01,7.88c.3.68.99,1.16,1.74,1.19.38.01.74-.1,1.06-.29.16-.09.3-.22.44-.34.13-.12.3-.33.47-.37.1-.03.2.03.24.13.07.22-.12.52-.26.69-.15.19-.35.34-.56.47-.41.26-.92.39-1.4.37-1.01-.03-1.87-.71-2.25-1.63-.12-.29.38-.51.51-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.68,7.88c-.22.75-.83,1.33-1.6,1.48-.75.15-1.74-.18-1.99-.97-.03-.1.09-.21.19-.14.5.34,1.03.67,1.66.59.58-.08,1.13-.52,1.33-1.08.09-.26.5-.16.42.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.49,8.11c-.17-.15-.22-.45-.25-.67-.04-.25-.06-.51-.06-.76,0-.51.11-1.02.29-1.5.09-.23.44-.14.37.1-.17.58-.26,1.13-.25,1.73.02.6.17,1.15.32,1.72.06.22-.27.31-.33.09-.03-.12-.03-.23-.05-.35-.02-.11-.06-.22-.09-.34-.05-.22-.09-.44-.12-.66-.06-.44-.1-.92,0-1.35.02-.08.14-.06.14.02.04.42,0,.85.06,1.28.03.22.07.44.12.66.02.09.05.19.08.28.03.12.12.21.17.33-.1.06-.2.12-.3.18-.24-.56-.34-1.19-.36-1.8-.02-.62.04-1.29.22-1.89.12.03.25.07.37.1-.18.45-.28.91-.29,1.4,0,.24,0,.48.05.72.03.21.12.45.07.66-.02.08-.12.1-.18.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M238.72,77.64c-.38.18-.78.3-1.17.44-.4.15-.8.31-1.19.47-.79.32-1.58.65-2.35,1.01-1.54.71-3.06,1.52-4.48,2.46-2.85,1.88-5.46,4.09-7.76,6.61-.21.23-.41.46-.61.69v-.51c.32.29.65.57.96.86.15.14.14.38,0,.52-.15.15-.37.13-.52,0-.33-.28-.64-.58-.96-.87-.15-.14-.13-.37,0-.51,1.14-1.27,2.37-2.46,3.67-3.57,1.29-1.11,2.66-2.18,4.11-3.08,1.45-.89,2.92-1.76,4.46-2.51,1.54-.75,3.12-1.36,4.75-1.86.34-.1.69-.21,1.04-.26.06,0,.12.08.05.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.03,67.27c-.65.75-1.49,1.31-2.31,1.87-.83.56-1.67,1.1-2.54,1.6-1.73,1.02-3.52,1.94-5.33,2.81-3.56,1.72-7.23,3.22-10.77,5-3.38,1.69-6.69,3.6-9.57,6.06-.66.56-1.29,1.15-1.9,1.75-.31.3-.61.62-.89.94-.3.34-.58.69-.91,1-.11.11-.3-.03-.22-.17.24-.41.53-.76.84-1.12.31-.36.62-.7.94-1.05.63-.69,1.33-1.33,2.04-1.93,1.44-1.23,2.99-2.32,4.59-3.31,3.28-2.03,6.8-3.62,10.32-5.17,3.68-1.62,7.4-3.2,10.88-5.23.81-.47,1.61-.97,2.39-1.5.79-.53,1.55-1.14,2.39-1.59.02-.01.04.01.02.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M242.9,75.6c-.9.46-1.8.93-2.72,1.36-.45.21-.9.43-1.35.63-.47.2-.94.43-1.46.51-.11.02-.22-.11-.12-.2.37-.32.82-.52,1.25-.74.46-.23.94-.44,1.41-.65.94-.43,1.9-.81,2.85-1.21.17-.07.29.22.13.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M240.98,76.4c-.46.16-.9.38-1.35.58-.45.2-.89.4-1.33.61-.44.22-.87.44-1.3.68-.21.12-.42.25-.63.37-.2.12-.42.29-.66.34-.19.04-.41-.17-.27-.36.14-.2.38-.34.58-.47.21-.13.42-.25.63-.37.44-.25.89-.49,1.35-.7.47-.21.94-.41,1.42-.58.48-.17.97-.28,1.46-.41.19-.05.26.23.08.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M244.96,74.74c-.47.35-1.09.53-1.63.74-.27.11-.54.21-.81.31-.28.1-.59.23-.89.19-.14-.02-.22-.16-.11-.27.19-.21.48-.31.74-.41.29-.12.58-.23.87-.33.57-.2,1.15-.47,1.76-.51.17-.01.18.2.08.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.1,14.99c-.01-.06-.08-.12-.1-.19-.01-.06-.02-.12-.03-.18-.01-.13,0-.26.02-.4.04-.27.13-.54.27-.77.08-.14.28-.02.21.12-.11.21-.2.43-.25.66-.03.13-.04.26-.06.39,0,.05,0,.11-.01.16,0,.04-.05.21-.05.21,0,0,0,0,0,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.77,14.96c.03-.08,0-.16,0-.25,0-.06.02-.14.04-.2.02-.13.05-.25.07-.38.02-.09.03-.53.23-.46.22.08.14.38.11.55-.02.12-.05.24-.1.36-.03.07-.06.13-.1.19-.04.08-.15.12-.2.2-.02.03-.07.01-.06-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.83,14.74c0-.05-.02-.11-.02-.16,0-.06-.04-.11-.05-.16,0-.15,0-.29.02-.44.02-.16.07-.31.13-.46.04-.12.09-.24.19-.31.03-.02.08,0,.08.04,0,.11-.07.2-.11.31-.05.13-.09.27-.12.4-.03.15-.04.3-.05.45,0,.04-.03.06-.03.11,0,.07.01.14.02.21,0,.03-.05.04-.05,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.03,13.06c.35.45.96.68,1.5.69.6.02,1.19-.22,1.6-.64.53-.53.78-1.3.93-2.02.08-.38.06-.79.03-1.17-.03-.46-.1-.91-.2-1.36-.23-1.03-.61-2.02-1.05-2.98-.22-.48-.46-.94-.71-1.41-.12-.23-.25-.46-.37-.69-.13-.24-.25-.48-.26-.75,0-.07.09-.13.15-.09.37.26.56.72.76,1.11.22.41.44.83.64,1.25.41.84.77,1.7,1.05,2.59.27.86.44,1.76.48,2.66.02.39,0,.79-.05,1.19-.04.41-.14.82-.31,1.19-.22.48-.56.91-.98,1.23-.38.29-.85.42-1.31.47-.44.05-.89-.03-1.29-.22-.18-.09-.35-.23-.49-.38-.15-.16-.23-.37-.29-.58-.03-.09.1-.18.17-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.7,3.01c0,.48,0,.96-.05,1.44-.06.48-.13.95-.22,1.42-.19.95-.45,1.88-.78,2.79-.16.45-.34.89-.51,1.34-.18.44-.32.89-.4,1.36-.11.69.05,1.47.57,1.96.3.29.71.35,1.09.26.37-.09.68-.34.89-.66.05-.08.21-.08.23.03.13.72-.59,1.17-1.22,1.24-.74.09-1.39-.3-1.77-.92-.43-.7-.45-1.56-.29-2.34.2-.94.69-1.78,1.03-2.67.32-.85.58-1.72.78-2.61.1-.43.18-.87.25-1.31.07-.45.16-.9.22-1.36.01-.11.18-.08.18.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.19,3.96c.52.75.96,1.54,1.3,2.39.34.85.55,1.75.67,2.65.06.45.1.9.08,1.36,0,.11-.02.22-.04.33-.02.1-.02.22-.06.31-.1.21-.28.13-.35-.05-.04-.09-.03-.22-.04-.31-.02-.11-.03-.22-.04-.34-.02-.24-.03-.47-.05-.71-.03-.45-.09-.89-.17-1.33-.27-1.45-.77-2.9-1.51-4.18-.08-.14.13-.26.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.04,4.15c.37.63.69,1.28.94,1.97.25.69.45,1.39.6,2.1.15.72.24,1.46.29,2.19.02.36.03.71.01,1.07,0,.19-.04.38-.06.56-.01.1-.06.18-.08.27-.02.08-.05.16-.1.23-.04.06-.14.07-.18,0-.06-.12-.07-.26-.11-.38-.05-.18-.04-.38-.05-.57-.03-.35-.02-.71-.04-1.07-.04-.72-.12-1.44-.25-2.15-.26-1.41-.68-2.8-1.24-4.12-.06-.15.18-.24.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.93,5.49c.06.15.14.29.2.44.06.17.12.34.18.5.11.32.21.64.3.96.19.67.34,1.34.47,2.02.13.68.23,1.37.32,2.07.04.33.07.67.1,1,.02.18.02.35.03.53,0,.17.01.36-.08.52-.08.14-.27.12-.35,0-.09-.13-.1-.3-.12-.46-.02-.18-.03-.36-.05-.53-.04-.33-.06-.67-.1-1-.07-.66-.17-1.32-.29-1.97-.12-.66-.26-1.32-.42-1.97-.08-.33-.16-.65-.24-.98-.04-.17-.09-.34-.13-.52-.05-.17-.07-.35-.11-.52-.05-.21.24-.28.31-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.76,6.2c.3,1.18.55,2.36.73,3.57.09.61.16,1.22.22,1.83.03.3.05.61.07.91,0,.1,0,.2.03.29.02.07.08.12.11.22-.05-.05-.1-.1-.15-.15-.06-.02-.1.01-.12.06.05-.12-.07.09.1.04-.09.03-.19-.08-.13-.16.1-.13.27-.11.33.04.1.21-.02.42-.25.45.05-.02.1-.04.15-.06-.25.25-.52-.03-.61-.27-.05-.12-.05-.26-.05-.39-.01-.16-.02-.32-.03-.48-.05-.65-.12-1.29-.19-1.93-.15-1.28-.37-2.56-.64-3.82-.06-.28.36-.4.44-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.36,8.17c.24.81.41,1.64.59,2.46.09.42.18.85.26,1.27.04.2.08.41.11.61.04.21.12.47,0,.66.01-.04.02-.08.03-.12.01.18-.02.39-.22.44-.11.02-.28-.03-.28-.16,0-.12.12-.17.22-.12.01,0,.02.01.03.02.07.04.09.17,0,.21-.01,0-.02.01-.03.02v-.25h0s-.07,0-.11-.01c-.05.02.02-.02.04-.02,0,.17-.02.21-.06.12-.03-.05-.04-.11-.06-.16.04.05.08.1.11.15-.18-.13-.21-.32-.25-.53-.05-.2-.1-.4-.14-.6-.09-.42-.18-.85-.26-1.27-.17-.85-.36-1.69-.5-2.55-.06-.34.43-.49.53-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.94,8.96c.14.69.28,1.38.44,2.07.08.35.17.69.27,1.03.05.17.1.34.15.51.03.09.06.19.09.28.03.1.04.19.06.29-.16.05-.33.09-.49.14-.04-.27-.07-.55-.09-.82,0-.12.18-.17.23-.06.13.24.24.5.35.75.11.27-.34.45-.47.2-.08-.17-.15-.32-.21-.5-.05-.17-.1-.34-.15-.51-.1-.36-.19-.72-.26-1.09-.16-.74-.25-1.48-.27-2.23,0-.2.31-.25.35-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.74,10.38c.29.92.6,1.84.87,2.77.09.3-.37.51-.51.22-.15-.31-.29-.62-.44-.94-.07-.14-.13-.28-.19-.43-.06-.16-.14-.33-.18-.5-.02-.08.08-.14.13-.08.11.11.18.26.29.37.12.12.21.29.3.43.19.29.38.57.57.86-.17.07-.34.14-.51.22-.28-.93-.52-1.87-.78-2.8-.08-.29.36-.41.45-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.63,11.07c-.07.28-.08.56-.05.85.01.14.05.28.09.41.04.14.13.28.12.43-.01.17-.21.34-.38.22-.28-.2-.34-.68-.38-1-.04-.35-.02-.71.07-1.05.08-.34.61-.2.53.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.16,12.09c-.22.16-.23.58,0,.74.07.05.13.14.09.23-.01.04-.03.06-.05.09-.06.07-.18.08-.25.03-.47-.3-.48-1.12.06-1.36.18-.08.31.15.15.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.93,11.98c.03-.06-.05-.08-.08-.09-.08-.02-.08.09-.08.14,0,.12.06.25.1.35.1.24.22.47.36.69.25.41.61.79,1.07.97.39.15.8.09,1.15-.12.16-.09.32-.23.42-.38.11-.16.2-.35.24-.54.02-.09.16-.11.2-.03.03.05.05.11.06.17.02.07.06.16.05.22-.02.17-.06.31-.13.47-.14.28-.39.49-.66.64-.62.34-1.37.25-1.94-.15-.6-.42-.97-1.1-1.16-1.8-.08-.29-.15-.68.19-.82.19-.08.49.16.34.35-.06.08-.2,0-.14-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.23,5.01c-.01.38-.08.76-.15,1.13-.07.38-.13.77-.2,1.15-.07.38-.14.77-.21,1.15-.03.18-.06.36-.11.54-.03.14-.06.37-.24.37-.15,0-.17-.19-.15-.3.03-.2.06-.4.1-.6.07-.38.14-.77.22-1.15.08-.38.16-.76.24-1.14.08-.4.16-.81.29-1.19.04-.11.22-.1.21.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.61,4.21c.05.02-.05.08-.05.02,0-.06-.05,0,.01-.02.02-.12.03-.13.04-.04,0,.04-.01.08-.03.11-.02.05-.03.1-.03.15-.02.36,0,.74.01,1.11,0,.37,0,.74,0,1.11-.01.37,0,.79-.11,1.14-.03.09-.16.09-.19,0-.09-.24-.09-.51-.11-.77-.02-.29-.05-.58-.05-.86,0-.29,0-.58,0-.86,0-.27-.02-.55,0-.82.01-.17.06-.46.25-.51.14-.04.28-.08.4.03.17.16.06.58-.21.44-.11-.06-.03-.26.09-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.21,6.5c0-.55-.01-1.1-.02-1.65,0-.27,0-.53-.01-.8,0-.28-.01-.55.07-.82.03-.09.15-.09.18,0,.08.25.08.5.07.76,0,.29,0,.57-.01.86,0,.55-.01,1.1-.02,1.65,0,.17-.26.17-.26,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.53,6.03c-.1-.65-.22-1.29-.37-1.93-.07-.31-.15-.62-.24-.93-.04-.15-.09-.31-.13-.46-.05-.16-.13-.32-.1-.49.02-.12.17-.14.25-.07.11.1.13.26.17.4.05.15.09.31.13.46.09.33.17.66.23.99.13.66.22,1.32.27,1.99,0,.12-.2.15-.22.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.52,5.52c-.17-.57-.33-1.15-.48-1.72-.15-.58-.29-1.17-.38-1.75-.03-.18.18-.35.33-.19.42.43.75.91.98,1.47.21.51.43,1.17.24,1.71-.04.11-.18.11-.22,0-.09-.25-.13-.52-.17-.78-.05-.27-.13-.53-.23-.78-.19-.5-.5-.97-.88-1.34.11-.06.22-.13.33-.19.15.57.26,1.17.37,1.75.1.6.19,1.2.27,1.8.01.1-.14.11-.16.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.42,2.68c.42.5.79,1.15.76,1.82,0,.08-.11.09-.13.02-.21-.6-.39-1.17-.79-1.68-.09-.12.07-.28.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.53,4.21c.14.48.2.97.18,1.47-.01.25-.05.51-.1.76-.05.22-.09.48-.28.62-.04.03-.11,0-.13-.05-.05-.21.06-.4.11-.59.06-.24.1-.49.12-.73.04-.47,0-.95-.11-1.41-.03-.13.17-.19.21-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.71,4.17c0,.32.01.64,0,.97-.01.34-.06.68-.11,1.01-.1.68-.25,1.35-.46,2.01-.21.64-.46,1.27-.71,1.89-.13.33-.27.65-.42.97-.13.29-.25.68-.51.88-.13.1-.32.04-.32-.13-.02-.32.17-.63.29-.92.13-.31.26-.61.39-.92.26-.61.51-1.24.72-1.87.22-.63.43-1.26.61-1.91.18-.64.33-1.32.37-1.98,0-.1.16-.1.16,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.57,9.56c-.12.42-.21.84-.27,1.26-.06.41-.04.85-.24,1.22-.04.07-.16.08-.2,0-.19-.4-.1-.87-.04-1.29.07-.45.17-.89.3-1.32.08-.28.52-.16.44.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.55,9.92c-.23.3-.38.72-.46,1.09-.08.38-.08.78,0,1.16.08.33.23.73.51.94.12.09.26.15.41.16.13,0,.18-.11.31-.16.1-.04.19.04.22.12.08.21-.15.4-.32.46-.2.08-.44.01-.63-.07-.46-.2-.7-.63-.86-1.08-.17-.47-.18-.99-.1-1.48.04-.25.14-.5.26-.71.12-.23.3-.4.48-.57.08-.08.24.03.17.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.93,12.21c.07.46.35.81.68,1.13.32.31.76.5,1.21.5.95,0,1.6-.81,1.9-1.63.03-.09.19-.11.2,0,.17,1.14-1.01,2.06-2.06,2.1-.56.02-1.1-.23-1.52-.59-.42-.37-.63-.93-.66-1.48,0-.14.23-.18.25-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.6,14.42s.05-.05.08-.07v-.2c-.05-.08-.09-.09-.15-.06.16-.07-.02.07,0,.01.03-.08.05-.16.07-.24.03-.15,0-.3-.03-.45-.09-.32-.3-.59-.55-.81-.61-.54-1.42-.57-2.18-.4-.92.21-1.77.65-2.66.94-.94.31-1.89.47-2.87.56-.23.02-.47.04-.7.04.04-.16.09-.32.13-.47,1.66.83,3.5,1.31,5.35,1.41.47.03.93.02,1.4,0,.41-.02.83-.06,1.23-.18.35-.1.7-.29.91-.59.2-.28.26-.59.23-.93-.01-.13-.08-.29-.15-.4-.08-.15.09-.35.24-.24.66.46.48,1.41.03,1.96-.53.66-1.44.82-2.23.88-1.86.14-3.76-.13-5.51-.74-.6-.21-1.19-.46-1.76-.74-.24-.12-.11-.47.13-.47.97-.03,1.92-.2,2.86-.46.92-.25,1.78-.67,2.68-.97.84-.28,1.75-.4,2.58-.05.65.28,1.24.91,1.37,1.63.03.19.03.38,0,.57-.03.16-.1.46-.27.54-.16.07-.39.05-.49-.12-.12-.2.07-.36.26-.32.19.04.17.31,0,.37h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.32,12c.05.04.12.02.18.05.07.04.13.1.19.15.13.1.25.22.37.33.22.21.46.42.67.64.05.06.09.15.06.23-.03.09-.07.13-.16.16-.08.03-.17,0-.23-.06-.24-.2-.45-.42-.67-.64-.1-.1-.21-.2-.31-.31-.05-.06-.11-.12-.16-.19-.06-.07-.06-.14-.07-.23.01.03.02.06.04.09-.01-.02-.03-.03-.04-.05-.08-.1.03-.27.14-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.5,11.9c.44.25.84.56,1.19.92.18.18.34.36.49.56.07.09.18.21.21.32.02.08.03.16-.01.24-.08.14.06-.06-.03.06-.02.02-.04.05-.07.05-.03,0-.17.03-.05,0-.16.04-.28-.08-.35-.19-.14-.21-.3-.42-.45-.63-.32-.41-.69-.8-1.07-1.15-.1-.09.03-.25.14-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.2,12.34c.37.27.72.55,1.05.86.34.31.72.63.98,1.01.15.22-.18.46-.36.28-.13-.13-.25-.27-.36-.42-.05-.06.03-.14.09-.12.16.04.33.09.48.16-.07.13-.15.25-.22.38-.16-.13-.29-.3-.43-.44-.16-.16-.32-.32-.49-.47-.32-.29-.65-.57-1-.82-.1-.08-.16-.2-.08-.32.06-.1.22-.16.32-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.21,12.23c.48.35.94.72,1.38,1.11.23.2.46.41.69.61.23.2.47.4.69.62-.12.12-.25.25-.37.37-.09-.11-.18-.22-.25-.34-.08-.12-.17-.22-.22-.35-.05-.11.05-.2.16-.16.13.06.23.15.35.22.12.08.23.16.34.25.11.09.1.28,0,.37-.11.11-.26.09-.37,0-.23-.18-.43-.38-.64-.57-.23-.21-.46-.41-.68-.62-.44-.4-.86-.82-1.27-1.25-.12-.13.04-.38.2-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.9,12.59c.37.31.74.61,1.12.92.39.32.82.57,1.21.88.25.2-.09.64-.35.45-.05-.03-.11-.07-.15-.11,0,0-.08-.09-.08-.08-.09-.06-.18-.14-.24-.22-.06-.07-.02-.18.08-.19.2,0,.42.03.61.08-.07.17-.15.35-.22.52-.21-.11-.4-.27-.59-.41-.21-.16-.42-.32-.62-.49-.39-.32-.72-.68-1.03-1.08-.15-.19.08-.42.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.27,12.98c.37.22.71.48,1.05.74.34.26.69.52,1.02.79.22.19-.02.5-.26.45-.35-.08-.71-.4-.82-.74-.03-.08.08-.17.15-.11.1.08.2.14.31.21.12.07.27.1.41.12h-.13c.08-.01.15-.01.23,0-.07.16-.14.33-.21.49-.35-.26-.68-.54-1.01-.81-.33-.27-.67-.53-.96-.84-.15-.16.04-.42.24-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M249.43,13.03c.62.44,1.24.89,1.86,1.33.36.26-.09.76-.35.46-.04-.04-.08-.09-.11-.14.03.03.06.06.09.09-.17-.11-.32-.24-.49-.35-.15-.1-.31-.22-.45-.34-.07-.06,0-.17.09-.15.18.05.37.12.53.19.18.08.38.14.56.22-.04-.01-.08-.02-.12-.03.06,0,.12,0,.18.02-.08.18-.15.36-.23.53-.61-.45-1.23-.9-1.84-1.36-.12-.09-.18-.24-.1-.38.07-.12.26-.19.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M249.69,13.51c.29.51.78.86,1.36.97-.05.19-.11.39-.16.58-.96-.36-2.05-.63-3.08-.58.03-.21.06-.42.09-.63.52.13,1.03.33,1.54.49-.09.2-.17.4-.26.61-.2-.1-.42-.18-.64-.24-.24-.07-.47-.1-.67-.25-.12-.09-.17-.3,0-.38.13-.06.24-.09.38-.09.15,0,.32.04.46.08.27.08.54.19.79.32.33.17.1.72-.26.61-.51-.17-1.04-.31-1.53-.51-.13-.06-.24-.15-.24-.31s.15-.34.32-.32c.56.06,1.11.09,1.66.2.54.1,1.07.25,1.58.45.36.14.22.65-.16.58-.72-.14-1.36-.61-1.72-1.24-.19-.34.33-.64.52-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.73,13.52c.11-.07.18-.14.3-.2.11-.05.23-.1.35-.13.24-.06.49-.06.74-.03.37.05.43.5.09.64-.39.16-.81.23-1.23.21-.21-.01-.41-.05-.61-.11-.19-.06-.51-.22-.51-.46,0-.46.77-.18,1.02-.15.39.05.79,0,1.16-.12v.63c-.18-.06-.34-.09-.53-.08-.1,0-.2,0-.29.02-.05,0-.1.02-.15.04-.06.02-.1,0-.16.03-.19.08-.35-.17-.17-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.16,22.27c-.23-.53-.59-1.02-1.03-1.4-.22-.19-.48-.35-.74-.48-.27-.13-.56-.21-.84-.33-.06-.03-.02-.11.03-.11.6-.02,1.22.37,1.67.74.49.41.84.93,1.03,1.54.02.07-.09.12-.12.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.65,20.57c-.66-.27-1.33-.5-2.03-.65-.36-.07-.72-.12-1.08-.14-.19-.01-.38-.02-.56-.02-.15,0-.36.03-.49-.06-.04-.03-.06-.1-.02-.13.13-.1.3-.08.45-.09.19,0,.38,0,.56.02.37.02.74.08,1.1.15.75.14,1.48.38,2.15.74.1.05.03.23-.08.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.1,20.01c-.3-.01-.59-.15-.88-.23-.3-.08-.61-.15-.92-.21-.32-.06-.64-.11-.96-.14-.16-.02-.31-.03-.47-.04-.14-.01-.27-.01-.4-.07-.08-.04-.04-.14.02-.16.14-.05.29-.03.44-.03.16,0,.31.02.47.04.31.03.61.08.91.13.31.06.62.13.92.21.29.08.66.15.91.34.06.05.05.16-.04.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.11,19.91c-.67-.19-1.38-.31-2.07-.36-.34-.03-.69-.04-1.04-.03-.17,0-.35.01-.52.03-.17.01-.37.04-.54,0-.06-.02-.08-.11-.02-.14.29-.16.7-.14,1.02-.14.37,0,.73,0,1.09.05.73.08,1.41.26,2.09.53.05.02.03.1-.02.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.43,20.42c.49-.33.53-1.06.17-1.5-.51-.62-1.44-.71-2.18-.76-1.76-.12-3.56.2-5.3-.22-.42-.1-.82-.28-1.16-.54-.09-.07-.04-.23.08-.19.83.25,1.66.46,2.53.5.89.05,1.78,0,2.68-.02.85-.01,1.74-.01,2.56.23.7.21,1.37.69,1.47,1.46.07.53-.14,1.19-.71,1.34-.19.05-.28-.2-.13-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.36,17.54c.73.18,1.3.78,1.79,1.32.54.6,1.07,1.17,1.77,1.57.7.4,1.49.64,2.29.7.76.06,1.6-.04,2.29-.37.62-.29,1.22-.87.96-1.62-.12-.35-.45-.62-.77-.79-.41-.21-.89-.26-1.34-.28-1.02-.06-2.05-.08-3.07-.12-1.04-.04-2.08-.04-3.11-.14-.16-.01-.32-.04-.48-.07-.19-.03-.12-.29.04-.31.52-.05,1.04-.02,1.56,0,.52.02,1.04.04,1.56.06,1.04.04,2.08.08,3.11.12.88.03,1.82.1,2.49.75.57.54.67,1.4.19,2.03-.46.61-1.22.9-1.95,1.04-.78.15-1.62.08-2.39-.1-.77-.19-1.51-.54-2.13-1.03-.62-.49-1.08-1.13-1.63-1.7-.36-.38-.77-.69-1.25-.91-.09-.04-.03-.19.07-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.53,18.2c.18.1.36.2.53.32.19.13.38.25.56.38.19.13.37.26.56.39.08.06.17.12.25.18.11.08.12.15.18.27.03.07-.02.13-.09.12-.11-.02-.18,0-.27-.06-.09-.05-.17-.12-.25-.18-.18-.14-.37-.27-.55-.41-.18-.13-.35-.27-.53-.4-.18-.14-.34-.29-.51-.44-.09-.08.03-.22.13-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.49,17.88c.5.26.96.58,1.42.91.47.33.95.68,1.38,1.07-.1.08-.21.16-.31.24-.05-.09-.08-.16-.15-.23-.08-.08-.18-.14-.26-.21-.05-.04-.04-.12.03-.12.24,0,.53.15.69.33.15.16-.05.44-.24.31-.46-.33-.89-.69-1.35-1.02-.46-.33-.93-.64-1.38-.98-.17-.12-.03-.39.17-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.9,17.82c.44.39.89.78,1.35,1.15.24.19.48.38.73.56.24.18.5.34.74.53-.1.1-.19.19-.29.29-.19-.24-.45-.42-.66-.65-.05-.06.01-.14.08-.11.27.12.5.31.77.42.28.11.1.52-.16.37-.26-.15-.51-.34-.75-.52-.24-.18-.48-.37-.72-.56-.47-.38-.93-.79-1.35-1.22-.16-.17.08-.4.25-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.88,17.67c.34.19.64.46.95.69.31.24.61.48.92.72.62.48,1.25.95,1.84,1.47-.09.09-.19.19-.28.28-.12-.15-.22-.32-.33-.47-.13-.17-.26-.34-.37-.52-.03-.04.03-.11.07-.08.14.11.28.23.42.36.16.15.34.28.49.43.16.15-.05.44-.24.31-.64-.45-1.24-.96-1.85-1.45-.31-.24-.61-.49-.92-.73-.3-.24-.63-.48-.89-.76-.12-.13.03-.34.19-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.4,17.75c.62.35,1.2.81,1.76,1.25.28.23.56.46.83.7.28.24.59.49.81.78-.11.05-.22.09-.33.14-.03-.15-.13-.32-.19-.46-.02-.06.06-.09.1-.06.06.05.12.1.17.15.05.05.11.13.18.17.2.12,0,.44-.18.31-.27-.19-.51-.45-.76-.68-.27-.24-.54-.48-.82-.7-.56-.46-1.16-.87-1.74-1.31-.16-.13-.02-.4.17-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.17,18.01c.65.44,1.25.95,1.88,1.42.32.24.63.47.95.7.16.12.32.23.48.35.15.11.33.21.45.36-.08.08-.15.15-.23.23-.16-.2-.4-.37-.6-.52-.21-.16-.42-.33-.62-.5-.04-.03.01-.09.05-.07.21.13.42.27.62.4.22.14.46.33.71.42.2.07.11.39-.09.32-.35-.13-.67-.42-.97-.64-.32-.23-.63-.47-.94-.71-.63-.49-1.29-.99-1.84-1.58-.08-.09.03-.25.13-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.54,17.89c-.12.13-.14.21-.06.23,0,0-.01,0-.02-.01.02.04.06.02.12-.06.01.06.1.12.15.15.18.12.36.24.54.36.36.25.71.5,1.05.76.69.51,1.4,1.03,2.01,1.63-.08.08-.17.17-.25.25-.4-.42-.87-.75-1.36-1.07-.06-.04-.02-.15.05-.12.55.23,1.05.55,1.52.91.18.14,0,.45-.18.31-.49-.36-.95-.76-1.42-1.13-.5-.39-1.01-.76-1.52-1.13-.23-.16-.48-.32-.71-.49-.19-.15-.34-.38-.21-.62.22-.4.91.21.39.41-.23.09-.33-.28-.1-.37h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.88,18.15c.65.35,1.25.78,1.84,1.23.28.22.57.44.85.67.15.12.31.25.46.37.09.07.11.15.18.23.05.06.1.11.14.17.03.05-.02.12-.08.1-.05-.02-.1-.04-.15-.06-.09-.05-.19-.06-.27-.12-.16-.1-.31-.24-.46-.35-.29-.22-.57-.46-.86-.68-.59-.45-1.19-.88-1.84-1.23-.22-.12-.02-.45.19-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.93,18.17c.79.49,1.58.97,2.37,1.46.4.25.81.5,1.21.75.39.24.82.47,1.18.76.14.12-.01.31-.16.28-.38-.08-.76-.29-1-.59-.04-.05.01-.14.08-.1.3.21.61.33.97.36-.03.1-.06.21-.09.31-.21-.09-.39-.23-.58-.35-.19-.12-.38-.24-.58-.36-.4-.25-.8-.51-1.2-.76-.78-.5-1.57-.99-2.35-1.49-.17-.11-.01-.38.16-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.3,18.8c.45.37.92.7,1.41,1.01.24.15.48.29.72.42.13.07.26.14.39.21.12.06.22.11.23.26-.01-.03-.02-.06-.04-.09.04.04.06.06.07.12,0,.03,0,.05-.03.07-.22.12-.47-.06-.67-.17-.28-.15-.55-.31-.81-.48-.53-.34-1.02-.72-1.5-1.13-.15-.13.07-.34.22-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.53,19.23s-.02.01,0,.05c.02.04.07.06.11.08.12.07.24.13.36.2.23.13.47.26.7.4.23.13.47.27.7.4.2.12.46.23.59.43.04.06-.01.14-.08.14-.16-.01-.31-.1-.45-.18-.18-.1-.36-.2-.54-.3-.36-.21-.71-.42-1.07-.63-.19-.12-.62-.28-.57-.58.03-.17.31-.29.39-.1.04.1-.08.18-.15.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.24,18.78c-.97-1.16-2.55-1.49-3.99-1.56-.9-.05-1.81-.02-2.71.05-.49.04-.97.09-1.46.15-.24.03-.48.07-.72.11-.12.02-.23.04-.35.05-.14,0-.28,0-.42,0-.12,0-.13-.16-.03-.2.11-.05.22-.11.34-.14.12-.03.23-.06.35-.08.26-.04.51-.08.77-.11.5-.07,1-.12,1.51-.15.93-.07,1.87-.09,2.81-.02,1.47.11,3.04.5,3.99,1.72.02.02.04.05.05.07.06.09-.08.2-.15.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.81,17.49c.17-.03.29.11.41.21.16.13.32.27.47.4.34.28.68.55,1.03.81.33.25.67.48,1.02.71.34.23.74.43,1.03.74.05.06,0,.15-.08.13-.38-.09-.74-.35-1.06-.56-.36-.24-.71-.49-1.06-.74-.34-.25-.68-.52-1-.79-.16-.13-.32-.26-.47-.4-.13-.12-.34-.25-.32-.44,0-.02.01-.05.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.22,18.09c.64-.26,1.34-.38,2.02-.46.72-.08,1.44-.09,2.16-.03.21.02.21.32,0,.33-.6,0-1.2-.02-1.79-.09-.61-.07-1.2-.2-1.8-.34-.17-.04-.13-.31.04-.3,1.56.13,3.11.22,4.68.18.19,0,.23.24.09.34-.43.3-1.09.46-1.6.28-.07-.03-.06-.13.02-.13.24-.02.49-.02.72-.1.25-.09.47-.2.68-.36.03.11.06.23.09.34-1.57.03-3.16-.02-4.72-.25.03-.1.05-.2.08-.29,1.13.33,2.34.42,3.52.4v.33c-.68-.08-1.36-.09-2.04-.04-.71.05-1.4.2-2.1.34-.09.02-.12-.1-.04-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.51,17.47c.55-.14,1.11-.22,1.67-.22.29,0,.59.02.88.06.13.02.27.04.4.07.07.01.15.03.22.06.06.03.09.09.14.14.05.05.02.12-.04.15-.11.04-.18.07-.3.05-.14-.02-.27-.05-.4-.07-.27-.04-.55-.06-.82-.07-.55-.02-1.1.05-1.63.18-.22.05-.31-.28-.09-.34h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.39,17.27c.91-.33,1.92-.37,2.87-.25.47.06.94.17,1.39.32.44.15.94.35,1.26.71.06.07,0,.17-.09.15-.44-.08-.86-.3-1.28-.44-.43-.15-.88-.25-1.34-.32-.91-.13-1.83-.05-2.74.11-.18.03-.25-.21-.08-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.62,33.35c-.13-.52-.11-1.11-.07-1.64.04-.55.12-1.1.25-1.64.13-.54.3-1.07.51-1.58.21-.51.43-1.09.86-1.45.08-.07.21,0,.18.1-.13.51-.45.96-.66,1.45-.22.49-.38,1.01-.52,1.53-.13.52-.22,1.06-.27,1.59-.05.54-.01,1.08-.06,1.61-.01.12-.18.16-.22.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.98,30.54c.07-.34.25-.69.4-1,.16-.33.34-.66.53-.97.37-.63.79-1.23,1.25-1.8.08.08.16.16.24.24-.44.47-.81,1-1.11,1.57-.16.29-.29.59-.4.9-.11.31-.17.63-.31.92-.07.14-.28.07-.28-.08,0-.33.12-.64.23-.95.12-.32.26-.64.42-.95.32-.62.74-1.17,1.22-1.66.15-.16.37.07.24.24-.46.54-.87,1.11-1.25,1.71-.19.3-.36.6-.52.91-.17.32-.31.68-.52.97-.05.07-.15.03-.13-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.16,27.56c.19-.28.35-.57.51-.87.16-.29.29-.61.48-.88.03-.04.09-.02.08.03-.05.32-.22.62-.36.9-.17.31-.37.61-.58.89-.06.08-.18,0-.13-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.89,27.42c.16-.27.33-.54.48-.82.14-.26.23-.57.42-.8.03-.04.08,0,.09.04.04.32-.12.63-.27.9-.15.29-.35.55-.6.77-.06.05-.16-.01-.12-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.9,27.15c.2-.25.4-.5.58-.76.09-.13.17-.26.24-.4.06-.12.11-.26.23-.33.04-.03.1,0,.12.05.04.15-.05.29-.11.42-.08.15-.17.3-.27.44-.19.28-.42.5-.72.67-.06.04-.11-.04-.07-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.13,25.48c.35.16.71.25,1.1.22.39-.03.74-.22,1.03-.48.64-.58.88-1.5.93-2.34.06-.98-.16-1.95-.41-2.88-.27-.99-.57-1.96-.84-2.95-.09-.32-.17-.64-.26-.96-.08-.31-.18-.62-.17-.94,0-.07.08-.09.12-.03.28.41.38.95.53,1.42.15.5.3.99.45,1.49.28.96.58,1.92.79,2.9.33,1.62.34,3.84-1.24,4.84-.62.39-1.65.47-2.11-.19-.05-.07.04-.13.1-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.75,15.22c0,.42-.14.83-.26,1.22-.13.41-.29.8-.45,1.2-.33.79-.7,1.56-1.03,2.35-.32.78-.59,1.58-.71,2.42-.12.8-.09,1.68.3,2.4.24.45.63.77,1.13.91.46.13.91,0,1.33-.19.09-.04.22.05.16.16-.41.62-1.31.56-1.92.3-.73-.32-1.17-1.02-1.36-1.78-.2-.81-.11-1.68.07-2.49.19-.82.51-1.62.86-2.39.3-.67.63-1.33.92-2.01.15-.35.29-.7.42-1.05.13-.35.22-.72.36-1.06.04-.09.19-.09.18.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.77,15.75c.21.31.37.66.52,1,.15.34.28.69.4,1.04.12.36.22.72.29,1.09.04.18.06.36.08.55.01.18.06.4,0,.57-.02.05-.08.06-.11.01-.09-.13-.11-.29-.15-.44-.05-.18-.1-.36-.14-.54-.09-.37-.18-.73-.29-1.09-.11-.36-.25-.71-.39-1.06-.14-.35-.32-.68-.47-1.02-.07-.16.17-.23.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.49,15.9c.27.41.46.87.65,1.33.19.46.36.93.51,1.4.15.47.29.95.4,1.44.11.45.25.97.17,1.43-.02.09-.15.1-.19.03-.22-.4-.28-.9-.39-1.35-.12-.48-.24-.96-.39-1.44-.14-.46-.29-.91-.46-1.36-.17-.46-.38-.91-.53-1.38-.05-.14.16-.22.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.67,16.8c.35.92.67,1.84.96,2.78.15.48.29.96.43,1.44.06.23.12.47.17.7.05.24.12.51.1.75-.01.1-.13.14-.2.05-.12-.18-.19-.43-.26-.64-.07-.23-.14-.46-.2-.69-.13-.48-.28-.96-.42-1.44-.29-.96-.61-1.91-.96-2.84-.09-.24.29-.34.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.58,17.33c.35.98.67,1.98.97,2.98.15.5.29,1,.41,1.51.06.25.12.51.17.77.04.2.13.49.04.68-.03.06-.1.05-.14.02-.15-.12-.2-.42-.25-.6-.08-.25-.14-.5-.21-.75-.14-.5-.27-1.01-.41-1.51-.28-1.01-.59-2-.92-2.99-.07-.22.27-.31.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.12,17.93c.41,1,.82,2,1.17,3.02.18.51.34,1.02.5,1.54.15.52.31,1.06.34,1.6,0,.07-.1.09-.13.04-.25-.46-.4-.98-.56-1.48-.16-.51-.33-1.03-.5-1.54-.35-1.04-.71-2.08-1.12-3.1-.08-.19.23-.27.3-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.87,18.47c.19.44.32.9.47,1.35.15.45.29.91.43,1.37.14.46.28.91.41,1.37.07.24.14.48.2.72.06.23.13.47.12.7,0,.1-.13.13-.18.05-.12-.18-.2-.4-.27-.6-.08-.23-.16-.47-.23-.71-.14-.45-.28-.91-.41-1.37-.14-.46-.27-.91-.4-1.37-.14-.48-.28-.96-.38-1.44-.03-.16.18-.21.24-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.6,19.5c.15.12.22.38.29.55.09.21.17.42.25.64.17.42.32.85.48,1.28.16.43.32.85.47,1.28.08.21.15.43.22.64.07.22.15.46.15.69,0,.08-.12.14-.17.07-.13-.16-.21-.37-.3-.56-.09-.2-.18-.41-.26-.62-.17-.44-.33-.89-.49-1.34-.15-.43-.31-.85-.46-1.28-.07-.21-.15-.43-.22-.64-.06-.2-.18-.44-.14-.66.02-.09.13-.1.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.3,19.79c.13.19.2.44.28.65.09.23.16.45.25.68.16.46.32.91.47,1.37.15.46.29.92.43,1.39.07.23.13.46.2.7.03.12.06.23.09.35.01.05.03.1.04.16,0,.02.01.04.03.06-.2.01-.21.05-.02.1-.07.06-.18,0-.16-.09.04-.16.25-.1.3.03.08.23-.2.33-.37.22-.11-.07-.15-.2-.19-.31-.05-.15-.09-.31-.14-.46-.1-.33-.2-.66-.29-.98-.19-.64-.39-1.27-.6-1.9-.1-.31-.2-.61-.31-.92-.05-.15-.11-.3-.16-.46-.06-.17-.13-.33-.14-.51-.02-.17.22-.2.3-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.09,20.4c.27.86.54,1.73.8,2.59.13.43.27.86.39,1.3.06.22.12.44.18.65.05.18.16.41.06.58-.03.06-.11.07-.16.04-.17-.09-.21-.36-.27-.53-.07-.21-.14-.43-.21-.65-.14-.43-.26-.87-.39-1.3-.26-.87-.52-1.73-.77-2.6-.07-.23.29-.33.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.68,20.91c.29.76.56,1.52.81,2.29.12.39.25.77.36,1.16.06.19.12.39.17.58.05.18.11.37.07.56-.03.1-.15.12-.22.06-.14-.13-.18-.33-.24-.51-.07-.19-.12-.39-.18-.58-.12-.39-.24-.77-.36-1.16-.24-.77-.49-1.54-.74-2.31-.07-.22.26-.3.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.53,21.67c.18.6.38,1.2.59,1.79.11.3.22.59.34.88.06.15.12.29.18.43.06.15.15.31.09.47-.03.09-.12.12-.2.08-.14-.06-.2-.2-.26-.33-.07-.14-.13-.29-.19-.43-.13-.31-.25-.62-.36-.93-.22-.61-.41-1.23-.57-1.86-.06-.24.3-.34.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.42,22.53c.19.48.38.96.56,1.44.18.48.39.95.54,1.44.09.28-.4.34-.38.05,0-.12-.03-.24-.02-.37,0-.06.08-.1.13-.05.09.08.14.2.23.28-.1.08-.2.16-.31.24-.21-.46-.36-.95-.54-1.43-.19-.5-.37-1-.55-1.5-.08-.22.26-.3.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.29,22.95c.4.3.45.78.53,1.24.04.23.09.44.22.63.13.19.32.34.52.45.4.2.89.15,1.23-.14.17-.14.3-.33.39-.53.05-.1.08-.2.11-.31.03-.12.07-.24.08-.36.01-.08.13-.09.16-.02.12.24.15.46.09.73-.06.27-.22.52-.41.72-.4.42-.99.56-1.55.42-.53-.14-.97-.55-1.15-1.07-.16-.47,0-1.15-.44-1.5-.16-.13.05-.4.22-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.75,23.52c-.04.27-.09.54-.16.81-.07.27-.14.59-.31.81-.1.13-.38.11-.35-.1.03-.27.15-.52.22-.78.08-.28.14-.57.18-.86.02-.12.16-.18.27-.15.13.03.17.15.15.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.84,23.39c.18.25.28.48.29.8,0,.29-.09.58-.24.82-.27.41-.96.84-1.46.59-.12-.06-.08-.22.03-.26.2-.06.41-.06.6-.15.19-.08.36-.22.48-.38.13-.18.19-.4.2-.62,0-.21-.03-.48-.13-.66-.08-.15.13-.27.23-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.73,24.81c0,.39-.28.71-.62.88-.41.21-.93.2-1.35.03-.06-.02-.05-.11.01-.11.39-.01.78.04,1.16-.1.32-.12.56-.4.64-.72.02-.09.15-.07.15.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.08,30.96c-.43-.6-.98-1.13-1.61-1.51-.31-.19-.64-.33-.99-.43-.18-.05-.36-.09-.54-.12-.17-.03-.37-.03-.52-.11-.09-.04-.05-.16.02-.18.16-.06.37-.03.53,0,.2.03.4.08.59.14.37.11.72.28,1.05.47.33.2.63.45.89.72.28.29.49.61.65.99.02.05-.04.09-.07.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.23,31.57c-.29-.26-.55-.55-.83-.81-.3-.28-.62-.53-.97-.75-.7-.45-1.46-.69-2.25-.92-.13-.04-.11-.26.03-.24.83.07,1.64.43,2.33.87.35.22.69.48.99.77.31.3.6.62.78,1.02.03.06-.04.11-.09.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.47,28.7c.64.02,1.25.18,1.82.47.29.15.56.34.81.55.13.1.24.22.35.35.08.09.17.24.15.36,0,.03-.05.06-.08.06-.11,0-.23-.11-.31-.19-.11-.1-.21-.2-.32-.3-.22-.2-.47-.36-.73-.51-.51-.29-1.11-.47-1.69-.52-.17-.02-.18-.28,0-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.49,29.79c.65-.33.88-1.1.65-1.76-.27-.78-1.07-1.25-1.82-1.46-.93-.25-1.94-.21-2.89-.18-1,.03-2.01.11-3.01.05-.21-.01-.42-.04-.63-.07-.23-.03-.48-.07-.7-.16-.07-.03-.06-.13.02-.13.24-.01.48.02.71.03.26.01.52.02.78.02.5,0,1,0,1.5-.02,1-.04,2.01-.11,3.01-.06.87.04,1.8.18,2.52.71.62.45,1.07,1.16,1,1.95-.06.61-.42,1.2-1.01,1.41-.18.06-.3-.22-.13-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.25,26.06c.22.09.38.27.55.42.19.18.38.37.57.55.34.34.68.68,1.03,1.01.68.65,1.39,1.26,2.2,1.73.78.45,1.65.75,2.55.78.84.03,1.75-.22,2.19-.99.68-1.2-.77-2.12-1.43-2.9-.05-.06,0-.18.09-.15.41.16.76.45,1.07.76.31.3.57.64.74,1.04.33.79-.07,1.65-.72,2.14-.7.53-1.68.57-2.52.44-.88-.13-1.73-.52-2.47-1-.74-.48-1.39-1.07-2.02-1.68-.33-.32-.65-.65-.98-.98-.17-.17-.34-.35-.51-.53-.16-.17-.33-.34-.42-.55-.03-.06.03-.12.09-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.57,26.43c.41.26.8.57,1.14.91.17.17.34.36.49.55.14.17.33.37.27.59-.01.04-.05.08-.1.07-.21-.02-.29-.19-.41-.35-.15-.2-.31-.38-.48-.56-.33-.35-.69-.65-1.09-.91-.19-.12-.02-.43.18-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.41,26.16c.23.21.48.4.71.6.25.22.49.45.73.68.24.23.48.46.72.69.12.11.24.23.36.34.06.06.12.11.18.18.05.06.05.12.07.19.02.09-.06.17-.15.15-.05-.01-.11,0-.16-.03-.07-.04-.12-.1-.18-.16-.12-.12-.24-.23-.36-.35-.24-.23-.48-.46-.71-.69-.24-.23-.47-.46-.71-.7-.24-.24-.44-.49-.67-.73-.11-.12.06-.28.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.65,26.37c.62.47,1.2.99,1.79,1.5.3.26.59.52.89.78.16.14.31.27.46.41.14.12.3.25.36.43.04.1-.07.18-.16.16-.17-.04-.3-.17-.43-.28-.16-.13-.31-.27-.47-.41-.29-.26-.58-.52-.88-.79-.58-.52-1.18-1.04-1.72-1.61-.1-.1.04-.29.16-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.89,26.44c.65.54,1.31,1.08,1.96,1.63.32.28.65.55.97.82.16.13.31.26.46.39.15.13.33.28.43.46.05.08-.03.19-.12.16-.37-.13-.69-.46-.99-.7-.33-.27-.65-.55-.97-.82-.32-.28-.64-.56-.96-.84-.33-.3-.64-.61-.97-.92-.12-.12.06-.29.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259,26.53c.2.08.37.26.54.39.18.14.36.29.53.44.35.29.7.59,1.05.88.35.29.7.59,1.04.89.36.31.73.61,1.07.95.17.17-.09.43-.27.27-.07-.06-.12-.14-.18-.21-.06-.06-.1-.08-.13-.16-.02-.05.03-.1.07-.1.09,0,.14.04.22.08.08.03.16.06.25.09-.06.11-.13.22-.19.32-.37-.26-.71-.57-1.05-.86-.36-.31-.73-.62-1.09-.93-.34-.3-.69-.6-1.03-.9-.17-.15-.34-.3-.51-.45-.17-.16-.38-.31-.5-.51-.08-.13.07-.23.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.41,26.6c.7.51,1.38,1.03,2.07,1.57.34.27.68.53,1.03.8.34.26.69.52,1.01.82-.11.09-.23.18-.34.26-.1-.14-.19-.27-.28-.41-.05-.08.05-.15.12-.12.16.07.31.15.46.23.25.14.01.53-.22.38-.36-.24-.69-.52-1.03-.79-.34-.27-.68-.54-1.02-.81-.68-.54-1.35-1.08-2.01-1.64-.16-.13.05-.41.22-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.7,26.67c.74.5,1.46,1.04,2.16,1.6.7.56,1.4,1.13,2.02,1.77.2.21-.13.53-.31.31-.09-.1-.13-.23-.19-.34-.05-.1.05-.18.14-.14.11.05.23.07.32.14-.09.12-.18.23-.27.35-.67-.56-1.31-1.16-1.99-1.72-.68-.56-1.37-1.1-2.08-1.63-.19-.14-.01-.47.19-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.26,27.19c-.08-.07-.15-.14-.24-.2-.15-.1-.06-.38.13-.31.18.07.33.18.49.28.18.12.35.24.53.36.33.24.66.48.98.72.32.25.64.5.96.76.32.27.68.53.96.84.2.23-.13.56-.34.34-.14-.15-.27-.31-.41-.45-.13-.13-.28-.27-.39-.42-.05-.07.04-.14.11-.11.16.08.31.19.46.29.17.11.35.21.52.31-.08.14-.16.28-.24.41-.33-.24-.62-.53-.93-.79-.31-.26-.62-.52-.94-.77-.32-.25-.64-.5-.97-.74-.16-.12-.31-.23-.47-.35-.17-.12-.35-.24-.49-.39.09-.07.18-.14.27-.21.06.08.14.15.21.23.13.14-.06.33-.21.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.61,27.34c.45.38.91.77,1.36,1.15.23.2.47.4.7.6.23.2.5.38.69.61-.11.11-.21.21-.32.32-.14-.16-.28-.3-.43-.45-.17-.16-.37-.27-.56-.38-.08-.05-.03-.17.06-.15.45.11.91.35,1.24.67.19.18-.05.48-.27.35-.26-.16-.48-.39-.71-.58-.23-.2-.47-.4-.7-.6-.46-.4-.93-.81-1.39-1.21-.22-.19.1-.51.32-.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.98,28.09c.26.26.52.51.81.75.29.24.64.43.91.7.05.05.07.12.05.19-.01.03-.02.06-.05.09-.05.04-.12.07-.19.05-.35-.14-.66-.4-.95-.64-.31-.25-.61-.53-.89-.82-.2-.2.11-.51.31-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.11,26.59c.33-.03.64-.09.97-.09.33,0,.65,0,.97.02.66.03,1.34.07,1.99.2-.04.13-.07.26-.11.39-.48-.14-.96-.26-1.45-.35-.24-.04-.47-.08-.71-.12-.27-.04-.53-.06-.8-.06-.21,0-.21-.32,0-.32.7,0,1.39.1,2.08.16.35.03.69.07,1.04.1.16.02.33.03.49.05.18.02.37.02.54.09.14.06.18.29,0,.33-.33.07-.7-.02-1.03-.05-.35-.03-.69-.07-1.04-.1-.71-.07-1.43-.12-2.13-.25.03-.1.06-.21.08-.31.49.1.99.14,1.48.21.52.07,1.03.16,1.54.24.23.04.17.42-.05.4-.65-.06-1.29-.14-1.94-.18-.32-.02-.65-.03-.97-.04-.33,0-.65-.05-.97-.06-.16,0-.16-.23,0-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.76,28.9c-.07-.12-.01-.26.12-.31.15-.06.29.03.35.17.11.29-.03.67-.16.93-.28.55-.94,1.06-1.58,1.03-.2,0-.32-.31-.11-.41.47-.22.96-.46,1.38-.78.14-.11.34.07.29.23-.24.81-1.16,1.08-1.92,1.06-.49-.01-.98-.11-1.44-.28-.46-.17-.88-.4-1.18-.8-.06-.09.04-.23.14-.19.38.16.73.36,1.11.52.38.15.79.25,1.21.28.58.05,1.44-.07,1.69-.7.1.08.2.15.29.23-.48.21-.93.51-1.37.81-.06-.13-.11-.27-.17-.4.18-.04.36-.06.53-.14.18-.08.34-.21.48-.35.14-.14.24-.31.33-.49.04-.09.07-.18.09-.28.01-.04.02-.08.03-.13,0-.02,0-.04,0-.05.06.06.1.05.12-.02,0,.12-.18.18-.24.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.59,30.43c-.77-.01-1.53-.15-2.27-.4-.73-.24-1.5-.59-2.02-1.16-.06-.07,0-.22.1-.18.67.28,1.3.65,1.98.9.71.26,1.46.41,2.2.49.22.02.23.35,0,.34h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.1,26.65c.39.18.73.44,1.08.69.35.25.7.49,1.03.76.17.14-.05.41-.23.3-.64-.38-1.19-.85-1.73-1.36-.11-.1,0-.3.15-.26.33.1.64.25.93.44.27.18.58.4.72.7.05.1-.05.2-.15.15-.27-.14-.5-.37-.75-.54-.27-.18-.57-.34-.87-.46.06-.08.12-.16.19-.24.46.54,1.07.95,1.71,1.25-.06.11-.13.22-.19.33-.36-.24-.69-.51-1.03-.77-.34-.26-.67-.51-.96-.83-.08-.08.02-.2.12-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.55,27.89c.21.27.4.56.58.85-.1.04-.2.09-.31.13-.08-.4-.19-.76-.45-1.09-.24-.31-.57-.57-.96-.67.05-.13.11-.25.16-.38.29.16.57.44.79.68.24.27.43.59.53.94.09.33.08.74-.12,1.03-.12.17-.55.25-.49-.06,0-.04.06-.05.09-.04-.01,0-.11.07-.02-.01.03-.03.05-.06.07-.11.05-.08.05-.22.06-.31.02-.24-.05-.49-.15-.71-.1-.22-.26-.4-.42-.57-.18-.19-.4-.34-.57-.53-.12-.14,0-.43.2-.34.44.18.82.42,1.12.8.29.36.52.84.5,1.31,0,.16-.23.24-.31.08-.16-.31-.31-.62-.43-.94-.03-.07.09-.14.14-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.65,28.34c-.05.61-.15,1.25-.66,1.66-.13.1-.36.05-.35-.14.02-.3.05-.61.1-.91.06-.32.16-.63.26-.94.13.05.25.11.38.16-.12.27-.31.52-.46.77-.12.19-.41.11-.41-.11,0-.42,0-.84,0-1.26.11.05.23.09.34.14-.22.22-.35.5-.41.8-.03.15-.23.19-.33.09-.25-.27-.29-.69-.07-.99.09-.13.3-.12.35.05.11.38-.03.72-.24,1.03-.08.12-.29.16-.36,0-.13-.27-.18-.55-.14-.85.03-.21.26-.29.39-.11.22.31.43.87.17,1.2-.05.07-.19.05-.22-.03-.07-.15-.06-.3-.09-.46-.03-.18-.11-.35-.21-.5.13-.04.26-.07.39-.11-.03.22,0,.44.09.64h-.36c.14-.2.31-.46.24-.72.12.02.23.03.35.05-.12.16-.12.37.02.52-.11.03-.22.06-.33.09.07-.37.25-.7.5-.98.12-.14.34-.02.34.14.01.42.03.84.04,1.26-.14-.04-.28-.07-.41-.11.17-.27.32-.56.52-.8.06-.07.18-.08.25-.03.11.06.12.18.07.28-.23.51-.32,1.13-.33,1.68-.12-.05-.23-.1-.35-.14.4-.35.56-.9.63-1.42.03-.18.33-.13.31.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.83,28.86c-.04-.32-.1-.63-.24-.93-.14-.29-.33-.56-.56-.79-.22-.24-.48-.43-.77-.58-.15-.08-.3-.13-.46-.18-.15-.04-.34-.04-.47-.12-.03-.01-.03-.06,0-.08.13-.06.3-.02.44,0,.19.03.37.09.54.16.33.13.64.32.9.56.51.47.9,1.21.88,1.92,0,.14-.23.18-.25.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.1,73.39c-.61.32-1.23.62-1.84.94-.3.15-.59.31-.89.47-.28.15-.59.37-.92.41-.08,0-.14-.1-.09-.16.19-.25.51-.39.77-.54.31-.17.62-.34.94-.5.63-.32,1.26-.62,1.92-.87.15-.06.24.18.11.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.69,73.72c-1.52.33-2.97,1.03-4.13,2.07-.07-.09-.14-.18-.21-.27,1.7-.98,3.4-1.98,5.1-2.97.84-.49,1.68-.98,2.52-1.47.19-.11.39-.26.6-.32.17-.05.46.06.43.27-.02.17-.15.29-.33.26-.13-.03-.21-.17-.13-.29.07-.1.23-.09.27.04,0-.01-.02-.03-.02-.04-.04-.02-.08-.03-.11-.05-.23,0,.12.2-.01.26-.09.04-.17.1-.25.14-.18.1-.36.2-.54.31-.34.19-.68.39-1.03.58-.7.4-1.4.8-2.11,1.2-1.41.79-2.82,1.58-4.22,2.39-.17.1-.36-.14-.21-.27,1.21-1.08,2.71-1.82,4.32-2.05.14-.02.2.18.06.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M224.82,86.22c-.51.55-1.08,1.06-1.64,1.57-.27.25-.54.5-.81.75-.14.13-.27.25-.41.37-.06.05-.12.11-.15.18,0,.03-.02.05-.04.07-.02.02.08-.09.08-.09,0-.05.07-.07.09-.03.04.08.01.15-.07.19-.1.05-.21,0-.3-.05-.2-.12-.03-.41.08-.52.18-.19.38-.36.58-.53.79-.71,1.56-1.46,2.39-2.12.14-.11.34.06.21.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M224.1,86.9c-.39.29-.76.6-1.11.95-.17.16-.32.34-.48.51-.15.17-.27.4-.52.42-.04,0-.09-.03-.1-.07-.05-.25.14-.42.29-.59.16-.19.34-.37.52-.55.37-.36.78-.68,1.21-.97.19-.13.36.17.18.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M224.08,86.85c-.21.11-.42.22-.61.36-.1.07-.21-.06-.16-.16.21-.36.51-.69.8-1,.29-.32.61-.61.95-.88.33-.28.68-.53,1.04-.76.34-.22.72-.51,1.14-.52.11,0,.15.13.09.21-.14.17-.3.25-.49.36-.18.1-.36.21-.54.31-.35.22-.69.46-1.02.71-.33.26-.63.54-.93.82-.3.28-.56.61-.86.89-.04-.06-.07-.13-.11-.19.23-.06.44-.15.66-.24.05-.02.09.06.04.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.45,45.95c.23-.78.5-1.55.8-2.31.29-.75.63-1.49,1.01-2.2.38-.7.82-1.36,1.34-1.96.26-.3.54-.58.84-.84.21-.18.56-.58.85-.33.1.08.09.22-.04.26-.1.02-.16-.11-.07-.16.05.08.05.12,0,.11-.02,0-.05,0-.07,0-.08.03-.15.12-.22.17-.15.12-.29.24-.44.37-.28.26-.54.54-.78.83-.48.58-.89,1.21-1.25,1.87-.37.68-.68,1.38-.97,2.09-.29.71-.55,1.43-.83,2.14-.04.1-.2.06-.17-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.04,38.3c-.41.29-.81.57-1.18.91-.38.34-.72.72-1.03,1.13-.61.81-1.06,1.75-1.3,2.74-.12-.05-.24-.1-.37-.15.29-.51.58-1.01.87-1.52.1.08.21.16.31.24-.19.2-.35.42-.48.67-.07.12-.12.25-.17.38-.05.14-.13.27-.19.41-.05.11-.21.05-.21-.06,0-.16,0-.29.04-.45.04-.15.11-.29.17-.43.14-.29.34-.56.57-.8.16-.17.43.05.31.24-.29.51-.58,1.01-.87,1.52-.11.2-.42.06-.37-.15.26-1.02.72-1.98,1.36-2.82.63-.82,1.46-1.61,2.42-2.04.13-.06.23.11.11.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.33,36.61c.31.39.61.78.89,1.19.12.17.22.34.4.45.13.08.29.13.45.14.67.07,1.32-.33,1.73-.83.54-.66.63-1.63.71-2.45.09-.89.19-1.76.44-2.62.38-1.3,1.03-2.51,1.89-3.55.06.08.13.16.19.24-.42.24-.8.55-1.18.85-.4.32-.81.63-1.21.95-.77.6-1.54,1.19-2.29,1.8-.65.53-1.28,1.12-1.73,1.84-.39.63-.56,1.35-.48,2.08.08.7.47,1.39,1.14,1.68.73.31,1.51.07,2.13-.36.09-.06.22.06.15.15-.43.61-1.25.78-1.96.66-.71-.12-1.29-.62-1.58-1.25-.3-.64-.32-1.38-.17-2.07.18-.77.65-1.46,1.19-2.03.8-.85,1.8-1.53,2.72-2.24.52-.4,1.04-.8,1.56-1.2.51-.39,1-.8,1.56-1.13.16-.09.29.11.19.24-1.1,1.39-1.83,3.05-2.1,4.81-.23,1.57-.08,3.52-1.64,4.45-.5.3-1.15.43-1.7.2-.13-.06-.26-.13-.37-.22-.15-.12-.25-.32-.36-.48-.26-.38-.51-.77-.75-1.17-.07-.11.1-.25.19-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.52,30.26s-.03.08-.04.11c0-.02-.02-.05-.03-.07.17.09,0,.36-.04.47-.11.24-.23.48-.34.72-.22.44-.44.91-.76,1.28-.05.06-.14,0-.13-.07.09-.47.33-.91.54-1.34.11-.22.22-.44.33-.66.06-.12.2-.48.39-.41-.02,0-.05.02-.07.03.02-.03.05-.07.07-.1.03-.04.11-.02.09.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.5,30.32c-.09.57-.22,1.13-.35,1.69-.07.28-.14.56-.21.84-.04.14-.07.28-.11.42-.04.14-.08.31-.16.43-.06.08-.17.05-.19-.05-.03-.26.08-.57.15-.82.07-.28.14-.56.21-.83.15-.58.32-1.15.52-1.71.03-.09.16-.05.14.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M278.1,30.16c-.04.12-.05.24-.09.35-.05.13-.11.27-.16.4-.11.26-.23.52-.34.78-.12.26-.24.52-.36.79-.11.23-.23.53-.43.7-.07.06-.18.02-.19-.08,0-.26.14-.54.24-.78.11-.26.24-.52.36-.79.12-.26.24-.52.37-.78.06-.13.13-.26.2-.38.06-.11.15-.19.21-.3.06-.1.24-.03.2.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.94,30.81c.06.36.01.75,0,1.12-.02.4-.07.79-.13,1.19-.05.4-.13.8-.21,1.19-.04.2-.09.39-.14.59-.04.16-.07.39-.2.5-.07.06-.16.03-.19-.05-.05-.15.02-.34.05-.49.04-.2.08-.39.12-.59.08-.37.14-.75.2-1.13.06-.38.11-.77.14-1.15.04-.39.03-.8.12-1.18.03-.12.22-.12.24,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.49,31.4c-.04.8-.19,1.6-.31,2.39-.06.39-.12.78-.19,1.17-.03.2-.07.41-.11.61-.03.2-.06.39-.18.56-.05.08-.18.07-.21-.03-.05-.17-.03-.34,0-.51.03-.21.06-.41.09-.62.06-.41.13-.82.2-1.23.13-.79.24-1.61.45-2.38.04-.14.26-.11.26.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.26,31.43c-.04.47-.16.93-.25,1.38-.09.47-.19.94-.29,1.4-.1.47-.2.93-.31,1.4-.05.24-.11.48-.18.73-.05.19-.08.48-.25.6-.05.04-.13.01-.16-.04-.09-.16,0-.42.03-.6.05-.25.09-.49.15-.73.1-.47.21-.93.32-1.4.11-.46.22-.93.33-1.39.11-.46.21-.94.37-1.38.05-.12.26-.12.25.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.5,31.79c-.16.98-.34,1.95-.53,2.93-.09.49-.19.97-.29,1.46-.05.24-.09.49-.15.73-.06.25-.09.52-.24.74-.06.08-.2.08-.23-.03-.05-.23,0-.46.04-.69.04-.24.09-.49.14-.73.1-.51.2-1.01.31-1.52.2-.99.41-1.98.64-2.96.05-.2.33-.11.3.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.01,32.54c-.27.88-.58,1.75-.77,2.66-.09.45-.17.91-.22,1.37-.03.23-.04.46-.06.69-.02.25-.01.5-.08.74-.05.16-.29.17-.33,0-.05-.22-.04-.45-.03-.68.01-.25.04-.5.06-.75.05-.48.13-.95.24-1.43.2-.93.48-1.87.94-2.71.07-.13.29-.04.24.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.22,33.63c-.1.75-.23,1.5-.36,2.25-.06.37-.13.73-.2,1.1-.03.18-.07.37-.1.55-.04.18-.05.39-.18.53-.08.09-.2.03-.24-.06-.07-.16,0-.35.02-.52.03-.18.06-.37.09-.55.07-.37.13-.73.2-1.1.14-.75.27-1.5.45-2.25.04-.18.35-.14.33.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.73,33.62c.02.35-.11.71-.17,1.06-.07.36-.13.71-.19,1.07-.05.36-.1.72-.14,1.08-.02.18-.03.36-.07.54-.03.16-.08.3-.16.45-.03.06-.14.06-.16,0-.14-.31-.09-.66-.06-.99.04-.38.09-.76.15-1.14.06-.36.13-.71.21-1.07.08-.35.14-.76.32-1.08.07-.12.25-.07.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.15,34.6c-.17.44-.27.9-.28,1.38,0,.22,0,.45.04.67.03.19.06.38,0,.56-.13.34-.61.4-.65-.01-.02-.2.25-.43.36-.17.02.05-.03.12-.09.12-.07,0,.06-.04.05-.09,0,0,.02.04.02.05-.02-.04-.08-.05-.11-.02.02-.02.02-.06.02-.08.01-.12-.02-.24-.03-.35-.02-.15-.03-.3-.04-.45-.02-.58.09-1.17.3-1.72.1-.26.52-.15.42.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.9,34.97c-.06.49-.13.98-.19,1.46-.02.15-.25.27-.32.09-.37-.85.15-1.73.73-2.35.34-.37.73-.69,1.12-1,.4-.32.82-.62,1.25-.91.05.12.1.24.15.36-.88.22-1.67.78-2.17,1.54-.11-.09-.22-.17-.34-.26,1.18-.93,2.37-1.86,3.56-2.79.22-.17.49.09.31.31-.35.42-.74.82-1.22,1.08-.17.09-.34-.13-.2-.26.38-.37.78-.71,1.12-1.12.1.1.2.2.31.31-1.19.93-2.37,1.87-3.56,2.79-.08.06-.17.09-.26.03-.1-.06-.14-.2-.08-.29.57-.86,1.44-1.47,2.44-1.71.22-.05.34.24.15.36-.75.49-1.47,1.04-2.12,1.65-.54.5-1.22,1.3-.88,2.09-.11.03-.22.06-.32.09.06-.49.13-.98.19-1.46.03-.22.38-.22.35,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.7,35.55c-.08.29-.16.59-.24.89-.07.27-.11.62-.29.84-.03.03-.09.02-.09-.02-.05-.27.09-.55.16-.81.09-.31.18-.63.27-.94.04-.13.23-.07.2.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.36,35.37c-.08.38-.16.76-.25,1.13-.05.2-.1.39-.15.59-.04.15-.08.34-.25.39-.03,0-.07,0-.09-.02-.11-.12-.07-.27-.03-.41.05-.2.11-.39.17-.59.12-.39.24-.78.38-1.16.05-.15.27-.09.24.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.02,35.34c-.06.47-.15.92-.28,1.38-.13.44-.27.92-.51,1.31-.1.17-.4.06-.33-.14.07-.17.07-.36.14-.54.03-.06.12-.04.13.02.05.17.02.35.07.52h-.34c.08-.21.18-.42.27-.63.09-.21.16-.43.23-.64.14-.43.24-.88.32-1.32.03-.17.32-.13.29.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.32,36.14c-.14.62-.25,1.25-.42,1.86-.05.19-.37.16-.35-.05,0-.13.06-.24.07-.37.02-.14.03-.29.05-.43.03-.28.03-.56-.02-.84.08-.01.16-.02.23-.03,0,.34-.06.68-.11,1.01-.05.36-.11.73-.17,1.09-.03.19-.35.19-.38,0-.08-.44-.14-.88-.23-1.31.11.01.23.03.34.04-.12.25-.25.49-.37.74-.07-.1-.15-.19-.22-.29.86-.14,1.73-.27,2.59-.41.19-.03.34.18.19.33-.62.67-1.5,1.16-2.44,1.11-.42-.02-.83-.16-1.18-.4-.17-.12-.33-.26-.45-.43-.13-.17-.19-.34-.24-.55-.03-.13.15-.21.22-.09.35.61,1,1.03,1.7,1.07.82.04,1.58-.42,2.12-1,.06.11.13.22.19.33-.86.14-1.73.27-2.59.41-.17.03-.31-.13-.22-.29.13-.24.26-.49.39-.73.07-.14.32-.12.34.04.07.44.17.87.25,1.31h-.38c.06-.34.13-.68.19-1.02.07-.34.12-.69.24-1.01.05-.14.26-.09.23.06-.06.28-.07.55-.06.84,0,.12.02.25.02.37,0,.15.06.29.06.43-.12-.02-.23-.03-.35-.05.11-.62.29-1.24.44-1.85.05-.21.36-.12.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.29,35.62c-.32.57-.26,1.32.1,1.86.35.52,1.02.76,1.61.83.08.01.1.11.02.14-.73.26-1.5-.15-1.94-.74-.48-.65-.46-1.56-.05-2.24.1-.17.35-.02.26.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.86,38.02c.57-.29.99-.81,1.25-1.39.13-.29.2-.61.23-.92.02-.31-.05-.62-.03-.93,0-.07.09-.09.13-.04.19.27.2.65.18.97-.02.36-.12.7-.26,1.02-.28.65-.79,1.15-1.43,1.44-.1.05-.19-.1-.09-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.35,37.85c.33.32.91.36,1.29.1.16-.11.33.1.25.25-.25.47-.78.71-1.3.62-.49-.08-.95-.57-.89-1.08.01-.1.17-.18.22-.06.14.33.36.64.73.74.35.09.74-.11.92-.41.08.08.17.17.25.25-.27.15-.56.19-.86.14-.3-.05-.53-.22-.72-.45-.06-.08.04-.18.11-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.59,43.03s-.11-.07-.13-.13c-.03-.1-.03-.22-.05-.33-.04-.2-.09-.4-.15-.6-.12-.4-.29-.78-.5-1.14-.21-.36-.46-.69-.74-1-.14-.15-.28-.3-.44-.44-.13-.11-.33-.22-.39-.38-.02-.04.02-.08.06-.08.17,0,.35.17.48.27.17.13.34.27.49.43.32.31.58.67.8,1.05.21.37.38.76.51,1.17.07.21.11.43.15.65.02.11.03.21.04.32.01.1-.03.15-.1.21,0,.01-.03.01-.04,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.28,43.78c-.02-.06-.09-.07-.12-.14-.03-.09-.06-.18-.08-.27-.06-.2-.12-.39-.18-.59-.12-.39-.26-.77-.41-1.15-.29-.74-.66-1.46-1.07-2.13-.14-.23.22-.45.37-.21.43.7.79,1.43,1.09,2.19.15.38.28.77.39,1.16.06.2.1.39.14.59.02.09.04.18.05.26,0,.05.02.1,0,.15-.01.05-.05.06-.04.12,0,.08-.11.09-.14.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.47,40.73c.4.32.58.82.69,1.31.06.26.1.52.15.77.02.12.05.24.08.36.01.05.03.09.06.14-.15.14-.21.16-.2.07,0,.03-.02-.08,0-.01.02.03.04.06.06.08.01,0,.03,0,.04.01-.06,0-.11-.06-.12-.12,0-.12.14-.23.25-.15.11.08.17.23.09.36-.09.16-.32.15-.45.04-.14-.13-.17-.35-.2-.53-.14-.73-.14-1.55-.67-2.13-.12-.13.06-.31.2-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.02,42.35c-.18-.31-.33-.65-.52-.95-.11-.18.17-.34.28-.16.18.3.33.62.45.95.06.18.11.35.16.54.04.17.1.37.05.53-.04.14-.22.16-.3.04-.09-.13-.09-.32-.12-.47-.03-.16-.08-.33-.13-.49-.1-.32-.23-.64-.39-.94.1-.04.2-.08.3-.13.13.34.29.66.43.99.05.12-.14.19-.2.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.42,40.34c.69.06,1.26-.39,1.49-1.03.26-.72-.09-1.45-.59-1.98-.58-.62-1.37-1.01-2.14-1.33-.88-.37-1.8-.62-2.72-.86-1-.27-2-.53-3.01-.8.07-.09.14-.18.21-.27.58.86,1.17,1.71,1.75,2.57.48.71.96,1.43,1.5,2.1.95,1.17,2.32,2.36,3.94,2.18.57-.06,1.09-.38,1.35-.9.25-.51.18-1.12,0-1.64-.21-.58-.66-1.05-1.15-1.42-.53-.4-1.14-.66-1.7-1-.16-.1-.05-.38.13-.31.77.29,1.54.73,2.16,1.28.6.53.99,1.21,1.1,2,.1.73-.16,1.5-.76,1.95-.62.46-1.45.5-2.18.34-1.44-.31-2.54-1.45-3.41-2.57-.49-.64-.94-1.32-1.39-1.98-.55-.81-1.1-1.61-1.64-2.42-.09-.14.06-.31.21-.27.98.26,1.97.53,2.95.79.92.25,1.84.5,2.72.86.79.32,1.56.7,2.19,1.27.55.5,1,1.21.96,1.97-.05.93-.98,2.15-2.01,1.67-.1-.05-.05-.22.06-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.22,36.66c-.3.06-.41-.49-.08-.53.14-.02.21.14.29.23.1.12.2.25.29.38.2.26.4.53.59.79.39.53.79,1.06,1.16,1.6.13.19-.07.43-.27.39-.13-.03-.26-.09-.23-.25.01-.06.1-.07.13-.02.02.04.02,0,0,.02.06-.1-.03-.02,0,0-.1-.13-.19-.27-.29-.4-.2-.28-.41-.57-.61-.85-.19-.27-.38-.54-.57-.81-.2-.28-.42-.56-.59-.87.04.02.09.05.13.07-.06,0,.02-.04,0,0,0,0-.04.07,0,.07.11-.02.16.14.05.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.8,36.3c.42.48.81,1,1.16,1.54.17.26.33.53.48.8.08.15.15.29.22.44.03.07.06.13.08.2.03.08-.03.13-.04.2,0,.06-.08.12-.13.08-.03-.02-.09-.03-.13-.05-.06-.04-.1-.11-.13-.17-.08-.15-.16-.29-.23-.44-.15-.27-.31-.54-.47-.81-.33-.53-.71-1.03-1.12-1.5-.19-.21.13-.53.31-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.52,35.69c.17.14.3.34.44.51.14.17.28.34.41.52.29.38.58.75.86,1.13.56.74,1.12,1.48,1.66,2.23.16.22-.21.43-.36.21-.11-.16-.23-.32-.33-.49-.1-.17-.22-.33-.32-.5-.04-.08.05-.14.12-.09.16.13.28.29.44.41.15.12.29.28.43.42-.1.1-.2.2-.3.3-.57-.73-1.11-1.48-1.65-2.23-.28-.38-.56-.77-.83-1.15-.13-.18-.26-.37-.39-.56-.13-.2-.28-.38-.37-.6-.05-.12.12-.18.2-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.89,35.59c.16.16.29.35.43.53.14.18.28.36.42.54.29.38.59.75.88,1.13.29.38.59.75.88,1.13.29.37.6.74.87,1.13-.13.05-.25.11-.38.16-.02-.07-.03-.12,0-.19,0,.04,0,.07.01.11-.08-.16-.18-.32-.26-.48-.03-.06.04-.11.09-.07.14.12.26.26.4.38-.03-.01-.07-.03-.1-.04.07,0,.12.02.18.06.26.18-.06.54-.25.33-.3-.34-.56-.72-.84-1.08-.29-.38-.58-.76-.87-1.14-.29-.38-.58-.76-.87-1.14-.14-.18-.28-.36-.41-.55-.15-.2-.32-.39-.44-.6-.1-.17.13-.35.28-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.74,35.07c.41.41.77.87,1.14,1.31.37.44.75.89,1.12,1.34.37.45.74.89,1.11,1.34.19.22.37.45.56.67.09.11.19.22.28.34.05.06.12.15.2.15-.03.01-.07.03-.1.04,0,.06,0,.08-.02.04-.03-.04,0-.04.07-.02-.04.08-.15.04-.15-.04,0-.18.2-.16.29-.06.19.18-.05.49-.28.41-.15-.05-.26-.14-.36-.26-.13-.16-.26-.32-.4-.48-.25-.3-.5-.61-.75-.91-.5-.61-1.01-1.22-1.5-1.83-.49-.61-1.02-1.2-1.46-1.84-.11-.16.13-.32.25-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.74,35.61c.71.8,1.41,1.61,2.1,2.42.7.83,1.42,1.65,2.06,2.53.14.2-.18.44-.34.26-.16-.18-.32-.38-.49-.55-.18-.18-.36-.37-.5-.58-.05-.07.05-.16.11-.11.2.12.38.28.56.43.2.17.42.34.63.51-.1.1-.2.2-.3.3-.34-.4-.66-.81-.99-1.22-.34-.42-.69-.84-1.04-1.26-.69-.82-1.38-1.63-2.09-2.43-.18-.21.12-.51.3-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.47,34.83c.92.83,1.78,1.72,2.58,2.67.39.47.77.95,1.13,1.44.19.25.36.51.54.77.17.26.34.52.45.81.05.16-.16.26-.27.16-.21-.21-.37-.45-.53-.7-.18-.26-.36-.52-.54-.77-.36-.49-.73-.98-1.12-1.45-.78-.94-1.62-1.83-2.51-2.66-.19-.18.09-.46.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.94,34.98c.36.39.69.81,1.03,1.21.36.42.71.85,1.06,1.27.34.41.68.81,1.03,1.22.17.2.34.41.51.61.09.11.19.22.28.33.06.08.16.08.22.15-.04-.02-.07-.03-.11-.05,0,0,0,0,.01,0-.04.02-.08.05-.12.07-.02.12.01.12.1,0,.01.08-.09.16-.14.08-.07-.08-.04-.19.08-.2.13-.01.2.08.22.17.02.08-.01.19-.09.22-.24.11-.42-.05-.57-.23-.19-.22-.37-.44-.55-.66-.37-.44-.73-.88-1.1-1.32-.36-.44-.73-.89-1.08-1.34-.35-.45-.71-.89-1.03-1.35-.1-.15.13-.33.25-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.29,35.76c.58.67,1.16,1.34,1.73,2.02.29.35.59.69.88,1.04.15.17.29.35.44.52.14.17.3.34.42.52.14.22-.21.42-.34.2-.12-.18-.25-.35-.36-.54-.04-.06.04-.14.1-.1.19.11.35.25.53.37-.08.1-.16.21-.24.31-.15-.14-.27-.31-.41-.46-.15-.17-.29-.35-.44-.52-.29-.35-.58-.69-.88-1.04-.57-.68-1.14-1.36-1.7-2.05-.15-.18.1-.45.26-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.06,36.73c.4.54.85,1.05,1.33,1.53.23.23.47.46.72.67.12.11.25.21.37.32.13.11.28.2.34.36.03.07-.04.17-.12.16-.16-.01-.26-.11-.38-.21-.14-.11-.28-.23-.42-.35-.26-.23-.51-.47-.75-.72-.49-.51-.93-1.05-1.34-1.63-.11-.16.14-.3.26-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.66,36.26c.37.42.74.84,1.1,1.25.37.42.76.83,1.1,1.28.13.17.25.35.27.57.02.2-.17.4-.37.35-.13-.04-.22-.21-.18-.34.04-.13.17-.18.27-.08.05.05.03.16-.05.18.01-.11.03-.14.05-.09.03.05-.02.05-.16.02.01-.02,0-.06-.01-.08-.04-.14-.18-.28-.26-.38-.21-.27-.44-.52-.66-.78-.46-.53-.91-1.07-1.37-1.6-.16-.18.11-.45.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.54,37.49c.45.74.91,1.48,1.35,2.23.07.12-.02.29-.16.28-.29-.02-.61-.23-.67-.53-.02-.09.09-.17.16-.1.07.07.12.13.2.18.09.06.19.07.3.07-.05.09-.11.19-.16.28-.46-.74-.9-1.48-1.35-2.23-.12-.2.19-.39.32-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.35,37.48c.76.94,1.63,1.74,2.69,2.34.55.31,1.16.58,1.8.56.5-.02,1.03-.31,1.2-.8.11.08.22.17.33.25-.7.43-1.48.65-2.31.61-.78-.04-1.65-.32-2.16-.95-.08-.1.02-.26.14-.19.63.35,1.28.65,2.01.7.72.05,1.49-.12,2.08-.56.16-.12.38.08.33.25-.18.58-.71.97-1.3,1.09-.72.15-1.45-.13-2.08-.45-1.18-.61-2.24-1.57-2.93-2.71-.06-.11.09-.23.17-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.58,35.29c-.26-.03-.29-.31-.14-.49.23-.26.68.08.89.19.72.38,1.42.77,2.13,1.16.22.12.02.45-.2.34-.94-.5-1.87-1.01-2.81-1.51-.2-.11-.06-.43.15-.36,1.27.39,2.54.79,3.81,1.19-.04.13-.07.26-.11.39-.89-.34-1.78-.68-2.67-1.01.04-.13.07-.26.11-.39.52.2,1.04.4,1.56.6.25.1.5.19.75.29.26.1.53.17.73.37.08.09.02.22-.09.23-.27.02-.5-.11-.75-.2-.25-.1-.5-.19-.75-.29-.52-.2-1.04-.4-1.56-.6-.24-.09-.14-.49.11-.39.89.34,1.78.68,2.67,1.02.24.09.15.47-.11.39-1.27-.4-2.54-.79-3.8-1.2.05-.12.1-.24.15-.36.93.51,1.87,1.01,2.8,1.52-.07.11-.13.22-.2.34-.45-.25-.91-.5-1.36-.75-.24-.13-.47-.26-.71-.39-.11-.06-.22-.12-.32-.18-.05-.03-.1-.06-.15-.08-.03,0-.05-.02-.07-.03,0,.02,0,.01,0-.01.12.05.06.26-.07.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.32,34.91c-.29-.15-.56-.33-.83-.51-.14-.09-.27-.18-.4-.27-.11-.08-.25-.15-.26-.3,0-.04.03-.07.06-.08.13-.05.25.05.35.12.14.09.27.18.4.27.28.19.55.38.81.6.1.09-.03.23-.14.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.26,34.74c-.14-.03-.24-.07-.36-.15-.12-.08-.24-.15-.37-.23-.12-.08-.24-.15-.37-.23-.12-.07-.27-.14-.33-.27-.03-.07,0-.17.1-.17.13,0,.22.08.33.15.14.09.27.19.41.28.12.08.24.16.36.25.06.04.12.09.17.13.06.05.08.09.12.16.03.04-.02.09-.06.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.01,33.73c.33.28.63.58.91.92.13.16.26.33.38.5.1.14.28.35.26.52,0,.05-.05.11-.11.08-.15-.06-.24-.24-.33-.38-.12-.18-.26-.36-.39-.53-.27-.33-.57-.65-.88-.94-.12-.11.05-.28.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.54,34.36c.32.46.67.91,1.05,1.33.18.2.37.39.56.58.19.19.4.38.57.59.03.05-.03.09-.07.07-.25-.11-.47-.3-.67-.49-.21-.19-.41-.4-.6-.62-.38-.43-.7-.88-.98-1.38-.06-.1.09-.18.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.16,34.47c.15.17.3.33.44.51.15.19.3.38.44.58.28.38.56.77.84,1.16.09.12-.06.33-.21.27-.48-.19-.78-.65-.93-1.13-.03-.11.11-.18.18-.11.48.48.88,1.05,1.3,1.58.21.27.43.54.64.82.1.13.2.26.3.4.1.14.19.25.2.42,0,.04-.04.08-.08.06-.28-.1-.46-.41-.64-.63-.22-.27-.43-.56-.65-.83-.43-.55-.89-1.08-1.25-1.67.07-.03.13-.06.2-.08.04.21.15.38.3.54.14.15.32.23.51.3-.07.09-.14.18-.21.27-.27-.37-.53-.74-.79-1.11-.13-.19-.26-.37-.38-.56-.14-.21-.25-.43-.38-.64-.06-.09.08-.2.15-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.95,36.88c.39.62.86,1.17,1.39,1.66.27.25.57.48.87.69.29.21.63.38.87.65.05.05.02.16-.06.15-.37-.05-.7-.26-1-.47-.32-.22-.61-.47-.9-.73-.56-.52-1.04-1.14-1.43-1.8-.09-.16.15-.31.25-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.54,35.71c-.03-.3-.06-.6-.12-.89h.41c-.07.44-.28.87-.48,1.26-.22.42-.49.8-.78,1.16-.1.11-.32.09-.38-.05-.4-.85-.25-1.88.39-2.58.08-.09.2-.09.3-.04.25.12.51.25.76.37.08.04.12.13.12.22,0,.66-.1,1.33-.54,1.84-.39.44-1.05.66-1.6.4-.46-.22-.73-.71-.81-1.2-.02-.13-.03-.26-.02-.39,0-.14.01-.35.11-.45.1-.1.27-.16.39-.25.13-.09.24-.22.34-.34.07-.08.22-.1.31-.04.59.39.79,1.23.37,1.82-.21.28-.53.48-.88.53-.16.02-.42.05-.55-.08-.08-.08-.13-.2-.19-.29-.06-.1-.12-.19-.18-.29.16-.02.31-.04.47-.06-.07.19-.14.38-.21.56-.1.27-.48.23-.5-.07-.02-.25-.04-.5-.06-.75-.01-.14.12-.25.25-.25.15,0,.24.12.25.25.08.63.81.98,1.38.84.25-.06.43.32.18.42-.91.39-1.94-.31-2.07-1.26h.51c.02.25.04.5.06.75l-.5-.07c.07-.19.14-.38.21-.56.08-.2.34-.26.47-.06.11.18.22.35.34.53-.05-.04-.1-.08-.15-.12.35.06.69-.16.85-.47.15-.32-.01-.75-.29-.94.1-.01.21-.03.31-.04-.22.26-.49.47-.79.62.04-.05.08-.1.12-.15-.12.54.12,1.37.78,1.41.37.02.7-.25.88-.54.24-.39.28-.87.27-1.31.04.07.08.14.12.22-.25-.12-.51-.25-.76-.37.1-.01.2-.03.3-.04-.48.52-.62,1.34-.32,1.98-.13-.02-.26-.03-.38-.05.27-.33.51-.68.71-1.06.2-.38.34-.78.51-1.18.08-.2.41-.1.4.11-.02.32-.03.63-.02.95,0,.18-.26.18-.28,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.2,36.75c.09.17.2.32.33.46.13.14.29.23.45.34.14.1.06.35-.12.29-.44-.15-.76-.56-.89-.99-.04-.14.16-.22.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.94,37.95c.51.45,1.16.69,1.84.62.75-.07,1.3-.56,1.6-1.23.17-.38.25-.8.32-1.2.08-.44.14-.88.23-1.33.18-.93.41-1.86.7-2.77.18-.56.39-1.12.61-1.66.11-.26.22-.52.33-.77.11-.25.21-.55.44-.72.06-.05.15.02.15.09,0,.22-.11.4-.2.6-.1.22-.21.45-.3.68-.19.44-.37.89-.53,1.34-.32.9-.6,1.81-.81,2.74-.11.46-.19.93-.27,1.39-.07.41-.13.82-.24,1.22-.19.72-.59,1.39-1.28,1.71-.87.4-2.15.24-2.65-.66-.02-.04.03-.07.06-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.46,34.26c.2-.43.55-.74.99-.91.12-.05.28.07.26.2-.1.91-.58,1.78-1.24,2.4-.16.15-.42,0-.36-.21.27-.98.76-1.89,1.42-2.66.13-.15.41-.03.4.16-.09,1.11-.54,2.16-1.27,3-.19.22-.49-.06-.38-.29.44-.92.96-1.8,1.54-2.64.15-.22.51-.09.44.19-.29,1.17-1.05,2.19-2.07,2.82-.14.09-.31,0-.36-.15-.21-.69-.11-1.46.27-2.08.14-.22.44-.11.46.12.07.75-.19,1.49-.69,2.04-.16.18-.4.02-.42-.18-.11-.89.21-1.8.83-2.44.15-.16.43-.04.43.18-.01.76-.38,1.49-.98,1.96-.3.23-.79.43-1.05.04-.19-.29,0-.62-.13-.91.17-.02.33-.05.5-.07,0,.59-.25,1.17-.71,1.55-.19.15-.5.02-.42-.25.2-.7.53-1.36.97-1.94.13.1.27.21.4.31-.71.57-.91,1.54-.59,2.38.09.25-.3.41-.42.18-.5-.96-.19-2.24.65-2.91.09-.07.2-.1.31-.04.11.06.18.24.09.35-.42.55-.73,1.16-.92,1.82-.14-.08-.28-.16-.42-.25.36-.3.57-.72.56-1.19,0-.31.4-.32.5-.07.09.22.04.46.04.69,0,.22.38-.11.45-.17.42-.37.66-.91.68-1.47.14.06.28.12.43.18-.54.56-.78,1.32-.68,2.09-.14-.06-.28-.12-.42-.18.42-.46.6-1.08.55-1.69.15.04.31.08.46.12-.32.51-.4,1.12-.23,1.7-.12-.05-.24-.1-.36-.15.92-.57,1.59-1.48,1.85-2.52.15.06.3.12.44.19-.58.84-1.1,1.72-1.55,2.64-.13-.1-.25-.19-.38-.29.64-.74,1.04-1.68,1.14-2.66.13.05.26.11.4.16-.62.71-1.07,1.54-1.33,2.45-.12-.07-.24-.14-.36-.21.3-.28.54-.6.74-.95.21-.38.31-.77.4-1.19.09.09.17.17.26.26-.35.11-.67.33-.9.63-.09.12-.27.02-.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.74,8.7c.31-.49.06-1.07-.26-1.49-.34-.46-.8-.83-1.28-1.12-.51-.31-1.08-.51-1.67-.62-.33-.06-.66-.09-.99-.1-.31-.01-.63.03-.94-.02-.1-.02-.08-.15,0-.18.32-.1.67-.07,1-.05.35.01.71.06,1.05.13.65.13,1.28.39,1.84.76.5.33.98.76,1.29,1.27.28.45.44,1.08.07,1.53-.06.07-.16-.02-.12-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M240.92,4.49c.35.51.72,1,1.14,1.45.43.46.93.82,1.38,1.25.04.04-.01.09-.05.07-.56-.25-1.05-.73-1.46-1.18-.43-.46-.8-.98-1.07-1.55-.02-.05.04-.09.07-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M266.08,54.23c.78-2.01,2.65-3.52,4.72-4.03.02.12.03.24.05.37-1.68-.09-3.35.79-4.21,2.25-.1-.08-.2-.15-.29-.23.63-.5,1.25-.99,1.88-1.49.08.1.15.2.23.29-.41.28-.79.6-1.13.97-.16.18-.32.36-.46.56-.15.21-.32.41-.47.61-.07.1-.27.04-.22-.09.1-.24.19-.46.34-.67.16-.22.33-.43.51-.64.37-.41.79-.76,1.24-1.06.18-.12.39.16.23.29-.63.5-1.25.99-1.88,1.49-.16.12-.41-.03-.29-.23.92-1.56,2.72-2.53,4.54-2.43.2.01.26.31.05.37-2.02.5-3.65,1.93-4.58,3.77-.07.13-.29.04-.24-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.97,48.48c-.22.62-.15,1.31.2,1.87.36.59,1.02.85,1.69.67.74-.2,1.29-.87,1.68-1.48.45-.71.75-1.51,1.08-2.28.59-1.41,1.19-2.83,2.21-3.99,0,.06-.02.13-.03.19-.13-.27-.75.36-.85.45-.35.3-.72.58-1.1.84-.76.54-1.56,1-2.39,1.42-.78.4-1.6.8-2.2,1.45-.51.56-.9,1.46-.57,2.2.3.66,1.07,1.04,1.76.82.09-.03.18.1.1.17-.56.45-1.3.2-1.79-.24-.58-.53-.68-1.35-.45-2.07.56-1.77,2.55-2.34,4-3.16.74-.42,1.44-.89,2.1-1.42.16-.13.32-.26.47-.39.14-.12.27-.25.44-.34.24-.13.6-.19.74.11.03.07.03.14-.03.19-1.15,1.29-1.75,2.94-2.43,4.5-.32.75-.65,1.51-1.15,2.17-.44.58-1.04,1.11-1.78,1.22-.75.11-1.43-.26-1.81-.91-.36-.62-.42-1.43-.1-2.07.05-.11.23-.03.19.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M266.38,52.02c-.04-.16-.13-.32-.19-.48-.07-.16-.14-.33-.21-.49-.15-.33-.34-.63-.56-.92-.22-.29-.47-.55-.75-.79-.13-.11-.27-.22-.42-.32-.15-.1-.33-.18-.46-.3-.1-.1,0-.26.13-.23.17.04.34.17.48.27.15.1.3.22.44.34.28.24.54.52.76.81.23.3.42.63.57.97.08.17.14.34.19.51.03.09.05.18.06.27.02.11.02.22.04.33,0,.05-.07.08-.08.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M266.1,52.94c-.1-.14-.14-.33-.2-.5-.07-.2-.15-.39-.23-.59-.15-.38-.32-.75-.51-1.1-.19-.35-.4-.7-.63-1.02-.11-.16-.23-.31-.35-.47-.07-.08-.13-.16-.2-.24-.07-.08-.14-.14-.16-.24-.02-.1.06-.21.18-.18.18.05.31.28.42.42.13.16.25.33.37.49.24.34.46.7.65,1.07.19.37.35.75.48,1.14.07.2.12.4.17.6.04.19.11.4.08.6,0,.04-.05.03-.07,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.51,49.21c.62-.05,1.43-.14,1.78-.73.22-.37.11-.83,0-1.21-.1-.34-.26-.65-.44-.95-.78-1.24-2.15-2.02-3.43-2.64-1.43-.7-2.91-1.29-4.37-1.93.09-.09.18-.18.27-.27.57.74,1.06,1.52,1.47,2.35.38.78.66,1.59,1,2.39.32.76.73,1.48,1.37,2.02.65.54,1.49.82,2.3,1.06.26.08.52.15.78.21.24.05.48.04.68-.12.33-.27.43-.75.56-1.13.06-.16.33-.14.31.04-.07.67-.38,1.51-1.14,1.62-.45.06-.92-.13-1.34-.25-.41-.12-.82-.26-1.21-.42-.78-.33-1.45-.83-1.95-1.52-.48-.67-.77-1.46-1.07-2.23-.53-1.37-1.2-2.65-2.09-3.81-.14-.18.12-.34.27-.27.95.42,1.9.83,2.85,1.25.73.32,1.46.64,2.16,1.01,1.26.68,2.52,1.58,3.16,2.9.34.7.6,1.63.06,2.29-.44.55-1.31.64-1.96.6-.16-.01-.16-.24,0-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.48,64.42c-.23.28-.48.53-.72.8-.05-.06-.1-.13-.15-.19.52-.35,1.12-.6,1.69-.86.58-.25,1.16-.49,1.75-.7,1.19-.42,2.41-.77,3.65-1.03.26-.05.37.35.11.4-1.22.25-2.42.58-3.6.99-.6.21-1.19.43-1.77.67-.58.24-1.15.53-1.74.75-.12.04-.21-.12-.12-.21.27-.24.52-.5.79-.73.07-.06.16.03.1.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.6,62.17c-.48.11-.96.17-1.44.28-.5.11-.99.24-1.48.39-.47.15-.93.32-1.39.51-.23.1-.46.2-.68.3-.12.06-.24.11-.36.17-.11.05-.21.11-.33.07-.06-.02-.11-.09-.09-.16.07-.21.36-.29.54-.38.24-.11.47-.22.72-.32.47-.2.95-.37,1.44-.53.49-.15.98-.28,1.48-.38.51-.1,1.04-.2,1.56-.2.14,0,.17.21.03.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.5,63.73c.37-.19.76-.36,1.11-.59.13-.08.26.1.16.2-.27.26-.64.44-.98.59-.37.16-.76.27-1.16.34-.2.03-.28-.24-.08-.3,1-.3,2-.6,3-.92.21-.07.29.25.09.33-.88.35-1.78.68-2.66,1.01-.03-.12-.06-.23-.1-.35.23-.08.46-.17.7-.25.22-.07.45-.17.69-.18.13,0,.14.15.06.22-.19.14-.44.21-.65.3-.23.09-.46.18-.7.26-.22.08-.31-.27-.1-.35.89-.33,1.77-.68,2.67-1,.03.11.06.22.09.33-1.01.28-2,.59-3.01.89-.03-.1-.06-.2-.08-.3.37-.06.73-.16,1.08-.3.35-.14.66-.36,1-.53.03.08.07.16.1.24-.4.11-.79.28-1.18.43-.04.02-.07-.05-.03-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.01,50.68c.27-.37.06-.96-.39-1.07,0,0,0,0,0,0,.45.11.66.7.39,1.07,0,0,0,0,0,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.13,50.96c-.19.11-.37.21-.51.38-.07-.07-.15-.15-.22-.22.15-.15.36-.26.58-.23.16.02.13.25,0,.29-.14.04-.25.06-.36.16-.15.14-.36-.08-.22-.22.17-.18.39-.34.64-.39.14-.03.23.16.1.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.61,49.86c-.21.17-.45.31-.68.45-.24.15-.49.32-.77.39-.06.01-.09-.05-.06-.1.18-.2.42-.34.65-.48.24-.15.48-.3.74-.42.09-.04.21.08.12.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.57,50.12c-.07.04-.14.08-.21.09-.03,0-.04-.04-.02-.06.05-.05.12-.09.18-.12.06-.03.11.06.05.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.22,49.95c.24.29.41.63.59.95.2.35.4.71.6,1.06.09.15-.13.33-.25.19-.42-.53-.75-1.11-1.01-1.73-.06-.15.17-.28.27-.16.32.36.6.75.82,1.18-.1.06-.19.11-.29.17-.42-.84-1.01-1.54-1.77-2.1-.2-.15,0-.49.2-.34.78.59,1.43,1.39,1.86,2.28.09.19-.19.37-.29.17-.21-.4-.46-.78-.76-1.12.09-.05.18-.11.27-.16.24.59.56,1.13.94,1.63-.09.05-.18.11-.27.16-.19-.34-.37-.68-.56-1.02-.19-.34-.4-.69-.53-1.06-.03-.09.1-.17.16-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.24,46.04c.06.23.05.47.06.71.01.24,0,.49.01.73,0,.24,0,.49,0,.73,0,.24.02.49-.05.72-.06.19-.33.15-.34-.05,0-.09-.03-.18-.03-.27,0-.07.09-.1.14-.06.07.06.12.14.19.2-.1.06-.19.11-.29.17-.07-.23-.05-.48-.05-.72,0-.24,0-.49,0-.73,0-.24,0-.49.01-.73,0-.23,0-.48.06-.71.03-.14.24-.14.27,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.02,45.78c.26.49.38,1.02.4,1.58.01.27-.01.53-.06.8-.04.24-.09.62-.31.76-.1.06-.22,0-.26-.1-.04-.12,0-.24.04-.36.04-.12.06-.24.09-.36.05-.24.06-.49.06-.73,0-.49-.12-.98-.29-1.44-.07-.19.23-.31.33-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.33,46.66c.21.27.18.75.16,1.07-.02.19-.06.39-.12.57-.05.17-.12.39-.26.52-.2.19-.47-.15-.23-.3.15-.1.2-.33.24-.49.03-.13.03-.24.15-.33.04-.03.09,0,.1.04.04.14-.04.23-.1.35-.07.15-.16.37-.11.54h-.37c.02-.15.11-.3.16-.45.06-.17.09-.34.11-.52.02-.16.03-.31.02-.47,0-.17-.04-.34,0-.51.02-.13.18-.11.24-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.91,49.23c.28-.05.43-.47.51-.7.11-.28.18-.58.21-.88.07-.62-.07-1.21-.41-1.73-.34-.52-.93-.84-1.5-1.06-.3-.12-.62-.22-.93-.33-.19-.06-.38-.13-.57-.19-.17-.06-.35-.12-.48-.24-.07-.06,0-.16.07-.16.19-.02.38.05.56.12.21.07.42.14.63.21.35.12.69.24,1.03.38.64.27,1.25.68,1.57,1.32.31.59.34,1.31.23,1.95-.06.34-.17.66-.31.97-.12.27-.3.49-.62.44-.05,0-.05-.09,0-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.53,45.23c.15.15.23.38.3.57.09.21.16.42.22.63.12.43.19.88.2,1.33,0,.13-.11.22-.23.23-.25.02-.45-.27-.27-.47.03-.04.1-.03.13,0,.03.02.03.03,0,.02.03,0,.06.01.09,0-.06.07-.11.15-.17.22-.02-.41-.07-.81-.16-1.21-.05-.2-.1-.4-.17-.59-.06-.19-.17-.38-.2-.58-.02-.14.14-.27.26-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.92,44.69c.3.51.54,1.04.76,1.59.11.28.2.58.28.87.08.29.17.59.2.89.02.19-.2.26-.35.2-.19-.09-.22-.4,0-.48.07-.02.14.04.14.11-.05,0-.09-.02-.14-.03-.04.09-.07.17-.11.26-.09-.27-.13-.56-.21-.83-.07-.28-.16-.55-.25-.82-.18-.54-.4-1.07-.63-1.59-.09-.2.18-.37.3-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.41,44.51c.17.3.29.64.43.96.14.35.28.69.42,1.04.13.33.26.65.4.98.07.17.14.35.21.52.07.17.15.34.19.52.07.3-.4.42-.46.13-.03-.16-.14-.36-.02-.5.02-.03.08-.03.11-.01.09.06.1.21.21.22-.09.12-.18.23-.27.35-.17-.3-.28-.66-.4-.98-.13-.35-.27-.7-.4-1.04-.13-.33-.25-.66-.38-.99-.13-.34-.29-.69-.37-1.05-.05-.2.23-.33.34-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.62,44.1c.12.17.19.37.28.55.1.21.19.41.29.62.18.4.36.79.53,1.19.18.4.35.8.53,1.2.18.4.37.79.51,1.21.06.19-.13.33-.3.3-.22-.04-.33-.32-.21-.51.06-.09.19-.07.22.03-.05,0-.04,0,.02.02-.02,0-.04,0-.06,0,.03,0,.07-.01.1,0-.07.12-.14.24-.21.36-.21-.38-.37-.79-.54-1.19-.17-.4-.35-.8-.52-1.2-.17-.4-.35-.8-.52-1.2-.08-.19-.16-.38-.24-.57-.09-.21-.19-.42-.24-.64-.05-.22.24-.34.36-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.71,44.03s0-.01,0-.02c.02.07.03.13.05.2.02.01.03.02.05.03.05,0,.11-.01.16-.02,0,0-.01,0-.02.01.03-.04.06-.08.1-.12,0-.02,0-.04,0-.06.02.03.04.07.06.1.03.05.06.1.09.15.06.1.12.2.17.31.11.21.23.41.34.62.22.42.43.84.63,1.26.2.43.39.85.58,1.29.09.22.18.44.27.66.09.21.19.44.24.66.02.1-.01.21-.11.26-.1.06-.27.03-.32-.08-.1-.23-.15-.44-.11-.69.02-.09.14-.07.16,0,.05.13.14.29.26.37-.11.11-.21.21-.32.32-.14-.23-.22-.51-.32-.76-.1-.25-.21-.5-.31-.75-.22-.5-.44-1-.68-1.5-.24-.49-.48-.99-.74-1.47-.06-.12-.13-.24-.19-.37-.05-.1-.13-.21-.13-.33,0-.26.32-.31.45-.12.04.06.03.14,0,.2,0,0,0,.01,0,.02-.11.19-.45.06-.37-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.04,43.46c.52.79.99,1.6,1.43,2.43.22.42.43.83.64,1.26.21.42.42.85.57,1.3h-.45c.02-.06.07-.11.08-.16.03-.1.18-.13.23-.03.02.03.08.08.11.14.13.27-.26.5-.4.23-.21-.4-.39-.81-.58-1.22-.2-.42-.41-.85-.63-1.26-.43-.83-.9-1.65-1.38-2.46-.15-.25.23-.46.38-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.37,43.28c.54.8,1.03,1.63,1.51,2.47.24.42.48.84.71,1.26.12.21.23.42.34.64.12.22.29.46.34.7.07.29-.33.38-.43.12-.11-.29-.28-.56-.37-.86-.03-.09.08-.15.15-.09.23.22.39.5.6.73-.11.11-.21.21-.32.32-.16-.18-.25-.42-.35-.63-.11-.21-.22-.43-.34-.64-.23-.43-.45-.85-.69-1.27-.47-.86-.97-1.71-1.45-2.57-.11-.2.17-.36.3-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.15,43.53c.47.79.91,1.58,1.34,2.39.21.4.42.81.62,1.22.21.42.45.86.6,1.3-.16.02-.31.04-.47.06,0-.08,0-.16-.05-.23-.05-.08.01-.2.11-.19.25.02.38.19.41.43.03.24-.33.31-.44.12-.11-.19-.19-.4-.28-.59-.1-.22-.2-.43-.31-.65-.2-.41-.4-.82-.61-1.23-.42-.81-.86-1.62-1.31-2.41-.15-.25.24-.48.39-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.56,43.36c.42.76.83,1.52,1.24,2.29.2.38.41.77.61,1.15.1.18.19.37.29.55.11.2.23.4.31.61.1.28-.34.39-.45.12-.06-.15-.13-.29-.19-.44-.05-.14.13-.22.23-.13.12.11.23.23.35.35-.12.09-.24.19-.36.28-.12-.16-.2-.36-.3-.54-.1-.18-.19-.37-.29-.55-.2-.38-.4-.77-.6-1.15-.4-.77-.8-1.54-1.2-2.32-.12-.24.23-.45.36-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.36,43.41c.33.67.66,1.33.99,2,.34.68.71,1.36,1.01,2.06.14.32-.31.51-.44.19-.05-.13-.09-.26-.15-.39-.06-.13-.11-.28-.14-.42-.02-.09.08-.15.15-.09.22.21.4.47.58.71-.14.08-.28.16-.42.24-.36-.65-.66-1.33-.99-2-.34-.69-.67-1.37-1.01-2.06-.14-.28.28-.52.42-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.22,43.81c.51,1.13,1.01,2.28,1.49,3.42-.16.02-.33.04-.49.07-.08-.87-.38-1.69-.77-2.46-.21-.4-.43-.79-.67-1.18-.23-.38-.46-.79-.75-1.14-.14-.16.03-.4.23-.3.95.5,1.81,1.18,2.62,1.88.21.18-.07.55-.3.39-.7-.49-1.39-.98-2.09-1.47-.16-.11-.15-.31,0-.43.26-.19.57-.07.83.04.31.13.63.27.93.41.64.29,1.27.6,1.88.93.24.13.08.53-.19.45-.96-.32-1.84-.79-2.64-1.41-.2-.15.02-.48.24-.41,1.14.37,2.25.88,3.22,1.58.24.18.02.58-.24.41-.98-.63-2-1.17-3.11-1.53.08-.14.16-.27.24-.41.72.56,1.55,1,2.43,1.28-.06.15-.13.3-.19.45-.53-.28-1.07-.55-1.62-.8-.27-.13-.55-.25-.82-.37-.14-.06-.28-.13-.43-.18-.1-.04-.2-.09-.29-.02v-.43c.7.49,1.39.98,2.09,1.47-.1.13-.2.26-.3.39-.79-.68-1.63-1.27-2.46-1.91.09-.09.17-.17.26-.26.23.41.54.77.81,1.16.26.39.51.79.73,1.2.43.83.74,1.71.85,2.64.03.24-.37.35-.47.13-.5-1.14-.99-2.29-1.45-3.44-.1-.24.32-.42.42-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.3,45.82c-.13-.09-.21-.21-.3-.33-.1-.14-.22-.27-.35-.4-.26-.26-.55-.48-.86-.68-.64-.41-1.35-.72-2.05-1.03-.83-.37-1.67-.72-2.51-1.07-.41-.17-.82-.34-1.23-.51-.2-.08-.39-.18-.58-.27-.23-.1-.47-.19-.7-.27.04-.05.08-.1.11-.15.23.34.49.66.74.98.05.06-.03.15-.09.09-.32-.29-.58-.62-.83-.97-.05-.07.03-.18.11-.15.21.07.42.15.62.22.23.08.46.13.69.21.44.16.87.32,1.29.49.87.35,1.73.73,2.58,1.13.7.32,1.41.65,2.05,1.09.3.2.57.43.82.69.21.23.52.56.52.89,0,.03-.03.05-.05.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.48,47.93c.41.19.77.57.6,1.05-.08.23-.29.35-.52.38-.26.03-.52-.16-.72-.31-.14-.1-.16-.37.05-.41.54-.1,1.1-.11,1.65-.07.3.03.31.49,0,.47-1-.05-1.96-.43-2.71-1.1-.24-.21.11-.55.35-.35.33.28.7.5,1.09.68.12.05.16.24.09.34-.39.54-1.08.09-1.49-.18-.53-.35-.98-.8-1.35-1.31.14-.08.29-.17.43-.25.38.72.98,1.81,1.97,1.61v.5c-.9-.29-1.75-.72-2.51-1.28.11-.11.22-.22.34-.34.34.77,1.14,1.11,1.92,1.29.43.1.89.2,1.33.21.37,0,.73-.19.81-.57.03-.17.27-.14.31,0,.15.47-.25.87-.67,1.01-.27.09-.57.07-.85.03-.28-.04-.56-.09-.83-.15-.96-.19-2-.62-2.43-1.57-.05-.1-.05-.21.04-.3.07-.07.21-.1.3-.04.73.53,1.54.94,2.4,1.21.23.07.26.44,0,.5-.56.12-1.1-.09-1.54-.44-.46-.36-.74-.91-1.01-1.42-.15-.29.25-.51.43-.25.28.38.62.73,1,1.01.19.14.4.27.61.39.08.04.16.07.25.1.03,0,.06,0,.09,0,.02,0,.05-.04.03,0,.03.11.06.23.09.34-.43-.19-.83-.45-1.18-.76.12-.12.23-.23.35-.35.65.58,1.49.92,2.36.97v.47c-.53-.05-1.06-.03-1.59.03.05-.13.11-.26.16-.38.13.12.49.4.59.1.09-.26-.19-.48-.39-.59-.18-.11-.02-.36.16-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.36,48.14c0,.36-.17.67-.4.93-.16.17-.64.58-.87.37-.03-.03-.04-.07-.03-.11.03-.12.17-.16.27-.21.13-.07.25-.15.36-.26.22-.21.36-.47.47-.75.04-.11.2-.1.2.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.19,48.71c.17,0,.22.14.2.29-.04.24-.27.37-.46.48-.48.27-1.05.35-1.59.29-.57-.06-1.1-.28-1.57-.59-.45-.3-.94-.69-1.15-1.2-.03-.07.07-.13.13-.1.37.23.65.58.99.85.36.28.77.5,1.21.62.43.12.89.14,1.32.04.21-.05.41-.12.59-.23.04-.02.44-.28.31-.36-.04-.03-.03-.1.03-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.31,48.95s.01.01.02.02c-.02,0-.04,0-.05-.01,0,0,.01,0,.02,0,.03-.01.08,0,.1.03.04.05.08.09.08.15,0,.06-.06.11-.12.09-.05-.01-.08-.06-.11-.09-.03-.03-.04-.08-.02-.12,0,0,0,0,.01-.01v.06s0-.01-.01-.02c-.03-.05.04-.1.08-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.02,49.42c.14-.1.22-.26.33-.4.1-.13.18-.27.25-.42.14-.3.2-.64.2-.97,0-.4-.1-.78-.23-1.16-.13-.4-.35-.78-.45-1.19-.02-.06.07-.12.11-.07.29.33.48.76.65,1.17.16.4.25.85.24,1.29,0,.38-.09.75-.25,1.09-.08.17-.19.33-.32.47-.13.14-.31.2-.48.28-.07.03-.12-.06-.06-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.4,49.48c-.18.16-.35.29-.58.38-.23.1-.47.15-.72.18-.52.06-1.05-.03-1.55-.2-.52-.18-.97-.48-1.38-.83-.21-.18-.4-.37-.58-.57-.09-.1-.17-.2-.24-.3-.08-.11-.18-.23-.21-.36-.01-.05.04-.09.09-.07.09.05.17.13.24.21.08.09.17.17.25.26.17.19.35.37.53.54.37.34.8.63,1.26.85.89.43,2,.37,2.86-.14.03-.02.06.02.04.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.7,43.6c-.11.18-.28.33-.41.49-.15.18-.28.38-.4.58-.11-.08-.22-.17-.33-.25.16-.18.32-.37.48-.55.17-.19.33-.42.54-.57.17-.12.35.11.27.27-.11.21-.31.38-.46.55-.18.2-.35.4-.53.59-.16.18-.45-.05-.33-.25.12-.2.26-.39.41-.57.15-.19.33-.4.54-.51.14-.07.32.08.23.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.84,43.43s.06-.05.08-.08c0,.02,0,.03,0,.05,0,0,0,0,0,0-.01-.02-.02-.05,0-.08.1-.13.12-.28.06-.43.04.02.07.04.11.06-.17.03-.31.09-.44.2-.12.1-.19.23-.29.34-.02.03-.07,0-.07-.03,0-.37.43-.64.75-.68.05,0,.09.01.11.06.07.2.02.41-.11.57-.02.02-.05.03-.07.02,0,0-.07.05-.08.05-.03.01-.07-.02-.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.63,43.39c-.35.69-.73,1.37-1.16,2.01-.03.05-.09.1-.16.09-.02,0-.04,0-.06,0-.04,0-.06-.03-.07-.06,0-.01-.01-.02-.02-.03-.03-.05-.03-.13,0-.18.39-.67.83-1.31,1.29-1.93.08-.1.23-.02.17.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.94,43.75c.1.1.08.22.06.35-.02.15-.05.3-.08.45-.07.3-.15.6-.25.89-.1.29-.21.58-.32.86-.06.14-.12.29-.19.43-.07.16-.13.31-.31.37-.1.04-.2-.04-.23-.13-.04-.14.02-.25.07-.38.06-.14.12-.28.19-.42.12-.28.23-.57.33-.86.1-.29.2-.58.29-.88.05-.15.09-.29.14-.44.04-.12.08-.22.2-.26.03-.01.07,0,.09.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.6,44.22c.04.31-.07.66-.13.96-.07.34-.17.67-.27,1-.1.31-.21.62-.34.92-.07.16-.14.32-.23.47-.07.12-.16.25-.32.22-.29-.06,0-.62.06-.76.13-.32.25-.65.36-.97.11-.31.2-.62.28-.94.09-.32.12-.69.28-.98.08-.16.29-.06.31.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.2,44.56c0,.2-.06.41-.11.6-.06.22-.11.44-.17.66-.11.42-.22.84-.34,1.26-.11.42-.23.84-.34,1.26-.06.2-.11.4-.17.6-.05.18-.11.44-.29.53-.07.03-.14.02-.18-.05-.1-.16-.03-.38,0-.55.05-.22.11-.44.17-.66.11-.42.22-.84.34-1.26.12-.42.23-.84.35-1.26.06-.2.12-.4.17-.6.06-.21.11-.44.23-.63.09-.15.34-.09.34.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.7,45.03c.01.2-.04.4-.08.59-.04.22-.1.44-.15.66-.1.44-.22.87-.33,1.3-.11.41-.23.82-.35,1.23-.06.21-.13.43-.2.64-.07.2-.13.41-.26.58-.1.12-.26.01-.27-.11-.02-.2.05-.4.1-.58.06-.22.12-.43.18-.65.12-.41.24-.82.35-1.23.12-.41.23-.82.34-1.23.06-.22.12-.43.18-.65.06-.2.11-.43.22-.61.07-.12.25-.06.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.4,45.18c-.19.87-.44,1.73-.68,2.59-.12.44-.24.88-.37,1.32-.06.22-.13.44-.19.66-.06.21-.13.44-.25.62-.09.13-.3.08-.3-.08,0-.2.05-.4.1-.6.06-.22.12-.44.19-.66.13-.44.26-.88.39-1.32.26-.88.51-1.76.82-2.62.07-.19.34-.12.3.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.84,45.61c0,.41-.13.84-.22,1.23-.1.43-.21.86-.33,1.29-.11.41-.23.81-.36,1.22-.07.21-.14.42-.21.63-.06.18-.11.44-.29.54-.1.06-.2,0-.24-.1-.07-.17.05-.39.1-.56.07-.21.13-.42.2-.63.13-.4.25-.81.37-1.21.12-.41.23-.81.34-1.22.11-.41.18-.87.36-1.25.06-.14.27-.06.27.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.4,45.96c.05.19-.02.38-.07.56-.05.2-.1.4-.16.6-.11.4-.22.8-.34,1.2-.12.4-.23.8-.35,1.2-.03.1-.35,1.12-.35,1.12-.04,0-.09-.01-.13-.02-.01.05-.02.09-.03.14.03,0,.06,0,.08.01,0,0-.02,0-.02,0-.08.02-.17-.07-.11-.14.09-.13.27-.08.32.07.06.22-.3.37-.43.19-.18-.23-.06-.48,0-.72.08-.3.17-.6.26-.9.17-.58.34-1.15.52-1.73.08-.28.17-.56.26-.83.08-.26.14-.61.34-.81.06-.06.18-.04.2.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.62,47.74c-.13.44-.26.87-.39,1.31-.07.22-.13.44-.2.65-.04.12-.07.24-.11.36-.02.06-.04.12-.06.18-.01.03,0,.05-.02.03-.04-.03-.08-.06-.11-.09,0,0-.01,0-.02,0-.04.02-.08.03-.12.05,0,.04,0,.08,0,.11-.02-.03-.03-.09,0-.13,0,0,0,0,0,0,.04-.06.09-.08.16-.07,0,0,0,0,.01,0,.05,0,.09.06.11.11.07.21-.17.4-.36.28-.29-.17-.05-.67.02-.9.2-.67.39-1.35.59-2.02.09-.31.59-.18.49.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M273.42,47.08c-.21,1.16-.49,2.34-.86,3.46-.09.26-.43.19-.46-.06-.02-.17.12-.36.29-.39.09-.01.16.05.14.14-.01.08,0,.11.02.19h-.45c.32-1.15.63-2.29.89-3.45.06-.28.47-.16.42.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.86,47.05c-.14.57-.28,1.13-.4,1.7-.12.59-.19,1.19-.29,1.78-.13-.07-.25-.15-.38-.22.07-.08.14-.16.24-.2.04-.01.09,0,.1.04.05.1.05.21.05.32,0,.3-.47.29-.46,0,.04-.6.17-1.2.29-1.78.12-.59.28-1.17.48-1.74.08-.22.41-.14.36.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.38,47.66c-.05.41-.1.81-.15,1.22-.05.42-.08.86-.16,1.28-.05.26-.48.2-.45-.06.04-.36.04-.73.04-1.09,0-.36-.01-.73-.07-1.09.16-.02.31-.04.47-.06-.06.74-.19,1.48-.3,2.22-.04.29-.5.21-.5-.07,0-.81,0-1.63,0-2.44,0-.28.45-.35.49-.07.05.37.07.74.05,1.12-.01.2-.04.4-.08.59-.04.2-.06.39-.22.52-.11.09-.27.06-.32-.08-.06-.18,0-.34.03-.52.04-.17.06-.34.07-.51.03-.35.02-.71-.03-1.05h.5c0,.81,0,1.63,0,2.44-.17-.02-.33-.05-.5-.07.1-.71.17-1.44.32-2.15.06-.27.46-.2.47.06,0,.36.03.73.04,1.09,0,.38-.01.77-.01,1.15h-.46c.03-.41.1-.81.14-1.22.05-.41.1-.81.15-1.22.02-.13.1-.24.24-.24.12,0,.25.11.24.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.36,46.6c.04-.14.07-.28.1-.43.11.06.22.13.33.19-.67.58-1.36,1.14-2.05,1.7-.21.18-.51-.11-.31-.31.69-.68,1.39-1.36,2.08-2.04.09.12.18.23.27.35-.69.49-1.38.99-2.07,1.48-.08-.13-.15-.26-.23-.39.82-.51,1.64-1.03,2.46-1.55.06.13.11.27.17.4-.88.25-1.69.7-2.36,1.32-.09-.12-.18-.23-.27-.35.86-.65,1.71-1.29,2.57-1.94.07.13.15.25.22.38-.59.33-1.17.69-1.72,1.08-.56.39-1.08.82-1.61,1.24-.21.17-.5-.1-.3-.3.99-.96,2.19-1.74,3.41-2.4.26-.14.44.21.22.38-.85.65-1.71,1.3-2.56,1.95-.2.16-.46-.18-.27-.35.73-.67,1.61-1.16,2.56-1.43.25-.07.38.27.17.4-.82.52-1.64,1.03-2.46,1.55-.25.16-.46-.22-.23-.39.69-.5,1.38-.99,2.07-1.48.21-.15.45.18.27.35-.7.68-1.39,1.36-2.09,2.04-.1-.1-.21-.21-.31-.31.69-.56,1.38-1.13,2.08-1.67.16-.13.44.03.31.24-.08.12-.15.24-.22.37-.07.13-.28.04-.24-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.4,46.98c.05-.05.2-.15.2-.23.08.02.16.04.24.06-.07.16-.31.28-.45.39-.16.13-.32.26-.47.4-.15.14-.3.29-.43.45-.12.14-.25.3-.44.31-.04,0-.09-.03-.1-.07-.05-.19.08-.36.2-.5.14-.17.31-.33.47-.48.17-.15.34-.29.53-.41.15-.1.38-.28.58-.26.16.02.16.27,0,.25-.09,0-.19.12-.26.17-.05.04-.11-.02-.07-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.75,47.45c-.32.26-.57.59-.74.97-.09.18-.14.39-.17.58,0,.08-.02.18,0,.25,0,.03.03.05.05.08.04.07.02.06-.05-.03.05.02.05.02,0,0,.05,0,.09.03.1.08,0,.02,0,.04,0,.06,0,.07-.04.12-.11.14-.23.08-.38-.16-.4-.36-.02-.26.06-.55.15-.79.19-.51.55-.93,1.04-1.16.1-.05.23.08.13.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.34,48.3c-.24.34-.27.79-.04,1.14-.12.02-.25.03-.37.05.05-.31.12-.6.11-.92.11.02.22.03.34.05-.16.47-.19.99.14,1.41-.12.05-.24.1-.36.15.04-.42-.03-.83-.22-1.2h.36c-.17.26-.15.56-.01.83.16.32.48.47.82.53.83.14,1.6-.46,2.21-.93.15-.11.39.07.32.24-.34.85-1.28,1.35-2.17,1.13-.19-.05-.22-.38,0-.41.4-.05.8-.1,1.2-.16.09-.01.18,0,.23.09.04.07.04.19-.03.25-.38.3-.81.51-1.27.62-.1.02-.21.04-.31.05-.15.02-.22,0-.31-.13-.14-.19-.24-.41-.28-.64-.02-.15.09-.29.25-.25.32.08.62.2.91.36.11.06.14.24.04.32-.27.22-.67.26-.92,0-.14-.14.03-.35.21-.27.13.06.31.08.43-.01.01.11.03.21.04.32-.26-.14-.53-.24-.81-.32.08-.08.17-.17.25-.25.03.2.1.39.24.54-.05-.02-.1-.04-.14-.06.51-.05,1-.25,1.41-.57.07.11.13.23.2.34-.4.06-.79.12-1.19.18v-.41c.65.16,1.39-.21,1.64-.83.11.08.21.16.32.24-.78.6-1.66,1.2-2.69.95-.81-.2-1.41-1.19-.91-1.95.08-.13.28-.15.36,0,.23.43.34.93.28,1.42-.02.22-.26.28-.39.11-.37-.49-.48-1.27-.12-1.79.11-.16.35-.06.31.13-.07.31-.04.61-.05.92,0,.2-.27.27-.38.1-.3-.47-.24-1.13.18-1.51.11-.1.3.03.21.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M277.74,43.32s.23-.32.25-.35c.09-.13.19-.25.28-.38.01.04.02.08.03.13-.16-.08-.3.02-.41.14-.1.1-.16.3-.29.36-.03.01-.06,0-.07-.03-.06-.19.19-.44.32-.55.16-.13.36-.18.54-.08.06.03.05.1.02.15-.15.18-.29.37-.44.55-.08.1-.19.25-.32.14-.02-.02-.03-.05-.02-.07.01-.06.07-.11.13-.07.04.02.01.08-.03.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M278.3,42.6c.03.19.02.33-.09.5-.1.15-.26.27-.45.27-.04,0-.05-.05-.02-.07.13-.07.25-.15.34-.27.08-.1.16-.28.16-.41,0-.03.05-.04.06,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M278.33,42.72c-.17-.1-.44.15-.57.23-.21.13-.4.28-.61.4-.4.24-.79.49-1.18.74-.79.5-1.57,1.01-2.33,1.54-.61.43-1.21.87-1.74,1.39-.25.25-.48.53-.67.83-.19.31-.31.66-.51.97-.05.08-.17.04-.18-.05-.04-.38.14-.76.33-1.07.2-.33.45-.63.72-.91.57-.58,1.25-1.02,1.93-1.45.85-.54,1.7-1.09,2.57-1.62.43-.26.86-.55,1.31-.78.21-.1.4-.23.61-.32.09-.04.25-.07.32.03,0,0,.01.02.02.03.01.02-.01.04-.03.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M274.84,44.93c.09-.08.13-.18.21-.26.06.07.11.14.17.21-.14.1-.31.16-.46.25-.17.09-.33.2-.49.3-.15.1-.29.21-.42.32-.07.06-.13.11-.2.17-.04.04-.08.07-.12.11-.07.07.09,0-.07-.08-.05,0-.1-.01-.15-.02.57-.21,1.09-.51,1.54-.91.08.1.16.2.24.3-.43.27-.81.59-1.18.93-.36.34-.74.67-1.05,1.07-.17.21-.32.46-.41.71-.08.2-.14.57.07.72.17.12.28-.29.3-.38.08-.29.1-.59.07-.89.04.06.07.12.11.18.02,0,.03,0,.05,0-.02.02-.04.04-.05.06-.03.04-.05.09-.07.13-.06.13-.12.26-.18.39-.11.25-.22.51-.4.73-.12.14-.31-.02-.28-.16.04-.23.16-.46.25-.67.1-.21.18-.43.3-.63.1-.16.27-.3.47-.27.28.05.24.35.23.57-.01.38-.08.87-.34,1.16-.28.31-.75.24-.9-.16-.07-.18-.03-.4.06-.57.06-.1.13-.18.2-.27.06-.08.1-.17.15-.26.21-.36.41-.73.64-1.08.44-.69,1.08-1.23,1.77-1.67.18-.12.4.16.24.3-.31.28-.66.53-1.03.73-.19.1-.38.18-.58.26-.11.04-.17.05-.28,0-.09-.04-.12-.16-.12-.25,0-.19.17-.32.3-.43.17-.15.35-.29.54-.41.18-.12.36-.22.55-.32.19-.09.41-.21.63-.25.14-.03.26.18.11.25-.11.05-.23.05-.33.1-.03.02-.07-.03-.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M276.07,34.18c.2-.18.28-.44.18-.69.08.05.16.09.24.14.04-.02,0,.04,0,.08-.02.07,0,.16,0,.24,0,.2,0,.41,0,.61,0,.41,0,.82-.01,1.22h-.44c.02-.51.04-1.02.05-1.52,0-.26.02-.52.03-.78,0-.18.02-.4-.1-.55.13-.03.25-.07.38-.1-.14.55-.36,1.09-.65,1.58-.13.22-.41.1-.44-.12-.09-.68.03-1.37.32-1.98.12-.25.56-.07.45.19-.27.67-.67,1.28-1.18,1.79-.15.15-.46.05-.43-.18.06-.66.28-1.28.65-1.83.13.1.27.21.4.31-.79,1.02-1.59,2.04-2.38,3.06-.18.23-.57-.07-.4-.31.35-.52.7-1.04,1.06-1.56.13.1.27.21.4.31-.46.39-1.11.97-.9,1.64.1.32.39.61.64.82.26.22.58.36.9.45.16.04.24.24.16.38-.3.51-.86.83-1.45.82-.26,0-.35-.35-.13-.48.31-.2.72-.2,1.02.01.18.12.17.42-.06.47-.22.06-.44.11-.66.17-.11.03-.24-.01-.29-.12-.06-.12-.12-.25-.18-.38-.13-.29.29-.55.44-.26.06.12.13.24.19.37-.1-.04-.2-.08-.29-.12.22-.06.44-.11.66-.17-.02.16-.04.32-.06.47-.16-.11-.33-.12-.5,0-.04-.16-.09-.32-.13-.48.41,0,.79-.21,1-.57.05.13.1.26.16.38-.79-.2-1.59-.79-1.88-1.58-.33-.88.4-1.67,1.02-2.2.21-.18.58.05.4.31-.35.52-.7,1.04-1.06,1.56-.13-.1-.27-.21-.4-.31.79-1.02,1.59-2.04,2.38-3.06.18-.23.57.07.4.31-.32.47-.53,1-.59,1.57-.14-.06-.29-.12-.43-.18.47-.47.83-1.02,1.09-1.62.14.08.28.17.43.25-.27.54-.35,1.14-.27,1.73-.15-.04-.29-.08-.44-.12.27-.46.48-.95.62-1.46.04-.15.27-.24.38-.1.32.4.23.93.21,1.4-.02.59-.04,1.18-.07,1.77-.01.28-.44.28-.44,0,0-.51.01-1.02.02-1.53,0-.35-.09-.95.39-1.01.12-.01.18.1.2.2.05.35-.08.73-.35.96-.15.12-.36-.08-.21-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M275.88,38.32c-.27.22-.6.4-.91.55-.33.17-.67.29-1.03.35-.66.11-1.34,0-1.82-.49-.44-.44-.6-1.1-.59-1.71,0-.39.1-.77.22-1.14.06-.18.12-.36.19-.54.06-.15.15-.35.29-.44.04-.02.09,0,.1.04.03.14-.02.3-.06.43-.06.16-.12.32-.18.48-.11.32-.2.66-.23,1-.06.55.05,1.15.41,1.59.39.48,1.06.64,1.65.55.33-.05.64-.17.94-.31.31-.15.6-.36.92-.5.08-.03.17.06.1.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.01,6.61c-.2.07-.3.2-.41.37v-.17c.32.56.64,1.11.95,1.67.08.14-.05.36-.22.29-1.04-.43-1.88-1.17-2.46-2.13-.09-.14.03-.31.18-.32.65-.03,1.24.33,1.65.81.21.25.37.54.49.84.06.16-.14.34-.24.42-.11.09-.24.14-.38.17-.62.13-1.23-.22-1.7-.57-.56-.43-1.02-.98-1.33-1.61-.08-.16.06-.43.26-.34.63.27,1.16.69,1.57,1.23.2.26.35.55.48.86.06.14.18.38.1.53-.09.14-.21.24-.36.3-.74.28-1.23-.48-1.58-.99-.44-.64-.84-1.36-.83-2.16,0-.17.2-.3.35-.2,1,.66,1.75,1.66,2.08,2.81.03.12-.04.27-.17.3-.95.18-1.94-.64-1.86-1.63.01-.13.1-.24.24-.24,1.46-.04,2.84.47,4.18.99.18.07.26.34.06.45-1.32.71-2.87.9-4.33.55-.27-.06-.21-.5.07-.48.94.06,1.88.11,2.82.17.33.02.31.46,0,.5-1.21.14-2.45,0-3.6-.42.04-.16.09-.32.13-.48,1.3.48,2.66.76,4.04.84.24.01.36.34.13.47-1.24.67-2.64-.06-3.7-.75-1.32-.85-2.62-1.71-3.93-2.57-.27-.18-.04-.58.25-.43,1.29.64,2.51,1.41,3.65,2.28.09.07.15.16.12.28-.04.13-.18.22-.31.18-.89-.28-1.77-.57-2.66-.85-.31-.1-.18-.53.13-.48,1.45.24,2.86.66,4.21,1.25.19.08.14.42-.06.45-.41.07-.82.08-1.23.03-.2-.03-.41-.06-.61-.13-.21-.07-.41-.17-.61-.27-.24-.11-.03-.45.2-.35.3.14.69.2,1.01.25.36.05.73.05,1.09-.01-.02.15-.04.3-.06.45-1.31-.57-2.69-.96-4.1-1.2.04-.16.09-.32.13-.48.89.28,1.78.57,2.66.85-.06.15-.13.31-.19.46-1.14-.87-2.36-1.64-3.65-2.28.08-.14.17-.29.25-.43,1.25.81,2.49,1.62,3.74,2.44.93.61,2.26,1.49,3.39.88.04.16.08.31.13.47-1.43-.08-2.83-.37-4.17-.87-.3-.11-.17-.59.13-.48,1.11.4,2.29.54,3.47.4v.5c-.94-.06-1.88-.12-2.82-.18.02-.16.04-.32.07-.48,1.33.32,2.75.13,3.95-.5.02.15.04.3.06.45-1.3-.5-2.63-1.02-4.05-.98.08-.08.16-.16.24-.24-.06.65.58,1.29,1.25,1.16-.06.1-.11.2-.17.3-.3-1.03-.95-1.94-1.85-2.53.12-.07.23-.13.35-.2-.01.7.35,1.32.73,1.88.17.26.34.53.58.73.15.13.46.21.59,0,0,.06-.02.12-.02.18-.28-.97-.98-1.74-1.89-2.14.11-.11.21-.21.32-.32.31.64.77,1.2,1.36,1.6.26.18.53.32.85.38.23.04.51.01.64-.2,0,.06-.01.11-.02.17-.27-.71-.91-1.35-1.71-1.35.06-.11.12-.21.18-.32.48.88,1.27,1.58,2.2,1.96-.07.1-.15.19-.22.29-.26-.47-.51-.95-.76-1.42-.05-.1-.13-.21-.16-.32-.03-.11.06-.2.13-.27.14-.15.34-.24.53-.27.14-.02.19.16.06.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.82,3.95c-.15-.24-.31-.46-.47-.69-.12-.18.17-.4.3-.23.6.76,1.11,1.59,1.56,2.45-.12.07-.24.14-.37.21-.43-1-.86-2-1.29-3-.11-.25.25-.47.37-.22.28.58.57,1.15.86,1.73.12.25-.23.46-.38.22-.67-1.06-1.16-2.23-1.44-3.45.14-.02.27-.04.41-.06.1,1.37.26,2.74.36,4.11h-.4c0-.94,0-1.88-.02-2.81.13.02.25.03.38.05-.17.64-.23,1.3-.14,1.96-.13.02-.26.04-.39.05,0-.19,0-.37-.01-.56.13.02.26.03.39.05-.2.58-.24,1.19-.11,1.79h-.39c.29-.71.58-1.41.86-2.12.06-.16.27-.21.37-.05.53.83.91,1.76,1.1,2.73.05.24-.25.36-.39.16-.26-.36-.43-.78-.51-1.21-.03-.18.14-.33.31-.24,1.16.63,1.66,2.14,1.15,3.34-.06.13-.24.12-.33.04-.54-.47-.78-1.2-.66-1.9.02-.11.16-.18.26-.15.95.29,1.28,1.69.53,2.36-.16.15-.4,0-.36-.21.09-.43.33-.79.69-1.04-.03.1-.05.2-.08.29-.31-.44-.63-.87-.92-1.33-.11-.18.16-.39.29-.23.35.43.67.89.99,1.34.07.1.01.23-.08.29-.26.19-.43.47-.49.79-.12-.07-.24-.14-.36-.21.51-.45.32-1.44-.34-1.65.09-.05.17-.1.26-.15-.09.56.13,1.12.56,1.49-.11.01-.22.03-.33.04.43-1-.05-2.26-1-2.76.1-.08.21-.16.31-.24.08.41.23.78.47,1.11-.13.05-.26.11-.39.16-.19-.94-.54-1.83-1.05-2.64.12-.02.25-.03.37-.05-.29.71-.57,1.41-.86,2.12-.07.16-.34.22-.39,0-.14-.67-.1-1.36.12-2,.07-.21.38-.18.39.05,0,.19,0,.37.01.56,0,.22-.36.28-.39.05-.1-.73-.06-1.46.15-2.17.06-.21.38-.17.38.05,0,.94.02,1.88.04,2.81,0,.26-.38.25-.4,0-.14-1.37-.23-2.74-.37-4.11-.02-.24.35-.28.41-.05.3,1.18.77,2.3,1.42,3.34-.13.07-.25.15-.38.22-.28-.58-.56-1.16-.85-1.73.12-.07.25-.14.37-.22.43,1,.86,2,1.29,3,.1.24-.24.46-.37.21-.45-.84-.96-1.64-1.49-2.43.12-.05.23-.1.35-.15.1.26.19.51.29.77.04.1-.12.16-.17.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.85,8.08c-.2-.35-.34-.77-.3-1.17.02-.22.32-.27.39-.05.21.68.4,1.36.59,2.05-.13.04-.27.07-.4.11-.15-.62-.3-1.24-.45-1.86-.15-.64-.32-1.28-.48-1.92.15-.04.3-.08.46-.13.13.97.25,1.94.37,2.91.04.28-.4.31-.48.06-.27-.85-.47-1.73-.6-2.61.16-.02.33-.04.49-.07.12,1.78-.03,3.58-.43,5.31-.05.24-.44.25-.49,0-.3-1.57-.12-3.17.48-4.65.12-.3.56-.19.49.14-.25,1.25-.51,2.5-.76,3.75-.07.33-.56.19-.5-.14.18-.95.39-1.91.5-2.87.1-.86.09-1.76-.31-2.54-.16-.3.26-.53.45-.26.36.5.5,1.08.42,1.69-.03.24-.41.17-.41-.06-.02-.49-.17-.97-.45-1.37.15-.09.3-.17.45-.26.44.85.49,1.81.39,2.75-.11,1.03-.34,2.05-.53,3.06-.17-.05-.33-.09-.5-.14.26-1.25.52-2.5.78-3.74.16.07.31.13.47.2-.59,1.34-.73,2.88-.46,4.32h-.49c.39-1.7.53-3.44.42-5.18-.02-.28.45-.35.49-.07.12.89.32,1.76.59,2.61-.16.02-.32.04-.48.06-.12-.95-.24-1.9-.35-2.84-.03-.27.41-.32.46-.06.14.62.27,1.25.42,1.87.15.64.31,1.28.46,1.92.06.26-.33.37-.4.11-.19-.68-.39-1.37-.57-2.05h.38c-.06.35-.04.68.11,1,.06.13-.12.25-.2.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.52,19.26c-.07-.49-.17-.98-.24-1.47h.35c-.18.82-.41,1.63-.62,2.44-.06.22-.41.18-.4-.05.04-1.07.28-2.14.71-3.13.13.08.26.15.4.23-.42.61-.72,1.29-.89,2.02-.15-.04-.31-.08-.46-.13.16-.62.41-1.22.75-1.76.16-.26.54-.03.41.24-.49,1-.84,2.06-1.05,3.15-.15-.04-.3-.08-.45-.13.26-.8.54-1.61.8-2.41.14.06.28.12.41.17-.29.5-.51,1.03-.68,1.58-.08.27-.14.54-.19.81-.03.14-.04.29-.06.43-.02.15-.06.29-.09.44-.12-.03-.23-.06-.35-.1.21-.62.33-1.26.47-1.9.12.05.23.1.35.15-.61,1.05-1,2.38-.64,3.58.13.43.39.88.84,1.04.15.05.26.06.32.23.04.12.03.26,0,.39-.05.27-.28.49-.53.57-.11.03-.26-.04-.27-.16-.08-.52-.17-1.05-.22-1.57-.02-.23.36-.28.4-.05.1.5.17,1.01.25,1.51-.09-.05-.18-.1-.27-.16.19-.06.27-.27.21-.45.05.05.1.1.15.15-.92-.19-1.33-1.18-1.41-2.03-.11-1.11.22-2.34.86-3.25.12-.17.41-.07.35.15-.18.63-.38,1.25-.48,1.89-.03.21-.35.15-.36-.05,0-.15-.03-.3-.01-.44.01-.15.04-.3.06-.45.05-.29.12-.58.2-.87.17-.59.42-1.15.73-1.68.13-.22.5-.07.41.17-.26.8-.52,1.61-.78,2.42-.1.29-.51.17-.45-.13.22-1.13.6-2.23,1.1-3.26.14.08.27.16.41.24-.32.51-.56,1.06-.7,1.65-.07.3-.53.17-.46-.13.18-.76.51-1.48.95-2.12.17-.25.52-.04.4.23-.41.92-.65,1.89-.7,2.89-.13-.02-.27-.04-.4-.05.22-.81.42-1.63.67-2.43.06-.2.35-.16.35.05.02.5.02,1,.04,1.49,0,.09-.14.11-.15.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.18,28.06c.27-.15.53-.32.8-.47.29-.15.59-.31.88-.46.21-.11.39.14.25.32-.48.58-.98,1.14-1.47,1.7-.12.13-.39.03-.37-.15.09-.64.26-1.24.54-1.82.11-.22.49-.06.4.17-.25.63-.63,1.18-1.14,1.62-.17.15-.41,0-.37-.22.1-.55.29-1.08.56-1.57.13.08.26.15.39.23-.17.28-.33.55-.5.83-.1.17-.17.22-.37.22-.15,0-.31,0-.46,0-.18,0-.27-.19-.2-.34.25-.5.58-.96.98-1.36.12-.12.35-.07.39.1.14.64-.32,1.16-.76,1.56-.14.12-.33.07-.39-.1-.15-.4-.03-.84.23-1.16.28-.35.69-.52,1.13-.46.15.02.22.23.14.35-.35.51-.9.82-1.52.86-.18.01-.31-.22-.21-.36.44-.64,1.25-.95,2-.73.16.05.21.22.15.36-.15.33-.57.49-.87.27-.14-.1-.1-.36.09-.34.15,0,.29-.05.36-.18.05.12.1.24.15.36-.53-.15-1.13.04-1.45.5-.07-.12-.14-.24-.21-.36.44-.03.86-.26,1.11-.62.05.12.1.23.14.35-.53-.07-.95.57-.78,1.04-.13-.03-.26-.07-.39-.1.3-.26.74-.65.65-1.1.13.03.26.07.39.1-.37.37-.67.79-.91,1.26-.07-.11-.13-.23-.2-.34.19,0,.38,0,.57,0-.07.04-.13.08-.2.11.19-.31.38-.62.56-.93.15-.25.53-.03.39.23-.26.46-.43.94-.52,1.46l-.37-.22c.45-.38.82-.87,1.03-1.42.13.06.27.11.4.17-.25.52-.42,1.08-.5,1.66l-.36-.21c.49-.56.98-1.13,1.49-1.68.08.11.16.21.25.32-.28.13-.56.26-.85.39-.3.14-.61.26-.92.39-.14.06-.26-.13-.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M266.17,61.26c-.36.57-.16,1.34.39,1.71.63.44,1.48.29,2.11-.05.74-.4,1.22-1.13,1.6-1.86.43-.82.79-1.67,1.21-2.49.56-1.08,1.17-2.13,1.82-3.15.1.08.2.15.3.23-1.47,1.15-3.18,1.9-4.74,2.91-.71.46-1.39.99-1.97,1.61-.29.31-.54.64-.76,1.01-.22.36-.4.79-.25,1.21.13.38.57.59.93.66.54.1,1.08-.11,1.61-.15.16-.01.23.23.08.3-.77.39-1.84.5-2.57-.04-.33-.25-.53-.59-.57-1-.04-.44.18-.89.4-1.26.91-1.48,2.4-2.47,3.88-3.3,1.25-.7,2.55-1.34,3.69-2.22.16-.12.43.03.3.23-1.05,1.63-1.93,3.34-2.76,5.09-.36.77-.78,1.54-1.4,2.13-.55.52-1.33.86-2.1.83-.64-.03-1.24-.34-1.56-.91-.3-.52-.33-1.24.1-1.69.13-.14.37.04.26.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.79,56.29c-.09.26-.24.5-.38.74-.14.25-.27.5-.4.76-.13.26-.25.51-.36.77-.11.26-.2.56-.42.75-.04.03-.12.03-.13-.03-.04-.27.06-.51.16-.76.11-.28.24-.56.37-.83.13-.27.28-.54.43-.81.14-.25.29-.53.51-.73.09-.09.27,0,.23.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.35,56.45c-.36.92-.77,1.81-1.21,2.68-.22.44-.45.88-.7,1.31-.12.21-.23.41-.36.61-.06.1-.12.2-.19.3-.06.1-.13.21-.24.26-.07.03-.15,0-.15-.09-.02-.2.16-.43.25-.6.11-.21.22-.42.34-.63.23-.43.47-.87.7-1.31.45-.88.89-1.76,1.33-2.64.07-.13.29-.04.24.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.86,56.57c-.09.54-.27,1.07-.43,1.6-.17.52-.38,1.03-.61,1.53-.23.5-.48,1-.76,1.47-.14.24-.29.47-.45.7-.14.19-.31.44-.52.56-.06.03-.11-.02-.1-.08.04-.23.2-.47.31-.67.13-.24.28-.48.41-.72.26-.47.51-.93.74-1.42.23-.48.44-.98.63-1.48.2-.52.36-1.04.55-1.56.05-.15.26-.09.23.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M272.01,57.83c-.28.98-.67,1.93-1.17,2.82-.25.44-.53.87-.84,1.28-.15.2-.3.39-.46.58-.16.18-.33.42-.58.46-.06,0-.14-.03-.13-.1.02-.24.2-.4.34-.58.16-.19.31-.38.46-.58.3-.39.57-.8.82-1.23.51-.86.94-1.78,1.24-2.74.06-.21.38-.12.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.6,57.19c-.24,1.06-.73,2.08-1.21,3.06-.25.49-.51.97-.79,1.45-.13.23-.28.45-.43.67-.15.22-.31.47-.53.62-.1.07-.2-.04-.18-.14.05-.25.21-.48.34-.7.13-.23.27-.46.4-.69.28-.47.54-.96.8-1.44.5-.95.9-1.96,1.4-2.91.06-.12.24-.03.21.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M271.37,57.08c-.04.23-.18.46-.27.67-.11.25-.22.49-.34.73-.22.47-.44.93-.66,1.4-.44.93-.88,1.87-1.34,2.79-.09.18-.19.48-.38.59-.05.03-.14.04-.19,0-.09-.09-.06-.19-.03-.3.05-.23.19-.46.29-.68.11-.24.23-.49.34-.73.45-.93.9-1.86,1.35-2.78.15-.31.31-.63.46-.94.07-.15.15-.29.23-.44.08-.16.15-.33.27-.46.11-.13.3.01.27.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M270.77,57.56c0,.24-.17.47-.28.67-.12.23-.24.46-.37.68-.25.45-.49.91-.72,1.37-.24.46-.47.92-.69,1.39-.23.48-.44.99-.72,1.44-.09-.09-.18-.18-.27-.27.11-.05.23-.13.35-.15.06,0,.12.04.1.1-.03.11-.12.22-.18.32-.12.18-.44.07-.37-.15.15-.49.4-.95.63-1.41.24-.48.48-.96.72-1.44.24-.46.49-.91.74-1.36.13-.23.25-.45.39-.67.13-.21.25-.5.47-.63.09-.05.2.01.2.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.7,58.39c.02.18-.1.4-.17.57-.07.19-.16.38-.24.57-.17.4-.34.8-.52,1.2-.17.38-.33.76-.5,1.14-.08.19-.17.38-.26.57-.04.09-.09.19-.14.28-.06.11-.14.17-.24.25-.07.06-.18.02-.18-.08,0-.1-.01-.18,0-.28.02-.1.07-.2.1-.29.07-.19.16-.38.24-.57.17-.4.35-.8.53-1.19.18-.4.35-.79.54-1.19.09-.19.17-.38.26-.56.08-.18.18-.42.34-.53.1-.07.21.03.22.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M269.4,58.2c-.27.84-.62,1.66-.95,2.49-.16.4-.32.81-.48,1.21-.08.21-.17.42-.25.63-.09.21-.16.41-.34.55-.07.05-.2.05-.21-.06-.01-.1-.02-.17-.01-.26.01-.1.06-.2.1-.29.08-.21.17-.42.25-.63.17-.42.34-.85.51-1.27.34-.84.66-1.69,1.06-2.51.09-.18.39-.05.33.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.39,59.95c-.15.42-.31.84-.46,1.26-.16.44-.31.88-.5,1.3-.11-.06-.21-.12-.32-.19.1-.19.2-.38.3-.57.12-.22.21-.45.29-.68.08-.22.14-.45.21-.68.07-.25.09-.48.07-.74h.28c0,.13-.05.26-.09.38-.04.13-.09.26-.13.39-.1.28-.21.55-.32.82-.22.54-.44,1.09-.72,1.61-.13.23-.46.03-.35-.21.21-.44.36-.91.49-1.38.14-.49.26-.99.32-1.49.13.02.25.03.38.05-.16.46-.38.92-.57,1.37-.21.47-.41.95-.62,1.42-.12-.07-.24-.14-.37-.21.3-.54.47-1.15.49-1.77.13.03.25.07.38.1-.28.59-.51,1.21-.69,1.84-.07.26-.44.15-.4-.11.05-.33.1-.67.15-1,.12.07.24.14.35.21-.22.28-.17.71.08.95.25.24.71.2.95-.03.07.12.14.25.22.37-.5.1-1.08.15-1.51-.19-.55-.44-.15-1.28.1-1.77.3-.59.74-1.11,1.26-1.51.48-.38,1.05-.67,1.36-1.22.1.1.2.2.3.3-.92.42-1.65,1.13-2.31,1.89-.11-.11-.22-.22-.32-.32,1.09-.97,2.35-1.74,3.7-2.3.04.15.08.29.12.44-.55.15-1.06.36-1.55.65-.25.14-.49.31-.71.49-.23.18-.46.35-.69.53-.13.1-.32-.09-.23-.23.17-.24.35-.45.58-.64.24-.2.5-.37.77-.53.53-.32,1.11-.55,1.71-.71.29-.08.39.33.12.44-1.29.52-2.46,1.26-3.49,2.18-.22.2-.52-.1-.32-.32.68-.79,1.45-1.52,2.41-1.95.19-.08.43.1.3.3-.28.47-.75.79-1.18,1.1-.48.34-.9.74-1.23,1.23-.16.24-.3.49-.4.76-.1.25-.23.55-.07.8.09.15.31.2.47.21.23.02.47,0,.7-.06.21-.04.38.21.22.37-.43.42-1.12.42-1.57.03-.45-.4-.43-1.12-.07-1.56.15-.18.38.02.35.21-.05.33-.11.67-.16,1-.13-.04-.27-.07-.4-.11.19-.67.44-1.31.74-1.94.09-.18.39-.09.38.1-.02.7-.2,1.37-.54,1.98-.13.25-.47.03-.37-.21.2-.46.4-.91.59-1.37.2-.45.38-.92.61-1.36.11-.2.4-.06.35.15-.11.5-.21.99-.34,1.48-.14.51-.32,1-.48,1.5-.12-.05-.25-.1-.37-.16.23-.52.48-1.03.71-1.56.11-.26.22-.51.32-.77.05-.12.09-.25.15-.37.06-.13.1-.29.2-.4.11-.12.29.03.22.17-.21.43-.29.91-.42,1.37-.06.23-.13.45-.18.68-.05.23-.11.46-.18.68-.07.22-.42.13-.35-.1.12-.43.29-.85.45-1.26.16-.42.31-.84.47-1.26.09-.24.47-.14.39.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.35,59.59c.11-.07.23-.13.33-.22.22-.18.53.12.32.32-.43.38-.87.75-1.29,1.14-.14.13-.3.3-.33.5-.03.21.12.34.13.54-.01-.03-.03-.06-.04-.1.02.03.04.06.07.08.06.06.01.14-.06.15-.12.01-.23.02-.32-.07-.09-.09-.15-.19-.19-.31-.09-.28,0-.58.16-.81.18-.26.44-.46.68-.67.29-.26.59-.51.89-.76.09.12.18.23.27.35-.13.06-.26.15-.39.23-.23.14-.44-.22-.21-.36h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.16,63.36c-.3.39-.96.42-1.4.3-.49-.13-.88-.52-1.06-.99-.2-.52-.12-1.05.13-1.53.14-.26.33-.5.54-.7.18-.17.43-.4.69-.42.05,0,.08.06.06.1-.1.18-.31.32-.45.47-.17.19-.32.38-.46.59-.25.39-.37.82-.24,1.28.12.41.43.75.83.89.21.08.43.1.66.08.22-.02.42-.11.64-.17.07-.02.1.06.06.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.13,59.93c-.29.11-.53.29-.73.52-.11.12-.19.25-.27.39-.07.13-.12.27-.22.38-.05.05-.15.03-.16-.04-.05-.32.21-.66.41-.89.24-.27.57-.46.9-.58.14-.05.19.17.06.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.49,62.33c-.75.15-1.49.39-2.16.76-.04-.13-.07-.26-.11-.39.61-.03,1.21-.21,1.73-.54.07.13.15.25.22.38-.63.27-1.26.54-1.89.8-.02-.15-.04-.31-.06-.46.76-.01,1.51-.21,2.17-.6.04.14.08.29.12.43-.55.06-1.1.17-1.64.29-.27.06-.54.13-.81.21-.27.08-.58.22-.86.19-.15-.01-.25-.19-.13-.31.21-.2.53-.27.8-.35.29-.08.57-.16.86-.22.58-.13,1.17-.22,1.77-.28.24-.03.3.32.12.43-.73.42-1.56.66-2.4.66-.28,0-.29-.36-.06-.46.61-.25,1.23-.5,1.84-.75.24-.09.37.28.17.4-.6.36-1.26.56-1.95.59-.21,0-.29-.29-.11-.39.72-.39,1.52-.63,2.34-.61.12,0,.15.19.03.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.3,63.56c-.04-.11.01-.22.04-.33.03-.12.06-.24.09-.36.06-.25.08-.51.1-.77.03-.5,0-1.01-.11-1.49-.11-.49-.28-.96-.52-1.41-.24-.46-.58-.85-.84-1.29-.05-.08.05-.17.13-.13.47.24.8.72,1.05,1.17.27.48.46,1.01.58,1.55.11.53.15,1.07.1,1.6-.02.27-.08.54-.15.81-.03.13-.07.27-.12.39-.04.11-.08.24-.19.3-.06.03-.13,0-.15-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.79,63.38c.01-.21,0-.43,0-.65,0-.23,0-.47,0-.7-.02-.47-.08-.93-.17-1.38-.09-.44-.22-.87-.37-1.3-.15-.43-.37-.85-.48-1.3-.02-.09.08-.15.15-.09.33.31.54.76.72,1.16.2.45.34.91.44,1.39.1.48.16.97.18,1.45,0,.23,0,.47-.02.7-.02.25-.08.49-.13.74-.03.17-.31.13-.3-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.49,57.94s.06.05.09.09c.05.07.09.14.13.2.07.12.15.24.22.36.07.12.15.24.23.36.06.1.12.16.1.27,0,.03-.04.05-.07.04-.09-.03-.12-.08-.17-.16-.08-.12-.14-.25-.21-.37-.07-.12-.14-.24-.22-.37-.03-.05-.06-.1-.09-.16-.04-.07-.06-.15-.1-.22-.03-.06.05-.11.09-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.28,57.69c.64.32,1.25,1.08,1.14,1.84,0,.04-.07.05-.08.01-.13-.31-.23-.64-.41-.93-.18-.3-.45-.6-.72-.82-.06-.05.02-.14.08-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.79,58.73c.58,1,.62,2.16.51,3.28-.06.59-.16,1.17-.27,1.74-.02.08-.03.25-.13.29-.07.03-.17.06-.23,0-.09-.09,0-.32.12-.22.04.03.04.09-.01.11,0,0-.01,0-.02,0,.02-.02.03-.03.05-.05-.03,0-.07-.02-.1-.03.01-.02.02-.05.02-.07.01-.05.02-.1.03-.16.02-.11.04-.21.06-.32.04-.21.08-.43.11-.64.07-.43.13-.87.15-1.3.04-.87-.07-1.76-.42-2.56-.04-.08.08-.15.12-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.28,62.63c-.04.47-.06.95-.13,1.42-.09-.02-.18-.05-.26-.07.1-.61.16-1.23.22-1.84.01-.14.2-.14.22,0,.03.24.04.48.05.72.01.23.06.5-.03.72-.03.08-.16.07-.2,0-.09-.2-.06-.44-.05-.66,0-.26,0-.52.02-.78h.22c-.07.62-.14,1.25-.16,1.88,0,.18-.28.18-.27,0,.01-.46.08-.92.12-1.39.02-.18.29-.18.28,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.22,58.46c.69-.17,1.2-.69,1.45-1.35.29-.75.16-1.55-.17-2.26-.36-.78-.93-1.44-1.52-2.05-.58-.59-1.23-1.12-1.93-1.58-.78-.52-1.61-.94-2.48-1.27-.44-.16-.88-.31-1.33-.42-.47-.12-.94-.21-1.4-.33-.12-.03-.1-.22.03-.22.83,0,1.65.22,2.43.47.79.26,1.56.6,2.28,1.01,1.45.82,2.78,1.94,3.75,3.3.64.89,1.08,1.99.84,3.1-.2.92-.92,1.82-1.91,1.87-.15,0-.18-.23-.04-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.13,49.03c.65.59,1.11,1.4,1.47,2.19.38.82.68,1.67,1.01,2.51.63,1.6,1.39,3.25,2.83,4.29.56.4,1.19.68,1.87.78.33.05.71.06,1.01-.09.25-.13.42-.39.53-.65.25-.63.22-1.37.1-2.02-.14-.74-.46-1.42-.81-2.07-.08-.14.11-.29.23-.17.61.62.94,1.47,1.08,2.32.12.78.11,1.65-.26,2.36-.17.32-.45.6-.79.73-.41.16-.88.12-1.31.05-.8-.13-1.54-.53-2.17-1.03-1.37-1.08-2.11-2.73-2.72-4.32-.32-.83-.59-1.67-.95-2.48-.36-.81-.79-1.54-1.3-2.26-.08-.11.09-.23.18-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.63,57.42s.06,0,.09,0c.04-.04.04-.02.01.06.1-.03.2-.05.3-.08.04.5-.22,1.1-.74,1.23-.17.04-.35-.15-.24-.31.09-.13.17-.27.25-.4.13-.22.47-.07.41.17-.08.31-.3.58-.59.73-.12.07-.3.01-.33-.14-.07-.31.25-.43.49-.31.12.06.17.21.15.33-.03.15-.15.26-.29.31-.28.11-.62.08-.91.02-.32-.06-.64-.22-.79-.52-.05-.09.03-.19.13-.17.29.06.55.19.84.25.14.03.29.03.43.02.06,0,.11-.01.16-.04-.03.05-.02.1.03.16.06.08.19-.01.2-.08v-.12s0,.01,0,.02c-.11-.05-.22-.09-.33-.14.19-.1.32-.25.39-.46.14.06.27.11.41.17-.09.13-.18.26-.27.39-.08-.1-.16-.21-.24-.31.39-.09.48-.53.55-.86.04-.2.37-.11.31.08-.06.2-.27.22-.45.17-.12-.04-.07-.21.05-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.85,59.03c.27.27.6.73.46,1.14-.03.07-.12.08-.16.02-.1-.15-.14-.34-.21-.51-.07-.17-.17-.36-.27-.52-.07-.11.09-.22.17-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.45,53.19c-.07-.07-.06-.15.02-.2.12-.08.27,0,.36.09.3.29.53.64.71,1.01.19.37.3.78.37,1.19.03.2.06.4.06.59,0,.2,0,.43-.1.6-.05.08-.15.05-.18-.02-.05-.13-.05-.29-.05-.43,0-.15-.01-.3-.03-.45-.03-.32-.11-.63-.21-.94-.1-.29-.23-.57-.38-.83-.08-.13-.16-.26-.24-.38-.05-.07-.1-.15-.16-.22-.02-.02-.04-.03-.06-.03-.01,0-.02,0-.03,0-.04.01-.04,0,0-.05.03.06-.05.13-.1.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.06,52.67c.65.45,1.08,1.23,1.37,1.94.15.39.26.79.32,1.2.03.2.04.39.05.59,0,.17.01.43-.11.57-.05.05-.12.03-.15-.02-.09-.12-.08-.35-.08-.5-.01-.2-.03-.4-.06-.59-.06-.38-.16-.75-.29-1.1-.13-.36-.32-.69-.52-1.02-.2-.32-.45-.6-.67-.91-.07-.09.07-.23.16-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.24,53.08c.44.63.78,1.32,1.04,2.05.25.72.45,1.53.29,2.28-.01.06-.1.05-.12,0-.1-.35-.16-.69-.22-1.04-.06-.37-.15-.74-.26-1.1-.22-.73-.54-1.42-.96-2.06-.09-.14.13-.26.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.32,53.86c.32.59.58,1.21.77,1.85.1.33.17.66.23.99.03.16.06.33.07.49.02.16.06.36-.02.51-.03.06-.13.08-.18.02-.09-.11-.09-.24-.11-.38-.02-.17-.05-.34-.07-.5-.05-.34-.12-.67-.2-1-.16-.65-.37-1.29-.63-1.9-.04-.1.1-.19.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.14,54.57c.26.57.5,1.15.69,1.75.1.31.19.63.27.94.07.28.19.63.13.92-.02.11-.17.12-.22.03-.08-.13-.1-.27-.13-.41-.03-.15-.06-.3-.1-.45-.07-.3-.14-.6-.23-.89-.17-.6-.38-1.19-.63-1.76-.06-.14.15-.27.21-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M257.04,55.62c.25.38.46.78.64,1.2.09.2.16.41.22.62.05.18.17.46.07.63-.03.05-.1.07-.14.04-.16-.11-.17-.36-.21-.53-.05-.21-.12-.42-.2-.63-.15-.42-.35-.82-.59-1.2-.08-.13.12-.25.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.8,55.6c.16.47.33.93.49,1.39.08.23.15.47.23.7.04.12.21.49-.01.55-.2.05-.26-.27-.3-.39-.07-.23-.15-.47-.22-.7-.14-.49-.28-.98-.42-1.48-.04-.15.19-.21.24-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.47,56.21c.18.33.31.68.45,1.03.07.18.15.36.22.54.06.13.19.31.09.45,0-.03,0-.06.01-.09.01.06.03.11.03.17,0,.06-.07.08-.11.05-.05-.04-.08-.08-.12-.13.03.02.06.04.1.06-.18-.02-.22-.18-.28-.33-.07-.18-.13-.36-.2-.53-.13-.37-.26-.73-.43-1.08-.08-.15.15-.29.23-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.31,56.54c.29.62.6,1.23.88,1.86.11.24-.25.45-.36.21-.06-.14-.14-.29-.17-.45-.01-.07.06-.14.13-.1.14.07.26.19.37.29-.11.08-.22.17-.33.25-.3-.62-.57-1.25-.85-1.88-.1-.22.22-.41.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M256.19,57.1c.12.48.35.92.67,1.3.2.23-.16.51-.33.25-.07-.11-.13-.24-.14-.37,0-.06.07-.11.12-.1.13.04.25.12.35.22-.1.1-.2.2-.3.3-.36-.44-.63-.94-.77-1.49-.07-.26.33-.37.4-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.66,56.8c.38.58.77,1.15,1.14,1.73.13.2-.17.44-.33.26-.84-.96-1.68-1.93-2.56-2.86-.15-.16.05-.45.25-.32.51.34.76.91,1.03,1.44.24.47.7,1.15,1.31,1.04v.39c-.78-.17-1.43-.64-1.95-1.23-.53-.59-1.01-1.31-1.26-2.07-.04-.12.14-.23.22-.13.47.6.8,1.3,1.3,1.88.48.56,1.07,1.01,1.8,1.16.19.04.19.35,0,.39-.69.13-1.24-.34-1.59-.89-.35-.54-.51-1.23-1.05-1.63.08-.11.17-.21.25-.32.83.97,1.7,1.91,2.57,2.85-.11.09-.22.17-.33.26-.38-.58-.74-1.17-1.1-1.76-.13-.21.19-.39.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.52,49.84c.49.14.95.38,1.4.62.46.24.91.51,1.34.8.43.28.84.59,1.25.91.21.17.42.34.62.52.19.17.39.35.53.56.04.06-.04.13-.09.09-.21-.12-.38-.3-.56-.45-.19-.16-.38-.33-.58-.49-.41-.34-.84-.65-1.28-.94-.42-.28-.85-.54-1.29-.78-.46-.25-.93-.47-1.38-.73-.06-.04-.02-.14.05-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.51,49.9c.43.04.85.24,1.22.44.41.22.79.48,1.15.78.7.58,1.33,1.31,1.65,2.17.03.09-.09.13-.14.06-.51-.71-1.03-1.4-1.7-1.96-.33-.28-.69-.53-1.07-.74-.37-.21-.78-.37-1.15-.58-.07-.04-.04-.16.04-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.24,50.39c.97.27,1.84.77,2.6,1.42.38.33.74.71,1.04,1.11.29.39.59.84.7,1.32.02.06-.07.13-.12.07-.3-.36-.54-.77-.83-1.14-.31-.39-.64-.76-1-1.09-.72-.65-1.56-1.17-2.45-1.57-.08-.03-.02-.15.06-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.15,51.34c.64.39,1.2.9,1.65,1.5.23.3.43.62.6.96.18.34.34.7.33,1.09,0,.08-.09.09-.13.04-.2-.28-.32-.6-.48-.9-.16-.32-.35-.63-.57-.92-.43-.59-.95-1.11-1.53-1.55-.12-.09-.01-.29.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.84,51.75c.64.44,1.21.97,1.68,1.58.24.31.46.65.64,1,.09.17.18.35.25.53.06.15.14.35.1.52-.01.04-.06.06-.1.04-.13-.09-.2-.26-.27-.39-.08-.16-.16-.33-.25-.49-.18-.33-.39-.66-.62-.96-.45-.6-.99-1.14-1.58-1.6-.14-.11-.01-.35.14-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.17,51.95c.31.2.6.4.87.65.28.25.52.56.74.87.2.3.38.63.52.97.07.18.14.36.19.55.04.18.1.37.08.55,0,.06-.09.1-.12.03-.08-.15-.12-.31-.17-.47-.06-.17-.12-.34-.19-.51-.14-.33-.3-.64-.5-.94-.38-.59-.89-1.18-1.46-1.59-.06-.04,0-.15.06-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.01,50.97c.71.6,1.38,1.22,1.95,1.96.27.35.52.72.71,1.12.18.37.4.85.33,1.27-.01.08-.13.09-.17.02-.11-.17-.17-.39-.23-.58-.07-.2-.15-.4-.25-.59-.19-.38-.42-.74-.68-1.09-.54-.71-1.18-1.35-1.8-1.98-.09-.09.04-.23.14-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.06,52.72c.54.48.98,1.05,1.34,1.68.18.31.33.64.46.97.06.16.12.32.16.49.05.17.1.36.08.54-.01.08-.1.11-.15.04-.1-.14-.14-.3-.2-.45-.06-.16-.12-.32-.18-.49-.13-.32-.28-.64-.44-.95-.33-.61-.75-1.18-1.2-1.71-.08-.09.04-.21.13-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.33,53.45c.46.46.78,1.05,1.05,1.64.13.29.24.58.33.89.05.15.09.31.12.47.03.15.07.33.02.48-.02.08-.11.08-.16.02-.08-.11-.1-.25-.14-.37-.04-.16-.08-.31-.12-.47-.09-.31-.2-.62-.33-.92-.25-.58-.58-1.1-.9-1.63-.05-.08.06-.16.12-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.35,54.18c.32.41.57.86.79,1.33.11.23.21.47.31.71.05.12.09.24.14.37.04.12.09.24.02.35-.02.03-.07.06-.1.04-.18-.08-.23-.35-.29-.53-.09-.25-.2-.5-.31-.74-.22-.48-.49-.93-.74-1.39-.06-.11.1-.24.18-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M255.1,54.55c.29.37.55.76.77,1.18.11.21.2.42.29.64.06.15.22.45.11.6-.02.03-.06.05-.1.04-.17-.06-.22-.31-.27-.46-.09-.23-.19-.45-.3-.66-.2-.41-.44-.8-.71-1.17-.09-.13.12-.29.22-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.83,54.61c.21.33.38.69.56,1.04.18.35.37.7.55,1.05.07.13.13.24.09.39-.03.12-.2.18-.29.09-.12-.1,0-.36.14-.23.04.04.02.11-.03.12,0,0-.01,0-.02,0,.02-.02.04-.04.06-.06-.1.04-.15.03-.17-.05-.03-.06-.06-.11-.08-.17-.05-.09-.09-.19-.14-.28-.1-.2-.2-.41-.31-.61-.2-.4-.42-.79-.58-1.2-.06-.14.16-.21.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M254.81,55.04c.35.64.72,1.26,1.05,1.91-.11.06-.22.13-.32.19-.21-.41-.42-.83-.64-1.24-.11-.2-.22-.41-.34-.61-.14-.22-.26-.46-.46-.64.05-.04.11-.08.16-.12.21.31.36.65.52.98.17.35.35.7.52,1.05.08.17-.14.38-.28.22-.4-.48-.78-.98-1.11-1.51-.34-.54-.67-1.1-.84-1.73-.03-.11.12-.17.18-.08.34.51.61,1.06.93,1.58.33.52.69,1.02,1.09,1.49-.09.07-.19.14-.28.22-.17-.36-.32-.72-.48-1.08-.16-.35-.33-.7-.44-1.06-.03-.11.14-.19.19-.08.09.21.24.4.38.58.15.21.3.41.44.62.28.4.54.8.78,1.22.12.21-.2.4-.32.19-.36-.63-.69-1.28-1.04-1.92-.11-.2.2-.39.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.39,49.59c.45.92.87,1.85,1.32,2.77.22.45.44.9.66,1.35.22.46.51.91.61,1.41.02.09-.09.16-.15.09-.34-.35-.54-.82-.76-1.25-.24-.46-.46-.94-.68-1.41-.44-.94-.86-1.89-1.21-2.86-.05-.13.16-.22.22-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.89,50.84c.28.43.47.92.67,1.39.21.47.42.95.62,1.42.21.47.41.95.61,1.43.1.25.21.49.31.74.09.23.23.49.22.74,0,.12-.14.17-.22.09-.17-.16-.26-.41-.35-.62-.11-.25-.21-.49-.32-.74-.2-.47-.4-.95-.6-1.42-.2-.48-.4-.95-.59-1.43-.2-.49-.43-.99-.55-1.51-.03-.12.13-.19.2-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.45,52.6c.24,1.04.65,2.04,1.21,2.95-.13.06-.27.11-.4.17-.31-.79-.62-1.58-.92-2.38-.15-.41-.31-.81-.46-1.22-.15-.39-.33-.79-.38-1.21-.01-.13.16-.14.22-.06.24.32.37.73.52,1.11.16.4.32.81.49,1.21.32.81.65,1.62.96,2.43.09.24-.28.37-.4.17-.57-.95-.96-1.98-1.19-3.07-.05-.23.31-.33.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.72,49.35c.28-.05.58.12.82.25.28.16.53.35.79.55.22.17.03.54-.23.39-.49-.29-.98-.58-1.46-.87-.23-.14-.07-.45.17-.41.8.13,1.56.39,2.29.76.35.18.68.39,1,.62.33.24.67.5.91.84.12.18-.11.35-.27.27-.14-.07-.28-.14-.43-.2-.09-.04-.04-.17.05-.17.16,0,.32,0,.48,0-.03.12-.07.25-.1.37-.31-.21-.58-.48-.88-.7-.32-.23-.65-.44-1-.62-.67-.36-1.41-.6-2.16-.75.06-.14.12-.27.17-.41.49.29.98.58,1.46.87-.09.12-.18.23-.27.35-.22-.17-.45-.34-.69-.5-.12-.08-.24-.15-.36-.21-.12-.07-.24-.11-.34-.21-.07-.07-.04-.21.06-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.82,50.04c0,.19-.21.23-.33.11-.15-.14-.09-.38.11-.43.27-.07.56.21.75.36.28.21.55.43.83.64.54.42,1.07.84,1.61,1.26.41.32,1.01.71.96,1.31-.02.18-.19.29-.36.21-.13-.07-.25-.16-.35-.26-.08-.08-.02-.22.09-.23.15,0,.3.01.44.05-.1.08-.2.15-.3.23-.01-.35-.33-.58-.58-.77-.35-.28-.71-.57-1.06-.85-.35-.28-.71-.56-1.06-.85-.18-.14-.35-.29-.53-.43-.08-.07-.16-.13-.24-.2-.04-.04-.07-.07-.12-.1,0,0-.02,0-.03-.01.08-.17.05-.18-.09-.05.02-.17.27-.18.27,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.03,51.75c.7.71,1.4,1.42,2.1,2.14,0,0,0,.02-.01.01-.7-.71-1.41-1.42-2.11-2.13-.01-.01,0-.03.02-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.45,49.9c.87.52,1.65,1.17,2.37,1.88.37.36.71.74,1.04,1.14.16.19.32.39.46.6.15.21.31.43.35.69.02.11-.09.21-.19.15-.21-.12-.35-.32-.51-.51-.16-.19-.31-.39-.47-.58-.32-.38-.65-.75-1-1.11-.71-.72-1.48-1.37-2.28-1.98-.16-.13.05-.39.22-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.07,50.28c.37.29.7.64,1.02.99.32.35.64.71.94,1.08.3.37.6.75.88,1.13.14.18.27.37.4.56.11.16.35.43.17.61-.19.19-.38-.1-.48-.23-.15-.2-.29-.4-.44-.6-.28-.38-.57-.76-.87-1.13-.3-.37-.61-.74-.92-1.1-.31-.36-.65-.69-.93-1.07-.1-.13.1-.34.23-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.99,50.92c.69.57,1.32,1.23,1.9,1.91.29.35.57.7.84,1.07.13.18.26.36.39.55.1.14.26.4.11.56-.16.16-.39-.09-.48-.21-.13-.18-.26-.36-.4-.55-.26-.36-.54-.71-.83-1.05-.58-.69-1.2-1.34-1.82-1.99-.18-.19.09-.44.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.72,52.06c.9.85,1.68,1.87,2.23,2.98.14.29-.3.54-.43.25-.17-.38-.4-.74-.65-1.08-.26-.35-.57-.73-.96-.94.08-.1.16-.2.23-.3.14.14.24.33.35.5.11.18.22.35.32.53.22.38.44.75.66,1.13-.15.09-.3.17-.45.26-.43-.99-.91-1.96-1.42-2.91-.26-.47-.53-.94-.81-1.41-.14-.23-.28-.46-.42-.69-.14-.23-.28-.45-.35-.71-.03-.11.1-.24.21-.16.21.16.36.37.51.59.15.22.29.45.43.68.28.46.55.93.82,1.4.53.96,1.03,1.95,1.48,2.95.13.3-.28.56-.45.26-.2-.36-.41-.72-.61-1.09-.1-.18-.2-.36-.3-.55-.1-.19-.23-.4-.29-.61-.06-.21.24-.33.35-.15.23.38.57.68.87,1,.3.32.58.65.87.98-.13.1-.26.2-.39.3-.58-1.07-1.27-2.03-2.13-2.9-.21-.21.11-.53.33-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.8,49.47s.03.03.04.05c-.03-.01-.07-.03-.1-.04.26.02.4.36.53.56.17.26.33.53.5.79.16.26.32.53.48.8.13.24.32.53.33.81,0,.09-.1.14-.17.1-.22-.13-.39-.41-.53-.62-.17-.26-.34-.52-.5-.79-.15-.25-.3-.5-.45-.75-.07-.13-.14-.25-.22-.38-.07-.12-.17-.28-.11-.42,0,.04,0,.08.01.11,0-.02-.02-.04-.02-.06-.06-.13.11-.3.22-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.64,39.32c.25.27.66.21.83-.1.2-.36-.23-.69-.46-.89-.66-.6-1.39-1.1-2.18-1.52-.23-.13-.07-.53.18-.43.99.39,1.88.98,2.63,1.73.19.19.36.39.53.6.16.19.32.39.42.63.16.4.1.92-.4.98-.13.02-.26-.13-.25-.25.08-.89.16-1.9-.43-2.64-.52-.65-1.35-.97-2.11-1.26.06-.15.13-.31.19-.46.85.53,1.77,1,2.53,1.66.71.62,1.22,1.54,1.02,2.5-.17-.05-.33-.09-.5-.14.16-.57.08-1.16-.22-1.66-.27-.46-.71-.81-1.15-1.11-.5-.33-1.03-.64-1.57-.9-.56-.27-1.19-.46-1.81-.3v-.5c1.47.55,2.83,1.34,4.04,2.34.09.08.09.22.04.32-.16.29-.49.3-.77.2-.34-.13-.65-.38-.96-.58-.69-.44-1.38-.88-2.07-1.32-.29-.19-.04-.58.26-.45.76.32,1.51.77,2.1,1.35.2.19,0,.48-.25.43-.12-.02-.25-.05-.37-.07-.16-.03-.13-.25,0-.3.12-.04.25-.09.37-.13-.04.14-.08.29-.11.43-.62-.5-1.26-.94-2-1.27.09-.15.18-.3.26-.45.58.38,1.17.75,1.76,1.12.29.19.59.37.88.56.1.06.2.14.31.18.04.01.08.03.12.03.04,0,.05,0,.03,0-.02,0-.05.07,0,0,.01.11.03.21.04.32-1.14-.93-2.43-1.69-3.81-2.21-.22-.09-.27-.43,0-.5.71-.18,1.4,0,2.05.28.61.27,1.2.63,1.76,1,.52.35.99.76,1.31,1.3.36.61.44,1.34.26,2.02-.09.33-.57.19-.5-.14.16-.82-.37-1.56-.97-2.07-.32-.27-.69-.5-1.05-.72-.43-.27-.85-.54-1.28-.8-.23-.14-.08-.57.19-.46.85.33,1.77.69,2.36,1.42.68.85.64,1.94.55,2.96-.08-.08-.17-.17-.25-.25-.03,0-.04.04-.02,0,.01-.05,0-.11,0-.17-.03-.17-.13-.3-.23-.43-.26-.36-.57-.69-.89-.99-.64-.6-1.4-1.07-2.21-1.41.08-.14.16-.27.24-.41.48.28.94.59,1.38.93.22.17.44.34.64.52.21.18.43.37.6.59.3.38.31.95-.11,1.25-.36.26-.88.13-1.09-.26-.05-.08.07-.18.13-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.61,35.69c.58.45,1.13.95,1.63,1.48-.1.1-.2.2-.3.3-.2-.23-.39-.49-.52-.76-.05-.1.06-.24.16-.16.24.18.47.39.66.62.17.2-.11.5-.3.3-.51-.53-1.05-1.03-1.64-1.48-.09-.07-.07-.23,0-.3.09-.09.21-.07.3,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.89,35.08c.57-.11,1.07.2,1.46.58.21.2.38.44.54.68.08.13.16.26.23.39.06.12.13.27.08.41-.02.06-.08.09-.14.08-.22-.05-.37-.36-.49-.54-.14-.21-.29-.41-.46-.6-.34-.38-.74-.6-1.23-.72-.14-.03-.14-.25,0-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.62,70.02c.15.02.29,0,.44.04.14.03.33.04.39.18.02.05.01.1-.04.14-.12.08-.25.01-.37-.03-.16-.06-.3-.14-.45-.21-.06-.03-.03-.13.03-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.68,69.3c-.24.66.08,1.34.62,1.75.64.48,1.48.38,2.16.03,1.62-.83,2.14-2.75,3.18-4.12.55-.72,1.26-1.36,2.16-1.58.23-.06.32.28.1.35-1.98.6-3.96,1.19-5.94,1.8-.73.22-1.5.47-2.04,1.05-.52.56-.6,1.44-.24,2.11.04.07.08.13.12.2-.03-.04.11.03.11.03.05.02.11.04.16.06.2.08.39.15.59.21.39.13.8.21,1.21.21.65,0,1.32-.3,1.75-.79.07-.08.23,0,.19.11-.31.75-1.08,1.07-1.84,1.11-.46.03-.92-.07-1.36-.2-.22-.07-.44-.15-.65-.23-.11-.04-.21-.09-.32-.13-.13-.05-.19-.12-.26-.24-.44-.66-.45-1.55-.1-2.25.35-.72,1.1-1.12,1.81-1.39.48-.18.98-.31,1.47-.45.58-.17,1.15-.34,1.73-.51,1.17-.35,2.35-.69,3.52-1.04.03.12.06.23.1.35-1.73.42-2.47,2.27-3.3,3.64-.45.74-.99,1.43-1.73,1.9-.66.41-1.52.63-2.26.34-.9-.34-1.68-1.48-1.15-2.42.07-.12.28-.04.23.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.58,66.58c-.17.5-.37,1-.57,1.49-.1.24-.19.49-.29.74-.07.15-.16.53-.39.46-.24-.06-.06-.43,0-.56.09-.25.2-.5.29-.74.2-.51.4-1.02.63-1.52.09-.19.4-.05.33.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M265.75,66.54c0,.07.05.14.03.22-.03.09-.08.18-.13.27-.08.17-.16.33-.24.5-.17.35-.35.7-.52,1.05-.34.68-.67,1.36-1.03,2.03-.13-.07-.25-.15-.38-.22.38-.61.7-1.22.95-1.89.25-.67.46-1.4.51-2.11.11.03.23.06.34.09-.24.51-.51,1.01-.74,1.53-.24.53-.45,1.08-.65,1.63-.09.25-.47.15-.41-.11.27-1.12.56-2.23.84-3.35.05-.22.39-.17.39.05,0,1.4-.42,2.86-1.25,4-.16.21-.46.04-.35-.21.08-.18.19-.34.27-.51.07-.14.29-.04.25.1-.05.19-.08.38-.15.56-.12-.05-.25-.11-.37-.16.36-.56.67-1.14.88-1.78.21-.65.32-1.33.33-2.01.13.02.26.03.39.05-.27,1.12-.53,2.24-.81,3.35-.14-.04-.27-.07-.41-.11.19-.55.41-1.09.65-1.63.24-.55.51-1.1.83-1.61.11-.18.38-.06.33.14-.15.73-.3,1.45-.54,2.16-.24.69-.54,1.39-.91,2.02-.14.25-.5.03-.38-.22.33-.68.68-1.36,1.03-2.03.17-.33.34-.66.51-.98.08-.16.17-.33.26-.49.05-.09.1-.18.15-.27.04-.08.14-.09.21-.13.05-.03.11,0,.11.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M264.23,66.76c-.04.72-.19,1.43-.38,2.12-.1.35-.21.69-.34,1.03-.07.18-.14.35-.21.52-.06.14-.14.36-.3.38-.06,0-.1,0-.14-.06-.08-.13,0-.29.06-.42.07-.16.13-.32.19-.48.13-.34.25-.68.35-1.03.2-.7.32-1.4.43-2.12.03-.2.35-.15.34.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.67,66.97c.03.35-.1.73-.17,1.07-.08.38-.17.77-.26,1.15-.08.36-.17.72-.25,1.09-.04.18-.08.36-.13.54-.05.17-.08.39-.21.52-.07.07-.18.03-.21-.06-.06-.16,0-.35.04-.51.04-.18.08-.36.12-.54.09-.38.18-.76.27-1.15.09-.36.18-.72.27-1.08.04-.18.09-.36.15-.54.06-.18.1-.38.2-.55.05-.09.18-.05.18.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.15,67.57c-.12.65-.27,1.29-.41,1.93-.07.32-.15.64-.22.96-.04.16-.08.32-.12.48-.04.14-.07.29-.17.39-.06.06-.16.03-.19-.05-.05-.14,0-.29.02-.43.03-.16.06-.32.1-.48.07-.32.15-.64.23-.96.15-.64.31-1.28.48-1.91.05-.18.31-.1.28.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.71,67.36c-.13.69-.32,1.36-.44,2.05-.12.69-.21,1.38-.3,2.07-.02.17-.32.13-.3-.04.02-.24.12-.47.32-.62.05-.03.11.03.08.08-.11.16-.16.31-.1.49-.1.01-.2.03-.3.04.03-.69.14-1.38.27-2.06.13-.7.27-1.42.52-2.09.06-.16.3-.1.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.05,68.08c-.07.53-.14,1.06-.21,1.59-.03.26-.07.53-.1.79-.04.27-.04.58-.13.83-.1-.03-.2-.05-.3-.08.08-.22.12-.47.17-.7.06-.25.12-.51.18-.76,0-.04.08-.03.07,0-.02.24-.05.48-.07.71-.02.26-.06.52-.06.77,0,.2-.3.2-.31,0-.02-.25.05-.53.08-.78.04-.26.07-.53.11-.79.08-.55.15-1.1.23-1.65.03-.18.35-.14.32.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.5,68.47c-.18.99-.34,1.97-.42,2.98-.02.24-.4.24-.38,0,.11-1.1.11-2.24-.17-3.32.11-.02.23-.03.34-.05.1.91.02,1.82-.24,2.69-.07.24-.38.17-.41-.06-.09-.69-.16-1.39-.25-2.08h.39c0,.62,0,1.25,0,1.87,0,.26-.38.26-.4,0-.04-.52.05-1.06.25-1.54.06-.15.34-.21.37,0,.07.47.14,1,.45,1.39.24.31.71.52,1.08.31.02.12.03.24.05.36-.86-.13-1.73-.62-2.03-1.48-.25-.7.02-1.67.78-1.91.13-.04.19.14.09.21-.52.36-.69,1.05-.47,1.63.25.7,1.06,1.06,1.75,1.16.18.03.18.28.05.36-.48.28-1.05.11-1.44-.25-.46-.42-.57-1.11-.65-1.69h.37c-.19.46-.26.94-.22,1.44h-.4c0-.62.02-1.25.02-1.87,0-.26.36-.24.39,0,.09.69.19,1.39.28,2.08-.14-.02-.27-.04-.41-.06.24-.84.34-1.71.29-2.58-.01-.23.32-.22.35,0,.13,1.12.25,2.24.21,3.36h-.38c.08-1.03.22-2.07.48-3.07.06-.21.36-.12.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M268.13,65.66c-.32.27-.66.52-.99.79-.33.27-.65.55-.95.84-.62.59-1.17,1.24-1.66,1.94-.24.35-.47.71-.68,1.08-.21.38-.4.78-.68,1.11-.46.54-1.19.77-1.88.75-.73-.02-1.44-.31-1.99-.8-.31-.27-.55-.64-.61-1.05-.06-.41.04-.81.23-1.17.4-.78,1.24-1.2,1.98-1.59.84-.43,1.69-.86,2.6-1.15.57-.18,1.16-.27,1.76-.34.59-.07,1.19-.14,1.73-.38.23-.1.42.23.2.33-.64.29-1.28.57-1.91.86-.65.29-1.3.6-1.97.85-.16.06-.27-.2-.12-.28.61-.33,1.26-.61,1.89-.9.64-.29,1.27-.58,1.91-.87.07.11.13.22.2.33-.86.38-1.79.38-2.7.54-.94.17-1.82.55-2.67.97-.41.2-.83.41-1.23.64-.38.21-.75.45-1.05.78-.27.29-.45.69-.48,1.08-.03.43.2.79.51,1.07.53.49,1.27.73,1.98.7.34-.02.67-.11.96-.29.35-.21.57-.54.77-.89.42-.75.85-1.47,1.38-2.15.52-.67,1.11-1.29,1.75-1.85.49-.42,1.02-.85,1.62-1.13.09-.04.2.07.11.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.72,67.84c-.92.66-1.85,1.32-2.77,1.99-.17.12-.43-.12-.3-.3.63-.84,1.41-1.57,2.31-2.11.26-.16.46.22.23.4-.88.67-1.81,1.26-2.79,1.77-.24.12-.46-.17-.28-.37.68-.75,1.44-1.42,2.26-2.01.08.14.16.27.24.41-.83.48-1.63,1-2.4,1.57-.08-.14-.16-.28-.24-.42.97-.57,1.86-1.28,2.62-2.11.08.14.16.27.24.41-1.35.56-2.5,1.56-3.27,2.79-.07-.13-.14-.25-.22-.38.59.01,1.17.19,1.65.53.22.16.1.55-.2.46-.62-.19-.74-1.11-.18-1.45.12-.07.28-.03.35.09.3.51.37,1.13.18,1.69-.04.12-.18.23-.31.18-.62-.23-1.09-.77-1.2-1.43-.05-.27.32-.47.47-.2.21.38.45.75.73,1.08.14.16.28.32.43.47.07.07.15.15.23.22.12.11.13.21.1.36-.06.34-.47.52-.78.5-.41-.02-.68-.32-.82-.68-.16-.39-.15-.88-.13-1.29.02-.43.05-.94.32-1.31.28-.37.74-.51,1.15-.67.48-.19.96-.38,1.44-.56.15-.06.31-.12.46-.18.25-.1.44.27.26.44-.52.51-1.04,1.01-1.55,1.52-.27.26-.53.52-.8.78-.27.26-.63.01-.6-.33.03-.3.26-.54.44-.77.2-.25.41-.49.63-.71.45-.45.95-.87,1.49-1.22.09.16.18.31.27.47-1.08.65-2.07,1.43-2.96,2.32-.22.22-.6-.07-.43-.33.17-.26.35-.52.55-.75.21-.25.46-.46.72-.65.2-.15.41.16.26.33-.38.43-.75.87-1.06,1.35-.14-.11-.29-.22-.43-.33.92-.92,1.96-1.73,3.07-2.4.3-.18.57.28.27.47-.49.32-.94.68-1.35,1.08-.21.21-.41.44-.6.67-.09.11-.17.21-.25.32-.03.05-.07.09-.1.15-.05.09.08-.02-.1-.07-.09.02-.17.05-.26.07.8-.78,1.6-1.56,2.4-2.34.09.15.17.29.26.44-.6.23-1.19.47-1.79.7-.27.1-.54.19-.79.34-.23.14-.31.37-.35.62-.06.3-.06.61-.06.91,0,.26.02.51.11.76.05.15.17.31.33.33.07,0,.14,0,.2-.03.04-.02.07-.05.07-.07.03.06.05.12.08.19-.6-.55-1.11-1.2-1.5-1.92.16-.07.31-.13.47-.2.08.47.39.9.84,1.07-.1.06-.21.12-.31.18.15-.44.11-.9-.12-1.3.12.03.23.06.35.09-.18.11-.14.46.06.52-.07.15-.13.31-.2.46-.41-.29-.89-.46-1.39-.47-.18,0-.32-.21-.22-.38.85-1.35,2.11-2.4,3.58-3.01.24-.1.39.24.24.41-.79.86-1.72,1.59-2.72,2.18-.27.16-.49-.24-.24-.42.77-.57,1.58-1.09,2.41-1.57.27-.15.48.23.24.41-.79.57-1.51,1.22-2.16,1.94-.09-.12-.19-.24-.28-.37.98-.51,1.91-1.1,2.79-1.77.08.13.15.26.23.4-.84.5-1.57,1.14-2.16,1.93-.1-.1-.2-.2-.3-.3.92-.66,1.85-1.33,2.77-1.99.23-.16.45.21.22.38h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.68,65.73c.11-.14.22-.27.33-.41.02.06.03.13.05.19-.13-.05-.24,0-.37.03-.05,0-.09-.03-.08-.08.06-.21.34-.24.51-.17.08.03.11.12.05.19-.11.13-.23.26-.35.39-.09.1-.22-.04-.14-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M261.58,69.11c-.36.39-.65.85-.82,1.36-.06.18-.27.19-.38.05-.22-.3-.34-.65-.38-1.02.14.02.27.04.41.06-.08.21-.16.42-.24.63-.07.18-.35.22-.41,0-.09-.34-.18-.67-.27-1.01h.41c-.14.44-.19.88-.23,1.34-.11-.06-.21-.12-.32-.18.05-.03.1-.05.15-.07.05-.02.11,0,.17,0,.09-.02.19.08.13.17-.03.04-.04.09-.07.13-.04.06-.1.1-.16.14-.14.1-.32-.04-.32-.18-.01-.49.1-1,.24-1.46.06-.2.36-.21.41,0,.09.34.17.67.26,1.01h-.41c.08-.21.17-.42.25-.62.09-.22.39-.19.41.06.03.3.14.57.31.82-.13.02-.25.03-.38.05.19-.58.51-1.1.97-1.5.17-.15.41.08.25.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M260.23,70.01c0,.21.43.04.52-.02.31-.2.61-.42.9-.65.58-.46,1.11-.97,1.57-1.54.14-.18.43.01.37.22-.26.96-1.04,1.72-1.73,2.39-.13.13-.39.04-.38-.16.02-.44.21-.81.56-1.07.09-.06.18.06.14.14-.15.29-.24.61-.25.93-.13-.05-.25-.11-.38-.16.66-.65,1.28-1.3,1.61-2.19.12.07.25.14.37.22-.62.62-1.27,1.21-1.99,1.71-.29.2-.61.47-.97.53-.22.03-.53-.07-.5-.34,0-.1.16-.11.16,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.75,65.53c-.03-.12-.02-.18.06-.27.09-.09.22-.13.34-.13-.03.06-.05.13-.08.19-.28-.3-.76-.04-1.05.1-.4.19-.83.31-1.26.39-.89.18-1.8.2-2.7.33-.91.13-1.77.43-2.53.94-.72.47-1.31,1.12-1.51,1.97-.13.56-.03,1.11.05,1.67.02.17-.18.27-.29.12-.5-.72-.35-1.76-.02-2.51.35-.8,1.07-1.39,1.81-1.81.8-.46,1.68-.69,2.59-.8.9-.11,1.82-.08,2.71-.26.46-.09.88-.27,1.32-.42.34-.11.76-.18,1.03.11.06.07.02.2-.08.19-.13,0-.24.1-.33.19-.02.03-.07.01-.08-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M263.02,66.38c-.19.28-.43.52-.62.81-.09.15-.16.3-.24.45-.05.09-.19.33-.32.18-.11-.13-.04-.28.02-.42.07-.16.15-.31.24-.45.18-.29.41-.61.71-.78.13-.07.3.08.21.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M262.52,66.39c-.42.28-.76.65-.96,1.11-.09.21-.44.1-.43-.12.03-.43.17-.84.42-1.19.13.1.25.19.38.29-.64.56-1.34,1.05-2.09,1.44-.29.15-.52-.25-.26-.44.5-.35,1-.71,1.5-1.06.25-.17.5.2.31.4-.58.62-1.15,1.23-1.73,1.85-.08-.14-.17-.29-.25-.43.73-.28,1.34-.8,1.74-1.46l.35.35c-1.11.49-1.89,1.46-2.63,2.38-.12-.12-.25-.25-.37-.37.89-.87,1.9-1.6,3-2.17.54-.28,1.11-.52,1.69-.73.56-.2,1.22-.3,1.69-.68.11.14.21.27.32.41-.96.48-1.99.8-3.06.95-.24.03-.39-.16-.29-.38.19-.44.78-.44,1.17-.49.57-.08,1.13-.18,1.69-.3,1.12-.23,2.22-.55,3.3-.91.19-.06.35.17.25.33-.17.31-.48.49-.83.48-.19,0-.24-.3-.05-.33.21-.04.39-.17.49-.37.08.11.17.22.25.33-.99.39-2.01.69-3.06.92-.52.12-1.04.21-1.57.3-.26.04-.51.08-.77.11-.1.01-.37.03-.42.14-.11-.11-.21-.21-.32-.32,1.02-.15,2.01-.45,2.93-.9.11-.05.23-.05.32.04.09.09.11.28,0,.37-.49.4-1.09.55-1.67.73-.59.19-1.17.43-1.72.71-1.1.55-2.11,1.28-2.99,2.14-.25.24-.58-.11-.37-.37.77-.96,1.59-1.95,2.74-2.45.22-.1.49.11.35.35-.47.78-1.19,1.37-2.05,1.7-.25.1-.41-.25-.25-.43.58-.62,1.16-1.23,1.73-1.85.1.13.21.27.31.4-.5.35-1,.71-1.51,1.06-.09-.15-.17-.29-.26-.44.72-.37,1.39-.82,2.01-1.34.19-.16.55.06.38.29-.21.28-.34.6-.38.95-.14-.04-.28-.08-.43-.12.24-.54.66-.98,1.21-1.2.2-.08.29.22.14.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259,70.86c-.15.24-.32.43-.55.58-.25.16-.55.25-.84.3-.67.13-1.35,0-1.99-.18-.71-.2-1.4-.49-2.14-.55-.31-.03-.62-.01-.93.06-.32.07-.59.23-.88.36-.12.05-.27-.06-.19-.19.33-.54,1.08-.66,1.66-.67.72,0,1.41.23,2.08.47.67.24,1.36.49,2.08.47.59-.02,1.24-.23,1.63-.69.03-.03.08.01.06.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.24,69.95c1.14.05,2.04.84,3.04,1.3.49.22,1.04.34,1.57.21.28-.07.54-.21.75-.39.22-.18.38-.42.6-.6.05-.04.12-.02.12.05,0,.6-.67,1.03-1.16,1.23-.56.22-1.19.15-1.75-.05-1.12-.41-2.02-1.3-3.21-1.52-.13-.02-.1-.23.03-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M253.92,70.35c.06.36-.29.62-.63.56-.08-.02-.14-.12-.11-.2.19-.51.96-.49,1.14.02.05.13-.1.27-.23.23-.27-.09-.55-.18-.82-.28-.22-.08-.17-.36.05-.39.54-.06,1.09.16,1.44.57.15.18-.04.44-.25.33-.28-.15-.59-.32-.73-.63-.04-.09.02-.19.13-.16.3.08.54.29.81.43-.08.11-.17.22-.25.33-.29-.34-.7-.51-1.15-.46.02-.13.04-.26.05-.39.27.1.55.2.82.3-.08.08-.15.15-.23.23-.05-.17-.39-.2-.46-.03-.04-.07-.08-.13-.11-.2.16.04.28-.1.32-.24.03-.1.2-.11.22,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.9,70.82c-.28.16-.52.37-.75.6-.04.04-.13,0-.11-.06.06-.18.14-.3.28-.43.15-.13.32-.22.51-.26.09-.02.15.11.06.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M259.45,70.93c-.15.3-.35.51-.64.68-.13.08-.28.13-.42.17-.11.03-.35.09-.44,0-.06-.06-.04-.17.05-.19.16-.05.33-.07.5-.13.32-.11.63-.35.84-.61.06-.07.16.02.12.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M258.89,70.93c-.48.34-1.06.54-1.65.54-.3,0-.59-.05-.88-.13-.28-.08-.59-.21-.78-.44-.04-.05,0-.14.07-.11.25.08.49.21.74.3.26.09.53.13.81.14.57.02,1.14-.1,1.64-.38.06-.03.11.05.05.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M267.94,65.51c.15-.06.35.1.32.26-.04.22-.29.2-.42.06-.06-.07-.08-.16-.05-.24.02-.05.05-.05.1-.06.1-.02.18-.06.27-.11.31-.17.54-.47.62-.81.05.03.09.07.14.1-.39.21-.78.44-1.19.58-.05.02-.07-.05-.03-.08.35-.26.75-.46,1.14-.66.07-.04.16.02.14.1-.09.31-.27.59-.53.78-.14.1-.29.18-.46.23-.14.04.05.18.13.16.14-.03.03-.33-.15-.27-.03,0-.04-.03-.01-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.52,70.13c0-.11-.02-.22-.05-.33-.02-.08,0-.19,0-.28,0-.18.02-.36.04-.54.02-.32.03-.65.01-.97-.01-.32-.06-.63-.15-.93-.09-.29-.27-.54-.37-.82-.02-.07.06-.11.11-.09.28.14.42.45.53.74.13.32.17.67.2,1.01.03.34,0,.68-.02,1.02-.01.2-.03.4-.05.59-.01.09-.03.19-.04.28,0,.06-.06.11-.06.17,0,.06-.04.12-.05.17-.01.06-.11.05-.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.8,66.38c.14.57.24,1.14.26,1.73.01.3,0,.6-.03.9-.01.14-.03.28-.04.42-.02.13-.03.28-.1.38-.03.04-.09.03-.1-.01-.04-.12,0-.25,0-.37.02-.14.03-.28.04-.42.02-.28.03-.56.03-.84,0-.59-.03-1.19-.12-1.77,0-.04.05-.06.06-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.08,66.34c.23.6.35,1.21.37,1.86,0,.32,0,.63-.05.94-.02.15-.05.3-.08.45-.03.14-.05.32-.16.42-.06.05-.14.03-.17-.04-.04-.13.01-.27.04-.39.03-.15.06-.3.08-.45.05-.31.06-.62.06-.92,0-.61-.1-1.23-.27-1.81-.03-.11.13-.15.17-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.39,66.74c.16.52.22,1.06.21,1.6,0,.26-.04.52-.09.77-.05.26-.11.52-.29.72-.05.05-.12,0-.13-.05-.02-.24.05-.47.1-.7.05-.25.08-.49.1-.74.04-.52,0-1.04-.1-1.55-.02-.12.15-.18.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.63,69.94c.13-.59.16-1.21.07-1.81-.04-.29-.12-.58-.22-.86-.1-.28-.22-.54-.31-.82-.02-.06.06-.1.1-.06.43.44.61,1.13.69,1.72.09.63.05,1.27-.15,1.88-.04.12-.22.07-.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.41,68.45c.05-.6-.02-1.2-.18-1.77-.08-.28-.19-.55-.32-.82-.13-.26-.34-.5-.41-.78-.02-.06.05-.1.1-.08.26.14.42.46.55.71.14.28.25.58.33.88.16.61.16,1.24.04,1.86-.01.06-.11.04-.1-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.57,65.44c.27.4.47.84.57,1.31.05.23.08.47.09.7,0,.19.03.49-.08.66-.03.04-.09.04-.11-.01-.06-.18-.01-.41-.01-.59,0-.24-.03-.47-.07-.7-.09-.46-.25-.9-.49-1.3-.04-.07.06-.13.11-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.66,65.01c.23.4.44.8.61,1.23.08.21.15.42.21.64.06.2.13.44.09.66-.02.07-.11.07-.15.02-.11-.15-.15-.37-.2-.55-.06-.22-.13-.43-.2-.64-.14-.43-.33-.85-.55-1.25-.07-.12.12-.23.19-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.61,64.83c.32.35.54.79.69,1.24.08.23.13.47.16.71.03.25,0,.49-.02.74-.03,0-.07,0-.1-.01.1-.33.04-.7-.06-1.02-.1-.34-.31-.62-.5-.91-.02-.04.02-.09.06-.06.29.21.45.55.55.89.11.38.08.74.05,1.12,0,.07-.1.07-.11,0-.02-.22-.07-.44-.11-.66-.04-.23-.09-.45-.15-.67-.13-.45-.34-.87-.57-1.28-.04-.06.05-.14.1-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.26,65.36c.72.14,1.42-.17,1.91-.69.56-.58.72-1.38.58-2.15-.32-1.82-1.93-2.99-3.25-4.09-.6-.51-1.17-1.05-1.67-1.65-.49-.58-.99-1.22-1.26-1.94-.04-.11.12-.2.2-.11.28.35.52.73.79,1.09.28.37.56.72.87,1.06.62.67,1.33,1.25,2.03,1.84,1.32,1.1,2.69,2.47,2.73,4.31.01.8-.33,1.56-.93,2.09-.57.49-1.35.72-2.05.4-.09-.04-.02-.18.07-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.74,55.13c.12.49.16,1,.21,1.51.05.52.09,1.04.13,1.55.07.86.11,1.72.23,2.57.11.73.28,1.47.61,2.13.33.66.84,1.18,1.5,1.51.87.44,1.89.6,2.61,1.32-.1.03-.21.06-.31.08.11-.37.32-.7.68-.86.12-.05.22.08.14.18-.18.23-.37.49-.46.78-.04.13-.21.19-.31.08-.56-.56-1.34-.77-2.05-1.05-.71-.29-1.31-.69-1.77-1.31-.88-1.2-1.03-2.82-1.13-4.25-.05-.7-.09-1.41-.14-2.11-.02-.35-.03-.7-.05-1.06-.01-.35-.03-.7,0-1.06,0-.06.09-.08.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.83,59.62c.45.36.82.8,1.09,1.3.14.26.25.53.33.81.04.14.06.28.08.43.01.1.04.27-.05.34-.17.13-.26-.35-.29-.44-.09-.28-.18-.56-.31-.83-.26-.53-.63-1.01-1.08-1.38-.16-.13.07-.35.22-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.86,59.66c-.1.11-.24.01-.26-.11-.04-.21.2-.24.35-.18.1.04.17.17.24.24.08.09.16.19.23.29.15.2.3.4.44.61.28.41.51.85.68,1.31.08.23.14.46.17.71.03.23.08.53-.07.74-.06.08-.18.09-.23,0-.08-.13-.09-.29-.11-.43-.02-.17-.05-.33-.1-.49-.09-.33-.21-.65-.37-.96-.16-.32-.34-.62-.54-.92-.1-.15-.19-.3-.29-.45-.05-.07-.1-.15-.14-.22-.02-.03-.04-.06-.06-.09,0-.01-.02-.03-.03-.04-.05-.05-.04-.11.02-.17-.03,0-.05,0-.08.01,0,0,.01,0,.02-.01.1-.06.2.07.12.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.74,60.03c.49.51.85,1.13,1.05,1.8.1.33.15.68.17,1.02.02.32.03.76-.2,1.01-.07.07-.17.03-.2-.05-.11-.27-.03-.62-.04-.91,0-.32-.06-.64-.15-.95-.16-.61-.47-1.18-.91-1.65-.17-.18.1-.45.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.57,60.41c.45.56.74,1.24.95,1.92.11.35.17.71.22,1.06.04.35.09.73.03,1.08-.04.2-.33.18-.39,0-.03-.11-.06-.23-.07-.34,0-.07.08-.12.14-.08.09.07.18.15.26.23-.11.05-.23.09-.34.14-.04-.32-.02-.65-.06-.97-.04-.34-.11-.68-.2-1.01-.18-.65-.47-1.25-.79-1.84-.08-.15.13-.33.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.66,61.5c.24.47.43.96.59,1.46.08.25.14.51.2.76.05.24.13.53.11.78-.02.21-.34.29-.39.05-.03-.11-.06-.21-.09-.32-.02-.06.05-.13.11-.09.09.06.17.13.26.19-.1.08-.2.15-.29.22-.08-.22-.1-.48-.15-.72-.05-.24-.11-.48-.18-.71-.14-.49-.33-.96-.55-1.42-.12-.24.24-.45.36-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.39,62.05c.24.4.43.83.58,1.27.08.23.14.46.2.7.05.22.14.5.08.72-.06.2-.39.17-.38-.05,0-.13-.07-.25-.08-.37,0-.07.09-.1.14-.06.08.08.14.2.24.26-.09.09-.18.18-.27.27-.11-.18-.11-.44-.16-.64-.05-.22-.11-.43-.18-.65-.14-.43-.33-.83-.55-1.22-.14-.25.24-.47.38-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.37,62.71c.28.63.58,1.26.83,1.9.11.27-.37.42-.44.12-.02-.08-.08-.2,0-.27s.2-.02.29-.01c-.09.11-.17.23-.26.34-.29-.6-.55-1.23-.82-1.84-.05-.12-.04-.25.08-.32.1-.06.27-.03.32.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.89,62.91c.35.62.72,1.23,1.02,1.87.14.3-.33.47-.4.17-.03-.11-.05-.24-.04-.36,0-.07.08-.13.16-.09.1.06.18.15.25.23-.11.09-.23.18-.34.27-.32-.64-.61-1.29-.94-1.92-.1-.19.18-.36.29-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.87,63.62c.16.2.3.41.44.63.09.14.43.64.05.66-.09,0-.16-.08-.16-.16,0,.09,0-.03,0-.05,0-.06.05-.09.1-.1.02,0,.05,0,.07,0-.04.01-.08.02-.12.03,0,0,0,0,.01,0-.01.05-.03.11-.04.16-.01-.05.14.18.03.06-.02-.02-.03-.04-.04-.06-.02-.03-.04-.06-.07-.09-.07-.09-.13-.2-.19-.3-.07-.11-.15-.21-.22-.32-.03-.04-.06-.08-.09-.13-.01-.02-.03-.04-.04-.05-.03-.04.03.04,0,0-.16-.2.12-.49.29-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.8,64.06c.15.16.3.32.45.48.14.15.38.32.37.54,0,.08-.07.15-.15.15-.21,0-.34-.21-.47-.35-.16-.17-.32-.35-.49-.52-.18-.2.11-.49.3-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.57,63.71c.39.44.2,1.17-.15,1.58-.46.55-1.24.55-1.87.34-.68-.22-1.25-.69-1.76-1.18-.26-.25-.49-.53-.71-.82-.22-.31-.42-.61-.51-.98-.02-.09.1-.17.17-.1.21.22.37.47.56.72.18.25.39.48.6.71.43.46.92.87,1.48,1.15.52.26,1.15.36,1.66.01.46-.32.5-.9.45-1.4,0-.04.05-.06.08-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.16,55.87c.24.16.45.38.65.59.21.22.41.44.61.67.19.22.37.46.55.7.17.24.39.5.47.79.01.04-.04.09-.08.06-.23-.16-.4-.42-.57-.64-.19-.24-.39-.47-.58-.7-.19-.23-.39-.46-.6-.68-.2-.21-.41-.42-.58-.66-.05-.08.05-.17.13-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.91,55.66c.17.09.29.3.41.45.15.2.29.41.43.61.13.19.26.38.38.57.1.15.26.35.18.54,0,.02-.04.03-.06.03-.19,0-.29-.21-.39-.35-.14-.2-.28-.41-.41-.62-.12-.19-.25-.38-.36-.58-.11-.18-.25-.39-.27-.6,0-.05.06-.08.1-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.86,55.49s.01,0,.02,0c-.02.02-.04.04-.06.06.02.02.04.04.07.07.02-.04.05-.09.07-.13.02.17.11.31.17.47.08.19.15.38.22.57.07.19.15.38.22.57.06.17.12.34.09.52,0,.04-.07.07-.1.04-.14-.11-.2-.26-.27-.42-.09-.21-.16-.42-.24-.63-.07-.19-.14-.38-.21-.58-.05-.15-.18-.37-.12-.53.02-.06.06-.09.12-.09.11,0,.21.1.14.21-.02.04-.06.05-.1.04,0,0-.01,0-.02,0-.09-.01-.07-.14,0-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.67,54.81c-.09-.09-.18-.19-.27-.28.04-.02.08-.03.13-.05.01.28.04.56.11.84.03.14.08.28.13.41.05.13.12.27.14.41,0,.05-.05.09-.09.05-.21-.17-.3-.51-.37-.76-.08-.31-.11-.63-.07-.94,0-.06.08-.1.13-.05.09.1.18.18.28.27.07.07-.04.18-.11.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.65,54.86c.06.45.12.9.18,1.35.06.46.14.92.14,1.38,0,.05-.08.08-.1.03-.17-.4-.25-.85-.3-1.28-.05-.49-.06-.96-.03-1.45,0-.06.1-.08.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.03,56.01c.26.44.49.88.7,1.35.2.45.4.93.47,1.42.01.1-.11.16-.16.07-.24-.41-.41-.88-.6-1.32-.2-.47-.42-.93-.64-1.38-.07-.15.14-.28.23-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.2,56.46c.72.65,1.36,1.38,1.91,2.17.54.78,1.03,1.66,1.26,2.58.01.04-.05.07-.07.03-.44-.82-.85-1.66-1.37-2.45-.53-.8-1.17-1.53-1.87-2.18-.1-.09.05-.24.15-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.52,57.58c.73.37,1.3.99,1.78,1.64.25.34.47.69.66,1.06.19.34.4.75.46,1.14,0,.06-.07.13-.12.07-.24-.29-.41-.67-.6-1-.19-.35-.4-.69-.63-1.02-.46-.66-1.04-1.21-1.68-1.68-.12-.09-.02-.27.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.78,58.16c.18.07.3.27.43.41.14.16.27.34.4.51.27.36.52.73.75,1.1.24.38.45.76.66,1.16.1.2.2.4.29.6.09.19.18.38.21.59.01.11-.14.16-.21.09-.13-.15-.2-.33-.29-.51-.1-.2-.2-.4-.3-.6-.19-.38-.41-.75-.62-1.12-.22-.37-.45-.72-.69-1.07-.13-.18-.26-.36-.39-.54-.07-.09-.13-.18-.19-.27-.06-.08-.12-.16-.14-.26-.01-.05.04-.12.1-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.31,57.94c.7.71,1.31,1.48,1.83,2.34.25.42.48.85.67,1.3.1.22.19.45.27.68.08.23.2.5.17.75-.01.09-.13.18-.21.09-.14-.17-.19-.38-.27-.59-.09-.23-.17-.46-.27-.69-.19-.45-.41-.89-.65-1.32-.48-.85-1.06-1.66-1.73-2.38-.12-.13.07-.31.19-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.29,58.31c.55.85,1.07,1.72,1.55,2.6.24.44.47.89.69,1.35.11.23.22.45.32.69.1.24.24.47.27.73.02.12-.16.19-.24.1-.16-.19-.24-.43-.34-.65-.11-.23-.21-.46-.32-.69-.22-.46-.45-.91-.68-1.35-.46-.9-.96-1.77-1.5-2.63-.1-.16.15-.29.24-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.72,59.75c.41.6.8,1.22,1.17,1.84.18.3.36.61.52.93.09.16.16.32.23.48.07.16.15.29.1.47,0,.03-.04.05-.07.04-.15-.06-.21-.15-.29-.29-.09-.15-.19-.3-.27-.46-.18-.33-.36-.65-.55-.98-.37-.63-.76-1.24-1.17-1.85-.14-.21.19-.4.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.46,60.1c.48.74.93,1.49,1.35,2.26.22.39.42.79.62,1.19.1.19.19.39.28.58.08.17.25.42.18.61-.02.06-.09.12-.16.09-.19-.07-.25-.29-.33-.45-.09-.19-.19-.39-.28-.58-.2-.4-.4-.8-.62-1.2-.42-.79-.88-1.57-1.35-2.33-.12-.2.18-.37.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.81,61.89c.37.55.76,1.08,1.17,1.6.2.26.41.51.62.76.22.26.47.51.68.79-.11.06-.22.13-.33.19-.05-.11-.14-.23-.14-.35,0-.04.04-.09.09-.09.13.02.21.11.31.18.23.16-.03.48-.23.3-.24-.22-.44-.49-.65-.74-.22-.27-.44-.54-.65-.82-.41-.53-.8-1.08-1.18-1.64-.13-.2.18-.38.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M249.18,63.15c.59.56,1.21,1.1,1.78,1.68.16.16-.05.44-.24.31-.38-.25-.79-.45-1.16-.71-.39-.26-.73-.59-1.03-.95-.3-.36-.55-.77-.74-1.2-.09-.21-.17-.42-.23-.64-.03-.12-.06-.23-.08-.35-.02-.13,0-.23,0-.36.01-.12.15-.13.2-.03.04.1.1.19.13.29.03.1.05.2.08.31.06.2.13.4.21.6.17.4.4.79.67,1.13.27.35.58.66.92.94.34.28.73.52,1.18.59-.06.11-.13.22-.19.33-.61-.54-1.19-1.12-1.78-1.68-.19-.18.1-.46.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.39,60.83c.24.62.56,1.19.96,1.72.21.27.44.52.67.78.12.13.23.25.35.37.12.12.22.22.23.4,0,.06-.06.13-.12.12-.17-.01-.27-.12-.39-.24-.13-.13-.26-.27-.39-.41-.24-.26-.47-.54-.69-.83-.41-.56-.75-1.19-.84-1.88-.02-.13.17-.13.21-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.15,58.9c.16.35.29.73.43,1.1.16.39.33.77.51,1.15.17.36.35.71.54,1.07.18.35.44.71.53,1.1.02.09-.08.14-.15.09-.3-.24-.48-.62-.67-.95-.21-.36-.4-.73-.58-1.11-.18-.37-.34-.76-.49-1.14-.15-.38-.31-.78-.4-1.18-.03-.16.2-.28.28-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.62,60.11c.27.51.57,1,.88,1.49.16.24.32.48.48.72.17.25.38.49.52.76-.11.01-.22.03-.32.04.02-.11.03-.21.07-.31.02-.05.11-.08.14-.02.05.11.09.22.13.33.07.17-.18.28-.3.17-.2-.19-.36-.45-.52-.68-.18-.25-.35-.51-.51-.77-.32-.5-.62-1.02-.9-1.54-.12-.22.21-.41.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.03,59.68c.14.55.33,1.09.57,1.61.12.27.26.53.4.78.14.25.32.49.43.75-.11.01-.21.03-.32.04-.04-.42-.07-.84-.17-1.25-.1-.42-.22-.83-.37-1.24-.14-.41-.3-.8-.49-1.19-.19-.38-.39-.81-.69-1.11.08-.06.17-.13.25-.19.18.29.27.67.38.99.12.34.25.67.38,1.01.26.69.54,1.37.83,2.05.09.22-.29.34-.36.1-.03-.1-.04-.2-.05-.31,0-.09.1-.11.15-.06.07.06.15.12.21.19-.1.08-.2.15-.29.23-.32-.66-.6-1.34-.87-2.03-.13-.34-.25-.67-.37-1.01-.12-.34-.28-.71-.31-1.07-.01-.18.26-.21.31-.04.11.41.32.79.48,1.18.17.4.33.8.48,1.2.15.41.28.82.41,1.23.13.43.29.86.4,1.29.04.16-.15.27-.27.16-.21-.2-.35-.47-.49-.71-.15-.25-.28-.52-.4-.78-.25-.55-.46-1.12-.61-1.7-.06-.25.32-.35.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.38,56.96c.26,1.06.55,2.11.73,3.19-.12.02-.24.03-.35.05,0-.11.06-.19.09-.29.02-.05.09-.07.12-.02.05.09.11.16.14.26.06.23-.28.32-.35.1-.32-1.04-.52-2.12-.75-3.18-.05-.24.31-.35.37-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M247.46,56.84c0,.59.02,1.19.09,1.78.07.61.24,1.2.34,1.81-.14.02-.27.04-.41.06,0-.23-.05-.45-.09-.68-.04-.24-.08-.48-.13-.72-.09-.48-.16-.97-.31-1.43.13-.02.25-.03.38-.05.05.58.09,1.15.21,1.72.12.58.35,1.15.43,1.73.02.15-.15.22-.24.1-.35-.49-.5-1.14-.62-1.72-.12-.6-.21-1.22-.17-1.83.01-.2.34-.28.38-.05.07.48.19.96.29,1.44.05.24.09.48.13.72.04.24.07.49.14.72.08.26-.31.36-.4.11-.21-.57-.29-1.2-.36-1.8-.08-.63-.11-1.26-.1-1.89,0-.28.43-.28.43,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.24,57.52c.31.81.61,1.62.91,2.43.09.24-.3.4-.41.17-.22-.44-.43-.89-.63-1.34-.2-.45-.36-.92-.56-1.37-.11-.25.16-.46.37-.29.62.51,1.14,1.23,1.5,1.94-.15.09-.3.17-.44.26-.16-.36-.34-.72-.54-1.06-.2-.34-.41-.69-.68-.98.1-.1.19-.19.29-.29.2.23.39.48.58.73.2.26.41.52.6.8-.15.06-.29.12-.44.18-.08-.24-.16-.47-.22-.71-.04-.16.16-.23.25-.11.15.2.28.42.41.63.15.23-.2.5-.38.29-.2-.24-.37-.5-.55-.75-.19-.27-.39-.54-.57-.82-.14-.22.21-.42.35-.2.22.33.48.63.7.96.23.34.45.7.65,1.06.16.29-.29.55-.44.26-.19-.35-.39-.68-.62-.99-.23-.31-.5-.59-.77-.87.13-.08.26-.15.4-.23.12.45.33.89.52,1.32.2.45.41.9.62,1.35-.14.06-.27.11-.41.17-.28-.82-.56-1.63-.84-2.45-.08-.23.28-.32.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.54,54.8c.2,0,.39.28.51.42.18.2.35.41.52.62.17.2.33.41.49.62.14.19.33.42.39.65.02.07-.05.12-.11.09-.22-.11-.39-.35-.55-.52-.18-.2-.35-.41-.52-.62-.17-.21-.32-.42-.48-.63-.11-.15-.35-.39-.3-.58,0-.02.03-.04.05-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M246.69,54.78c.3.34.6.68.9,1.02.3.35.64.68.84,1.1.03.05-.03.13-.09.09-.36-.25-.63-.61-.91-.94-.31-.36-.61-.72-.92-1.09-.1-.12.07-.31.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M248.98,57.83c.44.5.84,1.05,1.19,1.62.18.29.34.6.49.92.07.15.13.29.2.44.07.16.15.33.16.51,0,.19-.29.19-.3,0,0-.13-.08-.23-.11-.35-.01-.05.05-.09.09-.05.09.09.14.2.25.27-.06.08-.12.16-.18.23-.1-.12-.15-.28-.21-.42-.06-.15-.13-.3-.2-.45-.14-.3-.29-.59-.45-.87-.33-.57-.7-1.12-1.12-1.63-.12-.15.08-.36.21-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.2,58.93c.58.31.8.95,1,1.53.14.41.28.81.42,1.22.06.19.13.39.19.58.05.17.17.4.05.56-.02.03-.06.05-.1.04-.16-.05-.2-.19-.24-.33-.07-.19-.13-.39-.19-.58-.12-.39-.24-.78-.35-1.18-.16-.58-.29-1.38-.87-1.69-.1-.06-.01-.21.09-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.69,61.54c.19.46.28.97.27,1.47,0,.25-.04.5-.1.75-.05.22-.14.54-.36.63-.06.03-.12,0-.14-.06-.06-.18.02-.41.07-.58.06-.23.1-.45.11-.69.03-.49-.05-.97-.23-1.42-.09-.23.28-.33.37-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M252.54,64.93c.02.13.03.23,0,.37-.03.14-.13.26-.22.37-.2.23-.51.37-.8.41-.34.05-.68-.05-1-.19-.31-.14-.7-.38-.86-.7-.04-.07.02-.15.1-.14.28.06.52.27.76.41.25.14.53.25.82.25.43,0,.98-.3,1.02-.77,0-.09.15-.12.16-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M250.8,65.78c-.85,0-1.63-.47-2.24-1.03-.32-.29-.59-.64-.81-1.01-.21-.35-.41-.78-.39-1.2,0-.07.09-.1.13-.04.2.33.32.7.51,1.03.2.35.46.67.75.95.58.57,1.31.88,2.06,1.17.06.02.05.11-.02.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M251.62,65.73c.25-.15.5-.25.72-.45.22-.21.4-.49.51-.77.29-.7.16-1.45.17-2.18,0-.06.09-.07.11-.01.27.72.25,1.62-.06,2.33-.13.3-.32.57-.57.79-.22.2-.54.41-.85.39-.05,0-.07-.07-.03-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M242.29,9c.23-.16,1.89.02,2.23,0,1.23-.05,2.43.03,3.65.22,2.3.36,3.65,1.48,4.84,3.37.17.26.54.14.56-.15.32-4.82-8.57-4.57-11.38-3.83-.11.03-.19.18-.11.28.02.02.03.04.05.06.04.05.1.08.16.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M57.57,89.42c-5.29-6.36-12.83-9.89-20.07-13.53-3.67-1.84-7.32-3.76-10.69-6.12-3.48-2.44-6.55-5.45-9.04-8.9-5.18-7.17-7.77-16.08-7.17-24.92.31-4.63,1.5-9.21,3.45-13.42,1.81-3.9,4.21-7.77,7.53-10.56,1.7-1.43,3.63-2.57,5.73-3.3.29-.1.16-.56-.13-.46-3.98,1.39-7.16,4.21-9.82,7.41-2.85,3.44-4.8,7.64-6.08,11.9-1.33,4.42-1.88,9.08-1.63,13.69.24,4.4,1.32,8.72,3.05,12.76,1.69,3.95,4.06,7.61,6.93,10.81,2.81,3.13,6.15,5.68,9.73,7.85,7.01,4.25,14.77,7.15,21.54,11.83,2.25,1.55,4.38,3.35,6.2,5.39.27.3.69-.14.44-.44h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.19,12.14c0-.21.06-.43.11-.63.05-.22.05-.46.09-.68.04-.23.09-.45.14-.68.05-.21.19-.45.14-.67-.03-.12-.19-.19-.29-.12-.19.13-.24.39-.3.6-.07.24-.14.48-.18.73-.04.25-.07.5-.07.76,0,.25.08.48.11.73.02.14.24.1.24-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.88,12.72c.29-.08.59-.11.89-.14.3-.04.61-.03.91,0,.61.06,1.19.27,1.72.57.32.19.6-.3.29-.5-.58-.37-1.27-.58-1.96-.63-.35-.03-.69,0-1.03.06-.35.05-.64.18-.95.34-.17.08-.05.34.13.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.09,21.88c.04-.06.07-.13.11-.19,0-.03.03-.05.07-.06.04-.04.07-.1.1-.16.08-.14.15-.29.23-.44.15-.3.29-.62.41-.94.23-.64.41-1.29.53-1.96.12-.67.19-1.34.22-2.02.01-.33.02-.66-.01-.99-.02-.18-.03-.36-.06-.54-.03-.19-.13-.35-.25-.49-.08-.1-.28-.07-.34.04-.15.3-.14.6-.13.93,0,.31,0,.62,0,.93-.01.63-.07,1.25-.18,1.87-.1.61-.25,1.22-.43,1.82-.09.3-.19.59-.29.89-.05.15-.11.31-.17.46-.07.17-.15.31-.12.5v-.14c-.02.09-.06.16-.1.24-.13.28.26.52.42.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.14,9.57c-.42-.37-.55-.92-.43-1.42.07-.28.2-.52.39-.72.27-.26.61-.44.95-.56.82-.29,1.73-.34,2.59-.45,1.03-.13,2.06-.26,3.09-.39.73-.09,1.46-.18,2.18-.29-.1-.17-.2-.34-.3-.52-1.23,1.3-2.56,2.6-4.15,3.45-1.49.8-3.33,1.11-4.93.46-.12-.05-.22-.08-.29-.2-.06-.1-.09-.22-.09-.34-.01-.26.09-.54.25-.75.43-.54,1.17-.67,1.79-.84.41-.11.23-.7-.17-.62-.81.16-1.69.43-2.2,1.13-.22.31-.34.71-.33,1.09,0,.38.18.85.55,1.02,1.64.76,3.51.5,5.13-.19,1.93-.82,3.38-2.36,4.87-3.78.18-.17.06-.56-.22-.53-1.03.1-2.06.24-3.09.37-1.03.13-2.06.26-3.09.38-.83.1-1.68.21-2.43.62-.67.36-1.11.97-1.2,1.73-.09.68.19,1.51.93,1.63.16.03.33-.17.18-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.24,8.05c0-.45.26-.78.63-1.01.41-.25.9-.25,1.32-.47.05-.02.04-.1-.02-.12-.52-.12-1.16.04-1.6.34-.41.28-.73.78-.62,1.29.04.17.29.13.3-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M29.14,6.19c-.36.41-.68.87-.99,1.33-.16.24-.32.48-.49.72-.08.11-.17.23-.22.36-.05.13-.13.22-.12.36,0,.07.06.13.14.11.11-.03.17-.1.24-.18.09-.11.19-.21.27-.32.16-.24.33-.48.49-.72.32-.47.65-.96.91-1.47.08-.15-.12-.32-.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.11,6.03c-.47.54-.91,1.11-1.33,1.7-.22.3-.43.61-.65.91-.11.15-.23.3-.3.47-.05.13-.12.31-.1.45,0,.06.07.08.12.07.08-.01.1-.05.17-.09.06-.05.13-.08.19-.13.14-.12.24-.29.34-.44.21-.3.43-.61.64-.91.42-.59.81-1.19,1.17-1.82.09-.15-.13-.33-.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.07,6.24c-.11.12-.25.22-.37.33-.13.13-.27.26-.4.39-.27.26-.51.55-.76.82-.24.26-.47.53-.7.8-.23.27-.52.56-.63.9-.05.16.13.27.26.2.3-.15.54-.46.76-.72.23-.27.46-.54.68-.81.22-.28.44-.55.67-.83.12-.14.22-.3.33-.44.05-.07.1-.13.14-.2.07-.09.11-.2.18-.29.09-.11-.06-.27-.16-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.94,5.87c-.47.61-.94,1.22-1.41,1.83-.23.3-.48.59-.71.88-.12.15-.25.3-.36.46-.1.15-.25.34-.25.52,0,.1.09.15.18.13.16-.03.33-.19.45-.3.14-.13.26-.27.39-.42.27-.3.51-.64.75-.96.47-.63.88-1.29,1.24-2,.09-.18-.15-.31-.27-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.58,5.91c-.16.21-.29.44-.43.67-.14.22-.29.44-.45.66-.32.44-.67.86-1.06,1.25-.18.19-.38.36-.57.55-.17.16-.33.55-.05.7.2.11.38-.03.41-.2.03-.14-.08-.3-.23-.21-.08.05-.06.15.02.18-.27-.1.06-.17-.04-.15.05,0,.09.01.14.02.02.01.03.08.06.04.05-.06.12-.12.18-.17.14-.13.28-.27.41-.41.25-.27.49-.56.72-.86.22-.29.42-.61.6-.93.18-.33.38-.68.47-1.05.03-.13-.13-.18-.2-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M33.1,6.26c-.28.46-.57.91-.89,1.35-.16.22-.32.44-.49.66-.16.21-.35.4-.5.62-.13.19.18.37.3.18.19-.29.45-.52.64-.81.04-.06-.04-.14-.1-.1-.28.2-.5.48-.78.67.07.09.14.18.21.28.18-.19.33-.42.48-.63.16-.22.31-.44.46-.66.31-.46.6-.94.87-1.42.07-.13-.13-.25-.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M33.77,5.95c-.17.24-.34.48-.51.73-.16.25-.33.49-.49.73-.33.49-.69.96-1.01,1.45-.13.21.2.4.33.19.25-.41.57-.78.8-1.21.03-.06-.04-.11-.09-.07-.37.32-.66.71-1,1.05.09.09.18.18.27.27.37-.46.68-.95.99-1.45.15-.25.3-.5.45-.76.16-.28.29-.56.42-.84.05-.1-.09-.18-.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.55,5.8c-.71.89-1.46,1.75-2.14,2.65-.07.1-.04.26.04.34.09.09.23.1.34.04.36-.18.68-.61.7-1.02,0-.11-.15-.18-.22-.09-.1.13-.21.26-.33.38-.03.03-.07.06-.11.09.07-.06-.06.03-.07.04-.08.05-.17.08-.26.12.11.15.23.29.34.44.7-.89,1.34-1.84,2.02-2.75.14-.18-.17-.42-.32-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.94,6.18c-.22.22-.43.45-.64.69-.11.13-.22.25-.32.38-.05.06-.1.12-.15.18-.04.05-.05.11-.05.17,0-.09,0-.02,0,0-.03.17.1.31.27.27.28-.06.47-.4.64-.61.21-.26.41-.53.61-.8.16-.21-.18-.46-.36-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.28,9.51c-.5-.47-.66-1.23-.41-1.87.29-.74,1.08-1.21,1.78-1.5,1.63-.67,3.44-.61,5.17-.64,1.46-.03,3-.08,4.33-.74.16-.08.05-.35-.12-.29-.41.15-.82.28-1.24.37-.43.09-.85.14-1.28.19-.88.1-1.76.1-2.64.12-1.7.04-3.51.12-5.02.99-.66.38-1.26.99-1.39,1.78-.1.65.11,1.42.79,1.65.03,0,.05-.03.03-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M38.01,4.51c-.66.38-1.25,1.08-1.45,1.82-.01.05.05.1.09.05.23-.28.45-.58.7-.84.27-.28.56-.53.87-.77.15-.12-.04-.35-.2-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.36,5.31c-.54.59-1.06,1.2-1.63,1.76-.58.56-1.21,1.05-1.89,1.48-1.36.86-2.87,1.42-4.47,1.61-.75.09-1.64.14-2.21-.44-.22-.22-.37-.51-.44-.82-.08-.31-.01-.66-.13-.95-.03-.08-.12-.13-.19-.08-.33.21-.35.68-.3,1.03.05.36.2.71.42,1,.54.72,1.42.92,2.28.85.82-.07,1.64-.28,2.42-.54.76-.25,1.51-.57,2.21-.95.84-.45,1.62-1,2.32-1.63.71-.63,1.35-1.34,1.78-2.19.05-.1-.08-.21-.16-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M33.17,5.39c-.47.09-.94.17-1.42.18-.25,0-.5-.01-.74-.05-.23-.03-.45-.1-.68-.11-.17,0-.34.09-.41.25-.07.16-.04.35.13.43.35.17.52-.46.2-.43-.07,0-.12.08-.08.15,0-.01,0-.02,0-.03,0,.03,0,.03,0,0,.04.05.06.06.08.03,0-.02.02-.03.04-.03.11-.04.29.04.41.06.29.06.59.08.89.08.57,0,1.15-.09,1.67-.34.11-.05.03-.21-.08-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.72,5.27c-.85-.13-1.69-.07-2.53.12-.42.1-.83.23-1.23.4-.4.17-.8.37-1.13.67-.16.14,0,.45.21.37.37-.14.72-.33,1.08-.49.37-.16.76-.29,1.15-.39.77-.2,1.58-.27,2.38-.28.22,0,.28-.36.05-.39h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.41,5.71c-.48.15-.95.35-1.4.59-.21.12-.43.25-.62.4-.19.15-.44.3-.5.55-.02.09.06.16.14.14.22-.04.38-.23.55-.36.2-.15.4-.3.6-.43.41-.27.83-.49,1.29-.65.15-.05.09-.29-.07-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.34,5.81c-.43.27-.84.56-1.23.89-.38.32-.78.68-1.07,1.09-.14.21.17.43.34.26.32-.31.68-.58,1.02-.86.18-.15.36-.3.54-.44.19-.15.38-.31.6-.42-.05-.09-.11-.18-.16-.28-.27.14-.5.33-.73.52-.23.19-.46.39-.68.59-.22.21-.43.42-.63.64-.1.11-.22.23-.28.36-.03.07-.08.12-.12.19-.03.06-.05.13-.07.2-.05.13.12.25.23.18.49-.3.84-.79,1.24-1.2.2-.2.39-.4.6-.6.22-.21.44-.4.64-.63.13-.16-.09-.38-.23-.23-.15.17-.35.3-.54.44-.18.14-.36.26-.54.39-.38.27-.75.55-1.15.8.09.11.18.23.26.34.17-.16.32-.35.49-.51.16-.17.34-.33.51-.49.36-.33.74-.64,1.15-.92.19-.13.02-.44-.18-.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.45,8.81c-.43.55-1.05.89-1.76.89-.7,0-1.31-.38-1.67-.97-.39-.64-.39-1.39-.05-2.05.21-.41.48-.78.73-1.16.25-.4.49-.8.73-1.22.73-1.29,1.3-2.64,1.81-4.03-.14-.02-.29-.04-.43-.06.04,1.99.41,3.95.95,5.86.24.86.47,1.82.03,2.66-.36.67-1.06,1.09-1.81,1.1-.53,0-1.05-.21-1.48-.52-.21-.15-.43.17-.27.35.58.62,1.49.81,2.3.64.77-.16,1.43-.73,1.77-1.43.42-.88.24-1.86-.01-2.75-.27-.96-.53-1.9-.71-2.88-.18-1-.28-2.01-.32-3.02-.01-.25-.36-.3-.43-.06-.3.9-.68,1.76-1.1,2.61-.41.85-.88,1.67-1.39,2.47-.47.73-1.05,1.42-1.11,2.32-.05.73.27,1.49.79,1.99,1.05,1.02,3.01.8,3.77-.47.12-.2-.18-.46-.34-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.04,4.97c-.4.59-.72,1.22-.97,1.88-.12.32-.23.66-.3,1-.04.18-.07.36-.1.54-.02.13-.04.33.07.43.03.03.07.03.1.01.11-.06.15-.23.17-.35.03-.16.06-.32.09-.48.07-.34.16-.68.27-1.01.22-.67.52-1.3.9-1.89.09-.14-.13-.27-.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.75,2.18c-.59.95-1.07,1.95-1.52,2.98-.23.52-.43,1.05-.63,1.59-.18.5-.41,1.08-.39,1.63,0,.11.14.14.2.05.32-.43.47-1,.65-1.5.19-.52.38-1.03.57-1.54.4-1.05.85-2.08,1.29-3.11.05-.12-.11-.22-.18-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.97,2.76c-.63,1.04-1.13,2.17-1.6,3.29-.23.56-.44,1.12-.63,1.69-.1.29-.2.59-.26.9-.06.3-.13.59-.1.9,0,.06.07.07.1.03.17-.23.27-.49.38-.76.12-.29.22-.58.32-.88.19-.57.39-1.14.6-1.7.42-1.15.92-2.25,1.39-3.38.05-.12-.14-.19-.21-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.83,4.18c-.1.2-.21.39-.31.6-.11.22-.2.45-.3.68-.19.44-.37.88-.55,1.32-.18.44-.36.88-.53,1.32-.08.21-.16.42-.23.64-.06.19-.18.46-.05.64.03.04.07.06.12.05.2-.04.3-.27.37-.44.11-.23.21-.46.3-.69.18-.44.35-.88.52-1.33.17-.44.35-.88.51-1.33.08-.21.15-.43.23-.64.08-.23.14-.47.21-.71.05-.18-.22-.3-.3-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.01,5.19c-.35.63-.6,1.31-.87,1.97-.13.32-.26.65-.39.98-.07.17-.14.35-.2.52-.03.08-.06.15-.09.23-.02.04-.03.08-.03.13,0-.01.03.21.03.12,0,.17.21.27.34.14-.04.01-.03,0,.04-.02.04-.02.07-.06.1-.1.04-.07.07-.16.1-.24.07-.17.13-.35.19-.52.13-.35.26-.69.39-1.04.24-.68.51-1.35.67-2.05.04-.16-.18-.26-.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.12,6.09c-.26.59-.51,1.18-.75,1.77-.12.29-.23.58-.34.87-.06.15-.12.31-.18.46-.06.15-.14.31-.17.47-.05.34.4.48.52.14.14-.38.31-.77.4-1.16.02-.07-.07-.13-.12-.07-.29.3-.53.68-.77,1.02.16.09.31.18.47.27.08-.12.12-.27.17-.41.06-.15.12-.31.18-.46.12-.31.24-.62.35-.93.22-.6.43-1.21.63-1.82.07-.22-.28-.38-.38-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.36,6.78c-.2.43-.4.86-.6,1.29-.1.22-.21.45-.31.67-.11.22-.23.45-.3.69-.09.28.36.48.48.2.09-.22.23-.41.3-.64.03-.1-.08-.18-.17-.13-.2.13-.36.31-.55.45.14.11.27.21.41.32.12-.19.2-.41.3-.61.1-.23.2-.45.31-.68.2-.43.39-.87.59-1.3.06-.13.04-.28-.09-.36-.11-.07-.3-.04-.36.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.15,7.88c-.3.68-.99,1.16-1.74,1.19-.38.01-.74-.1-1.06-.29-.16-.09-.3-.22-.44-.34-.13-.12-.3-.33-.47-.37-.1-.03-.2.03-.24.13-.07.22.12.52.26.69.15.19.35.34.56.47.41.26.92.39,1.4.37,1.01-.03,1.87-.71,2.25-1.63.12-.29-.38-.51-.51-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.48,7.88c.22.75.83,1.33,1.6,1.48.75.15,1.74-.18,1.99-.97.03-.1-.09-.21-.19-.14-.5.34-1.03.67-1.66.59-.58-.08-1.13-.52-1.33-1.08-.09-.26-.5-.16-.42.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.67,8.11c.17-.15.22-.45.25-.67.04-.25.06-.51.06-.76,0-.51-.11-1.02-.29-1.5-.09-.23-.44-.14-.37.1.17.58.26,1.13.25,1.73-.02.6-.17,1.15-.32,1.72-.06.22.27.31.33.09.03-.12.03-.23.05-.35.02-.11.06-.22.09-.34.05-.22.09-.44.12-.66.06-.44.1-.92,0-1.35-.02-.08-.14-.06-.14.02-.04.42,0,.85-.06,1.28-.03.22-.07.44-.12.66-.02.09-.05.19-.08.28-.03.12-.12.21-.17.33.1.06.2.12.3.18.24-.56.34-1.19.36-1.8.02-.62-.04-1.29-.22-1.89-.12.03-.25.07-.37.1.18.45.28.91.29,1.4,0,.24,0,.48-.05.72-.03.21-.12.45-.07.66.02.08.12.1.18.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M40.45,77.64c.38.18.78.3,1.17.44.4.15.8.31,1.19.47.79.32,1.58.65,2.35,1.01,1.54.71,3.06,1.52,4.48,2.46,2.85,1.88,5.46,4.09,7.76,6.61.21.23.41.46.61.69v-.51c-.32.29-.65.57-.96.86-.15.14-.14.38,0,.52.15.15.37.13.52,0,.33-.28.64-.58.96-.87.15-.14.13-.37,0-.51-1.14-1.27-2.37-2.46-3.67-3.57-1.29-1.11-2.66-2.18-4.11-3.08-1.45-.89-2.92-1.76-4.46-2.51-1.54-.75-3.12-1.36-4.75-1.86-.34-.1-.69-.21-1.04-.26-.06,0-.12.08-.05.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.13,67.27c.65.75,1.49,1.31,2.31,1.87.83.56,1.67,1.1,2.54,1.6,1.73,1.02,3.52,1.94,5.33,2.81,3.56,1.72,7.23,3.22,10.77,5,3.38,1.69,6.69,3.6,9.57,6.06.66.56,1.29,1.15,1.9,1.75.31.3.61.62.89.94.3.34.58.69.91,1,.11.11.3-.03.22-.17-.24-.41-.53-.76-.84-1.12-.31-.36-.62-.7-.94-1.05-.63-.69-1.33-1.33-2.04-1.93-1.44-1.23-2.99-2.32-4.59-3.31-3.28-2.03-6.8-3.62-10.32-5.17-3.68-1.62-7.4-3.2-10.88-5.23-.81-.47-1.61-.97-2.39-1.5-.79-.53-1.55-1.14-2.39-1.59-.02-.01-.04.01-.02.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M36.26,75.6c.9.46,1.8.93,2.72,1.36.45.21.9.43,1.35.63.47.2.94.43,1.46.51.11.02.22-.11.12-.2-.37-.32-.82-.52-1.25-.74-.46-.23-.94-.44-1.41-.65-.94-.43-1.9-.81-2.85-1.21-.17-.07-.29.22-.13.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M38.19,76.4c.46.16.9.38,1.35.58.45.2.89.4,1.33.61.44.22.87.44,1.3.68.21.12.42.25.63.37.2.12.42.29.66.34.19.04.41-.17.27-.36-.14-.2-.38-.34-.58-.47-.21-.13-.42-.25-.63-.37-.44-.25-.89-.49-1.35-.7-.47-.21-.94-.41-1.42-.58-.48-.17-.97-.28-1.46-.41-.19-.05-.26.23-.08.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.2,74.74c.47.35,1.09.53,1.63.74.27.11.54.21.81.31.28.1.59.23.89.19.14-.02.22-.16.11-.27-.19-.21-.48-.31-.74-.41-.29-.12-.58-.23-.87-.33-.57-.2-1.15-.47-1.76-.51-.17-.01-.18.2-.08.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.06,14.99c.01-.06.08-.12.1-.19.01-.06.02-.12.03-.18.01-.13,0-.26-.02-.4-.04-.27-.13-.54-.27-.77-.08-.14-.28-.02-.21.12.11.21.2.43.25.66.03.13.04.26.06.39,0,.05,0,.11.01.16,0,.04.05.21.05.21,0,0,0,0,0,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.39,14.96c-.03-.08,0-.16,0-.25,0-.06-.02-.14-.04-.2-.02-.13-.05-.25-.07-.38-.02-.09-.03-.53-.23-.46-.22.08-.14.38-.11.55.02.12.05.24.1.36.03.07.06.13.1.19.04.08.15.12.2.2.02.03.07.01.06-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.33,14.74c0-.05.02-.11.02-.16,0-.06.04-.11.05-.16,0-.15,0-.29-.02-.44-.02-.16-.07-.31-.13-.46-.04-.12-.09-.24-.19-.31-.03-.02-.08,0-.08.04,0,.11.07.2.11.31.05.13.09.27.12.4.03.15.04.3.05.45,0,.04.03.06.03.11,0,.07-.01.14-.02.21,0,.03.05.04.05,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.13,13.06c-.35.45-.96.68-1.5.69-.6.02-1.19-.22-1.6-.64-.53-.53-.78-1.3-.93-2.02-.08-.38-.06-.79-.03-1.17.03-.46.1-.91.2-1.36.23-1.03.61-2.02,1.05-2.98.22-.48.46-.94.71-1.41.12-.23.25-.46.37-.69.13-.24.25-.48.26-.75,0-.07-.09-.13-.15-.09-.37.26-.56.72-.76,1.11-.22.41-.44.83-.64,1.25-.41.84-.77,1.7-1.05,2.59-.27.86-.44,1.76-.48,2.66-.02.39,0,.79.05,1.19.04.41.14.82.31,1.19.22.48.56.91.98,1.23.38.29.85.42,1.31.47.44.05.89-.03,1.29-.22.18-.09.35-.23.49-.38.15-.16.23-.37.29-.58.03-.09-.1-.18-.17-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.46,3.01c0,.48,0,.96.05,1.44.06.48.13.95.22,1.42.19.95.45,1.88.78,2.79.16.45.34.89.51,1.34.18.44.32.89.4,1.36.11.69-.05,1.47-.57,1.96-.3.29-.71.35-1.09.26-.37-.09-.68-.34-.89-.66-.05-.08-.21-.08-.23.03-.13.72.59,1.17,1.22,1.24.74.09,1.39-.3,1.77-.92.43-.7.45-1.56.29-2.34-.2-.94-.69-1.78-1.03-2.67-.32-.85-.58-1.72-.78-2.61-.1-.43-.18-.87-.25-1.31-.07-.45-.16-.9-.22-1.36-.01-.11-.18-.08-.18.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.98,3.96c-.52.75-.96,1.54-1.3,2.39-.34.85-.55,1.75-.67,2.65-.06.45-.1.9-.08,1.36,0,.11.02.22.04.33.02.1.02.22.06.31.1.21.28.13.35-.05.04-.09.03-.22.04-.31.02-.11.03-.22.04-.34.02-.24.03-.47.05-.71.03-.45.09-.89.17-1.33.27-1.45.77-2.9,1.51-4.18.08-.14-.13-.26-.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.12,4.15c-.37.63-.69,1.28-.94,1.97-.25.69-.45,1.39-.6,2.1-.15.72-.24,1.46-.29,2.19-.02.36-.03.71-.01,1.07,0,.19.04.38.06.56.01.1.06.18.08.27.02.08.05.16.1.23.04.06.14.07.18,0,.06-.12.07-.26.11-.38.05-.18.04-.38.05-.57.03-.35.02-.71.04-1.07.04-.72.12-1.44.25-2.15.26-1.41.68-2.8,1.24-4.12.06-.15-.18-.24-.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.23,5.49c-.06.15-.14.29-.2.44-.06.17-.12.34-.18.5-.11.32-.21.64-.3.96-.19.67-.34,1.34-.47,2.02-.13.68-.23,1.37-.32,2.07-.04.33-.07.67-.1,1-.02.18-.02.35-.03.53,0,.17-.01.36.08.52.08.14.27.12.35,0,.09-.13.1-.3.12-.46.02-.18.03-.36.05-.53.04-.33.06-.67.1-1,.07-.66.17-1.32.29-1.97.12-.66.26-1.32.42-1.97.08-.33.16-.65.24-.98.04-.17.09-.34.13-.52.05-.17.07-.35.11-.52.05-.21-.24-.28-.31-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.4,6.2c-.3,1.18-.55,2.36-.73,3.57-.09.61-.16,1.22-.22,1.83-.03.3-.05.61-.07.91,0,.1,0,.2-.03.29-.02.07-.08.12-.11.22.05-.05.1-.1.15-.15.06-.02.1.01.12.06-.05-.12.07.09-.1.04.09.03.19-.08.13-.16-.1-.13-.27-.11-.33.04-.1.21.02.42.25.45-.05-.02-.1-.04-.15-.06.25.25.52-.03.61-.27.05-.12.05-.26.05-.39.01-.16.02-.32.03-.48.05-.65.12-1.29.19-1.93.15-1.28.37-2.56.64-3.82.06-.28-.36-.4-.44-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.8,8.17c-.24.81-.41,1.64-.59,2.46-.09.42-.18.85-.26,1.27-.04.2-.08.41-.11.61-.04.21-.12.47,0,.66-.01-.04-.02-.08-.03-.12-.01.18.02.39.22.44.11.02.28-.03.28-.16,0-.12-.12-.17-.22-.12-.01,0-.02.01-.03.02-.07.04-.09.17,0,.21.01,0,.02.01.03.02v-.25h0s.07,0,.11-.01c.05.02-.02-.02-.04-.02,0,.17.02.21.06.12.03-.05.04-.11.06-.16-.04.05-.08.1-.11.15.18-.13.21-.32.25-.53.05-.2.1-.4.14-.6.09-.42.18-.85.26-1.27.17-.85.36-1.69.5-2.55.06-.34-.43-.49-.53-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.23,8.96c-.14.69-.28,1.38-.44,2.07-.08.35-.17.69-.27,1.03-.05.17-.1.34-.15.51-.03.09-.06.19-.09.28-.03.1-.04.19-.06.29.16.05.33.09.49.14.04-.27.07-.55.09-.82,0-.12-.18-.17-.23-.06-.13.24-.24.5-.35.75-.11.27.34.45.47.2.08-.17.15-.32.21-.5.05-.17.1-.34.15-.51.1-.36.19-.72.26-1.09.16-.74.25-1.48.27-2.23,0-.2-.31-.25-.35-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.42,10.38c-.29.92-.6,1.84-.87,2.77-.09.3.37.51.51.22.15-.31.29-.62.44-.94.07-.14.13-.28.19-.43.06-.16.14-.33.18-.5.02-.08-.08-.14-.13-.08-.11.11-.18.26-.29.37-.12.12-.21.29-.3.43-.19.29-.38.57-.57.86.17.07.34.14.51.22.28-.93.52-1.87.78-2.8.08-.29-.36-.41-.45-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.53,11.07c.07.28.08.56.05.85-.01.14-.05.28-.09.41-.04.14-.13.28-.12.43.01.17.21.34.38.22.28-.2.34-.68.38-1,.04-.35.02-.71-.07-1.05-.08-.34-.61-.2-.53.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.01,12.09c.22.16.23.58,0,.74-.07.05-.13.14-.09.23.01.04.03.06.05.09.06.07.18.08.25.03.47-.3.48-1.12-.06-1.36-.18-.08-.31.15-.15.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.23,11.98c-.03-.06.05-.08.08-.09.08-.02.08.09.08.14,0,.12-.06.25-.1.35-.1.24-.22.47-.36.69-.25.41-.61.79-1.07.97-.39.15-.8.09-1.15-.12-.16-.09-.32-.23-.42-.38-.11-.16-.2-.35-.24-.54-.02-.09-.16-.11-.2-.03-.03.05-.05.11-.06.17-.02.07-.06.16-.05.22.02.17.06.31.13.47.14.28.39.49.66.64.62.34,1.37.25,1.94-.15.6-.42.97-1.1,1.16-1.8.08-.29.15-.68-.19-.82-.19-.08-.49.16-.34.35.06.08.2,0,.14-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.93,5.01c.01.38.08.76.15,1.13.07.38.13.77.2,1.15.07.38.14.77.21,1.15.03.18.06.36.11.54.03.14.06.37.24.37.15,0,.17-.19.15-.3-.03-.2-.06-.4-.1-.6-.07-.38-.14-.77-.22-1.15-.08-.38-.16-.76-.24-1.14-.08-.4-.16-.81-.29-1.19-.04-.11-.22-.1-.21.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.55,4.21c-.05.02.05.08.05.02,0-.06.05,0-.01-.02-.02-.12-.03-.13-.04-.04,0,.04.01.08.03.11.02.05.03.1.03.15.02.36,0,.74-.01,1.11,0,.37,0,.74,0,1.11.01.37,0,.79.11,1.14.03.09.16.09.19,0,.09-.24.09-.51.11-.77.02-.29.05-.58.05-.86,0-.29,0-.58,0-.86,0-.27.02-.55,0-.82-.01-.17-.06-.46-.25-.51-.14-.04-.28-.08-.4.03-.17.16-.06.58.21.44.11-.06.03-.26-.09-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.95,6.5c0-.55.01-1.1.02-1.65,0-.27,0-.53.01-.8,0-.28.01-.55-.07-.82-.03-.09-.15-.09-.18,0-.08.25-.08.5-.07.76,0,.29,0,.57.01.86,0,.55.01,1.1.02,1.65,0,.17.26.17.26,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.63,6.03c.1-.65.22-1.29.37-1.93.07-.31.15-.62.24-.93.04-.15.09-.31.13-.46.05-.16.13-.32.1-.49-.02-.12-.17-.14-.25-.07-.11.1-.13.26-.17.4-.05.15-.09.31-.13.46-.09.33-.17.66-.23.99-.13.66-.22,1.32-.27,1.99,0,.12.2.15.22.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.64,5.52c.17-.57.33-1.15.48-1.72.15-.58.29-1.17.38-1.75.03-.18-.18-.35-.33-.19-.42.43-.75.91-.98,1.47-.21.51-.43,1.17-.24,1.71.04.11.18.11.22,0,.09-.25.13-.52.17-.78.05-.27.13-.53.23-.78.19-.5.5-.97.88-1.34-.11-.06-.22-.13-.33-.19-.15.57-.26,1.17-.37,1.75-.1.6-.19,1.2-.27,1.8-.01.1.14.11.16.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.74,2.68c-.42.5-.79,1.15-.76,1.82,0,.08.11.09.13.02.21-.6.39-1.17.79-1.68.09-.12-.07-.28-.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.63,4.21c-.14.48-.2.97-.18,1.47.01.25.05.51.1.76.05.22.09.48.28.62.04.03.11,0,.13-.05.05-.21-.06-.4-.11-.59-.06-.24-.1-.49-.12-.73-.04-.47,0-.95.11-1.41.03-.13-.17-.19-.21-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.45,4.17c0,.32-.01.64,0,.97.01.34.06.68.11,1.01.1.68.25,1.35.46,2.01.21.64.46,1.27.71,1.89.13.33.27.65.42.97.13.29.25.68.51.88.13.1.32.04.32-.13.02-.32-.17-.63-.29-.92-.13-.31-.26-.61-.39-.92-.26-.61-.51-1.24-.72-1.87s-.43-1.26-.61-1.91c-.18-.64-.33-1.32-.37-1.98,0-.1-.16-.1-.16,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.59,9.56c.12.42.21.84.27,1.26.06.41.04.85.24,1.22.04.07.16.08.2,0,.19-.4.1-.87.04-1.29-.07-.45-.17-.89-.3-1.32-.08-.28-.52-.16-.44.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.61,9.92c.23.3.38.72.46,1.09.08.38.08.78,0,1.16-.08.33-.23.73-.51.94-.12.09-.26.15-.41.16-.13,0-.18-.11-.31-.16-.1-.04-.19.04-.22.12-.08.21.15.4.32.46.2.08.44.01.63-.07.46-.2.7-.63.86-1.08.17-.47.18-.99.1-1.48-.04-.25-.14-.5-.26-.71-.12-.23-.3-.4-.48-.57-.08-.08-.24.03-.17.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.23,12.21c-.07.46-.35.81-.68,1.13-.32.31-.76.5-1.21.5-.95,0-1.6-.81-1.9-1.63-.03-.09-.19-.11-.2,0-.17,1.14,1.01,2.06,2.06,2.1.56.02,1.1-.23,1.52-.59.42-.37.63-.93.66-1.48,0-.14-.23-.18-.25-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.56,14.42s-.05-.05-.08-.07v-.2c.05-.08.09-.09.15-.06-.16-.07.02.07,0,.01-.03-.08-.05-.16-.07-.24-.03-.15,0-.3.03-.45.09-.32.3-.59.55-.81.61-.54,1.42-.57,2.18-.4.92.21,1.77.65,2.66.94.94.31,1.89.47,2.87.56.23.02.47.04.7.04-.04-.16-.09-.32-.13-.47-1.66.83-3.5,1.31-5.35,1.41-.47.03-.93.02-1.4,0-.41-.02-.83-.06-1.23-.18-.35-.1-.7-.29-.91-.59-.2-.28-.26-.59-.23-.93.01-.13.08-.29.15-.4.08-.15-.09-.35-.24-.24-.66.46-.48,1.41-.03,1.96.53.66,1.44.82,2.23.88,1.86.14,3.76-.13,5.51-.74.6-.21,1.19-.46,1.76-.74.24-.12.11-.47-.13-.47-.97-.03-1.92-.2-2.86-.46-.92-.25-1.78-.67-2.68-.97-.84-.28-1.75-.4-2.58-.05-.65.28-1.24.91-1.37,1.63-.03.19-.03.38,0,.57.03.16.1.46.27.54.16.07.39.05.49-.12.12-.2-.07-.36-.26-.32-.19.04-.17.31,0,.37h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.84,12c-.05.04-.12.02-.18.05-.07.04-.13.1-.19.15-.13.1-.25.22-.37.33-.22.21-.46.42-.67.64-.05.06-.09.15-.06.23.03.09.07.13.16.16.08.03.17,0,.23-.06.24-.2.45-.42.67-.64.1-.1.21-.2.31-.31.05-.06.11-.12.16-.19.06-.07.06-.14.07-.23-.01.03-.02.06-.04.09.01-.02.03-.03.04-.05.08-.1-.03-.27-.14-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.66,11.9c-.44.25-.84.56-1.19.92-.18.18-.34.36-.49.56-.07.09-.18.21-.21.32-.02.08-.03.16.01.24.08.14-.06-.06.03.06.02.02.04.05.07.05.03,0,.17.03.05,0,.16.04.28-.08.35-.19.14-.21.3-.42.45-.63.32-.41.69-.8,1.07-1.15.1-.09-.03-.25-.14-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.96,12.34c-.37.27-.72.55-1.05.86-.34.31-.72.63-.98,1.01-.15.22.18.46.36.28.13-.13.25-.27.36-.42.05-.06-.03-.14-.09-.12-.16.04-.33.09-.48.16.07.13.15.25.22.38.16-.13.29-.3.43-.44.16-.16.32-.32.49-.47.32-.29.65-.57,1-.82.1-.08.16-.2.08-.32-.06-.1-.22-.16-.32-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.95,12.23c-.48.35-.94.72-1.38,1.11-.23.2-.46.41-.69.61-.23.2-.47.4-.69.62.12.12.25.25.37.37.09-.11.18-.22.25-.34.08-.12.17-.22.22-.35.05-.11-.05-.2-.16-.16-.13.06-.23.15-.35.22-.12.08-.23.16-.34.25-.11.09-.1.28,0,.37.11.11.26.09.37,0,.23-.18.43-.38.64-.57.23-.21.46-.41.68-.62.44-.4.86-.82,1.27-1.25.12-.13-.04-.38-.2-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.26,12.59c-.37.31-.74.61-1.12.92-.39.32-.82.57-1.21.88-.25.2.09.64.35.45.05-.03.11-.07.15-.11,0,0,.08-.09.08-.08.09-.06.18-.14.24-.22.06-.07.02-.18-.08-.19-.2,0-.42.03-.61.08.07.17.15.35.22.52.21-.11.4-.27.59-.41.21-.16.42-.32.62-.49.39-.32.72-.68,1.03-1.08.15-.19-.08-.42-.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.89,12.98c-.37.22-.71.48-1.05.74-.34.26-.69.52-1.02.79-.22.19.02.5.26.45.35-.08.71-.4.82-.74.03-.08-.08-.17-.15-.11-.1.08-.2.14-.31.21-.12.07-.27.1-.41.12h.13c-.08-.01-.15-.01-.23,0,.07.16.14.33.21.49.35-.26.68-.54,1.01-.81.33-.27.67-.53.96-.84.15-.16-.04-.42-.24-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M29.73,13.03c-.62.44-1.24.89-1.86,1.33-.36.26.09.76.35.46.04-.04.08-.09.11-.14-.03.03-.06.06-.09.09.17-.11.32-.24.49-.35.15-.1.31-.22.45-.34.07-.06,0-.17-.09-.15-.18.05-.37.12-.53.19-.18.08-.38.14-.56.22.04-.01.08-.02.12-.03-.06,0-.12,0-.18.02.08.18.15.36.23.53.61-.45,1.23-.9,1.84-1.36.12-.09.18-.24.1-.38-.07-.12-.26-.19-.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M29.47,13.51c-.29.51-.78.86-1.36.97.05.19.11.39.16.58.96-.36,2.05-.63,3.08-.58-.03-.21-.06-.42-.09-.63-.52.13-1.03.33-1.54.49.09.2.17.4.26.61.2-.1.42-.18.64-.24.24-.07.47-.1.67-.25.12-.09.17-.3,0-.38-.13-.06-.24-.09-.38-.09-.15,0-.32.04-.46.08-.27.08-.54.19-.79.32-.33.17-.1.72.26.61.51-.17,1.04-.31,1.53-.51.13-.06.24-.15.24-.31,0-.16-.15-.34-.32-.32-.56.06-1.11.09-1.66.2-.54.1-1.07.25-1.58.45-.36.14-.22.65.16.58.72-.14,1.36-.61,1.72-1.24.19-.34-.33-.64-.52-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.43,13.52c-.11-.07-.18-.14-.3-.2-.11-.05-.23-.1-.35-.13-.24-.06-.49-.06-.74-.03-.37.05-.43.5-.09.64.39.16.81.23,1.23.21.21-.01.41-.05.61-.11.19-.06.51-.22.51-.46,0-.46-.77-.18-1.02-.15-.39.05-.79,0-1.16-.12v.63c.18-.06.34-.09.53-.08.1,0,.2,0,.29.02.05,0,.1.02.15.04.06.02.1,0,.16.03.19.08.35-.17.17-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14,22.27c.23-.53.59-1.02,1.03-1.4.22-.19.48-.35.74-.48.27-.13.56-.21.84-.33.06-.03.02-.11-.03-.11-.6-.02-1.22.37-1.67.74-.49.41-.84.93-1.03,1.54-.02.07.09.12.12.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.51,20.57c.66-.27,1.33-.5,2.03-.65.36-.07.72-.12,1.08-.14.19-.01.38-.02.56-.02.15,0,.36.03.49-.06.04-.03.06-.1.02-.13-.13-.1-.3-.08-.45-.09-.19,0-.38,0-.56.02-.37.02-.74.08-1.1.15-.75.14-1.48.38-2.15.74-.1.05-.03.23.08.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.06,20.01c.3-.01.59-.15.88-.23.3-.08.61-.15.92-.21.32-.06.64-.11.96-.14.16-.02.31-.03.47-.04.14-.01.27-.01.4-.07.08-.04.04-.14-.02-.16-.14-.05-.29-.03-.44-.03-.16,0-.31.02-.47.04-.31.03-.61.08-.91.13-.31.06-.62.13-.92.21-.29.08-.66.15-.91.34-.06.05-.05.16.04.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.05,19.91c.67-.19,1.38-.31,2.07-.36.34-.03.69-.04,1.04-.03.17,0,.35.01.52.03.17.01.37.04.54,0,.06-.02.08-.11.02-.14-.29-.16-.7-.14-1.02-.14-.37,0-.73,0-1.09.05-.73.08-1.41.26-2.09.53-.05.02-.03.1.02.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.73,20.42c-.49-.33-.53-1.06-.17-1.5.51-.62,1.44-.71,2.18-.76,1.76-.12,3.56.2,5.3-.22.42-.1.82-.28,1.16-.54.09-.07.04-.23-.08-.19-.83.25-1.66.46-2.53.5-.89.05-1.78,0-2.68-.02-.85-.01-1.74-.01-2.56.23-.7.21-1.37.69-1.47,1.46-.07.53.14,1.19.71,1.34.19.05.28-.2.13-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.81,17.54c-.73.18-1.3.78-1.79,1.32-.54.6-1.07,1.17-1.77,1.57-.7.4-1.49.64-2.29.7-.76.06-1.6-.04-2.29-.37-.62-.29-1.22-.87-.96-1.62.12-.35.45-.62.77-.79.41-.21.89-.26,1.34-.28,1.02-.06,2.05-.08,3.07-.12,1.04-.04,2.08-.04,3.11-.14.16-.01.32-.04.48-.07.19-.03.12-.29-.04-.31-.52-.05-1.04-.02-1.56,0-.52.02-1.04.04-1.56.06-1.04.04-2.08.08-3.11.12-.88.03-1.82.1-2.49.75-.57.54-.67,1.4-.19,2.03.46.61,1.22.9,1.95,1.04.78.15,1.62.08,2.39-.1.77-.19,1.51-.54,2.13-1.03.62-.49,1.08-1.13,1.63-1.7.36-.38.77-.69,1.25-.91.09-.04.03-.19-.07-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.63,18.2c-.18.1-.36.2-.53.32-.19.13-.38.25-.56.38-.19.13-.37.26-.56.39-.08.06-.17.12-.25.18-.11.08-.12.15-.18.27-.03.07.02.13.09.12.11-.02.18,0,.27-.06.09-.05.17-.12.25-.18.18-.14.37-.27.55-.41.18-.13.35-.27.53-.4.18-.14.34-.29.51-.44.09-.08-.03-.22-.13-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.68,17.88c-.5.26-.96.58-1.42.91-.47.33-.95.68-1.38,1.07.1.08.21.16.31.24.05-.09.08-.16.15-.23.08-.08.18-.14.26-.21.05-.04.04-.12-.03-.12-.24,0-.53.15-.69.33-.15.16.05.44.24.31.46-.33.89-.69,1.35-1.02.46-.33.93-.64,1.38-.98.17-.12.03-.39-.17-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.26,17.82c-.44.39-.89.78-1.35,1.15-.24.19-.48.38-.73.56-.24.18-.5.34-.74.53.1.1.19.19.29.29.19-.24.45-.42.66-.65.05-.06-.01-.14-.08-.11-.27.12-.5.31-.77.42-.28.11-.1.52.16.37.26-.15.51-.34.75-.52.24-.18.48-.37.72-.56.47-.38.93-.79,1.35-1.22.16-.17-.08-.4-.25-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.28,17.67c-.34.19-.64.46-.95.69-.31.24-.61.48-.92.72-.62.48-1.25.95-1.84,1.47.09.09.19.19.28.28.12-.15.22-.32.33-.47.13-.17.26-.34.37-.52.03-.04-.03-.11-.07-.08-.14.11-.28.23-.42.36-.16.15-.34.28-.49.43-.16.15.05.44.24.31.64-.45,1.24-.96,1.85-1.45.31-.24.61-.49.92-.73.3-.24.63-.48.89-.76.12-.13-.03-.34-.19-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.76,17.75c-.62.35-1.2.81-1.76,1.25-.28.23-.56.46-.83.7-.28.24-.59.49-.81.78.11.05.22.09.33.14.03-.15.13-.32.19-.46.02-.06-.06-.09-.1-.06-.06.05-.12.1-.17.15-.05.05-.11.13-.18.17-.2.12,0,.44.18.31.27-.19.51-.45.76-.68.27-.24.54-.48.82-.7.56-.46,1.16-.87,1.74-1.31.16-.13.02-.4-.17-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.99,18.01c-.65.44-1.25.95-1.88,1.42-.32.24-.63.47-.95.7-.16.12-.32.23-.48.35-.15.11-.33.21-.45.36.08.08.15.15.23.23.16-.2.4-.37.6-.52.21-.16.42-.33.62-.5.04-.03-.01-.09-.05-.07-.21.13-.42.27-.62.4-.22.14-.46.33-.71.42-.2.07-.11.39.09.32.35-.13.67-.42.97-.64.32-.23.63-.47.94-.71.63-.49,1.29-.99,1.84-1.58.08-.09-.03-.25-.13-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.62,17.89c.12.13.14.21.06.23,0,0,.01,0,.02-.01-.02.04-.06.02-.12-.06-.01.06-.1.12-.15.15-.18.12-.36.24-.54.36-.36.25-.71.5-1.05.76-.69.51-1.4,1.03-2.01,1.63.08.08.17.17.25.25.4-.42.87-.75,1.36-1.07.06-.04.02-.15-.05-.12-.55.23-1.05.55-1.52.91-.18.14,0,.45.18.31.49-.36.95-.76,1.42-1.13.5-.39,1.01-.76,1.52-1.13.23-.16.48-.32.71-.49.19-.15.34-.38.21-.62-.22-.4-.91.21-.39.41.23.09.33-.28.1-.37h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.28,18.15c-.65.35-1.25.78-1.84,1.23-.28.22-.57.44-.85.67-.15.12-.31.25-.46.37-.09.07-.11.15-.18.23-.05.06-.1.11-.14.17-.03.05.02.12.08.1.05-.02.1-.04.15-.06.09-.05.19-.06.27-.12.16-.1.31-.24.46-.35.29-.22.57-.46.86-.68.59-.45,1.19-.88,1.84-1.23.22-.12.02-.45-.19-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.23,18.17c-.79.49-1.58.97-2.37,1.46-.4.25-.81.5-1.21.75-.39.24-.82.47-1.18.76-.14.12.01.31.16.28.38-.08.76-.29,1-.59.04-.05-.01-.14-.08-.1-.3.21-.61.33-.97.36.03.1.06.21.09.31.21-.09.39-.23.58-.35.19-.12.38-.24.58-.36.4-.25.8-.51,1.2-.76.78-.5,1.57-.99,2.35-1.49.17-.11.01-.38-.16-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.86,18.8c-.45.37-.92.7-1.41,1.01-.24.15-.48.29-.72.42-.13.07-.26.14-.39.21-.12.06-.22.11-.23.26.01-.03.02-.06.04-.09-.04.04-.06.06-.07.12,0,.03,0,.05.03.07.22.12.47-.06.67-.17.28-.15.55-.31.81-.48.53-.34,1.02-.72,1.5-1.13.15-.13-.07-.34-.22-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.64,19.23s.02.01,0,.05c-.02.04-.07.06-.11.08-.12.07-.24.13-.36.2-.23.13-.47.26-.7.4-.23.13-.47.27-.7.4-.2.12-.46.23-.59.43-.04.06.01.14.08.14.16-.01.31-.1.45-.18.18-.1.36-.2.54-.3.36-.21.71-.42,1.07-.63.19-.12.62-.28.57-.58-.03-.17-.31-.29-.39-.1-.04.1.08.18.15.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.92,18.78c.97-1.16,2.55-1.49,3.99-1.56.9-.05,1.81-.02,2.71.05.49.04.97.09,1.46.15.24.03.48.07.72.11.12.02.23.04.35.05.14,0,.28,0,.42,0,.12,0,.13-.16.03-.2-.11-.05-.22-.11-.34-.14-.12-.03-.23-.06-.35-.08-.26-.04-.51-.08-.77-.11-.5-.07-1-.12-1.51-.15-.93-.07-1.87-.09-2.81-.02-1.47.11-3.04.5-3.99,1.72-.02.02-.04.05-.05.07-.06.09.08.2.15.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.36,17.49c-.17-.03-.29.11-.41.21-.16.13-.32.27-.47.4-.34.28-.68.55-1.03.81-.33.25-.67.48-1.02.71-.34.23-.74.43-1.03.74-.05.06,0,.15.08.13.38-.09.74-.35,1.06-.56.36-.24.71-.49,1.06-.74.34-.25.68-.52,1-.79.16-.13.32-.26.47-.4.13-.12.34-.25.32-.44,0-.02-.01-.05-.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.94,18.09c-.64-.26-1.34-.38-2.02-.46-.72-.08-1.44-.09-2.16-.03-.21.02-.21.32,0,.33.6,0,1.2-.02,1.79-.09.61-.07,1.2-.2,1.8-.34.17-.04.13-.31-.04-.3-1.56.13-3.11.22-4.68.18-.19,0-.23.24-.09.34.43.3,1.09.46,1.6.28.07-.03.06-.13-.02-.13-.24-.02-.49-.02-.72-.1-.25-.09-.47-.2-.68-.36-.03.11-.06.23-.09.34,1.57.03,3.16-.02,4.72-.25-.03-.1-.05-.2-.08-.29-1.13.33-2.34.42-3.52.4v.33c.68-.08,1.36-.09,2.04-.04.71.05,1.4.2,2.1.34.09.02.12-.1.04-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.65,17.47c-.55-.14-1.11-.22-1.67-.22-.29,0-.59.02-.88.06-.13.02-.27.04-.4.07-.07.01-.15.03-.22.06-.06.03-.09.09-.14.14-.05.05-.02.12.04.15.11.04.18.07.3.05.14-.02.27-.05.4-.07.27-.04.55-.06.82-.07.55-.02,1.1.05,1.63.18.22.05.31-.28.09-.34h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.78,17.27c-.91-.33-1.92-.37-2.87-.25-.47.06-.94.17-1.39.32-.44.15-.94.35-1.26.71-.06.07,0,.17.09.15.44-.08.86-.3,1.28-.44.43-.15.88-.25,1.34-.32.91-.13,1.83-.05,2.74.11.18.03.25-.21.08-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.54,33.35c.13-.52.11-1.11.07-1.64-.04-.55-.12-1.1-.25-1.64-.13-.54-.3-1.07-.51-1.58-.21-.51-.43-1.09-.86-1.45-.08-.07-.21,0-.18.1.13.51.45.96.66,1.45.22.49.38,1.01.52,1.53.13.52.22,1.06.27,1.59.05.54.01,1.08.06,1.61.01.12.18.16.22.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.18,30.54c-.07-.34-.25-.69-.4-1-.16-.33-.34-.66-.53-.97-.37-.63-.79-1.23-1.25-1.8-.08.08-.16.16-.24.24.44.47.81,1,1.11,1.57.16.29.29.59.4.9.11.31.17.63.31.92.07.14.28.07.28-.08,0-.33-.12-.64-.23-.95-.12-.32-.26-.64-.42-.95-.32-.62-.74-1.17-1.22-1.66-.15-.16-.37.07-.24.24.46.54.87,1.11,1.25,1.71.19.3.36.6.52.91.17.32.31.68.52.97.05.07.15.03.13-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9,27.56c-.19-.28-.35-.57-.51-.87-.16-.29-.29-.61-.48-.88-.03-.04-.09-.02-.08.03.05.32.22.62.36.9.17.31.37.61.58.89.06.08.18,0,.13-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.28,27.42c-.16-.27-.33-.54-.48-.82-.14-.26-.23-.57-.42-.8-.03-.04-.08,0-.09.04-.04.32.12.63.27.9.15.29.35.55.6.77.06.05.16-.01.12-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.26,27.15c-.2-.25-.4-.5-.58-.76-.09-.13-.17-.26-.24-.4-.06-.12-.11-.26-.23-.33-.04-.03-.1,0-.12.05-.04.15.05.29.11.42.08.15.17.3.27.44.19.28.42.5.72.67.06.04.11-.04.07-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.03,25.48c-.35.16-.71.25-1.1.22-.39-.03-.74-.22-1.03-.48-.64-.58-.88-1.5-.93-2.34-.06-.98.16-1.95.41-2.88.27-.99.57-1.96.84-2.95.09-.32.17-.64.26-.96.08-.31.18-.62.17-.94,0-.07-.08-.09-.12-.03-.28.41-.38.95-.53,1.42-.15.5-.3.99-.45,1.49-.28.96-.58,1.92-.79,2.9-.33,1.62-.34,3.84,1.24,4.84.62.39,1.65.47,2.11-.19.05-.07-.04-.13-.1-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.42,15.22c0,.42.14.83.26,1.22.13.41.29.8.45,1.2.33.79.7,1.56,1.03,2.35.32.78.59,1.58.71,2.42.12.8.09,1.68-.3,2.4-.24.45-.63.77-1.13.91-.46.13-.91,0-1.33-.19-.09-.04-.22.05-.16.16.41.62,1.31.56,1.92.3.73-.32,1.17-1.02,1.36-1.78.2-.81.11-1.68-.07-2.49-.19-.82-.51-1.62-.86-2.39-.3-.67-.63-1.33-.92-2.01-.15-.35-.29-.7-.42-1.05-.13-.35-.22-.72-.36-1.06-.04-.09-.19-.09-.18.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.39,15.75c-.21.31-.37.66-.52,1-.15.34-.28.69-.4,1.04-.12.36-.22.72-.29,1.09-.04.18-.06.36-.08.55-.01.18-.06.4,0,.57.02.05.08.06.11.01.09-.13.11-.29.15-.44.05-.18.1-.36.14-.54.09-.37.18-.73.29-1.09.11-.36.25-.71.39-1.06.14-.35.32-.68.47-1.02.07-.16-.17-.23-.26-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.67,15.9c-.27.41-.46.87-.65,1.33-.19.46-.36.93-.51,1.4-.15.47-.29.95-.4,1.44-.11.45-.25.97-.17,1.43.02.09.15.1.19.03.22-.4.28-.9.39-1.35.12-.48.24-.96.39-1.44.14-.46.29-.91.46-1.36.17-.46.38-.91.53-1.38.05-.14-.16-.22-.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.49,16.8c-.35.92-.67,1.84-.96,2.78-.15.48-.29.96-.43,1.44-.06.23-.12.47-.17.7-.05.24-.12.51-.1.75.01.1.13.14.2.05.12-.18.19-.43.26-.64.07-.23.14-.46.2-.69.13-.48.28-.96.42-1.44.29-.96.61-1.91.96-2.84.09-.24-.29-.34-.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.58,17.33c-.35.98-.67,1.98-.97,2.98-.15.5-.29,1-.41,1.51-.06.25-.12.51-.17.77-.04.2-.13.49-.04.68.03.06.1.05.14.02.15-.12.2-.42.25-.6.08-.25.14-.5.21-.75.14-.5.27-1.01.41-1.51.28-1.01.59-2,.92-2.99.07-.22-.27-.31-.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.04,17.93c-.41,1-.82,2-1.17,3.02-.18.51-.34,1.02-.5,1.54-.15.52-.31,1.06-.34,1.6,0,.07.1.09.13.04.25-.46.4-.98.56-1.48.16-.51.33-1.03.5-1.54.35-1.04.71-2.08,1.12-3.1.08-.19-.23-.27-.3-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.29,18.47c-.19.44-.32.9-.47,1.35-.15.45-.29.91-.43,1.37-.14.46-.28.91-.41,1.37-.07.24-.14.48-.2.72-.06.23-.13.47-.12.7,0,.1.13.13.18.05.12-.18.2-.4.27-.6.08-.23.16-.47.23-.71.14-.45.28-.91.41-1.37.14-.46.27-.91.4-1.37.14-.48.28-.96.38-1.44.03-.16-.18-.21-.24-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.56,19.5c-.15.12-.22.38-.29.55-.09.21-.17.42-.25.64-.17.42-.32.85-.48,1.28-.16.43-.32.85-.47,1.28-.08.21-.15.43-.22.64-.07.22-.15.46-.15.69,0,.08.12.14.17.07.13-.16.21-.37.3-.56.09-.2.18-.41.26-.62.17-.44.33-.89.49-1.34.15-.43.31-.85.46-1.28.07-.21.15-.43.22-.64.06-.2.18-.44.14-.66-.02-.09-.13-.1-.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.86,19.79c-.13.19-.2.44-.28.65-.09.23-.16.45-.25.68-.16.46-.32.91-.47,1.37-.15.46-.29.92-.43,1.39-.07.23-.13.46-.2.7-.03.12-.06.23-.09.35-.01.05-.03.1-.04.16,0,.02-.01.04-.03.06.2.01.21.05.02.1.07.06.18,0,.16-.09-.04-.16-.25-.1-.3.03-.08.23.2.33.37.22.11-.07.15-.2.19-.31.05-.15.09-.31.14-.46.1-.33.2-.66.29-.98.19-.64.39-1.27.6-1.9.1-.31.2-.61.31-.92.05-.15.11-.3.16-.46.06-.17.13-.33.14-.51.02-.17-.22-.2-.3-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.08,20.4c-.27.86-.54,1.73-.8,2.59-.13.43-.27.86-.39,1.3-.06.22-.12.44-.18.65-.05.18-.16.41-.06.58.03.06.11.07.16.04.17-.09.21-.36.27-.53.07-.21.14-.43.21-.65.14-.43.26-.87.39-1.3.26-.87.52-1.73.77-2.6.07-.23-.29-.33-.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.48,20.91c-.29.76-.56,1.52-.81,2.29-.12.39-.25.77-.36,1.16-.06.19-.12.39-.17.58-.05.18-.11.37-.07.56.03.1.15.12.22.06.14-.13.18-.33.24-.51.07-.19.12-.39.18-.58.12-.39.24-.77.36-1.16.24-.77.49-1.54.74-2.31.07-.22-.26-.3-.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.64,21.67c-.18.6-.38,1.2-.59,1.79-.11.3-.22.59-.34.88-.06.15-.12.29-.18.43-.06.15-.15.31-.09.47.03.09.12.12.2.08.14-.06.2-.2.26-.33.07-.14.13-.29.19-.43.13-.31.25-.62.36-.93.22-.61.41-1.23.57-1.86.06-.24-.3-.34-.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.74,22.53c-.19.48-.38.96-.56,1.44-.18.48-.39.95-.54,1.44-.09.28.4.34.38.05,0-.12.03-.24.02-.37,0-.06-.08-.1-.13-.05-.09.08-.14.2-.23.28.1.08.2.16.31.24.21-.46.36-.95.54-1.43.19-.5.37-1,.55-1.5.08-.22-.26-.3-.34-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.87,22.95c-.4.3-.45.78-.53,1.24-.04.23-.09.44-.22.63-.13.19-.32.34-.52.45-.4.2-.89.15-1.23-.14-.17-.14-.3-.33-.39-.53-.05-.1-.08-.2-.11-.31-.03-.12-.07-.24-.08-.36-.01-.08-.13-.09-.16-.02-.12.24-.15.46-.09.73.06.27.22.52.41.72.4.42.99.56,1.55.42.53-.14.97-.55,1.15-1.07.16-.47,0-1.15.44-1.5.16-.13-.05-.4-.22-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.41,23.52c.04.27.09.54.16.81.07.27.14.59.31.81.1.13.38.11.35-.1-.03-.27-.15-.52-.22-.78-.08-.28-.14-.57-.18-.86-.02-.12-.16-.18-.27-.15-.13.03-.17.15-.15.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.32,23.39c-.18.25-.28.48-.29.8,0,.29.09.58.24.82.27.41.96.84,1.46.59.12-.06.08-.22-.03-.26-.2-.06-.41-.06-.6-.15-.19-.08-.36-.22-.48-.38-.13-.18-.19-.4-.2-.62,0-.21.03-.48.13-.66.08-.15-.13-.27-.23-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.43,24.81c0,.39.28.71.62.88.41.21.93.2,1.35.03.06-.02.05-.11-.01-.11-.39-.01-.78.04-1.16-.1-.32-.12-.56-.4-.64-.72-.02-.09-.15-.07-.15.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.08,30.96c.43-.6.98-1.13,1.61-1.51.31-.19.64-.33.99-.43.18-.05.36-.09.54-.12.17-.03.37-.03.52-.11.09-.04.05-.16-.02-.18-.16-.06-.37-.03-.53,0-.2.03-.4.08-.59.14-.37.11-.72.28-1.05.47-.33.2-.63.45-.89.72-.28.29-.49.61-.65.99-.02.05.04.09.07.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.93,31.57c.29-.26.55-.55.83-.81.3-.28.62-.53.97-.75.7-.45,1.46-.69,2.25-.92.13-.04.11-.26-.03-.24-.83.07-1.64.43-2.33.87-.35.22-.69.48-.99.77-.31.3-.6.62-.78,1.02-.03.06.04.11.09.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.69,28.7c-.64.02-1.25.18-1.82.47-.29.15-.56.34-.81.55-.13.1-.24.22-.35.35-.08.09-.17.24-.15.36,0,.03.05.06.08.06.11,0,.23-.11.31-.19.11-.1.21-.2.32-.3.22-.2.47-.36.73-.51.51-.29,1.11-.47,1.69-.52.17-.02.18-.28,0-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.67,29.79c-.65-.33-.88-1.1-.65-1.76.27-.78,1.07-1.25,1.82-1.46.93-.25,1.94-.21,2.89-.18,1,.03,2.01.11,3.01.05.21-.01.42-.04.63-.07.23-.03.48-.07.7-.16.07-.03.06-.13-.02-.13-.24-.01-.48.02-.71.03-.26.01-.52.02-.78.02-.5,0-1,0-1.5-.02-1-.04-2.01-.11-3.01-.06-.87.04-1.8.18-2.52.71-.62.45-1.07,1.16-1,1.95.06.61.42,1.2,1.01,1.41.18.06.3-.22.13-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.91,26.06c-.22.09-.38.27-.55.42-.19.18-.38.37-.57.55-.34.34-.68.68-1.03,1.01-.68.65-1.39,1.26-2.2,1.73-.78.45-1.65.75-2.55.78-.84.03-1.75-.22-2.19-.99-.68-1.2.77-2.12,1.43-2.9.05-.06,0-.18-.09-.15-.41.16-.76.45-1.07.76-.31.3-.57.64-.74,1.04-.33.79.07,1.65.72,2.14.7.53,1.68.57,2.52.44.88-.13,1.73-.52,2.47-1,.74-.48,1.39-1.07,2.02-1.68.33-.32.65-.65.98-.98.17-.17.34-.35.51-.53.16-.17.33-.34.42-.55.03-.06-.03-.12-.09-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.59,26.43c-.41.26-.8.57-1.14.91-.17.17-.34.36-.49.55-.14.17-.33.37-.27.59.01.04.05.08.1.07.21-.02.29-.19.41-.35.15-.2.31-.38.48-.56.33-.35.69-.65,1.09-.91.19-.12.02-.43-.18-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.76,26.16c-.23.21-.48.4-.71.6-.25.22-.49.45-.73.68-.24.23-.48.46-.72.69-.12.11-.24.23-.36.34-.06.06-.12.11-.18.18-.05.06-.05.12-.07.19-.02.09.06.17.15.15.05-.01.11,0,.16-.03.07-.04.12-.1.18-.16.12-.12.24-.23.36-.35.24-.23.48-.46.71-.69.24-.23.47-.46.71-.7.24-.24.44-.49.67-.73.11-.12-.06-.28-.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.51,26.37c-.62.47-1.2.99-1.79,1.5-.3.26-.59.52-.89.78-.16.14-.31.27-.46.41-.14.12-.3.25-.36.43-.04.1.07.18.16.16.17-.04.3-.17.43-.28.16-.13.31-.27.47-.41.29-.26.58-.52.88-.79.58-.52,1.18-1.04,1.72-1.61.1-.1-.04-.29-.16-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.27,26.44c-.65.54-1.31,1.08-1.96,1.63-.32.28-.65.55-.97.82-.16.13-.31.26-.46.39-.15.13-.33.28-.43.46-.05.08.03.19.12.16.37-.13.69-.46.99-.7.33-.27.65-.55.97-.82.32-.28.64-.56.96-.84.33-.3.64-.61.97-.92.12-.12-.06-.29-.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.16,26.53c-.2.08-.37.26-.54.39-.18.14-.36.29-.53.44-.35.29-.7.59-1.05.88-.35.29-.7.59-1.04.89-.36.31-.73.61-1.07.95-.17.17.09.43.27.27.07-.06.12-.14.18-.21.06-.06.1-.08.13-.16.02-.05-.03-.1-.07-.1-.09,0-.14.04-.22.08-.08.03-.16.06-.25.09.06.11.13.22.19.32.37-.26.71-.57,1.05-.86.36-.31.73-.62,1.09-.93.34-.3.69-.6,1.03-.9.17-.15.34-.3.51-.45.17-.16.38-.31.5-.51.08-.13-.07-.23-.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.75,26.6c-.7.51-1.38,1.03-2.07,1.57-.34.27-.68.53-1.03.8-.34.26-.69.52-1.01.82.11.09.23.18.34.26.1-.14.19-.27.28-.41.05-.08-.05-.15-.12-.12-.16.07-.31.15-.46.23-.25.14-.01.53.22.38.36-.24.69-.52,1.03-.79.34-.27.68-.54,1.02-.81.68-.54,1.35-1.08,2.01-1.64.16-.13-.05-.41-.22-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.46,26.67c-.74.5-1.46,1.04-2.16,1.6-.7.56-1.4,1.13-2.02,1.77-.2.21.13.53.31.31.09-.1.13-.23.19-.34.05-.1-.05-.18-.14-.14-.11.05-.23.07-.32.14.09.12.18.23.27.35.67-.56,1.31-1.16,1.99-1.72.68-.56,1.37-1.1,2.08-1.63.19-.14.01-.47-.19-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.91,27.19c.08-.07.15-.14.24-.2.15-.1.06-.38-.13-.31-.18.07-.33.18-.49.28-.18.12-.35.24-.53.36-.33.24-.66.48-.98.72-.32.25-.64.5-.96.76-.32.27-.68.53-.96.84-.2.23.13.56.34.34.14-.15.27-.31.41-.45.13-.13.28-.27.39-.42.05-.07-.04-.14-.11-.11-.16.08-.31.19-.46.29-.17.11-.35.21-.52.31.08.14.16.28.24.41.33-.24.62-.53.93-.79.31-.26.62-.52.94-.77.32-.25.64-.5.97-.74.16-.12.31-.23.47-.35.17-.12.35-.24.49-.39-.09-.07-.18-.14-.27-.21-.06.08-.14.15-.21.23-.13.14.06.33.21.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.55,27.34c-.45.38-.91.77-1.36,1.15-.23.2-.47.4-.7.6-.23.2-.5.38-.69.61.11.11.21.21.32.32.14-.16.28-.3.43-.45.17-.16.37-.27.56-.38.08-.05.03-.17-.06-.15-.45.11-.91.35-1.24.67-.19.18.05.48.27.35.26-.16.48-.39.71-.58.23-.2.47-.4.7-.6.46-.4.93-.81,1.39-1.21.22-.19-.1-.51-.32-.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.18,28.09c-.26.26-.52.51-.81.75-.29.24-.64.43-.91.7-.05.05-.07.12-.05.19.01.03.02.06.05.09.05.04.12.07.19.05.35-.14.66-.4.95-.64.31-.25.61-.53.89-.82.2-.2-.11-.51-.31-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.05,26.59c-.33-.03-.64-.09-.97-.09-.33,0-.65,0-.97.02-.66.03-1.34.07-1.99.2.04.13.07.26.11.39.48-.14.96-.26,1.45-.35.24-.04.47-.08.71-.12.27-.04.53-.06.8-.06.21,0,.21-.32,0-.32-.7,0-1.39.1-2.08.16-.35.03-.69.07-1.04.1-.16.02-.33.03-.49.05-.18.02-.37.02-.54.09-.14.06-.18.29,0,.33.33.07.7-.02,1.03-.05.35-.03.69-.07,1.04-.1.71-.07,1.43-.12,2.13-.25-.03-.1-.06-.21-.08-.31-.49.1-.99.14-1.48.21-.52.07-1.03.16-1.54.24-.23.04-.17.42.05.4.65-.06,1.29-.14,1.94-.18.32-.02.65-.03.97-.04.33,0,.65-.05.97-.06.16,0,.16-.23,0-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.4,28.9c.07-.12.01-.26-.12-.31-.15-.06-.29.03-.35.17-.11.29.03.67.16.93.28.55.94,1.06,1.58,1.03.2,0,.32-.31.11-.41-.47-.22-.96-.46-1.38-.78-.14-.11-.34.07-.29.23.24.81,1.16,1.08,1.92,1.06.49-.01.98-.11,1.44-.28.46-.17.88-.4,1.18-.8.06-.09-.04-.23-.14-.19-.38.16-.73.36-1.11.52-.38.15-.79.25-1.21.28-.58.05-1.44-.07-1.69-.7-.1.08-.2.15-.29.23.48.21.93.51,1.37.81.06-.13.11-.27.17-.4-.18-.04-.36-.06-.53-.14-.18-.08-.34-.21-.48-.35-.14-.14-.24-.31-.33-.49-.04-.09-.07-.18-.09-.28-.01-.04-.02-.08-.03-.13,0-.02,0-.04,0-.05-.06.06-.1.05-.12-.02,0,.12.18.18.24.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.57,30.43c.77-.01,1.53-.15,2.27-.4.73-.24,1.5-.59,2.02-1.16.06-.07,0-.22-.1-.18-.67.28-1.3.65-1.98.9-.71.26-1.46.41-2.2.49-.22.02-.23.35,0,.34h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.06,26.65c-.39.18-.73.44-1.08.69-.35.25-.7.49-1.03.76-.17.14.05.41.23.3.64-.38,1.19-.85,1.73-1.36.11-.1,0-.3-.15-.26-.33.1-.64.25-.93.44-.27.18-.58.4-.72.7-.05.1.05.2.15.15.27-.14.5-.37.75-.54.27-.18.57-.34.87-.46-.06-.08-.12-.16-.19-.24-.46.54-1.07.95-1.71,1.25.06.11.13.22.19.33.36-.24.69-.51,1.03-.77.34-.26.67-.51.96-.83.08-.08-.02-.2-.12-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.61,27.89c-.21.27-.4.56-.58.85.1.04.2.09.31.13.08-.4.19-.76.45-1.09.24-.31.57-.57.96-.67-.05-.13-.11-.25-.16-.38-.29.16-.57.44-.79.68-.24.27-.43.59-.53.94-.09.33-.08.74.12,1.03.12.17.55.25.49-.06,0-.04-.06-.05-.09-.04.01,0,.11.07.02-.01-.03-.03-.05-.06-.07-.11-.05-.08-.05-.22-.06-.31-.02-.24.05-.49.15-.71.1-.22.26-.4.42-.57.18-.19.4-.34.57-.53.12-.14,0-.43-.2-.34-.44.18-.82.42-1.12.8-.29.36-.52.84-.5,1.31,0,.16.23.24.31.08.16-.31.31-.62.43-.94.03-.07-.09-.14-.14-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.51,28.34c.05.61.15,1.25.66,1.66.13.1.36.05.35-.14-.02-.3-.05-.61-.1-.91-.06-.32-.16-.63-.26-.94-.13.05-.25.11-.38.16.12.27.31.52.46.77.12.19.41.11.41-.11,0-.42,0-.84,0-1.26-.11.05-.23.09-.34.14.22.22.35.5.41.8.03.15.23.19.33.09.25-.27.29-.69.07-.99-.09-.13-.3-.12-.35.05-.11.38.03.72.24,1.03.08.12.29.16.36,0,.13-.27.18-.55.14-.85-.03-.21-.26-.29-.39-.11-.22.31-.43.87-.17,1.2.05.07.19.05.22-.03.07-.15.06-.3.09-.46.03-.18.11-.35.21-.5-.13-.04-.26-.07-.39-.11.03.22,0,.44-.09.64h.36c-.14-.2-.31-.46-.24-.72-.12.02-.23.03-.35.05.12.16.12.37-.02.52.11.03.22.06.33.09-.07-.37-.25-.7-.5-.98-.12-.14-.34-.02-.34.14-.01.42-.03.84-.04,1.26.14-.04.28-.07.41-.11-.17-.27-.32-.56-.52-.8-.06-.07-.18-.08-.25-.03-.11.06-.12.18-.07.28.23.51.32,1.13.33,1.68.12-.05.23-.1.35-.14-.4-.35-.56-.9-.63-1.42-.03-.18-.33-.13-.31.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.33,28.86c.04-.32.1-.63.24-.93.14-.29.33-.56.56-.79.22-.24.48-.43.77-.58.15-.08.3-.13.46-.18.15-.04.34-.04.47-.12.03-.01.03-.06,0-.08-.13-.06-.3-.02-.44,0-.19.03-.37.09-.54.16-.33.13-.64.32-.9.56-.51.47-.9,1.21-.88,1.92,0,.14.23.18.25.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.06,73.39c.61.32,1.23.62,1.84.94.3.15.59.31.89.47.28.15.59.37.92.41.08,0,.14-.1.09-.16-.19-.25-.51-.39-.77-.54-.31-.17-.62-.34-.94-.5-.63-.32-1.26-.62-1.92-.87-.15-.06-.24.18-.11.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.47,73.72c1.52.33,2.97,1.03,4.13,2.07.07-.09.14-.18.21-.27-1.7-.98-3.4-1.98-5.1-2.97-.84-.49-1.68-.98-2.52-1.47-.19-.11-.39-.26-.6-.32-.17-.05-.46.06-.43.27.02.17.15.29.33.26.13-.03.21-.17.13-.29-.07-.1-.23-.09-.27.04,0-.01.02-.03.02-.04.04-.02.08-.03.11-.05.23,0-.12.2.01.26.09.04.17.1.25.14.18.1.36.2.54.31.34.19.68.39,1.03.58.7.4,1.4.8,2.11,1.2,1.41.79,2.82,1.58,4.22,2.39.17.1.36-.14.21-.27-1.21-1.08-2.71-1.82-4.32-2.05-.14-.02-.2.18-.06.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M54.34,86.22c.51.55,1.08,1.06,1.64,1.57.27.25.54.5.81.75.14.13.27.25.41.37.06.05.12.11.15.18,0,.03.02.05.04.07.02.02-.08-.09-.08-.09,0-.05-.07-.07-.09-.03-.04.08-.01.15.07.19.1.05.21,0,.3-.05.2-.12.03-.41-.08-.52-.18-.19-.38-.36-.58-.53-.79-.71-1.56-1.46-2.39-2.12-.14-.11-.34.06-.21.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M55.06,86.9c.39.29.76.6,1.11.95.17.16.32.34.48.51.15.17.27.4.52.42.04,0,.09-.03.1-.07.05-.25-.14-.42-.29-.59-.16-.19-.34-.37-.52-.55-.37-.36-.78-.68-1.21-.97-.19-.13-.36.17-.18.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M55.09,86.85c.21.11.42.22.61.36.1.07.21-.06.16-.16-.21-.36-.51-.69-.8-1-.29-.32-.61-.61-.95-.88-.33-.28-.68-.53-1.04-.76-.34-.22-.72-.51-1.14-.52-.11,0-.15.13-.09.21.14.17.3.25.49.36.18.1.36.21.54.31.35.22.69.46,1.02.71.33.26.63.54.93.82.3.28.56.61.86.89.04-.06.07-.13.11-.19-.23-.06-.44-.15-.66-.24-.05-.02-.09.06-.04.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.71,45.95c-.23-.78-.5-1.55-.8-2.31-.29-.75-.63-1.49-1.01-2.2-.38-.7-.82-1.36-1.34-1.96-.26-.3-.54-.58-.84-.84-.21-.18-.56-.58-.85-.33-.1.08-.09.22.04.26.1.02.16-.11.07-.16-.05.08-.05.12,0,.11.02,0,.05,0,.07,0,.08.03.15.12.22.17.15.12.29.24.44.37.28.26.54.54.78.83.48.58.89,1.21,1.25,1.87.37.68.68,1.38.97,2.09.29.71.55,1.43.83,2.14.04.1.2.06.17-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.12,38.3c.41.29.81.57,1.18.91.38.34.72.72,1.03,1.13.61.81,1.06,1.75,1.3,2.74.12-.05.24-.1.37-.15-.29-.51-.58-1.01-.87-1.52-.1.08-.21.16-.31.24.19.2.35.42.48.67.07.12.12.25.17.38.05.14.13.27.19.41.05.11.21.05.21-.06,0-.16,0-.29-.04-.45-.04-.15-.11-.29-.17-.43-.14-.29-.34-.56-.57-.8-.16-.17-.43.05-.31.24.29.51.58,1.01.87,1.52.11.2.42.06.37-.15-.26-1.02-.72-1.98-1.36-2.82-.63-.82-1.46-1.61-2.42-2.04-.13-.06-.23.11-.11.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.84,36.61c-.31.39-.61.78-.89,1.19-.12.17-.22.34-.4.45-.13.08-.29.13-.45.14-.67.07-1.32-.33-1.73-.83-.54-.66-.63-1.63-.71-2.45-.09-.89-.19-1.76-.44-2.62-.38-1.3-1.03-2.51-1.89-3.55-.06.08-.13.16-.19.24.42.24.8.55,1.18.85.4.32.81.63,1.21.95.77.6,1.54,1.19,2.29,1.8.65.53,1.28,1.12,1.73,1.84.39.63.56,1.35.48,2.08-.08.7-.47,1.39-1.14,1.68-.73.31-1.51.07-2.13-.36-.09-.06-.22.06-.15.15.43.61,1.25.78,1.96.66.71-.12,1.29-.62,1.58-1.25.3-.64.32-1.38.17-2.07-.18-.77-.65-1.46-1.19-2.03-.8-.85-1.8-1.53-2.72-2.24-.52-.4-1.04-.8-1.56-1.2-.51-.39-1-.8-1.56-1.13-.16-.09-.29.11-.19.24,1.1,1.39,1.83,3.05,2.1,4.81.23,1.57.08,3.52,1.64,4.45.5.3,1.15.43,1.7.2.13-.06.26-.13.37-.22.15-.12.25-.32.36-.48.26-.38.51-.77.75-1.17.07-.11-.1-.25-.19-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.65,30.26s.03.08.04.11c0-.02.02-.05.03-.07-.17.09,0,.36.04.47.11.24.23.48.34.72.22.44.44.91.76,1.28.05.06.14,0,.13-.07-.09-.47-.33-.91-.54-1.34-.11-.22-.22-.44-.33-.66-.06-.12-.2-.48-.39-.41.02,0,.05.02.07.03-.02-.03-.05-.07-.07-.1-.03-.04-.11-.02-.09.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.66,30.32c.09.57.22,1.13.35,1.69.07.28.14.56.21.84.04.14.07.28.11.42.04.14.08.31.16.43.06.08.17.05.19-.05.03-.26-.08-.57-.15-.82-.07-.28-.14-.56-.21-.83-.15-.58-.32-1.15-.52-1.71-.03-.09-.16-.05-.14.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.07,30.16c.04.12.05.24.09.35.05.13.11.27.16.4.11.26.23.52.34.78.12.26.24.52.36.79.11.23.23.53.43.7.07.06.18.02.19-.08,0-.26-.14-.54-.24-.78-.11-.26-.24-.52-.36-.79-.12-.26-.24-.52-.37-.78-.06-.13-.13-.26-.2-.38-.06-.11-.15-.19-.21-.3-.06-.1-.24-.03-.2.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.22,30.81c-.06.36-.01.75,0,1.12.02.4.07.79.13,1.19.05.4.13.8.21,1.19.04.2.09.39.14.59.04.16.07.39.2.5.07.06.16.03.19-.05.05-.15-.02-.34-.05-.49-.04-.2-.08-.39-.12-.59-.08-.37-.14-.75-.2-1.13-.06-.38-.11-.77-.14-1.15-.04-.39-.03-.8-.12-1.18-.03-.12-.22-.12-.24,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.67,31.4c.04.8.19,1.6.31,2.39.06.39.12.78.19,1.17.03.2.07.41.11.61.03.2.06.39.18.56.05.08.18.07.21-.03.05-.17.03-.34,0-.51-.03-.21-.06-.41-.09-.62-.06-.41-.13-.82-.2-1.23-.13-.79-.24-1.61-.45-2.38-.04-.14-.26-.11-.26.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.9,31.43c.04.47.16.93.25,1.38.09.47.19.94.29,1.4.1.47.2.93.31,1.4.05.24.11.48.18.73.05.19.08.48.25.6.05.04.13.01.16-.04.09-.16,0-.42-.03-.6-.05-.25-.09-.49-.15-.73-.1-.47-.21-.93-.32-1.4-.11-.46-.22-.93-.33-1.39-.11-.46-.21-.94-.37-1.38-.05-.12-.26-.12-.25.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.66,31.79c.16.98.34,1.95.53,2.93.09.49.19.97.29,1.46.05.24.09.49.15.73.06.25.09.52.24.74.06.08.2.08.23-.03.05-.23,0-.46-.04-.69-.04-.24-.09-.49-.14-.73-.1-.51-.2-1.01-.31-1.52-.2-.99-.41-1.98-.64-2.96-.05-.2-.33-.11-.3.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.15,32.54c.27.88.58,1.75.77,2.66.09.45.17.91.22,1.37.03.23.04.46.06.69.02.25.01.5.08.74.05.16.29.17.33,0,.05-.22.04-.45.03-.68-.01-.25-.04-.5-.06-.75-.05-.48-.13-.95-.24-1.43-.2-.93-.48-1.87-.94-2.71-.07-.13-.29-.04-.24.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.95,33.63c.1.75.23,1.5.36,2.25.06.37.13.73.2,1.1.03.18.07.37.1.55.04.18.05.39.18.53.08.09.2.03.24-.06.07-.16,0-.35-.02-.52-.03-.18-.06-.37-.09-.55-.07-.37-.13-.73-.2-1.1-.14-.75-.27-1.5-.45-2.25-.04-.18-.35-.14-.33.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M5.43,33.62c-.02.35.11.71.17,1.06.07.36.13.71.19,1.07.05.36.1.72.14,1.08.02.18.03.36.07.54.03.16.08.3.16.45.03.06.14.06.16,0,.14-.31.09-.66.06-.99-.04-.38-.09-.76-.15-1.14-.06-.36-.13-.71-.21-1.07-.08-.35-.14-.76-.32-1.08-.07-.12-.25-.07-.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.02,34.6c.17.44.27.9.28,1.38,0,.22,0,.45-.04.67-.03.19-.06.38,0,.56.13.34.61.4.65-.01.02-.2-.25-.43-.36-.17-.02.05.03.12.09.12.07,0-.06-.04-.05-.09,0,0-.02.04-.02.05.02-.04.08-.05.11-.02-.02-.02-.02-.06-.02-.08-.01-.12.02-.24.03-.35.02-.15.03-.3.04-.45.02-.58-.09-1.17-.3-1.72-.1-.26-.52-.15-.42.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.26,34.97c.06.49.13.98.19,1.46.02.15.25.27.32.09.37-.85-.15-1.73-.73-2.35-.34-.37-.73-.69-1.12-1-.4-.32-.82-.62-1.25-.91-.05.12-.1.24-.15.36.88.22,1.67.78,2.17,1.54.11-.09.22-.17.34-.26-1.18-.93-2.37-1.86-3.56-2.79-.22-.17-.49.09-.31.31.35.42.74.82,1.22,1.08.17.09.34-.13.2-.26-.38-.37-.78-.71-1.12-1.12-.1.1-.2.2-.31.31,1.19.93,2.37,1.87,3.56,2.79.08.06.17.09.26.03.1-.06.14-.2.08-.29-.57-.86-1.44-1.47-2.44-1.71-.22-.05-.34.24-.15.36.75.49,1.47,1.04,2.12,1.65.54.5,1.22,1.3.88,2.09.11.03.22.06.32.09-.06-.49-.13-.98-.19-1.46-.03-.22-.38-.22-.35,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.46,35.55c.08.29.16.59.24.89.07.27.11.62.29.84.03.03.09.02.09-.02.05-.27-.09-.55-.16-.81-.09-.31-.18-.63-.27-.94-.04-.13-.23-.07-.2.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.8,35.37c.08.38.16.76.25,1.13.05.2.1.39.15.59.04.15.08.34.25.39.03,0,.07,0,.09-.02.11-.12.07-.27.03-.41-.05-.2-.11-.39-.17-.59-.12-.39-.24-.78-.38-1.16-.05-.15-.27-.09-.24.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.14,35.34c.06.47.15.92.28,1.38.13.44.27.92.51,1.31.1.17.4.06.33-.14-.07-.17-.07-.36-.14-.54-.03-.06-.12-.04-.13.02-.05.17-.02.35-.07.52h.34c-.08-.21-.18-.42-.27-.63-.09-.21-.16-.43-.23-.64-.14-.43-.24-.88-.32-1.32-.03-.17-.32-.13-.29.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.84,36.14c.14.62.25,1.25.42,1.86.05.19.37.16.35-.05,0-.13-.06-.24-.07-.37-.02-.14-.03-.29-.05-.43-.03-.28-.03-.56.02-.84-.08-.01-.16-.02-.23-.03,0,.34.06.68.11,1.01.05.36.11.73.17,1.09.03.19.35.19.38,0,.08-.44.14-.88.23-1.31-.11.01-.23.03-.34.04.12.25.25.49.37.74.07-.1.15-.19.22-.29-.86-.14-1.73-.27-2.59-.41-.19-.03-.34.18-.19.33.62.67,1.5,1.16,2.44,1.11.42-.02.83-.16,1.18-.4.17-.12.33-.26.45-.43.13-.17.19-.34.24-.55.03-.13-.15-.21-.22-.09-.35.61-1,1.03-1.7,1.07-.82.04-1.58-.42-2.12-1-.06.11-.13.22-.19.33.86.14,1.73.27,2.59.41.17.03.31-.13.22-.29-.13-.24-.26-.49-.39-.73-.07-.14-.32-.12-.34.04-.07.44-.17.87-.25,1.31h.38c-.06-.34-.13-.68-.19-1.02-.07-.34-.12-.69-.24-1.01-.05-.14-.26-.09-.23.06.06.28.07.55.06.84,0,.12-.02.25-.02.37,0,.15-.06.29-.06.43.12-.02.23-.03.35-.05-.11-.62-.29-1.24-.44-1.85-.05-.21-.36-.12-.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.87,35.62c.32.57.26,1.32-.1,1.86-.35.52-1.02.76-1.61.83-.08.01-.1.11-.02.14.73.26,1.5-.15,1.94-.74.48-.65.46-1.56.05-2.24-.1-.17-.35-.02-.26.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.3,38.02c-.57-.29-.99-.81-1.25-1.39-.13-.29-.2-.61-.23-.92-.02-.31.05-.62.03-.93,0-.07-.09-.09-.13-.04-.19.27-.2.65-.18.97.02.36.12.7.26,1.02.28.65.79,1.15,1.43,1.44.1.05.19-.1.09-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M5.81,37.85c-.33.32-.91.36-1.29.1-.16-.11-.33.1-.25.25.25.47.78.71,1.3.62.49-.08.95-.57.89-1.08-.01-.1-.17-.18-.22-.06-.14.33-.36.64-.73.74-.35.09-.74-.11-.92-.41-.08.08-.17.17-.25.25.27.15.56.19.86.14.3-.05.53-.22.72-.45.06-.08-.04-.18-.11-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.57,43.03s.11-.07.13-.13c.03-.1.03-.22.05-.33.04-.2.09-.4.15-.6.12-.4.29-.78.5-1.14.21-.36.46-.69.74-1,.14-.15.28-.3.44-.44.13-.11.33-.22.39-.38.02-.04-.02-.08-.06-.08-.17,0-.35.17-.48.27-.17.13-.34.27-.49.43-.32.31-.58.67-.8,1.05-.21.37-.38.76-.51,1.17-.07.21-.11.43-.15.65-.02.11-.03.21-.04.32-.01.1.03.15.1.21,0,.01.03.01.04,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.88,43.78c.02-.06.09-.07.12-.14.03-.09.06-.18.08-.27.06-.2.12-.39.18-.59.12-.39.26-.77.41-1.15.29-.74.66-1.46,1.07-2.13.14-.23-.22-.45-.37-.21-.43.7-.79,1.43-1.09,2.19-.15.38-.28.77-.39,1.16-.06.2-.1.39-.14.59-.02.09-.04.18-.05.26,0,.05-.02.1,0,.15.01.05.05.06.04.12,0,.08.11.09.14.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.7,40.73c-.4.32-.58.82-.69,1.31-.06.26-.1.52-.15.77-.02.12-.05.24-.08.36-.01.05-.03.09-.06.14.15.14.21.16.2.07,0,.03.02-.08,0-.01-.02.03-.04.06-.06.08-.01,0-.03,0-.04.01.06,0,.11-.06.12-.12,0-.12-.14-.23-.25-.15-.11.08-.17.23-.09.36.09.16.32.15.45.04.14-.13.17-.35.2-.53.14-.73.14-1.55.67-2.13.12-.13-.06-.31-.2-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.14,42.35c.18-.31.33-.65.52-.95.11-.18-.17-.34-.28-.16-.18.3-.33.62-.45.95-.06.18-.11.35-.16.54-.04.17-.1.37-.05.53.04.14.22.16.3.04.09-.13.09-.32.12-.47.03-.16.08-.33.13-.49.1-.32.23-.64.39-.94-.1-.04-.2-.08-.3-.13-.13.34-.29.66-.43.99-.05.12.14.19.2.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.74,40.34c-.69.06-1.26-.39-1.49-1.03-.26-.72.09-1.45.59-1.98.58-.62,1.37-1.01,2.14-1.33.88-.37,1.8-.62,2.72-.86,1-.27,2-.53,3.01-.8-.07-.09-.14-.18-.21-.27-.58.86-1.17,1.71-1.75,2.57-.48.71-.96,1.43-1.5,2.1-.95,1.17-2.32,2.36-3.94,2.18-.57-.06-1.09-.38-1.35-.9-.25-.51-.18-1.12,0-1.64.21-.58.66-1.05,1.15-1.42.53-.4,1.14-.66,1.7-1,.16-.1.05-.38-.13-.31-.77.29-1.54.73-2.16,1.28-.6.53-.99,1.21-1.1,2-.1.73.16,1.5.76,1.95.62.46,1.45.5,2.18.34,1.44-.31,2.54-1.45,3.41-2.57.49-.64.94-1.32,1.39-1.98.55-.81,1.1-1.61,1.64-2.42.09-.14-.06-.31-.21-.27-.98.26-1.97.53-2.95.79-.92.25-1.84.5-2.72.86-.79.32-1.56.7-2.19,1.27-.55.5-1,1.21-.96,1.97.05.93.98,2.15,2.01,1.67.1-.05.05-.22-.06-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.94,36.66c.3.06.41-.49.08-.53-.14-.02-.21.14-.29.23-.1.12-.2.25-.29.38-.2.26-.4.53-.59.79-.39.53-.79,1.06-1.16,1.6-.13.19.07.43.27.39.13-.03.26-.09.23-.25-.01-.06-.1-.07-.13-.02-.02.04-.02,0,0,.02-.06-.1.03-.02,0,0,.1-.13.19-.27.29-.4.2-.28.41-.57.61-.85.19-.27.38-.54.57-.81.2-.28.42-.56.59-.87-.04.02-.09.05-.13.07.06,0-.02-.04,0,0,0,0,.04.07,0,.07-.11-.02-.16.14-.05.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.36,36.3c-.42.48-.81,1-1.16,1.54-.17.26-.33.53-.48.8-.08.15-.15.29-.22.44-.03.07-.06.13-.08.2-.03.08.03.13.04.2,0,.06.08.12.13.08.03-.02.09-.03.13-.05.06-.04.1-.11.13-.17.08-.15.16-.29.23-.44.15-.27.31-.54.47-.81.33-.53.71-1.03,1.12-1.5.19-.21-.13-.53-.31-.31h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.65,35.69c-.17.14-.3.34-.44.51-.14.17-.28.34-.41.52-.29.38-.58.75-.86,1.13-.56.74-1.12,1.48-1.66,2.23-.16.22.21.43.36.21.11-.16.23-.32.33-.49.1-.17.22-.33.32-.5.04-.08-.05-.14-.12-.09-.16.13-.28.29-.44.41-.15.12-.29.28-.43.42.1.1.2.2.3.3.57-.73,1.11-1.48,1.65-2.23.28-.38.56-.77.83-1.15.13-.18.26-.37.39-.56.13-.2.28-.38.37-.6.05-.12-.12-.18-.2-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.28,35.59c-.16.16-.29.35-.43.53-.14.18-.28.36-.42.54-.29.38-.59.75-.88,1.13-.29.38-.59.75-.88,1.13-.29.37-.6.74-.87,1.13.13.05.25.11.38.16.02-.07.03-.12,0-.19,0,.04,0,.07-.01.11.08-.16.18-.32.26-.48.03-.06-.04-.11-.09-.07-.14.12-.26.26-.4.38.03-.01.07-.03.1-.04-.07,0-.12.02-.18.06-.26.18.06.54.25.33.3-.34.56-.72.84-1.08.29-.38.58-.76.87-1.14.29-.38.58-.76.87-1.14.14-.18.28-.36.41-.55.15-.2.32-.39.44-.6.1-.17-.13-.35-.28-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.42,35.07c-.41.41-.77.87-1.14,1.31-.37.44-.75.89-1.12,1.34-.37.45-.74.89-1.11,1.34-.19.22-.37.45-.56.67-.09.11-.19.22-.28.34-.05.06-.12.15-.2.15.03.01.07.03.1.04,0,.06,0,.08.02.04.03-.04,0-.04-.07-.02.04.08.15.04.15-.04,0-.18-.2-.16-.29-.06-.19.18.05.49.28.41.15-.05.26-.14.36-.26.13-.16.26-.32.4-.48.25-.3.5-.61.75-.91.5-.61,1.01-1.22,1.5-1.83.49-.61,1.02-1.2,1.46-1.84.11-.16-.13-.32-.25-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.42,35.61c-.71.8-1.41,1.61-2.1,2.42-.7.83-1.42,1.65-2.06,2.53-.14.2.18.44.34.26.16-.18.32-.38.49-.55.18-.18.36-.37.5-.58.05-.07-.05-.16-.11-.11-.2.12-.38.28-.56.43-.2.17-.42.34-.63.51.1.1.2.2.3.3.34-.4.66-.81.99-1.22.34-.42.69-.84,1.04-1.26.69-.82,1.38-1.63,2.09-2.43.18-.21-.12-.51-.3-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.7,34.83c-.92.83-1.78,1.72-2.58,2.67-.39.47-.77.95-1.13,1.44-.19.25-.36.51-.54.77-.17.26-.34.52-.45.81-.05.16.16.26.27.16.21-.21.37-.45.53-.7.18-.26.36-.52.54-.77.36-.49.73-.98,1.12-1.45.78-.94,1.62-1.83,2.51-2.66.19-.18-.09-.46-.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.22,34.98c-.36.39-.69.81-1.03,1.21-.36.42-.71.85-1.06,1.27-.34.41-.68.81-1.03,1.22-.17.2-.34.41-.51.61-.09.11-.19.22-.28.33-.06.08-.16.08-.22.15.04-.02.07-.03.11-.05,0,0,0,0-.01,0,.04.02.08.05.12.07.02.12-.01.12-.1,0-.01.08.09.16.14.08.07-.08.04-.19-.08-.2-.13-.01-.2.08-.22.17-.02.08.01.19.09.22.24.11.42-.05.57-.23.19-.22.37-.44.55-.66.37-.44.73-.88,1.1-1.32.36-.44.73-.89,1.08-1.34.35-.45.71-.89,1.03-1.35.1-.15-.13-.33-.25-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.87,35.76c-.58.67-1.16,1.34-1.73,2.02-.29.35-.59.69-.88,1.04-.15.17-.29.35-.44.52-.14.17-.3.34-.42.52-.14.22.21.42.34.2.12-.18.25-.35.36-.54.04-.06-.04-.14-.1-.1-.19.11-.35.25-.53.37.08.1.16.21.24.31.15-.14.27-.31.41-.46.15-.17.29-.35.44-.52.29-.35.58-.69.88-1.04.57-.68,1.14-1.36,1.7-2.05.15-.18-.1-.45-.26-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.11,36.73c-.4.54-.85,1.05-1.33,1.53-.23.23-.47.46-.72.67-.12.11-.25.21-.37.32-.13.11-.28.2-.34.36-.03.07.04.17.12.16.16-.01.26-.11.38-.21.14-.11.28-.23.42-.35.26-.23.51-.47.75-.72.49-.51.93-1.05,1.34-1.63.11-.16-.14-.3-.26-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.5,36.26c-.37.42-.74.84-1.1,1.25-.37.42-.76.83-1.1,1.28-.13.17-.25.35-.27.57-.02.2.17.4.37.35.13-.04.22-.21.18-.34-.04-.13-.17-.18-.27-.08-.05.05-.03.16.05.18-.01-.11-.03-.14-.05-.09-.03.05.02.05.16.02-.01-.02,0-.06.01-.08.04-.14.18-.28.26-.38.21-.27.44-.52.66-.78.46-.53.91-1.07,1.37-1.6.16-.18-.11-.45-.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.62,37.49c-.45.74-.91,1.48-1.35,2.23-.07.12.02.29.16.28.29-.02.61-.23.67-.53.02-.09-.09-.17-.16-.1-.07.07-.12.13-.2.18-.09.06-.19.07-.3.07.05.09.11.19.16.28.46-.74.9-1.48,1.35-2.23.12-.2-.19-.39-.32-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.81,37.48c-.76.94-1.63,1.74-2.69,2.34-.55.31-1.16.58-1.8.56-.5-.02-1.03-.31-1.2-.8-.11.08-.22.17-.33.25.7.43,1.48.65,2.31.61.78-.04,1.65-.32,2.16-.95.08-.1-.02-.26-.14-.19-.63.35-1.28.65-2.01.7-.72.05-1.49-.12-2.08-.56-.16-.12-.38.08-.33.25.18.58.71.97,1.3,1.09.72.15,1.45-.13,2.08-.45,1.18-.61,2.24-1.57,2.93-2.71.06-.11-.09-.23-.17-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.58,35.29c.26-.03.29-.31.14-.49-.23-.26-.68.08-.89.19-.72.38-1.42.77-2.13,1.16-.22.12-.02.45.2.34.94-.5,1.87-1.01,2.81-1.51.2-.11.06-.43-.15-.36-1.27.39-2.54.79-3.81,1.19.04.13.07.26.11.39.89-.34,1.78-.68,2.67-1.01-.04-.13-.07-.26-.11-.39-.52.2-1.04.4-1.56.6-.25.1-.5.19-.75.29-.26.1-.53.17-.73.37-.08.09-.02.22.09.23.27.02.5-.11.75-.2.25-.1.5-.19.75-.29.52-.2,1.04-.4,1.56-.6.24-.09.14-.49-.11-.39-.89.34-1.78.68-2.67,1.02-.24.09-.15.47.11.39,1.27-.4,2.54-.79,3.8-1.2-.05-.12-.1-.24-.15-.36-.93.51-1.87,1.01-2.8,1.52.07.11.13.22.2.34.45-.25.91-.5,1.36-.75.24-.13.47-.26.71-.39.11-.06.22-.12.32-.18.05-.03.1-.06.15-.08.03,0,.05-.02.07-.03,0,.02,0,.01,0-.01-.12.05-.06.26.07.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.84,34.91c.29-.15.56-.33.83-.51.14-.09.27-.18.4-.27.11-.08.25-.15.26-.3,0-.04-.03-.07-.06-.08-.13-.05-.25.05-.35.12-.14.09-.27.18-.4.27-.28.19-.55.38-.81.6-.1.09.03.23.14.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.9,34.74c.14-.03.24-.07.36-.15.12-.08.24-.15.37-.23.12-.08.24-.15.37-.23.12-.07.27-.14.33-.27.03-.07,0-.17-.1-.17-.13,0-.22.08-.33.15-.14.09-.27.19-.41.28-.12.08-.24.16-.36.25-.06.04-.12.09-.17.13-.06.05-.08.09-.12.16-.03.04.02.09.06.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.15,33.73c-.33.28-.63.58-.91.92-.13.16-.26.33-.38.5-.1.14-.28.35-.26.52,0,.05.05.11.11.08.15-.06.24-.24.33-.38.12-.18.26-.36.39-.53.27-.33.57-.65.88-.94.12-.11-.05-.28-.17-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.62,34.36c-.32.46-.67.91-1.05,1.33-.18.2-.37.39-.56.58-.19.19-.4.38-.57.59-.03.05.03.09.07.07.25-.11.47-.3.67-.49.21-.19.41-.4.6-.62.38-.43.7-.88.98-1.38.06-.1-.09-.18-.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.01,34.47c-.15.17-.3.33-.44.51-.15.19-.3.38-.44.58-.28.38-.56.77-.84,1.16-.09.12.06.33.21.27.48-.19.78-.65.93-1.13.03-.11-.11-.18-.18-.11-.48.48-.88,1.05-1.3,1.58-.21.27-.43.54-.64.82-.1.13-.2.26-.3.4-.1.14-.19.25-.2.42,0,.04.04.08.08.06.28-.1.46-.41.64-.63.22-.27.43-.56.65-.83.43-.55.89-1.08,1.25-1.67-.07-.03-.13-.06-.2-.08-.04.21-.15.38-.3.54-.14.15-.32.23-.51.3.07.09.14.18.21.27.27-.37.53-.74.79-1.11.13-.19.26-.37.38-.56.14-.21.25-.43.38-.64.06-.09-.08-.2-.15-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.21,36.88c-.39.62-.86,1.17-1.39,1.66-.27.25-.57.48-.87.69-.29.21-.63.38-.87.65-.05.05-.02.16.06.15.37-.05.7-.26,1-.47.32-.22.61-.47.9-.73.56-.52,1.04-1.14,1.43-1.8.09-.16-.15-.31-.25-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.62,35.71c.03-.3.06-.6.12-.89h-.41c.07.44.28.87.48,1.26.22.42.49.8.78,1.16.1.11.32.09.38-.05.4-.85.25-1.88-.39-2.58-.08-.09-.2-.09-.3-.04-.25.12-.51.25-.76.37-.08.04-.12.13-.12.22,0,.66.1,1.33.54,1.84.39.44,1.05.66,1.6.4.46-.22.73-.71.81-1.2.02-.13.03-.26.02-.39,0-.14-.01-.35-.11-.45-.1-.1-.27-.16-.39-.25-.13-.09-.24-.22-.34-.34-.07-.08-.22-.1-.31-.04-.59.39-.79,1.23-.37,1.82.21.28.53.48.88.53.16.02.42.05.55-.08.08-.08.13-.2.19-.29.06-.1.12-.19.18-.29-.16-.02-.31-.04-.47-.06.07.19.14.38.21.56.1.27.48.23.5-.07.02-.25.04-.5.06-.75.01-.14-.12-.25-.25-.25-.15,0-.24.12-.25.25-.08.63-.81.98-1.38.84-.25-.06-.43.32-.18.42.91.39,1.94-.31,2.07-1.26h-.51c-.02.25-.04.5-.06.75l.5-.07c-.07-.19-.14-.38-.21-.56-.08-.2-.34-.26-.47-.06-.11.18-.22.35-.34.53.05-.04.1-.08.15-.12-.35.06-.69-.16-.85-.47-.15-.32.01-.75.29-.94-.1-.01-.21-.03-.31-.04.22.26.49.47.79.62-.04-.05-.08-.1-.12-.15.12.54-.12,1.37-.78,1.41-.37.02-.7-.25-.88-.54-.24-.39-.28-.87-.27-1.31-.04.07-.08.14-.12.22.25-.12.51-.25.76-.37-.1-.01-.2-.03-.3-.04.48.52.62,1.34.32,1.98.13-.02.26-.03.38-.05-.27-.33-.51-.68-.71-1.06-.2-.38-.34-.78-.51-1.18-.08-.2-.41-.1-.4.11.02.32.03.63.02.95,0,.18.26.18.28,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M5.96,36.75c-.09.17-.2.32-.33.46-.13.14-.29.23-.45.34-.14.1-.06.35.12.29.44-.15.76-.56.89-.99.04-.14-.16-.22-.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.22,37.95c-.51.45-1.16.69-1.84.62-.75-.07-1.3-.56-1.6-1.23-.17-.38-.25-.8-.32-1.2-.08-.44-.14-.88-.23-1.33-.18-.93-.41-1.86-.7-2.77-.18-.56-.39-1.12-.61-1.66-.11-.26-.22-.52-.33-.77-.11-.25-.21-.55-.44-.72-.06-.05-.15.02-.15.09,0,.22.11.4.2.6.1.22.21.45.3.68.19.44.37.89.53,1.34.32.9.6,1.81.81,2.74.11.46.19.93.27,1.39.07.41.13.82.24,1.22.19.72.59,1.39,1.28,1.71.87.4,2.15.24,2.65-.66.02-.04-.03-.07-.06-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.7,34.26c-.2-.43-.55-.74-.99-.91-.12-.05-.28.07-.26.2.1.91.58,1.78,1.24,2.4.16.15.42,0,.36-.21-.27-.98-.76-1.89-1.42-2.66-.13-.15-.41-.03-.4.16.09,1.11.54,2.16,1.27,3,.19.22.49-.06.38-.29-.44-.92-.96-1.8-1.54-2.64-.15-.22-.51-.09-.44.19.29,1.17,1.05,2.19,2.07,2.82.14.09.31,0,.36-.15.21-.69.11-1.46-.27-2.08-.14-.22-.44-.11-.46.12-.07.75.19,1.49.69,2.04.16.18.4.02.42-.18.11-.89-.21-1.8-.83-2.44-.15-.16-.43-.04-.43.18.01.76.38,1.49.98,1.96.3.23.79.43,1.05.04.19-.29,0-.62.13-.91-.17-.02-.33-.05-.5-.07,0,.59.25,1.17.71,1.55.19.15.5.02.42-.25-.2-.7-.53-1.36-.97-1.94-.13.1-.27.21-.4.31.71.57.91,1.54.59,2.38-.09.25.3.41.42.18.5-.96.19-2.24-.65-2.91-.09-.07-.2-.1-.31-.04-.11.06-.18.24-.09.35.42.55.73,1.16.92,1.82.14-.08.28-.16.42-.25-.36-.3-.57-.72-.56-1.19,0-.31-.4-.32-.5-.07-.09.22-.04.46-.04.69,0,.22-.38-.11-.45-.17-.42-.37-.66-.91-.68-1.47-.14.06-.28.12-.43.18.54.56.78,1.32.68,2.09.14-.06.28-.12.42-.18-.42-.46-.6-1.08-.55-1.69-.15.04-.31.08-.46.12.32.51.4,1.12.23,1.7.12-.05.24-.1.36-.15-.92-.57-1.59-1.48-1.85-2.52-.15.06-.3.12-.44.19.58.84,1.1,1.72,1.55,2.64.13-.1.25-.19.38-.29-.64-.74-1.04-1.68-1.14-2.66-.13.05-.26.11-.4.16.62.71,1.07,1.54,1.33,2.45.12-.07.24-.14.36-.21-.3-.28-.54-.6-.74-.95-.21-.38-.31-.77-.4-1.19-.09.09-.17.17-.26.26.35.11.67.33.9.63.09.12.27.02.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.42,8.7c-.31-.49-.06-1.07.26-1.49.34-.46.8-.83,1.28-1.12.51-.31,1.08-.51,1.67-.62.33-.06.66-.09.99-.1.31-.01.63.03.94-.02.1-.02.08-.15,0-.18-.32-.1-.67-.07-1-.05-.35.01-.71.06-1.05.13-.65.13-1.28.39-1.84.76-.5.33-.98.76-1.29,1.27-.28.45-.44,1.08-.07,1.53.06.07.16-.02.12-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M38.24,4.49c-.35.51-.72,1-1.14,1.45-.43.46-.93.82-1.38,1.25-.04.04.01.09.05.07.56-.25,1.05-.73,1.46-1.18.43-.46.8-.98,1.07-1.55.02-.05-.04-.09-.07-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.08,54.23c-.78-2.01-2.65-3.52-4.72-4.03-.02.12-.03.24-.05.37,1.68-.09,3.35.79,4.21,2.25.1-.08.2-.15.29-.23-.63-.5-1.25-.99-1.88-1.49-.08.1-.15.2-.23.29.41.28.79.6,1.13.97.16.18.32.36.46.56.15.21.32.41.47.61.07.1.27.04.22-.09-.1-.24-.19-.46-.34-.67-.16-.22-.33-.43-.51-.64-.37-.41-.79-.76-1.24-1.06-.18-.12-.39.16-.23.29.63.5,1.25.99,1.88,1.49.16.12.41-.03.29-.23-.92-1.56-2.72-2.53-4.54-2.43-.2.01-.26.31-.05.37,2.02.5,3.65,1.93,4.58,3.77.07.13.29.04.24-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.19,48.48c.22.62.15,1.31-.2,1.87-.36.59-1.02.85-1.69.67-.74-.2-1.29-.87-1.68-1.48-.45-.71-.75-1.51-1.08-2.28-.59-1.41-1.19-2.83-2.21-3.99,0,.06.02.13.03.19.13-.27.75.36.85.45.35.3.72.58,1.1.84.76.54,1.56,1,2.39,1.42.78.4,1.6.8,2.2,1.45.51.56.9,1.46.57,2.2-.3.66-1.07,1.04-1.76.82-.09-.03-.18.1-.1.17.56.45,1.3.2,1.79-.24.58-.53.68-1.35.45-2.07-.56-1.77-2.55-2.34-4-3.16-.74-.42-1.44-.89-2.1-1.42-.16-.13-.32-.26-.47-.39-.14-.12-.27-.25-.44-.34-.24-.13-.6-.19-.74.11-.03.07-.03.14.03.19,1.15,1.29,1.75,2.94,2.43,4.5.32.75.65,1.51,1.15,2.17.44.58,1.04,1.11,1.78,1.22.75.11,1.43-.26,1.81-.91.36-.62.42-1.43.1-2.07-.05-.11-.23-.03-.19.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M12.78,52.02c.04-.16.13-.32.19-.48.07-.16.14-.33.21-.49.15-.33.34-.63.56-.92.22-.29.47-.55.75-.79.13-.11.27-.22.42-.32.15-.1.33-.18.46-.3.1-.1,0-.26-.13-.23-.17.04-.34.17-.48.27-.15.1-.3.22-.44.34-.28.24-.54.52-.76.81-.23.3-.42.63-.57.97-.08.17-.14.34-.19.51-.03.09-.05.18-.06.27-.02.11-.02.22-.04.33,0,.05.07.08.08.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.06,52.94c.1-.14.14-.33.2-.5.07-.2.15-.39.23-.59.15-.38.32-.75.51-1.1.19-.35.4-.7.63-1.02.11-.16.23-.31.35-.47.07-.08.13-.16.2-.24.07-.08.14-.14.16-.24.02-.1-.06-.21-.18-.18-.18.05-.31.28-.42.42-.13.16-.25.33-.37.49-.24.34-.46.7-.65,1.07-.19.37-.35.75-.48,1.14-.07.2-.12.4-.17.6-.04.19-.11.4-.08.6,0,.04.05.03.07,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.65,49.21c-.62-.05-1.43-.14-1.78-.73-.22-.37-.11-.83,0-1.21.1-.34.26-.65.44-.95.78-1.24,2.15-2.02,3.43-2.64,1.43-.7,2.91-1.29,4.37-1.93-.09-.09-.18-.18-.27-.27-.57.74-1.06,1.52-1.47,2.35-.38.78-.66,1.59-1,2.39-.32.76-.73,1.48-1.37,2.02-.65.54-1.49.82-2.3,1.06-.26.08-.52.15-.78.21-.24.05-.48.04-.68-.12-.33-.27-.43-.75-.56-1.13-.06-.16-.33-.14-.31.04.07.67.38,1.51,1.14,1.62.45.06.92-.13,1.34-.25.41-.12.82-.26,1.21-.42.78-.33,1.45-.83,1.95-1.52.48-.67.77-1.46,1.07-2.23.53-1.37,1.2-2.65,2.09-3.81.14-.18-.12-.34-.27-.27-.95.42-1.9.83-2.85,1.25-.73.32-1.46.64-2.16,1.01-1.26.68-2.52,1.58-3.16,2.9-.34.7-.6,1.63-.06,2.29.44.55,1.31.64,1.96.6.16-.01.16-.24,0-.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.69,64.42c.23.28.48.53.72.8.05-.06.1-.13.15-.19-.52-.35-1.12-.6-1.69-.86-.58-.25-1.16-.49-1.75-.7-1.19-.42-2.41-.77-3.65-1.03-.26-.05-.37.35-.11.4,1.22.25,2.42.58,3.6.99.6.21,1.19.43,1.77.67.58.24,1.15.53,1.74.75.12.04.21-.12.12-.21-.27-.24-.52-.5-.79-.73-.07-.06-.16.03-.1.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.56,62.17c.48.11.96.17,1.44.28.5.11.99.24,1.48.39.47.15.93.32,1.39.51.23.1.46.2.68.3.12.06.24.11.36.17.11.05.21.11.33.07.06-.02.11-.09.09-.16-.07-.21-.36-.29-.54-.38-.24-.11-.47-.22-.72-.32-.47-.2-.95-.37-1.44-.53-.49-.15-.98-.28-1.48-.38-.51-.1-1.04-.2-1.56-.2-.14,0-.17.21-.03.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.66,63.73c-.37-.19-.76-.36-1.11-.59-.13-.08-.26.1-.16.2.27.26.64.44.98.59.37.16.76.27,1.16.34.2.03.28-.24.08-.3-1-.3-2-.6-3-.92-.21-.07-.29.25-.09.33.88.35,1.78.68,2.66,1.01.03-.12.06-.23.1-.35-.23-.08-.46-.17-.7-.25-.22-.07-.45-.17-.69-.18-.13,0-.14.15-.06.22.19.14.44.21.65.3.23.09.46.18.7.26.22.08.31-.27.1-.35-.89-.33-1.77-.68-2.67-1-.03.11-.06.22-.09.33,1.01.28,2,.59,3.01.89.03-.1.06-.2.08-.3-.37-.06-.73-.16-1.08-.3-.35-.14-.66-.36-1-.53-.03.08-.07.16-.1.24.4.11.79.28,1.18.43.04.02.07-.05.03-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.15,50.68c-.27-.37-.06-.96.39-1.07,0,0,0,0,0,0-.45.11-.66.7-.39,1.07,0,0,0,0,0,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.04,50.96c.19.11.37.21.51.38.07-.07.15-.15.22-.22-.15-.15-.36-.26-.58-.23-.16.02-.13.25,0,.29.14.04.25.06.36.16.15.14.36-.08.22-.22-.17-.18-.39-.34-.64-.39-.14-.03-.23.16-.1.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.55,49.86c.21.17.45.31.68.45.24.15.49.32.77.39.06.01.09-.05.06-.1-.18-.2-.42-.34-.65-.48-.24-.15-.48-.3-.74-.42-.09-.04-.21.08-.12.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.59,50.12c.07.04.14.08.21.09.03,0,.04-.04.02-.06-.05-.05-.12-.09-.18-.12-.06-.03-.11.06-.05.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.94,49.95c-.24.29-.41.63-.59.95-.2.35-.4.71-.6,1.06-.09.15.13.33.25.19.42-.53.75-1.11,1.01-1.73.06-.15-.17-.28-.27-.16-.32.36-.6.75-.82,1.18.1.06.19.11.29.17.42-.84,1.01-1.54,1.77-2.1.2-.15,0-.49-.2-.34-.78.59-1.43,1.39-1.86,2.28-.09.19.19.37.29.17.21-.4.46-.78.76-1.12-.09-.05-.18-.11-.27-.16-.24.59-.56,1.13-.94,1.63.09.05.18.11.27.16.19-.34.37-.68.56-1.02.19-.34.4-.69.53-1.06.03-.09-.1-.17-.16-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.92,46.04c-.06.23-.05.47-.06.71-.01.24,0,.49-.01.73,0,.24,0,.49,0,.73,0,.24-.02.49.05.72.06.19.33.15.34-.05,0-.09.03-.18.03-.27,0-.07-.09-.1-.14-.06-.07.06-.12.14-.19.2.1.06.19.11.29.17.07-.23.05-.48.05-.72,0-.24,0-.49,0-.73,0-.24,0-.49-.01-.73,0-.23,0-.48-.06-.71-.03-.14-.24-.14-.27,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.14,45.78c-.26.49-.38,1.02-.4,1.58-.01.27.01.53.06.8.04.24.09.62.31.76.1.06.22,0,.26-.1.04-.12,0-.24-.04-.36-.04-.12-.06-.24-.09-.36-.05-.24-.06-.49-.06-.73,0-.49.12-.98.29-1.44.07-.19-.23-.31-.33-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.83,46.66c-.21.27-.18.75-.16,1.07.02.19.06.39.12.57.05.17.12.39.26.52.2.19.47-.15.23-.3-.15-.1-.2-.33-.24-.49-.03-.13-.03-.24-.15-.33-.04-.03-.09,0-.1.04-.04.14.04.23.1.35.07.15.16.37.11.54h.37c-.02-.15-.11-.3-.16-.45-.06-.17-.09-.34-.11-.52-.02-.16-.03-.31-.02-.47,0-.17.04-.34,0-.51-.02-.13-.18-.11-.24-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.25,49.23c-.28-.05-.43-.47-.51-.7-.11-.28-.18-.58-.21-.88-.07-.62.07-1.21.41-1.73.34-.52.93-.84,1.5-1.06.3-.12.62-.22.93-.33.19-.06.38-.13.57-.19.17-.06.35-.12.48-.24.07-.06,0-.16-.07-.16-.19-.02-.38.05-.56.12-.21.07-.42.14-.63.21-.35.12-.69.24-1.03.38-.64.27-1.25.68-1.57,1.32-.31.59-.34,1.31-.23,1.95.06.34.17.66.31.97.12.27.3.49.62.44.05,0,.05-.09,0-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.63,45.23c-.15.15-.23.38-.3.57-.09.21-.16.42-.22.63-.12.43-.19.88-.2,1.33,0,.13.11.22.23.23.25.02.45-.27.27-.47-.03-.04-.1-.03-.13,0-.03.02-.03.03,0,.02-.03,0-.06.01-.09,0,.06.07.11.15.17.22.02-.41.07-.81.16-1.21.05-.2.1-.4.17-.59.06-.19.17-.38.2-.58.02-.14-.14-.27-.26-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.24,44.69c-.3.51-.54,1.04-.76,1.59-.11.28-.2.58-.28.87-.08.29-.17.59-.2.89-.02.19.2.26.35.2.19-.09.22-.4,0-.48-.07-.02-.14.04-.14.11.05,0,.09-.02.14-.03.04.09.07.17.11.26.09-.27.13-.56.21-.83.07-.28.16-.55.25-.82.18-.54.4-1.07.63-1.59.09-.2-.18-.37-.3-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.75,44.51c-.17.3-.29.64-.43.96-.14.35-.28.69-.42,1.04-.13.33-.26.65-.4.98-.07.17-.14.35-.21.52-.07.17-.15.34-.19.52-.07.3.4.42.46.13.03-.16.14-.36.02-.5-.02-.03-.08-.03-.11-.01-.09.06-.1.21-.21.22.09.12.18.23.27.35.17-.3.28-.66.4-.98.13-.35.27-.7.4-1.04.13-.33.25-.66.38-.99.13-.34.29-.69.37-1.05.05-.2-.23-.33-.34-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.54,44.1c-.12.17-.19.37-.28.55-.1.21-.19.41-.29.62-.18.4-.36.79-.53,1.19-.18.4-.35.8-.53,1.2-.18.4-.37.79-.51,1.21-.06.19.13.33.3.3.22-.04.33-.32.21-.51-.06-.09-.19-.07-.22.03.05,0,.04,0-.02.02.02,0,.04,0,.06,0-.03,0-.07-.01-.1,0,.07.12.14.24.21.36.21-.38.37-.79.54-1.19.17-.4.35-.8.52-1.2.17-.4.35-.8.52-1.2.08-.19.16-.38.24-.57.09-.21.19-.42.24-.64.05-.22-.24-.34-.36-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.45,44.03s0-.01,0-.02c-.02.07-.03.13-.05.2-.02.01-.03.02-.05.03-.05,0-.11-.01-.16-.02,0,0,.01,0,.02.01-.03-.04-.06-.08-.1-.12,0-.02,0-.04,0-.06-.02.03-.04.07-.06.1-.03.05-.06.1-.09.15-.06.1-.12.2-.17.31-.11.21-.23.41-.34.62-.22.42-.43.84-.63,1.26-.2.43-.39.85-.58,1.29-.09.22-.18.44-.27.66-.09.21-.19.44-.24.66-.02.1.01.21.11.26.1.06.27.03.32-.08.1-.23.15-.44.11-.69-.02-.09-.14-.07-.16,0-.05.13-.14.29-.26.37.11.11.21.21.32.32.14-.23.22-.51.32-.76.1-.25.21-.5.31-.75.22-.5.44-1,.68-1.5.24-.49.48-.99.74-1.47.06-.12.13-.24.19-.37.05-.1.13-.21.13-.33,0-.26-.32-.31-.45-.12-.04.06-.03.14,0,.2,0,0,0,.01,0,.02.11.19.45.06.37-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.12,43.46c-.52.79-.99,1.6-1.43,2.43-.22.42-.43.83-.64,1.26-.21.42-.42.85-.57,1.3h.45c-.02-.06-.07-.11-.08-.16-.03-.1-.18-.13-.23-.03-.02.03-.08.08-.11.14-.13.27.26.5.4.23.21-.4.39-.81.58-1.22.2-.42.41-.85.63-1.26.43-.83.9-1.65,1.38-2.46.15-.25-.23-.46-.38-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.79,43.28c-.54.8-1.03,1.63-1.51,2.47-.24.42-.48.84-.71,1.26-.12.21-.23.42-.34.64-.12.22-.29.46-.34.7-.07.29.33.38.43.12.11-.29.28-.56.37-.86.03-.09-.08-.15-.15-.09-.23.22-.39.5-.6.73.11.11.21.21.32.32.16-.18.25-.42.35-.63.11-.21.22-.43.34-.64.23-.43.45-.85.69-1.27.47-.86.97-1.71,1.45-2.57.11-.2-.17-.36-.3-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.01,43.53c-.47.79-.91,1.58-1.34,2.39-.21.4-.42.81-.62,1.22-.21.42-.45.86-.6,1.3.16.02.31.04.47.06,0-.08,0-.16.05-.23.05-.08-.01-.2-.11-.19-.25.02-.38.19-.41.43-.03.24.33.31.44.12.11-.19.19-.4.28-.59.1-.22.2-.43.31-.65.2-.41.4-.82.61-1.23.42-.81.86-1.62,1.31-2.41.15-.25-.24-.48-.39-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.6,43.36c-.42.76-.83,1.52-1.24,2.29-.2.38-.41.77-.61,1.15-.1.18-.19.37-.29.55-.11.2-.23.4-.31.61-.1.28.34.39.45.12.06-.15.13-.29.19-.44.05-.14-.13-.22-.23-.13-.12.11-.23.23-.35.35.12.09.24.19.36.28.12-.16.2-.36.3-.54.1-.18.19-.37.29-.55.2-.38.4-.77.6-1.15.4-.77.8-1.54,1.2-2.32.12-.24-.23-.45-.36-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.8,43.41c-.33.67-.66,1.33-.99,2-.34.68-.71,1.36-1.01,2.06-.14.32.31.51.44.19.05-.13.09-.26.15-.39.06-.13.11-.28.14-.42.02-.09-.08-.15-.15-.09-.22.21-.4.47-.58.71.14.08.28.16.42.24.36-.65.66-1.33.99-2,.34-.69.67-1.37,1.01-2.06.14-.28-.28-.52-.42-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.94,43.81c-.51,1.13-1.01,2.28-1.49,3.42.16.02.33.04.49.07.08-.87.38-1.69.77-2.46.21-.4.43-.79.67-1.18.23-.38.46-.79.75-1.14.14-.16-.03-.4-.23-.3-.95.5-1.81,1.18-2.62,1.88-.21.18.07.55.3.39.7-.49,1.39-.98,2.09-1.47.16-.11.15-.31,0-.43-.26-.19-.57-.07-.83.04-.31.13-.63.27-.93.41-.64.29-1.27.6-1.88.93-.24.13-.08.53.19.45.96-.32,1.84-.79,2.64-1.41.2-.15-.02-.48-.24-.41-1.14.37-2.25.88-3.22,1.58-.24.18-.02.58.24.41.98-.63,2-1.17,3.11-1.53-.08-.14-.16-.27-.24-.41-.72.56-1.55,1-2.43,1.28.06.15.13.3.19.45.53-.28,1.07-.55,1.62-.8.27-.13.55-.25.82-.37.14-.06.28-.13.43-.18.1-.04.2-.09.29-.02v-.43c-.7.49-1.39.98-2.09,1.47.1.13.2.26.3.39.79-.68,1.63-1.27,2.46-1.91-.09-.09-.17-.17-.26-.26-.23.41-.54.77-.81,1.16-.26.39-.51.79-.73,1.2-.43.83-.74,1.71-.85,2.64-.03.24.37.35.47.13.5-1.14.99-2.29,1.45-3.44.1-.24-.32-.42-.42-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.86,45.82c.13-.09.21-.21.3-.33.1-.14.22-.27.35-.4.26-.26.55-.48.86-.68.64-.41,1.35-.72,2.05-1.03.83-.37,1.67-.72,2.51-1.07.41-.17.82-.34,1.23-.51.2-.08.39-.18.58-.27.23-.1.47-.19.7-.27-.04-.05-.08-.1-.11-.15-.23.34-.49.66-.74.98-.05.06.03.15.09.09.32-.29.58-.62.83-.97.05-.07-.03-.18-.11-.15-.21.07-.42.15-.62.22-.23.08-.46.13-.69.21-.44.16-.87.32-1.29.49-.87.35-1.73.73-2.58,1.13-.7.32-1.41.65-2.05,1.09-.3.2-.57.43-.82.69-.21.23-.52.56-.52.89,0,.03.03.05.05.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.68,47.93c-.41.19-.77.57-.6,1.05.08.23.29.35.52.38.26.03.52-.16.72-.31.14-.1.16-.37-.05-.41-.54-.1-1.1-.11-1.65-.07-.3.03-.31.49,0,.47,1-.05,1.96-.43,2.71-1.1.24-.21-.11-.55-.35-.35-.33.28-.7.5-1.09.68-.12.05-.16.24-.09.34.39.54,1.08.09,1.49-.18.53-.35.98-.8,1.35-1.31-.14-.08-.29-.17-.43-.25-.38.72-.98,1.81-1.97,1.61v.5c.9-.29,1.75-.72,2.51-1.28-.11-.11-.22-.22-.34-.34-.34.77-1.14,1.11-1.92,1.29-.43.1-.89.2-1.33.21-.37,0-.73-.19-.81-.57-.03-.17-.27-.14-.31,0-.15.47.25.87.67,1.01.27.09.57.07.85.03.28-.04.56-.09.83-.15.96-.19,2-.62,2.43-1.57.05-.1.05-.21-.04-.3-.07-.07-.21-.1-.3-.04-.73.53-1.54.94-2.4,1.21-.23.07-.26.44,0,.5.56.12,1.1-.09,1.54-.44.46-.36.74-.91,1.01-1.42.15-.29-.25-.51-.43-.25-.28.38-.62.73-1,1.01-.19.14-.4.27-.61.39-.08.04-.16.07-.25.1-.03,0-.06,0-.09,0-.02,0-.05-.04-.03,0-.03.11-.06.23-.09.34.43-.19.83-.45,1.18-.76-.12-.12-.23-.23-.35-.35-.65.58-1.49.92-2.36.97v.47c.53-.05,1.06-.03,1.59.03-.05-.13-.11-.26-.16-.38-.13.12-.49.4-.59.1-.09-.26.19-.48.39-.59.18-.11.02-.36-.16-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.8,48.14c0,.36.17.67.4.93.16.17.64.58.87.37.03-.03.04-.07.03-.11-.03-.12-.17-.16-.27-.21-.13-.07-.25-.15-.36-.26-.22-.21-.36-.47-.47-.75-.04-.11-.2-.1-.2.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.97,48.71c-.17,0-.22.14-.2.29.04.24.27.37.46.48.48.27,1.05.35,1.59.29.57-.06,1.1-.28,1.57-.59.45-.3.94-.69,1.15-1.2.03-.07-.07-.13-.13-.1-.37.23-.65.58-.99.85-.36.28-.77.5-1.21.62-.43.12-.89.14-1.32.04-.21-.05-.41-.12-.59-.23-.04-.02-.44-.28-.31-.36.04-.03.03-.1-.03-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.85,48.95s-.01.01-.02.02c.02,0,.04,0,.05-.01,0,0-.01,0-.02,0-.03-.01-.08,0-.1.03-.04.05-.08.09-.08.15,0,.06.06.11.12.09.05-.01.08-.06.11-.09.03-.03.04-.08.02-.12,0,0,0,0-.01-.01v.06s0-.01.01-.02c.03-.05-.04-.1-.08-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.14,49.42c-.14-.1-.22-.26-.33-.4-.1-.13-.18-.27-.25-.42-.14-.3-.2-.64-.2-.97,0-.4.1-.78.23-1.16.13-.4.35-.78.45-1.19.02-.06-.07-.12-.11-.07-.29.33-.48.76-.65,1.17-.16.4-.25.85-.24,1.29,0,.38.09.75.25,1.09.08.17.19.33.32.47.13.14.31.2.48.28.07.03.12-.06.06-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.76,49.48c.18.16.35.29.58.38.23.1.47.15.72.18.52.06,1.05-.03,1.55-.2.52-.18.97-.48,1.38-.83.21-.18.4-.37.58-.57.09-.1.17-.2.24-.3.08-.11.18-.23.21-.36.01-.05-.04-.09-.09-.07-.09.05-.17.13-.24.21-.08.09-.17.17-.25.26-.17.19-.35.37-.53.54-.37.34-.8.63-1.26.85-.89.43-2,.37-2.86-.14-.03-.02-.06.02-.04.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.46,43.6c.11.18.28.33.41.49.15.18.28.38.4.58.11-.08.22-.17.33-.25-.16-.18-.32-.37-.48-.55-.17-.19-.33-.42-.54-.57-.17-.12-.35.11-.27.27.11.21.31.38.46.55.18.2.35.4.53.59.16.18.45-.05.33-.25-.12-.2-.26-.39-.41-.57-.15-.19-.33-.4-.54-.51-.14-.07-.32.08-.23.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.32,43.43s-.06-.05-.08-.08c0,.02,0,.03,0,.05,0,0,0,0,0,0,.01-.02.02-.05,0-.08-.1-.13-.12-.28-.06-.43-.04.02-.07.04-.11.06.17.03.31.09.44.2.12.1.19.23.29.34.02.03.07,0,.07-.03,0-.37-.43-.64-.75-.68-.05,0-.09.01-.11.06-.07.2-.02.41.11.57.02.02.05.03.07.02,0,0,.07.05.08.05.03.01.07-.02.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.53,43.39c.35.69.73,1.37,1.16,2.01.03.05.09.1.16.09.02,0,.04,0,.06,0,.04,0,.06-.03.07-.06,0-.01.01-.02.02-.03.03-.05.03-.13,0-.18-.39-.67-.83-1.31-1.29-1.93-.08-.1-.23-.02-.17.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.22,43.75c-.1.1-.08.22-.06.35.02.15.05.3.08.45.07.3.15.6.25.89.1.29.21.58.32.86.06.14.12.29.19.43.07.16.13.31.31.37.1.04.2-.04.23-.13.04-.14-.02-.25-.07-.38-.06-.14-.12-.28-.19-.42-.12-.28-.23-.57-.33-.86-.1-.29-.2-.58-.29-.88-.05-.15-.09-.29-.14-.44-.04-.12-.08-.22-.2-.26-.03-.01-.07,0-.09.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.56,44.22c-.04.31.07.66.13.96.07.34.17.67.27,1,.1.31.21.62.34.92.07.16.14.32.23.47.07.12.16.25.32.22.29-.06,0-.62-.06-.76-.13-.32-.25-.65-.36-.97-.11-.31-.2-.62-.28-.94-.09-.32-.12-.69-.28-.98-.08-.16-.29-.06-.31.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M2.96,44.56c0,.2.06.41.11.6.06.22.11.44.17.66.11.42.22.84.34,1.26.11.42.23.84.34,1.26.06.2.11.4.17.6.05.18.11.44.29.53.07.03.14.02.18-.05.1-.16.03-.38,0-.55-.05-.22-.11-.44-.17-.66-.11-.42-.22-.84-.34-1.26-.12-.42-.23-.84-.35-1.26-.06-.2-.12-.4-.17-.6-.06-.21-.11-.44-.23-.63-.09-.15-.34-.09-.34.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.46,45.03c-.01.2.04.4.08.59.04.22.1.44.15.66.1.44.22.87.33,1.3.11.41.23.82.35,1.23.06.21.13.43.2.64.07.2.13.41.26.58.1.12.26.01.27-.11.02-.2-.05-.4-.1-.58-.06-.22-.12-.43-.18-.65-.12-.41-.24-.82-.35-1.23-.12-.41-.23-.82-.34-1.23-.06-.22-.12-.43-.18-.65-.06-.2-.11-.43-.22-.61-.07-.12-.25-.06-.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.76,45.18c.19.87.44,1.73.68,2.59.12.44.24.88.37,1.32.06.22.13.44.19.66.06.21.13.44.25.62.09.13.3.08.3-.08,0-.2-.05-.4-.1-.6-.06-.22-.12-.44-.19-.66-.13-.44-.26-.88-.39-1.32-.26-.88-.51-1.76-.82-2.62-.07-.19-.34-.12-.3.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.32,45.61c0,.41.13.84.22,1.23.1.43.21.86.33,1.29.11.41.23.81.36,1.22.07.21.14.42.21.63.06.18.11.44.29.54.1.06.2,0,.24-.1.07-.17-.05-.39-.1-.56-.07-.21-.13-.42-.2-.63-.13-.4-.25-.81-.37-1.21-.12-.41-.23-.81-.34-1.22-.11-.41-.18-.87-.36-1.25-.06-.14-.27-.06-.27.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.76,45.96c-.05.19.02.38.07.56.05.2.1.4.16.6.11.4.22.8.34,1.2.12.4.23.8.35,1.2.03.1.35,1.12.35,1.12.04,0,.09-.01.13-.02.01.05.02.09.03.14-.03,0-.06,0-.08.01,0,0,.02,0,.02,0,.08.02.17-.07.11-.14-.09-.13-.27-.08-.32.07-.06.22.3.37.43.19.18-.23.06-.48,0-.72-.08-.3-.17-.6-.26-.9-.17-.58-.34-1.15-.52-1.73-.08-.28-.17-.56-.26-.83-.08-.26-.14-.61-.34-.81-.06-.06-.18-.04-.2.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M5.54,47.74c.13.44.26.87.39,1.31.07.22.13.44.2.65.04.12.07.24.11.36.02.06.04.12.06.18.01.03,0,.05.02.03.04-.03.08-.06.11-.09,0,0,.01,0,.02,0,.04.02.08.03.12.05,0,.04,0,.08,0,.11.02-.03.03-.09,0-.13,0,0,0,0,0,0-.04-.06-.09-.08-.16-.07,0,0,0,0-.01,0-.05,0-.09.06-.11.11-.07.21.17.4.36.28.29-.17.05-.67-.02-.9-.2-.67-.39-1.35-.59-2.02-.09-.31-.59-.18-.49.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M5.74,47.08c.21,1.16.49,2.34.86,3.46.09.26.43.19.46-.06.02-.17-.12-.36-.29-.39-.09-.01-.16.05-.14.14.01.08,0,.11-.02.19h.45c-.32-1.15-.63-2.29-.89-3.45-.06-.28-.47-.16-.42.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.3,47.05c.14.57.28,1.13.4,1.7.12.59.19,1.19.29,1.78.13-.07.25-.15.38-.22-.07-.08-.14-.16-.24-.2-.04-.01-.09,0-.1.04-.05.1-.05.21-.05.32,0,.3.47.29.46,0-.04-.6-.17-1.2-.29-1.78-.12-.59-.28-1.17-.48-1.74-.08-.22-.41-.14-.36.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.78,47.66c.05.41.1.81.15,1.22.05.42.08.86.16,1.28.05.26.48.2.45-.06-.04-.36-.04-.73-.04-1.09,0-.36.01-.73.07-1.09-.16-.02-.31-.04-.47-.06.06.74.19,1.48.3,2.22.04.29.5.21.5-.07,0-.81,0-1.63,0-2.44,0-.28-.45-.35-.49-.07-.05.37-.07.74-.05,1.12.01.2.04.4.08.59.04.2.06.39.22.52.11.09.27.06.32-.08.06-.18,0-.34-.03-.52-.04-.17-.06-.34-.07-.51-.03-.35-.02-.71.03-1.05h-.5c0,.81,0,1.63,0,2.44.17-.02.33-.05.5-.07-.1-.71-.17-1.44-.32-2.15-.06-.27-.46-.2-.47.06,0,.36-.03.73-.04,1.09,0,.38.01.77.01,1.15h.46c-.03-.41-.1-.81-.14-1.22-.05-.41-.1-.81-.15-1.22-.02-.13-.1-.24-.24-.24-.12,0-.25.11-.24.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.8,46.6c-.04-.14-.07-.28-.1-.43-.11.06-.22.13-.33.19.67.58,1.36,1.14,2.05,1.7.21.18.51-.11.31-.31-.69-.68-1.39-1.36-2.08-2.04-.09.12-.18.23-.27.35.69.49,1.38.99,2.07,1.48.08-.13.15-.26.23-.39-.82-.51-1.64-1.03-2.46-1.55-.06.13-.11.27-.17.4.88.25,1.69.7,2.36,1.32.09-.12.18-.23.27-.35-.86-.65-1.71-1.29-2.57-1.94-.07.13-.15.25-.22.38.59.33,1.17.69,1.72,1.08.56.39,1.08.82,1.61,1.24.21.17.5-.1.3-.3-.99-.96-2.19-1.74-3.41-2.4-.26-.14-.44.21-.22.38.85.65,1.71,1.3,2.56,1.95.2.16.46-.18.27-.35-.73-.67-1.61-1.16-2.56-1.43-.25-.07-.38.27-.17.4.82.52,1.64,1.03,2.46,1.55.25.16.46-.22.23-.39-.69-.5-1.38-.99-2.07-1.48-.21-.15-.45.18-.27.35.7.68,1.39,1.36,2.09,2.04.1-.1.21-.21.31-.31-.69-.56-1.38-1.13-2.08-1.67-.16-.13-.44.03-.31.24.08.12.15.24.22.37.07.13.28.04.24-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.76,46.98c-.05-.05-.2-.15-.2-.23-.08.02-.16.04-.24.06.07.16.31.28.45.39.16.13.32.26.47.4.15.14.3.29.43.45.12.14.25.3.44.31.04,0,.09-.03.1-.07.05-.19-.08-.36-.2-.5-.14-.17-.31-.33-.47-.48-.17-.15-.34-.29-.53-.41-.15-.1-.38-.28-.58-.26-.16.02-.16.27,0,.25.09,0,.19.12.26.17.05.04.11-.02.07-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.41,47.45c.32.26.57.59.74.97.09.18.14.39.17.58,0,.08.02.18,0,.25,0,.03-.03.05-.05.08-.04.07-.02.06.05-.03-.05.02-.05.02,0,0-.05,0-.09.03-.1.08,0,.02,0,.04,0,.06,0,.07.04.12.11.14.23.08.38-.16.4-.36.02-.26-.06-.55-.15-.79-.19-.51-.55-.93-1.04-1.16-.1-.05-.23.08-.13.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.82,48.3c.24.34.27.79.04,1.14.12.02.25.03.37.05-.05-.31-.12-.6-.11-.92-.11.02-.22.03-.34.05.16.47.19.99-.14,1.41.12.05.24.1.36.15-.04-.42.03-.83.22-1.2h-.36c.17.26.15.56.01.83-.16.32-.48.47-.82.53-.83.14-1.6-.46-2.21-.93-.15-.11-.39.07-.32.24.34.85,1.28,1.35,2.17,1.13.19-.05.22-.38,0-.41-.4-.05-.8-.1-1.2-.16-.09-.01-.18,0-.23.09-.04.07-.04.19.03.25.38.3.81.51,1.27.62.1.02.21.04.31.05.15.02.22,0,.31-.13.14-.19.24-.41.28-.64.02-.15-.09-.29-.25-.25-.32.08-.62.2-.91.36-.11.06-.14.24-.04.32.27.22.67.26.92,0,.14-.14-.03-.35-.21-.27-.13.06-.31.08-.43-.01-.01.11-.03.21-.04.32.26-.14.53-.24.81-.32-.08-.08-.17-.17-.25-.25-.03.2-.1.39-.24.54.05-.02.1-.04.14-.06-.51-.05-1-.25-1.41-.57-.07.11-.13.23-.2.34.4.06.79.12,1.19.18v-.41c-.65.16-1.39-.21-1.64-.83-.11.08-.21.16-.32.24.78.6,1.66,1.2,2.69.95.81-.2,1.41-1.19.91-1.95-.08-.13-.28-.15-.36,0-.23.43-.34.93-.28,1.42.02.22.26.28.39.11.37-.49.48-1.27.12-1.79-.11-.16-.35-.06-.31.13.07.31.04.61.05.92,0,.2.27.27.38.1.3-.47.24-1.13-.18-1.51-.11-.1-.3.03-.21.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M1.42,43.32s-.23-.32-.25-.35c-.09-.13-.19-.25-.28-.38-.01.04-.02.08-.03.13.16-.08.3.02.41.14.1.1.16.3.29.36.03.01.06,0,.07-.03.06-.19-.19-.44-.32-.55-.16-.13-.36-.18-.54-.08-.06.03-.05.1-.02.15.15.18.29.37.44.55.08.1.19.25.32.14.02-.02.03-.05.02-.07-.01-.06-.07-.11-.13-.07-.04.02-.01.08.03.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M.86,42.6c-.03.19-.02.33.09.5.1.15.26.27.45.27.04,0,.05-.05.02-.07-.13-.07-.25-.15-.34-.27-.08-.1-.16-.28-.16-.41,0-.03-.05-.04-.06,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M.83,42.72c.17-.1.44.15.57.23.21.13.4.28.61.4.4.24.79.49,1.18.74.79.5,1.57,1.01,2.33,1.54.61.43,1.21.87,1.74,1.39.25.25.48.53.67.83.19.31.31.66.51.97.05.08.17.04.18-.05.04-.38-.14-.76-.33-1.07-.2-.33-.45-.63-.72-.91-.57-.58-1.25-1.02-1.93-1.45-.85-.54-1.7-1.09-2.57-1.62-.43-.26-.86-.55-1.31-.78-.21-.1-.4-.23-.61-.32-.09-.04-.25-.07-.32.03,0,0-.01.02-.02.03-.01.02.01.04.03.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M4.32,44.93c-.09-.08-.13-.18-.21-.26-.06.07-.11.14-.17.21.14.1.31.16.46.25.17.09.33.2.49.3.15.1.29.21.42.32.07.06.13.11.2.17.04.04.08.07.12.11.07.07-.09,0,.07-.08.05,0,.1-.01.15-.02-.57-.21-1.09-.51-1.54-.91-.08.1-.16.2-.24.3.43.27.81.59,1.18.93.36.34.74.67,1.05,1.07.17.21.32.46.41.71.08.2.14.57-.07.72-.17.12-.28-.29-.3-.38-.08-.29-.1-.59-.07-.89-.04.06-.07.12-.11.18-.02,0-.03,0-.05,0,.02.02.04.04.05.06.03.04.05.09.07.13.06.13.12.26.18.39.11.25.22.51.4.73.12.14.31-.02.28-.16-.04-.23-.16-.46-.25-.67-.1-.21-.18-.43-.3-.63-.1-.16-.27-.3-.47-.27-.28.05-.24.35-.23.57.01.38.08.87.34,1.16.28.31.75.24.9-.16.07-.18.03-.4-.06-.57-.06-.1-.13-.18-.2-.27-.06-.08-.1-.17-.15-.26-.21-.36-.41-.73-.64-1.08-.44-.69-1.08-1.23-1.77-1.67-.18-.12-.4.16-.24.3.31.28.66.53,1.03.73.19.1.38.18.58.26.11.04.17.05.28,0,.09-.04.12-.16.12-.25,0-.19-.17-.32-.3-.43-.17-.15-.35-.29-.54-.41-.18-.12-.36-.22-.55-.32-.19-.09-.41-.21-.63-.25-.14-.03-.26.18-.11.25.11.05.23.05.33.1.03.02.07-.03.04-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.09,34.18c-.2-.18-.28-.44-.18-.69-.08.05-.16.09-.24.14-.04-.02,0,.04,0,.08.02.07,0,.16,0,.24,0,.2,0,.41,0,.61,0,.41,0,.82.01,1.22h.44c-.02-.51-.04-1.02-.05-1.52,0-.26-.02-.52-.03-.78,0-.18-.02-.4.1-.55-.13-.03-.25-.07-.38-.1.14.55.36,1.09.65,1.58.13.22.41.1.44-.12.09-.68-.03-1.37-.32-1.98-.12-.25-.56-.07-.45.19.27.67.67,1.28,1.18,1.79.15.15.46.05.43-.18-.06-.66-.28-1.28-.65-1.83-.13.1-.27.21-.4.31.79,1.02,1.59,2.04,2.38,3.06.18.23.57-.07.4-.31-.35-.52-.7-1.04-1.06-1.56-.13.1-.27.21-.4.31.46.39,1.11.97.9,1.64-.1.32-.39.61-.64.82-.26.22-.58.36-.9.45-.16.04-.24.24-.16.38.3.51.86.83,1.45.82.26,0,.35-.35.13-.48-.31-.2-.72-.2-1.02.01-.18.12-.17.42.06.47.22.06.44.11.66.17.11.03.24-.01.29-.12.06-.12.12-.25.18-.38.13-.29-.29-.55-.44-.26-.06.12-.13.24-.19.37.1-.04.2-.08.29-.12-.22-.06-.44-.11-.66-.17.02.16.04.32.06.47.16-.11.33-.12.5,0,.04-.16.09-.32.13-.48-.41,0-.79-.21-1-.57-.05.13-.1.26-.16.38.79-.2,1.59-.79,1.88-1.58.33-.88-.4-1.67-1.02-2.2-.21-.18-.58.05-.4.31.35.52.7,1.04,1.06,1.56.13-.1.27-.21.4-.31-.79-1.02-1.59-2.04-2.38-3.06-.18-.23-.57.07-.4.31.32.47.53,1,.59,1.57.14-.06.29-.12.43-.18-.47-.47-.83-1.02-1.09-1.62-.14.08-.28.17-.43.25.27.54.35,1.14.27,1.73.15-.04.29-.08.44-.12-.27-.46-.48-.95-.62-1.46-.04-.15-.27-.24-.38-.1-.32.4-.23.93-.21,1.4.02.59.04,1.18.07,1.77.01.28.44.28.44,0,0-.51-.01-1.02-.02-1.53,0-.35.09-.95-.39-1.01-.12-.01-.18.1-.2.2-.05.35.08.73.35.96.15.12.36-.08.21-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M3.28,38.32c.27.22.6.4.91.55.33.17.67.29,1.03.35.66.11,1.34,0,1.82-.49.44-.44.6-1.1.59-1.71,0-.39-.1-.77-.22-1.14-.06-.18-.12-.36-.19-.54-.06-.15-.15-.35-.29-.44-.04-.02-.09,0-.1.04-.03.14.02.3.06.43.06.16.12.32.18.48.11.32.2.66.23,1,.06.55-.05,1.15-.41,1.59-.39.48-1.06.64-1.65.55-.33-.05-.64-.17-.94-.31-.31-.15-.6-.36-.92-.5-.08-.03-.17.06-.1.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.15,6.61c.2.07.3.2.41.37v-.17c-.32.56-.64,1.11-.95,1.67-.08.14.05.36.22.29,1.04-.43,1.88-1.17,2.46-2.13.09-.14-.03-.31-.18-.32-.65-.03-1.24.33-1.65.81-.21.25-.37.54-.49.84-.06.16.14.34.24.42.11.09.24.14.38.17.62.13,1.23-.22,1.7-.57.56-.43,1.02-.98,1.33-1.61.08-.16-.06-.43-.26-.34-.63.27-1.16.69-1.57,1.23-.2.26-.35.55-.48.86-.06.14-.18.38-.1.53.09.14.21.24.36.3.74.28,1.23-.48,1.58-.99.44-.64.84-1.36.83-2.16,0-.17-.2-.3-.35-.2-1,.66-1.75,1.66-2.08,2.81-.03.12.04.27.17.3.95.18,1.94-.64,1.86-1.63-.01-.13-.1-.24-.24-.24-1.46-.04-2.84.47-4.18.99-.18.07-.26.34-.06.45,1.32.71,2.87.9,4.33.55.27-.06.21-.5-.07-.48-.94.06-1.88.11-2.82.17-.33.02-.31.46,0,.5,1.21.14,2.45,0,3.6-.42-.04-.16-.09-.32-.13-.48-1.3.48-2.66.76-4.04.84-.24.01-.36.34-.13.47,1.24.67,2.64-.06,3.7-.75,1.32-.85,2.62-1.71,3.93-2.57.27-.18.04-.58-.25-.43-1.29.64-2.51,1.41-3.65,2.28-.09.07-.15.16-.12.28.04.13.18.22.31.18.89-.28,1.77-.57,2.66-.85.31-.1.18-.53-.13-.48-1.45.24-2.86.66-4.21,1.25-.19.08-.14.42.06.45.41.07.82.08,1.23.03.2-.03.41-.06.61-.13.21-.07.41-.17.61-.27.24-.11.03-.45-.2-.35-.3.14-.69.2-1.01.25-.36.05-.73.05-1.09-.01.02.15.04.3.06.45,1.31-.57,2.69-.96,4.1-1.2-.04-.16-.09-.32-.13-.48-.89.28-1.78.57-2.66.85.06.15.13.31.19.46,1.14-.87,2.36-1.64,3.65-2.28-.08-.14-.17-.29-.25-.43-1.25.81-2.49,1.62-3.74,2.44-.93.61-2.26,1.49-3.39.88-.04.16-.08.31-.13.47,1.43-.08,2.83-.37,4.17-.87.3-.11.17-.59-.13-.48-1.11.4-2.29.54-3.47.4v.5c.94-.06,1.88-.12,2.82-.18-.02-.16-.04-.32-.07-.48-1.33.32-2.75.13-3.95-.5-.02.15-.04.3-.06.45,1.3-.5,2.63-1.02,4.05-.98-.08-.08-.16-.16-.24-.24.06.65-.58,1.29-1.25,1.16.06.1.11.2.17.3.3-1.03.95-1.94,1.85-2.53-.12-.07-.23-.13-.35-.2.01.7-.35,1.32-.73,1.88-.17.26-.34.53-.58.73-.15.13-.46.21-.59,0,0,.06.02.12.02.18.28-.97.98-1.74,1.89-2.14-.11-.11-.21-.21-.32-.32-.31.64-.77,1.2-1.36,1.6-.26.18-.53.32-.85.38-.23.04-.51.01-.64-.2,0,.06.01.11.02.17.27-.71.91-1.35,1.71-1.35-.06-.11-.12-.21-.18-.32-.48.88-1.27,1.58-2.2,1.96.07.1.15.19.22.29.26-.47.51-.95.76-1.42.05-.1.13-.21.16-.32.03-.11-.06-.2-.13-.27-.14-.15-.34-.24-.53-.27-.14-.02-.19.16-.06.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.34,3.95c.15-.24.31-.46.47-.69.12-.18-.17-.4-.3-.23-.6.76-1.11,1.59-1.56,2.45.12.07.24.14.37.21.43-1,.86-2,1.29-3,.11-.25-.25-.47-.37-.22-.28.58-.57,1.15-.86,1.73-.12.25.23.46.38.22.67-1.06,1.16-2.23,1.44-3.45-.14-.02-.27-.04-.41-.06-.1,1.37-.26,2.74-.36,4.11h.4c0-.94,0-1.88.02-2.81-.13.02-.25.03-.38.05.17.64.23,1.3.14,1.96.13.02.26.04.39.05,0-.19,0-.37.01-.56-.13.02-.26.03-.39.05.2.58.24,1.19.11,1.79h.39c-.29-.71-.58-1.41-.86-2.12-.06-.16-.27-.21-.37-.05-.53.83-.91,1.76-1.1,2.73-.05.24.25.36.39.16.26-.36.43-.78.51-1.21.03-.18-.14-.33-.31-.24-1.16.63-1.66,2.14-1.15,3.34.06.13.24.12.33.04.54-.47.78-1.2.66-1.9-.02-.11-.16-.18-.26-.15-.95.29-1.28,1.69-.53,2.36.16.15.4,0,.36-.21-.09-.43-.33-.79-.69-1.04.03.1.05.2.08.29.31-.44.63-.87.92-1.33.11-.18-.16-.39-.29-.23-.35.43-.67.89-.99,1.34-.07.1-.01.23.08.29.26.19.43.47.49.79.12-.07.24-.14.36-.21-.51-.45-.32-1.44.34-1.65-.09-.05-.17-.1-.26-.15.09.56-.13,1.12-.56,1.49.11.01.22.03.33.04-.43-1,.05-2.26,1-2.76-.1-.08-.21-.16-.31-.24-.08.41-.23.78-.47,1.11.13.05.26.11.39.16.19-.94.54-1.83,1.05-2.64-.12-.02-.25-.03-.37-.05.29.71.57,1.41.86,2.12.07.16.34.22.39,0,.14-.67.1-1.36-.12-2-.07-.21-.38-.18-.39.05,0,.19,0,.37-.01.56,0,.22.36.28.39.05.1-.73.06-1.46-.15-2.17-.06-.21-.38-.17-.38.05,0,.94-.02,1.88-.04,2.81,0,.26.38.25.4,0,.14-1.37.23-2.74.37-4.11.02-.24-.35-.28-.41-.05-.3,1.18-.77,2.3-1.42,3.34.13.07.25.15.38.22.28-.58.56-1.16.85-1.73-.12-.07-.25-.14-.37-.22-.43,1-.86,2-1.29,3-.1.24.24.46.37.21.45-.84.96-1.64,1.49-2.43-.12-.05-.23-.1-.35-.15-.1.26-.19.51-.29.77-.04.1.12.16.17.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.31,8.08c.2-.35.34-.77.3-1.17-.02-.22-.32-.27-.39-.05-.21.68-.4,1.36-.59,2.05.13.04.27.07.4.11.15-.62.3-1.24.45-1.86.15-.64.32-1.28.48-1.92-.15-.04-.3-.08-.46-.13-.13.97-.25,1.94-.37,2.91-.04.28.4.31.48.06.27-.85.47-1.73.6-2.61-.16-.02-.33-.04-.49-.07-.12,1.78.03,3.58.43,5.31.05.24.44.25.49,0,.3-1.57.12-3.17-.48-4.65-.12-.3-.56-.19-.49.14.25,1.25.51,2.5.76,3.75.07.33.56.19.5-.14-.18-.95-.39-1.91-.5-2.87-.1-.86-.09-1.76.31-2.54.16-.3-.26-.53-.45-.26-.36.5-.5,1.08-.42,1.69.03.24.41.17.41-.06.02-.49.17-.97.45-1.37-.15-.09-.3-.17-.45-.26-.44.85-.49,1.81-.39,2.75.11,1.03.34,2.05.53,3.06.17-.05.33-.09.5-.14-.26-1.25-.52-2.5-.78-3.74-.16.07-.31.13-.47.2.59,1.34.73,2.88.46,4.32h.49c-.39-1.7-.53-3.44-.42-5.18.02-.28-.45-.35-.49-.07-.12.89-.32,1.76-.59,2.61.16.02.32.04.48.06.12-.95.24-1.9.35-2.84.03-.27-.41-.32-.46-.06-.14.62-.27,1.25-.42,1.87-.15.64-.31,1.28-.46,1.92-.06.26.33.37.4.11.19-.68.39-1.37.57-2.05h-.38c.06.35.04.68-.11,1-.06.13.12.25.2.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.64,19.26c.07-.49.17-.98.24-1.47h-.35c.18.82.41,1.63.62,2.44.06.22.41.18.4-.05-.04-1.07-.28-2.14-.71-3.13-.13.08-.26.15-.4.23.42.61.72,1.29.89,2.02.15-.04.31-.08.46-.13-.16-.62-.41-1.22-.75-1.76-.16-.26-.54-.03-.41.24.49,1,.84,2.06,1.05,3.15.15-.04.3-.08.45-.13-.26-.8-.54-1.61-.8-2.41-.14.06-.28.12-.41.17.29.5.51,1.03.68,1.58.08.27.14.54.19.81.03.14.04.29.06.43.02.15.06.29.09.44.12-.03.23-.06.35-.1-.21-.62-.33-1.26-.47-1.9-.12.05-.23.1-.35.15.61,1.05,1,2.38.64,3.58-.13.43-.39.88-.84,1.04-.15.05-.26.06-.32.23-.04.12-.03.26,0,.39.05.27.28.49.53.57.11.03.26-.04.27-.16.08-.52.17-1.05.22-1.57.02-.23-.36-.28-.4-.05-.1.5-.17,1.01-.25,1.51.09-.05.18-.1.27-.16-.19-.06-.27-.27-.21-.45-.05.05-.1.1-.15.15.92-.19,1.33-1.18,1.41-2.03.11-1.11-.22-2.34-.86-3.25-.12-.17-.41-.07-.35.15.18.63.38,1.25.48,1.89.03.21.35.15.36-.05,0-.15.03-.3.01-.44-.01-.15-.04-.3-.06-.45-.05-.29-.12-.58-.2-.87-.17-.59-.42-1.15-.73-1.68-.13-.22-.5-.07-.41.17.26.8.52,1.61.78,2.42.1.29.51.17.45-.13-.22-1.13-.6-2.23-1.1-3.26-.14.08-.27.16-.41.24.32.51.56,1.06.7,1.65.07.3.53.17.46-.13-.18-.76-.51-1.48-.95-2.12-.17-.25-.52-.04-.4.23.41.92.65,1.89.7,2.89.13-.02.27-.04.4-.05-.22-.81-.42-1.63-.67-2.43-.06-.2-.35-.16-.35.05-.02.5-.02,1-.04,1.49,0,.09.14.11.15.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.98,28.06c-.27-.15-.53-.32-.8-.47-.29-.15-.59-.31-.88-.46-.21-.11-.39.14-.25.32.48.58.98,1.14,1.47,1.7.12.13.39.03.37-.15-.09-.64-.26-1.24-.54-1.82-.11-.22-.49-.06-.4.17.25.63.63,1.18,1.14,1.62.17.15.41,0,.37-.22-.1-.55-.29-1.08-.56-1.57-.13.08-.26.15-.39.23.17.28.33.55.5.83.1.17.17.22.37.22.15,0,.31,0,.46,0,.18,0,.27-.19.2-.34-.25-.5-.58-.96-.98-1.36-.12-.12-.35-.07-.39.1-.14.64.32,1.16.76,1.56.14.12.33.07.39-.1.15-.4.03-.84-.23-1.16-.28-.35-.69-.52-1.13-.46-.15.02-.22.23-.14.35.35.51.9.82,1.52.86.18.01.31-.22.21-.36-.44-.64-1.25-.95-2-.73-.16.05-.21.22-.15.36.15.33.57.49.87.27.14-.1.1-.36-.09-.34-.15,0-.29-.05-.36-.18-.05.12-.1.24-.15.36.53-.15,1.13.04,1.45.5.07-.12.14-.24.21-.36-.44-.03-.86-.26-1.11-.62-.05.12-.1.23-.14.35.53-.07.95.57.78,1.04.13-.03.26-.07.39-.1-.3-.26-.74-.65-.65-1.1-.13.03-.26.07-.39.1.37.37.67.79.91,1.26.07-.11.13-.23.2-.34-.19,0-.38,0-.57,0,.07.04.13.08.2.11-.19-.31-.38-.62-.56-.93-.15-.25-.53-.03-.39.23.26.46.43.94.52,1.46l.37-.22c-.45-.38-.82-.87-1.03-1.42-.13.06-.27.11-.4.17.25.52.42,1.08.5,1.66l.36-.21c-.49-.56-.98-1.13-1.49-1.68-.08.11-.16.21-.25.32.28.13.56.26.85.39.3.14.61.26.92.39.14.06.26-.13.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M12.99,61.26c.36.57.16,1.34-.39,1.71-.63.44-1.48.29-2.11-.05-.74-.4-1.22-1.13-1.6-1.86-.43-.82-.79-1.67-1.21-2.49-.56-1.08-1.17-2.13-1.82-3.15-.1.08-.2.15-.3.23,1.47,1.15,3.18,1.9,4.74,2.91.71.46,1.39.99,1.97,1.61.29.31.54.64.76,1.01.22.36.4.79.25,1.21-.13.38-.57.59-.93.66-.54.1-1.08-.11-1.61-.15-.16-.01-.23.23-.08.3.77.39,1.84.5,2.57-.04.33-.25.53-.59.57-1,.04-.44-.18-.89-.4-1.26-.91-1.48-2.4-2.47-3.88-3.3-1.25-.7-2.55-1.34-3.69-2.22-.16-.12-.43.03-.3.23,1.05,1.63,1.93,3.34,2.76,5.09.36.77.78,1.54,1.4,2.13.55.52,1.33.86,2.1.83.64-.03,1.24-.34,1.56-.91.3-.52.33-1.24-.1-1.69-.13-.14-.37.04-.26.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.37,56.29c.09.26.24.5.38.74.14.25.27.5.4.76.13.26.25.51.36.77.11.26.2.56.42.75.04.03.12.03.13-.03.04-.27-.06-.51-.16-.76-.11-.28-.24-.56-.37-.83-.13-.27-.28-.54-.43-.81-.14-.25-.29-.53-.51-.73-.09-.09-.27,0-.23.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M6.81,56.45c.36.92.77,1.81,1.21,2.68.22.44.45.88.7,1.31.12.21.23.41.36.61.06.1.12.2.19.3.06.1.13.21.24.26.07.03.15,0,.15-.09.02-.2-.16-.43-.25-.6-.11-.21-.22-.42-.34-.63-.23-.43-.47-.87-.7-1.31-.45-.88-.89-1.76-1.33-2.64-.07-.13-.29-.04-.24.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.3,56.57c.09.54.27,1.07.43,1.6.17.52.38,1.03.61,1.53.23.5.48,1,.76,1.47.14.24.29.47.45.7.14.19.31.44.52.56.06.03.11-.02.1-.08-.04-.23-.2-.47-.31-.67-.13-.24-.28-.48-.41-.72-.26-.47-.51-.93-.74-1.42-.23-.48-.44-.98-.63-1.48-.2-.52-.36-1.04-.55-1.56-.05-.15-.26-.09-.23.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.15,57.83c.28.98.67,1.93,1.17,2.82.25.44.53.87.84,1.28.15.2.3.39.46.58.16.18.33.42.58.46.06,0,.14-.03.13-.1-.02-.24-.2-.4-.34-.58-.16-.19-.31-.38-.46-.58-.3-.39-.57-.8-.82-1.23-.51-.86-.94-1.78-1.24-2.74-.06-.21-.38-.12-.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.56,57.19c.24,1.06.73,2.08,1.21,3.06.25.49.51.97.79,1.45.13.23.28.45.43.67.15.22.31.47.53.62.1.07.2-.04.18-.14-.05-.25-.21-.48-.34-.7-.13-.23-.27-.46-.4-.69-.28-.47-.54-.96-.8-1.44-.5-.95-.9-1.96-1.4-2.91-.06-.12-.24-.03-.21.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.79,57.08c.04.23.18.46.27.67.11.25.22.49.34.73.22.47.44.93.66,1.4.44.93.88,1.87,1.34,2.79.09.18.19.48.38.59.05.03.14.04.19,0,.09-.09.06-.19.03-.3-.05-.23-.19-.46-.29-.68-.11-.24-.23-.49-.34-.73-.45-.93-.9-1.86-1.35-2.78-.15-.31-.31-.63-.46-.94-.07-.15-.15-.29-.23-.44-.08-.16-.15-.33-.27-.46-.11-.13-.3.01-.27.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M8.39,57.56c0,.24.17.47.28.67.12.23.24.46.37.68.25.45.49.91.72,1.37.24.46.47.92.69,1.39.23.48.44.99.72,1.44.09-.09.18-.18.27-.27-.11-.05-.23-.13-.35-.15-.06,0-.12.04-.1.1.03.11.12.22.18.32.12.18.44.07.37-.15-.15-.49-.4-.95-.63-1.41-.24-.48-.48-.96-.72-1.44-.24-.46-.49-.91-.74-1.36-.13-.23-.25-.45-.39-.67-.13-.21-.25-.5-.47-.63-.09-.05-.2.01-.2.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.46,58.39c-.02.18.1.4.17.57.07.19.16.38.24.57.17.4.34.8.52,1.2.17.38.33.76.5,1.14.08.19.17.38.26.57.04.09.09.19.14.28.06.11.14.17.24.25.07.06.18.02.18-.08,0-.1.01-.18,0-.28-.02-.1-.07-.2-.1-.29-.07-.19-.16-.38-.24-.57-.17-.4-.35-.8-.53-1.19-.18-.4-.35-.79-.54-1.19-.09-.19-.17-.38-.26-.56-.08-.18-.18-.42-.34-.53-.1-.07-.21.03-.22.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M9.76,58.2c.27.84.62,1.66.95,2.49.16.4.32.81.48,1.21.08.21.17.42.25.63.09.21.16.41.34.55.07.05.2.05.21-.06.01-.1.02-.17.01-.26-.01-.1-.06-.2-.1-.29-.08-.21-.17-.42-.25-.63-.17-.42-.34-.85-.51-1.27-.34-.84-.66-1.69-1.06-2.51-.09-.18-.39-.05-.33.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M10.77,59.95c.15.42.31.84.46,1.26.16.44.31.88.5,1.3.11-.06.21-.12.32-.19-.1-.19-.2-.38-.3-.57-.12-.22-.21-.45-.29-.68-.08-.22-.14-.45-.21-.68-.07-.25-.09-.48-.07-.74h-.28c0,.13.05.26.09.38.04.13.09.26.13.39.1.28.21.55.32.82.22.54.44,1.09.72,1.61.13.23.46.03.35-.21-.21-.44-.36-.91-.49-1.38-.14-.49-.26-.99-.32-1.49-.13.02-.25.03-.38.05.16.46.38.92.57,1.37.21.47.41.95.62,1.42.12-.07.24-.14.37-.21-.3-.54-.47-1.15-.49-1.77-.13.03-.25.07-.38.1.28.59.51,1.21.69,1.84.07.26.44.15.4-.11-.05-.33-.1-.67-.15-1-.12.07-.24.14-.35.21.22.28.17.71-.08.95-.25.24-.71.2-.95-.03-.07.12-.14.25-.22.37.5.1,1.08.15,1.51-.19.55-.44.15-1.28-.1-1.77-.3-.59-.74-1.11-1.26-1.51-.48-.38-1.05-.67-1.36-1.22-.1.1-.2.2-.3.3.92.42,1.65,1.13,2.31,1.89.11-.11.22-.22.32-.32-1.09-.97-2.35-1.74-3.7-2.3-.04.15-.08.29-.12.44.55.15,1.06.36,1.55.65.25.14.49.31.71.49.23.18.46.35.69.53.13.1.32-.09.23-.23-.17-.24-.35-.45-.58-.64-.24-.2-.5-.37-.77-.53-.53-.32-1.11-.55-1.71-.71-.29-.08-.39.33-.12.44,1.29.52,2.46,1.26,3.49,2.18.22.2.52-.1.32-.32-.68-.79-1.45-1.52-2.41-1.95-.19-.08-.43.1-.3.3.28.47.75.79,1.18,1.1.48.34.9.74,1.23,1.23.16.24.3.49.4.76.1.25.23.55.07.8-.09.15-.31.2-.47.21-.23.02-.47,0-.7-.06-.21-.04-.38.21-.22.37.43.42,1.12.42,1.57.03.45-.4.43-1.12.07-1.56-.15-.18-.38.02-.35.21.05.33.11.67.16,1,.13-.04.27-.07.4-.11-.19-.67-.44-1.31-.74-1.94-.09-.18-.39-.09-.38.1.02.7.2,1.37.54,1.98.13.25.47.03.37-.21-.2-.46-.4-.91-.59-1.37-.2-.45-.38-.92-.61-1.36-.11-.2-.4-.06-.35.15.11.5.21.99.34,1.48.14.51.32,1,.48,1.5.12-.05.25-.1.37-.16-.23-.52-.48-1.03-.71-1.56-.11-.26-.22-.51-.32-.77-.05-.12-.09-.25-.15-.37-.06-.13-.1-.29-.2-.4-.11-.12-.29.03-.22.17.21.43.29.91.42,1.37.06.23.13.45.18.68.05.23.11.46.18.68.07.22.42.13.35-.1-.12-.43-.29-.85-.45-1.26-.16-.42-.31-.84-.47-1.26-.09-.24-.47-.14-.39.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.81,59.59c-.11-.07-.23-.13-.33-.22-.22-.18-.53.12-.32.32.43.38.87.75,1.29,1.14.14.13.3.3.33.5.03.21-.12.34-.13.54.01-.03.03-.06.04-.1-.02.03-.04.06-.07.08-.06.06-.01.14.06.15.12.01.23.02.32-.07.09-.09.15-.19.19-.31.09-.28,0-.58-.16-.81-.18-.26-.44-.46-.68-.67-.29-.26-.59-.51-.89-.76-.09.12-.18.23-.27.35.13.06.26.15.39.23.23.14.44-.22.21-.36h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11,63.36c.3.39.96.42,1.4.3.49-.13.88-.52,1.06-.99.2-.52.12-1.05-.13-1.53-.14-.26-.33-.5-.54-.7-.18-.17-.43-.4-.69-.42-.05,0-.08.06-.06.1.1.18.31.32.45.47.17.19.32.38.46.59.25.39.37.82.24,1.28-.12.41-.43.75-.83.89-.21.08-.43.1-.66.08-.22-.02-.42-.11-.64-.17-.07-.02-.1.06-.06.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M12.03,59.93c.29.11.53.29.73.52.11.12.19.25.27.39.07.13.12.27.22.38.05.05.15.03.16-.04.05-.32-.21-.66-.41-.89-.24-.27-.57-.46-.9-.58-.14-.05-.19.17-.06.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.67,62.33c.75.15,1.49.39,2.16.76.04-.13.07-.26.11-.39-.61-.03-1.21-.21-1.73-.54-.07.13-.15.25-.22.38.63.27,1.26.54,1.89.8.02-.15.04-.31.06-.46-.76-.01-1.51-.21-2.17-.6-.04.14-.08.29-.12.43.55.06,1.1.17,1.64.29.27.06.54.13.81.21.27.08.58.22.86.19.15-.01.25-.19.13-.31-.21-.2-.53-.27-.8-.35-.29-.08-.57-.16-.86-.22-.58-.13-1.17-.22-1.77-.28-.24-.03-.3.32-.12.43.73.42,1.56.66,2.4.66.28,0,.29-.36.06-.46-.61-.25-1.23-.5-1.84-.75-.24-.09-.37.28-.17.4.6.36,1.26.56,1.95.59.21,0,.29-.29.11-.39-.72-.39-1.52-.63-2.34-.61-.12,0-.15.19-.03.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.86,63.56c.04-.11-.01-.22-.04-.33-.03-.12-.06-.24-.09-.36-.06-.25-.08-.51-.1-.77-.03-.5,0-1.01.11-1.49.11-.49.28-.96.52-1.41.24-.46.58-.85.84-1.29.05-.08-.05-.17-.13-.13-.47.24-.8.72-1.05,1.17-.27.48-.46,1.01-.58,1.55-.11.53-.15,1.07-.1,1.6.02.27.08.54.15.81.03.13.07.27.12.39.04.11.08.24.19.3.06.03.13,0,.15-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.37,63.38c-.01-.21,0-.43,0-.65,0-.23,0-.47,0-.7.02-.47.08-.93.17-1.38.09-.44.22-.87.37-1.3.15-.43.37-.85.48-1.3.02-.09-.08-.15-.15-.09-.33.31-.54.76-.72,1.16-.2.45-.34.91-.44,1.39-.1.48-.16.97-.18,1.45,0,.23,0,.47.02.7.02.25.08.49.13.74.03.17.31.13.3-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.67,57.94s-.06.05-.09.09c-.05.07-.09.14-.13.2-.07.12-.15.24-.22.36-.07.12-.15.24-.23.36-.06.1-.12.16-.1.27,0,.03.04.05.07.04.09-.03.12-.08.17-.16.08-.12.14-.25.21-.37.07-.12.14-.24.22-.37.03-.05.06-.1.09-.16.04-.07.06-.15.1-.22.03-.06-.05-.11-.09-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.88,57.69c-.64.32-1.25,1.08-1.14,1.84,0,.04.07.05.08.01.13-.31.23-.64.41-.93.18-.3.45-.6.72-.82.06-.05-.02-.14-.08-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.37,58.73c-.58,1-.62,2.16-.51,3.28.06.59.16,1.17.27,1.74.02.08.03.25.13.29.07.03.17.06.23,0,.09-.09,0-.32-.12-.22-.04.03-.04.09.01.11,0,0,.01,0,.02,0-.02-.02-.03-.03-.05-.05.03,0,.07-.02.1-.03-.01-.02-.02-.05-.02-.07-.01-.05-.02-.1-.03-.16-.02-.11-.04-.21-.06-.32-.04-.21-.08-.43-.11-.64-.07-.43-.13-.87-.15-1.3-.04-.87.07-1.76.42-2.56.04-.08-.08-.15-.12-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.88,62.63c.04.47.06.95.13,1.42.09-.02.18-.05.26-.07-.1-.61-.16-1.23-.22-1.84-.01-.14-.2-.14-.22,0-.03.24-.04.48-.05.72-.01.23-.06.5.03.72.03.08.16.07.2,0,.09-.2.06-.44.05-.66,0-.26,0-.52-.02-.78h-.22c.07.62.14,1.25.16,1.88,0,.18.28.18.27,0-.01-.46-.08-.92-.12-1.39-.02-.18-.29-.18-.28,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.94,58.46c-.69-.17-1.2-.69-1.45-1.35-.29-.75-.16-1.55.17-2.26.36-.78.93-1.44,1.52-2.05.58-.59,1.23-1.12,1.93-1.58.78-.52,1.61-.94,2.48-1.27.44-.16.88-.31,1.33-.42.47-.12.94-.21,1.4-.33.12-.03.1-.22-.03-.22-.83,0-1.65.22-2.43.47-.79.26-1.56.6-2.28,1.01-1.45.82-2.78,1.94-3.75,3.3-.64.89-1.08,1.99-.84,3.1.2.92.92,1.82,1.91,1.87.15,0,.18-.23.04-.26h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M29.03,49.03c-.65.59-1.11,1.4-1.47,2.19-.38.82-.68,1.67-1.01,2.51-.63,1.6-1.39,3.25-2.83,4.29-.56.4-1.19.68-1.87.78-.33.05-.71.06-1.01-.09-.25-.13-.42-.39-.53-.65-.25-.63-.22-1.37-.1-2.02.14-.74.46-1.42.81-2.07.08-.14-.11-.29-.23-.17-.61.62-.94,1.47-1.08,2.32-.12.78-.11,1.65.26,2.36.17.32.45.6.79.73.41.16.88.12,1.31.05.8-.13,1.54-.53,2.17-1.03,1.37-1.08,2.11-2.73,2.72-4.32.32-.83.59-1.67.95-2.48.36-.81.79-1.54,1.3-2.26.08-.11-.09-.23-.18-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.53,57.42s-.06,0-.09,0c-.04-.04-.04-.02-.01.06-.1-.03-.2-.05-.3-.08-.04.5.22,1.1.74,1.23.17.04.35-.15.24-.31-.09-.13-.17-.27-.25-.4-.13-.22-.47-.07-.41.17.08.31.3.58.59.73.12.07.3.01.33-.14.07-.31-.25-.43-.49-.31-.12.06-.17.21-.15.33.03.15.15.26.29.31.28.11.62.08.91.02.32-.06.64-.22.79-.52.05-.09-.03-.19-.13-.17-.29.06-.55.19-.84.25-.14.03-.29.03-.43.02-.06,0-.11-.01-.16-.04.03.05.02.1-.03.16-.06.08-.19-.01-.2-.08v-.12s0,.01,0,.02c.11-.05.22-.09.33-.14-.19-.1-.32-.25-.39-.46-.14.06-.27.11-.41.17.09.13.18.26.27.39.08-.1.16-.21.24-.31-.39-.09-.48-.53-.55-.86-.04-.2-.37-.11-.31.08.06.2.27.22.45.17.12-.04.07-.21-.05-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.31,59.03c-.27.27-.6.73-.46,1.14.03.07.12.08.16.02.1-.15.14-.34.21-.51.07-.17.17-.36.27-.52.07-.11-.09-.22-.17-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.71,53.19c.07-.07.06-.15-.02-.2-.12-.08-.27,0-.36.09-.3.29-.53.64-.71,1.01-.19.37-.3.78-.37,1.19-.03.2-.06.4-.06.59,0,.2,0,.43.1.6.05.08.15.05.18-.02.05-.13.05-.29.05-.43,0-.15.01-.3.03-.45.03-.32.11-.63.21-.94.1-.29.23-.57.38-.83.08-.13.16-.26.24-.38.05-.07.1-.15.16-.22.02-.02.04-.03.06-.03.01,0,.02,0,.03,0,.04.01.04,0,0-.05-.03.06.05.13.1.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.1,52.67c-.65.45-1.08,1.23-1.37,1.94-.15.39-.26.79-.32,1.2-.03.2-.04.39-.05.59,0,.17-.01.43.11.57.05.05.12.03.15-.02.09-.12.08-.35.08-.5.01-.2.03-.4.06-.59.06-.38.16-.75.29-1.1.13-.36.32-.69.52-1.02.2-.32.45-.6.67-.91.07-.09-.07-.23-.16-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.92,53.08c-.44.63-.78,1.32-1.04,2.05-.25.72-.45,1.53-.29,2.28.01.06.1.05.12,0,.1-.35.16-.69.22-1.04.06-.37.15-.74.26-1.1.22-.73.54-1.42.96-2.06.09-.14-.13-.26-.22-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M21.85,53.86c-.32.59-.58,1.21-.77,1.85-.1.33-.17.66-.23.99-.03.16-.06.33-.07.49-.02.16-.06.36.02.51.03.06.13.08.18.02.09-.11.09-.24.11-.38.02-.17.05-.34.07-.5.05-.34.12-.67.2-1,.16-.65.37-1.29.63-1.9.04-.1-.1-.19-.15-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.02,54.57c-.26.57-.5,1.15-.69,1.75-.1.31-.19.63-.27.94-.07.28-.19.63-.13.92.02.11.17.12.22.03.08-.13.1-.27.13-.41.03-.15.06-.3.1-.45.07-.3.14-.6.23-.89.17-.6.38-1.19.63-1.76.06-.14-.15-.27-.21-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.12,55.62c-.25.38-.46.78-.64,1.2-.09.2-.16.41-.22.62-.05.18-.17.46-.07.63.03.05.1.07.14.04.16-.11.17-.36.21-.53.05-.21.12-.42.2-.63.15-.42.35-.82.59-1.2.08-.13-.12-.25-.21-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.36,55.6c-.16.47-.33.93-.49,1.39-.08.23-.15.47-.23.7-.04.12-.21.49.01.55.2.05.26-.27.3-.39.07-.23.15-.47.22-.7.14-.49.28-.98.42-1.48.04-.15-.19-.21-.24-.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.69,56.21c-.18.33-.31.68-.45,1.03-.07.18-.15.36-.22.54-.06.13-.19.31-.09.45,0-.03,0-.06-.01-.09-.01.06-.03.11-.03.17,0,.06.07.08.11.05.05-.04.08-.08.12-.13-.03.02-.06.04-.1.06.18-.02.22-.18.28-.33.07-.18.13-.36.2-.53.13-.37.26-.73.43-1.08.08-.15-.15-.29-.23-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.85,56.54c-.29.62-.6,1.23-.88,1.86-.11.24.25.45.36.21.06-.14.14-.29.17-.45.01-.07-.06-.14-.13-.1-.14.07-.26.19-.37.29.11.08.22.17.33.25.3-.62.57-1.25.85-1.88.1-.22-.22-.41-.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M22.97,57.1c-.12.48-.35.92-.67,1.3-.2.23.16.51.33.25.07-.11.13-.24.14-.37,0-.06-.07-.11-.12-.1-.13.04-.25.12-.35.22.1.1.2.2.3.3.36-.44.63-.94.77-1.49.07-.26-.33-.37-.4-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.5,56.8c-.38.58-.77,1.15-1.14,1.73-.13.2.17.44.33.26.84-.96,1.68-1.93,2.56-2.86.15-.16-.05-.45-.25-.32-.51.34-.76.91-1.03,1.44-.24.47-.7,1.15-1.31,1.04v.39c.78-.17,1.43-.64,1.95-1.23.53-.59,1.01-1.31,1.26-2.07.04-.12-.14-.23-.22-.13-.47.6-.8,1.3-1.3,1.88-.48.56-1.07,1.01-1.8,1.16-.19.04-.19.35,0,.39.69.13,1.24-.34,1.59-.89.35-.54.51-1.23,1.05-1.63-.08-.11-.17-.21-.25-.32-.83.97-1.7,1.91-2.57,2.85.11.09.22.17.33.26.38-.58.74-1.17,1.1-1.76.13-.21-.19-.39-.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.64,49.84c-.49.14-.95.38-1.4.62-.46.24-.91.51-1.34.8-.43.28-.84.59-1.25.91-.21.17-.42.34-.62.52-.19.17-.39.35-.53.56-.04.06.04.13.09.09.21-.12.38-.3.56-.45.19-.16.38-.33.58-.49.41-.34.84-.65,1.28-.94.42-.28.85-.54,1.29-.78.46-.25.93-.47,1.38-.73.06-.04.02-.14-.05-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.65,49.9c-.43.04-.85.24-1.22.44-.41.22-.79.48-1.15.78-.7.58-1.33,1.31-1.65,2.17-.03.09.09.13.14.06.51-.71,1.03-1.4,1.7-1.96.33-.28.69-.53,1.07-.74.37-.21.78-.37,1.15-.58.07-.04.04-.16-.04-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.92,50.39c-.97.27-1.84.77-2.6,1.42-.38.33-.74.71-1.04,1.11-.29.39-.59.84-.7,1.32-.02.06.07.13.12.07.3-.36.54-.77.83-1.14.31-.39.64-.76,1-1.09.72-.65,1.56-1.17,2.45-1.57.08-.03.02-.15-.06-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.01,51.34c-.64.39-1.2.9-1.65,1.5-.23.3-.43.62-.6.96-.18.34-.34.7-.33,1.09,0,.08.09.09.13.04.2-.28.32-.6.48-.9.16-.32.35-.63.57-.92.43-.59.95-1.11,1.53-1.55.12-.09.01-.29-.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.32,51.75c-.64.44-1.21.97-1.68,1.58-.24.31-.46.65-.64,1-.09.17-.18.35-.25.53-.06.15-.14.35-.1.52.01.04.06.06.1.04.13-.09.2-.26.27-.39.08-.16.16-.33.25-.49.18-.33.39-.66.62-.96.45-.6.99-1.14,1.58-1.6.14-.11.01-.35-.14-.24h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24,51.95c-.31.2-.6.4-.87.65-.28.25-.52.56-.74.87-.2.3-.38.63-.52.97-.07.18-.14.36-.19.55-.04.18-.1.37-.08.55,0,.06.09.1.12.03.08-.15.12-.31.17-.47.06-.17.12-.34.19-.51.14-.33.3-.64.5-.94.38-.59.89-1.18,1.46-1.59.06-.04,0-.15-.06-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.15,50.97c-.71.6-1.38,1.22-1.95,1.96-.27.35-.52.72-.71,1.12-.18.37-.4.85-.33,1.27.01.08.13.09.17.02.11-.17.17-.39.23-.58.07-.2.15-.4.25-.59.19-.38.42-.74.68-1.09.54-.71,1.18-1.35,1.8-1.98.09-.09-.04-.23-.14-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.1,52.72c-.54.48-.98,1.05-1.34,1.68-.18.31-.33.64-.46.97-.06.16-.12.32-.16.49-.05.17-.1.36-.08.54.01.08.1.11.15.04.1-.14.14-.3.2-.45.06-.16.12-.32.18-.49.13-.32.28-.64.44-.95.33-.61.75-1.18,1.2-1.71.08-.09-.04-.21-.13-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.83,53.45c-.46.46-.78,1.05-1.05,1.64-.13.29-.24.58-.33.89-.05.15-.09.31-.12.47-.03.15-.07.33-.02.48.02.08.11.08.16.02.08-.11.1-.25.14-.37.04-.16.08-.31.12-.47.09-.31.2-.62.33-.92.25-.58.58-1.1.9-1.63.05-.08-.06-.16-.12-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M23.81,54.18c-.32.41-.57.86-.79,1.33-.11.23-.21.47-.31.71-.05.12-.09.24-.14.37-.04.12-.09.24-.02.35.02.03.07.06.1.04.18-.08.23-.35.29-.53.09-.25.2-.5.31-.74.22-.48.49-.93.74-1.39.06-.11-.1-.24-.18-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.06,54.55c-.29.37-.55.76-.77,1.18-.11.21-.2.42-.29.64-.06.15-.22.45-.11.6.02.03.06.05.1.04.17-.06.22-.31.27-.46.09-.23.19-.45.3-.66.2-.41.44-.8.71-1.17.09-.13-.12-.29-.22-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.33,54.61c-.21.33-.38.69-.56,1.04-.18.35-.37.7-.55,1.05-.07.13-.13.24-.09.39.03.12.2.18.29.09.12-.1,0-.36-.14-.23-.04.04-.02.11.03.12,0,0,.01,0,.02,0-.02-.02-.04-.04-.06-.06.1.04.15.03.17-.05.03-.06.06-.11.08-.17.05-.09.09-.19.14-.28.1-.2.2-.41.31-.61.2-.4.42-.79.58-1.2.06-.14-.16-.21-.23-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M24.35,55.04c-.35.64-.72,1.26-1.05,1.91.11.06.22.13.32.19.21-.41.42-.83.64-1.24.11-.2.22-.41.34-.61.14-.22.26-.46.46-.64-.05-.04-.11-.08-.16-.12-.21.31-.36.65-.52.98-.17.35-.35.7-.52,1.05-.08.17.14.38.28.22.4-.48.78-.98,1.11-1.51.34-.54.67-1.1.84-1.73.03-.11-.12-.17-.18-.08-.34.51-.61,1.06-.93,1.58-.33.52-.69,1.02-1.09,1.49.09.07.19.14.28.22.17-.36.32-.72.48-1.08.16-.35.33-.7.44-1.06.03-.11-.14-.19-.19-.08-.09.21-.24.4-.38.58-.15.21-.3.41-.44.62-.28.4-.54.8-.78,1.22-.12.21.2.4.32.19.36-.63.69-1.28,1.04-1.92.11-.2-.2-.39-.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.77,49.59c-.45.92-.87,1.85-1.32,2.77-.22.45-.44.9-.66,1.35-.22.46-.51.91-.61,1.41-.02.09.09.16.15.09.34-.35.54-.82.76-1.25.24-.46.46-.94.68-1.41.44-.94.86-1.89,1.21-2.86.05-.13-.16-.22-.22-.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.27,50.84c-.28.43-.47.92-.67,1.39-.21.47-.42.95-.62,1.42-.21.47-.41.95-.61,1.43-.1.25-.21.49-.31.74-.09.23-.23.49-.22.74,0,.12.14.17.22.09.17-.16.26-.41.35-.62.11-.25.21-.49.32-.74.2-.47.4-.95.6-1.42.2-.48.4-.95.59-1.43.2-.49.43-.99.55-1.51.03-.12-.13-.19-.2-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.71,52.6c-.24,1.04-.65,2.04-1.21,2.95.13.06.27.11.4.17.31-.79.62-1.58.92-2.38.15-.41.31-.81.46-1.22.15-.39.33-.79.38-1.21.01-.13-.16-.14-.22-.06-.24.32-.37.73-.52,1.11-.16.4-.32.81-.49,1.21-.32.81-.65,1.62-.96,2.43-.09.24.28.37.4.17.57-.95.96-1.98,1.19-3.07.05-.23-.31-.33-.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.44,49.35c-.28-.05-.58.12-.82.25-.28.16-.53.35-.79.55-.22.17-.03.54.23.39.49-.29.98-.58,1.46-.87.23-.14.07-.45-.17-.41-.8.13-1.56.39-2.29.76-.35.18-.68.39-1,.62-.33.24-.67.5-.91.84-.12.18.11.35.27.27.14-.07.28-.14.43-.2.09-.04.04-.17-.05-.17-.16,0-.32,0-.48,0,.03.12.07.25.1.37.31-.21.58-.48.88-.7.32-.23.65-.44,1-.62.67-.36,1.41-.6,2.16-.75-.06-.14-.12-.27-.17-.41-.49.29-.98.58-1.46.87.09.12.18.23.27.35.22-.17.45-.34.69-.5.12-.08.24-.15.36-.21.12-.07.24-.11.34-.21.07-.07.04-.21-.06-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.34,50.04c0,.19.21.23.33.11.15-.14.09-.38-.11-.43-.27-.07-.56.21-.75.36-.28.21-.55.43-.83.64-.54.42-1.07.84-1.61,1.26-.41.32-1.01.71-.96,1.31.02.18.19.29.36.21.13-.07.25-.16.35-.26.08-.08.02-.22-.09-.23-.15,0-.3.01-.44.05.1.08.2.15.3.23.01-.35.33-.58.58-.77.35-.28.71-.57,1.06-.85.35-.28.71-.56,1.06-.85.18-.14.35-.29.53-.43.08-.07.16-.13.24-.2.04-.04.07-.07.12-.1,0,0,.02,0,.03-.01-.08-.17-.05-.18.09-.05-.02-.17-.27-.18-.27,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.13,51.75c-.7.71-1.4,1.42-2.1,2.14,0,0,0,.02.01.01.7-.71,1.41-1.42,2.11-2.13.01-.01,0-.03-.02-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.71,49.9c-.87.52-1.65,1.17-2.37,1.88-.37.36-.71.74-1.04,1.14-.16.19-.32.39-.46.6-.15.21-.31.43-.35.69-.02.11.09.21.19.15.21-.12.35-.32.51-.51.16-.19.31-.39.47-.58.32-.38.65-.75,1-1.11.71-.72,1.48-1.37,2.28-1.98.16-.13-.05-.39-.22-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.09,50.28c-.37.29-.7.64-1.02.99-.32.35-.64.71-.94,1.08-.3.37-.6.75-.88,1.13-.14.18-.27.37-.4.56-.11.16-.35.43-.17.61.19.19.38-.1.48-.23.15-.2.29-.4.44-.6.28-.38.57-.76.87-1.13.3-.37.61-.74.92-1.1.31-.36.65-.69.93-1.07.1-.13-.1-.34-.23-.23h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.17,50.92c-.69.57-1.32,1.23-1.9,1.91-.29.35-.57.7-.84,1.07-.13.18-.26.36-.39.55-.1.14-.26.4-.11.56.16.16.39-.09.48-.21.13-.18.26-.36.4-.55.26-.36.54-.71.83-1.05.58-.69,1.2-1.34,1.82-1.99.18-.19-.09-.44-.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.44,52.06c-.9.85-1.68,1.87-2.23,2.98-.14.29.3.54.43.25.17-.38.4-.74.65-1.08.26-.35.57-.73.96-.94-.08-.1-.16-.2-.23-.3-.14.14-.24.33-.35.5-.11.18-.22.35-.32.53-.22.38-.44.75-.66,1.13.15.09.3.17.45.26.43-.99.91-1.96,1.42-2.91.26-.47.53-.94.81-1.41.14-.23.28-.46.42-.69.14-.23.28-.45.35-.71.03-.11-.1-.24-.21-.16-.21.16-.36.37-.51.59-.15.22-.29.45-.43.68-.28.46-.55.93-.82,1.4-.53.96-1.03,1.95-1.48,2.95-.13.3.28.56.45.26.2-.36.41-.72.61-1.09.1-.18.2-.36.3-.55.1-.19.23-.4.29-.61.06-.21-.24-.33-.35-.15-.23.38-.57.68-.87,1-.3.32-.58.65-.87.98.13.1.26.2.39.3.58-1.07,1.27-2.03,2.13-2.9.21-.21-.11-.53-.33-.33h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.37,49.47s-.03.03-.04.05c.03-.01.07-.03.1-.04-.26.02-.4.36-.53.56-.17.26-.33.53-.5.79-.16.26-.32.53-.48.8-.13.24-.32.53-.33.81,0,.09.1.14.17.1.22-.13.39-.41.53-.62.17-.26.34-.52.5-.79.15-.25.3-.5.45-.75.07-.13.14-.25.22-.38.07-.12.17-.28.11-.42,0,.04,0,.08-.01.11,0-.02.02-.04.02-.06.06-.13-.11-.3-.22-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.52,39.32c-.25.27-.66.21-.83-.1-.2-.36.23-.69.46-.89.66-.6,1.39-1.1,2.18-1.52.23-.13.07-.53-.18-.43-.99.39-1.88.98-2.63,1.73-.19.19-.36.39-.53.6-.16.19-.32.39-.42.63-.16.4-.1.92.4.98.13.02.26-.13.25-.25-.08-.89-.16-1.9.43-2.64.52-.65,1.35-.97,2.11-1.26-.06-.15-.13-.31-.19-.46-.85.53-1.77,1-2.53,1.66-.71.62-1.22,1.54-1.02,2.5.17-.05.33-.09.5-.14-.16-.57-.08-1.16.22-1.66.27-.46.71-.81,1.15-1.11.5-.33,1.03-.64,1.57-.9.56-.27,1.19-.46,1.81-.3v-.5c-1.47.55-2.83,1.34-4.04,2.34-.09.08-.09.22-.04.32.16.29.49.3.77.2.34-.13.65-.38.96-.58.69-.44,1.38-.88,2.07-1.32.29-.19.04-.58-.26-.45-.76.32-1.51.77-2.1,1.35-.2.19,0,.48.25.43.12-.02.25-.05.37-.07.16-.03.13-.25,0-.3-.12-.04-.25-.09-.37-.13.04.14.08.29.11.43.62-.5,1.26-.94,2-1.27-.09-.15-.18-.3-.26-.45-.58.38-1.17.75-1.76,1.12-.29.19-.59.37-.88.56-.1.06-.2.14-.31.18-.04.01-.08.03-.12.03-.04,0-.05,0-.03,0,.02,0,.05.07,0,0-.01.11-.03.21-.04.32,1.14-.93,2.43-1.69,3.81-2.21.22-.09.27-.43,0-.5-.71-.18-1.4,0-2.05.28-.61.27-1.2.63-1.76,1-.52.35-.99.76-1.31,1.3-.36.61-.44,1.34-.26,2.02.09.33.57.19.5-.14-.16-.82.37-1.56.97-2.07.32-.27.69-.5,1.05-.72.43-.27.85-.54,1.28-.8.23-.14.08-.57-.19-.46-.85.33-1.77.69-2.36,1.42-.68.85-.64,1.94-.55,2.96.08-.08.17-.17.25-.25.03,0,.04.04.02,0-.01-.05,0-.11,0-.17.03-.17.13-.3.23-.43.26-.36.57-.69.89-.99.64-.6,1.4-1.07,2.21-1.41-.08-.14-.16-.27-.24-.41-.48.28-.94.59-1.38.93-.22.17-.44.34-.64.52-.21.18-.43.37-.6.59-.3.38-.31.95.11,1.25.36.26.88.13,1.09-.26.05-.08-.07-.18-.13-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.55,35.69c-.58.45-1.13.95-1.63,1.48.1.1.2.2.3.3.2-.23.39-.49.52-.76.05-.1-.06-.24-.16-.16-.24.18-.47.39-.66.62-.17.2.11.5.3.3.51-.53,1.05-1.03,1.64-1.48.09-.07.07-.23,0-.3-.09-.09-.21-.07-.3,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.28,35.08c-.57-.11-1.07.2-1.46.58-.21.2-.38.44-.54.68-.08.13-.16.26-.23.39-.06.12-.13.27-.08.41.02.06.08.09.14.08.22-.05.37-.36.49-.54.14-.21.29-.41.46-.6.34-.38.74-.6,1.23-.72.14-.03.14-.25,0-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.55,70.02c-.15.02-.29,0-.44.04-.14.03-.33.04-.39.18-.02.05-.01.1.04.14.12.08.25.01.37-.03.16-.06.3-.14.45-.21.06-.03.03-.13-.03-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.49,69.3c.24.66-.08,1.34-.62,1.75-.64.48-1.48.38-2.16.03-1.62-.83-2.14-2.75-3.18-4.12-.55-.72-1.26-1.36-2.16-1.58-.23-.06-.32.28-.1.35,1.98.6,3.96,1.19,5.94,1.8.73.22,1.5.47,2.04,1.05.52.56.6,1.44.24,2.11-.04.07-.08.13-.12.2.03-.04-.11.03-.11.03-.05.02-.11.04-.16.06-.2.08-.39.15-.59.21-.39.13-.8.21-1.21.21-.65,0-1.32-.3-1.75-.79-.07-.08-.23,0-.19.11.31.75,1.08,1.07,1.84,1.11.46.03.92-.07,1.36-.2.22-.07.44-.15.65-.23.11-.04.21-.09.32-.13.13-.05.19-.12.26-.24.44-.66.45-1.55.1-2.25-.35-.72-1.1-1.12-1.81-1.39-.48-.18-.98-.31-1.47-.45-.58-.17-1.15-.34-1.73-.51-1.17-.35-2.35-.69-3.52-1.04-.03.12-.06.23-.1.35,1.73.42,2.47,2.27,3.3,3.64.45.74.99,1.43,1.73,1.9.66.41,1.52.63,2.26.34.9-.34,1.68-1.48,1.15-2.42-.07-.12-.28-.04-.23.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.58,66.58c.17.5.37,1,.57,1.49.1.24.19.49.29.74.07.15.16.53.39.46.24-.06.06-.43,0-.56-.09-.25-.2-.5-.29-.74-.2-.51-.4-1.02-.63-1.52-.09-.19-.4-.05-.33.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M13.41,66.54c0,.07-.05.14-.03.22.03.09.08.18.13.27.08.17.16.33.24.5.17.35.35.7.52,1.05.34.68.67,1.36,1.03,2.03.13-.07.25-.15.38-.22-.38-.61-.7-1.22-.95-1.89-.25-.67-.46-1.4-.51-2.11-.11.03-.23.06-.34.09.24.51.51,1.01.74,1.53.24.53.45,1.08.65,1.63.09.25.47.15.41-.11-.27-1.12-.56-2.23-.84-3.35-.05-.22-.39-.17-.39.05,0,1.4.42,2.86,1.25,4,.16.21.46.04.35-.21-.08-.18-.19-.34-.27-.51-.07-.14-.29-.04-.25.1.05.19.08.38.15.56.12-.05.25-.11.37-.16-.36-.56-.67-1.14-.88-1.78-.21-.65-.32-1.33-.33-2.01-.13.02-.26.03-.39.05.27,1.12.53,2.24.81,3.35.14-.04.27-.07.41-.11-.19-.55-.41-1.09-.65-1.63-.24-.55-.51-1.1-.83-1.61-.11-.18-.38-.06-.33.14.15.73.3,1.45.54,2.16.24.69.54,1.39.91,2.02.14.25.5.03.38-.22-.33-.68-.68-1.36-1.03-2.03-.17-.33-.34-.66-.51-.98-.08-.16-.17-.33-.26-.49-.05-.09-.1-.18-.15-.27-.04-.08-.14-.09-.21-.13-.05-.03-.11,0-.11.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M14.93,66.76c.04.72.19,1.43.38,2.12.1.35.21.69.34,1.03.07.18.14.35.21.52.06.14.14.36.3.38.06,0,.1,0,.14-.06.08-.13,0-.29-.06-.42-.07-.16-.13-.32-.19-.48-.13-.34-.25-.68-.35-1.03-.2-.7-.32-1.4-.43-2.12-.03-.2-.35-.15-.34.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.49,66.97c-.03.35.1.73.17,1.07.08.38.17.77.26,1.15.08.36.17.72.25,1.09.04.18.08.36.13.54.05.17.08.39.21.52.07.07.18.03.21-.06.06-.16,0-.35-.04-.51-.04-.18-.08-.36-.12-.54-.09-.38-.18-.76-.27-1.15-.09-.36-.18-.72-.27-1.08-.04-.18-.09-.36-.15-.54-.06-.18-.1-.38-.2-.55-.05-.09-.18-.05-.18.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.01,67.57c.12.65.27,1.29.41,1.93.07.32.15.64.22.96.04.16.08.32.12.48.04.14.07.29.17.39.06.06.16.03.19-.05.05-.14,0-.29-.02-.43-.03-.16-.06-.32-.1-.48-.07-.32-.15-.64-.23-.96-.15-.64-.31-1.28-.48-1.91-.05-.18-.31-.1-.28.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.45,67.36c.13.69.32,1.36.44,2.05.12.69.21,1.38.3,2.07.02.17.32.13.3-.04-.02-.24-.12-.47-.32-.62-.05-.03-.11.03-.08.08.11.16.16.31.1.49.1.01.2.03.3.04-.03-.69-.14-1.38-.27-2.06-.13-.7-.27-1.42-.52-2.09-.06-.16-.3-.1-.26.07h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.11,68.08c.07.53.14,1.06.21,1.59.03.26.07.53.1.79.04.27.04.58.13.83.1-.03.2-.05.3-.08-.08-.22-.12-.47-.17-.7-.06-.25-.12-.51-.18-.76,0-.04-.08-.03-.07,0,.02.24.05.48.07.71.02.26.06.52.06.77,0,.2.3.2.31,0,.02-.25-.05-.53-.08-.78-.04-.26-.07-.53-.11-.79-.08-.55-.15-1.1-.23-1.65-.03-.18-.35-.14-.32.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.67,68.47c.18.99.34,1.97.42,2.98.02.24.4.24.38,0-.11-1.1-.11-2.24.17-3.32-.11-.02-.23-.03-.34-.05-.1.91-.02,1.82.24,2.69.07.24.38.17.41-.06.09-.69.16-1.39.25-2.08h-.39c0,.62,0,1.25,0,1.87,0,.26.38.26.4,0,.04-.52-.05-1.06-.25-1.54-.06-.15-.34-.21-.37,0-.07.47-.14,1-.45,1.39-.24.31-.71.52-1.08.31-.02.12-.03.24-.05.36.86-.13,1.73-.62,2.03-1.48.25-.7-.02-1.67-.78-1.91-.13-.04-.19.14-.09.21.52.36.69,1.05.47,1.63-.25.7-1.06,1.06-1.75,1.16-.18.03-.18.28-.05.36.48.28,1.05.11,1.44-.25.46-.42.57-1.11.65-1.69h-.37c.19.46.26.94.22,1.44h.4c0-.62-.02-1.25-.02-1.87,0-.26-.36-.24-.39,0-.09.69-.19,1.39-.28,2.08.14-.02.27-.04.41-.06-.24-.84-.34-1.71-.29-2.58.01-.23-.32-.22-.35,0-.13,1.12-.25,2.24-.21,3.36h.38c-.08-1.03-.22-2.07-.48-3.07-.06-.21-.36-.12-.32.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.04,65.66c.32.27.66.52.99.79.33.27.65.55.95.84.62.59,1.17,1.24,1.66,1.94.24.35.47.71.68,1.08.21.38.4.78.68,1.11.46.54,1.19.77,1.88.75.73-.02,1.44-.31,1.99-.8.31-.27.55-.64.61-1.05.06-.41-.04-.81-.23-1.17-.4-.78-1.24-1.2-1.98-1.59-.84-.43-1.69-.86-2.6-1.15-.57-.18-1.16-.27-1.76-.34-.59-.07-1.19-.14-1.73-.38-.23-.1-.42.23-.2.33.64.29,1.28.57,1.91.86.65.29,1.3.6,1.97.85.16.06.27-.2.12-.28-.61-.33-1.26-.61-1.89-.9-.64-.29-1.27-.58-1.91-.87-.07.11-.13.22-.2.33.86.38,1.79.38,2.7.54.94.17,1.82.55,2.67.97.41.2.83.41,1.23.64.38.21.75.45,1.05.78.27.29.45.69.48,1.08.03.43-.2.79-.51,1.07-.53.49-1.27.73-1.98.7-.34-.02-.67-.11-.96-.29-.35-.21-.57-.54-.77-.89-.42-.75-.85-1.47-1.38-2.15-.52-.67-1.11-1.29-1.75-1.85-.49-.42-1.02-.85-1.62-1.13-.09-.04-.2.07-.11.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.44,67.84c.92.66,1.85,1.32,2.77,1.99.17.12.43-.12.3-.3-.63-.84-1.41-1.57-2.31-2.11-.26-.16-.46.22-.23.4.88.67,1.81,1.26,2.79,1.77.24.12.46-.17.28-.37-.68-.75-1.44-1.42-2.26-2.01-.08.14-.16.27-.24.41.83.48,1.63,1,2.4,1.57.08-.14.16-.28.24-.42-.97-.57-1.86-1.28-2.62-2.11-.08.14-.16.27-.24.41,1.35.56,2.5,1.56,3.27,2.79.07-.13.14-.25.22-.38-.59.01-1.17.19-1.65.53-.22.16-.1.55.2.46.62-.19.74-1.11.18-1.45-.12-.07-.28-.03-.35.09-.3.51-.37,1.13-.18,1.69.04.12.18.23.31.18.62-.23,1.09-.77,1.2-1.43.05-.27-.32-.47-.47-.2-.21.38-.45.75-.73,1.08-.14.16-.28.32-.43.47-.07.07-.15.15-.23.22-.12.11-.13.21-.1.36.06.34.47.52.78.5.41-.02.68-.32.82-.68.16-.39.15-.88.13-1.29-.02-.43-.05-.94-.32-1.31-.28-.37-.74-.51-1.15-.67-.48-.19-.96-.38-1.44-.56-.15-.06-.31-.12-.46-.18-.25-.1-.44.27-.26.44.52.51,1.04,1.01,1.55,1.52.27.26.53.52.8.78.27.26.63.01.6-.33-.03-.3-.26-.54-.44-.77-.2-.25-.41-.49-.63-.71-.45-.45-.95-.87-1.49-1.22-.09.16-.18.31-.27.47,1.08.65,2.07,1.43,2.96,2.32.22.22.6-.07.43-.33-.17-.26-.35-.52-.55-.75-.21-.25-.46-.46-.72-.65-.2-.15-.41.16-.26.33.38.43.75.87,1.06,1.35.14-.11.29-.22.43-.33-.92-.92-1.96-1.73-3.07-2.4-.3-.18-.57.28-.27.47.49.32.94.68,1.35,1.08.21.21.41.44.6.67.09.11.17.21.25.32.03.05.07.09.1.15.05.09-.08-.02.1-.07.09.02.17.05.26.07-.8-.78-1.6-1.56-2.4-2.34-.09.15-.17.29-.26.44.6.23,1.19.47,1.79.7.27.1.54.19.79.34.23.14.31.37.35.62.06.3.06.61.06.91,0,.26-.02.51-.11.76-.05.15-.17.31-.33.33-.07,0-.14,0-.2-.03-.04-.02-.07-.05-.07-.07-.03.06-.05.12-.08.19.6-.55,1.11-1.2,1.5-1.92-.16-.07-.31-.13-.47-.2-.08.47-.39.9-.84,1.07.1.06.21.12.31.18-.15-.44-.11-.9.12-1.3-.12.03-.23.06-.35.09.18.11.14.46-.06.52.07.15.13.31.2.46.41-.29.89-.46,1.39-.47.18,0,.32-.21.22-.38-.85-1.35-2.11-2.4-3.58-3.01-.24-.1-.39.24-.24.41.79.86,1.72,1.59,2.72,2.18.27.16.49-.24.24-.42-.77-.57-1.58-1.09-2.41-1.57-.27-.15-.48.23-.24.41.79.57,1.51,1.22,2.16,1.94.09-.12.19-.24.28-.37-.98-.51-1.91-1.1-2.79-1.77-.08.13-.15.26-.23.4.84.5,1.57,1.14,2.16,1.93.1-.1.2-.2.3-.3-.92-.66-1.85-1.33-2.77-1.99-.23-.16-.45.21-.22.38h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.48,65.73c-.11-.14-.22-.27-.33-.41-.02.06-.03.13-.05.19.13-.05.24,0,.37.03.05,0,.09-.03.08-.08-.06-.21-.34-.24-.51-.17-.08.03-.11.12-.05.19.11.13.23.26.35.39.09.1.22-.04.14-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M17.58,69.11c.36.39.65.85.82,1.36.06.18.27.19.38.05.22-.3.34-.65.38-1.02-.14.02-.27.04-.41.06.08.21.16.42.24.63.07.18.35.22.41,0,.09-.34.18-.67.27-1.01h-.41c.14.44.19.88.23,1.34.11-.06.21-.12.32-.18-.05-.03-.1-.05-.15-.07-.05-.02-.11,0-.17,0-.09-.02-.19.08-.13.17.03.04.04.09.07.13.04.06.1.1.16.14.14.1.32-.04.32-.18.01-.49-.1-1-.24-1.46-.06-.2-.36-.21-.41,0-.09.34-.17.67-.26,1.01h.41c-.08-.21-.17-.42-.25-.62-.09-.22-.39-.19-.41.06-.03.3-.14.57-.31.82.13.02.25.03.38.05-.19-.58-.51-1.1-.97-1.5-.17-.15-.41.08-.25.25h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M18.93,70.01c0,.21-.43.04-.52-.02-.31-.2-.61-.42-.9-.65-.58-.46-1.11-.97-1.57-1.54-.14-.18-.43.01-.37.22.26.96,1.04,1.72,1.73,2.39.13.13.39.04.38-.16-.02-.44-.21-.81-.56-1.07-.09-.06-.18.06-.14.14.15.29.24.61.25.93.13-.05.25-.11.38-.16-.66-.65-1.28-1.3-1.61-2.19-.12.07-.25.14-.37.22.62.62,1.27,1.21,1.99,1.71.29.2.61.47.97.53.22.03.53-.07.5-.34,0-.1-.16-.11-.16,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.42,65.53c.03-.12.02-.18-.06-.27-.09-.09-.22-.13-.34-.13.03.06.05.13.08.19.28-.3.76-.04,1.05.1.4.19.83.31,1.26.39.89.18,1.8.2,2.7.33.91.13,1.77.43,2.53.94.72.47,1.31,1.12,1.51,1.97.13.56.03,1.11-.05,1.67-.02.17.18.27.29.12.5-.72.35-1.76.02-2.51-.35-.8-1.07-1.39-1.81-1.81-.8-.46-1.68-.69-2.59-.8-.9-.11-1.82-.08-2.71-.26-.46-.09-.88-.27-1.32-.42-.34-.11-.76-.18-1.03.11-.06.07-.02.2.08.19.13,0,.24.1.33.19.02.03.07.01.08-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.14,66.38c.19.28.43.52.62.81.09.15.16.3.24.45.05.09.19.33.32.18.11-.13.04-.28-.02-.42-.07-.16-.15-.31-.24-.45-.18-.29-.41-.61-.71-.78-.13-.07-.3.08-.21.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M16.64,66.39c.42.28.76.65.96,1.11.09.21.44.1.43-.12-.03-.43-.17-.84-.42-1.19-.13.1-.25.19-.38.29.64.56,1.34,1.05,2.09,1.44.29.15.52-.25.26-.44-.5-.35-1-.71-1.5-1.06-.25-.17-.5.2-.31.4.58.62,1.15,1.23,1.73,1.85.08-.14.17-.29.25-.43-.73-.28-1.34-.8-1.74-1.46l-.35.35c1.11.49,1.89,1.46,2.63,2.38.12-.12.25-.25.37-.37-.89-.87-1.9-1.6-3-2.17-.54-.28-1.11-.52-1.69-.73-.56-.2-1.22-.3-1.69-.68-.11.14-.21.27-.32.41.96.48,1.99.8,3.06.95.24.03.39-.16.29-.38-.19-.44-.78-.44-1.17-.49-.57-.08-1.13-.18-1.69-.3-1.12-.23-2.22-.55-3.3-.91-.19-.06-.35.17-.25.33.17.31.48.49.83.48.19,0,.24-.3.05-.33-.21-.04-.39-.17-.49-.37-.08.11-.17.22-.25.33.99.39,2.01.69,3.06.92.52.12,1.04.21,1.57.3.26.04.51.08.77.11.1.01.37.03.42.14.11-.11.21-.21.32-.32-1.02-.15-2.01-.45-2.93-.9-.11-.05-.23-.05-.32.04-.09.09-.11.28,0,.37.49.4,1.09.55,1.67.73.59.19,1.17.43,1.72.71,1.1.55,2.11,1.28,2.99,2.14.25.24.58-.11.37-.37-.77-.96-1.59-1.95-2.74-2.45-.22-.1-.49.11-.35.35.47.78,1.19,1.37,2.05,1.7.25.1.41-.25.25-.43-.58-.62-1.16-1.23-1.73-1.85-.1.13-.21.27-.31.4.5.35,1,.71,1.51,1.06.09-.15.17-.29.26-.44-.72-.37-1.39-.82-2.01-1.34-.19-.16-.55.06-.38.29.21.28.34.6.38.95.14-.04.28-.08.43-.12-.24-.54-.66-.98-1.21-1.2-.2-.08-.29.22-.14.32h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.17,70.86c.15.24.32.43.55.58.25.16.55.25.84.3.67.13,1.35,0,1.99-.18.71-.2,1.4-.49,2.14-.55.31-.03.62-.01.93.06.32.07.59.23.88.36.12.05.27-.06.19-.19-.33-.54-1.08-.66-1.66-.67-.72,0-1.41.23-2.08.47-.67.24-1.36.49-2.08.47-.59-.02-1.24-.23-1.63-.69-.03-.03-.08.01-.06.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.92,69.95c-1.14.05-2.04.84-3.04,1.3-.49.22-1.04.34-1.57.21-.28-.07-.54-.21-.75-.39-.22-.18-.38-.42-.6-.6-.05-.04-.12-.02-.12.05,0,.6.67,1.03,1.16,1.23.56.22,1.19.15,1.75-.05,1.12-.41,2.02-1.3,3.21-1.52.13-.02.1-.23-.03-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M25.24,70.35c-.06.36.29.62.63.56.08-.02.14-.12.11-.2-.19-.51-.96-.49-1.14.02-.05.13.1.27.23.23.27-.09.55-.18.82-.28.22-.08.17-.36-.05-.39-.54-.06-1.09.16-1.44.57-.15.18.04.44.25.33.28-.15.59-.32.73-.63.04-.09-.02-.19-.13-.16-.3.08-.54.29-.81.43.08.11.17.22.25.33.29-.34.7-.51,1.15-.46-.02-.13-.04-.26-.05-.39-.27.1-.55.2-.82.3.08.08.15.15.23.23.05-.17.39-.2.46-.03.04-.07.08-.13.11-.2-.16.04-.28-.1-.32-.24-.03-.1-.2-.11-.22,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.27,70.82c.28.16.52.37.75.6.04.04.13,0,.11-.06-.06-.18-.14-.3-.28-.43-.15-.13-.32-.22-.51-.26-.09-.02-.15.11-.06.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M19.71,70.93c.15.3.35.51.64.68.13.08.28.13.42.17.11.03.35.09.44,0,.06-.06.04-.17-.05-.19-.16-.05-.33-.07-.5-.13-.32-.11-.63-.35-.84-.61-.06-.07-.16.02-.12.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M20.27,70.93c.48.34,1.06.54,1.65.54.3,0,.59-.05.88-.13.28-.08.59-.21.78-.44.04-.05,0-.14-.07-.11-.25.08-.49.21-.74.3-.26.09-.53.13-.81.14-.57.02-1.14-.1-1.64-.38-.06-.03-.11.05-.05.09h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M11.23,65.51c-.15-.06-.35.1-.32.26.04.22.29.2.42.06.06-.07.08-.16.05-.24-.02-.05-.05-.05-.1-.06-.1-.02-.18-.06-.27-.11-.31-.17-.54-.47-.62-.81-.05.03-.09.07-.14.1.39.21.78.44,1.19.58.05.02.07-.05.03-.08-.35-.26-.75-.46-1.14-.66-.07-.04-.16.02-.14.1.09.31.27.59.53.78.14.1.29.18.46.23.14.04-.05.18-.13.16-.14-.03-.03-.33.15-.27.03,0,.04-.03.01-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.64,70.13c0-.11.02-.22.05-.33.02-.08,0-.19,0-.28,0-.18-.02-.36-.04-.54-.02-.32-.03-.65-.01-.97.01-.32.06-.63.15-.93.09-.29.27-.54.37-.82.02-.07-.06-.11-.11-.09-.28.14-.42.45-.53.74-.13.32-.17.67-.2,1.01-.03.34,0,.68.02,1.02.01.2.03.4.05.59.01.09.03.19.04.28,0,.06.06.11.06.17,0,.06.04.12.05.17.01.06.11.05.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.36,66.38c-.14.57-.24,1.14-.26,1.73-.01.3,0,.6.03.9.01.14.03.28.04.42.02.13.03.28.1.38.03.04.09.03.1-.01.04-.12,0-.25,0-.37-.02-.14-.03-.28-.04-.42-.02-.28-.03-.56-.03-.84,0-.59.03-1.19.12-1.77,0-.04-.05-.06-.06-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.08,66.34c-.23.6-.35,1.21-.37,1.86,0,.32,0,.63.05.94.02.15.05.3.08.45.03.14.05.32.16.42.06.05.14.03.17-.04.04-.13-.01-.27-.04-.39-.03-.15-.06-.3-.08-.45-.05-.31-.06-.62-.06-.92,0-.61.1-1.23.27-1.81.03-.11-.13-.15-.17-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.77,66.74c-.16.52-.22,1.06-.21,1.6,0,.26.04.52.09.77.05.26.11.52.29.72.05.05.12,0,.13-.05.02-.24-.05-.47-.1-.7-.05-.25-.08-.49-.1-.74-.04-.52,0-1.04.1-1.55.02-.12-.15-.18-.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.54,69.94c-.13-.59-.16-1.21-.07-1.81.04-.29.12-.58.22-.86.1-.28.22-.54.31-.82.02-.06-.06-.1-.1-.06-.43.44-.61,1.13-.69,1.72-.09.63-.05,1.27.15,1.88.04.12.22.07.19-.05h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.75,68.45c-.05-.6.02-1.2.18-1.77.08-.28.19-.55.32-.82.13-.26.34-.5.41-.78.02-.06-.05-.1-.1-.08-.26.14-.42.46-.55.71-.14.28-.25.58-.33.88-.16.61-.16,1.24-.04,1.86.01.06.11.04.1-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.59,65.44c-.27.4-.47.84-.57,1.31-.05.23-.08.47-.09.7,0,.19-.03.49.08.66.03.04.09.04.11-.01.06-.18.01-.41.01-.59,0-.24.03-.47.07-.7.09-.46.25-.9.49-1.3.04-.07-.06-.13-.11-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.5,65.01c-.23.4-.44.8-.61,1.23-.08.21-.15.42-.21.64-.06.2-.13.44-.09.66.02.07.11.07.15.02.11-.15.15-.37.2-.55.06-.22.13-.43.2-.64.14-.43.33-.85.55-1.25.07-.12-.12-.23-.19-.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.55,64.83c-.32.35-.54.79-.69,1.24-.08.23-.13.47-.16.71-.03.25,0,.49.02.74.03,0,.07,0,.1-.01-.1-.33-.04-.7.06-1.02.1-.34.31-.62.5-.91.02-.04-.02-.09-.06-.06-.29.21-.45.55-.55.89-.11.38-.08.74-.05,1.12,0,.07.1.07.11,0,.02-.22.07-.44.11-.66.04-.23.09-.45.15-.67.13-.45.34-.87.57-1.28.04-.06-.05-.14-.1-.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.91,65.36c-.72.14-1.42-.17-1.91-.69-.56-.58-.72-1.38-.58-2.15.32-1.82,1.93-2.99,3.25-4.09.6-.51,1.17-1.05,1.67-1.65.49-.58.99-1.22,1.26-1.94.04-.11-.12-.2-.2-.11-.28.35-.52.73-.79,1.09-.28.37-.56.72-.87,1.06-.62.67-1.33,1.25-2.03,1.84-1.32,1.1-2.69,2.47-2.73,4.31-.01.8.33,1.56.93,2.09.57.49,1.35.72,2.05.4.09-.04.02-.18-.07-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.42,55.13c-.12.49-.16,1-.21,1.51-.05.52-.09,1.04-.13,1.55-.07.86-.11,1.72-.23,2.57-.11.73-.28,1.47-.61,2.13-.33.66-.84,1.18-1.5,1.51-.87.44-1.89.6-2.61,1.32.1.03.21.06.31.08-.11-.37-.32-.7-.68-.86-.12-.05-.22.08-.14.18.18.23.37.49.46.78.04.13.21.19.31.08.56-.56,1.34-.77,2.05-1.05.71-.29,1.31-.69,1.77-1.31.88-1.2,1.03-2.82,1.13-4.25.05-.7.09-1.41.14-2.11.02-.35.03-.7.05-1.06.01-.35.03-.7,0-1.06,0-.06-.09-.08-.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.33,59.62c-.45.36-.82.8-1.09,1.3-.14.26-.25.53-.33.81-.04.14-.06.28-.08.43-.01.1-.04.27.05.34.17.13.26-.35.29-.44.09-.28.18-.56.31-.83.26-.53.63-1.01,1.08-1.38.16-.13-.07-.35-.22-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.3,59.66c.1.11.24.01.26-.11.04-.21-.2-.24-.35-.18-.1.04-.17.17-.24.24-.08.09-.16.19-.23.29-.15.2-.3.4-.44.61-.28.41-.51.85-.68,1.31-.08.23-.14.46-.17.71-.03.23-.08.53.07.74.06.08.18.09.23,0,.08-.13.09-.29.11-.43.02-.17.05-.33.1-.49.09-.33.21-.65.37-.96.16-.32.34-.62.54-.92.1-.15.19-.3.29-.45.05-.07.1-.15.14-.22.02-.03.04-.06.06-.09,0-.01.02-.03.03-.04.05-.05.04-.11-.02-.17.03,0,.05,0,.08.01,0,0-.01,0-.02-.01-.1-.06-.2.07-.12.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.42,60.03c-.49.51-.85,1.13-1.05,1.8-.1.33-.15.68-.17,1.02-.02.32-.03.76.2,1.01.07.07.17.03.2-.05.11-.27.03-.62.04-.91,0-.32.06-.64.15-.95.16-.61.47-1.18.91-1.65.17-.18-.1-.45-.27-.27h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.59,60.41c-.45.56-.74,1.24-.95,1.92-.11.35-.17.71-.22,1.06-.04.35-.09.73-.03,1.08.04.2.33.18.39,0,.03-.11.06-.23.07-.34,0-.07-.08-.12-.14-.08-.09.07-.18.15-.26.23.11.05.23.09.34.14.04-.32.02-.65.06-.97.04-.34.11-.68.2-1.01.18-.65.47-1.25.79-1.84.08-.15-.13-.33-.24-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.5,61.5c-.24.47-.43.96-.59,1.46-.08.25-.14.51-.2.76-.05.24-.13.53-.11.78.02.21.34.29.39.05.03-.11.06-.21.09-.32.02-.06-.05-.13-.11-.09-.09.06-.17.13-.26.19.1.08.2.15.29.22.08-.22.1-.48.15-.72.05-.24.11-.48.18-.71.14-.49.33-.96.55-1.42.12-.24-.24-.45-.36-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.77,62.05c-.24.4-.43.83-.58,1.27-.08.23-.14.46-.2.7-.05.22-.14.5-.08.72.06.2.39.17.38-.05,0-.13.07-.25.08-.37,0-.07-.09-.1-.14-.06-.08.08-.14.2-.24.26.09.09.18.18.27.27.11-.18.11-.44.16-.64.05-.22.11-.43.18-.65.14-.43.33-.83.55-1.22.14-.25-.24-.47-.38-.22h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.79,62.71c-.28.63-.58,1.26-.83,1.9-.11.27.37.42.44.12.02-.08.08-.2,0-.27s-.2-.02-.29-.01c.09.11.17.23.26.34.29-.6.55-1.23.82-1.84.05-.12.04-.25-.08-.32-.1-.06-.27-.03-.32.08h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.27,62.91c-.35.62-.72,1.23-1.02,1.87-.14.3.33.47.4.17.03-.11.05-.24.04-.36,0-.07-.08-.13-.16-.09-.1.06-.18.15-.25.23.11.09.23.18.34.27.32-.64.61-1.29.94-1.92.1-.19-.18-.36-.29-.17h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.3,63.62c-.16.2-.3.41-.44.63-.09.14-.43.64-.05.66.09,0,.16-.08.16-.16,0,.09,0-.03,0-.05,0-.06-.05-.09-.1-.1-.02,0-.05,0-.07,0,.04.01.08.02.12.03,0,0,0,0-.01,0,.01.05.03.11.04.16.01-.05-.14.18-.03.06.02-.02.03-.04.04-.06.02-.03.04-.06.07-.09.07-.09.13-.2.19-.3.07-.11.15-.21.22-.32.03-.04.06-.08.09-.13.01-.02.03-.04.04-.05.03-.04-.03.04,0,0,.16-.2-.12-.49-.29-.29h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.37,64.06c-.15.16-.3.32-.45.48-.14.15-.38.32-.37.54,0,.08.07.15.15.15.21,0,.34-.21.47-.35.16-.17.32-.35.49-.52.18-.2-.11-.49-.3-.3h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.59,63.71c-.39.44-.2,1.17.15,1.58.46.55,1.24.55,1.87.34.68-.22,1.25-.69,1.76-1.18.26-.25.49-.53.71-.82.22-.31.42-.61.51-.98.02-.09-.1-.17-.17-.1-.21.22-.37.47-.56.72-.18.25-.39.48-.6.71-.43.46-.92.87-1.48,1.15-.52.26-1.15.36-1.66.01-.46-.32-.5-.9-.45-1.4,0-.04-.05-.06-.08-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32,55.87c-.24.16-.45.38-.65.59-.21.22-.41.44-.61.67-.19.22-.37.46-.55.7-.17.24-.39.5-.47.79-.01.04.04.09.08.06.23-.16.4-.42.57-.64.19-.24.39-.47.58-.7.19-.23.39-.46.6-.68.2-.21.41-.42.58-.66.05-.08-.05-.17-.13-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.25,55.66c-.17.09-.29.3-.41.45-.15.2-.29.41-.43.61-.13.19-.26.38-.38.57-.1.15-.26.35-.18.54,0,.02.04.03.06.03.19,0,.29-.21.39-.35.14-.2.28-.41.41-.62.12-.19.25-.38.36-.58.11-.18.25-.39.27-.6,0-.05-.06-.08-.1-.06h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.3,55.49s-.01,0-.02,0c.02.02.04.04.06.06-.02.02-.04.04-.07.07-.02-.04-.05-.09-.07-.13-.02.17-.11.31-.17.47-.08.19-.15.38-.22.57-.07.19-.15.38-.22.57-.06.17-.12.34-.09.52,0,.04.07.07.1.04.14-.11.2-.26.27-.42.09-.21.16-.42.24-.63.07-.19.14-.38.21-.58.05-.15.18-.37.12-.53-.02-.06-.06-.09-.12-.09-.11,0-.21.1-.14.21.02.04.06.05.1.04,0,0,.01,0,.02,0,.09-.01.07-.14,0-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.5,54.81c.09-.09.18-.19.27-.28-.04-.02-.08-.03-.13-.05-.01.28-.04.56-.11.84-.03.14-.08.28-.13.41-.05.13-.12.27-.14.41,0,.05.05.09.09.05.21-.17.3-.51.37-.76.08-.31.11-.63.07-.94,0-.06-.08-.1-.13-.05-.09.1-.18.18-.28.27-.07.07.04.18.11.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.52,54.86c-.06.45-.12.9-.18,1.35-.06.46-.14.92-.14,1.38,0,.05.08.08.1.03.17-.4.25-.85.3-1.28.05-.49.06-.96.03-1.45,0-.06-.1-.08-.11-.01h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.13,56.01c-.26.44-.49.88-.7,1.35-.2.45-.4.93-.47,1.42-.01.1.11.16.16.07.24-.41.41-.88.6-1.32.2-.47.42-.93.64-1.38.07-.15-.14-.28-.23-.13h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.96,56.46c-.72.65-1.36,1.38-1.91,2.17-.54.78-1.03,1.66-1.26,2.58-.01.04.05.07.07.03.44-.82.85-1.66,1.37-2.45.53-.8,1.17-1.53,1.87-2.18.1-.09-.05-.24-.15-.15h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.64,57.58c-.73.37-1.3.99-1.78,1.64-.25.34-.47.69-.66,1.06-.19.34-.4.75-.46,1.14,0,.06.07.13.12.07.24-.29.41-.67.6-1,.19-.35.4-.69.63-1.02.46-.66,1.04-1.21,1.68-1.68.12-.09.02-.27-.12-.2h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.38,58.16c-.18.07-.3.27-.43.41-.14.16-.27.34-.4.51-.27.36-.52.73-.75,1.1-.24.38-.45.76-.66,1.16-.1.2-.2.4-.29.6-.09.19-.18.38-.21.59-.01.11.14.16.21.09.13-.15.2-.33.29-.51.1-.2.2-.4.3-.6.19-.38.41-.75.62-1.12.22-.37.45-.72.69-1.07.13-.18.26-.36.39-.54.07-.09.13-.18.19-.27.06-.08.12-.16.14-.26.01-.05-.04-.12-.1-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.85,57.94c-.7.71-1.31,1.48-1.83,2.34-.25.42-.48.85-.67,1.3-.1.22-.19.45-.27.68-.08.23-.2.5-.17.75.01.09.13.18.21.09.14-.17.19-.38.27-.59.09-.23.17-.46.27-.69.19-.45.41-.89.65-1.32.48-.85,1.06-1.66,1.73-2.38.12-.13-.07-.31-.19-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.87,58.31c-.55.85-1.07,1.72-1.55,2.6-.24.44-.47.89-.69,1.35-.11.23-.22.45-.32.69-.1.24-.24.47-.27.73-.02.12.16.19.24.1.16-.19.24-.43.34-.65.11-.23.21-.46.32-.69.22-.46.45-.91.68-1.35.46-.9.96-1.77,1.5-2.63.1-.16-.15-.29-.24-.14h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.44,59.75c-.41.6-.8,1.22-1.17,1.84-.18.3-.36.61-.52.93-.09.16-.16.32-.23.48-.07.16-.15.29-.1.47,0,.03.04.05.07.04.15-.06.21-.15.29-.29.09-.15.19-.3.27-.46.18-.33.36-.65.55-.98.37-.63.76-1.24,1.17-1.85.14-.21-.19-.4-.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.7,60.1c-.48.74-.93,1.49-1.35,2.26-.22.39-.42.79-.62,1.19-.1.19-.19.39-.28.58-.08.17-.25.42-.18.61.02.06.09.12.16.09.19-.07.25-.29.33-.45.09-.19.19-.39.28-.58.2-.4.4-.8.62-1.2.42-.79.88-1.57,1.35-2.33.12-.2-.18-.37-.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.35,61.89c-.37.55-.76,1.08-1.17,1.6-.2.26-.41.51-.62.76-.22.26-.47.51-.68.79.11.06.22.13.33.19.05-.11.14-.23.14-.35,0-.04-.04-.09-.09-.09-.13.02-.21.11-.31.18-.23.16.03.48.23.3.24-.22.44-.49.65-.74.22-.27.44-.54.65-.82.41-.53.8-1.08,1.18-1.64.13-.2-.18-.38-.31-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M29.98,63.15c-.59.56-1.21,1.1-1.78,1.68-.16.16.05.44.24.31.38-.25.79-.45,1.16-.71.39-.26.73-.59,1.03-.95.3-.36.55-.77.74-1.2.09-.21.17-.42.23-.64.03-.12.06-.23.08-.35.02-.13,0-.23,0-.36-.01-.12-.15-.13-.2-.03-.04.1-.1.19-.13.29-.03.1-.05.2-.08.31-.06.2-.13.4-.21.6-.17.4-.4.79-.67,1.13-.27.35-.58.66-.92.94-.34.28-.73.52-1.18.59.06.11.13.22.19.33.61-.54,1.19-1.12,1.78-1.68.19-.18-.1-.46-.28-.28h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.77,60.83c-.24.62-.56,1.19-.96,1.72-.21.27-.44.52-.67.78-.12.13-.23.25-.35.37-.12.12-.22.22-.23.4,0,.06.06.13.12.12.17-.01.27-.12.39-.24.13-.13.26-.27.39-.41.24-.26.47-.54.69-.83.41-.56.75-1.19.84-1.88.02-.13-.17-.13-.21-.03h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.01,58.9c-.16.35-.29.73-.43,1.1-.16.39-.33.77-.51,1.15-.17.36-.35.71-.54,1.07-.18.35-.44.71-.53,1.1-.02.09.08.14.15.09.3-.24.48-.62.67-.95.21-.36.4-.73.58-1.11.18-.37.34-.76.49-1.14.15-.38.31-.78.4-1.18.03-.16-.2-.28-.28-.12h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.55,60.11c-.27.51-.57,1-.88,1.49-.16.24-.32.48-.48.72-.17.25-.38.49-.52.76.11.01.22.03.32.04-.02-.11-.03-.21-.07-.31-.02-.05-.11-.08-.14-.02-.05.11-.09.22-.13.33-.07.17.18.28.3.17.2-.19.36-.45.52-.68.18-.25.35-.51.51-.77.32-.5.62-1.02.9-1.54.12-.22-.21-.41-.33-.19h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.13,59.68c-.14.55-.33,1.09-.57,1.61-.12.27-.26.53-.4.78-.14.25-.32.49-.43.75.11.01.21.03.32.04.04-.42.07-.84.17-1.25.1-.42.22-.83.37-1.24.14-.41.3-.8.49-1.19.19-.38.39-.81.69-1.11-.08-.06-.17-.13-.25-.19-.18.29-.27.67-.38.99-.12.34-.25.67-.38,1.01-.26.69-.54,1.37-.83,2.05-.09.22.29.34.36.1.03-.1.04-.2.05-.31,0-.09-.1-.11-.15-.06-.07.06-.15.12-.21.19.1.08.2.15.29.23.32-.66.6-1.34.87-2.03.13-.34.25-.67.37-1.01.12-.34.28-.71.31-1.07.01-.18-.26-.21-.31-.04-.11.41-.32.79-.48,1.18-.17.4-.33.8-.48,1.2-.15.41-.28.82-.41,1.23-.13.43-.29.86-.4,1.29-.04.16.15.27.27.16.21-.2.35-.47.49-.71.15-.25.28-.52.4-.78.25-.55.46-1.12.61-1.7.06-.25-.32-.35-.38-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.78,56.96c-.26,1.06-.55,2.11-.73,3.19.12.02.24.03.35.05,0-.11-.06-.19-.09-.29-.02-.05-.09-.07-.12-.02-.05.09-.11.16-.14.26-.06.23.28.32.35.1.32-1.04.52-2.12.75-3.18.05-.24-.31-.35-.37-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M31.7,56.84c0,.59-.02,1.19-.09,1.78-.07.61-.24,1.2-.34,1.81.14.02.27.04.41.06,0-.23.05-.45.09-.68.04-.24.08-.48.13-.72.09-.48.16-.97.31-1.43-.13-.02-.25-.03-.38-.05-.05.58-.09,1.15-.21,1.72-.12.58-.35,1.15-.43,1.73-.02.15.15.22.24.1.35-.49.5-1.14.62-1.72.12-.6.21-1.22.17-1.83-.01-.2-.34-.28-.38-.05-.07.48-.19.96-.29,1.44-.05.24-.09.48-.13.72-.04.24-.07.49-.14.72-.08.26.31.36.4.11.21-.57.29-1.2.36-1.8.08-.63.11-1.26.1-1.89,0-.28-.43-.28-.43,0h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.92,57.52c-.31.81-.61,1.62-.91,2.43-.09.24.3.4.41.17.22-.44.43-.89.63-1.34.2-.45.36-.92.56-1.37.11-.25-.16-.46-.37-.29-.62.51-1.14,1.23-1.5,1.94.15.09.3.17.44.26.16-.36.34-.72.54-1.06.2-.34.41-.69.68-.98-.1-.1-.19-.19-.29-.29-.2.23-.39.48-.58.73-.2.26-.41.52-.6.8.15.06.29.12.44.18.08-.24.16-.47.22-.71.04-.16-.16-.23-.25-.11-.15.2-.28.42-.41.63-.15.23.2.5.38.29.2-.24.37-.5.55-.75.19-.27.39-.54.57-.82.14-.22-.21-.42-.35-.2-.22.33-.48.63-.7.96-.23.34-.45.7-.65,1.06-.16.29.29.55.44.26.19-.35.39-.68.62-.99.23-.31.5-.59.77-.87-.13-.08-.26-.15-.4-.23-.12.45-.33.89-.52,1.32-.2.45-.41.9-.62,1.35.14.06.27.11.41.17.28-.82.56-1.63.84-2.45.08-.23-.28-.32-.36-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.63,54.8c-.2,0-.39.28-.51.42-.18.2-.35.41-.52.62-.17.2-.33.41-.49.62-.14.19-.33.42-.39.65-.02.07.05.12.11.09.22-.11.39-.35.55-.52.18-.2.35-.41.52-.62.17-.21.32-.42.48-.63.11-.15.35-.39.3-.58,0-.02-.03-.04-.05-.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M32.47,54.78c-.3.34-.6.68-.9,1.02-.3.35-.64.68-.84,1.1-.03.05.03.13.09.09.36-.25.63-.61.91-.94.31-.36.61-.72.92-1.09.1-.12-.07-.31-.18-.18h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M30.18,57.83c-.44.5-.84,1.05-1.19,1.62-.18.29-.34.6-.49.92-.07.15-.13.29-.2.44-.07.16-.15.33-.16.51,0,.19.29.19.3,0,0-.13.08-.23.11-.35.01-.05-.05-.09-.09-.05-.09.09-.14.2-.25.27.06.08.12.16.18.23.1-.12.15-.28.21-.42.06-.15.13-.3.2-.45.14-.3.29-.59.45-.87.33-.57.7-1.12,1.12-1.63.12-.15-.08-.36-.21-.21h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.96,58.93c-.58.31-.8.95-1,1.53-.14.41-.28.81-.42,1.22-.06.19-.13.39-.19.58-.05.17-.17.4-.05.56.02.03.06.05.1.04.16-.05.2-.19.24-.33.07-.19.13-.39.19-.58.12-.39.24-.78.35-1.18.16-.58.29-1.38.87-1.69.1-.06.01-.21-.09-.16h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.47,61.54c-.19.46-.28.97-.27,1.47,0,.25.04.5.1.75.05.22.14.54.36.63.06.03.12,0,.14-.06.06-.18-.02-.41-.07-.58-.06-.23-.1-.45-.11-.69-.03-.49.05-.97.23-1.42.09-.23-.28-.33-.37-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M26.62,64.93c-.02.13-.03.23,0,.37.03.14.13.26.22.37.2.23.51.37.8.41.34.05.68-.05,1-.19.31-.14.7-.38.86-.7.04-.07-.02-.15-.1-.14-.28.06-.52.27-.76.41-.25.14-.53.25-.82.25-.43,0-.98-.3-1.02-.77,0-.09-.15-.12-.16-.02h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.36,65.78c.85,0,1.63-.47,2.24-1.03.32-.29.59-.64.81-1.01.21-.35.41-.78.39-1.2,0-.07-.09-.1-.13-.04-.2.33-.32.7-.51,1.03-.2.35-.46.67-.75.95-.58.57-1.31.88-2.06,1.17-.06.02-.05.11.02.11h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M27.55,65.73c-.25-.15-.5-.25-.72-.45-.22-.21-.4-.49-.51-.77-.29-.7-.16-1.45-.17-2.18,0-.06-.09-.07-.11-.01-.27.72-.25,1.62.06,2.33.13.3.32.57.57.79.22.2.54.41.85.39.05,0,.07-.07.03-.1h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M36.87,9c-.23-.16-1.89.02-2.23,0-1.23-.05-2.43.03-3.65.22-2.3.36-3.65,1.48-4.84,3.37-.17.26-.54.14-.56-.15-.32-4.82,8.57-4.57,11.38-3.83.11.03.19.18.11.28-.02.02-.03.04-.05.06-.04.05-.1.08-.16.04h0Z\" style=\"fill:#fff;\"><\/path><path d=\"M210.67,24.61s.03,0,.04,0c2.35,0,4.62-2.22,4.67-4.57.02-1.03-.4-2.06-1.15-2.83-.74-.76-1.75-1.2-2.76-1.2h-.07c-2.46.05-4.54,2.15-4.58,4.59-.03,1.08.34,2.08,1.05,2.83.71.75,1.71,1.17,2.8,1.18M213.74,18.28c.69.03,1.29.67,1.29,1.36,0,.93-1,1.93-1.96,1.96-.74.02-1.32-.54-1.31-1.29.01-.97,1.08-2.07,1.98-2.03M168.13,21.58c.11.02.23.03.35.03.06,0,.12,0,.18,0,.69-.06,1.33-.29,1.91-.69l2.44-1.72c2.72-1.92,5.45-3.83,8.17-5.76.78-.56,1.3-1.36,1.45-2.27.14-.85-.05-1.69-.55-2.38-.61-.85-1.5-1.33-2.5-1.33-.73,0-1.35.26-1.8.49-.31.15-.52.33-.63.43l-2.67,1.87c-2.44,1.72-4.88,3.43-7.32,5.15-.35.25-.8.59-1.18,1.08-.8,1.03-.9,2.36-.26,3.47.36.62,1.07,1.42,2.42,1.63M170.75,17.32c3.45-2.44,6.9-4.88,10.36-7.31.64-.45,1.24-.35,1.27.21-.04.32-.23.55-.51.74-3.48,2.45-6.96,4.89-10.44,7.34-.37.26-.8.49-1.12.03-.34-.48.07-.77.43-1.03M246.16,25.47c-1.33-.59-2.69-.88-4.03-.88-1.79,0-3.55.52-5.21,1.54-2.19,1.34-3.98,3.39-5.3,6.07-1.46,2.94-2.86,5.96-4.22,8.88-.37.78-.73,1.57-1.1,2.35l-.18.38c-.76,1.64-1.48,3.19-2.64,4.34-2.33,2.33-4.59,3.28-7.21,3.04-1.52-.14-2.25-.84-2.38-2.27-.06-.66.06-1.38.35-2.15.78-2.03,1.72-3.98,2.72-6.03.52-1.07,1.06-2.18,1.56-3.29l.23-.5c.6-1.34,1.18-2.6,1.96-3.67,1.05-1.43,1.88-2.02,2.97-2.1.14-.01.28,0,.36,0,0,.07,0,.16-.03.28-.09.5-.22.92-.39,1.31l-.08.18c-.24.53-.49,1.09-.72,1.67-.91,2.34.52,3.64.98,3.99.58.43,1.25.66,1.94.66s1.42-.23,2.13-.72c.67-.46,1.18-1.11,1.54-2l.17-.43c.36-.88.74-1.8,1.01-2.79.62-2.25.34-4.24-.84-5.94-1.22-1.75-3.38-2.76-5.93-2.76-.98,0-1.98.16-2.87.45-3.19,1.05-5.09,3.49-6.24,5.24-1.07,1.62-1.85,3.33-2.6,4.99-.19.41-.37.82-.57,1.23-.35.75-.73,1.52-1.1,2.27-.99,2-2.01,4.06-2.74,6.29-.49,1.49-1.14,2.78-2.01,3.96-1.22,1.66-2.33,2.28-3.83,2.15-.29-.03-.42-.11-.46-.15-.03-.04-.07-.17-.02-.42.11-.63.26-1.15.47-1.61,1.28-2.83,2.57-5.65,3.85-8.47.86-1.9,1.73-3.79,2.59-5.69l.45-1c.62-1.36,1.26-2.77,1.87-4.18.77-1.78.09-3.63-1.63-4.4-.44-.2-.91-.3-1.39-.3-1.2,0-2.3.65-2.94,1.74-.17.28-.29.55-.38.77l-2.37,5.18c-1.69,3.69-3.37,7.38-5.06,11.06-.14.31-.28.61-.42.92-.69,1.55-1.35,3.01-2.26,4.26-.99,1.36-1.86,2.02-2.93,2.23-.29.06-.55.08-.79.08-.39,0-.58-.08-.6-.1-.04-.07-.14-.49.15-1.35.53-1.61,1.28-3.16,2.07-4.79.45-.92.91-1.87,1.33-2.85.36-.83.76-1.65,1.18-2.51.81-1.66,1.65-3.38,2.23-5.26.79-2.55.45-5.09-.94-6.97-1.32-1.8-3.47-2.82-5.9-2.82-.58,0-1.18.06-1.78.17-.8.15-1.53.42-2.18.73-.36-.23-.78-.4-1.24-.49-.22-.04-.44-.06-.66-.06-.73,0-2.11.25-3.02,1.94-.07.14-.15.27-.21.41-.39.86-.78,1.72-1.17,2.57-.78,1.71-1.58,3.48-2.38,5.21-.5,1.08-.99,2.16-1.49,3.24-1.38,3.02-2.81,6.14-4.3,9.15-.88,1.78-1.83,2.89-3,3.44.07-.13.14-.26.2-.39,1.85-3.63,3.57-7.37,5.23-10.99.53-1.14,1.05-2.28,1.58-3.42.49-1.04.78-2.01.91-2.96.57-4.23-1.43-7.31-5.36-8.24-.82-.19-1.64-.29-2.44-.29-2.51,0-4.82.95-6.88,2.81-2.29,2.07-3.6,4.63-4.74,7.07-.56,1.18-1.1,2.37-1.65,3.56-1.39,3.01-2.83,6.13-4.37,9.1-1.11,2.14-2.12,3.26-3.48,3.88-.05.02-.14.04-.24.06,0-.02,0-.04.01-.06.46-2.34.32-4.39-.43-6.25-.35-.88-.86-1.65-1.53-2.31l.36-.42c1.41-1.6,2.81-3.2,4.2-4.79l1.29-1.47c1.62-1.84,3.29-3.75,4.93-5.64,1.32-1.52,1.27-3.46-.1-4.73-.62-.57-1.41-.88-2.24-.88-.75,0-1.48.25-2.12.73-.47,0-.93,0-1.4,0h-1.14c-.99,0-2.03,0-3.08-.02.06-.19.13-.4.18-.62.39-1.53-.18-2.94-1.5-3.68-.56-.31-1.14-.47-1.73-.47-.76,0-1.49.27-2.12.77-.45.37-.82.84-1.11,1.46-.92,1.92-1.84,3.84-2.76,5.77-2.68,5.6-5.45,11.38-8.15,17.09l-.15.31c-.55,1.17-1.07,2.27-1.77,3.18-1.12,1.47-2.1,2.1-3.37,2.16-.06,0-.13,0-.19,0-.44,0-.62-.08-.67-.11-.03-.08-.08-.34,0-.83.08-.46.22-.9.4-1.31,1.8-3.98,3.64-8.02,5.42-11.92l.82-1.79c.36-.78.71-1.56,1.07-2.34.41-.9.83-1.81,1.24-2.71.11-.24.18-.45.23-.61.02-.05.03-.1.05-.15.65-1.63,0-3.31-1.6-4.09-.5-.24-1.01-.37-1.53-.37-.83,0-1.61.32-2.24.91-1.24-.83-2.76-1.28-4.45-1.28-.98,0-1.97.15-2.93.45-3.32,1.03-5.3,3.52-6.5,5.3-1.11,1.63-1.89,3.36-2.65,5.03-.29.63-.56,1.22-.84,1.81-.62,1.27-1.2,2.56-1.78,3.81-1.13,2.47-2.19,4.81-3.48,7.06-1.19,2.09-2.35,3-3.98,3.14-.09,0-.17.01-.25.01-.7,0-.7-.15-.7-.46,0-.46.13-.99.38-1.55.7-1.53,1.4-3.06,2.11-4.58.79-1.71,1.61-3.48,2.4-5.22.18-.41.38-.81.57-1.21.76-1.57,1.54-3.19,1.88-5.12.72-4.04-1.64-7.53-5.6-8.31-.58-.11-1.17-.17-1.74-.17-2.06,0-3.99.71-5.88,2.18-.12.09-.24.19-.35.28-1.35-1.53-3.37-2.44-5.67-2.44-1.3,0-2.62.3-3.85.85-.4-.26-.87-.43-1.4-.51-.16-.02-.33-.03-.48-.03-1.34,0-2.47.76-3.1,2.1l-.03.06c-.04.08-.08.16-.12.24l-2.25,4.91c-1.76,3.84-3.52,7.69-5.29,11.53-.13.28-.25.56-.38.84-.8,1.77-1.56,3.44-2.68,4.81-.97,1.19-1.87,1.72-3.01,1.79-.12,0-.24,0-.35,0-1.4-.23-1.97-.93-1.98-2.4,0-1.04.28-2.11.95-3.6,2-4.44,4.06-8.96,6.05-13.32.83-1.82,1.65-3.63,2.48-5.45,1.82-3.99,3.63-7.99,5.44-11.99,1.49-3.29-.7-4.63-1.41-4.96-.48-.23-.98-.34-1.47-.34-2.01,0-2.9,1.74-3.23,2.4-.07.14-.14.28-.21.41-.97-.97-2.19-1.71-3.65-2.19-3.61-1.2-7.32-.74-10.81,1.34-3.06,1.83-5.55,4.58-7.6,8.43-2.09,3.91-3.96,7.98-5.77,11.91-.8,1.74-1.63,3.54-2.47,5.3-.25.52-.5,1.04-.76,1.56-1.05,2.14-2.14,4.36-2.8,6.83-1.4,5.25.33,9.69,4.54,11.59,3.41,1.54,6.98,1.62,10.36.24,1.95-.8,3.53-2,4.89-3.38,1.24,2.28,3.27,3.34,5.05,3.83.58.16,1.17.28,1.75.37.25.04.5.03.74-.02,1.76.01,3.48-.48,5.12-1.48,2.16-1.33,3.93-3.23,5.41-5.83,1.17-2.04,2.11-4.17,3.01-6.24.5-1.14,1.02-2.32,1.56-3.44.36-.74.69-1.5,1-2.22.77-1.77,1.5-3.45,2.59-4.84,1.29-1.64,2.36-2.39,3.7-2.59.45-.07.83,0,.97.16.1.12.17.4.09.86-.08.45-.25.94-.54,1.58l-3.01,6.56c-1.89,4.11-3.77,8.23-5.65,12.34l-.04.09c-.92,1.96-.21,3.17.54,3.84.6.53,1.33.81,2.11.81.68,0,1.37-.21,2.09-.65,1.1-.67,1.55-1.67,1.85-2.33l1.83-3.98c1.76-3.82,3.51-7.64,5.28-11.46.16-.35.32-.7.48-1.06.67-1.49,1.3-2.9,2.2-4.09,1.28-1.7,2.41-2.5,3.78-2.66.09,0,.17-.02.26-.02.44,0,.72.13.79.22.07.08.1.34.04.73-.1.61-.37,1.24-.62,1.77-.46.99-.92,1.98-1.39,2.98-.95,2.02-1.92,4.11-2.86,6.19-.18.4-.37.8-.57,1.2-.76,1.58-1.55,3.22-1.86,5.18-.5,3.13.72,6.01,3.11,7.33,2.15,1.19,4.6,1.39,7.12.58,1.26-.4,2.32-1.04,3.21-1.74.3.31.64.58,1,.82,1.4.91,3.07,1.39,4.84,1.39,1.94,0,3.86-.6,5.41-1.68.21-.15.42-.3.61-.46.3.32.65.61,1.04.88-1.77.72-3.29,1.97-4.52,3.74-1.64,2.36-2.1,5.3-1.26,8.06.82,2.68,2.77,4.79,5.36,5.79,1.84.71,3.74,1.07,5.66,1.07h0c2.5,0,5.07-.61,7.64-1.81,3.26-1.52,6.1-3.99,8.69-7.54,2.1-2.88,3.71-5.61,4.9-8.31.38.17.8.27,1.25.27.2,0,.41-.02.62-.06.15-.03.32-.05.49-.07.49-.07,1.09-.14,1.74-.39,1.06-.4,2.06-.96,3.02-1.71.35.36.75.67,1.19.92,1.54.89,3.15,1.33,4.78,1.33,1.73,0,3.47-.51,5.18-1.5.21-.12.42-.26.62-.4.54,1.19,1.77,1.95,3.23,1.86,1.74-.1,3.32-.59,4.72-1.46,2.18-1.37,3.95-3.27,5.4-5.82,1.21-2.12,2.19-4.34,3.13-6.49.52-1.17,1.05-2.38,1.61-3.54.33-.69.63-1.38.93-2.05.74-1.7,1.45-3.31,2.5-4.65,1.3-1.65,2.37-2.4,3.7-2.6.46-.07.84,0,.97.16.1.11.17.4.09.85-.08.46-.26.96-.57,1.64-.83,1.78-1.65,3.56-2.48,5.34-.87,1.87-1.73,3.74-2.6,5.61-.61,1.3-1.36,2.93-1.64,4.78-.47,3.09.77,5.92,3.15,7.23,2.16,1.18,4.61,1.38,7.12.57,1.2-.39,2.22-.98,3.08-1.64.49.53,1.09.97,1.87,1.31,2.85,1.25,5.82,1.06,8.6-.56.81-.47,1.52-1.03,2.16-1.62.63.68,1.39,1.25,2.27,1.68,1.76.88,3.64,1.32,5.59,1.32,1.66,0,3.42-.33,5.23-.98,1.12-.4,2.18-.95,3.24-1.68.45.56.98,1.01,1.61,1.37,1.52.86,3.12,1.3,4.73,1.3,1.73,0,3.46-.5,5.15-1.49,2.14-1.25,3.89-3.19,5.2-5.77,1.85-3.63,3.57-7.38,5.24-11.01.52-1.14,1.05-2.28,1.58-3.41.39-.83.68-1.75.9-2.82.68-3.34-.84-6.56-3.7-7.82M146.91,49.4c-.7,5.48-3.22,10.18-6.44,14.54-2.36,3.2-5.21,5.85-9,7.27-3.02,1.13-6.12,1.36-9.24.39-4.94-1.54-6.38-7.53-2.73-11.22,1.18-1.19,2.55-1.97,4.22-2.19.13-.02.27-.02.4-.04.44-.06.85.03.91.53.06.47-.31.62-.72.67-1.09.14-2.14.41-3.04,1.08-1.97,1.49-2.91,3.46-2.44,5.91.42,2.23,1.95,3.56,4.07,4.13,4.67,1.26,8.76-.12,12.44-3.01,3.56-2.8,5.89-6.53,7.8-10.55,1.1-2.31,1.99-4.68,2.33-7.24.14-1.06.15-2.13-.1-3.18-.38-1.57-1.57-2.49-3.31-2.59-.42-.02-.93.05-.98-.54-.05-.52.38-.66.79-.71.25-.03.36-.19.5-.35,3.82-4.45,7.65-8.89,11.58-13.46h-1.17c-1.68,0-3.36.02-5.04,0-1.48-.02-2.59-.68-3.22-2.06-.32.05-.31.34-.41.53-3.16,6.45-6.3,12.9-9.46,19.35-1.14,2.32-2.37,4.58-4.4,6.28-1.89,1.59-4.02,2.21-6.45,1.67-1.83-.41-2.71-1.52-3.13-3.99-.94,1.29-1.96,2.43-3.29,3.25-2.34,1.45-5.83,1.17-7.56-.59-.71-.72-.92-1.64-1.1-2.69-1.02,1.29-2.06,2.42-3.4,3.21-1.98,1.18-4.07,1.34-6.19.45-1.77-.74-2.55-2.79-2.05-5.03.48-2.15,1.57-4.04,2.47-6.01,1.38-3.04,2.81-6.06,4.2-9.09.37-.8.64-1.63.68-2.52.09-1.8-.96-3.05-2.77-3.24-2.5-.27-4.41.87-6.06,2.61-1.21,1.27-2.03,2.77-2.75,4.35-2.81,6.14-5.64,12.28-8.46,18.41-.11.24-.22.49-.38.69-.25.31-.55.62-1.01.38-.49-.26-.33-.7-.19-1.04.57-1.31,1.19-2.6,1.78-3.91,2.39-5.26,4.78-10.51,7.15-15.78.42-.94.78-1.92.68-2.99-.14-1.51-1.13-2.53-2.63-2.73-2.23-.29-4.05.57-5.64,2.04-1.38,1.28-2.37,2.84-3.14,4.56-1.9,4.26-3.8,8.51-5.82,12.72-1.17,2.45-2.8,4.59-5.17,6.05-1.76,1.09-3.67,1.36-5.66.81-.5-.13-4.38-1.11-4.34-5.97,0-.16-.03-.45-.25-.36-1.27,2.16-4.04,4.14-4.99,4.79-.05.04-.1.07-.16.11-.11.07-.17.11-.17.11h0c-.5.31-1.02.59-1.59.82-2.63,1.09-5.37,1.02-8.05-.19-2.92-1.31-4.04-4.41-3-8.28.58-2.16,1.58-4.2,2.55-6.18.25-.52.51-1.03.75-1.55.82-1.72,1.62-3.47,2.41-5.17,1.75-3.79,3.84-8.31,5.83-12.05,1.77-3.32,3.88-5.68,6.44-7.21,1.76-1.05,3.56-1.58,5.34-1.58,1.01,0,2.09.12,3.1.45.06.02.12.04.18.07h0s.03,0,.09.03c.72.27,1.42.55,1.95.99.94.7,1.85,1.8,2.21,3.27,0,0,0,0,0,.02.09.15.2.16.28.15.04,0,.11-.05.18-.16l.05-.1.03-.06h0s.42-.79.42-.79c.24-.48.47-.97.69-1.44.22-.48.45-.98.69-1.45.3-.58.55-.94.87-.94.1,0,.22.03.35.09.45.21.58.47.13,1.46-1.76,3.89-3.8,8.36-5.57,12.24-.79,1.74-1.58,3.48-2.38,5.22-1.95,4.27-3.96,8.69-5.92,13.04-.54,1.2-1.16,2.8-1.15,4.57.02,2.81,1.66,4.6,4.5,4.89.06,0,.13.01.2.02,2.3.07,4.05-1.04,5.53-2.77,1.67-1.95,2.58-4.31,3.64-6.6,2.47-5.37,4.92-10.74,7.38-16.11.04-.1.09-.19.14-.28.23-.46.55-.86,1.11-.61.59.26.45.76.25,1.23-.15.36-.32.71-.55,1.23.73-.55,1.29-1.02,1.89-1.44,1.65-1.16,3.48-1.43,5.4-.91,1.83.5,2.86,1.94,3.01,4.1.35-.15.5-.47.71-.72,1.45-1.69,3.13-3.04,5.37-3.52,2.27-.49,4.55.44,5.43,2.22.65,1.31.61,2.68.2,4.04-.74,2.47-2.03,4.71-3.08,7.06-1.13,2.54-2.32,5.06-3.45,7.59-.37.83-.63,1.69-.61,2.62.04,1.66.98,2.65,2.63,2.83,2.49.27,4.38-.78,5.93-2.62,1.58-1.86,2.6-4.05,3.64-6.23,1.88-3.92,3.6-7.91,5.63-11.75,1.02-1.93,2.35-3.62,4.25-4.77,1.69-1.03,3.51-1.36,5.42-.82,1.51.42,2.6,1.37,3.09,3.1.43-.9.78-1.65,1.15-2.4.13-.26.29-.51.48-.72.19-.2.45-.29.73-.16.3.14.44.37.42.7-.01.3-.14.56-.26.83-2.91,6.39-5.83,12.77-8.72,19.17-.42.94-.74,1.93-.69,3,.07,1.54,1.02,2.5,2.62,2.68,2.59.28,4.51-.87,6.11-2.77,1.68-2,2.66-4.4,3.77-6.71,3.24-6.73,6.45-13.48,9.67-20.21.17-.36.32-.74.64-1,.21-.17.45-.33.73-.16.24.15.35.42.27.7-.11.38-.24.76-.4,1.12-.7,1.61.11,3.15,1.85,3.22,2.45.1,4.91.03,7.36.04.33,0,.45-.22.63-.41.33-.36.75-.66,1.17-.29.47.4.1.83-.2,1.17-3.07,3.55-6.14,7.1-9.22,10.64-1.19,1.37-2.37,2.74-3.61,4.16.83.36,1.62.72,2.18,1.42,1.24,1.52,1.41,3.3,1.18,5.13M125.2,57.59c2.16-.42,4.15-1.63,6.04-3.67,1.72-1.86,2.73-4,3.7-6.07l.02-.04c.31-.67.63-1.34.95-2,.52.77,1.35,1.22,2.33,1.22.36,0,.67-.06.89-.1.05,0,.1-.02.15-.03.14-.02.28-.04.41-.04.49,0,.81.13.97.82.07.3.09.65.08,1.08-.1,2.41-1.01,4.73-1.98,6.87-2.11,4.67-4.34,7.77-7.24,10.06-3.27,2.59-6.41,3.43-9.8,2.63-1.78-.42-2.18-1.36-2.34-2.22-.17-.9-.13-1.99,1.38-3.24.42-.35,1.05-.47,2.04-.63h.05c1.72-.3,2.83-1.72,2.69-3.46-.03-.42-.14-.82-.31-1.17M138.49,40.5c.46-.93.92-1.86,1.37-2.78.64-1.29,1.27-2.57,1.9-3.86.42-.85.84-1.7,1.27-2.57,1.05.43,2.11.53,2.98.55-2.43,2.87-4.74,5.55-7.01,8.13l-.1.12c-.12.14-.29.32-.38.41,0,0-.02,0-.03,0M162.93,54.41c-2.02.67-4.05.58-5.88-.66-1.05-.71-1.52-1.8-1.61-3.19-1.04,1.32-2.07,2.42-3.39,3.22-1.02.62-2.12.95-3.31.99-.4.01-.77-.09-.82-.56-.05-.46.3-.6.67-.63,3.4-.23,5.27-2.51,6.77-5.18,2.04-3.63,3.61-7.49,5.42-11.24,1.15-2.39,2.13-4.87,3.86-6.93,1.7-2.02,3.74-3.37,6.49-3.33,3.91.06,5.86,2.7,4.73,6.47-.67,2.24-1.84,4.28-2.8,6.4-1.39,3.06-2.78,6.13-4.32,9.12-1.28,2.48-3.04,4.6-5.81,5.51M249.6,32.51c-.17.86-.43,1.7-.8,2.49-2.17,4.66-4.29,9.34-6.57,13.94-1.23,2.47-3.01,4.55-5.75,5.46-2.02.67-4.05.6-5.88-.63-1.26-.85-1.67-2.15-1.62-3.82-1.63,1.79-3.37,3.14-5.46,3.94-3.07,1.18-6.15,1.41-9.11-.38-1.27-.77-1.86-1.73-2.48-3.84-1.06,1.61-2.27,3.05-3.91,4.06-1.72,1.06-3.56,1.34-5.5.76-1.82-.54-2.73-1.74-2.86-3.83-.34.4-.61.73-.89,1.04-1.56,1.73-3.36,3.03-5.81,3.07-3.96.06-5.87-2.5-4.69-6.29.83-2.67,2.23-5.09,3.36-7.63,1.04-2.32,2.14-4.61,3.19-6.93.41-.9.63-1.83.61-2.84-.02-1.45-1.27-2.57-2.72-2.75-2.21-.27-4,.59-5.57,2.04-1.41,1.3-2.4,2.88-3.18,4.63-1.89,4.23-3.78,8.46-5.79,12.64-1.17,2.45-2.8,4.58-5.16,6.05-1.08.68-2.26,1.01-3.53,1.07-.27.01-.53-.01-.77-.15-.22-.13-.4-.27-.4-.54,0-.29.22-.42.44-.51.25-.09.51-.18.77-.19,2.78-.09,4.53-1.76,5.94-3.91,1.61-2.48,2.64-5.25,3.88-7.92,2.12-4.56,4.19-9.15,6.28-13.73.12-.26.24-.54.49-.71.25-.17.5-.29.81-.1.29.18.4.45.32.75-.12.42-.29.83-.5,1.4.66-.46,1.2-.85,1.76-1.21,1.32-.83,2.77-1.19,4.33-1.04,2.82.27,4.49,2.66,3.93,5.54-.36,1.82-1.24,3.43-2,5.09-1.54,3.37-3.11,6.73-4.64,10.11-.41.89-.71,1.83-.7,2.84.02,1.66.95,2.66,2.62,2.85,2.52.29,4.43-.8,5.99-2.66,1.6-1.89,2.57-4.13,3.58-6.36,2.46-5.46,4.94-10.91,7.4-16.36.01-.02.03-.05.04-.07.27-.52.53-1.21,1.26-.9.77.33.38.96.14,1.5-2.89,6.34-5.78,12.68-8.64,19.03-.46,1.01-.88,2.07-.74,3.22.18,1.6,1.09,2.43,2.7,2.61,2.43.26,4.3-.8,5.82-2.55,1.3-1.49,2.28-3.17,2.89-5.08,1.07-3.34,2.86-6.37,4.29-9.56.88-1.97,1.84-3.89,3.24-5.56,1.17-1.4,2.48-2.65,4.23-3.29,1.25-.46,2.54-.58,3.83-.16,2.1.69,3.04,2.73,2.31,5.14-.33,1.08-.82,2.12-1.25,3.18-.06.15-.14.29-.25.4-.28.28-.58.6-1.03.35-.46-.25-.37-.68-.22-1.05.26-.67.59-1.3.87-1.96.37-.87.54-1.78.49-2.72-.06-1.26-.78-2.02-2.03-2.14-1.95-.19-3.51.61-4.85,1.95-1.06,1.06-1.94,2.26-2.61,3.6-1.93,3.89-3.85,7.79-5.48,11.82-.37.92-.59,1.89-.55,2.88.11,3.01,1.93,4.42,4.71,4.73,5.37.6,9.94-3.09,11.81-7,1.94-4.06,3.8-8.16,5.75-12.23,1.15-2.4,2.55-4.63,4.88-6.07,2.15-1.33,4.44-1.56,6.76-.5,1.85.84,2.66,2.78,2.21,4.97M174.65,32.44c.49-2.09-.34-3.57-2.39-4.01-1.65-.35-3.23-.07-4.64.91-1.64,1.14-2.77,2.72-3.62,4.48-1.81,3.74-3.55,7.51-5.31,11.28-.59,1.27-1.26,2.5-1.65,3.87-.64,2.25.21,3.8,2.37,4.3.33.08.69.08.9.1,1.48.05,2.69-.31,3.79-1.11,1.53-1.11,2.61-2.58,3.41-4.24,1.84-3.81,3.64-7.65,5.44-11.48.63-1.34,1.35-2.64,1.7-4.1M169.85,31.79c-.09.75-.39,1.48-.79,2.35-.7,1.49-1.4,2.99-2.09,4.48-1.27,2.72-2.58,5.54-3.89,8.3-.81,1.7-1.72,2.88-2.85,3.71-.42.31-.96.54-2.18.63-.23,0-.79-.07-.83-.57-.03-.36.07-.79.28-1.24.6-1.3,1.19-2.6,1.78-3.9,1.7-3.74,3.46-7.6,5.39-11.27.77-1.47,1.71-2.42,2.86-2.9.4-.17.79-.25,1.15-.25.33,0,.66.07.98.21.13.06.23.1.19.45M245.7,28.42c-1.65-.32-3.22-.03-4.63.97-1.61,1.14-2.72,2.7-3.56,4.43-1.81,3.74-3.55,7.51-5.31,11.28-.6,1.29-1.29,2.55-1.68,3.94-.61,2.2.25,3.74,2.37,4.24.34.08.69.08.84.1,1.57.07,2.81-.32,3.92-1.13,1.49-1.1,2.56-2.55,3.35-4.19,1.74-3.6,3.45-7.21,5.14-10.83.73-1.55,1.6-3.05,2-4.74.51-2.11-.37-3.64-2.45-4.04M243.28,31.76c-.1.86-.48,1.7-.95,2.71-.68,1.46-1.36,2.92-2.04,4.37-1.24,2.66-2.52,5.42-3.81,8.11-.77,1.62-1.63,2.76-2.72,3.59-.56.43-1.21.67-1.8.68-1.04-.11-1.31-.36-1.31-.36h0s-.02-.05-.02-.18c0-.39.09-.82.27-1.22.49-1.08.98-2.15,1.48-3.23,1.8-3.96,3.66-8.05,5.69-11.94.77-1.47,1.7-2.43,2.86-2.92.79-.34,1.48-.35,2.18-.04.09.04.21.1.17.42M128.01,32.09c.36-1.62-.33-2.97-1.88-3.48-1.85-.61-3.62-.36-5.23.77-1.98,1.39-3.15,3.42-4.15,5.54-1.6,3.37-3.18,6.76-4.74,10.15-.66,1.44-1.45,2.83-1.79,4.41-.4,1.87.46,3.26,2.3,3.74.45.12.89.14,1.47.17,1.16,0,2.32-.35,3.37-1.11,2.03-1.46,3.29-3.51,4.32-5.72,1.35-2.91,2.69-5.81,3.97-8.75.82-1.89,1.9-3.68,2.35-5.72M123.22,32.31c-.27,1-.75,1.99-1.25,3.04-.1.21-.2.42-.3.63-.64,1.35-1.26,2.74-1.86,4.07-1.17,2.6-2.38,5.29-3.73,7.81-.91,1.69-1.95,2.72-3.25,3.22-.23.09-.55.14-.87.15-1-.11-1.27-.35-1.27-.35,0,0-.02-.06-.02-.19,0-.38.08-.8.27-1.2.57-1.23,1.13-2.47,1.69-3.7,1.75-3.85,3.55-7.83,5.55-11.59.74-1.4,1.65-2.32,2.79-2.81.68-.3,1.33-.34,1.99-.11.31.1.5.17.26,1.04M68,28.17c.3-.68.63-1.35.94-2.01.93-1.94,2.17-4.54,2.65-6.73.58-2.67-.67-4.94-3.2-5.79-3.04-1.01-5.71-.71-8.48,1.21-2.4,1.66-4.26,3.98-5.86,7.32-2.28,4.76-4.83,10.21-7.02,14.91-.58,1.24-1.16,2.48-1.73,3.71-.14.31-.29.61-.43.92-.77,1.61-1.57,3.28-1.95,5.1-.67,3.16.81,5.53,3.96,6.34.55.14,1.09.18,1.61.22.14,0,.28.02.45.03.09,0,.18,0,.26,0,1.9,0,3.83-.63,5.43-1.77,2.66-1.9,4.75-4.59,6.57-8.47,2.21-4.7,4.36-9.52,6.44-14.18l.37-.83ZM67.28,19.01c-.44,1.98-1.33,3.85-2.28,5.83-.34.7-.68,1.43-1.01,2.16l-.5,1.11c-2.08,4.66-4.24,9.48-6.44,14.17-1.67,3.56-3.55,6-5.9,7.69-1.24.89-2.72,1.36-4.19,1.33-.16-.01-.33-.03-.49-.04-.43-.03-.8-.06-1.1-.14-1.95-.5-2.57-1.53-2.13-3.54.33-1.53,1.02-2.98,1.76-4.51.16-.33.32-.66.47-.99l1.38-2.95c2.38-5.11,4.85-10.4,7.33-15.57,1.44-3,3.08-5.07,5.15-6.51,1.29-.9,2.6-1.33,4-1.33.77,0,1.58.14,2.4.41,1.3.43,1.87,1.49,1.57,2.89\" style=\"fill:#fff;\"><\/path><path d=\"M151.21,72.98v1.11h-3.66c-.65,0-1.21-.08-1.67-.25-.47-.17-.84-.41-1.13-.73s-.51-.7-.64-1.15c-.14-.45-.2-.95-.2-1.5v-1.04c0-.55.07-1.05.2-1.5.14-.45.35-.83.64-1.15s.67-.56,1.13-.73c.46-.17,1.02-.25,1.67-.25h3.61v1.11h-3.78c-.77,0-1.31.18-1.63.55s-.48.92-.48,1.67v1.66c0,.75.16,1.3.48,1.67.32.37.86.55,1.63.55h3.83Z\" style=\"fill:#fff;\"><\/path><path d=\"M152.65,74.09v-8.3h1.27v7.2h4.94v1.11h-6.21Z\" style=\"fill:#fff;\"><\/path><path d=\"M162.84,74.24c-1.08,0-1.86-.22-2.36-.65-.49-.44-.74-1.13-.74-2.07v-5.72h1.27v5.81c0,.52.13.9.39,1.15.26.25.67.38,1.22.38h1.99c.52,0,.92-.13,1.19-.38.27-.25.4-.63.4-1.15v-5.81h1.27v5.72c0,.94-.25,1.63-.75,2.07-.5.44-1.32.65-2.46.65h-1.44Z\" style=\"fill:#fff;\"><\/path><path d=\"M173.24,65.79c.98,0,1.74.14,2.27.43s.8.83.8,1.64v.39c0,.35-.09.67-.27.96-.18.28-.51.5-.99.66.53.17.91.41,1.13.73.22.32.33.66.33,1.02v.41c0,.81-.27,1.36-.81,1.64-.54.28-1.33.43-2.37.43h-3.84v-8.3h3.75ZM173.67,66.9h-2.91v2.5h2.89c.49,0,.83-.09,1.03-.26.2-.17.3-.43.3-.78v-.52c0-.32-.1-.55-.3-.71-.2-.15-.54-.23-1-.23ZM173.86,70.5h-3.1v2.48h3.11c.5,0,.85-.08,1.04-.24.19-.16.28-.4.28-.71v-.52c0-.3-.09-.54-.28-.73-.19-.19-.54-.28-1.05-.28Z\" style=\"fill:#fff;\"><\/path><path d=\"M54.83,67.71v.49c0,.45-.08.82-.25,1.12-.17.3-.39.54-.67.71-.28.17-.6.3-.97.37-.37.07-.75.11-1.15.11h-2.96v3.21h-1.27v-8.3h4.23c.4,0,.78.04,1.15.11.37.07.69.19.97.37.28.17.5.41.67.71s.25.67.25,1.12ZM53.5,68.22v-.53c0-.4-.11-.69-.33-.89-.22-.19-.61-.29-1.18-.29h-3.16v2.88h3.16c.57,0,.96-.1,1.18-.29.22-.19.33-.49.33-.89Z\" style=\"fill:#fff;\"><\/path><path d=\"M62.19,73.71l-.95-2.24h-4.65l-.95,2.24h-1.36l3.13-7.08c.18-.4.37-.73.57-.98.2-.25.52-.38.95-.38s.74.12.95.37c.21.24.39.54.54.87l3.17,7.21h-1.38ZM58.58,66.78l-1.49,3.52h3.65l-1.49-3.51c-.05-.13-.1-.22-.16-.27-.05-.05-.11-.07-.18-.07s-.12.02-.17.06c-.05.04-.1.13-.16.27Z\" style=\"fill:#fff;\"><\/path><path d=\"M68.45,65.41c1.24,0,2.2.31,2.87.92.67.61,1.01,1.47,1.01,2.57v1.33c0,1.1-.33,1.96-.99,2.57-.66.61-1.64.92-2.94.92h-3.71v-8.3h3.76ZM68.61,66.52h-2.66v6.09h2.6c.77,0,1.36-.16,1.77-.48.41-.32.61-.85.61-1.6v-1.94c0-.75-.2-1.28-.6-1.59-.4-.32-.98-.48-1.72-.48Z\" style=\"fill:#fff;\"><\/path><path d=\"M77.47,65.41c1.24,0,2.2.31,2.87.92.67.61,1.01,1.47,1.01,2.57v1.33c0,1.1-.33,1.96-.99,2.57-.66.61-1.64.92-2.94.92h-3.71v-8.3h3.76ZM77.63,66.52h-2.66v6.09h2.6c.77,0,1.36-.16,1.77-.48.41-.32.61-.85.61-1.6v-1.94c0-.75-.2-1.28-.6-1.59-.4-.32-.98-.48-1.72-.48Z\" style=\"fill:#fff;\"><\/path><path d=\"M90.75,70.22c0,.55-.07,1.04-.22,1.49-.14.45-.36.83-.66,1.14-.3.31-.67.56-1.13.73-.46.17-1.01.26-1.64.26h-1.11c-.63,0-1.18-.09-1.65-.26s-.85-.42-1.14-.73c-.3-.31-.51-.69-.65-1.14-.14-.45-.21-.94-.21-1.49v-1.33c0-.55.07-1.05.21-1.5.14-.45.36-.83.65-1.15.3-.32.68-.56,1.14-.73.46-.17,1.01-.25,1.65-.25h1.11c.63,0,1.18.09,1.64.25.46.17.84.41,1.13.73.3.32.51.7.66,1.15.14.45.22.95.22,1.5v1.33ZM83.72,70.52c0,.74.16,1.29.49,1.66.32.37.86.55,1.62.55h1.44c.76,0,1.3-.18,1.62-.55.32-.37.48-.92.48-1.66v-1.94c0-.75-.16-1.3-.48-1.67-.32-.37-.86-.55-1.62-.55h-1.44c-.75,0-1.29.18-1.62.55-.32.37-.49.92-.49,1.67v1.94Z\" style=\"fill:#fff;\"><\/path><path d=\"M99.29,72.6v1.11h-3.66c-.65,0-1.21-.08-1.67-.25-.46-.17-.84-.41-1.13-.73-.29-.32-.51-.7-.64-1.15-.14-.45-.2-.95-.2-1.5v-1.04c0-.55.07-1.05.2-1.5.14-.45.35-.83.64-1.15.29-.32.67-.56,1.13-.73.46-.17,1.02-.25,1.67-.25h3.61v1.11h-3.77c-.77,0-1.31.18-1.63.55-.32.37-.48.92-.48,1.67v1.66c0,.75.16,1.3.48,1.67.32.37.86.55,1.63.55h3.83Z\" style=\"fill:#fff;\"><\/path><path d=\"M100.73,73.71v-8.3h1.27v3.53h.6c.36,0,.63-.04.8-.11.17-.07.36-.23.57-.46l2.63-2.96h1.56l-3.64,4.06,3.79,4.24h-1.64l-2.7-2.98c-.21-.23-.41-.38-.58-.46-.17-.08-.44-.12-.8-.12h-.6v3.55h-1.27Z\" style=\"fill:#fff;\"><\/path><polygon points=\"33.86 68.49 43.42 68.49 45.43 65.53 35.87 65.53 33.86 68.49\" style=\"fill:#fff;\"><\/polygon><polygon points=\"35.44 72.7 41 72.7 43.01 69.74 37.45 69.74 35.44 72.7\" style=\"fill:#fff;\"><\/polygon><\/g><\/svg><\/div>\t\t\t\t\t<h3 data-interaction-id=\"c171e12\" class=\"e-c171e12-9a4f040 e-heading-base\" data-e-type=\"widget\" data-id=\"c171e12\">The F1 meeting point<\/h3>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fef27 elementor-widget elementor-widget-text-editor\" data-id=\"43fef27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Amaz\u00f3nico transforms into much more than a restaurant: it becomes the meeting point for those who experience the race beyond the circuit with its <strong>Amaz\u00f3nico Paddock Club<\/strong> experience.<\/p><p>A proposal that includes:<\/p><ul><li>Live broadcast of the competition and set menus designed for<br \/>the occasion.<\/li><li>Signature cocktails and an atmosphere inspired by the energy of Formula 1.<\/li><li>From pre-race lunches to dinners that continue long after the checkered flag.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1152c1b elementor-align-start elementor-tablet-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1152c1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:915154332\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">915 154 332<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/maps.app.goo.gl\/JovthhFVRkW2EK21A\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">C. de Jorge Juan, 20, Salamanca, 28001 Madrid<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/wa.me\/34636842016\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reservations<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d239da e-con e-atomic-element e-div-block-base e-0d239da-77bde58 \" data-id=\"0d239da\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"0d239da\" data-e-type=\"e-div-block\" data-id=\"0d239da\">\n    \t\t\t<a href=\"https:\/\/www.amazonicorestaurant.com\/wp-content\/uploads\/2026\/06\/Menus-Amazonico-F1_compressed.pdf\" target=\"_blank\" class=\"btn-blanco e-1a65d35-82222d3 e-button-base\" data-interaction-id=\"1a65d35\" data-e-type=\"widget\" data-id=\"1a65d35\">\n\t\tMenu\n\t<\/a>\t\t\t\t\t<a href=\"https:\/\/www.amazonicorestaurant.com\/madrid-es\/gran-premio-madrid-2026\/\" target=\"_blank\" class=\"btn-blanco e-21474ba-0b2a960 e-button-base\" data-interaction-id=\"21474ba\" data-e-type=\"widget\" data-id=\"21474ba\">\n\t\tBook\n\t<\/a>\t\t\n<\/div>\n\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-d87883c e-con e-atomic-element e-flexbox-base e-d87883c-511d688 \" data-id=\"d87883c\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d87883c\" data-e-type=\"e-flexbox\" data-id=\"d87883c\">\n    <div class=\"elementor-element elementor-element-b4547a9 e-con e-atomic-element e-div-block-base e-b4547a9-818b908 \" data-id=\"b4547a9\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"b4547a9\" data-e-type=\"e-div-block\" data-id=\"b4547a9\">\n    \t\t<div class=\"elementor-element elementor-element-b5545a3 elementor-widget elementor-widget-menu-anchor\" data-id=\"b5545a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"tenconten\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-4efeed8-97823b2 e-svg-base\" data-interaction-id=\"4efeed8\" data-e-type=\"widget\" data-id=\"4efeed8\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"543\" height=\"262\" viewBox=\"0 0 543 262\" fill=\"currentColor\"><path d=\"M295.626 56.6041V54.5601C294.955 54.206 294.346 53.9721 293.893 54.5539C293.992 55.6498 294.943 55.816 295.626 56.6041ZM289.362 4.41425C288.001 3.67545 286.727 3.90633 285.403 4.14028C285.711 4.47274 286.065 4.8606 286.394 4.84521C287.346 4.79904 288.377 5.22077 289.359 4.41425M230.427 7.46794C230.427 8.04051 230.391 8.46531 230.437 8.88089C230.471 9.17641 230.144 9.68741 230.834 9.67817C231.222 9.67509 230.917 10.6509 231.647 10.2261V7.46794H230.427ZM230.418 6.68912C230.409 5.65789 230.785 4.47889 229.132 4.40193C228.236 5.17459 229.181 6.06115 229.156 6.91692C229.15 6.98464 229.279 7.06468 229.353 7.15703C229.686 7.00927 230 6.87382 230.421 6.6922M292.773 53.5719C291.957 53.498 291.868 53.4457 290.883 52.3837C290.667 52.1528 290.356 52.1128 290.273 52.4145C290.196 52.6977 290.168 52.8701 289.817 52.8731C289.62 52.8731 289.427 53.0055 289.069 53.1286C289.47 53.5288 289.774 53.7505 289.965 54.0429C290.172 54.36 290.267 54.7478 290.421 55.0988C290.953 55.0988 291.477 55.0988 292.009 55.0926C292.366 54.677 292.985 54.4123 292.773 53.5719ZM305.28 58.528C305.28 58.3464 305.305 58.2386 305.274 58.1371C305.141 57.6137 305.135 57.6322 304.492 57.6384C304.31 57.6384 304.061 57.5707 303.962 57.4414C303.673 57.0443 303.301 56.9642 302.857 57.0227C302.534 57.0689 302.392 56.9458 302.374 56.5979C302.368 56.5148 302.057 56.3917 301.884 56.3917C300.681 56.3732 299.483 56.3824 298.274 56.3824V57.663C299.188 57.663 300.074 57.6722 300.964 57.6568C301.386 57.6476 301.678 57.6415 301.863 58.1863C301.983 58.5095 302.553 58.6635 302.919 58.8943C303.596 58.2694 304.446 58.8451 305.277 58.528M259.148 6.21506H256.732C256.258 6.53213 255.978 6.63064 255.857 6.82765C255.71 7.07084 255.716 7.40329 255.59 7.67419C255.574 7.72344 255.116 7.67419 255.091 7.59415C254.786 6.68912 254.044 6.77224 253.352 6.82765C253.216 6.83688 253.112 7.20936 252.955 7.4741C251.585 6.99696 250.812 8.24368 249.608 8.85934V5.9688C249.061 6.21506 248.694 6.38437 248.365 6.53521C248.74 7.29863 249.218 7.8712 248.904 8.61923C248.479 8.81624 248.075 9.00094 247.842 9.1056C247.632 9.82901 247.469 10.3985 247.318 10.9095H245.459C245.459 10.6017 245.468 10.3431 245.456 10.0845C245.447 9.83517 245.416 9.59506 245.382 9.23182C244.908 9.47192 244.526 9.60737 244.212 9.83517C244.037 9.97061 243.929 10.2446 243.874 10.4816C243.815 10.7371 243.809 11.0234 243.874 11.2727C243.941 11.5529 244.111 11.8053 244.265 12.1408C243.784 12.4548 243.338 12.6918 242.944 13.0151C242.753 13.1751 242.679 13.4737 242.51 13.7785C243.073 13.837 243.467 13.877 244.08 13.9355C243.193 14.3818 243.159 15.0067 243.224 15.6563C243.292 16.3951 243.193 17.1 242.716 17.6818C242.581 17.845 242.291 17.8727 242.07 17.9712C241.993 17.7865 241.919 17.5987 241.814 17.3524C241.442 17.374 241.051 17.3863 240.666 17.4109V18.5407C241.122 18.6792 241.685 18.6545 241.996 19.1532C242.06 19.2517 242.267 19.261 242.384 19.3102C242.615 18.9531 242.818 18.6299 243.212 18.0173V19.9136H245.33C245.644 20.6247 245.736 20.6493 246.096 20.1968C246.161 20.1198 246.173 20.0059 246.244 19.9382C246.921 19.3041 246.724 19.3564 246.324 18.6022C245.927 17.8696 245.36 18.0604 244.797 17.9619C244.929 17.2816 244.44 16.4843 245.511 16.2288V11.8422C245.908 12.0054 246.216 12.1254 246.521 12.2486C246.804 12.0085 247.069 11.7776 247.377 11.5159C247.811 11.8884 248.199 12.2239 248.583 12.5564C249.319 12.2147 249.627 12.9135 250.036 13.2213C250.849 13.8247 251.72 13.9109 252.81 13.8093C252.961 14.6497 253.124 15.487 253.287 16.392C253.687 16.4905 254.429 16.1088 254.54 17.1215C255.165 16.826 255.811 17.2631 256.492 16.7829C256.864 16.5244 257.504 16.5859 257.886 17.1277C257.991 17.2693 258.212 17.3247 258.508 17.4909V15.844C257.612 15.6809 257.975 15.056 258.015 14.4773C258.554 14.4773 259.077 14.4834 259.601 14.4742C259.859 14.4742 260.343 14.4742 260.349 14.428C260.426 13.7939 261.189 13.877 261.358 13.4245C261.457 13.1813 261.423 12.7996 261.285 12.5841C261.143 12.3563 260.811 12.2455 260.53 12.0669C260.463 11.6021 260.46 11.1157 260.81 10.654C261.081 10.3031 261.46 10.1707 261.768 10.4847C261.86 10.577 261.851 10.891 261.894 10.891C262.556 10.9157 262.648 11.4821 262.895 11.9069C263.926 11.9161 262.996 12.9381 263.643 13.2275C264.218 13.0459 264.548 12.5564 264.775 11.95H265.807C266.13 12.6087 266.428 13.2306 266.712 13.8093C267.349 14.0309 267.45 13.5076 267.774 13.2336C267.949 13.0797 268.282 13.0428 268.149 12.7473C268.066 12.5779 267.749 12.5071 267.475 12.3655V8.12054C266.721 8.02819 266.031 7.95124 265.893 8.92398C265.348 9.21642 265.283 9.78283 265.086 10.3185C264.975 9.72127 264.769 9.02249 265.028 8.60692C265.354 8.0836 265.228 7.60954 265.286 7.11393C265.296 7.02466 265.216 6.93231 265.163 6.81841C264.815 6.8061 264.458 6.78455 263.99 6.76608V5.50089C262.968 5.5717 263.578 6.34128 263.442 6.5229C263.008 6.83688 262.738 7.05852 262.439 7.24322C262.276 7.34481 261.989 7.49257 261.894 7.42484C261.057 6.81534 260.25 7.36635 259.428 7.43408C259.154 7.4587 258.865 7.38482 258.591 7.36635C259.194 7.16626 259.385 6.83381 259.142 6.22122M254.469 19.2702V20.4923C255.824 20.5508 255.83 20.557 256.461 19.9382C256.565 19.8366 256.615 19.695 256.701 19.5565C256.569 19.3687 256.436 19.2086 256.344 19.0424C256.255 18.8947 256.215 18.7346 256.128 18.5129C255.685 19.0055 255.097 19.2384 254.364 19.2117V18.1066C253.767 17.9681 253.235 17.8419 252.678 17.7095C252.551 17.9034 252.404 18.1528 252.253 18.3929C252.111 18.6268 251.957 18.8639 251.739 19.2086C252.748 19.2086 253.583 19.2086 254.472 19.261M272.97 23.2566C273.299 23.4567 273.567 23.5306 273.586 23.6537C273.65 24.017 273.576 24.4018 273.619 24.7712C273.65 25.0051 273.767 25.2391 273.884 25.4546C273.976 25.6362 274.244 25.7962 274.232 25.9409C274.109 27.0799 275.005 27.9357 275.072 28.9515C275.14 30.0443 275.845 30.9278 275.857 32.0052C275.863 32.1807 276.057 32.3438 276.137 32.5224C276.338 33.0457 276.541 33.5382 276.519 34.1354C276.507 34.5479 276.104 35.2621 277.018 35.3452C277.067 35.3483 277.116 35.6192 277.122 35.7638C277.135 36.1887 277.129 36.6165 277.129 36.9336C277.384 37.1737 277.717 37.3461 277.744 37.5523C277.837 38.2604 277.603 38.9992 278.332 39.5871C278.548 39.7595 278.406 40.3906 278.4 40.8092C278.4 41.2309 278.369 41.6434 278.812 41.9236C279.379 42.2776 278.708 43.1087 279.37 43.4504C279.684 44.5894 280.053 45.7099 280.484 46.8181C280.7 47.3722 280.65 48.0279 280.724 48.6343C280.881 48.6743 281.029 48.7143 281.174 48.7513C281.214 48.8405 281.278 48.9329 281.281 49.0222C281.291 49.4993 281.3 49.9857 281.281 50.4597C281.266 50.7737 281.324 50.9523 281.691 50.9738C281.78 50.9738 281.903 51.2755 281.915 51.4479C281.946 51.8665 281.925 52.2944 281.925 52.6546C283.202 53.4488 282.149 54.7047 282.74 55.6929C282.731 55.6929 282.876 55.7298 283.113 55.7914V57.7769C283.525 58.0847 283.91 58.3649 284.141 58.5403C284.206 59.236 284.018 59.7255 284.474 60.101C284.646 60.2488 284.828 60.5628 284.781 60.7567C284.48 62.2497 285.511 63.521 285.465 64.974C285.459 65.1218 285.736 65.2757 286.08 65.6389V66.9164C286.08 67.0796 286.022 67.3474 286.09 67.3812C287.318 68.0123 286.447 69.142 286.755 70.0163C286.788 70.121 287.081 70.1487 287.361 70.2379V71.6078C287.367 71.8202 287.293 72.1526 287.395 72.2265C288.398 72.9407 287.866 73.975 287.998 74.8677C288.075 75.3664 287.841 75.8805 288.257 76.3761C288.423 76.5762 288.281 77.0687 288.232 77.4227C288.186 77.7121 288.078 77.9953 287.995 78.2816C288.512 78.3154 288.558 78.888 288.909 79.085C289.06 79.1743 289.306 79.0973 289.599 79.0973C289.599 77.5428 289.59 76.0652 289.602 74.5814C289.602 74.2798 289.599 73.9104 289.759 73.6949C289.999 73.3717 290.264 73.2116 289.959 72.7129C289.811 72.482 290.332 71.8079 290.187 71.6324C289.965 71.3677 289.556 71.2415 289.47 70.8167C289.402 70.475 289.328 70.1333 289.279 69.7793C289.214 69.3729 289.328 68.8157 289.1 68.591C288.568 68.0585 289.55 67.8091 289.214 67.3443C288.965 66.9934 288.749 66.5655 288.66 66.1468C288.568 65.6851 288.445 65.0571 288.675 64.7431C289.122 64.1459 288.152 63.4749 288.891 63.01C288.909 62.2682 288.94 61.5324 288.956 60.7906C288.965 60.098 288.974 59.4053 288.949 58.7158C288.937 58.3156 289.073 57.9093 288.7 57.5276C288.537 57.3582 288.534 56.8565 288.66 56.6225C288.872 56.2316 289.156 55.9576 288.66 55.5605C288.589 55.502 288.956 55.031 288.934 54.7694C288.854 53.8551 289.248 52.8762 288.629 52.0204C288.777 50.8845 288.472 49.7548 288.842 48.5912C289.076 47.8555 288.832 46.9628 288.783 46.1439C288.752 45.6853 288.485 45.0973 288.675 44.7926C289.063 44.183 288.94 43.5797 288.943 42.9794C288.965 39.2454 288.952 35.5207 288.952 31.7867C288.952 30.6107 288.854 29.4225 288.983 28.2681C289.106 27.0953 288.552 26.0333 288.617 24.8789C288.685 23.7061 288.629 22.5302 288.629 21.3635V17.8419C288.629 16.666 288.66 15.4993 288.617 14.3264C288.598 13.8339 288.284 13.3291 288.346 12.8642C288.435 12.1285 288.454 11.4975 288.06 10.8233C287.875 10.5062 288.038 9.99216 287.97 9.57967C287.949 9.46269 287.666 9.38881 287.416 9.24105V7.98202C287.056 7.77577 286.751 7.60646 286.453 7.44331C286.062 7.22783 285.64 6.80302 285.283 6.85228C284.618 6.95078 285 6.05499 284.452 6.14426C284.372 6.15658 284.252 5.87645 284.153 5.73177C283.969 5.44856 283.815 5.13457 283.59 4.89447C283.35 4.63896 283.073 4.36499 282.765 4.26957C282.426 4.16183 282.026 4.2511 281.648 4.23878C281.555 4.23878 281.454 4.19569 281.315 4.15875V2.96744C282.094 3.08441 282.888 2.7027 283.689 3.2568C283.944 3.42611 284.501 3.42303 284.775 3.26296C285.622 2.76119 286.527 2.90895 287.373 3.00438C288.365 3.10596 289.383 3.16753 290.344 3.53385C290.618 3.64467 290.96 3.59849 291.267 3.60157C291.806 3.61081 292.48 3.8109 292.837 3.5554C293.361 3.18292 293.635 3.71855 294.05 3.62928C294.558 3.52461 295.109 3.63851 295.645 3.59541C296.14 3.54924 296.691 3.82013 297.138 3.30605C297.221 3.20139 297.64 3.2999 297.858 3.41072C298.508 3.73702 299.169 3.70316 299.794 3.45997C300.459 3.20447 301.1 3.17984 301.737 3.45073C302.294 3.68776 302.808 3.68776 303.365 3.45073C303.682 3.31529 304.089 3.22909 304.412 3.31529C304.834 3.42303 305.264 3.94942 305.575 3.87246C306.016 3.76164 306.434 3.55848 306.899 3.61388C307.598 3.70316 308.364 3.34607 309.017 3.91864C309.14 4.02022 309.448 3.9802 309.639 3.92172C310.362 3.69392 311.067 3.27527 311.791 3.89709C312.265 3.4415 312.877 3.72778 313.404 3.59541C314.832 3.22909 314.826 3.19523 316.34 3.60157C316.59 3.66929 316.873 3.61081 317.138 3.61081H320.151C320.305 3.90632 320.434 4.16798 320.582 4.45119C320.265 4.88523 319.345 4.98989 319.653 5.91031C319.674 5.9688 319.563 6.08577 319.505 6.15965C319.48 6.18428 319.382 6.15042 319.354 6.16889C319 6.47672 319.006 6.47364 319.511 6.82457C319.579 6.87998 319.619 6.98772 319.659 7.08007C319.68 7.12932 319.665 7.18781 319.665 7.35096C319.502 7.38175 319.323 7.42792 319.142 7.44639C318.935 7.46178 318.726 7.45255 318.649 7.45255C317.421 8.14209 317.215 9.51194 316.463 10.4508C316.359 10.3985 316.263 10.3462 316.162 10.3V8.4961C315.946 8.44992 315.789 8.38836 315.762 8.41606C315.217 9.13639 314.576 9.82901 314.94 10.9095H316.725C316.802 11.9777 316.965 12.9781 316.279 13.8893C316.189 14.0001 316.106 14.2464 316.156 14.3049C316.802 14.9944 316.346 15.8256 316.448 16.5798C316.488 16.8537 316.371 17.1893 316.22 17.4355C315.814 18.0851 315.715 18.6669 316.116 19.4026C316.337 19.8028 316.673 20.3538 316.165 20.8956C316.032 21.0433 316.174 21.4158 316.14 21.6744C316.063 22.287 316.214 22.8872 315.977 23.5244C315.795 24.0139 316.134 24.6727 316.134 25.2514C316.149 34.1539 316.149 43.0595 316.131 51.965C316.131 52.4114 316.356 52.9101 315.9 53.3103C315.832 53.378 315.974 53.6612 315.989 53.8428C316.023 54.4492 316.054 55.0618 316.072 55.6652C316.072 55.7052 315.996 55.7329 315.965 55.776C315.506 56.407 316.322 57.0566 316.097 57.4783C315.74 58.1124 315.808 58.6388 315.955 59.2391C316.005 59.4207 316.162 59.6608 316.097 59.7778C315.685 60.5166 315.722 61.2061 316.088 61.9634C316.22 62.2466 316.223 62.7853 316.042 63.0008C315.666 63.4502 315.691 64.0751 315.872 64.3306C316.553 65.328 315.697 66.2053 315.808 67.1227C315.263 67.5875 315.377 68.2986 315.549 68.7419C316.029 69.9793 315.78 71.2261 315.814 72.4636C315.879 74.877 316.377 77.2719 316.14 79.6884C316.069 80.4456 315.891 81.1967 315.839 81.9602C315.786 82.7575 316.082 83.6779 315.771 84.3274C315.281 85.3494 315.62 86.0697 316.1 87.0209C315.9 87.0856 315.595 87.1872 315.46 87.2303C315.577 88.2553 315.423 88.9387 315.799 89.659C316.116 90.2655 315.534 91.0966 316.116 91.7708C316.239 91.9124 315.774 92.5188 315.894 92.6943C316.143 93.0667 316.211 93.2484 315.903 93.6239C315.74 93.8178 315.811 94.2334 315.839 94.5413C315.869 94.8152 316.134 95.2123 316.039 95.3078C315.725 95.6464 315.839 96.0065 315.839 96.3544C315.839 96.7022 315.78 96.9547 315.509 97.1917C315.183 97.4749 316.097 97.6473 315.608 98.1029C315.386 98.303 315.518 98.9032 315.506 99.3157C315.497 99.6913 315.506 100.064 315.506 100.442C315.506 100.821 315.355 101.298 315.531 101.541C316.51 102.859 316.045 104.355 316.14 105.774C316.156 106.026 316.186 106.414 316.042 106.513C315.349 107.018 315.509 107.713 315.512 108.277C315.762 108.514 316.1 108.689 316.116 108.895C316.183 109.637 316.196 110.392 316.134 111.136C316.011 112.762 316.882 114.153 317.107 115.695C317.645 115.969 317.593 116.816 318.307 116.945C318.366 116.954 318.384 117.216 318.458 117.484C318.877 117.484 319.342 117.493 319.803 117.478C319.954 117.472 320.204 117.453 320.228 117.382C320.561 116.351 321.309 117.059 321.961 117.038C321.617 117.453 321.296 117.875 320.942 118.281C320.641 118.632 320.204 118.875 320.293 119.46C320.361 119.894 319.539 119.537 319.653 120.125C319.708 120.408 319.622 120.716 319.6 121.006C318.255 120.975 318.298 119.685 317.615 119.094H316.029C315.799 119.411 315.623 119.845 315.309 120.008C315.044 120.147 314.604 120.008 314.266 119.904C313.16 119.596 312.138 118.98 310.926 119.066C310.725 119.082 310.51 118.826 310.279 118.691C309.833 119.328 310.02 119.663 310.944 119.9C310.464 119.977 310.254 120.036 310.045 120.042C308.817 120.051 307.586 119.974 306.367 120.082C305.852 120.122 305.357 120.436 304.874 120.042C304.513 119.75 303.965 119.703 303.827 119.109C303.75 118.771 303.371 118.752 303.03 118.755C301.808 118.777 300.579 118.765 299.311 118.765C299.246 118.589 299.185 118.404 299.111 118.174H297.079C296.781 118.783 296.39 118.922 296.356 118.608C296.294 118.02 295.463 118.124 295.543 117.518C295.081 117.493 294.614 117.472 294.167 117.453C294.084 117.222 294.019 117.038 293.912 116.739C293.819 117.022 293.755 117.198 293.675 117.435H291.643C291.566 117.659 291.495 117.85 291.434 118.038C291.341 118.066 291.243 118.09 291.153 118.127C290.27 118.469 289.639 117.773 289.343 117.284C289.076 116.844 288.869 116.884 288.543 116.844C288.161 116.797 288.011 116.921 287.937 117.333C287.9 117.555 287.472 117.693 286.921 118.09C286.514 118.06 285.702 118.306 284.868 117.89C284.541 118.389 283.704 118.657 283.766 119.59C283.775 119.716 283.208 119.965 282.882 120.03C282.482 120.101 282.054 120.048 281.712 120.048C281.805 119.491 281.878 119.02 282.008 118.247C281.601 118.521 281.368 118.592 281.284 118.746C280.678 119.885 280.693 119.904 279.631 120.233C279.367 120.31 279.056 120.282 278.772 120.251C278.477 120.218 278.043 119.971 277.932 120.085C277.467 120.541 276.935 120.328 276.436 120.353C275.534 120.387 274.632 120.362 273.696 120.362C273.653 120.528 273.613 120.676 273.545 120.938C272.871 120.913 272.105 121.326 271.415 120.578C271.714 119.888 272.148 119.393 272.988 119.399C273.296 119.405 273.666 119.497 273.619 118.965C273.613 118.906 273.85 118.823 273.976 118.765C274.269 118.641 274.786 119.066 274.872 118.463C274.965 117.779 275.83 118.389 275.802 117.955C275.762 117.339 276.507 117.613 276.458 117.29C276.374 116.699 277.344 116.964 277.147 116.293C277.03 115.908 277.122 115.455 277.122 115.061C277.35 114.969 277.538 114.889 277.729 114.812V111.838C277.507 111.755 277.329 111.691 277.122 111.617C277.122 110.746 277.132 109.902 277.122 109.049C277.113 108.184 277.172 107.347 276.624 106.525C276.294 106.03 276.267 105.331 275.888 104.755C275.556 104.247 275.679 103.475 275.506 102.837C275.365 102.323 275.032 101.852 274.897 101.341C274.654 100.421 274.235 99.5466 274.217 98.5677C274.217 98.4353 273.869 98.303 273.607 98.1213V96.1851C273.367 96.0927 273.185 96.0219 273.004 95.9573C272.954 94.4633 272.728 93.6137 272.323 93.4084C272.323 93.1222 272.333 92.7681 272.317 92.408C272.296 91.7523 272.523 91.0074 271.779 90.5518C271.862 89.6529 271.228 88.9664 271.031 88.1445C270.849 87.378 270.609 86.6146 270.292 85.8943C269.993 85.214 269.978 84.4659 269.571 83.7856C269.257 83.2685 269.439 82.4619 269.399 81.7355C269.264 81.7047 269.119 81.6708 268.857 81.6123C268.826 81.0613 268.799 80.4518 268.768 79.8515C268.559 79.7746 268.371 79.7099 268.254 79.6668C267.894 79.045 268.62 78.1615 267.518 77.6813V76.2468C267.518 76.0806 267.567 75.8005 267.515 75.782C266.222 75.3202 267.244 74.0458 266.601 73.2762C266.025 72.5867 265.73 71.6232 265.431 70.7428C265.253 70.2133 265.363 69.6038 265.268 69.0466C265.188 68.6187 265.668 67.9261 264.745 67.8276C264.695 67.8215 264.652 67.4551 264.649 67.255C264.634 66.6732 264.643 66.0853 264.643 65.5004C263.341 65.0602 264.326 63.9551 263.935 63.2348C263.763 63.127 263.381 62.9916 263.39 62.8807C263.455 62.222 263.11 61.7233 262.882 61.1661C262.731 60.809 262.753 60.3873 262.691 59.9471C263.165 59.9225 263.526 59.9009 264.037 59.8794C263.852 59.3992 264.437 58.7373 263.464 58.5588C263.415 58.5526 263.35 58.3772 263.365 58.2941C263.649 56.918 262.396 56.5148 261.725 55.7791C261.451 55.4774 261.044 55.3204 261.124 54.8248C261.217 54.2584 260.971 53.8674 260.604 53.4303C260.238 52.9901 260.075 52.3775 259.773 51.7311C259.982 51.6787 260.223 51.6818 260.315 51.5741C260.718 51.1154 260.429 50.9615 259.859 50.9122V48.8036C259.604 48.739 259.453 48.6989 259.311 48.662C259.271 48.5696 259.207 48.4804 259.204 48.388C259.194 47.914 259.185 47.4307 259.204 46.9505C259.219 46.6365 259.154 46.461 258.788 46.4456C258.705 46.4425 258.582 46.1347 258.573 45.9623C258.539 45.5437 258.56 45.1158 258.56 44.7248C257.36 44.0784 258.191 42.9486 257.877 42.1144C256.913 42.1175 257.544 41.0278 256.966 40.7661C256.956 39.8919 257.058 39.0207 256.356 38.2819C256.168 38.088 256.325 37.5616 256.325 37.186V35.2744C255.762 35.5022 255.667 35.8408 255.676 36.2902C255.7 37.9433 255.704 39.5933 255.67 41.2463C255.66 41.745 255.91 42.3083 255.427 42.7485C255.359 42.8163 255.383 43.0441 255.433 43.1703C255.861 44.4355 255.897 45.6637 255.153 46.8489C254.946 47.1813 254.912 47.5692 255.285 47.8124C255.716 48.1048 255.691 48.505 255.685 48.9329C255.679 50.4782 255.75 52.0297 255.67 53.5688C255.562 55.6221 255.934 57.6384 255.984 59.6793C255.999 60.218 256.258 60.8429 255.719 61.3231C255.667 61.3785 255.645 61.5725 255.688 61.6125C256.372 62.2836 255.836 62.9392 255.682 63.598C255.648 63.7396 255.633 63.8874 255.574 64.2229C255.202 63.8658 254.943 63.6165 254.488 63.1886C254.445 63.8104 254.417 64.2013 254.377 64.7678C254.842 64.6046 255.183 64.4846 255.522 64.3676C255.587 64.4907 255.676 64.5831 255.679 64.6662C255.685 65.8452 255.66 67.0149 255.694 68.1878C255.707 68.6865 255.503 69.2098 255.968 69.6838C256.135 69.8408 256.131 70.3795 255.978 70.595C255.337 71.5401 255.857 72.5621 255.682 73.5194C256.307 74.9878 255.919 76.5239 255.984 78.0261C256.064 79.5868 255.467 81.1136 255.676 82.6928C255.725 83.053 255.587 83.6563 255.756 83.7487C256.279 84.0288 255.442 84.3736 255.873 84.6044C255.95 84.6414 255.965 85.0015 255.879 85.1185C255.707 85.3494 255.648 85.491 255.787 85.7988C255.953 86.1528 256.101 86.6546 255.971 86.9778C255.433 88.3569 255.83 89.7791 255.667 91.1705C255.599 91.7277 256.107 92.2756 255.947 92.6142C255.697 93.1314 255.7 93.6055 255.682 94.1103C255.667 94.6398 255.682 95.1785 255.682 95.7049C255.682 96.5052 255.731 97.3087 255.664 98.1029C255.624 98.5615 255.928 98.8817 255.971 99.2572C256.008 99.5712 255.756 99.9068 255.691 100.245C255.642 100.501 255.577 100.883 255.722 101.015C256.178 101.474 255.965 102.006 255.99 102.511C256.024 103.364 255.965 104.213 256.005 105.066C256.088 106.627 256.058 108.212 256.372 109.72C256.581 110.73 256.636 111.789 257.135 112.759C257.381 113.23 257.274 113.879 257.332 114.504C257.597 114.794 258.037 115.043 257.929 115.631C257.865 115.957 257.889 116.286 258.4 116.231C258.434 116.228 258.582 116.502 258.551 116.613C258.369 117.238 258.905 117.429 259.201 117.761C259.909 118.571 261.62 119.568 262.587 119.722C262.793 119.756 263.027 119.688 263.212 119.756C263.486 119.86 263.726 120.051 263.993 120.202V120.839C263.913 120.892 263.84 120.999 263.756 120.999C263.224 121.015 262.688 121.015 262.156 121.006C261.949 120.999 261.632 121.052 261.559 120.941C261.044 120.144 260.179 120.584 259.564 120.325C258.529 119.894 257.501 120.156 256.476 120.045C255.928 119.987 255.346 120.245 254.829 119.753C254.663 119.599 254.167 119.639 253.912 119.765C252.841 120.279 251.862 120.122 250.864 119.568C250.612 119.433 250.193 119.316 249.99 119.433C249.245 119.845 248.433 119.556 247.715 119.75C245.791 120.282 243.852 119.974 241.919 120.033C239.952 120.094 237.982 120.048 235.968 120.048C235.904 119.873 235.842 119.688 235.778 119.491C235.054 119.174 234.208 119.725 233.509 119.174C233.466 119.14 233.229 119.383 233.069 119.469C232.579 119.703 232.179 120.485 231.517 119.728C230.489 120.261 229.292 119.759 228.331 120.141C227.632 120.421 226.992 120.171 226.312 120.436C226.287 120.553 226.259 120.701 226.207 120.929H224.182C223.966 120.655 223.732 120.267 223.415 119.956C223.126 119.666 222.485 119.654 222.778 118.888C223.058 118.765 223.415 118.463 223.757 118.475C224.96 118.54 225.391 117.755 225.764 116.853H226.81C226.85 116.462 226.894 116.065 226.943 115.674C227.131 115.606 227.318 115.538 227.494 115.474C227.529 114.195 227.753 113.448 228.168 113.233V109.511C228.168 108.077 228.143 106.633 228.177 105.195C228.193 104.647 227.922 104.032 228.46 103.548C228.513 103.499 228.186 103.13 228.18 102.902C228.15 101.464 228.033 100.005 228.23 98.5923C228.31 98.0044 228.485 97.4072 228.473 96.7977C228.464 96.4006 228.645 95.9604 228.23 95.6125C228.119 95.514 228.082 95.1385 228.18 95.0215C228.787 94.2581 228.356 93.393 228.482 92.5865C228.562 92.0878 228.325 91.5738 228.762 91.0843C228.925 90.9027 228.854 90.3116 228.673 90.0561C228.347 89.5975 228.393 89.0772 228.522 88.7048C228.805 87.8736 228.587 87.0363 228.756 86.1959C228.956 85.2263 228.805 84.1796 228.805 83.1669C228.805 82.1541 228.713 81.2337 228.83 80.2886C228.956 79.2174 228.54 78.2508 228.43 77.2257C228.365 76.6285 228.504 76.1452 228.614 75.6158C228.648 75.4249 228.811 75.2402 228.79 75.0586C228.741 74.6276 228.408 73.9689 228.568 73.8149C229.156 73.2762 228.47 72.9776 228.457 72.5775C228.445 72.0726 228.199 71.6601 228.417 71.0568C228.617 70.515 228.642 69.7608 228.27 69.0836C228.063 68.7111 228.029 68.0954 228.196 67.7076C228.534 66.901 228.436 66.0853 228.494 65.2664C228.525 64.8755 228.768 64.4969 228.778 64.1182C228.781 63.795 228.467 63.4472 228.504 63.1332C228.577 62.4282 228.18 61.6771 228.774 61.003C228.938 60.8214 228.805 60.3812 228.805 60.0672C228.805 56.9735 228.811 53.8797 228.799 50.7922C228.793 50.3366 228.962 49.8379 228.491 49.4685C228.417 49.4039 228.439 49.1453 228.485 49.0037C229.221 47.1659 228.559 45.2574 228.845 43.3704C228.63 43.318 228.485 43.2811 228.22 43.2226C228.199 42.8255 227.996 42.2437 228.199 41.9359C228.633 41.2802 228.464 40.6153 228.464 39.9627C228.464 36.909 229.03 33.883 228.79 30.8201C228.75 30.3214 229.011 29.7765 228.497 29.3271C228.365 29.2101 228.377 28.7637 228.491 28.5637C229.027 27.6186 228.765 26.6151 228.784 25.6454C228.83 23.5121 228.784 21.3789 228.808 19.2456C228.814 18.6422 228.602 17.9866 229.104 17.4478C229.187 17.3647 229.144 17.1339 229.113 16.9769C229.021 16.5428 228.824 16.1057 228.824 15.6717C228.824 15.2376 229.082 14.8005 229.104 14.3603C229.162 12.9781 228.965 11.6175 228.35 10.3646C227.552 8.74544 227.518 8.76083 227.475 7.50796C227.346 7.47717 227.195 7.44331 226.934 7.38482V4.86676H225.505C225.804 4.03869 226.179 3.64467 226.983 3.57079C227.574 3.51846 228.153 3.13675 228.768 3.29682C229.532 3.48767 230.277 3.76164 231.009 4.00175C231.04 4.30343 231.059 4.55277 231.086 4.91601C232.487 4.73439 233.909 5.23924 235.23 4.40193C234.974 4.27572 234.756 4.1649 234.54 4.06332C234.974 3.48152 235.322 3.34607 235.91 3.50307C236.107 3.55232 236.31 3.59234 236.513 3.59234C240.078 3.59541 243.655 3.59541 247.226 3.59541C249.775 2.97359 252.361 3.35223 254.934 3.29374C257.541 3.22909 260.152 3.26911 262.765 3.28758C263.209 3.29374 263.72 3.0721 264.11 3.53077C264.166 3.59849 264.391 3.56155 264.526 3.52769C265.847 3.23833 265.844 3.26911 267.657 3.55847C268.063 3.6262 268.516 3.30297 268.959 3.29374C270.344 3.2568 271.726 3.28143 273.111 3.28143C273.647 3.28143 274.18 3.27219 274.709 3.28143C275.62 3.2999 275.771 3.44766 275.82 4.36807C275.827 4.51891 275.787 4.66667 275.771 4.79288C275.362 4.96527 274.7 4.68514 274.774 5.52244C274.118 5.52244 273.484 5.51629 272.856 5.52244C272.699 5.5286 272.422 5.5717 272.422 5.58093C272.487 6.43362 271.548 5.92262 271.351 6.36898C271.117 6.91692 270.938 7.48333 270.695 8.01588C270.618 8.20058 270.415 8.33295 270.064 8.69927C270.064 9.3057 270.018 10.2015 270.076 11.085C270.129 11.95 270.107 12.8827 270.433 13.6492C270.701 14.2587 271.074 14.7913 271.024 15.487C272.123 16.5828 271.191 18.3282 272.274 19.4549C272.44 19.6211 272.32 20.0767 272.296 20.3938C272.271 20.717 272.36 20.8709 272.714 20.8925C272.797 20.8986 272.921 21.2096 272.93 21.3819C272.954 22.0192 272.939 22.6594 272.939 23.2566\" fill=\"white\"><\/path><path d=\"M146.201 89.3264C146.832 87.7564 146.758 87.584 145.487 87.4086C145.222 88.0181 144.708 88.5968 145.179 89.3264H146.201ZM142.507 98.6229C142.359 98.1396 141.719 98.432 141.762 97.7979C141.784 97.5732 140.919 97.5147 140.913 97.8318C140.903 98.4289 140.306 98.1396 140.214 98.4967C140.063 99.0877 140.811 98.7676 140.863 99.1616C140.971 100.036 141.642 99.3247 142.024 99.5926C142.07 99.4232 142.079 99.2662 142.147 99.1431C142.236 98.9646 142.378 98.8107 142.51 98.6229M195.602 118.041C195.66 118.053 195.719 118.075 195.784 118.09C195.848 117.909 195.873 117.598 195.99 117.561C196.322 117.456 196.747 117.561 197.033 117.398C197.267 117.265 197.218 116.85 197.723 116.776C198.105 116.73 198.422 116.172 198.751 115.828C198.776 115.806 198.671 115.664 198.588 115.514C198.24 115.671 197.757 115.729 197.566 116.003C197.27 116.419 196.593 115.861 196.538 116.462C196.47 117.191 195.78 116.573 195.605 116.942V118.038L195.602 118.041ZM161.035 63.9333C161.891 63.4531 162.131 62.5788 162.886 62.3203C162.919 62.311 162.886 61.9293 162.861 61.9293C162.405 61.8801 162.347 61.3968 162.073 61.2151C161.83 61.052 161.393 61.1751 161.035 61.1751V63.9333ZM179.561 52.799C179.989 52.839 180.423 52.8821 180.9 52.9314V53.8426C181.463 53.664 181.962 53.5132 182.436 53.3624V52.4512C182.134 52.171 181.87 51.934 181.482 51.5862C180.968 51.6293 180.253 51.4877 179.561 51.6631V52.799ZM140.248 62.3664C140.799 62.5727 141.393 62.7912 141.99 63.016C142.307 62.7943 142.673 62.5419 143.061 62.2772V60.501C142.63 60.5595 142.233 60.6118 141.842 60.6703C141.931 61.4984 140.885 60.9812 140.919 61.3106C140.986 61.9509 140.149 61.6276 140.248 62.3603M166.487 59.2974C167.331 59.125 167.857 58.6324 168.614 58.5678C169.31 58.5093 169.763 57.8598 170.018 57.081H166.487V59.2974ZM169.969 58.9772C169.969 59.3497 170.061 59.6606 169.95 59.8668C169.538 60.6457 170.889 60.3563 170.603 61.0151C170.901 61.0705 171.2 61.1043 171.496 61.1782C172.068 61.3167 171.736 60.6056 172.151 60.5041C172.434 60.4456 172.872 59.2697 172.801 59.0542C172.638 58.4908 172.062 58.2538 171.77 57.7736C171.653 57.5827 171.031 57.6966 170.714 57.6782C170.412 58.1676 171.052 58.9341 169.972 58.9803M146.684 103.086C147.731 103.086 148.695 103.077 149.652 103.086C149.966 103.093 150.114 103.037 150.166 102.674C150.184 102.523 150.538 102.425 150.775 102.274C150.775 101.784 150.609 101.184 150.809 100.747C151.059 100.224 151.271 99.8419 150.708 99.334C150.966 99.1431 151.209 98.9461 151.48 98.7399C151.28 98.3397 151.108 97.9887 150.908 97.5886C150.819 97.8317 150.757 98.0195 150.686 98.2104H149.218V97.056C149.664 97.0098 150.064 96.9667 150.514 96.9236C150.107 95.8924 151.483 95.7231 151.397 94.8304H150.111V96.3911H148.538V97.133C147.697 97.5609 146.909 98.038 146.432 98.9677H144.77C144.622 99.3432 144.545 99.7034 144.354 99.9773C144.188 100.217 143.889 100.365 143.606 100.593C144.563 101.067 145.142 101.209 145.579 101.172C146.226 101.113 146.426 100.414 146.918 100.233C147.682 99.9589 146.9 99.2139 147.325 98.9861H149.119C149.144 99.1431 149.178 99.3278 149.165 99.334C148.661 99.4848 148.584 100.184 148.011 100.245C148.134 101.03 147.408 101.187 147.001 101.55C146.537 101.975 146.567 102.449 146.678 103.09M140.663 55.1078C140.977 55.6372 141.156 56.2868 141.411 56.3206C141.968 56.3945 141.691 57.3303 142.359 57.0779C142.618 57.438 142.806 57.909 143.147 58.1399C143.486 58.3615 143.692 58.7956 143.914 58.8818C144.554 59.1373 145.29 59.1804 145.995 59.2481C146.518 59.2943 147.057 59.2666 147.583 59.2543C147.916 59.2389 148.273 59.9961 148.454 59.4205C148.605 58.9403 149.175 58.9741 149.135 58.7894C148.972 58.1276 149.932 58.4939 149.809 57.949C149.556 57.435 149.286 56.9055 149.024 56.3822C148.479 56.373 147.882 56.2406 147.728 57.0194C147.088 56.7239 147.414 57.9583 146.755 57.6289C146.497 57.0994 146.238 56.573 145.976 56.0497C146.192 55.4187 146.915 54.9323 146.472 54.1073C145.718 54.2766 144.89 53.8487 144.172 54.4736C143.957 54.1504 143.738 53.8241 143.523 53.4978C142.935 53.4978 142.35 53.4578 141.771 53.507C140.959 53.5717 140.949 53.5994 140.866 52.9837C140.832 52.7405 140.863 52.4912 140.863 52.1772C140.374 52.2295 139.721 52.2265 139.709 52.3096C139.641 52.8021 139.026 52.799 138.97 53.1007C138.859 53.7964 138.881 54.529 139.46 55.1078H140.669H140.663ZM208.094 98.2566C207.256 99.3432 208.232 99.6603 208.599 100.177C208.999 100.741 209.097 100.664 208.599 101.162C208.5 101.255 208.377 101.378 208.362 101.495C208.312 101.923 208.552 102.486 207.798 102.517C207.755 103.083 207.709 103.662 207.669 104.262C207.506 104.318 207.321 104.389 207.072 104.484C207.072 104.823 207.078 105.183 207.072 105.546C207.066 105.758 207.106 106.109 207.019 106.143C206.164 106.534 206.573 107.461 206.167 108.067C205.834 108.566 206.019 109.382 205.77 109.97C205.373 110.89 205.665 112.004 204.895 112.817C204.757 112.959 204.855 113.316 204.831 113.58C204.815 113.787 204.865 114.095 204.751 114.171C203.91 114.744 204.234 115.6 204.2 116.348C204.169 117.204 204.234 118.059 204.181 118.912C204.157 119.343 204.548 120.017 203.658 120.125C203.599 120.131 203.566 120.497 203.566 120.698C203.556 121.818 203.559 122.935 203.559 124.176C202.959 124.108 202.371 124.425 201.799 123.902C201.408 123.548 200.743 123.323 200.737 122.775C200.727 122.12 199.819 122.311 199.924 121.686C199.668 121.664 199.376 121.578 199.157 121.655C198.92 121.738 198.754 121.993 198.474 122.255C197.855 121.639 196.978 121.498 196.024 121.661C195.916 121.849 195.842 122.187 195.673 122.249C195.393 122.351 195.042 122.274 194.722 122.274H138.758C138.65 122.274 138.548 122.264 138.441 122.252C138.197 121.239 137.397 121.778 136.797 121.599C136.748 121.815 136.717 121.957 136.674 122.129C136.618 122.166 136.541 122.264 136.464 122.271C135.935 122.286 135.405 122.277 134.956 122.277C134.774 122.021 134.648 121.83 134.51 121.639C134.359 121.79 134.208 121.938 133.906 122.221C133.648 122.117 133.05 122.738 132.773 121.76C132.681 121.442 131.967 121.612 131.588 122.058C131.28 122.424 130.733 122.381 130.696 122.135C130.606 121.547 130.255 121.71 129.929 121.621C129.363 121.464 128.818 121.208 128.218 120.981C128.165 121.104 128.15 121.264 128.054 121.356C127.931 121.473 127.639 121.639 127.62 121.621C127.38 121.347 127.405 120.814 126.768 120.981C126.309 121.104 126.574 120.131 125.955 120.334C125.912 120.137 125.896 119.934 125.813 119.752C125.582 119.205 125.268 118.755 124.585 118.755C124.21 118.755 123.963 118.749 123.812 119.254C123.72 119.577 123.108 119.737 122.701 119.986C121.919 119.626 121.565 119.611 120.74 119.697C120.408 119.737 120.005 119.666 119.712 119.503C118.776 118.974 118.327 118.924 117.299 119.395C116.845 119.605 116.303 119.583 115.673 119.331C115.64 119.232 115.581 119.14 115.584 119.048C115.596 117.481 115.603 117.481 117.169 117.478C117.865 117.478 118.558 117.487 119.247 117.471C119.552 117.465 119.746 117.505 119.761 117.878C119.768 117.961 120.063 118.099 120.232 118.106C120.873 118.13 121.51 118.115 122.144 118.115C122.252 117.558 122.92 117.453 123.071 116.908C123.114 116.76 123.862 116.736 123.862 116.671C123.837 115.772 124.782 115.203 124.573 114.208C124.4 113.393 124.539 112.509 124.539 111.653C124.539 111.61 124.57 111.561 124.505 111.767C124.838 111.392 125.01 111.189 125.179 110.995C125.028 110.887 124.881 110.782 124.671 110.641C124.416 108.871 124.425 108.803 125.179 108.418V69.6774C125.179 68.8463 125.419 68.0983 125.9 67.4333C125.666 67.3348 125.459 67.2517 125.253 67.1686C125.244 67.1286 125.207 67.0609 125.219 67.0578C126.149 66.476 125.752 65.5463 125.795 64.7429C125.804 64.5951 125.515 64.4351 125.195 64.0965C125.195 63.6347 125.038 62.9698 125.693 62.3449C125.927 62.1232 126.17 61.3814 125.376 61.1659C125.296 61.1443 125.185 61.0243 125.192 60.9535C125.256 59.9253 124.918 58.8418 125.518 57.8967C125.761 57.515 125.866 57.1548 125.801 56.7423C125.783 56.6131 125.579 56.4838 125.453 56.376C125.096 56.0774 125.087 56.0005 125.41 55.7357C125.546 55.6218 125.752 55.5449 125.807 55.4033C125.946 55.037 126.214 54.4275 126.081 54.3136C125.582 53.8826 126.069 53.2485 125.666 52.8606C125.425 52.6297 125.601 52.445 125.644 52.1957C125.776 51.4322 125.776 50.6442 125.81 49.8623C125.81 49.7977 125.678 49.7299 125.61 49.6622C125.176 49.1882 125.192 49.1974 125.703 48.6371C125.786 48.5325 125.776 48.2092 125.69 48.1138C125.016 47.415 125.025 47.4397 125.622 46.7748C125.915 46.4423 126.127 46.0329 126.38 45.6481C126.229 45.525 125.946 45.4049 125.841 45.1894C125.718 44.9555 125.949 44.6015 125.425 44.5153C125.019 44.4414 125.01 44.035 125.456 43.9273C125.813 43.8319 125.912 43.6626 125.77 43.404C125.706 43.2747 125.429 43.2439 125.213 43.1608V40.8274C125.413 40.7443 125.595 40.6704 125.792 40.5873V38.5772C125.081 38.2694 125.121 38.3032 125.542 37.8138C125.856 37.4567 126.331 37.2073 125.961 36.4378C125.613 35.7144 125.755 34.7601 125.204 34.0305C125.179 33.9997 125.469 33.735 125.798 33.3748V30.2473C126.057 30.1795 126.198 30.1395 126.355 30.1057C126.355 30.0318 126.389 29.9148 126.349 29.884C125.967 29.5608 125.786 29.1945 125.804 28.6619C125.853 27.3844 125.826 26.11 125.826 24.8725C125.61 24.6139 124.933 24.8048 125.238 24.1768C125.318 24.0013 125.536 23.7458 125.487 23.6597C124.862 22.6746 125.352 21.628 125.161 20.6491C125.419 20.5813 125.561 20.5413 125.844 20.4674C125.613 18.7405 126.392 16.8966 125.022 15.2774C125.395 15.1481 125.576 15.0773 125.829 14.985C125.736 14.2123 126.093 13.3504 125.228 12.7008C125.044 12.5623 125.164 12.0175 125.148 11.6788C124.899 11.5957 124.717 11.5372 124.542 11.4726V10.3859C124.151 10.3429 123.754 10.309 123.366 10.269C123.209 9.89342 123.058 9.53325 122.858 9.07458C123.889 8.92682 124.53 9.47476 125.176 9.97037C125.416 10.1551 125.69 10.3706 125.801 10.6384C126.026 11.1555 126.247 11.2356 126.786 10.9801C127.109 10.8292 127.593 11.0047 128.005 11.0601C128.319 11.1032 129.039 10.9062 129.335 10.6476C129.366 10.623 129.341 10.5429 129.341 10.3736H127.257C127.174 10.1674 127.109 10.0781 127.106 9.98269C127.082 8.41274 127.085 8.40351 125.536 8.39735C125.019 8.3912 124.696 8.35734 124.33 7.79092C123.942 7.1845 123.101 7.31994 122.433 7.78169C122.144 7.97562 121.861 8.23728 121.541 8.32347C121.282 8.39735 120.885 8.3481 120.694 8.18803C120.177 7.73859 119.638 7.40613 118.93 7.41229C118.542 6.72275 117.81 6.79047 117.012 6.70428C117.434 6.13787 117.382 5.3529 118.281 5.50065C118.333 5.50681 118.416 5.36829 118.465 5.27902C118.749 4.75878 119.192 4.5433 119.777 4.54945C121.316 4.54945 122.889 4.38015 124.403 4.60486C125.706 4.79264 126.983 4.81111 128.273 4.8973C128.568 4.91577 128.913 5.24515 129.086 5.51912C129.452 6.10708 129.886 6.3318 130.594 6.05783C130.606 5.71614 130.628 5.35905 130.652 4.95271C130.791 4.92809 130.936 4.87576 131.077 4.87576C141.208 4.8696 151.336 4.87576 161.46 4.85421C162.008 4.85421 162.615 5.10663 163.107 4.571C163.206 4.4571 163.52 4.58024 163.729 4.54638C164.434 4.42324 165.034 5.22361 165.782 4.74647C166.459 4.32166 167.22 4.6141 167.94 4.56177C168.63 4.51251 169.328 4.55253 170.018 4.55253C170.763 4.55253 171.514 4.51251 172.256 4.56177C173.493 4.63565 174.774 5.02044 175.953 4.82035C179.118 4.2878 182.273 4.66335 185.428 4.57408C186.601 4.54022 187.786 4.81111 189.039 4.94656C189.144 5.07585 189.313 5.29133 189.479 5.50681C189.621 5.3375 189.762 5.1682 190.018 4.86652C191.237 4.86652 192.61 4.86036 193.986 4.87268C194.183 4.87268 194.469 4.88499 194.558 5.00812C195.014 5.64841 195.66 5.49758 196.276 5.50373C197.187 5.51297 198.095 5.44832 198.997 5.53759C199.345 5.56838 199.985 5.07893 200.084 5.99319C200.118 6.38413 201.121 5.8208 201.029 6.65502C201.983 6.92284 201.749 7.7232 201.546 8.25267C201.42 8.60668 201.346 8.92375 201.325 9.28083C201.281 9.93651 201.432 10.6014 201.032 11.2448C200.866 11.5126 200.847 12.1344 201.032 12.3191C201.7 12.981 201.131 13.806 201.482 14.5509C201.799 15.2066 201.645 16.087 201.697 16.8966C202.079 17.1018 202.285 17.855 202.316 19.1561C202.485 19.2238 202.673 19.2915 202.916 19.3777V21.7511C203.107 21.785 203.248 21.8157 203.522 21.8742C203.621 22.6407 203.513 23.4873 203.581 24.3153C203.59 24.4816 203.84 24.6324 204.061 24.7463C204.344 25.4051 203.895 26.3655 204.843 26.7995C204.686 27.7107 205.225 28.4434 205.437 29.2653C205.594 29.8563 205.696 30.4104 206.068 30.9276C206.311 31.2754 206.324 31.7803 206.438 32.2081C206.475 32.3498 206.462 32.5806 206.555 32.633C207.321 33.0885 206.995 33.852 207.103 34.4676C207.318 34.5969 207.706 34.7662 207.69 34.8432C207.573 35.4004 207.949 35.4896 208.303 35.7174C208.611 35.9175 209.008 36.3823 208.953 36.6502C208.836 37.3182 209.494 37.1088 209.694 37.4567C209.968 37.9615 210.393 38.5556 211.298 38.5218C211.117 38.9681 210.957 39.356 210.756 39.8485C210.658 39.5499 210.59 39.3622 210.513 39.119H209.162C208.823 38.414 208.639 38.3032 208.365 38.6111C208.051 38.9558 207.791 38.9066 207.586 38.4633H206.582C206.435 38.1216 206.121 37.7553 206.148 37.4167C206.238 36.2377 205.095 35.8467 204.711 34.9909C204.695 34.9602 204.335 35.0248 204.218 35.1387C204.138 35.2126 204.237 35.4527 204.194 35.5974C204.157 35.7174 204.024 35.8621 203.92 35.8713C203.809 35.8867 203.572 35.7113 203.581 35.6866C203.812 35.0464 203.076 35.0248 202.956 34.6831C202.821 34.3014 202.925 33.8366 202.922 33.4087C202.922 33.2856 202.048 32.5375 201.777 32.3374C201.204 31.9065 200.647 31.4509 200.105 30.9768C199.865 30.7675 200.247 30.3612 199.73 30.0933C199.053 29.7363 198.843 29.4715 198.037 29.3299C198.16 29.1452 198.237 28.9051 198.366 28.8743C198.665 28.7943 198.991 28.8435 199.299 28.782C199.367 28.7666 199.391 28.5234 199.499 28.2156C198.736 28.2156 198.062 28.2063 197.387 28.2217C196.963 28.2279 196.556 28.2525 196.261 27.8154C196.171 27.6769 195.904 27.5722 195.737 27.5907C194.965 27.683 194.383 27.2982 193.749 26.9596C193.318 26.7257 192.835 26.5933 192.293 26.5871C191.375 26.5871 190.464 26.3624 189.544 26.307C188.645 26.2547 187.734 26.3224 186.829 26.2762C186.549 26.267 186.281 26.033 186.004 25.9869C185.604 25.9191 185.222 26.0115 184.825 25.7006C184.634 25.5528 184.089 25.9499 183.707 25.9592C182.325 25.9992 180.937 25.9992 179.545 25.9653C178.942 25.953 178.385 26.2301 177.72 26.0176C177.089 25.8237 176.35 25.9746 175.664 25.9746H171.499C170.803 25.9746 170.113 25.993 169.421 25.9684C169.021 25.9561 168.651 25.9499 168.233 25.7468C167.774 25.5251 167.054 25.5713 166.564 25.7775C166.204 25.9345 165.875 25.9776 165.53 25.9622C165.007 25.9376 164.403 25.639 163.969 25.8114C163.329 26.0607 162.732 25.9161 162.113 25.9622C161.537 26.0115 160.946 25.993 160.355 25.9684C160.01 25.9561 159.607 26.1192 159.333 25.7375C159.284 25.6698 159.112 25.6267 159.053 25.6606C158.548 25.9992 158.022 26.19 157.502 25.7991C157.061 25.4605 156.538 25.7375 156.039 25.4112C155.59 25.1219 154.808 25.3527 154.202 25.3527C153.223 25.7868 153.306 26.6703 153.349 27.5383C152.899 27.563 152.542 27.5753 152.121 27.603V29.0375C152.539 28.665 152.813 28.4157 153.075 28.1817C153.173 28.2464 153.223 28.2648 153.257 28.2956C153.29 28.3295 153.34 28.3787 153.34 28.4218V51.9433C153.651 52.2234 153.878 52.4327 154.269 52.7898H156.689C156.846 52.6082 157.028 52.4081 157.206 52.2018C157.338 52.3834 157.477 52.562 157.655 52.8083H172.453C172.484 52.6759 172.521 52.5281 172.585 52.2665H174.626C174.737 51.9617 174.808 51.7801 174.885 51.5677H175.516C175.839 51.5677 176.187 51.6477 176.47 51.5369C176.683 51.46 176.793 51.1121 176.99 50.9305C177.514 50.441 178.096 50.0008 178.594 49.4806C179.068 49.0004 179.37 48.3662 180.007 48.0184C180.18 47.9199 180.106 47.4397 180.223 47.1811C180.33 46.9502 180.552 46.7778 180.848 46.4238C180.848 45.802 180.971 44.9308 180.814 44.1212C180.672 43.3855 181.426 43.324 181.509 42.8037C181.519 42.7268 181.734 42.6406 181.866 42.6129C182.31 42.5144 182.775 42.7452 183.227 42.3789C183.393 42.2527 183.923 42.5852 184.326 42.7206V45.4018C184.203 45.4357 184.058 45.4695 183.809 45.5373C183.79 45.6604 183.738 45.8451 183.738 46.036C183.729 47.5813 183.732 49.1266 183.732 50.6781C183.732 51.3337 183.738 51.9648 182.916 52.248C182.658 52.3373 182.673 52.682 182.993 52.839C183.538 53.1099 183.729 53.5748 183.732 54.1412C183.738 55.5326 183.738 56.9147 183.726 58.3C183.72 58.497 183.71 58.7586 183.593 58.8725C182.571 59.8607 183.326 61.0982 183.089 62.1941C184.283 63.33 183.596 64.7829 183.704 66.0881C183.809 67.3071 183.735 68.5385 183.726 69.7667C183.72 70.17 183.809 70.5702 183.446 70.9457C183.332 71.0688 183.726 71.5768 183.71 71.8969C183.673 72.5526 183.51 73.199 183.409 73.8486C183.316 74.5012 183.64 75.2153 183.11 75.8125C183.085 75.8372 183.353 76.1204 183.578 76.2035C183.627 76.2928 183.732 76.3789 183.72 76.4621C183.655 77.0962 183.378 77.7981 183.553 78.3552C183.76 78.9924 183.667 79.5866 183.72 80.193C183.744 80.4885 183.8 80.784 183.529 81.0765C183.366 81.2673 183.298 81.7937 183.43 81.9569C183.969 82.6033 183.452 83.0404 183.246 83.533C182.578 82.8711 181.709 83.4837 180.848 83.0743C180.848 82.5879 180.878 81.963 180.838 81.3412C180.814 80.9441 181.146 80.3315 180.324 80.2792C180.275 80.2792 180.244 79.9129 180.207 79.7128C180.167 79.5188 180.146 79.1494 180.093 79.1464C179.161 79.0632 179.745 78.3244 179.542 77.9304C178.354 77.2901 178.108 76.9761 177.267 74.9414C176.84 74.7936 176.008 75.1969 175.888 74.2795C175.888 74.2765 175.787 74.2949 175.741 74.2703C175.057 73.9717 174.414 73.6454 173.623 73.5592C172.915 73.4884 172.502 72.5033 171.597 72.6573C171.508 72.6696 171.372 72.4202 171.249 72.2879C170.917 71.9308 170.31 71.9277 169.972 72.2817C169.501 72.7773 169.135 72.8727 168.633 72.4079C168.27 72.0816 167.919 71.9893 167.497 72.0354C166.152 72.177 164.769 71.703 163.452 72.3094C162.042 71.7215 160.571 72.1124 159.127 72.0508C157.634 71.9708 156.138 72.0293 154.651 72.0293C154.328 72.0293 154.005 72.0108 153.688 72.0385C153.564 72.0539 153.346 72.1955 153.355 72.2478C153.454 72.8019 152.401 72.5649 152.69 73.2421C152.795 73.4607 152.789 73.7254 152.896 73.9348C152.939 74.0179 153.177 74.0025 153.337 74.0333C153.337 80.7348 153.337 87.3932 153.343 94.0546C153.343 94.4148 153.417 94.8273 152.709 94.7534C152.773 95.6123 152.361 96.5296 153.358 97.1207C152.521 98.0595 152.512 98.2073 153.093 99.1462C153.226 99.3463 153.318 99.6018 153.33 99.8388C153.361 100.636 153.34 101.433 153.34 102.348C153.577 102.366 153.854 102.323 154.051 102.437C154.232 102.542 154.309 102.809 154.448 103.019H185.545C185.702 102.76 185.588 102.372 186.096 102.394C186.542 102.406 186.644 102.579 186.659 103.059C187.115 103.059 187.577 103.046 188.048 103.059C188.352 103.068 188.537 103.025 188.553 102.646C188.559 102.563 188.867 102.431 189.033 102.425C189.775 102.4 190.529 102.422 191.274 102.412C192.243 102.406 193.253 102.588 194.072 101.834C194.106 101.803 194.161 101.781 194.211 101.775C194.682 101.741 195.285 101.972 195.371 101.178C195.854 101.052 196.387 100.747 196.812 100.852C197.815 101.101 198.369 100.073 199.268 100.156C199.302 100.156 199.336 100.079 199.382 100.045C200.312 99.2837 201.265 98.8815 202.242 98.8384V97.7763C202.756 97.7117 202.971 97.4069 203.07 96.9975C203.695 97.0683 203.418 96.4927 203.593 96.2987C204.049 95.8093 204.507 95.3106 204.982 94.8642C205.228 94.6241 205.446 94.1347 205.73 94.1347C206.311 94.1255 206.004 93.1342 206.684 93.3805C206.835 93.0203 206.89 92.5155 207.161 92.3216C207.509 92.0753 207.78 91.9676 207.774 91.4412C207.767 91.2103 208.251 90.9425 208.494 90.6931C208.953 90.2221 208.894 91.0102 209.125 91.1426C209.31 91.2503 209.664 91.2411 209.861 91.1395C210.125 90.9979 210.319 90.7085 210.649 90.3853C210.335 90.2129 210.045 90.0867 209.793 89.9051C209.701 89.8312 209.63 89.6126 209.67 89.4987C209.704 89.4002 209.901 89.3294 210.03 89.3079C210.27 89.2679 211.209 90.0159 211.243 90.2806C211.289 90.7054 211.049 91.2718 211.806 91.3026C211.837 91.3026 211.883 91.3857 211.883 91.4288C211.889 92.6509 211.892 93.8792 211.874 95.1013C211.874 95.2275 211.738 95.3814 211.618 95.4707C211.292 95.72 211.209 96.0432 211.243 96.4403C211.341 97.5331 210.787 98.3735 210.156 99.1831C209.913 99.5002 209.691 99.8296 209.417 100.211C209.276 99.9373 208.999 99.6449 209.036 99.4017C209.128 98.7922 208.42 99.0046 208.395 98.7337C208.362 98.3428 208.282 98.1765 208.106 98.2288C208.777 98.1981 209.187 98.1981 209.651 98.1981V97.213C210.033 96.9298 210.31 96.7205 210.676 96.4465C209.851 95.8124 209.103 96.0279 208.365 96.0802C208.365 96.8775 208.365 97.5609 208.106 98.2288\" fill=\"white\"><\/path><path d=\"M47.9808 103.755C48.852 103.705 49.5538 103.665 50.268 103.632C50.0002 102.976 51.2715 103.256 50.8929 102.496H48.4918C48.3348 102.883 48.1932 103.234 47.9777 103.755M57.4559 89.9915C57.2927 90.8072 57.1604 91.4629 57.0342 92.1278H58.7673C58.1854 91.2105 59.8077 90.8996 59.1582 89.9915H57.4559ZM52.9646 103.121C52.9154 103.21 52.86 103.29 52.8138 103.379C52.94 103.49 53.0539 103.647 53.1986 103.705C53.3802 103.788 53.765 103.773 53.765 103.829C53.8112 104.45 54.4638 104.21 54.6115 104.401C54.9594 104.857 55.9044 104.355 55.8582 105.257C56.006 105.263 56.1999 105.325 56.28 105.257C56.3754 105.18 56.4277 104.974 56.3969 104.841C56.2707 104.259 56.1014 103.681 55.9629 103.121H52.9646ZM46.8572 94.6798C48.0516 94.8152 48.0024 96.3482 49.1229 96.5822C48.9567 96.9239 48.7165 97.1732 48.7658 97.3487C48.8243 97.5487 49.1321 97.6873 49.3168 97.8381C49.3168 98.4014 48.2025 98.0351 48.4764 98.894H52.8877C53.2047 99.1987 53.4017 99.5343 53.5926 99.5343C54.042 99.525 54.4668 99.799 54.4515 100.058C54.3991 101.03 55.2149 100.95 55.7043 101.258C55.7844 102.089 55.809 102.172 56.4123 102.853C56.6494 103.117 57.0742 103.17 57.1819 103.635C57.2065 103.739 57.8561 103.715 58.2162 103.718C59.3798 103.727 60.5465 103.724 61.6701 103.724C61.8764 104.062 62.0518 104.364 62.2519 104.7C62.4027 104.567 62.5013 104.432 62.6182 104.401C62.8614 104.336 63.1231 104.343 63.4894 104.309C63.4217 103.869 63.3632 103.481 63.2985 103.09C62.726 103.154 62.7167 102.126 61.9872 102.425C61.861 102.474 61.5562 102.336 61.47 102.203C61.1807 101.772 60.7743 101.788 60.3434 101.797C59.82 101.812 59.2936 101.803 58.7549 101.803C58.6626 100.963 58.0254 100.812 57.3328 100.756C57.7391 100.073 59.0505 100.168 58.5641 98.9986C58.167 98.9248 57.7483 98.9094 57.4005 98.7401C57.2866 98.6877 57.3605 98.2814 56.9726 98.2691C56.4647 98.2598 55.8275 98.5246 55.612 97.6965C55.5873 97.6042 55.0209 97.6657 54.7131 97.638C54.3314 97.598 54.5653 97.0901 54.0636 96.9423C53.1339 96.6683 53.0754 96.6591 52.2197 97.3825C51.7395 97.795 51.327 98.854 50.2834 98.0875V96.4683C49.8278 96.2589 49.443 96.0835 48.6981 95.7418H50.2434C50.3234 95.3354 50.3696 95.0461 50.4342 94.7105H52.2197V94.1072H50.4158C50.1079 93.3776 49.797 93.2914 49.7509 93.627C49.677 94.2303 49.3107 94.0425 48.9967 94.1472C48.7966 94.2119 48.6827 94.5135 48.3933 94.886V93.5223H46.8542V94.6767L46.8572 94.6798ZM47.1497 107.239C47.0327 106.75 47.0666 106.113 46.7587 105.82C46.3278 105.395 45.6475 105.22 45.0718 104.931C44.6532 105.903 43.9174 106.722 44.4562 107.935C44.2653 106.845 45.7429 107.566 45.6782 106.617C45.826 106.642 46.0877 106.657 46.0877 106.701C46.1615 107.436 46.7095 107.215 47.1928 107.239C47.0512 107.889 46.6294 108.28 46.2293 108.769C45.8075 109.283 44.884 109.36 44.8933 110.231C45.3335 110.998 46.0476 110.736 46.6941 110.724C46.7772 110.527 46.8049 110.278 46.9373 110.179C47.0419 110.114 47.3344 110.194 47.4421 110.305C47.9162 110.795 47.8762 110.779 48.458 110.262C48.6396 110.099 49.0028 110.145 49.2368 110.105C49.4738 110.613 49.6524 111.01 49.8309 111.407C50.2311 111.269 50.8283 111.666 50.936 111.118C51.0684 110.496 51.7241 110.761 51.9642 110.296C52.1797 109.893 52.3705 109.607 52.1119 109.136C51.2223 109.293 50.3265 108.985 49.3938 109.428C48.6303 109.791 48.1317 109.311 48.0978 108.437C48.0886 108.123 48.107 107.803 48.0886 107.482C48.0886 107.393 47.9901 107.316 47.9316 107.233H47.1528L47.1497 107.239ZM108.368 33.7137C108.288 33.4889 108.27 33.1842 108.153 33.138C107.623 32.9256 108.288 31.9867 107.389 32.0021C106.971 32.0083 106.546 31.7528 106.059 31.5958C106.01 31.3988 106.001 30.9062 105.85 30.8631C105.512 30.7554 105.302 30.6569 105.321 30.2752C104.699 30.2105 104.674 29.6164 104.394 29.247C104.311 29.13 104.234 28.8745 104.2 28.8869C103.354 29.0869 103.443 28.2743 103.11 27.9172C102.596 27.3662 102.122 26.7536 101.51 26.3318C100.531 25.6515 99.5919 24.7157 98.9362 23.7337C98.5484 23.1519 97.8188 22.9365 97.1754 22.8164C96.5721 22.7087 95.9903 22.7087 95.7563 22.013C95.7379 21.9699 95.6855 21.896 95.6609 21.9021C94.682 22.0838 94.0109 21.1203 93.072 21.1941C92.6257 21.2311 92.2378 21.188 91.9608 20.7662C91.7022 20.3845 91.2866 20.56 90.9326 20.5569C88.2175 20.5477 85.5025 20.5508 82.7535 20.5508C82.6919 20.3599 82.6427 20.0275 82.5534 20.0182C81.8577 19.9351 81.0912 19.5996 80.5125 20.2922C80.2139 20.6616 79.8476 20.5446 79.4966 20.5446C77.2556 20.5538 75.0177 20.5508 72.7798 20.5508H71.5577C70.8866 23.2597 71.1698 25.9471 71.1267 28.6129C71.0436 33.6859 70.6095 38.7529 70.8096 43.8321C70.8343 44.3338 70.8219 44.8048 71.0344 45.3374C71.3145 46.0269 71.2775 46.9042 70.4187 47.4368C70.0124 47.6923 70.0708 48.3664 70.4279 48.702C70.5511 48.8251 70.7665 48.9267 70.785 49.0591C70.8404 49.4315 70.8066 49.8071 70.8066 50.1796C70.8066 59.2945 70.8066 68.4094 70.7973 77.5274C70.7973 78.1338 70.9943 78.7833 70.4987 79.322C70.4156 79.4051 70.4833 79.6299 70.4895 79.7961C70.508 80.3871 71.1575 80.9566 70.7204 81.5384C70.2986 82.0894 70.6219 82.6651 70.4833 83.2069C70.3941 83.5393 70.1755 83.8656 70.1847 84.195C70.2094 85.06 70.0062 85.9373 70.4372 86.8023C70.5572 87.0424 70.9328 87.5073 70.5049 87.9783C70.2771 88.2368 70.2894 88.7263 70.1724 89.1757C70.2124 89.4836 71.0005 89.1819 70.7819 89.7637C70.7327 89.896 70.4679 89.9484 70.1601 90.1054C70.2124 91.0166 70.0185 91.9831 70.668 92.959C70.942 93.3715 70.6927 94.1441 70.6496 94.7506C70.6249 95.1015 70.4372 95.4709 70.4956 95.7972C70.8066 97.4841 70.825 97.4841 70.5018 99.0633C70.4895 99.1679 70.4372 99.3188 70.4895 99.365C71.0898 99.9437 70.7173 100.667 70.7912 101.317C70.8989 102.231 70.628 103.17 71.0928 104.075C71.2652 104.416 71.2837 105.026 71.0867 105.318C70.5849 106.076 70.8866 106.639 71.2837 107.252C71.3576 107.372 71.4407 107.526 71.4315 107.664C71.3791 108.628 71.5361 109.49 72.278 110.21C72.4781 110.404 72.3365 110.915 72.4319 111.256C72.5027 111.53 73.1492 111.266 73.0322 111.777C72.8413 112.633 73.6971 112.802 74.0172 113.322C74.165 113.553 74.3158 113.836 74.5344 113.944C74.7437 114.052 75.1501 113.852 75.304 113.99C75.8273 114.433 76.2798 114.966 76.8401 115.551C77.0494 115.56 77.4126 115.582 77.7512 115.6C77.8344 115.84 77.899 116.025 77.9606 116.203H78.9487C79.0072 116.293 79.1088 116.37 79.1088 116.453C79.1303 116.878 79.2319 117.342 79.0903 117.724C78.9426 118.115 78.5824 118.681 78.2684 118.712C77.6466 118.771 76.8708 119.1 76.3568 118.395C76.0736 118.01 75.6857 118.103 75.344 118.143C74.7468 118.213 75.0793 117.158 74.3897 117.401C74.3805 117.047 74.2851 116.4 74.3743 116.373C75.187 116.133 74.9808 115.572 74.9192 115.034C73.7402 114.892 73.377 114.652 72.3888 113.655C71.8409 113.107 71.2683 112.46 70.3756 112.709C69.8092 112.414 70.6865 111.417 69.6707 111.398C69.1874 110.973 69.9138 110.225 69.1658 109.785C68.4424 109.357 68.3162 109.166 67.7098 109.12C67.5466 108.763 67.3865 108.4 67.1711 107.917C66.854 107.935 66.3892 107.833 66.0844 108.012C65.1979 108.557 65.2256 108.591 64.5299 107.904C64.4806 107.852 64.3298 107.91 64.0897 107.923C64.0897 108.421 64.0835 108.942 64.0897 109.453C64.0958 109.859 64.8869 110.724 65.2902 110.773C65.5303 110.792 65.7673 110.813 66.0136 110.906C65.2348 111.035 64.6622 111.62 64.3113 112.103C63.9388 112.602 64.0866 113.482 64.0035 114.196C62.8399 113.99 62.6429 113.888 62.2919 113.205C62.0487 113.744 61.8579 114.169 61.6763 114.575C61.3315 114.344 61.1129 113.972 60.5342 113.928C59.82 113.864 59.1151 113.516 58.4348 113.245C58.3086 113.199 58.287 112.891 58.1547 112.516C58.0623 112.863 58.0192 113.039 57.9607 113.239C57.3974 113.522 56.6432 113.073 56.0983 113.753C55.7443 114.193 55.8028 114.609 55.769 115.089C56.1076 115.258 56.4524 115.434 56.871 115.64C57.0711 115.369 57.262 115.117 57.462 114.858C58.3424 115.822 59.4414 115.498 60.4388 115.582C60.6296 115.923 60.6881 116.197 60.174 116.206C59.5338 116.216 58.8873 116.24 58.2563 116.197C57.6683 116.157 57.225 116.32 56.9049 116.93C56.5047 116.25 55.9321 116.108 55.1595 116.25V113.685H54.2729C54.0667 113.956 54.4668 113.968 54.4822 114.135C54.4976 114.344 54.4884 114.56 54.4884 114.815C54.3468 114.855 54.2052 114.914 54.0636 114.92C53.2232 114.944 52.429 115.129 51.8718 115.8C51.4593 116.299 50.9729 116.234 50.4281 116.166C50.2434 115.711 50.2034 115.037 49.3784 115.545C49.1475 115.686 48.7535 115.594 48.4395 115.557C48.0393 115.514 47.4298 115.846 47.3836 115.04C47.3836 114.991 47.1158 114.932 46.9681 114.929C46.5433 114.914 46.1154 114.923 45.6321 114.923C45.5828 114.516 45.2257 114.067 46.0292 113.913C46.2724 113.864 46.2508 113.522 45.9614 113.316C45.4905 112.99 45.512 112.983 45.9307 112.676C46.0661 112.577 46.1369 112.392 46.3555 112.078H44.4192C44.2284 111.438 44.0714 110.924 43.9144 110.379C42.84 111.075 43.3972 111.808 43.6927 112.565C43.3326 112.629 43.037 112.688 42.7477 112.746C42.7231 113.759 42.8154 113.901 43.5942 113.959C43.859 113.981 44.1422 113.907 44.3915 113.975C44.9795 114.132 45.038 114.775 44.527 115.24C44.4561 115.298 44.2838 115.323 44.2776 115.381C44.2099 116.049 43.7882 116.305 43.1971 116.179C42.7846 116.086 42.1659 116.634 41.9442 115.708C41.855 115.366 41.1285 115.514 40.7375 115.932C40.7037 115.966 40.7221 116.049 40.6914 116.074C40.2327 116.459 39.5524 115.874 39.1276 116.434C38.8628 116.791 38.6197 117.201 38.2718 117.447C38.0625 117.595 37.6623 117.478 37.2744 117.478V114.021C37.4961 114.009 37.7916 113.996 38.081 113.953C38.2226 113.932 38.4811 113.815 38.4781 113.799C38.2964 113.177 39.1153 113.454 39.1153 113.131C39.1153 112.442 39.7802 112.836 39.8633 112.66C40.1311 112.088 40.8761 111.74 40.7345 110.967C40.6575 110.542 40.8576 110.391 41.3717 110.41V108.705C41.3717 108.304 41.2639 107.852 41.9042 107.793C41.9627 107.787 42.0643 107.289 41.975 107.088C41.9104 106.922 41.5902 106.867 41.3255 106.731C41.5687 106.642 41.7595 106.574 42.0089 106.488V105.1C42.0089 100.409 41.9904 95.7171 42.0243 91.0258C42.0304 89.896 41.858 88.7663 42.289 87.6212C42.486 87.1071 42.2829 86.3898 42.1259 85.8019C42.0489 85.5156 42.0027 85.3617 42.1997 85.1277C42.7046 84.5305 42.6553 83.8071 42.6553 83.0776C42.6492 68.2616 42.6492 53.4426 42.6492 38.5897C43.5911 38.5343 43.2064 37.8263 43.3049 37.343C43.0555 37.2168 42.84 37.1121 42.6246 37.0044C43.1684 36.1301 43.1489 35.2949 42.5661 34.4986C42.7969 34.4001 43.0001 34.3232 43.3141 34.1908C43.114 33.8214 43.6866 33.2273 42.84 33.0056C42.7415 32.981 42.6584 32.667 42.6584 32.4823C42.6461 30.4014 42.6461 28.3235 42.6553 26.2457C42.6584 26.0548 42.6923 25.7716 42.8216 25.6854C43.4311 25.2791 43.2864 24.6726 43.2925 24.1124C43.2987 23.2012 43.2925 22.3023 43.2925 21.3911C42.8431 20.7262 42.2613 20.4615 41.424 20.5261C40.362 20.6185 39.2969 20.5662 38.2256 20.5446C37.8285 20.5354 37.3576 20.7108 37.0774 20.2522C36.9574 20.3445 36.8465 20.4461 36.7203 20.5508C36.6218 20.3353 36.5141 20.1167 36.3663 19.8089C36.0493 20.049 35.7661 20.2552 35.4613 20.48C35.1227 20.2983 34.741 20.1044 34.2423 19.8489C33.8575 20.4307 33.2603 20.5754 32.54 20.5692C29.4493 20.5354 26.3556 20.5877 23.265 20.5385C21.7043 20.5138 20.2821 20.9971 18.8784 21.5358C18.5398 21.6651 18.2627 21.8868 17.881 21.8344C17.0499 21.7267 16.3788 22.0253 15.797 22.6071C15.6646 22.7394 15.443 22.7733 15.209 22.878C15.1536 23.2289 15.089 23.6291 15.0305 24.0262C14.5287 23.9615 14.5903 24.5834 14.3625 24.648C13.99 24.7465 13.8823 24.8881 13.8084 25.2237C13.7468 25.4792 13.1158 25.2113 13.2081 25.7562C13.2174 25.8085 13.008 25.9655 12.8849 25.9809C12.4601 26.0302 11.8968 25.7901 11.8537 26.5473C11.8537 26.5812 11.6721 26.6304 11.5859 26.6181C11.2719 26.5843 10.9394 26.4119 10.6716 26.495C10.3638 26.5935 10.1114 26.8921 9.72348 27.1938V29.4194C9.53263 29.4563 9.38179 29.4902 9.12629 29.5487C9.1109 29.7334 9.10782 29.9827 9.06165 30.229C8.99392 30.5707 9.34177 31.1371 8.57219 31.1433C8.52294 31.1433 8.39057 31.6235 8.43982 31.8513C8.56604 32.4392 7.99039 32.2853 7.7903 32.5316V33.529C7.66717 33.5659 7.50709 33.6859 7.3932 33.6459C6.70981 33.4243 6.91606 34.5109 6.27269 34.4001C6.14648 34.3786 6.26653 35.0065 5.73706 34.9635C5.49695 34.9542 5.23222 35.2436 4.92131 35.4283C4.69967 35.7207 5.31225 36.4749 4.26562 36.5673C4.26562 34.6248 4.26562 32.7224 4.27486 30.8231C4.27486 30.7 4.41646 30.4722 4.47495 30.4722C5.01981 30.5091 4.87513 30.1336 4.90899 29.8411C4.95825 29.4348 4.65965 28.8438 5.44154 28.7791C5.4908 28.773 5.54005 28.4066 5.54005 28.2127C5.53389 27.7294 5.51542 27.2553 6.00487 26.9598C6.05413 26.9352 6.11569 26.8829 6.11262 26.849C5.98025 25.8362 6.6113 25.0236 6.83294 24.1062C6.9099 23.7676 6.98994 23.4167 7.15617 23.1273C7.48555 22.5517 7.93498 22.0468 7.818 21.3111C8.63376 20.4615 8.38442 19.3902 8.44906 18.3713C8.45829 18.2051 8.71379 18.0542 9.04625 17.6879V15.2068C9.29868 15.1422 9.44643 15.1052 9.58804 15.0652C9.62806 14.9759 9.70501 14.8836 9.70501 14.7912C9.71117 13.6738 9.67423 12.5502 9.72656 11.4389C9.74503 11.0141 9.35101 10.3277 10.2437 10.2168C10.3084 10.2076 10.3484 9.74279 10.3484 9.49037C10.3545 7.46483 10.3545 5.4393 10.3545 3.53998C10.61 3.28755 10.8902 3.13056 10.9764 2.89969C11.2842 2.04083 12.2262 1.71453 12.6048 0.91417C12.6479 0.806429 12.8326 0.741784 12.9711 0.717158C13.6206 0.600182 14.3502 0.649435 14.8981 0.356994C15.8216 -0.12938 16.7482 0.178452 17.6655 0.0922591C17.7733 0.0830241 17.9087 0.316976 18.0288 0.446266C18.3028 0.729471 19.0939 0.892622 19.217 0.597103C19.6203 -0.357175 20.3037 0.0891808 20.8608 0.209235C22.4246 0.557085 24.0069 0.831056 25.6107 0.689453C25.9647 0.655591 26.2879 0.29235 26.6881 0.0491626C28.1749 1.23432 29.9603 0.504754 31.6073 0.744863C31.7489 0.495519 31.8227 0.156904 31.989 0.104572C32.2722 0.0122228 32.7124 -0.0277954 32.9125 0.129199C33.3681 0.489362 33.7282 0.563242 34.1345 0.119964C34.2269 0.261567 34.3192 0.400091 34.4886 0.649435H41.2393C41.3563 0.507832 41.5225 0.29235 41.6887 0.0768675C41.8303 0.243097 41.972 0.415483 42.1967 0.674061H54.1867C54.4792 0.972658 54.6639 1.16351 54.8547 1.35437C54.9932 1.16967 55.1194 0.981893 55.2857 0.747941H92.755C92.8381 0.948032 92.9181 1.12965 93.0043 1.35437H101.451C102.042 1.35437 102.073 1.33282 102.747 2.00389C103.517 2.76732 104.268 3.57384 104.025 4.82056C103.726 4.8575 103.474 4.8852 103.227 4.91598C103.181 5.01757 103.12 5.10992 103.117 5.20227C103.11 5.73482 103.117 6.26429 103.117 6.80299C103.117 6.95999 103.061 7.2278 103.126 7.26166C103.849 7.65877 103.708 8.43142 103.889 9.03785C104.065 9.61658 104.074 10.2476 104.157 10.8633C104.323 10.9156 104.511 10.9864 104.662 11.0449C104.877 12.0084 104.437 13.0581 104.97 13.9231C105.102 13.9016 105.225 13.8831 105.358 13.8647C105.358 14.862 105.311 15.8594 105.37 16.8537C105.401 17.2693 104.954 17.9834 105.884 18.0604C105.933 18.0666 105.983 18.3344 105.986 18.4821C106.001 18.9069 105.992 19.3317 105.992 19.7904C106.173 19.8551 106.364 19.9166 106.598 20.0028V22.4624C106.912 22.7856 107.223 22.9672 107.248 23.1766C107.374 24.3371 107.672 25.4607 108.26 26.4334C108.71 27.1815 108.944 27.8987 108.851 28.7514C109.07 28.8314 109.341 28.8438 109.433 28.973C109.698 29.3732 109.178 30.1428 110.095 30.309C110.237 30.3337 110.246 30.9924 109.855 31.2387C109.479 31.4788 109.338 31.9621 109.538 32.193C110.064 32.7963 109.513 33.0303 109.221 32.9841C108.602 32.9071 108.565 33.3227 108.368 33.7137Z\" fill=\"white\"><\/path><path d=\"M191.878 147.436C193.143 147.516 193.149 147.525 193.398 147.304C193.752 146.986 194.106 146.669 193.962 146.112C193.829 145.626 194.229 145.681 194.491 145.549C194.583 145.503 194.583 145.29 194.642 145.084H193.017C193.155 145.694 193.272 146.223 193.383 146.731C192.89 146.965 192.487 147.147 191.878 147.436ZM203.569 218.576C203.534 217.946 203.38 217.718 203.107 217.892C202.898 217.575 202.689 217.252 202.473 216.923C202.239 217.292 202.039 217.612 201.824 217.948C201.568 217.699 201.383 217.508 201.199 217.323C200.925 217.523 200.635 217.708 200.371 217.929C200.223 218.056 200.124 218.228 199.838 218.57H201.559C201.648 218.853 201.701 219.028 201.796 219.324C202.178 218.517 202.818 218.52 203.572 218.582M174.196 146.629C173.398 146.571 172.801 146.503 172.241 146.897C171.869 147.156 171.693 147.618 172.044 147.83C172.838 148.301 173.291 149.006 173.756 149.945C173.919 149.68 174.116 149.498 174.103 149.332C174.088 149.104 173.774 148.741 173.836 148.686C174.451 148.098 173.977 147.368 174.196 146.626M167.029 150.379C167.103 148.867 167.153 148.809 166.432 148.122C166.051 147.762 165.743 147.264 165.195 147.094C164.582 146.91 163.96 146.737 163.339 146.596C163.222 146.565 162.941 146.722 162.948 146.737C163.123 147.362 162.36 147.082 162.301 147.405C162.243 147.744 162.289 148.11 162.289 148.507C162.723 148.507 163.037 148.501 163.351 148.507C164.24 148.513 164.21 148.55 164.976 149.123C165.241 149.323 165.025 149.96 165.623 149.779C165.687 150.176 165.77 150.56 165.807 150.958C165.838 151.299 165.814 151.653 165.814 152.121C166.851 151.779 166.229 151.001 166.552 150.48C166.626 150.468 166.768 150.431 167.033 150.373M170.603 170.982C170.434 170.942 170.289 170.908 170.031 170.85C169.803 170.086 170.268 169.055 169.443 168.359C169.11 168.775 169.606 169.446 169.018 169.797C168.95 169.843 168.95 170.135 169.018 170.256C169.664 171.45 169.203 172.73 169.317 173.968C169.363 174.488 169.307 174.978 169.778 175.396C169.985 175.581 169.963 176.074 169.963 176.421C169.966 180.208 169.966 183.994 169.966 187.774C169.966 188.396 169.849 189.021 170.459 189.513C170.631 189.649 170.597 190.089 170.597 190.394C170.606 193.432 170.588 196.47 170.628 199.512C170.634 199.918 170.203 200.626 171.136 200.734C171.194 200.74 171.241 201.205 171.241 201.457C171.25 205.508 171.247 209.556 171.247 213.641C171.428 213.706 171.613 213.774 171.887 213.863C171.887 215.048 171.927 216.261 171.872 217.474C171.847 218.022 171.992 218.477 172.21 218.942C172.318 219.167 172.537 219.407 172.509 219.607C172.324 220.971 173.331 221.833 173.814 222.916C174.153 223.67 174.593 224.345 175.316 224.585C175.735 224.733 175.957 224.809 176.197 225.194C176.304 225.385 176.871 225.274 177.219 225.357C177.293 225.373 177.308 225.616 177.382 225.844C176.923 225.844 176.421 225.998 176.154 225.81C175.513 225.379 174.848 225.336 174.134 225.231C173.777 225.188 173.451 224.692 173.183 224.348C172.977 224.083 172.884 223.729 172.743 223.412C171.899 223.027 171.847 224.135 171.247 224.206C170.557 225.508 169.988 225.748 168.596 225.354C168.455 225.311 168.227 225.228 168.156 225.29C167.436 225.955 166.469 225.357 165.657 225.838C165.176 226.121 164.404 225.985 163.779 225.905C162.193 225.705 160.679 226.346 159.112 226.232C158.758 226.213 158.432 226.262 158.065 226.047C157.302 225.601 157.268 225.659 156.314 225.921C155.778 226.062 154.873 225.97 154.479 225.594C154.165 225.284 153.565 225.188 153.537 225.305C153.399 225.878 152.395 225.912 152.724 226.749C152.278 226.844 151.85 226.949 151.422 227.041C151.462 227.854 150.813 227.531 150.527 227.475C150.259 227.432 150.062 227.035 149.812 226.826C149.64 226.669 149.431 226.561 149.221 226.419C150.12 225.93 150.776 225.167 151.422 224.385L152.06 222.759L152.697 222.128V214.414C152.697 214.251 152.731 213.968 152.691 213.958C152.044 213.786 152.007 213.34 152.05 212.782C152.097 212.253 152.06 211.72 152.06 211.188C152.06 211.136 152.066 211.086 152.069 210.994C152.238 210.935 152.429 210.871 152.792 210.745C152.484 210.618 152.303 210.538 152.06 210.44C152.06 206.586 152.053 202.704 152.06 198.819C152.06 197.997 152.118 197.191 151.579 196.452C151.398 196.196 151.422 195.762 151.422 195.408C151.416 192.367 151.422 189.326 151.422 186.287C151.422 185.546 151.478 184.791 151.404 184.053C151.33 183.348 151.589 182.658 151.161 181.91C150.844 181.356 151.268 180.482 150.785 179.835C150.791 178.084 150.791 176.323 150.794 174.568C151.25 174.325 150.853 174.113 150.794 173.863C150.582 173.017 150.407 172.176 150.447 171.281C150.505 170.058 150.382 168.821 150.487 167.602C150.576 166.589 150.382 165.583 150.074 164.718C149.677 163.603 149.976 162.541 149.819 161.47C150.45 161.079 149.735 160.713 149.779 160.291C149.896 159.13 149.794 157.948 149.825 156.779C149.862 155.076 149.72 153.399 149.194 151.761C149.089 151.419 149.188 151.016 149.178 150.647C149.175 150.391 149.135 150.133 149.111 149.877C148.433 150.052 148.769 148.815 147.962 149.203V145.709H145.413C144.924 145.958 144.693 146.814 143.884 146.959C143.807 146.968 143.831 147.347 143.733 147.519C143.634 147.685 143.443 147.793 143.16 148.049V145.789C143.366 145.623 143.61 145.429 144.062 145.066H148.717C149 145.506 149.24 146.026 149.203 146.676C149.188 146.999 149.314 147.408 149.529 147.639C149.735 147.861 150.136 147.898 150.634 148.089C150.096 148.304 149.695 148.464 149.147 148.686C149.446 148.852 149.711 149.003 149.982 149.151C150.139 149.234 150.339 149.283 150.456 149.4C150.948 149.892 150.985 149.932 151.41 149.348C151.601 149.074 152.25 149.298 152.066 148.692C152.903 148.464 152.78 147.879 152.598 147.107C152.192 147.381 151.869 147.599 151.555 147.821C151.465 147.658 151.379 147.282 151.232 147.264C150.862 147.211 150.45 147.27 150.28 146.873C150.148 146.543 150.148 146.168 150.065 145.672C150.748 145.657 151.367 145.638 151.983 145.632C152.623 145.626 153.257 145.657 153.894 145.614C154.067 145.604 154.211 145.37 154.673 144.992C153.466 144.992 152.629 145.01 151.798 144.97C151.641 144.961 151.502 144.712 151.133 144.348H156.351C157.074 144.348 157.785 144.398 158.426 143.93C158.647 143.767 158.992 143.72 159.284 143.72C162.166 143.705 165.047 143.705 167.922 143.714C168.165 143.714 168.51 143.708 168.652 143.862C169.452 144.678 170.357 144.391 171.262 144.185C171.561 144.111 171.933 143.939 172.149 144.059C173.205 144.607 174.31 144.284 175.387 144.339C176.455 144.398 177.517 144.373 178.585 144.345C178.986 144.336 179.595 144.629 179.629 143.825C179.635 143.785 179.798 143.736 179.897 143.717C180.377 143.613 180.866 143.517 181.476 143.394C181.445 143.711 181.424 144.001 181.399 144.287C180.768 144.105 180.974 145.189 180.279 145.013C179.881 144.909 179.441 144.995 179.05 144.995C178.875 145.42 178.786 145.826 178.561 146.14C177.847 147.15 177.705 148.178 178.265 149.295C177.859 150.456 179.253 151.228 178.936 152.383C178.918 152.481 179.063 152.669 179.176 152.749C179.607 153.032 179.574 153.448 179.567 153.87C179.567 154.187 179.484 154.664 179.644 154.781C180.275 155.246 180.223 155.852 180.217 156.486C180.211 156.6 180.359 156.816 180.432 156.816C180.805 156.809 180.863 157 180.848 157.317C180.826 157.739 180.842 158.164 180.842 158.629C181.017 158.693 181.202 158.755 181.448 158.841V160.485C181.719 160.642 182.095 160.765 182.095 160.891C182.126 161.879 182.729 162.695 182.892 163.597C183.058 164.508 183.908 165.158 183.723 166.146C184.403 166.703 184.443 167.467 184.354 168.224C184.613 168.322 184.801 168.381 184.97 168.445C185.003 169.73 185.228 170.478 185.647 170.69C185.647 171.08 185.656 171.548 185.641 172.01C185.632 172.309 185.653 172.533 186.041 172.518C186.115 172.512 186.269 172.623 186.269 172.681C186.352 174.177 187.155 175.406 187.756 176.702C188.005 177.243 187.691 178.013 188.436 178.339C188.482 178.918 188.519 179.484 188.562 180.106C188.685 180.137 188.827 180.171 189.095 180.242C189.126 180.774 189.159 181.387 189.193 181.993C189.387 182.067 189.569 182.141 189.729 182.202C190.058 182.797 189.347 183.668 190.415 184.17C190.492 184.816 190.508 185.589 190.908 186.355C191.25 187.017 191.41 187.842 191.705 188.578C192.127 189.64 192.853 190.612 192.684 191.859C192.663 191.988 192.703 192.219 192.792 192.278C193.565 192.733 193.22 193.5 193.349 194.143C193.678 194.325 193.952 194.371 193.955 193.86C193.955 192.798 193.955 191.727 193.949 190.659C193.949 190.508 193.974 190.274 193.885 190.215C192.974 189.609 193.371 188.688 193.321 187.885C193.272 187.032 193.355 186.18 193.297 185.327C193.247 184.514 193.057 183.714 192.998 182.901C192.949 182.104 193.204 181.217 192.933 180.525C192.604 179.684 192.767 178.896 192.669 178.225C192.937 177.951 193.124 177.76 193.309 177.57C193.121 177.437 192.927 177.305 192.733 177.172C192.607 174.371 192.493 171.542 192.342 168.719C192.302 168.011 192.099 167.316 192.038 166.611C191.985 165.918 192.195 165.164 191.985 164.548C191.742 163.825 191.604 163.222 192.019 162.554C192.09 162.433 192.084 162.215 192.019 162.083C191.481 160.879 191.77 159.608 191.718 158.37C191.671 157.287 191.835 156.178 191.385 155.147C190.97 154.208 191.087 153.22 191.077 152.238C191.068 151.336 191.077 150.425 191.071 149.523C191.068 149.058 191.136 148.618 190.665 148.236C190.077 147.756 190.662 147.017 190.298 146.34C189.794 145.943 188.821 145.986 188.439 145.103C188.291 144.752 187.553 145.352 187.5 144.567C187.491 144.37 186.992 144.136 186.761 143.813C186.614 143.591 186.017 143.68 185.453 143.613C185.983 142.939 186.648 142.954 187.297 142.649C187.777 143.182 188.248 143.699 188.809 144.333H190.957C191.003 144.21 191.031 144.118 191.068 144.031C191.108 143.939 191.151 143.85 191.216 143.702C191.924 143.85 192.761 143.468 193.598 144.158C193.765 144.059 194.143 143.757 194.571 143.606C194.996 143.465 195.541 143.585 195.916 143.382C196.898 142.849 198.077 143.413 199.029 142.775C199.102 142.723 199.269 142.809 199.336 142.763C199.835 142.421 200.118 143.446 200.749 142.914C201.076 142.643 201.753 142.791 202.276 142.772C202.753 142.751 203.234 142.766 203.714 142.766C204.246 142.766 204.782 142.757 205.314 142.772C207.103 142.822 207.115 142.843 208.35 142.258C208.648 142.11 208.771 142.2 209.03 142.304C209.772 142.631 210.194 142.548 210.889 142.317C211.36 142.166 211.877 142.144 212.444 142.058V143.64C211.511 144.241 211.265 145.401 210.702 146.346C210.578 146.546 210.597 146.845 210.578 147.1C210.517 147.913 210.729 148.747 210.283 149.535C210.16 149.745 210.341 150.126 210.394 150.419C210.449 150.717 210.634 151.044 210.557 151.299C210.083 152.872 210.846 154.433 210.578 156C211.108 157.85 210.622 159.792 210.951 161.615C211.382 163.988 211.077 166.337 211.216 168.689C211.24 169.101 211.366 169.467 211.49 169.852C211.727 170.61 211.902 171.407 211.893 172.259C211.831 177.431 211.862 182.593 211.862 187.793C212.044 187.833 212.185 187.86 212.459 187.916C212.552 190.298 212.49 192.73 212.499 195.162C212.515 197.603 212.505 200.047 212.505 202.467C212.755 202.559 212.936 202.624 213.146 202.701C213.146 205.755 213.133 208.787 213.155 211.819C213.161 212.318 212.964 212.847 213.423 213.321C213.586 213.484 213.577 214.005 213.438 214.235C213.063 214.86 212.742 215.399 213.694 215.793C213.752 215.812 213.798 215.984 213.777 216.061C213.395 217.363 214.386 218.403 214.46 219.635C214.485 220.066 214.934 220.531 215.291 220.869C216.138 221.676 216.544 221.59 217.381 220.598C217.449 220.509 217.652 220.528 217.942 220.451C217.942 220.823 217.926 221.125 217.945 221.423C217.969 221.82 217.911 222.039 217.443 222.202C217.243 222.27 216.947 222.695 216.698 222.956C216.516 223.141 216.661 223.64 216.661 224.129C215.898 223.834 215.781 223.159 215.328 222.805C214.903 222.473 214.623 221.959 214.272 221.525C213.573 221.74 213.182 222.127 213.1 222.685C212.585 222.904 211.73 222.381 211.579 223.35C211.016 223.159 210.569 223.002 210.034 222.821C209.753 223.076 209.452 223.52 208.836 223.393C208.547 223.338 208.38 223.344 208.328 222.978C208.279 222.63 207.765 222.695 207.786 222.867C207.854 223.477 207.232 223.323 207.035 223.664C206.69 224.268 206.37 224.157 205.964 223.369H202.378C202.295 223.126 202.227 222.944 202.162 222.775C201.473 222.575 201.38 223.59 200.635 223.43C200.303 223.363 200.097 224.419 199.309 223.806C199.533 223.495 199.764 223.181 199.986 222.873C199.558 222.652 199.133 222.387 198.678 222.211C198.398 222.104 198.044 222.045 197.773 222.131C197.551 222.199 197.428 222.528 197.191 222.821C196.96 222.63 196.751 222.39 196.492 222.258C195.883 221.944 195.313 221.476 194.528 221.959C194.239 222.141 193.632 222.15 193.383 221.953C192.487 221.288 191.514 221.513 190.76 221.463C190.422 221.75 190.228 221.928 190.028 222.097C189.929 221.95 189.821 221.796 189.612 221.491C188.658 220.854 188.522 222.224 187.54 222.341C188.424 223.006 189.178 222.495 189.735 222.83C190.049 223.498 189.264 223.24 189.193 223.52C189.11 223.858 189.138 224.228 189.126 224.619H187.999C187.808 224.203 187.623 223.803 187.442 223.421C187.171 223.769 186.851 224.08 186.654 224.462C186.414 224.923 185.77 224.311 185.632 224.948C185.456 225.705 184.844 225.173 184.443 225.271C184.046 225.376 183.612 225.296 183.181 225.296C183.252 224.874 183.44 224.542 183.834 224.674C184.514 224.899 184.173 223.772 184.834 223.997C185.364 224.188 185.678 223.886 185.819 223.375C186.611 223.397 186.137 222.769 186.29 222.464C186.383 222.282 186.58 222.15 186.922 221.799V218.114C186.922 218.006 186.965 217.84 186.912 217.806C185.909 217.126 186.407 216.073 186.263 215.193C185.115 214.854 185.909 213.863 185.558 213.195C185.462 213.18 185.318 213.146 185.056 213.087C185.031 212.638 184.998 212.139 184.967 211.644C184.757 211.567 184.57 211.502 184.367 211.428C184.367 210.982 184.36 210.563 184.367 210.138C184.367 209.88 184.407 209.609 184 209.606C183.902 209.599 183.735 209.415 183.735 209.31C183.76 207.749 182.787 206.49 182.44 205.044C182.387 204.813 182.187 204.613 182.141 204.379C182.067 204.006 182.323 203.483 181.608 203.474C181.571 203.474 181.507 203.113 181.491 202.91C181.473 202.646 181.559 202.172 181.476 202.144C180.365 201.756 181.045 200.82 180.802 200.158C179.663 199.85 180.476 198.853 180.122 198.17C180.041 198.151 179.906 198.111 179.632 198.043C179.669 197.145 179.22 196.298 178.976 195.408C178.81 194.802 177.948 194.534 178.278 193.771C177.881 193.531 177.93 193.13 177.979 192.783C178.05 192.259 177.597 192.407 177.333 192.201V190.557C177.099 190.459 176.908 190.385 176.76 190.332C176.428 189.735 177.132 188.861 176.077 188.359V187.005C175.818 186.937 175.676 186.897 175.523 186.863C175.486 186.771 175.399 186.672 175.415 186.595C175.658 185.432 174.944 184.554 174.494 183.609C174.288 183.166 173.99 182.766 173.663 182.236C174.122 182.147 174.451 182.079 174.793 182.005C174.493 181.275 174.109 180.88 173.639 180.82C173.257 180.112 173.355 179.167 172.675 178.53C172.503 178.367 172.577 177.948 172.527 177.65C172.46 177.253 172.807 176.665 172.01 176.566C171.927 176.557 171.942 175.898 171.884 175.538C171.816 175.098 172.207 174.451 171.351 174.331C171.293 174.325 171.268 173.959 171.253 173.759C171.234 173.451 171.342 173.091 170.81 173.125C170.754 173.125 170.628 172.795 170.619 172.617C170.594 172.084 170.61 171.561 170.61 170.991\" fill=\"white\"><\/path><path d=\"M83.8402 151.37C83.8741 151.527 83.9141 151.684 83.9449 151.844C84.9576 151.222 85.7734 152.38 86.7677 151.937C86.6846 150.979 86.6784 150.945 85.758 151.078C85.2101 151.158 85.2501 150.73 85.0777 150.468C84.6621 150.77 84.2527 151.068 83.8402 151.373M115.587 205.936C115.587 205.407 115.578 204.874 115.593 204.342C115.593 204.2 115.642 203.929 115.688 203.92C116.59 203.831 116.209 203.138 116.209 202.717C116.233 192.38 116.227 182.046 116.227 171.709C116.227 169.468 116.227 167.233 116.221 164.995C116.221 164.739 116.184 164.281 116.119 164.271C115.208 164.161 115.645 163.474 115.599 163.052C115.531 162.378 115.587 161.692 115.587 161.051C114.433 160.818 115.298 159.832 114.79 159.426C114.62 159.358 114.359 159.285 114.325 159.152C114.248 158.854 114.389 158.33 114.248 158.253C113.367 157.773 113.17 156.551 111.89 156.366C112.626 156.083 113.164 155.877 113.734 155.655C113.583 155.375 113.494 155.141 113.343 154.947C113.072 154.599 112.823 154.159 112.456 153.974C111.979 153.734 112.198 154.464 111.942 154.532C111.647 154.615 111.287 154.501 111.013 154.612C110.84 154.679 110.757 154.996 110.615 155.243C109.661 155.052 108.513 155.683 107.716 154.59C107.676 154.541 107.509 154.587 107.402 154.587H102.492C102.523 155.116 102.359 155.233 101.944 155.243C100.589 155.261 100.657 155.366 99.5396 156.339C99.0009 156.803 98.5515 157.53 97.7296 157.518C97.551 158.059 98.0128 158.838 97.0339 158.854C97.0339 159.318 97.0431 159.743 97.0277 160.171C97.0216 160.319 96.9816 160.587 96.9292 160.59C96.0304 160.679 96.3998 161.378 96.4151 161.793C96.4459 162.56 95.9442 163.305 96.3751 164.096C96.4644 164.265 96.3536 164.619 96.2243 164.81C95.7625 165.493 95.7441 166.232 95.7441 167.017C95.7595 175.227 95.7379 183.428 95.7625 191.631C95.7687 192.977 95.7964 194.307 95.9873 195.667C96.2181 197.296 96.5998 198.961 96.3998 200.639C96.3474 201.113 96.3351 201.611 96.4059 202.076C96.4736 202.501 96.0088 203.197 96.9292 203.289C96.9816 203.298 97.0216 203.662 97.0277 203.862C97.0431 204.385 97.0339 204.899 97.0339 205.505C97.6157 205.324 97.7542 205.595 97.6649 205.964C97.4525 206.928 98.179 207.506 98.6469 208.107C98.8716 208.387 99.2503 208.645 99.5119 208.969L100.98 209.609C101.097 209.815 101.22 210.021 101.377 210.283H104.308C104.385 210.526 104.456 210.714 104.514 210.886C105.512 210.886 106.469 210.92 107.426 210.871C107.86 210.853 108.531 211.225 108.639 210.348C108.648 210.289 109.015 210.255 109.215 210.249C109.735 210.24 110.246 210.246 110.711 210.246C110.791 209.972 110.819 209.714 110.874 209.707C111.548 209.64 112.081 209.32 112.675 208.999C113.952 208.31 114.651 207.589 114.971 206.303C115.002 206.177 115.285 206.112 115.593 205.943M135.691 176.957C136.381 177.945 136.723 179.001 136.073 180.189C135.916 180.479 136.209 180.747 136.356 181.024C136.541 181.381 135.731 181.692 136.292 182.246C136.532 182.483 136.532 183.255 136.329 183.6C136.101 184 136.338 184.342 136.187 184.721C136.024 185.133 135.922 185.718 136.104 186.084C136.544 187.011 136.51 187.845 136.064 188.726C135.999 188.849 136.005 189.064 136.064 189.19C136.547 190.283 135.901 191.358 136.03 192.453C136.153 193.559 136.042 194.688 136.061 195.809C136.076 196.486 135.605 197.046 135.713 197.76C135.811 198.407 135.707 199.05 135.464 199.721C135.242 200.331 135.414 201.085 135.414 201.735C134.088 202.492 135.23 203.769 134.617 204.699C134.217 204.791 134.081 205.441 133.546 205.579C133.49 205.589 133.497 205.869 133.497 206.02C133.497 206.374 133.404 206.703 133.995 206.786C134.328 206.835 134.238 207.134 133.497 207.451C133.497 207.965 133.484 208.538 133.503 209.113C133.512 209.424 133.463 209.618 133.087 209.615C133.016 209.615 132.859 209.84 132.866 209.941C132.986 210.671 132.764 211.265 132.219 211.758C132.342 212.598 131.145 212.733 131.256 213.574C130.668 213.743 130.548 214.146 130.584 214.719C130.594 214.876 129.984 215.11 130.009 215.218C130.184 215.864 129.221 215.485 129.325 216.058C129.399 216.483 128.513 216.15 128.71 216.714C128.941 217.375 128.223 217.218 128.033 217.529C127.648 218.176 127.143 218.708 126.229 218.57C125.687 218.493 125.671 218.558 124.923 219.195C124.696 219.395 124.505 219.743 124.255 219.801C123.886 219.884 123.517 219.813 123.532 220.352C123.532 220.392 123.35 220.485 123.277 220.463C122.421 220.254 121.796 220.839 121.174 221.183C120.214 221.716 119.21 221.904 118.179 222.079C117.782 222.144 117.415 222.304 117.024 222.387C116.433 222.51 115.839 222.642 115.239 222.701C114.66 222.753 114.069 222.71 113.481 222.71C112.469 222.71 111.456 222.679 110.44 222.719C109.837 222.744 109.255 222.744 108.63 222.96C108.042 223.16 107.226 223.249 106.506 222.799C106.164 222.599 105.595 222.769 105.136 222.769C104.523 223.88 103.649 222.719 102.944 223.027C102.612 222.519 102.085 222.726 101.642 222.719C99.7243 222.701 97.8035 222.71 95.821 222.71V221.713H100.063C99.8259 221.544 99.749 221.445 99.6597 221.439C98.9178 221.374 98.139 221.602 97.431 221.19C97.0924 221.648 96.5752 220.706 96.1443 221.396C95.9626 221.694 95.1684 221.214 94.6821 221.66C94.5004 221.824 94.0017 221.861 93.7832 221.728C93.1367 221.337 92.5642 221.303 91.9393 221.728C91.9054 221.753 91.6561 221.448 91.3513 221.156C90.4124 221.387 89.5936 220.58 88.6239 220.226C88.1529 220.06 87.7312 219.678 87.1863 219.835C86.6045 219.995 86.9863 219.019 86.3521 219.17C85.995 219.259 85.4563 219.379 85.4717 218.678C85.4717 218.638 85.3886 218.561 85.364 218.564C84.4928 218.77 83.9787 218.04 83.2861 217.766V216.775C83.1076 216.711 82.8459 216.701 82.7566 216.575C82.3411 215.944 81.4699 215.79 81.1744 215.024C80.9312 214.368 80.0446 214.106 80.0662 213.266C79.6537 213.164 79.94 212.392 79.3028 212.45C79.2597 212.453 79.1365 212.118 79.1273 211.93C79.0965 211.505 79.1212 211.077 79.115 210.652C79.1088 210.338 79.1796 209.794 79.0534 209.754C78.5486 209.553 78.3977 208.947 77.8344 208.821C77.8344 208.35 77.8436 207.876 77.8313 207.402C77.8252 207.195 77.856 206.888 77.7421 206.814C77.0187 206.324 77.2341 205.61 77.191 204.945C77.1726 204.659 77.0002 204.373 76.9756 204.08C76.9017 203.375 76.6369 202.717 76.5015 202.021C76.2614 200.777 76.3199 199.546 76.2121 198.308C76.1598 197.662 75.7627 197.037 75.9289 196.363C76.0767 195.79 76.4461 195.242 75.6919 194.781C75.5657 194.697 75.5996 194.291 75.5996 194.039C75.5934 188.55 75.5872 183.055 75.6088 177.564C75.6149 176.917 75.8027 176.268 75.9166 175.618C76.0244 174.969 75.7935 174.322 76.1383 173.626C76.3384 173.205 76.049 172.45 75.7996 171.933C75.5411 171.404 75.7011 171.019 75.775 170.505C75.9505 169.187 76.7632 167.858 75.9259 166.494C75.852 166.371 75.852 166.137 75.9259 166.023C76.5354 165.106 76.1906 164.084 76.2121 163.108C76.246 161.92 76.5261 160.824 76.9879 159.743C77.0802 159.512 77.2034 159.26 77.1818 159.029C77.1387 158.543 77.2742 158.115 77.5235 157.733C77.7605 157.367 77.8714 157.01 77.8406 156.576C77.8221 156.243 77.6836 155.778 78.3269 155.831C78.3639 155.831 78.4439 155.572 78.4685 155.43C78.5332 155.07 78.2438 154.519 78.9857 154.535C79.0257 154.535 79.1181 154.365 79.1058 154.285C79.0165 153.71 79.2227 153.294 79.6537 152.891C79.9277 152.641 79.546 151.881 80.3248 151.93C80.294 151.389 80.8419 151.164 80.9928 150.798C81.3991 149.809 82.3226 149.314 82.9075 148.507C83.0768 148.258 83.3138 147.944 83.5693 147.886C84.0926 147.778 83.8341 147.408 83.9295 147.162C83.9633 147.051 84.1203 146.977 84.2312 146.904C84.6129 146.673 85.2593 146.516 85.3363 146.208C85.5025 145.546 86.0104 145.749 86.349 145.54C86.5861 145.383 86.5399 144.841 87.0601 144.98C87.6112 145.137 87.2448 144.164 87.8913 144.315C88.1745 144.373 87.9344 143.502 88.5531 143.702C88.6455 143.12 89.0179 142.982 89.5413 143.056C89.7475 143.086 89.9876 143.105 90.1662 143.025C90.5787 142.859 91.0127 142.4 91.339 142.474C91.8377 142.585 92.244 141.858 92.6996 142.406C93.0413 141.932 93.5461 142.123 93.9956 142.104C94.4758 142.089 94.9591 142.141 95.4332 142.089C96.0365 142.031 96.6214 141.849 97.2186 141.797C97.8527 141.735 98.6408 141.997 99.0902 141.698C99.6135 141.356 99.7797 142.024 100.161 141.797C100.445 141.624 100.808 141.516 101.14 141.48C101.368 141.455 101.621 141.603 101.864 141.661C102.104 141.71 102.396 141.843 102.603 141.769C103.326 141.495 104.022 141.267 104.751 141.769C104.862 141.846 105.133 141.701 105.324 141.643C105.413 141.612 105.499 141.464 105.567 141.476C106.115 141.566 106.675 141.83 107.186 141.744C107.731 141.661 108.242 141.393 108.821 141.47C108.916 141.48 109.064 141.489 109.101 141.553C109.458 142.191 110.058 142.151 110.637 142.092C111.142 142.049 111.665 142.308 112.161 141.892C112.355 141.726 112.767 141.76 113.066 141.8C113.506 141.858 113.937 142.009 114.377 142.101C114.817 142.194 115.325 141.904 115.713 142.369C115.765 142.437 116.058 142.425 116.123 142.345C116.461 141.926 116.938 142.046 117.308 142.123C118.413 142.372 119.573 142.372 120.614 143.022C121.211 143.394 121.882 143.902 122.729 143.721C122.793 143.711 122.916 144.013 123.113 144.336C123.32 144.336 123.68 144.342 124.034 144.336C124.308 144.33 124.551 144.327 124.557 144.724C124.557 144.807 124.779 144.983 124.856 144.964C125.708 144.749 125.967 145.528 126.456 145.903C126.524 145.952 126.521 146.168 126.546 146.168C127.765 146.202 127.971 147.787 129.159 147.876C129.227 147.879 129.365 148.144 129.329 148.243C129.104 148.911 130.4 148.815 129.984 149.554C130.517 149.76 130.646 150.351 131.052 150.681C131.948 151.419 132.028 152.678 132.853 153.463C132.906 153.513 132.869 153.67 132.862 153.774C132.838 154.193 132.822 154.532 133.392 154.698C133.567 154.747 133.423 155.594 133.66 155.794C134.211 156.259 134.131 156.806 134.14 157.379C134.146 157.585 134.146 157.785 134.146 157.976C134.38 158.065 134.565 158.139 134.786 158.216C134.786 158.697 134.777 159.171 134.786 159.639C134.793 159.845 134.756 160.162 134.869 160.23C135.664 160.759 135.356 161.55 135.433 162.261C135.516 163.019 135.494 163.837 135.787 164.512C136.089 165.176 136.027 165.814 136.067 166.472C136.175 168.292 136.304 170.117 136.372 171.936C136.39 172.377 136.59 172.9 136.107 173.26C136.532 174.024 135.975 174.772 136.061 175.535C136.15 176.357 136.092 176.483 135.701 176.954\" fill=\"white\"><\/path><path d=\"M13.8309 216.132C13.2983 215.867 12.775 215.566 12.1193 215.667C11.9716 215.692 11.6976 215.572 11.6453 215.442C11.2851 214.66 10.7987 215.144 10.3247 215.276C11.1805 215.99 11.8885 216.902 12.9074 216.92C13.3137 216.578 13.5723 216.354 13.8309 216.135M22.1577 140.824V141.944C22.5394 142.12 22.9212 142.298 23.4629 142.551C23.4629 142.194 23.4476 141.991 23.4691 141.803C23.5368 141.064 23.7246 140.852 24.368 140.83C24.9559 140.815 25.547 140.815 26.1318 140.836C26.4951 140.849 27.043 140.599 27.0061 141.338C27.4524 141.504 27.9665 141.667 28.2867 141.246C28.7946 140.599 29.4472 140.861 30.0444 140.839C30.6508 140.821 31.3373 140.621 31.7713 141.301L32.9934 141.372C33.175 141.301 33.4829 141.119 33.5229 141.166C34.1416 141.88 34.3971 141.159 34.8743 140.799C35.022 141.039 35.1821 141.298 35.2868 141.464C37.6294 141.464 39.818 141.452 41.9975 141.48C42.487 141.486 43.038 141.264 43.4843 141.769C43.6013 141.898 44.0169 141.852 44.257 141.775C44.6387 141.646 44.9527 141.387 45.4114 141.452C45.8238 141.52 46.2517 141.464 46.5226 141.464C46.8058 141.738 46.9998 141.926 47.1906 142.105L49.484 142.745C50.1304 143.394 51.2632 143.284 51.7404 144.262C51.8296 144.432 52.4207 144.352 52.7778 144.389C52.9471 144.798 52.9101 145.611 52.9101 145.992C52.9101 146.913 52.039 146.648 51.608 147.141C51.6296 147.279 51.5772 147.695 51.6973 147.747C52.3222 148.036 52.0482 148.837 52.513 149.126C52.9871 149.412 53.0363 149.883 53.2703 150.284C53.5535 150.773 53.9075 151.204 53.8521 151.81C54.7818 152.5 54.4185 153.513 54.4924 154.461C54.6617 154.516 54.8495 154.584 55.0957 154.667V156.022C56.3024 156.363 55.5021 157.358 55.8192 157.958C56.0162 158.084 56.3763 158.201 56.3825 158.34C56.4471 159.709 57.1798 160.799 57.8601 161.886C58.1248 162.301 58.2849 163.123 59.1407 162.911C59.0514 163.517 59.7717 163.419 59.9379 163.834C60.2088 164.509 60.8245 164.084 61.2832 164.161C61.748 164.241 62.2282 164.21 62.8039 164.228C62.8039 164.684 62.85 165.158 62.7731 165.614C62.7484 165.764 62.2744 166.005 62.2559 165.986C61.7388 165.407 60.846 166.168 60.3658 165.466C60.3597 165.457 60.0149 165.598 59.9349 165.731C59.6209 166.272 59.1468 166.426 58.565 166.414C57.8847 166.405 57.1952 166.408 56.4748 166.408C56.444 166.605 56.4564 166.863 56.3917 166.879C56.01 166.987 55.3728 166.928 55.262 167.147C55.0373 167.593 54.831 167.778 54.3569 167.695C53.9414 167.611 53.7813 167.821 53.8583 168.326C53.2364 168.326 52.6546 168.286 52.0944 168.338C51.6603 168.384 50.9893 167.981 50.8846 168.867C50.8815 168.917 50.6168 168.957 50.466 168.96C49.801 168.984 49.0622 168.79 48.6282 169.548C47.2491 169.391 46.3287 170.736 44.8911 170.631C44.2416 170.582 43.4628 171.044 42.8071 171.321C42.0252 171.653 41.2956 171.863 40.4676 171.856C40.3444 171.856 40.1043 171.989 40.1105 172.041C40.1567 172.574 39.7873 172.472 39.4794 172.491C39.2793 172.5 38.913 172.531 38.9069 172.583C38.8391 173.174 38.4359 173.199 38.0111 173.116C37.4477 173.008 37.1892 173.291 37.0137 173.762C37.0045 173.793 36.8198 173.753 36.6412 173.743V172.564C37.0229 172.401 37.6294 172.657 37.6663 171.903C37.6755 171.706 38.0172 171.527 38.1989 171.336C38.6637 170.856 39.2793 170.477 39.2209 169.677C40.1844 168.507 40.1382 167.113 40.0951 165.718C40.0705 164.866 40.0274 164.013 40.1043 163.166C40.3013 160.965 39.1593 159.214 38.2666 157.364C37.7248 156.249 36.4904 155.785 35.924 154.713C35.1729 154.83 34.9666 153.759 34.194 153.925C34.0955 153.95 33.9046 153.965 33.8923 153.925C33.4429 152.829 32.4886 153.359 31.7682 153.316C30.4415 153.236 29.1055 153.291 27.7818 153.291C27.6587 153.5 27.5602 153.867 27.434 153.879C26.5043 153.944 26.5413 154.011 25.55 154.504C25.1745 154.701 24.6512 154.581 24.5927 155.2C23.9432 154.935 24.291 156.015 23.6076 155.898C23.2321 155.84 23.8139 156.727 23.1059 156.828C22.5333 156.911 22.9643 157.453 22.8103 157.733C22.7057 157.918 22.5025 158.041 22.1793 158.34C22.1793 158.647 22.1885 159.165 22.1731 159.688C22.17 159.885 22.1731 160.184 22.0623 160.26C21.4005 160.707 21.5544 161.366 21.5452 161.981C21.5359 162.455 21.4897 162.945 21.5544 163.419C21.6929 164.469 21.4528 165.497 21.1634 166.466C21.0003 167.03 20.9079 167.553 20.9079 168.11C20.8925 170.933 20.9141 173.759 20.8925 176.585C20.8833 177.342 21.0803 178.13 20.6063 178.866C20.4585 179.094 20.4801 179.534 20.6001 179.805C21.1758 181.067 20.8279 182.387 20.8895 183.674C20.948 185.01 21.0403 186.358 20.8495 187.667C20.7448 188.365 20.5755 189.064 20.5847 189.782C20.594 190.289 20.5601 190.764 20.8556 191.278C21.0188 191.561 20.5755 192.13 20.6124 192.555C20.6648 193.368 20.9634 194.134 20.9295 194.981C20.8956 195.787 20.6863 196.643 21.2035 197.422C21.2866 197.554 21.0834 197.884 21.0218 198.121C20.9849 198.268 20.8679 198.496 20.9141 198.536C21.6129 199.118 20.948 199.971 21.3451 200.605C21.7668 201.285 21.4774 202.042 21.5298 202.769C21.5544 203.151 21.6467 203.431 21.8961 203.748C22.3855 204.348 22.3086 204.591 21.6744 205.459C21.6221 205.543 21.5513 205.635 21.5482 205.724C21.5298 206.032 21.539 206.346 21.539 206.571C21.973 206.937 22.6841 206.346 22.7919 207.042C22.875 207.525 23.82 207.251 23.4907 208.033C23.3337 208.405 24.3064 208.233 24.1309 208.83C24.8974 208.673 25.0729 209.812 25.8733 209.603C26.1811 209.514 26.3289 209.667 26.372 210.015C26.3812 210.111 26.7875 210.225 27.0122 210.231C29.9428 210.24 32.8734 210.234 35.7701 210.234C35.9178 210.006 36.0348 209.8 36.1549 209.6L37.6232 208.959C38.1157 208.104 39.307 207.87 39.5502 206.789C40.1413 206.758 40.1474 206.358 40.0951 205.924C40.0551 205.616 40.1382 205.432 40.5045 205.419C40.5938 205.413 40.7046 205.112 40.7262 204.936C40.7631 204.622 40.7354 204.305 40.7354 204.003C40.957 203.757 41.4157 203.889 41.4003 203.314C41.3418 201.082 41.3757 198.847 41.3757 196.622C41.8497 196.498 42.0652 196.323 42.0498 195.772C42.0344 195.239 41.6774 195.258 41.3757 195.061C41.3757 194.451 41.4003 193.814 41.3664 193.189C41.351 192.832 41.6219 192.269 40.8678 192.293C40.8277 192.293 40.7692 192.13 40.7415 192.038C40.6369 191.715 40.9847 191.133 40.5107 191.084C39.7319 191.001 40.3229 190.363 39.9966 190.129C39.6949 189.908 39.4302 189.628 39.2024 189.335C38.756 188.784 38.0049 188.47 37.7802 187.519C38.3836 187.553 38.8822 187.584 39.384 187.611C39.4179 188.476 40.3383 188.098 40.7508 188.566C41.2002 189.089 41.9883 189.424 42.684 189.588C43.5644 189.797 44.1954 190.702 45.242 190.44C45.4021 190.4 45.6484 190.896 45.91 191.028C46.1655 191.158 46.5072 191.121 46.7904 191.21C46.8582 191.228 46.8489 191.484 46.8797 191.681H48.659C48.699 191.875 48.7267 192.019 48.7821 192.281C48.9791 192.29 49.2285 192.29 49.4717 192.33C49.8195 192.383 50.3952 192.075 50.3582 192.829C51.805 192.986 52.9163 193.86 54.1138 194.559C54.1969 194.608 54.3231 194.556 54.4308 194.568C54.9788 194.627 55.7022 194.254 55.9392 195.175C55.9577 195.242 56.4564 195.141 56.6903 195.224C56.8781 195.289 56.9951 195.52 57.3091 195.846C57.66 195.846 58.2326 195.855 58.8051 195.84C59.113 195.83 59.3284 195.874 59.2946 196.255C59.2884 196.289 59.3284 196.378 59.3531 196.378C59.7101 196.428 60.0765 196.425 60.4212 196.511C60.6952 196.582 60.4212 197.173 60.9384 197.133C61.5171 197.083 62.2313 197.302 62.6499 197.043C63.3918 196.594 63.3487 197.179 63.4287 197.483C63.518 197.834 63.4503 198.225 63.4534 198.598C63.4565 199.038 63.1825 199.346 62.8162 199.337C62.2344 199.324 61.8126 199.469 61.4217 199.909C61.2955 200.057 60.9476 200.002 60.649 200.051C60.5875 200.426 60.5259 200.823 60.4674 201.221C59.9195 201.137 60.0087 201.778 59.667 201.925C59.5408 201.975 59.3007 202.092 59.31 202.116C59.5039 202.732 58.9713 202.84 58.6574 203.114C58.605 203.163 58.6327 203.323 58.6543 203.422C58.9005 204.871 58.2079 206.087 57.6877 207.343C57.4014 208.033 56.915 208.655 57.0197 209.467C55.9577 209.769 56.5795 210.653 56.4102 211.265C56.401 211.314 56.3794 211.357 56.3455 211.459C56.2255 211.484 56.0808 211.514 55.8161 211.564C55.8038 211.813 55.7853 212.115 55.773 212.41C55.7514 212.764 55.8961 213.143 55.2804 213.183C55.1019 213.192 55.0003 213.786 54.8064 214.057C54.5386 214.423 54.5971 215.07 53.9352 215.113C53.8613 215.627 53.7721 216.16 53.2549 216.424C52.8547 216.631 53.0487 217.397 52.3745 217.317C52.4576 217.924 51.5126 217.807 51.6019 218.41C51.2109 218.484 50.8138 218.564 50.3674 218.65C50.349 218.992 50.3305 219.349 50.3028 219.755C50.1674 219.78 50.0196 219.823 49.8718 219.835C49.3639 219.86 48.8929 219.795 48.4189 220.235C48.1049 220.528 47.4584 220.469 46.9228 220.574C46.8397 220.712 46.7012 221.097 46.5934 221.088C45.8454 221.033 45.1897 221.347 44.5679 221.636C43.8937 221.953 43.0749 221.377 42.5023 222.061C42.4777 222.092 42.3915 222.095 42.3546 222.07C41.5296 221.522 41.034 221.873 40.6246 222.633C40.563 222.741 40.2336 222.707 40.0274 222.716C39.464 222.738 38.8668 222.581 38.4574 223.197C38.3589 223.348 37.9834 223.354 37.7371 223.354C33.9015 223.363 30.0629 223.369 26.2242 223.344C25.627 223.338 25.0083 223.215 24.448 223.012C24.0417 222.87 23.7739 222.704 23.4599 223.16C23.3521 223.317 23.0012 223.341 22.7549 223.351C22.1762 223.375 21.5944 223.36 20.9787 223.36C20.9387 223.178 20.9049 223.03 20.8525 222.769C20.4524 222.753 19.9906 222.729 19.5319 222.723C19.0609 222.713 18.593 222.716 18.1436 222.716C18.0543 222.467 17.9928 222.286 17.9127 222.076C17.5803 222.076 17.2632 222.061 16.9492 222.082C16.5152 222.101 16.2012 221.919 15.8195 221.694C14.9391 221.171 14.1018 220.417 12.972 220.491C12.381 220.525 12.7073 219.512 12.0239 219.752C11.9747 219.195 11.6237 219.143 11.1589 219.189C10.7556 219.235 10.3493 219.287 10.2446 218.672C10.2262 218.564 9.57973 218.564 9.06565 218.49C9.06565 218.194 9.17647 217.791 9.03487 217.505C8.89634 217.24 8.4623 217.139 8.22219 216.905C7.59729 216.283 6.77846 215.861 6.31363 215.045C6.09815 214.673 5.06691 213.383 4.89145 213.128C4.74985 212.912 4.37737 212.82 4.29425 212.598C4.17728 212.324 4.37737 211.835 4.21422 211.687C3.93409 211.428 3.42925 211.397 3.62318 210.822C2.88131 210.268 2.95519 209.47 2.98289 208.682C2.98905 208.633 3.00752 208.559 2.98289 208.525C2.76741 208.258 2.10865 208.331 2.3426 207.7C2.46573 207.377 2.57347 207.051 2.65967 206.712C2.69969 206.561 2.6689 206.395 2.6689 206.17C2.37954 206.118 1.97012 206.164 1.82236 205.989C1.58841 205.7 1.42526 205.275 1.40679 204.899C1.35754 204.028 1.44065 203.172 0.812676 202.409C0.624899 202.187 0.748031 201.698 0.748031 201.331V189.554C0.483296 189.464 0.298597 189.397 0 189.289C0.283205 189.194 0.464826 189.132 0.689543 189.061V187.07C0.507923 186.897 0.307832 186.716 0.107741 186.537C0.289362 186.405 0.474061 186.266 0.748031 186.063C0.483296 185.232 1.45604 184.111 0.126211 183.157C0.172386 182.335 -0.2555 181.27 0.994297 180.417C0.594115 180.251 0.387868 180.162 0.107741 180.051V175.957C0.107741 175.8 0.0738796 175.575 0.156994 175.501C1.28674 174.51 0.538706 173.205 0.723405 172.057C0.73264 171.992 0.424808 171.875 0.123133 171.703C0.123133 171.112 -0.0277048 170.453 0.624899 169.825C0.877321 169.582 0.73264 168.938 0.772658 168.492C0.0584881 168.116 -0.126211 167.796 0.280127 167.396C0.723405 166.965 0.763423 166.516 0.754188 165.977C0.735718 164.807 0.720327 163.634 0.763423 162.461C0.778815 162.021 0.831146 161.458 1.09588 161.184C1.54532 160.728 1.58533 160.377 1.4191 159.78C1.27135 159.235 1.38524 158.62 1.38832 158.035C1.38832 157.884 1.35754 157.628 1.43757 157.585C2.32413 157.093 1.97012 156.099 2.30566 155.375C2.62888 154.676 3.10295 153.922 2.96134 153.106C2.85668 152.466 3.75247 152.851 3.64473 152.269C3.57701 151.921 3.64781 151.54 3.68167 151.179C3.68783 151.13 3.89407 151.124 3.93717 151.053C4.26963 150.548 5.0977 150.358 4.91607 149.502C4.80218 149 5.44862 149.268 5.52558 148.988C5.81494 147.941 6.7292 147.094 6.52296 145.875C6.48602 145.663 6.62146 145.328 6.79385 145.211C7.01857 145.047 7.36642 145.063 7.64039 144.955C7.9082 144.853 7.65886 144.392 8.15447 144.315C9.24111 144.142 10.2631 143.825 11.1681 143.087C11.8885 142.514 12.8612 142.271 13.64 141.757C14.0864 141.461 14.5143 141.532 14.9575 141.443C15.3731 141.36 16.0934 141.877 16.1766 140.935C16.1858 140.882 16.5521 140.827 16.7491 140.824C18.5099 140.818 20.2677 140.818 22.1608 140.818\" fill=\"white\"><\/path><path d=\"M107.923 19.7872C107.8 19.3286 108.249 18.6421 107.372 18.5682C107.224 17.9033 107.049 17.2384 107.732 16.7305C108.653 17.303 108.689 18.3158 108.985 19.2701H109.801C111.038 20.209 110.773 21.391 110.789 22.5116C110.798 23.5582 110.789 24.6017 110.789 25.8484C110.241 25.5375 109.745 25.4052 109.551 25.0912C109.373 24.8111 108.831 24.3832 109.462 23.906C109.616 23.7891 109.484 23.3027 109.484 22.9733C109.185 22.7763 108.853 22.567 108.526 22.3515C108.843 21.8867 109.127 21.4711 109.444 21.0063C108.985 20.5938 108.828 19.7288 107.923 19.7872Z\" fill=\"white\"><\/path><path d=\"M106.295 8.96402C106.406 9.1364 106.495 9.33034 106.637 9.47194C106.772 9.59507 106.963 9.65664 107.209 9.78901V12.0423C107.665 12.2147 108.068 12.3656 108.475 12.5226C108.45 12.6857 108.465 12.7781 108.428 12.8242C108.262 13.0243 107.979 13.1905 107.93 13.4122C107.831 13.8678 108.111 14.4742 107.336 14.5666C107.302 15.1391 107.268 15.7086 107.231 16.2843C106.898 16.4566 106.628 16.4997 106.628 15.9918C106.621 14.5666 106.628 13.1444 106.628 11.7099C106.418 11.6298 106.237 11.5621 106.037 11.4944C106.083 11.1373 106.732 11.3959 106.649 10.8633C106.594 10.5063 106.554 10.3554 106.154 10.2477C105.99 10.2015 106.012 9.52735 105.947 9.14256C106.058 9.07791 106.178 9.02558 106.289 8.96094\" fill=\"white\"><\/path><path d=\"M222.503 6.15959C222.949 6.63981 223.199 6.90762 223.59 7.32935C223.014 7.38784 222.626 7.42786 222.266 7.45864C222.198 7.31088 222.124 7.23085 222.118 7.13542C222.106 6.76294 222.109 6.39046 222.112 6.01799C222.112 5.86099 223.014 4.87901 223.159 4.87285C223.63 4.8667 224.098 4.87285 224.553 4.87285C224.735 5.28535 224.719 5.43926 224.239 5.54393C223.765 5.64551 224.412 5.85176 224.23 6.15343H222.503V6.15959Z\" fill=\"white\"><\/path><path d=\"M66.3001 197.72H64.724C64.724 197.397 64.8071 197.015 64.7117 196.692C64.4746 195.926 65.4258 195.846 65.4905 195.264C65.4905 195.248 65.866 195.218 65.8876 195.27C66.02 195.593 66.1431 195.91 66.5648 195.926C66.5494 196.107 66.5494 196.44 66.5033 196.443C65.7768 196.541 65.9122 196.84 66.2693 197.243C66.3493 197.332 66.2939 197.526 66.3032 197.717\" fill=\"white\"><\/path><path d=\"M34.0623 118.737C33.9453 118.263 33.6867 117.779 33.736 117.324C33.7944 116.693 33.1819 116.979 33.0156 116.557C33.5451 116.086 33.5944 115.153 34.5733 114.836C34.7087 115.514 34.8011 116.175 34.5733 116.711C34.3947 117.102 34.3732 117.25 34.5763 117.625C34.7087 117.859 34.4009 118.333 34.29 118.697C34.2162 118.712 34.1423 118.727 34.0653 118.743\" fill=\"white\"><\/path><path d=\"M66.0198 163.594C65.869 164.434 65.7243 165.213 65.5734 166.05H64.8008V163.594H66.0198Z\" fill=\"white\"><\/path><path d=\"M506.556 250.292C506.467 250.523 506.531 250.911 506.374 251.123C505.943 251.702 505.903 251.677 506.467 252.028L506.353 252.142C505.922 252.539 505.626 251.646 505.125 252.043C504.795 252.305 504.278 252.308 503.872 252.49C503.742 252.548 503.733 252.85 503.598 252.942C503.465 253.035 503.096 253.071 503.087 253.041C502.856 252.357 502.296 252.216 501.695 252.157C501.077 252.099 500.393 252.093 499.922 252.52C499.651 252.767 499.793 253.567 499.525 253.706C499.094 253.936 498.996 254.783 498.208 254.349V255.429C497.992 255.802 497.333 255.593 497.506 256.202C497.672 256.787 496.65 256.572 496.822 257.175C496.625 257.215 496.428 257.264 496.231 257.289C496.074 257.307 495.819 257.23 495.76 257.304C495.062 258.292 494.03 257.849 493.125 257.932C492.765 257.966 492.408 257.938 491.98 257.938C492.063 257.643 492.06 257.418 492.146 257.372C493.119 256.87 494.2 256.565 495.015 255.771C495.049 255.737 495.108 255.682 495.145 255.691C496.299 256.002 496.496 254.712 497.278 254.395C497.386 254.352 497.484 254.174 497.5 254.047C497.549 253.619 497.312 253.05 498.078 253.031C498.112 252.564 498.152 252.102 498.195 251.588C498.325 251.554 498.469 251.529 498.639 251.489C498.679 251.431 498.786 251.348 498.786 251.268C498.796 250.098 498.792 248.928 498.792 247.783C498.546 247.691 498.365 247.626 498.189 247.561C498.14 245.842 497.914 244.877 497.512 244.668C497.512 244.221 497.537 243.701 497.503 243.184C497.472 242.781 497.798 242.168 496.982 242.137C496.942 242.137 496.865 242.057 496.875 242.033C497.229 240.878 496.065 240.038 496.225 238.924C496.231 238.868 496.241 238.81 496.219 238.767C495.757 237.652 495.286 236.544 495.262 235.313C494.141 234.953 494.806 234.017 494.551 233.278C493.618 232.825 494.107 231.846 493.926 231.021C493.796 230.991 493.655 230.957 493.39 230.895V228.522C493.091 228.408 492.897 228.346 492.725 228.282C492.688 226.995 492.462 226.245 492.048 226.032V225.028C492.048 224.816 492.131 224.474 492.032 224.409C491.38 223.966 491.488 223.23 491.266 222.621C491.001 221.873 490.613 221.155 490.475 220.389C490.386 219.853 490.235 219.447 489.955 218.979C489.684 218.542 489.807 217.865 489.748 217.234C489.619 217.191 489.434 217.126 489.157 217.034V215.03C487.954 214.7 488.834 213.672 488.311 212.995C488.335 213.001 488.188 212.964 487.923 212.902C487.908 212.505 487.868 212.044 487.874 211.591C487.874 211.16 487.908 210.735 487.47 210.464C487.378 210.406 487.24 210.301 487.249 210.243C487.51 208.734 485.907 207.679 486.261 206.149C485.586 205.348 485.71 204.231 485.18 203.391C484.965 203.052 484.909 202.873 485.199 202.593C485.63 202.181 485.066 201.827 484.934 201.673C484.423 201.063 484.26 200.42 484.318 199.66C484.349 199.306 484.349 198.908 484.226 198.582C484.143 198.382 483.552 198.542 483.684 198.028C482.911 197.508 482.431 196.877 482.348 195.861C482.314 195.408 481.772 194.987 481.646 194.402C481.523 193.817 481.086 193.291 481.969 192.961C482.043 192.93 482.099 192.672 482.074 192.539C481.868 191.561 481.868 190.514 481.166 189.71C480.951 189.47 480.794 189.264 480.781 188.895C480.75 188.039 481.12 187.051 480.156 186.429V184.154C479.975 184.089 479.787 184.022 479.541 183.942V182.292C479.276 182.125 478.913 182.021 478.897 181.879C478.83 181.251 478.867 180.608 478.867 179.934C478.685 179.894 478.543 179.869 478.272 179.811C478.257 179.457 478.242 179.05 478.217 178.641C478.208 178.441 478.257 178.114 478.149 178.041C477.293 177.471 477.558 176.606 477.598 175.858C477.672 174.384 477.426 172.964 477.127 171.471C476.376 173.423 476.395 175.442 476.69 177.333C477.02 179.457 476.856 181.534 476.915 183.637C476.955 185.047 477.491 186.414 477.263 187.839C477.195 188.236 477.22 188.611 477.013 189.027C476.841 189.381 476.699 189.911 476.881 190.511C477.112 191.259 477.078 192.173 476.567 192.903C476.188 193.444 476.198 193.9 476.567 194.445C476.915 194.965 476.986 195.584 476.939 196.218C476.909 196.747 476.921 197.283 476.939 197.825C476.979 198.813 476.933 199.78 476.509 200.694C476.459 200.799 476.401 200.999 476.441 201.023C477.106 201.46 476.933 202.135 476.933 202.753C476.943 204.145 476.918 205.536 476.949 206.924C476.973 207.971 476.398 208.938 476.613 210.006C477.241 213.096 476.869 216.233 476.924 219.348C476.989 222.504 476.939 225.668 476.939 228.824C476.939 231.979 476.958 235.143 476.924 238.299C476.918 238.899 477.186 239.545 476.659 240.127C476.542 240.26 476.909 240.752 476.924 241.091C476.967 241.833 476.967 242.584 476.933 243.338C476.878 244.535 477.047 245.68 477.503 246.798C477.617 247.069 477.571 247.417 477.577 247.728C477.586 248.525 477.583 249.319 477.583 250.101C477.814 250.193 477.995 250.273 478.177 250.341C478.414 250.935 477.921 251.751 478.728 252.173C478.771 252.265 478.857 252.348 478.867 252.437C478.907 252.856 478.925 253.272 478.956 253.69C479.639 253.441 479.344 254.389 479.91 254.457C480.239 254.5 480.51 255.072 480.8 255.414C480.858 255.482 480.923 255.663 480.938 255.66C481.603 255.42 481.671 256.162 482.077 256.353C482.299 256.458 482.388 256.864 482.607 256.953C482.881 257.061 483.235 256.978 483.555 256.978H484.297C484.312 257.276 484.327 257.572 484.34 257.951C483.444 257.858 482.57 258.249 481.936 257.35C481.837 257.221 481.425 257.341 481.175 257.292C480.575 257.184 479.889 257.59 479.365 256.996C479.341 256.966 479.248 256.956 479.217 256.981C478.165 257.831 477.684 256.784 477.016 256.338C476.933 256.282 476.816 256.304 476.721 256.27C476.681 256.254 476.653 256.196 476.616 256.156C476.345 255.817 477.558 255.291 476.376 254.98C476.327 255.426 476.287 255.827 476.244 256.251C474.581 256.522 472.99 256.316 471.398 255.426C471.836 255.014 472.282 254.592 472.815 254.084C472.608 253.795 472.43 253.324 472.097 253.152C471.472 252.822 472.014 252.271 471.645 251.825C471.334 252.139 471.066 252.536 470.697 252.745C470.253 252.985 470.921 253.856 469.936 253.752V251.517C469.515 251.517 469.185 251.449 468.908 251.532C468.548 251.637 468.068 251.699 468.539 252.342C468.763 252.641 468.579 253.247 468.579 253.733H467.985V251.622C466.864 251.631 467.554 250.64 467.138 250.206C466.47 250.273 466.461 250.889 466.362 251.301C466.248 251.806 466.221 252.397 466.362 252.89C466.578 253.623 465.753 253.69 465.664 254.207C465.654 254.3 465.334 254.355 465.146 254.398C465.042 254.429 464.934 254.404 464.832 254.404H463.25C463.05 253.779 462.758 253.466 462.148 253.936C462.807 254.94 462.982 255.032 464.374 255.149V256.227C463.192 256.336 462.087 255.931 461.058 255.014C460.991 255.146 460.852 255.3 460.883 255.386C461.179 256.211 460.427 256.63 460.043 256.904C459.556 257.249 458.848 256.944 458.479 256.313C458.248 256.544 458.06 256.735 457.682 257.104C457.558 256.889 457.466 256.648 457.287 256.47C457.161 256.341 456.933 256.307 456.678 256.205C456.82 255.189 456.619 254.201 455.976 253.37C456.262 253.145 456.635 252.991 456.66 252.794C456.783 252.037 457.029 251.483 457.897 251.412C457.931 251.406 457.952 251.141 458.014 250.818C457.469 251.024 456.804 250.412 456.613 251.403C456.607 251.434 456.269 251.394 456.087 251.388C456.176 250.867 455.65 250.941 455.419 250.72V249.079C455.046 248.971 454.677 248.857 454.209 248.71C453.871 248.839 453.59 249.301 453.824 249.615C454.514 250.523 453.769 251.114 453.477 251.806C453.615 252.813 454.582 252.283 455.256 252.69C454.779 252.764 454.483 252.813 454.225 252.856C454.074 253.995 453.926 255.115 453.778 256.236C453.227 256.378 452.805 256.301 452.288 256.061C451.876 255.873 451.928 255.688 451.851 255.402C451.796 255.22 451.546 255.097 451.226 254.798C451.226 254.38 451.226 253.752 450.912 251.692C450.583 251.723 450.706 251.674 451.174 252.819C451.423 253.429 451.605 252.985 451.873 253.035C451.873 252.748 451.805 252.465 451.888 252.234C451.987 251.96 452.298 251.748 452.359 251.477C452.458 251.104 452.442 250.692 452.393 250.301C452.384 250.212 452.048 250.162 451.873 250.104C451.873 248.417 451.888 246.767 451.864 245.117C451.854 244.6 451.534 244.695 451.229 244.917C451.229 246.518 451.205 248.115 451.245 249.707C451.254 250.153 451.072 250.258 450.915 251.692C450.857 253.118 450.484 253.118 449.998 253.118C449.98 253.512 449.958 253.909 449.94 254.278C450.697 254.601 450.632 254.589 450.235 255.063C449.9 255.46 449.247 255.623 449.272 256.347C449.281 256.553 448.911 256.802 448.677 256.966C448.268 257.255 447.852 257.56 447.394 257.732C446.923 257.908 446.396 257.929 445.827 258.031C445.808 258.114 445.784 258.262 445.722 258.492H444.232C443.764 258.08 444.851 257.809 444.362 257.283C444.106 257.018 443.983 256.648 443.57 256.501C443.478 256.461 443.527 256.03 443.506 255.719H445.608C445.929 254.854 446.704 254.448 447.224 253.823C448.163 252.687 448.262 252.767 448.339 251.563C448.348 251.363 448.308 251.092 448.422 250.963C449.164 250.116 448.976 249.11 448.973 248.137C448.964 245.071 449.441 242.03 449.321 238.951C449.207 235.904 449.302 232.847 449.287 229.796C449.287 229.412 449.533 229.098 449.576 228.799C449.669 228.14 449.533 227.448 449.469 226.773C449.438 226.475 449.419 226.145 449.281 225.893C449.059 225.462 449.767 225.16 449.361 224.665C449.213 224.483 449.478 223.914 449.632 223.553C449.804 223.141 450.174 222.812 449.647 222.341C449.484 222.202 449.672 221.722 449.613 221.411C449.496 220.795 449.887 220.241 449.669 219.573C449.462 218.945 449.626 218.191 449.626 217.498C449.626 216.806 449.65 216.104 449.616 215.405C449.592 214.959 449.798 214.466 449.342 214.063C449.21 213.946 449.21 213.497 449.324 213.297C449.86 212.358 449.598 211.345 449.613 210.369C449.653 207.805 449.607 205.234 449.644 202.658C449.653 202.064 449.358 201.387 449.93 200.876C449.385 200.408 449.561 199.755 449.656 199.238C450.3 195.645 449.798 192.035 449.936 188.442C449.967 187.734 450.143 186.977 449.641 186.318C449.561 186.21 449.576 185.983 449.641 185.847C450.201 184.554 449.813 183.16 450.001 181.852C450.192 181.796 450.337 181.762 450.506 181.719C450.497 181.651 450.515 181.544 450.475 181.498C450.186 181.199 449.93 180.937 449.924 180.432C449.909 179.623 449.693 178.81 449.638 177.994C449.582 177.194 449.653 176.381 449.619 175.581C449.601 175.208 449.281 174.716 449.429 174.491C449.669 174.128 449.595 173.789 449.626 173.438C449.666 173.035 449.558 172.632 449.921 172.263C450.087 172.096 449.952 171.647 449.952 171.324C449.952 169.397 449.958 167.467 449.946 165.536C449.94 165.093 450.103 164.588 449.65 164.24C450.112 163.945 449.9 163.48 449.949 163.077C450.072 162.252 449.629 161.488 449.9 160.599C450.146 159.765 449.949 158.792 449.949 157.881C449.949 156.969 449.989 156.058 449.933 155.147C449.9 154.587 450.057 154.036 449.801 153.442C449.635 153.045 450.232 152.454 449.65 151.992C449.607 151.952 449.921 151.573 449.936 151.342C449.98 150.708 449.952 150.071 449.952 149.391C449.776 149.351 449.632 149.323 449.367 149.261C449.352 149.074 449.312 148.83 449.312 148.578C449.296 147.507 449.278 147.522 448.674 146.297C448.17 145.26 447.489 144.293 447.662 143C447.726 142.538 447.184 142.009 447.96 141.412C447.335 141.332 446.954 141.282 446.486 141.224V140.054C447.169 139.814 447.963 140.267 448.597 139.685C448.696 139.586 449.007 139.669 449.201 139.725C450.444 140.063 450.426 139.956 452.02 139.719C453.28 139.537 454.582 139.675 455.862 139.663C456.466 140.414 457.06 139.58 457.685 139.62C459.661 139.743 461.64 139.663 463.644 139.663C463.712 139.854 463.783 140.042 463.844 140.23C463.943 140.254 464.075 140.334 464.131 140.297C464.879 139.777 465.688 139.611 466.602 139.648C468.046 139.706 469.493 139.663 470.943 139.663C471.205 139.663 471.479 139.639 471.743 139.669C472.839 139.799 472.839 139.802 473.587 139.358C473.775 139.549 473.966 139.737 474.083 139.863C474.957 139.789 475.764 139.651 476.564 139.682C477.38 139.715 478.18 139.54 479.036 139.906C479.615 140.146 480.43 139.986 481.178 139.826C482.17 139.611 483.247 139.752 484.287 139.783C484.632 139.792 484.977 139.965 485.319 139.971C486.498 139.996 487.677 140.005 488.853 139.971C489.462 139.956 490.121 140.177 490.66 139.675C490.749 139.592 490.974 139.642 491.131 139.666C491.617 139.74 492.236 140.063 492.55 139.872C493.085 139.549 493.572 139.715 494.076 139.672C494.606 139.629 495.142 139.663 495.748 139.663C496.068 140.026 496.422 140.423 496.77 140.808C496.558 141.119 496.302 141.486 496.004 141.913H495.138C494.711 141.913 494.255 142.003 493.855 141.895C493.187 141.707 493.482 142.621 493.021 142.548C492.47 142.455 492.839 143.462 492.196 143.2C492.116 143.554 492.048 143.902 491.949 144.37C491.663 144.502 491.272 144.684 490.752 144.936C490.752 145.152 490.669 145.49 490.783 145.752C490.872 145.974 491.186 146.1 491.423 146.294C491.075 147.094 490.795 147.91 491.324 148.772C491.448 148.972 491.389 149.289 491.398 149.548C491.423 150.52 491.241 151.518 491.999 152.358C492.162 152.54 491.989 152.986 492.066 153.288C492.097 153.411 492.386 153.46 492.685 153.611C492.685 154.097 492.645 154.673 492.694 155.249C492.728 155.692 492.356 156.354 493.23 156.462C493.279 156.468 493.313 156.732 493.319 156.883C493.335 157.311 493.325 157.739 493.325 158.084C494.56 158.906 493.649 160.134 494.052 161.082C494.215 161.187 494.581 161.307 494.581 161.436C494.597 162.738 495.265 163.849 495.573 165.056C495.69 165.487 496.438 165.518 496.241 166.211C496.111 166.657 496.231 167.168 496.21 167.651C496.191 168.144 496.253 168.556 496.665 168.923C496.847 169.086 496.755 169.517 496.872 169.788C496.976 170.018 497.207 170.191 497.466 170.474C497.503 171.638 497.725 172.324 498.134 172.533C498.149 173.417 498.134 174.356 498.734 175.236C499.03 175.679 498.802 176.483 498.808 177.123C499.516 177.397 499.239 178.259 499.713 178.672C499.54 179.604 500.141 180.337 500.439 181.103C500.87 182.239 501.117 183.344 501.018 184.567C501.215 184.61 501.357 184.64 501.544 184.684C502.099 185.17 501.114 186.232 502.271 186.678C502.674 187.023 501.803 188.011 502.961 188.251V189.292C502.961 189.504 502.877 189.843 502.976 189.917C504.072 190.717 503.395 191.896 503.619 192.721C503.884 192.995 504.213 193.189 504.22 193.389C504.244 194.1 504.49 194.66 504.961 195.193C505.137 195.393 505.235 195.772 505.192 196.039C505.06 196.889 505.026 196.886 505.845 197.308V200.26C506.085 200.358 506.267 200.432 506.51 200.531V202.532C506.75 202.621 506.938 202.689 507.144 202.763C507.144 203.258 507.119 203.741 507.15 204.212C507.169 204.459 507.199 204.803 507.356 204.914C507.833 205.259 507.784 205.721 507.787 206.198C507.787 206.497 507.673 206.872 508.218 206.841C508.277 206.835 508.425 207.072 508.415 207.189C508.311 208.547 508.735 209.803 509.034 211.105C509.32 212.364 509.314 213.678 509.443 215.03C509.64 215.128 509.89 215.267 510.29 215.473C510.407 215.224 510.659 214.931 510.653 214.651C510.644 213.992 510.884 213.29 510.373 212.675C510.244 212.512 510.256 212.09 510.373 211.899C511.013 210.852 510.545 209.726 510.659 208.645C510.69 208.38 510.484 208.085 510.348 207.82C509.976 207.048 509.822 206.281 510.244 205.462C510.352 205.25 510.425 204.92 510.336 204.714C509.782 203.387 510.136 202.011 510.031 200.666C509.982 200.063 510.204 199.423 509.727 198.859C509.597 198.696 509.597 198.25 509.727 198.083C510.231 197.465 510.022 196.772 510.022 196.113C510.041 190.492 510.038 184.871 510.022 179.244C510.022 178.749 510.078 178.265 509.785 177.736C509.548 177.305 509.653 176.572 509.841 176.061C510.004 175.63 510.111 175.335 509.825 174.935C509.736 174.821 509.761 174.528 509.856 174.408C510.044 174.168 510.087 174.011 509.89 173.731C509.422 173.032 509.801 172.361 510.031 171.693C509.49 171.05 509.594 170.286 509.844 169.631C509.985 169.267 510.019 168.938 510.025 168.59C510.041 166.663 510.034 164.733 510.031 162.806C510.025 162.397 510.007 162.033 509.761 161.627C509.597 161.347 510.041 160.771 510.01 160.343C509.921 159.155 510.345 157.927 509.72 156.772C509.677 156.692 509.859 156.511 509.871 156.369C509.911 155.867 510.121 155.249 509.905 154.879C509.56 154.288 509.6 153.645 509.764 153.214C509.988 152.629 509.871 152.201 509.724 151.696C510.324 151.185 509.945 150.496 510.013 149.899C510.081 149.32 510.028 148.729 510.028 148.209C509.754 148.027 509.533 147.879 509.145 147.624C509.942 147.245 510.57 147.451 511.318 147.337C511.161 147.858 511.82 148.507 510.675 148.723C510.675 149.151 510.866 149.788 510.635 150.049C510.164 150.567 510.807 150.847 510.699 151.268C510.586 151.721 510.675 152.223 510.675 152.906C511.01 152.62 511.226 152.312 511.506 152.223C511.845 152.118 512.242 152.204 512.617 152.204H513.889C513.889 151.626 513.725 150.985 513.932 150.505C514.147 149.976 514.409 149.591 513.892 149.144C514.079 148.954 514.264 148.766 514.378 148.658C514.313 148.107 514.227 147.621 514.212 147.134C514.181 145.98 514.196 145.98 513.495 145.059C513.618 144.93 513.756 144.785 513.892 144.641C514.039 144.49 514.19 144.342 514.372 144.164C514.661 144.511 514.951 144.856 515.418 145.423V143.2C515.095 143.2 514.778 143.157 514.473 143.216C514.169 143.274 513.79 142.954 513.535 143.496C513.279 144.022 512.586 144.293 512.596 145.01C512.602 145.586 512.596 146.155 512.596 146.672C511.789 146.919 511.992 145.832 511.358 145.986C511.294 145.543 511.377 145.032 510.73 144.835V146.654H508.745C509.271 146.242 509.659 146.075 509.825 145.78C510.013 145.457 510.007 145.013 510.09 144.57C509.841 144.53 509.613 144.564 509.554 144.478C509.136 143.868 508.538 143.791 507.88 143.844C507.775 143.853 507.664 143.85 507.56 143.85C506.999 143.844 507.005 143.844 506.242 143.206C505.722 142.769 505.254 142.283 504.866 141.698C504.497 141.147 504.124 140.47 503.244 140.636C502.64 140.75 502.166 140.405 501.637 140.14C502.973 139.374 504.392 139.611 505.765 139.811C506.143 139.866 506.556 139.977 506.953 139.986C508.388 140.005 509.819 139.993 511.257 140.1C510.622 140.374 510.17 140.848 509.256 140.46C508.406 140.1 507.279 140.347 506.282 140.377C506.119 140.383 505.962 140.624 505.639 140.882C506.143 141.055 506.473 141.285 506.793 141.261C507.981 141.168 509.206 141.584 510.361 140.971C510.567 140.867 510.896 140.928 511.152 140.971C511.903 141.122 511.9 141.138 512.694 140.565C512.42 140.408 512.192 140.276 511.838 140.069H521.514C521.532 140.22 521.52 140.476 521.597 140.688C521.735 141.036 521.957 141.304 522.403 141.289C523.047 141.27 523.687 141.282 524.364 141.282C524.423 141.095 524.493 140.913 524.576 140.667C524.706 140.667 524.881 140.608 524.989 140.676C525.629 141.085 526.226 141.649 527.014 140.956C527.824 141.085 528.646 140.756 529.48 141.227C529.927 141.482 530.659 141.39 531.21 141.252C531.814 141.101 532.223 141.787 532.802 141.476C533.239 141.239 533.661 140.959 534.128 140.808C534.864 140.562 535.634 140.353 536.311 141.033C536.468 141.19 536.831 141.332 536.994 141.255C537.564 140.993 538.303 140.876 538.404 140.011C539.633 139.931 540.808 140.085 541.858 140.747C541.633 141.738 540.861 142.378 540.83 143.351C540.83 143.523 540.362 143.828 540.122 143.819C539.315 143.788 538.958 144.478 538.506 144.866C538.121 145.186 538.133 145.968 537.976 146.54C538.743 146.986 538.075 147.507 537.933 147.867C537.678 148.526 537.662 149.163 537.659 149.837C537.653 150.693 537.629 151.552 537.669 152.407C537.699 153.109 537.481 153.691 537.068 154.254C536.4 155.159 536.607 155.901 537.604 156.523C537.512 157.102 537.428 157.65 537.333 158.188C537.293 158.438 537.324 158.773 537.176 158.921C536.271 159.795 536.625 160.774 537.053 161.63C537.315 162.175 537.398 162.477 537.053 163.015C536.862 163.32 536.363 163.856 536.994 164.351C537.124 164.459 537.127 164.976 536.994 165.112C536.557 165.555 536.764 165.884 536.985 166.324C537.108 166.574 537.016 166.949 537.333 167.14C536.668 167.584 537.284 168.368 536.887 168.879C536.474 169.406 536.797 170.015 536.69 170.569C537.379 171.087 536.659 172.029 537.284 172.583C537.342 172.638 537.216 172.937 537.142 173.109C536.927 173.62 536.773 174.303 537.037 174.707C537.385 175.249 537.327 175.793 537.327 176.357C537.336 180.475 537.333 184.597 537.333 188.725C537.333 189.341 537.339 189.929 537.047 190.532C536.85 190.945 536.486 191.471 536.982 192.047C537.17 192.259 537.013 192.77 537.013 193.149C537.013 196.249 537.028 199.355 537.004 202.461C536.997 203.012 537.142 203.557 536.739 204.132C536.49 204.486 536.49 205.311 536.739 205.665C537.118 206.195 536.985 206.678 537.004 207.18C537.093 209.172 536.948 211.16 537.284 213.161C537.475 214.349 537.078 215.633 537.028 216.877C536.97 218.154 537.059 219.447 536.988 220.731C536.97 221.137 536.69 221.546 536.483 221.928C536.403 222.06 536.197 222.128 536.052 222.233C536.182 222.347 536.314 222.458 536.446 222.578C536.511 222.642 537.025 223.972 536.991 224.043C536.49 225.034 536.742 225.973 536.951 227.01C537.118 227.866 537.311 228.882 536.751 229.787C536.603 230.018 536.647 230.421 536.702 230.72C537.007 232.213 537.007 232.21 536.702 233.672C536.634 234.032 536.579 234.469 536.711 234.783C537.355 236.273 536.859 237.809 537.007 239.318C537.025 239.505 536.973 239.736 536.874 239.896C536.6 240.34 536.702 240.743 536.831 241.214C536.979 241.756 537.151 242.408 536.979 242.895C536.56 244.074 536.542 245.185 537.004 246.339C537.102 246.57 537.037 246.869 537.019 247.136C536.93 248.297 536.97 248.275 537.324 249.15C537.647 249.935 538.026 250.707 538.001 251.612C537.992 252.105 538.13 252.619 538.324 253.078C538.512 253.533 538.841 253.933 539.131 254.386C539.476 254.574 540.227 253.973 540.301 254.915C540.301 254.931 540.728 254.995 540.812 254.906C541.082 254.617 541.249 254.238 541.523 253.958C541.901 253.561 542.357 253.736 542.966 253.9C542.388 254.771 541.935 255.62 541.304 256.313C540.882 256.784 540.867 257.236 540.876 257.815C541.717 257.834 542.218 258.468 543 258.911C542.375 259.391 541.83 259.123 541.319 259.231C541.252 259.031 541.196 258.68 541.122 258.68C540.168 258.622 539.86 257.689 539.18 257.264C539.051 257.184 539.023 256.944 538.943 256.778C538.811 256.507 538.678 256.236 538.534 255.968C538.078 256.255 537.754 256.172 537.561 255.719H536.185C536.071 255.91 535.988 256.181 535.812 256.298C535.661 256.396 535.394 256.316 535.178 256.316C534.238 256.328 533.393 256.556 532.642 256.999C532.709 256.556 532.799 256.159 532.823 255.756C532.842 255.417 532.986 254.974 532.343 254.995C532.211 255.002 531.891 253.712 531.866 253.247C532.725 253.05 533.014 252.49 532.799 251.634C531.884 251.529 531.349 251.723 531.29 252.573C531.247 253.207 530.345 252.945 530.582 253.561C530.293 253.626 530.004 253.718 529.708 253.743C529.286 253.767 528.828 253.663 528.431 253.767C528.07 253.866 527.427 253.312 527.341 254.229C527.298 254.635 526.285 254.038 526.387 254.891C526.205 254.909 526.017 254.925 525.836 254.946C526.082 254.26 525.118 254.561 525.075 253.983C525.051 253.638 524.57 253.638 524.53 254.026C524.475 254.571 523.425 254.241 523.822 255.014C523.998 255.362 524.047 255.78 524.152 256.165C523.32 256.882 523.05 255.58 522.391 255.673C522.249 254.857 521.615 255.045 521.083 255.029C520.827 255.023 520.578 255.029 520.03 255.029C520.501 255.522 520.756 255.796 521.12 256.168C520.328 256.298 519.71 256.405 519.045 256.513C519.029 256.316 519.005 256.061 518.977 255.74H516.81C516.397 255.928 517.262 256.926 516.17 256.978C516.151 256.664 516.139 256.362 516.114 256.057C516.071 255.38 515.465 254.675 514.757 254.367C514.575 254.287 514.495 253.983 514.338 253.739C514.15 254.143 513.969 254.524 513.759 254.977H510.699C510.681 254.632 510.669 254.235 510.641 253.61C510.961 253.816 511.137 253.909 511.293 254.029C511.45 254.158 511.583 254.303 511.878 254.583V253.152C511.334 253.127 510.724 253.093 510.13 253.062C509.942 252.831 510.096 252.385 509.579 252.444C509.216 252.484 508.92 252.487 509.086 253.035H507.125V250.209C506.87 250.209 506.673 250.209 506.525 250.276C506.033 248.943 507.415 248.639 507.892 247.687C506.996 247.623 506.251 247.583 505.552 247.703C505.362 248.229 506.147 248.476 505.633 249.054C505.392 249.325 505.666 250.058 506.528 250.276M472.762 155.741H470.518C470.518 154.993 470.512 154.359 470.518 153.722C470.524 152.891 471.192 152.223 472.011 152.213C472.433 152.207 472.861 152.213 473.239 152.213C473.396 152.454 473.6 152.838 473.636 152.829C474.384 152.524 474.609 153.448 475.12 153.469C475.967 153.503 476.549 153.922 477.232 154.541C477.361 154.162 477.555 153.839 477.567 153.509C477.601 152.118 477.577 150.727 477.586 149.332C477.586 149.107 477.66 148.886 477.703 148.63C478.331 148.797 478.657 148.92 478.245 149.563C477.817 150.249 479.027 150.225 478.937 150.834C479.334 150.819 479.735 150.804 480.126 150.791C480.086 150.034 480.655 150.336 481.015 150.29C481.277 150.259 481.569 150.348 481.812 150.265C482.037 150.191 482.216 149.969 482.379 149.843C482.191 149.523 482.031 149.24 481.828 148.88C481.582 149.067 481.425 149.184 481.268 149.301C480.732 148.544 480.692 147.704 480.883 146.703H483.093V145.577C483.441 146.097 483.647 146.411 483.835 146.697H484.891C485.063 146.285 485.152 145.872 485.377 145.558C486.085 144.585 486.03 144.65 485.451 143.785C485.263 143.505 484.537 143.037 485.196 142.468C485.211 142.452 484.965 142.08 484.783 141.95C484.715 141.907 484.346 142.117 484.352 142.19C484.386 142.717 483.786 142.446 483.718 142.717C483.65 143.015 483.733 143.36 483.669 143.665C483.638 143.773 483.358 143.828 483.044 143.976V141.913C482.527 141.947 482.139 141.978 481.505 142.021C482.096 142.646 482.838 143.059 482.228 143.877C481.914 143.773 481.422 143.465 481.295 143.582C480.701 144.087 480.116 143.763 479.467 143.844V142.609C478.799 142.578 478.183 142.551 477.454 142.517C477.758 141.892 477.998 141.402 478.269 140.854C478.078 140.707 477.875 140.55 477.7 140.411C477.611 140.661 477.558 141.03 477.37 141.31C477.149 141.639 476.81 141.901 476.475 142.24C476.912 142.56 477.247 142.8 477.601 143.055C477.096 143.246 476.681 143.403 476.21 143.582C476.656 144.059 477.001 144.438 477.306 144.758C477.032 145.22 476.838 145.574 476.613 145.903C476.425 146.174 475.576 146.192 475.33 145.946C475.33 145.527 475.336 145.099 475.323 144.675C475.323 144.641 475.265 144.601 475.173 144.493C474.868 144.512 474.421 144.41 474.169 144.585C473.683 144.93 473.372 144.65 472.931 144.585C472.107 144.456 472.682 143.739 472.316 143.557C471.74 143.868 471.515 144.779 470.497 144.398V143.145C469.687 143.391 468.816 142.815 468.271 143.77C468.591 143.976 468.896 144.173 469.311 144.444C468.736 144.493 468.333 144.533 467.991 144.561V146.051C468.443 146.1 468.84 146.143 469.213 146.189C469.311 146.906 468.363 146.725 468.403 147.384C468.422 147.698 468.286 147.707 468.813 148.75H469.853C469.795 149.329 469.921 149.723 470.601 149.812C470.336 149.905 470.155 149.969 469.85 150.068V151.453C468.81 151.906 469.373 152.604 469.256 153.094C469.527 153.186 469.669 153.235 469.807 153.282C469.632 153.399 469.453 153.513 469.228 153.66C469.228 154.205 469.219 154.79 469.228 155.375C469.238 155.686 469.17 156.181 469.327 156.271C469.641 156.446 469.838 156.625 469.995 156.954C470.053 157.077 470.481 157.043 470.737 157.034C471.34 157.003 471.645 157.206 471.823 157.859C472.26 159.451 472.491 159.515 474 158.838V157.093C473.553 157.043 473.153 157.003 472.762 156.963V155.704H473.987C474.024 154.951 473.67 154.119 472.925 153.208C472.547 153.448 472.165 153.685 471.697 153.983C472.107 154.239 472.433 154.439 472.762 154.645V155.747V155.741ZM465.057 147.445H463.49C463.201 148.433 462.924 149.366 462.635 150.36C462.197 150.139 461.853 149.966 461.52 149.794C461.52 149.655 461.536 149.548 461.514 149.446C461.483 149.304 461.425 149.16 461.376 149.018C461.209 149.086 460.981 149.101 460.883 149.218C460.224 149.976 460.233 149.985 460.23 150.844C460.224 151.262 460.23 151.684 460.23 152.213H458.774L458.032 152.955V154.381C458.411 154.522 458.731 154.75 459.061 154.75C459.415 154.75 459.769 154.55 460.113 154.439C460.23 154.848 460.227 155.224 460.412 155.396C460.649 155.609 461.037 155.652 461.36 155.769C461.557 155.366 461.729 155.012 461.97 154.507C461.329 154.307 460.784 154.134 460.246 153.965C460.507 153.814 460.757 153.836 461.003 153.802C461.178 153.771 461.489 153.663 461.496 153.586C461.545 152.82 462.327 152.937 462.767 152.435C462.949 152.724 463.121 152.995 463.161 153.054C464.124 152.937 464.872 152.841 465.624 152.758C465.873 152.1 465.58 151.736 465.073 151.29C464.34 150.631 464.414 150.557 464.411 149.689V148.76C465.122 148.686 465.408 148.529 466.288 147.753C466.082 147.168 465.916 146.602 465.679 146.063C465.621 145.912 465.359 145.851 465.06 145.666V147.439L465.057 147.445ZM523.628 143.025C522.954 143.748 522.508 144.225 521.991 144.773C520.953 144.789 520.639 144.644 520.196 143.899H517.478C517.447 144.198 517.453 144.656 517.379 144.672C516.594 144.81 516.828 145.398 516.779 145.872C516.77 145.955 516.665 146.029 516.573 146.152C516.277 146.02 515.973 145.878 515.699 145.758C515.314 146.078 515.797 146.823 514.975 146.836C514.778 146.836 514.8 147.205 515.098 147.405C515.723 147.824 516.336 148.286 516.151 149.203C516.096 149.465 516.157 149.738 516.136 150.003C516.13 150.092 516.046 150.176 516.003 150.265C515.526 150.299 515.292 150.456 515.615 150.874H516.711C516.927 150.373 516.471 149.646 517.389 149.48C517.619 149.437 517.832 148.95 517.943 148.624C518.075 148.252 518.081 147.833 518.149 147.39H518.959C519.072 147.39 519.174 147.374 519.282 147.396C519.802 147.485 519.546 146.876 519.808 146.802C520.144 146.697 520.519 146.719 520.873 146.663C520.916 146.654 520.904 146.451 520.963 146.392C521.307 146.078 521.59 145.715 521.886 145.361C521.994 145.238 522.314 145.115 522.406 145.186C522.628 145.333 522.72 145.484 523.007 145.226C523.194 145.059 523.573 145.093 524.278 144.961C523.727 144.672 523.447 144.524 523.324 144.459C523.416 143.991 523.487 143.662 523.619 143.028M458.553 147.993C458.891 146.808 457.999 145.721 458.303 144.65C457.959 144.453 457.743 144.339 457.537 144.207C457.331 144.068 457.134 143.92 456.607 143.545C457.069 144.647 456.278 144.441 455.967 144.709C455.465 145.139 455.25 144.238 454.788 144.348C454.659 143.754 455.087 142.982 454.065 142.541C454.351 143.474 453.972 144.139 453.289 144.462C452.67 144.758 451.931 144.785 451.236 144.933C451.236 146.402 451.22 147.842 451.254 149.283C451.254 149.421 451.525 149.557 451.879 149.892C451.879 149.24 451.962 148.855 451.86 148.535C451.63 147.848 452.805 148.196 452.544 147.531C452.535 147.516 452.71 147.384 452.781 147.399C452.919 147.424 453.15 147.516 453.15 147.581C453.144 147.925 453.283 148.107 453.612 148.024C454.215 147.867 454.021 148.501 454.28 148.667C454.859 148.519 455.441 148.372 456.075 148.212C456.044 147.759 456.075 147.282 455.958 146.842C455.902 146.645 455.28 146.817 455.416 146.291L454.132 145.961C454.132 145.844 454.117 145.647 454.132 145.647C454.966 145.534 455.724 144.998 456.549 145.161C456.903 145.447 456.352 146.183 457.149 146.103C457.266 146.525 457.291 147.017 457.521 147.365C457.722 147.661 457.949 148.141 458.553 147.99M532.112 150.89C532.22 150.594 532.278 150.453 532.334 150.305C532.402 150.32 532.466 150.336 532.534 150.345V152.811H534.172V150.884H535.397V149.258C534.88 148.815 534.507 148.353 534.027 148.119C533.596 147.907 532.962 148.07 532.552 147.833C531.752 147.365 531.5 147.239 531.192 147.667C531.398 147.947 531.623 148.252 531.869 148.575C530.961 148.51 531.506 149.859 530.622 149.779V150.89H532.115H532.112ZM534.03 146.106C534.039 146.195 534.048 146.282 534.061 146.371C534.249 146.509 534.43 146.651 534.796 146.937V145.075C535.631 144.598 535.391 144.053 535.4 143.576C534.384 143.388 535.055 144.324 534.535 144.524C533.925 144.278 533.19 144.121 533.03 142.951C532.756 143.757 532.577 144.268 532.42 144.724C531.891 144.413 531.349 144.09 530.764 143.745C530.69 144.33 530.262 144.413 530.004 144.668C529.468 145.198 529.197 144.182 528.741 144.588V145.518C529.145 145.37 529.662 145.072 529.748 145.17C530.373 145.829 531.207 145.176 531.724 145.493C532.048 145.924 531.949 146.694 532.789 146.134C533.076 145.943 533.611 146.103 534.027 146.103M486.698 148.03C487.455 148.03 488.259 147.777 489.111 147.27V144.921C488.105 144.336 487.166 144.321 486.242 145.038C486.384 145.986 486.538 146.943 486.698 148.03ZM531.343 221.294C530.915 222.541 531.878 222.944 532.275 223.43C533.057 223.347 533.658 223.298 534.252 223.218C534.439 223.193 534.769 223.052 534.763 223.027C534.621 222.424 535.455 222.732 535.406 222.353C535.366 221.999 535.726 221.497 535.101 221.288C534.96 221.239 534.162 221.214 533.922 221.288C533.781 221.337 533.559 221.232 533.454 221.312C533.263 221.463 533.131 221.697 532.968 221.897C532.78 221.485 532.595 221.075 532.389 220.62C532.266 220.875 532.174 221.088 532.069 221.294H531.343ZM530.604 163.588C531.352 163.391 531.949 163.228 532.694 163.028C531.977 162.606 531.77 162.098 531.897 161.464C531.915 161.375 531.995 161.291 532.044 161.208H532.629C533.537 160.408 532.654 159.543 532.845 158.718C532.254 158.693 531.854 157.942 531.198 158.518V161.128C530.967 161.208 530.776 161.27 530.604 161.328V163.588ZM511.377 154.556C511.663 154.836 511.897 154.962 511.943 155.147C512.002 155.347 512.048 155.59 511.694 155.772C511.198 156.027 511.275 156.209 511.934 156.508C511.965 157.111 512.002 157.721 512.042 158.315C512.208 158.315 512.266 158.324 512.316 158.315C512.9 158.164 512.454 157.671 512.62 157.394C512.783 157.139 513.042 156.942 513.248 156.72C513.279 156.689 513.273 156.579 513.248 156.563C512.559 156.166 513.116 155.754 513.264 155.384C513.445 154.929 513.71 154.501 513.975 153.999C513.688 153.817 513.464 153.586 513.19 153.513C512.894 153.432 512.553 153.537 512.235 153.479C511.971 153.429 511.731 153.248 511.377 153.082V154.556ZM467.446 176.261L468.08 177.53H469.25C468.911 177.077 468.69 176.572 468.305 176.341C467.751 176.018 467.8 175.427 467.471 175.033C466.101 175.024 466.095 175.015 465.223 175.676C465.1 175.769 465.082 176 464.983 176.261H467.446ZM532.442 213.848C532.903 214.62 533.193 215.341 534.058 215.091C534.519 214.959 535.015 214.737 535.344 214.408C535.532 214.22 535.412 213.724 535.434 213.401C535.015 213.213 534.661 213.053 534.338 212.915C534.048 213.164 534.196 213.7 533.611 213.607C533.297 213.558 532.949 213.737 532.442 213.848ZM465.691 226.601C465.691 227.334 465.716 227.762 465.682 228.183C465.667 228.356 465.55 228.66 465.467 228.663C465.097 228.679 465.045 228.854 465.048 229.175C465.063 229.959 465.048 230.751 465.048 231.696C465.371 231.548 465.648 231.499 465.673 231.391C465.79 230.948 465.411 230.295 466.264 230.187C466.307 230.181 466.405 229.75 466.319 229.612C466.128 229.288 466.239 229.058 466.304 228.737C466.427 228.171 466.362 227.561 466.319 226.973C466.31 226.875 466.033 226.798 465.694 226.601M470.518 206.777C470.731 206.807 470.906 206.86 470.921 206.832C471.094 206.493 471.291 206.158 471.374 205.795C471.414 205.613 471.3 205.302 471.149 205.185C470.589 204.739 470.229 203.985 469.385 203.951C469.007 204.182 469.573 205.022 468.733 204.948C468.693 204.948 468.64 205.213 468.591 205.351C468.763 205.407 469.047 205.551 469.087 205.502C469.712 204.736 470.029 205.773 470.521 205.699V206.777H470.518ZM466.572 197.259C466.405 197.046 466.184 196.757 465.787 196.246C465.713 196.978 465.67 197.415 465.62 197.896H464.506V200.023C465.011 199.518 465.402 199.207 465.685 198.819C466.005 198.376 466.23 197.871 466.575 197.255M456.703 140.824C454.92 140.43 453.076 140.981 451.263 140.294C451.263 140.544 451.208 140.787 451.269 140.814C451.716 141.03 452.116 141.369 452.679 141.301C453.039 141.252 453.406 141.325 453.658 140.978C454.729 141.886 455.674 140.691 456.706 140.827M511.37 191.868C511.925 191.597 512.269 191.425 512.599 191.259C512.599 191.022 512.633 190.634 512.593 190.631C511.761 190.474 511.989 189.834 511.965 189.31C511.955 189.049 511.974 188.781 511.958 188.519C511.952 188.427 511.891 188.338 511.845 188.233H511.367V191.868H511.37ZM466.159 158.644C466.926 158.053 467.751 157.557 467.997 156.458H466.307V157.604C465.845 157.807 465.796 158.154 466.159 158.644ZM500.778 248.349V249.43C501.652 250.172 501.554 248.826 502.123 248.934C502.24 248.309 503.047 248.309 503.284 247.691H501.809C501.616 248.052 501.273 248.271 500.778 248.349Z\" fill=\"white\"><\/path><path d=\"M429.058 236.809C428.646 238.182 428.421 239.624 428.384 241.137C428.252 241.171 428.11 241.211 427.839 241.279C427.821 241.666 427.726 242.134 427.79 242.574C427.883 243.178 427.23 243.292 427.131 243.753C427.048 244.148 427.461 244.791 426.494 244.794C426.494 245.154 426.47 245.517 426.5 245.871C426.58 246.967 426.186 247.974 425.965 249.017C425.718 250.156 425.605 251.302 424.912 252.29C424.838 252.404 424.863 252.604 424.887 252.758C425.112 254.134 424.687 255.476 424.478 256.787C424.296 257.991 424.336 259.176 424.229 260.33C423.955 260.617 423.693 260.881 423.364 261.229C423.019 260.998 422.622 260.81 422.326 260.512C422.046 260.241 421.889 259.847 421.667 259.508C421.593 259.401 421.43 259.213 421.396 259.234C420.673 259.582 420.83 258.409 420.233 258.576C420.07 257.8 419.482 257.908 418.891 257.948C418.826 258.12 418.761 258.308 418.66 258.609C418.266 258.446 417.878 258.295 417.244 258.04C418.14 257.991 417.863 256.984 418.604 256.944C418.672 256.938 418.761 256.584 418.768 256.393C418.786 255.547 418.777 254.703 418.777 253.952C419.075 253.73 419.288 253.579 419.774 253.216H417.589C417.241 253.672 416.847 254.18 416.419 254.734C416.813 255.02 417.25 255.18 417.41 255.491C417.582 255.827 417.573 256.218 418.121 256.233C417.946 256.264 417.767 256.282 417.595 256.325C417.213 256.424 416.773 256.704 416.465 256.596C416.16 256.498 415.988 256.002 415.754 255.673C415.489 255.971 414.954 256.134 415.415 256.67C415.686 256.984 415.64 257.313 415.375 257.661C415.237 257.843 415.258 258.148 415.184 258.496C414.849 258.536 414.452 258.579 414.058 258.619C413.768 259.284 413.655 259.317 413.31 258.843C413.039 258.483 412.774 258.446 412.706 258.813C412.608 259.333 412.275 259.274 412.029 259.185C411.817 259.105 411.691 258.797 411.503 258.56C411.423 258.766 411.361 258.954 411.281 259.176H409.899C409.53 258.379 409.48 258.345 409.148 258.92C408.908 259.333 408.751 259.317 408.495 259.003C408.141 258.572 408.157 258.582 407.843 258.96C407.735 259.083 407.522 259.127 407.362 259.207C407.282 259.025 407.212 258.837 407.113 258.603H401.569C401.437 258.012 400.769 257.886 400.649 257.341C400.642 257.317 400.378 257.347 400.236 257.35C400.341 257.975 399.313 257.797 399.46 258.446C398.373 258.563 397.603 258.2 397.152 257.357C396.582 257.514 396.576 257.972 396.585 258.428C396.493 258.477 396.41 258.566 396.32 258.569C395.249 258.576 394.172 258.554 393.107 258.594C392.95 258.6 392.802 258.883 392.482 259.219H391.306C391.075 258.212 390.275 258.659 389.773 258.6C389.542 258.825 389.363 259.176 389.163 259.191C388.258 259.25 387.353 259.222 386.485 259.222C386.337 258.982 386.211 258.779 386.088 258.579C385.888 258.751 385.685 258.917 385.34 259.222C384.278 259.222 383.001 259.216 381.72 259.222C381.071 259.228 381.07 259.237 380.362 259.865C380.258 259.644 380.156 259.428 380.015 259.117C379.661 259.367 379.35 259.595 379.002 259.844C378.962 259.668 378.934 259.521 378.87 259.219C378.46 259.219 377.995 259.237 377.543 259.21C377.179 259.185 376.638 259.459 376.604 258.708C376.604 258.649 375.939 258.579 375.582 258.6C375.493 258.606 375.416 258.92 375.296 259.16H372.636C372.34 258.582 372.131 258.483 371.854 258.85C371.509 259.317 371.398 259.277 371.097 258.603H369.117C368.96 258.828 368.828 259.025 368.696 259.219C368.545 259.068 368.382 258.92 368.092 258.64H358.279C358.057 258.36 357.891 258.148 357.718 257.932C357.577 258.105 357.432 258.277 357.189 258.576C356.866 258.576 356.309 258.412 355.939 258.616C355.443 258.871 355.228 258.065 354.686 258.477C354.397 258.702 353.787 258.517 353.261 258.517V257.603C352.768 257.732 352.337 257.966 351.965 257.898C351.463 257.806 351.094 258.259 350.571 258.046C350.152 257.88 349.65 257.932 349.065 257.874V256.372C348.81 256.372 348.597 256.307 348.523 256.378C348.253 256.664 347.929 256.642 347.751 256.31C347.686 256.193 347.585 256.094 347.48 256.011C347.07 255.691 346.658 255.383 346.212 255.045C345.387 255.055 344.584 255.376 343.804 256.008C343.441 256.307 343.46 256.362 344.011 256.658C344.085 256.698 344.128 256.787 344.34 257.018C343.49 256.842 342.773 257.258 342.099 256.673C341.951 256.541 341.579 256.642 341.317 256.655C340.584 256.689 339.892 256.599 339.19 256.356C338.781 256.208 338.423 255.928 337.82 256.267C337.368 256.522 336.567 256.162 335.902 256.07V254.531C336.139 254.294 337.328 254.334 337.442 254.663C337.549 254.999 337.672 255.057 337.971 255.051C338.608 255.036 339.255 255.045 339.886 255.045C340.009 255.266 340.147 255.663 340.24 255.654C340.603 255.611 341.154 255.977 341.305 255.383C341.403 254.98 341.659 254.986 341.874 255.06C342.755 255.359 342.964 254.401 343.573 254.211C343.336 253.586 344.34 253.955 344.226 253.376C344.158 253.022 344.211 252.644 344.211 252.287C344.432 252.194 344.617 252.12 344.854 252.025C344.854 251.52 344.836 250.988 344.86 250.461C344.879 250.163 344.894 249.818 345.048 249.581C345.501 248.882 345.504 248.137 345.504 247.355C345.494 235.251 345.497 223.15 345.494 211.046C345.494 210.104 345.436 209.175 346.196 208.525C345.981 208.107 345.818 207.802 345.661 207.488C345.602 207.355 345.464 207.152 345.513 207.085C346.039 206.358 345.867 205.653 345.513 204.927C345.439 204.779 345.494 204.434 345.611 204.348C346.575 203.597 345.975 202.553 346.132 201.664C346.147 201.584 346.064 201.473 345.999 201.402C345.02 200.482 345.513 199.521 345.91 198.567C345.965 198.428 346.082 198.327 346.175 198.213C345.63 197.175 345.036 196.184 345.805 195.033C345.895 194.901 345.861 194.565 345.756 194.43C345.196 193.706 345.627 192.887 345.501 192.121C345.485 192.032 345.507 191.881 345.568 191.841C346.599 191.114 345.756 190.277 345.636 189.532C345.593 189.203 345.553 189.036 345.734 188.741C346.048 188.214 346.227 187.62 346.144 186.977C346.005 185.906 346.335 184.81 345.87 183.714C345.722 183.36 346.209 182.732 346.449 182.101C346.267 181.978 346.012 181.79 345.855 181.682C345.968 181.107 346.027 180.66 346.144 180.226C346.332 179.558 345.691 178.998 346.07 178.207C346.39 177.557 346.138 176.634 346.138 175.833V166.672C346.138 165.921 346.132 165.173 346.138 164.425C346.144 163.945 346.187 163.462 345.691 163.154C345.627 163.12 345.642 162.938 345.648 162.824C345.704 161.778 345.747 160.731 345.824 159.685C345.873 158.912 345.694 158.152 346.095 157.385C346.307 156.976 346.292 156.132 346.021 155.871C345.411 155.304 346.507 154.947 346.03 154.501C345.611 154.116 345.667 153.429 345.855 153.18C346.587 152.164 345.667 151.312 345.741 150.385C345.759 150.111 345.553 149.819 345.501 149.526C345.436 149.157 345.713 148.618 344.983 148.643C344.943 148.649 344.866 148.563 344.869 148.535C345.134 147.288 343.734 147.042 343.426 146.131C343.013 146.162 342.958 145.949 342.899 145.57C342.816 145.029 342.619 144.564 341.853 145.019C341.613 145.167 341.022 144.862 340.677 144.638C340.009 144.201 339.079 144.194 338.639 143.336C338.525 143.123 337.879 143.188 337.361 143.114C337.682 142.572 337.608 141.827 338.507 141.92C338.58 141.929 338.704 141.83 338.737 141.753C338.796 141.621 338.796 141.464 338.821 141.322C339.941 141.19 341.065 141.519 342.099 140.975C342.142 140.95 342.204 140.975 342.256 140.968C342.81 140.904 343.367 141.572 343.918 140.968C345.054 141.636 346.292 141.199 347.48 141.264C348.025 141.295 348.527 141.43 348.905 141.707C349.373 142.037 349.976 142.089 350.198 141.824C350.801 141.101 351.543 141.304 352.251 141.304C368.262 141.295 384.275 141.295 400.292 141.295H409.643C409.708 141.47 409.767 141.658 409.856 141.904H420.528C420.79 142.529 421.286 142.862 421.741 143.216C422.418 143.745 422.514 143.976 422.021 144.585C421.772 144.899 421.643 145.176 421.649 145.574C421.664 147.393 421.667 149.209 421.643 151.035C421.637 151.432 421.735 151.638 422.271 151.586V154.048C422.532 154.116 422.674 154.156 422.822 154.196C422.862 154.279 422.929 154.371 422.936 154.461C422.945 154.947 422.954 155.427 422.936 155.911C422.926 156.221 422.976 156.415 423.348 156.415C423.428 156.415 423.57 156.622 423.573 156.739C423.607 157.613 423.416 158.496 424.192 159.241C424.407 159.441 424.225 160.063 424.225 160.488V161.088C424.462 161.178 424.647 161.251 424.869 161.338C424.835 162.169 425.115 162.877 425.438 163.653C425.885 164.733 426.445 165.844 426.485 167.082C426.494 167.313 426.602 167.608 426.765 167.75C427.101 168.036 427.134 168.353 427.119 168.741C427.11 169.135 426.981 169.606 427.645 169.64C427.695 169.646 427.729 170.012 427.753 170.209C427.784 170.505 427.624 170.893 428.175 170.868C428.243 170.862 428.4 171.099 428.387 171.204C428.304 171.773 428.627 172.029 429.015 172.389C429.443 172.777 429.68 173.38 429.988 173.891C430.087 174.054 431.075 175.002 431.232 175.027C431.967 175.135 431.546 175.883 431.94 176.227C431.419 176.169 430.761 176.745 430.564 175.781C430.548 175.707 430.185 175.689 429.985 175.683C429.292 175.673 428.594 175.676 428.033 175.676C427.769 175.412 427.581 175.221 427.384 175.033C427.178 174.842 426.445 173.762 426.485 173.552C426.574 173.048 426.309 172.767 425.999 172.45C425.749 172.213 425.561 171.906 425.315 171.592C424.721 171.69 424.97 172.358 424.755 172.752C424.028 172.57 424.515 171.41 423.604 171.382V169.769C423.077 169.489 422.526 169.252 422.055 168.913C421.538 168.541 421.175 167.965 420.673 167.58C419.5 166.672 418.62 165.463 417.469 164.508C416.834 163.982 416.117 164.096 415.474 163.85C414.895 163.625 414.643 163.357 414.504 162.935C413.768 163.009 413.063 163.098 412.368 163.132C410.915 163.206 410.684 163.237 409.911 162.76C409.548 162.535 409.243 162.504 408.883 162.498C408.249 162.489 407.612 162.498 407.218 162.498C406.845 162.187 406.667 161.963 406.436 161.87C406.113 161.741 405.522 162.11 405.537 161.353C405.537 161.338 405.192 161.319 405.008 161.298C404.977 161.876 404.589 161.898 404.142 161.858C404.001 161.849 403.73 161.916 403.724 161.966C403.668 162.763 403.071 162.483 402.668 162.486C399.297 162.501 395.926 162.495 392.522 162.495C392.457 162.304 392.389 162.116 392.325 161.935C391.818 162.304 391.222 162.491 390.536 162.495C387.215 162.495 383.896 162.489 380.575 162.495C379.901 162.495 379.267 162.48 378.645 162.101C377.946 161.673 377.943 161.781 377.226 162.381C376.721 162.803 376.696 162.23 376.561 161.889H374.852C374.871 162.606 374.286 162.455 373.821 162.557V163.619C373.365 163.825 372.962 164.013 372.519 164.213V165.324H373.556C373.649 165.423 373.719 165.463 373.719 165.496C373.726 173.457 373.726 181.427 373.726 189.437H393.245C393.821 188.168 395.018 189.27 395.923 188.615C395.933 188.596 396.016 188.291 396.197 188.221C396.471 188.113 397.032 188.254 397.093 188.128C397.506 187.137 398.749 187.155 399.226 186.334C399.62 185.65 399.891 184.924 400.676 184.564C400.775 184.514 400.756 184.179 400.766 183.973C400.775 183.659 400.707 183.311 401.227 183.348C401.277 183.354 401.4 183.009 401.403 182.821C401.421 182.122 401.372 181.427 401.427 180.734C401.452 180.436 401.206 180.115 401.714 179.801C402.514 179.309 402.446 179.198 403.05 179.198C403.635 179.192 404.219 179.198 404.878 179.198V181.688C404.712 181.732 404.567 181.772 404.423 181.812C404.389 181.901 404.309 181.993 404.309 182.082C404.303 183.852 404.219 185.619 404.343 187.38C404.392 188.156 403.635 188.245 403.536 188.805C403.056 188.568 402.252 189.424 401.988 188.334C401.938 188.134 401.507 188.03 401.246 187.882C401.113 188.525 400.218 187.848 400.141 188.485C400.091 188.895 399.768 188.756 399.62 188.898C399.522 188.99 399.547 189.393 399.602 189.415C400.205 189.606 400.436 190.249 401.061 190.48C401.861 190.776 402.526 191.016 403.121 190.194C403.164 190.135 403.311 190.145 403.434 190.114C403.681 190.468 403.93 190.837 404.241 191.284C404.266 191.631 403.37 191.69 403.755 192.275C403.813 192.373 404.026 192.367 404.306 192.45C404.306 193.291 404.312 194.18 404.299 195.079C404.299 195.221 404.256 195.498 404.201 195.501C403.327 195.599 403.696 196.277 403.675 196.711C403.631 197.782 403.659 198.847 403.659 199.958C403.835 200.023 404.022 200.081 404.303 200.18C404.303 202.172 404.309 204.194 404.296 206.213C404.296 206.41 404.272 206.657 404.158 206.798C403.548 207.5 403.662 208.34 403.656 209.162C403.656 212.111 403.656 215.054 403.662 218.003C403.662 218.465 403.548 218.942 404.05 219.29C404.555 219.635 404.183 220.146 404.336 220.583C403.668 220.641 403.068 220.872 402.887 219.989H401.443V217.877C401.212 217.797 400.947 217.788 400.852 217.655C400.572 217.258 401.113 216.436 400.178 216.344C400.144 216.338 400.079 216.03 400.135 215.907C400.479 215.156 399.63 214.95 399.482 214.429C398.66 214.263 398.734 213.324 398.124 212.89C397.629 212.53 397.435 211.73 397.062 211.046H396.074C395.994 210.815 395.926 210.628 395.828 210.36C394.92 210.428 394.116 210.187 393.307 209.584C392.728 209.156 392.103 208.867 391.666 208.239C391.528 208.042 390.983 208.125 390.506 208.073V209.341C389.878 209.43 389.394 209.504 388.957 209.042C388.782 208.855 388.412 208.821 388.117 208.771C387.855 208.731 387.707 208.741 387.557 208.411C387.35 207.98 386.544 207.959 386.338 208.371C386.196 208.658 386.116 208.735 385.817 208.775C385.057 208.864 384.266 208.525 383.509 209.045C383.302 209.193 382.773 208.781 382.388 208.775C380.082 208.744 377.78 208.75 375.48 208.775C375.145 208.781 374.818 208.975 374.489 209.079C374.067 209.221 373.643 209.366 373.113 209.535C373.264 210.03 373.172 210.541 373.325 211.126C373.556 211.991 373.418 212.995 373.258 213.903C373.144 214.506 373.076 214.95 373.529 215.454C373.99 215.965 373.858 216.6 373.372 217.12C373.255 217.252 373.159 217.449 373.147 217.625C373.113 217.994 373.165 218.373 373.128 218.745C373.055 219.601 373.119 220.408 373.984 221.045C373.599 221.217 373.39 221.316 373.138 221.426C373.138 222.907 373.128 224.403 373.144 225.893C373.15 226.262 372.904 226.817 373.649 226.783C373.821 227.229 373.978 227.737 373.556 228.069C373.085 228.433 373.138 228.879 373.138 229.347C373.138 231.332 373.178 233.312 373.113 235.294C373.095 235.996 373.436 236.433 373.753 236.969C374.166 237.671 372.919 237.899 373.138 238.619C373.267 239.047 373.387 239.475 373.522 239.927H408.264C408.692 239.927 409.123 239.961 409.542 239.902C409.665 239.887 409.742 239.613 409.954 239.284C410.736 239.284 411.694 239.367 412.623 239.253C413.347 239.161 414.344 239.856 414.747 238.643C415.268 238.687 415.735 238.53 416.231 238.339C417.164 237.985 418.087 237.483 419.171 237.64C419.309 237.665 419.485 237.221 419.682 237.037C420.002 236.726 420.368 236.461 420.695 236.156C420.753 236.101 420.728 235.965 420.753 235.808H422.797C422.914 235.322 423.028 234.888 423.133 234.463C423.761 234.703 423.447 233.86 423.955 233.761C424.327 233.681 424.663 233.087 424.887 232.656C425.134 232.201 425.808 232.321 425.959 231.677C426.039 231.354 426.694 231.191 426.987 230.871C427.162 230.674 427.076 230.218 427.258 230.046C427.448 229.864 427.809 229.947 427.793 229.467C427.775 228.898 428.714 228.756 428.56 228.057C428.978 228.23 429.277 227.26 429.794 227.928C429.902 228.076 430.271 228.02 430.53 228.06C430.828 227.445 430.511 226.964 430.391 226.429C430.299 226.001 430.638 225.481 430.813 224.92C431.324 225.108 431.943 225.33 432.592 225.564C432.592 227.614 432.583 229.642 432.602 231.671C432.608 232.074 432.503 232.274 432.017 232.225L431.854 234.069C431.093 234.398 431.58 235.454 431.145 235.658C430.468 235.978 430.585 236.649 430.173 237.024C429.868 236.347 428.935 236.036 429.052 235.103C428.895 235.103 428.606 235.063 428.591 235.113C428.458 235.516 428.227 235.79 427.799 235.898C427.784 235.904 427.784 236.233 427.867 236.301C428.006 236.43 428.384 236.501 428.378 236.538C428.236 237.154 428.981 236.907 429.037 237.215C429.105 237.628 429.052 238.065 429.052 236.796C429.465 235.051 429.877 235.051 430.277 235.051C430.399 234.437 430.747 233.93 431.324 233.527C431.093 232.662 430.394 232.825 429.797 232.869C429.36 232.899 429.046 233.158 429.055 233.669C429.065 234.146 429.055 234.626 429.055 236.793M368.277 236.381V237.895C367.437 238.062 367.677 238.662 367.735 239.247H369.705C369.921 239.031 370.084 238.804 370.306 238.662C370.906 238.265 371.383 237.828 371.226 237.012C371.192 236.824 371.235 236.618 371.241 236.51C372.205 236.304 371.746 235.67 371.845 235.193C371.269 235.177 370.817 234.358 370.179 235.036C370.029 234.863 369.776 234.7 369.752 234.515C369.721 234.241 369.976 233.881 369.881 233.666C369.776 233.441 369.394 233.346 369.145 233.195C368.939 233.062 368.736 232.933 368.493 232.782C368.425 233.343 367.917 233.432 367.76 233.687C367.547 234.026 367.704 234.592 367.704 235.106H366.165C365.934 236.245 365.1 236.744 364.186 237.169V238.539C364.266 238.594 364.3 238.647 364.343 238.647C364.506 238.656 364.666 238.656 364.823 238.653C365.707 238.634 365.845 238.662 366.033 237.689C366.171 236.981 367.203 237.317 367.073 236.529C367.467 236.486 367.858 236.436 368.277 236.381ZM384.026 245.967C384.364 244.963 382.831 245.819 383.093 244.911C383.099 244.902 382.837 244.797 382.696 244.76C382.591 244.735 382.474 244.729 382.376 244.766C382.293 244.797 382.151 244.896 382.154 244.942C382.219 245.468 381.865 245.41 381.545 245.397C381.166 245.382 380.778 245.342 380.821 245.918C380.144 245.878 379.765 246.626 379.214 246.644C378.318 246.669 377.5 246.85 376.733 247.146V249.55H379.781C380.018 248.94 380.233 248.356 380.861 248.069C380.655 247.343 381.809 247.21 381.56 246.462C381.708 246.422 381.905 246.432 381.988 246.339C382.557 245.714 383.315 246.235 384.026 245.967ZM361.471 253.712C361.785 253.133 361.514 252.647 361.077 252.524C360.827 252.459 360.079 251.988 359.95 252.884C359.935 252.982 359.612 253.124 359.464 253.096C358.977 253.007 358.506 252.85 358.048 252.718C358.057 252.216 358.165 251.917 358.716 250.938C358.279 250.938 357.774 250.797 357.518 250.981C357.281 251.148 357.263 251.511 356.786 251.548C356.441 251.572 356.118 251.957 355.804 252.173C355.225 251.803 354.674 251.455 354.206 251.151C353.63 251.726 353.141 252.216 352.516 252.841C353.239 252.761 353.818 252.699 354.443 252.641C354.418 252.582 354.708 253.706 354.705 253.721C354.375 254.792 354.563 255.005 355.696 254.934C355.794 254.629 355.936 254.343 355.958 254.06C355.976 253.77 355.874 253.481 355.819 253.204C356.472 252.915 356.767 253.155 356.881 253.715H361.471V253.712ZM365.128 196.412C365.516 195.981 365.768 195.71 366.027 195.424C365.993 195.381 365.91 195.316 365.885 195.233C365.796 194.947 365.734 194.654 365.664 194.35C365.399 194.325 365.146 194.294 364.783 194.257V193.023C364.297 193.023 363.927 193.029 363.561 193.023C363.059 193.014 362.243 192.182 362.225 191.671C362.21 191.373 362.191 191.068 362.176 190.776C361.341 190.78 360.718 190.934 360.307 191.237C360.557 191.607 360.8 192.278 361.058 192.284C361.662 192.29 361.431 193.183 362.031 193.02C362.096 193.472 362.228 193.925 362.203 194.365C362.163 195.039 363.05 194.993 363.05 195.587C363.324 195.482 363.604 195.372 363.958 195.239L365.128 196.409V196.412ZM375.04 240.5C374.523 240.589 374.086 240.534 373.84 240.724C372.507 241.777 372.528 241.796 371.482 241.86C371.377 241.87 371.257 241.83 371.168 241.87C370.829 242.033 370.567 242.233 370.567 242.676C370.567 243.119 370.829 243.412 371.183 243.449C371.629 243.489 372.088 243.35 372.54 243.273C372.682 243.258 372.888 243.11 372.953 243.166C373.71 243.809 374.551 243.304 375.53 243.563C375.348 242.448 375.209 241.562 375.043 240.5M386.374 193.709C386.352 194.306 386.604 195.035 387.132 195.895C387.569 195.79 388.006 195.698 388.434 195.59C388.911 195.467 389.382 195.335 389.819 195.218V193.709H386.374ZM363.549 197.363C362.29 198.139 361.108 197.674 359.855 197.93C360.036 198.598 360.199 199.198 360.341 199.712H362.773C362.862 199.259 362.945 198.872 363.028 198.484C363.82 198.515 363.407 197.957 363.549 197.363ZM411.484 157.034H409.81V157.625H412.552C412.996 156.899 413.245 156.175 412.149 155.689C412.081 155.658 412.066 155.517 412.026 155.427C411.778 154.799 411.265 154.501 410.487 154.531C410.456 155.036 410.124 155.603 410.973 155.867C411.204 155.941 411.278 156.532 411.484 157.031M411.121 250.252V253.721H412.054C411.841 252.582 412.516 251.791 413.06 250.944C413.184 250.757 413.248 250.541 413.384 250.252H411.118H411.121ZM345.565 145.398V147.316H349.004C349.225 146.589 348.28 146.786 348.243 146.165C348.225 145.841 347.154 146.596 347.117 145.62C346.621 145.555 346.125 145.481 345.565 145.398ZM382.804 199.084C382.779 198.961 382.748 198.591 382.705 198.591C382.209 198.567 382.179 198.074 381.905 197.856C381.849 197.813 381.526 197.939 381.526 197.997C381.511 198.293 381.443 198.416 381.107 198.514C380.793 198.619 380.258 199.777 380.209 199.983C380.061 200.574 380.713 200.303 380.883 200.632C381.104 201.076 381.172 201.029 381.508 200.651C381.597 200.546 381.72 200.451 381.843 200.42C382.296 200.315 382.133 199.512 382.764 199.635C382.779 199.478 382.788 199.321 382.807 199.084M401.452 253.108C402.077 253.108 402.563 253.044 403.019 253.127C403.721 253.259 403.702 252.367 404.263 252.32C404.287 252.314 404.269 251.791 404.269 251.505C403.253 251.662 402.363 251.803 401.452 251.942V253.105V253.108ZM366.99 226.115V223.954C366.596 223.797 366.248 223.649 365.854 223.492C365.688 224.422 365.534 225.237 365.377 226.115H366.99ZM415.249 249.288C415.655 248.496 415.831 247.752 415.775 247.057C415.428 246.924 415.077 246.783 414.547 246.576C414.689 247.343 414.396 247.962 414.886 248.482C414.129 249.165 414.975 249.645 415.077 250.227C415.351 250.098 415.825 250.473 415.852 249.953C415.868 249.778 415.514 249.575 415.249 249.288ZM403.004 151.616H400.855V153.272C401.631 153.097 402.311 152.943 403.004 152.78V151.616ZM381.412 149.643C382.647 149.628 382.871 148.695 383.413 148.159C383.536 148.036 383.432 147.673 383.432 147.556C382.499 146.916 382.129 147.747 381.726 148.076C381.437 148.323 381.52 149.018 381.412 149.643ZM367.04 253.195C366.553 253.038 366.184 252.884 365.802 252.798C365.325 252.684 364.955 252.915 364.805 253.342C364.623 253.872 365.233 253.647 365.383 253.869C365.414 253.909 365.426 253.958 365.433 254.007C365.5 254.774 366.436 254.075 366.593 254.691C366.987 254.426 367.129 254.057 367.046 253.595C367.027 253.49 367.04 253.379 367.04 253.198\" fill=\"white\"><\/path><path d=\"M284.779 248.934C284.779 248.507 284.763 248.076 284.779 247.651C284.809 246.844 285.016 246.73 285.998 247.041C286.022 246.727 286.053 246.438 286.081 246.087H284.812V244.24C284.311 244.015 284.311 244.32 284.101 244.536C283.443 245.2 282.725 245.862 281.589 246.069C281.648 245.807 281.697 245.598 281.737 245.385C281.771 245.204 281.87 244.939 281.793 244.85C281.306 244.323 281.713 243.754 281.749 243.153C281.962 243.458 282.168 243.769 282.427 244.145C283.135 243.806 283.892 243.443 284.782 243.015C284.782 242.596 284.815 242.076 284.766 241.556C284.735 241.233 285.028 240.798 284.542 240.577C284.098 240.377 283.914 239.663 283.23 239.924C283.15 239.958 283.039 239.884 282.941 239.86C282.846 238.532 282.937 237.698 283.212 237.357C283.972 237.505 282.962 238.579 283.874 238.65C283.917 238.65 283.966 238.625 284.08 238.594V236.461C283.489 236.32 282.802 236.412 282.128 236.396C281.445 236.387 280.752 236.39 280.133 236.39C279.958 236.655 279.819 236.846 279.69 237.034C279.499 236.846 279.305 236.661 279.041 236.393C278.791 236.51 278.339 236.584 278.108 236.849C277.871 237.123 277.862 237.585 277.772 237.902C276.852 238.05 276.781 236.664 275.719 237.185C275.827 237.825 275.935 238.505 276.058 239.235H277.252C277.332 239.459 277.394 239.653 277.458 239.838C277.895 239.881 278.357 240.118 278.899 240.571C279.287 240.894 279.204 240.835 278.93 241.229C278.61 241.685 278.139 241.907 277.769 242.276C277.421 242.615 276.963 242.67 276.692 242.251C276.304 241.667 275.725 241.962 275.214 241.799C275.15 241.414 275.091 241.017 275.026 240.62C274.522 240.685 274.599 240.124 274.349 239.98C274.069 239.816 273.607 240.023 273.383 239.616C273.133 239.767 272.878 239.921 272.533 240.134C272.893 240.645 272.853 241.479 273.829 241.611C273.844 241.956 273.863 242.319 273.878 242.682C274.506 243.144 275.039 242.59 275.648 242.452C275.814 243.286 276.316 243.572 277.117 243.474C277.585 243.409 278.071 243.458 278.511 243.458C278.659 243.704 278.748 243.951 278.917 244.098C279.29 244.419 279.302 244.394 278.899 244.751C278.794 244.84 278.733 244.976 278.677 245.105C278.502 245.548 278.246 245.527 278.037 245.164C277.702 244.569 277.117 244.379 276.489 243.969V245.17C276.341 245.274 276.267 245.376 276.184 245.385C275.713 245.428 275.27 245.268 274.965 245.97C274.709 246.549 274.503 246.463 274.469 247.214C273.456 247.691 272.869 246.903 272.259 246.379C271.551 245.764 270.917 245.711 270.317 246.398L269.673 247.706C269.569 247.795 269.461 247.882 269.35 247.956C269.31 247.98 269.245 247.962 269.03 247.962C269.03 247.608 269.061 247.251 269.024 246.9C268.984 246.546 269.288 245.976 268.531 246.016C268.257 245.447 268.331 244.926 268.777 244.351C268.442 244.126 268.1 243.889 267.755 243.664C267.651 243.781 267.706 244.585 266.875 243.963C266.807 244.505 266.758 244.902 266.709 245.305C265.933 245.256 266.312 246.016 266.032 246.262C265.745 246.512 265.321 246.592 264.902 246.764V248.214C265.151 248.254 265.453 248.297 266.081 248.405C265.644 248.593 265.419 248.691 265.034 248.858C264.991 248.839 264.674 248.685 264.335 248.528C264.185 247.959 264.021 247.328 263.766 246.361C263.452 247.389 263.637 248.094 263.566 248.759C263.803 248.898 264.009 249.021 264.215 249.138C264.111 249.285 264.04 249.461 263.901 249.566C263.384 249.972 263.375 249.963 264.24 250.363C264.049 251.089 264.539 251.911 263.917 252.61C263.8 252.749 263.787 253.016 263.652 253.087C263.489 253.176 263.249 253.106 262.901 253.106C262.975 252.675 263.033 252.305 263.101 251.887C262.944 251.73 262.682 251.465 262.368 251.145C262.187 251.794 262.008 252.416 261.814 253.136C261.663 253.072 261.46 253.044 261.334 252.93C261.205 252.816 261.152 252.625 261.063 252.462C260.934 252.579 260.817 252.718 260.678 252.816C260.364 253.029 259.961 253.164 259.746 253.444C259.466 253.798 258.699 253.438 258.733 254.192C258.739 254.251 258.508 254.38 258.379 254.383C257.754 254.408 257.132 254.392 256.584 254.392C256.199 253.583 257.458 253.912 257.138 253.256C256.963 252.896 256.741 252.564 256.473 252.105C256.991 251.514 257.369 250.698 258.511 250.803C258.727 250.828 259.121 250.274 259.345 249.978C259.65 249.584 260.343 249.301 260.057 248.528C259.924 248.165 260.805 248.463 260.685 247.86C260.611 247.512 260.669 247.137 260.669 246.798C260.925 246.706 261.112 246.635 261.313 246.561C261.313 245.739 261.331 244.945 261.306 244.145C261.291 243.467 261.257 242.775 261.753 242.242C262.057 241.907 261.944 241.543 261.95 241.196C261.965 239.265 261.934 237.345 261.968 235.411C261.977 234.808 261.737 234.152 262.254 233.598C262.359 233.491 262.19 233.118 262.125 232.875C262.082 232.684 262.002 232.496 261.959 232.299C261.808 231.748 262.495 231.286 262.002 230.603C261.728 230.218 261.953 229.464 261.953 228.873C261.953 228.23 261.944 227.586 261.959 226.946C261.965 226.561 261.787 226.056 262.476 226.047C262.519 226.047 262.556 225.773 262.599 225.635C262.698 225.296 262.202 225.031 262.559 224.582C262.772 224.317 262.599 223.757 262.599 223.323V219.472C262.599 219.044 262.618 218.613 262.593 218.185C262.562 217.788 262.784 217.329 262.344 217C262.279 216.957 262.251 216.788 262.285 216.72C262.975 215.193 262.547 213.586 262.575 212.022C262.642 207.851 262.575 203.674 262.609 199.497C262.624 198.13 262.073 196.828 262.273 195.449C262.956 190.742 262.445 186.011 262.578 181.291C262.587 180.839 262.842 180.51 262.889 180.131C262.929 179.82 262.649 179.478 262.615 179.143C262.584 178.853 262.621 178.493 262.762 178.247C262.978 177.884 262.867 177.622 262.793 177.243C262.642 176.557 262.689 175.812 262.679 175.101C262.679 175.021 262.892 174.944 262.886 174.876C262.842 174.291 262.621 173.682 262.747 173.14C262.895 172.515 263.061 171.964 262.679 171.392C262.624 171.308 262.639 171.192 262.599 171.102C262.304 170.548 263.2 170.148 262.766 169.529C262.455 169.083 262.436 168.572 262.882 168.11C262.996 167.996 262.95 167.691 262.913 167.491C262.485 165.398 262.609 164.696 262.873 162.606C263.079 161.033 262.929 159.402 262.879 157.801C262.87 157.539 262.599 157.284 262.442 157.019H245.761C245.585 157.234 245.413 157.447 245.234 157.659C245.096 157.484 244.961 157.305 244.763 157.059H243.575C243.326 157.299 243.132 157.625 242.932 157.635C241.753 157.69 240.574 157.653 239.398 157.665C239.044 157.672 238.662 157.551 238.382 157.936C237.862 158.635 237.095 158.266 236.452 158.272C236.104 158.278 235.753 157.933 235.381 157.73C235.313 158.438 235.119 159.075 234.094 158.964C233.334 158.881 232.992 159.657 232.506 160.045C232.013 160.439 232.755 160.482 233.007 160.679V162.443H231.807C231.773 162.889 231.742 163.293 231.714 163.671C231.148 163.908 230.785 163.813 230.674 162.923C230.314 164.111 230.031 165.075 229.751 166.014H229.043C228.501 166.294 229.387 167.291 228.365 167.322C227.934 167.818 228.71 168.861 227.593 169.055C227.913 169.911 226.697 170.068 226.925 170.828H225.712C225.746 171.752 225.425 172.543 224.462 172.989C224.114 172.875 224.031 172.521 224.034 172.081C224.053 170.739 224.053 169.403 224.034 168.061C224.028 167.525 223.991 166.996 224.527 166.651C224.601 166.596 224.674 166.488 224.677 166.396C224.717 165.915 224.502 165.309 225.302 165.235C225.253 164.425 225.576 163.785 226.075 163.136C226.518 162.557 226.337 161.68 226.86 161.042C227.072 160.787 226.885 160.22 226.959 159.808C226.977 159.685 227.248 159.608 227.51 159.448V157.85C227.783 157.718 228.104 157.659 228.193 157.487C228.331 157.216 228.125 157.108 227.82 156.982C227.353 156.785 227.442 156.585 228.205 156.265V154.535C228.393 154.492 228.541 154.455 228.805 154.387C228.824 154.156 228.846 153.861 228.864 153.562C228.889 153.226 228.713 152.755 229.357 152.82C229.4 152.826 229.507 152.648 229.498 152.574C229.375 151.684 229.92 151.016 230.283 150.324C230.813 149.311 231.059 148.347 230.545 147.261C230.422 146.996 230.477 146.642 230.471 146.328C230.471 144.558 230.545 142.791 230.452 141.027C230.369 139.593 231.117 138.654 232.016 137.733C232.204 137.542 232.404 137.364 232.69 137.099H274.306C274.469 137.299 274.636 137.518 274.808 137.727C274.949 137.564 275.097 137.398 275.325 137.136H304.283C304.332 137.268 304.391 137.456 304.504 137.77C304.745 137.533 304.908 137.275 305.148 137.151C305.57 136.93 305.69 137.216 305.69 137.727H308.044C309.651 137.727 311.252 137.736 312.859 137.721C313.244 137.721 313.509 137.776 313.327 138.37C314.845 138.37 316.276 138.377 317.704 138.364C317.855 138.364 318.123 138.315 318.126 138.272C318.218 137.352 318.917 137.776 319.339 137.746C320.302 137.69 321.266 137.727 322.075 137.727C322.58 138.414 322.907 139.309 323.504 139.565C324.403 139.95 324.326 140.485 324.264 141.215H323.547C323.455 141.313 323.384 141.353 323.384 141.387C323.39 142.178 323.251 143.013 323.464 143.742C323.661 144.429 323.528 145.374 324.467 145.688C324.797 145.466 325.166 145.211 325.557 144.937C325.428 144.589 326.028 143.881 325.012 143.801V141.972C325.332 141.954 325.723 141.923 326.182 141.892V143.053C326.419 143.136 326.601 143.2 326.881 143.293V144.669C326.881 144.884 326.816 145.124 326.896 145.309C327.069 145.722 327.389 146.085 327.499 146.497C327.616 146.944 327.383 147.575 327.616 147.892C328.284 148.781 328.137 149.754 328.167 150.801C327.758 151.115 327.321 151.45 326.785 151.857C327.149 152.18 327.666 152.432 327.558 153.091C327.524 153.273 328.02 153.497 328.143 153.765C328.291 154.076 328.235 154.482 328.383 154.787C328.475 154.969 328.792 155.049 329.082 155.209V156.311C329.534 156.342 329.937 156.376 330.375 156.409V167.516C330.208 167.581 330.021 167.645 329.774 167.731V169.486H327.93C327.626 168.895 327.007 168.834 326.437 168.907C325.982 168.667 326.61 167.91 325.834 167.929C325.751 167.935 325.634 167.836 325.597 167.762C325.12 166.586 325.028 166.673 323.861 165.33C323.282 164.662 322.574 164.142 322.017 163.45C321.54 162.849 321.026 162.203 320.293 161.809C320.068 161.686 319.881 161.322 319.847 161.048C319.69 159.894 318.695 159.682 317.892 159.275C317.495 159.078 317.042 159.004 316.575 158.863V157.167C316.285 156.813 315.553 157.358 315.62 156.557C315.626 156.523 315.491 156.459 315.42 156.428C315.402 156.419 315.306 156.508 315.312 156.533C315.525 157.438 314.275 156.631 314.34 157.364C314.346 157.453 314.257 157.545 314.21 157.635C312.743 157.667 311.898 157.461 311.674 157.016C310.307 157.016 308.879 157.016 307.447 157.022C307.296 157.022 307.05 157.053 307.026 157.13C306.616 158.17 306.185 157.632 305.668 157.213C305.456 157.047 305.089 157.065 304.794 157.022C304.458 156.973 304.126 157.161 303.997 156.545C303.929 156.197 303.039 156.289 302.799 156.742C302.617 157.096 301.94 156.954 302.091 157.542C301.802 157.548 301.34 157.665 301.251 157.533C300.829 156.933 300.247 157.016 299.675 157.016C297.212 157.016 294.752 157.01 292.29 157.022C291.394 157.028 291.212 157.222 291.212 158.152C291.203 162.486 291.221 166.823 291.194 171.164C291.188 171.872 291.434 172.614 290.92 173.306C290.797 173.469 291.255 174.057 291.126 174.227C290.855 174.612 291.021 174.787 291.12 175.159C291.295 175.784 291.138 176.505 291.126 177.185L291.141 178.321C291.16 179.919 291.215 181.519 291.185 183.117C291.178 183.416 290.935 183.899 290.689 183.976C289.892 184.256 290.326 184.782 290.329 185.219C291.406 185.284 290.461 186.503 291.203 186.777C291.212 186.783 291.169 187.122 291.074 187.174C290.449 187.556 290.569 188.165 290.563 188.738C290.557 190.773 290.578 192.807 290.553 194.842C290.544 195.504 290.766 196.135 290.603 196.837C290.437 197.545 290.563 198.327 290.563 199.078V215.141C290.563 215.892 290.544 216.643 290.569 217.391C290.603 218.281 290.024 219.078 290.24 219.995C290.347 220.475 290.052 221.033 290.544 221.485C290.677 221.608 290.667 222.061 290.544 222.258C290.067 223.055 290.464 223.791 290.501 224.573C290.56 225.909 290.895 227.294 290.276 228.633C290.113 228.987 290.341 229.538 290.433 229.99C290.584 230.751 290.658 231.483 290.393 232.272C290.243 232.718 290.335 233.269 290.36 233.771C290.369 233.958 290.523 234.14 290.56 234.331C290.683 235.005 289.885 235.639 290.304 236.249C290.732 236.867 290.47 237.471 290.553 238.077C290.612 238.496 290.56 238.868 290.193 239.222C289.879 239.518 289.741 239.989 289.485 240.457C289.879 240.524 290.169 240.586 290.517 240.654V243.935C290.787 244.083 291.151 244.182 291.175 244.329C291.255 244.797 291.231 245.287 291.2 245.77C291.135 246.752 291.745 247.303 292.493 247.869C292.493 248.057 292.551 248.337 292.477 248.58C292.207 249.461 292.979 249.827 293.422 250.169C293.807 250.467 294.174 251.142 294.888 250.868C294.845 251.674 295.891 251.228 296.064 251.93C296.196 252.459 297.24 252.154 297.332 252.952C297.338 253.019 297.627 253.143 297.726 253.103C298.434 252.813 298.582 253.583 299.028 253.789C299.447 253.98 299.21 254.522 299.204 254.919C298.637 254.934 298.643 255.818 297.935 255.701C297.233 255.587 296.421 255.916 295.931 255.106C295.907 255.066 295.827 255.033 295.799 255.042C294.934 255.371 294.709 254.402 293.992 254.171C294.254 253.801 294.42 253.321 294.752 253.139C295.396 252.785 294.915 252.324 295.057 251.862C294.54 251.739 294.026 251.686 293.579 251.489C293.182 251.308 292.844 250.978 292.502 250.689C292.37 250.575 292.314 250.378 292.231 250.221C291.385 250.698 291.215 249.301 290.437 249.578C290.307 248.968 289.347 248.867 289.578 248.094C289.15 247.755 288.291 248.38 288.211 247.411C288.211 247.371 287.937 247.331 287.783 247.331C287.254 247.321 286.721 247.324 286.133 247.324V248.888C286.419 248.919 286.675 248.947 286.94 248.971C287.334 249.96 286.444 251.237 287.755 252.01C287.401 252.225 287.155 252.379 286.807 252.588C286.743 252.167 286.693 251.871 286.644 251.582C286.117 251.487 285.712 251.08 285.431 250.36C285.647 250.255 285.862 250.147 286.164 250.006C286.025 249.809 285.902 249.652 285.816 249.479C285.733 249.304 285.684 249.107 285.625 248.934H284.785H284.779ZM328.635 162.609C328.832 162.264 329.079 162.024 329.106 161.753C329.162 161.125 329.245 160.451 329.091 159.857C328.916 159.158 328.537 158.49 328.149 157.865C328.044 157.69 327.62 157.702 327.367 157.641C326.838 158.324 326.847 159.035 326.875 159.759C327.807 160.19 327.386 161.135 327.558 161.833C328.134 161.803 328.571 161.858 328.635 162.609ZM280.651 234.466V235.679C281.275 235.966 281.54 235.581 281.728 235.051C282.156 235.916 282.402 235.959 282.855 235.381C283.125 235.033 283.239 235.027 283.498 235.356C283.603 235.488 283.704 235.725 283.821 235.741C284.231 235.79 284.643 235.759 285.123 235.759C284.957 235.168 284.828 234.706 284.692 234.217C283.812 234.066 282.922 233.912 282.03 233.749C281.922 234.045 281.857 234.226 281.768 234.466H280.654H280.651ZM263.957 244.702H264.797C264.846 244.249 264.886 243.855 264.963 243.175C265.311 243.631 265.499 243.874 265.724 244.166C266.069 243.994 266.416 243.828 266.81 243.637C266.561 243.523 266.343 243.421 266.084 243.301V242.273C265.705 242.11 265.394 241.974 265.093 241.842C264.788 242.205 264.382 242.504 264.243 242.895C264.046 243.44 264.046 244.058 263.957 244.702ZM326.154 149.372H324.944C324.944 150.108 324.969 150.791 324.938 151.475C324.898 152.291 325.662 152.423 326.151 153.223V149.372H326.154ZM277.024 229.273C277.304 229.292 277.551 229.329 277.791 229.329C278.089 229.329 278.382 229.295 278.622 229.279V226.675C277.889 227.152 277.782 226.512 277.508 226.109C277.351 227.174 277.194 228.171 277.027 229.273M269.064 232.407C269.569 232.01 270.326 232.656 270.39 231.696C270.39 231.687 270.886 231.68 270.886 231.69C270.96 232.475 271.437 232.25 271.939 232.151C271.908 231.708 271.883 231.32 271.865 230.988H269.064V232.407Z\" fill=\"white\"><\/path><path d=\"M266.609 248.682C266.855 249.636 267.856 249.882 267.286 250.889C268.558 250.541 268.755 251.905 269.666 251.954V252.957C269.346 253.287 268.527 253.188 268.148 252.683C267.825 252.262 267.631 251.726 267.366 251.209C266.929 251.498 266.304 251.686 266.181 252.049C265.87 252.93 265.292 252.154 264.814 252.289C265.039 252 265.285 251.72 265.489 251.409C265.726 251.037 265.957 250.636 266.129 250.23C266.304 249.824 266.4 249.383 266.609 248.682Z\" fill=\"white\"><\/path><path d=\"M255.285 250.975C255.18 251.554 255.137 252.081 255.085 252.081C254.506 252.087 254.568 252.465 254.568 252.832C254.574 253.771 254.568 254.712 254.568 255.799C253.395 255.307 252.979 254.531 252.961 253.484C252.961 253.219 252.961 252.949 252.967 252.687C252.967 252.644 253.016 252.558 253.035 252.558C253.654 252.582 253.561 251.893 253.924 251.677C254.254 251.471 254.617 251.314 255.285 250.969\" fill=\"white\"><\/path><path d=\"M275.169 253.303C275.124 251.384 275.307 250.364 275.72 250.243V252.41C276.742 252.45 277.715 252.493 278.752 252.533C277.862 253.894 276.908 254.072 275.169 253.306\" fill=\"white\"><\/path><path d=\"M284.889 248.882C284.766 249.245 284.725 249.501 284.667 249.507C284.187 249.547 284.113 249.802 284.125 250.224C284.156 251.166 284.134 252.111 284.134 253.099C283.713 252.859 283.368 252.677 283.057 252.465C282.728 252.24 282.771 251.812 283.131 251.501C283.26 251.394 283.368 251.255 283.491 251.132C283.34 251.04 283.168 250.858 283.035 250.877C282.574 250.941 282.592 250.621 282.46 250.35C282.361 250.153 282.038 250.07 281.512 249.756C282.087 249.651 282.309 249.605 282.528 249.581C282.94 249.531 283.51 249.796 283.55 249.036C283.959 248.993 284.365 248.946 284.886 248.885\" fill=\"white\"><\/path><path d=\"M265.122 250.615C265.366 251.566 266.366 251.81 265.797 252.813C267.065 252.465 267.259 253.826 268.164 253.872V254.873C267.847 255.199 267.031 255.1 266.652 254.599C266.329 254.18 266.138 253.644 265.874 253.13C265.44 253.42 264.818 253.604 264.695 253.968C264.384 254.842 263.808 254.069 263.334 254.208C263.559 253.918 263.805 253.641 264.005 253.333C264.239 252.961 264.47 252.567 264.639 252.161C264.818 251.754 264.91 251.32 265.119 250.618\" fill=\"white\"><\/path><path d=\"M253.85 252.899C253.745 253.478 253.702 254.001 253.65 254.001C253.074 254.008 253.136 254.383 253.136 254.749C253.142 255.682 253.136 256.624 253.136 257.705C251.966 257.215 251.554 256.443 251.535 255.402C251.535 255.137 251.535 254.87 251.541 254.608C251.541 254.565 251.591 254.482 251.609 254.482C252.225 254.506 252.132 253.823 252.493 253.607C252.822 253.401 253.182 253.247 253.847 252.902\" fill=\"white\"><\/path><path d=\"M273.641 255.217C273.596 253.306 273.779 252.291 274.189 252.169V254.327C275.205 254.364 276.175 254.41 277.206 254.45C276.32 255.805 275.371 255.98 273.638 255.217\" fill=\"white\"><\/path><path d=\"M283.319 250.815C283.195 251.175 283.155 251.431 283.097 251.437C282.617 251.477 282.546 251.732 282.558 252.151C282.589 253.09 282.567 254.029 282.567 255.011C282.146 254.771 281.804 254.592 281.496 254.38C281.17 254.155 281.213 253.73 281.57 253.422C281.696 253.315 281.804 253.176 281.927 253.053C281.776 252.961 281.604 252.779 281.472 252.798C281.013 252.862 281.031 252.542 280.899 252.274C280.8 252.077 280.48 251.994 279.957 251.683C280.53 251.579 280.748 251.532 280.97 251.508C281.382 251.458 281.949 251.723 281.989 250.963C282.395 250.92 282.801 250.874 283.319 250.812\" fill=\"white\"><\/path><\/svg><\/div>\t\t\t\t\t<h3 data-interaction-id=\"7b4f65a\" class=\"e-7b4f65a-863e631 e-heading-base\" data-e-type=\"widget\" data-id=\"7b4f65a\">Fine dining and exclusive atmosphere<\/h3>\n\t\t\t\t<div class=\"elementor-element elementor-element-70d96b0 elementor-widget elementor-widget-text-editor\" data-id=\"70d96b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Will offer an immersive experience inspired by the energy of Formula 1. A gastronomic proposal conceived for one of Madrid&#8217;s most vibrant weekends that combines: <\/p><ul><li>Exclusive F1 set menus and a social dining concept.<\/li><li>After-dinner party experience with live DJs every night.<\/li><li>International and nightlife clientele with premium bottle service.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41b1ce7 elementor-align-start elementor-tablet-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"41b1ce7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:915759254\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">915 759 254<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/goo.gl\/maps\/MGY8PjDXd7nLY8vc9\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">C. de Ayala, 6, Salamanca, 28001 Madrid<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/wa.me\/34636842016\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reservations<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52d76c8 e-con e-atomic-element e-div-block-base e-52d76c8-09c1002 \" data-id=\"52d76c8\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"52d76c8\" data-e-type=\"e-div-block\" data-id=\"52d76c8\">\n    \t\t\t<a href=\"https:\/\/restaurantetenconten.com\/wp-content\/uploads\/2026\/06\/Menu_Ten.pdf\" target=\"_blank\" class=\"btn-blanco e-4ffce4f-c7889c8 e-button-base\" data-interaction-id=\"4ffce4f\" data-e-type=\"widget\" data-id=\"4ffce4f\">\n\t\tMenu\n\t<\/a>\t\t\t\t\t<a href=\"https:\/\/restaurantetenconten.com\/gran-premio-madrid-2026\/\" target=\"_blank\" class=\"btn-blanco e-37bef0d-8f63df9 e-button-base\" data-interaction-id=\"37bef0d\" data-e-type=\"widget\" data-id=\"37bef0d\">\n\t\tBook\n\t<\/a>\t\t\n<\/div>\n\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-6a31972 e-con e-atomic-element e-flexbox-base e-6a31972-cd6d763 \" data-id=\"6a31972\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6a31972\" data-e-type=\"e-flexbox\" data-id=\"6a31972\">\n    <div class=\"elementor-element elementor-element-d72b7b5 e-con e-atomic-element e-div-block-base e-d72b7b5-9f609cc \" data-id=\"d72b7b5\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"d72b7b5\" data-e-type=\"e-div-block\" data-id=\"d72b7b5\">\n    \t\t<div class=\"elementor-element elementor-element-defb318 elementor-widget elementor-widget-menu-anchor\" data-id=\"defb318\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"aarde\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-13af8ad-a04a8be e-svg-base\" data-interaction-id=\"13af8ad\" data-e-type=\"widget\" data-id=\"13af8ad\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"545\" height=\"216\" viewBox=\"0 0 545 216\" fill=\"currentColor\"><path d=\"M519.947 71.1509C519.947 71.3276 520.036 71.416 520.212 71.416H519.947V71.1509Z\" fill=\"white\"><\/path><path d=\"M490.517 76.4531V76.7183H490.254L490.517 76.4531Z\" fill=\"white\"><\/path><path d=\"M471.432 15.7353L471.699 15.4702V15.7353C471.699 15.9121 471.61 16.0005 471.432 16.0005V15.7353Z\" fill=\"white\"><\/path><path d=\"M386.32 89.9746C386.32 90.1514 386.409 90.2397 386.585 90.2397H386.32V89.9746Z\" fill=\"white\"><\/path><path d=\"M383.139 94.7476L382.876 95.0127L382.611 94.7476H383.139Z\" fill=\"white\"><\/path><path d=\"M379.808 97.5254H381.265C379.808 97.5254 379.808 98.9825 378.354 100.437L379.811 97.5254H379.808Z\" fill=\"white\"><\/path><path d=\"M355.037 98.1058C355.111 97.8814 355.164 97.8565 355.449 97.7183C355.692 97.6004 356.018 97.4418 356.389 97.0996C356.439 97.2084 356.521 97.2968 356.623 97.3557C356.53 97.4554 356.453 97.5483 356.385 97.6321C356.378 97.6412 356.371 97.648 356.365 97.6571C356.111 97.6956 355.97 97.8066 355.707 98.0695C355.655 98.1216 355.615 98.1828 355.587 98.2485C355.503 98.1987 355.404 98.1715 355.304 98.1715H355.039C355.039 98.1715 355.023 98.1715 355.012 98.1715C355.021 98.1511 355.03 98.1284 355.037 98.108V98.1058Z\" fill=\"white\"><\/path><path d=\"M353.729 99.1978C353.741 99.2272 353.756 99.2567 353.772 99.2839C353.759 99.2907 353.747 99.2975 353.734 99.3065C353.7 99.2952 353.664 99.2839 353.625 99.2748C353.661 99.2499 353.695 99.2227 353.729 99.1978Z\" fill=\"white\"><\/path><path d=\"M347.908 107.739L348.275 107.335C348.307 107.304 348.332 107.27 348.355 107.233H348.402C348.312 107.335 348.232 107.446 348.201 107.573C348.105 107.625 348.019 107.691 347.94 107.77C347.929 107.766 347.92 107.761 347.908 107.759V107.739Z\" fill=\"white\"><\/path><path d=\"M343.639 110.68C343.668 110.818 343.721 110.929 343.802 111.011C343.761 111.061 343.709 111.12 343.655 111.174C343.634 111.176 343.616 111.179 343.596 111.183C343.551 111.097 343.48 111.027 343.396 110.975C343.396 110.957 343.399 110.939 343.399 110.92V110.796C343.455 110.764 343.514 110.725 343.578 110.68H343.639Z\" fill=\"white\"><\/path><path d=\"M343.64 110.39V110.655L343.375 110.39H343.64Z\" fill=\"white\"><\/path><path d=\"M156.521 5.39502C156.521 5.57177 156.432 5.66015 156.254 5.66015L156.521 5.39502Z\" fill=\"white\"><\/path><path d=\"M135.126 27.1747L135.402 26.8983H135.495C135.522 26.8983 135.552 26.8983 135.579 26.896C135.481 27.0977 135.432 27.3198 135.432 27.5486V27.9384C135.273 28.0381 135.123 28.1537 134.985 28.2806C134.802 28.2375 134.598 28.2149 134.357 28.2058C134.613 27.816 134.867 27.4376 135.126 27.177V27.1747Z\" fill=\"white\"><\/path><path d=\"M132.952 32.5973L133.143 32.4704C133.143 32.4704 133.143 32.459 133.145 32.4545L133.188 32.4409L133.143 32.4704C133.102 32.5746 133.032 32.6018 132.952 32.5973L132.393 32.9689V32.7038L132.821 32.561C132.868 32.5882 132.909 32.5927 132.952 32.595V32.5973Z\" fill=\"white\"><\/path><path d=\"M131.444 31.7112C131.464 31.5617 131.773 30.9272 132.894 30.5555C133.069 30.4966 133.225 30.3992 133.357 30.27C133.479 30.1476 133.59 30.0298 133.692 29.9165C133.78 30.1114 133.919 30.2791 134.091 30.4014C133.59 30.6349 133.046 31.1787 132.246 31.9786C131.997 32.2279 131.884 32.561 131.902 32.8873C131.782 32.6222 131.564 32.4047 131.283 32.2891C131.387 32.1169 131.442 31.9243 131.442 31.7135L131.444 31.7112Z\" fill=\"white\"><\/path><path d=\"M127.007 37.431C127.193 37.2452 127.294 37.0276 127.294 36.7648C127.306 36.7104 127.381 36.5608 127.43 36.4634C127.458 36.4067 127.489 36.3455 127.519 36.2821C127.587 36.2957 127.655 36.3025 127.725 36.3025H128.196C128.743 36.3025 129.137 35.9036 129.137 35.3598C129.187 35.3598 129.232 35.3394 129.28 35.3326C129.452 35.0131 129.76 34.6935 130.082 34.374V34.825L130.401 34.5055C130.46 34.553 130.524 34.5984 130.589 34.6369C130.204 34.8408 129.946 35.1082 129.753 35.3258C129.37 35.4617 129.094 35.8266 129.094 36.2571C129.094 36.6877 128.99 36.7919 128.777 36.9732C128.72 37.0231 128.652 37.082 128.582 37.1545H128.194C127.698 37.1545 127.288 37.5194 127.217 37.9952C127.045 38.0224 126.859 38.0791 126.662 38.1629C126.558 38.1244 126.449 38.1017 126.336 38.0972L127.007 37.431Z\" fill=\"white\"><\/path><path d=\"M126.265 39.2373C126.265 39.2373 126.27 39.2373 126.274 39.2373C126.274 39.2668 126.274 39.3008 126.274 39.3347C126.274 39.3959 126.285 39.4549 126.304 39.5115C126.26 39.4798 126.213 39.4503 126.156 39.4254C126.204 39.3733 126.24 39.3098 126.267 39.2396L126.265 39.2373Z\" fill=\"white\"><\/path><path d=\"M125.302 37.7821C125.372 37.8886 125.476 37.9679 125.599 38.0064C125.596 38.0064 125.592 38.0064 125.59 38.0087C125.329 38.0948 125.143 38.2149 125.032 38.369C125.014 38.3282 124.991 38.2919 124.969 38.2579C125.102 38.1129 125.225 37.9543 125.304 37.7798L125.302 37.7821Z\" fill=\"white\"><\/path><path d=\"M124.949 38.9946C125.012 39.1555 125.134 39.2734 125.252 39.3595C125.225 39.3708 125.2 39.3844 125.178 39.4003C125.112 39.2575 125.005 39.1601 124.854 39.1034C124.885 39.0717 124.917 39.0354 124.949 38.9946Z\" fill=\"white\"><\/path><path d=\"M120.318 44.0796C120.66 43.9391 120.866 43.6241 120.866 43.2525C121.358 43.2525 121.762 42.8627 121.782 42.3755C121.904 42.371 122.024 42.3392 122.133 42.2871V42.3347C122.133 42.7041 122.351 43.0213 122.666 43.1686C122.163 43.155 121.696 43.5607 121.696 44.0864C121.696 44.5011 121.682 44.5963 121.526 44.7526L121.089 45.19C120.878 45.4007 120.651 45.6273 120.472 45.7973H120.465V44.9611C120.465 44.6053 120.264 44.2971 119.967 44.1453C120.091 44.1521 120.202 44.1272 120.316 44.0819L120.318 44.0796Z\" fill=\"white\"><\/path><path d=\"M110.885 50.8555H111.766C111.49 51.1659 111.195 51.4764 110.885 51.7891V50.8555Z\" fill=\"white\"><\/path><path d=\"M108.002 55.7729H108.267L107.734 56.3032C108.002 56.0381 108.002 55.7729 108.002 55.7729Z\" fill=\"white\"><\/path><path d=\"M94.2375 68.4995V68.2275C94.2715 68.2774 94.31 68.3227 94.3485 68.3612C94.4143 68.427 94.5185 68.4881 94.6295 68.5267C94.548 68.6445 94.4845 68.7057 94.301 68.7669C94.2715 68.7759 94.242 68.7895 94.2148 68.8031C94.2307 68.708 94.2375 68.606 94.2375 68.4972V68.4995Z\" fill=\"white\"><\/path><path d=\"M76.3128 85.5945C76.3355 85.5718 76.3695 85.5378 76.408 85.4902C76.4216 85.4902 76.4352 85.4902 76.451 85.4902H76.757C76.7638 85.5424 76.7774 85.5945 76.8 85.6511C76.8068 85.667 76.8136 85.6828 76.8227 85.6987C76.7139 85.71 76.553 85.71 76.4352 85.7803C76.408 85.7146 76.3672 85.6511 76.3128 85.599H76.3105L76.3151 85.5922L76.3128 85.5945Z\" fill=\"white\"><\/path><path d=\"M74.3285 87.854V88.1191C74.2265 88.0172 74.1313 87.9265 74.043 87.854H74.3285Z\" fill=\"white\"><\/path><path d=\"M100.348 185.624C100.418 185.566 100.486 185.502 100.552 185.441V185.91C100.513 185.806 100.447 185.708 100.348 185.624Z\" fill=\"white\"><\/path><path d=\"M101.32 181.686C101.452 181.559 101.554 181.4 101.613 181.228V181.486C101.585 181.514 101.554 181.545 101.511 181.586C101.452 181.645 101.409 181.715 101.381 181.788C101.363 181.752 101.343 181.72 101.32 181.686Z\" fill=\"white\"><\/path><path d=\"M102.348 176.488C102.312 176.4 102.262 176.334 102.208 176.282C102.355 176.098 102.459 175.876 102.459 175.613C102.459 175.507 102.459 175.384 102.464 175.289C102.5 175.266 102.532 175.242 102.561 175.212C102.672 175.101 102.756 174.972 102.817 174.834C102.879 174.843 102.951 174.847 103.019 174.84C103.116 175.001 103.293 175.108 103.495 175.108C103.944 175.108 104.08 175.022 104.419 174.68C104.524 174.575 104.583 174.435 104.583 174.288C104.583 173.979 104.626 173.848 104.687 173.667C104.744 173.499 104.809 173.3 104.836 172.987C105.049 172.982 105.242 172.853 105.328 172.658C105.328 172.672 105.328 172.683 105.328 172.697C105.328 172.84 105.383 172.98 105.491 173.089C105.562 173.161 105.648 173.209 105.738 173.232C105.648 173.386 105.593 173.56 105.593 173.737C105.587 173.769 105.546 173.85 105.516 173.907C105.432 174.077 105.326 174.29 105.326 174.553V175.083C105.326 175.384 105.566 175.631 105.868 175.638L105.754 175.751C105.707 175.799 105.668 175.856 105.641 175.917C105.176 176.053 105.063 176.386 105.063 176.674C105.063 176.821 105.122 176.962 105.226 177.066L105.299 177.138C105.19 177.281 105.063 177.478 105.063 177.732V177.761C104.857 177.662 104.601 177.698 104.429 177.87L104.163 178.135C104.086 178.212 104.032 178.312 104.012 178.419C103.935 178.498 103.803 178.643 103.756 178.874C103.746 178.851 103.737 178.831 103.728 178.808C103.586 178.521 103.588 178.434 103.624 178.389C103.81 178.203 103.984 178.029 103.984 177.732C103.984 177.435 103.81 177.261 103.624 177.075C103.52 176.971 103.379 176.912 103.232 176.912H102.967C102.697 176.912 102.473 177.104 102.421 177.36C102.326 177.458 102.147 177.657 102.147 177.993C102.067 178.006 101.999 178.029 101.934 178.061V178.004C101.938 177.94 101.999 177.755 102.038 177.644C102.09 177.49 102.14 177.338 102.169 177.193C102.341 177.002 102.477 176.782 102.353 176.486L102.348 176.488Z\" fill=\"white\"><\/path><path d=\"M105.319 171.133H105.616C105.627 171.133 105.638 171.133 105.65 171.133L105.754 171.237C105.754 171.237 105.765 171.248 105.77 171.253C105.79 171.31 105.82 171.362 105.854 171.407C105.854 171.416 105.854 171.425 105.854 171.434C105.697 171.532 105.593 171.706 105.593 171.906C105.593 172.155 105.584 172.214 105.491 172.307C105.441 172.357 105.403 172.411 105.378 172.472C105.389 172.316 105.332 172.157 105.217 172.042C105.176 172.001 105.144 171.969 105.117 171.942C105.246 171.826 105.38 171.643 105.38 171.373C105.38 171.289 105.362 171.208 105.326 171.133H105.319Z\" fill=\"white\"><\/path><path d=\"M105.898 159.122C105.936 159.1 105.972 159.07 106.006 159.039L106.197 158.848C106.26 158.88 106.335 158.903 106.419 158.916C106.41 158.939 106.403 158.959 106.394 158.98C106.226 159.417 106.117 159.705 106.117 159.97C106.117 160.065 106.142 160.153 106.183 160.23C106.086 160.353 105.997 160.482 105.938 160.622C105.834 160.543 105.705 160.491 105.578 160.475C105.551 160.448 105.517 160.414 105.474 160.371C105.467 160.364 105.46 160.357 105.451 160.351L105.587 159.94C105.773 159.85 105.9 159.659 105.9 159.44V159.174C105.9 159.156 105.9 159.138 105.895 159.12L105.898 159.122Z\" fill=\"white\"><\/path><path d=\"M106.912 163.179C106.912 163.179 106.93 163.179 106.942 163.179H107.207C107.245 163.179 107.284 163.174 107.322 163.167C107.311 163.188 107.3 163.211 107.291 163.233C107.175 163.514 107.291 163.725 107.447 163.906C107.447 164.047 107.447 164.178 107.44 164.273C107.406 164.296 107.374 164.321 107.345 164.35C107.186 164.509 107.105 164.688 107.107 164.881C107.107 165.008 107.143 165.112 107.189 165.196C107.184 165.221 107.184 165.245 107.184 165.273V166.068C107.184 166.299 107.325 166.496 107.526 166.58C107.522 166.592 107.515 166.603 107.51 166.614C107.472 166.691 107.451 166.775 107.451 166.861C107.451 167.249 107.533 167.503 107.658 167.668C107.671 167.754 107.696 167.845 107.732 167.94L107.347 168.323C107.189 168.481 107.141 168.722 107.227 168.928C107.25 168.985 107.281 169.034 107.32 169.08C107.177 169.297 107.021 169.608 107.139 169.963C107.155 170.011 107.175 170.056 107.198 170.099C107.189 170.163 107.184 170.233 107.184 170.308V170.337C107.127 170.213 107.023 170.113 106.892 170.059C106.824 170.029 106.751 170.016 106.679 170.016C106.611 170.016 106.545 170.027 106.482 170.052C106.232 169.936 106.006 169.911 105.808 169.977L105.743 169.911C105.7 169.868 105.632 169.832 105.555 169.805C105.752 169.569 105.906 169.302 105.906 168.98C105.906 168.892 105.89 168.812 105.865 168.74H106.148C106.457 168.74 106.704 168.491 106.704 168.185L106.71 167.963C106.835 167.745 106.969 167.464 106.969 166.859C106.969 166.816 106.962 166.775 106.951 166.734C106.962 166.689 106.969 166.641 106.969 166.592V166.326C106.969 166.018 106.719 165.771 106.414 165.771C106.325 165.771 106.246 165.776 106.173 165.789V165.735C106.438 165.366 106.438 164.998 106.436 164.756C106.443 164.724 106.484 164.643 106.511 164.586C106.59 164.427 106.688 164.23 106.701 163.906C106.729 163.879 106.763 163.847 106.803 163.804C106.908 163.7 106.966 163.56 106.966 163.412C106.966 163.328 106.948 163.245 106.912 163.172V163.179Z\" fill=\"white\"><\/path><path d=\"M105.533 162.005C105.533 162.005 105.558 161.978 105.59 161.955V162.064C105.59 162.064 105.583 162.087 105.574 162.1C105.547 162.046 105.538 162.012 105.533 162.005Z\" fill=\"white\"><\/path><path d=\"M108.002 158.486C108.04 158.418 108.086 158.322 108.099 158.209C108.154 158.123 108.194 158.041 108.231 157.969C108.292 157.849 108.326 157.781 108.394 157.715C108.543 157.565 108.598 157.343 108.53 157.144C108.507 157.076 108.494 157.028 108.487 156.985C108.614 157.071 108.779 157.101 108.929 157.065C108.958 157.128 108.992 157.192 109.035 157.255V157.321C109.035 157.887 109.273 158.134 109.833 158.141V158.159C109.636 158.384 109.393 158.735 109.47 159.113C109.278 159.247 109.078 159.437 108.834 159.68H108.534C108.448 159.68 108.362 159.7 108.285 159.739L108.269 159.745C108.19 159.702 108.099 159.68 108.004 159.68H107.988C108.013 159.596 108.027 159.517 108.027 159.442V158.646C108.027 158.592 108.018 158.538 108.002 158.486Z\" fill=\"white\"><\/path><path d=\"M110.389 168.456H110.6C110.607 168.443 110.623 168.436 110.629 168.422C110.629 168.434 110.629 168.445 110.629 168.456H110.654V168.721L110.629 168.697V169.311C110.471 169.408 110.364 169.585 110.364 169.784V170.106C110.328 170.129 110.292 170.156 110.26 170.188L109.995 170.453C109.879 170.568 109.825 170.722 109.834 170.879C109.8 170.913 109.766 170.947 109.737 170.976L109.73 170.983C109.705 171.008 109.685 171.035 109.664 171.062C109.648 171.074 109.632 171.087 109.619 171.101C109.623 170.827 109.644 170.519 109.719 170.444C109.936 170.226 109.936 169.875 109.719 169.657L109.453 169.392C109.415 169.354 109.372 169.322 109.324 169.297C109.428 169.197 109.515 169.066 109.567 168.876C109.635 168.837 109.698 168.792 109.757 168.74C109.789 168.746 109.823 168.749 109.857 168.749H110.122C110.276 168.749 110.401 168.672 110.5 168.572L110.387 168.459L110.389 168.456Z\" fill=\"white\"><\/path><path d=\"M110.389 154.139C110.389 153.874 110.654 153.874 110.654 154.139H110.389Z\" fill=\"white\"><\/path><path d=\"M111.041 166.732L111.05 166.725C111.07 166.745 111.093 166.766 111.114 166.786C111.114 166.791 111.111 166.795 111.109 166.8L111.048 166.739L111.043 166.734L111.041 166.732Z\" fill=\"white\"><\/path><path d=\"M112.728 144.538C112.887 144.692 113.05 144.819 113.304 144.819C113.395 144.819 113.474 144.803 113.544 144.776V144.834C113.343 144.834 113.177 144.862 113.041 144.902C112.96 144.857 112.869 144.834 112.774 144.834C112.198 144.834 111.953 145.079 111.953 145.655C111.953 145.673 111.953 145.691 111.958 145.709C111.797 145.807 111.688 145.983 111.688 146.185V146.214C111.616 146.178 111.534 146.16 111.448 146.16H111.414C111.604 146.072 111.738 145.879 111.738 145.655V145.396C111.745 145.308 111.854 145.059 111.987 144.866C112.302 144.821 112.549 144.701 112.728 144.538Z\" fill=\"white\"><\/path><path d=\"M112.393 137.067C112.427 137.051 112.459 137.033 112.486 137.012C112.465 137.044 112.447 137.076 112.427 137.11C112.416 137.094 112.404 137.08 112.391 137.067H112.393Z\" fill=\"white\"><\/path><path d=\"M112.773 136.375C112.95 136.375 113.039 136.464 113.039 136.641L112.773 136.375Z\" fill=\"white\"><\/path><path d=\"M114.947 140.284C114.959 140.282 114.97 140.277 114.981 140.273L114.961 140.293C114.961 140.293 114.954 140.287 114.95 140.282L114.947 140.284Z\" fill=\"white\"><\/path><path d=\"M116.128 146.876C116.187 146.926 116.257 146.965 116.337 146.985C116.328 147.08 116.328 147.169 116.328 147.244C116.328 147.309 116.33 147.404 116.357 147.382L116.092 147.647C115.995 147.744 115.936 147.878 115.929 148.016C115.831 148.021 115.736 148.05 115.652 148.102C115.707 148.025 115.761 147.957 115.816 147.903C116.137 147.581 116.253 147.198 116.126 146.876H116.128Z\" fill=\"white\"><\/path><path d=\"M119.601 143.321C119.601 143.321 119.601 143.314 119.599 143.312C119.613 143.291 119.61 143.266 119.622 143.244L119.137 143.001H119.803C119.896 142.976 119.984 142.938 120.052 142.872C120.057 142.879 120.064 142.879 120.07 142.872C119.966 142.976 119.905 143.119 119.905 143.266C119.905 143.518 119.896 143.575 119.798 143.672C119.746 143.724 119.696 143.774 119.644 143.828H119.638C119.631 143.813 119.626 143.801 119.619 143.79C119.681 143.647 119.665 143.473 119.601 143.318V143.321Z\" fill=\"white\"><\/path><path d=\"M119.644 136.897C119.571 136.885 119.49 136.879 119.404 136.879C119.104 136.879 118.862 137.114 118.848 137.409C118.742 137.409 118.644 137.42 118.561 137.44C118.606 137.359 118.631 137.264 118.631 137.169C118.631 137.001 118.64 136.992 118.733 136.899C118.889 136.743 119.055 136.55 119.125 136.217C119.184 136.235 119.277 136.269 119.417 136.339C119.503 136.382 119.598 136.403 119.691 136.398C119.657 136.554 119.646 136.72 119.641 136.894L119.644 136.897Z\" fill=\"white\"><\/path><path d=\"M121.299 138.497C121.29 138.512 121.281 138.531 121.274 138.546C121.19 138.497 121.093 138.469 120.993 138.469H120.816C120.832 138.392 120.835 138.318 120.832 138.252C120.853 138.243 120.875 138.236 120.905 138.227C120.986 138.2 121.061 138.154 121.122 138.093C121.165 138.05 121.206 138.005 121.24 137.959C121.231 138.059 121.231 138.15 121.231 138.231C121.231 138.327 121.256 138.417 121.299 138.497Z\" fill=\"white\"><\/path><path d=\"M123.379 47.0234C123.644 47.0234 123.644 46.7583 123.909 46.7583L123.644 47.0234H123.379Z\" fill=\"white\"><\/path><path d=\"M139.383 26.5179C139.394 26.4952 139.405 26.4793 139.415 26.468C139.519 26.3638 139.578 26.2233 139.578 26.076V26.042C139.594 26.076 139.612 26.1054 139.632 26.1372C139.612 26.221 139.53 26.3751 139.426 26.4793C139.412 26.4929 139.399 26.5065 139.383 26.5179Z\" fill=\"white\"><\/path><path d=\"M140.875 27.5308C140.943 27.5987 141.009 27.6667 141.145 27.6667H140.88C140.88 27.6078 140.88 27.567 140.875 27.5308Z\" fill=\"white\"><\/path><path d=\"M189.033 183.956H178.351V187.365H186.731V189.298H178.351V192.706H189.033V194.639H176.418V182.023H189.033V183.956Z\" fill=\"white\"><\/path><path d=\"M221.839 194.639H213.717L211.139 182.261L212.999 181.747L215.283 192.706H220.273L222.558 181.747L224.418 182.261L221.839 194.639Z\" fill=\"white\"><\/path><path d=\"M246.299 186.665V187.99C246.299 189.187 246.116 190.218 245.747 191.065C245.359 191.931 244.752 192.686 243.886 193.35C243.646 193.533 243.333 193.719 242.928 193.903C242.522 194.086 242.155 194.215 241.822 194.308C241.269 194.456 240.698 194.548 240.108 194.585C239.757 194.621 239.408 194.639 239.059 194.639C238.801 194.639 238.599 194.639 238.47 194.621C237.863 194.603 237.274 194.528 236.703 194.399C235.597 194.159 234.64 193.717 233.811 193.037C232.596 192.006 231.932 190.494 231.803 188.525L231.785 182.98V182.021H233.718V187.694C233.718 188.466 233.775 189.112 233.902 189.629C234.013 190.145 234.233 190.624 234.584 191.065C234.915 191.507 235.357 191.859 235.909 192.115C236.444 192.373 237.052 192.538 237.713 192.631C238.101 192.688 238.543 192.706 239.039 192.706C239.535 192.706 239.979 192.688 240.365 192.631C241.819 192.448 242.869 191.931 243.514 191.065C243.902 190.567 244.14 190.053 244.233 189.481C244.326 188.91 244.38 188.174 244.38 187.254V182.024H246.313L246.295 186.665H246.299Z\" fill=\"white\"><\/path><path d=\"M266.301 183.956H255.619V187.365H263.999V189.298H255.619V192.706H266.301V194.639H253.686V182.023H266.301V183.956Z\" fill=\"white\"><\/path><path d=\"M286.287 194.639H273.672V182.023H275.605V192.706H286.287V194.639Z\" fill=\"white\"><\/path><path d=\"M306.272 183.956H300.93V194.639H298.997V183.956H293.656V182.023H306.272V183.956Z\" fill=\"white\"><\/path><path d=\"M348.005 130.393C348.005 130.393 348 130.391 347.998 130.388L348.12 130.277H348.145C348.107 130.316 348.055 130.354 348.005 130.393Z\" fill=\"white\"><\/path><path d=\"M348.146 130.275L348.135 130.264L348.146 130.252C348.146 130.252 348.146 130.266 348.146 130.275Z\" fill=\"white\"><\/path><path d=\"M370.149 104.444V104.557C370.149 104.557 370.136 104.541 370.129 104.534C370.131 104.503 370.136 104.473 370.149 104.444Z\" fill=\"white\"><\/path><path d=\"M363.112 105.727C363.112 105.727 363.094 105.738 363.085 105.74C363.015 105.765 362.911 105.799 362.8 105.867C362.56 105.89 362.421 105.962 362.231 106.137C362.201 106.139 362.172 106.143 362.143 106.148C362.251 106.064 362.362 105.971 362.469 105.869C362.639 105.815 362.757 105.713 362.841 105.634C362.845 105.634 362.85 105.634 362.854 105.631C362.927 105.681 363.013 105.715 363.115 105.729L363.112 105.727Z\" fill=\"white\"><\/path><path d=\"M357.45 122.586V122.53C357.609 122.432 357.716 122.258 357.716 122.056V121.791C357.716 121.791 357.716 121.777 357.716 121.773C358.049 121.668 358.332 121.387 358.452 121.023H358.751C359.05 121.023 359.293 120.787 359.306 120.492H359.547C360.256 120.492 360.589 120.161 360.793 119.93C360.87 119.903 360.94 119.858 360.999 119.799L361.38 119.418C361.539 119.398 361.656 119.348 361.788 119.25C361.795 119.257 361.799 119.264 361.806 119.269L362.071 119.534L362.076 119.538C362.023 119.59 361.98 119.652 361.951 119.724C361.917 119.803 361.903 119.89 361.91 119.971L361.82 120.062C361.77 120.112 361.731 120.168 361.704 120.232C361.64 120.259 361.584 120.297 361.534 120.347L361.28 120.601C361.235 120.646 361.201 120.683 361.171 120.71C361.146 120.694 360.986 120.717 360.893 120.764C360.7 120.862 360.229 121.095 359.97 121.521C359.737 121.455 359.467 121.564 359.343 121.766C358.815 121.773 358.717 121.838 358.361 122.192C358.323 122.23 358.289 122.276 358.264 122.323C358.074 122.375 357.942 122.482 357.854 122.568C357.756 122.579 357.609 122.611 357.441 122.695C357.448 122.659 357.453 122.622 357.453 122.586H357.45Z\" fill=\"white\"><\/path><path d=\"M357.429 119.645H357.389C357.454 119.616 357.513 119.575 357.563 119.525C357.69 119.4 357.901 119.189 357.96 119.165H357.987C357.81 119.248 357.695 119.425 357.695 119.645C357.649 119.645 357.604 119.649 357.563 119.661C357.52 119.649 357.477 119.645 357.432 119.645H357.429Z\" fill=\"white\"><\/path><path d=\"M382.285 194.639H369.67V182.023H371.603V192.706H382.285V194.639Z\" fill=\"white\"><\/path><path d=\"M453.566 182.023H451.633V194.641H453.566V182.023Z\" fill=\"white\"><\/path><path d=\"M416.262 136.7V136.389H416.57L416.262 136.7Z\" fill=\"white\"><\/path><path d=\"M418.115 130.814H418.428V131.125C418.219 131.125 418.115 131.021 418.115 130.814Z\" fill=\"white\"><\/path><path d=\"M478.318 88.9141V88.6489C478.495 88.8257 478.495 88.9141 478.318 88.9141Z\" fill=\"white\"><\/path><path d=\"M459.23 135.315H458.965L459.23 135.05V135.315Z\" fill=\"white\"><\/path><path d=\"M477.823 194.639H475.888V192.668C475.501 192.98 475.115 193.221 474.764 193.422C474.395 193.624 473.989 193.81 473.568 193.975C473.015 194.177 472.371 194.342 471.653 194.453C470.916 194.582 470.216 194.637 469.534 194.637C467.748 194.637 466.237 194.397 464.984 193.9C464.043 193.533 463.289 193.071 462.681 192.5C462.074 191.929 461.614 191.249 461.299 190.42C461.188 190.143 461.097 189.792 461.041 189.407C460.966 189.019 460.93 188.688 460.93 188.394C460.93 187.308 461.188 186.311 461.684 185.448C462.183 184.582 462.901 183.864 463.839 183.311C464.191 183.089 464.651 182.887 465.183 182.704C465.718 182.52 466.232 182.373 466.749 182.262C467.56 182.096 468.424 182.021 469.328 182.021C470.175 182.021 471.002 182.096 471.832 182.244C472.661 182.373 473.452 182.611 474.209 182.944C474.945 183.275 475.591 183.719 476.144 184.251L476.826 184.933L475.464 186.298L474.782 185.616C474.599 185.432 474.359 185.246 474.082 185.063C473.806 184.897 473.529 184.75 473.253 184.639C472.571 184.362 471.834 184.179 471.041 184.05C470.434 183.995 469.863 183.957 469.364 183.957C467.873 183.957 466.584 184.179 465.496 184.639C464.741 184.97 464.134 185.393 463.71 185.892C463.286 186.391 463.01 187.016 462.901 187.734C462.883 187.882 462.865 188.086 462.865 188.36C462.865 189.538 463.343 190.533 464.302 191.362C465.131 191.97 466.273 192.393 467.71 192.613C468.263 192.688 468.816 192.724 469.387 192.724C469.958 192.724 470.493 192.688 471.043 192.613C472.498 192.412 473.622 191.988 474.451 191.362C474.728 191.122 474.968 190.884 475.152 190.644C475.335 190.422 475.483 190.166 475.594 189.889C475.686 189.649 475.759 189.466 475.777 189.3H467.102V187.367H477.821V194.641L477.823 194.639Z\" fill=\"white\"><\/path><path d=\"M472.221 155.995V155.73H472.486L472.751 155.995H472.486H472.221Z\" fill=\"white\"><\/path><path d=\"M497.807 183.956H487.125V187.365H495.505V189.298H487.125V192.706H497.807V194.639H485.189V182.023H497.807V183.956Z\" fill=\"white\"><\/path><path d=\"M516.486 194.639H514.551V189.592L507.7 183.956H507.109V194.639H505.176V182.023H508.4L514.551 187.106V182.023H516.486V194.639Z\" fill=\"white\"><\/path><path d=\"M535.151 134.082C534.498 134.082 534.172 133.755 534.172 133.101H535.151V134.082Z\" fill=\"white\"><\/path><path d=\"M513.655 116.781C513.637 116.792 513.619 116.801 513.603 116.808C513.594 116.803 513.587 116.799 513.578 116.794C513.578 116.79 513.578 116.785 513.58 116.781C513.605 116.781 513.63 116.781 513.655 116.781Z\" fill=\"white\"><\/path><path d=\"M135.635 79.8704C135.581 79.8455 135.526 79.8297 135.472 79.8297H135.356L134.93 79.4014C134.908 79.6234 134.835 79.8636 134.597 80.1016C134.572 80.1854 134.688 80.3259 134.785 80.4279C135.105 80.4528 135.207 80.5933 135.207 80.9672V81.0828L135.125 81.1644C134.985 81.3049 134.951 81.4363 134.944 81.7513H135.356C135.327 81.715 135.297 81.6765 135.272 81.6516L135.075 81.4544L135.572 80.9582V80.8131L135.263 80.5072C135.365 80.4052 135.418 80.301 135.479 80.1786L135.633 79.8727L135.635 79.8704Z\" fill=\"white\"><\/path><path d=\"M135.104 90.204L135.205 90.3083H135.369H135.573V90.1021H135.205L135.104 90.204Z\" fill=\"white\"><\/path><path d=\"M136.416 72.4512C136.416 72.4512 136.405 72.4625 136.4 72.467H136.425C136.425 72.467 136.419 72.4557 136.416 72.4512Z\" fill=\"white\"><\/path><path d=\"M135.714 73.5731H135.709C135.709 73.5889 135.709 73.6048 135.714 73.6207V73.5708V73.5731Z\" fill=\"white\"><\/path><path d=\"M136.454 73.7385C136.377 73.8155 136.302 73.888 136.279 73.922L136.508 73.6841L136.454 73.7385Z\" fill=\"white\"><\/path><path d=\"M141.282 74.1076V73.958L140.697 73.3711V74.3251H140.799C141.037 74.3251 141.062 74.3251 141.282 74.1053V74.1076Z\" fill=\"white\"><\/path><path d=\"M137.608 69.0951C137.642 69.0701 137.676 69.052 137.714 69.0407C137.762 68.9908 137.802 68.9432 137.836 68.8979V68.7551H137.936C138 68.6441 138.024 68.5489 138.034 68.4492L137.451 69.0293C137.451 69.0293 137.453 69.0339 137.456 69.0361C137.515 69.0497 137.564 69.0701 137.608 69.0973V69.0951Z\" fill=\"white\"><\/path><path d=\"M133.146 79.4423C133.171 79.4174 133.175 79.4038 133.175 79.4038C133.175 79.4038 133.173 79.4038 133.169 79.4038C133.132 79.4401 133.096 79.4695 133.064 79.4967L133.08 79.5126L133.146 79.4401V79.4423Z\" fill=\"white\"><\/path><path d=\"M128.039 96.8618C128.048 96.846 128.059 96.8278 128.069 96.812L128.039 96.8052V96.8618Z\" fill=\"white\"><\/path><path d=\"M127.521 97.9649C127.553 97.9037 127.583 97.8493 127.61 97.8018C127.583 97.8199 127.553 97.838 127.521 97.8539V97.9649Z\" fill=\"white\"><\/path><path d=\"M135.714 74.4888L136.129 74.0741H135.714V73.9019C135.691 74.099 135.61 74.3188 135.394 74.5364L135.313 74.6179H134.943L134.93 74.9579C134.81 75.3182 134.642 75.5765 134.495 75.8054C134.302 76.1022 134.15 76.3379 134.15 76.7254C134.15 76.7957 134.139 76.8568 134.123 76.909C134.139 76.884 134.157 76.8591 134.173 76.8342C134.295 76.6506 134.39 76.5056 134.39 76.1929V76.0773L135.086 75.3861H135.202C135.347 75.3861 135.585 75.1527 135.78 74.9579C135.737 74.874 135.718 74.7607 135.718 74.6043V74.4888H135.714Z\" fill=\"white\"><\/path><path d=\"M137.269 80.6026C137.237 80.5958 137.12 80.6026 136.873 80.8315L136.757 81.0921L136.537 81.1283C136.537 81.1283 136.519 81.1283 136.512 81.1283V81.1895L136.431 81.2711C136.159 81.543 136.159 81.747 136.431 82.0189L136.512 82.1005V82.216C136.512 82.4721 136.397 82.7055 136.293 82.9117C136.263 82.9684 136.236 83.025 136.211 83.0794H136.29L136.354 82.8891C136.458 82.5741 136.605 82.2976 136.777 82.0551V81.0875L137.244 81.5589C137.414 81.4252 137.584 81.3164 137.738 81.2575C137.663 81.1759 137.609 81.0694 137.552 80.9652C137.48 80.8269 137.369 80.6184 137.269 80.6026Z\" fill=\"white\"><\/path><path d=\"M126.831 104.942C126.715 105.04 126.534 105.153 126.335 105.074C126.262 105.044 126.214 104.997 126.174 104.94C126.167 104.94 126.16 104.94 126.151 104.94C126.124 104.938 126.11 104.924 126.09 104.915C126.038 105.047 125.967 105.171 125.847 105.294C125.863 105.432 125.886 105.588 125.768 105.724C125.682 105.822 125.557 105.869 125.399 105.89V106.803L125.317 106.885C125.249 106.953 125.211 107.061 125.201 107.172L125.258 107.231H125.199C125.199 107.356 125.24 107.476 125.315 107.553L125.788 108.027H125.659V108.267H125.924V108.446C125.983 108.355 126.033 108.262 126.085 108.16C126.185 107.963 126.296 107.739 126.518 107.517L126.6 107.435H126.919C126.906 107.406 126.881 107.363 126.833 107.297C126.761 107.193 126.652 107.036 126.745 106.855C126.806 106.735 126.926 106.674 127.098 106.674C127.2 106.622 127.2 106.329 127.2 106.189V106.073L127.282 105.992C127.461 105.813 127.488 105.688 127.486 105.663H126.815L127.581 104.931V104.875C127.459 104.929 127.323 104.942 127.098 104.942H126.826H126.831Z\" fill=\"white\"><\/path><path d=\"M132.269 81.1553C132.244 81.2301 132.21 81.289 132.178 81.3411C132.119 81.4431 132.049 81.5632 132.035 81.8895C132.051 81.8691 132.067 81.851 132.087 81.8306C132.241 81.6765 132.266 81.536 132.271 81.1553H132.269Z\" fill=\"white\"><\/path><path d=\"M128.039 96.7211V96.7778L128.105 96.7528C128.127 96.7188 128.15 96.6849 128.173 96.6509C128.148 96.6305 128.123 96.6282 128.098 96.6191C128.08 96.6531 128.059 96.6871 128.039 96.7188V96.7211Z\" fill=\"white\"><\/path><path d=\"M128.566 98.3388L128.598 98.3071C128.598 98.3071 128.582 98.298 128.575 98.2935C128.575 98.3093 128.571 98.3229 128.566 98.3388Z\" fill=\"white\"><\/path><path d=\"M128.366 96.3087C128.38 96.3336 128.389 96.3563 128.398 96.3812C128.468 96.2906 128.506 96.1455 128.527 95.9756C128.441 96.0549 128.352 96.1274 128.262 96.1886C128.303 96.2203 128.339 96.2611 128.366 96.311V96.3087Z\" fill=\"white\"><\/path><path d=\"M132.224 92.0395C132.14 92.2434 132.061 92.4383 131.945 92.5901H132.24C132.383 92.3998 132.668 92.3046 132.911 92.223C132.997 92.1936 133.121 92.1528 133.208 92.1143C132.929 91.7358 132.911 91.3529 132.911 91.0288C132.532 91.2871 132.369 91.6837 132.222 92.0395H132.224Z\" fill=\"white\"><\/path><path d=\"M130.674 93.4106C130.656 93.5285 130.626 93.6373 130.588 93.7324H130.941V93.6939C130.941 93.6282 130.95 93.5806 130.957 93.5285H130.79L130.672 93.4106H130.674Z\" fill=\"white\"><\/path><path d=\"M133.549 85.6667L133.594 85.6214V85.6123L133.547 85.6599L133.549 85.6644V85.6667Z\" fill=\"white\"><\/path><path d=\"M130.439 91.4867C130.444 91.4618 130.451 91.4346 130.458 91.4097C130.451 91.4187 130.444 91.4255 130.442 91.4323C130.442 91.4391 130.439 91.4595 130.439 91.4867Z\" fill=\"white\"><\/path><path d=\"M130.248 96.9637V96.6714C130.248 96.6714 130.157 96.7144 130.055 96.7938C130.144 97.0657 130.076 97.3489 129.827 97.6005L129.745 97.6821H129.629C129.643 97.6934 129.643 97.8452 129.643 97.9359V98.0514L129.561 98.133C129.43 98.2644 129.292 98.3506 129.149 98.3891L129.378 98.6157V98.7313C129.378 99.1029 129.283 99.2411 128.975 99.2706C128.877 99.4451 128.898 99.7283 129.031 99.862L129.228 100.059L129.031 100.256C128.859 100.429 128.848 100.589 128.848 100.596V100.633L128.879 100.614C129.738 100.184 129.867 99.8688 129.867 99.7215V99.606L129.949 99.5244C130.11 99.3658 130.189 99.2071 130.28 99.0236C130.366 98.8514 130.461 98.661 130.631 98.4661C130.647 98.065 130.753 97.8362 130.826 97.6798C130.901 97.5166 130.923 97.4668 130.336 96.8799L130.248 96.9682V96.9637Z\" fill=\"white\"><\/path><path d=\"M133.932 77.1895C133.932 77.1895 133.95 77.2077 133.957 77.219C133.97 77.1827 133.986 77.1465 134.002 77.1147C133.977 77.1442 133.955 77.1669 133.934 77.1873L133.93 77.1918L133.932 77.1895Z\" fill=\"white\"><\/path><path d=\"M125.369 109.219C125.385 109.178 125.396 109.126 125.424 109.096C125.405 109.098 125.378 109.101 125.369 109.105V109.219Z\" fill=\"white\"><\/path><path d=\"M130.944 90.5098V90.4282C130.912 90.5506 130.858 90.6639 130.805 90.7659C130.756 90.8678 130.701 90.9721 130.701 91.0401V91.0831C130.735 91.065 130.776 91.0514 130.819 91.0423C130.941 90.8837 130.941 90.7296 130.941 90.5121L130.944 90.5098Z\" fill=\"white\"><\/path><path d=\"M131.768 89.8254V89.7098L131.824 89.6531L131.552 89.3812C131.489 89.3178 131.435 89.2634 131.389 89.209C131.317 89.3631 131.213 89.4741 131.079 89.5285C130.963 89.5761 130.843 89.5784 130.728 89.5353L130.619 89.6441C130.533 89.7302 130.451 89.8458 130.381 89.9636H130.966V90.2423C130.966 90.2922 130.961 90.3375 130.952 90.3828L131.484 89.848L131.754 90.12C131.763 90.0474 131.768 89.9545 131.768 89.8231V89.8254Z\" fill=\"white\"><\/path><path d=\"M128.965 89.7279H128.958L128.969 89.7166C129.003 89.635 129.037 89.5466 129.071 89.4469C128.994 89.4356 128.917 89.4175 128.844 89.3857V89.8299L128.684 89.9908C128.718 90.0361 128.749 90.0814 128.777 90.1313C128.79 90.1041 128.804 90.0746 128.82 90.0429V89.9659H128.856C128.89 89.8933 128.926 89.814 128.962 89.7279H128.965Z\" fill=\"white\"><\/path><path d=\"M130.839 84.9508C130.889 84.8488 130.944 84.7446 130.944 84.6766V84.6426C130.898 84.6584 130.855 84.6675 130.819 84.6743C130.76 84.7332 130.715 84.7808 130.706 84.8012C130.701 84.8171 130.701 84.8828 130.701 84.944V84.9621C130.742 84.9734 130.778 84.9916 130.81 85.012C130.819 84.9916 130.83 84.9734 130.839 84.953V84.9508Z\" fill=\"white\"><\/path><path d=\"M141.661 72.0409C141.661 72.0092 141.661 71.973 141.661 71.939V71.5288C141.661 71.5288 141.643 71.5379 141.634 71.5424C141.571 71.5696 141.51 71.5719 141.457 71.5605V71.6738L141.285 71.8461C141.319 71.8755 141.349 71.9072 141.376 71.9322C141.512 72.0681 141.564 72.0432 141.661 72.0409Z\" fill=\"white\"><\/path><path d=\"M131.477 83.2335C131.477 83.2335 131.477 83.2221 131.477 83.2153C131.457 83.2403 131.438 83.2629 131.416 83.2833L131.361 83.3377H131.366C131.402 83.3037 131.441 83.2652 131.477 83.2312V83.2335Z\" fill=\"white\"><\/path><path d=\"M131.741 88.2617L131.682 88.3206C131.605 88.3977 131.533 88.4725 131.508 88.5042L131.739 88.2731C131.739 88.2731 131.739 88.2663 131.739 88.2617H131.741Z\" fill=\"white\"><\/path><path d=\"M131.871 82.5558C131.871 82.481 131.871 82.3995 131.878 82.3179C131.828 82.4062 131.79 82.5241 131.749 82.6442C131.724 82.7167 131.699 82.7915 131.672 82.8663C131.722 82.8413 131.783 82.8255 131.855 82.8164C131.871 82.7484 131.871 82.651 131.871 82.5558Z\" fill=\"white\"><\/path><path d=\"M129.436 96.0458C129.42 96.0051 129.408 95.962 129.399 95.9189C129.395 95.9235 129.383 95.9348 129.383 95.9393C129.379 95.9529 129.379 96.0209 129.379 96.0798C129.379 96.1524 129.379 96.2249 129.379 96.2974L129.402 96.0119L129.438 96.0458H129.436Z\" fill=\"white\"><\/path><path d=\"M141.941 74.9348C142.211 74.5677 142.426 74.0692 142.426 73.8426V73.7202L142.408 73.727C141.912 73.8924 141.916 73.9491 141.943 74.3207C141.955 74.4862 141.968 74.6901 141.941 74.9371V74.9348Z\" fill=\"white\"><\/path><path d=\"M145.089 67.3732V67.2576L145.477 66.8678C145.501 66.6548 145.585 66.4056 145.674 66.1427C145.717 66.0135 145.762 65.8753 145.796 65.7529C145.735 65.8526 145.66 65.9501 145.563 66.0475L145.454 66.1291C145.454 66.1631 145.454 66.2016 145.454 66.2311C145.454 66.3761 145.454 66.7863 145.121 66.8724C144.908 67.1194 144.885 67.3619 144.883 67.6474C144.921 67.6995 144.96 67.7675 144.978 67.8491C145.048 67.7176 145.089 67.5658 145.089 67.3709V67.3732Z\" fill=\"white\"><\/path><path d=\"M140.513 61.8756V61.9911L140.432 62.0727C140.432 62.0727 140.432 62.1158 140.436 62.1407C140.447 62.22 140.45 62.3016 140.436 62.3809C140.452 62.3537 140.47 62.3265 140.491 62.2993C140.515 61.8642 140.697 61.6829 140.833 61.547C140.896 61.4835 140.944 61.4359 140.975 61.3589H140.765C140.642 61.3589 140.513 61.5402 140.513 61.8756Z\" fill=\"white\"><\/path><path d=\"M127.292 93.2291C127.415 93.0727 127.494 92.896 127.494 92.6331V92.5175L127.555 92.4563C127.542 92.4563 127.526 92.4518 127.512 92.4473C127.474 92.6625 127.288 92.7419 127.211 92.7736C127.181 92.7736 127.163 92.8438 127.24 93.0727L127.292 93.2268V93.2291Z\" fill=\"white\"><\/path><path d=\"M123.266 112.166C123.27 112.214 123.273 112.264 123.275 112.321C123.277 112.375 123.277 112.461 123.277 112.518H122.973C122.946 112.629 122.905 112.749 122.865 112.871C122.828 112.98 122.792 113.096 122.77 113.193C122.801 113.15 122.838 113.12 122.869 113.071C122.987 112.892 123.134 112.672 123.393 112.529V111.983L123.261 112.114V112.166H123.266Z\" fill=\"white\"><\/path><path d=\"M119.309 111.829C119.318 111.883 119.334 111.901 119.334 111.901C119.358 111.917 119.454 111.904 119.485 111.901C119.492 111.901 119.499 111.901 119.506 111.899C119.712 111.668 119.855 111.439 119.945 111.19C119.882 111.258 119.816 111.324 119.75 111.389L119.311 111.831L119.309 111.829Z\" fill=\"white\"><\/path><path d=\"M140.963 60.8851L141.017 60.9394V60.7015L141.104 60.6154C141.144 60.5746 141.183 60.5361 141.219 60.4976C141.122 60.5451 141.002 60.5587 140.893 60.561C140.811 60.672 140.836 60.7559 140.963 60.8851Z\" fill=\"white\"><\/path><path d=\"M120.411 109.799C120.438 109.733 120.47 109.67 120.499 109.608C120.511 109.588 120.52 109.565 120.531 109.545C120.477 109.599 120.407 109.672 120.348 109.735L120.411 109.799Z\" fill=\"white\"><\/path><path d=\"M142.608 56.9402C142.733 56.7498 142.828 56.5345 142.862 56.394C142.81 56.4598 142.762 56.5164 142.717 56.5685C142.567 56.743 142.513 56.8042 142.608 56.9402Z\" fill=\"white\"><\/path><path d=\"M143.201 55.4985H143.378C143.394 55.4328 143.403 55.3557 143.405 55.2583C143.335 55.2651 143.249 55.3421 143.201 55.4985Z\" fill=\"white\"><\/path><path d=\"M143.165 55.7773L143.16 55.8362C143.194 55.8068 143.226 55.7773 143.255 55.7433L143.169 55.6572C143.165 55.6958 143.162 55.7343 143.162 55.7773H143.165Z\" fill=\"white\"><\/path><path d=\"M127.175 93.3582C127.15 93.3831 127.128 93.4103 127.107 93.4352C127.157 93.3854 127.205 93.3355 127.248 93.2856L127.175 93.3582Z\" fill=\"white\"><\/path><path d=\"M81.4605 83.1609V83.0815C81.3857 83.1065 81.3245 83.1314 81.2656 83.1563L81.3585 83.1631C81.3993 83.1654 81.4288 83.1631 81.4605 83.1586V83.1609Z\" fill=\"white\"><\/path><path d=\"M119.336 112.18C119.388 112.185 119.438 112.185 119.483 112.18L119.359 112.056C119.347 112.072 119.336 112.121 119.336 112.178V112.18Z\" fill=\"white\"><\/path><path d=\"M117.954 115.951V115.817C117.947 115.86 117.935 115.906 117.922 115.951H117.954Z\" fill=\"white\"><\/path><path d=\"M153.664 100.658C153.725 100.51 153.822 100.422 153.929 100.368C153.956 100.306 153.983 100.252 154.01 100.2C154.038 100.146 154.078 100.062 154.085 100.032C154.085 99.9326 154.112 99.8419 154.162 99.7626C154.142 99.5201 154.133 99.2346 154.355 98.9899C154.432 98.9037 154.522 98.8448 154.613 98.8018V98.1945C154.613 98.0472 154.672 97.9044 154.776 97.8002C155.005 97.5713 155.143 97.4331 155.143 96.8688C155.143 96.7215 155.202 96.581 155.307 96.4768C155.9 95.883 155.964 95.6814 156.136 95.1398L156.233 94.8384C156.517 94.2583 156.759 93.7733 157.002 93.0595C157.024 92.5542 157.215 92.2664 157.357 92.0534C157.471 91.8811 157.53 91.795 157.53 91.5661C157.53 91.505 157.539 91.446 157.559 91.3894C157.636 91.1628 157.688 90.9815 157.734 90.8297C157.829 90.5079 157.901 90.2586 158.071 90.0252C158.101 89.7374 158.209 89.5969 158.49 89.3159C158.935 88.8718 159.08 88.1375 159.206 87.4894C159.27 87.1677 159.331 86.8685 159.415 86.617C159.492 86.3881 159.544 86.2068 159.589 86.0573C159.698 85.6879 159.78 85.4114 160.013 85.1463L160.772 83.628L161.271 82.1097C161.414 81.6792 161.559 81.3914 161.665 81.1761C161.711 81.0855 161.765 80.9744 161.774 80.9382C161.774 80.3943 161.98 80.0839 162.132 79.8572C162.248 79.685 162.304 79.5989 162.304 79.37C162.304 79.2227 162.363 79.0822 162.467 78.978C162.51 78.9349 162.544 78.901 162.572 78.8738C162.585 78.7287 162.644 78.5384 162.733 78.4477C162.798 78.382 162.832 78.3163 162.893 78.1939C162.948 78.0852 163.011 77.9583 163.111 77.8246C163.014 77.5685 162.939 77.2898 163.077 76.9884C163.156 76.8162 163.29 76.6779 163.478 76.5714C163.41 76.4604 163.363 76.3357 163.363 76.1862C163.363 75.8349 163.453 75.6061 163.657 75.4814C163.698 75.2571 163.795 75.0056 164.026 74.7631C164.033 74.4934 164.074 74.1852 164.321 73.9382C164.362 73.8974 164.416 73.732 164.452 73.6232C164.53 73.3921 164.627 73.102 164.851 72.8754C165.037 72.6896 165.209 72.3157 165.218 72.2001C165.218 71.9441 165.325 71.731 165.409 71.5611C165.436 71.5067 165.477 71.4229 165.484 71.3934C165.484 71.194 165.588 71.0263 165.746 70.9334V70.8813C165.746 70.734 165.805 70.5935 165.91 70.4892C165.953 70.4462 165.987 70.4122 166.014 70.385C166.027 70.24 166.086 70.0473 166.177 69.959C166.191 69.9454 166.51 69.6213 166.338 69.2746C166.299 69.1976 166.279 69.1137 166.279 69.0276V68.7625C166.279 68.6152 166.338 68.4747 166.442 68.3704C166.73 68.0826 166.768 67.9308 166.825 67.7019C166.9 67.3983 166.995 67.0221 167.5 66.5145C168.101 65.914 167.974 65.6625 167.926 65.5673C167.888 65.4902 167.867 65.4041 167.867 65.318C167.867 65.0914 167.867 64.7945 167.942 64.5362C167.895 64.4546 167.867 64.3595 167.867 64.2575V63.9924C167.867 63.9312 167.877 63.8722 167.897 63.8156C168.042 63.3873 168.185 63.0995 168.291 62.8842C168.337 62.7936 168.393 62.6825 168.4 62.644C168.4 62.3268 168.579 62.1251 168.674 62.0276C168.695 61.9211 168.749 61.8214 168.826 61.7444C168.858 61.7127 168.892 61.6855 168.928 61.6651V61.6084C168.928 61.4611 168.987 61.3206 169.091 61.2164C169.08 61.2164 169.084 61.1779 169.093 61.1371C169.141 60.9331 169.216 60.6068 169.529 60.3371C169.529 60.319 169.529 60.3009 169.529 60.285C169.529 59.9882 169.703 59.8137 169.889 59.6279L170.154 59.3627C170.165 59.3514 170.179 59.3378 170.192 59.3242C169.957 58.9027 170.032 58.4246 170.417 58.0371C170.46 57.994 170.494 57.9623 170.521 57.9351C170.521 57.6722 170.532 57.3912 170.664 57.1102C170.428 57.0468 170.254 56.8315 170.254 56.5732V56.308C170.254 56.1607 170.313 56.018 170.419 55.9137C170.394 55.7664 170.39 55.5172 170.562 55.2656C170.619 55.0934 170.723 54.9597 170.804 54.8577C170.757 54.6742 170.804 54.468 170.949 54.3252L171.054 54.221C171.049 54.1349 171.063 54.051 171.094 53.9717C171.054 53.9241 171.017 53.8675 170.988 53.7972C170.924 53.6476 170.9 53.4278 171.065 53.1786C171.11 52.8477 171.273 52.6619 171.582 52.5962C171.582 52.3945 171.688 52.22 171.847 52.1203V52.0636C171.847 51.7577 172.096 51.5085 172.402 51.5085H172.667C172.814 51.5085 172.955 51.5674 173.059 51.6716C173.066 51.6716 173.134 51.6716 173.154 51.6603C173.154 51.6603 173.172 51.6286 173.172 51.5356C173.172 51.3408 173.231 51.1731 173.295 51.0303H173.197C172.889 51.0303 172.642 50.781 172.642 50.4751V50.21C172.642 49.9018 172.891 49.6548 173.197 49.6548C173.209 49.6548 173.218 49.6548 173.227 49.6548C173.218 49.6389 173.213 49.6231 173.206 49.6049C173.036 49.503 172.91 49.3375 172.91 49.1494C172.91 48.8571 172.91 48.422 173.29 48.0096C173.286 48.0096 173.281 48.0073 173.277 48.0051C173.138 47.9484 173.052 47.86 172.998 47.7603C172.9 47.7059 172.81 47.6198 172.753 47.4816C172.629 47.1802 172.767 46.9581 172.944 46.7678C173.025 46.4664 173.238 46.2126 173.458 45.986C173.519 45.6234 173.732 45.4444 174.135 45.4172C174.26 45.2223 174.444 45.0614 174.654 44.9685C174.639 44.785 174.673 44.5062 174.931 44.2479C175.046 44.1323 175.203 43.8763 175.402 43.5545C175.536 43.3392 175.69 43.0877 175.878 42.8021C176.134 42.0611 176.406 41.7189 176.658 41.4606C176.76 41.0912 177.077 40.774 177.58 40.2709C177.646 40.2052 177.73 40.1553 177.818 40.1304C177.836 40.0919 177.854 40.0534 177.872 40.0171C177.872 40.0126 177.877 40.008 177.879 40.0058C177.761 39.8426 177.693 39.6545 177.793 39.4166C177.841 39.301 177.911 39.2217 177.99 39.1673C177.979 39.1288 177.97 39.0857 177.963 39.0404C177.709 38.7277 177.682 38.4603 177.881 38.1566C177.856 38.0456 177.868 37.9346 177.913 37.8213C177.922 37.8009 177.933 37.7805 177.945 37.7601V37.4836C177.945 37.4655 177.945 37.4474 177.947 37.4292C177.786 37.3318 177.68 37.155 177.68 36.9533C177.68 36.8559 177.696 36.7698 177.718 36.6927L177.313 36.2848C177.208 36.1806 177.149 36.0401 177.149 35.8928V35.6277C177.149 35.4804 177.208 35.3399 177.313 35.2357L177.446 35.1019C177.541 34.6805 177.831 34.1864 178.106 33.9123C178.224 33.7944 178.393 33.7378 178.552 33.7514C178.575 33.7128 178.602 33.6788 178.634 33.6471C178.745 33.5361 178.853 33.3661 178.965 33.2007C179.11 32.9832 179.261 32.7588 179.431 32.5866L179.814 32.2036C179.871 31.7685 180.077 31.4445 180.39 31.3153C180.433 31.2972 180.476 31.2836 180.519 31.2745C180.403 31.1725 180.329 31.023 180.329 30.8576V30.3273C180.329 30.18 180.388 30.0372 180.492 29.933C180.583 29.8424 180.596 29.7676 180.596 29.763V28.4691C180.596 28.3218 180.653 28.179 180.759 28.0748L180.929 27.9071C180.873 27.7734 180.85 27.6216 180.891 27.4992C181.038 27.0573 181.113 26.91 181.185 26.7627C181.244 26.6449 181.303 26.5248 181.421 26.1713C181.448 26.0897 181.493 26.0149 181.555 25.9537L181.67 25.8382C181.716 25.4665 181.863 25.1923 182.031 24.9771C181.806 24.4989 181.969 24.0706 182.092 23.8168C182.024 23.7466 181.974 23.6605 181.951 23.5653C181.906 23.3795 181.944 23.1755 182.08 23.0373L182.339 22.7789C182.33 22.6679 182.352 22.5727 182.384 22.4934C182.502 22.2102 182.747 22.1218 182.978 22.0923C182.98 21.6323 183.143 21.3876 183.51 21.3105V20.5151C183.51 20.4562 183.519 20.3973 183.538 20.3406C183.642 20.0279 183.746 19.756 183.834 19.5226C183.923 19.2914 184.032 19.0059 184.038 18.9175C184.05 18.7861 184.109 18.6252 184.201 18.5323C184.281 18.453 184.308 18.3759 184.414 18.0179C184.442 17.925 184.473 17.8207 184.51 17.7006C184.272 17.2769 184.347 16.7987 184.732 16.4112C184.99 16.1529 185.101 16.0305 185.101 15.7427C185.101 15.5954 185.16 15.4549 185.264 15.3507C185.375 15.2397 185.482 15.0697 185.593 14.9043C185.72 14.7139 185.849 14.519 185.994 14.3582C186.302 13.769 186.653 13.4313 187.258 13.1254C187.354 12.7152 187.621 12.2869 188.018 11.9878C188.036 11.632 188.29 11.4417 188.444 11.3261C188.582 11.2219 188.711 11.1244 188.813 10.8729V10.6644C188.555 10.3857 188.283 10.005 188.283 9.37728C188.278 9.36595 188.237 9.28437 188.208 9.22772C188.154 9.11895 188.09 8.99205 188.052 8.84475C187.764 8.54789 187.487 8.21478 187.487 7.78649V7.52589C187.018 7.45564 186.71 7.22223 186.474 7.00242C186.066 6.9503 185.756 6.76675 185.611 6.48575H185.389C185.149 6.48575 184.938 6.33166 184.861 6.10505C184.825 5.99854 184.825 5.99628 184.591 5.93736C184.419 5.8943 184.156 5.82859 183.923 5.63597C183.814 5.67223 183.685 5.69035 183.531 5.69035C183.261 5.69035 183.037 5.49774 182.985 5.24167C182.883 5.13743 182.749 4.972 182.717 4.7182C182.656 4.55278 182.613 4.54145 182.429 4.50066C182.377 4.48706 182.316 4.47573 182.253 4.45533C181.842 4.65702 181.389 4.57091 181.018 4.20153C180.972 4.15621 180.936 4.10409 180.909 4.0497C180.805 3.99532 180.684 3.92734 180.58 3.83669C180.322 3.92734 180.102 3.92734 179.914 3.83669H179.508C179.327 3.99532 179.116 4.10862 178.833 3.99305C178.55 3.87748 178.484 3.62821 178.468 3.43786C178.341 3.24751 178.081 3.04356 177.43 3.04356H177.351C176.898 3.32229 176.236 3.30869 175.59 2.98464C175.538 2.95745 175.488 2.92346 175.445 2.8804L175.416 2.85094C175.067 3.07302 174.763 2.99371 174.383 2.61527C174.339 2.57221 174.305 2.53595 174.278 2.50876C174.237 2.50423 174.197 2.49517 174.158 2.48383C174.101 2.50196 174.043 2.51329 173.981 2.51329H173.947L173.58 2.8804C173.374 3.08888 173.002 3.08888 172.794 2.8804C172.774 2.86001 172.753 2.84188 172.733 2.82828C172.538 2.90759 172.325 2.90986 172.125 2.82828C171.881 2.72631 171.695 2.50876 171.613 2.24816H171.33C171.239 2.24816 171.156 2.22777 171.081 2.18924C171.035 2.2391 170.986 2.29122 170.927 2.35014C170.822 2.45438 170.682 2.51329 170.532 2.51329H170.267C170.047 2.51329 169.857 2.38639 169.769 2.20057C169.522 2.28669 169.252 2.25723 169.08 2.085C168.905 2.11899 168.581 2.11446 168.284 1.81987C168.182 1.7179 168.128 1.58646 168.121 1.45276H167.879C167.12 1.45276 166.537 1.45276 166.118 1.19896C165.522 1.45276 164.928 1.44597 164.511 1.18763H163.902C163.755 1.18763 163.614 1.12871 163.51 1.02447L163.374 0.922498H162.844C162.785 0.922498 162.726 0.913434 162.669 0.895305C161.851 0.623374 161.498 0.331048 161.226 0.0636497C160.883 -0.0269939 160.6 0.0115296 160.224 0.0591175C159.968 0.0931089 159.7 0.1271 159.397 0.1271H159.34C159.206 0.233607 159.055 0.335581 158.907 0.433023C158.839 0.478344 158.774 0.5214 158.708 0.566722C158.801 0.743477 158.826 0.906636 158.826 1.029C158.826 1.31453 158.703 1.58193 158.463 1.82214C158.271 2.01475 158.11 2.17565 157.94 2.56541C157.953 2.58808 157.965 2.613 157.976 2.63793C158.11 2.96198 157.996 3.34948 157.67 3.6758C157.394 3.95226 157.194 4.23326 157.02 4.48253C156.87 4.69554 156.739 4.87456 156.61 5.00146C156.478 5.1329 156.265 5.34591 156.238 5.43429C156.238 5.47281 156.236 5.50907 156.227 5.54306C156.236 5.58385 156.24 5.6269 156.24 5.66996V6.20022C156.24 6.41097 156.122 6.59452 155.95 6.6897C155.821 7.45337 155.232 7.70944 154.93 7.83861C154.862 7.86807 154.769 7.90886 154.74 7.92925C154.64 8.02896 154.52 8.07655 154.382 8.08108C154.375 8.21931 154.319 8.35075 154.219 8.45045C154.038 8.63174 153.677 8.62721 153.677 8.62721C153.677 8.66573 153.677 8.70652 153.67 8.74731C153.781 9.10988 153.546 9.38635 153.04 9.89395C152.977 10.3222 152.753 10.5081 152.56 10.5874C152.49 10.6168 152.37 10.6508 152.211 10.6372C152.184 10.7165 152.148 10.7891 152.1 10.8344L151.567 11.3646C151.506 11.4258 151.432 11.4712 151.35 11.4983C151.078 11.589 150.874 11.7929 150.641 12.0263C150.371 12.296 150.07 12.5974 149.614 12.781C149.514 12.8671 149.394 12.9577 149.249 13.0642C148.973 13.2659 148.594 13.5424 148.121 14.016C148.017 14.1202 147.876 14.1791 147.729 14.1791H147.702C147.516 14.3853 147.382 14.5712 147.262 14.7411C146.997 15.115 146.745 15.4685 146.176 15.6951L145.839 16.0328C145.941 16.239 145.905 16.4973 145.732 16.6696L145.467 16.9347C145.295 17.1069 145.039 17.1432 144.83 17.0412L144.672 17.1998C144.463 17.4083 144.237 17.6349 143.969 17.7709C143.976 17.9771 143.947 18.2014 143.768 18.3963C143.6 18.5799 143.376 18.6479 143.197 18.6728L142.147 19.7243C142.045 20.0914 141.726 20.4109 141.223 20.9117C141.114 21.0227 141.005 21.1904 140.896 21.3558C140.751 21.5734 140.602 21.8 140.43 21.97C140.387 22.013 140.353 22.047 140.325 22.0742C140.312 22.2192 140.253 22.4118 140.165 22.5002L139.899 22.7654C139.741 22.924 139.503 22.9716 139.294 22.8855C139.224 22.856 139.163 22.8129 139.111 22.7608C139.12 22.8696 139.097 22.967 139.063 23.0441C138.891 23.4565 138.447 23.4565 138.179 23.4565C138.116 23.7534 137.944 23.9165 137.636 23.9686L137.515 24.0887C136.981 24.6235 136.561 24.9295 136.258 25.1515C136.117 25.2558 136.004 25.3328 135.922 25.4144L135.499 25.8382C135.814 25.7385 136.185 25.8427 136.308 26.1305C136.337 26.1509 136.371 26.1736 136.401 26.1985C136.591 26.0376 136.806 25.9832 136.926 25.9537C137.049 25.8314 137.237 25.7747 137.409 25.7928C137.518 25.6886 137.656 25.5504 137.785 25.4212C137.889 25.317 138.03 25.2581 138.177 25.2581H138.442C138.667 25.2581 138.862 25.3918 138.948 25.5821V25.5481C138.948 25.2399 139.197 24.9929 139.503 24.9929H139.768C139.886 24.9929 139.999 25.0292 140.092 25.0972C140.144 25.0677 140.196 25.0382 140.248 25.0088C140.346 24.9567 140.495 24.8728 140.572 24.8162C140.6 24.7459 140.643 24.6802 140.699 24.6235L141.069 24.2542C141.069 24.2542 141.069 24.2315 141.069 24.2202C141.069 23.912 141.318 23.665 141.624 23.665H142.154C142.46 23.665 142.709 23.9143 142.709 24.2202V25.0156C142.709 25.0337 142.709 25.0518 142.707 25.07C142.746 25.0926 142.78 25.1198 142.811 25.1515L143.076 25.4167C143.294 25.6342 143.294 25.9855 143.076 26.203L142.698 26.5814C142.657 26.9599 142.519 27.1774 142.347 27.2953C142.209 27.5921 141.937 27.8301 141.622 27.9184C141.429 28.0952 141.209 28.2402 140.903 28.1111C140.804 28.0703 140.731 28.0136 140.679 27.9479C140.511 27.9184 140.364 27.8097 140.282 27.6556C140.266 27.6239 140.253 27.5899 140.244 27.5536C140.151 27.5899 140.051 27.6261 139.942 27.6624C139.936 27.6646 139.929 27.6669 139.92 27.6692C139.902 27.7077 139.884 27.7462 139.865 27.7825C139.838 27.8369 139.797 27.9207 139.791 27.9524C139.791 28.0997 139.734 28.2221 139.63 28.3263L139.365 28.5915C139.303 28.6527 139.229 28.698 139.147 28.7252C138.59 28.911 138.361 29.0741 138.161 29.2645C138.05 29.6407 137.704 29.9738 137.139 30.0576C137.139 30.2661 137.019 30.4587 136.831 30.5516L135.811 31.0615C135.811 31.0796 135.814 31.0978 135.814 31.1159C135.814 31.3584 135.707 31.5419 135.492 31.6688C135.56 31.8093 135.567 31.9747 135.505 32.1243C135.419 32.3305 135.218 32.4665 134.991 32.4665H134.726C134.615 32.4665 134.574 32.4823 134.574 32.4823C134.574 32.6704 134.517 32.9016 134.32 33.0987C134.216 33.203 134.076 33.2619 133.928 33.2619C133.872 33.2891 133.659 33.4976 133.423 33.7332C133.423 33.7355 133.423 33.74 133.423 33.7423C133.718 33.7559 133.953 33.9984 133.953 34.2975V34.8278C133.953 34.9751 133.894 35.1155 133.79 35.2198C133.446 35.5642 133.108 35.8022 132.838 35.9948C132.759 36.0514 132.707 36.0968 132.641 36.1466L133.235 35.9495C134.993 35.3626 135.177 34.8142 135.369 34.234C135.469 33.9349 135.58 33.5995 135.882 33.2641C135.891 32.2693 136.047 32.1515 137.11 32.1515H137.389V33.4885L137.307 33.5701C135.635 35.2379 134.683 36.1851 133.779 36.4231H133.869L134.454 37.0077L136.07 35.4011V36.0696C136.07 36.2894 136.061 36.4616 136.043 36.6089C136.083 36.5523 136.126 36.4911 136.167 36.4367L137.015 35.2424L136.82 36.4276C136.521 38.245 135.573 39.054 134.141 39.7724L132.605 40.5406L133.822 39.3282C134.574 38.5781 135.147 37.8485 135.644 37.1686C135.471 37.2207 135.238 37.2366 134.903 37.2366H134.681L135.132 37.6876H132.768V36.4933H132.301C132.231 36.7335 132.097 36.8944 131.843 36.9511C131.834 36.9715 131.832 36.9851 131.832 36.9851C131.832 37.2933 131.585 37.5085 131.277 37.5085H130.214C130.119 37.5085 130.028 37.4836 129.947 37.4406C129.75 37.6014 129.571 37.7057 129.373 37.751C129.21 37.8553 129.029 37.9187 128.868 37.9686C128.841 38.032 128.8 38.0932 128.75 38.143L128.485 38.4082C128.297 38.5963 128.172 38.7073 128.023 38.7685C127.939 38.9316 127.796 39.0314 127.588 39.0744C127.588 39.3826 127.338 39.6296 127.033 39.6296C127.017 39.6296 127.008 39.6296 127.003 39.6251C126.974 39.6523 126.94 39.6885 126.897 39.7316C126.792 39.8358 126.652 39.8947 126.505 39.8947H126.239C126.128 39.8947 126.026 39.863 125.94 39.8064C125.983 39.9129 125.999 40.0262 125.999 40.1327C125.999 40.5338 125.879 40.7762 125.612 40.885C125.476 41.1524 125.251 41.379 125.041 41.5875L124.508 42.1178C124.447 42.179 124.372 42.2243 124.291 42.2515C123.946 42.367 123.865 42.5189 123.742 42.7477C123.704 42.8203 123.661 42.8973 123.611 42.9766V43.0514C123.611 43.1987 123.552 43.3392 123.448 43.4434C123.04 43.8513 122.607 43.8717 122.525 43.8717C122.509 43.8717 122.5 43.8717 122.496 43.8672C122.466 43.8944 122.432 43.9306 122.389 43.9737C122.262 44.1006 122.154 44.2275 122.054 44.3521H122.262C122.487 44.3521 122.691 44.4881 122.777 44.6943C122.863 44.9028 122.815 45.1407 122.657 45.2994L122.564 45.3923C122.575 45.4738 122.6 45.5169 122.659 45.5736C122.756 45.671 122.813 45.8024 122.82 45.9407C123.114 45.9543 123.35 46.1967 123.35 46.4959V46.761C123.35 46.9785 123.225 47.1666 123.044 47.2573C122.988 47.4657 122.881 47.5881 122.813 47.6584C122.763 48.0935 122.355 48.3835 121.975 48.2906C121.954 48.3586 121.918 48.4198 121.859 48.4787L121.68 48.6577C121.719 48.8866 121.646 49.1359 121.476 49.367C121.444 49.5959 121.354 49.7522 121.2 49.8497C121.347 49.9562 121.426 50.0944 121.462 50.2372C121.644 50.4978 121.617 50.7244 121.553 50.8785C121.435 51.164 121.186 51.2524 120.955 51.2796C120.939 51.309 120.921 51.343 120.903 51.3838C120.848 51.4926 120.785 51.6218 120.683 51.7577C120.633 52.0976 120.456 52.2812 120.123 52.3356L120.003 52.4557C119.899 52.5599 119.758 52.6188 119.611 52.6188H119.335C119.36 52.6959 119.371 52.7775 119.371 52.859C119.371 53.0063 119.312 53.1468 119.208 53.2511C119.033 53.4256 118.854 53.5298 118.7 53.591C118.598 53.7995 118.437 54.0034 118.14 54.0306C117.8 54.0623 117.603 53.8108 117.519 53.6658C117.343 53.6386 117.146 53.5547 117.044 53.3123C117.021 53.2556 117.005 53.2012 117.001 53.1514H116.695C116.518 53.1514 116.359 53.0675 116.257 52.9384C116.103 52.9361 115.981 52.8817 115.892 52.8205C115.863 52.8364 115.831 52.85 115.8 52.859C115.813 52.8772 115.824 52.8976 115.834 52.918C116.078 53.0335 116.189 53.2692 116.189 53.6544C116.189 53.9604 115.94 54.2096 115.634 54.2096H115.369C115.179 54.2096 115.099 54.2142 115.031 54.2595V55.2634H113.817L114.444 54.6357C114.193 54.6991 113.903 54.6175 113.801 54.3954C113.622 54.502 113.388 54.4816 113.237 54.4566C113.157 54.7104 112.94 54.9416 112.425 54.9937C112.351 55.0617 112.262 55.1342 112.162 55.1976C112.201 55.2996 112.215 55.4084 112.215 55.5104C112.215 55.9772 112.051 56.2265 111.682 56.3035C111.682 56.6117 111.433 56.8587 111.127 56.8587C111.002 56.8587 110.893 56.8474 110.801 56.8224C110.408 57.0264 110.239 57.2031 110.035 57.611C109.982 57.713 109.903 57.7946 109.806 57.849C109.885 57.9555 109.937 58.0892 109.937 58.2115C109.937 58.241 109.937 58.2682 109.93 58.2954C109.98 58.3452 110.021 58.4064 110.048 58.4744C110.134 58.6829 110.087 58.9208 109.928 59.0795L109.663 59.3446C109.559 59.4488 109.418 59.5078 109.271 59.5078H108.738C108.303 59.5078 108.056 59.3673 107.963 59.05C107.945 59.1633 107.891 59.2608 107.807 59.3469C107.644 59.5078 107.528 59.612 107.406 59.6777C107.354 59.8205 107.243 59.9383 107.098 59.9972C106.935 60.0652 106.753 60.0493 106.604 59.9632C106.577 60.029 106.536 60.0901 106.484 60.1423C106.139 60.4867 105.802 60.7246 105.532 60.915C105.38 61.0215 105.249 61.1121 105.156 61.2028L104.979 61.3795C104.716 62.0639 104.29 62.4106 104.002 62.6463C103.939 62.6984 103.88 62.746 103.832 62.7936C103.785 62.8412 103.751 62.8797 103.708 62.925H104.319C104.717 62.925 105.123 62.718 105.539 62.3041L105.543 62.2996L105.935 62.6916C105.935 62.6916 105.928 62.7007 105.926 62.7029C105.312 63.3171 105.312 63.3216 105.312 63.9108V64.5793L103.678 62.9567C103.538 63.104 103.418 63.2377 103.322 63.3465C102.978 63.7385 102.729 64.0195 102.026 64.2552C101.829 64.3232 101.605 64.2711 101.457 64.1215C101.145 63.8088 100.995 63.8043 100.988 63.8043C100.968 63.8133 100.891 63.8881 100.812 64.0966C100.782 64.5974 100.533 64.8127 99.9935 64.8127C99.8825 64.8399 99.8304 64.935 99.7941 64.9985C99.6581 65.2387 99.4587 65.5899 98.9761 65.7939L97.7365 67.0357C97.7048 67.0674 97.6708 67.0946 97.6345 67.1173V67.1739C97.6345 67.3212 97.5756 67.4617 97.4714 67.566C97.2969 67.7405 97.1156 67.7835 96.9819 67.7858C96.9683 67.8016 96.9547 67.8175 96.9388 67.8334C96.7847 67.9875 96.5559 68.1438 96.327 68.2979C96.2114 68.375 96.0959 68.4498 95.9984 68.5245C95.8919 68.8803 95.6064 69.1658 95.348 69.4219C95.2143 69.5556 95.0036 69.7686 94.9741 69.857C94.9741 70.0043 94.9198 70.1153 94.8155 70.2173C94.6863 70.3465 94.4733 70.5617 94.4439 70.6501C94.4439 70.8745 94.3102 71.0626 94.1017 71.1487C94.0179 71.1827 93.9295 71.194 93.8411 71.1827C93.8139 71.2144 93.7844 71.2461 93.7527 71.2778C93.7233 71.3073 93.6893 71.3345 93.6553 71.3549C93.5102 71.62 93.3131 71.9327 92.9143 71.9916C92.8599 72.0007 92.8078 72.003 92.7556 71.9984C92.6605 72.1344 92.5018 72.2273 92.3251 72.2341C92.3183 72.3724 92.2616 72.5038 92.1619 72.6035L91.8968 72.8686C91.7699 72.9978 91.5546 73.2108 91.5274 73.2992C91.5274 73.6074 91.2827 73.8249 90.9745 73.8249C90.9632 73.8294 90.8816 73.8702 90.8272 73.8997C90.723 73.9518 90.6028 74.013 90.4646 74.0515C90.4488 74.1943 90.3921 74.3733 90.306 74.4594C90.0726 74.6928 89.8324 74.7993 89.6534 74.8469C89.4109 75.0826 89.1412 75.316 88.8126 75.3908C88.7197 75.5607 88.543 75.6718 88.3481 75.6808C88.3481 75.6854 88.3481 75.6899 88.3481 75.6899C88.3481 75.8372 88.2914 75.946 88.1872 76.0502C88.1169 76.1205 88.0286 76.193 87.9334 76.2723C87.6796 76.4785 87.4167 76.6938 87.2626 77.1583C87.2354 77.2399 87.1901 77.3147 87.1289 77.3759L86.8638 77.641C86.7596 77.7453 86.6191 77.8042 86.4718 77.8042C86.218 77.8042 86.1976 77.8382 86.0729 78.058C86.0095 78.1713 85.9279 78.3118 85.8033 78.4387C85.699 78.5429 85.5585 78.6018 85.409 78.6018H84.8787C84.7518 78.6018 84.6362 78.5588 84.5433 78.4885C84.4006 78.561 84.2465 78.6018 84.0856 78.6018H83.97C83.97 78.6018 83.9541 78.62 83.9473 78.6268C83.8408 78.7469 83.5621 79.0664 83.1587 78.9168C82.7463 78.7627 82.7327 78.3095 82.7327 78.0693H82.5333C82.5514 78.0988 82.5696 78.1328 82.5832 78.1667C82.6466 78.3208 82.6738 78.5452 82.497 78.8012C82.4336 79.1321 82.2296 79.5491 81.79 79.5491C81.6744 79.5491 81.543 79.5128 81.4275 79.4222C81.3708 79.6556 81.2416 79.8006 81.0241 79.8708C80.8881 80.1178 80.7227 80.2719 80.5777 80.3807C80.7703 80.6005 80.8383 80.8158 80.8587 80.9858C80.9856 80.8725 81.1329 80.7388 81.3073 80.5665C81.4116 80.4623 81.5521 80.4034 81.6994 80.4034H82.2319C82.5401 80.4034 82.7871 80.6527 82.7871 80.9586C82.7871 81.6452 82.5242 81.9171 82.2342 82.0055C82.1458 82.0939 82.0597 82.18 81.9894 82.2548C82.003 82.5018 81.8489 82.7307 81.611 82.81C81.6019 82.8122 81.5974 82.8145 81.5906 82.8122C81.5838 82.9119 81.5362 83.0366 81.4546 83.1567C81.5136 83.1499 81.5657 83.134 81.611 83.1023L81.6563 83.0298L82.1549 82.3794V83.628H81.8761C81.7266 83.628 81.4773 83.8773 81.2779 84.0767L80.8836 83.6847C80.9244 83.6416 80.9402 83.6054 80.9674 83.5238C80.9901 83.4581 81.0196 83.3765 81.0717 83.2926L81.1215 83.2133C80.9878 83.2858 80.9108 83.3606 80.8632 83.4331C80.8496 83.4331 80.8337 83.4354 80.8201 83.4331C80.7 83.7459 80.4893 83.9611 80.2468 84.0722C80.0791 84.3962 79.8729 84.5617 79.7256 84.6772C79.6425 84.7437 79.601 84.8291 79.601 84.9333C79.601 85.2392 79.3517 85.4885 79.0458 85.4885H78.6605C78.6447 85.5202 78.6311 85.5497 78.6152 85.5791C78.588 85.6335 78.5472 85.7174 78.5404 85.7468C78.5404 85.8941 78.4838 86.0165 78.3796 86.1207C78.1711 86.3292 77.9422 86.5581 77.6771 86.6918C77.6113 86.8549 77.4958 86.9637 77.3236 87.0226C77.285 87.077 77.2465 87.1201 77.2148 87.1518C77.208 87.3286 77.1672 87.5778 76.9338 87.7206C76.8794 87.9313 76.7027 88.0877 76.4851 88.124C76.4919 88.1443 76.4942 88.1783 76.5055 88.1897L76.9768 88.6633H75.7668V88.0832C75.7668 88.0832 75.7532 88.0809 75.7464 88.0786C75.7214 87.8362 75.7826 87.5846 75.6013 87.5846V88.0378C75.4971 87.9925 75.4064 87.9381 75.3453 87.8769C75.2727 87.8769 75.2206 87.8679 75.1617 87.8498C75.0167 87.9653 74.8173 88.1761 74.4864 88.1783C74.4026 88.1851 74.3187 88.167 74.2394 88.1421L74.1374 88.2441C74.1057 88.2758 74.0695 88.303 74.0332 88.3256C74.0332 88.3438 74.0355 88.3619 74.0355 88.38C74.0355 88.7313 73.9448 88.9601 73.7409 89.0848C73.7295 89.121 73.6955 89.1437 73.6751 89.1754H73.4803V89.3771C73.4055 89.4202 73.3307 89.4609 73.2378 89.4655C73.231 89.7986 73.0678 90.1793 72.388 90.2495C72.3132 90.3175 72.2452 90.3696 72.1773 90.4104V90.5011C72.1773 90.6484 72.1183 90.7889 72.0141 90.8931L71.749 91.1582C71.6878 91.2194 71.613 91.2647 71.5314 91.2919C71.3026 91.369 71.2482 91.4234 71.2482 91.4234C71.2074 91.5503 71.1598 91.6953 71.0533 91.8403C70.9219 92.2142 70.7927 92.4726 70.6952 92.672C70.6499 92.7626 70.5933 92.8737 70.5865 92.9099C70.5865 93.2159 70.3395 93.4425 70.0313 93.4425H69.995C69.7979 93.6328 69.5667 93.8322 69.2291 94.0294C69.1792 94.2356 69.0659 94.3716 68.8325 94.605C68.7283 94.7092 68.5878 94.7681 68.4405 94.7681H68.1753C67.8762 94.7681 67.6337 94.5325 67.6202 94.2379C67.534 94.2333 67.4547 94.2107 67.3822 94.1721C67.3822 94.1721 67.38 94.1767 67.3777 94.1789C67.3006 94.4849 67.0355 94.7681 66.3172 94.7681C66.3081 94.7681 66.3013 94.7681 66.2945 94.7681C66.2356 94.9381 66.1313 95.0514 66.0679 95.1171C66.0566 95.1738 66.0384 95.2259 66.0112 95.2757C66.0905 95.4208 66.1019 95.5975 66.0362 95.7539C66.0316 95.7629 66.0271 95.7743 66.0226 95.7833C66.2265 95.8083 66.4373 95.9374 66.5143 96.1233C66.58 96.2819 66.5981 96.4586 66.5324 96.6037C66.5687 97.0909 66.3421 97.4081 65.8299 97.6121L65.3881 98.0562C65.3677 98.0766 65.345 98.0947 65.3223 98.1129C65.3586 98.2194 65.3631 98.3168 65.3541 98.3939C65.3201 98.7043 65.098 98.8607 64.9756 98.94C64.9575 98.9853 64.9326 99.0261 64.9031 99.0646C64.9031 99.0669 64.9008 99.0714 64.8986 99.0692C64.8805 99.0918 64.8601 99.1122 64.8397 99.1304C64.7264 99.4317 64.4771 99.5428 64.144 99.5428C64.1213 99.579 64.0941 99.613 64.0647 99.6448C63.6364 100.073 63.1786 100.073 62.8772 100.073C62.2654 100.073 61.8575 100.263 61.6785 100.44C61.5742 100.544 61.4337 100.603 61.2842 100.603H61.019C60.7108 100.603 60.4638 100.354 60.4638 100.048C60.4638 99.8827 60.5046 99.7309 60.5726 99.5904L60.4276 99.4453C60.2327 99.5677 60.0401 99.613 59.9018 99.6448H59.8996C59.963 99.9054 59.8497 100.15 59.5597 100.442C59.4804 100.522 59.3806 100.574 59.2741 100.594C59.2492 100.617 59.222 100.642 59.1926 100.667V100.844C59.1926 100.991 59.1336 101.131 59.0317 101.236L58.7665 101.501C58.5943 101.671 58.3382 101.793 58.0595 101.716C58.0074 101.788 57.9575 101.868 57.9054 101.947C57.7604 102.165 57.6108 102.391 57.4386 102.561L56.9083 103.091C56.863 103.137 56.8109 103.173 56.7543 103.2C56.7135 103.277 56.6681 103.361 56.6092 103.44C56.6795 103.624 56.6523 103.783 56.6024 103.9C56.5004 104.15 56.2988 104.247 56.0948 104.288C56.0608 104.333 56.0268 104.37 55.9996 104.397C55.9792 104.503 55.9249 104.603 55.8478 104.682C55.7141 104.816 55.5963 104.941 55.492 105.061C55.5759 105.065 55.6529 105.09 55.7232 105.126C55.8773 105.126 56.0676 105.163 56.2398 105.312C56.5435 105.577 56.5435 106.003 56.5435 106.144C56.5435 106.683 56.3282 106.933 55.8274 106.962C55.5623 107.066 55.4603 107.211 55.2382 107.526C55.0932 107.732 54.9164 107.979 54.6513 108.263C54.5607 108.58 54.3046 108.865 53.8922 109.001V109.058C53.8922 109.461 53.4004 109.729 53.0673 109.545C53.0265 109.559 52.9835 109.57 52.9382 109.579C53.0537 109.851 52.9948 110.073 52.9517 110.178C52.8566 110.404 52.6164 110.676 52.0091 110.676C51.9932 110.676 51.9841 110.676 51.9796 110.672C51.9524 110.699 51.9184 110.735 51.8731 110.778C51.7145 110.937 51.4765 110.984 51.2658 110.898C51.0573 110.812 50.9213 110.61 50.9213 110.384V110.107C50.8012 110.189 50.6721 110.246 50.5542 110.295C50.2052 110.447 50.1781 110.488 50.1781 110.649C50.1781 111.034 50.067 111.272 49.82 111.388C49.7951 111.49 49.7452 111.598 49.6591 111.698C49.5707 111.798 49.4665 111.866 49.3623 111.909C49.3124 111.981 49.2558 112.054 49.19 112.126C49.2082 112.228 49.1946 112.33 49.1515 112.43C49.1085 112.534 49.0155 112.627 48.9045 112.693C48.8592 112.756 48.8524 112.799 48.8524 112.804C48.8524 113.11 48.6054 113.327 48.2972 113.327C48.1794 113.327 48.1363 113.346 48.1363 113.346C48.057 113.629 47.8961 113.765 47.7329 113.821C47.7284 113.83 47.7216 113.842 47.7171 113.851C47.9165 113.935 48.057 114.132 48.057 114.363V114.399L48.159 114.501C48.2745 114.617 48.3312 114.775 48.3199 114.934C48.4785 115.115 48.5941 115.328 48.4785 115.609C48.3788 115.85 48.1862 115.933 48.0117 115.963L47.7556 116.219C47.6536 116.586 47.3364 116.906 46.8356 117.406L46.5682 117.672C46.4209 117.819 46.0742 118.166 45.6663 118.209C45.6481 118.553 45.5462 118.694 45.2425 118.997C45.1383 119.101 44.9978 119.16 44.8505 119.16C44.6828 119.16 44.6737 119.169 44.5808 119.262C44.4471 119.396 44.2862 119.534 44.0347 119.618C44.0075 119.682 43.9667 119.743 43.9168 119.793L43.6019 120.108C43.7582 120.282 43.9214 120.531 43.7899 120.846C43.6857 121.102 43.4659 121.207 43.2257 121.25C43.0512 121.716 42.7974 121.97 42.5912 122.177C42.4144 122.353 42.2853 122.482 42.1946 122.754C42.1176 122.981 41.9068 123.135 41.6666 123.135H41.4015C41.2542 123.135 41.1137 123.076 41.0094 122.974C40.8735 122.838 40.6605 122.63 40.5744 122.6C40.4882 122.6 40.4067 122.58 40.3364 122.544C40.282 122.748 40.1619 122.879 40.0917 122.952C40.0713 123.058 40.0169 123.158 39.9399 123.237C39.8107 123.366 39.5977 123.579 39.5682 123.67C39.5682 123.817 39.5138 123.928 39.4096 124.032C39.1422 124.3 38.9133 124.418 38.6799 124.388C38.7003 124.556 38.6618 124.685 38.6323 124.76C38.5711 124.905 38.451 125.07 38.2108 125.17C38.1836 125.24 38.1406 125.306 38.0862 125.36L37.642 125.805C37.3769 126.466 36.935 126.704 36.6631 126.849C36.6246 126.87 36.577 126.897 36.5407 126.917C36.3005 127.37 36.0558 127.649 35.8292 127.88C35.7317 128.288 35.4303 128.784 34.9907 129.247C34.8162 129.682 34.5647 129.879 34.397 130.013C34.3139 130.078 34.2724 130.163 34.2724 130.269C34.2724 130.416 34.2134 130.557 34.1092 130.661L32.7813 131.989C32.702 132.068 32.6023 132.12 32.4957 132.141C32.4957 132.349 32.4527 132.582 32.2533 132.782C32.1558 132.879 32.0244 132.938 31.8862 132.945C31.8794 133.083 31.8227 133.215 31.723 133.314L31.4579 133.579C31.4284 133.609 31.3944 133.636 31.3582 133.659C31.3536 133.754 31.3536 133.876 31.3536 133.983V134.017L31.4556 134.119C31.5598 134.223 31.621 134.366 31.621 134.513C31.621 134.66 31.5621 134.803 31.4556 134.907C31.0817 135.281 30.624 135.363 30.2093 135.152C30.2206 135.2 30.2274 135.252 30.2274 135.306C30.2274 135.483 30.1662 135.617 30.0756 135.732C30.1707 135.936 30.1435 136.115 30.0914 136.242C29.9192 136.657 29.4728 136.657 29.2076 136.657C29.1691 136.673 29.0581 136.775 28.9516 136.879C28.8587 137.595 28.3579 137.944 27.8661 138.189C27.7913 138.227 27.7098 138.245 27.6259 138.248C27.6395 138.254 27.5353 138.334 27.3721 138.635C27.32 139.224 26.9597 139.53 26.6923 139.757C26.4815 139.936 26.3569 140.047 26.2889 140.253C26.2617 140.335 26.2141 140.409 26.153 140.471C25.9694 140.654 25.7949 141.03 25.7858 141.144C25.7745 141.273 25.7156 141.436 25.625 141.529C25.387 141.767 25.1332 141.814 24.9519 141.824C24.8998 142.059 24.8024 142.216 24.6845 142.318C24.6007 142.664 24.4013 142.83 24.1973 142.938C24.1973 142.954 24.1973 142.972 24.1973 142.993C24.1973 143.469 23.8347 143.911 23.3815 144.04C23.3158 144.108 23.2456 144.183 23.198 144.246C23.2342 144.334 23.2546 144.439 23.2456 144.554C23.2184 144.86 23.0008 145.023 22.8717 145.116C22.8717 145.599 22.6972 145.85 22.3006 145.916L22.0423 146.177C21.9426 146.544 21.648 146.836 21.3851 147.099L20.9183 147.566C20.3382 148.71 19.7762 149.501 18.9989 150.281C18.8403 150.439 18.6001 150.489 18.3916 150.401C18.1854 150.315 18.0494 150.113 18.0494 149.886V149.75C17.9792 149.995 17.8455 150.328 17.4716 150.55C17.4172 150.654 17.3515 150.729 17.3016 150.779C17.2903 151.096 17.2155 151.246 16.9979 151.479C16.9413 151.658 16.8348 151.776 16.7668 151.844C16.717 152.22 16.402 152.399 16.232 152.488C16.2025 152.773 16.0938 152.916 15.815 153.195L15.2848 153.725C15.1919 153.818 15.1828 153.877 15.1828 154.128C15.1828 154.355 15.0468 154.55 14.8542 154.636C14.8316 154.69 14.7998 154.742 14.7545 154.788C14.6435 154.899 14.537 155.069 14.4259 155.234C14.2922 155.436 14.154 155.644 13.9976 155.808C14.0634 156.036 14.0135 156.218 13.975 156.308C13.9025 156.483 13.7438 156.682 13.4017 156.768C13.3427 156.997 13.2181 157.305 12.8691 157.478C12.8555 157.72 12.7604 157.904 12.6199 158.085C12.5564 158.169 12.5315 158.201 12.5315 158.373C12.5315 158.835 12.153 159.037 11.974 159.127C11.8992 159.454 11.6704 159.721 11.437 159.961C11.3418 160.383 11.0517 160.879 10.7775 161.153C10.7163 161.214 10.6416 161.26 10.56 161.287C10.5147 161.301 10.4852 161.314 10.4671 161.325C10.4784 161.335 10.4807 161.369 10.4829 161.393C10.4965 161.561 10.5237 161.853 10.3311 162.116C10.3515 162.357 10.3583 162.64 10.1385 162.882C10.0161 163.018 9.85976 163.089 9.71473 163.129C9.5901 163.388 9.45413 163.537 9.31817 163.673C9.24565 163.746 9.19126 163.798 9.13688 163.911C9.15954 163.999 9.16181 164.079 9.15274 164.145C9.11875 164.453 8.89667 164.609 8.7743 164.688C8.74711 164.754 8.70632 164.813 8.65647 164.865C8.56809 164.954 8.55223 165.008 8.55223 165.534C8.55223 165.774 8.4004 165.978 8.18739 166.057C8.08994 166.223 7.92905 166.347 7.75003 166.354C7.79082 166.361 7.75683 166.442 7.75683 166.594C7.75683 166.68 7.73643 166.764 7.69791 166.841L6.90251 168.432C6.87532 168.486 6.84133 168.534 6.79827 168.577L6.26801 169.107C5.80573 169.57 5.6335 169.964 5.6335 170.571C5.6335 170.839 5.6335 171.285 5.21881 171.455C5.14176 171.487 5.04432 171.514 4.93328 171.5L4.67495 171.759C4.49592 171.94 4.1968 171.931 3.99059 171.904C3.9294 172.008 3.86822 172.103 3.81156 172.189C3.62348 172.477 3.51017 172.651 3.51017 172.955C3.51017 173.102 3.45126 173.243 3.34702 173.347L2.81675 173.877C2.64906 174.045 2.39752 174.088 2.18451 173.986C2.18451 173.995 2.18451 174.004 2.18451 174.016C2.18451 174.163 2.12559 174.303 2.02135 174.408C1.88992 174.541 1.67691 174.752 1.64745 174.84C1.64745 174.899 1.64065 174.929 1.62252 174.985C1.40271 175.647 1.12172 175.858 0.741012 175.985C0.659432 176.066 0.525733 176.128 0.401098 176.15C0.376171 176.166 0.35351 176.189 0.328583 176.207C0.213013 176.3 0.101974 176.368 0 176.415C0.00453218 176.424 0.00906436 176.431 0.0113305 176.44C0.419227 176.558 0.629973 176.801 0.74781 176.934C1.61799 177.224 1.9579 177.537 2.01682 177.596C2.15052 177.689 2.31141 177.818 2.45191 177.931C3.04336 178.407 3.24278 178.568 4.61829 178.763C5.09644 178.915 5.35024 178.978 5.60631 179.042C5.88277 179.11 6.15924 179.18 6.57166 179.318C6.65324 179.345 6.72802 179.391 6.78921 179.452C6.97503 179.638 7.3512 179.81 7.4645 179.819H7.72284C8.21005 179.819 8.43212 179.91 8.63381 180.009C8.72218 180.055 8.7811 180.084 9.0485 180.084C9.78045 180.084 10.4172 180.159 11.0313 180.231C11.5435 180.293 12.0284 180.349 12.4975 180.349H13.0278C13.5308 180.349 14.0475 180.349 14.4531 180.562C14.8656 180.458 15.1148 180.494 15.4049 180.553C15.5046 180.574 15.5998 180.594 15.7244 180.605L15.8173 180.512C16.1164 180.213 16.411 180.152 16.6082 180.152C16.7623 180.152 16.9798 180.191 17.211 180.354C17.4648 180.367 17.7752 180.424 18.0789 180.673C18.2148 180.707 18.2602 180.685 18.3168 180.653C18.5774 180.512 18.8199 180.501 19.0374 180.614H19.1258C19.2731 180.614 19.4136 180.673 19.5178 180.778C19.5632 180.823 19.8328 180.857 20.2045 180.673C20.2815 180.635 20.3654 180.614 20.4515 180.614C20.6939 180.614 20.7891 180.587 20.8798 180.56C21.1698 180.474 21.3783 180.463 21.8632 180.614H22.8377C23.3249 180.614 23.9322 180.614 24.0387 180.51C24.1429 180.406 24.2834 180.349 24.4307 180.349H24.961C25.0199 180.349 25.0788 180.358 25.1377 180.379C25.7677 180.59 26.1212 180.809 26.2935 180.939C26.5291 181.013 26.6016 181.013 26.6855 181.013C26.8736 181.013 27.0503 181.025 27.4378 181.147H29.4705C29.7198 181.147 29.7787 181.138 29.8716 181.045C29.9759 180.941 30.1186 180.882 30.2659 180.882H30.531C30.59 180.882 30.6511 180.891 30.7078 180.911C31.4556 181.161 31.7003 181.077 31.9949 180.782C32.2374 180.54 32.4889 180.433 32.6702 180.388C32.8153 180.272 32.9512 180.204 33.0691 180.148C33.1121 180.125 33.1506 180.107 33.1824 180.089C33.2866 179.459 33.733 179.069 34.4038 179.03C34.397 178.851 34.431 178.609 34.6463 178.394C34.7256 178.314 34.8253 178.262 34.9341 178.242C35.0156 178.165 35.1312 178.067 35.2966 178.011C35.4099 177.895 35.5278 177.764 35.5504 177.698C35.5504 177.551 35.6048 177.44 35.7091 177.335C35.8201 177.224 35.9266 177.057 36.0376 176.891C36.1555 176.712 36.2801 176.529 36.4138 176.372C36.5906 175.933 36.8421 175.733 37.0121 175.6C37.0952 175.535 37.1367 175.449 37.1367 175.341C37.1367 175.194 37.1956 175.053 37.2976 174.949L37.5627 174.684C37.6239 174.623 37.6987 174.578 37.7803 174.55C38.1247 174.435 38.2063 174.283 38.3287 174.054C38.3695 173.975 38.417 173.891 38.4737 173.807C38.519 173.463 38.6935 173.275 39.0244 173.216C39.3711 172.826 39.4368 172.52 39.2872 172.071C39.2691 172.015 39.2578 171.956 39.2578 171.895V171.629C39.2578 171.43 39.362 171.256 39.5184 171.158C39.5229 171.063 39.5229 170.941 39.5229 170.834C39.5229 170.462 39.5841 170.306 39.7994 170.068C39.8333 169.796 39.9421 169.656 40.2141 169.381C40.2798 169.316 40.3138 169.25 40.3749 169.128C40.4271 169.023 40.4882 168.903 40.5812 168.774V168.448C40.5812 168.301 40.6401 168.158 40.7466 168.054C40.7919 168.008 40.8554 167.947 40.9029 167.893C40.8418 167.763 40.8304 167.616 40.878 167.478L40.9709 167.192C41.1862 166.515 41.3222 166.155 42.0722 165.404C42.2241 165.253 42.4394 164.863 42.4394 164.471C42.4394 163.789 42.6977 163.517 42.9855 163.426C43.0535 162.889 43.3345 162.558 43.5792 162.311C43.5611 162.073 43.5565 161.795 43.7718 161.557C43.8693 161.45 43.9871 161.382 44.1027 161.339C44.2182 161.006 44.4607 160.861 44.6964 160.768C44.7757 160.736 44.7984 160.727 44.8255 160.664V160.229C44.8255 160.081 44.8845 159.939 44.9887 159.834C45.3898 159.436 45.4397 159.245 45.485 159.075C45.519 158.948 45.562 158.783 45.6912 158.615C45.8747 158.171 46.2147 157.87 46.4934 157.625C46.8016 157.353 46.9443 157.21 46.9443 157.047C46.9443 156.578 47.1075 156.329 47.4769 156.252C47.4769 156.104 47.5358 155.964 47.6378 155.86C47.6378 155.86 47.8304 155.629 48.0343 155.017C48.0615 154.935 48.1068 154.86 48.168 154.799L48.4332 154.534C48.4717 154.495 48.5261 154.33 48.5623 154.221C48.5986 154.113 48.6394 153.992 48.6938 153.872C48.6462 153.523 48.9408 153.229 49.4937 152.678C49.5639 152.608 49.6501 152.535 49.7452 152.458C49.999 152.25 50.2619 152.035 50.416 151.57C50.4432 151.488 50.4908 151.414 50.552 151.352C50.6743 150.976 50.8533 150.713 51.3428 150.507C51.3428 150.498 51.3474 150.489 51.3496 150.48C51.4063 150.238 51.5015 149.823 51.9909 149.53C52.0113 149.417 52.0634 149.313 52.145 149.231L52.9404 148.436C53.0333 148.343 53.0424 148.284 53.0424 148.033C53.0424 147.575 53.4027 146.911 53.7381 146.578L54.3681 145.912C54.3681 145.764 54.427 145.624 54.5312 145.52C54.6423 145.408 54.7488 145.241 54.8598 145.073C55.0048 144.853 55.1567 144.629 55.3266 144.457L55.7141 144.069C55.7889 143.639 56.0518 143.442 56.2466 143.344C56.2376 143.17 56.2806 142.972 56.3894 142.866C56.471 142.784 56.548 142.673 56.6523 142.533C56.8562 142.254 57.1304 141.88 57.5836 141.409C57.7264 140.892 58.3314 140.851 58.9977 140.849C59.222 140.74 59.4781 140.752 59.7681 140.885C59.9313 140.824 60.1171 140.842 60.2667 140.94C60.3324 140.917 60.423 140.879 60.5024 140.847C60.6678 140.779 60.8672 140.695 61.1165 140.613C61.2842 140.555 61.4723 140.586 61.6173 140.69C61.6943 140.747 61.7555 140.82 61.7963 140.906C61.9073 140.958 61.998 141.046 62.0546 141.16C62.0614 141.175 62.0705 141.189 62.0773 141.203C62.2223 141.13 62.3968 141.114 62.5464 141.178C62.7549 141.264 62.909 141.45 62.909 141.674V141.731C63.0698 141.828 63.1764 142.005 63.1764 142.206C63.3236 142.206 63.4392 142.238 63.5435 142.342C63.6273 142.426 63.6772 142.442 64.1213 142.444C64.4839 142.324 64.8805 142.222 65.1501 142.519C65.1614 142.531 65.1705 142.542 65.1796 142.555C65.6237 142.44 66.1336 142.546 66.4599 142.873C66.6435 143.059 67.0219 143.231 67.1352 143.24H67.7335C68.1504 142.975 68.7079 142.975 69.2495 142.975H69.3129C69.6256 142.755 69.8409 142.741 70.1015 142.796C70.2239 142.737 70.378 142.71 70.5729 142.71H70.9264C71.3909 142.444 72.1251 142.444 72.9591 142.444C72.9772 142.444 72.9863 142.444 72.9908 142.449C73.0203 142.422 73.0542 142.386 73.0996 142.34C73.2038 142.236 73.3443 142.179 73.4916 142.179C73.5482 142.175 73.7341 142.114 73.8451 142.075C74.0944 141.991 74.3278 141.914 74.5499 141.914H75.1436C75.513 141.649 75.8823 141.649 76.1407 141.649C76.4466 141.649 76.5916 141.644 76.6777 141.624C76.7616 141.273 77.0108 141.119 77.4663 141.119H77.7337C77.9195 141.119 78.0895 141.212 78.1915 141.361C78.3002 141.284 78.4203 141.203 78.5608 141.157C79.175 140.736 79.7777 140.661 80.3148 140.593C80.8043 140.532 81.228 140.48 81.6427 140.169C81.8353 140.024 82.0982 140.022 82.2908 140.156C82.4019 140.131 82.6579 140.02 83.2562 139.621C83.3468 139.56 83.4556 139.528 83.5644 139.528C83.621 139.523 83.8091 139.46 83.9202 139.424C84.2714 139.306 84.6181 139.181 84.89 139.331C84.9694 139.288 85.06 139.263 85.1552 139.263C85.2141 139.238 85.4294 139.025 85.5563 138.896C85.8395 138.615 86.1885 138.644 86.3766 138.66C86.3993 138.66 86.4287 138.665 86.4536 138.667C86.4582 138.651 86.4695 138.624 86.4831 138.583C86.5579 138.356 86.7709 138.202 87.0111 138.202H87.2762C87.4235 138.202 87.564 138.261 87.6683 138.365C87.7589 138.456 87.836 138.47 87.8382 138.47C87.8178 138.463 87.9017 138.422 87.9561 138.393C88.126 138.309 88.3368 138.202 88.6019 138.202C88.6812 138.195 88.969 138.087 89.2001 137.998C89.4313 137.91 89.7055 137.806 90.0159 137.701C90.0431 137.692 90.0703 137.686 90.0998 137.681C90.4284 137.475 90.8793 137.203 91.5977 137.407C92.035 137.393 92.4928 137.28 92.9754 137.16C93.4649 137.038 93.968 136.911 94.4915 136.883C94.6728 136.75 94.8472 136.682 94.9832 136.648C95.3684 136.349 95.7831 136.349 96.2907 136.349C96.5808 136.349 97.1224 136.349 97.2244 136.247C97.3286 136.142 97.4691 136.084 97.6187 136.084H97.7954C98.1807 135.959 98.618 135.832 99.0576 135.707C99.5131 135.578 99.9686 135.447 100.361 135.318L100.821 135.22C101.872 135.005 102.797 134.812 103.59 134.971C103.701 134.83 103.837 134.758 104.041 134.758C104.138 134.599 104.313 134.493 104.514 134.493H104.691C105.543 134.228 106.382 134.228 107.431 134.228C107.721 134.228 108.26 134.228 108.362 134.126C108.79 133.697 109.221 133.697 110.082 133.697C110.572 133.697 111.179 133.697 111.283 133.593C111.387 133.489 111.528 133.432 111.675 133.432H112.205C112.353 133.432 112.493 133.491 112.598 133.595L112.863 133.86H112.865C113.028 133.691 113.259 133.632 113.397 133.6C113.499 133.496 113.64 133.432 113.796 133.432C114.104 133.432 114.351 133.681 114.351 133.987V134.783C114.351 135.109 114.293 135.34 114.2 135.506C114.29 135.601 114.351 135.719 114.351 135.846V136.111C114.351 136.392 114.143 136.625 113.871 136.661C113.794 136.861 113.656 137.028 113.515 137.173C113.497 137.237 113.475 137.287 113.459 137.325C113.45 137.343 113.441 137.366 113.441 137.414H113.531C113.753 137.414 113.946 137.545 114.034 137.735V137.704C114.034 137.504 114.138 137.33 114.295 137.232C114.299 137.137 114.299 137.015 114.299 136.908V136.643C114.299 136.496 114.358 136.355 114.463 136.251L114.621 136.093C114.621 136.093 114.612 136.072 114.608 136.063C114.521 135.857 114.569 135.617 114.728 135.458C114.771 135.415 114.807 135.381 114.834 135.354C114.839 135.313 114.848 135.272 114.859 135.231C114.841 135.175 114.83 135.116 114.83 135.055V134.79C114.83 134.642 114.889 134.502 114.993 134.398C115.059 134.332 115.092 134.266 115.154 134.146C115.206 134.042 115.267 133.919 115.362 133.792V133.731C115.362 133.357 115.55 132.911 116.448 132.911C116.599 132.911 116.887 132.911 117.066 133.126C117.338 132.872 117.649 132.646 118.038 132.646H119.099C119.371 132.646 119.604 132.843 119.647 133.113C119.69 133.382 119.532 133.643 119.273 133.729C119.267 133.729 119.255 133.808 119.255 133.865C119.255 134.053 119.255 134.409 119.02 134.701C119.058 134.794 119.088 134.903 119.106 135.034C119.239 135.034 119.36 135.084 119.455 135.163C119.611 134.753 119.765 134.488 119.876 134.327C119.912 133.913 120.06 133.684 120.243 133.564C120.259 133.534 120.273 133.509 120.286 133.484C120.341 133.391 120.397 133.294 120.397 132.938C120.397 132.791 120.456 132.65 120.561 132.546L120.826 132.281C120.996 132.111 121.256 132.07 121.469 132.177L121.909 132.397C122.258 132.46 122.505 132.73 122.505 133.07C122.505 133.337 122.353 133.559 122.122 133.675C122.124 133.738 122.158 133.838 122.247 134.015C122.285 134.092 122.305 134.178 122.305 134.264C122.305 134.805 122.088 135.052 121.585 135.082C121.428 135.136 121.317 135.184 121.24 135.222C121.424 135.805 121.381 136.111 121.249 136.41C121.249 136.469 121.236 136.505 121.215 136.562C121.145 136.775 121.093 136.949 121.05 137.094C121.064 137.081 121.075 137.067 121.089 137.053C121.104 137.038 121.12 137.024 121.138 137.01C121.143 136.77 121.272 136.605 121.354 136.523C121.406 136.471 121.465 136.432 121.53 136.405C121.555 136.346 121.585 136.294 121.621 136.258L121.886 135.993C122.07 135.809 122.346 135.78 122.562 135.907C122.616 135.773 122.722 135.664 122.861 135.608C122.988 135.556 123.124 135.553 123.248 135.594C123.516 135.49 123.808 135.397 124.125 135.542C124.259 135.603 124.374 135.701 124.47 135.83H124.662C124.97 135.83 125.217 136.079 125.217 136.385C125.217 136.691 125.217 137.144 124.791 137.572C124.603 137.76 124.288 137.754 124.093 137.681L124.259 137.847C124.476 138.064 124.476 138.415 124.259 138.633C124.17 138.721 124.157 138.773 124.157 139.301V139.566C124.157 139.714 124.098 139.854 123.994 139.959L123.729 140.224C123.547 140.405 123.257 140.416 123.006 140.33C123.085 140.509 123.065 140.722 122.942 140.885C122.824 141.044 122.634 141.126 122.441 141.105C122.346 141.114 122.206 141.126 122.054 141.087C121.995 141.126 121.927 141.155 121.852 141.171C121.823 141.198 121.791 141.228 121.753 141.259C121.728 141.438 121.673 141.635 121.544 141.835C121.61 142.061 121.571 142.245 121.506 142.383V143.013C121.506 143.161 121.447 143.301 121.342 143.405L121.197 143.55C121.17 143.634 121.134 143.702 121.093 143.761C121.116 143.79 121.134 143.824 121.15 143.858C121.236 144.065 121.236 144.305 121.077 144.466L120.973 144.604C120.973 144.751 120.914 144.892 120.81 144.996C120.71 145.096 120.579 145.152 120.44 145.159C120.436 145.635 120.28 145.912 120.087 146.079C120.139 146.181 120.175 146.308 120.175 146.46C120.175 146.632 120.114 146.773 120.037 146.886C120.096 146.954 120.139 147.036 120.162 147.126C120.205 147.314 120.15 147.511 120.014 147.647L119.749 147.912C119.566 148.098 119.391 148.474 119.382 148.588C119.382 149.478 118.936 149.666 118.562 149.666H118.297C117.989 149.666 117.742 149.417 117.742 149.111V148.846C117.742 148.699 117.8 148.558 117.905 148.454C117.968 148.391 117.993 148.343 118.002 148.243C117.893 148.087 117.844 147.937 117.821 147.808C117.785 147.811 117.746 147.811 117.712 147.808C117.619 147.962 117.454 148.067 117.263 148.076V148.581C117.263 148.778 117.159 148.957 116.996 149.057C116.996 149.075 116.998 149.093 116.998 149.111C116.998 149.639 117.012 149.691 117.1 149.78C117.204 149.884 117.263 150.024 117.263 150.172C117.263 150.611 116.921 150.818 116.733 150.913V150.967C116.733 151.189 116.604 151.38 116.416 151.47C116.409 151.486 116.402 151.5 116.393 151.513C116.4 151.552 116.402 151.59 116.402 151.629C116.402 151.81 116.332 151.971 116.216 152.091C116.284 152.136 116.343 152.195 116.386 152.266C116.488 152.429 116.497 152.635 116.409 152.807C116.201 153.222 115.99 153.498 115.87 153.641C115.741 154.011 115.611 154.269 115.514 154.464C115.469 154.554 115.414 154.665 115.405 154.702C115.405 154.831 115.362 154.937 115.281 155.033C115.376 155.087 115.444 155.15 115.489 155.196C115.596 155.216 115.695 155.271 115.772 155.348C115.877 155.452 115.935 155.592 115.935 155.74V156.005C115.935 156.152 115.877 156.292 115.775 156.397L115.509 156.662C115.464 156.707 115.41 156.743 115.353 156.773C115.265 156.961 115.072 157.09 114.85 157.09H114.789C114.728 157.133 114.669 157.172 114.612 157.201V157.33C114.612 157.555 114.476 157.759 114.27 157.845C114.061 157.933 113.823 157.883 113.665 157.725C113.493 157.552 113.397 157.385 113.325 157.242C113.08 157.453 112.801 157.623 112.466 157.623C112.267 157.623 112.201 157.679 112.201 157.679C112.226 157.915 112.031 158.112 111.936 158.207C111.888 158.253 111.875 158.314 111.931 158.484C111.997 158.683 111.945 158.903 111.798 159.053L111.639 159.211C111.675 159.286 111.696 159.37 111.696 159.456V159.986C111.696 160.134 111.637 160.274 111.532 160.378C111.446 160.464 111.387 160.532 111.347 160.584C111.442 160.639 111.528 160.725 111.585 160.859C111.591 160.875 111.598 160.893 111.603 160.909C111.823 160.909 112.004 160.988 112.169 161.094C112.217 161.042 112.271 160.983 112.337 160.92C112.441 160.816 112.582 160.757 112.729 160.757H112.994C113.218 160.757 113.422 160.893 113.508 161.099C113.59 161.296 113.552 161.52 113.413 161.677C113.402 161.786 113.37 161.906 113.286 162.035C113.286 162.082 113.286 162.125 113.289 162.166C113.422 162.25 113.518 162.391 113.542 162.554C113.658 162.656 113.731 162.774 113.778 162.851C113.794 162.878 113.81 162.903 113.828 162.928C114.104 163.027 114.347 163.304 114.347 163.963C114.347 164.206 114.193 164.412 113.975 164.487C113.916 164.577 113.835 164.652 113.74 164.693C113.678 164.718 113.613 164.736 113.549 164.745V164.879C113.735 165.008 113.814 165.228 113.814 165.552V166.082C113.814 166.281 113.71 166.456 113.554 166.553C113.549 166.649 113.549 166.771 113.549 166.877C113.549 167.183 113.3 167.433 112.994 167.433H112.729C112.561 167.433 112.403 167.356 112.298 167.229C112.239 167.333 112.162 167.435 112.063 167.535C112.079 167.637 112.088 167.786 112.036 167.949C112.117 168.067 112.181 168.228 112.208 168.443C112.391 168.443 112.761 168.448 112.91 168.813C113.026 169.094 112.913 169.304 112.756 169.486V169.572C112.869 169.705 112.956 169.853 112.956 170.059C112.956 170.213 112.908 170.333 112.838 170.44C112.885 170.728 112.718 170.941 112.632 171.049C112.548 171.156 112.491 171.226 112.491 171.385C112.491 171.58 112.439 171.795 112.262 171.956C112.301 172.031 112.33 172.117 112.346 172.21C112.407 172.59 112.208 172.919 111.958 173.198V174.036C111.958 174.183 111.9 174.324 111.795 174.428L111.53 174.693C111.313 174.911 110.961 174.911 110.744 174.693C110.701 174.65 110.669 174.616 110.642 174.591C110.22 174.569 109.942 174.356 109.871 174.059C109.844 174.059 109.826 174.061 109.813 174.061C109.76 174.061 109.713 174.047 109.665 174.034C109.59 174.047 109.518 174.052 109.459 174.052H108.784L109.282 173.558C109.282 173.54 109.282 173.526 109.282 173.503L109.26 173.526C109.26 173.526 109.255 173.513 109.255 173.503V173.263C108.985 173.263 108.562 173.25 108.396 172.851C108.364 172.774 108.342 172.679 108.349 172.57C108.317 172.602 108.283 172.629 108.247 172.651V173.007L108.614 173.374C108.831 173.592 108.831 173.943 108.614 174.161C108.512 174.26 108.41 174.34 108.31 174.396L108.349 174.435C108.566 174.652 108.566 175.004 108.349 175.221C108.229 175.341 108.099 175.432 107.966 175.491C107.986 175.575 107.988 175.663 107.966 175.749C107.927 175.915 107.816 176.053 107.664 176.123C107.664 176.134 107.667 176.146 107.669 176.157C107.698 176.372 107.773 176.946 107.236 177.292C107.25 177.313 107.265 177.331 107.286 177.351C107.365 177.428 107.417 177.53 107.438 177.637C107.553 177.757 107.714 177.956 107.714 178.276C107.714 178.423 107.655 178.564 107.551 178.668C107.512 178.706 107.467 178.74 107.42 178.765C107.44 178.854 107.449 178.956 107.449 179.069C107.449 179.216 107.39 179.357 107.286 179.461L107.184 179.565V180.927C107.184 181.174 107.066 181.36 106.978 181.496C106.862 181.677 106.794 181.786 106.889 182.076C106.907 182.133 106.916 182.192 106.916 182.251C106.916 182.638 106.676 182.939 106.343 182.996C106.262 183.191 106.069 183.331 105.845 183.336C105.824 183.456 105.781 183.59 105.718 183.674C105.702 183.837 105.641 184.02 105.428 184.233C105.389 184.279 105.387 184.365 105.53 184.653C105.568 184.73 105.589 184.816 105.589 184.902C105.589 185.004 105.582 185.095 105.564 185.178L105.69 185.305C105.849 185.464 105.897 185.704 105.811 185.91C105.724 186.119 105.523 186.252 105.296 186.252H105.267C105.366 186.459 105.33 186.715 105.158 186.885C104.861 187.182 104.866 187.397 104.893 187.426C104.997 187.531 105.056 187.671 105.056 187.818V188.349C105.056 188.686 104.877 188.89 104.782 188.985C104.773 189.031 104.757 189.076 104.739 189.119C104.786 189.171 104.847 189.235 104.895 189.28L105.16 189.545C105.378 189.763 105.378 190.114 105.16 190.331C104.852 190.642 104.807 190.898 104.999 191.281C105.038 191.358 105.058 191.444 105.058 191.53V191.795C105.058 192.02 104.922 192.224 104.716 192.31C104.657 192.335 104.596 192.348 104.535 192.351C104.356 192.53 104.125 192.706 103.794 192.638C103.701 192.618 103.619 192.579 103.551 192.532C103.449 192.582 103.329 192.616 103.18 192.616C102.602 192.616 102.357 192.371 102.357 191.795V191.487C102.198 191.306 102.085 191.093 102.203 190.814C102.298 190.585 102.479 190.499 102.647 190.465C102.837 190.214 102.844 189.98 102.683 189.658C102.649 189.588 102.629 189.513 102.624 189.436C102.341 189.43 102.022 189.312 101.89 188.856C101.698 188.768 101.564 188.575 101.564 188.349V187.818C101.564 187.51 101.813 187.263 102.119 187.263H102.359C102.368 187.05 102.502 186.86 102.702 186.776C102.908 186.692 103.148 186.737 103.307 186.894L103.313 186.901L103.318 186.896C103.359 186.855 103.393 186.824 103.42 186.796V184.904C103.42 184.682 103.551 184.492 103.739 184.401C103.717 184.381 103.696 184.363 103.678 184.347C103.606 184.378 103.529 184.397 103.447 184.397C102.871 184.397 102.627 184.152 102.627 183.574C102.627 183.427 102.686 183.286 102.79 183.182C102.883 183.089 102.892 183.03 102.892 182.781C102.892 182.624 102.955 182.484 103.06 182.382C102.955 182.28 102.892 182.14 102.892 181.983V181.453C102.892 181.317 102.942 181.188 103.03 181.088C103.044 180.961 103.084 180.818 103.205 180.662C103.295 180.424 103.506 180.247 103.778 180.191C103.52 180.055 103.449 179.799 103.429 179.57L103.32 179.459C103.266 179.404 103.223 179.339 103.196 179.268C103.171 179.456 103.109 179.597 103.007 179.697C103.021 179.71 103.032 179.722 103.044 179.733C103.202 179.892 103.25 180.132 103.164 180.338C103.078 180.546 102.876 180.68 102.649 180.68H102.613C102.618 180.893 102.491 181.061 102.348 181.21C102.278 181.473 102.278 181.711 102.278 181.979C102.278 182.221 102.278 182.484 102.226 182.781C102.312 182.869 102.373 182.969 102.411 183.084C102.541 183.486 102.3 183.812 102.158 184.009C102.153 184.016 102.146 184.025 102.142 184.032C102.162 184.195 102.11 184.367 101.983 184.494C101.979 184.499 101.972 184.505 101.967 184.51C102.164 184.757 102.346 185.099 102.196 185.462C102.171 185.521 102.133 185.561 102.096 185.607C102.119 185.598 102.142 185.589 102.164 185.575L102.575 185.353V186.633L101.707 185.765L101.852 185.706V185.691H101.587L101.754 185.858C101.707 185.879 101.661 185.91 101.612 185.924V186.221C101.612 186.28 101.602 186.339 101.584 186.395C101.335 187.143 100.97 187.836 99.9958 187.836H99.7307C99.4338 187.836 99.1891 187.601 99.1755 187.306C98.8718 187.306 98.4277 187.295 98.0107 186.878C97.9971 186.864 97.9835 186.851 97.9722 186.835C97.9495 186.878 97.9223 186.921 97.8929 186.964C97.8883 187.018 97.8793 187.068 97.8657 187.116C98.0787 187.243 98.1671 187.469 98.1671 187.812C98.1671 187.968 98.1036 188.108 97.9994 188.21C98.1036 188.312 98.1671 188.453 98.1671 188.609C98.1671 188.908 97.9314 189.153 97.6345 189.164C97.6549 189.198 97.6731 189.235 97.6889 189.275C97.8407 189.679 97.519 189.96 97.3966 190.064C97.3853 190.075 97.3717 190.084 97.3581 190.096C97.2991 190.481 97.0476 190.955 96.7893 191.265C96.7236 191.428 96.6148 191.539 96.5491 191.603C96.5015 191.646 96.4902 191.707 96.5468 191.877C96.5649 191.934 96.574 191.993 96.574 192.054V192.319C96.574 192.373 96.5649 192.43 96.5491 192.482C96.7168 192.638 96.8391 192.915 96.8391 193.382C96.8391 193.529 96.7802 193.669 96.676 193.774C96.5831 193.867 96.574 193.925 96.574 194.175C96.574 194.397 96.4448 194.587 96.2568 194.678C96.2092 194.782 96.1298 194.866 96.0301 194.923C96.0301 194.927 96.0347 194.934 96.0369 194.938C96.191 195.34 96.2114 195.698 95.8534 196.158C95.8534 196.185 95.8534 196.21 95.8488 196.232C95.8149 196.541 95.5928 196.697 95.4704 196.776C95.4432 196.842 95.4024 196.903 95.3503 196.955L95.2483 197.091C95.2483 197.601 95.0829 197.857 94.9265 198.059C94.922 198.059 94.922 198.059 94.922 198.059C95.024 198.172 95.092 198.328 95.092 198.471C95.092 198.727 94.9333 198.94 94.7158 199.076V199.212C94.7158 199.36 94.6569 199.5 94.5526 199.604L93.4921 200.665C93.4491 200.706 93.4151 200.74 93.3879 200.767C93.3833 200.839 93.3743 200.937 93.3607 200.978C93.0842 201.809 92.3999 201.929 92.0328 201.993C92.0282 201.993 92.0237 201.993 92.0192 201.993C92.7942 202.498 93.4151 202.707 94.0677 202.922C94.2422 202.981 94.3736 203.119 94.4257 203.291C94.6773 203.173 94.913 203.221 95.1781 203.434C95.7016 203.486 95.9236 203.72 96.0007 203.976L96.5627 204.54C96.8278 204.651 96.9638 204.905 97.0317 205.041C97.204 205.081 97.3671 205.17 97.5008 205.285C97.6821 205.263 97.8657 205.315 97.9948 205.442C98.192 205.637 98.2872 205.829 98.3642 205.983C98.3846 206.024 98.4027 206.06 98.4186 206.092C98.6135 206.06 98.8854 206.069 99.0531 206.237L99.4406 206.625C99.64 206.659 99.7828 206.738 99.878 206.869H99.9867C100.134 206.869 100.275 206.928 100.379 207.033L100.644 207.298C100.816 207.47 100.852 207.726 100.75 207.934L101.176 208.358C101.308 208.49 101.521 208.703 101.609 208.73H101.845C102.069 208.728 102.262 208.859 102.35 209.052L102.511 208.891C102.615 208.787 102.756 208.728 102.903 208.728H103.436C103.744 208.728 103.991 208.977 103.991 209.283C104.016 209.342 104.229 209.557 104.358 209.684C104.505 209.833 104.56 210.056 104.492 210.253C104.465 210.334 104.467 210.368 104.467 210.368C104.476 210.355 104.598 210.411 104.673 210.443C104.682 210.448 104.689 210.45 104.698 210.454C104.789 210.368 104.904 210.314 105.027 210.314H105.557C105.718 210.314 105.935 210.404 106.042 210.527C106.137 210.636 106.175 210.751 106.189 210.855C106.447 210.903 106.642 211.13 106.642 211.402V211.587C106.719 211.667 106.787 211.775 106.835 211.921C106.901 211.93 106.962 211.943 107.016 211.964C107.125 211.925 107.259 211.907 107.415 211.907C107.721 211.907 107.97 212.156 107.97 212.462V212.523C108.093 212.691 108.161 212.856 108.195 212.986C108.283 213.074 108.371 213.16 108.446 213.23C108.562 213.23 108.677 213.258 108.77 213.314C108.902 213.251 109.049 213.228 109.271 213.228C109.271 212.92 109.493 212.698 109.801 212.698H110.066C110.214 212.698 110.356 212.757 110.461 212.861L110.606 213.006C110.893 213.101 111.086 213.348 111.086 213.652C111.086 213.724 111.075 213.792 111.054 213.856C111.27 214.08 111.342 214.341 111.39 214.508C111.394 214.524 111.399 214.538 111.401 214.554C111.535 214.57 111.693 214.628 111.779 214.715L111.886 214.819C111.968 214.812 112.054 214.826 112.133 214.86C112.319 214.937 112.446 215.104 112.471 215.299C112.539 215.281 112.57 215.261 112.586 215.245C112.763 215.066 112.999 214.973 113.266 214.973C113.635 214.973 114 215.156 114.259 215.358C114.508 215.383 114.689 215.447 114.818 215.535C114.868 215.277 115.092 215.084 115.364 215.084C115.784 215.084 116.026 215.213 116.128 215.505C116.182 215.544 116.226 215.583 116.257 215.614H116.928C116.942 215.32 117.186 215.084 117.483 215.084H118.07C118.136 214.977 118.236 214.894 118.356 214.851C118.458 214.681 118.623 214.554 118.809 214.554H119.074C119.167 214.554 119.258 214.576 119.339 214.622C119.355 214.613 119.373 214.604 119.391 214.597C119.597 214.513 119.838 214.558 119.996 214.717C120.121 214.842 120.232 214.95 120.329 215.052C120.341 215.016 120.357 214.977 120.375 214.941V214.846C120.375 214.576 120.567 214.352 120.823 214.3C120.91 214.218 121.032 214.114 121.211 214.062C121.431 213.89 121.651 213.817 121.852 213.785C121.85 213.604 121.902 213.357 122.131 213.128C122.138 213.122 122.145 213.112 122.151 213.106C122.081 212.999 122.034 212.879 122.034 212.725C122.034 212.428 122.21 212.254 122.396 212.068C122.523 211.941 122.645 211.721 122.711 211.56C122.582 211.393 122.505 211.198 122.607 210.946C122.7 210.722 122.877 210.636 123.04 210.599C123.176 210.407 123.284 210.155 123.291 210.067C123.291 209.711 123.538 209.462 123.72 209.283C123.72 209.283 123.72 209.283 123.722 209.281C123.554 208.898 123.554 208.462 123.554 208.22C123.554 207.946 123.554 207.545 123.874 207.153L124.003 206.65C124.198 205.911 124.352 205.328 124.352 204.771C124.352 204.388 124.572 204.082 124.821 203.812C124.621 203.457 124.642 203.062 124.882 202.716V202.12C124.882 201.972 124.941 201.832 125.045 201.728C125.023 201.592 125.016 201.367 125.149 201.138C125.161 200.903 125.206 200.615 125.412 200.327V199.999C125.412 199.851 125.471 199.709 125.578 199.604C125.666 199.516 125.68 199.464 125.68 198.938C125.68 198.412 125.68 197.841 125.945 197.424V196.022C125.945 195.963 125.954 195.904 125.974 195.845C126.122 195.405 126.194 195.258 126.269 195.111C126.323 195.002 126.375 194.893 126.475 194.605V194.166C126.475 193.592 126.595 193.311 126.715 193.098C126.595 192.598 126.715 192.274 126.887 192.042C126.79 191.823 126.779 191.6 126.86 191.399C126.91 191.279 126.989 191.179 127.091 191.106C127.139 190.921 127.187 190.744 127.232 190.576C127.395 189.969 127.536 189.443 127.536 189.13V188.505C127.452 188.337 127.425 188.138 127.515 187.936C127.461 187.809 127.454 187.694 127.465 187.605C127.499 187.297 127.721 187.141 127.844 187.061C127.871 186.996 127.912 186.935 127.964 186.882C128.052 186.794 128.066 186.742 128.066 186.216C128.066 185.779 128.136 185.287 128.204 184.811C128.268 184.374 128.331 183.921 128.331 183.563V183.032C128.331 182.688 128.519 182.364 128.796 182.16C128.689 181.897 128.757 181.659 128.888 181.265C129.16 180.449 129.024 180.245 129.022 180.243C128.918 180.139 128.859 179.998 128.859 179.851C128.859 179.141 129.208 178.478 129.552 178.133C129.643 178.042 129.886 177.521 129.917 176.613C129.392 175.951 129.684 175.405 129.847 175.101C129.967 174.874 129.983 174.822 129.949 174.725C129.931 174.668 129.922 174.609 129.922 174.55V174.285C129.922 174.138 129.981 173.997 130.085 173.893C130.173 173.805 130.187 173.753 130.187 173.225C130.187 172.887 130.366 172.683 130.461 172.586C130.484 172.479 130.536 172.379 130.615 172.3C130.697 172.219 130.715 172.164 130.717 171.983C130.538 171.387 130.602 170.916 130.661 170.458C130.688 170.247 130.717 170.025 130.717 169.776V169.511C130.717 169.363 130.776 169.223 130.88 169.119C131.032 168.967 131.247 168.577 131.247 168.187V167.657C131.247 167.53 131.291 167.408 131.37 167.31C131.241 166.936 131.343 166.535 131.676 166.202C131.741 166.136 131.778 166.071 131.837 165.948C131.905 165.815 131.986 165.651 132.136 165.482C132.31 165.119 132.31 164.958 132.31 164.74C132.31 164.523 132.387 164.283 132.471 164.033C132.507 163.922 132.571 163.737 132.575 163.673V163.415C132.575 163.268 132.634 163.127 132.736 163.023C132.777 162.982 132.811 162.948 132.838 162.921C132.838 162.341 132.852 161.928 133.16 161.548C133.196 161.396 133.187 161.28 133.178 161.149C133.153 160.802 133.174 160.421 133.634 160.143V159.703C133.634 159.213 133.634 158.812 133.899 158.441V158.019C133.831 157.888 133.795 157.741 133.795 157.582C133.795 157.147 134.064 156.657 134.594 156.129C134.73 155.993 134.864 155.907 134.962 155.846V155.461C134.962 155.314 135.02 155.173 135.125 155.069C135.562 154.629 135.553 154.52 135.519 154.11C135.505 153.963 135.494 153.798 135.494 153.605C135.374 153.353 135.227 152.993 135.403 152.606C135.456 152.495 135.528 152.395 135.621 152.306C135.551 152.168 135.526 152.014 135.603 151.828C135.691 151.615 135.852 151.527 136.009 151.488C136.04 151.414 136.074 151.303 136.131 151.11C136.172 150.969 136.222 150.802 136.287 150.602V148.835C136.287 148.749 136.308 148.663 136.346 148.586L137.099 147.085C137.126 146.927 137.191 146.811 137.239 146.73C137.284 146.653 137.33 146.573 137.343 146.347C137.228 146.111 137.228 145.782 137.565 145.361C137.583 145.338 137.602 145.318 137.617 145.295C137.638 145.075 137.728 144.892 137.803 144.742C137.83 144.688 137.871 144.604 137.878 144.575C137.878 144.008 137.878 143.41 138.209 142.981C138.336 142.644 138.501 142.39 138.635 142.182C138.823 141.891 138.936 141.717 138.936 141.411C138.936 140.883 139.115 140.523 139.26 140.235C139.38 139.995 139.467 139.823 139.467 139.555C139.467 139.496 139.476 139.437 139.494 139.378L140.289 136.992C140.316 136.911 140.362 136.836 140.423 136.775C140.518 136.679 140.525 136.623 140.525 136.371C140.525 136.224 140.584 136.081 140.69 135.977C140.785 135.884 140.792 135.825 140.792 135.576C140.792 135.313 140.899 135.1 140.983 134.93C141.01 134.876 141.051 134.792 141.057 134.76C141.057 134.674 141.075 134.608 141.114 134.531L141.853 133.054C141.869 132.657 141.95 132.46 142.041 132.279C142.086 132.19 142.116 132.131 142.116 131.866C142.116 131.719 142.175 131.579 142.279 131.474C142.465 131.288 142.637 130.912 142.648 130.799C142.648 130.266 143.113 129.72 143.999 129.72C144.01 129.716 144.094 129.673 144.148 129.646C144.318 129.559 144.529 129.455 144.794 129.455H146.845C147.842 129.201 148.23 128.973 148.377 128.823C148.481 128.719 148.624 128.66 148.771 128.66H149.029C149.111 128.648 149.431 128.51 149.601 128.173C149.666 128.041 149.782 127.941 149.922 127.894C150.194 127.803 150.398 127.599 150.632 127.366C150.872 127.126 151.137 126.861 151.513 126.677C151.626 126.376 151.735 126.158 151.821 125.986C151.867 125.895 151.921 125.784 151.93 125.748V124.975C151.93 124.855 151.966 124.739 152.037 124.644C152.025 124.511 151.914 124.2 151.833 123.967L151.801 123.876C151.581 123.794 151.459 123.627 151.416 123.362C151.248 123.18 151.173 123.047 151.146 122.834L151.03 122.718C150.926 122.614 150.865 122.471 150.865 122.324C150.573 122.337 150.414 122.195 150.33 122.097C150.289 122.09 150.215 122.084 150.097 122.084C149.551 122.084 149.181 121.635 148.971 121.288H148.771C148.624 121.288 148.483 121.229 148.379 121.125C148.286 121.032 148.227 121.023 147.978 121.023C147.489 121.023 146.995 120.642 146.906 119.91C146.741 119.725 146.616 119.509 146.736 119.219C146.827 119.002 146.995 118.911 147.155 118.875V118.533C146.895 118.098 147.137 117.672 147.364 117.395C147.185 117.078 147.253 116.813 147.3 116.697C147.355 116.568 147.455 116.425 147.643 116.325C147.645 116.316 147.649 116.307 147.654 116.298C147.726 116.122 147.939 115.981 148.141 115.942C148.155 115.836 148.193 115.72 148.288 115.614C148.329 115.566 148.39 115.523 148.456 115.487C148.465 115.478 148.474 115.469 148.481 115.46C148.486 115.387 148.495 115.29 148.508 115.249C148.581 115.029 148.606 114.832 148.628 114.642C148.687 114.184 148.755 113.67 149.288 113.069C149.338 112.648 149.526 112.426 149.7 112.249C149.793 112.156 149.802 112.147 149.802 111.979C149.802 111.832 149.861 111.691 149.965 111.587L150.332 111.218V110.388C150.332 110.295 150.355 110.207 150.396 110.13C150.371 109.853 150.577 109.65 150.759 109.466C150.79 109.434 150.824 109.407 150.86 109.387V109.33C150.86 108.92 151.155 108.337 151.459 107.982C151.518 107.807 151.577 107.644 151.633 107.492C151.794 107.053 151.921 106.704 151.921 106.414C151.921 105.627 152.141 104.809 152.465 104.347C152.476 104.268 152.494 104.195 152.519 104.132C152.508 104.043 152.519 103.946 152.562 103.842C152.628 103.683 152.735 103.592 152.85 103.542V103.499C152.85 103.25 152.85 102.872 153.145 102.577C153.24 102.482 153.247 102.425 153.247 102.174C153.247 102.026 153.306 101.884 153.412 101.779C153.453 101.741 153.507 101.575 153.544 101.467C153.575 101.372 153.609 101.27 153.655 101.163C153.573 101.02 153.541 100.857 153.625 100.66L153.664 100.658ZM138.896 24.227V23.4203H139.439L139.451 24.227H138.896ZM104.188 194.322L102.976 193.11H103.646C104.061 193.11 104.188 193.237 104.188 193.651V194.322ZM145.737 19.9509C145.977 19.9509 146.226 19.8209 146.485 19.5611L146.958 19.0852V19.756C146.958 20.0166 146.958 20.1752 146.87 20.3497L146.793 20.5038H145.735V19.9486L145.737 19.9509ZM139.428 55.6849C139.507 54.9438 139.82 54.6266 140.097 54.3456C140.38 54.0601 140.625 53.8108 140.625 53.0109H141.18C141.18 55.0707 141.18 55.8412 139.732 55.9908L139.39 56.027L139.426 55.6849H139.428ZM127.76 39.8562H128.972L127.76 41.0731V39.8562ZM114.503 56.2944H114.782C114.796 56.2854 114.832 56.2287 114.859 56.1857C114.904 56.1109 114.963 56.0157 115.052 55.9137C115.07 55.8933 115.09 55.8707 115.111 55.8503L115.503 56.24C115.503 56.24 115.503 56.24 115.503 56.2423C115.405 56.342 115.353 56.444 115.294 56.5641C115.222 56.7069 115.142 56.87 114.977 57.0332L114.503 57.5068V56.2944ZM106.198 61.5064H107.463V62.7732H107.184C106.318 62.7732 106.198 62.6531 106.198 61.7852V61.5064ZM106.28 63.7136L106.756 63.2377V64.8988H106.477C106.035 64.8988 105.792 64.8988 105.693 64.6608C105.589 64.4093 105.749 64.2484 106.28 63.7159V63.7136ZM101.607 66.0228C101.607 64.7266 101.725 64.6087 103.021 64.6087H103.692L101.607 66.6935V66.0228ZM100.252 65.7826L102.396 67.9195H100.252V65.7826ZM97.9699 68.0373H99.5086V70.956L97.9699 69.4174V68.0373ZM84.4889 80.5529C84.4889 80.5529 84.6 80.5303 84.8878 80.2402L85.3636 79.7621V80.9654C85.3636 81.1399 85.3637 81.337 85.1665 81.4186C85.1234 81.4367 85.0849 81.4435 85.0487 81.4435C84.9286 81.4435 84.8266 81.3597 84.6951 81.2282C84.566 81.2033 84.4368 81.1376 84.319 81.0379L83.7706 80.5733L84.4889 80.5484V80.5529ZM81.7062 84.7475C81.7923 84.6614 81.8739 84.5798 81.8875 84.5549C81.892 84.5413 81.892 84.4755 81.892 84.4189V84.4144H82.4472V84.6795C82.4472 85.0965 82.3203 85.2234 81.9056 85.2234H81.2371L81.7084 84.7497L81.7062 84.7475ZM73.6729 89.2887L73.8134 89.146C73.8496 89.1256 73.8768 89.0938 73.904 89.0485L73.9833 88.9103H74.815L74.1442 89.649L73.6706 90.1226V89.291L73.6729 89.2887ZM147.67 51.3861L147.588 51.4677C147.346 51.7101 147.14 52.1724 147.14 52.331V52.6098H146.786C146.641 52.9225 146.453 53.0698 146.31 53.1831C146.147 53.3123 146.079 53.3644 146.079 53.6567C146.079 53.949 146.011 54.1099 145.814 54.1688V54.3456C145.995 54.5654 146.059 54.8011 145.979 54.9914C145.909 55.1591 145.744 55.2611 145.537 55.2611C145.426 55.2611 145.286 55.4039 145.286 55.5149L145.272 55.6033C145.046 56.2854 144.805 56.6185 144.581 56.861C144.679 56.9244 144.81 57.0219 144.828 57.1986C144.842 57.3278 144.79 57.4501 144.674 57.568C144.651 57.5906 144.626 57.6156 144.606 57.636C144.626 57.6586 144.651 57.6813 144.674 57.7039C144.887 57.917 145.016 58.0439 144.932 58.2455C144.869 58.3996 144.735 58.4336 144.597 58.4404C144.416 58.624 144.228 58.8279 144.228 58.9594V59.0749L143.881 59.4216C143.629 59.6732 143.43 59.8703 143.43 60.285C143.43 60.6408 143.387 60.7088 143.083 61.0124L143.002 61.094H142.886C142.784 61.094 142.635 61.3025 142.635 61.8781C142.635 62.4537 142.635 62.7868 142.288 63.1335L142.206 63.2151H142.104V63.4666C142.104 63.7159 141.968 63.8496 141.889 63.9289H141.887L141.964 64.0105H141.839V64.185L141.649 64.262C141.277 64.3866 141.241 64.5407 141.187 64.7741C141.159 64.8897 141.128 65.0302 141.044 65.1571V65.8664H140.765C140.514 65.8664 140.269 65.7214 140.117 65.5152C140.117 65.5378 140.117 65.5605 140.117 65.5899C140.117 65.667 140.117 65.769 140.087 65.8755C140.305 65.9253 140.514 66.0568 140.514 66.3853C140.514 66.4511 140.566 66.5576 140.618 66.6573C140.656 66.7343 140.697 66.8136 140.727 66.902H141.574V67.1921C141.669 67.1377 141.787 67.0969 141.941 67.0969H142.057L142.138 67.1785C142.548 67.5886 142.601 67.6589 142.601 68.1348V68.2503L141.841 69.0117C141.841 69.2338 141.86 69.4287 141.968 69.6191L142.048 69.5397C142.068 69.1046 142.211 68.9981 142.707 68.9981H142.875C142.904 68.946 142.938 68.9052 142.977 68.869C142.984 68.8576 142.995 68.7353 142.825 68.2231L142.811 68.1348C142.811 67.9059 142.834 67.7518 142.902 67.6521H142.811V67.3734C142.811 66.8793 142.916 66.7366 143.353 66.7162L144.035 66.0341C144.144 65.9253 144.144 65.7032 144.144 65.4698C144.144 65.2523 144.144 65.0144 144.23 64.7991C144.223 64.7855 144.216 64.7742 144.212 64.7628C144.096 64.4796 144.33 64.2212 145.034 63.5187C145.023 63.4757 145.018 63.4349 145.018 63.4032C145.018 63.1539 145.204 62.9658 145.37 62.8027C145.435 62.7369 145.544 62.6282 145.56 62.5828L145.084 62.1092L146.254 62.1523L146.911 62.8095L146.714 63.0066C146.349 63.3714 146.036 63.6864 146.036 64.3323C146.036 64.6699 146.036 64.9509 146 65.1956H146.14C146.174 65.1956 146.21 65.1956 146.242 65.1956C146.242 65.1639 146.242 65.1277 146.242 65.0914H146.797V66.3491L146.716 66.4307C146.498 66.6505 146.435 66.8658 146.281 67.3892C146.215 67.6136 146.136 67.8878 146.022 68.2254L145.954 68.3342L145.272 69.014V69.6598C145.272 70.7929 144.914 71.586 144.209 72.6669L144.511 72.9683V73.0839C144.511 73.621 144.389 73.7433 143.854 73.7433H143.371C143.643 74.1172 143.342 74.4934 143.174 74.7042C143.106 74.7903 142.993 74.933 142.993 74.9874V76.2995L142.839 76.3765C142.179 76.7051 141.848 77.3714 141.848 77.6523C141.848 77.8087 141.848 78.0308 141.823 78.271L141.862 78.3095H141.819C141.773 78.6834 141.662 79.0936 141.388 79.3678C141.284 79.472 141.279 79.5581 141.279 79.7439C141.279 79.9298 141.279 80.1745 141.091 80.417H141.864L140.21 82.0735C140.303 82.1709 140.332 82.3341 140.332 82.597V82.7125L140.251 82.7941C140.006 83.0366 139.741 82.9981 139.598 82.9777C139.584 83.0366 139.571 83.1499 139.571 83.3584C139.571 83.8365 139.519 83.909 139.106 84.3169C138.963 84.4597 138.882 84.7067 138.794 84.9673C138.703 85.2392 138.608 85.5225 138.426 85.7468V86.021C138.426 86.7756 138.426 87.5552 138.046 88.0288V88.5047L137.855 88.5681C137.359 88.7335 137.37 88.8219 137.391 88.9828C137.411 89.1392 137.443 89.402 137.205 89.6422L137.123 89.7238H137.008C136.781 89.7238 136.523 89.9821 136.523 90.2065C136.523 90.6756 136.131 91.4279 135.755 91.8471C135.73 92.0602 135.646 92.314 135.558 92.5791C135.476 92.8261 135.381 93.1071 135.381 93.2521V94.2129L135.19 94.2764C134.542 94.4917 134.52 94.6276 134.431 95.1352C134.393 95.355 134.347 95.6247 134.239 95.9601C134.236 96.164 134.211 96.3045 134.148 96.3975H134.456L135.113 97.0546L134.341 97.8274L134.286 97.773C134.173 97.9746 133.987 98.1899 133.572 98.1695C133.629 98.591 133.486 98.8403 133.126 98.9944C133.117 98.9989 133.106 99.0035 133.094 99.008C133.069 99.4748 132.675 99.5836 132.335 99.6085V100.377H132.122C132.249 100.474 132.335 100.626 132.335 100.862V101.442L132.145 101.505C131.522 101.714 131.481 101.995 131.395 102.611C131.356 102.892 131.311 103.207 131.195 103.567V104.286C131.195 104.821 131.073 104.943 130.538 104.943C130.504 104.943 130.466 104.943 130.434 104.943C130.434 104.975 130.434 105.011 130.434 105.047C130.434 105.296 130.273 105.498 130.13 105.677C130.067 105.759 129.947 105.908 129.949 105.96L130.031 106.042L130.055 106.189C130.055 106.495 129.822 106.729 129.593 106.957C129.489 107.062 129.294 107.257 129.294 107.331V108.673L129.147 108.723C129.233 108.793 129.303 108.89 129.294 109.031C129.276 109.292 128.99 109.407 128.725 109.495L128.637 109.509C128.603 109.509 128.567 109.509 128.535 109.509C128.535 109.541 128.535 109.577 128.535 109.611C128.535 110.001 128.535 110.483 128.079 110.943C128.329 111.224 128.315 111.469 128.075 111.712L127.395 112.392V112.657C127.395 113.273 127.291 113.586 127.189 113.887C127.098 114.159 127.012 114.415 127.012 114.941H126.457C126.457 114.941 126.482 115.002 126.55 115.041C126.618 115.079 126.681 115.07 126.697 115.063C126.577 115.111 126.178 115.51 125.791 115.897L125.709 115.979H125.1L124.798 115.677C124.739 115.7 124.676 115.709 124.603 115.702C124.386 115.68 124.27 115.501 124.186 115.369C124.155 115.322 124.098 115.231 124.068 115.217H122.552C122.258 115.217 122.099 115.079 122.009 114.896C121.907 114.914 121.798 114.918 121.691 114.918H121.311L120.964 114.569C120.667 114.272 120.606 114.102 120.78 113.855L120.699 113.774C120.699 113.774 120.692 113.767 120.687 113.763C120.642 113.826 120.583 113.885 120.513 113.939C120.642 114.189 120.642 114.431 120.642 114.637V114.916H119.835C119.849 114.927 119.849 115.077 119.849 115.167V115.709H119.319V115.811L119.237 115.893C119.192 115.938 119.183 115.958 119.183 115.958C119.185 116.112 119.149 116.246 118.972 116.425L118.775 116.622L118.659 116.507H117.966V116.369L117.909 116.425C117.563 116.772 116.948 116.772 116.654 116.772C116.563 116.772 116.411 116.772 116.368 116.795V117.073L116.121 117.039H115.741L115.659 116.958C115.487 116.785 115.326 116.774 115.319 116.774C115.303 116.779 115.276 116.808 115.258 116.826C115.192 116.892 115.088 116.996 114.911 117.03C114.723 117.173 114.531 117.173 114.399 117.173C114.274 117.173 114.245 117.178 114.197 117.225L114.116 117.307H113.47C113.101 117.307 112.792 117.368 112.466 117.434C112.183 117.49 111.895 117.549 111.56 117.565C111.406 117.828 111.045 117.832 110.884 117.579C110.708 117.594 110.635 117.631 110.547 117.674C110.363 117.764 110.189 117.835 109.76 117.835C109.305 117.835 109.051 117.928 108.845 118.002C108.747 118.039 108.652 118.073 108.553 118.088C108.242 118.356 107.938 118.365 107.902 118.365L107.778 118.335C107.349 118.122 106.601 118.372 105.874 118.614L105.779 118.63C105.335 118.63 104.832 118.63 104.648 118.814L104.567 118.895H104.451C104.247 118.895 104.104 118.752 103.989 118.637C103.98 118.628 103.968 118.616 103.957 118.605C103.946 118.63 103.932 118.664 103.918 118.705L103.855 118.895H101.598C101.224 119.076 100.372 119.425 99.4134 119.425C99.4361 119.43 99.3794 119.484 99.3432 119.521C99.2208 119.643 99.0395 119.824 98.788 119.768C98.6497 119.736 98.5523 119.641 98.482 119.525C98.2305 119.919 97.8521 119.897 97.5416 119.881C97.3422 119.87 97.1337 119.858 96.9003 119.924C96.7077 120.078 96.4743 120.024 96.3655 119.935L96.3587 119.94L96.2296 119.953C96.1638 119.953 96.0573 120.006 95.9576 120.058C95.8058 120.135 95.6336 120.221 95.4364 120.221H94.4779C94.1312 120.481 93.5986 120.486 92.8304 120.486C92.4338 120.615 92.1007 120.681 91.7767 120.747C91.4436 120.812 91.1308 120.876 90.7501 121.003C90.3989 121.12 90.1292 121.105 89.9117 121.091C89.5967 121.071 89.4086 121.062 89.003 121.465L88.9214 121.547H88.8058C88.4523 121.547 88.2869 121.601 88.0966 121.664C87.8903 121.732 87.6569 121.812 87.215 121.812H86.252C85.9143 122.038 85.4135 121.873 85.2911 121.995L85.1824 122.063C84.7654 122.201 84.3507 122.272 83.9496 122.337C83.5508 122.403 83.1746 122.467 82.7962 122.593L81.117 123.153L81.0286 123.124C80.6298 122.99 80.206 123.103 79.7551 123.226C79.4627 123.303 79.1591 123.384 78.8464 123.402C78.6084 123.634 78.5223 123.67 78.2005 123.67C78.1099 123.67 77.9558 123.67 77.915 123.693V123.971L77.6703 123.937H76.7185C76.4421 124.166 76.1633 124.198 75.9254 124.202C75.6059 124.468 75.2841 124.468 75.0212 124.468H74.3346C74.0264 124.726 73.7295 124.733 73.6955 124.733H72.2316L72.7053 124.259C73.027 123.937 73.095 123.731 73.154 123.55C73.2423 123.276 73.3375 123.076 73.7454 122.913C73.8859 122.55 74.0332 122.401 74.1646 122.269C74.287 122.147 74.3822 122.05 74.4955 121.714C74.6586 121.227 74.9215 121.05 75.1345 120.91C75.3203 120.785 75.454 120.697 75.556 120.389L75.6217 120.28L76.4171 119.484C76.5689 119.333 76.782 119.19 76.9882 119.054C77.1717 118.931 77.3621 118.805 77.4754 118.691C77.5751 118.592 77.6272 118.487 77.6884 118.367C77.7609 118.224 77.8425 118.061 78.0079 117.896C78.2096 117.694 78.4566 117.447 78.4566 117.298L78.4702 117.209C78.6334 116.722 78.8962 116.545 79.1092 116.402C79.2928 116.28 79.4265 116.189 79.5285 115.884L79.5964 115.775C80.1222 115.251 80.657 114.649 81.1759 114.064C81.6767 113.5 82.1956 112.915 82.7101 112.398C82.7712 112.077 83.0545 111.791 83.3786 111.728L83.757 111.347V110.932C83.757 110.511 83.8794 110.391 84.3009 110.391C84.3394 110.368 84.5229 110.184 84.634 110.076C84.8062 109.903 84.9625 109.747 85.1212 109.663C85.1665 109.543 85.2435 109.466 85.2979 109.414C85.3161 109.396 85.3455 109.366 85.3478 109.359C85.3478 108.879 85.7693 108.813 86.0389 108.804L86.1794 108.664C86.3585 108.143 86.6236 107.576 87.0904 107.488L87.4711 107.107C87.4824 106.849 87.5482 106.765 87.8156 106.497L87.8971 106.416H87.9674C87.9379 106.371 87.9175 106.321 87.913 106.259C87.8926 106.035 88.0898 105.929 88.1963 105.872C88.2167 105.861 88.2439 105.847 88.2665 105.833V105.784L88.3481 105.702C88.5362 105.514 88.7288 105.428 88.8693 105.389C89.0574 104.941 89.3293 104.737 89.4993 104.61C89.5378 104.58 89.5944 104.54 89.6058 104.521V104.406L89.6715 104.376C90.161 103.887 90.4442 103.499 90.6527 103.216C90.7864 103.035 90.8929 102.892 90.9971 102.786L91.7472 102.035C91.9172 101.585 92.1868 101.478 92.3659 101.406C92.4928 101.356 92.5064 101.349 92.5064 101.127C92.5064 100.753 92.6083 100.612 92.9301 100.587L93.4649 100.053H93.5805C93.6915 100.053 93.832 99.9099 93.832 99.8011V99.6855L93.9136 99.604C94.1833 99.3343 94.4892 99.0261 95.348 98.7406L95.4228 98.727C95.4228 98.3622 95.5271 98.2239 95.8466 98.2013L97.4419 96.6059H98.2033L98.2849 96.6875C98.2849 96.6875 98.303 96.7056 98.3098 96.7124C98.3257 96.6467 98.3393 96.5334 98.3393 96.3544L98.3687 95.9646C98.652 95.3981 99.1845 94.8656 99.9935 94.0543C100.114 93.9342 100.166 93.83 100.225 93.7099C100.297 93.5671 100.376 93.4039 100.542 93.2408L101.308 92.4771C101.587 91.931 101.865 91.6545 102.135 91.3849C102.4 91.1175 102.484 91.0517 102.742 91.0404L102.896 90.8863L103.486 89.7125H103.653C103.626 89.7125 103.665 89.6581 103.692 89.6196C103.828 89.4383 104.05 89.1414 104.564 88.9533L105.131 88.3868C105.092 88.1602 105.308 87.9449 105.84 87.4124L106.377 86.8753C106.49 86.762 106.617 86.5717 106.74 86.3859C106.878 86.1796 107.021 85.9644 107.17 85.8125L107.367 85.6154L107.565 85.8125C107.594 85.842 107.619 85.8647 107.642 85.8805C107.667 85.8035 107.712 85.7559 107.741 85.731C107.8 85.6788 107.866 85.6584 107.927 85.6516C107.92 85.6267 107.911 85.5995 107.9 85.5678L107.778 85.203H108.163C108.539 85.203 108.679 85.0625 108.679 84.6863C108.679 84.3101 108.781 84.1719 109.103 84.147L109.64 83.6122H109.756C109.803 83.6122 109.84 83.6099 109.869 83.6054C109.858 83.5918 109.842 83.5736 109.824 83.5555L109.627 83.3584L110.195 82.8304C110.927 82.5856 111.412 82.1007 111.675 81.8378C111.689 81.8242 111.983 81.5342 112.545 81.2532C113.035 81.0084 113.277 80.766 113.533 80.5099L113.606 80.4578C114.08 80.2198 114.25 80.0204 114.25 79.9116V79.5264L114.614 79.6488C114.646 79.6601 114.673 79.6692 114.698 79.676C114.689 79.5309 114.703 79.3428 114.861 79.1865C115.013 79.0347 115.226 78.8919 115.432 78.7537C115.58 78.6562 115.729 78.5542 115.843 78.4613C115.865 78.1781 115.976 78.0693 116.264 78.0489L116.371 77.9424V77.6773L116.452 77.5957C116.74 77.3056 116.815 77.2535 117.132 77.249C117.753 77.0224 118.224 76.3879 118.87 75.52L119.079 75.239L119.45 74.8628H119.566C119.715 74.8628 120.014 74.5659 120.427 74.1535L121.227 73.3536C121.327 73.2539 121.379 73.1496 121.44 73.0273C121.51 72.8845 121.592 72.7213 121.757 72.5582C121.961 72.3542 122.208 72.1072 122.208 71.9599V71.8444L122.636 71.4161H122.752C122.811 71.4161 122.879 71.4161 122.895 71.4115C122.917 71.4002 122.999 71.3186 123.085 71.2325L123.167 71.1509L123.269 71.1169L123.282 71.0739C123.506 70.4009 124.041 70.3079 124.395 70.2445C124.495 70.2264 124.644 70.2014 124.676 70.1697L125.149 69.7006V70.2286C125.347 70.0473 125.539 69.9023 125.75 69.8479C125.974 69.4355 126.282 69.0752 126.872 69.0321L127.028 68.8758C127.291 68.3478 127.572 67.8039 128.12 67.2533L128.202 67.1717H128.317C128.304 67.1603 128.304 67.0085 128.304 66.9179V66.6391H128.904C128.95 66.5576 129.006 66.4986 129.049 66.4556C129.067 66.4375 129.095 66.4103 129.099 66.4012L129.129 66.263C129.414 65.6919 129.716 65.3837 130.271 65.0982C130.343 65.0257 130.407 64.96 130.418 64.9373C130.423 64.9214 130.423 64.8557 130.423 64.7945L130.452 64.6699C130.753 64.0694 131.109 63.7227 132.027 63.7227C132.086 63.7227 132.154 63.7227 132.17 63.7181C132.192 63.7068 132.274 63.6252 132.36 63.5391L132.773 63.1267C132.544 62.9567 132.544 62.5919 132.544 62.4106V62.295L133.239 61.6039H133.355C133.604 61.6039 133.77 61.6039 133.953 61.4203C133.976 61.3977 134.001 61.3727 134.021 61.3523C133.998 61.3297 133.976 61.307 133.953 61.2844L133.872 61.2028V61.0872C133.872 60.6703 133.998 60.5434 134.413 60.5434H134.875C135.317 60.3054 135.755 59.8681 135.993 59.4284V58.9526H136.271C136.564 58.9526 136.618 58.8846 136.745 58.7214C136.879 58.5515 137.062 58.3203 137.509 58.1708L137.597 58.1572H138.139V58.3792C138.293 58.3203 138.472 58.2251 138.723 57.9736L139.521 57.1782C139.596 57.1034 139.646 57.0264 139.718 56.9085C139.861 56.6842 140.053 56.3783 140.581 55.8503L140.654 55.7982L141.039 55.6055C141.08 55.2724 141.245 55.1138 141.556 55.107C141.56 55.0798 141.563 55.0413 141.563 54.9869C141.563 54.6832 141.826 54.5518 141.982 54.4725C142.027 54.4498 142.095 54.4158 142.113 54.3977V54.119L142.372 54.1779C142.394 54.1734 142.422 54.1439 142.44 54.1258C142.49 54.0759 142.558 54.0057 142.662 53.9604C142.771 53.6408 143.092 53.3825 143.43 53.3825H143.709V54.3161L143.765 54.2595C143.967 54.0578 144.214 53.8085 144.214 53.659L144.228 53.5706C144.366 53.1559 144.438 53.0109 144.509 52.8726C144.572 52.7457 144.633 52.6256 144.758 52.2449L144.821 52.0546H145.494C145.506 52.0274 145.519 51.9979 145.537 51.9707V51.6852L145.619 51.6036C145.793 51.4314 145.805 51.2705 145.805 51.2637L145.839 50.6428L146.215 51.0122C146.274 50.9533 146.321 50.9034 146.331 50.883C146.335 50.8671 146.335 50.8014 146.335 50.7402V50.6247L146.6 50.3595V49.5392L147.421 50.3595V50.4751C147.421 50.5408 147.473 50.6473 147.525 50.7493C147.602 50.9011 147.686 51.0734 147.686 51.2705V51.3861H147.67ZM147.804 26.058C146.444 26.058 144.749 26.058 144.749 24.3924V24.1137H146.53L148.474 26.058H147.804ZM148.758 18.07V16.6492H150.176L148.758 18.07ZM150.262 14.5689C150.219 14.587 150.163 14.6029 150.09 14.6029C149.977 14.6029 149.825 14.544 149.657 14.4012C149.197 15.2623 148.737 15.7382 148.291 16.1824L148.094 15.9852L147.896 15.7881C148.359 15.3258 148.758 14.9292 148.758 14.0998V13.8211H149.956L149.934 13.8687C149.99 13.8664 150.042 13.8619 150.065 13.8505L150.591 13.8845C150.591 14.2494 150.48 14.4783 150.262 14.5689ZM155.619 10.329V12.0377H153.92L155.619 10.329ZM153.541 12.7492H152.508V10.6848H154.964L154.491 11.1584C153.836 11.8133 153.82 12.4456 153.818 12.4728L153.813 12.747H153.539L153.541 12.7492Z\" fill=\"white\"><\/path><path d=\"M118.104 115.421H118.187C118.181 115.398 118.174 115.375 118.171 115.355L118.106 115.421H118.104Z\" fill=\"white\"><\/path><path d=\"M119.033 113.445C119.051 113.424 119.072 113.404 119.092 113.381C119.11 113.363 119.124 113.347 119.137 113.332C119.11 113.329 119.079 113.327 119.035 113.325C119.035 113.368 119.035 113.406 119.033 113.443V113.445Z\" fill=\"white\"><\/path><path d=\"M118.598 114.131C118.639 114.204 118.661 114.27 118.673 114.331L118.745 114.256C118.745 114.159 118.754 114.057 118.775 113.95C118.75 113.977 118.72 114.007 118.689 114.039L118.596 114.131H118.598Z\" fill=\"white\"><\/path><path d=\"M123.883 109.345L124.386 109.336C124.254 109.28 124.121 109.219 124.005 109.128C123.901 109.182 123.883 109.253 123.883 109.345Z\" fill=\"white\"><\/path><path d=\"M138.031 78.8824L138.228 78.6875H138.036C138.036 78.7555 138.036 78.8212 138.031 78.8824Z\" fill=\"white\"><\/path><path d=\"M137.858 80.0337V79.7368C137.808 79.8388 137.742 79.9362 137.658 80.0337H137.858Z\" fill=\"white\"><\/path><path d=\"M138.516 78.3977L138.824 78.0918C138.726 78.1394 138.624 78.1915 138.516 78.23V78.3977Z\" fill=\"white\"><\/path><path d=\"M137.109 77.509C137.266 77.3391 137.388 77.1714 137.442 77.0195C137.288 77.2008 137.186 77.3572 137.109 77.509Z\" fill=\"white\"><\/path><path d=\"M140.487 68.2318V68.0098C140.448 68.2228 140.364 68.463 140.188 68.6896L140.303 68.574C140.475 68.4018 140.487 68.2409 140.487 68.2341V68.2318Z\" fill=\"white\"><\/path><path d=\"M125.277 109.289L125.32 109.332C125.329 109.282 125.354 109.259 125.368 109.221L125.32 109.266C125.309 109.277 125.289 109.277 125.277 109.289Z\" fill=\"white\"><\/path><path d=\"M136.618 78.9031L136.496 79.2703C136.496 79.2703 136.498 79.2703 136.501 79.2703L136.816 78.953C136.759 78.9439 136.696 78.9258 136.616 78.9009L136.618 78.9031Z\" fill=\"white\"><\/path><path d=\"M124.933 111.793C124.842 111.884 124.767 111.954 124.699 112.006C124.711 112.081 124.715 112.171 124.715 112.276V112.285C124.81 112.242 124.905 112.176 125.001 112.081L125.082 111.999H125.198C125.202 111.999 125.177 111.918 125.075 111.793H124.93H124.933Z\" fill=\"white\"><\/path><path d=\"M139.903 75.5171L139.762 75.6576V75.4288C139.669 75.3653 139.567 75.286 139.463 75.184L139.381 75.1025V74.9869C139.381 74.758 139.404 74.6039 139.472 74.5019H138.686C138.661 74.5654 138.658 74.6084 138.658 74.6107L138.103 74.6039V74.3388C138.103 73.9218 138.23 73.7949 138.645 73.7949H138.738C138.81 73.523 138.81 73.4006 138.81 73.2715C138.81 73.063 138.81 72.8454 139.016 72.2313L139.08 72.041H139.2C139.236 71.7962 139.384 71.7056 139.522 71.6739C139.513 71.6603 139.506 71.6444 139.499 71.6285C139.411 71.4133 139.547 71.2796 139.841 70.9804C139.909 70.9125 139.977 70.8445 140.02 70.7969C139.98 70.7493 139.909 70.6813 139.844 70.6133L139.812 70.5816C139.794 70.5748 139.778 70.5725 139.762 70.5635C139.592 70.6337 139.463 70.636 139.44 70.636H139.406C139.307 70.9804 139.064 71.3906 138.84 71.6149L138.767 71.6671C138.294 71.9027 138.126 72.1044 138.126 72.2132C138.126 72.501 138.126 72.859 137.779 73.2035C137.593 73.387 137.593 73.5524 137.593 73.8017V74.3456H137.052C137.065 74.3569 137.065 74.5087 137.065 74.5994C137.065 74.8849 136.909 75.0209 136.725 75.0843C136.773 75.2384 136.687 75.354 136.537 75.5081V76.3035L135.984 76.8564C136.064 76.9652 136.068 77.0694 136.057 77.1419C136.041 77.2326 135.998 77.3006 135.941 77.3549C136.012 77.4071 136.086 77.4796 136.191 77.5838L136.272 77.6654V77.781C136.272 77.781 136.272 77.7946 136.272 77.7991C136.327 77.4683 136.474 77.3051 136.594 77.185C136.71 77.0694 136.778 77.0014 136.778 76.7204V76.6049L136.859 76.5233C136.859 76.5233 137.079 76.2831 137.31 75.6123V74.7195L138.13 75.5443V75.6599C138.13 75.8571 138.044 76.0293 137.97 76.1811C137.933 76.2559 137.902 76.3261 137.883 76.3873C138.092 76.2083 138.314 76.0678 138.566 76.0678C138.758 76.0678 138.937 76.1494 139.096 76.308L139.64 76.8496C139.758 76.657 139.764 76.5074 139.764 76.4984L139.769 76.3896L139.846 76.308C140.045 76.1086 140.145 75.9198 140.145 75.7415C140.145 75.6735 140.138 75.6576 139.93 75.5285C139.921 75.5239 139.914 75.5172 139.905 75.5126L139.903 75.5171Z\" fill=\"white\"><\/path><path d=\"M126.965 94.3734V93.6777C126.965 93.6777 126.965 93.68 126.962 93.6823C126.901 93.8024 126.833 93.9383 126.713 94.0766C126.702 94.1468 126.679 94.2125 126.654 94.276C126.752 94.285 126.854 94.319 126.953 94.3802L126.962 94.3712L126.965 94.3734Z\" fill=\"white\"><\/path><path d=\"M126.777 98.6631C126.777 98.6631 126.772 98.6676 126.768 98.6698C126.806 98.79 126.759 98.8987 126.711 98.9826H127.228L127.241 98.6427C127.259 98.586 127.28 98.5316 127.298 98.4795H126.919C126.874 98.5633 126.815 98.6223 126.772 98.6631H126.777Z\" fill=\"white\"><\/path><path d=\"M140.236 63.2146H140.096L140.248 63.0628C140.263 62.8928 140.288 62.7432 140.331 62.6118C140.261 62.7025 140.15 62.7863 139.982 62.8611V62.9381C139.982 63.5115 139.717 64.0644 139.445 64.3794L139.452 64.5289C139.452 64.5765 139.452 64.6196 139.448 64.6604L139.858 64.2502H140.284C140.32 64.1641 140.372 64.0825 140.433 64.0123L140.227 63.9987C140.227 63.7041 140.227 63.4457 140.241 63.2169L140.236 63.2146Z\" fill=\"white\"><\/path><path d=\"M125.11 98.2124H125.08C125.08 98.2124 125.085 98.2305 125.087 98.2373C125.098 98.226 125.105 98.2169 125.107 98.2124H125.11Z\" fill=\"white\"><\/path><path d=\"M136.244 79.0457C136.208 79.0457 136.167 79.0276 136.129 79.0117V79.0525C136.181 79.1046 136.208 79.1228 136.244 79.1522V79.0457Z\" fill=\"white\"><\/path><path d=\"M124.838 104.274C124.7 104.349 124.535 104.423 124.34 104.496V104.55C124.532 104.55 124.662 104.582 124.743 104.657C124.761 104.548 124.791 104.423 124.838 104.274Z\" fill=\"white\"><\/path><path d=\"M131.779 93.5283L131.566 93.7413V94.4801C131.8 94.2489 131.927 94.1515 132.119 94.2308C132.131 94.2353 132.144 94.2421 132.153 94.2467C132.167 93.9249 132.233 93.8184 132.518 93.5283C132.489 93.5283 132.457 93.5283 132.428 93.5283H131.779Z\" fill=\"white\"><\/path><path d=\"M265.836 113.334H265.039C264.683 113.334 264.588 113.391 264.493 113.443C264.386 113.504 264.225 113.597 263.978 113.597H263.713C263.423 113.597 263.092 113.717 262.634 113.885C262.451 113.953 262.251 114.025 262.034 114.098C261.977 114.116 261.918 114.125 261.857 114.125H261.257C261.123 114.211 261.001 114.243 260.894 114.254C260.779 114.347 260.643 114.394 260.475 114.392C260.377 114.551 260.201 114.657 260.001 114.657H259.471C259.219 114.657 259.161 114.666 259.068 114.759C258.963 114.864 258.823 114.922 258.676 114.922C258.37 114.922 258.238 114.966 258.057 115.027C257.876 115.088 257.656 115.16 257.298 115.183C257.166 115.28 257.042 115.342 256.935 115.396C256.815 115.457 256.747 115.491 256.681 115.557C256.577 115.661 256.437 115.72 256.289 115.72C256.278 115.725 256.196 115.765 256.14 115.795C256.024 115.852 255.891 115.92 255.736 115.956C255.412 116.205 255.066 116.244 254.662 116.248C254.409 116.486 254.071 116.742 253.382 116.985C253.133 117.159 252.872 117.134 252.738 117.118C252.612 117.105 252.494 117.096 252.176 117.413L251.911 117.678C251.61 117.979 251.261 117.531 250.055 118.739C249.951 118.843 249.811 118.902 249.663 118.902H249.221C249.106 118.938 248.995 118.97 248.891 119.001C248.315 119.169 248.19 119.217 248.068 119.582C247.991 119.808 247.78 119.962 247.54 119.962C247.479 119.987 247.266 120.202 247.139 120.329C247.078 120.391 247.003 120.436 246.921 120.463C246.269 120.681 246.031 120.823 245.954 120.885C245.929 120.975 245.879 121.057 245.813 121.125L245.548 121.39C245.444 121.494 245.301 121.553 245.154 121.553C245.136 121.553 245.127 121.553 245.124 121.548C245.095 121.576 245.061 121.612 245.018 121.655C244.914 121.759 244.773 121.818 244.626 121.818C244.614 121.823 244.533 121.863 244.476 121.893C244.331 121.965 244.154 122.054 243.939 122.077C243.719 122.156 243.656 122.219 243.558 122.317C243.37 122.505 243.162 122.688 242.679 122.849C242.623 122.867 242.564 122.879 242.502 122.879H242.464C242.242 123.089 241.999 123.289 241.712 123.37C241.648 123.738 241.428 123.912 241.011 123.937C240.93 124.014 240.814 124.107 240.653 124.161C240.334 124.474 239.774 124.968 238.965 125.235C238.655 125.34 238.442 125.498 238.195 125.684C237.936 125.877 237.649 126.094 237.234 126.253C236.858 126.606 236.527 126.765 236.282 126.885C235.997 127.023 235.944 127.048 235.87 127.273C235.793 127.499 235.582 127.651 235.342 127.651H235.217C235.024 127.828 234.786 127.98 234.437 127.989C234.336 128.107 234.186 128.181 234.016 128.181C234.005 128.186 233.921 128.229 233.866 128.256C233.719 128.329 233.542 128.417 233.327 128.44C233.293 128.469 233.248 128.514 233.216 128.548C233.087 128.678 232.924 128.841 232.708 128.922C232.26 129.369 231.958 129.652 231.612 129.74C231.467 129.858 231.303 129.969 231.143 130.076C230.975 130.187 230.807 130.293 230.696 130.404C230.619 130.481 230.519 130.536 230.411 130.556C230.311 130.651 230.159 130.776 229.932 130.817L228.503 131.531C228.333 131.682 228.169 131.764 228.033 131.832C227.913 131.893 227.845 131.927 227.78 131.993C227.583 132.19 227.39 132.285 227.236 132.362C227.116 132.423 227.048 132.457 226.982 132.523C226.681 132.825 226.343 133.162 225.901 133.21C225.867 133.239 225.824 133.285 225.79 133.319C225.627 133.482 225.409 133.699 225.101 133.74C224.981 133.856 224.782 134.012 224.467 134.012C224.072 134.012 223.986 134.089 223.984 134.089C223.984 134.089 223.961 134.128 223.961 134.25C223.961 134.397 223.902 134.538 223.798 134.642C223.529 134.912 223.229 135.211 222.851 135.304C222.631 135.474 222.409 135.546 222.21 135.578C222.033 135.848 221.718 136.058 221.265 136.115L220.879 136.498C220.685 136.693 220.492 136.79 220.338 136.867C220.218 136.928 220.15 136.962 220.084 137.028C219.853 137.262 219.61 137.368 219.431 137.416C219.193 137.647 218.931 137.876 218.609 137.957C218.466 138.068 218.332 138.136 218.219 138.193C218.099 138.254 218.031 138.288 217.965 138.354C217.861 138.458 217.718 138.517 217.571 138.517H217.041C216.816 138.517 216.615 138.381 216.526 138.175C216.44 137.969 216.488 137.728 216.646 137.57C216.751 137.466 216.751 136.833 216.751 136.371C216.751 136.113 216.751 135.743 217.016 135.374V134.515C217.016 134.368 217.075 134.227 217.179 134.123C217.306 133.994 217.521 133.781 217.548 133.69C217.546 133.001 217.736 132.365 218.076 131.923V130.805C218.076 130.658 218.135 130.518 218.239 130.413C218.446 130.207 218.482 130.13 218.484 130.126C218.475 129.861 218.543 129.627 218.872 129.26V128.95C218.872 128.802 218.931 128.662 219.035 128.558C219.13 128.462 219.137 128.406 219.137 128.154C219.137 128.007 219.196 127.864 219.3 127.76C219.393 127.667 219.402 127.608 219.402 127.359C219.402 126.804 219.572 126.52 219.792 126.384C219.903 126.097 220.007 125.886 220.091 125.718C220.136 125.627 220.191 125.516 220.2 125.48C220.2 125.054 220.286 124.92 220.628 124.578C220.78 124.426 220.993 124.037 220.993 123.647V123.117C220.993 122.969 221.052 122.829 221.154 122.725L221.419 122.459C221.648 122.231 221.786 122.092 221.786 121.526C221.786 121.079 221.872 120.943 222.214 120.604L222.318 120.499V120.2C222.318 120.053 222.377 119.912 222.482 119.808L222.905 119.384C222.869 119.31 222.849 119.226 222.849 119.14C222.849 118.804 222.933 118.582 223.114 118.455V118.344C223.114 118.258 223.134 118.174 223.173 118.097C223.282 117.877 223.431 117.658 223.59 117.424C223.821 117.087 224.059 116.74 224.202 116.314C224.308 115.997 224.412 115.72 224.503 115.487C224.589 115.26 224.698 114.977 224.705 114.891C224.705 114.675 224.782 114.442 224.866 114.193C224.904 114.082 224.965 113.894 224.97 113.832C224.992 113.551 225.221 113.298 225.5 113.284C225.507 113.146 225.563 113.014 225.663 112.915C225.704 112.872 225.74 112.84 225.765 112.813C225.792 112.253 226.146 111.902 226.456 111.589C226.429 111.616 226.427 111.517 226.427 111.451C226.427 111.199 226.427 110.821 226.724 110.526C226.817 110.433 226.823 110.377 226.823 110.125C226.823 109.978 226.882 109.837 226.987 109.733C227.138 109.581 227.354 109.192 227.354 108.802C227.354 108.498 227.354 108.04 227.78 107.614C227.814 107.58 227.85 107.553 227.888 107.528C227.907 107.245 227.972 106.948 228.213 106.658L228.707 105.178C228.734 105.097 228.779 105.022 228.84 104.961C228.944 104.859 228.944 104.319 228.944 104.029V103.302C228.883 103.238 228.833 103.166 228.799 103.08C228.691 102.817 228.747 102.513 228.944 102.235V100.669C228.829 100.299 228.813 100.07 228.811 99.8847C228.271 99.3295 228.142 98.9737 228.058 98.6564C227.997 98.5953 227.941 98.4525 227.913 98.3709C227.798 98.0265 227.646 97.9449 227.417 97.8225C227.281 97.75 227.127 97.6662 226.989 97.5279C226.982 97.5211 226.977 97.5166 226.971 97.5098C226.864 97.469 226.78 97.4056 226.715 97.3285C226.604 97.2696 226.524 97.1994 226.474 97.1472C226.368 97.1268 226.268 97.0724 226.191 96.9954C225.933 96.7371 225.822 96.5966 225.781 96.3518C225.566 96.2159 225.21 96.098 224.727 96.098C224.245 96.098 223.866 95.7309 223.542 95.4069C223.411 95.2754 223.198 95.0602 223.107 95.033H223.096C222.665 95.033 222.425 94.8766 222.346 94.5208C222.271 94.4891 222.16 94.4551 221.965 94.3985C221.804 94.3509 221.609 94.2942 221.369 94.2149C221.156 94.1447 220.986 94.1197 220.834 94.0948C220.383 94.0246 220.012 93.9339 219.495 93.4739C219.071 93.6597 218.602 93.7572 218.156 93.4422C217.789 93.4195 217.548 93.3289 217.369 93.1453C217.297 93.1181 217.231 93.0751 217.177 93.0184L217.075 92.9164C216.329 92.9164 215.681 92.8915 215.26 92.6445C214.831 92.6105 214.598 92.4564 214.478 92.2661C214.423 92.3069 214.36 92.3386 214.299 92.359C213.936 92.4813 213.691 92.6014 213.51 92.6944C213.27 92.8145 213.061 92.9187 212.799 92.9187C211.808 92.9187 210.893 92.5697 210.283 91.9624C210.179 92.0667 210.027 92.1256 209.88 92.1256C209.88 92.2729 209.848 92.3884 209.744 92.4927C209.495 92.7419 209.279 92.9572 209.053 93.4082C209.026 93.4603 208.992 93.5101 208.948 93.5509C208.751 93.7481 208.559 93.8455 208.405 93.9226C208.328 93.9611 208.273 93.9883 208.226 94.0223C208.004 94.5208 207.611 94.7157 207.346 94.8494C207.099 94.9718 207.02 95.0194 206.961 95.1916C206.934 95.2732 206.889 95.348 206.827 95.4091C206.571 95.6652 206.431 95.7785 206.186 95.8193C206.166 95.9575 206.111 96.1252 206.03 96.2068C205.799 96.4379 205.556 96.5445 205.377 96.5943L204.969 97.0022C204.854 97.1178 204.715 97.1654 204.521 97.1654C204.498 97.2039 204.471 97.2379 204.439 97.2696L203.906 97.7976C203.802 97.9018 203.662 97.9608 203.514 97.9608H203.458C203.322 98.0673 203.172 98.1692 203.025 98.2667C202.859 98.3777 202.692 98.4842 202.581 98.593L201.783 99.3884C201.679 99.4926 201.538 99.5516 201.391 99.5516C201.38 99.5561 201.298 99.5969 201.242 99.6263C201.174 99.6603 201.099 99.6988 201.015 99.7306C200.915 99.8711 200.747 99.9866 200.478 100.043C200.331 100.295 200.084 100.494 199.803 100.574L199.662 100.714C199.617 100.759 199.565 100.796 199.508 100.823C199.381 101.068 199.184 101.387 198.778 101.405C198.692 101.5 198.577 101.593 198.422 101.641L196.129 103.168C195.678 103.633 195.261 103.939 194.958 104.163C194.817 104.265 194.704 104.344 194.622 104.426C194.525 104.523 194.393 104.582 194.255 104.589C194.255 104.594 194.255 104.596 194.255 104.596C194.255 104.743 194.198 104.852 194.094 104.956C193.759 105.292 193.403 105.364 193.118 105.38C192.982 105.489 192.83 105.588 192.682 105.688C192.553 105.774 192.422 105.86 192.318 105.944C192.032 106.631 191.531 106.746 191.255 106.81C191.214 106.819 191.171 106.826 191.135 106.842C190.709 107.168 190.342 107.435 190.027 107.662C189.576 107.988 189.188 108.269 189.052 108.403C188.542 108.793 188.137 109.04 187.758 109.269C187.257 109.572 186.825 109.835 186.403 110.257C186.342 110.318 186.267 110.363 186.186 110.39C185.977 110.461 185.918 110.533 185.814 110.664C185.621 110.907 185.392 111.147 184.908 111.202C184.776 111.306 184.622 111.412 184.466 111.514C184.298 111.625 184.13 111.734 184.017 111.845C183.754 112.108 183.482 112.21 183.299 112.248L181.014 113.771C180.924 113.832 180.815 113.864 180.706 113.864H180.174C179.865 113.864 179.618 113.615 179.618 113.309C179.618 112.969 179.8 112.767 179.897 112.67C179.906 112.622 179.922 112.575 179.945 112.532L180.74 110.941C180.767 110.887 180.801 110.837 180.844 110.796C180.992 110.649 181.1 110.551 181.212 110.485V110.395C181.212 110.248 181.27 110.107 181.372 110.003C181.429 109.726 181.563 109.18 182.274 109.065C182.302 108.702 182.458 108.521 182.546 108.43C182.598 108.169 182.791 107.975 183.115 107.981C183.174 107.816 183.271 107.705 183.335 107.639C183.362 107.356 183.518 107.061 184.008 106.959C184.221 106.391 184.502 105.847 185.03 105.502C185.225 105.076 185.506 104.89 185.698 104.761C185.866 104.648 185.936 104.603 186.009 104.385C186.036 104.304 186.081 104.229 186.143 104.168C186.254 104.057 186.36 103.887 186.471 103.721C186.616 103.504 186.768 103.277 186.938 103.107C187.049 102.996 187.155 102.828 187.264 102.663C187.409 102.443 187.561 102.219 187.731 102.047C187.869 101.908 188.026 101.824 188.162 101.752C188.393 101.63 188.545 101.548 188.658 101.204C188.701 101.077 188.785 100.972 188.894 100.907V100.85C188.894 100.544 189.143 100.295 189.449 100.295H189.508C189.789 100.077 190.174 99.8756 190.512 99.7986L190.536 99.7736C190.618 99.5584 190.783 99.3952 190.913 99.266C190.949 99.2298 190.997 99.1799 191.028 99.1459C191.051 99.0417 191.103 98.9442 191.18 98.8672C191.35 98.6972 191.577 98.5454 191.794 98.4004C191.91 98.3233 192.03 98.2463 192.127 98.1692C192.188 98.0015 192.288 97.8905 192.352 97.8271C192.367 97.7455 192.401 97.6684 192.451 97.6027C193.02 96.8458 193.607 96.5445 194.178 96.2544C194.507 96.0867 194.849 95.9122 195.216 95.6357C195.311 95.5632 195.429 95.5247 195.549 95.5247H195.848L195.989 95.3842C195.753 94.9627 195.828 94.4846 196.213 94.0971C196.258 94.0517 196.31 94.0155 196.367 93.9883C196.471 93.7889 196.621 93.5373 196.895 93.4422C197.038 92.9527 197.468 92.6083 197.933 92.6083C198.078 92.4995 198.298 92.3884 198.71 92.3544C198.815 92.2819 198.957 92.2275 199.157 92.2139C199.345 92.0349 199.526 91.9443 199.673 91.8718C199.793 91.8106 199.861 91.7766 199.927 91.7109C199.97 91.6678 200.004 91.6338 200.031 91.6066C200.045 91.4616 200.102 91.2713 200.192 91.1806L200.457 90.9155C200.666 90.707 200.895 90.4781 201.162 90.3422C201.246 90.1359 201.409 90.0181 201.663 89.975C202.073 89.5649 202.361 89.2998 202.683 89.2023C202.758 89.1049 202.83 88.9916 202.907 88.8783C203.052 88.6607 203.202 88.4341 203.374 88.2642C203.426 88.212 203.485 88.1735 203.548 88.1463C203.573 88.0874 203.603 88.0353 203.639 88.0013L204.348 87.292C204.532 86.8274 204.806 86.5963 205.196 86.5827C205.384 86.236 205.758 85.9822 206.154 85.9822C206.297 85.9822 206.433 86.0366 206.535 86.134C206.567 86.1068 206.664 86.0366 206.821 85.8802C206.925 85.776 207.065 85.7171 207.213 85.7171H207.566C207.709 85.64 207.849 85.606 207.965 85.5811C208.169 85.5335 208.201 85.5267 208.275 85.3024C208.303 85.2208 208.348 85.146 208.409 85.0848C208.817 84.6769 209.25 84.6565 209.331 84.6565C209.343 84.652 209.424 84.6112 209.481 84.584C209.631 84.5092 209.814 84.4186 210.034 84.3959C210.054 84.3801 210.077 84.3619 210.097 84.3438C210.356 84.1376 210.578 84.056 210.766 84.0515L210.793 84.0243C210.888 83.9291 210.895 83.8725 210.895 83.6209C210.895 83.136 211.07 82.8845 211.471 82.8187C211.16 82.4131 211.16 82.0301 211.16 81.765C211.16 81.6177 211.219 81.4772 211.323 81.373L211.79 80.9062C211.96 80.5798 212.368 79.8864 213.041 79.8864C213.052 79.8819 213.134 79.8411 213.191 79.8116C213.361 79.7255 213.574 79.6213 213.836 79.6213C214.099 79.6213 214.147 79.6122 214.24 79.5193L214.65 79.1091C214.709 78.9301 214.815 78.8123 214.883 78.7443C214.926 78.52 215.105 78.3409 215.339 78.3047C215.457 78.2865 215.577 78.3047 215.677 78.3568C215.756 78.3205 215.849 78.2979 215.957 78.2979H216.125C216.184 78.273 216.191 78.248 216.225 78.1483C216.297 77.933 216.427 77.5455 216.975 77.3167C216.98 77.3099 216.986 77.3053 216.991 77.3008V76.9994C216.991 76.7365 217.095 76.5281 217.215 76.2879C217.306 76.1066 217.428 75.8618 217.548 75.4993C217.575 75.4177 217.621 75.3429 217.682 75.2817C217.811 75.1525 217.992 75.0211 218.205 74.8693C218.452 74.6948 218.733 74.4954 219.01 74.2212C219.323 73.9062 219.463 73.8088 219.833 73.7952C219.996 73.734 220.039 73.6909 220.039 73.6909C220.091 73.53 220.152 73.3419 220.333 73.1607C220.379 73.1153 220.433 73.0768 220.492 73.0496C220.492 73.0451 220.494 73.0428 220.496 73.0383C220.827 72.3766 221.262 71.937 222.318 71.937H222.382C222.756 71.6718 223.157 71.6718 223.644 71.6718C223.66 71.6718 223.669 71.6718 223.674 71.6764C223.703 71.6492 223.737 71.6129 223.78 71.5699C223.839 71.5109 223.909 71.4656 223.989 71.4384C224.188 71.2141 224.505 70.8991 225.167 70.8787C225.298 70.566 225.509 70.3394 225.992 70.1558L226.701 69.4488C226.805 69.3446 226.946 69.2856 227.093 69.2856C227.111 69.2856 227.12 69.2856 227.123 69.2902C227.15 69.263 227.184 69.2267 227.229 69.1837C227.333 69.0794 227.474 69.0205 227.621 69.0205H227.886C228.242 69.0205 228.337 68.9639 228.432 68.9095C228.498 68.8709 228.584 68.8211 228.697 68.7894C229.058 68.5061 229.407 68.488 229.479 68.488H230.621C230.85 68.3565 231.07 68.3565 231.201 68.3565C231.258 68.3022 231.326 68.2659 231.401 68.2478C231.523 67.9509 231.75 67.8172 231.976 67.7266C232.063 67.6926 232.083 67.6858 232.112 67.6065C232.144 67.3481 232.285 67.1827 232.371 67.0943V65.8661C232.371 65.848 232.371 65.8389 232.375 65.8344C232.348 65.8049 232.312 65.7709 232.269 65.7279C232.072 65.5307 231.976 65.3404 231.899 65.1863C231.872 65.1296 231.85 65.0866 231.827 65.048C231.544 64.9597 231.306 64.7557 231.09 64.5472C230.832 64.5042 230.669 64.3863 230.585 64.1779C230.388 64.0782 230.211 63.9263 230.048 63.77H229.747C229.599 63.77 229.459 63.7111 229.355 63.6068L229.253 63.5048H228.951C228.892 63.5048 228.831 63.4958 228.775 63.4754C228.435 63.3621 228.14 63.208 227.882 63.072C227.496 62.8703 227.191 62.7094 226.83 62.7094C226.343 62.7094 226.076 62.6211 225.86 62.5485C225.679 62.4874 225.55 62.4443 225.242 62.4443C225.094 62.4443 224.954 62.3854 224.85 62.2834C224.757 62.1905 224.68 62.1792 224.675 62.1792H224.179C224.122 62.1792 224.068 62.1724 224.016 62.1565C223.871 62.2404 223.655 62.3174 223.413 62.1928C223.397 62.1837 223.381 62.1746 223.365 62.1633C223.286 62.1497 223.216 62.1293 223.15 62.0976C223.001 62.1905 222.81 62.2109 222.642 62.1407C222.531 62.0953 222.441 62.0138 222.38 61.9163H221.793C221.305 61.9163 221.083 61.8257 220.882 61.726C220.791 61.6806 220.732 61.6512 220.465 61.6512C220.406 61.6512 220.345 61.6421 220.288 61.6217C219.846 61.4744 219.699 61.3996 219.552 61.3249C219.434 61.2659 219.316 61.207 218.962 61.0892C218.881 61.062 218.806 61.0167 218.745 60.9555C218.661 60.8716 218.609 60.8558 218.144 60.8535C217.059 61.1164 216.186 61.1164 215.339 60.8535H215.096C214.725 61.1186 214.321 61.1186 213.834 61.1186C213.755 61.1254 213.472 61.2342 213.243 61.3226C213.075 61.386 212.889 61.4586 212.683 61.5311C212.629 61.6217 212.567 61.6874 212.524 61.7328C212.475 61.9888 212.25 62.1814 211.978 62.1814H211.713C211.668 62.1814 211.622 62.1769 211.582 62.1656C211.539 62.1769 211.493 62.1814 211.45 62.1814H211.185C210.936 62.1814 210.877 62.1905 210.784 62.2834C210.68 62.3877 210.539 62.4466 210.392 62.4466H210.127C209.771 62.4466 209.674 62.5032 209.578 62.5576C209.517 62.5939 209.438 62.6392 209.334 62.6709C209.064 62.9338 208.801 63.1491 208.473 63.0766C208.339 63.1105 208.221 63.1105 208.137 63.1105C207.779 63.4391 207.405 63.498 207.115 63.5071C207.013 63.6612 206.857 63.7745 206.68 63.7745C206.503 63.7745 206.503 63.7836 206.41 63.8765C206.227 64.06 205.996 64.2527 205.543 64.2957C205.443 64.5178 205.286 64.6311 205.146 64.6877C205.037 64.7331 204.802 64.7965 204.509 64.656C204.532 64.758 204.525 64.869 204.475 64.9937C204.419 65.1342 204.328 65.2203 204.228 65.2747C204.174 65.3744 204.088 65.4627 203.949 65.5194C203.698 65.6214 203.503 65.5443 203.338 65.4152C203.181 65.5013 203.02 65.5557 202.88 65.601C202.794 65.6282 202.674 65.669 202.608 65.7052C202.273 66.2763 201.674 66.6411 200.995 66.6864C200.614 66.8926 200.414 67.0921 200.183 67.3232C200.079 67.4274 199.939 67.4864 199.791 67.4864C199.435 67.4864 199.338 67.543 199.245 67.5974C199.179 67.6359 199.093 67.6858 198.98 67.7175C198.835 67.8331 198.697 67.9011 198.581 67.9577C198.536 67.9804 198.497 68.0008 198.463 68.0189C198.386 68.386 198.135 68.5469 197.67 68.5469H197.346C197.212 68.6534 197.063 68.7531 196.916 68.8505C196.818 68.9163 196.723 68.9797 196.637 69.0432H197.052C197.466 69.0432 197.858 69.4352 197.858 69.8522V70.1309H197.632L197.652 70.1739L197.509 70.3167C197.206 70.6204 197.14 70.6634 196.784 70.6634H196.669L196.587 70.5818C196.562 70.5569 196.553 70.5388 196.533 70.5161V70.9286H195.712V70.6498C195.712 70.2351 195.839 70.1082 196.254 70.1082H196.31C196.315 69.9745 196.406 69.8408 196.587 69.6595L196.657 69.5893L196.587 69.5213L196.347 69.2788C196.195 69.4035 196.048 69.4896 195.928 69.5508C195.805 69.612 195.739 69.646 195.671 69.7139L195.415 69.97C195.388 70.2623 195.139 70.5139 194.876 70.7745C194.772 70.8787 194.631 70.9376 194.484 70.9376C194.473 70.9422 194.389 70.9852 194.334 71.0124C194.165 71.0985 193.954 71.2027 193.689 71.2027C193.569 71.2027 193.494 71.2095 193.453 71.2163C193.394 71.2843 193.299 71.375 193.149 71.4271C193.002 71.5449 192.864 71.6152 192.746 71.6741C192.626 71.7353 192.558 71.7693 192.492 71.835C192.005 72.3222 191.722 72.6055 191.423 72.6349C191.094 72.9544 190.865 73.138 190.629 73.1652L190.104 73.6909C190.061 73.734 190.011 73.768 189.959 73.7952C189.827 74.2416 189.356 74.4206 189.016 74.2484L188.572 74.6925C188.366 75.0596 188.051 75.3452 187.677 75.5174C187.801 75.6194 187.883 75.7757 187.883 75.9479V76.4782C187.883 76.7094 187.74 76.9088 187.541 76.9926C187.359 77.507 186.918 77.6181 186.725 77.6656C186.621 77.7699 186.414 77.8288 186.267 77.8288C186.206 77.8537 185.984 78.0758 185.866 78.1959C185.633 78.4293 185.497 78.5426 185.293 78.5925C185.195 78.7579 185.062 78.9483 184.887 79.1069C184.939 79.193 184.966 79.2904 184.966 79.3924C184.966 79.5397 184.908 79.6802 184.803 79.7844C184.395 80.1923 183.963 80.2127 183.881 80.2127C183.781 80.2127 183.684 80.1855 183.6 80.1357C183.573 80.2014 183.532 80.2626 183.48 80.3147C183.31 80.4847 183.083 80.6365 182.866 80.7793C182.698 80.8903 182.53 80.9968 182.419 81.1078C182.147 81.3798 182.007 81.4885 181.74 81.5225C181.418 81.842 181.171 82.0732 180.924 82.2046C180.86 82.361 180.754 82.4675 180.595 82.5309C180.437 82.8165 180.16 83.0272 179.929 83.1677C179.904 83.5235 179.689 83.8407 179.376 83.9722C179.245 84.0266 179.106 84.047 178.97 84.0266L178.705 84.2894C178.676 84.3189 178.64 84.3551 178.603 84.3937C178.612 84.55 178.556 84.7041 178.442 84.8197L177.912 85.35C177.846 85.4157 177.787 85.4746 177.731 85.5222C177.783 85.8122 177.658 86.134 177.382 86.4105C177.278 86.5147 177.137 86.5736 176.99 86.5736H176.725C176.707 86.5736 176.686 86.5736 176.668 86.5714C176.539 86.6666 176.414 86.7277 176.31 86.7821C176.253 86.8116 176.208 86.8343 176.169 86.8569C176.054 87.2059 175.755 87.4982 175.401 87.6002C175.179 87.8177 174.934 88.0285 174.642 88.1214C174.619 88.1599 174.597 88.2052 174.567 88.2619C174.49 88.416 174.395 88.6063 174.2 88.8012L173.935 89.0663C173.869 89.1321 173.786 89.1819 173.697 89.2068C173.679 89.2454 173.661 89.2839 173.643 89.3179C173.616 89.3723 173.575 89.4561 173.568 89.4878C173.568 89.7575 173.375 89.9683 173.119 90.0158C173.038 90.0929 172.922 90.1903 172.759 90.247C172.646 90.3626 172.528 90.494 172.505 90.5597C172.505 90.7908 172.367 90.9721 172.168 91.0469C172.143 91.1036 172.113 91.1534 172.079 91.1874L171.429 91.84C171.417 91.9126 171.399 91.9783 171.374 92.0349C171.417 92.1324 171.449 92.2479 171.449 92.3862C171.449 92.9618 171.204 93.2088 170.629 93.2088H170.124V93.449C170.124 93.5963 170.065 93.7368 169.96 93.841L169.695 94.1061C169.598 94.2036 169.466 94.2557 169.328 94.2648L168.648 94.9446C168.39 95.4477 168.132 95.7241 167.882 95.9757C167.821 96.1592 167.644 96.2272 167.561 96.2589C167.552 96.2612 167.542 96.268 167.531 96.2725C167.522 96.2929 167.52 96.3088 167.504 96.3292C167.47 96.3768 167.434 96.3994 167.397 96.4289C167.384 96.4742 167.373 96.5331 167.373 96.6351V96.7507L167.291 96.8322C167.189 96.9342 167.137 97.0385 167.078 97.1586C167.008 97.3013 166.926 97.4645 166.761 97.6276L166.301 98.0899L165.755 97.5461L165.836 97.0181L165.902 96.9161L166.031 96.8776L166.079 96.7189L166.396 96.3858C166.396 96.3858 166.389 96.3881 166.384 96.3881H166.292C166.249 96.4651 166.181 96.5444 166.103 96.626H165.857C165.857 96.7235 165.852 96.8164 165.838 96.9025C165.755 96.9909 165.677 97.0792 165.639 97.1427C165.621 97.145 165.612 97.1563 165.589 97.1563V97.2537C165.56 97.4554 165.437 97.614 165.236 97.682C165.19 97.6979 165.161 97.7115 165.143 97.7206C165.154 97.7274 165.156 97.7636 165.159 97.7885C165.174 97.9766 165.204 98.3256 164.923 98.6066C164.916 98.6134 164.909 98.6179 164.905 98.6247C164.859 98.7448 164.787 98.8355 164.696 98.9012C164.529 99.2683 164.311 99.4858 164.13 99.6671C163.967 99.8303 163.844 99.9527 163.756 100.184C163.713 100.546 163.477 100.839 163.228 101.097C163.21 101.378 163.135 101.725 162.806 102.051C162.623 102.237 162.448 102.613 162.439 102.726C162.439 103.118 162.321 103.359 162.059 103.467C162.045 103.526 162.036 103.578 162.025 103.626C161.941 104.052 161.846 104.31 161.34 104.838C161.261 105.131 161.057 105.378 160.846 105.6V105.636C160.846 105.783 160.787 105.924 160.683 106.028C160.59 106.121 160.581 106.18 160.581 106.431C160.581 106.579 160.522 106.719 160.418 106.823C160.327 106.914 160.314 106.991 160.314 106.993V107.492C160.314 107.639 160.257 107.78 160.153 107.884L159.786 108.251V108.818C159.786 109.158 159.604 109.359 159.507 109.457C159.498 109.504 159.482 109.552 159.459 109.595C159.253 110.007 159.253 110.769 159.253 111.734C159.253 111.793 159.244 111.852 159.226 111.909C159.122 112.221 159.122 112.563 159.122 112.926C159.122 113.316 159.122 113.753 158.99 114.204V114.385C158.99 114.741 159.047 114.839 159.101 114.932C159.162 115.038 159.255 115.199 159.255 115.446C159.255 115.505 159.246 115.564 159.228 115.62C159.113 115.972 159.128 116.053 159.174 116.273C159.203 116.416 159.242 116.604 159.253 116.874C159.357 117.102 159.341 117.352 159.33 117.531C159.326 117.617 159.317 117.764 159.332 117.805C159.559 117.88 159.788 118.122 159.788 118.36V118.89C159.788 119.194 159.901 119.369 160.087 119.659C160.218 119.863 160.382 120.112 160.506 120.44L160.685 120.619C160.79 120.724 160.846 120.864 160.846 121.011V121.596C161.005 121.694 161.111 121.87 161.111 122.07V122.865C161.111 123.18 161.252 123.704 161.413 124.311C161.469 124.522 161.528 124.746 161.589 124.986C161.904 125.376 161.904 125.775 161.904 126.049V126.64C162 126.77 162.061 126.892 162.113 126.996C162.174 127.116 162.208 127.184 162.274 127.248C162.378 127.352 162.437 127.492 162.437 127.64V128.546C162.618 128.675 162.702 128.897 162.702 129.231C162.702 129.249 162.702 129.258 162.698 129.262C162.725 129.292 162.761 129.326 162.804 129.369C162.908 129.473 162.967 129.614 162.967 129.761C162.976 129.867 163.151 130.243 163.334 130.429C163.552 130.647 163.584 130.905 163.579 131.093C163.817 131.175 164.03 131.381 164.03 131.619V131.653L164.662 132.285C164.848 132.471 165.222 132.643 165.338 132.655C165.623 132.68 165.886 132.922 165.886 133.21C165.886 133.334 165.909 133.373 165.909 133.373C165.909 133.373 165.997 133.45 166.391 133.45C166.654 133.45 166.863 133.554 167.103 133.674C167.273 133.76 167.499 133.874 167.828 133.987C168.157 134.026 168.456 134.232 168.635 134.511H168.777C168.925 134.511 169.065 134.569 169.17 134.674C169.274 134.778 169.333 134.918 169.333 135.066C169.48 135.066 169.596 135.097 169.702 135.204L169.722 135.224C169.881 135.113 170.065 135.054 170.293 135.152C170.393 135.193 170.468 135.252 170.52 135.32C170.715 135.349 170.88 135.431 171.016 135.499C171.071 135.526 171.155 135.567 171.184 135.573C171.331 135.573 171.454 135.63 171.558 135.734C171.651 135.827 171.71 135.836 171.961 135.836C172.063 135.836 172.161 135.863 172.245 135.913C172.487 135.893 172.775 135.884 173.02 136.106C173.049 136.131 173.074 136.158 173.097 136.187C173.278 136.088 173.507 136.015 173.767 136.099C173.804 136.11 173.838 136.124 173.872 136.14C173.878 136.138 173.885 136.135 173.894 136.131C173.996 135.961 174.162 135.834 174.348 135.834H174.386C174.665 135.576 175.045 135.304 175.671 135.304C175.979 135.304 176.111 135.261 176.292 135.199C176.464 135.141 176.67 135.073 176.997 135.048C176.999 134.989 177.01 134.93 177.035 134.873C177.121 134.665 177.305 134.508 177.529 134.508H177.794C177.951 134.508 178.091 134.572 178.193 134.676C178.297 134.572 178.445 134.508 178.592 134.508H178.918C179.047 134.413 179.168 134.354 179.272 134.302C179.392 134.241 179.458 134.207 179.523 134.141C179.628 134.037 179.768 133.978 179.915 133.978C179.927 133.973 180.01 133.93 180.067 133.903C180.192 133.842 180.339 133.767 180.514 133.733C180.566 133.658 180.629 133.577 180.715 133.511C180.781 133.242 180.994 132.988 181.531 132.931L181.644 132.815C181.857 132.602 182.125 132.553 182.34 132.512C182.417 132.498 182.533 132.476 182.567 132.455C182.567 132.308 182.612 132.145 182.716 132.04C182.82 131.936 182.95 131.857 183.097 131.857H183.256C183.448 131.485 183.684 131.336 183.978 131.238L184.395 130.824C184.395 130.515 184.645 130.268 184.951 130.268H185.118C185.227 130.166 185.392 130.037 185.644 130.008C185.764 129.892 185.964 129.736 186.276 129.736C186.292 129.736 186.301 129.736 186.306 129.74C186.335 129.713 186.369 129.677 186.412 129.634C186.46 129.586 186.514 129.55 186.571 129.523C186.661 129.335 186.852 129.206 187.074 129.206H187.11C187.332 128.993 187.577 128.791 187.867 128.712C188.08 128.503 188.332 128.281 188.719 128.059C188.823 127.85 189.045 127.674 189.483 127.626L189.718 127.39C189.78 127.035 189.986 126.858 190.373 126.824C190.58 126.631 190.845 126.468 191.23 126.48C191.364 126.273 191.545 126.092 191.713 125.922C191.756 125.879 191.808 125.84 191.862 125.813C192.084 125.702 192.266 125.632 192.42 125.573C192.628 125.494 192.703 125.462 192.78 125.385C192.871 125.294 192.882 125.22 192.882 125.217C192.882 124.911 193.129 124.694 193.437 124.694H193.736L193.838 124.592C193.888 124.542 193.942 124.503 194.004 124.476C194.101 124.139 194.303 123.987 194.518 123.928C194.711 123.776 194.899 123.704 195.041 123.667C195.18 123.554 195.345 123.441 195.513 123.33C195.619 123.257 195.728 123.189 195.821 123.119C195.857 122.929 195.939 122.793 196.07 122.704C196.113 122.242 196.365 122.043 196.884 122.043C196.931 122.043 196.979 122.049 197.024 122.061C197.065 122.049 197.106 122.043 197.149 122.043C197.351 122.043 197.416 121.986 197.416 121.986C197.416 121.839 197.45 121.78 197.555 121.675C197.777 121.456 198.026 121.202 198.4 121.358C198.54 121.417 198.629 121.508 198.683 121.607L198.88 121.41C199.039 121.252 199.279 121.202 199.485 121.29C199.694 121.376 199.827 121.578 199.827 121.805V122.335C199.827 122.482 199.769 122.623 199.664 122.727C199.624 122.768 199.59 122.799 199.562 122.827V123.658C199.562 123.806 199.503 123.946 199.399 124.05C199.352 124.098 199.29 124.159 199.243 124.213C199.279 124.288 199.297 124.37 199.297 124.454C199.297 125.09 199.016 125.473 198.756 125.754C198.731 125.963 198.658 126.094 198.504 126.269V126.577C198.504 126.724 198.445 126.865 198.341 126.969C198.248 127.062 198.239 127.121 198.239 127.372C198.239 127.594 198.162 127.83 198.078 128.077C198.04 128.188 197.978 128.376 197.974 128.437V128.696C197.974 128.843 197.915 128.984 197.811 129.088C197.391 129.507 197.364 129.677 197.312 130.012C197.283 130.194 197.251 130.393 197.176 130.636V131.08C197.176 131.413 197.176 132.106 196.748 132.532C196.657 132.623 196.644 132.7 196.644 132.702C196.644 132.972 196.644 133.43 196.218 133.858C196.17 133.905 196.17 134.085 196.218 134.132C196.322 134.236 196.381 134.377 196.381 134.524V135.054C196.381 135.283 196.243 135.48 196.045 135.564C196.02 135.623 195.989 135.678 195.952 135.714C195.857 135.807 195.85 135.866 195.85 136.115C195.85 136.262 195.792 136.403 195.687 136.507C195.599 136.595 195.585 136.647 195.585 137.175C195.585 137.606 195.585 137.966 195.404 138.302C195.486 138.694 195.334 139.147 195.053 139.507C195.062 139.596 195.048 139.689 195.014 139.772C194.98 139.854 194.928 139.924 194.865 139.979C194.872 140.171 194.817 140.35 194.772 140.475C194.785 140.52 194.79 140.57 194.79 140.62V141.68C194.79 141.88 194.683 142.057 194.525 142.154V142.741C194.525 142.995 194.355 143.208 194.124 143.276C194.106 143.314 194.087 143.353 194.069 143.387C194.042 143.441 194.001 143.525 193.995 143.557V145.392C193.995 145.54 193.938 145.68 193.834 145.784C193.768 145.85 193.734 145.916 193.673 146.038C193.621 146.142 193.559 146.265 193.464 146.394V147.781C193.464 147.874 193.442 147.964 193.396 148.046C193.439 148.125 193.464 148.214 193.464 148.311V148.576C193.464 148.782 193.351 148.964 193.186 149.059C193.156 149.297 193.079 149.435 192.918 149.614C192.889 149.798 192.818 149.936 192.707 150.029C192.76 150.23 192.873 150.317 193.079 150.425C193.405 150.498 193.569 150.777 193.652 150.937H193.707C193.854 150.937 193.995 150.996 194.099 151.101C194.158 151.16 194.47 151.502 194.763 152.379C194.781 152.435 194.79 152.494 194.79 152.553V152.617C194.912 152.784 194.98 152.95 195.014 153.079L195.032 153.097C195.298 153.172 195.531 153.355 195.681 153.589H195.826C196.131 153.589 196.381 153.838 196.381 154.144V154.584C196.564 155.123 196.693 155.352 196.757 155.445H196.886C197.194 155.445 197.441 155.694 197.441 156V156.265C197.441 156.265 197.487 156.358 197.516 156.415C197.534 156.451 197.552 156.487 197.57 156.528C197.659 156.553 197.743 156.6 197.811 156.671L197.947 156.773C198.255 156.773 198.502 157.022 198.502 157.328V157.409C198.633 157.638 198.633 157.858 198.633 157.99C198.737 158.094 198.765 158.241 198.765 158.388V158.715C198.839 158.817 198.894 158.916 198.932 159.009C199.238 159.172 199.485 159.506 199.546 160L199.929 160.383C200.172 160.623 200.278 160.874 200.324 161.056C200.421 161.18 200.487 161.303 200.532 161.411C200.7 161.531 200.836 161.747 200.877 162.121C201.074 162.311 201.282 162.483 201.64 162.662C201.828 162.757 201.949 162.948 201.949 163.158V163.192L202.05 163.294C202.393 163.637 202.479 163.773 202.479 164.219V164.276C202.515 164.298 202.549 164.326 202.581 164.355C202.619 164.393 202.785 164.45 202.893 164.486C203.127 164.563 203.415 164.661 203.641 164.885C203.752 164.996 203.922 165.105 204.09 165.214C204.298 165.352 204.514 165.495 204.681 165.658C204.729 165.638 204.788 165.613 204.858 165.576C204.935 165.538 205.021 165.517 205.107 165.517C205.683 165.517 205.928 165.762 205.928 166.338V166.356C206.227 166.12 206.646 165.928 206.982 166.125C207.07 166.068 207.161 166.048 207.285 166.048C207.383 165.889 207.557 165.783 207.759 165.783C208.017 165.783 208.389 165.783 208.758 166.048H208.822C208.822 166.048 208.914 166.002 208.971 165.973C209.141 165.887 209.354 165.783 209.617 165.783C209.88 165.783 209.927 165.774 210.02 165.681L210.813 164.885C211.088 164.611 211.584 164.321 212.003 164.226L212.404 163.825C212.509 163.72 212.649 163.662 212.796 163.662C213.046 163.662 213.104 163.652 213.197 163.56L213.463 163.294C213.567 163.19 213.707 163.131 213.855 163.131C214.222 163.131 214.532 162.948 214.684 162.642C214.711 162.59 214.745 162.54 214.788 162.497L215.053 162.232C215.226 162.059 215.482 162.023 215.69 162.125L216.114 161.701C216.229 161.584 216.374 161.536 216.565 161.538C216.587 161.502 216.615 161.468 216.644 161.436C216.912 161.169 217.202 161.144 217.383 161.142C217.496 160.954 217.716 160.799 218.122 160.756C218.346 160.539 218.595 160.333 218.892 160.251L219.03 160.113C219.107 160.036 219.207 159.981 219.314 159.961C219.397 159.882 219.518 159.78 219.687 159.725C220.129 159.324 220.469 159.24 220.746 159.17C220.975 159.113 221.126 159.075 221.417 158.787L221.818 158.386C221.922 158.024 222.248 157.897 222.593 157.854C222.64 157.421 222.826 157.199 223.234 157.045C223.377 156.992 223.535 156.931 223.803 156.666L224.066 156.401C224.158 156.31 224.17 156.233 224.17 156.231C224.17 155.925 224.417 155.708 224.725 155.708C224.786 155.683 225.001 155.467 225.128 155.34C225.19 155.279 225.264 155.234 225.346 155.207C225.996 154.989 226.232 154.846 226.311 154.788C226.357 154.624 226.477 154.491 226.633 154.427C226.74 154.271 226.894 154.078 227.179 154.049C227.195 154.049 227.213 154.047 227.231 154.047C227.476 153.82 227.818 153.539 228.265 153.31C228.149 153.02 228.253 152.753 228.577 152.426C228.854 152.148 228.997 152.039 229.28 152.007C229.418 151.896 229.57 151.794 229.719 151.694C229.826 151.624 229.935 151.554 230.028 151.484C230.161 150.745 230.841 150.618 231.113 150.566C231.172 150.554 231.258 150.539 231.285 150.527C231.301 150.511 231.315 150.498 231.331 150.486V150.165C231.331 149.857 231.58 149.61 231.886 149.61H231.974C232.067 149.46 232.217 149.356 232.391 149.344V149.104C232.391 148.837 232.52 148.567 232.804 148.463C232.808 148.456 232.815 148.452 232.819 148.447L233.352 147.917C233.456 147.812 233.597 147.754 233.744 147.754H233.778L234.145 147.386C234.145 147.386 234.159 147.373 234.166 147.366C234.054 147.207 233.998 147.024 234.093 146.795C234.136 146.689 234.2 146.614 234.27 146.559C234.295 146.471 234.345 146.389 234.41 146.324C234.551 146.183 234.691 146.093 234.814 146.027C234.786 145.925 234.775 145.809 234.775 145.657V145.392C234.775 145.086 235.024 144.837 235.33 144.837C235.541 144.837 235.709 144.871 235.836 144.941V144.864C235.836 144.717 235.895 144.574 235.999 144.47C236.065 144.404 236.142 144.341 236.221 144.277C236.219 144.271 236.214 144.264 236.212 144.255C236.087 143.953 236.228 143.731 236.404 143.539C236.52 143.122 236.903 142.793 237.334 142.736C237.338 142.736 237.343 142.736 237.345 142.734C237.345 142.734 237.349 142.734 237.352 142.734V141.939H237.63C237.916 141.939 238.059 142.007 238.124 142.181C238.22 142.059 238.346 141.968 238.541 141.939C238.557 141.875 238.578 141.81 238.605 141.744C238.426 141.526 238.326 141.297 238.41 141.032L237.882 141.558V140.511L238.705 139.695V140.683C238.793 140.636 238.897 140.595 239.042 140.595C239.056 140.588 239.167 140.534 239.257 140.488C239.325 140.455 239.412 140.414 239.495 140.375H238.956V139.913C238.947 139.926 238.942 139.942 238.94 139.956C238.945 139.926 238.942 139.886 238.942 139.831V139.158L239.96 140.18C239.998 140.167 240.026 140.153 240.066 140.137L240.241 139.963C240.366 139.84 240.531 139.786 240.692 139.804C240.712 139.766 240.737 139.732 240.769 139.7L241.299 139.17C241.331 139.138 241.365 139.111 241.401 139.088V139.031C241.401 138.943 241.428 138.861 241.465 138.784H241.199L241.592 138.392V138.243C241.592 137.948 241.662 137.803 241.845 137.742C241.716 137.459 241.768 137.225 241.811 137.119C241.891 136.926 242.076 136.7 242.505 136.638L242.623 136.521C242.827 136.314 243.064 136.26 243.239 136.221C243.443 136.174 243.475 136.167 243.549 135.94C243.577 135.859 243.622 135.786 243.683 135.725C243.901 135.508 244.034 135.394 244.218 135.34C244.256 135.288 244.295 135.245 244.324 135.215C244.374 134.959 244.601 134.767 244.871 134.767H245.111C245.111 134.767 245.111 134.746 245.111 134.737C245.011 134.676 244.932 134.585 244.886 134.474C244.8 134.266 244.848 134.028 245.007 133.869L245.272 133.604C245.31 133.566 245.356 133.532 245.403 133.507C245.383 133.418 245.374 133.316 245.374 133.201C245.374 132.895 245.623 132.646 245.929 132.646H246.208C246.278 132.342 246.45 132.186 246.742 132.133L247.13 131.746C247.207 131.669 247.307 131.614 247.415 131.594C247.44 131.569 247.472 131.542 247.506 131.515C247.526 131.401 247.579 131.297 247.66 131.216C247.932 130.944 248.073 130.835 248.344 130.801C248.496 130.654 248.659 130.511 248.843 130.409C248.888 130.232 249.018 130.092 249.185 130.028C249.126 129.947 249.09 129.854 249.09 129.754C249.09 129.523 249.129 129.378 249.199 129.242H249.015V128.963C249.015 128.777 249.088 128.669 249.156 128.582C249.131 128.542 249.115 128.492 249.115 128.426C249.115 128.467 249.099 128.494 249.09 128.524V128.252C249.04 128.165 249.018 128.057 249.015 127.914H248.358L249.178 127.094H249.487C249.555 126.989 249.647 126.912 249.777 126.867C249.82 126.808 249.863 126.761 249.894 126.727C249.915 126.618 249.969 126.518 250.049 126.441C250.456 126.035 250.889 126.015 250.971 126.015H251.08C251.116 125.963 251.159 125.92 251.209 125.886V125.777C251.209 125.469 251.458 125.222 251.764 125.222C251.739 124.284 252.387 124.121 252.632 124.059C252.684 124.007 252.747 123.966 252.818 123.939C252.865 123.647 253.013 123.475 253.275 123.404C253.4 123.278 253.547 123.203 253.636 123.16C253.64 123.16 253.645 123.16 253.645 123.16C253.672 123.101 253.711 123.046 253.758 123.001L254.556 122.206C254.66 122.101 254.801 122.043 254.948 122.043C255.009 122.018 255.222 121.802 255.349 121.675C255.385 121.639 255.435 121.63 255.478 121.607V121.805H255.673L255.644 121.551C255.63 121.549 255.619 121.544 255.601 121.542C255.614 121.537 255.621 121.526 255.634 121.524C255.637 121.524 255.641 121.519 255.644 121.517V121.268H255.922C255.965 121.268 255.993 121.268 256.022 121.27L256.219 121.073C256.108 120.95 255.983 120.762 255.983 120.479C255.983 120.332 256.042 120.189 256.147 120.085C256.489 119.745 256.625 119.659 257.071 119.659C257.323 119.659 257.379 119.65 257.472 119.557C257.515 119.514 257.563 119.48 257.617 119.452L259.127 118.698L259.591 118.231C259.695 118.127 259.836 118.068 259.985 118.068C259.992 118.068 259.999 118.068 260.004 118.068C260.087 117.823 260.307 117.603 260.803 117.549L260.917 117.433C261.114 117.236 261.352 117.17 261.549 117.148V116.765C261.549 116.457 261.798 116.21 262.104 116.21H262.369C262.415 116.21 262.46 116.214 262.501 116.225C262.603 116.203 262.707 116.205 262.809 116.239C262.979 116.296 263.04 116.282 263.042 116.284C263.181 116.142 263.375 115.947 263.695 115.947C263.695 115.799 263.727 115.684 263.831 115.58L264.096 115.314C264.212 115.199 264.35 115.149 264.547 115.151C264.64 114.999 264.805 114.895 264.996 114.886V114.646C264.996 114.499 265.055 114.358 265.157 114.254C265.519 113.891 266.047 113.835 266.584 113.826V113.583C266.584 113.406 266.607 113.261 266.657 113.146C266.48 113.212 266.319 113.212 266.215 113.212C266.111 113.316 265.963 113.343 265.816 113.343L265.836 113.334ZM240.839 139.147L240.232 139.754C240.232 139.754 240.227 139.759 240.225 139.761L239.833 139.367H239.835C240.005 139.192 240.017 139.034 240.017 139.027L240.023 138.92L240.837 138.098V139.149L240.839 139.147ZM249.323 126.686L248.503 127.506V126.57C248.503 126.153 248.63 126.026 249.045 126.026H249.323V126.686Z\" fill=\"white\"><\/path><path d=\"M166.945 96.0639C166.964 96.0571 166.984 96.0457 167.011 96.0253L167.027 96.014C167.045 95.9891 167.063 95.9664 167.084 95.946L167.093 95.9279C167.115 95.8758 167.14 95.7987 167.118 95.7307L167.068 95.5291L167.131 95.4294C167.143 95.3999 167.156 95.3727 167.168 95.3478L167.245 95.2277C167.356 95.1212 167.446 95.0011 167.523 94.8583L167.598 94.7699C167.65 94.7291 167.705 94.6929 167.759 94.6566C167.945 94.5342 168.079 94.4436 168.18 94.1377L168.248 94.0289L168.69 93.587C168.541 93.4443 168.532 93.4715 168.532 93.689L168.455 93.766C168.416 93.7117 168.373 93.6618 168.346 93.6006C168.092 93.8635 167.906 94.1263 167.741 94.3598C167.625 94.5206 167.523 94.6634 167.424 94.7767C167.392 94.8538 167.358 94.9195 167.324 94.9829C167.202 95.0758 167.088 95.2073 166.995 95.418C166.97 95.443 166.943 95.4679 166.923 95.4883C166.9 95.4656 166.902 95.5019 166.923 95.5698C166.769 95.7534 166.809 96.0412 166.619 96.2905C166.728 96.2384 166.8 96.184 166.834 96.1432L166.948 96.0616L166.945 96.0639Z\" fill=\"white\"><\/path><path d=\"M166.524 96.3359L166.521 96.3389H166.524V96.3359Z\" fill=\"white\"><\/path><path d=\"M357.83 99.0072V98.9823H357.962C358.227 98.8894 358.395 98.767 358.515 98.6469L358.549 98.477L358.648 98.4974C358.664 98.4792 358.678 98.4611 358.692 98.443C358.843 98.2504 358.923 98.2118 359.167 98.2118C359.176 98.2118 359.19 98.2028 359.201 98.2005L359.233 98.0623L359.399 98.0736C359.423 98.0374 359.444 97.992 359.444 97.9331V97.7337L357.978 97.4346L357.658 98.9959L357.765 99.0027C357.787 99.0027 357.812 99.0027 357.828 99.0027L357.83 99.0072Z\" fill=\"white\"><\/path><path d=\"M356.658 101.054V101.376C356.658 101.861 356.232 102.205 355.819 102.114C355.76 102.262 355.638 102.382 355.479 102.434C355.207 102.525 355.142 102.59 355.035 102.697C354.847 102.885 354.636 103.068 354.156 103.227C353.793 103.349 353.549 103.472 353.367 103.562C353.306 103.592 353.247 103.624 353.188 103.651C353.163 103.741 353.114 103.823 353.048 103.891C352.71 104.229 352.574 104.317 352.139 104.319C352.083 104.589 351.86 104.85 351.595 104.85C351.579 104.924 351.557 104.988 351.527 105.047C351.584 105.135 351.616 105.235 351.62 105.335C351.779 105.35 351.933 105.393 352.078 105.457C352.162 105.384 352.262 105.335 352.368 105.328C352.377 105.031 352.552 104.854 352.726 104.784C352.747 104.752 352.771 104.723 352.799 104.695C352.975 104.519 353.173 104.326 353.431 104.331C353.426 104.247 353.44 104.163 353.472 104.081C353.558 103.875 353.759 103.739 353.986 103.739H354.052C354.072 103.701 354.095 103.664 354.122 103.637L354.387 103.372C354.528 103.232 354.729 103.177 354.917 103.227C354.951 103.204 354.988 103.186 355.024 103.17C355.038 103.048 355.094 102.932 355.183 102.844C355.357 102.67 355.547 102.477 355.803 102.477H355.815L355.978 102.312C356.39 101.897 356.714 101.842 357.1 102.137C357.156 102.085 357.224 102.037 357.308 101.999C357.211 101.847 357.163 101.67 357.254 101.455C357.31 101.319 357.401 101.244 357.498 101.19L356.696 101.024C356.685 101.033 356.678 101.047 356.665 101.056L356.658 101.054Z\" fill=\"white\"><\/path><path d=\"M332.226 116.796L332.541 116.481H332.657C332.707 116.481 332.748 116.454 332.757 116.438L332.557 116.239C332.537 116.239 332.526 116.248 332.505 116.248H332.24C332.129 116.248 332.027 116.216 331.941 116.16C331.755 116.37 331.526 116.463 331.216 116.441C331.023 116.624 330.826 116.783 330.629 116.912C330.661 117.016 330.676 117.139 330.676 117.281V117.547C330.699 117.547 330.713 117.54 330.738 117.54L332.231 116.794L332.226 116.796Z\" fill=\"white\"><\/path><path d=\"M360.625 111.75C361.079 111.523 361.294 111.308 361.541 111.059L361.806 110.794C361.851 110.748 361.906 110.71 361.962 110.682C361.99 110.626 362.026 110.574 362.071 110.528L362.336 110.263C362.368 110.232 362.402 110.204 362.438 110.182V110.15C362.144 110.136 361.908 109.894 361.908 109.595V109.089C361.718 109.08 361.552 108.976 361.457 108.822C361.439 108.822 361.421 108.824 361.4 108.824H360.87C360.562 108.824 360.315 108.575 360.315 108.269V108.004C360.315 107.51 360.68 107.143 361.004 106.819C361.113 106.71 361.242 106.66 361.421 106.651C361.432 106.619 361.446 106.588 361.459 106.558C361.244 106.653 361.045 106.703 360.868 106.703C360.809 106.728 360.594 106.943 360.467 107.07C360.288 107.249 360.018 107.279 359.807 107.165C359.66 107.243 359.486 107.256 359.327 107.19C359.121 107.104 358.985 106.903 358.985 106.678V106.413C358.985 106.202 359.103 106.019 359.277 105.924C359.272 105.844 359.284 105.765 359.313 105.69C359.399 105.484 359.583 105.325 359.807 105.325H360.109C360.358 105.087 360.637 104.861 360.979 104.809C361.108 104.612 361.33 104.53 361.663 104.53C361.724 104.53 361.783 104.539 361.84 104.559C361.858 104.566 361.874 104.571 361.888 104.575C361.892 104.569 361.897 104.562 361.901 104.555V104.292C361.901 104.145 361.96 104.004 362.064 103.9C362.241 103.723 362.407 103.531 362.694 103.535L362.962 103.232C362.962 102.991 363.116 102.781 363.342 102.704C364.081 102.459 364.532 102.228 365.246 101.514L365.672 101.09C365.604 100.95 365.595 100.782 365.658 100.632C365.731 100.46 365.885 100.335 366.064 100.299C366.103 100.263 366.148 100.222 366.202 100.184C366.232 100.098 366.275 100.025 366.331 99.9639C366.195 99.9117 366.082 99.8166 366.003 99.6897C365.808 99.5673 365.686 99.3633 365.686 99.1209C365.686 98.8784 365.806 98.6767 365.998 98.5543C366.053 98.4614 366.114 98.3935 366.159 98.3481C366.195 98.1691 366.318 98.015 366.492 97.9425C366.549 97.9198 366.606 97.9062 366.664 97.9017C366.789 97.7657 366.97 97.6343 367.236 97.6343C367.254 97.6343 367.263 97.6343 367.265 97.6388C367.294 97.6117 367.328 97.5754 367.372 97.5323C367.462 97.4417 367.476 97.3646 367.476 97.3624C367.476 97.2151 367.532 97.1063 367.637 97.0021L368.022 96.6191C368.079 96.2021 368.282 95.8849 368.602 95.6991C368.557 95.5835 368.536 95.443 368.536 95.2753C368.536 95.0057 368.729 94.7813 368.985 94.7292C369.026 94.6907 369.076 94.6453 369.137 94.6046C369.128 94.3938 369.15 94.1604 369.332 93.9564V93.6845C369.332 93.5372 369.391 93.3945 369.497 93.2902C369.617 93.1724 369.839 92.9503 369.869 92.8597C369.869 92.7124 369.923 92.6013 370.027 92.4971C370.086 92.4382 370.138 92.386 370.188 92.343C370.15 92.2682 370.129 92.1844 370.129 92.096V91.8309C370.129 91.6836 370.188 91.5431 370.293 91.4388C370.383 91.3482 370.397 91.2711 370.397 91.2689C370.397 90.9607 370.644 90.7454 370.952 90.7454C371.011 90.7159 371.247 90.4848 371.498 90.2333C371.555 90.0633 371.652 89.9477 371.72 89.8775V89.7098C371.72 89.4356 371.775 89.1931 371.874 88.9982C371.756 88.8305 371.72 88.6719 371.72 88.3841C371.72 88.3569 371.72 88.3297 371.727 88.3048C371.602 88.3569 371.46 88.3683 371.294 88.3003C371.283 88.2958 371.271 88.2912 371.262 88.2867C371.172 88.3637 371.065 88.4113 370.952 88.4113H370.422C370.41 88.4113 370.399 88.4113 370.388 88.4113L370.281 88.5156C370.116 88.6787 369.862 88.7104 369.626 88.6402L369.488 88.7784C369.384 88.8827 369.241 88.9416 369.094 88.9416H368.563C368.545 88.9416 368.525 88.9416 368.507 88.9393C368.441 89.0458 368.341 89.1297 368.221 89.1727C368.119 89.3427 367.954 89.4696 367.766 89.4696H367.442C367.12 89.7166 366.653 89.9341 366.146 89.9885C365.735 90.3534 365.377 90.4961 365.058 90.623C364.747 90.7477 364.5 90.8451 364.183 91.1646C363.669 91.679 363.381 91.9668 363.061 91.9668H363.057C362.964 92.0325 362.869 92.0983 362.774 92.1617C362.608 92.2727 362.438 92.3792 362.329 92.4903C362.137 92.6829 361.777 92.9435 361.235 93.3355C360.922 93.5622 360.555 93.8273 360.149 94.1332C359.825 94.4641 359.481 94.6453 359.254 94.7654C359.182 94.804 359.082 94.8561 359.053 94.8833C359.053 94.8855 359.046 94.9263 359.046 95.0147C359.046 95.3229 358.797 95.5699 358.491 95.5699H358.459C358.405 95.724 358.305 95.8577 358.137 95.9551C358.189 96.0684 358.226 96.2067 358.241 96.3812C358.296 96.3857 358.352 96.4016 358.414 96.4265C358.765 96.5715 358.781 96.9228 358.783 97.1109H359.286C359.474 97.1109 359.631 97.2106 359.733 97.3511L360.199 97.0451L361.149 97.24L360.807 98.9147L359.653 98.679C359.538 99.0597 359.365 99.1707 358.992 99.1254L358.76 100.265L358.194 100.15L358.001 101.086H358.047C358.226 100.984 358.425 100.95 358.62 100.993C358.722 100.886 358.865 100.82 359.023 100.82C359.227 100.82 359.381 100.859 359.506 100.925L359.51 100.92C359.683 100.746 359.918 100.662 360.127 100.589V100.469C360.127 100.227 360.127 99.9253 360.376 99.7894C360.526 99.7078 360.691 99.735 360.838 99.7962C360.952 99.7327 361.088 99.7055 361.199 99.6829C361.514 99.6194 361.908 99.5378 362.157 99.0574L362.234 98.9079H362.404C362.864 98.9079 363.821 98.9079 364.256 98.6314L364.684 98.3595V99.1866C364.684 99.4427 364.519 99.6534 364.373 99.8392C364.296 99.9367 364.181 100.084 364.181 100.147V100.426H363.404C362.989 100.426 362.139 100.694 361.656 100.963C361.638 101.018 361.611 101.065 361.579 101.108L361.564 101.126C361.507 101.192 361.432 101.242 361.344 101.271C361.289 101.29 361.23 101.299 361.174 101.299C361.117 101.299 361.067 101.278 361.015 101.262L360.897 101.38L361.049 101.53V102.189H360.353C360.227 102.312 360.129 102.391 360.013 102.391C359.975 102.391 359.936 102.382 359.893 102.366C359.878 102.359 359.871 102.348 359.857 102.341C359.807 102.414 359.764 102.486 359.685 102.565C359.504 102.747 359.316 102.81 359.202 102.846C359.152 102.86 359.098 102.914 359.023 103.143C358.946 103.37 358.735 103.524 358.495 103.524H358.23C358.187 103.542 358.067 103.658 357.954 103.769C357.863 104.059 357.593 104.322 356.904 104.322C356.889 104.322 356.879 104.322 356.875 104.317C356.848 104.344 356.814 104.38 356.768 104.424C356.596 104.596 356.37 104.748 356.15 104.893C355.984 105.004 355.814 105.11 355.703 105.221C355.649 105.276 355.581 105.319 355.511 105.346C355.316 105.543 355.055 105.631 354.641 105.645C354.443 105.958 354.094 106.177 353.723 106.177H353.689L353.217 106.649V106.755C353.369 106.998 353.342 107.209 353.281 107.354C353.193 107.564 353.034 107.669 352.864 107.718C352.81 107.829 352.723 107.931 352.594 108.063C352.635 108.178 352.64 108.31 352.576 108.459C352.424 108.827 352.048 108.827 351.867 108.827H351.543C351.096 109.166 350.457 109.357 349.746 109.357C349.639 109.357 349.517 109.357 349.424 109.361C349.327 109.518 349.152 109.622 348.953 109.622H348.889C348.787 109.697 348.69 109.751 348.601 109.794C348.762 110.012 348.746 110.32 348.549 110.517L348.284 110.782C348.019 111.047 347.575 110.961 347.36 110.827C347.23 110.909 347.054 110.945 346.829 110.945L346.854 111.448C346.854 111.757 346.605 112.004 346.299 112.004H346.034C345.878 112.004 345.737 111.94 345.637 111.836L345.633 111.84L344.792 112.477C344.808 112.541 344.815 112.613 344.803 112.692C344.783 112.86 344.624 113.066 344.479 113.157C344.479 113.171 344.47 113.22 344.47 113.307C344.47 113.531 344.334 113.735 344.128 113.821C343.922 113.909 343.682 113.86 343.523 113.701L343.419 113.597C343.281 113.606 343.181 113.622 343.14 113.642C343.133 113.692 343.122 113.737 343.104 113.78C343.052 114.005 342.859 114.154 342.614 114.168V114.367C342.614 114.514 342.556 114.655 342.451 114.759L341.656 115.555C341.316 115.894 341.18 115.983 340.734 115.983C340.586 115.983 340.446 115.924 340.342 115.82L340.197 115.677C340.167 115.885 340.067 116.053 339.909 116.166C339.705 116.314 339.485 116.314 339.313 116.28C339.211 116.42 339.052 116.513 338.875 116.513H338.653C338.27 117.032 337.697 117.309 337.285 117.309H337.019C336.711 117.309 336.464 117.059 336.464 116.753V116.488C336.464 116.259 336.603 116.062 336.8 115.978C336.825 115.919 336.856 115.867 336.893 115.831C337.117 115.607 337.407 115.509 337.638 115.432C337.747 115.396 337.91 115.342 337.951 115.301C338.221 115.033 338.513 114.746 338.875 114.644L339.415 114.104C339.415 114.104 339.394 114.109 339.385 114.109C338.624 114.809 337.765 115.149 337.398 114.732C337.133 114.866 336.65 115.047 336.362 114.759L336.308 114.705C336.195 114.945 335.984 115.158 335.778 115.364L335.696 115.446H335.581C335.513 115.446 335.408 115.498 335.306 115.55C335.191 115.609 335.059 115.659 334.919 115.686H334.928L333.575 117.037H333.31L332.861 117.485C332.698 117.651 332.535 117.73 332.392 117.803C332.272 117.864 332.168 117.916 332.068 118.016L331.986 118.097H331.871C331.78 118.097 331.628 118.097 331.585 118.12V118.793L331.144 118.283C331.119 118.26 331.089 118.301 331.089 118.351C331.089 118.557 330.987 118.725 330.819 118.793C330.686 118.847 330.527 118.834 330.373 118.757C330.282 118.825 330.151 118.874 329.961 118.888L329.557 118.913C329.464 119.013 329.374 119.115 329.356 119.169C329.356 119.316 329.301 119.427 329.197 119.532C328.973 119.756 328.683 119.853 328.449 119.93C328.34 119.967 328.177 120.021 328.136 120.062C327.939 120.259 327.747 120.354 327.595 120.431C327.472 120.492 327.407 120.526 327.341 120.592C327.237 120.696 327.096 120.755 326.947 120.755H326.682C326.469 120.755 326.285 120.635 326.192 120.461C326.163 120.467 326.131 120.472 326.099 120.477C326.015 120.533 325.931 120.578 325.852 120.622C325.621 120.744 325.469 120.825 325.354 121.172C325.279 121.399 325.066 121.553 324.826 121.553H324.769C324.69 121.616 324.597 121.687 324.493 121.764C324.216 121.965 323.838 122.242 323.364 122.718C323.26 122.822 323.119 122.881 322.972 122.881C322.961 122.885 322.879 122.926 322.822 122.956C322.714 123.01 322.587 123.073 322.442 123.112L322.387 123.166C322.168 123.683 321.766 123.882 321.497 124.018C321.25 124.141 321.17 124.188 321.114 124.358C321.037 124.585 320.826 124.739 320.586 124.739H320.321C320.235 124.739 320.153 124.719 320.08 124.685C320.087 124.839 320.031 124.993 319.92 125.106C319.722 125.303 319.53 125.398 319.376 125.476C319.256 125.537 319.188 125.571 319.122 125.636C318.843 125.915 318.53 126.228 317.706 126.522L317.348 126.88C317.098 127.452 316.613 127.572 316.344 127.64C316.11 127.699 316.11 127.701 316.074 127.805C316.045 127.893 315.997 127.968 315.934 128.027C315.845 128.118 315.757 128.247 315.653 128.394C315.46 128.666 315.222 129.002 314.878 129.348C314.773 129.452 314.633 129.511 314.485 129.511C314.424 129.536 314.211 129.752 314.084 129.879C313.887 130.076 313.695 130.171 313.541 130.248C313.418 130.309 313.352 130.343 313.284 130.409C313.194 130.499 313.182 130.574 313.182 130.576C313.182 130.882 312.935 131.1 312.627 131.1C312.301 131.1 312.102 130.932 312 130.835H311.832C311.524 130.835 311.277 130.586 311.277 130.28V128.954C311.277 128.909 311.281 128.863 311.293 128.818C311.551 127.785 312.022 127.012 312.335 126.624V126.303C312.335 126.155 312.394 126.013 312.5 125.908C312.541 125.87 312.596 125.704 312.632 125.596C312.709 125.364 312.806 125.077 313.031 124.852C313.121 124.762 313.135 124.685 313.135 124.682V124.184C313.135 124.037 313.192 123.896 313.296 123.792C313.325 123.762 313.361 123.726 313.4 123.688C313.391 123.531 313.448 123.377 313.561 123.262C313.652 123.171 313.665 123.094 313.665 123.092C313.665 122.944 313.722 122.836 313.826 122.731C313.921 122.636 313.93 122.579 313.93 122.328C313.93 122.181 313.989 122.04 314.091 121.936C314.195 121.832 314.195 121.292 314.195 121.002C314.195 120.941 314.204 120.882 314.225 120.825C314.329 120.515 314.431 120.245 314.522 120.014C314.61 119.781 314.721 119.493 314.728 119.405C314.735 119.334 314.755 119.226 314.787 119.164C315.05 118.639 315.297 118.142 315.551 117.381L315.675 116.994C315.909 116.253 316.201 115.335 316.849 114.224V113.316C316.849 113.168 316.908 113.026 317.012 112.921C316.985 112.951 316.983 112.903 316.983 112.851C316.983 112.631 316.983 112.296 317.144 111.813C317.169 111.741 317.207 111.675 317.255 111.621C317.293 111.251 317.459 111.07 317.619 110.984C317.778 110.796 317.778 110.664 317.778 110.465C317.778 110.241 317.778 109.821 318.175 109.531V109.074C318.175 108.926 318.234 108.786 318.338 108.682C318.431 108.589 318.44 108.53 318.44 108.28C318.44 108.133 318.499 107.99 318.603 107.886C318.644 107.845 318.698 107.68 318.734 107.571C318.791 107.406 318.854 107.209 318.97 107.03C318.975 106.597 319.009 106.232 319.287 105.89C319.428 105.373 319.623 104.92 319.811 104.482C319.999 104.043 320.178 103.626 320.298 103.159C320.318 102.932 320.411 102.744 320.52 102.529C320.611 102.348 320.733 102.105 320.853 101.74C320.88 101.659 320.928 101.584 320.989 101.523C320.989 101.523 321.182 101.292 321.386 100.68C321.413 100.598 321.458 100.524 321.519 100.462C321.612 100.369 321.621 100.311 321.621 100.061C321.621 99.5877 321.703 99.2976 321.902 99.0869C321.934 98.9033 322.011 98.7492 322.077 98.6201C322.104 98.5657 322.145 98.4818 322.152 98.4501C322.152 98.015 322.507 97.3533 322.841 97.0179L323.224 96.6372C323.276 96.1591 323.482 95.9393 323.715 95.8486C323.738 95.7875 323.74 95.7059 323.74 95.554V95.2889C323.74 95.23 323.749 95.1711 323.767 95.1144C323.919 94.6635 324.144 94.3983 324.307 94.208C324.477 94.0086 324.533 93.9406 324.533 93.7004C324.533 93.4806 324.662 93.288 324.848 93.1996C324.946 93.0115 325.084 92.7781 325.329 92.6716C325.336 92.275 325.399 92.1073 325.594 91.8852V91.8422C325.594 91.6314 325.712 91.4388 325.902 91.3459C325.995 91.2983 326.151 91.2213 325.888 90.4259C325.87 90.3692 325.861 90.3103 325.861 90.2514V90.1426C325.68 90.0135 325.596 89.7914 325.596 89.4583C325.596 89.3721 325.617 89.2883 325.655 89.2113C325.798 88.9235 325.796 88.8351 325.796 88.826C325.474 88.5042 325.157 88.1847 325.082 87.7813C324.921 87.6794 324.801 87.5185 324.801 87.3372V87.0721C324.801 86.9792 324.823 86.8885 324.869 86.8069C324.826 86.7254 324.801 86.6347 324.801 86.5418C324.801 86.5237 324.801 86.5146 324.805 86.5101C324.778 86.4806 324.742 86.4466 324.696 86.4013L324.205 85.6807C323.967 85.5968 323.754 85.5153 323.566 85.445C323.335 85.3566 323.049 85.2479 322.961 85.2411C322.48 85.2411 322.258 85.1504 322.056 85.0507C321.968 85.0054 321.909 84.9759 321.644 84.9759C321.166 84.9759 320.966 84.5748 320.88 84.4026C320.88 84.3981 320.88 84.3958 320.88 84.3935C320.821 84.3664 320.767 84.3301 320.722 84.2825C320.656 84.2168 320.59 84.1828 320.468 84.1216C320.314 84.0446 320.121 83.9494 319.926 83.7522C319.741 83.5664 319.364 83.3942 319.251 83.3851C318.809 83.3851 318.675 83.299 318.333 82.9568C318.288 82.9115 318.227 82.8503 318.17 82.8005C317.964 82.8979 317.708 82.8639 317.538 82.6917L317.384 82.5376C317.23 82.4787 317.105 82.3813 317.01 82.3065C316.826 82.3563 316.62 82.3065 316.477 82.1614C316.017 81.7014 315.621 81.5292 315.016 81.5292C314.868 81.5292 314.728 81.4703 314.624 81.3683C314.519 81.2641 313.912 81.2641 313.423 81.2641C313.16 81.2641 312.784 81.2641 312.41 80.9876C312.183 80.9627 312.047 80.8902 311.859 80.7202C311.551 80.6885 311.349 80.5933 311.22 80.4664H310.769C310.545 80.4664 310.309 80.3871 310.06 80.3032C309.949 80.267 309.763 80.2035 309.699 80.199C309.457 80.199 309.144 80.199 308.811 79.9996C308.63 80.1061 308.349 80.199 307.85 80.199C307.352 80.199 307.096 80.1106 306.88 80.0381C306.699 79.9769 306.568 79.9339 306.26 79.9339C306.201 79.9339 306.142 79.9248 306.083 79.9067C305.482 79.705 305.133 79.7027 304.848 79.7956C304.771 79.9225 304.66 80.0223 304.519 80.0789C304.193 80.2126 303.805 80.097 303.481 79.773C303.307 79.5985 302.908 79.4104 302.308 79.4059V79.9112C302.308 80.3962 302.133 80.6454 301.736 80.7134L301.249 81.2369C301.249 81.4159 301.163 81.5836 301.018 81.6878C300.873 81.7921 300.687 81.8193 300.517 81.7649C300.345 81.7082 300.284 81.7196 300.284 81.7196C300.223 81.783 300.148 81.8578 300.06 81.919C299.858 82.3201 299.575 82.4538 299.393 82.5263C299.393 82.5376 299.393 82.5489 299.393 82.5625C299.393 82.7098 299.334 82.8503 299.23 82.9546L298.965 83.2197C298.904 83.2809 298.829 83.3262 298.747 83.3534C298.074 83.5777 297.297 84.355 296.311 85.3408L296.046 85.6059C295.985 85.6671 295.91 85.7124 295.829 85.7396C295.62 85.8098 295.561 85.8824 295.457 86.0138C295.308 86.2019 295.138 86.3877 294.841 86.4874C294.628 87.0947 294.331 87.2352 293.993 87.3463C293.835 87.3984 293.671 87.4505 293.395 87.727C293.334 87.7882 293.259 87.8335 293.177 87.8607C292.905 87.9513 292.84 88.017 292.733 88.1235C292.561 88.2935 292.373 88.4589 291.981 88.6085C291.19 89.3993 290.658 89.9228 290.071 90.2151C289.656 90.3579 289.359 90.5369 289.046 90.725C288.729 90.9154 288.401 91.1125 288.004 91.2598C287.193 92.0484 286.463 92.454 285.405 92.1005C285.31 92.0688 285.226 92.0121 285.162 91.9396C285.053 91.994 284.929 92.0552 284.784 92.0937C284.593 92.2795 284.385 92.4608 284.147 92.5673C284.097 92.6444 284.045 92.701 284.004 92.7418C283.954 92.9979 283.73 93.1905 283.458 93.1905C283.377 93.1973 283.089 93.3083 282.858 93.3967C282.654 93.4738 282.42 93.5644 282.155 93.6551C281.759 93.9882 281.351 93.9882 281.072 93.9882C281.058 93.9927 280.975 94.0358 280.92 94.063C280.807 94.1196 280.673 94.1853 280.519 94.2238C280.376 94.3349 280.243 94.4029 280.127 94.4595C280.007 94.5207 279.939 94.5547 279.873 94.6204C279.769 94.7247 279.628 94.7836 279.481 94.7836H278.684C278.536 94.7836 278.396 94.7247 278.291 94.6204L278.026 94.3553C277.587 93.9157 277.682 93.5236 277.743 93.3741C277.8 93.2358 277.911 93.0817 278.128 92.982V92.8438C277.818 92.7418 277.598 92.5537 277.469 92.3339C277.192 92.2274 277.068 91.9849 277.068 91.5771V91.2802C276.964 91.1805 276.857 91.0876 276.798 91.0695H276.295C276.148 91.0717 276.005 91.0151 275.901 90.9086L275.37 90.3783C275.176 90.1834 275.078 89.9908 275.001 89.8367C274.94 89.7166 274.906 89.6486 274.84 89.5829C274.668 89.4129 274.634 89.1569 274.731 88.9507C274.682 88.8963 274.62 88.8328 274.575 88.7898L274.043 88.2595C273.938 88.1553 273.879 88.0148 273.879 87.8652C273.057 87.8833 273.084 87.0449 273.084 86.5395C273.084 86.4761 273.095 86.4126 273.116 86.3514C272.656 86.0614 272.348 85.6626 272.295 84.9147C272.128 84.7312 272.055 84.5952 272.033 84.3686C271.867 84.2712 271.756 84.0922 271.756 83.8882C271.749 83.8746 271.695 83.7636 271.65 83.6729C271.543 83.4576 271.398 83.1699 271.255 82.737C271.237 82.6804 271.226 82.6215 271.226 82.5625V82.0323C271.226 82.0209 271.226 82.0096 271.226 81.9983C271.19 81.9598 271.153 81.9235 271.122 81.894L270.591 81.3638C270.548 81.3207 270.514 81.2731 270.487 81.2188C270.274 80.7927 270.14 80.7225 270.138 80.7225C269.612 80.7361 269.368 80.4868 269.365 79.9112V79.6461C269.354 79.5396 269.182 79.1634 268.998 78.9799L268.468 78.4496C268.402 78.3839 268.337 78.3499 268.214 78.2887C268.06 78.2117 267.87 78.1165 267.673 77.9193C267.568 77.8151 267.509 77.6746 267.509 77.525V77.2599C267.509 77.2236 267.512 77.1896 267.518 77.1557C267.423 77.1126 267.308 77.0673 267.172 77.0197C266.8 77.0061 266.66 76.9086 266.345 76.5914L265.957 76.2062C265.957 76.2062 265.937 76.2016 265.925 76.2016C265.638 76.4577 265.162 76.4464 264.878 76.1858C264.706 76.1291 264.588 76.0294 264.518 75.9614H263.82C263.621 75.9614 263.444 75.8549 263.347 75.6963H262.182C262.209 75.9365 262.146 76.1812 261.989 76.4056C261.989 76.426 261.991 76.4464 261.991 76.4668V76.7319C261.991 76.8792 261.933 77.022 261.828 77.1262C261.74 77.2146 261.726 77.2667 261.726 77.7924C261.726 78.0938 261.552 78.3544 261.368 78.6309C261.307 78.7215 261.207 78.8733 261.187 78.93C261.196 79.075 261.119 79.3107 261.035 79.5577C260.997 79.6687 260.935 79.8568 260.931 79.9203C260.931 80.1763 260.824 80.3894 260.741 80.5593C260.713 80.6137 260.673 80.6976 260.666 80.7293C260.666 81.1009 260.557 81.3343 260.315 81.4476C260.267 81.5972 260.204 81.7626 260.126 81.962C260.049 82.166 259.957 82.4039 259.866 82.6736C259.845 82.8639 259.78 83.0633 259.71 83.2718C259.673 83.3829 259.61 83.571 259.605 83.6321C259.605 83.8859 259.605 84.2553 259.34 84.6247V85.4835C259.34 85.5017 259.34 85.5221 259.34 85.5402C259.499 85.6376 259.605 85.8144 259.605 86.0138V86.5441C259.605 86.7412 259.503 86.9157 259.347 87.0131C259.419 87.2624 259.463 87.5638 259.338 87.8335C259.338 87.8471 259.338 87.8584 259.338 87.8697V88.511C259.519 88.6402 259.603 88.8623 259.603 89.1977V91.3187C259.603 91.3369 259.603 91.3459 259.598 91.3482C259.626 91.3776 259.662 91.4116 259.705 91.4547C259.809 91.5589 259.868 91.6994 259.868 91.8467V92.377C259.873 92.3883 259.916 92.4722 259.943 92.5265C260.029 92.6965 260.133 92.9095 260.133 93.1724V93.7026C260.133 93.7026 260.181 93.7956 260.208 93.8499C260.294 94.0199 260.401 94.2329 260.401 94.498C260.405 94.5094 260.448 94.5932 260.475 94.6476C260.53 94.7564 260.593 94.8833 260.632 95.0283L260.77 95.1665C261.044 95.4407 261.337 95.9393 261.429 96.3608C261.606 96.5511 261.686 96.6848 261.713 96.9069L262.624 97.8156C262.939 98.1306 263.036 98.2711 263.052 98.6382C263.14 98.8625 263.26 98.9826 263.421 99.1435C263.639 99.3611 263.911 99.633 264.085 100.156C264.108 100.222 264.117 100.292 264.113 100.36C264.217 100.469 264.353 100.607 264.482 100.734L265.277 101.532C265.382 101.636 265.44 101.777 265.44 101.924C265.44 101.926 265.445 101.935 265.452 101.947C265.59 101.886 265.749 101.881 265.891 101.94C266.1 102.026 266.234 102.228 266.234 102.454V102.749C266.388 102.812 266.519 102.93 266.585 103.107C266.589 103.111 266.594 103.116 266.598 103.121C267.002 103.522 267.294 104.467 267.294 105.371V105.407C267.568 105.693 267.824 106.017 267.824 106.431C267.824 107.018 268.223 107.578 268.772 107.759C268.853 107.786 268.928 107.834 268.989 107.895C269.055 107.961 269.121 107.995 269.243 108.056C269.397 108.133 269.587 108.228 269.785 108.425C269.914 108.552 270.127 108.768 270.217 108.795C270.526 108.795 270.743 109.04 270.743 109.348V109.522C270.94 110.084 271.122 110.29 271.122 110.293L271.906 111.077C272.257 111.428 272.32 111.802 272.332 112.09C272.792 112.749 273.052 112.865 273.12 112.828C273.197 112.79 273.283 112.77 273.37 112.77C273.857 112.77 274.079 112.86 274.28 112.96C274.369 113.005 274.428 113.035 274.695 113.035C274.933 113.035 275.146 113.187 275.223 113.413C275.259 113.52 275.259 113.522 275.495 113.581C275.765 113.649 276.25 113.769 276.499 114.342C276.506 114.349 276.513 114.356 276.519 114.363C276.664 114.376 276.855 114.433 276.943 114.521C277.165 114.741 277.274 114.97 277.326 115.147C277.376 115.181 277.426 115.208 277.469 115.228C277.594 115.063 277.816 114.934 278.194 114.9C278.477 114.696 278.785 114.635 279.053 114.746C279.159 114.791 279.25 114.859 279.323 114.945C279.422 114.94 279.536 114.916 279.681 114.882C279.991 114.809 280.417 114.707 280.888 114.918C280.943 114.9 280.999 114.891 281.061 114.891H281.856C281.883 114.891 281.91 114.891 281.938 114.897C282.262 114.723 282.579 114.857 282.778 115.054C282.81 115.085 282.837 115.119 282.858 115.156H283.102C283.263 114.999 283.533 114.891 283.977 114.891H285.035C285.344 114.891 285.475 114.848 285.656 114.786C285.833 114.727 286.046 114.657 286.388 114.632L286.762 114.258C286.866 114.154 287.007 114.095 287.154 114.095C287.616 114.095 288.251 114.095 288.351 113.993C288.512 113.835 288.749 113.785 288.958 113.873C289.166 113.959 289.302 114.161 289.302 114.388V114.397C289.389 114.209 289.583 114.082 289.808 114.082C290.116 114.082 290.363 114.347 290.363 114.653V115.183C290.363 115.242 290.354 115.301 290.336 115.357C290.2 115.768 290.064 116.107 289.926 116.45C289.796 116.771 289.667 117.093 289.538 117.478C289.463 117.701 289.441 117.898 289.416 118.086C289.357 118.539 289.291 119.049 288.77 119.643V120.218C288.77 120.277 288.761 120.336 288.743 120.393C288.675 120.597 288.684 120.733 288.695 120.893C288.72 121.242 288.7 121.628 288.231 121.906C288.21 122.017 288.156 122.122 288.074 122.203C287.922 122.355 287.707 122.745 287.707 123.135C287.707 123.398 287.603 123.606 287.483 123.846C287.399 124.014 287.29 124.234 287.177 124.553V124.991C287.177 125.374 286.923 125.906 286.642 126.264C286.626 126.547 286.556 126.903 286.218 127.241C286.177 127.282 286.143 127.313 286.116 127.341V127.907C286.116 128.054 286.057 128.195 285.953 128.299C285.86 128.392 285.851 128.451 285.851 128.702C285.851 129.119 285.722 129.362 285.434 129.466C285.441 129.598 285.421 129.77 285.321 129.947V130.293C285.321 130.493 285.214 130.669 285.056 130.767V130.823C285.056 130.882 285.047 130.941 285.029 130.998C284.902 131.379 284.838 131.63 284.775 131.884C284.705 132.16 284.637 132.439 284.498 132.854C284.471 132.935 284.426 133.008 284.365 133.071C284.301 133.135 284.276 133.182 284.267 133.282C284.46 133.561 284.512 133.862 284.405 134.121C284.351 134.252 284.26 134.359 284.145 134.433C284.07 134.642 283.997 134.832 283.934 135C283.846 135.229 283.737 135.514 283.73 135.603C283.73 135.818 283.653 136.054 283.569 136.303C283.533 136.414 283.469 136.6 283.465 136.663C283.454 136.795 283.397 136.956 283.302 137.051C283.207 137.146 283.2 137.246 283.2 137.984V138.109C283.261 138.161 283.315 138.231 283.354 138.327C283.44 138.535 283.399 138.705 283.309 138.855C283.304 139.099 283.13 139.328 282.812 139.657C282.917 139.96 282.869 140.282 282.667 140.57V141.431C282.667 141.524 282.645 141.615 282.599 141.696C282.642 141.778 282.667 141.868 282.667 141.961V142.226C282.667 142.528 282.633 142.795 282.599 143.051C282.545 143.471 282.506 143.774 282.638 144.173C282.656 144.23 282.665 144.289 282.665 144.348V144.878C282.665 145.052 282.583 145.211 282.454 145.313C282.529 145.417 282.588 145.51 282.638 145.589C282.781 145.818 282.799 145.848 283.082 145.941C283.275 146.004 283.413 146.167 283.451 146.36C283.524 146.435 283.612 146.539 283.669 146.682C283.707 146.702 283.735 146.707 283.735 146.707C283.975 146.707 284.156 146.858 284.231 147.085C284.276 147.223 284.283 147.225 284.387 147.266C284.675 147.382 284.97 147.57 285.038 148.08C285.307 148.372 285.448 148.596 285.557 148.766C285.699 148.993 285.717 149.022 285.998 149.115C286.08 149.143 286.155 149.19 286.216 149.251L286.746 149.782C286.792 149.827 286.828 149.879 286.855 149.936C287.107 150.067 287.44 150.273 287.44 150.706C287.524 150.681 288.052 150.715 288.099 151.4L288.21 151.477C288.357 151.477 288.498 151.536 288.602 151.64C288.926 151.964 289.296 152.333 289.296 152.827L289.536 152.802C289.805 152.802 290.03 152.995 290.082 153.251C290.159 153.333 290.259 153.45 290.313 153.616L290.723 154.028C290.8 154.105 290.852 154.205 290.875 154.312C290.991 154.432 291.152 154.631 291.152 154.951C291.152 155.173 291.167 155.189 291.392 155.189C291.535 155.189 291.675 155.245 291.777 155.345C291.886 155.331 291.985 155.358 292.065 155.392C292.26 155.474 292.364 155.617 292.418 155.773C292.554 155.812 292.679 155.88 292.781 155.997C292.937 156.179 292.949 156.378 292.939 156.507L293.112 156.68C293.152 156.72 293.186 156.77 293.214 156.82C293.556 156.908 293.814 157.124 294.043 157.346C294.19 157.384 294.317 157.448 294.426 157.502C294.48 157.529 294.564 157.57 294.594 157.577C294.741 157.577 294.863 157.634 294.968 157.738C295.187 157.958 295.466 158.239 295.591 158.683C295.654 158.71 295.711 158.749 295.761 158.798C296.037 159.075 296.318 159.274 296.567 159.449C296.78 159.598 296.96 159.73 297.086 159.859L297.091 159.863H297.093C297.197 159.755 297.34 159.696 297.488 159.696C297.97 159.696 298.219 159.868 298.287 160.265C298.578 160.346 298.822 160.548 299.042 160.759H299.078C299.078 160.759 299.101 160.759 299.112 160.759L299.214 160.654C299.373 160.496 299.613 160.448 299.822 160.532C299.933 160.577 300.023 160.659 300.084 160.756H300.406C300.676 160.756 300.9 160.949 300.95 161.203C300.993 161.248 301.041 161.302 301.086 161.37C301.222 161.332 301.342 161.345 301.451 161.395C301.478 161.379 301.505 161.366 301.532 161.355C301.65 161.126 301.886 161.021 302.26 161.021C302.407 161.021 302.548 161.08 302.652 161.185C302.743 161.275 302.847 161.287 303.583 161.287H304.114C304.261 161.287 304.401 161.345 304.506 161.45L304.608 161.552H304.71C304.73 161.511 304.755 161.477 304.78 161.45C304.966 161.264 305.14 161.089 305.437 161.089C305.643 161.089 305.793 161.176 305.926 161.289C305.94 161.289 305.954 161.289 305.967 161.289H306.269L306.371 161.187C306.475 161.083 306.615 161.024 306.763 161.024H307.701C307.884 160.736 308.197 160.527 308.535 160.496C308.798 160.43 309.042 160.364 309.271 160.303C309.98 160.113 310.542 159.963 311.005 159.963C311.254 159.963 311.313 159.954 311.406 159.861C311.51 159.757 311.651 159.698 311.8 159.698H312.129C312.321 159.56 312.512 159.494 312.688 159.462C312.799 159.281 312.997 159.188 313.291 159.17C313.504 159.093 313.565 159.03 313.663 158.932C313.833 158.762 314.021 158.594 314.413 158.445L314.592 158.266C314.696 158.162 314.837 158.105 314.984 158.105H315.419C315.578 158.044 315.621 158.003 315.621 158.003C315.671 157.842 315.734 157.654 315.915 157.473C316.02 157.368 316.16 157.31 316.307 157.31C316.414 157.3 316.79 157.126 316.978 156.942C317.273 156.648 317.574 156.344 317.615 156.238C317.615 155.93 317.86 155.721 318.166 155.721H318.222C318.358 155.612 318.508 155.513 318.655 155.415C318.821 155.304 318.988 155.198 319.099 155.089L319.201 154.953C319.201 154.645 319.45 154.398 319.756 154.398H319.79L320.563 153.625C320.652 153.335 320.923 153.072 321.612 153.072C321.612 152.764 321.834 152.542 322.143 152.542H322.177L322.279 152.44C322.279 152.44 322.29 152.428 322.297 152.422C322.319 152.365 322.347 152.313 322.381 152.268V151.771C322.381 151.624 322.439 151.481 322.544 151.377L323.076 150.847C323.18 150.742 323.321 150.686 323.468 150.686C323.86 150.686 323.949 150.609 323.949 150.609C323.949 150.609 323.971 150.57 323.971 150.448C323.971 150.301 324.03 150.16 324.134 150.056L325.462 148.728C325.657 148.533 325.85 148.438 326.004 148.361C326.124 148.3 326.192 148.266 326.258 148.2C326.453 148.003 326.645 147.908 326.799 147.83C326.845 147.808 326.883 147.787 326.915 147.769C326.981 147.461 327.169 147.298 327.504 147.255C327.527 147.21 327.552 147.169 327.581 147.139C327.692 147.028 327.799 146.861 327.91 146.695C328.055 146.478 328.204 146.253 328.377 146.081C329.079 145.379 329.612 145.048 330.076 144.803C330.115 144.533 330.346 144.325 330.627 144.325H330.679C330.779 144.033 330.96 143.892 331.153 143.833L331.293 143.693C331.397 143.588 331.54 143.529 331.687 143.529C331.687 143.221 331.912 142.999 332.22 142.999H332.46C332.492 142.419 332.741 142.204 333.278 142.204C333.53 142.204 333.586 142.195 333.679 142.102C333.784 141.998 333.924 141.939 334.071 141.939C334.071 141.791 334.105 141.676 334.21 141.572C334.339 141.442 334.552 141.227 334.581 141.139V140.638C334.579 140.398 334.731 140.187 334.957 140.11C335.63 139.886 335.834 139.682 336.596 138.918C336.657 138.857 336.732 138.811 336.813 138.784C337.031 138.712 337.076 138.641 337.189 138.472C337.337 138.249 337.561 137.916 338.139 137.724C338.196 137.706 338.254 137.694 338.316 137.694C338.329 137.69 338.413 137.647 338.468 137.619C338.628 137.54 338.828 137.44 339.073 137.429C339.145 137.35 339.238 137.273 339.354 137.221L340.045 136.53C340.308 136.267 340.6 135.974 340.967 135.872C341.212 135.632 341.486 135.399 341.821 135.328C342.401 134.907 342.85 134.286 343.09 133.565C343.167 133.339 343.378 133.185 343.618 133.185H343.675C343.811 133.078 343.961 132.979 344.108 132.879C344.273 132.768 344.443 132.661 344.552 132.553L344.672 132.43C344.729 132.093 344.917 131.916 345.268 131.87C345.388 131.542 345.615 131.383 345.821 131.293C345.837 131.27 345.857 131.247 345.875 131.227C346.145 130.957 346.442 130.658 346.82 130.563C346.963 130.445 347.129 130.334 347.287 130.228C347.389 130.16 347.491 130.094 347.579 130.028C347.604 129.792 347.688 129.532 347.983 129.409C348.062 129.378 348.153 129.353 348.268 129.364L348.529 129.106C348.724 128.911 348.916 128.813 349.071 128.736C349.191 128.675 349.256 128.641 349.322 128.576C349.438 128.46 349.601 128.412 349.748 128.415L349.852 128.31C350.469 127.694 350.809 127.354 351.305 127.352C351.387 126.878 351.67 126.699 351.948 126.588C352.053 126.547 352.06 126.545 352.105 126.407C352.152 126.266 352.252 126.151 352.384 126.085L352.916 125.82C352.993 125.781 353.079 125.761 353.165 125.761C353.224 125.736 353.44 125.521 353.566 125.394L353.832 125.129C354.033 124.927 354.244 124.87 354.398 124.83C354.568 124.784 354.758 124.732 355.16 124.333C355.264 124.229 355.404 124.17 355.552 124.17H355.586L355.688 124.068C355.792 123.964 355.932 123.905 356.08 123.905C356.091 123.901 356.172 123.858 356.227 123.83C356.268 123.81 356.311 123.787 356.356 123.767C356.34 123.669 356.349 123.572 356.386 123.484C356.438 123.361 356.519 123.252 356.626 123.182C356.63 123.173 356.635 123.162 356.639 123.153C356.517 123.141 356.383 123.117 356.265 123.055C356.127 123.139 356.104 123.187 356.104 123.4C356.104 123.708 355.855 123.955 355.549 123.955H355.348C355.286 124.016 355.214 124.064 355.132 124.098C354.947 124.175 354.74 124.17 354.536 124.091C354.434 124.179 354.323 124.218 354.165 124.22C354.142 124.256 354.115 124.29 354.085 124.322L353.82 124.587C353.415 124.995 352.98 125.015 352.896 125.015H352.631C352.406 125.015 352.205 124.88 352.116 124.673C352.03 124.467 352.078 124.227 352.236 124.068C352.368 123.937 352.513 123.792 352.676 123.667C352.637 123.595 352.612 123.513 352.608 123.425C352.39 123.422 352.223 123.384 352.098 123.305C351.969 123.388 351.797 123.425 351.572 123.425H351.04C350.732 123.425 350.485 123.175 350.485 122.87C350.485 122.602 350.614 122.332 350.899 122.226C350.904 122.221 350.908 122.217 350.913 122.212L351.443 121.682C351.482 121.644 351.525 121.603 351.566 121.564H351.445V120.744H352.266V121.023C352.266 121.041 352.266 121.048 352.266 121.063C352.393 120.993 352.531 120.925 352.708 120.855C352.71 120.846 352.714 120.839 352.719 120.83C352.789 120.66 352.905 120.569 353.029 120.52C353.072 120.458 353.116 120.413 353.15 120.377C353.186 120.193 353.313 120.041 353.48 119.971C353.431 119.89 353.403 119.792 353.403 119.688V119.423C353.403 119.364 353.412 119.307 353.431 119.253C353.358 119.187 353.299 119.103 353.261 119.008C353.127 118.684 353.24 118.297 353.566 117.97C353.682 117.855 353.827 117.809 354.017 117.807C354.063 117.732 354.126 117.671 354.199 117.624V117.567C354.199 117.343 354.335 117.139 354.541 117.052C354.69 116.989 354.858 116.998 354.999 117.066L355.16 116.907C355.318 116.749 355.558 116.703 355.765 116.787C355.971 116.873 356.107 117.075 356.107 117.302V117.567C356.107 117.655 356.1 117.735 356.089 117.807C356.234 117.807 356.372 117.868 356.474 117.97C356.508 118.004 356.542 118.038 356.576 118.074C356.642 118.074 356.71 118.079 356.773 118.097C356.807 118.061 356.846 118.027 356.889 117.997C356.88 117.963 356.873 117.927 356.868 117.893C356.852 117.873 356.836 117.852 356.821 117.827C356.669 117.787 356.512 117.696 356.429 117.492C356.274 117.118 356.524 116.869 356.746 116.647L356.85 116.543V115.978C356.85 115.831 356.909 115.691 357.013 115.586C357.197 115.4 357.371 115.024 357.38 114.911C357.392 114.782 357.451 114.619 357.543 114.526L357.809 114.261C358.026 114.043 358.377 114.043 358.595 114.261L358.599 114.265C358.701 114.161 358.842 114.097 358.996 114.097H359.227C359.2 114.059 359.168 114.02 359.134 113.986C359.03 113.882 358.971 113.739 358.971 113.592V113.327C358.971 112.851 359.372 112.649 359.544 112.566C359.547 112.566 359.549 112.561 359.554 112.566C359.642 112.375 359.834 112.244 360.057 112.244H360.091L360.458 111.877C360.501 111.834 360.548 111.8 360.603 111.772L360.625 111.75Z\" fill=\"white\"><\/path><path d=\"M334.529 115.31C334.717 114.931 334.923 114.673 335.197 114.456C335.095 114.492 335 114.503 334.923 114.503C334.826 114.503 334.735 114.487 334.651 114.46V114.635C334.651 115.176 334.434 115.425 333.931 115.453C333.849 115.53 333.731 115.625 333.57 115.679C333.566 115.684 333.561 115.684 333.557 115.688H334.343L334.531 115.312L334.529 115.31Z\" fill=\"white\"><\/path><path d=\"M335.838 114.095H335.942C335.938 114.032 335.938 113.968 335.96 113.907C335.874 113.941 335.786 113.966 335.693 113.973C335.67 114.064 335.62 114.147 335.555 114.215C335.607 114.186 335.652 114.154 335.711 114.125L335.836 114.095H335.838Z\" fill=\"white\"><\/path><path d=\"M424.002 92.644L424.113 92.7551C424.113 92.7166 424.113 92.6803 424.113 92.644H424.002Z\" fill=\"white\"><\/path><path d=\"M419.895 92.3724C419.895 92.4563 419.895 92.6081 419.917 92.6489H419.949C419.99 92.5968 420.049 92.5514 420.137 92.5197C420.144 92.3384 420.178 92.241 420.284 92.1118H420.008C419.904 92.25 419.895 92.3656 419.895 92.3701V92.3724Z\" fill=\"white\"><\/path><path d=\"M423.592 86.936C423.583 86.9791 423.567 87.0176 423.551 87.0516C423.56 87.0516 423.571 87.0516 423.58 87.0516C423.58 87.0153 423.585 86.9768 423.592 86.936Z\" fill=\"white\"><\/path><path d=\"M422.812 89.4268C422.812 89.4268 422.822 89.4087 422.826 89.4019C422.822 89.4019 422.817 89.4019 422.812 89.4019V89.4291V89.4268Z\" fill=\"white\"><\/path><path d=\"M422.488 89.1047L422.527 89.0662C422.527 89.0662 422.527 89.0548 422.527 89.0503C422.515 89.0684 422.502 89.0865 422.491 89.1047H422.488Z\" fill=\"white\"><\/path><path d=\"M421.184 91.3188H421.082L421.232 91.4684C421.225 91.4435 421.216 91.4186 421.207 91.3936L421.182 91.3188H421.184Z\" fill=\"white\"><\/path><path d=\"M430.441 89.0119C430.448 88.987 430.455 88.9598 430.459 88.9326C430.43 88.9326 430.396 88.9326 430.357 88.9326L430.439 89.0142L430.441 89.0119Z\" fill=\"white\"><\/path><path d=\"M421.752 89.8368V89.8708C421.779 89.8346 421.809 89.8006 421.836 89.7666C421.806 89.7915 421.779 89.8142 421.752 89.8368Z\" fill=\"white\"><\/path><path d=\"M421.737 93.1746H421.587C421.587 93.1746 421.571 93.1904 421.564 93.1972C421.623 93.2222 421.68 93.2607 421.746 93.3174C421.768 93.1837 421.814 93.0432 421.904 92.9004C421.855 92.9072 421.798 92.9095 421.734 92.9095V93.1746H421.737Z\" fill=\"white\"><\/path><path d=\"M421.818 92.7646C421.818 92.6966 421.781 92.6513 421.75 92.6309C421.745 92.6309 421.743 92.6309 421.738 92.6309V92.896V92.9096C421.759 92.9051 421.818 92.8484 421.818 92.7646Z\" fill=\"white\"><\/path><path d=\"M423.379 95.9032C423.379 95.9032 423.388 95.8896 423.393 95.8828C423.37 95.9055 423.345 95.9349 423.322 95.9599L423.379 95.9032Z\" fill=\"white\"><\/path><path d=\"M428.285 87.274C428.303 87.3374 428.312 87.3986 428.312 87.462C428.378 87.4235 428.439 87.3782 428.498 87.3261L428.364 87.1924L428.285 87.274Z\" fill=\"white\"><\/path><path d=\"M429.705 85.4834C429.741 85.4743 429.782 85.4675 429.827 85.463C429.886 85.3837 429.916 85.3066 429.929 85.2183H429.705V85.4811V85.4834Z\" fill=\"white\"><\/path><path d=\"M429.971 88.9076H430.143C430.084 88.8963 430.025 88.8804 429.971 88.8555V88.9076Z\" fill=\"white\"><\/path><path d=\"M429.042 86.0905C429.017 86.1675 428.983 86.2672 428.908 86.3715C428.908 86.3805 428.908 86.3873 428.908 86.3964L429.423 85.8843C429.425 85.8389 429.432 85.8004 429.438 85.7642C429.114 85.882 429.085 85.9704 429.044 86.0905H429.042Z\" fill=\"white\"><\/path><path d=\"M424.135 94.5003V94.9127C424.232 94.7994 424.314 94.7156 424.4 94.6249L424.273 94.498H424.135V94.5003Z\" fill=\"white\"><\/path><path d=\"M424.785 90.4077L423.598 91.5952V91.4818C423.505 91.5861 423.414 91.6745 423.337 91.7424C423.294 91.7787 423.238 91.8308 423.222 91.8512L423.24 92.1775C423.24 92.7101 423.174 92.8098 422.723 93.2607C422.576 93.408 422.499 93.5621 422.408 93.7411H423.24V94.1558C423.24 94.4278 423.224 94.5864 423.147 94.7359C423.167 94.7314 423.188 94.7246 423.206 94.7201C423.514 94.643 423.596 94.6226 423.596 94.1558V93.3831H423.009L423.716 92.6761C423.895 92.4948 424.076 92.3158 424.226 92.1594L423.892 92.1367L424.799 91.1986C424.835 90.9833 424.933 90.7884 425.019 90.6139H424.781V90.4077H424.785Z\" fill=\"white\"><\/path><path d=\"M426.088 91.559H426.129L426.203 91.4842C426.197 91.4661 426.188 91.4457 426.179 91.4253C426.149 91.4706 426.117 91.5159 426.088 91.559Z\" fill=\"white\"><\/path><path d=\"M425.967 97.6569V97.6343C425.967 97.6343 425.958 97.6501 425.951 97.6569H425.967Z\" fill=\"white\"><\/path><path d=\"M420.666 91.6973V91.6406C420.666 91.6406 420.646 91.6588 420.637 91.6656L420.666 91.6973Z\" fill=\"white\"><\/path><path d=\"M419.844 126.597C419.871 126.393 419.964 126.25 420.18 126.194C420.214 126.119 420.259 126.037 420.259 125.979L420.266 125.863H420.139V124.723L419.692 125.17C419.76 125.24 419.826 125.317 419.865 125.412C420.021 125.79 419.887 126.244 419.507 126.624C419.47 126.661 419.432 126.692 419.389 126.717H419.52C419.64 126.717 419.749 126.658 419.844 126.595V126.597Z\" fill=\"white\"><\/path><path d=\"M419.646 124.2L419.551 124.295V125.059C419.58 125.077 419.616 125.088 419.641 125.111V124.438C419.641 124.367 419.641 124.286 419.646 124.2Z\" fill=\"white\"><\/path><path d=\"M418.932 130.171C419.009 130.116 419.098 130.064 419.197 130.016V129.307L418.885 128.992C418.855 129.074 418.826 129.162 418.796 129.239C418.706 129.488 418.633 129.697 418.574 129.89L418.932 129.876V130.171Z\" fill=\"white\"><\/path><path d=\"M418.389 131.873C418.305 132.129 418.139 132.292 417.858 132.355C417.845 132.407 417.84 132.484 417.838 132.582C418.259 132.437 418.364 132.226 418.389 131.873Z\" fill=\"white\"><\/path><path d=\"M381.475 99.1411C381.389 99.2204 381.294 99.2861 381.201 99.3564H381.686L381.478 99.1411H381.475Z\" fill=\"white\"><\/path><path d=\"M418.48 124.7H418.501V124.617C418.501 124.617 418.49 124.598 418.48 124.589V124.7Z\" fill=\"white\"><\/path><path d=\"M416.879 134.531C416.906 134.531 416.92 134.544 416.945 134.551C416.929 134.467 416.92 134.381 416.879 134.304V134.533V134.531Z\" fill=\"white\"><\/path><path d=\"M469.579 15.7352L469.533 15.7805L469.579 15.7918C469.579 15.7714 469.579 15.7578 469.579 15.7329V15.7352Z\" fill=\"white\"><\/path><path d=\"M469.28 16.0029L469.277 16.0437L469.28 16.046V16.0029Z\" fill=\"white\"><\/path><path d=\"M381.917 98.033L382.107 97.8381C382.236 97.7112 382.275 97.6115 382.275 97.5073C382.275 97.505 382.275 97.5028 382.275 97.5005H382.044V97.8744L381.67 98.2483C381.67 98.3797 381.677 98.4613 381.695 98.5338C381.799 98.4386 381.885 98.3027 381.901 98.1622L381.917 98.0308V98.033Z\" fill=\"white\"><\/path><path d=\"M403.961 111.709V111.598L403.85 111.709H403.961Z\" fill=\"white\"><\/path><path d=\"M403.273 112.509C403.353 112.402 403.405 112.293 403.425 112.135L403.421 112.139C403.378 112.262 403.328 112.386 403.273 112.511V112.509Z\" fill=\"white\"><\/path><path d=\"M400.778 118.867V118.838C400.758 118.847 400.738 118.856 400.715 118.863C400.733 118.863 400.756 118.863 400.778 118.865V118.867Z\" fill=\"white\"><\/path><path d=\"M405.02 112.006C405 112.017 404.979 112.037 404.966 112.051C404.923 112.094 404.864 112.153 404.782 112.196V112.366L404.701 112.448C404.499 112.652 404.402 112.738 404.252 112.774V113.034C404.404 113.021 404.642 112.781 404.837 112.586L404.918 112.504H405.034C405.02 112.493 405.02 112.341 405.02 112.25V112.003V112.006Z\" fill=\"white\"><\/path><path d=\"M418.608 133.552V133.312L418.669 133.25H418.633L418.166 133.717H418.442L418.608 133.552Z\" fill=\"white\"><\/path><path d=\"M419.973 124.967V124.959L419.965 124.967H419.973Z\" fill=\"white\"><\/path><path d=\"M418.836 132.831V133.049L418.709 133.176V133.212L418.949 132.972C418.897 132.917 418.872 132.879 418.836 132.831Z\" fill=\"white\"><\/path><path d=\"M418.014 133.336L417.957 133.393C417.865 133.486 417.821 133.577 417.799 133.715H418.016V133.336H418.014Z\" fill=\"white\"><\/path><path d=\"M397.271 121.251C397.292 121.251 397.317 121.254 397.349 121.254H397.498L397.6 121.115L397.48 120.998C397.369 121.113 397.305 121.197 397.271 121.251Z\" fill=\"white\"><\/path><path d=\"M397.221 122.315H397.332V122.208C397.314 122.222 397.295 122.237 397.277 122.258L397.221 122.315Z\" fill=\"white\"><\/path><path d=\"M459.59 74.8649C459.766 74.806 459.8 74.7493 459.861 74.4004C459.893 74.2168 459.932 73.997 460.061 73.8044C460.145 73.5279 460.12 73.469 460.102 73.4282C460.065 73.3444 460.004 73.2039 460.004 73.009V72.7439C460.004 72.5331 460.124 72.3405 460.312 72.2453C460.779 72.0142 460.802 71.8918 460.802 71.6833C460.802 71.3797 460.802 70.9219 461.23 70.4959L461.339 70.3871C461.368 69.943 461.482 69.7096 461.59 69.5237C461.59 69.3764 461.654 69.2767 461.758 69.1725C461.824 69.1068 461.858 69.0411 461.919 68.9187C461.971 68.8122 462.032 68.6898 462.13 68.5584C462.143 68.3272 462.191 68.0485 462.39 67.7698V66.6458C462.39 66.4985 462.449 66.3557 462.554 66.2515C462.998 65.8096 463.011 65.7326 463.061 65.481C463.088 65.3451 463.12 65.1842 463.188 64.9666V64.5225C463.188 64.2279 463.356 64.0126 463.471 63.8676C463.46 63.8223 463.453 63.7747 463.453 63.7271C463.453 63.505 463.53 63.2693 463.614 63.0201C463.653 62.909 463.714 62.7209 463.718 62.6598V62.4014C463.718 62.2541 463.777 62.1136 463.882 62.0094C463.918 61.9731 463.952 61.9414 463.986 61.9119C463.986 61.8983 463.983 61.8847 463.983 61.8711V61.606C463.983 61.2684 464.163 61.0644 464.26 60.967C464.285 60.8446 464.351 60.7358 464.441 60.6543C464.453 60.4073 464.548 60.2214 464.693 60.0356C464.758 59.9495 464.781 59.92 464.781 59.7501C464.781 59.3988 464.872 59.1722 465.073 59.0476C465.085 59.0159 465.096 58.9841 465.112 58.9547C465.033 58.8097 465.021 58.6352 465.087 58.4765C465.119 58.3995 465.169 58.3315 465.228 58.2771C465.117 58.1185 465.06 57.9349 465.155 57.7061C465.252 57.4681 465.445 57.3843 465.617 57.3548C465.722 57.2461 465.824 57.1282 465.844 57.0693C465.842 56.6546 465.91 56.4167 466.107 56.2059C466.102 56.1901 466.107 56.1334 466.107 56.0382C466.107 55.73 466.356 55.483 466.662 55.483C466.725 55.474 466.748 55.3584 466.762 55.2836C466.789 55.1386 466.821 54.9709 466.902 54.81V54.1823C466.902 54.035 466.961 53.8945 467.065 53.7903L467.432 53.3892C467.5 52.9994 467.544 52.7275 467.587 52.4691C467.738 51.5355 467.883 50.6495 468.493 49.7634C468.498 49.3306 468.529 48.9658 468.801 48.6236C468.588 48.4921 468.491 48.3154 468.491 48.0865V47.8214C468.491 47.6265 468.55 47.4656 468.606 47.3138C468.677 47.1212 468.758 46.9014 468.758 46.498C468.758 46.4595 468.763 46.4209 468.769 46.3847C468.686 46.2215 468.606 45.9994 468.701 45.7411C468.808 45.4556 469.064 45.306 469.288 45.2176V45.1746C469.288 45.1157 469.297 45.0568 469.316 45.0001C469.594 44.1616 469.884 43.5543 470.322 43.3594C470.349 43.3187 470.374 43.2688 470.406 43.2031C470.469 43.0785 470.544 42.9289 470.675 42.7703C470.718 42.623 470.741 42.5097 470.759 42.4145C470.843 41.9885 470.931 41.7415 471.409 41.2361V40.9325C471.409 40.7852 471.468 40.6447 471.573 40.5404C471.724 40.3886 471.94 39.9988 471.94 39.6068C471.94 39.5479 471.949 39.489 471.967 39.4323C472.114 38.9904 472.189 38.8431 472.261 38.6958C472.32 38.578 472.379 38.4602 472.497 38.1067C472.524 38.0251 472.57 37.9503 472.631 37.8891C472.862 37.658 473 37.5175 473 36.9555C473 36.8966 473.009 36.8376 473.027 36.7787C473.175 36.3391 473.25 36.1918 473.322 36.0445C473.381 35.9267 473.44 35.8088 473.558 35.4531C473.585 35.3715 473.63 35.2967 473.691 35.2355C473.78 35.1471 473.793 35.095 473.793 34.567C473.793 34.4197 473.852 34.2792 473.957 34.175L474.222 33.9099C474.265 33.8668 474.299 33.8351 474.324 33.8079C474.349 33.3297 474.618 32.7859 474.902 32.4437C474.892 32.421 474.883 32.4006 474.877 32.3825C474.806 32.208 474.688 31.918 474.881 31.6324C474.926 31.5644 475.001 31.5033 475.085 31.4557C475.291 31.2472 475.47 31.0523 475.652 30.7192C475.656 30.3022 475.701 29.7516 476.134 29.568C476.161 29.5023 476.189 29.4207 476.209 29.3573C476.245 29.2508 476.284 29.1329 476.338 29.0151C476.288 28.6638 476.574 28.3783 476.875 28.0792C476.989 27.9659 477.229 27.635 477.537 26.7059C477.612 26.4793 477.825 26.3252 478.065 26.3252H478.117C478.171 26.1666 478.249 26.051 478.341 25.9717C478.434 25.514 478.697 25.2149 479.008 25.0812C479.037 25.0449 479.069 25.0132 479.098 24.986V24.7616C479.098 24.6597 479.125 24.5622 479.178 24.4761C479.155 24.1815 479.141 23.7124 479.585 23.3861C479.615 23.2841 479.669 23.1754 479.758 23.0575C479.835 22.9556 479.896 22.8763 479.896 22.6406C479.497 22.5703 479.323 22.3528 479.246 22.1647C479.193 22.0378 479.116 21.7364 479.366 21.3784V21.2764C479.153 21.0566 478.953 20.8118 478.872 20.5195L478.468 20.1162C478.407 20.055 478.362 19.9802 478.335 19.8986C478.137 19.3072 477.997 19.2029 477.99 19.1984C477.093 19.1984 476.941 18.5684 476.88 18.3259L476.084 17.4648C475.989 17.3697 475.933 17.245 475.924 17.1113C475.905 17.1272 475.831 17.0977 475.681 17.0977C475.534 17.0977 475.393 17.0388 475.289 16.9346C475.137 16.7827 475.037 16.674 474.972 16.5584C474.759 16.5969 474.478 16.5833 474.163 16.4541C474.068 16.5267 473.95 16.5675 473.827 16.5675H473.562C473.413 16.5675 473.277 16.5085 473.175 16.4111C472.701 16.4745 472.275 16.044 472.107 15.8763L472.103 15.8718L472.098 15.8763C472.067 15.908 472.03 15.9375 471.992 15.9601C472.008 16.121 471.951 16.2865 471.833 16.4066C471.489 16.751 471.165 17.0773 470.736 16.8983C470.705 16.8847 470.644 16.8552 470.582 16.8031C470.211 16.7261 470.045 16.5176 469.97 16.3363C469.964 16.3227 469.961 16.2955 469.955 16.2774L469.295 16.2933L469.286 16.0802L469.275 16.2955L468.563 16.325L469.046 15.7992C468.788 15.5409 468.656 15.1285 468.656 14.8543C468.656 14.7682 468.695 14.6005 468.738 14.4985C468.602 14.222 468.468 13.9229 468.414 13.6351C468.364 13.6487 468.312 13.6578 468.26 13.6578H467.729C467.53 13.6578 467.353 13.5513 467.256 13.3927C466.886 13.3836 466.642 13.1615 466.642 12.8375V12.5701C466.356 12.5089 466.195 12.3457 466.138 12.0602C465.923 11.922 465.565 11.8019 465.08 11.8019H464.548C464.24 11.8019 463.993 11.5526 463.993 11.2467V10.9815C463.993 10.9815 463.993 10.9611 463.993 10.9521C463.918 10.9883 463.836 11.0065 463.752 11.0065H463.487C463.215 11.0065 462.989 10.8093 462.941 10.551C462.866 10.5419 462.789 10.5193 462.712 10.4762C462.705 10.4762 462.699 10.4762 462.692 10.4762H461.368C461.221 10.4762 461.078 10.4173 460.974 10.313C460.829 10.1657 460.729 10.057 460.664 9.94593H460.573C459.889 9.94593 459.617 9.68533 459.526 9.39754C459.512 9.38394 459.501 9.37261 459.488 9.36128C459.279 9.45646 459.025 9.42247 458.855 9.25251C458.676 9.2865 458.354 9.28197 458.058 8.98738C458.028 8.98511 457.99 8.98285 457.944 8.99191C457.922 9.40434 457.795 9.64681 457.627 9.78504C457.584 9.90968 457.514 10.0071 457.416 10.0751V10.1861C457.416 10.5215 457.332 10.7436 457.151 10.8705V11.5685C457.187 11.5911 457.221 11.6183 457.253 11.6478C457.681 12.0761 457.681 12.5066 457.681 13.3655C457.681 13.5649 457.575 13.7416 457.416 13.8391V13.8957C457.416 14.1042 457.416 14.3852 457.278 14.6775C457.459 14.6413 457.65 14.6957 457.783 14.8294L458.049 15.0945C458.266 15.312 458.266 15.6633 458.049 15.8808C457.792 16.1369 457.738 16.2207 457.729 16.2411C457.77 16.3567 457.781 16.5607 457.681 16.8983C457.681 17.2088 457.663 17.6076 457.478 17.875C457.521 18.088 457.466 18.3554 457.215 18.6795C457.255 18.8947 457.197 19.1667 456.934 19.4952C456.918 19.5156 456.9 19.536 456.884 19.5564C456.859 20.1343 456.596 20.4923 456.349 20.7575C456.313 21.3761 456.129 21.9268 455.826 22.3211V22.9102C455.826 23.0485 455.776 23.1731 455.692 23.2706C455.687 23.47 455.662 23.6898 455.554 23.8915C455.511 24.4444 455.27 24.6755 455.007 24.7548L454.865 24.8953C454.835 24.9248 454.799 24.9611 454.763 24.9973C454.763 25.0086 454.763 25.02 454.763 25.0313C454.763 25.4755 454.654 25.7451 454.498 25.906V26.357C454.498 26.6176 454.405 26.9144 454.044 27.0708C454.04 27.2974 453.983 27.4628 453.94 27.5943C453.886 27.7574 453.865 27.8163 453.94 28.0384C454.006 28.2378 453.954 28.4576 453.806 28.6072C453.609 28.8043 453.48 28.9335 453.448 29.3255C453.603 29.4275 453.704 29.6088 453.704 29.806V29.8717C453.881 30.13 453.895 30.3657 453.868 30.5334C453.813 30.8688 453.575 31.0886 453.376 31.2223C453.337 31.3288 453.29 31.4262 453.249 31.5101C453.222 31.5644 453.181 31.6483 453.174 31.6777C453.174 31.825 453.118 31.9474 453.013 32.0517L452.748 32.3168C452.59 32.4754 452.349 32.5253 452.143 32.4369C452.052 32.3984 451.973 32.3395 451.917 32.2647C451.873 32.3372 451.824 32.4052 451.771 32.4709C451.926 32.5343 452.039 32.6612 452.086 32.8108C452.288 32.9354 452.379 33.1643 452.379 33.5133C452.379 33.6289 452.345 33.7331 452.286 33.8215C452.286 33.8237 452.288 33.8283 452.29 33.8305C452.377 34.039 452.377 34.277 452.218 34.4378C452.175 34.4809 452.141 34.5149 452.114 34.5421C452.1 34.6871 452.041 34.8775 451.953 34.9681L450.625 36.2938C450.527 36.3912 450.396 36.4479 450.258 36.4547V36.4864C450.416 36.5838 450.523 36.7606 450.523 36.96C450.523 37.6149 450.287 37.8914 450.013 37.9933C449.995 38.0273 449.993 38.05 449.993 38.05C449.993 38.2245 449.913 38.365 449.786 38.4579C449.786 38.5327 449.771 38.6256 449.723 38.7208C449.703 38.9995 449.616 39.1423 449.397 39.3734C449.342 39.5434 449.299 39.6884 449.263 39.8107C449.166 40.1461 449.088 40.4022 448.905 40.6447C448.812 41.0254 448.511 41.3245 448.239 41.5919C448.214 41.6168 448.182 41.6486 448.15 41.6825C448.218 41.9137 448.279 42.2581 448.053 42.5233C447.944 42.6524 447.804 42.7249 447.631 42.7431C447.625 42.7521 447.618 42.7589 447.613 42.768C447.674 42.7703 447.733 42.7839 447.792 42.8088C447.921 42.8632 448.023 42.9606 448.082 43.0807C448.139 43.1079 448.193 43.1442 448.239 43.1918C448.347 43.3005 448.402 43.4433 448.402 43.5838C448.402 43.7243 448.347 43.8671 448.239 43.9758C448.146 44.0687 448.134 44.1435 448.134 44.1481V44.3792C448.134 44.5809 448.107 44.7418 448.042 44.8664C448.069 44.9072 448.091 44.9525 448.107 45.0024C448.309 45.127 448.4 45.3559 448.4 45.7049C448.4 45.8522 448.341 45.9926 448.236 46.0969L448.114 46.2193C448.048 46.6181 447.797 46.7903 447.312 46.7903C447.208 46.7903 447.112 46.7631 447.031 46.7133C447.026 46.7246 447.02 46.7359 447.015 46.7473L446.276 48.2202C446.274 48.7324 446.242 49.147 445.85 49.5413C445.662 49.7294 445.297 49.7204 445.297 49.7204C445.245 49.9062 445.159 50.0286 445.062 50.1056C445.073 50.1917 445.075 50.305 445.046 50.4274C445.189 50.7152 445.189 51.0256 445.046 51.3157C445.066 51.3474 445.084 51.3837 445.098 51.4199C445.209 51.6896 445.15 52.0001 444.939 52.2856C444.892 52.6119 444.729 52.7955 444.423 52.8589C444.423 53.0085 444.364 53.149 444.259 53.2532C444.164 53.3484 444.155 53.405 444.155 53.6543C444.155 53.8016 444.096 53.9421 443.992 54.0463C443.949 54.0894 443.908 54.1392 443.865 54.1959C444.244 54.0871 444.685 54.316 444.685 54.7148V56.0405C444.685 56.3396 444.45 56.5821 444.153 56.5957C444.146 57.3344 443.831 57.5814 443.512 57.6404C443.41 57.8012 443.249 57.9214 443.067 57.9214H442.805C442.766 58.1162 442.689 58.2431 442.546 58.404C442.481 58.8051 442.229 58.9819 441.742 58.9819C441.529 58.9819 441.343 58.8618 441.25 58.685C441.019 59.0023 440.761 59.2493 440.489 59.4079L440.178 59.7184V60.0175C440.178 60.2192 440.072 60.3937 439.911 60.4934V60.5478C439.911 60.695 439.852 60.8355 439.748 60.9398L439.217 61.4701C439.029 61.6559 438.719 61.6491 438.515 61.6015C438.438 61.6241 438.358 61.6309 438.279 61.6332C438.182 61.8122 438.023 61.989 437.747 62.0842C437.695 62.2111 437.595 62.3153 437.47 62.3742C437.382 62.5623 437.189 62.6915 436.967 62.6915C436.659 62.6915 436.412 62.4422 436.412 62.1363V61.606C436.412 61.5222 436.43 61.4383 436.466 61.3658C436.145 61.3862 435.884 61.2888 435.753 61.1007H435.644C435.444 61.1007 435.268 60.9942 435.17 60.8355H434.848C434.701 60.8355 434.561 60.7766 434.456 60.6724C434.391 60.6067 434.325 60.5727 434.202 60.5115C434.098 60.4594 433.974 60.3982 433.844 60.3007C433.613 60.2894 433.335 60.2396 433.056 60.0401H432.462C432.403 60.0401 432.342 60.0311 432.285 60.0107L430.781 59.5076H429.281C429.009 59.5076 428.784 59.315 428.734 59.0567C428.653 59.0793 428.578 59.0861 428.517 59.0861C428.297 59.0861 428.111 59.0045 427.948 58.8912C427.871 58.9434 427.783 58.9751 427.69 58.9751C427.227 58.9751 426.593 58.9751 426.491 59.0771C426.387 59.1813 426.246 59.2402 426.097 59.2402C425.521 59.2402 424.961 59.1496 424.418 59.0635C423.649 58.9411 422.926 58.8233 422.228 58.9638C422.047 58.9977 421.859 58.9434 421.728 58.8119C421.666 58.7507 421.614 58.6964 421.569 58.6465C421.433 58.6873 421.265 58.7099 421.061 58.7099C420.817 58.7099 420.724 58.7371 420.631 58.7643C420.375 58.8391 420.182 58.8572 419.806 58.7553C419.575 58.9343 419.199 59.1586 418.716 59.0068C418.469 59.2266 418.032 59.2108 417.801 58.9728H417.558C417.52 59.0363 417.47 59.0907 417.408 59.1337C417.263 59.238 417.075 59.2651 416.908 59.2108C416.704 59.1428 416.566 59.1518 416.407 59.1632C416.069 59.1858 415.698 59.1677 415.421 58.7417C415.145 59.0023 414.83 59.2402 414.433 59.2402H413.107C412.858 59.2402 412.799 59.2493 412.706 59.3422C412.362 59.6844 412.226 59.7705 411.782 59.7705C411.639 59.8793 411.421 59.9903 411.014 60.0243V60.2758C411.014 60.4231 410.955 60.5636 410.85 60.6679L410.32 61.1981C410.132 61.3862 409.84 61.4111 409.624 61.2729C409.552 61.359 409.477 61.427 409.4 61.4836C409.375 61.5743 409.328 61.6604 409.257 61.7284C409.164 61.819 409.153 61.8961 409.153 61.9006C409.153 62.1408 409.001 62.3198 408.775 62.3946C408.5 62.4853 408.437 62.551 408.328 62.6575C408.197 62.7889 408.054 62.9181 407.816 63.0382C407.793 63.1447 407.741 63.2421 407.664 63.3214C407.551 63.437 407.424 63.5118 407.309 63.5775C407.483 63.7067 407.562 63.9265 407.562 64.2551C407.562 64.4024 407.503 64.5429 407.399 64.6471C407.347 64.6992 407.293 64.7513 407.238 64.8012C407.277 64.876 407.297 64.9598 407.297 65.0505C407.297 65.5762 407.297 66 406.966 66.3988C406.98 66.4056 406.994 66.4124 407.007 66.4192C407.091 66.3104 407.186 66.2084 407.281 66.111C407.37 65.8187 407.642 65.5558 408.331 65.5558C408.639 65.5558 408.886 65.8051 408.886 66.111C408.886 66.4373 408.718 66.6367 408.621 66.7387V66.9064C408.621 67.0537 408.562 67.1965 408.457 67.3007L408.19 67.5658C408.131 67.6248 408.061 67.6701 407.984 67.695C407.873 67.8196 407.728 67.9715 407.508 68.0848C407.54 68.1981 407.56 68.334 407.56 68.4949C407.56 68.9912 407.377 69.2427 406.957 69.3017C406.864 69.4626 406.697 69.5713 406.502 69.5804V69.8206C406.502 70.0449 406.366 70.2489 406.16 70.335C406.026 70.3917 405.879 70.3917 405.747 70.3395C405.636 70.3871 405.532 70.4188 405.434 70.4347C405.419 70.548 405.364 70.6568 405.278 70.7452L405.013 71.0103C404.909 71.1145 404.768 71.1735 404.621 71.1735C404.514 71.1825 404.138 71.357 403.95 71.5428C403.835 71.6584 403.687 71.7196 403.52 71.7015C403.288 71.9099 403.132 71.9689 402.765 71.9689C402.749 71.9689 402.74 71.9689 402.736 71.9643C402.706 71.9915 402.672 72.0278 402.629 72.0708L402.527 72.2091C402.527 72.3201 402.493 72.4266 402.434 72.5172C402.434 72.5195 402.434 72.524 402.436 72.5263C402.523 72.7325 402.523 72.9727 402.364 73.1336L402.099 73.3988C402.006 73.4917 401.997 73.5506 401.997 73.7999C401.997 73.9472 401.938 74.0899 401.834 74.1942L401.566 74.4593C401.396 74.6292 401.14 74.6655 400.934 74.5658C400.923 74.5771 400.909 74.5885 400.895 74.5998C400.805 74.8898 400.533 75.1504 399.849 75.1504H399.824C399.762 75.3181 399.66 75.4314 399.597 75.4972C399.577 75.6037 399.524 75.7034 399.445 75.7804C399.148 76.0773 398.847 76.3809 398.808 76.4874C398.808 76.6347 398.754 76.739 398.65 76.8432L398.385 77.1083C398.26 77.233 398.092 77.2874 397.927 77.267C397.907 77.3078 397.882 77.3463 397.854 77.3735C397.795 77.4324 397.743 77.4845 397.693 77.5276C397.764 77.6681 397.773 77.838 397.709 77.9876C397.626 78.1915 397.428 78.3252 397.206 78.332C397.193 78.3592 397.177 78.3887 397.161 78.4227C397.084 78.5768 396.989 78.7694 396.792 78.9643L395.996 79.7597C395.792 79.9636 395.45 79.9817 395.176 79.8141C395.151 79.8254 395.124 79.8367 395.094 79.8458C395.094 79.8616 395.097 79.8798 395.097 79.8979V80.163C395.097 80.5347 394.877 80.8814 394.566 81.0808V81.2236C394.566 81.4638 394.412 81.6745 394.186 81.7516C393.465 81.9918 393.157 82.1708 392.973 82.6467V82.8166C392.973 83.016 392.867 83.1928 392.708 83.2902V83.3469C392.708 83.6551 392.459 83.9021 392.153 83.9021C392.137 83.9021 392.128 83.9021 392.123 83.8976C392.096 83.9248 392.062 83.961 392.017 84.0041C391.82 84.2012 391.609 84.412 391.364 84.5479C391.339 84.6431 391.29 84.7292 391.222 84.7995L390.834 85.187C390.78 85.511 390.605 85.6855 390.281 85.7399L389.896 86.1251C389.855 86.1659 389.821 86.1999 389.794 86.2271C389.785 86.6826 389.706 86.8367 389.438 87.1131C389.524 87.3194 389.524 87.5596 389.366 87.7182C389.168 87.9153 388.976 88.0105 388.822 88.0876C388.702 88.1487 388.634 88.1827 388.568 88.2484C388.559 88.2575 388.55 88.2666 388.541 88.2734C388.536 88.4615 388.457 88.6858 388.248 88.9441C388.228 88.9691 388.21 88.9917 388.192 89.0144C388.149 89.2455 387.963 89.4268 387.73 89.4631C387.659 89.556 387.578 89.6353 387.51 89.7055C387.473 89.7418 387.426 89.7894 387.396 89.8234C387.344 90.0749 387.12 90.2653 386.853 90.2653H386.816L386.714 90.3672C386.683 90.399 386.649 90.4262 386.612 90.4466V90.5032C386.612 90.6505 386.553 90.791 386.449 90.8952C386.32 91.0244 386.107 91.2374 386.08 91.3281V91.5637C386.082 91.711 386.023 91.8538 385.919 91.958C385.674 92.2028 385.216 92.6605 384.994 93.329C384.981 93.3676 384.965 93.4061 384.942 93.4401L384.324 94.4689C384.421 94.4915 384.514 94.5414 384.591 94.6162L384.858 94.8813C384.963 94.9855 385.022 95.126 385.022 95.2756C385.022 95.7243 384.933 95.8602 384.591 96.2002L384.326 96.4653C384.024 96.7667 383.41 96.7463 383.191 96.0982C383.093 96.1005 382.996 96.0891 382.91 96.0506C382.794 96.0937 382.685 96.1027 382.549 96.1005C382.529 96.1344 382.504 96.1662 382.474 96.1956L382.601 96.3883C382.755 96.3384 382.921 96.3316 383.023 96.3316H383.138L383.22 96.4132C383.592 96.7848 383.592 97.229 383.22 97.6006L383.138 97.6822H383.027C383.061 97.6822 383.027 97.7502 383.007 97.7955C382.941 97.9269 382.839 98.1331 382.626 98.1943L381.974 98.8447V99.5381H381.153V99.3455C381.117 99.3863 381.085 99.4361 381.038 99.4633C381.038 99.4815 381.04 99.4996 381.04 99.5177V99.7829C381.04 100.091 380.791 100.338 380.485 100.338H379.687C379.671 100.338 379.662 100.338 379.658 100.334C379.63 100.361 379.597 100.397 379.551 100.44C379.506 100.485 379.451 100.524 379.395 100.551C379.34 100.667 379.245 100.762 379.13 100.816C379.073 100.939 378.971 101.036 378.846 101.088C378.822 101.147 378.79 101.199 378.754 101.235L378.371 101.618C378.312 102.094 378.08 102.421 377.79 102.588C377.747 102.702 377.682 102.788 377.591 102.853V102.964C377.591 103.236 377.398 103.461 377.142 103.511C377.142 103.653 377.122 103.81 377.045 103.957C377.018 104.12 376.961 104.29 376.902 104.467C376.866 104.578 376.802 104.764 376.798 104.827C376.784 105.011 376.68 105.183 376.533 105.283V105.351C376.533 105.382 376.53 105.414 376.524 105.446C376.528 105.498 376.533 105.555 376.533 105.616C376.533 106.287 376.283 106.561 376 106.658C375.925 106.756 375.851 106.871 375.774 106.987C375.629 107.204 375.479 107.429 375.307 107.601C375.268 107.639 375.214 107.805 375.178 107.914C375.101 108.147 375.003 108.437 374.779 108.661C374.733 108.707 374.681 108.743 374.625 108.77C374.473 109.092 373.968 109.171 373.723 108.922L373.718 108.927C373.666 108.979 373.607 109.019 373.539 109.047C373.544 109.058 373.551 109.069 373.555 109.081C373.641 109.253 373.632 109.457 373.53 109.622C373.433 109.779 373.267 109.876 373.084 109.885V110.39C373.084 110.538 373.025 110.678 372.921 110.782L372.268 111.433C372.268 111.433 372.268 111.437 372.266 111.442H372.413L372.427 112.251H371.871V112.151C371.824 112.194 371.778 112.23 371.74 112.26C371.806 112.459 371.74 112.754 371.593 112.904C371.173 113.323 370.96 113.726 370.96 114.1C370.96 114.322 370.831 114.512 370.643 114.603C370.616 114.66 370.58 114.712 370.534 114.757C370.439 114.852 370.43 114.909 370.43 115.161C370.43 115.46 370.194 115.702 369.898 115.716C369.898 115.72 369.898 115.723 369.898 115.723V115.956C369.898 116.103 369.841 116.244 369.737 116.348C369.61 116.475 369.472 116.613 369.37 116.722C369.376 116.876 369.32 117.03 369.209 117.143C369.168 117.184 369.114 117.347 369.077 117.456C369.034 117.588 368.984 117.735 368.91 117.88C368.932 118.059 368.891 118.236 368.833 118.394C368.846 118.403 368.86 118.412 368.873 118.421C368.969 118.492 369.041 118.589 369.077 118.698C369.116 118.723 369.152 118.752 369.184 118.784C369.211 118.791 369.24 118.8 369.27 118.813C369.478 118.9 369.635 119.176 369.635 119.403V119.668C369.635 119.974 369.385 120.223 369.08 120.223H368.726C368.66 120.334 368.561 120.443 368.413 120.59C368.382 120.622 368.348 120.649 368.309 120.672V120.728C368.309 121.048 368.141 121.315 367.869 121.429C367.756 121.476 367.634 121.492 367.511 121.481C367.511 121.494 367.511 121.51 367.511 121.526V121.587C367.548 121.608 367.582 121.633 367.613 121.662C367.94 121.988 368.055 122.376 367.922 122.7C367.865 122.836 367.772 122.945 367.652 123.022C367.734 123.121 367.777 123.253 367.777 123.382V123.912C367.777 124.152 367.622 124.359 367.409 124.436C367.307 124.606 367.142 124.733 366.956 124.733H366.691C366.544 124.733 366.403 124.674 366.299 124.569C366.254 124.524 366.215 124.479 366.179 124.436C366.161 124.465 366.14 124.492 366.118 124.52C366.079 124.563 366.029 124.601 365.973 124.633C365.927 124.701 365.923 124.78 365.923 124.973C365.923 125.12 365.864 125.261 365.76 125.365C365.665 125.46 365.658 125.517 365.658 125.768C365.658 126.07 365.658 126.527 365.232 126.956L365.13 127.058V128.152C365.13 128.299 365.071 128.44 364.967 128.544L364.588 128.925C364.536 129.421 364.314 129.641 364.069 129.725C364.069 129.732 364.069 129.738 364.069 129.745C364.069 130.001 364.069 130.346 363.96 130.622C364.074 130.901 363.96 131.112 363.804 131.293V131.601C363.804 131.823 363.673 132.016 363.482 132.104C363.437 132.202 363.362 132.283 363.272 132.338V132.394C363.272 132.702 363.022 132.949 362.716 132.949C362.41 132.949 362.161 132.702 362.161 132.394C362 132.358 361.833 132.27 361.742 132.05C361.665 131.868 361.688 131.714 361.756 131.578C361.626 131.282 361.726 131.007 362.059 130.674C362.091 130.642 362.125 130.615 362.161 130.595V130.538C362.161 130.391 362.22 130.25 362.324 130.146C362.22 130.042 362.161 129.892 362.161 129.745C362.161 129.487 362.161 129.115 362.426 128.748V128.685C362.426 128.612 362.44 128.54 362.467 128.474C362.438 128.311 362.467 128.145 362.589 128.025C362.766 127.851 363.151 127.289 363.405 126.679C363.335 126.573 363.287 126.45 363.287 126.298C363.287 126.115 363.355 125.977 363.451 125.857C363.369 125.628 363.398 125.326 363.704 124.946C363.725 124.921 363.745 124.898 363.761 124.873C363.793 124.699 363.906 124.549 364.069 124.472C364.144 124.313 364.294 124.195 364.47 124.161C364.47 124.148 364.475 124.132 364.477 124.118C364.464 124.044 364.461 123.971 364.464 123.908C364.228 123.824 364.015 123.62 364.015 123.384C364.015 123.364 364.015 123.346 364.015 123.328C363.938 123.28 363.874 123.217 363.829 123.139C363.711 123.13 363.584 123.11 363.469 123.056C363.457 123.298 363.333 123.552 363.108 123.776C363.077 123.808 363.043 123.835 363.006 123.856V123.912C363.006 124.114 362.9 124.288 362.741 124.386C362.732 124.805 362.691 125.134 362.478 125.44V126.033C362.478 126.181 362.42 126.321 362.315 126.425C362.254 126.486 362.229 126.532 362.22 126.622C362.315 126.681 362.39 126.77 362.435 126.879C362.522 127.085 362.474 127.325 362.315 127.484C362.08 127.719 361.894 127.907 361.681 128.51V128.682C361.681 128.83 361.622 128.97 361.518 129.074C361.422 129.17 361.416 129.226 361.416 129.478C361.416 129.811 361.416 130.502 360.987 130.93C360.987 130.942 360.99 130.951 360.992 130.962C361.06 131.016 361.121 131.089 361.169 131.182C361.368 131.581 361.105 131.927 360.951 132.136C360.928 132.165 360.906 132.195 360.885 132.224V135.308C360.885 135.456 360.826 135.596 360.722 135.7L360.233 136.192C360.264 136.274 360.296 136.362 360.328 136.457C360.385 136.627 360.355 136.813 360.251 136.958C360.226 136.992 360.196 137.024 360.165 137.053C360.165 137.119 360.151 137.196 360.117 137.278C360.181 137.47 360.169 137.636 360.126 137.767C360.147 137.785 360.167 137.808 360.192 137.831C360.296 137.935 360.355 138.075 360.355 138.223C360.355 138.513 360.355 139.052 360.457 139.154C360.561 139.258 360.62 139.399 360.62 139.546V140.606C360.645 140.665 360.858 140.878 360.985 141.008C361.089 141.112 361.151 141.255 361.151 141.402V142.177C361.606 142.222 361.88 142.501 361.88 142.861C361.88 142.988 361.846 143.104 361.787 143.201C361.882 143.317 361.932 143.478 361.944 143.688C362.046 143.797 362.177 143.965 362.207 144.219C362.311 144.232 362.424 144.273 362.528 144.364C362.648 144.468 362.741 144.688 362.741 144.849C362.741 145.1 362.75 145.157 362.843 145.252C362.948 145.356 363.006 145.497 363.006 145.644V145.701C363.113 145.834 363.213 145.982 363.308 146.127C363.419 146.294 363.528 146.462 363.639 146.575C363.716 146.652 363.768 146.75 363.791 146.856C363.82 146.89 363.87 146.94 363.904 146.974C364.033 147.103 364.194 147.264 364.278 147.477C364.43 147.495 364.586 147.57 364.697 147.679C364.992 147.799 365.316 148.023 365.381 148.606C365.42 148.658 365.454 148.71 365.483 148.76C365.635 148.776 365.796 148.826 365.932 148.95C366.174 149.17 366.179 149.467 366.159 149.664C366.249 149.714 366.324 149.784 366.376 149.87C366.709 149.916 366.893 150.079 366.959 150.387H367.491C367.738 150.387 367.947 150.548 368.019 150.77C368.221 150.895 368.311 151.123 368.311 151.472V151.713H368.552C368.776 151.713 368.98 151.849 369.066 152.055C369.107 152.154 369.118 152.261 369.1 152.363C369.234 152.449 369.338 152.576 369.365 152.721C369.544 152.764 369.671 152.866 369.739 152.936C369.843 153.041 369.902 153.181 369.902 153.328C369.902 153.856 369.916 153.908 370.004 153.997L370.142 154.099C370.387 154.099 370.596 154.257 370.67 154.477C370.82 154.545 370.947 154.672 371.067 154.792C371.119 154.844 371.16 154.906 371.187 154.971C371.334 154.883 371.516 154.867 371.681 154.937C371.887 155.023 372.023 155.225 372.023 155.452C372.023 155.701 372.032 155.76 372.127 155.853C372.232 155.957 372.291 156.1 372.291 156.247C372.316 156.306 372.529 156.519 372.655 156.648C372.81 156.802 373.199 157.018 373.589 157.018C373.784 157.018 373.963 157.119 374.063 157.283C374.283 157.283 374.548 157.321 374.727 157.552C374.99 157.589 375.193 157.808 375.205 158.078H375.71C376.016 158.078 376.265 158.327 376.265 158.633C376.265 158.706 376.265 158.787 376.259 158.873C376.395 158.878 376.53 158.932 376.632 159.037C376.734 159.139 376.789 159.27 376.796 159.404C376.934 159.411 377.065 159.467 377.163 159.567L377.267 159.671C377.278 159.671 377.29 159.671 377.301 159.671H377.6L377.702 159.569C377.861 159.411 378.101 159.361 378.307 159.449C378.516 159.535 378.649 159.737 378.649 159.963V160.176C378.747 160.163 378.844 160.172 378.923 160.204C378.971 160.206 379.021 160.215 379.066 160.231C379.941 160.523 380.283 160.836 380.344 160.897C380.383 160.89 380.426 160.886 380.473 160.883C380.535 160.643 380.752 160.467 381.013 160.467H381.278C381.371 160.467 381.461 160.489 381.543 160.534C381.874 160.353 382.363 160.621 382.363 161.024V161.101C382.363 161.101 382.382 161.092 382.391 161.087C382.599 161.001 382.837 161.001 382.998 161.16C383.102 161.056 383.252 160.997 383.399 160.997H383.664C383.875 160.997 384.067 161.115 384.16 161.305C384.192 161.368 384.219 161.393 384.226 161.396C384.242 161.396 384.326 161.382 384.457 161.285C384.53 160.902 384.779 160.734 385.255 160.734C385.477 160.734 385.667 160.863 385.758 161.051C385.855 161.096 385.937 161.171 385.994 161.262H386.146C386.247 161.108 386.404 160.997 386.578 160.997H386.766C386.882 160.883 387.054 160.795 387.308 160.757C387.36 160.711 387.424 160.673 387.494 160.646C387.596 160.534 387.741 160.467 387.904 160.467H388.434C388.541 160.457 388.919 160.285 389.105 160.099C389.221 159.984 389.366 159.939 389.554 159.936C389.61 159.846 389.692 159.771 389.789 159.723C389.878 159.535 390.07 159.406 390.292 159.406H390.619C390.748 159.313 390.868 159.252 390.972 159.2C391.095 159.139 391.16 159.105 391.226 159.039C391.296 158.969 391.387 158.917 391.484 158.894C392.284 158.694 393.288 158.302 394.671 156.918C394.716 156.872 394.75 156.841 394.777 156.811C394.811 156.524 395.047 156.224 395.33 156.224H395.595C395.606 156.224 395.618 156.224 395.629 156.224L396.261 155.59C396.443 155.411 396.626 155.307 396.785 155.245C397.075 154.697 397.512 154.593 397.768 154.534C397.893 154.226 398.149 153.97 398.38 153.736L398.648 153.469C398.752 153.365 398.892 153.306 399.042 153.306C399.323 153.306 399.477 153.104 399.699 152.771C399.796 152.624 399.887 152.497 399.975 152.411C400.053 152.334 400.15 152.281 400.254 152.259C400.288 152.229 400.338 152.179 400.372 152.145C400.449 152.068 400.537 151.98 400.642 151.903C400.757 151.287 401.163 150.797 401.804 150.514C401.804 150.493 401.804 150.469 401.804 150.448C401.804 149.909 402.04 149.705 402.253 149.632C402.407 149.53 402.566 149.492 402.681 149.462C402.717 149.503 402.733 149.462 402.731 149.354C402.731 149.206 402.79 149.066 402.894 148.962L403.529 148.329V147.765C403.529 147.459 403.778 147.21 404.084 147.21C404.084 146.904 404.306 146.68 404.614 146.68C404.675 146.648 404.929 146.401 405.192 146.138C405.487 145.313 405.799 144.998 406.078 144.722C406.323 144.477 406.781 144.019 407.003 143.348C407.03 143.267 407.077 143.192 407.136 143.131C407.852 142.417 408.661 141.608 408.888 141.155C408.915 141.101 408.949 141.053 408.992 141.01L409.523 140.48C409.615 140.387 409.624 140.328 409.624 140.078C409.624 139.775 409.624 139.317 410.053 138.889C410.157 138.785 410.298 138.726 410.445 138.726C410.42 138.114 410.76 137.636 411.063 137.214C411.247 136.956 411.421 136.711 411.508 136.455C411.535 136.373 411.582 136.299 411.644 136.235L412.176 135.705C412.144 135.528 412.144 135.206 412.441 134.91C412.545 134.805 412.686 134.746 412.833 134.746C412.808 134.508 412.913 134.295 412.999 134.125C413.026 134.071 413.067 133.987 413.073 133.958C413.073 133.763 413.146 133.534 413.432 133.4C413.497 133.301 413.597 133.224 413.715 133.183C413.821 133.147 413.824 133.147 413.882 132.911C413.95 132.641 414.071 132.159 414.642 131.907L414.735 131.814C414.884 131.422 415.049 131.234 415.219 131.064C415.326 130.957 415.392 130.892 415.482 130.62C415.51 130.538 415.555 130.463 415.616 130.402C415.913 130.105 416.056 129.999 416.382 129.979C416.516 129.623 416.735 129.285 416.944 129.077L417.05 128.968C417.069 128.687 417.146 128.342 417.474 128.014C417.576 127.912 417.576 127.37 417.576 127.08V126.815C417.576 126.722 417.599 126.632 417.644 126.55C417.565 126.405 417.554 126.23 417.619 126.072C417.667 125.956 417.751 125.861 417.857 125.802C417.882 125.612 417.939 125.478 418.009 125.369V125.143C417.427 125.115 417.3 124.952 417.3 124.257V123.978H418.283C418.29 123.951 418.295 123.921 418.304 123.896C418.458 123.522 418.999 123.459 419.437 123.45V122.904L419.978 123.445H420.212L420.094 123.561L420.237 123.704H420.4V123.867L420.787 124.257H421.78L420.957 125.081L420.973 125.097V125.213C420.973 126.165 420.973 127.148 420.436 127.685L420.062 128.059V129.047C420.434 129.092 420.518 129.265 420.518 129.768V130.226H419.835C419.835 130.346 419.829 131.207 419.781 131.311L419.976 131.592L419.666 132.104C420.114 133.142 419.942 134.137 419.108 135.388L418.92 135.671L418.029 134.78L418.288 134.522H417.501V135.304C417.501 135.551 417.37 135.687 417.288 135.768L416.792 136.276C416.745 136.41 416.654 136.525 416.522 136.591C416.509 136.598 416.495 136.605 416.482 136.611C416.532 136.7 416.563 136.799 416.563 136.888C416.563 137.128 416.52 137.309 416.43 137.441C416.473 137.534 416.502 137.627 416.522 137.717C416.584 137.747 416.638 137.79 416.683 137.837C416.742 137.86 416.794 137.889 416.84 137.923C417.05 137.937 417.236 138.068 417.318 138.266C417.404 138.474 417.356 138.712 417.198 138.871L416.933 139.136C416.828 139.24 416.688 139.299 416.541 139.299H416.171C416.115 139.376 416.042 139.439 415.956 139.473C415.75 139.56 415.51 139.56 415.349 139.401L415.244 139.297C415.147 139.301 415.056 139.283 414.972 139.245V139.274C414.972 139.532 414.972 139.902 414.707 140.271V140.865C414.707 141.012 414.648 141.155 414.542 141.259C414.447 141.352 414.44 141.411 414.44 141.66V142.19C414.44 142.338 414.381 142.478 414.277 142.583C414.272 142.666 414.322 142.714 414.399 142.75C414.517 142.809 414.608 142.904 414.657 143.02C414.723 143.02 414.793 143.036 414.868 143.067C415.238 143.219 415.238 143.595 415.238 143.777C415.238 144.223 415.151 144.357 414.812 144.699C414.707 144.803 414.565 144.862 414.417 144.862H414.018C414.018 145.164 413.898 145.481 413.708 145.757C413.713 145.766 413.717 145.773 413.722 145.782C413.808 145.952 413.912 146.165 413.912 146.428V146.693C413.912 146.893 413.805 147.069 413.647 147.167V147.223C413.647 147.371 413.588 147.511 413.484 147.616L413.117 148.019C413.117 148.2 413.117 148.576 412.747 148.728C412.647 148.769 412.557 148.78 412.475 148.773C412.432 148.855 412.378 148.919 412.308 148.968C412.326 149.061 412.321 149.159 412.289 149.252C412.172 149.605 412.201 149.673 412.221 149.718C412.258 149.802 412.319 149.941 412.319 150.138C412.319 150.371 412.237 150.564 412.158 150.722C412.219 150.822 412.253 150.94 412.253 151.067C412.253 151.255 412.178 151.42 412.054 151.543V151.731C412.054 152.227 411.687 152.594 411.36 152.918C411.202 153.077 410.961 153.124 410.755 153.038C410.556 152.957 410.422 152.764 410.413 152.551C410.363 152.551 410.311 152.54 410.263 152.524C410.273 152.565 410.277 152.608 410.277 152.655C410.277 152.848 410.196 153.027 410.037 153.186C409.971 153.251 409.937 153.317 409.876 153.437C409.826 153.539 409.767 153.657 409.677 153.779C409.828 153.94 409.935 154.21 409.935 154.647V154.704C410.094 154.801 410.2 154.978 410.2 155.177V156.299C410.393 156.567 410.447 156.836 410.461 157.063L410.835 157.437C410.878 157.48 410.912 157.514 410.939 157.541C411.084 157.555 411.276 157.614 411.365 157.702L411.467 157.804H411.766C411.854 157.804 411.938 157.824 412.011 157.861C412.206 157.675 412.434 157.516 412.747 157.647C412.883 157.704 412.969 157.79 413.021 157.885C413.203 157.969 413.311 158.119 413.357 158.343C413.692 158.373 413.916 158.461 414.086 158.636C414.157 158.663 414.222 158.706 414.277 158.76C414.381 158.656 414.535 158.599 414.682 158.599C415.151 158.599 415.403 158.762 415.478 159.136C415.684 159.17 415.89 159.306 415.983 159.485C416.078 159.54 416.164 159.614 416.221 159.701C416.321 159.741 416.402 159.809 416.464 159.893C416.513 159.868 416.568 159.848 416.631 159.834C416.792 159.803 416.942 159.834 417.08 159.923C417.22 159.923 417.359 159.979 417.465 160.086C417.574 160.195 417.628 160.337 417.628 160.478C417.628 160.618 417.574 160.761 417.465 160.87C417.429 160.906 417.406 160.936 417.39 160.974C417.395 160.974 417.402 160.974 417.406 160.974C417.531 160.883 417.649 160.825 417.751 160.772C417.873 160.711 417.939 160.677 418.007 160.609C418.165 160.451 418.408 160.403 418.612 160.489C418.82 160.575 418.954 160.777 418.954 161.004V161.534C418.954 161.656 418.915 161.77 418.847 161.862C418.929 161.989 418.992 162.134 419.015 162.311C419.058 162.318 419.101 162.329 419.142 162.347C419.267 162.399 419.364 162.492 419.423 162.606C419.579 162.71 419.801 162.871 419.94 163.122C420.033 163.109 420.137 163.102 420.252 163.102C420.561 163.102 420.808 163.351 420.808 163.657V163.691L421.03 163.911C421.202 163.94 421.395 164.024 421.494 164.262C421.626 164.579 421.465 164.808 421.279 165.005C421.383 165.053 421.469 165.13 421.526 165.225C422.065 165.155 422.43 165.579 422.768 165.914C422.829 165.975 422.877 166.05 422.901 166.132C422.956 166.166 423.001 166.207 423.04 166.254C423.228 166.086 423.445 165.946 423.717 165.81C423.812 165.762 423.919 165.747 424.021 165.753C424.082 165.654 424.173 165.574 424.284 165.529C424.404 165.479 424.533 165.475 424.653 165.509C424.819 165.427 425.048 165.336 425.274 165.427C425.315 165.162 425.546 164.958 425.822 164.958C426.187 164.958 426.344 165.017 426.577 165.225C426.661 165.219 426.747 165.232 426.831 165.266C427.039 165.352 427.173 165.554 427.173 165.78V165.941C427.497 166.012 427.821 166.197 428.073 166.449C428.202 166.58 428.254 166.759 428.227 166.927C428.374 166.868 428.576 166.868 428.721 166.927C428.694 166.757 428.746 166.578 428.875 166.447L429.14 166.182C429.244 166.077 429.387 166.018 429.534 166.018C429.709 166.018 430.065 166.018 430.228 166.347C430.262 166.358 430.293 166.374 430.325 166.392C430.545 166.528 430.674 166.771 430.593 167.016C430.529 167.204 430.536 167.317 430.579 167.421C430.74 167.328 430.937 167.321 431.105 167.403L431.18 167.328L431.141 167.297C431 167.181 431.001 167.018 431.001 166.848V166.569H431.717C431.791 166.474 431.875 166.401 431.939 166.361C431.966 166.295 432.007 166.234 432.059 166.182L432.297 165.944C432.251 165.855 432.229 165.753 432.229 165.647C432.229 165.606 432.231 165.567 432.238 165.529C432.19 165.447 432.161 165.35 432.161 165.248V164.983C432.161 164.772 432.279 164.579 432.469 164.487C432.895 164.274 432.967 164.138 432.967 164.138C432.958 163.689 432.958 163.292 433.23 162.916C433.133 162.683 433.054 162.402 433.23 162.125C433.282 162.044 433.346 161.983 433.414 161.935C433.414 161.556 433.582 161.309 433.754 161.128C433.776 160.26 434.001 159.497 434.216 158.758C434.338 158.339 434.465 157.91 434.558 157.448C434.647 157.172 434.672 156.906 434.699 156.623C434.749 156.111 434.808 155.502 435.166 154.937C435.109 154.849 435.079 154.747 435.079 154.64C435.079 154.201 435.079 153.498 435.623 153.328C435.472 152.936 435.528 152.635 435.771 152.392C435.864 152.297 435.873 152.241 435.873 151.989C435.873 151.694 436.04 151.479 436.156 151.334C436.145 151.289 436.138 151.241 436.138 151.194V150.355C435.979 150.174 435.866 149.961 435.984 149.682C436.029 149.573 436.092 149.496 436.165 149.444C436.197 149.263 436.262 149.068 436.403 148.873V148.547C436.403 148.221 436.571 148.021 436.668 147.919V147.486C436.668 147.223 436.775 147.01 436.858 146.841C436.863 146.834 436.865 146.825 436.87 146.818C436.634 146.462 436.709 146.156 437.094 145.769C437.185 145.678 437.198 145.626 437.198 145.1C437.198 144.402 437.466 143.759 437.747 143.079C437.951 142.589 438.161 142.082 438.268 141.545C438.288 141.436 438.343 141.338 438.42 141.261C438.386 141.291 438.39 141.189 438.39 141.123C438.39 140.874 438.39 140.495 438.685 140.201C438.952 139.933 438.991 139.827 438.993 139.825C438.975 139.761 438.943 139.573 439.054 139.36V138.211C439.054 137.989 439.131 137.758 439.247 137.407C439.342 137.119 439.471 136.734 439.598 136.219C439.623 136.122 439.673 136.031 439.745 135.961C439.788 135.918 439.822 135.884 439.85 135.857C439.863 135.714 439.918 135.528 440.004 135.438C440.017 135.27 440.09 135.102 440.162 134.941C440.221 134.808 440.298 134.631 440.378 134.406V133.704C440.378 133.563 440.43 133.432 440.518 133.335C440.434 133.212 440.378 133.076 440.378 132.909C440.378 132.85 440.387 132.791 440.405 132.734C440.48 132.51 440.534 132.328 440.577 132.179C440.67 131.859 440.745 131.608 440.912 131.377C440.933 131.016 441.008 130.797 441.066 130.615C441.128 130.434 441.171 130.303 441.171 129.994C441.171 129.754 441.325 129.543 441.551 129.466C441.583 129.455 441.61 129.446 441.631 129.437C441.631 129.432 441.631 129.426 441.631 129.421C441.617 129.231 441.597 128.95 441.703 128.58C441.715 128.152 441.798 127.946 441.894 127.755C441.939 127.667 441.968 127.608 441.968 127.343C441.968 127.284 441.977 127.225 441.996 127.169L442.496 125.487C442.496 125.34 442.555 125.199 442.66 125.095L442.861 124.893C443.088 124.438 443.299 124.007 443.509 123.418C443.455 123.235 443.484 123.035 443.6 122.822C443.636 122.754 443.663 122.704 443.589 122.482C443.532 122.312 443.561 122.127 443.666 121.981C443.75 121.866 443.872 121.789 444.01 121.762C444.01 121.617 444.031 121.46 444.11 121.311C444.173 120.959 444.389 120.543 444.62 120.243V119.919C444.62 119.772 444.679 119.632 444.783 119.527C444.824 119.487 444.858 119.453 444.885 119.425V119.124C444.885 119.065 444.896 119.006 444.914 118.949C445.057 118.519 445.2 118.231 445.309 118.016C445.354 117.925 445.408 117.814 445.417 117.778C445.417 117.2 445.417 116.586 445.775 116.158L445.848 116.01C445.689 115.736 445.723 115.487 445.948 115.201V114.884C445.948 114.825 445.957 114.766 445.975 114.71C446.045 114.501 446.07 114.27 446.097 114.028C446.154 113.518 446.224 112.894 446.741 112.283V112.233C446.741 112.174 446.75 112.115 446.768 112.058C446.895 111.68 446.958 111.426 447.022 111.172C447.085 110.914 447.151 110.656 447.271 110.288V110.112C447.271 109.871 447.425 109.661 447.652 109.584C447.679 109.575 447.702 109.566 447.722 109.559C447.72 109.439 447.733 109.291 447.806 109.142C447.829 108.657 447.949 108.41 448.062 108.215C448.066 107.834 448.325 107.515 448.599 107.232C448.606 106.765 448.656 106.377 449.025 106.008C449.064 105.969 449.127 105.833 449.127 105.339C449.127 104.984 449.22 104.755 449.428 104.63C449.503 104.172 449.678 103.767 449.836 103.397C450.018 102.974 450.19 102.575 450.19 102.158C450.19 102.01 450.249 101.87 450.353 101.766C450.378 101.741 450.398 101.716 450.412 101.695C450.344 101.476 450.376 101.192 450.643 100.841C450.632 100.685 450.693 100.551 450.743 100.465C450.686 100.275 450.731 100.062 450.881 99.9098L450.913 99.878C450.836 99.5585 450.858 99.3772 450.926 99.1416C450.953 99.0509 450.981 98.9557 450.981 98.711C450.981 98.6521 450.99 98.5909 451.01 98.5342C451.114 98.2238 451.216 97.9519 451.307 97.7207C451.395 97.4896 451.506 97.2018 451.513 97.1134C451.524 96.982 451.583 96.8188 451.676 96.7259C451.645 96.5491 451.645 96.2251 451.944 95.9305C452.127 95.7469 452.299 95.3708 452.311 95.2575C452.311 95.0059 452.311 94.6366 452.576 94.2672V94.2037C452.576 94.0564 452.635 93.9159 452.739 93.8117C452.805 93.746 452.839 93.6803 452.9 93.5579C452.977 93.4038 453.072 93.2112 453.269 93.0163L453.378 92.9053C453.408 92.4611 453.521 92.2277 453.63 92.0419C453.63 91.8946 453.693 91.7949 453.797 91.6906C453.886 91.6023 453.899 91.5501 453.899 91.0221C453.899 90.8749 453.958 90.7321 454.063 90.6278C454.155 90.5372 454.167 90.4602 454.167 90.4579C454.167 90.399 454.176 90.3718 454.194 90.3151C454.337 89.8823 454.482 89.5945 454.588 89.3792C454.634 89.2886 454.688 89.1775 454.697 89.1413C454.697 88.568 454.826 88.0309 455.062 87.6117C454.93 87.4395 454.849 87.2582 454.876 87.0429C454.915 86.7324 455.148 86.5942 455.236 86.5421C455.236 86.3948 455.284 86.2248 455.388 86.1206C455.517 85.9914 455.73 85.7761 455.76 85.6878C455.76 85.5405 455.816 85.4272 455.921 85.3229C455.962 85.2821 456.016 85.119 456.052 85.0102C456.109 84.8448 456.172 84.6499 456.288 84.4686V84.3916C456.288 84.0924 456.523 83.85 456.818 83.8364V83.5962C456.818 83.3967 456.925 83.22 457.083 83.1226V83.0659C457.083 82.6943 457.142 82.5379 457.36 82.3C457.391 81.9918 457.487 81.7901 457.613 81.6609V80.9448C457.613 80.7975 457.672 80.657 457.777 80.5528C457.87 80.4599 457.879 80.401 457.879 80.1494C457.879 79.6373 458.024 79.3563 458.219 79.209C458.422 78.2822 458.649 77.6839 458.941 77.2942V76.7027C458.941 76.458 459.034 76.2948 459.096 76.1883C459.15 76.0954 459.207 75.998 459.207 75.6422V75.3771C459.207 75.1368 459.361 74.9261 459.587 74.8491L459.59 74.8649ZM369.503 124.195C369.444 124.195 369.376 124.195 369.361 124.2C369.338 124.211 369.256 124.293 369.17 124.379L368.973 124.182L368.776 123.985L369.123 123.638H369.503V124.193V124.195ZM371.108 119.262L371.028 119.341C371.015 119.357 370.8 119.607 370.575 120.264C370.568 120.565 370.516 120.651 370.231 120.935L369.757 121.408V120.737C369.757 120.49 369.891 120.357 369.97 120.275C369.988 120.257 370.015 120.23 370.02 120.221V120.207H370.299L370.036 120.119C370.174 119.702 370.315 119.423 370.417 119.221C370.494 119.07 370.553 118.949 370.553 118.881H371.108V119.262ZM436.067 77.5185C436.067 78.0714 435.845 78.4136 435.632 78.7445C435.496 78.9552 435.354 79.1728 435.256 79.4651L435.188 79.5739C435.016 79.7461 435.005 79.9092 435.005 79.916C435.005 80.5211 434.184 80.5279 434.184 79.9092V79.7937L434.266 79.7121C434.341 79.6373 434.411 79.5671 434.436 79.5331L434.051 79.6509L433.919 79.7846V79.694L433.258 79.8979H433.543L433.196 80.2424C433.219 80.3625 433.199 80.503 433.067 80.6366L432.986 80.7182H432.87C432.791 80.7182 432.709 80.7182 432.632 80.7001C432.537 80.8383 432.378 80.938 432.202 80.972C432.109 81.0672 431.993 81.1941 431.977 81.2553L432.17 81.3505L432.195 81.5544C432.195 81.6111 432.179 81.6677 432.152 81.7176L432.73 82.2954L432.532 82.4926C432.378 82.6467 432.353 82.7894 432.351 82.9775L432.614 83.2427V84.2692L431.921 84.9626H431.819C431.814 85.2028 431.683 85.3343 431.606 85.4113C431.606 85.4113 431.601 85.4158 431.599 85.4181C431.821 85.6787 431.805 85.8464 431.553 86.1206V86.1569H432.34V86.4356C432.34 87.0723 432.322 87.4485 432.029 87.6479C431.982 87.7884 431.898 87.904 431.737 88.0626L431.655 88.1442H431.553V88.7765L431.472 88.858C431.386 88.9441 431.304 89.0257 431.293 89.0506C431.293 89.0574 431.291 89.0756 431.291 89.096C431.363 89.2047 431.399 89.3362 431.399 89.4812C431.399 89.8347 431.168 90.2222 430.939 90.4488L430.466 90.9179V90.3038C430.296 90.3695 430.228 90.5168 430.228 90.7819V90.8975L430.146 90.9791C429.908 91.2193 429.697 91.6884 429.697 91.8425V92.2232L429.616 92.3048C429.453 92.4679 429.285 92.554 429.154 92.5993C429.129 92.7557 429.065 92.8486 428.9 93.0186V93.1704C428.9 93.8276 428.9 94.2808 428.635 94.4417V95.1419L428.37 95.407V95.5589C428.37 95.8059 428.236 95.9396 428.157 96.0211C428.138 96.0393 428.111 96.0665 428.107 96.0755V96.3543L427.678 96.3679L427.576 96.4698V97.0567L427.422 97.1338H427.416L427.44 97.1633H427.363C426.924 97.3921 426.713 97.6119 426.484 98.0697L425.958 99.1257V98.2193L425.693 98.2102V98.0606C425.605 98.2011 425.508 98.3484 425.426 98.4821C425.122 98.9829 424.834 99.4565 424.381 99.9279C424.347 100.098 424.245 100.198 424.18 100.263C424.161 100.281 424.134 100.309 424.13 100.318V100.433L423.865 100.71V100.975L423.783 101.056C423.697 101.143 423.615 101.224 423.604 101.249C423.599 101.265 423.599 101.331 423.599 101.39C423.599 101.931 423.033 101.931 422.793 101.931C422.618 101.931 422.421 101.931 422.34 101.734C422.256 101.532 422.385 101.405 422.598 101.192C422.781 101.009 422.781 100.843 422.781 100.594C422.781 100.016 422.915 99.7851 423.003 99.631C423.044 99.5608 423.047 99.5517 423.047 99.5336V99.2549H423.312V99.1529L423.74 98.7246H423.856C424.2 98.7246 424.259 98.6679 424.261 98.6657C424.279 98.6271 424.275 98.4934 424.139 98.0765C424.05 98.1445 423.957 98.2329 423.869 98.3212V98.4708H423.593H423.314C423.305 98.4844 423.153 98.4844 423.062 98.4844C422.521 98.4844 422.521 97.9179 422.521 97.6777V97.3989H422.795C422.761 97.3989 422.795 97.3309 422.815 97.2879C422.865 97.1904 422.933 97.0522 423.051 96.9616V96.8936H422.677C422.625 97.0024 422.573 97.1134 422.532 97.2358L422.464 97.3445L421.852 97.9564H421.75V98.4866H420.93V97.4125C420.93 97.1655 421.064 97.0318 421.143 96.9502C421.161 96.9321 421.188 96.9049 421.193 96.8959V96.6171L421.458 96.6035C421.465 96.1526 421.87 96.0846 422.14 96.0733C422.256 95.9192 422.256 95.7673 422.256 95.5543C422.256 95.0037 422.256 94.4825 422.797 94.4802C422.811 94.3624 422.843 94.2695 422.883 94.1969C422.793 94.2332 422.693 94.24 422.534 94.24C422.199 94.24 422.015 94.3692 422.015 94.4915V94.6071L421.75 94.8722V95.5657H421.472C421.381 95.5657 421.231 95.5657 421.188 95.5883V95.7039L420.678 96.2115L420.481 96.0166C420.341 95.8761 420.239 95.7764 420.209 95.6427C420.187 95.6563 420.164 95.6722 420.144 95.6903C420.055 96.0755 419.618 96.1118 419.434 95.8693C419.371 95.7855 419.337 95.6767 419.337 95.5543C419.33 95.5611 419.269 95.5657 419.201 95.5657L418.542 96.2274V95.5543C418.542 95.4456 418.542 95.2733 418.589 95.117L418.406 95.3028H418.301V96.0982H418.004C417.961 96.241 417.873 96.3157 417.712 96.3452C417.617 96.5242 417.422 96.5899 417.241 96.6126V96.9956L416.282 97.9541H416.167C416.056 97.9541 415.913 98.0946 415.913 98.2057C415.913 98.5728 415.813 98.7155 415.505 98.7427C415.525 98.7631 415.546 98.7835 415.566 98.8062L415.648 98.8878V99.0033C415.648 99.2503 415.514 99.384 415.435 99.4656C415.417 99.4837 415.389 99.5109 415.385 99.52V99.6356L415.303 99.7307C415.104 99.9302 414.855 100.179 414.855 100.329C414.855 100.741 414.73 100.868 414.324 100.871V100.973L414.243 101.054C414.152 101.145 414.064 101.267 413.95 101.424C413.733 101.72 413.434 102.128 412.917 102.645L412.339 103.522H412.147C412.181 103.59 412.201 103.671 412.201 103.773V104.052H411.936V104.684L411.406 105.215V105.48L410.606 106.28C410.588 106.504 410.515 106.622 410.345 106.672V107.071L410.08 107.336V107.764H409.801C409.398 107.764 408.961 108.231 408.738 108.899L408.67 109.008C408.539 109.14 408.396 109.282 408.287 109.398L408.208 109.695C408.045 110.184 407.78 110.359 407.567 110.501C407.39 110.619 407.259 110.705 407.159 110.982C407.145 111.508 406.91 111.693 406.719 111.845C406.574 111.961 406.447 112.058 406.352 112.348L406.284 112.457L405.564 113.175C405.523 113.753 405.176 114.059 404.773 114.284V114.762L404.24 115.294C404.229 115.528 404.175 115.621 403.966 115.834C403.909 116.13 403.662 116.398 403.372 116.484C403.221 116.842 403.017 117.046 402.835 117.229C402.647 117.418 402.484 117.581 402.373 117.916L402.305 118.025C402.151 118.179 401.938 118.322 401.729 118.462C401.546 118.585 401.358 118.709 401.242 118.823L401.061 119.004V119.156C401.061 119.511 401.018 119.579 400.714 119.881L399.733 120.862C399.726 121.003 399.692 121.136 399.538 121.2C399.513 121.209 399.491 121.216 399.468 121.22V121.274C399.468 121.898 399.13 122.26 398.552 122.321H399.064L397.852 123.534V123.003L397.057 123.801V122.473L396.792 122.738V122.38C396.696 122.417 396.597 122.439 396.497 122.41C396.549 122.573 396.549 122.752 396.549 122.865V123.409H396.27C396.121 123.409 395.872 123.658 395.672 123.858L395.221 124.309V124.837L394.793 125.265H394.691V125.795H393.991C393.857 125.906 393.728 125.972 393.61 126.031C393.549 126.063 393.492 126.09 393.438 126.124C393.442 126.156 393.442 126.187 393.438 126.217C393.417 126.409 393.268 126.505 393.168 126.568C393.141 126.586 393.098 126.613 393.087 126.627C393.102 126.926 392.842 127.209 392.57 127.486V128.444H392.083C391.824 128.54 391.725 128.657 391.614 128.798C391.484 128.961 391.33 129.158 390.961 129.222C390.929 129.383 390.843 129.48 390.632 129.691C389.909 130.18 389.384 130.883 389.11 131.703L389.073 131.812L388.969 131.864C388.491 132.102 388.271 132.322 388.033 132.8L387.981 132.872L387.186 133.668C386.889 133.965 386.583 134.008 386.318 134.014C386.261 134.091 386.22 134.171 386.175 134.259C386.102 134.402 386.021 134.565 385.858 134.728L385.776 134.81H385.511C385.355 134.962 385.264 135.03 385.126 135.057C385.094 135.215 385.008 135.313 384.797 135.524L384.324 135.997V135.868H384.07C383.941 135.868 383.734 136.056 383.553 136.237V136.663H382.966C382.855 136.933 382.581 137.207 382.144 137.642L382.062 137.724H381.681C381.695 137.735 381.695 137.887 381.695 137.978V138.093L381.613 138.175C381.527 138.261 381.446 138.343 381.432 138.368C381.43 138.381 381.43 138.449 381.43 138.508V138.787H381.151C380.736 138.787 380.609 138.66 380.609 138.245V137.599L380.875 137.334L380.904 136.53C381.069 136.201 381.344 135.648 381.221 135.526L381.14 135.444V135.329C381.14 135.03 381.344 134.742 381.613 134.604C381.552 134.225 381.668 134.003 381.772 133.801C381.858 133.634 381.935 133.489 381.935 133.208C381.935 132.827 382.246 132.517 382.547 132.215C382.678 132.084 382.719 131.959 382.83 131.583C382.876 131.427 382.932 131.236 383.012 131.001L383.066 130.835C383.061 130.606 383.123 130.294 383.555 130.094C383.632 129.829 383.845 129.598 384.07 129.373C384.092 129.224 384.147 129.056 384.206 128.879C384.258 128.721 384.324 128.524 384.324 128.438L384.337 128.349C384.616 127.515 384.904 127.214 384.933 127.18C385.117 126.996 385.117 126.831 385.117 126.582V126.466L385.536 126.065C385.828 125.918 385.989 125.693 386.012 125.548C386.023 125.48 386 125.46 385.991 125.451L385.794 125.254L386.336 124.71H386.44L386.454 124.37C386.723 123.561 387.011 123.244 387.269 122.983C387.335 122.781 387.383 122.618 387.424 122.478C387.528 122.127 387.594 121.9 387.775 121.687C387.827 121.358 388.081 120.88 388.572 120.577C388.625 120.171 388.853 119.942 389.042 119.754C389.225 119.57 389.357 119.437 389.357 119.156V119.04L389.703 118.693C389.907 118.489 390.152 118.242 390.152 118.095C390.152 117.742 390.417 117.452 390.694 117.173C390.746 116.878 390.981 116.622 391.224 116.377C391.278 116.047 391.534 115.566 392.028 115.267C392.058 115.14 392.117 115.027 392.169 114.92C392.221 114.818 392.273 114.714 392.273 114.648C392.273 114.1 392.502 113.833 392.701 113.599C392.849 113.429 392.985 113.266 393.084 112.969L393.152 112.86L394.659 111.351V111.202C394.659 110.848 394.942 110.329 395.409 110.01C395.321 109.586 395.473 109.4 395.677 109.21C395.79 109.103 395.908 108.995 395.998 108.727L396.066 108.618C396.266 108.419 396.515 108.17 396.515 108.02V107.741H396.783V107.583L396.937 107.506C397.36 107.293 397.85 106.599 398.108 105.847C398.133 105.491 398.428 105.197 398.713 104.911L398.795 104.829H398.847C398.833 104.786 398.824 104.746 398.824 104.703C398.824 104.589 398.872 104.505 398.922 104.446L398.799 104.326L398.983 104.116C399.173 103.928 399.432 103.669 399.432 103.517V103.239H399.71C399.765 103.239 399.803 103.236 399.828 103.232C399.833 102.992 399.869 102.668 400.352 102.48L401.29 101.544C401.294 101.278 401.335 100.97 401.634 100.669C401.877 100.424 402.083 99.9641 402.083 99.8055C402.083 99.3931 402.468 99.0056 402.878 98.9965C402.883 98.7994 403.007 98.643 403.109 98.5184C403.148 98.4708 403.211 98.3915 403.218 98.362L403.137 98.2804L403.141 97.8363L404.503 96.4744C404.795 95.654 405.357 95.0898 406.13 94.317C406.524 93.9227 406.778 93.6078 407.046 93.2724C407.297 92.9597 407.556 92.6356 407.927 92.2572C407.986 91.9331 408.281 91.6385 408.822 91.3598L409.402 90.7797H409.518C409.67 90.7797 409.917 90.5327 410.116 90.3333L411.258 89.1889H411.639C411.748 89.1889 411.949 89.0212 412.187 88.5476L412.249 88.466L415.231 85.7693L421.329 82.8529L426.863 79.1592L432.306 76.6823V76.4625H432.571V76.4195L432.807 76.4534L432.861 76.4285L432.886 76.4625H434.062L434.189 76.3356V76.6506L434.839 76.7435L434.855 76.7276H436.045V77.5344L436.067 77.5185Z\" fill=\"white\"><\/path><path d=\"M430.821 87.8086C430.836 87.8267 430.855 87.8471 430.87 87.8652C430.877 87.8652 430.882 87.863 430.889 87.8607C430.873 87.8426 430.857 87.8267 430.839 87.8086H430.818H430.821Z\" fill=\"white\"><\/path><path d=\"M434.453 79.3923V79.2495L434.311 79.3923H434.453Z\" fill=\"white\"><\/path><path d=\"M433.939 76.5934L434.025 76.5073L433.857 76.5821L433.939 76.5934Z\" fill=\"white\"><\/path><path d=\"M433.392 79.3878V78.8281C433.392 78.8281 433.39 78.8349 433.388 78.8372C433.329 78.9528 433.263 79.0819 433.154 79.2156C433.154 79.2904 433.161 79.3652 433.175 79.3924H433.923V79.3403C433.787 79.3856 433.689 79.3878 433.669 79.3878H433.39H433.392Z\" fill=\"white\"><\/path><path d=\"M431.171 83.3758L431.271 83.3712V83.3667H431.006V82.8228C431.006 82.739 431.011 82.6665 431.024 82.603C430.841 82.6642 430.766 82.8138 430.766 83.088V83.2035L430.337 83.6318H430.168C430.122 83.7134 430.063 83.7723 430.023 83.8154C430.004 83.8335 429.977 83.8607 429.973 83.8698V84.5383L430.027 84.4839C430.179 84.3321 430.392 84.1893 430.598 84.0533C430.745 83.9559 430.895 83.8562 431.008 83.7633V83.7451L431.017 83.7542C431.042 83.7315 431.067 83.7111 431.09 83.6885L431.171 83.6069H431.298C431.289 83.5707 431.282 83.5299 431.28 83.4823L431.176 83.378L431.171 83.3758Z\" fill=\"white\"><\/path><path d=\"M481.205 86.0683C481.234 85.9754 481.237 85.8553 481.237 85.7329L480.994 85.9754C480.994 85.9754 481.01 85.989 481.021 85.9935L481.205 86.0683Z\" fill=\"white\"><\/path><path d=\"M479.281 87.8584V87.8516H479.115V88.1326C479.142 88.1054 479.167 88.085 479.197 88.0532C479.249 88.0011 479.278 87.9309 479.278 87.8561L479.281 87.8584Z\" fill=\"white\"><\/path><path d=\"M466.043 113.674C465.945 113.608 465.773 113.655 465.592 113.837L465.746 113.83C465.875 113.803 465.968 113.746 466.043 113.674Z\" fill=\"white\"><\/path><path d=\"M506.077 137.563L506.231 137.517L506.27 137.488L506.313 137.492H506.317H506.32C506.335 137.488 506.351 137.483 506.367 137.474L506.446 137.433L506.519 137.445H506.567L506.564 137.166H506.424C506.424 137.39 506.059 137.433 505.943 137.601L506.077 137.563Z\" fill=\"white\"><\/path><path d=\"M472.092 99.1344L472.087 99.123L471.965 99.2454H472.121C472.121 99.2069 472.112 99.1706 472.094 99.1321L472.092 99.1344Z\" fill=\"white\"><\/path><path d=\"M515.577 132.152H515.384L514.994 132.544V132.677H515.062C515.271 132.68 515.504 132.603 515.577 132.149V132.152Z\" fill=\"white\"><\/path><path d=\"M466.541 116.23V116.244C466.541 116.244 466.551 116.235 466.555 116.23H466.541Z\" fill=\"white\"><\/path><path d=\"M517.842 131.011C517.821 131.025 517.794 131.023 517.771 131.032C517.794 131.05 517.824 131.059 517.844 131.079C517.844 131.057 517.844 131.034 517.844 131.011H517.842Z\" fill=\"white\"><\/path><path d=\"M483.229 85.2002C483.229 85.2002 483.214 85.2025 483.209 85.2047H483.368L483.229 85.2002Z\" fill=\"white\"><\/path><path d=\"M518.358 132.172C518.304 132.172 518.249 132.163 518.195 132.14C518.154 132.122 518.131 132.085 518.1 132.061C518.1 132.122 518.104 132.183 518.104 132.249C518.197 132.233 518.279 132.203 518.358 132.172Z\" fill=\"white\"><\/path><path d=\"M482.093 86.1046L482.741 85.4565C482.648 85.4883 482.553 85.5041 482.458 85.486C482.394 85.5812 482.306 85.6492 482.193 85.6945C482.061 85.937 481.835 86.1273 481.576 86.2225L481.631 86.2451C481.721 86.1568 481.862 86.116 482.091 86.1069L482.093 86.1046Z\" fill=\"white\"><\/path><path d=\"M520.269 84.688C520.253 84.7039 520.233 84.7242 520.217 84.7424C520.23 84.7492 520.246 84.756 520.267 84.7628L520.271 84.688H520.269Z\" fill=\"white\"><\/path><path d=\"M478.386 92.4608L478.336 92.4109C478.336 92.4109 478.32 92.3951 478.313 92.3883L478.239 92.3135C478.189 92.4064 478.132 92.488 478.044 92.5401C478.055 92.6307 478.046 92.7236 478.012 92.8075C477.958 92.9389 477.865 93.0568 477.749 93.1225C477.727 93.2041 477.69 93.2766 477.656 93.3468H478.014C478.517 92.8324 478.583 92.6602 478.386 92.4608Z\" fill=\"white\"><\/path><path d=\"M478.423 98.5679H478.359V98.6223H478.427C478.427 98.6041 478.425 98.586 478.423 98.5679Z\" fill=\"white\"><\/path><path d=\"M470.719 106.966C470.83 106.855 470.875 106.803 470.875 106.685V106.63C470.789 106.837 470.588 106.97 470.363 106.97H470.2C470.2 106.97 470.186 106.977 470.18 106.979C470.191 106.988 470.193 107.022 470.196 107.047C470.196 107.047 470.196 107.052 470.196 107.054C470.259 107.109 470.311 107.181 470.345 107.26C470.361 107.299 470.35 107.342 470.356 107.383C470.384 107.378 470.406 107.367 470.436 107.365C470.499 107.179 470.617 107.059 470.715 106.963L470.719 106.966Z\" fill=\"white\"><\/path><path d=\"M478.196 90.4985V90.2583H477.754C477.754 90.2583 477.75 90.2583 477.748 90.2583C477.741 90.4215 477.659 90.5846 477.51 90.7614H478.196V90.4962V90.4985Z\" fill=\"white\"><\/path><path d=\"M470.152 107.943L470.041 108.054H470.231C470.193 108.011 470.182 107.979 470.154 107.943H470.152Z\" fill=\"white\"><\/path><path d=\"M474.918 99.7505C474.918 99.6667 474.918 99.5783 474.918 99.4922L474.311 100.102H474.564C474.73 100.102 474.902 100.102 474.947 100.086C474.918 100.086 474.918 99.916 474.918 99.7528V99.7505Z\" fill=\"white\"><\/path><path d=\"M464.154 123.221L464.166 123.228C464.166 123.228 464.159 123.212 464.154 123.203V123.219V123.221Z\" fill=\"white\"><\/path><path d=\"M545.001 84.5524C544.96 84.4685 544.921 84.3734 544.894 84.2646C544.713 84.1128 544.579 83.834 544.579 83.3446C544.579 83.093 544.57 83.0364 544.477 82.9412C544.137 82.599 544.051 82.4653 544.051 82.0189C544.042 81.9124 543.87 81.5362 543.684 81.3504C543.618 81.2847 543.553 81.2507 543.43 81.1895C543.276 81.1125 543.084 81.0173 542.889 80.8201C542.785 80.7159 542.726 80.5731 542.726 80.4258C542.721 80.3692 542.66 80.1834 542.621 80.0723C542.576 79.9318 542.531 79.7981 542.499 79.6667C542.463 79.6463 542.422 79.6259 542.37 79.5987C542.261 79.5443 542.132 79.4809 541.998 79.3789C541.658 79.329 541.477 79.1523 541.42 78.8214L540.629 78.0306C540.265 77.9309 539.972 77.6385 539.707 77.3734C539.555 77.2216 539.166 77.0063 538.774 77.0063C538.626 77.0063 538.483 76.9474 538.379 76.8431L537.849 76.3129C537.756 76.22 537.697 76.2109 537.448 76.2109C536.802 76.2109 536.526 75.9798 536.419 75.7124C536.306 75.6421 536.097 75.5333 535.764 75.4155C535.315 75.4155 534.942 75.3996 534.59 75.1481C534.57 75.1481 534.552 75.1504 534.531 75.1504H534.266C534.18 75.1504 534.094 75.13 534.017 75.0914L533.074 74.6201H532.941C532.882 74.6201 532.823 74.611 532.764 74.5929C532.406 74.4728 532.041 74.4116 531.653 74.3482C531.241 74.2802 530.815 74.2077 530.378 74.0626C530.346 74.0513 530.316 74.04 530.287 74.0241C530.079 74.1397 529.8 74.0989 529.63 73.9289L529.192 73.5618L529.091 73.6638C528.986 73.7681 528.846 73.827 528.698 73.827H528.433C528.18 73.827 527.967 73.6593 527.901 73.4259C527.86 73.4077 527.824 73.3873 527.785 73.3692C527.731 73.342 527.647 73.3012 527.618 73.2944H527.597C527.366 73.5029 527.207 73.5618 526.843 73.5618C526.641 73.5618 526.464 73.4553 526.367 73.2944C526.063 73.3216 525.771 73.0814 525.755 72.7664H525.515C525.422 72.7664 525.331 72.7438 525.249 72.6985C525.168 72.7415 525.077 72.7664 524.984 72.7664H524.719C524.488 72.7664 524.291 72.6259 524.207 72.4243C524.196 72.4288 524.184 72.4356 524.171 72.4424C524.094 72.4809 524.008 72.5013 523.924 72.5013H523.128C522.981 72.5013 522.841 72.4424 522.736 72.3381L522.6 72.2362C522.453 72.2362 522.313 72.1773 522.208 72.073L521.943 71.8079C521.796 71.8328 521.549 71.8373 521.3 71.6696C521.243 71.6515 521.195 71.6289 521.155 71.6062C521.103 71.6198 521.028 71.6402 520.921 71.6764C520.767 71.7263 520.604 71.7104 520.466 71.6311C520.223 71.6629 519.972 71.5971 519.743 71.4362C519.473 71.477 519.083 71.4612 518.685 71.1756H518.621C518.521 71.1756 518.426 71.1484 518.345 71.1031C518.091 71.23 517.869 71.1779 517.708 71.1258C517.597 71.162 517.47 71.1756 517.293 71.1756H517.028C516.833 71.1756 516.654 71.0737 516.555 70.9105H516.498C516.439 70.9105 516.38 70.9014 516.321 70.8811C516.054 70.7927 515.836 70.6998 515.662 70.6159C515.569 70.7904 515.383 70.9105 515.172 70.9105C514.821 70.9105 514.594 70.8199 514.47 70.6182C514.438 70.6069 514.406 70.5933 514.379 70.5797C514.363 70.5887 514.345 70.5978 514.327 70.6046C514.118 70.693 513.878 70.6431 513.72 70.4845C513.72 70.4845 513.509 70.31 512.958 70.1174H512.786C512.301 70.1174 512.052 69.9429 511.984 69.5441L511.957 69.5169C511.782 69.5055 511.605 69.4104 511.408 69.2313C511.014 69.322 510.577 69.1271 510.432 68.7917C510.259 68.7917 510.13 68.7419 510.024 68.6467C509.888 68.624 509.79 68.5787 509.715 68.5198C509.448 68.4949 509.269 68.4042 509.163 68.2297C509.04 68.2116 508.945 68.1844 508.857 68.1595C508.789 68.1436 508.718 68.1436 508.451 68.232C508.281 68.2886 508.095 68.2592 507.95 68.1549C507.884 68.1074 507.83 68.0462 507.792 67.9759C507.547 67.9487 507.3 67.883 507.132 67.7221C507.069 67.7131 507.007 67.6927 506.951 67.6609C506.806 67.7402 506.629 67.7516 506.473 67.6859C506.359 67.6405 506.269 67.559 506.21 67.4593C506.192 67.4593 506.174 67.4615 506.155 67.4615H505.625C505.419 67.4615 505.24 67.3482 505.142 67.1828C504.925 67.1533 504.771 67.0717 504.673 66.9313H504.034C503.83 66.9313 503.676 66.8678 503.565 66.793C503.407 66.8973 503.248 66.9313 502.974 66.9313C502.774 66.9313 502.598 66.8247 502.5 66.6661H502.178C502.031 66.6661 501.888 66.6072 501.784 66.503C501.691 66.4101 501.632 66.401 501.383 66.401C501.29 66.401 501.197 66.3761 501.118 66.333C501.014 66.3897 500.896 66.4101 500.778 66.3965C500.622 66.4826 500.363 66.512 500.148 66.401H500.085V66.6412C500.085 66.7885 500.026 66.929 499.921 67.0332C499.887 67.0672 499.853 67.0989 499.819 67.1261V67.1692C499.819 67.3165 499.761 67.4593 499.656 67.5635C499.341 67.8785 499.201 67.9759 498.831 67.9895C498.757 68.0598 498.655 68.1436 498.514 68.198C498.489 68.2388 498.467 68.2841 498.437 68.3453C498.36 68.4994 498.265 68.692 498.068 68.8869C497.964 68.9911 497.823 69.05 497.676 69.05C497.617 69.075 497.402 69.2903 497.275 69.4172C497.243 69.4489 497.209 69.4761 497.17 69.4987V69.5554C497.17 69.7548 497.064 69.9316 496.905 70.029V70.0857C496.905 70.3236 496.756 70.5275 496.545 70.6069C496.479 70.7315 496.375 70.8471 496.214 71.008L495.949 71.2731C495.761 71.4612 495.396 71.4521 495.396 71.4521C495.328 71.7036 495.194 71.8373 495.052 71.9053C495.04 71.9167 495.027 71.9235 495.018 71.9348H495.192V72.592L495.11 72.6735C494.866 72.9183 494.614 73.1721 494.32 73.2559C494.122 73.7182 493.826 73.9312 493.483 74.1737C493.264 74.33 493.012 74.5091 492.724 74.7969L492.527 74.994C492.493 75.173 492.389 75.3407 492.248 75.4654C492.316 75.4586 492.375 75.4495 492.464 75.4495H492.742V76.2879L492.693 76.3378C492.767 76.3378 492.847 76.3378 492.908 76.3378H493.576L492.738 77.1785C492.724 77.5819 492.629 77.7269 492.298 77.77H493.069V78.9823L492.223 78.1371L492.085 78.2753L492.931 79.1206H492.26C492.16 79.1206 492.076 79.1115 492.008 79.0956V79.78L491.213 78.9846V79.3721C491.213 79.6667 491.143 79.8117 490.959 79.8729V80.6252L490.558 80.4236C490.252 80.2717 490.01 80.24 489.867 80.3261C489.713 80.4213 489.622 80.691 489.622 81.0649V81.3436H488.62V81.0649C488.62 80.8224 488.657 80.6184 488.709 80.4349H488.618L488.509 80.4915C488.41 80.5981 488.314 80.7068 488.21 80.8133L488.129 80.8949H487.841V81.3459H487.229L486.338 82.2364H485.779L485.607 82.4087C485.561 82.454 485.507 82.4902 485.45 82.5174C485.362 82.7055 485.169 82.8369 484.947 82.8369H484.152C484.134 82.8369 484.113 82.837 484.095 82.8347C484.07 82.8755 484.041 82.9117 484.007 82.9457C484.09 83.0273 484.147 83.1338 484.168 83.2539C484.211 83.5236 484.052 83.7842 483.794 83.8703C483.785 83.8725 483.78 83.8748 483.775 83.8703C483.762 84.0969 483.68 84.2601 483.567 84.3938H483.621L484.709 85.4792H483.83C483.83 85.8169 483.646 86.0004 483.524 86.1205C483.42 86.227 483.381 86.2678 483.381 86.372V86.4876L482.482 87.3873C482.468 87.7952 482.371 87.9425 482.033 87.9832C482.015 88.3707 481.92 88.8217 481.43 88.8851L480.526 89.7893H479.685V89.105C479.592 89.0438 479.542 88.935 479.527 88.7718C479.502 88.7968 479.484 88.8194 479.456 88.8444C479.4 88.901 479.32 88.9781 479.257 89.0483L479.538 89.3293V89.7259C479.613 89.7508 479.676 89.8006 479.715 89.8936C479.799 90.0952 479.669 90.2244 479.456 90.4351L479.375 90.5167H479.139C479.289 90.5575 479.393 90.6459 479.44 90.7569H480.134L479.472 90.902C479.472 91.0991 479.309 91.3076 479.008 91.3144V91.4164L478.858 91.5659L479.28 91.9874L479.758 91.9806V92.4678L479.828 92.5381H479.758V92.8281L479.712 92.8735H479.869C480.383 92.8735 480.703 93.0162 480.818 93.2972C480.843 93.3584 480.859 93.4513 480.85 93.5601L481.752 94.4643H481.081C480.839 94.4643 480.687 94.4325 480.574 94.3714V94.9832L480.084 95.4749L480.413 95.8035H479.325L479.289 95.842V95.9689L479.225 95.9055L479.207 95.9236C478.842 96.2885 478.464 96.6488 478.054 96.7893H478.684C479.393 96.7893 479.459 96.8391 480.102 97.4804L480.299 97.6776L480.102 97.8747C479.925 98.0515 479.742 98.235 479.724 98.2985C479.742 98.3438 479.925 98.5274 480.102 98.7041L480.576 99.1777H479.905C479.778 99.1777 479.649 99.1777 479.579 99.1845C479.579 99.1981 479.579 99.2163 479.576 99.2344H480.576L479.017 100.793V100.123C479.017 99.853 478.84 99.7896 478.074 99.7896H477.958L477.877 99.708C477.455 99.2842 477.313 99.044 477.387 98.7744H477.063C476.925 98.7744 476.671 98.7744 476.519 98.797C476.544 98.8288 476.581 98.8718 476.635 98.9262L476.717 99.0078V100.028H476.438C476.272 100.028 476.102 100.028 476.059 100.043C476.089 100.043 476.089 100.213 476.089 100.376V100.492L476.007 100.574C475.64 100.943 475.414 101.127 475.185 101.127C474.956 101.127 474.729 100.943 474.36 100.576L473.879 100.1H474.206V98.9806H474.949C475.013 98.5546 475.18 98.1127 475.615 97.6753L475.697 97.5937H476.553L477.492 98.5364C477.566 98.4299 477.657 98.3166 477.795 98.1761V96.9071L477.295 97.4079L477.097 97.2108C476.961 97.0748 476.866 96.9751 476.798 96.8844H475.799V96.8482C475.604 96.7893 475.534 96.642 475.534 96.3406V95.7605C475.384 95.8216 475.228 95.8285 475.128 95.8285C474.797 95.8285 474.598 95.6585 474.498 95.5611V96.1888L474.349 96.3383L474.417 96.4063C474.63 96.6193 474.756 96.7485 474.675 96.9502C474.593 97.1473 474.396 97.1473 474.222 97.1473H473.691C473.673 97.1473 473.671 97.1473 473.614 97.1994C473.574 97.238 473.517 97.2855 473.442 97.3286V97.3875C473.843 97.3898 473.97 97.519 473.97 97.9291V98.1807H474.222L474.235 98.6112C474.235 98.6112 474.235 98.6021 474.235 98.5999C474.235 98.6089 474.235 98.6203 474.235 98.6339L474.222 98.7381H474.131C474.117 98.7381 474.106 98.7381 474.097 98.7404C474.102 98.7404 474.106 98.7404 474.111 98.7381L473.68 98.7245V98.7109C473.68 98.7109 473.68 98.7155 473.678 98.7177C473.619 98.8378 473.551 98.9693 473.435 99.1052L473.442 99.7986H473.012L472.481 100.329H471.824V100.003L471.702 99.9754C471.665 99.9981 471.632 100.03 471.591 100.043C471.602 100.062 471.609 100.08 471.618 100.098C471.704 100.306 471.704 100.544 471.545 100.705L471.443 100.807V101.108C471.443 101.435 471.156 101.679 470.832 101.664C470.775 101.757 470.693 101.829 470.598 101.874C470.594 101.883 470.587 101.895 470.582 101.904C470.625 101.983 470.648 102.072 470.648 102.169V102.699C470.648 102.847 470.589 102.987 470.485 103.091L470.118 103.458V103.816C470.276 103.914 470.383 104.091 470.383 104.29C470.383 104.417 470.342 104.533 470.27 104.625C470.279 104.646 470.285 104.664 470.292 104.684C470.369 104.689 470.44 104.707 470.499 104.732C470.752 104.836 470.85 105.045 470.888 105.251C471.029 105.375 471.11 105.548 471.11 105.749C471.11 105.951 471.026 106.123 470.886 106.248C470.902 106.298 470.906 106.352 470.906 106.407H471.622C471.704 106.407 471.756 106.418 471.822 106.422C471.822 106.422 471.822 106.422 471.822 106.42V106.141H472.642V106.962H472.366C472.37 107.027 472.382 107.08 472.382 107.161C472.382 107.789 472.252 107.916 471.622 107.916C471.554 107.916 471.48 107.916 471.425 107.916C471.425 107.97 471.425 108.045 471.425 108.115V108.394H470.866V108.915H470.004V108.081L469.692 108.394C469.56 108.528 469.347 108.738 469.318 108.827C469.318 108.897 469.304 108.96 469.282 109.019C469.307 109.178 469.275 109.337 469.159 109.452L468.656 109.955L468.665 110.279C468.665 110.279 468.665 110.27 468.665 110.266C468.665 110.275 468.665 110.286 468.665 110.3L468.656 110.379H469.184L469.198 110.81C469.198 110.81 469.198 110.801 469.198 110.798C469.198 110.807 469.198 110.819 469.198 110.832L469.184 110.936H469.093C469.08 110.936 469.069 110.936 469.06 110.939C469.064 110.939 469.069 110.939 469.073 110.936L468.643 110.923V110.406H468.563C468.552 110.406 468.538 110.406 468.529 110.408C468.534 110.408 468.538 110.408 468.543 110.406L468.112 110.395V110.116C468.083 110.109 468.053 110.118 468.026 110.107C467.895 110.053 467.793 109.951 467.734 109.826C467.734 109.84 467.734 109.851 467.734 109.858V110.123C467.734 110.193 467.72 110.259 467.698 110.32C467.734 110.445 467.734 110.569 467.734 110.653C467.734 110.801 467.675 110.943 467.568 111.048L467.428 111.188C467.34 111.496 467.102 111.757 466.812 111.895V112.516C466.812 112.797 466.748 112.969 466.503 113.03C466.519 113.067 466.535 113.103 466.544 113.137V113.141C466.592 113.32 466.574 113.465 466.544 113.561V113.828H466.673L466.544 113.957V114.109L466.576 114.114L466.787 114.143V113.436L467.607 114.256V114.361H467.872V115.181C467.868 115.421 467.736 115.55 467.659 115.63C467.641 115.648 467.614 115.675 467.609 115.684V115.963L467.33 115.976C467.285 115.976 467.244 115.976 467.206 115.972C467.222 115.992 467.24 116.01 467.26 116.031L467.741 116.507H466.533C466.311 116.507 466.163 116.398 466.095 116.262L466.016 116.341V116.769H465.49C465.502 116.79 465.522 116.812 465.538 116.826C465.617 116.905 465.751 117.039 465.751 117.288V117.567H465.588L465.404 117.751C465.3 117.853 465.13 118.025 465.098 118.086C465.107 118.066 465.126 117.991 465.08 117.912C465.042 117.848 464.994 117.825 464.962 117.816C464.956 117.825 464.949 117.832 464.944 117.839V117.9C465.028 117.977 465.089 118.115 465.089 118.351V118.369L465.141 118.421C465.196 118.476 465.273 118.539 465.343 118.539C465.413 118.539 465.49 118.476 465.545 118.421L465.626 118.34H466.284V118.58H466.662C466.662 118.766 466.662 118.958 466.682 119.008C466.694 118.992 466.889 118.992 467.074 118.992V119.548C466.902 119.548 466.707 119.625 466.497 119.779L465.889 120.216L466.064 119.489C466.095 119.353 466.109 119.249 466.109 119.242V119.16H466.007C466.021 119.171 466.021 119.321 466.021 119.412V119.527L465.937 119.611C466.009 119.804 465.882 119.933 465.674 120.139L465.477 120.336L465.361 120.221H464.278L464.289 120.209L464.219 120.139C464.04 119.96 463.922 119.842 463.936 119.69H463.77L463.721 119.641C463.707 119.659 463.705 119.679 463.689 119.697C463.68 119.897 463.56 120.098 463.331 120.329C463.326 120.334 463.324 120.336 463.319 120.341C463.306 120.411 463.283 120.479 463.254 120.542C463.399 120.642 463.492 120.81 463.492 120.998C463.492 121.574 463.247 121.818 462.669 121.818C462.658 121.875 462.642 121.927 462.622 121.972C462.676 122.027 462.724 122.095 462.76 122.179C462.837 122.364 462.859 122.652 462.533 122.978L462.005 123.509L462.001 123.513C462.105 123.615 462.168 123.756 462.168 123.91V124.175C462.168 124.383 462.053 124.565 461.885 124.66C461.885 124.667 461.885 124.676 461.885 124.683C461.885 124.776 461.869 124.875 461.833 124.961C461.876 125.036 461.901 125.122 461.905 125.211C461.973 125.213 462.032 125.247 462.094 125.274C462.27 124.939 462.66 124.918 463.22 124.918H463.499V125.197C463.499 125.394 463.494 125.562 463.478 125.716H464.636V125.995C464.636 127.11 464.507 127.236 463.394 127.236H463.116V126.863C463.014 127.012 462.859 127.119 462.674 127.119H462.436V127.624C462.436 127.932 462.186 128.179 461.881 128.179H461.35C461.194 128.179 461.053 128.116 460.954 128.011C460.954 128.011 460.949 128.016 460.947 128.018L460.843 128.12C460.843 128.12 460.843 128.143 460.843 128.152C460.843 128.351 460.736 128.528 460.578 128.626V128.947C460.578 128.993 460.571 129.036 460.562 129.079C460.571 129.12 460.578 129.165 460.578 129.208H460.673L460.72 129.482V130.414L460.578 130.273C460.578 130.472 460.471 130.647 460.315 130.744V131.066C460.315 131.111 460.308 131.157 460.299 131.2L460.079 132.079C460.185 132.197 460.249 132.351 460.249 132.523C460.249 132.843 460.034 133.099 459.721 133.183C459.721 133.183 459.721 133.185 459.721 133.187C459.764 133.267 459.789 133.357 459.789 133.452V133.717C459.789 133.865 459.73 134.005 459.626 134.11C459.442 134.295 459.268 134.672 459.259 134.785V134.835C459.259 134.835 459.272 134.844 459.281 134.848C459.284 134.848 459.284 134.848 459.286 134.851H459.29C459.29 134.851 459.293 134.857 459.295 134.857C459.329 134.882 459.361 134.912 459.388 134.943C459.388 134.943 459.39 134.946 459.392 134.948C459.469 135.039 459.517 135.152 459.524 135.277V135.279V135.288C459.524 135.288 459.524 135.29 459.524 135.292V135.299V135.381C459.676 135.623 459.646 135.834 459.587 135.979C459.515 136.154 459.395 136.253 459.259 136.312V136.367C459.259 136.412 459.254 136.457 459.243 136.498C459.254 136.541 459.259 136.584 459.259 136.629V137.16C459.259 137.275 459.252 137.377 459.238 137.47C459.345 137.529 459.433 137.624 459.481 137.742C459.567 137.951 459.519 138.188 459.361 138.347L459.259 138.483V138.805C459.356 138.864 459.435 138.954 459.481 139.065C459.567 139.274 459.519 139.512 459.361 139.671L459.259 139.806V140.373L459.361 140.475C459.465 140.579 459.524 140.72 459.524 140.867C459.524 141.119 459.533 141.175 459.626 141.27C459.73 141.375 459.789 141.515 459.789 141.662V142.32C459.85 142.372 459.905 142.442 459.943 142.537C460.011 142.703 460 142.843 459.948 142.968C460.011 143.052 460.052 143.149 460.052 143.253C460.052 143.428 460.029 143.57 459.984 143.686C460.047 143.867 460.052 144.006 460.052 144.049V144.085L460.154 144.187C460.258 144.291 460.317 144.432 460.317 144.579V144.636C460.353 144.658 460.389 144.685 460.419 144.717C460.745 145.043 460.822 145.388 460.84 145.669L460.949 145.775C461.053 145.88 461.115 146.02 461.115 146.17C461.115 146.24 461.101 146.308 461.076 146.369C461.094 146.414 461.112 146.457 461.126 146.498C461.212 146.555 461.282 146.634 461.325 146.727C461.382 146.754 461.434 146.791 461.479 146.836C461.797 147.151 461.881 147.484 461.901 147.656C461.976 147.736 462.069 147.849 462.125 148.005C462.411 148.044 462.703 148.277 462.703 148.556V148.613C462.739 148.635 462.773 148.662 462.805 148.694L463.07 148.959C463.19 149.077 463.317 149.204 463.387 149.356C463.596 149.426 463.748 149.616 463.764 149.843C463.784 149.827 463.854 149.857 464.004 149.857C464.219 149.857 464.416 149.981 464.507 150.176C464.564 150.203 464.616 150.24 464.661 150.285L464.926 150.55C464.958 150.582 464.985 150.616 465.008 150.652C465.379 150.65 465.606 150.87 465.622 151.18C465.699 151.18 465.785 151.18 465.862 151.18C466.17 151.18 466.417 151.429 466.417 151.735C466.75 151.785 467.07 151.914 467.176 152.263L467.419 152.506H467.718C467.945 152.506 468.137 152.639 468.226 152.834C468.5 152.914 468.652 153.063 468.731 153.231C468.749 153.231 468.765 153.235 468.779 153.238C468.853 153.251 468.917 153.278 468.971 153.308C469.066 153.294 469.166 153.308 469.259 153.346C469.388 153.401 469.49 153.5 469.547 153.621C469.662 153.675 469.757 153.77 469.812 153.886C469.968 153.96 470.084 154.106 470.12 154.28C470.177 154.339 470.242 154.416 470.297 154.513C470.363 154.525 470.421 154.541 470.474 154.559C470.485 154.547 470.496 154.536 470.508 154.525C470.666 154.366 470.906 154.316 471.113 154.405C471.319 154.491 471.455 154.692 471.455 154.919V155.007C471.765 155.112 471.956 155.27 472.071 155.433C472.105 155.44 472.137 155.449 472.171 155.463C472.332 155.436 472.499 155.463 472.62 155.585C472.753 155.719 472.846 155.857 472.907 155.991C473.138 155.927 473.58 155.923 473.759 156.218C473.778 156.218 473.796 156.218 473.816 156.218H474.081C474.321 156.218 474.528 156.372 474.605 156.585C474.766 156.68 474.89 156.836 474.902 157.013C475.056 157.02 475.192 157.09 475.289 157.196C475.448 157.085 475.633 157.029 475.862 157.124C476.229 157.278 476.229 157.654 476.229 157.833V157.867C476.331 157.967 476.429 158.062 476.504 158.123C476.71 158.03 476.957 158.067 477.127 158.237C477.217 158.327 477.292 158.341 477.297 158.341C477.492 158.341 477.659 158.443 477.757 158.606C477.967 158.588 478.214 158.647 478.387 158.855C478.57 158.703 478.774 158.604 479.044 158.715C479.395 158.86 479.411 159.211 479.413 159.399C479.45 159.399 479.486 159.406 479.52 159.415C479.633 159.388 479.753 159.395 479.864 159.442C479.975 159.487 480.066 159.567 480.125 159.667C480.603 159.671 480.997 159.719 481.371 160.095C481.401 160.127 481.428 160.161 481.45 160.197H481.775C481.974 160.197 482.151 160.303 482.248 160.462H482.57C482.862 160.462 483.021 160.5 483.193 160.621C483.315 160.605 483.422 160.627 483.506 160.664C483.567 160.689 483.621 160.72 483.664 160.756C483.778 160.729 483.862 160.727 483.893 160.727C484.041 160.727 484.181 160.786 484.285 160.888L484.553 161.153C484.612 161.212 484.657 161.282 484.684 161.359C484.777 161.407 484.861 161.473 484.958 161.563C484.988 161.572 485.015 161.584 485.042 161.595C485.16 161.545 485.307 161.522 485.484 161.522H486.545C486.692 161.522 486.832 161.581 486.937 161.686C486.982 161.722 487.066 161.726 487.354 161.581C487.431 161.543 487.517 161.522 487.603 161.522H487.868C487.97 161.522 488.063 161.55 488.145 161.597C488.231 161.554 488.324 161.522 488.401 161.522H488.666C488.888 161.522 489.08 161.652 489.169 161.842C489.173 161.842 489.178 161.846 489.182 161.849C489.633 161.513 490.116 161.518 490.522 161.837C490.886 161.541 491.242 161.525 491.317 161.525C491.464 161.525 491.607 161.584 491.711 161.688C491.684 161.656 491.782 161.656 491.847 161.656C492.024 161.656 492.267 161.656 492.498 161.763C492.917 161.525 493.49 161.525 494.231 161.525H494.29C494.349 161.427 494.44 161.348 494.551 161.303C494.56 161.298 494.569 161.296 494.578 161.291C494.684 161.121 494.85 160.942 495.156 160.958C495.396 160.972 495.548 161.105 495.65 161.26H495.858L495.96 161.158C496.065 161.053 496.205 160.994 496.352 160.994H496.617C496.869 160.994 496.928 160.985 497.021 160.892C497.136 160.777 497.279 160.729 497.469 160.729C497.567 160.571 497.744 160.464 497.943 160.464H498.124C498.485 160.36 498.766 160.376 498.976 160.392C499.253 160.408 499.355 160.414 499.672 160.097C499.776 159.993 499.917 159.934 500.066 159.934C500.316 159.934 500.368 159.875 500.47 159.757C500.576 159.635 500.776 159.404 501.127 159.404H501.718C502.061 159.154 502.38 159.139 502.45 159.139C502.514 159.114 502.734 158.892 502.854 158.771C502.969 158.656 503.114 158.608 503.302 158.608C503.4 158.45 503.577 158.343 503.776 158.343H504.367C504.497 158.248 504.617 158.189 504.721 158.137C504.843 158.076 504.909 158.042 504.977 157.976C505.081 157.872 505.222 157.815 505.369 157.815C505.38 157.811 505.462 157.77 505.516 157.74C505.686 157.654 505.899 157.548 506.162 157.548H506.196L506.298 157.446C506.638 157.108 506.994 157.036 507.279 157.022C507.39 156.94 507.497 156.884 507.594 156.845C507.728 156.655 507.984 156.51 508.446 156.492C508.669 156.408 508.845 156.292 509.029 156.172C509.33 155.977 509.666 155.762 510.16 155.705L510.54 155.325C510.645 155.22 510.785 155.162 510.935 155.162C510.953 155.162 510.962 155.162 510.966 155.166C510.996 155.139 511.03 155.103 511.075 155.057C511.179 154.953 511.32 154.896 511.467 154.896H511.558C511.624 154.785 511.723 154.677 511.87 154.529C511.975 154.425 512.115 154.366 512.263 154.366H512.297L513.194 153.469C513.298 153.365 513.439 153.306 513.588 153.306H514.162C514.291 153.19 514.399 153.12 514.533 153.081C514.66 152.936 514.869 152.823 515.204 152.787L515.319 152.671C515.424 152.567 515.564 152.51 515.711 152.51H515.746L515.85 152.408C516.487 151.769 516.779 151.477 517.212 151.658C517.243 151.672 517.273 151.69 517.302 151.71C517.363 151.425 517.531 151.264 517.824 151.207C517.862 150.953 517.973 150.813 518.236 150.552C518.34 150.448 518.481 150.389 518.628 150.389C518.936 150.389 519.065 150.346 519.247 150.285C519.362 150.246 519.491 150.203 519.664 150.172V150.149C519.664 149.841 519.913 149.594 520.219 149.594H520.275C520.355 149.465 520.486 149.369 520.64 149.34C520.76 149.224 520.96 149.063 521.279 149.063C521.32 149.048 521.431 148.943 521.538 148.839C521.592 148.52 521.764 148.345 522.082 148.291C522.165 147.894 522.415 147.74 522.87 147.74C523.004 147.74 523.081 147.74 523.14 147.722C523.221 147.366 523.471 147.21 523.931 147.21C523.931 146.904 524.155 146.68 524.461 146.68H524.726C524.726 146.41 524.898 146.204 525.15 146.158C525.175 146.133 525.204 146.106 525.238 146.081C525.245 146.04 525.256 146.002 525.272 145.961C525.358 145.755 525.56 145.619 525.787 145.619H526.321C526.451 145.429 526.55 145.193 526.557 145.107C526.58 144.858 526.766 144.629 527.001 144.572C527.078 144.497 527.189 144.402 527.346 144.345C527.423 144.248 527.497 144.13 527.575 144.015C527.722 143.795 527.874 143.568 528.048 143.396C528.08 143.364 528.114 143.337 528.152 143.314C528.137 143.153 528.191 142.988 528.313 142.866C528.442 142.737 528.619 142.684 528.789 142.709C528.834 142.684 528.88 142.669 528.923 142.655C529.007 142.542 529.097 142.458 529.186 142.392C529.041 142.292 528.943 142.125 528.943 141.934C528.943 141.665 529.136 141.44 529.39 141.388C529.419 141.359 529.455 141.327 529.496 141.298C529.48 141.245 529.474 141.193 529.474 141.139C529.474 140.885 529.564 140.602 529.897 140.443L529.72 140.28L529.245 139.806H529.915C530.076 139.806 530.203 139.827 530.294 139.89C530.289 139.863 530.269 139.84 530.269 139.813V139.283C530.269 139.013 530.462 138.789 530.715 138.739C530.724 138.73 530.731 138.723 530.74 138.714C530.878 138.402 531.264 138.198 531.617 138.198H531.882C531.903 138.198 531.921 138.198 531.941 138.2C532.102 138.082 532.259 138.014 532.388 137.978V137.427C532.388 137.232 532.492 137.053 532.655 136.953V136.897C532.655 136.609 532.78 136.367 532.945 136.147C532.877 136.058 532.825 135.947 532.811 135.805C532.798 135.632 532.85 135.49 532.918 135.381C532.793 135.258 532.721 135.095 532.721 134.907C532.721 134.719 532.798 134.549 532.925 134.427C532.966 134.159 533.197 133.955 533.475 133.955H533.521C533.534 133.77 533.609 133.622 533.741 133.509C533.931 133.348 534.162 133.335 534.364 133.364L534.404 133.323C534.543 133.183 534.744 133.131 534.932 133.176C534.942 133.176 534.948 133.171 534.957 133.171C535.012 133.119 535.08 133.06 535.168 133.008C535.089 132.911 535.041 132.788 535.041 132.655V132.39C535.041 132.242 535.1 132.102 535.204 131.998C535.297 131.905 535.306 131.846 535.306 131.596C535.306 131.551 535.311 131.506 535.322 131.463C535.295 131.349 535.302 131.229 535.347 131.116C535.429 130.921 535.615 130.787 535.825 130.774C535.775 130.713 535.741 130.651 535.717 130.59C535.692 130.531 535.662 130.434 535.662 130.309C535.603 130.221 535.572 130.117 535.572 130.003V129.997C535.572 129.904 535.576 129.818 535.585 129.738C535.381 129.763 535.198 129.763 535.066 129.763C534.808 129.763 534.59 129.586 534.529 129.351C534.284 129.213 534.071 129.002 533.877 128.805C533.772 128.7 533.713 128.56 533.713 128.413V127.83C533.664 127.767 533.623 127.703 533.591 127.644H533.473C533.326 127.644 533.185 127.585 533.081 127.481C532.99 127.391 532.913 127.377 532.911 127.377C532.868 127.377 532.83 127.372 532.793 127.363C532.673 127.479 532.472 127.644 532.15 127.644H531.885C531.576 127.644 531.329 127.395 531.329 127.089V126.824C531.329 126.74 531.348 126.659 531.384 126.584C531.375 126.584 531.366 126.584 531.354 126.584H531.316C531.237 126.761 531.058 126.951 530.656 126.978C530.582 127.042 530.491 127.087 530.391 127.105C530.369 127.123 530.344 127.144 530.321 127.162C529.739 127.629 529.338 127.449 529.104 127.216C529.013 127.125 528.936 127.112 528.934 127.112C529.061 127.168 529.163 127.273 529.217 127.406C529.304 127.615 529.256 127.853 529.095 128.014L528.3 128.807C528.209 128.898 528.195 128.975 528.195 128.979C528.195 129.285 527.948 129.503 527.64 129.503H527.584C527.486 129.661 527.312 129.768 527.11 129.768H526.845C526.698 129.768 526.557 129.709 526.453 129.605C526.335 129.487 526.247 129.378 526.188 129.271C525.991 129.407 525.773 129.503 525.519 129.503H524.989C524.681 129.503 524.434 129.253 524.434 128.947C524.434 128.902 524.438 128.857 524.45 128.814C524.438 128.771 524.434 128.728 524.434 128.682C524.434 128.662 524.434 128.644 524.434 128.626C524.336 128.567 524.257 128.476 524.209 128.365C524.123 128.157 524.171 127.919 524.329 127.76C524.422 127.667 524.431 127.608 524.431 127.359V126.829C524.431 126.523 524.681 126.273 524.987 126.273H525.286L525.388 126.171C525.75 125.809 526.129 125.757 526.421 125.748L526.385 125.727C526.185 125.616 526.185 125.401 526.185 125.245V124.966H526.868C526.815 124.927 526.766 124.887 526.713 124.834C526.609 124.73 526.55 124.59 526.55 124.442V124.177C526.55 123.869 526.799 123.622 527.105 123.622C527.305 123.622 527.463 123.652 527.588 123.713C527.611 123.699 527.633 123.69 527.652 123.679C527.656 123.679 527.656 123.676 527.661 123.679C527.785 123.411 527.686 121.249 527.491 121.279C527.371 121.324 527.337 121.354 527.337 121.354C527.21 121.546 527.074 121.666 526.888 121.737C526.793 121.934 526.525 122.083 526.308 122.083C526.308 122.231 526.276 122.346 526.172 122.45L525.907 122.716C525.807 122.813 525.676 122.872 525.537 122.879C525.535 122.942 525.521 123.006 525.497 123.067C525.41 123.273 525.209 123.409 524.982 123.409H524.873C524.776 123.547 524.626 123.629 524.416 123.661C524.348 123.715 524.277 123.767 524.205 123.817C524.209 123.849 524.214 123.88 524.214 123.914V124.445C524.214 124.644 524.107 124.821 523.949 124.918V124.975C523.949 125.283 523.7 125.53 523.394 125.53C523.289 125.53 523.194 125.507 523.11 125.471C523.036 125.507 522.952 125.53 522.863 125.53H522.598C522.537 125.555 522.315 125.777 522.195 125.897C522.163 125.929 522.127 125.956 522.091 125.981C522.091 125.999 522.093 126.017 522.093 126.035C522.093 126.305 521.9 126.529 521.644 126.582C521.524 126.697 521.325 126.856 521.007 126.856H520.742C520.658 126.856 520.577 126.838 520.502 126.801V126.831C520.502 127.13 520.266 127.372 519.969 127.386C519.967 127.812 519.877 127.95 519.541 128.283C519.494 128.331 519.442 128.367 519.383 128.394C519.358 128.451 519.321 128.503 519.278 128.549L519.013 128.814L519.009 128.818C519.061 128.87 519.104 128.932 519.133 129.002C519.219 129.208 519.172 129.448 519.013 129.607L518.868 129.752C518.812 129.926 518.707 130.044 518.642 130.112C518.621 130.325 518.517 130.54 518.261 130.681L518.313 130.733C518.324 130.747 518.338 130.756 518.347 130.767C518.508 130.502 518.836 130.051 519.881 129.981V128.218L520.355 128.691C520.79 129.126 521.234 129.571 521.599 129.571C521.733 129.571 521.864 129.505 521.998 129.371L522.471 128.893V130.133L523.543 131.204H521.016C520.935 132.743 519.457 134.234 518.016 135.675L517.935 135.757H514.597V133.355C514.395 133.489 514.193 133.545 514.048 133.579C514.005 133.588 513.964 133.595 513.928 133.611C513.824 133.715 513.722 133.745 513.575 133.745C513.375 133.745 513.309 133.801 513.309 133.801C513.309 134.107 513.087 134.275 512.779 134.275C512.55 134.275 512.188 134.275 511.984 134.012C511.936 134.232 511.83 134.377 511.648 134.458C511.594 134.554 511.508 134.64 511.374 134.694C511.175 134.778 511.012 134.744 510.867 134.662C510.81 134.701 510.742 134.735 510.665 134.762L510.255 135.172C510.135 135.292 509.969 135.349 509.808 135.333C509.672 135.442 509.523 135.542 509.373 135.641C509.276 135.707 509.176 135.771 509.09 135.834V135.843C509.09 136.065 508.961 136.256 508.773 136.346C508.684 136.534 508.492 136.663 508.27 136.663H508.005C508.005 136.842 507.921 136.985 507.794 137.078C507.798 137.087 507.81 137.096 507.814 137.105C507.891 137.307 507.76 137.438 507.558 137.638L507.477 137.719H507.288L507.141 137.774C507.128 137.785 507.118 137.787 507.107 137.799V138.25H506.577V138.621L506.212 138.501C506.196 138.497 506.187 138.492 506.174 138.488V138.762C506.174 139.07 505.924 139.317 505.618 139.317H505.26C505.127 139.39 504.995 139.424 504.898 139.446C504.861 139.408 504.848 139.446 504.848 139.555C504.848 139.861 504.599 140.11 504.293 140.11H504.154C504.105 140.133 504.059 140.153 504.014 140.174C504.007 140.217 503.994 140.257 503.975 140.296C503.885 140.491 503.71 140.643 503.495 140.643H503.23C503.219 140.643 503.207 140.643 503.196 140.643L503.089 140.747C503.012 140.824 502.913 140.876 502.806 140.896C502.686 141.012 502.487 141.173 502.169 141.173C502.022 141.173 501.882 141.114 501.777 141.01L501.773 141.005C501.659 141.121 501.494 141.189 501.32 141.171C501.19 141.273 501.041 141.375 500.891 141.474C500.724 141.585 500.554 141.694 500.443 141.805C500.338 141.909 500.196 141.968 500.048 141.968H499.958C499.824 142.041 499.693 142.075 499.595 142.097C499.563 142.057 499.545 142.097 499.545 142.209C499.545 142.433 499.409 142.635 499.201 142.721C499.053 142.784 498.888 142.775 498.748 142.709C498.693 142.757 498.632 142.82 498.584 142.868C498.48 142.972 498.34 143.031 498.192 143.031C498.181 143.036 498.099 143.076 498.043 143.106C497.862 143.197 497.669 143.294 497.34 143.296C497.243 143.455 497.066 143.561 496.867 143.561H496.83L496.466 143.929C496.423 143.972 496.375 144.006 496.321 144.033C495.89 144.248 495.67 144.459 495.668 144.461C495.564 144.561 495.423 144.62 495.278 144.62H495.176C495.12 144.697 495.047 144.76 494.961 144.796C494.861 144.837 494.759 144.86 494.65 144.853C494.632 144.86 494.614 144.867 494.594 144.873C494.49 144.975 494.322 145.114 494.066 145.145C493.844 145.225 493.783 145.288 493.683 145.388C493.495 145.576 493.286 145.759 492.804 145.92C492.702 145.954 492.595 145.959 492.493 145.934C492.45 145.945 492.405 145.95 492.359 145.95H491.961C491.822 146.188 491.618 146.392 491.428 146.582C491.324 146.686 491.183 146.745 491.036 146.745H490.22C490.105 147.115 489.785 147.421 489.411 147.511C489.219 147.645 489.006 147.717 488.824 147.776C488.716 147.813 488.55 147.867 488.509 147.908C488.405 148.012 488.265 148.069 488.117 148.069H487.995C487.866 148.257 487.646 148.334 487.322 148.334H487.057C486.964 148.334 486.873 148.311 486.792 148.266C486.742 148.293 486.69 148.311 486.635 148.322C486.585 148.37 486.522 148.427 486.44 148.477C486.304 148.694 486.023 148.862 485.473 148.864C485.432 148.891 485.384 148.916 485.33 148.937C485.23 149.054 485.092 149.129 484.936 149.129H484.671C484.569 149.129 484.471 149.102 484.385 149.05C484.328 149.079 484.256 149.12 484.197 149.152C484.118 149.195 484.034 149.242 483.939 149.292L483.737 149.494C483.633 149.598 483.492 149.657 483.345 149.657C483.331 149.664 483.22 149.718 483.13 149.764C482.914 149.87 482.627 150.015 482.196 150.158C482.139 150.176 482.08 150.185 482.019 150.185H481.754C481.743 150.19 481.659 150.233 481.602 150.26C481.432 150.346 481.219 150.453 480.956 150.453H480.691C480.383 150.453 480.136 150.203 480.136 149.897V149.705C479.93 149.542 479.871 149.31 479.871 149.102C479.871 148.522 479.871 147.924 480.197 147.5C480.157 147.423 480.136 147.334 480.136 147.246V146.131C479.873 145.796 479.873 145.513 480.136 145.177V144.327C480.136 143.84 480.225 143.57 480.297 143.357C480.358 143.176 480.401 143.045 480.401 142.737C480.401 142 480.39 141.894 480.299 141.803C480.238 141.742 480.193 141.667 480.166 141.585C479.971 140.998 480.005 140.706 480.077 140.359C480.109 140.21 480.138 140.067 480.138 139.82C480.138 139.673 480.197 139.532 480.302 139.428L480.567 139.163C480.671 139.059 480.811 139 480.959 139H480.975C481.013 138.864 481.072 138.746 481.124 138.642C481.151 138.587 481.192 138.503 481.199 138.474C481.199 138.358 481.233 138.259 481.299 138.173C481.194 138.118 481.101 138.03 481.04 137.887C480.925 137.604 481.04 137.393 481.199 137.212C481.188 137.058 481.242 136.897 481.36 136.779L481.448 136.688C481.423 136.641 481.405 136.589 481.392 136.532C481.296 136.131 481.58 135.852 481.713 135.716C481.725 135.705 481.731 135.696 481.738 135.691C481.763 135.514 481.824 135.331 481.888 135.138C481.926 135.027 481.988 134.839 481.992 134.776C481.997 134.73 482.006 134.649 482.022 134.606L482.162 134.2C482.244 133.969 482.355 133.656 482.366 133.523C482.205 133.305 482.223 132.997 482.42 132.8L482.522 132.661C482.522 132.462 482.629 132.285 482.788 132.188V132.131C482.788 131.941 482.883 131.769 483.037 131.669C482.978 131.47 482.998 131.309 483.053 131.179V130.808C483.053 130.661 483.112 130.52 483.216 130.416C483.259 130.373 483.293 130.339 483.32 130.312C483.334 130.164 483.393 129.974 483.483 129.883C483.574 129.793 483.587 129.718 483.587 129.716V129.237C483.551 129.192 483.533 129.149 483.522 129.124C483.372 128.764 483.578 128.478 483.85 128.193V128.154C483.85 128.007 483.909 127.866 484.013 127.762C484.052 127.724 484.115 127.585 484.115 127.094C484.115 126.946 484.174 126.806 484.279 126.702C484.408 126.573 484.621 126.359 484.648 126.269C484.648 126.122 484.702 126.011 484.807 125.906C484.899 125.813 484.909 125.754 484.909 125.505V124.71C484.909 124.664 484.913 124.619 484.924 124.578C484.913 124.535 484.909 124.49 484.909 124.447C484.909 124.102 484.997 123.876 485.19 123.751C485.151 123.69 485.124 123.622 485.103 123.545C485.008 123.144 485.289 122.865 485.425 122.729C485.437 122.716 485.446 122.709 485.45 122.704C485.475 122.528 485.536 122.344 485.6 122.151C485.638 122.04 485.699 121.852 485.704 121.791C485.704 121.533 485.81 121.322 485.894 121.152C485.922 121.098 485.962 121.014 485.969 120.984C485.969 120.837 486.026 120.715 486.13 120.61C486.413 120.327 486.556 120.218 486.851 120.189C486.873 120.146 486.898 120.107 486.925 120.08L487.456 119.55C487.746 119.26 487.784 119.11 487.841 118.879C487.893 118.664 487.956 118.415 488.169 118.104C488.117 118.018 488.09 117.921 488.09 117.819V117.576C488.056 117.529 488.038 117.488 488.027 117.463C487.87 117.087 488.104 116.79 488.396 116.491C488.428 116.386 488.475 116.307 488.509 116.246C488.564 116.153 488.62 116.056 488.62 115.7C488.62 115.437 488.727 115.224 488.811 115.054C488.838 115 488.879 114.916 488.886 114.886V114.642C488.886 114.315 489.051 114.116 489.148 114.014V113.846C489.148 113.513 489.323 113.311 489.42 113.212C489.466 112.77 489.803 112.432 490.105 112.133L490.211 112.024V111.725C490.211 111.417 490.46 111.17 490.766 111.17H490.934C491.016 111.093 491.129 111.002 491.288 110.948L491.306 110.93C491.346 110.778 491.417 110.637 491.494 110.483C491.578 110.316 491.686 110.096 491.8 109.776V109.337C491.8 109.189 491.859 109.047 491.965 108.942C492.008 108.902 492.042 108.868 492.069 108.84C492.11 108.115 492.772 107.721 493.089 107.555L493.291 107.354C493.499 107.145 493.869 107.145 494.077 107.354L494.607 107.884C494.65 107.925 494.682 107.961 494.712 107.986C494.959 107.986 495.199 108.136 495.276 108.367C495.401 108.444 495.482 108.559 495.527 108.72C495.564 108.756 495.593 108.8 495.62 108.847C495.761 108.908 495.858 108.997 495.917 109.053C496.06 109.078 496.302 109.16 496.423 109.432C496.438 109.443 496.452 109.457 496.466 109.47L496.731 109.735C496.821 109.828 496.898 109.84 496.903 109.84C497.05 109.84 497.159 109.896 497.263 110.001C497.306 110.044 497.34 110.078 497.368 110.105C497.513 110.118 497.703 110.177 497.794 110.266L497.929 110.368C498.238 110.368 498.485 110.617 498.485 110.923C498.757 110.923 498.965 111.1 499.006 111.356C499.074 111.381 499.14 111.417 499.203 111.46C499.448 111.399 499.835 111.437 499.992 111.691H500.313C500.461 111.691 500.603 111.75 500.708 111.854C500.803 111.949 500.946 112.094 501.05 112.171C501.277 112.09 501.539 112.092 501.816 112.183C502.008 112.249 502.206 112.353 502.376 112.486H502.697C502.892 112.486 503.071 112.588 503.171 112.752H504.29C504.959 112.752 505.233 113.001 505.331 113.282H505.616C505.763 113.282 505.904 113.341 506.008 113.445C506.097 113.533 506.149 113.547 506.674 113.547H507.472C507.619 113.547 507.76 113.606 507.864 113.71C507.959 113.805 508.016 113.812 508.267 113.812C508.415 113.812 508.557 113.871 508.662 113.975L508.927 114.24C509.031 114.345 509.088 114.485 509.088 114.632C509.088 114.855 509.104 114.87 509.326 114.87H509.858C510.006 114.87 510.146 114.929 510.25 115.034C510.343 115.126 510.402 115.136 510.651 115.136H512.154L513.661 114.635C513.717 114.617 513.776 114.608 513.835 114.608H514.1C514.409 114.608 514.656 114.857 514.656 115.163V115.693C514.656 116.042 514.603 116.201 514.418 116.416C515.041 116.187 515.478 115.974 515.891 115.768L515.968 115.691C516.072 115.324 516.38 115.015 516.747 114.911C516.937 114.725 517.146 114.542 517.386 114.435C517.499 114.277 517.697 114.148 518.03 114.1C518.159 113.903 518.383 113.812 518.608 113.812H518.671C518.954 113.608 519.24 113.561 519.473 113.552C519.849 113.311 520.337 113.286 520.824 113.284C520.926 113.13 521.082 113.017 521.259 113.017H521.71C521.857 112.874 522.1 112.77 522.487 112.754C522.571 112.675 522.693 112.575 522.863 112.523C523.187 112.26 523.684 112.02 524.223 111.968C524.572 111.707 524.901 111.691 524.971 111.691C524.971 111.426 525.132 111.224 525.392 111.172L526.718 110.907C526.994 110.896 527.003 110.887 527.096 110.794C527.271 110.617 527.491 110.433 527.908 110.381L528.291 109.998C528.309 109.98 528.35 109.908 528.379 109.856C528.51 109.624 528.732 109.235 529.29 109.094C529.347 108.99 529.428 108.913 529.537 108.861C529.578 108.775 529.634 108.707 529.707 108.652C529.809 108.478 529.974 108.312 530.144 108.142C530.249 108.038 530.389 107.979 530.536 107.979H530.6C530.729 107.886 530.849 107.825 530.951 107.773C531.071 107.712 531.139 107.678 531.205 107.612C531.309 107.508 531.45 107.449 531.599 107.449H531.9C532.07 107.286 532.243 107.148 532.428 107.093C532.49 106.973 532.56 106.828 532.682 106.678C532.782 106.416 533.02 106.277 533.165 106.203V106.148C533.165 106.001 533.224 105.86 533.328 105.756L534.123 104.961C534.321 104.764 534.513 104.668 534.667 104.589C534.756 104.546 534.815 104.514 534.867 104.476C535.155 103.932 535.483 103.603 536.027 103.316C536.066 103.263 536.095 103.205 536.14 103.116C536.195 103.007 536.26 102.878 536.365 102.742C536.415 102.405 536.589 102.221 536.92 102.164C537.024 102.056 537.131 101.938 537.149 101.877C537.146 101.213 537.407 100.948 537.697 100.857C537.808 100.744 537.924 100.614 537.944 100.549C537.944 100.401 537.999 100.29 538.105 100.186C538.685 99.6083 539.129 99.2956 539.694 98.8967C539.902 98.7494 540.129 98.5908 540.389 98.3982C540.448 98.2554 540.537 98.1535 540.595 98.0923C540.618 97.7002 540.774 97.4827 541.096 97.4056C541.117 97.3195 541.121 97.1745 541.121 96.8686C541.121 96.7213 541.18 96.5808 541.282 96.4765C541.282 96.4765 541.457 96.2658 541.649 95.7151V95.0127C541.649 94.8654 541.708 94.7249 541.812 94.6206C541.91 94.5232 542.055 94.3782 542.134 94.2716C542.105 94.1742 542.102 94.0858 542.109 94.0156C542.141 93.7255 542.338 93.5692 542.465 93.4876C542.501 93.3131 542.574 93.1658 542.635 93.0412C542.662 92.9868 542.703 92.9029 542.71 92.8712C542.71 92.8123 542.719 92.7715 542.737 92.7148C542.891 92.2571 543.172 91.9421 543.396 91.6883C543.648 91.405 543.77 91.26 543.77 91.0357V90.7705C543.77 90.5689 543.879 90.3921 544.04 90.2947C544.038 90.2765 544.035 90.2584 544.035 90.2403C544.035 89.7803 544.153 89.5061 544.319 89.3497C544.344 89.1548 544.409 88.9327 544.566 88.7152V87.8563C544.566 87.4892 544.625 87.3329 544.835 87.0995C544.835 87.0859 544.835 87.0745 544.835 87.0609V86.5307C544.835 86.1704 544.883 85.937 544.919 85.767C544.964 85.5472 544.98 85.4656 544.865 85.1166C544.797 84.915 544.851 84.6997 544.989 84.5569L545.001 84.5524ZM462.311 136.129H462.032C461.618 136.129 461.491 136.002 461.491 135.585V135.306H462.311V136.129ZM476.384 101.602C476.384 100.746 476.513 100.619 477.367 100.619H477.646V101.881H476.384V101.602ZM473.381 102.275H474.802V102.831C474.497 102.831 474.181 102.995 473.855 103.322L473.381 103.798V102.275ZM470.913 118.231V119.713L469.431 118.231H470.913ZM467.956 118.197C467.956 117.912 467.956 117.703 468.169 117.617C468.389 117.524 468.529 117.664 468.865 118.002L469.336 118.476H468.667C468.615 118.476 468.559 118.476 468.513 118.476C468.513 118.521 468.513 118.578 468.513 118.63H467.958V118.195L467.956 118.197ZM467.641 119.262V119.935C467.641 120.522 467.514 120.649 466.929 120.649H466.261L467.641 119.262ZM466.041 134.807V135.786H465.762C465.189 135.786 465.064 135.662 465.064 135.086V134.807H466.041ZM464.156 123.667C463.741 123.667 463.614 123.54 463.614 123.126V122.847H464.156L464.169 123.126C464.169 123.171 464.169 123.205 464.169 123.232L464.212 123.259C464.253 123.164 464.226 123.071 464.201 123.035C464.226 123.069 464.276 123.117 464.353 123.192L464.826 123.665H464.156V123.667ZM463.374 140.106H462.554V139.285H463.374V140.106ZM464.156 130.031H462.955L463.798 129.188L463.993 129.342C464.022 129.367 464.051 129.394 464.079 129.421C464.133 129.475 464.135 129.475 464.156 129.475V130.031ZM464.421 128.703C464.119 128.703 463.974 128.632 463.913 128.438H463.084V127.225L463.879 128.021V127.49L465.092 128.705H464.421V128.703ZM466.012 140.371C465.597 140.371 465.47 140.244 465.47 139.827V139.172L464.675 139.97V138.753H465.887L465.479 139.163L466.682 140.371H466.014H466.012ZM466.374 126.781V124.979H468.171L466.374 126.781ZM468.454 123.579H467.541V123.3V123.022C467.852 123.022 467.994 122.879 468.194 122.679C468.42 122.455 468.699 122.174 469.239 122.174H471.264L468.454 123.579ZM470.508 111.734V110.52L471.72 111.734H470.508ZM471.212 110.757C470.752 110.757 470.625 110.631 470.625 110.173V109.504L471.885 110.757H471.212ZM473.304 117.18H471.971L473.304 115.847V117.18ZM473.943 111.677H473.082V110.814H473.943V111.677ZM476.044 105.446C476.01 105.604 476.01 105.926 476.01 106.132V106.411H474.745V106.132C474.745 106.076 474.745 106.01 474.745 105.942L473.873 106.377L474.725 105.53C474.722 105.5 474.718 105.473 474.711 105.448C474.668 105.477 474.602 105.53 474.512 105.62L474.43 105.702H473.438L473.449 106.042C473.449 106.042 473.449 106.033 473.449 106.028C473.449 106.037 473.449 106.049 473.449 106.062L473.435 106.166H473.345C473.333 106.166 473.32 106.166 473.311 106.169C473.315 106.169 473.32 106.169 473.324 106.166L472.894 106.155V105.611H473.03L474.12 104.521C475.069 103.572 475.701 103.234 476.184 103.431C476.721 103.653 476.721 104.453 476.721 104.718V104.816H477L476.721 104.954V106.092L476.248 105.62C476.155 105.527 476.087 105.475 476.044 105.446ZM476.408 109.81V108.204L478.015 109.81H476.408ZM479.144 102.96H479.282V104.174L478.607 103.497L478.196 103.907V103.236C478.196 103.182 478.205 103.146 478.21 103.1L478.069 102.96H478.233C478.292 102.765 478.439 102.695 478.74 102.695H479.411L479.146 102.96H479.144ZM482.463 91.8379C482.463 92.2526 482.337 92.3795 481.922 92.3795H481.251L482.463 91.1671V91.8379ZM483.789 94.2354H482.577L483.789 93.023V94.2354ZM486.243 86.9431H486.128C486.021 86.9431 485.869 86.9431 485.752 86.9522C485.763 86.9658 485.776 86.9794 485.795 86.9952L486.268 87.4688H485.597C485.507 87.4688 485.414 87.4688 485.353 87.4734C485.348 87.5346 485.348 87.6275 485.348 87.7204H484.793V86.78C484.455 86.44 484.333 86.2973 484.421 86.082C484.503 85.8871 484.684 85.8622 484.954 85.8599L485.319 85.4951V84.4142L487.048 86.1386L486.243 86.9431ZM500.468 107.352V106.141H501.687L500.468 107.352ZM521.388 82.2319C521.388 82.5537 521.318 82.7078 521.105 82.7644V82.7984C521.105 83.0477 521.105 83.544 520.679 83.6278C520.672 83.6346 520.667 83.6437 520.661 83.6505H521.386V84.89L521.103 85.1733V85.4565L521.021 85.5381C520.962 85.597 520.892 85.6854 520.892 85.7647C520.892 85.8146 520.919 85.8667 520.953 85.912C521.098 85.9211 521.229 85.9551 521.293 86.1092C521.377 86.3131 521.243 86.4468 521.023 86.6666L520.942 86.7482H520.826C520.713 86.7482 520.62 86.7392 520.543 86.7188C520.543 86.7188 520.541 86.7188 520.538 86.7188V87.1493L520.094 87.5957L519.974 87.6003V87.879H519.695C519.283 87.879 519.154 88.0308 519.025 88.1759C518.975 88.2325 518.918 88.3005 518.841 88.3549V88.7265H518.166L518.084 88.6449C518.027 88.5883 517.987 88.586 517.858 88.586C517.744 88.586 517.592 88.586 517.431 88.5067C517.422 88.5294 517.409 88.5543 517.4 88.5747C517.348 88.6767 517.277 88.8194 517.157 88.9123C517.452 89.2387 517.422 89.4177 517.067 89.7757L516.985 89.8573H516.582V90.17C516.629 90.2221 516.663 90.2833 516.684 90.3536C516.724 90.5077 516.684 90.6731 516.575 90.8204C516.552 90.9813 516.493 91.1671 516.428 91.3597C516.371 91.5297 516.301 91.7404 516.301 91.8379V91.9534L516.219 92.035C516.11 92.1438 516.054 92.2571 515.988 92.3863C515.925 92.5109 515.857 92.6514 515.734 92.7942V93.2451H515.453V93.2474V93.3652L515.281 93.5352H516.126L515.174 94.4892L515.034 94.3464L514.724 94.6546H514.61C514.544 94.6546 514.47 94.6546 514.454 94.6614C514.454 94.6614 514.449 94.6614 514.447 94.6659H514.719L514.535 94.8495C514.547 94.9039 514.542 94.9605 514.515 95.0217C514.449 95.1781 514.313 95.2121 514.166 95.2189L513.6 95.7854H513.248C512.51 96.0369 512.287 96.2635 512.038 96.7621L511.961 96.9162H511.789C511.447 96.9162 511.415 97 511.37 97.1269C511.338 97.2153 511.27 97.4011 511.077 97.4623L510.928 97.6119C510.873 97.9314 510.617 98.2033 510.354 98.4662C510.291 98.686 510.073 98.7948 509.938 98.865C509.888 98.8899 509.811 98.9285 509.792 98.9489V99.0644L509.729 99.0962L508.961 99.8666C508.936 100.207 508.795 100.309 508.403 100.309H508.125L508.12 100.025H507.889C507.807 100.17 507.656 100.322 507.477 100.501L507.395 100.583L507.273 100.59C507.143 100.59 506.987 100.748 506.987 100.877V101.156H506.312L506.23 101.074C506.201 101.045 506.174 101.022 506.153 101.006C506.149 101.04 506.142 101.09 506.142 101.161V101.276L506.06 101.358C505.899 101.519 505.682 101.664 505.351 101.883C505.036 102.094 504.614 102.373 504.055 102.794L503.862 102.939L503.692 102.769C503.665 102.74 503.633 102.711 503.606 102.686C503.579 102.711 503.549 102.742 503.52 102.769L503.438 102.851H503.323C503.194 102.851 503.035 103.01 503.035 103.139V103.418H502.756C502.734 103.418 502.731 103.418 502.67 103.477C502.586 103.56 502.448 103.699 502.192 103.699C502.067 103.699 501.766 103.814 501.444 103.937C501.238 104.016 501 104.106 500.73 104.199C500.69 104.356 500.61 104.526 500.438 104.585C500.384 104.603 500.261 104.628 500.123 104.546H499.697C499.491 104.616 499.3 104.684 499.124 104.75C498.573 104.952 498.138 105.11 497.673 105.11C497.467 105.11 497.295 105.024 497.055 104.904C496.842 104.798 496.577 104.666 496.171 104.53L495.981 104.467V103.98H495.697V102.74L496.298 102.14C496.572 101.346 496.862 101.016 497.123 100.753C497.159 100.574 497.266 100.469 497.334 100.399C497.392 100.34 497.392 100.336 497.392 100.313V100.197L497.474 100.116C497.812 99.7782 497.952 99.4905 498.075 99.2389C498.24 98.8967 498.396 98.575 498.931 98.3778L499.251 98.0583H499.366C499.534 98.0583 499.838 97.7546 500.298 97.2923L500.379 97.2108H500.495C500.649 97.2108 501.134 97.0046 501.376 96.5173L501.453 96.3632H501.625C501.596 96.3632 501.635 96.2839 501.659 96.2341C501.718 96.114 501.809 95.935 501.977 95.8488C502.294 95.0104 502.851 94.4575 503.126 94.1855C503.298 94.0133 503.468 93.9272 503.62 93.8524C503.724 93.8003 503.815 93.755 503.903 93.6825C503.941 93.5102 504.043 93.406 504.111 93.3403C504.17 93.2814 504.17 93.2768 504.17 93.2542V93.1386L504.252 93.057C504.374 92.9346 504.51 92.7307 504.639 92.5336C504.762 92.35 504.889 92.1596 505.02 92.0101C505.04 91.7042 505.154 91.5886 505.46 91.5659L508.288 88.7378H508.403C508.533 88.7378 508.689 88.5792 508.689 88.4523V88.1736H508.968C509.097 88.1736 509.253 88.015 509.253 87.8858C509.253 87.4507 509.38 87.3261 509.813 87.3261H509.928L510.01 87.4077C510.042 87.4394 510.069 87.462 510.089 87.4779C510.096 87.4439 510.101 87.3918 510.101 87.3215V87.206L511.109 86.1953H511.506C511.698 86.1953 512.197 85.9574 512.439 85.7126C512.736 85.4135 513.042 85.1053 513.409 85.069L514.907 84.319C514.941 84.0448 515.07 83.9473 515.39 83.936L516.987 83.1361L517.311 82.8347C517.905 82.5378 518.222 82.5242 518.281 82.5242H518.73C518.981 82.2795 519.07 82.241 519.412 82.241H519.528L519.759 82.4721C519.77 82.4472 519.779 82.4245 519.781 82.4132L519.308 81.9396L521.386 81.9577V82.2364L521.388 82.2319Z\" fill=\"white\"><\/path><path d=\"M479.599 93C479.499 93.0997 479.404 93.2017 479.309 93.3059H479.599V93Z\" fill=\"white\"><\/path><path d=\"M477.26 91.4729V91.5658H477.527C477.527 91.4434 477.53 91.3822 477.555 91.346C477.55 91.3414 477.541 91.3414 477.537 91.3369L477.258 91.4729H477.26Z\" fill=\"white\"><\/path><path d=\"M475.809 95.6719L476.718 96.5807C476.722 96.5603 476.718 96.5421 476.729 96.5195C476.786 96.3858 476.888 96.3359 477.028 96.3178V95.4499H477.493L477.065 95.0193H477.885V94.7542L477.966 94.6726C477.966 94.6726 477.978 94.6613 477.985 94.6545L477.921 94.591H478.048C478.13 94.5072 478.213 94.4233 478.293 94.3395C477.994 94.3078 477.86 94.1967 477.484 93.8183L477.382 93.7163C477.266 93.8183 477.137 93.8976 477.001 93.9384L476.595 94.344C476.564 94.3757 476.53 94.4029 476.491 94.4256C476.5 94.514 476.487 94.6069 476.453 94.693C476.367 94.9015 476.165 95.0352 475.938 95.0352H475.877C475.877 95.0352 475.868 95.042 475.864 95.0465C475.911 95.1689 475.918 95.3048 475.852 95.4635C475.796 95.6017 475.705 95.6765 475.607 95.7309L475.814 95.9371V95.6719H475.809Z\" fill=\"white\"><\/path><path d=\"M462.365 126.049C462.365 126.087 462.365 126.115 462.365 126.158C462.435 126.158 462.485 126.158 462.544 126.155L462.497 126.108C462.463 126.074 462.413 126.062 462.365 126.051V126.049Z\" fill=\"white\"><\/path><path d=\"M490.888 77.2215C490.908 77.226 490.96 77.2283 491.017 77.2305C491.286 76.9903 491.549 76.8793 491.74 76.8294V76.1723C491.74 75.9185 491.771 75.7621 491.844 75.6533C491.805 75.6601 491.771 75.676 491.733 75.676H491.182C491.148 75.7281 491.119 75.7825 491.069 75.8187C491.042 76.1156 490.926 76.3037 490.711 76.4011C490.774 76.4918 490.811 76.6005 490.811 76.7206V77.2509C490.811 77.2509 490.808 77.2668 490.806 77.2736H490.965C490.965 77.2736 490.919 77.2328 490.888 77.2237V77.2215Z\" fill=\"white\"><\/path><path d=\"M482.562 84.9371C482.64 84.9371 482.689 84.9371 482.728 84.9462V84.8442C482.671 84.8737 482.606 84.8941 482.562 84.9371Z\" fill=\"white\"><\/path><path d=\"M489.987 77.5318H490.139C490.282 77.5318 490.397 77.4207 490.408 77.2735H490.798C490.794 77.2145 490.791 77.1511 490.791 77.0582C490.791 76.7606 490.642 76.7606 490.343 77.0582H489.899C489.899 77.3543 489.751 77.6511 489.454 77.9488C489.01 77.9488 489.454 78.3952 489.01 78.3952C488.766 78.3952 488.922 78.5289 489.04 78.649L489.511 78.0122L489.987 77.5318Z\" fill=\"white\"><\/path><path d=\"M481.486 87.1625V86.8271C481.486 86.6277 481.508 86.494 481.549 86.3853L481.094 86.494C481.048 86.6005 480.98 86.6731 480.931 86.7229C480.992 86.8793 480.897 87.0175 480.849 87.0832C480.831 87.1081 480.799 87.1535 480.797 87.1716L481.137 87.5115L481.488 87.1603L481.486 87.1625Z\" fill=\"white\"><\/path><path d=\"M488.623 79.0116H488.774L488.879 78.8711C488.593 78.9277 488.326 79.134 488.201 79.4036C488.319 79.3039 488.45 79.211 488.625 79.1204V79.0116H488.623Z\" fill=\"white\"><\/path><path d=\"M480.34 87.6064V88.3044L481.008 87.6359L480.34 87.6064Z\" fill=\"white\"><\/path><path d=\"M465.328 113.59V113.839H465.593C465.752 113.678 465.435 113.617 465.328 113.59Z\" fill=\"white\"><\/path><path d=\"M480.096 88.5493L479.887 88.3408C479.887 88.3408 479.885 88.3454 479.883 88.3476L480.091 88.5561L480.096 88.5516V88.5493Z\" fill=\"white\"><\/path><path d=\"M466.678 111.963V111.983C466.678 111.983 466.678 111.988 466.678 111.99L466.725 111.942C466.709 111.949 466.696 111.958 466.68 111.963H466.678Z\" fill=\"white\"><\/path><path d=\"M516.462 131.07L516.287 131.247C516.412 131.199 516.532 131.145 516.657 131.073C516.591 131.073 516.536 131.073 516.462 131.073V131.07Z\" fill=\"white\"><\/path><path d=\"M489.136 79.5693C489.116 79.6396 489.088 79.7121 489.057 79.7801C489.143 79.6917 489.238 79.6215 489.34 79.5693H489.138H489.136Z\" fill=\"white\"><\/path><path d=\"M487.284 80.3488H487.58C487.619 80.3216 487.655 80.2967 487.673 80.2514C487.689 80.2128 487.698 80.1766 487.701 80.1426L487.75 79.9998C487.773 79.9545 487.796 79.9205 487.818 79.8774L487.225 80.1743V80.4417C487.243 80.4394 487.263 80.4372 487.284 80.4372V80.3488Z\" fill=\"white\"><\/path><path d=\"M507.551 100.024V100.007C507.551 100.007 507.543 100.014 507.541 100.019C507.543 100.019 507.548 100.024 507.551 100.024Z\" fill=\"white\"><\/path><path d=\"M238.439 140.973C238.43 140.991 238.433 141.009 238.426 141.028L238.72 140.735V140.676C238.548 140.769 238.464 140.914 238.439 140.973Z\" fill=\"white\"><\/path><path d=\"M240.169 140.37L239.975 140.175C239.791 140.243 239.639 140.309 239.508 140.37H240.167H240.169Z\" fill=\"white\"><\/path><path d=\"M237.505 142.711H237.467C237.433 142.711 237.401 142.725 237.367 142.729V143.02H237.646C237.721 143.02 237.775 143.02 237.841 143.011C238.19 142.965 238.19 142.659 238.19 142.476C238.19 142.347 238.172 142.254 238.142 142.174C238.11 142.217 238.067 142.247 238.045 142.301C237.848 142.401 237.671 142.55 237.508 142.709L237.505 142.711Z\" fill=\"white\"><\/path><path d=\"M168.798 93.9519L168.719 94.0312C168.898 94.1603 169.106 94.2419 169.328 94.2419C169.337 94.2419 169.346 94.2374 169.355 94.2374L169.589 94.004L169.324 93.8136C169.253 93.7615 169.188 93.6958 169.124 93.6074L168.934 93.3423L168.691 93.5848C168.723 93.6142 168.753 93.6414 168.798 93.6867C168.975 93.6867 168.975 93.7751 168.798 93.9519Z\" fill=\"white\"><\/path><path d=\"M166.619 96.2905C166.587 96.3064 166.566 96.3222 166.523 96.3358C166.548 96.329 166.576 96.3268 166.603 96.3177C166.61 96.3087 166.612 96.2996 166.619 96.2905Z\" fill=\"white\"><\/path><path d=\"M166.433 96.3492L166.422 96.3606C166.456 96.3606 166.488 96.347 166.522 96.3379L166.433 96.3492Z\" fill=\"white\"><\/path><path d=\"M506.184 138.175C506.184 138.175 506.2 138.156 506.209 138.15C505.744 137.962 506.13 137.934 505.896 137.699C505.896 137.658 505.926 137.633 505.946 137.604L505.219 137.812L505.892 137.959L505.518 138.22L505.989 138.413C506.044 138.435 506.109 138.458 506.184 138.485V138.229C506.184 138.211 506.184 138.19 506.182 138.175H506.184Z\" fill=\"white\"><\/path><path d=\"M507.222 137.171H507.487C507.539 137.171 507.571 137.171 507.602 137.173C507.679 137.157 507.747 137.121 507.806 137.078C507.768 136.999 507.691 136.912 507.507 136.901L507.437 136.912L507.335 136.829L507.156 136.992C507.126 137.019 507.095 137.051 507.038 137.11L506.984 137.164H506.564V137.171H507.222Z\" fill=\"white\"><\/path><path d=\"M489.04 78.6489L488.875 78.871C488.92 78.8619 488.963 78.8393 489.011 78.8393C489.213 78.8393 489.138 78.7486 489.04 78.6489Z\" fill=\"white\"><\/path><path d=\"M488.198 79.4038C488.049 79.5307 487.931 79.6848 487.824 79.8797L488.123 79.7301C488.123 79.6191 488.151 79.508 488.2 79.4038H488.198Z\" fill=\"white\"><\/path><path d=\"M490.804 77.2715H490.799C490.799 77.2715 490.799 77.2835 490.799 77.2883C490.799 77.2811 490.799 77.2763 490.801 77.2715H490.804Z\" fill=\"white\"><\/path><path d=\"M491.311 74.9962C491.286 74.8988 491.246 74.8059 491.173 74.7334C491.173 74.7334 491.171 74.7311 491.169 74.7288L491.173 74.7243L491.551 74.3436C491.821 74.3096 491.962 74.1986 492.231 73.9289C492.263 73.8972 492.288 73.8632 492.308 73.8247H492.635C492.689 73.8247 492.732 73.7952 492.784 73.7816C492.843 73.7204 492.9 73.657 492.9 73.5346C493.165 73.5346 493.165 73.2695 493.165 73.0043C493.342 72.8276 493.518 72.7392 493.695 72.7392H494.225L494.493 72.4741L494.588 72.3789C494.588 72.3517 494.593 72.3245 494.588 72.2951C494.742 72.1953 494.88 72.0662 495.012 71.937H494.527L494.275 72.1885L494.205 72.2883L494.196 72.3857C494.178 72.5534 494.062 72.6486 493.94 72.7279V72.7324H493.593V72.5987L493.457 72.7324H493.036L493.043 73.1448L492.979 73.2083C492.956 73.2309 492.929 73.2491 492.9 73.2627L492.811 73.3057L492.768 73.3941C492.734 73.4644 492.651 73.5029 492.585 73.5233L492.456 73.6071C492.404 73.657 492.333 73.7295 492.286 73.836C492.147 73.879 491.966 73.9652 491.787 74.1442C491.685 74.2462 491.581 74.2983 491.461 74.3572C491.318 74.4297 491.155 74.5113 490.992 74.6744L490.91 74.756V75.6783H491.169C491.234 75.5763 491.282 75.454 491.3 75.2976V74.9985L491.311 74.9962Z\" fill=\"white\"><\/path><path d=\"M485.893 81.9576L486.784 81.067C486.924 81.067 487.008 81.0625 487.074 81.0466C487.083 81.0285 487.099 81.024 487.106 81.0058C487.119 80.9696 487.131 80.9288 487.133 80.888L487.196 80.8246C487.196 80.8246 487.212 80.8042 487.221 80.7928C487.221 80.7407 487.226 80.6954 487.226 80.6229V80.4438C487.208 80.4461 487.19 80.4506 487.165 80.4506L486.983 80.4869L486.829 80.7588V80.7792L486.591 80.9084H486.723L486.714 80.9265C486.664 81.0194 486.589 81.0784 486.487 81.0988L486.408 81.1146L485.279 82.2409H485.778L486.061 81.9576H485.891H485.893Z\" fill=\"white\"><\/path><path d=\"M196.666 69.0225H196.145L196.376 69.2559C196.416 69.2219 196.457 69.1992 196.498 69.1584C196.543 69.1131 196.602 69.0678 196.663 69.0247L196.666 69.0225Z\" fill=\"white\"><\/path><path d=\"M466.414 112.776C466.414 112.776 466.398 112.776 466.386 112.776L466.414 112.749V112.475L466.515 112.373C466.617 112.271 466.676 112.13 466.676 111.985L466.103 112.559L466.021 112.665V113.057H466.3C466.386 113.057 466.45 113.044 466.509 113.03C466.484 112.969 466.459 112.905 466.411 112.84V112.774L466.414 112.776Z\" fill=\"white\"><\/path><path d=\"M466.816 111.847L466.723 111.94C466.754 111.929 466.784 111.913 466.816 111.897V111.847Z\" fill=\"white\"><\/path><path d=\"M463.069 126.171L463.019 126.122C462.908 126.147 462.745 126.151 462.541 126.153L462.815 126.432L462.965 126.398C463.03 126.384 463.064 126.35 463.114 126.328V126.863C463.137 126.831 463.171 126.813 463.187 126.774C463.273 126.568 463.225 126.328 463.067 126.169L463.069 126.171Z\" fill=\"white\"><\/path><path d=\"M462.094 125.278C462.058 125.349 462.017 125.41 462.002 125.512L461.99 125.589L462.038 125.711C462.042 125.729 462.045 125.745 462.045 125.761L462.054 126.017L462.31 126.028C462.33 126.028 462.344 126.047 462.364 126.051C462.364 125.838 462.369 125.67 462.389 125.55C462.332 125.419 462.221 125.335 462.094 125.278Z\" fill=\"white\"><\/path><path d=\"M460.445 129.912C460.479 129.845 460.488 129.765 460.497 129.688L460.289 129.482H460.509C460.552 129.403 460.581 129.314 460.581 129.217L460.221 129.226L460.103 129.462L460.119 129.552C460.119 129.575 460.128 129.586 460.128 129.582L460.092 129.797L460.581 130.282C460.581 130.144 460.529 130.014 460.445 129.919V129.912Z\" fill=\"white\"><\/path><path d=\"M255.662 121.505V121.539C255.75 121.558 255.762 121.61 255.762 121.793H255.692L255.719 122.038L256.131 121.807L257.799 121.37L256.079 121.261C256.079 121.261 256.052 121.261 256.041 121.261L256.018 121.283C255.857 121.338 255.744 121.431 255.662 121.508V121.505Z\" fill=\"white\"><\/path><path d=\"M249.377 127.678C249.245 127.76 249.164 127.9 249.134 128.056V128.154C249.134 128.154 249.118 128.154 249.109 128.154V128.245C249.15 128.315 249.205 128.374 249.3 128.403L249.291 128.43C249.286 128.444 249.261 128.471 249.239 128.494C249.22 128.514 249.198 128.548 249.177 128.575C249.252 128.7 249.402 128.75 249.402 128.949H249.186C249.216 129.001 249.245 129.054 249.291 129.094C249.257 129.14 249.243 129.187 249.22 129.233H250.1L249.875 128.82C249.848 128.768 249.835 128.727 249.835 128.689V128.299L249.859 127.087H249.835V126.905L249.771 127.087H249.51C249.424 127.218 249.379 127.39 249.379 127.624C249.379 127.642 249.379 127.66 249.381 127.678H249.377Z\" fill=\"white\"><\/path><path d=\"M242.087 138.129L241.584 138.63C241.541 138.673 241.512 138.725 241.484 138.777H241.611V139.169L242.003 138.777H242.432V138.499C242.432 138.451 242.432 138.401 242.427 138.354L242.432 138.349V137.692H242.153C242.03 137.692 241.94 137.708 241.865 137.733C241.897 137.805 241.933 137.878 241.994 137.955C242.019 138.023 242.051 138.082 242.087 138.127V138.129Z\" fill=\"white\"><\/path><path d=\"M431.661 166.866V167.131C431.535 167.131 431.471 167.131 431.437 167.099L431.186 167.351L431.342 167.482L431.646 167.176L431.732 167.04L431.82 166.596H431.72C431.661 166.671 431.605 166.755 431.582 166.868H431.661V166.866Z\" fill=\"white\"><\/path><path d=\"M418.456 131.073C418.597 130.909 418.705 130.726 418.69 130.504H418.429V130.193H418.581C418.558 130.157 418.54 130.114 418.515 130.087C418.531 130.026 418.554 129.955 418.574 129.89L417.896 129.917L418.207 130.413C418.223 130.454 418.232 130.49 418.236 130.533L418.307 130.835H418.474C418.404 131.084 418.4 131.342 418.4 131.567C418.4 131.682 418.395 131.777 418.391 131.87C418.431 131.746 418.458 131.605 418.458 131.431V131.07L418.456 131.073Z\" fill=\"white\"><\/path><path d=\"M419.12 128.478V128.102C419.217 128.005 419.278 127.939 419.344 127.871C419.38 127.631 419.385 127.377 419.385 127.096V126.72H419.192V127.044C419.192 127.42 419.192 127.427 418.975 127.656L418.905 127.728L418.889 127.828C418.862 128 418.803 128.159 418.71 128.313L418.662 128.39V128.771L418.882 128.99C418.92 128.884 418.959 128.784 418.997 128.669C419.05 128.605 419.079 128.539 419.12 128.476V128.478Z\" fill=\"white\"><\/path><path d=\"M419.641 125.111V125.222L419.693 125.17C419.675 125.152 419.661 125.127 419.641 125.111Z\" fill=\"white\"><\/path><path d=\"M419.318 124.929H419.049V124.775C418.897 124.714 418.768 124.7 418.652 124.705L418.43 124.929V124.739C418.407 124.746 418.378 124.752 418.362 124.759C418.228 124.816 418.088 124.922 417.975 125.097V125.192L418.398 125.054C418.412 125.049 418.453 125.038 418.534 125.036H418.541V125.305L418.772 125.074L418.795 125.083C418.861 125.111 418.929 125.149 418.994 125.197L419.119 125.258H419.55V125.058C419.484 125.015 419.42 124.965 419.341 124.941C419.332 124.934 419.325 124.934 419.316 124.927L419.318 124.929Z\" fill=\"white\"><\/path><path d=\"M416.614 137.778C416.743 137.649 416.976 137.397 416.997 137.053C416.936 137.119 416.879 137.191 416.879 137.32H416.568C416.736 137.153 416.813 136.897 416.897 136.645C416.87 136.593 416.852 136.527 416.815 136.484C416.859 136.337 416.881 136.183 416.893 136.022C417.001 135.959 417.09 135.866 417.146 135.752C417.194 135.659 417.232 135.56 417.273 135.462H417.185V135.152C417.185 134.871 417.174 134.599 416.94 134.551C416.983 134.78 416.972 135.027 416.843 135.344L416.659 135.793H416.888L416.825 135.857C416.623 136.058 416.53 136.33 416.457 136.548L416.412 136.681L416.541 136.908C416.546 136.933 416.546 136.962 416.541 137.044L416.532 137.864L416.555 137.842C416.559 137.828 416.568 137.819 416.573 137.808C416.573 137.821 416.58 137.817 416.614 137.78V137.778Z\" fill=\"white\"><\/path><path d=\"M417.186 133.912H417.379C417.395 133.89 417.411 133.865 417.424 133.842L417.186 133.602C417.393 133.602 417.497 133.498 417.497 133.291V133.727C417.694 133.375 417.837 132.981 417.837 132.673C417.837 132.637 417.837 132.614 417.837 132.584C417.83 132.584 417.828 132.589 417.823 132.591L417.619 132.659L417.601 132.666V132.689L417.032 133.652H417.03L416.756 134.064L416.865 134.248C416.874 134.264 416.869 134.286 416.878 134.302V134.221L417.189 133.91L417.186 133.912Z\" fill=\"white\"><\/path><path d=\"M469.393 15.9982C469.452 16.0141 469.511 16.0254 469.576 16.0254C469.706 16.0254 469.826 15.9801 469.919 15.9076C469.891 16.0617 469.919 16.1795 469.944 16.2633L471.237 16.2293L469.572 15.792C469.567 15.9619 469.545 15.9937 469.391 15.9959L469.393 15.9982Z\" fill=\"white\"><\/path><path d=\"M469.529 15.7809L469.321 15.7265L469.13 15.6812L469.035 15.7854C469.121 15.8692 469.219 15.9395 469.332 15.9803L469.531 15.7809H469.529Z\" fill=\"white\"><\/path><path d=\"M372.273 111.444H371.879V112.153C372.033 112.015 372.212 111.8 372.273 111.444Z\" fill=\"white\"><\/path><path d=\"M382.416 97.1244V96.7505C382.648 96.5193 382.731 96.4491 382.765 96.5034C382.727 96.2814 382.666 96.0684 382.548 95.8667C382.561 95.8485 382.58 95.8304 382.598 95.8123C382.6 95.81 382.602 95.8055 382.607 95.801L381.834 94.6294L382.24 96.6575V96.7618H382.255C382.255 96.7618 382.251 96.7731 382.249 96.7799C382.271 97.0065 382.274 97.2445 382.274 97.5005H382.414V97.1266L382.416 97.1244Z\" fill=\"white\"><\/path><path d=\"M381.672 99.0305C381.785 99.0305 381.889 98.9919 381.987 98.933C381.799 98.7427 381.729 98.6543 381.699 98.5342C381.674 98.5568 381.656 98.5886 381.631 98.6044L381.262 98.9171L381.482 99.1438C381.527 99.103 381.581 99.0735 381.624 99.0327H381.676L381.672 99.0305Z\" fill=\"white\"><\/path><path d=\"M380.939 99.5627C381.034 99.5083 381.111 99.4244 381.202 99.3564H380.746V100.242C380.868 100.104 380.959 99.9388 380.959 99.7394C380.959 99.6782 380.952 99.6193 380.939 99.5604V99.5627Z\" fill=\"white\"><\/path><path d=\"M103.674 62.9243L103.706 62.956C103.706 62.956 103.726 62.9356 103.735 62.9243H103.674Z\" fill=\"white\"><\/path><path d=\"M132.497 36.2776C132.54 36.2345 132.615 36.1869 132.674 36.1416L131.643 36.486H132.331C132.345 36.443 132.372 36.4181 132.379 36.3659C132.42 36.341 132.461 36.3116 132.495 36.2776H132.497Z\" fill=\"white\"><\/path><path d=\"M114.996 54.3089C115.019 54.2863 115.039 54.2704 115.06 54.2568V54.0483L114.473 54.633C114.593 54.6035 114.704 54.5491 114.779 54.4426C114.86 54.4154 114.935 54.3701 114.996 54.3089Z\" fill=\"white\"><\/path><path d=\"M530.323 140.233C530.31 140.26 530.299 140.282 530.287 140.305C530.287 140.323 530.287 140.332 530.287 140.353L530.271 140.337C530.271 140.337 530.269 140.344 530.267 140.346C530.113 140.366 529.993 140.405 529.891 140.455L530.265 140.795L530.428 140.425L530.453 140.31C530.453 140.092 530.394 139.97 530.289 139.899C530.303 139.986 530.317 140.074 530.369 140.146C530.353 140.178 530.339 140.208 530.323 140.235V140.233Z\" fill=\"white\"><\/path><path d=\"M477.656 93.3467H477.006L477.377 93.7183C477.489 93.6209 477.581 93.4985 477.656 93.3467Z\" fill=\"white\"><\/path><path d=\"M479.644 87.5887C479.644 87.3236 479.911 87.3236 479.911 87.0584V86.7933H479.936V86.6732C480.031 86.6143 480.167 86.5259 480.306 86.3899C480.351 86.3446 480.383 86.3106 480.412 86.2834C480.417 86.2857 480.426 86.288 480.442 86.288C480.593 86.288 480.736 86.2245 480.838 86.1203C480.838 86.1203 480.843 86.1225 480.845 86.1248L480.994 85.9752C480.972 85.9616 480.947 85.9503 480.929 85.9322L480.732 85.7373L480.469 86.0024C480.188 86.0568 480.097 86.3016 480.068 86.5214H479.546V87.0652C479.546 87.3825 479.463 87.4777 479.399 87.523L479.281 87.6068V87.8561H479.381C479.381 87.6793 479.469 87.591 479.646 87.591L479.644 87.5887Z\" fill=\"white\"><\/path><path d=\"M481.029 86.2451C481.095 86.2723 481.163 86.2882 481.235 86.2882C481.353 86.2882 481.467 86.261 481.578 86.2202L481.204 86.0684C481.177 86.159 481.124 86.2247 481.029 86.2474V86.2451Z\" fill=\"white\"><\/path><path d=\"M477.524 91.0356H477.54C477.54 90.9495 477.529 90.8656 477.488 90.7863C477.495 90.7773 477.497 90.7705 477.504 90.7637H477.148V90.8475L475.057 91.3189H477.135L477.117 91.5409L477.257 91.473V91.3007L477.524 91.0356Z\" fill=\"white\"><\/path><path d=\"M483.31 84.6134C483.421 84.5658 483.495 84.4842 483.568 84.4004H483.507C483.405 84.4004 483.267 84.4049 483.119 84.4185L482.972 84.4321L482.899 84.5613C482.865 84.6202 482.84 84.6678 482.795 84.7176L482.723 84.84V84.8468C482.884 84.7607 483.069 84.7063 483.255 84.6905C483.269 84.6655 483.296 84.6406 483.307 84.6157L483.31 84.6134Z\" fill=\"white\"><\/path><path d=\"M478.346 91.5659H478.321C478.144 91.5659 477.967 91.4775 477.79 91.3008C477.648 91.3008 477.584 91.3053 477.555 91.3461C477.632 91.4028 477.741 91.4435 477.908 91.4503C477.915 91.4594 477.926 91.4707 477.931 91.4775L477.956 91.8469H478.099C478.101 91.8945 478.114 91.9398 478.121 91.9851H477.913L478.239 92.3092C478.305 92.1846 478.346 92.0327 478.346 91.8265V91.5614V91.5659Z\" fill=\"white\"><\/path><path d=\"M478.32 89.9748L478.055 89.7097C478.315 89.4491 478.322 89.4446 478.576 89.4446L478.603 89.4174C478.848 89.1454 478.857 88.6401 479.115 88.384V88.1348C479.02 88.2254 478.936 88.3002 478.866 88.3365L478.771 88.3863L478.734 88.4883C478.712 88.5472 478.671 88.597 478.619 88.6288L478.469 88.7194L478.487 88.8939C478.496 88.9755 478.467 89.0571 478.408 89.116L478.057 89.465L478.068 89.5941C478.073 89.6462 478.064 89.6984 478.043 89.7482L477.688 90.2558H477.755C477.962 90.24 478.188 90.1743 478.333 89.9726H478.324L478.32 89.9748Z\" fill=\"white\"><\/path><path d=\"M483.118 84.9375C483.118 84.9375 483.1 84.9375 483.093 84.9375L482.828 85.2026C482.828 85.0145 482.824 84.9624 482.729 84.9466V85.223H482.975L482.742 85.4564C482.742 85.4564 482.765 85.4564 482.774 85.4542C482.982 85.3681 483.116 85.1664 483.118 84.942V84.9375Z\" fill=\"white\"><\/path><path d=\"M475.543 95.6717V95.7623C475.563 95.7533 475.581 95.7397 475.602 95.7284L475.543 95.6694V95.6717Z\" fill=\"white\"><\/path><path d=\"M443.823 184.178C443.51 183.644 443.068 183.202 442.479 182.835L439.016 182.023H428.646V194.641H430.579V193.682L430.598 189.925H438.407L440.138 194.641L440.249 194.936L442.016 194.199L441.869 193.812L440.432 189.832C440.929 189.739 441.334 189.631 441.647 189.502C442.458 189.189 443.066 188.801 443.453 188.305C443.841 187.827 444.117 187.163 444.244 186.336C444.262 186.243 444.262 186.096 444.262 185.912C444.262 185.305 444.115 184.716 443.82 184.181L443.823 184.178ZM442.134 187.177L442.062 187.249L441.067 187.931C440.616 188.126 440.242 188.219 439.873 188.237C439.521 188.257 438.964 188.276 438.2 188.276H430.187V183.687H439.342C439.895 183.687 440.426 183.78 440.915 183.961C441.4 184.144 441.792 184.414 442.08 184.763C442.384 185.13 442.531 185.52 442.531 185.953C442.531 186.386 442.393 186.798 442.132 187.179L442.134 187.177Z\" fill=\"white\"><\/path><path d=\"M418.552 183.403C417.777 182.925 416.893 182.574 415.898 182.354C414.903 182.134 413.872 182.023 412.823 182.023C411.774 182.023 410.743 182.134 409.748 182.354C408.753 182.594 407.869 182.943 407.115 183.422C406.249 183.954 405.587 184.618 405.107 185.429C404.629 186.259 404.389 187.215 404.389 188.339C404.389 189.812 404.831 191.047 405.714 192.06C406.451 192.907 407.518 193.569 408.919 194.05C410.079 194.437 411.404 194.639 412.877 194.639L415.934 194.288C416.911 194.047 417.795 193.698 418.568 193.22C420.374 192.096 421.276 190.476 421.276 188.321C421.276 186.166 420.374 184.527 418.549 183.403H418.552ZM418.4 191.21C417.781 191.829 416.891 192.307 415.753 192.629C414.844 192.88 413.829 193.007 412.73 193.007C411.96 193.007 411.18 192.93 410.412 192.781C409.603 192.622 408.912 192.391 408.295 192.074C406.727 191.251 405.934 189.991 405.934 188.328C405.934 187.467 406.149 186.714 406.571 186.091C406.983 185.484 407.577 184.967 408.295 184.6C408.912 184.283 409.603 184.052 410.412 183.893C411.182 183.743 411.962 183.666 412.73 183.666L415.042 183.888C415.857 184.047 416.542 184.278 417.167 184.6C417.883 184.967 418.479 185.484 418.892 186.091C419.313 186.714 419.528 187.467 419.528 188.328C419.528 189.472 419.148 190.442 418.4 191.21Z\" fill=\"white\"><\/path><path d=\"M362.246 194.124L359.722 182.023H351.6L349.078 194.124L349.023 194.401L350.884 194.918L351.675 191.16H359.649L360.442 194.918L362.303 194.401L362.248 194.124H362.246ZM351.607 189.508L352.828 183.684H358.271L359.493 189.508H351.607Z\" fill=\"white\"><\/path><path d=\"M129.192 35.8224H129.194C129.219 35.8179 129.24 35.8065 129.267 35.7997H129.425C129.425 35.7997 129.448 35.7544 129.45 35.7408C129.652 35.6706 129.836 35.5754 129.978 35.4349L130.067 35.3465L130.37 35.3329L130.366 35.0474L131.086 34.3268L130.355 34.3517L130.345 33.7036L129.566 34.4537C129.308 34.5239 129.079 34.6644 128.882 34.8752L128.757 34.8933L128.639 35.1131C128.63 35.129 128.623 35.1562 128.614 35.1743L128.07 36.0218L129.176 35.8292C129.176 35.8292 129.185 35.8247 129.19 35.8247L129.192 35.8224Z\" fill=\"white\"><\/path><path d=\"M326.864 194.124L324.339 182.023H316.217L313.693 194.124L313.639 194.401L315.499 194.918L316.29 191.16H324.264L325.055 194.918L326.916 194.401L326.861 194.124H326.864ZM316.224 189.508L317.446 183.684H322.889L324.11 189.508H316.224Z\" fill=\"white\"><\/path><path d=\"M472.485 97.9288C472.662 97.9288 472.839 97.8404 473.016 97.6637V97.3986C473.016 97.1334 473.283 96.8683 473.813 96.338V96.0729C473.813 95.8961 473.902 95.8078 474.078 95.8078V96.0729C474.078 96.0729 474.092 96.0548 474.101 96.0457C474.101 96.0457 474.101 96.0434 474.101 96.0412C474.103 96.0389 474.108 96.0344 474.11 96.0321C474.334 95.7828 474.341 95.5426 474.341 95.5426V95.6763C474.355 95.6219 474.371 95.5676 474.366 95.5132C474.407 95.5336 474.452 95.5472 474.498 95.5562C474.498 95.5562 474.504 95.5608 474.507 95.563V93.4238L473.96 95.6129C473.945 95.6718 473.924 95.7148 473.87 95.767L473.829 95.81L473.686 95.6673V96.0593H473.421V96.3516L473.192 96.3652L473.181 96.6145C473.179 96.6825 473.149 96.7482 473.099 96.798L473.047 96.8479L472.893 96.8547V97.4529C472.882 97.5073 472.855 97.5912 472.782 97.6342L472.755 97.6501H471.701L472.383 98.3322L472.374 98.4002C472.356 98.5452 472.318 98.629 472.139 98.8171L472.007 98.9576L472.084 99.1185L472.483 98.7174V97.922L472.485 97.9288Z\" fill=\"white\"><\/path><path d=\"M471.923 99.81H471.957C472.029 99.81 472.1 99.7942 472.165 99.7692C471.968 99.7262 471.957 99.4951 471.957 99.2548L471.964 99.248H471.832V99.563L471.109 99.8463L471.71 99.98C471.746 99.9573 471.789 99.9437 471.821 99.912L471.923 99.81Z\" fill=\"white\"><\/path><path d=\"M168.96 187.31C168.906 186.941 168.831 186.628 168.741 186.352L167.746 184.639C167.286 184.122 166.769 183.68 166.162 183.313C164.743 182.447 162.828 182.023 160.397 182.023H152.164V194.641H160.322C162.699 194.641 164.614 194.235 166.033 193.408C166.604 193.132 167.12 192.726 167.598 192.191C168.058 191.657 168.428 191.067 168.686 190.424C168.926 189.835 169.053 189.116 169.053 188.287C169.053 188.01 169.017 187.68 168.96 187.31ZM166.989 189.991L166.934 190.079L165.233 191.917C164.471 192.366 163.655 192.647 162.738 192.781C161.784 192.917 160.685 192.987 159.474 192.987H153.707V183.682H160.157C161.831 183.682 163.211 183.886 164.376 184.308C165.552 184.731 166.429 185.515 166.982 186.639C167.202 187.238 167.304 187.782 167.304 188.328C167.304 188.874 167.2 189.447 166.991 189.991H166.989Z\" fill=\"white\"><\/path><path d=\"M526.841 125.247V125.503C526.728 125.503 526.669 125.498 526.633 125.478C526.585 125.555 526.556 125.645 526.551 125.741C526.513 125.741 526.465 125.743 526.422 125.745L526.619 125.854L526.757 125.627C526.782 125.587 526.816 125.553 526.855 125.53L526.961 125.507L527.007 124.963H526.868C526.884 124.975 526.9 124.993 526.916 125.004C526.88 125.072 526.859 125.156 526.843 125.244L526.841 125.247Z\" fill=\"white\"><\/path><path d=\"M515.439 131.868L515.707 131.603V131.827L516.287 131.245C516.219 131.27 516.146 131.309 516.083 131.322L515.872 131.388V131.605C515.872 131.63 515.861 131.653 515.854 131.678L515.833 131.207L514.918 132.149H515.385L515.668 131.866H515.441L515.439 131.868Z\" fill=\"white\"><\/path><path d=\"M518.066 130.769C518.143 130.747 518.202 130.715 518.261 130.683L517.84 130.262V130.932C517.84 130.96 517.84 130.987 517.84 131.012C517.937 130.953 518.017 130.874 518.064 130.769H518.066Z\" fill=\"white\"><\/path><path d=\"M517.558 131.095C517.636 131.095 517.703 131.061 517.769 131.032C517.64 130.927 517.47 130.853 517.216 130.823H517.028L516.953 130.882C516.863 130.952 516.756 131.011 516.654 131.07C516.931 131.07 517.162 131.075 517.33 131.095H517.558Z\" fill=\"white\"><\/path><path d=\"M514.991 132.96V132.677L514.744 132.668L514.602 132.867V133.359C514.738 133.268 514.876 133.151 514.991 132.96Z\" fill=\"white\"><\/path><path d=\"M110.791 168.701L110.764 168.184L110.322 168.182L110.243 168.325L109.996 168.574L110.791 169.374V168.701Z\" fill=\"white\"><\/path><path d=\"M102.119 185.606L101.879 185.704V185.812C101.972 185.763 102.051 185.69 102.121 185.604L102.119 185.606Z\" fill=\"white\"><\/path><path d=\"M119.556 143.552C119.97 143.552 120.097 143.425 120.097 143.011V142.732L119.313 142.768L119.302 143.022C119.302 143.045 119.275 143.097 119.259 143.128L119.182 143.4L119.431 143.523L119.553 143.552H119.556Z\" fill=\"white\"><\/path><path d=\"M359.816 101.906C359.816 101.729 359.727 101.641 359.548 101.641C359.714 101.476 359.773 101.41 359.795 101.324C359.748 101.136 359.648 101.009 359.501 100.927L359.424 101.004V101.12C359.424 101.195 359.424 101.235 359.415 101.26L359.396 101.331L359.415 101.401C359.419 101.426 359.428 101.446 359.437 101.464L359.449 101.537L359.496 101.596C359.619 101.745 359.632 101.845 359.632 101.918L359.689 102.196H359.718C359.741 102.257 359.784 102.307 359.85 102.346C359.954 102.196 360.022 102.051 360.022 101.911H359.816V101.906Z\" fill=\"white\"><\/path><path d=\"M109.684 174.024C109.842 173.995 110.006 173.911 110.019 173.628L109.981 172.877L109.301 173.55C109.301 173.569 109.301 173.594 109.301 173.609C109.344 173.811 109.493 173.967 109.686 174.024H109.684Z\" fill=\"white\"><\/path><path d=\"M333.555 115.686H332.909V115.951L332.283 115.965L332.557 116.239C332.895 116.228 333.119 116.132 333.23 115.915C333.339 115.87 333.437 115.795 333.555 115.686Z\" fill=\"white\"><\/path><path d=\"M330.045 118.605C329.983 118.609 329.918 118.609 329.852 118.609L330.384 118.079C330.434 118.029 330.468 117.997 330.502 117.963C330.505 117.956 330.509 117.95 330.511 117.943C330.616 117.839 330.674 117.698 330.674 117.551C330.498 117.562 330.373 117.601 330.199 117.768L330.165 117.802L330.026 117.644V118.108C329.963 118.219 329.881 118.305 329.773 118.382L328.973 118.949L329.546 118.913C329.573 118.883 329.6 118.854 329.628 118.824C329.802 118.759 329.931 118.684 330.045 118.605Z\" fill=\"white\"><\/path><path d=\"M336.019 114.367H336.216C336.216 114.435 336.198 114.505 336.166 114.573L336.298 114.705C336.298 114.705 336.304 114.698 336.304 114.693L336.384 114.519L336.182 114.313C336.171 114.286 336.157 114.258 336.143 114.233L335.994 114.095H335.939C335.944 114.19 335.967 114.283 336.017 114.367H336.019Z\" fill=\"white\"><\/path><path d=\"M335.556 114.215C335.422 114.29 335.302 114.372 335.195 114.456C335.309 114.417 335.429 114.349 335.547 114.231C335.551 114.227 335.551 114.22 335.556 114.215Z\" fill=\"white\"><\/path><path d=\"M351.923 121.261C351.79 121.358 351.685 121.453 351.588 121.546H351.747L351.903 121.542L351.973 121.492C352.007 121.467 352.05 121.442 352.091 121.417L352.272 121.308L352.286 121.17C352.288 121.138 352.288 121.093 352.288 121.045C352.231 121.077 352.173 121.109 352.12 121.138C352.111 121.243 352.066 121.261 351.923 121.261Z\" fill=\"white\"><\/path><path d=\"M356.878 100.75L356.722 100.718L356.953 99.5852C357.331 99.6623 357.558 99.512 357.635 99.1343L357.662 98.9983L357.524 98.9893L357.476 99.2295C357.461 99.3088 357.402 99.4493 357.177 99.5037C357.125 99.5173 357.066 99.5263 356.998 99.5309L356.815 99.5445L356.756 99.7189C356.726 99.8073 356.679 99.873 356.609 99.9274L356.448 100.122L356.531 100.324V100.582L356.402 100.968L356.69 101.026C356.779 100.958 356.842 100.863 356.878 100.752V100.75Z\" fill=\"white\"><\/path><path d=\"M357.492 101.187L357.957 101.283L357.998 101.085H357.959C357.846 101.085 357.658 101.097 357.494 101.187H357.492Z\" fill=\"white\"><\/path><path d=\"M359.837 97.6772V97.6636C359.837 97.5435 359.792 97.4393 359.726 97.3486L359.447 97.5322V97.7339L359.678 97.7815L359.837 97.6772Z\" fill=\"white\"><\/path><path d=\"M466.124 113.837H466.389V113.844C466.455 113.773 466.505 113.701 466.534 113.631C466.541 113.615 466.548 113.588 466.554 113.565V113.146C466.554 113.146 466.554 113.143 466.554 113.141L466.074 113.662C466.074 113.662 466.054 113.669 466.047 113.676C466.092 113.708 466.126 113.755 466.126 113.839L466.124 113.837Z\" fill=\"white\"><\/path><path d=\"M463.736 119.139V118.874C463.82 118.874 463.867 118.858 463.926 118.845C463.92 118.815 463.917 118.786 463.906 118.759C463.883 118.702 463.852 118.65 463.815 118.602C463.888 118.512 463.926 118.416 463.945 118.328C463.954 118.323 463.958 118.314 463.965 118.31C463.931 118.342 463.865 118.342 463.736 118.342V118.076L464.266 117.546V117.281C464.287 117.281 464.305 117.27 464.325 117.265C464.341 117.213 464.361 117.177 464.395 117.143C464.531 117.007 464.55 116.796 464.507 116.608C464.497 116.574 464.486 116.54 464.468 116.506C464.52 116.513 464.572 116.492 464.624 116.483H464.531V116.218H465.007C465.039 116.162 465.053 116.098 465.064 116.032V115.953C464.799 115.158 465.329 115.423 465.329 114.627C465.529 114.428 465.578 114.378 465.59 114.254C465.578 114.208 465.576 114.167 465.553 114.122H465.594C465.594 114.122 465.594 114.108 465.594 114.097V113.832H465.587L465.202 113.85V114.129C465.202 114.17 465.202 114.206 465.202 114.235L465.229 114.369C465.229 114.727 465.186 114.795 464.883 115.097C464.706 115.273 464.699 115.423 464.699 115.695V115.921L464.654 116.089C464.618 116.153 464.577 116.196 464.545 116.207L464.468 116.216L464.493 116.49H464.414C464.414 116.812 464.291 116.98 464.176 116.995L463.999 117.02L463.949 117.193C463.917 117.308 463.906 117.458 463.906 117.814C463.906 117.94 463.804 118.013 463.759 118.04L463.616 118.079V118.16L462.451 119.325L463.518 118.793L463.552 118.917C463.577 119.012 463.573 119.114 463.537 119.221L463.482 119.384L463.729 119.631C463.809 119.524 463.874 119.413 463.911 119.302L463.741 119.132L463.736 119.139Z\" fill=\"white\"><\/path><path d=\"M468.636 109.987L468.663 109.959V109.851H468.117V110.116C468.303 110.159 468.498 110.123 468.636 109.987Z\" fill=\"white\"><\/path><path d=\"M76.4249 88.1439C76.4566 88.1439 76.4861 88.1326 76.5155 88.128C76.5087 88.1054 76.4997 88.0963 76.4951 88.0578L76.4747 87.872L75.7949 87.6182V88.085C75.9014 88.1144 76.0102 88.1416 76.1598 88.1416H76.4249V88.1439Z\" fill=\"white\"><\/path><path d=\"M470.916 106.406H470.875V106.628C470.875 106.628 470.875 106.628 470.877 106.626C470.907 106.556 470.916 106.481 470.916 106.406Z\" fill=\"white\"><\/path><path d=\"M470.362 107.383C470.226 107.403 470.119 107.449 470.065 107.578C470.013 107.705 470.058 107.813 470.153 107.943L470.23 107.865C470.359 107.736 470.391 107.557 470.362 107.383Z\" fill=\"white\"><\/path><path d=\"M470.012 108.056V108.083L470.041 108.056H470.012Z\" fill=\"white\"><\/path><path d=\"M81.1912 83.1517L81.1504 83.2151C81.1844 83.1947 81.2206 83.1766 81.266 83.1562L81.1912 83.1494V83.1517Z\" fill=\"white\"><\/path><path d=\"M81.4794 83.1611C81.4794 83.1611 81.4658 83.1611 81.459 83.1611V83.1951C81.468 83.1838 81.4703 83.1725 81.4794 83.1611Z\" fill=\"white\"><\/path><\/svg><\/div>\t\t\t\t\t<h3 data-interaction-id=\"fba948e\" class=\"e-fba948e-acf775a e-heading-base\" data-e-type=\"widget\" data-id=\"fba948e\">Flavor and rhythm alongside the Grand Prix<\/h3>\n\t\t\t\t<div class=\"elementor-element elementor-element-778f231 elementor-widget elementor-widget-text-editor\" data-id=\"778f231\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Celebrate the arrival of the competition with a culinary proposal inspired by nature, giving way to an evening marked by live music and the finest atmosphere.<br \/>Experience an immersive journey inspired by the energy of Formula 1 that combines:<\/p><ul><li>A unique contemporary African aesthetic.<\/li><li>Social and nightlife atmosphere for an international clientele.<\/li><li>Music, high-quality gastronomy and a premium F1 experience.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bd1154 elementor-align-start elementor-tablet-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0bd1154\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:910889330\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">910 889 330<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/maps.app.goo.gl\/2hiGmNEcbg3ww1S4A\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Pl. de la Independencia, 10, Retiro, 28001 Madrid <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/wa.me\/34636842016\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reservations<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26e2f00 e-con e-atomic-element e-div-block-base e-26e2f00-be3e5fd \" data-id=\"26e2f00\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"26e2f00\" data-e-type=\"e-div-block\" data-id=\"26e2f00\">\n    \t\t\t<a href=\"http:\/\/aarde.es\/wp-content\/uploads\/2026\/06\/Menu_ardee.pdf\" target=\"_blank\" class=\"btn-blanco e-b3026cd-39961eb e-button-base\" data-interaction-id=\"b3026cd\" data-e-type=\"widget\" data-id=\"b3026cd\">\n\t\tMenu\n\t<\/a>\t\t\t\t\t<a href=\"https:\/\/aarde.es\/gran-premio-madrid-2026\/\" target=\"_blank\" class=\"btn-blanco e-8b43d68-46f2376 e-button-base\" data-interaction-id=\"8b43d68\" data-e-type=\"widget\" data-id=\"8b43d68\">\n\t\tBook\n\t<\/a>\t\t\n<\/div>\n\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-8cd387d e-con e-atomic-element e-flexbox-base e-8cd387d-298b104 \" data-id=\"8cd387d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"8cd387d\" data-e-type=\"e-flexbox\" data-id=\"8cd387d\">\n    <div class=\"elementor-element elementor-element-c6d10e5 e-con e-atomic-element e-div-block-base e-c6d10e5-155b146 \" data-id=\"c6d10e5\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"c6d10e5\" data-e-type=\"e-div-block\" data-id=\"c6d10e5\">\n    \t\t<div class=\"elementor-element elementor-element-656a8e2 elementor-widget elementor-widget-menu-anchor\" data-id=\"656a8e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"thelibrary\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-c419300-27597a8 e-svg-base\" data-interaction-id=\"c419300\" data-e-type=\"widget\" data-id=\"c419300\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"545\" height=\"79\" viewBox=\"0 0 545 79\" fill=\"currentColor\"><path d=\"M3.00312 1.63721L0 20.2041H1.09161C1.09161 20.2041 1.09161 19.6583 1.3657 19.1125C2.73141 14.472 5.46043 4.09452 19.3868 3.82281V66.078C19.3868 74.2698 16.6554 75.0873 12.0149 75.9072V76.9988H36.3163V75.9072C31.6734 75.3614 28.9444 74.5415 28.9444 66.078V3.54872C42.5966 3.54872 45.5998 13.9238 46.9655 18.5667C46.9655 19.1125 47.2396 19.6583 47.5113 20.2041H48.6029L45.3257 1.63721H3.00312Z\" fill=\"white\"><\/path><path d=\"M119.049 75.6332C114.406 75.0874 111.677 74.2675 111.677 65.8039V12.5605C111.677 4.36867 114.409 3.55116 119.049 2.73126V1.63965H94.7476V2.73126C99.3905 3.27706 102.12 4.09696 102.12 12.5605V36.3161H70.992V12.5605C70.992 3.82287 74.5409 3.27706 78.3639 2.73126V1.63965H54.0625V2.73126C58.7054 3.27706 61.4344 4.09696 61.4344 12.5605V66.078C61.4344 74.2699 58.703 75.0874 54.0625 75.9073V76.9989H78.3639V75.9073C74.5409 75.3615 70.992 74.8157 70.992 66.078V38.4994H102.12V66.078C102.12 74.2699 99.3882 75.0874 94.7476 75.9073V76.9989H119.049V75.6332Z\" fill=\"white\"><\/path><path d=\"M205.604 75.6332V76.7248H249.564L252.567 58.4296H251.476C251.476 58.4296 251.476 58.9754 251.202 59.5212C249.836 64.1641 247.107 74.8109 232.635 74.8109H231.543C222.805 74.8109 222.26 73.991 222.26 66.3474V12.5605C222.26 3.82287 225.809 3.27706 229.632 2.73126V1.63965H205.33V2.73126C209.973 3.27706 212.702 4.09696 212.702 12.5605V66.078C212.702 74.2699 209.971 75.0874 205.33 75.9073L205.604 75.6332Z\" fill=\"white\"><\/path><path d=\"M124.781 75.6331V76.7248H171.473V76.1789L174.476 58.4319H173.384C173.384 58.4319 173.384 58.9777 173.11 59.5235C171.744 64.1665 169.015 74.8132 154.543 74.8132H150.72C141.982 74.8132 141.437 73.9933 141.437 66.3497V38.2252H154.815C160.821 38.2252 161.641 43.4139 162.187 47.2346V47.7804H163.278V27.0279H162.187V27.5737C161.641 31.6684 160.821 36.583 154.815 36.583H141.437V3.54872H153.177C167.376 3.54872 170.379 14.1979 171.744 18.8384C171.744 19.3842 171.744 19.93 172.018 20.2041H173.11L170.107 1.63721H124.781V2.72882C129.424 3.27462 132.153 4.09452 132.153 12.5581V66.0756C132.153 74.2674 129.422 75.085 124.781 75.9049V75.6308V75.6331Z\" fill=\"white\"><\/path><path d=\"M332.57 70.4467C336.665 66.8978 338.851 61.9831 339.122 56.7944C339.397 48.0568 333.662 37.9534 320.01 35.7702C329.839 32.7671 333.936 24.5752 333.388 18.0232C332.568 9.83133 325.742 1.91357 311.818 1.91357H286.971V3.00518C291.614 3.55099 294.343 4.37089 294.343 12.8344V66.352C294.343 74.5438 291.611 75.3613 286.971 76.1812V77.2728H314.821C322.193 77.2728 328.473 75.0896 332.842 70.9925L332.568 70.4467H332.57ZM312.638 74.8131C308.543 74.8131 306.086 74.8131 304.992 73.4474C303.9 72.3558 303.9 70.1702 303.9 66.3472V11.7405C303.9 5.18841 304.72 4.09441 308.543 3.54861H312.092C315.915 3.54861 318.918 5.18602 321.101 8.19153C323.013 10.9229 324.105 14.7436 324.105 18.8407C324.105 29.4898 318.098 35.2244 311.818 35.2244H311.272V36.5901H311.818C320.01 36.5901 328.747 42.8704 328.747 56.2486C328.747 69.6268 327.382 65.5321 324.924 68.8093C322.193 72.3582 318.372 74.2697 313.729 74.2697H312.638V74.8155V74.8131Z\" fill=\"white\"><\/path><path d=\"M432.233 67.1698C437.968 58.978 438.513 47.783 434.145 36.588L419.944 0H418.578L405.472 32.765C399.466 48.0547 397.008 49.9662 391.274 51.0602L386.905 52.1518H410.115V51.0602C407.658 50.5144 405.746 49.9686 404.926 48.3288C403.835 46.4173 404.106 42.8684 406.292 37.1338H424.859L429.773 50.2403C432.505 57.0664 431.957 63.3468 428.953 67.9873C426.222 71.8103 422.127 73.9936 416.667 73.9936C408.475 73.9936 403.289 68.8048 397.826 63.3444C391.82 57.6099 385.539 51.6036 375.436 51.0578C389.362 45.5974 394.277 33.3108 392.911 22.9334C392.091 16.9271 389.088 11.7384 384.719 7.64366C379.805 3.27483 373.25 1.09161 365.607 1.09161H343.217V2.18322C347.86 2.72903 350.589 3.54893 350.589 12.0125V65.53C350.589 73.7218 347.857 74.5394 343.217 75.3593V76.4509H367.518V75.3593C363.695 74.8134 360.146 74.2676 360.146 65.53V12.0149C360.146 4.36882 361.512 3.55131 365.607 3.55131C373.524 3.55131 381.99 9.83164 383.354 24.3038C384.445 36.0446 379.259 50.2427 365.607 52.7H365.061V54.0657H365.607C374.616 52.7 380.079 58.4345 385.811 64.4408C391.817 70.7211 398.372 78.093 410.113 78.093C421.853 78.093 427.86 74.27 432.774 66.8981L432.228 67.1722L432.233 67.1698ZM406.566 35.4964L415.304 13.3806L423.767 35.4964H406.566Z\" fill=\"white\"><\/path><path d=\"M492.028 74.8132C489.025 74.8132 486.293 72.0818 482.744 64.7098C479.467 57.8837 476.192 54.8806 470.458 53.5149C475.918 52.4232 480.561 49.6918 483.836 45.323C487.385 40.6801 489.296 34.4021 489.296 27.8477C489.296 21.2933 486.565 14.4695 482.196 9.82661C477.281 4.36617 470.181 1.63477 461.992 1.63477H439.33V2.72638C443.973 3.27218 446.702 4.09208 446.702 12.5556V66.0732C446.702 74.265 443.971 75.0825 439.33 75.9024V76.994H463.903V75.9024C459.26 75.3566 456.531 74.5367 456.531 66.0732V12.0146C456.531 4.36856 457.897 3.55104 461.72 3.55104C467.18 3.55104 471.549 6.28245 474.826 11.1971C477.558 15.5659 479.195 21.5721 479.195 28.1266C479.195 45.0561 470.186 52.6997 461.72 52.6997H461.174V54.0654H461.72C465.815 54.0654 469.092 55.9769 472.915 65.5345C477.01 75.9096 481.653 77.8211 487.113 77.8211C492.573 77.8211 492.848 76.7295 494.759 75.3638L496.942 73.4522L494.211 74.5439C493.391 74.5439 492.845 74.818 492.028 74.818V74.8132Z\" fill=\"white\"><\/path><path d=\"M545 1.6376H526.159V2.72921C529.162 2.72921 530.802 3.54911 531.62 4.64072C532.711 6.27814 532.439 9.28364 530.254 15.0158L518.785 45.0518L505.952 11.741C504.587 7.91794 504.315 5.73472 505.132 4.36901C505.952 3.2774 507.59 2.7316 510.321 2.4575V1.36589H485.748V2.4575C491.754 2.7316 493.666 5.73472 497.763 16.1098L510.049 47.2374V61.4355C510.049 69.6273 507.866 73.4503 502.403 75.0877L499.126 76.1793H530.254L526.977 75.0877C521.516 73.4503 519.331 69.3532 519.331 61.4355V47.2374L531.891 14.7441C535.44 5.46062 538.172 2.72921 544.724 2.18341V1.0918L544.998 1.6376H545Z\" fill=\"white\"><\/path><path d=\"M280.964 2.73126V1.63965H256.662V2.73126C261.305 3.27706 264.034 4.09696 264.034 12.5605V66.078C264.034 74.2699 261.303 75.0874 256.662 75.9073V76.9989H280.964V75.9073C277.141 75.3615 273.592 74.8157 273.592 66.078V12.5605C273.592 3.82287 277.141 3.27706 280.964 2.73126Z\" fill=\"white\"><\/path><\/svg><\/div>\t\t\t\t\t<h3 data-interaction-id=\"6f97611\" class=\"e-6f97611-61f2c4d e-heading-base\" data-e-type=\"widget\" data-id=\"6f97611\">Wine Bar | Calle Serrano<\/h3>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab91601 elementor-widget elementor-widget-text-editor\" data-id=\"ab91601\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Madrid accelerates. Serrano toasts. <\/p><p>On the occasion of Formula 1, The Library becomes the perfect meeting point to enjoy Madrid with the finest selection of wines, gastronomy and the best atmosphere.<br \/><br \/>A selection of wines to discover, flavors to share and a privileged location on Calle Serrano to experience one of the city&#8217;s most vibrant weekends.<br \/><br \/>Before the race, after the circuit or to extend the evening:<br aria-hidden=\"true\" \/>Your stop on Serrano is The Library.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead69d0 elementor-align-start elementor-tablet-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"ead69d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:913304262\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">913 304 262<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/maps.app.goo.gl\/kvtDeSuRAPYTyPS67\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">C. de Serrano, 2, Salamanca, 28001 Madrid<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/wa.me\/34636842016\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reservations<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-476e97c e-con e-atomic-element e-div-block-base e-476e97c-5be7473 \" data-id=\"476e97c\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"476e97c\" data-e-type=\"e-div-block\" data-id=\"476e97c\">\n    \t\t\t<a href=\"https:\/\/thelibraryboutique.com\/wp-content\/uploads\/2026\/08\/Menu_library_GP.pdf\" target=\"_blank\" class=\"btn-blanco e-da35379-fd797a0 e-button-base\" data-interaction-id=\"da35379\" data-e-type=\"widget\" data-id=\"da35379\">\n\t\tMenu\n\t<\/a>\t\t\t\t\t<a href=\"https:\/\/thelibraryboutique.com\/gran-premio-madrid-2026\/\" target=\"_blank\" class=\"btn-blanco e-78ca437-1883331 e-button-base\" data-interaction-id=\"78ca437\" data-e-type=\"widget\" data-id=\"78ca437\">\n\t\tBook\n\t<\/a>\t\t\n<\/div>\n\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-e3aa571 e-con e-atomic-element e-flexbox-base e-e3aa571-06fc4bc \" data-id=\"e3aa571\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e3aa571\" data-e-type=\"e-flexbox\" data-id=\"e3aa571\">\n    <div class=\"elementor-element elementor-element-aabca47 e-con e-atomic-element e-div-block-base e-aabca47-4662df5 \" data-id=\"aabca47\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"aabca47\" data-e-type=\"e-div-block\" data-id=\"aabca47\">\n    \t\t<div class=\"elementor-element elementor-element-2f9952d elementor-widget elementor-widget-menu-anchor\" data-id=\"2f9952d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"aurea\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc30f51 elementor-widget elementor-widget-image\" data-id=\"cc30f51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"743\" src=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x-1024x951.png\" class=\"attachment-large size-large wp-image-898\" alt=\"\" srcset=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x-1024x951.png 1024w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x-300x279.png 300w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x-768x713.png 768w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x-1536x1427.png 1536w, https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/A\u2560uUREA@2x.png 1838w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<h3 data-interaction-id=\"13aaf12\" class=\"e-13aaf12-b535df2 e-heading-base\" data-e-type=\"widget\" data-id=\"13aaf12\">La Moraleja | Formula 1<\/h3>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2563f1 elementor-widget elementor-widget-text-editor\" data-id=\"d2563f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At \u00c1urea, La Moraleja, gastronomy, atmosphere and speed converge to transform the Formula 1 weekend into a special experience.<\/p><p>Enjoy our gastronomic proposal in an elegant and sophisticated space, perfect for starting the day, celebrating after the race or sharing an unforgettable meal with friends, clients or team.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5389b37 elementor-align-start elementor-tablet-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5389b37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:913304258\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">913 304 258<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/maps.app.goo.gl\/ehgPpCEE5dMo5P8Q9\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Pl. de la Moraleja, 2, 28109 Alcobendas, Madrid <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/wa.me\/34636842016\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reservations<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b6e889 e-con e-atomic-element e-div-block-base e-0b6e889-1ecab7d \" data-id=\"0b6e889\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"0b6e889\" data-e-type=\"e-div-block\" data-id=\"0b6e889\">\n    \t\t\t<a href=\"https:\/\/restauranteaurea.com\/wp-content\/uploads\/2026\/08\/menu-aurea-gran-premio-madrid.pdf\" target=\"_blank\" class=\"btn-blanco e-f3d9fc8-6007dc1 e-button-base\" data-interaction-id=\"f3d9fc8\" data-e-type=\"widget\" data-id=\"f3d9fc8\">\n\t\tMenu\n\t<\/a>\t\t\t\t\t<a href=\"https:\/\/restauranteaurea.com\/gran-premio-madrid-2026\/\" target=\"_blank\" class=\"btn-blanco e-940a596-c9457a7 e-button-base\" data-interaction-id=\"940a596\" data-e-type=\"widget\" data-id=\"940a596\">\n\t\tBook\n\t<\/a>\t\t\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-fee35b1 e-con e-atomic-element e-flexbox-base e-f606c59 \" data-id=\"fee35b1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"fee35b1\" data-e-type=\"e-flexbox\" data-id=\"fee35b1\">\n    <div class=\"elementor-element elementor-element-d7009a0 e-con e-atomic-element e-flexbox-base e-43c2b37 \" data-id=\"d7009a0\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d7009a0\" data-e-type=\"e-flexbox\" data-id=\"d7009a0\">\n    \t\t<div class=\"elementor-element elementor-element-168ad24 elementor-widget elementor-widget-text-editor\" data-id=\"168ad24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Madrid is preparing to experience one of the most anticipated sporting and social events of the year. With the arrival of <strong>Formula 1<\/strong>, the capital becomes for a few days the definitive international meeting point for fine dining, live music and celebration. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-7595dd3 e-con e-atomic-element e-flexbox-base e-6af0985 \" data-id=\"7595dd3\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"7595dd3\" data-e-type=\"e-flexbox\" data-id=\"7595dd3\">\n    \t\t<div class=\"elementor-element elementor-element-5986196 elementor-widget elementor-widget-text-editor\" data-id=\"5986196\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Grupo Paraguas<\/strong> joins this major event with an exclusive program at its most emblematic venues. Restaurants such as <strong>Ten con Ten<\/strong>, <strong>Amaz\u00f3nico<\/strong> and <strong>Aarde<\/strong> present unique gastronomic experiences created for the occasion, where atmosphere and rhythm will define an exceptional weekend. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-1b11e37 e-con e-atomic-element e-flexbox-base e-1b11e37-0d25052 \" data-id=\"1b11e37\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1b11e37\" data-e-type=\"e-flexbox\" data-id=\"1b11e37\">\n    \t\t<div class=\"elementor-element elementor-element-2b563bf elementor-widget-divider--view-line_icon elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"2b563bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_2\" width=\"16.23mm\" height=\"13.08mm\" viewBox=\"0 0 46 37.06\"><g id=\"Capa_1-2\"><path d=\"M15.81,16.62h.02s0,0,0,0c.29,0,.58.07.86.22,2.02,1.15,4.09,2.23,6.19,3.24-.84-.84-1.65-1.72-2.41-2.65-1.37-1.7-1.46-4.08-.22-5.92,1.42-2.12,4.19-2.86,6.44-1.72,1.84.93,3.75,1.75,5.69,2.46l.47-.93c.48-.96,1.57-1.44,2.58-1.16,1.98.55,4.07.7,6.11.47-1.22-1.78-2.65-3.36-4.28-4.73C28.77-1.2,15.48-2,7.01,4.09,4.17,6.14,1.88,8.91.22,12.32c2.12,1.83,4.39,3.51,6.75,5,2.75,1.75,5.66,3.28,8.66,4.55l-1.35-2.71c-.09-.18-.15-.37-.17-.56-.08-.55.11-1.11.52-1.51.11-.1.24-.16.36-.23.04-.02.07-.05.11-.07.12-.06.26-.09.39-.11.06-.01.11-.03.17-.03.05,0,.1-.03.16-.03,0,0,0,0-.01,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.27,24.52c-4.16-1.69-8.26-3.66-12.16-5.87l1.31,2.64c.33.66.22,1.44-.3,1.97,0,0,0,0-.01,0,0,0,0,0,0,0-.5.54-1.27.7-1.94.42-3.19-1.33-6.29-2.95-9.19-4.8-1.86-1.19-3.64-2.52-5.38-3.91-.2-.16-.4-.3-.6-.46,0,.57,0,1.13.04,1.7.2,5.28,1.33,10.52,3.34,15.61,4.24-.72,8.45-1.09,12.58-1.09h0,.02,0c6.97,0,13.78,1.03,20.32,3.08,2.82.89,5.59,1.97,8.28,3.23l1.41-6.99c-4.7-.16-11.23-1.33-17.68-5.55,0,0-.01,0-.02,0ZM7.4,30.11c-2.03,0-3.69-1.66-3.69-3.69s1.66-3.69,3.69-3.69,3.69,1.66,3.69,3.69-1.66,3.69-3.69,3.69Z\" style=\"fill:#fff;\"><\/path><path d=\"M28.28,24.52s-.1-.06-.15-.09c-4.12-1.68-8.18-3.64-12.05-5.82l.02.04c3.9,2.21,8,4.17,12.16,5.87,0,0,.01,0,.02,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M15.17,23.71c.66.28,1.44.11,1.94-.42,0,0,0,0,0,0-.5.53-1.27.69-1.93.41-3.19-1.33-6.29-2.95-9.19-4.8-1.86-1.19-3.66-2.5-5.4-3.89,1.73,1.39,3.52,2.72,5.38,3.91,2.9,1.84,6,3.47,9.19,4.8Z\" style=\"fill:#fff;\"><\/path><path d=\"M43.42,17.43l-.04-.02c-1.27,0-2.55-.07-3.8-.22-2.09-.26-4.13-.72-6.13-1.37-.61-.2-1.11-.66-1.37-1.27-.07-.17-.12-.34-.14-.52-2.08-.76-4.13-1.63-6.09-2.62-.44-.22-.94-.33-1.42-.33v.02c-1.03,0-2.07.52-2.68,1.42-.78,1.18-.72,2.68.13,3.75,2.04,2.55,4.44,4.73,7.13,6.53,2.69,1.09,5.44,2.06,8.23,2.92,0,0,.02,0,.02,0,1.13.35,2.27.66,3.42.97.36.1.71.2,1.07.29.91.24,1.84.45,2.76.66.42.1.84.19,1.27.29-.5-1.91-.85-3.84-1.05-5.79-.16-1.45-.21-2.92-.22-4.38l-.05-.38c-.35.01-.7.04-1.04.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.24,25.72c-2.79-.86-5.53-1.83-8.23-2.92.02.01.04.03.05.04,2.67,1.08,5.41,2.03,8.17,2.88Z\" style=\"fill:#fff;\"><\/path><path d=\"M41.75,27c.92.24,1.84.45,2.76.66-.92-.21-1.84-.43-2.76-.66Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.26,25.73c1.13.35,2.27.67,3.42.97-1.14-.31-2.29-.63-3.42-.97Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.77,27.95c.06.01.13.03.19.04l-1.45-10.22c0,1.47.06,2.93.22,4.38.2,1.95.55,3.88,1.05,5.79Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.77,27.95c-.42-.09-.85-.19-1.27-.29.43.1.85.21,1.27.31,0,0,0-.01,0-.02Z\" style=\"fill:#fff;\"><\/path><path d=\"M40.68,26.7c.36.1.71.2,1.07.29-.36-.09-.71-.2-1.07-.29Z\" style=\"fill:#fff;\"><\/path><path d=\"M37.24,25.72s.02,0,.02,0c0,0-.02,0-.02,0Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.78,27.97c-.43-.09-.85-.21-1.27-.31-.92-.21-1.84-.43-2.76-.66-.36-.09-.71-.2-1.07-.29-1.14-.31-2.28-.63-3.42-.97,0,0-.02,0-.02,0-2.77-.85-5.5-1.81-8.17-2.88.02.01.03.03.05.04,2.27,1.5,4.55,2.6,6.76,3.4,1.03.33,2.04.63,3.03.92,2.6.66,5.03.96,7.09,1.03l-.03-.24c-.06-.01-.13-.03-.19-.04,0,0,0,.01,0,.02Z\" style=\"fill:#fff;\"><\/path><path d=\"M38.91,27.19c-.99-.28-2-.59-3.03-.92,1.03.37,2.04.67,3.03.92Z\" style=\"fill:#fff;\"><\/path><path d=\"M44.8,12.25c-.05-.14-.17-.21-.3-.24.22.41.43.82.63,1.24l-.33-1Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.97,11.93h-.13c-.15,0-.28.09-.35.22l-.36.72c.71.23,1.42.46,2.14.67,2.5.72,5.09,1.26,7.69,1.62-.42-.98-.88-1.93-1.39-2.82-2.53.4-5.12.29-7.58-.4Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.34,15.35c.09.01.17.04.24.07.03-.03.06-.05.07-.07.04-.06.11-.18.06-.37l-.57-1.73c-.2-.42-.41-.84-.63-1.24-.06-.01-.11-.04-.18-.02-.26.07-.53.1-.79.15.63,1.13,1.12,2.2,1.51,3.16.1.01.2.03.3.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.04,15.31c-.38-.96-.88-2.03-1.51-3.16-.33.07-.65.14-.98.19.51.9.98,1.84,1.39,2.82.37.05.73.1,1.1.15Z\" style=\"fill:#fff;\"><\/path><path d=\"M33.77,13.73c.73.24,1.46.49,2.23.71,1.15.33,2.26.6,3.34.84.16.02.32.06.48.08,1.42.17,2.85.21,4.29.17-.05-.13-.11-.25-.17-.38-2.6-.36-5.18-.9-7.69-1.62-.72-.21-1.43-.43-2.14-.67l-.32.63c-.04.09-.04.16-.03.23Z\" style=\"fill:#fff;\"><\/path><path d=\"M45.04,15.31c.03.07.05.14.08.21.08,0,.16,0,.23,0,.11,0,.18-.05.23-.09-.08-.03-.16-.06-.24-.07-.1-.01-.2-.03-.3-.04Z\" style=\"fill:#fff;\"><\/path><path d=\"M43.94,15.16c.05.13.11.25.17.38.34,0,.67,0,1.01-.02-.03-.07-.05-.14-.08-.21-.37-.04-.73-.1-1.1-.15Z\" style=\"fill:#fff;\"><\/path><path d=\"M34.04,14.07c1.71.58,3.5.96,5.3,1.21-1.08-.24-2.19-.51-3.34-.84-.77-.22-1.5-.46-2.23-.71,0,.04.02.09.03.12.02.06.09.17.24.22Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.4,22.73c-2.03,0-3.69,1.66-3.69,3.69s1.66,3.69,3.69,3.69,3.69-1.66,3.69-3.69-1.66-3.69-3.69-3.69ZM7.4,29.19c-1.53,0-2.77-1.24-2.77-2.77s1.24-2.77,2.77-2.77,2.77,1.24,2.77,2.77-1.24,2.77-2.77,2.77Z\" style=\"fill:#fff;\"><\/path><path d=\"M7.4,23.65c-1.53,0-2.77,1.24-2.77,2.77s1.24,2.77,2.77,2.77,2.77-1.24,2.77-2.77-1.24-2.77-2.77-2.77ZM7.4,28.26c-1.01,0-1.85-.83-1.85-1.84s.83-1.85,1.85-1.85,1.85.83,1.85,1.85-.83,1.84-1.85,1.84Z\" style=\"fill:#fff;\"><\/path><\/g><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1f3a90 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d1f3a90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions (FAQs) about Formula 1 in Madrid<\/h2>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-e10684a e-con e-atomic-element e-flexbox-base e-3c0ad75 \" data-id=\"e10684a\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e10684a\" data-e-type=\"e-flexbox\" data-id=\"e10684a\">\n    <div class=\"elementor-element elementor-element-f92274b e-con e-atomic-element e-flexbox-base e-3631a50 \" data-id=\"f92274b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f92274b\" data-e-type=\"e-flexbox\" data-id=\"f92274b\">\n    \t\t<div class=\"elementor-element elementor-element-c91a766 elementor-widget elementor-widget-image\" data-id=\"c91a766\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"479\" src=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/banderas.svg\" class=\"attachment-large size-large wp-image-899\" alt=\"Cena de lujo en Madrid durante el Gran Premio de F\u00f3rmula 1 2026\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-5eeb037 e-con e-atomic-element e-flexbox-base e-a43476f \" data-id=\"5eeb037\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"5eeb037\" data-e-type=\"e-flexbox\" data-id=\"5eeb037\">\n    \t\t<div class=\"elementor-element elementor-element-2a2a8b0 elementor-widget elementor-widget-n-accordion\" data-id=\"2a2a8b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-4420\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-4420\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Where to eat or dine during Formula 1 in Madrid? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4420\" class=\"elementor-element elementor-element-9996715 e-con-full e-flex e-con e-child\" data-id=\"9996715\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d0f785 elementor-widget elementor-widget-text-editor\" data-id=\"6d0f785\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>During the Formula 1 weekend in Madrid, Grupo Paraguas offers special experiences at Amaz\u00f3nico, Ten con Ten and Aarde, combining gastronomy, music and different proposals to experience the Grand Prix beyond the circuit.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-4421\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-4421\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Where to watch Formula 1 live in Madrid? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4421\" class=\"elementor-element elementor-element-f19abac e-con-full e-flex e-con e-child\" data-id=\"f19abac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2202ef elementor-widget elementor-widget-text-editor\" data-id=\"f2202ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Amaz\u00f3nico will feature live broadcast of the competition within its Amaz\u00f3nico Paddock Club experience, accompanied by special menus, signature cocktails and an atmosphere inspired by Formula 1.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-4422\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-4422\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Where to dine and continue the evening after Formula 1 in Madrid? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4422\" class=\"elementor-element elementor-element-07437c5 e-con-full e-flex e-con e-child\" data-id=\"07437c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0c1482 elementor-widget elementor-widget-text-editor\" data-id=\"d0c1482\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ten con Ten combines gastronomy and nightlife during the Grand Prix weekend, with special F1 menus, social dining, live DJs and an after-dinner experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-4423\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-4423\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What experiences does Grupo Paraguas offer during the Madrid Grand Prix? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4423\" class=\"elementor-element elementor-element-1dbaff8 e-con-full e-flex e-con e-child\" data-id=\"1dbaff8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bcf6247 elementor-widget elementor-widget-text-editor\" data-id=\"bcf6247\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Grupo Paraguas proposes different ways to experience the Formula 1 weekend in Madrid through Amaz\u00f3nico, Ten con Ten and Aarde: broadcast of the competition, gastronomy, cocktails, music, DJs and nightlife experiences.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-4424\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-4424\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is it advisable to book a restaurant during the Formula 1 weekend in Madrid? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4424\" class=\"elementor-element elementor-element-1e379dc e-con-full e-flex e-con e-child\" data-id=\"1e379dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8a523a elementor-widget elementor-widget-text-editor\" data-id=\"d8a523a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>To enjoy the special experiences of Grupo Paraguas during the Grand Prix, it is recommended to check availability and book in advance at the chosen restaurant.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Formula 1 in Madrid:Experience the Grand Prix with Grupo Paraguas EXPERIENCE | MADRID | 11 .12 .13 .SEP LESS THAN A DAY 0 Days 0 H : 0 M : 0 S UNTIL MADRID ACCELERATES During the Formula 1 in Madrid weekend, Grupo Paraguas becomes one of the meeting points for those seeking to experience [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":970,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-901","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>F1 Madrid Grand Prix 2026: Exclusive Experiences. Grupo Paraguas<\/title>\n<meta name=\"description\" content=\"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"F1 Madrid Grand Prix 2026: Exclusive Experiences | Grupo Paraguas\" \/>\n<meta property=\"og:description\" content=\"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Grupo Paraguas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T10:11:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/gran-premio-madrid-2026-hub-1024x531.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/\",\"url\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/\",\"name\":\"F1 Madrid Grand Prix 2026: Exclusive Experiences. Grupo Paraguas\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/grupoparaguas.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png\",\"datePublished\":\"2026-08-11T14:50:05+00:00\",\"dateModified\":\"2026-09-10T10:11:11+00:00\",\"description\":\"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/grupoparaguas.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png\",\"contentUrl\":\"https:\\\/\\\/grupoparaguas.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png\",\"width\":1080,\"height\":724,\"caption\":\"Gran Premio F1 Madrid 2026 Grupo Paraguas\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/gran-premio-madrid-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/grupoparaguas.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Madrid Grand Prix 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#website\",\"url\":\"https:\\\/\\\/grupoparaguas.com\\\/\",\"name\":\"Grupo Paraguas\",\"description\":\"Grupo de Restauraci\u00f3n en Madrid, Londres, Dub\u00e1i, Montecaerlo y Miami\",\"publisher\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/grupoparaguas.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#organization\",\"name\":\"Grupo Paraguas\",\"url\":\"https:\\\/\\\/grupoparaguas.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/grupoparaguas.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/grupo-paraguas.png\",\"contentUrl\":\"https:\\\/\\\/grupoparaguas.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/grupo-paraguas.png\",\"width\":200,\"height\":200,\"caption\":\"Grupo Paraguas\"},\"image\":{\"@id\":\"https:\\\/\\\/grupoparaguas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/grupo.paraguas\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/grupo-paraguas\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"F1 Madrid Grand Prix 2026: Exclusive Experiences. Grupo Paraguas","description":"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/","og_locale":"en_US","og_type":"article","og_title":"F1 Madrid Grand Prix 2026: Exclusive Experiences | Grupo Paraguas","og_description":"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.","og_url":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/","og_site_name":"Grupo Paraguas","article_modified_time":"2026-09-10T10:11:11+00:00","og_image":[{"url":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/gran-premio-madrid-2026-hub-1024x531.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/","url":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/","name":"F1 Madrid Grand Prix 2026: Exclusive Experiences. Grupo Paraguas","isPartOf":{"@id":"https:\/\/grupoparaguas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/#primaryimage"},"image":{"@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png","datePublished":"2026-08-11T14:50:05+00:00","dateModified":"2026-09-10T10:11:11+00:00","description":"Experience F1 in Madrid from September 11 to 13 with Grupo Paraguas. Discover our exclusive selection of restaurants and special events for the Grand Prix.","breadcrumb":{"@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/#primaryimage","url":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png","contentUrl":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/Captura-de-pantalla-2026-08-18-a-las-15.05.05-e1787058356691.png","width":1080,"height":724,"caption":"Gran Premio F1 Madrid 2026 Grupo Paraguas"},{"@type":"BreadcrumbList","@id":"https:\/\/grupoparaguas.com\/gran-premio-madrid-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/grupoparaguas.com\/"},{"@type":"ListItem","position":2,"name":"Madrid Grand Prix 2026"}]},{"@type":"WebSite","@id":"https:\/\/grupoparaguas.com\/#website","url":"https:\/\/grupoparaguas.com\/","name":"Grupo Paraguas","description":"Grupo de Restauraci\u00f3n en Madrid, Londres, Dub\u00e1i, Montecaerlo y Miami","publisher":{"@id":"https:\/\/grupoparaguas.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/grupoparaguas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/grupoparaguas.com\/#organization","name":"Grupo Paraguas","url":"https:\/\/grupoparaguas.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/grupoparaguas.com\/#\/schema\/logo\/image\/","url":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/grupo-paraguas.png","contentUrl":"https:\/\/grupoparaguas.com\/wp-content\/uploads\/2026\/08\/grupo-paraguas.png","width":200,"height":200,"caption":"Grupo Paraguas"},"image":{"@id":"https:\/\/grupoparaguas.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/grupo.paraguas\/","https:\/\/www.linkedin.com\/company\/grupo-paraguas\/"]}]}},"_links":{"self":[{"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/pages\/901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/comments?post=901"}],"version-history":[{"count":5,"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/pages\/901\/revisions"}],"predecessor-version":[{"id":1267,"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/pages\/901\/revisions\/1267"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/media\/970"}],"wp:attachment":[{"href":"https:\/\/grupoparaguas.com\/en\/wp-json\/wp\/v2\/media?parent=901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}