Outiref
 <!doctype html>
<html class="js" lang="fr">
  <head>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
    <script> $(document).ready(function () {
      var targetOffset = $('.header-above').offset().top;
      function toggleBodyClass() {
        var scrollPosition = $(window).scrollTop();
        if (scrollPosition > targetOffset) {
          $('body').addClass('scrolled');
        } else {
          $('body').removeClass('scrolled');
        }
      }
       
      toggleBodyClass();

      $(window).scroll(function () {
          var elementHeight = $("#limoniapps-discountninja-stickybar-wrapper").height();
      document.documentElement.style.setProperty('--limo-height', elementHeight + 'px');
        toggleBodyClass();
      });
      });</script>
    <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v166","locked":false,"initialized":true,"scope":"product","access_granted":true,"access_denied":false,"requires_customer":false,"manual_lock":false,"remote_lock":false,"has_timeout":false,"remote_rendered":null,"hide_resource":false,"hide_links_to_resource":false,"transparent":true,"locks":{"all":[],"opened":[]},"keys":[],"keys_signature":"b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad","state":{"template":"product","theme":135824310353,"product":"tomate-couilles-de-taureau-ab","collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1756653127,"path":"\/products\/tomate-couilles-de-taureau-ab","locale_root_url":"\/","canonical_url":"https:\/\/www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab","customer_id":null,"customer_id_signature":"b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,o=e.jsonpCallback||"callback",a=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+o+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,p=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+a):a=l[3]:s=urlappend(s,o+"="+a),context[a]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!p&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),o="string"==typeof s?s:s.url,a=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&a&&(o=urlappend(o,a),a=null),"jsonp"==s.type?handleJsonp(s,e,t,o):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,o,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(a)},200):n.send(a),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,o,a=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(a,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&a)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(a,normalize(n&&""===r?"on":r)));break;case"textarea":t(a,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(o=0;e.length&&o<e.length;o++)e.options[o].selected&&l(e.options[o])}}function eachFormElement(){var e,t,o=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],o)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,o),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,o,a,i=/\[\]$/;if(isArray(t))for(o=0;t&&o<t.length;o++)a=t[o],n||i.test(e)?s(e,a):buildParams(e+"["+("object"==typeof a?o:"")+"]",a,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,o=[],a=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,o[o.length]=a(e)+"="+a(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return o.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}();
/*!
  * Reqwest! A general purpose XHR connection manager
  * license MIT (c) Dustin Diaz 2015
  * https://github.com/ded/reqwest
  */!function(){var a=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(a.state={},a.util={},a.loading=!1,n)try{a.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,o,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(o),r.shift(),0<r.length)return void(o=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}a.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),a.path=a.state.path||window.location.pathname,a.basePath=a.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),a.reloading=!1,a.util.console=window.console||{log:function(){},error:function(){}},a.util.makeUrl=function(e,t){var n,s=a.basePath+e,r=[],o=a.cache();for(n in o)r.push(n+"="+encodeURIComponent(o[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return a.state.customer_id&&(r.push("customer_id="+encodeURIComponent(a.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(a.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},a._initializeCallbacks=[],a.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';a._initializeCallbacks.push(t)},a.initializeSession=function(e){if(!a.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),a.ping({silent:t,spinner:n,reload:s,callback:function(){a._initializeCallbacks.forEach(function(e){e()})}})}},a.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},a.cache.cart=a.state.cart,a.cache.cartLastSaved=null,a.params=a.cache(),a.util.reload=function(){a.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){a.util.console.error("Preferred reload method failed",u),window.location.reload()}},a.cache.saveCart=function(e){if(!a.cache.cart||a.cache.cart===a.cache.cartLastSaved)return e?e():null;var t=a.cache.cartLastSaved;a.cache.cartLastSaved=a.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:a.cache.cart}},complete:e,error:function(e){if(a.cache.cartLastSaved=t,!a.reloading)throw e}})},a.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',a.util.clobberBody=function(e){document.body.innerHTML=e},a.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},a.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},a.util.on=function(e,o,a,t){t=t||document;var i="locksmith-"+e+o,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(o)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(o))&&!e[i]&&(e[i]=!0,a(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},a.util.enableActions=function(e){a.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,a.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),a.util.reload()}}))},e)},a.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,o,a=e.querySelectorAll("script");for(o=0;o<a.length;++o){r=a[o];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},a.post=function(e,t,n){!1!==(n=n||{}).spinner&&a.util.clobberBody(a.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);a.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);a.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),n.form_type&&(t.form_type=n.form_type),a.loading=!0;var r=a.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){a.loading=!1},error:function(e){if(!a.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||a.util.clobberDocument})},a.postResource=function(e,t){e.path=a.path,e.search=window.location.search,e.state=a.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=a.cache.cart,e.locksmith_json=a.jsonTag,e.locksmith_json_signature=a.jsonTagSignature,a.post("/resource",e,t)},a.ping=function(e){if(!a.isEmbedded){e=e||{};a.post("/ping",{path:a.path,search:window.location.search,state:a.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&a.showMessages(e.messages)}})}},a.timeoutMonitor=function(){var e=a.cache.cart;a.ping({callback:function(){e!==a.cache.cart||setTimeout(function(){a.timeoutMonitor()},6e4)}})},a.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML="        <style>          .locksmith-ab .locksmith-b { display: none; }          .locksmith-ab.toggled .locksmith-b { display: flex; }          .locksmith-ab.toggled .locksmith-a { display: none; }          .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; }          .locksmith-message + .locksmith-message { border-top: 1px #555 solid; }          .locksmith-message a { color: inherit; font-weight: bold; }          .locksmith-message a:hover { color: inherit; opacity: 0.8; }          a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; }          .locksmith-text { flex-grow: 1; }          .locksmith-cta { flex-grow: 0; text-align: right; }          .locksmith-cta button { transform: scale(0.8); transform-origin: left; }          .locksmith-cta > * { display: block; }          .locksmith-cta > * + * { margin-top: 10px; }          .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; }                    @media screen and (max-width: 600px) {            .locksmith-wide-only { display: none !important; }            .locksmith-flex { padding: 0 15px; }            .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; }            .locksmith-cta { text-align: left; }          }                    @media screen and (min-width: 601px) {            .locksmith-narrow-only { display: none !important; }          }        </style>      "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),a.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),a.util.enableActions(t)}}()}();</script>
      <script data-locksmith>Locksmith.cache.cart=null</script>

  <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v166\",\"locked\":false,\"initialized\":true,\"scope\":\"product\",\"access_granted\":true,\"access_denied\":false,\"requires_customer\":false,\"manual_lock\":false,\"remote_lock\":false,\"has_timeout\":false,\"remote_rendered\":null,\"hide_resource\":false,\"hide_links_to_resource\":false,\"transparent\":true,\"locks\":{\"all\":[],\"opened\":[]},\"keys\":[],\"keys_signature\":\"b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad\",\"state\":{\"template\":\"product\",\"theme\":135824310353,\"product\":\"tomate-couilles-de-taureau-ab\",\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1756653127,\"path\":\"\\\/products\\\/tomate-couilles-de-taureau-ab\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/www.fermedesaintemarthe.com\\\/products\\\/tomate-couilles-de-taureau-ab\",\"customer_id\":null,\"customer_id_signature\":\"b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="4752c69bbdab5310e56dc5db29ce774ba8ce1ba0aeaf7dd751b9ab477ab8d59e"</script>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="google-site-verification" content="dVAOYCYdfBvmPTWBCBrejXz17QeP0BzZqTcz_eFQWQI" />
    <meta name="theme-color" content="">
    <link rel="canonical" href="https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab"><link rel="icon" type="image/png" href="//www.fermedesaintemarthe.com/cdn/shop/files/flavicon_shopify_d8951fdd-1d94-4348-8cde-fd4ea79eeca9.png?crop=center&height=32&v=1734685269&width=32"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
      TOMATE COUILLES DE TAUREAU AB - La Ferme de Sainte Marthe
</title>

    
<meta name="description" content="Variété phare de La Ferme, la tomate Couille de taureau est une tomate ancienne de mi-saison. Elle produit de très gros fruits rouges, lisses, d&#39;environ 300g.">


    

<meta property="og:site_name" content="La Ferme de Sainte Marthe">
<meta property="og:url" content="https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab"><meta property="og:title" content="TOMATE COUILLES DE TAUREAU AB - La Ferme de Sainte Marthe">
<meta property="og:type" content="product">
<meta property="og:description" content="Variété phare de La Ferme, la tomate Couille de taureau est une tomate ancienne de mi-saison. Elle produit de très gros fruits rouges, lisses, d&#39;environ 300g.">
<meta property="og:image" content="http://www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283">
<meta property="og:image:secure_url" content="https://www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283">
<meta property="og:image:width" content="1000">
  <meta property="og:image:height" content="1000"><meta property="og:price:amount" content="3,80">
<meta property="og:price:currency" content="EUR">
<meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="TOMATE COUILLES DE TAUREAU AB - La Ferme de Sainte Marthe">
<meta name="twitter:description" content="Variété phare de La Ferme, la tomate Couille de taureau est une tomate ancienne de mi-saison. Elle produit de très gros fruits rouges, lisses, d&#39;environ 300g.">


    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/constants.js?v=132983761750457495441734714134" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/pubsub.js?v=158357773527763999511734714135" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/global.js?v=114561116121566890441740567243" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/details-disclosure.js?v=13653116266235556501734714134" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/details-modal.js?v=25581673532751508451734714134" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/search-form.js?v=133129549252120666541734714135" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/swiper-bundle.min.js?v=44149973548831733121739877216" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/custom.js?v=117093439572320987171755091133" defer="defer"></script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/64391938129/digital_wallets/dialog">
<link rel="alternate" hreflang="x-default" href="https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab">
<link rel="alternate" hreflang="fr-FR" href="https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab">
<link rel="alternate" hreflang="en-FR" href="https://www.fermedesaintemarthe.com/en/products/tomate-couilles-de-taureau-ab">
<link rel="alternate" hreflang="de-FR" href="https://www.fermedesaintemarthe.com/de/products/tomate-couilles-de-taureau-ab">
<link rel="alternate" type="application/json+oembed" href="https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab.oembed">
<script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script>
<script id="shopify-features" type="application/json">{"accessToken":"82d4bf39a5a1f7f1a93cd9c8d0c680d0","betas":["rich-media-storefront-analytics"],"domain":"www.fermedesaintemarthe.com","predictiveSearch":true,"shopId":64391938129,"locale":"fr"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "la-ferme-de-sainte-marthe-sld.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.country = "FR";
Shopify.theme = {"name":"theme-lafermedesaintemarthe-trade","id":135824310353,"schema_name":"Trade","schema_version":"15.0.1","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "www.fermedesaintemarthe.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"product"}</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/d1564fddzjmdj5.cloudfront.net\/initializercolissimo.js?app_name=happycolissimo\u0026cloud=d1564fddzjmdj5.cloudfront.net\u0026shop=la-ferme-de-sainte-marthe-sld.myshopify.com","https:\/\/lac.sfapp.magefan.top\/js\/scripttags\/assistance\/init.js?shop=la-ferme-de-sainte-marthe-sld.myshopify.com","https:\/\/app.easyquote.pw\/easyquote.js?url=https:\/\/app.easyquote.pw\u0026shop=la-ferme-de-sainte-marthe-sld.myshopify.com","https:\/\/cdn.nfcube.com\/instafeed-42fb3f187f7b8ba6e6f752bea1f3aa9a.js?shop=la-ferme-de-sainte-marthe-sld.myshopify.com","https:\/\/assets.loyoly.io\/public\/scripts\/referral.js?shop=la-ferme-de-sainte-marthe-sld.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":64391938129,"offset":7200,"reqid":"d378c4cb-683f-4405-b053-6bee649d6a0d-1756653127","pageurl":"www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab","u":"36ac85c39e03","p":"product","rtyp":"product","rid":7706095943761};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-52AcMU7V7pcBOXWImdc/TAGTFKeNjmkeM1Pvks/DTgc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.fermedesaintemarthe.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-81c60534.js" crossorigin="anonymous"></script>
<script id="sections-script" data-sections="header" defer="defer" src="//www.fermedesaintemarthe.com/cdn/shop/t/2/compiled_assets/scripts.js?21271"></script>
<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>


    <style data-shopify>
      @font-face {
  font-family: "Optima nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_n4.c63b7c4120478605f7d8fc8f8e6fbc36ade2563b.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=a36c6cb1fe10d4080c60393b083ff4475ca5dd8b9f2a02b8e1569ba729d975a6") format("woff2"),
       url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_n4.01cd69d49843d34a34233ae8d5d347825313b57e.woff?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=af24a25cbbba12e66727ef0069659db08a758a9732b5bfe7e507beb0e622e333") format("woff");
}

      @font-face {
  font-family: "Optima nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_n7.205ecb635d489f9651caa20fd64aef82dad84752.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=eff62ddedd01e93cfe9c6139ff510c68518e44ec40c973d9116abdb74a12ad21") format("woff2"),
       url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_n7.0e0d4258425be1f8c3642f928d326a28cf241aa6.woff?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=94e8949374cfa3e0af6ceab25e8451826671cf46227d56783cf384472b5114f9") format("woff");
}

      @font-face {
  font-family: "Optima nova";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_i4.843bd33c679e1a75834315f7ea63469b39c148d2.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=bb21a9c2c517a827d43a69208d0c12bc53b8a89d7aad82c3ac7044093addfea1") format("woff2"),
       url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_i4.74a442b5297857dcc642aa827c33435803afa882.woff?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=e3e1f5d49f1ec5cbc2a0a810673ca98aed193e707f6cb899c2f21d6e40d26df3") format("woff");
}

      @font-face {
  font-family: "Optima nova";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_i7.e8b117bbe4ced8a643872ac4c39c213c45e97ab0.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=c47db7b8109c1e0763cda282efb987d629b5dc46c431fa196125dab739333fa9") format("woff2"),
       url("//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_i7.b5b26772c00fdf6a5ad8fc9fcea24c8b426e6b17.woff?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=fb83ef2cc2088c425ca9c146d5e04020b51967330cc8985c1f2bab6875fbc041") format("woff");
}

      @font-face {
  font-family: "ITC New Baskerville";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.fermedesaintemarthe.com/cdn/fonts/itc_new_baskerville/itcnewbaskerville_n7.e317a9aaf5998e456edd136491e321adaf9bced7.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=8a4afc0881c1ceae8f2d9493f46ceec6f3fbb790bf6d1de35d678ea7d91237b9") format("woff2"),
       url("//www.fermedesaintemarthe.com/cdn/fonts/itc_new_baskerville/itcnewbaskerville_n7.30d2255c03f6b62c20e5c36201c60a72d9b3db12.woff?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=e9e502a9a593560dc53b908302ffdbfe5525a02824dcdb8f5fba011b923f9394") format("woff");
}


      
        :root,
        .color-scheme-1 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 0,0,0;
        --color-button: 172,70,63;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 0,0,0;
        --color-link: 0,0,0;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-2 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 38,38,38;
        --color-background-contrast: 191,191,191;
        --color-shadow: 0,17,40;
        --color-button: 255,255,255;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 121,117,114;
        --color-link: 121,117,114;
        --color-badge-foreground: 38,38,38;
        --color-badge-background: 255,255,255;
        --color-badge-border: 38,38,38;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-3 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 255,255,255;
        --color-button: 187,220,158;
        --color-button-text: 0,0,0;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-4 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 255,255,255;
        --color-button: 151,40,64;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-5 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 255,255,255;
        --color-button: 236,153,179;
        --color-button-text: 0,0,0;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-269b101e-d34b-41f0-923e-bc537b8ee739 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 0,0,0;
        --color-button: 172,70,63;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 0,0,0;
        --color-link: 0,0,0;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-269b101e-d34b-41f0-923e-bc537b8ee739 {
        color: rgba(var(--color-foreground), 0.75);
        background-color: rgb(var(--color-background));
      }

      :root {
        --font-body-family: "Optima nova", sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: "ITC New Baskerville", serif;
        --font-heading-style: normal;
        --font-heading-weight: 700;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.05;

        --media-padding: px;
        --media-border-opacity: 0.05;
        --media-border-width: 1px;
        --media-radius: 8px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 4px;
        --media-shadow-blur-radius: 0px;
        --media-shadow-visible: 0;

        --page-width: 160rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 1.2rem;
        --product-card-corner-radius: 0.8rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.1;
        --product-card-shadow-opacity: 0.0;
        --product-card-shadow-visible: 0;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.4rem;
        --product-card-shadow-blur-radius: 0.5rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 0.8rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.1;
        --collection-card-shadow-opacity: 0.0;
        --collection-card-shadow-visible: 0;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.4rem;
        --collection-card-shadow-blur-radius: 0.5rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 0.8rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.1;
        --blog-card-shadow-opacity: 0.0;
        --blog-card-shadow-visible: 0;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.4rem;
        --blog-card-shadow-blur-radius: 0.5rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 0.1;
        --popup-corner-radius: 8px;
        --popup-shadow-opacity: 0.05;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 4px;
        --popup-shadow-blur-radius: 5px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 0.1;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 4px;
        --drawer-shadow-blur-radius: 5px;

        --spacing-sections-desktop: 0px;
        --spacing-sections-mobile: 0px;

        --grid-desktop-vertical-spacing: 16px;
        --grid-desktop-horizontal-spacing: 4px;
        --grid-mobile-vertical-spacing: 8px;
        --grid-mobile-horizontal-spacing: 2px;

        --text-boxes-border-opacity: 0.1;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 8px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 4px;
        --text-boxes-shadow-blur-radius: 5px;

        --buttons-radius: 6px;
        --buttons-radius-outset: 7px;
        --buttons-border-width: 1px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 0.0;
        --buttons-shadow-visible: 0;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 4px;
        --buttons-shadow-blur-radius: 5px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 6px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 0.55;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 4px;
        --inputs-shadow-blur-radius: 5px;
        --inputs-radius-outset: 7px;

        --variant-pills-radius: 40px;
        --variant-pills-border-width: 1px;
        --variant-pills-border-opacity: 0.55;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 4px;
        --variant-pills-shadow-blur-radius: 5px;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
    </style>

    <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/base.css?v=20564250141921461351737022733" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/custom-fonts.css?v=54493954956718718381741076226" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/swiper-bundle.min.css?v=125479193594664178771739877216" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/custom.css?v=162100781896522553171755074482" rel="stylesheet" type="text/css" media="all" />
    <link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-cart-items.css?v=127384614032664249911734714134" media="print" onload="this.media='all'">
      <link rel="preload" as="font" href="//www.fermedesaintemarthe.com/cdn/fonts/optima_nova/optimanova_n4.c63b7c4120478605f7d8fc8f8e6fbc36ade2563b.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=a36c6cb1fe10d4080c60393b083ff4475ca5dd8b9f2a02b8e1569ba729d975a6" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//www.fermedesaintemarthe.com/cdn/fonts/itc_new_baskerville/itcnewbaskerville_n7.e317a9aaf5998e456edd136491e321adaf9bced7.woff2?h1=bGEtZmVybWUtZGUtc2FpbnRlLW1hcnRoZS1zbGQuYWNjb3VudC5teXNob3BpZnkuY29t&h2=ZmVybWVkZXNhaW50ZW1hcnRoZS5jb20&h3=bGFmZXJtZWRlc2FpbnRlbWFydGhlLmNvbQ&hmac=8a4afc0881c1ceae8f2d9493f46ceec6f3fbb790bf6d1de35d678ea7d91237b9" type="font/woff2" crossorigin>
      
<link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-localization-form.css?v=97620464760253252711735896406" rel="stylesheet" type="text/css" media="all" />
      <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/localization-form.js?v=144176611646395275351734714134" defer="defer"></script><link
        rel="stylesheet"
        href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-predictive-search.css?v=118923337488134913561734714134"
        media="print"
        onload="this.media='all'"
      ><script>
      if (Shopify.designMode) {
        document.documentElement.classList.add('shopify-design-mode');
      }
    </script>
    


    <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/bss-custom.css?v=50812350021784316841735901565" rel="stylesheet" type="text/css" media="all" />

    <script type="text/javascript">
    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "n8s5e3c390");
</script>

    <script> window.OpusApiCompareAtPrice = true</script>
<meta name="google-site-verification" content="KskmgjtbxFoiNnbQfiYSTtVAMLYUSMXUgJ9at7SzR-U" />

  <!-- BEGIN app block: shopify://apps/crisp-live-chat-chatbot/blocks/app-embed/5c3cfd5f-01d4-496a-891b-f98ecf27ff08 --><script>
  if ("7f7a630d-b567-44c9-8ac1-8afc94b8d00f") {
    let _locale = "";

    window.CRISP_READY_TRIGGER = function () {
      window.CRISP_SESSION_ID = $crisp.get("session:identifier");
      postCart();
      postCustomerID();

      // Set session segment (only after first message is sent)
      $crisp.push(["on", "message:sent", () => {
        $crisp.push(["set", "session:segments", [["shopify"]]]);
        $crisp.push(["off", "message:sent"]);
      }])
    };

    if (window?.Weglot?.getCurrentLang && typeof(typeof(Weglot?.getCurrentLang) === "function")) {
      _locale = Weglot?.getCurrentLang();
    } else if (Shopify?.locale) {
      _locale = Shopify.locale;
    }

    if (_locale) {
      CRISP_RUNTIME_CONFIG = {
        locale : _locale
      };
    }

    window.$crisp=[];
    window.CRISP_WEBSITE_ID="7f7a630d-b567-44c9-8ac1-8afc94b8d00f";
    (function(){d=document;s=d.createElement("script");
      s.src="https://client.crisp.chat/l.js";
      s.async=1;
      d.getElementsByTagName("head")[0].appendChild(s);
    })();
  }
</script>

<!-- END app block --><!-- BEGIN app block: shopify://apps/bss-b2b-quote/blocks/config-header/0c13e75b-92f5-4200-98c1-50c1fdb201bc -->
    <script id="bss-bcp-store-data" type="application/json">
        {
            "shop": {
                "name": "La Ferme de Sainte Marthe",
                "email": "accueil@fermedesaintemarthe.com",
                "domain": "www.fermedesaintemarthe.com",
                "permanent_domain": "la-ferme-de-sainte-marthe-sld.myshopify.com",
                "url": "https://www.fermedesaintemarthe.com",
                "secure_url": "https://www.fermedesaintemarthe.com",
                "money_format": "{{amount_with_comma_separator}}€",
                "currency": "EUR"
            },
            "customer": {
                "id": null,
                "tags": null,
                "email": null,
                "firstName": null,
                "lastName": null,
                "defaultAddress": null,
                "phone": null,
                "addresses": null
            },
            "template": "product",
            "product": {"id":7706095943761,"title":"TOMATE COUILLES DE TAUREAU AB","handle":"tomate-couilles-de-taureau-ab","description":"\u003cp\u003eLa tomate Couille de taureau est une variété ancienne de mi-saison à croissance indéterminée, originaire d´Andalousie, rapportée en France par les réfugiés espagnols durant la dernière guerre civile.\u003cbr\u003eCette variété produit de très gros fruits rouges, lisses, d´environ 300 à 350 g en moyenne mais pouvant atteindre largement + de 500 g, un jardinier nous a même informé avoir obtenu des tomates de 925 g ! Record battu en aout 2021 avec une tomate qui pesait 1,215 kg !\u003cbr\u003eLa tomate Couille de taureau est une variété de type chair de bœuf, légèrement aplatis. Chair dense très goûteuse, idéale en tranche pour les sandwichs ou en salades. Profonde dépression à l´attache pédonculaire.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eQuand et comment semer la tomate Couilles de taureau ?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eSemis : de février à avril sur couche chaude (20°) ou en godets en intérieur ou serre chauffée, dans un terreau de semis fin. Les tomates ont besoin de minimum 20°C constant pour germer.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eEnterrez vos graines de tomates à 1 cm puis recouvrez de terreau de semis. Arrosez votre terreau avec un pulvérisateur pour qu'il reste humide mais pas détrempé. Placez votre terrine près d'une fenêtre pour éviter que vos semis ne filent vers le haut pour chercher la lumière.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eRepiquez en place quand les gelées ne sont plus à craindre et que les plants atteignent 12 à 15 cm dans un sol riche, meuble et sain. Distance : 70 cm entre les rangs et 50 cm sur la ligne à exposition ensoleillée.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eMettre les tuteurs en place avant de commencer la plantation. Arrosez abondamment au pied une fois par semaine pour éviter le développement de maladies.  \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eDoit-on enlever les gourmands des plants de tomates ?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eLes points de vue diffèrent sur la manière d'envisager la fameuse taille des tomates et chaque jardinier a des arguments pour justifier sa théorie. A la question \"que faire ?\" la réponse est des plus simples : ce que vous voulez !\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eLa taille des tomates par égourmandage n'est pas obligatoire, elle est destinée à augmenter le calibre des fruits, leur précocité et faciliter le travail de récolte.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eCette méthode possède néanmoins deux inconvénients : elle demande du temps et du discernement. En effet, la tête du plant de tomates n'est pas toujours facile à distinguer d'un rameau secondaire. De plus, supprimer les gourmands occasionne des plaies pour votre plant. Il est donc fortement recommandé de songer à aider à la cicatrisation par un poudrage de maerl ou badigeon d'argile verte.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eUne autre vision consiste donc à ne pas tailler du tout et laisser à la plante son entier développement. Elle aura donc besoin de plus de place au jardin, soit 1 m entre chaque plant. Les fruits seront plus petits mais plus nombreux.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eUne troisième solution reste la conduite sur deux brins. Après avoir pincé le pied à 20 cm du sol on ne garde que les deux brins qui se forment latéralement. Ensuite tous les gourmands sont supprimés.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eRécolte\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eVous pourrez récolter les tomates 4 à 5 mois après le semis.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eLes ennemis\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eLes principaux problèmes que l'on peut rencontrer avec la culture de tomates sont le mildiou et la nécrose apicale (cul noir).\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003ePour éviter le mildiou, la meilleure des solutions restera de protéger vos plants si vous résidez dans une région où la pluie est fréquente. Vous pouvez également réaliser un traitement à base de bouillie bordelaise.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eLa nécrose apicale ou cul noir n'est pas une maladie. Il s'agit soit d'une teneur en calcium trop basse dans le sol soit une irrégularité dans les arrosages. Lorsque la plante manque d'eau elle fait moins de sève et la partie la plus éloignée de la tige mourra faute de nourriture. Arrosez donc de façon régulière, abondamment une fois par semaine par exemple.  \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-20T10:30:16+01:00","created_at":"2024-12-20T10:30:16+01:00","vendor":"ENSACHAGE FDSM","type":"","tags":["Coups de cœur","Graines potagères","Légumes fruits","Sachets","SEMENCES BIOLOGIQUES 5","Tomates","Tomates à gros fruits"],"price":380,"price_min":380,"price_max":380,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42111353094225,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"2127A","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"TOMATE COUILLES DE TAUREAU AB","public_title":null,"options":["Default Title"],"price":380,"weight":3,"compare_at_price":null,"inventory_management":"shopify","barcode":"3569520021386","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283","\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588"],"featured_image":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283","options":["Title"],"media":[{"alt":"TOMATE COUILLES DE TAUREAU AB ","id":27795649953873,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283","width":1000},{"alt":"TOMATE BELLE DE LORRAINE AB ","id":27895518003281,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eLa tomate Couille de taureau est une variété ancienne de mi-saison à croissance indéterminée, originaire d´Andalousie, rapportée en France par les réfugiés espagnols durant la dernière guerre civile.\u003cbr\u003eCette variété produit de très gros fruits rouges, lisses, d´environ 300 à 350 g en moyenne mais pouvant atteindre largement + de 500 g, un jardinier nous a même informé avoir obtenu des tomates de 925 g ! Record battu en aout 2021 avec une tomate qui pesait 1,215 kg !\u003cbr\u003eLa tomate Couille de taureau est une variété de type chair de bœuf, légèrement aplatis. Chair dense très goûteuse, idéale en tranche pour les sandwichs ou en salades. Profonde dépression à l´attache pédonculaire.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eQuand et comment semer la tomate Couilles de taureau ?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eSemis : de février à avril sur couche chaude (20°) ou en godets en intérieur ou serre chauffée, dans un terreau de semis fin. Les tomates ont besoin de minimum 20°C constant pour germer.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eEnterrez vos graines de tomates à 1 cm puis recouvrez de terreau de semis. Arrosez votre terreau avec un pulvérisateur pour qu'il reste humide mais pas détrempé. Placez votre terrine près d'une fenêtre pour éviter que vos semis ne filent vers le haut pour chercher la lumière.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eRepiquez en place quand les gelées ne sont plus à craindre et que les plants atteignent 12 à 15 cm dans un sol riche, meuble et sain. Distance : 70 cm entre les rangs et 50 cm sur la ligne à exposition ensoleillée.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eMettre les tuteurs en place avant de commencer la plantation. Arrosez abondamment au pied une fois par semaine pour éviter le développement de maladies.  \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eDoit-on enlever les gourmands des plants de tomates ?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eLes points de vue diffèrent sur la manière d'envisager la fameuse taille des tomates et chaque jardinier a des arguments pour justifier sa théorie. A la question \"que faire ?\" la réponse est des plus simples : ce que vous voulez !\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eLa taille des tomates par égourmandage n'est pas obligatoire, elle est destinée à augmenter le calibre des fruits, leur précocité et faciliter le travail de récolte.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eCette méthode possède néanmoins deux inconvénients : elle demande du temps et du discernement. En effet, la tête du plant de tomates n'est pas toujours facile à distinguer d'un rameau secondaire. De plus, supprimer les gourmands occasionne des plaies pour votre plant. Il est donc fortement recommandé de songer à aider à la cicatrisation par un poudrage de maerl ou badigeon d'argile verte.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eUne autre vision consiste donc à ne pas tailler du tout et laisser à la plante son entier développement. Elle aura donc besoin de plus de place au jardin, soit 1 m entre chaque plant. Les fruits seront plus petits mais plus nombreux.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eUne troisième solution reste la conduite sur deux brins. Après avoir pincé le pied à 20 cm du sol on ne garde que les deux brins qui se forment latéralement. Ensuite tous les gourmands sont supprimés.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eRécolte\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eVous pourrez récolter les tomates 4 à 5 mois après le semis.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003eLes ennemis\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eLes principaux problèmes que l'on peut rencontrer avec la culture de tomates sont le mildiou et la nécrose apicale (cul noir).\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003ePour éviter le mildiou, la meilleure des solutions restera de protéger vos plants si vous résidez dans une région où la pluie est fréquente. Vous pouvez également réaliser un traitement à base de bouillie bordelaise.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eLa nécrose apicale ou cul noir n'est pas une maladie. Il s'agit soit d'une teneur en calcium trop basse dans le sol soit une irrégularité dans les arrosages. Lorsque la plante manque d'eau elle fait moins de sève et la partie la plus éloignée de la tige mourra faute de nourriture. Arrosez donc de façon régulière, abondamment une fois par semaine par exemple.  \u003c\/span\u003e\u003c\/p\u003e"},
            "cart": {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"EUR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0},
            "product_collections": [
                
                    290303377489,
                
                    287949357137,
                
                    287949979729,
                
                    289361199185,
                
                    289357234257,
                
                    292774969425,
                
                    287948931153,
                
                    292120068177
                
            ],
            "money_code": "EUR",
            "money_format": "€",
            "variants_quantity": {
                
                    "42111353094225": 2680
                
            },
            "variants_policy": {
                
                    "42111353094225": "deny"
                
            },
            "taxes_included": true
        }
    </script>

    <script id="bss-bcp-config-data">
        if (typeof BSS_BCP == 'undefined') {
            var BSS_BCP = {};
        }
        BSS_BCP.storeId = null;
        
            BSS_BCP.storeId = 5326;
            BSS_BCP.hyperLink = {};
            BSS_BCP.hyperLink.applyTo = 2;
            BSS_BCP.hyperLink.text = "Vos devis";
            BSS_BCP.hyperLink.customerId = [""];
            BSS_BCP.hyperLink.customerTag = ["Client B2B"];
        

        BSS_BCP.nt = {};
        BSS_BCP.nt.isEnable = false;
        
            BSS_BCP.nt.rules = null;
            BSS_BCP.nt.config = null;
            BSS_BCP.nt.translation = null;
        

        BSS_BCP.vo = {};
        BSS_BCP.vo.isEnable = false;
        
            BSS_BCP.vo.rules = null;
            BSS_BCP.vo.translation = null;
        

        BSS_BCP.isEnableQuote = false;
        
            BSS_BCP.isEnableQuote = true;
            BSS_BCP.quoteRule = {"apply_to":1,"customer_ids":"","customer_tags":"Client B2B","product_condition_type":0,"product_ids":"","product_collections":"","product_tags":"","content":"\"[]\""};
            BSS_BCP.quoteConfig = {"id":2634,"shop_id":5326,"hide_cart":0,"hide_buy_it_now":0,"hide_price":0,"display_offer_price_field":0,"redirect_after_submit_quote":"","createdAt":"2025-01-13T09:43:43.000Z","updatedAt":"2025-01-13T09:43:43.000Z"};
            BSS_BCP.quoteTranslations = [{"key":"add_to_quote","value":"Ajouter au devis"},{"key":"the_product","value":"Le produit"},{"key":"added_to_quote","value":"est ajouté à votre devis"},{"key":"products_in_quote","value":"Current products in quote"},{"key":"quote_table_image","value":"Image"},{"key":"quote_table_product","value":"Product"},{"key":"quote_table_quantity","value":"Quantity"},{"key":"continue_shopping","value":"Continuer les achats"},{"key":"view_quote","value":"Voir le devis"},{"key":"error_message","value":"Product(s) above is/are not eligible for Quote. They will be removed if you click the \"Add to quote\" button."}];
            
                BSS_BCP.quoteBtnConfig = {"positionSettings":{"isDisplayOnProductPage":true,"isDisplayOnCollectionPage":true,"displayOnProductPagePosition":4},"textSettings":{"fontSize":16,"alignment":"center","customCss":".bss-bcp-custom-quote-cart-btn,\n.bss-b2b-customer-portal-btn-quote-default,\n.bss-bcp-add-to-quote-btn {\n    color: white;\n    background-color: #c20021 !important;\n    font-size: 15px;\n    font-weight: normal;\n    border-radius: 8px;\n    height: 48px;\n    border: none !important;\n}\n\n#cart-notification-form .bss-b2b-customer-portal-btn-quote-default {\n    margin-top: 10px;\n}\n\n.cart__footer .cart__ctas:has(.bss-bcp-custom-quote-cart-btn) {\n    display: block;\n}\n\n.bss-bcp-custom-quote-cart-btn:hover,\n.bss-b2b-customer-portal-btn-quote-default:hover,\n.bss-bcp-add-to-quote-btn:hover {\n    box-shadow: 0px 0px 0px 1px  #c20021;\n}","textColor":{"red":0,"blue":0,"alpha":1,"green":0},"editorMode":1,"textFormat":""},"btnSettings":{"btnColor":{"red":255,"blue":255,"alpha":1,"green":255},"customCss":"","editorMode":0,"cornerRadius":8,"outlineColor":{"red":138,"blue":138,"alpha":1,"green":138},"borderThickness":1}};
            
        

        BSS_BCP.ca = {};
        BSS_BCP.ca.isEnable = false;
        
            BSS_BCP.ca.listSubUser = [];
            BSS_BCP.ca.shareCartText = "Share to company";
            BSS_BCP.ca.orderMarkingType = 0;
               
    </script>
    
    

    
        
                    <style type="text/css" id="bss-bcp-r4q-hide-price"> </style>
                    
    

    
        <style type="text/css">
                        .bss-bcp-hyper-link-app-block .bss-bcp-link-wrapper {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    padding: 12px 0px;
}
.bss-bcp-hyper-link-app-block .bss-bcp-link-wrapper .bss-bcp-link {
    color: #555;
    text-decoration: none;
    padding: 2px 0px;
}
.bss-bcp-hyper-link-app-block .bss-bcp-link-wrapper .bss-bcp-link:hover {
    color: black;
    border-bottom: 1px solid black;
}
.bss-wrapper-layout .bss-menu-navigation-section:first-child {
    display: none;
}

.bss-wrapper-layout .bss-menu-navigation-section:last-child {
    display: none;
}

.bss-wrapper-layout .bss-menu-navigation-section:nth-child(2) {
    display: none;
}

                    </style>
    

    
         <script id="bss-bcp-customize">
            window.bssBCPHooks = window.bssBCPHooks || {
    actions: {},
    filters: {},
};

window.BSS_BCP = window.BSS_BCP || {};

window.BSS_BCP.addAction = (tag, callback) => {
    window.bssBCPHooks.actions[tag] = callback;
}
window.BSS_BCP.addFilter = (tag,  value) => {
    window.bssBCPHooks.filters[tag] = value;
}


        </script>
    

    <script src="https://cdn.shopify.com/extensions/00b292bc-a673-46c5-946d-da672c045772/version_auto_deploy_eeefb0ff/assets/bss-bcp-js.js" defer="defer"></script>



<!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->



<link rel="dns-prefetch" href="https://cdnwidget.judge.me">
<link rel="dns-prefetch" href="https://cdn.judge.me">
<link rel="dns-prefetch" href="https://cdn1.judge.me">
<link rel="dns-prefetch" href="https://api.judge.me">

<script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":true,"badge_no_review_text":"Aucun avis","badge_n_reviews_text":"{{ n }} avis","badge_star_color":"#AC463F","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Avis Clients","widget_open_form_text":"Écrire un avis","widget_close_form_text":"Annuler l'avis","widget_refresh_page_text":"Actualiser la page","widget_summary_text":"Basé sur {{ number_of_reviews }} avis","widget_no_review_text":"Soyez le premier à écrire un avis","widget_name_field_text":"Nom","widget_verified_name_field_text":"Nom vérifié (public)","widget_name_placeholder_text":"Entrez votre nom (public)","widget_required_field_error_text":"Ce champ est obligatoire.","widget_email_field_text":"Email","widget_verified_email_field_text":"Email vérifié (privé, ne peut pas être modifié)","widget_email_placeholder_text":"Entrez votre email (privé)","widget_email_field_error_text":"Veuillez entrer une adresse email valide.","widget_rating_field_text":"Évaluation","widget_review_title_field_text":"Titre de l'avis","widget_review_title_placeholder_text":"Donnez un titre à votre avis","widget_review_body_field_text":"Avis","widget_review_body_placeholder_text":"Écrivez vos commentaires ici","widget_pictures_field_text":"Photo/Vidéo (facultatif)","widget_submit_review_text":"Soumettre l'avis","widget_submit_verified_review_text":"Soumettre un avis vérifié","widget_submit_success_msg_with_auto_publish":"Merci ! Veuillez actualiser la page dans quelques instants pour voir votre avis. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Merci ! Votre avis sera publié dès qu'il sera approuvé par l'administrateur de la boutique. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Affichage de {{ n_reviews_shown }} sur {{ n_reviews }} avis.","widget_show_all_link_text":"Tout afficher","widget_show_less_link_text":"Afficher moins","widget_author_said_text":"{{ reviewer_name }} a dit :","widget_days_text":"il y a {{ n }} jour/jours","widget_weeks_text":"il y a {{ n }} semaine/semaines","widget_months_text":"il y a {{ n }} mois","widget_years_text":"il y a {{ n }} an/ans","widget_yesterday_text":"Hier","widget_today_text":"Aujourd'hui","widget_replied_text":"\u003e\u003e {{ shop_name }} a répondu :","widget_read_more_text":"Lire plus","widget_rating_filter_color":"#AC463F","widget_rating_filter_see_all_text":"Voir tous les avis","widget_sorting_most_recent_text":"Plus récents","widget_sorting_highest_rating_text":"Meilleures notes","widget_sorting_lowest_rating_text":"Notes les plus basses","widget_sorting_with_pictures_text":"Uniquement les photos","widget_sorting_most_helpful_text":"Plus utiles","widget_open_question_form_text":"Poser une question","widget_reviews_subtab_text":"Avis","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Réponse","widget_question_placeholder_text":"Écrivez votre question ici","widget_submit_question_text":"Soumettre la question","widget_question_submit_success_text":"Merci pour votre question ! Nous vous notifierons dès qu'elle aura une réponse.","widget_star_color":"#D1847F","verified_badge_text":"Vérifié","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(hors boutique)","all_reviews_product_name_prefix_text":"à propos de","enable_review_pictures":true,"review_date_format":"dd/mm/yy","default_sort_method":"highest-rating","widget_product_reviews_subtab_text":"Avis Produits","widget_shop_reviews_subtab_text":"Avis Boutique","widget_write_a_store_review_text":"Écrire un avis sur la boutique","widget_other_languages_heading":"Avis dans d'autres langues","widget_sorting_pictures_first_text":"Photos en premier","floating_tab_button_name":"★ Avis","floating_tab_title":"Laissons nos clients parler pour nous","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Les clients nous notent {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} sur 5 étoiles basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Laissons nos clients parler pour nous","featured_carousel_count_text":"sur {{ n }} avis","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","widget_histogram_use_custom_color":true,"widget_pagination_use_custom_color":true,"picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Vidéos en premier","widget_review_pending_text":"En attente","remove_microdata_snippet":true,"preview_badge_no_question_text":"Aucune question","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","remove_judgeme_branding":true,"widget_search_bar_placeholder":"Rechercher des avis","widget_sorting_verified_only_text":"Vérifiés uniquement","featured_carousel_verified_badge_enable":true,"featured_carousel_more_reviews_button_text":"Lire plus d'avis","featured_carousel_view_product_button_text":"Voir le produit","all_reviews_page_load_more_text":"Charger plus d'avis","widget_advanced_speed_features":5,"widget_public_name_text":"affiché publiquement comme","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonyme","medals_widget_title":"Médailles d'avis Judge.me","widget_invalid_yt_video_url_error_text":"Pas une URL de vidéo YouTube","widget_max_length_field_error_text":"Veuillez ne pas dépasser {0} caractères.","widget_verified_by_shop_text":"Vérifié par la boutique","widget_load_with_code_splitting":true,"widget_ugc_title":"Fait par nous, partagé par vous","widget_ugc_subtitle":"Taguez-nous pour voir votre photo mise en avant sur notre page","widget_ugc_primary_button_text":"Acheter maintenant","widget_ugc_secondary_button_text":"Charger plus","widget_ugc_reviews_button_text":"Voir les avis","widget_primary_color":"#AC463F","widget_summary_average_rating_text":"{{ average_rating }} sur 5","widget_media_grid_title":"Photos \u0026 vidéos clients","widget_media_grid_see_more_text":"Voir plus","widget_verified_by_judgeme_text":"Vérifié par Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Vérifié par Judge.me","widget_media_field_exceed_quantity_message":"Désolé, nous ne pouvons accepter que {{ max_media }} pour un avis.","widget_media_field_exceed_limit_message":"{{ file_name }} est trop volumineux, veuillez sélectionner un {{ media_type }} de moins de {{ size_limit }}MB.","widget_review_submitted_text":"Avis soumis !","widget_question_submitted_text":"Question soumise !","widget_close_form_text_question":"Annuler","widget_write_your_answer_here_text":"Écrivez votre réponse ici","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":true,"widget_collected_by_judgeme_text":"collecté par Judge.me","widget_load_more_text":"Charger plus","widget_load_more_color":"#5D496D","widget_full_review_text":"Avis complet","widget_read_more_reviews_text":"Lire plus d'avis","widget_read_questions_text":"Lire les questions","widget_questions_and_answers_text":"Questions \u0026 Réponses","widget_verified_by_text":"Vérifié par","widget_verified_text":"Vérifié","widget_number_of_reviews_text":"{{ number_of_reviews }} avis","widget_back_button_text":"Retour","widget_next_button_text":"Suivant","widget_custom_forms_filter_button":"Filtres","how_reviews_are_collected":"Comment les avis sont-ils collectés ?","widget_gdpr_statement":"Comment nous utilisons vos données : Nous vous contacterons uniquement à propos de l'avis que vous avez laissé, et seulement si nécessaire. En soumettant votre avis, vous acceptez les \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions\u003c/a\u003e, la \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e et les \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003epolitiques de contenu\u003c/a\u003e de Judge.me.","review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#108474","all_reviews_product_variant_label_text":"Variante : ","widget_show_verified_branding":false,"preview_badge_collection_page_install_status":true,"transparency_badges_collected_via_store_invite_text":"Avis collecté via l'invitation du magasin","transparency_badges_from_another_provider_text":"Avis collecté d'un autre fournisseur","transparency_badges_collected_from_store_visitor_text":"Avis collecté d'un visiteur du magasin","transparency_badges_written_in_google_text":"Avis écrit sur Google","transparency_badges_written_in_etsy_text":"Avis écrit sur Etsy","transparency_badges_written_in_shop_app_text":"Avis écrit sur Shop App","transparency_badges_earned_reward_text":"Avis a gagné une récompense pour une commande future","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Propulsé par Judge.me","locale":"en","reply_name":"La Ferme de Sainte Marthe","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"enable_multi_locales_translations":true,"can_be_branded":true,"reply_name_text":"La Ferme de Sainte Marthe"};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color: #AC463F;--jdgm-secondary-color: rgba(172,70,63,0.1);--jdgm-star-color: #D1847F;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #AC463F;--jdgm-paginate-color: #5D496D;--jdgm-border-radius: 0;--jdgm-reviewer-name-color: #AC463F}.jdgm-histogram__bar-content{background-color:#AC463F}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#AC463F}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#AC463F}.jdgm-widget .jdgm-write-rev-link{display:none}.jdgm-widget .jdgm-rev-widg[data-number-of-reviews='0']{display:none}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'à propos de'}.jdgm-rev__variant-label:before{content:'Variante : '}.jdgm-rev__out-of-store-text:before{content:'(hors boutique)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#108474}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'La Ferme de Sainte Marthe'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )}
</style> <style class='jdgm-settings-style'></style>

  
  
  
  <style class='jdgm-miracle-styles'>
  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-spinner:empty{display:block}.jdgm-prev-badge{display:block !important}

</style>


  
  
   


<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/",jdgm.API_HOST="https://api.judge.me/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"),
jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document);
</script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdnwidget.judge.me/shopify_v2.css"></noscript>

<!-- BEGIN app snippet: theme_fix_tags --><script>
  (function() {
    var jdgmThemeFixes = null;
    if (!jdgmThemeFixes) return;
    var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
    if (!thisThemeFix) return;

    if (thisThemeFix.html) {
      document.addEventListener("DOMContentLoaded", function() {
        var htmlDiv = document.createElement('div');
        htmlDiv.classList.add('jdgm-theme-fix-html');
        htmlDiv.innerHTML = thisThemeFix.html;
        document.body.append(htmlDiv);
      });
    };

    if (thisThemeFix.css) {
      var styleTag = document.createElement('style');
      styleTag.classList.add('jdgm-theme-fix-style');
      styleTag.innerHTML = thisThemeFix.css;
      document.head.append(styleTag);
    };

    if (thisThemeFix.js) {
      var scriptTag = document.createElement('script');
      scriptTag.classList.add('jdgm-theme-fix-script');
      scriptTag.innerHTML = thisThemeFix.js;
      document.head.append(scriptTag);
    };
  })();
</script>
<!-- END app snippet -->
<!-- End of Judge.me Core -->



<!-- END app block --><!-- BEGIN app block: shopify://apps/seoant-ai-seo/blocks/seoant-core/8e57283b-dcb0-4f7b-a947-fb5c57a0d59d -->
<!--SEOAnt Core By SEOAnt Teams, v0.1.6 START -->







    <!-- BEGIN app snippet: Product-JSON-LD --><script type="application/ld+json">
    [
        {
            "@context": "https://schema.org",
            "@type": "Product",
            "@id": "https:\/\/www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab#product",
            "brand": {
                "@type": "Brand",
                "name": "ENSACHAGE FDSM"
            },
            "url": "https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab",
            "name": "TOMATE COUILLES DE TAUREAU AB",
            "image": "https://www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg",
            "description": "La tomate Couille de taureau est une variété ancienne de mi-saison à croissance indéterminée, origin",
            "sku": "2127A",
            "weight": "3g",
            "review": {
                "@type": "Review",
                "reviewRating": {
                    "@type": "Rating",
                    "ratingValue": "4",
                    "bestRating": "5"
                },
                "author": {
                    "@type": "Person",
                    "name": "La Ferme de Sainte Marthe"
                }
                },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": "4.18",
                "reviewCount": "11",
                "description": "Product Reviews By Judge.me"
            },
            
            "offers":  [{
                    "@type": "Offer" ,
                    "priceCurrency": "EUR",
                    "priceValidUntil": "2025-08-31",
                    "price" : "3.8" ,
                    "availability" : "https://schema.org/InStock" ,
                    "itemCondition": "https://schema.org/NewCondition",
                    "sku": "2127A",
                    "name": "Default Title",
                    "url" : "https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab?variant=42111353094225",
                    "seller" : {
                        "@type" : "Organization",
                        "name" : "La Ferme de Sainte Marthe"
                    },
                    "mpn": "3569520021386"
                }
            ]
        }
        ,
        {
            "@context": "https://schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "item": {
                        "@type": "Website",
                        "@id": "https://www.fermedesaintemarthe.com",
                        "name": "La Ferme de Sainte Marthe home"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "item": {
                        "@type": "WebPage",
                        "@id": "https://www.fermedesaintemarthe.com/products/tomate-couilles-de-taureau-ab",
                        "name": "TOMATE COUILLES DE TAUREAU AB"
                    }
                }
            ]
        }
        ]
</script>

<!-- END app snippet -->


<!-- SON-LD generated By SEOAnt END -->



<!-- Start : SEOAnt BrokenLink Redirect --><script type="text/javascript">
    !function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=11)}([function(t,e,r){"use strict";var n=r(2),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return"undefined"===typeof t}function u(t){return null!==t&&"object"===typeof t}function s(t){return"[object Function]"===o.call(t)}function c(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),i(t))for(var r=0,n=t.length;r<n;r++)e.call(null,t[r],r,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!==typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"===typeof t},isNumber:function(t){return"number"===typeof t},isObject:u,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:s,isStream:function(t){return u(t)&&s(t.pipe)},isURLSearchParams:function(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)},forEach:c,merge:function t(){var e={};function r(r,n){"object"===typeof e[n]&&"object"===typeof r?e[n]=t(e[n],r):e[n]=r}for(var n=0,o=arguments.length;n<o;n++)c(arguments[n],r);return e},deepMerge:function t(){var e={};function r(r,n){"object"===typeof e[n]&&"object"===typeof r?e[n]=t(e[n],r):e[n]="object"===typeof r?t({},r):r}for(var n=0,o=arguments.length;n<o;n++)c(arguments[n],r);return e},extend:function(t,e,r){return c(e,(function(e,o){t[o]=r&&"function"===typeof e?n(e,r):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(t,e,r){t.exports=r(12)},function(t,e,r){"use strict";t.exports=function(t,e){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return t.apply(e,r)}}},function(t,e,r){"use strict";var n=r(0);function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,r){if(!e)return t;var i;if(r)i=r(e);else if(n.isURLSearchParams(e))i=e.toString();else{var a=[];n.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(n.isArray(t)?e+="[]":t=[t],n.forEach(t,(function(t){n.isDate(t)?t=t.toISOString():n.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var u=t.indexOf("#");-1!==u&&(t=t.slice(0,u)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},function(t,e,r){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,r){"use strict";(function(e){var n=r(0),o=r(19),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!n.isUndefined(t)&&n.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var u={adapter:function(){var t;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof e&&"[object process]"===Object.prototype.toString.call(e))&&(t=r(6)),t}(),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),n.isFormData(t)||n.isArrayBuffer(t)||n.isBuffer(t)||n.isStream(t)||n.isFile(t)||n.isBlob(t)?t:n.isArrayBufferView(t)?t.buffer:n.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):n.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),n.forEach(["post","put","patch"],(function(t){u.headers[t]=n.merge(i)})),t.exports=u}).call(this,r(18))},function(t,e,r){"use strict";var n=r(0),o=r(20),i=r(3),a=r(22),u=r(25),s=r(26),c=r(7);t.exports=function(t){return new Promise((function(e,f){var l=t.data,p=t.headers;n.isFormData(l)&&delete p["Content-Type"];var h=new XMLHttpRequest;if(t.auth){var d=t.auth.username||"",m=t.auth.password||"";p.Authorization="Basic "+btoa(d+":"+m)}var y=a(t.baseURL,t.url);if(h.open(t.method.toUpperCase(),i(y,t.params,t.paramsSerializer),!0),h.timeout=t.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in h?u(h.getAllResponseHeaders()):null,n={data:t.responseType&&"text"!==t.responseType?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:r,config:t,request:h};o(e,f,n),h=null}},h.onabort=function(){h&&(f(c("Request aborted",t,"ECONNABORTED",h)),h=null)},h.onerror=function(){f(c("Network Error",t,null,h)),h=null},h.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),f(c(e,t,"ECONNABORTED",h)),h=null},n.isStandardBrowserEnv()){var v=r(27),g=(t.withCredentials||s(y))&&t.xsrfCookieName?v.read(t.xsrfCookieName):void 0;g&&(p[t.xsrfHeaderName]=g)}if("setRequestHeader"in h&&n.forEach(p,(function(t,e){"undefined"===typeof l&&"content-type"===e.toLowerCase()?delete p[e]:h.setRequestHeader(e,t)})),n.isUndefined(t.withCredentials)||(h.withCredentials=!!t.withCredentials),t.responseType)try{h.responseType=t.responseType}catch(w){if("json"!==t.responseType)throw w}"function"===typeof t.onDownloadProgress&&h.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){h&&(h.abort(),f(t),h=null)})),void 0===l&&(l=null),h.send(l)}))}},function(t,e,r){"use strict";var n=r(21);t.exports=function(t,e,r,o,i){var a=new Error(t);return n(a,e,r,o,i)}},function(t,e,r){"use strict";var n=r(0);t.exports=function(t,e){e=e||{};var r={},o=["url","method","params","data"],i=["headers","auth","proxy"],a=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];n.forEach(o,(function(t){"undefined"!==typeof e[t]&&(r[t]=e[t])})),n.forEach(i,(function(o){n.isObject(e[o])?r[o]=n.deepMerge(t[o],e[o]):"undefined"!==typeof e[o]?r[o]=e[o]:n.isObject(t[o])?r[o]=n.deepMerge(t[o]):"undefined"!==typeof t[o]&&(r[o]=t[o])})),n.forEach(a,(function(n){"undefined"!==typeof e[n]?r[n]=e[n]:"undefined"!==typeof t[n]&&(r[n]=t[n])}));var u=o.concat(i).concat(a),s=Object.keys(e).filter((function(t){return-1===u.indexOf(t)}));return n.forEach(s,(function(n){"undefined"!==typeof e[n]?r[n]=e[n]:"undefined"!==typeof t[n]&&(r[n]=t[n])})),r}},function(t,e,r){"use strict";function n(t){this.message=t}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,t.exports=n},function(t,e,r){t.exports=r(13)},function(t,e,r){t.exports=r(30)},function(t,e,r){var n=function(t){"use strict";var e=Object.prototype,r=e.hasOwnProperty,n="function"===typeof Symbol?Symbol:{},o=n.iterator||"@@iterator",i=n.asyncIterator||"@@asyncIterator",a=n.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(S){u=function(t,e,r){return t[e]=r}}function s(t,e,r,n){var o=e&&e.prototype instanceof l?e:l,i=Object.create(o.prototype),a=new L(n||[]);return i._invoke=function(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return j()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=x(a,r);if(u){if(u===f)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=c(t,e,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===f)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}(t,r,a),i}function c(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(S){return{type:"throw",arg:S}}}t.wrap=s;var f={};function l(){}function p(){}function h(){}var d={};d[o]=function(){return this};var m=Object.getPrototypeOf,y=m&&m(m(T([])));y&&y!==e&&r.call(y,o)&&(d=y);var v=h.prototype=l.prototype=Object.create(d);function g(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){var n;this._invoke=function(o,i){function a(){return new e((function(n,a){!function n(o,i,a,u){var s=c(t[o],t,i);if("throw"!==s.type){var f=s.arg,l=f.value;return l&&"object"===typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return n("throw",t,a,u)}))}u(s.arg)}(o,i,n,a)}))}return n=n?n.then(a,a):a()}}function x(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,x(t,e),"throw"===e.method))return f;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return f}var n=c(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,f;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function b(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(b,this),this.reset(!0)}function T(t){if(t){var e=t[o];if(e)return e.call(t);if("function"===typeof t.next)return t;if(!isNaN(t.length)){var n=-1,i=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return i.next=i}}return{next:j}}function j(){return{value:void 0,done:!0}}return p.prototype=v.constructor=h,h.constructor=p,p.displayName=u(h,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"===typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,h):(t.__proto__=h,u(t,a,"GeneratorFunction")),t.prototype=Object.create(v),t},t.awrap=function(t){return{__await:t}},g(w.prototype),w.prototype[i]=function(){return this},t.AsyncIterator=w,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new w(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},g(v),u(v,a,"Generator"),v[o]=function(){return this},v.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=T,L.prototype={constructor:L,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),s=r.call(i,"finallyLoc");if(u&&s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),E(r),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;E(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:T(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),f}},t}(t.exports);try{regeneratorRuntime=n}catch(o){Function("r","regeneratorRuntime = r")(n)}},function(t,e,r){"use strict";var n=r(0),o=r(2),i=r(14),a=r(8);function u(t){var e=new i(t),r=o(i.prototype.request,e);return n.extend(r,i.prototype,e),n.extend(r,e),r}var s=u(r(5));s.Axios=i,s.create=function(t){return u(a(s.defaults,t))},s.Cancel=r(9),s.CancelToken=r(28),s.isCancel=r(4),s.all=function(t){return Promise.all(t)},s.spread=r(29),t.exports=s,t.exports.default=s},function(t,e,r){"use strict";var n=r(0),o=r(3),i=r(15),a=r(16),u=r(8);function s(t){this.defaults=t,this.interceptors={request:new i,response:new i}}s.prototype.request=function(t){"string"===typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=u(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],r=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)r=r.then(e.shift(),e.shift());return r},s.prototype.getUri=function(t){return t=u(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},n.forEach(["delete","get","head","options"],(function(t){s.prototype[t]=function(e,r){return this.request(n.merge(r||{},{method:t,url:e}))}})),n.forEach(["post","put","patch"],(function(t){s.prototype[t]=function(e,r,o){return this.request(n.merge(o||{},{method:t,url:e,data:r}))}})),t.exports=s},function(t,e,r){"use strict";var n=r(0);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){n.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},function(t,e,r){"use strict";var n=r(0),o=r(17),i=r(4),a=r(5);function u(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return u(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=n.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return u(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(u(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},function(t,e,r){"use strict";var n=r(0);t.exports=function(t,e,r){return n.forEach(r,(function(r){t=r(t,e)})),t}},function(t,e){var r,n,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function u(t){if(r===setTimeout)return setTimeout(t,0);if((r===i||!r)&&setTimeout)return r=setTimeout,setTimeout(t,0);try{return r(t,0)}catch(e){try{return r.call(null,t,0)}catch(e){return r.call(this,t,0)}}}!function(){try{r="function"===typeof setTimeout?setTimeout:i}catch(t){r=i}try{n="function"===typeof clearTimeout?clearTimeout:a}catch(t){n=a}}();var s,c=[],f=!1,l=-1;function p(){f&&s&&(f=!1,s.length?c=s.concat(c):l=-1,c.length&&h())}function h(){if(!f){var t=u(p);f=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,f=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===a||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{n(t)}catch(e){try{return n.call(null,t)}catch(e){return n.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function m(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];c.push(new d(t,e)),1!==c.length||f||u(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=m,o.addListener=m,o.once=m,o.off=m,o.removeListener=m,o.removeAllListeners=m,o.emit=m,o.prependListener=m,o.prependOnceListener=m,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,e,r){"use strict";var n=r(0);t.exports=function(t,e){n.forEach(t,(function(r,n){n!==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete t[n])}))}},function(t,e,r){"use strict";var n=r(7);t.exports=function(t,e,r){var o=r.config.validateStatus;!o||o(r.status)?t(r):e(n("Request failed with status code "+r.status,r.config,null,r.request,r))}},function(t,e,r){"use strict";t.exports=function(t,e,r,n,o){return t.config=e,r&&(t.code=r),t.request=n,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,r){"use strict";var n=r(23),o=r(24);t.exports=function(t,e){return t&&!n(e)?o(t,e):e}},function(t,e,r){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,r){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,r){"use strict";var n=r(0),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,r,i,a={};return t?(n.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=n.trim(t.substr(0,i)).toLowerCase(),r=n.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([r]):a[e]?a[e]+", "+r:r}})),a):a}},function(t,e,r){"use strict";var n=r(0);t.exports=n.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");function o(t){var n=t;return e&&(r.setAttribute("href",n),n=r.href),r.setAttribute("href",n),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:"/"===r.pathname.charAt(0)?r.pathname:"/"+r.pathname}}return t=o(window.location.href),function(e){var r=n.isString(e)?o(e):e;return r.protocol===t.protocol&&r.host===t.host}}():function(){return!0}},function(t,e,r){"use strict";var n=r(0);t.exports=n.isStandardBrowserEnv()?{write:function(t,e,r,o,i,a){var u=[];u.push(t+"="+encodeURIComponent(e)),n.isNumber(r)&&u.push("expires="+new Date(r).toGMTString()),n.isString(o)&&u.push("path="+o),n.isString(i)&&u.push("domain="+i),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,r){"use strict";var n=r(9);function o(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var r=this;t((function(t){r.reason||(r.reason=new n(t),e(r.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},function(t,e,r){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,r){"use strict";r.r(e);var n=r(1),o=r.n(n);function i(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(c){return void r(c)}u.done?e(s):Promise.resolve(s).then(n,o)}function a(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var a=t.apply(e,r);function u(t){i(a,n,o,u,s,"next",t)}function s(t){i(a,n,o,u,s,"throw",t)}u(void 0)}))}}var u=r(10),s=r.n(u);var c=function(t){return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return r=r.toUpperCase(),new Promise((function(n){var o;"GET"===r&&(o=s.a.get(t,{params:e})),o.then((function(t){n(t.data)}))}))}("https://api-app.seoant.com/api/v1/receive_id",t,"GET")};function f(){return(f=a(o.a.mark((function t(e,r,n){var i;return o.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i={shop:e,code:r,seogid:n},t.next=3,c(i);case 3:t.sent;case 4:case"end":return t.stop()}}),t)})))).apply(this,arguments)}var l=window.location.href;if(-1!=l.indexOf("seogid")){var p=l.split("seogid");if(void 0!=p[1]){var h=window.location.pathname+window.location.search;window.history.pushState({},0,h),function(t,e,r){f.apply(this,arguments)}("la-ferme-de-sainte-marthe-sld.myshopify.com","",p[1])}}}]);
</script><!-- END : SEOAnt BrokenLink Redirect -->

<!-- Added By SEOAnt AMP. v0.0.1, START --><!-- Added By SEOAnt AMP END -->

<!-- Instant Page START --><script src="https://cdn.shopify.com/extensions/bcfa168f-27b1-4d4d-9d0f-ad866a696a87/seoant-ai-seo-64/assets/pagespeed-preloading.js" defer="defer"></script><!-- Instant Page END -->


<!-- Google search console START v1.0 --><!-- Google search console END v1.0 -->

<!-- Lazy Loading START -->
            
        
        <script src="https://cdn.shopify.com/extensions/bcfa168f-27b1-4d4d-9d0f-ad866a696a87/seoant-ai-seo-64/assets/imagelazy.s.min.js" async></script><!-- Lazy Loading END -->


<!-- Font Optimize START --><!-- Font Optimize END -->

<!-- Video Lazy START --><!-- Video Lazy END -->

<!--  SEOAnt Core End -->

<!-- END app block --><script src="https://cdn.shopify.com/extensions/7a25e99d-cab3-4c71-a809-2200df5e24e3/crisp-live-chat-chatbot-13/assets/crisp.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/8ddb336f-4f71-468b-9223-e46e10394753/discount-ninja-1189/assets/la-dn-core-v8.min.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/8ddb336f-4f71-468b-9223-e46e10394753/discount-ninja-1189/assets/la-dn-core-v8.min.css" rel="stylesheet" type="text/css" media="all">
<script src="https://cdn.shopify.com/extensions/06873116-19a7-4ff2-9a19-3b66d0d90ada/opus-cart-upsell-2627/assets/opus-common.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/00b292bc-a673-46c5-946d-da672c045772/version_auto_deploy_eeefb0ff/assets/bss-bcp-config-header.css" rel="stylesheet" type="text/css" media="all">
<script src="https://cdn.shopify.com/extensions/c23ccb16-b176-47ac-8baa-c62c21bb97ed/pushowl-brevo-email-push-sms-131/assets/pushowl-shopify.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/f36ba63f-5801-4427-ba69-a6684abb53ee/judge-me-reviews-69/assets/loader.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 64391938129,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 64391938129,storefrontBaseUrl: "https://www.fermedesaintemarthe.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["ac843a20"],webPixelsConfigList: [{"id":"1160740945","configuration":"{\"accountID\":\"lookfy-37c04012-89e4-44ca-837b-45397e60b7d3|||0\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"3c51ddc37cc35217c63ea0db5b237abd","type":"APP","apiClientId":60983508993,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"911966289","configuration":"{\"webPixelName\":\"Judge.me\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"34ad157958823915625854214640f0bf","type":"APP","apiClientId":683015,"privacyPurposes":["ANALYTICS"]},{"id":"862158929","configuration":"{\"endpoint\":\"https:\\\/\\\/api.parcelpanel.com\",\"debugMode\":\"false\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"80f7ab1c83d56434772453c4e99e612e","type":"APP","apiClientId":2681387,"privacyPurposes":["ANALYTICS"]},{"id":"576225361","configuration":"{\"subdomain\": \"la-ferme-de-sainte-marthe-sld\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"a7a37cf83829ef078b50b43bb6b6acfb","type":"APP","apiClientId":1615517,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"89653329","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"3","type":"CUSTOM","privacyPurposes":[],"name":"GTM"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"La Ferme de Sainte Marthe","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"la-ferme-de-sainte-marthe-sld.myshopify.com","countryCode":"FR","storefrontUrl":"https:\/\/www.fermedesaintemarthe.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[{"price":{"amount":3.8,"currencyCode":"EUR"},"product":{"title":"TOMATE COUILLES DE TAUREAU AB","vendor":"ENSACHAGE FDSM","id":"7706095943761","untranslatedTitle":"TOMATE COUILLES DE TAUREAU AB","url":"\/products\/tomate-couilles-de-taureau-ab","type":""},"id":"42111353094225","image":{"src":"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283"},"sku":"2127A","title":"Default Title","untranslatedTitle":"Default Title"}],"purchasingCompany":null},},"https://www.fermedesaintemarthe.com/cdn","2ddfe27cwacf934f7p7355b34emf9a1fd4c",{"modern":"","legacy":""},{"shopId":"64391938129","storefrontBaseUrl":"https:\/\/www.fermedesaintemarthe.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"ac843a20\"]","isMerchantRequest":"false","hashVersion":"2ddfe27cwacf934f7p7355b34emf9a1fd4c","publish":"custom","events":"[[\"page_viewed\",{}],[\"product_viewed\",{\"productVariant\":{\"price\":{\"amount\":3.8,\"currencyCode\":\"EUR\"},\"product\":{\"title\":\"TOMATE COUILLES DE TAUREAU AB\",\"vendor\":\"ENSACHAGE FDSM\",\"id\":\"7706095943761\",\"untranslatedTitle\":\"TOMATE COUILLES DE TAUREAU AB\",\"url\":\"\/products\/tomate-couilles-de-taureau-ab\",\"type\":\"\"},\"id\":\"42111353094225\",\"image\":{\"src\":\"\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283\"},\"sku\":\"2127A\",\"title\":\"Default Title\",\"untranslatedTitle\":\"Default Title\"}}]]"});</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'EUR';
  var meta = {"product":{"id":7706095943761,"gid":"gid:\/\/shopify\/Product\/7706095943761","vendor":"ENSACHAGE FDSM","type":"","variants":[{"id":42111353094225,"price":380,"name":"TOMATE COUILLES DE TAUREAU AB","public_title":null,"sku":"2127A"}]},"page":{"pageType":"product","resourceType":"product","resourceId":7706095943761}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
      var script = document.createElement('script');
      script.type = 'text/javascript';
      script.onerror = function(e) {
        var scriptFallback = document.createElement('script');
        scriptFallback.type = 'text/javascript';
        scriptFallback.onerror = function(error) {
                var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 64391938129,
      theme_id: 135824310353,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//www.fermedesaintemarthe.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = '//www.fermedesaintemarthe.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//www.fermedesaintemarthe.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":64391938129,"isMerchantRequest":null,"themeId":135824310353,"themeCityHash":"8505860095090373144","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7706095943761,"shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"EUR","variantId":42111353094225,"productId":7706095943761,"productGid":"gid:\/\/shopify\/Product\/7706095943761","name":"TOMATE COUILLES DE TAUREAU AB","price":"3.80","sku":"2127A","brand":"ENSACHAGE FDSM","variant":null,"category":"","nonInteraction":true},undefined,undefined,{"shopifyEmitted":true});
      window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"EUR","variantId":42111353094225,"productId":7706095943761,"productGid":"gid:\/\/shopify\/Product\/7706095943761","name":"TOMATE COUILLES DE TAUREAU AB","price":"3.80","sku":"2127A","brand":"ENSACHAGE FDSM","variant":null,"category":"","nonInteraction":true,"referer":"https:\/\/www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab"});
      }
    });


        var eventsListenerScript = document.createElement('script');
        eventsListenerScript.async = true;
        eventsListenerScript.src = "//www.fermedesaintemarthe.com/cdn/shopifycloud/storefront/assets/shop_events_listener-8675b082.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script
  defer
 src="https://www.fermedesaintemarthe.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-2.0.6.min.js"
  data-application="storefront-renderer"
  data-shop-id="64391938129"
  data-render-region="gcp-europe-west1"
  data-page-type="product"
  data-theme-instance-id="135824310353"
  data-theme-name="Trade"
  data-theme-version="15.0.1"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
></script>
</head>

  <body class="gradient animate--hover-vertical-lift" data-template="product">
    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
      Ignorer et passer au contenu
    </a><!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--17132697026641__header_above_36m7Fj" class="shopify-section shopify-section-group-header-group header-above-section"><div class="header-above">
  <div class="header-above__inner">
    
      <div class="header-above__text">Producteur de graines bio reproductibles</div>
    
    <div class="header-above__right">
      
        <div class="header-above__menu">
          <ul>
            
              <li><a href="/pages/formulaire-de-contact">Contact</a></li>
            
              <li><a href="/pages/le-catalogue">Le catalogue</a></li>
            
              <li><a href="/pages/la-graineterie-epicerie">Le magasin</a></li>
            
              <li><a href="/pages/espace-pro">Espace pro</a></li>
            
          </ul>        
        </div>
      

      
      <localization-form data-prevent-hide><form method="post" action="/localization" id="HeaderLanguageForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/tomate-couilles-de-taureau-ab" /><div><div class="disclosure">
  <button
    type="button"
    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
    aria-expanded="false"
    aria-controls="HeaderLanguageList"
    aria-describedby="HeaderLanguageLabel"
  >
    <span class="localization-form__select-label-desktop">Français</span>
    <span class="localization-form__select-label-mobile">
      FR
    </span>
    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewbox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</svg>

  </button>
  <div class="disclosure__list-wrapper" hidden>
    <ul id="HeaderLanguageList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="fr"
            lang="fr"
            
              aria-current="true"
            
            data-value="fr"
          >
            <span
              
            ><svg
  class="icon icon-checkmark"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewbox="0 0 12 9"
  fill="none"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
</svg>
</span>
            <span>Français</span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="en"
            lang="en"
            
            data-value="en"
          >
            <span
              
                class="visibility-hidden"
              
            ><svg
  class="icon icon-checkmark"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewbox="0 0 12 9"
  fill="none"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
</svg>
</span>
            <span>English</span>
          </a>
        </li><li class="disclosure__item" tabindex="-1">
          <a
            class="link link--text disclosure__link caption-large focus-inset"
            href="#"
            hreflang="de"
            lang="de"
            
            data-value="de"
          >
            <span
              
                class="visibility-hidden"
              
            ><svg
  class="icon icon-checkmark"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewbox="0 0 12 9"
  fill="none"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
</svg>
</span>
            <span>Deutsch</span>
          </a>
        </li></ul>
  </div>
</div>
<input type="hidden" name="locale_code" value="fr">
</div></form></localization-form>
      
    </div>
  </div>
</div>


</div><div id="shopify-section-sections--17132697026641__header" class="shopify-section shopify-section-group-header-group section-header"><link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-list-menu.css?v=151968516119678728991734714134" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-search.css?v=165164710990765432851734714134" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-menu-drawer.css?v=21591566305266986131735896308" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-cart-notification.css?v=54116361853792938221734714134" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101734714134" media="print" onload="this.media='all'"><style>
  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }.scrolled-past-header .header__heading-logo-wrapper {
      width: 75%;
    }.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
</style><style data-shopify>.header {
    padding: 4px 3rem 4px 3rem;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 8px;
      padding-bottom: 8px;
    }
  }</style><script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/cart-notification.js?v=133508293167896966491734714134" defer="defer"></script>

<svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  <symbol id="icon-search" viewbox="0 0 18 19" fill="none">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"/>
  </symbol>

  <symbol id="icon-reset" class="icon icon-close"  fill="none" viewbox="0 0 18 18" stroke="currentColor">
    <circle r="8.5" cy="9" cx="9" stroke-opacity="0.2"/>
    <path d="M6.82972 6.82915L1.17193 1.17097" stroke-linecap="round" stroke-linejoin="round" transform="translate(5 5)"/>
    <path d="M1.22896 6.88502L6.77288 1.11523" stroke-linecap="round" stroke-linejoin="round" transform="translate(5 5)"/>
  </symbol>

  <symbol id="icon-close" class="icon icon-close" fill="none" viewbox="0 0 18 17">
    <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  </symbol>
</svg><sticky-header data-sticky-type="reduce-logo-size" class="header-wrapper color-scheme-1 gradient header-wrapper--border-bottom"><header class="header header--top-center header--mobile-center page-width drawer-menu header--has-social header--has-account"><div class="desktop-search">
    <form action="/search" method="get" class="desktop-search__field">
        <input 
            id="predictive-search-input"
            name="q"
            type="search"
            placeholder="Rechercher un produit"
            autocomplete="off"
            class="desktop-search__field-input"
        />

        <div class="desktop-search__field-icon">
            <svg class="" aria-hidden="true" focusable="false">
                <use href="#icon-search"></use>
            </svg>
        </div>
        
        <div id="clear-search-btn"  class="desktop-search__field-reset" style="display: none;" >
            <button 
                type="button"
                aria-label="Effacer"
            >
                <svg class="icon icon-close" aria-hidden="true" focusable="false" width="16" height="16">
                    <use href="#icon-close"></use>
                </svg>
            </button>
        </div>
    </form>

    <div id="predictive-search-results" class="desktop-search__results"></div>
</div><a href="/" class="header__heading-link link link--text focus-inset"><div class="header__heading-logo-wrapper">
              
              <img src="//www.fermedesaintemarthe.com/cdn/shop/files/Logo_Fdsm_baseline_grainier_bio_depuis_1974_n_b.png?v=1734686896&amp;width=600" alt="La Ferme de Sainte Marthe" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/Logo_Fdsm_baseline_grainier_bio_depuis_1974_n_b.png?v=1734686896&amp;width=230 230w, //www.fermedesaintemarthe.com/cdn/shop/files/Logo_Fdsm_baseline_grainier_bio_depuis_1974_n_b.png?v=1734686896&amp;width=345 345w, //www.fermedesaintemarthe.com/cdn/shop/files/Logo_Fdsm_baseline_grainier_bio_depuis_1974_n_b.png?v=1734686896&amp;width=460 460w" width="230" height="88.44618055555556" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 460px) 50vw, 230px">
            </div></a>
<div class="header__icons">
      <div class="desktop-localization-wrapper">
</div>
      


      <div class="header__account-and-cart" data-move-to="#mobile-account-and-cart">
        

<details-modal class="header__search">
  <details>
    <summary
      class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
      aria-haspopup="dialog"
      aria-label="Recherche"
    >
      <div class="header__search-field-icon header__icon-fdsm__icon" data-focus-input="#search-in-modal-mobile">
        <svg xmlns="http://www.w3.org/2000/svg" width="52" height="50" fill="none" viewbox="0 0 52 50">
    <path fill="#E7D7BC" d="M16.762 5.103c8.66-5.47 16.143.76 18.802 4.558 6.837 10.825 0 17.663-1.14 18.802-1.139 1.14-11.395 7.977-19.372 1.71-7.976-6.268-9.116-18.233 1.71-25.07Zm23.93 23.93c-1.823-1.823-4.368-1.9-5.697-1.14l-1.14 1.14c-.912.912-2.28 4.558 1.14 6.837 2.848 3.419 9.518 11.48 11.964 10.256 1.14-.57 3.988-2.849 4.559-4.558.54-1.622-8.547-10.256-10.826-12.535Z"/>
    <path fill="#1D1D1B" d="M12.568 11.72c3.271-2.357 7.33-3.484 11.049-2.402 3.79 1.102 6.199 3.881 7.28 10.309.075.44.44.857 0 .931a.808.808 0 0 1-.93-.663c-1.014-6.021-3.745-8.806-6.762-9.683-3.091-.899-6.764.114-9.778 2.284-.362.261-.727.184-.86 0-.132-.183-.362-.516 0-.777Z"/>
    <path fill="#1D1D1B" fill-rule="evenodd" d="M20.078 4.303c-8.537 0-15.458 6.92-15.458 15.458S11.54 35.22 20.078 35.22c2.944 0 5.694-.822 8.035-2.25l1.104-.672-.248 1.268a7.245 7.245 0 0 0-.15 1.29c-.003.44.718 1.077 1.147 1.506L40.911 47.27c.152.152.685.815.96.96.29.154.675.276 1.1.365.874.183 1.423-.189 2.263-.845l2.049-1.513.002-.002.003-.003.075-.075c.416-.416 1.719-1.51 1.895-2.508.186-1.049-.4-2.001-1.492-3.094-.403-.291-1.163-.826-1.944-1.71l-.044-.048c-.584-.66-1.905-1.538-2.707-2.435-1.879-2.101-4.057-4.44-6.003-6.387-.387-.386-.46-.695-.99-.816a8.55 8.55 0 0 0-1.864-.188c-.2 0-.405.006-.614.017l-1.113.061.603-.938a15.383 15.383 0 0 0 2.446-8.349c0-8.537-6.92-15.458-15.458-15.458Zm0 .691c-7.644 0-13.275 6.988-13.275 14.633 0 7.644 5.63 15.229 13.275 15.229 7.645 0 14.588-7.316 14.588-14.96 0-7.645-6.943-14.902-14.588-14.902ZM42.641 37.18c.7.782 1.187 1.852 1.753 2.492l.005.006c.93 1.049 1.594 1.8 1.82 2.026.33.328.534.667.637 1.014a2 2 0 0 1 .044.93c-.11.625-.463 1.148-.68 1.365l-.139.138-.001.002h-.001l-.01.01-.002.002-.023.023-.002.002-.057.058-.002.001v.001l-.003.002-.002.002v.001l-.002.001-.021.022-.002.002-.01.01-.002.002-.008.007v.001l-.002.001-.001.002h-.001l-.001.002-.002.001-.006.006v.001l-.002.001-.001.002h-.001l-.001.002-.002.001-.008.009h-.001l-.002.003-.002.001-.001.002-.002.001-.003.003v.001l-.002.002-.002.002-.002.001-.001.002-.044.044h-.001l-.003.004h-.001l-.001.002-.002.002-.024.023-.001.002-.003.002-.001.002h-.001l-.002.003-.036.036-.002.001-.01.01-.001.002-.002.001-.001.002-.003.002-.027.028-.002.002-.01.009-.006.006-.002.002-.002.003-.002.002-.003.002-.002.002-.023.023-.012.012-.001.002h-.001l-.003.003-.038.038-.001.002h-.001l-.002.003-.028.027-.002.003-.011.01-.003.004-.035.035-.003.003-.154.154-.004.003-.931.932a1.52 1.52 0 0 1-.732.428c-.237.056-.487.05-.735-.003a2.57 2.57 0 0 1-.84-.345l-.052-.02-11.216-11.216a.574.574 0 0 1-.343-.274v-.001a.573.573 0 0 1-.049-.117l-.024-.024-.01-.221a2.41 2.41 0 0 1-.002-.131c.003-.337.068-.78.181-1.286.174-.777.443-1.617.686-2.285l.095-.26.263-.086c.703-.23 1.63-.979 2.553-.979.568 0 .932-.48 1.413 0l.628.936c.332-.455.03.013.04.018.058.03.097.062.111.074l.012.01.006.006.01.01 6.207 6.152Z" clip-rule="evenodd"/>
</svg>
  
      </div>

      <div class="header__search-field" id="header-search-field-toggle" data-focus-input="#search-in-modal-desktop">
        <input placeholder="Rechercher un produit"/>
        <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false">
          <use href="#icon-search">
        </svg>
      </div>
      
    </summary>
    <div
      class="search-modal modal__content gradient"
      role="dialog"
      aria-modal="true"
      aria-label="Recherche"
    >
      <div class="modal-overlay"></div>
      <div
        class="search-modal__content search-modal__content-bottom"
        tabindex="-1"
      ><predictive-search class="search-modal__form" data-loading-text="Chargement en cours..."><form action="/search" method="get" role="search" class="search search-modal__form">
          <div class="field">
            <input
              class="search__input field__input"
              id="search-in-modal-mobile"
              type="search"
              name="q"
              value=""
              placeholder="Recherche">
            <label class="field__label" for="search-in-modal-mobile">Recherche</label>
            <input type="hidden" name="options[prefix]" value="last">
            <button
              type="reset"
              class="reset__button field__button hidden"
              aria-label="Effacer le terme de recherche"
            >
              <svg class="icon icon-close" aria-hidden="true" focusable="false">
                <use xlink:href="#icon-reset">
              </svg>
            </button>
            <button class="search__button field__button" aria-label="Recherche">
              <svg class="icon icon-search" aria-hidden="true" focusable="false">
                <use href="#icon-search">
              </svg>
            </button>
          </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>

<div class="predictive-search__loading-state">
  <svg
    aria-hidden="true"
    focusable="false"
    class="spinner"
    viewbox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</div>

            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
          type="button"
          class="search-modal__close-button modal__close-button link link--text focus-inset"
          aria-label="Fermer"
        >
          <svg class="icon icon-close" aria-hidden="true" focusable="false">
            <use href="#icon-close">
          </svg>
        </button>
      </div>
    </div>
  </details>
</details-modal>

<a 
    href="/account/login" 
    class="header__icon-fdsm"
>
    <span class="header__icon-fdsm__icon">
        <svg xmlns="http://www.w3.org/2000/svg" width="63" height="65" fill="none" viewbox="0 0 63 65">
    <path fill="#E7D7BC" d="M18.236 31.305a.497.497 0 0 0 .2.159c.193 1.137.486 2.257.92 3.327 1.096 2.718 3.077 4.95 5.635 6.43 4.966 2.867 11.445 2.19 16.11-.92 2.115-1.405 3.804-3.294 5.075-5.46 1.053-1.797 1.872-4.03 1.855-6.195a.745.745 0 0 0 .21-.217c1.99-3.177 1.83-7.207-.017-10.4-.845-1.456-2.09-2.634-3.67-3.287-1.029-.418-2.216-.443-3.303-.309-.643.075-1.454.21-1.94.669-.484-.895-1.596-1.263-2.566-1.472-1.63-.359-3.285-.618-4.957-.685-3.169-.117-6.337.351-9.18 1.772-5.032 2.525-8.15 8.277-6.077 13.687.401 1.053 1.011 1.998 1.705 2.893"/>
    <path fill="#E7D7BC" d="M51.602 62.991c.075 0 .15 0 .226.009.033-4.08.485-6.104-.126-10.343-.568-3.962-2.733-7.19-6.161-8.477-1.672-.636-3.461-.66-5.2-.61-2.157.058-4.305.267-6.47.342-6.204.234-15.475-2.316-18.493 5.92-.978 2.683-.861 5.794-.677 8.62.092 1.454.234 2.909.334 4.355"/>
    <path fill="#1D1D1B" d="M44.143 47.941c.134-.184-.108-.443-.242-.259a50.09 50.09 0 0 0-2.174 3.202c-.66 1.062-1.446 2.216-1.789 3.453-.033.134.126.176.192.084.678-.962 1.162-2.099 1.773-3.119a45.847 45.847 0 0 1 2.24-3.352"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".17" d="M44.143 47.941c.134-.184-.108-.443-.242-.259a50.09 50.09 0 0 0-2.174 3.202c-.66 1.062-1.446 2.216-1.789 3.453-.033.134.126.176.192.084.678-.962 1.162-2.099 1.773-3.119a45.847 45.847 0 0 1 2.24-3.352v-.009Z"/>
    <path fill="#1D1D1B" d="M18.16 20.803c.034-.092-.116-.159-.158-.067a43.57 43.57 0 0 0-.786 1.806c-.192.452-.418 1.012-.301 1.505.025.084.134.075.159 0 .167-.46.276-.953.426-1.421.2-.61.452-1.212.66-1.814"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".17" d="M18.16 20.803c.034-.092-.116-.159-.158-.067a43.57 43.57 0 0 0-.786 1.806c-.192.452-.418 1.012-.301 1.505.025.084.134.075.159 0 .167-.46.276-.953.426-1.421.2-.61.452-1.212.66-1.814v-.009Z"/>
    <path fill="#1D1D1B" d="M17.483 31.029a.397.397 0 0 0 .2.159c.193 1.137.477 2.257.903 3.327a13.032 13.032 0 0 0 5.526 6.43c4.874 2.867 11.228 2.19 15.8-.92 2.074-1.405 3.73-3.294 4.975-5.46 1.028-1.797 1.83-4.03 1.822-6.195a.723.723 0 0 0 .201-.218c1.948-3.177 1.797-7.206-.017-10.4-.827-1.455-2.056-2.634-3.603-3.286-1.003-.418-2.173-.443-3.235-.31-.627.076-1.43.21-1.906.67-.477-.895-1.564-1.263-2.517-1.472-1.596-.36-3.227-.618-4.865-.685-3.11-.117-6.212.35-9.004 1.772-4.932 2.525-7.992 8.277-5.96 13.687.392 1.053.986 1.998 1.671 2.892m28.057.418c-.494 1.572-1.53 3.411-2.517 4.724-1.647 2.19-4.364 4.022-6.93 4.95-5.342 1.94-12.657.292-15.918-4.565-2.249-3.353-2.4-8.185-2.132-12.107.77.318 2.2.652 3.002.711 1.07.084 2.157.05 3.227.042 2.048-.009 4.096-.1 6.12-.477 2.03-.376 3.795-1.212 5.584-2.215.819-.46 1.588-.97 2.215-1.672.142-.16.284-.352.418-.552.067.209.134.418.2.61.335.928.912 1.706 1.606 2.4 1.32 1.312 3.051 2.132 4.623 3.101.267 1.723 1.02 3.353.493 5.05m.853-5.275s-.017-.05-.025-.067a.598.598 0 0 0-.075-.36c.159-.209.3-.426.443-.66a9.59 9.59 0 0 1-.335 1.087m-29.728-4.139c.669-2.45 2.358-4.481 4.448-5.877 2.424-1.622 5.216-2.25 8.092-2.366a24.269 24.269 0 0 1 2.7.058c.903.067 1.781.293 2.676.376 1.011.1 2.583.285 3.252 1.162-.009.168.2.293.35.201.695-.435 1.715-.418 2.509-.41a5.6 5.6 0 0 1 2.616.636c1.23.652 2.09 1.822 2.71 3.035a9.192 9.192 0 0 1 .902 5.225c-.05 0-.1.034-.142.1-.226.435-.552.845-.811 1.28l-.25-.15a3 3 0 0 1 .334-.787c.25-.426.551-.819.819-1.229.134-.2-.184-.376-.318-.184-.384.544-.81 1.062-1.128 1.656a2.06 2.06 0 0 0-.117.3l-.602-.35c.083-.226.192-.444.3-.652.235-.469.502-.92.686-1.413.084-.218-.26-.31-.351-.1-.268.626-.77 1.262-1.037 1.939-.217-.126-.426-.243-.643-.368.15-.953.86-1.706 1.078-2.667.05-.234-.293-.326-.36-.1-.108.384-.96 1.563-1.245 2.45a9.05 9.05 0 0 1-.368-.235c.059-.368.268-.735.418-1.037.21-.426.451-.894.778-1.245.158-.176-.092-.427-.26-.251-.443.46-.769 1.07-1.053 1.63-.084.168-.2.402-.276.636-.142-.1-.284-.201-.418-.301a6.69 6.69 0 0 1 .326-1.18c.268-.693.627-1.354.886-2.047.084-.218-.259-.31-.342-.093-.293.745-.694 1.43-1.012 2.157-.1.226-.217.519-.293.82a9.812 9.812 0 0 1-.526-.485c.1-.401.142-.82.276-1.212.217-.636.535-1.246.794-1.865.092-.209-.21-.393-.31-.175-.3.627-.627 1.229-.894 1.873-.109.259-.242.56-.318.869a5.378 5.378 0 0 1-.35-.502c.074-.334.217-.66.35-.978.234-.535.502-1.045.694-1.605.075-.226-.276-.318-.36-.1-.259.694-.643 1.337-.936 2.014a1.629 1.629 0 0 1-.05.117c-.1-.217-.2-.434-.284-.66a4.1 4.1 0 0 1 .1-.426c.193-.652.485-1.271.778-1.881.092-.201-.2-.377-.301-.176a15.76 15.76 0 0 0-.786 1.764c0 .017-.017.042-.025.058-.042-.125-.084-.25-.117-.367.05-.176.084-.351.1-.519.218-.627.493-1.254.76-1.839.084-.184-.183-.343-.275-.159-.3.594-.552 1.204-.81 1.814a.256.256 0 0 1-.06.042c-.175-.117-.45-.075-.51.176a3.12 3.12 0 0 0-.05.384c-.209.268-.4.552-.61.82.05-.193.1-.385.167-.569.26-.744.586-1.455.978-2.14.118-.21-.2-.393-.317-.184a14.975 14.975 0 0 0-.92 1.83c-.209.51-.51 1.155-.585 1.757-.293.234-.61.434-.945.627.017-.067.034-.134.059-.201.159-.493.351-.97.502-1.463.275-.886.468-1.823.97-2.625.1-.16-.143-.293-.252-.15-.535.743-.777 1.63-1.053 2.49-.15.486-.343.954-.518 1.43-.092.251-.2.527-.251.803-.159.084-.31.159-.46.242-.2.11-.41.21-.61.31 0-.034.008-.067.017-.1a15.31 15.31 0 0 1 .36-1.63 13.703 13.703 0 0 1 1.245-3.136c.117-.21-.2-.401-.326-.192a15.68 15.68 0 0 0-1.305 3.001 13.87 13.87 0 0 0-.392 1.622 8.196 8.196 0 0 0-.11.677c-.25.117-.51.234-.76.343.059-.217.1-.435.15-.652.134-.544.251-1.095.385-1.639.301-1.204.652-2.4 1.154-3.536.092-.21-.21-.393-.31-.184a20.253 20.253 0 0 0-1.237 3.386 28.03 28.03 0 0 0-.443 1.84c-.067.317-.159.643-.184.977a17.14 17.14 0 0 1-1.42.494c.267-.711.425-1.497.685-2.183.392-1.028.827-2.04 1.254-3.06.083-.192-.251-.326-.335-.142-.434.953-.878 1.907-1.287 2.868-.326.777-.786 1.756-.845 2.65-.25.067-.501.126-.76.176.041-.134.075-.26.125-.385.217-.618.393-1.27.652-1.872.226-.519.385-1.062.543-1.606.151-.493.402-.986.427-1.505 0-.159-.26-.2-.284-.041-.084.493-.377.961-.544 1.43-.217.626-.434 1.253-.719 1.847-.234.493-.36 1.095-.543 1.605-.075.2-.159.41-.226.619-.326.05-.652.1-.978.134.017-.084.033-.168.05-.243.1-.468.268-.928.435-1.371.326-.878.736-1.73 1.053-2.617.084-.226-.276-.318-.36-.1-.35.945-.785 1.856-1.145 2.8-.175.46-.393 1.02-.476 1.58-.25.026-.502.043-.753.06.176-.527.318-1.07.51-1.58.335-.887.703-1.757 1.02-2.643.076-.217-.259-.3-.342-.092-.326.886-.694 1.756-1.037 2.634-.209.535-.451 1.12-.585 1.705-.293.017-.594.026-.886.034.041-.2.083-.393.142-.585.167-.536.368-1.062.56-1.589.159-.451.3-.911.46-1.363.15-.426.334-.819.367-1.27.017-.21-.309-.21-.326 0-.041.476-.275.91-.434 1.354-.192.527-.376 1.053-.569 1.58-.209.552-.543 1.237-.652 1.89h-.501c.133-.61.225-1.238.376-1.848.209-.836.51-1.647.878-2.416.092-.193-.193-.36-.285-.168-.643 1.296-1.296 2.927-1.287 4.432h-1.07c.259-.251.401-1.154.468-1.363.318-.97.953-1.814.978-2.868 0-.2-.293-.192-.31 0-.066 1.079-.802 1.99-1.136 2.993-.042.117-.427.995-.276 1.238h-.886c.15-.494.167-1.054.31-1.555.2-.694.5-1.363.835-1.999.092-.184-.175-.343-.276-.159a12.977 12.977 0 0 0-.878 1.857c-.184.51-.46 1.262-.36 1.847h-.442c-.21 0-.41-.025-.61-.042l.05-.36c.058-.384.184-.768.309-1.136.234-.694.543-1.355.786-2.04.067-.192-.234-.276-.31-.084-.267.678-.576 1.338-.835 2.024-.168.434-.393 1.02-.393 1.546-.41-.058-.803-.15-1.204-.242.058-.243.125-.493.209-.728.267-.702.643-1.354.92-2.048.041-.117-.134-.175-.193-.084a14.407 14.407 0 0 0-1.062 2.04c-.092.218-.2.469-.284.728l-.426-.1a.72.72 0 0 0-.226-.017c.05-.15.109-.31.167-.46.276-.744.619-1.463.87-2.216.058-.175-.218-.25-.285-.075-.267.753-.61 1.472-.92 2.199-.25.594-.626 1.43-.492 2.099-.351 1.346-.418 2.742-.335 4.13-1.145-2.107-1.43-4.523-.777-6.906"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".17" d="M17.483 31.029a.397.397 0 0 0 .2.159c.193 1.137.477 2.257.903 3.327a13.032 13.032 0 0 0 5.526 6.43c4.874 2.867 11.228 2.19 15.8-.92 2.074-1.405 3.73-3.294 4.975-5.46 1.028-1.797 1.83-4.03 1.822-6.195a.723.723 0 0 0 .201-.218c1.948-3.177 1.797-7.206-.017-10.4-.827-1.455-2.056-2.634-3.603-3.286-1.003-.418-2.173-.443-3.235-.31-.627.076-1.43.21-1.906.67-.477-.895-1.564-1.263-2.517-1.472-1.596-.36-3.227-.618-4.865-.685-3.11-.117-6.212.35-9.004 1.772-4.932 2.525-7.992 8.277-5.96 13.687.392 1.053.986 1.998 1.671 2.892l.009.009Zm28.048.41c-.494 1.571-1.53 3.41-2.517 4.723-1.647 2.19-4.364 4.022-6.93 4.95-5.342 1.94-12.657.292-15.918-4.565-2.249-3.353-2.4-8.185-2.132-12.107.77.318 2.2.652 3.002.711 1.07.084 2.157.05 3.227.042 2.048-.009 4.096-.1 6.12-.477 2.03-.376 3.795-1.212 5.584-2.215.819-.46 1.588-.97 2.215-1.672.142-.16.284-.352.418-.552.067.209.134.418.2.61.335.928.912 1.706 1.606 2.4 1.32 1.312 3.051 2.132 4.623 3.101.267 1.723 1.02 3.353.493 5.05h.009Zm.844-5.276s-.017-.05-.025-.067a.598.598 0 0 0-.075-.36c.159-.209.3-.426.443-.66a9.59 9.59 0 0 1-.335 1.087h-.008Zm-29.72-4.139c.669-2.45 2.358-4.481 4.448-5.877 2.424-1.622 5.216-2.25 8.092-2.366a24.269 24.269 0 0 1 2.7.058c.903.067 1.781.293 2.676.376 1.011.1 2.583.285 3.252 1.162-.009.168.2.293.35.201.695-.435 1.715-.418 2.509-.41a5.6 5.6 0 0 1 2.616.636c1.23.652 2.09 1.822 2.71 3.035a9.192 9.192 0 0 1 .902 5.225c-.05 0-.1.034-.142.1-.226.435-.552.845-.811 1.28l-.25-.15a3 3 0 0 1 .334-.787c.25-.426.551-.819.819-1.229.134-.2-.184-.376-.318-.184-.384.544-.81 1.062-1.128 1.656a2.06 2.06 0 0 0-.117.3l-.602-.35c.083-.226.192-.444.3-.652.235-.469.502-.92.686-1.413.084-.218-.26-.31-.351-.1-.268.626-.77 1.262-1.037 1.939-.217-.126-.426-.243-.643-.368.15-.953.86-1.706 1.078-2.667.05-.234-.293-.326-.36-.1-.108.384-.96 1.563-1.245 2.45a9.05 9.05 0 0 1-.368-.235c.059-.368.268-.735.418-1.037.21-.426.451-.894.778-1.245.158-.176-.092-.427-.26-.251-.443.46-.769 1.07-1.053 1.63-.084.168-.2.402-.276.636-.142-.1-.284-.201-.418-.301a6.69 6.69 0 0 1 .326-1.18c.268-.693.627-1.354.886-2.047.084-.218-.259-.31-.342-.093-.293.745-.694 1.43-1.012 2.157-.1.226-.217.519-.293.82a9.812 9.812 0 0 1-.526-.485c.1-.401.142-.82.276-1.212.217-.636.535-1.246.794-1.865.092-.209-.21-.393-.31-.175-.3.627-.627 1.229-.894 1.873-.109.259-.242.56-.318.869a5.378 5.378 0 0 1-.35-.502c.074-.334.217-.66.35-.978.234-.535.502-1.045.694-1.605.075-.226-.276-.318-.36-.1-.259.694-.643 1.337-.936 2.014a1.629 1.629 0 0 1-.05.117c-.1-.217-.2-.434-.284-.66a4.1 4.1 0 0 1 .1-.426c.193-.652.485-1.271.778-1.881.092-.201-.2-.377-.301-.176a15.76 15.76 0 0 0-.786 1.764c0 .017-.017.042-.025.058-.042-.125-.084-.25-.117-.367.05-.176.084-.351.1-.519.218-.627.493-1.254.76-1.839.084-.184-.183-.343-.275-.159-.3.594-.552 1.204-.81 1.814a.256.256 0 0 1-.06.042c-.175-.117-.45-.075-.51.176a3.12 3.12 0 0 0-.05.384c-.209.268-.4.552-.61.82.05-.193.1-.385.167-.569.26-.744.586-1.455.978-2.14.118-.21-.2-.393-.317-.184a14.975 14.975 0 0 0-.92 1.83c-.209.51-.51 1.155-.585 1.757-.293.234-.61.434-.945.627.017-.067.034-.134.059-.201.159-.493.351-.97.502-1.463.275-.886.468-1.823.97-2.625.1-.16-.143-.293-.252-.15-.535.743-.777 1.63-1.053 2.49-.15.486-.343.954-.518 1.43-.092.251-.2.527-.251.803-.159.084-.31.159-.46.242-.2.11-.41.21-.61.31 0-.034.008-.067.017-.1a15.31 15.31 0 0 1 .36-1.63 13.703 13.703 0 0 1 1.245-3.136c.117-.21-.2-.401-.326-.192a15.68 15.68 0 0 0-1.305 3.001 13.87 13.87 0 0 0-.392 1.622 8.196 8.196 0 0 0-.11.677c-.25.117-.51.234-.76.343.059-.217.1-.435.15-.652.134-.544.251-1.095.385-1.639.301-1.204.652-2.4 1.154-3.536.092-.21-.21-.393-.31-.184a20.253 20.253 0 0 0-1.237 3.386 28.03 28.03 0 0 0-.443 1.84c-.067.317-.159.643-.184.977a17.14 17.14 0 0 1-1.42.494c.267-.711.425-1.497.685-2.183.392-1.028.827-2.04 1.254-3.06.083-.192-.251-.326-.335-.142-.434.953-.878 1.907-1.287 2.868-.326.777-.786 1.756-.845 2.65-.25.067-.501.126-.76.176.041-.134.075-.26.125-.385.217-.618.393-1.27.652-1.872.226-.519.385-1.062.543-1.606.151-.493.402-.986.427-1.505 0-.159-.26-.2-.284-.041-.084.493-.377.961-.544 1.43-.217.626-.434 1.253-.719 1.847-.234.493-.36 1.095-.543 1.605-.075.2-.159.41-.226.619-.326.05-.652.1-.978.134.017-.084.033-.168.05-.243.1-.468.268-.928.435-1.371.326-.878.736-1.73 1.053-2.617.084-.226-.276-.318-.36-.1-.35.945-.785 1.856-1.145 2.8-.175.46-.393 1.02-.476 1.58-.25.026-.502.043-.753.06.176-.527.318-1.07.51-1.58.335-.887.703-1.757 1.02-2.643.076-.217-.259-.3-.342-.092-.326.886-.694 1.756-1.037 2.634-.209.535-.451 1.12-.585 1.705-.293.017-.594.026-.886.034.041-.2.083-.393.142-.585.167-.536.368-1.062.56-1.589.159-.451.3-.911.46-1.363.15-.426.334-.819.367-1.27.017-.21-.309-.21-.326 0-.041.476-.275.91-.434 1.354-.192.527-.376 1.053-.569 1.58-.209.552-.543 1.237-.652 1.89h-.501c.133-.61.225-1.238.376-1.848.209-.836.51-1.647.878-2.416.092-.193-.193-.36-.285-.168-.643 1.296-1.296 2.927-1.287 4.432h-1.07c.259-.251.401-1.154.468-1.363.318-.97.953-1.814.978-2.868 0-.2-.293-.192-.31 0-.066 1.079-.802 1.99-1.136 2.993-.042.117-.427.995-.276 1.238h-.886c.15-.494.167-1.054.31-1.555.2-.694.5-1.363.835-1.999.092-.184-.175-.343-.276-.159a12.977 12.977 0 0 0-.878 1.857c-.184.51-.46 1.262-.36 1.847h-.442c-.21 0-.41-.025-.61-.042l.05-.36c.058-.384.184-.768.309-1.136.234-.694.543-1.355.786-2.04.067-.192-.234-.276-.31-.084-.267.678-.576 1.338-.835 2.024-.168.434-.393 1.02-.393 1.546-.41-.058-.803-.15-1.204-.242.058-.243.125-.493.209-.728.267-.702.643-1.354.92-2.048.041-.117-.134-.175-.193-.084a14.407 14.407 0 0 0-1.062 2.04c-.092.218-.2.469-.284.728l-.426-.1a.72.72 0 0 0-.226-.017c.05-.15.109-.31.167-.46.276-.744.619-1.463.87-2.216.058-.175-.218-.25-.285-.075-.267.753-.61 1.472-.92 2.199-.25.594-.626 1.43-.492 2.099-.351 1.346-.418 2.742-.335 4.13-1.145-2.107-1.43-4.523-.777-6.906l-.017.033Z"/>
    <path fill="#1D1D1B" d="M42.798 46.57c-.56 1.054-1.17 2.058-1.78 3.078-.594.986-1.447 1.964-1.731 3.126-.025.092.092.176.159.1 1.438-1.814 2.608-4.012 3.686-6.086.117-.234-.209-.434-.334-.209"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".17" d="M42.798 46.57c-.56 1.054-1.17 2.058-1.78 3.078-.594.986-1.447 1.964-1.731 3.126-.025.092.092.176.159.1 1.438-1.814 2.608-4.012 3.686-6.086.117-.234-.209-.434-.334-.209v-.008Z"/>
    <path fill="#1D1D1B" d="m41.025 44.815 3.47.502c.041 0 .083.016.117.025 4.94 1.864 5.032 16.186 5.016 17.072.066 0 .86-.033.928-.033.033-3.955-.126-5.577-.703-9.69-.543-3.838-2.198-6.956-5.45-8.21-1.589-.61-3.679-.644-5.334-.602-2.048.058-4.097.259-6.145.334-5.885.234-14.697-2.24-17.564 5.735-.928 2.6-.82 5.61-.644 8.361.092 1.413.226 2.818.318 4.222h.585c.025-.225.334.167.318 0-.31-2.759-.368-2.29-.51-5.284-.134-2.667.217-6.003 1.463-8.36 1.647-3.119 5.634-4.089 8.527-4.089 1.923 0 4.247.243 6.17.276.86.017 8.569-.25 9.438-.284"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".17" d="m41.025 44.815 3.47.502c.041 0 .083.016.117.025 4.94 1.864 5.032 16.186 5.016 17.072.066 0 .86-.033.928-.033.033-3.955-.126-5.577-.703-9.69-.543-3.838-2.198-6.956-5.45-8.21-1.589-.61-3.679-.644-5.334-.602-2.048.058-4.097.259-6.145.334-5.885.234-14.697-2.24-17.564 5.735-.928 2.6-.82 5.61-.644 8.361.092 1.413.226 2.818.318 4.222h.585c.025-.225.334.167.318 0-.31-2.759-.368-2.29-.51-5.284-.134-2.667.217-6.003 1.463-8.36 1.647-3.119 5.634-4.089 8.527-4.089 1.923 0 4.247.243 6.17.276.86.017 8.569-.25 9.438-.284"/>
    <path fill="#E7D7BC" d="M44.402 9.792c.009-.167.017-.335.017-.51 0-.05-.034-.092-.067-.142 0 .217.025.434.059.643"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M44.402 9.792c.009-.167.017-.335.017-.51 0-.05-.034-.092-.067-.142 0 .217.025.434.059.643l-.009.009Z"/>
    <path fill="#E7D7BC" d="M53.706 13.521c0 .1-.025.21 0 .293 0 .017.017.034.025.05.118-.008.226-.025.343-.042l-.1-.15c-.059-.075-.176-.1-.268-.15Z"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M53.706 13.521c0 .1-.025.21 0 .293 0 .017.017.034.025.05.118-.008.226-.025.343-.042l-.1-.15c-.059-.075-.176-.1-.268-.15Z"/>
    <path fill="#E7D7BC" d="M44.63 6.172c.158.076.267.26.4.393-.133.134-.25.318-.41.385-.033.017-.066.025-.1.042a.707.707 0 0 1-.108.652l.451-.126c-.368 1.163.243 2.35.1 3.612-.158-.192-.292-.343-.41-.502v.026a.6.6 0 0 1-.2.585c.176.083.351.167.577.276-.033.343-.084.727-.117 1.112-.05.593-.042 1.212.284 1.689h.686c-.167-.176-.285-.402-.477-.66.82.074 1.513.158 2.207.183.435.008.82.042 1.104.41.108 0 .209-.009.318-.017l-.276-.326c.284 0 .627-.008.978 0 .067 0 .15.1.184.167a.588.588 0 0 1 .041.109c.1 0 .193-.008.293-.017-.033-.075-.075-.15-.109-.226.435-.15.736-.1.979.176.133-.008.267-.017.4-.034l-.15-.25c.393-.092.652-.042.878.192.15-.017.31-.025.468-.042-.083-.117-.167-.242-.267-.368 1.053-.2 2.056-.393 3.06-.577.183-.033.359-.066.342-.292-.016-.226-.192-.251-.384-.218-.318.05-.636.084-.953.143-.911.183-1.814.426-2.726.56-1.864.276-3.737.175-5.6 0-.854-.084-.812-.092-.745-.945.075-.828.142-1.68.034-2.5-.143-1.011-.126-1.981.125-2.968.058-.217-.025-.593-.184-.71a5.343 5.343 0 0 0-1.338-.736c-.334-.126-.694-.393-1.095-.109-.025.017-.092 0-.134-.017-.384-.125-.693-.334-.902-.719.242-.117.476-.209.693-.334.076-.042.117-.15.176-.234-.092 0-.192-.034-.276 0-.25.1-.493.226-.727.334-.117-.142-.218-.25-.31-.36l-.066.042c.025.143.058.276.108.502-.159-.025-.309 0-.384-.067a14.355 14.355 0 0 1-.962-.928c-.117-.125-.184-.292-.267-.443-.05.794.577 1.129 1.045 1.58-.401.207-.605.38-.61.519.2-.067.41-.11.576-.201.234-.125.385-.059.577.1.284.243.585.485.928.644.234.109.535.385.803-.008.016-.025.108 0 .159.008.443.159.886.31 1.312.502"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M44.63 6.172c.158.076.267.26.4.393-.133.134-.25.318-.41.385-.033.017-.066.025-.1.042a.707.707 0 0 1-.108.652l.451-.126c-.368 1.163.243 2.35.1 3.612-.158-.192-.292-.343-.41-.502v.026a.6.6 0 0 1-.2.585c.176.083.351.167.577.276-.033.343-.084.727-.117 1.112-.05.593-.042 1.212.284 1.689h.686c-.167-.176-.285-.402-.477-.66.82.074 1.513.158 2.207.183.435.008.82.042 1.104.41.108 0 .209-.009.318-.017l-.276-.326c.284 0 .627-.008.978 0 .067 0 .15.1.184.167a.588.588 0 0 1 .041.109c.1 0 .193-.008.293-.017-.033-.075-.075-.15-.109-.226.435-.15.736-.1.979.176.133-.008.267-.017.4-.034l-.15-.25c.393-.092.652-.042.878.192.15-.017.31-.025.468-.042-.083-.117-.167-.242-.267-.368 1.053-.2 2.056-.393 3.06-.577.183-.033.359-.066.342-.292-.016-.226-.192-.251-.384-.218-.318.05-.636.084-.953.143-.911.183-1.814.426-2.726.56-1.864.276-3.737.175-5.6 0-.854-.084-.812-.092-.745-.945.075-.828.142-1.68.034-2.5-.143-1.011-.126-1.981.125-2.968.058-.217-.025-.593-.184-.71a5.343 5.343 0 0 0-1.338-.736c-.334-.126-.694-.393-1.095-.109-.025.017-.092 0-.134-.017-.384-.125-.693-.334-.902-.719.242-.117.476-.209.693-.334.076-.042.117-.15.176-.234-.092 0-.192-.034-.276 0-.25.1-.493.226-.727.334-.117-.142-.218-.25-.31-.36l-.066.042c.025.143.058.276.108.502-.159-.025-.309 0-.384-.067a14.355 14.355 0 0 1-.962-.928c-.117-.125-.184-.292-.267-.443-.05.794.577 1.129 1.045 1.58-.401.207-.605.38-.61.519.2-.067.41-.11.576-.201.234-.125.385-.059.577.1.284.243.585.485.928.644.234.109.535.385.803-.008.016-.025.108 0 .159.008.443.159.886.31 1.312.502v-.009Z"/>
    <path fill="#E7D7BC" d="M61.774 12.944c-.184-.067-.368-.109-.552-.159 0-.268.017-.535-.008-.786-.008-.1-.125-.192-.192-.284-.067.084-.15.167-.184.259-.075.192-.109.393-.176.594-.025.066-.075.167-.125.175-.234.034-.468.042-.66.059 0-.318.016-.61 0-.886-.009-.11-.11-.21-.176-.31-.084.075-.21.134-.25.234-.151.31-.268.636-.402.953-.042.1-.1.235-.184.268-.452.2-.911.376-1.363.56.184-.468.368-.936.569-1.396a.493.493 0 0 1 .234-.217c.41-.176.828-.335 1.237-.519.109-.05.184-.167.276-.25-.125-.043-.26-.135-.376-.118-.401.067-.794.184-1.212.284v-.267c-.025-.502-.184-.928-.678-1.145-.075-.034-.167-.017-.25-.017 0 .083-.026.175 0 .259.066.217.159.426.217.652.159.66.084.87-.46 1.263-.05.033-.092.075-.142.1-.51.284-.786.878-1.38 1.053-.024 0-.058.084-.05.117.034.1.076.21.126.318a.677.677 0 0 1 .351.393.666.666 0 0 1 .577-.058c.075-.084.15-.168.242-.276-.326-.059-.577-.1-.819-.143 0-.041 0-.091-.008-.133.443-.318.886-.644 1.32-.962.026.017.05.034.076.042-.142.351-.293.702-.435 1.053-.067.176-.142.343-.2.519.066.05.117.125.15.209a.156.156 0 0 0 .058-.017 21.793 21.793 0 0 1 1.572-.685c-.184.334-.343.668-.81.618-.135-.016-.277.117-.419.184.109.1.226.193.351.301-.083.2-.267.335-.551.251a.118.118 0 0 1-.05-.017c.1.577.1 1.188.024 1.781.134-.083.176-.2.168-.351-.009-.293-.059-.585-.084-.886-.017-.2-.05-.377.284-.31.142.034.36-.125.494-.25.317-.301.668-.301 1.086-.143-.443.385-.87.736-1.279 1.112-.125.117-.2.293-.3.443.183-.041.392-.041.543-.142.51-.35.995-.727 1.48-1.12.158-.125.267-.167.45-.083.31.142.636.267 1.012.426-1.237 1.204-2.55 2.19-4.171 2.817-.05.168-.1.343-.16.519.319-.1.636-.192 1.02-.31-.292.41-.534.736-.81 1.112a25.595 25.595 0 0 0-.268-.652c-.091.251-.2.51-.326.753.126.51.21 1.028.318 1.546.042.184-.008.301-.217.343-.335.067-.67.16-1.003.243-.184.05-.276-.025-.385-.176a5.885 5.885 0 0 0-.293-.384c-.175.075-.36.133-.551.175.108.176.225.351.342.543-.434.042-.819.1-1.204.11-.593.008-1.195-.017-1.789-.01-.092 0-.192.101-.284.16.084.075.159.184.251.209.2.05.41.05.61.083.084.017.2.05.226.109.184.502.351 1.003.527 1.522h-.31a442.765 442.765 0 0 0-3.26-.268c-.1 0-.21.075-.31.117.093.067.168.192.268.2 1.179.176 2.358.352 3.545.503.259.033.393.108.443.367a24 24 0 0 0 .284 1.346c.017.084.109.15.167.226.084-.067.226-.117.243-.192.058-.31.117-.627.108-.937 0-.225-.1-.46-.167-.727h1.58c.126 0 .268.084.385.059.217-.05.426-.134.627-.226.142-.067.259-.184.384-.276-.142-.067-.276-.134-.418-.2-.125-.06-.326-.076-.36-.16-.208-.526-.375-1.07-.568-1.622.393-.075.803-.15 1.221-.225.084.259.134.501.234.71.05.117.184.201.276.301.059-.117.15-.225.159-.35.025-.277 0-.553 0-.829.142-.041.25-.058.36-.108.76-.335 1.52-.677 2.282-1.028.083-.042.117-.176.175-.26-.1-.025-.209-.092-.3-.075a22.49 22.49 0 0 0-1.43.376c-.393.117-.778.251-1.17.385-.068-.26-.126-.477-.176-.702-.05-.235-.1-.46-.15-.703.476.034 1.32-1.095 1.203-1.605 1.304-.594 2.4-1.43 3.219-2.65.225-.335.133-.427-.092-.569-.343-.217-.703-.401-1.054-.602.15-.184.343-.36.443-.568.243-.469.577-.744 1.129-.644h.033c.092-.05.184-.1.268-.159-.075-.058-.142-.142-.226-.176m-8.21 11.262a.273.273 0 0 1-.192-.1 89.85 89.85 0 0 1-.785-1.455c.702-.042 1.329-.083 1.964-.108.075 0 .2.075.226.142.175.468.326.944.527 1.53h-1.74m5.961-9.9c-.125.11-.426.017-.643.017a.486.486 0 0 0-.017-.108c.418-.377.619-1.095 1.471-.845-.267.318-.501.67-.81.928"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M61.774 12.944c-.184-.067-.368-.109-.552-.159 0-.268.017-.535-.008-.786-.008-.1-.125-.192-.192-.284-.067.084-.15.167-.184.259-.075.192-.109.393-.176.594-.025.066-.075.167-.125.175-.234.034-.468.042-.66.059 0-.318.016-.61 0-.886-.009-.11-.11-.21-.176-.31-.084.075-.21.134-.25.234-.151.31-.268.636-.402.953-.042.1-.1.235-.184.268-.452.2-.911.376-1.363.56.184-.468.368-.936.569-1.396a.493.493 0 0 1 .234-.217c.41-.176.828-.335 1.237-.519.109-.05.184-.167.276-.25-.125-.043-.26-.135-.376-.118-.401.067-.794.184-1.212.284v-.267c-.025-.502-.184-.928-.678-1.145-.075-.034-.167-.017-.25-.017 0 .083-.026.175 0 .259.066.217.159.426.217.652.159.66.084.87-.46 1.263-.05.033-.092.075-.142.1-.51.284-.786.878-1.38 1.053-.024 0-.058.084-.05.117.034.1.076.21.126.318a.677.677 0 0 1 .351.393.666.666 0 0 1 .577-.058c.075-.084.15-.168.242-.276-.326-.059-.577-.1-.819-.143 0-.041 0-.091-.008-.133.443-.318.886-.644 1.32-.962.026.017.05.034.076.042-.142.351-.293.702-.435 1.053-.067.176-.142.343-.2.519.066.05.117.125.15.209a.156.156 0 0 0 .058-.017 21.793 21.793 0 0 1 1.572-.685c-.184.334-.343.668-.81.618-.135-.016-.277.117-.419.184.109.1.226.193.351.301-.083.2-.267.335-.551.251a.118.118 0 0 1-.05-.017c.1.577.1 1.188.024 1.781.134-.083.176-.2.168-.351-.009-.293-.059-.585-.084-.886-.017-.2-.05-.377.284-.31.142.034.36-.125.494-.25.317-.301.668-.301 1.086-.143-.443.385-.87.736-1.279 1.112-.125.117-.2.293-.3.443.183-.041.392-.041.543-.142.51-.35.995-.727 1.48-1.12.158-.125.267-.167.45-.083.31.142.636.267 1.012.426-1.237 1.204-2.55 2.19-4.171 2.817-.05.168-.1.343-.16.519.319-.1.636-.192 1.02-.31-.292.41-.534.736-.81 1.112a25.595 25.595 0 0 0-.268-.652c-.091.251-.2.51-.326.753.126.51.21 1.028.318 1.546.042.184-.008.301-.217.343-.335.067-.67.16-1.003.243-.184.05-.276-.025-.385-.176a5.885 5.885 0 0 0-.293-.384c-.175.075-.36.133-.551.175.108.176.225.351.342.543-.434.042-.819.1-1.204.11-.593.008-1.195-.017-1.789-.01-.092 0-.192.101-.284.16.084.075.159.184.251.209.2.05.41.05.61.083.084.017.2.05.226.109.184.502.351 1.003.527 1.522h-.31a442.765 442.765 0 0 0-3.26-.268c-.1 0-.21.075-.31.117.093.067.168.192.268.2 1.179.176 2.358.352 3.545.503.259.033.393.108.443.367a24 24 0 0 0 .284 1.346c.017.084.109.15.167.226.084-.067.226-.117.243-.192.058-.31.117-.627.108-.937 0-.225-.1-.46-.167-.727h1.58c.126 0 .268.084.385.059.217-.05.426-.134.627-.226.142-.067.259-.184.384-.276-.142-.067-.276-.134-.418-.2-.125-.06-.326-.076-.36-.16-.208-.526-.375-1.07-.568-1.622.393-.075.803-.15 1.221-.225.084.259.134.501.234.71.05.117.184.201.276.301.059-.117.15-.225.159-.35.025-.277 0-.553 0-.829.142-.041.25-.058.36-.108.76-.335 1.52-.677 2.282-1.028.083-.042.117-.176.175-.26-.1-.025-.209-.092-.3-.075a22.49 22.49 0 0 0-1.43.376c-.393.117-.778.251-1.17.385-.068-.26-.126-.477-.176-.702-.05-.235-.1-.46-.15-.703.476.034 1.32-1.095 1.203-1.605 1.304-.594 2.4-1.43 3.219-2.65.225-.335.133-.427-.092-.569-.343-.217-.703-.401-1.054-.602.15-.184.343-.36.443-.568.243-.469.577-.744 1.129-.644h.033c.092-.05.184-.1.268-.159-.075-.058-.142-.142-.226-.176v.009Zm-8.21 11.253a.273.273 0 0 1-.192-.1 89.85 89.85 0 0 1-.785-1.455c.702-.042 1.329-.083 1.964-.108.075 0 .2.075.226.142.175.468.326.944.527 1.53h-1.74v-.009Zm5.961-9.89c-.125.108-.426.016-.643.016a.486.486 0 0 0-.017-.108c.418-.377.619-1.095 1.471-.845-.267.318-.501.67-.81.928v.009Z"/>
    <path fill="#E7D7BC" d="M55.12 13.562c-.076-.066-.201-.083-.302-.117 0 .092-.033.193-.017.285.134-.017.276-.034.41-.059a.573.573 0 0 0-.092-.109Z"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M55.12 13.562c-.076-.066-.201-.083-.302-.117 0 .092-.033.193-.017.285.134-.017.276-.034.41-.059a.573.573 0 0 0-.092-.109Z"/>
    <path fill="#E7D7BC" d="M34.67 3.288c-.97.736-1.93 1.488-3.16 1.823.251-.377.468-.728.71-1.062.118-.159.26-.31.419-.418.334-.234.694-.443 1.045-.66-.017-.026-.034-.05-.05-.084-.352.159-.703.326-1.087.501.075-.317.134-.568.2-.819-.175.209-.259.443-.376.66-.092.16-.2.343-.36.427-.593.3-1.203.568-1.805.836-.1.05-.234.042-.351.067.736-.552 1.505-1.012 1.973-1.881-.702.543-1.363 1.036-2.006 1.546-.235.184-.418.176-.577 0 .317-.501.618-.986.928-1.471l-.126-.092c-.36.46-.727.92-1.137 1.43-.36-.393-.694-.744-1.045-1.129.075.602.468.961.845 1.28-.16.417-.46.45-.803.417-.886-.1-1.78-.15-2.667-.276-.652-.092-1.296-.259-1.923-.384.109-.569.21-1.062.301-1.564-.025-.008-.058-.016-.083-.025-.176.485-.351.97-.527 1.463a3.023 3.023 0 0 0-.31-.083c-.309-.05-.51-.168-.51-.544 0-.234-.133-.468-.2-.694-.025 0-.05.017-.067.025.017.31.042.627.059.97-.393-.125-.744-.234-1.095-.343-.017.034-.026.067-.042.1.31.16.618.31.92.486.083.05.183.159.183.234-.025.276-.092.552-.142.827-.175-.016-.3-.033-.426-.041-.368-.025-.66-.142-.861-.502-.126-.234-.36-.401-.544-.602-.025.025-.05.042-.067.067.184.276.377.552.577.861-.259-.017-.46-.025-.66-.042a.418.418 0 0 1-.017.1c.192.067.376.143.569.21.342.117.342.117.376.418-.669-.176-1.288-.51-1.998-.502-.017.033-.025.075-.042.109.527.209 1.045.418 1.597.635l-.2.117c-.703.393-.803.644-.628 1.43.092.41.15.82.234 1.229-.025.017-.058.025-.083.042-.293-.351-.602-.678-1.037-.811a.59.59 0 0 0-.067.083c.159.243.318.494.477.753-.385-.025-.736-.067-1.087-.059-.167 0-.335.134-.502.2.126.11.251.227.343.319-.226.092-.502.2-.786.317l.034.134h.317c.694 0 1.346.15 1.931.535a.54.54 0 0 1 .21.368c.041.552.041 1.104.066 1.647.017.351.059.694.092 1.07-.685.084-1.304.176-1.931.243-2.098.209-4.188.242-6.253-.326-1.246-.343-2.517-.535-3.812-.318-1.02.167-1.79.677-2.04 1.739-.1.41-.084.836-.126 1.262-.3-.1-.635-.225-.97-.334a44.53 44.53 0 0 0-.978-.318c-.317-.092-.643-.159-.97-.234-.008.042-.016.084-.024.117 1.103.385 2.207.761 3.36 1.162-.142.251-.267.443-.368.644-.1.192-.217.268-.434.176-.753-.335-1.513-.652-2.266-.978a4.948 4.948 0 0 0-.209-.1c.677.777 1.58 1.145 2.542 1.445-.469.62-.92 1.204-1.355 1.79.034.025.059.05.092.075.076-.075.16-.142.234-.217.402-.46.795-.92 1.196-1.38.058-.067.159-.167.234-.159.502.075 1.003.176 1.613.293l-1.973 1.998c.092.017.16 0 .201-.042.527-.51 1.087-.995 1.547-1.555.25-.3.426-.476.827-.368.26.067.544.042.811.059-.125-.134-1.304-.376-1.38-.393a98.39 98.39 0 0 1-1.546-.301l.46-.828c.71.243 1.396.468 2.082.703.016-.042.033-.093.05-.134l-1.003-.402c-.335-.133-.678-.275-1.012-.41.067-.242.125-.45.167-.66.042-.192.05-.393.076-.593-.034 0-.059-.009-.092-.017-.092.293-.184.594-.301.961-.268-1.396.418-2.316 1.755-2.5 1.079-.15 2.14-.008 3.169.26 1.839.485 3.703.669 5.592.501.979-.083 1.957-.192 3.044-.3-.15.292-.268.551-.41.802 0 0-.008.017-.017.025.243-.067.485-.125.727-.192.193-.435.218-.92.184-1.413-.025-.435-.083-.861-.125-1.288.195-.05.32-.262.376-.635a.47.47 0 0 1 .243.117c.016-.518.05-1.028.092-1.547a11.2 11.2 0 0 1-.46-.376c-.042-.033-.067-.117-.067-.176V7.52c.059.016.117.041.167.058.067-.192.251-.343.535-.326h.1a6.146 6.146 0 0 1-.635-.284c-.167-.092-.292-.268-.443-.41.142-.142.284-.284.435-.418.167-.142.35-.26.577-.426.092.167.209.393.334.61.293-.109.31-.702.777-.385-.033.109-.058.21-.1.352.435-.377.435-.368.92-.377.702-.016 1.396-.05 2.098-.083.084 0 .159-.059.243-.092 0-.042-.009-.076-.017-.117H22.54c-.008-.05-.025-.092-.042-.142.134-.059.268-.168.401-.176 1.38-.017 2.75-.017 4.13-.025.025 0 .05-.025.084-.042v-.1c-.669-.26-1.371-.176-2.073-.15-.711.024-1.43 0-2.19 0 .125-.285.216-.486.267-.603 1.672.2 3.302.393 4.907.586-.084.083-.192.2-.36.384.427-.092.577-.535 1.029-.435-.159.126-.284.218-.41.318.017.025.034.042.05.067.16-.1.318-.243.494-.284.35-.092.719-.193 1.07-.176.284.008.56.192.836.284.259.084.234.201.075.36-.109.1-.21.209-.318.31l.084.083c.1-.084.217-.15.3-.243.252-.292.578-.41.954-.493 1.037-.242 1.956-.719 2.683-1.513.084-.092.143-.2.21-.301a.48.48 0 0 1-.067-.059m-13.176 2.24c-.259.033-.426-.109-.443-.418.217.042.426.075.744.125-.134.134-.209.276-.3.285m.359.058c.016-.384.242-.343.501-.26-.025.369-.267.302-.501.26Zm.234-.685c.058-.293.117-.569.175-.878.21.075.41.142.602.209-.234.786-.25.802-.777.66m8.168-.226c.568-.217 1.128-.434 1.688-.643a.402.402 0 0 1 .059.067c-.276.384-.56.769-.778 1.07-.36-.184-.66-.335-.97-.494Z"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M34.67 3.288c-.97.736-1.93 1.488-3.16 1.823.251-.377.468-.728.71-1.062.118-.159.26-.31.419-.418.334-.234.694-.443 1.045-.66-.017-.026-.034-.05-.05-.084-.352.159-.703.326-1.087.501.075-.317.134-.568.2-.819-.175.209-.259.443-.376.66-.092.16-.2.343-.36.427-.593.3-1.203.568-1.805.836-.1.05-.234.042-.351.067.736-.552 1.505-1.012 1.973-1.881-.702.543-1.363 1.036-2.006 1.546-.235.184-.418.176-.577 0 .317-.501.618-.986.928-1.471l-.126-.092c-.36.46-.727.92-1.137 1.43-.36-.393-.694-.744-1.045-1.129.075.602.468.961.845 1.28-.16.417-.46.45-.803.417-.886-.1-1.78-.15-2.667-.276-.652-.092-1.296-.259-1.923-.384.109-.569.21-1.062.301-1.564-.025-.008-.058-.016-.083-.025-.176.485-.351.97-.527 1.463a3.023 3.023 0 0 0-.31-.083c-.309-.05-.51-.168-.51-.544 0-.234-.133-.468-.2-.694-.025 0-.05.017-.067.025.017.31.042.627.059.97-.393-.125-.744-.234-1.095-.343-.017.034-.026.067-.042.1.31.16.618.31.92.486.083.05.183.159.183.234-.025.276-.092.552-.142.827-.175-.016-.3-.033-.426-.041-.368-.025-.66-.142-.861-.502-.126-.234-.36-.401-.544-.602-.025.025-.05.042-.067.067.184.276.377.552.577.861-.259-.017-.46-.025-.66-.042a.418.418 0 0 1-.017.1c.192.067.376.143.569.21.342.117.342.117.376.418-.669-.176-1.288-.51-1.998-.502-.017.033-.025.075-.042.109.527.209 1.045.418 1.597.635l-.2.117c-.703.393-.803.644-.628 1.43.092.41.15.82.234 1.229-.025.017-.058.025-.083.042-.293-.351-.602-.678-1.037-.811a.59.59 0 0 0-.067.083c.159.243.318.494.477.753-.385-.025-.736-.067-1.087-.059-.167 0-.335.134-.502.2.126.11.251.227.343.319-.226.092-.502.2-.786.317l.034.134h.317c.694 0 1.346.15 1.931.535a.54.54 0 0 1 .21.368c.041.552.041 1.104.066 1.647.017.351.059.694.092 1.07-.685.084-1.304.176-1.931.243-2.098.209-4.188.242-6.253-.326-1.246-.343-2.517-.535-3.812-.318-1.02.167-1.79.677-2.04 1.739-.1.41-.084.836-.126 1.262-.3-.1-.635-.225-.97-.334a44.53 44.53 0 0 0-.978-.318c-.317-.092-.643-.159-.97-.234-.008.042-.016.084-.024.117 1.103.385 2.207.761 3.36 1.162-.142.251-.267.443-.368.644-.1.192-.217.268-.434.176-.753-.335-1.513-.652-2.266-.978a4.948 4.948 0 0 0-.209-.1c.677.777 1.58 1.145 2.542 1.445-.469.62-.92 1.204-1.355 1.79.034.025.059.05.092.075.076-.075.16-.142.234-.217.402-.46.795-.92 1.196-1.38.058-.067.159-.167.234-.159.502.075 1.003.176 1.613.293l-1.973 1.998c.092.017.16 0 .201-.042.527-.51 1.087-.995 1.547-1.555.25-.3.426-.476.827-.368.26.067.544.042.811.059-.125-.134-1.304-.376-1.38-.393a98.39 98.39 0 0 1-1.546-.301l.46-.828c.71.243 1.396.468 2.082.703.016-.042.033-.093.05-.134l-1.003-.402c-.335-.133-.678-.275-1.012-.41.067-.242.125-.45.167-.66.042-.192.05-.393.076-.593-.034 0-.059-.009-.092-.017-.092.293-.184.594-.301.961-.268-1.396.418-2.316 1.755-2.5 1.079-.15 2.14-.008 3.169.26 1.839.485 3.703.669 5.592.501.979-.083 1.957-.192 3.044-.3-.15.292-.268.551-.41.802 0 0-.008.017-.017.025.243-.067.485-.125.727-.192.193-.435.218-.92.184-1.413-.025-.435-.083-.861-.125-1.288.195-.05.32-.262.376-.635a.47.47 0 0 1 .243.117c.016-.518.05-1.028.092-1.547a11.2 11.2 0 0 1-.46-.376c-.042-.033-.067-.117-.067-.176V7.52c.059.016.117.041.167.058.067-.192.251-.343.535-.326h.1a6.146 6.146 0 0 1-.635-.284c-.167-.092-.292-.268-.443-.41.142-.142.284-.284.435-.418.167-.142.35-.26.577-.426.092.167.209.393.334.61.293-.109.31-.702.777-.385-.033.109-.058.21-.1.352.435-.377.435-.368.92-.377.702-.016 1.396-.05 2.098-.083.084 0 .159-.059.243-.092 0-.042-.009-.076-.017-.117H22.54c-.008-.05-.025-.092-.042-.142.134-.059.268-.168.401-.176 1.38-.017 2.75-.017 4.13-.025.025 0 .05-.025.084-.042v-.1c-.669-.26-1.371-.176-2.073-.15-.711.024-1.43 0-2.19 0 .125-.285.216-.486.267-.603 1.672.2 3.302.393 4.907.586-.084.083-.192.2-.36.384.427-.092.577-.535 1.029-.435-.159.126-.284.218-.41.318.017.025.034.042.05.067.16-.1.318-.243.494-.284.35-.092.719-.193 1.07-.176.284.008.56.192.836.284.259.084.234.201.075.36-.109.1-.21.209-.318.31l.084.083c.1-.084.217-.15.3-.243.252-.292.578-.41.954-.493 1.037-.242 1.956-.719 2.683-1.513.084-.092.143-.2.21-.301a.48.48 0 0 1-.067-.059l.016.017ZM21.478 5.512c-.259.033-.426-.109-.443-.418.217.042.426.075.744.125-.134.134-.209.276-.3.285v.008Zm.36.05c.016-.384.242-.343.501-.26-.025.369-.267.302-.501.26Zm.234-.685c.058-.293.117-.569.175-.878.21.075.41.142.602.209-.234.786-.25.802-.777.66v.009Zm8.168-.235c.568-.217 1.128-.434 1.688-.643a.402.402 0 0 1 .059.067c-.276.384-.56.769-.778 1.07-.36-.184-.66-.335-.97-.494Z"/>
    <path fill="#E7D7BC" d="M32.446 29.364c-3.52.084-7.006-.259-10.442-1.095-.058-.017-.108-.034-.167-.042-.184-.042-.36-.134-.259-.343.042-.092.268-.167.393-.142.886.167 1.764.385 2.659.544 3.034.543 6.102.719 9.187.635 2.207-.058 4.398-.25 6.571-.644.176-.033.401-.083.452.168.058.275-.184.309-.377.334-1.68.2-3.369.435-5.057.577-.979.083-1.973.016-2.96.016"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M32.446 29.364c-3.52.084-7.006-.259-10.442-1.095-.058-.017-.108-.034-.167-.042-.184-.042-.36-.134-.259-.343.042-.092.268-.167.393-.142.886.167 1.764.385 2.659.544 3.034.543 6.102.719 9.187.635 2.207-.058 4.398-.25 6.571-.644.176-.033.401-.083.452.168.058.275-.184.309-.377.334-1.68.2-3.369.435-5.057.577-.979.083-1.973.016-2.96.016v-.008Z"/>
    <path fill="#E7D7BC" d="M49.443 27.383c-1.037-.477-2.073-.962-3.11-1.447.017-.041.034-.091.05-.133.66 0 1.263.259 1.915.451-.067-.276.075-.393.3-.501.603-.285 1.188-.594 1.781-.895.168-.084.335-.15.443.05.11.21-.041.318-.209.401L48.6 26.355c.669.292 1.346.367 2.04.367.417 0 .827-.033 1.237-.033.1 0 .2.092.3.15-.066.1-.108.251-.2.276-.468.134-.945.243-1.421.352-.084.016-.2-.017-.268.025-1.095.744-2.29.702-3.51.46-.787-.16-1.506-.486-2.116-1.02-.075-.067-.092-.201-.134-.301.1.024.218.024.301.083a4.178 4.178 0 0 0 2.266.72c.786.032 1.572 0 2.357 0a.156.156 0 0 0-.016-.06"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M49.443 27.383c-1.037-.477-2.073-.962-3.11-1.447.017-.041.034-.091.05-.133.66 0 1.263.259 1.915.451-.067-.276.075-.393.3-.501.603-.285 1.188-.594 1.781-.895.168-.084.335-.15.443.05.11.21-.041.318-.209.401L48.6 26.355c.669.292 1.346.367 2.04.367.417 0 .827-.033 1.237-.033.1 0 .2.092.3.15-.066.1-.108.251-.2.276-.468.134-.945.243-1.421.352-.084.016-.2-.017-.268.025-1.095.744-2.29.702-3.51.46-.787-.16-1.506-.486-2.116-1.02-.075-.067-.092-.201-.134-.301.1.024.218.024.301.083a4.178 4.178 0 0 0 2.266.72c.786.032 1.572 0 2.357 0a.156.156 0 0 0-.016-.06l.008.009Z"/>
    <path fill="#E7D7BC" d="M8.729 20.368c.05.034.142.076.209.15 1.923 2.082 4.205 3.671 6.738 4.925.167.084.318.184.226.393-.1.218-.268.159-.435.075-2.533-1.262-4.832-2.85-6.78-4.924-.067-.075-.15-.15-.2-.234-.1-.176.008-.368.25-.385"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M8.729 20.368c.05.034.142.076.209.15 1.923 2.082 4.205 3.671 6.738 4.925.167.084.318.184.226.393-.1.218-.268.159-.435.075-2.533-1.262-4.832-2.85-6.78-4.924-.067-.075-.15-.15-.2-.234-.1-.176.008-.368.25-.385H8.73Z"/>
    <path fill="#E7D7BC" d="M31.995 5.328c.075-.033.142-.084.217-.1.284-.092.61-.109.844-.268.586-.401 1.321-.326 1.923-.677.602-.351 1.162-.736 1.572-1.304.042-.059.067-.142.159-.167.075.501-.184.827-.452 1.178.72-.284 1.438-.577 2.157-.86.017.024.034.058.05.083-.108.083-.209.184-.326.267-.886.602-1.872.953-2.9 1.213-.552.133-1.087.368-1.64.51-.51.133-1.044.2-1.563.3-.016-.058-.033-.108-.05-.167"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M31.995 5.328c.075-.033.142-.084.217-.1.284-.092.61-.109.844-.268.586-.401 1.321-.326 1.923-.677.602-.351 1.162-.736 1.572-1.304.042-.059.067-.142.159-.167.075.501-.184.827-.452 1.178.72-.284 1.438-.577 2.157-.86.017.024.034.058.05.083-.108.083-.209.184-.326.267-.886.602-1.872.953-2.9 1.213-.552.133-1.087.368-1.64.51-.51.133-1.044.2-1.563.3-.016-.058-.033-.108-.05-.167l.009-.008Z"/>
    <path fill="#E7D7BC" d="M42.79 27.667c.878.385 1.739.82 2.633 1.154.928.343 1.898.117 2.86.05.024.033.041.067.066.1-.083.092-.159.21-.259.276-.669.435-1.404.477-2.149.31-1.162-.251-2.156-.828-3.026-1.622-.067-.059-.108-.143-.167-.218l.05-.05"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M42.79 27.667c.878.385 1.739.82 2.633 1.154.928.343 1.898.117 2.86.05.024.033.041.067.066.1-.083.092-.159.21-.259.276-.669.435-1.404.477-2.149.31-1.162-.251-2.156-.828-3.026-1.622-.067-.059-.108-.143-.167-.218l.05-.05h-.008Z"/>
    <path fill="#E7D7BC" d="M44.761 29.85c-.836 0-1.597-.277-2.315-.67a8.16 8.16 0 0 1-2.157-1.73c-.067-.075-.059-.234-.084-.351.109.033.242.033.318.1 1.287 1.229 2.817 1.981 4.564 2.3.117.024.218.133.335.208-.126.05-.251.109-.385.142-.083.025-.184 0-.276 0Z"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M44.761 29.85c-.836 0-1.597-.277-2.315-.67a8.16 8.16 0 0 1-2.157-1.73c-.067-.075-.059-.234-.084-.351.109.033.242.033.318.1 1.287 1.229 2.817 1.981 4.564 2.3.117.024.218.133.335.208-.126.05-.251.109-.385.142-.083.025-.184 0-.276 0Z"/>
    <path fill="#E7D7BC" d="M8.629 18.387c-.168 1.597-1.254 2.617-2.274 3.67-.034-.024-.075-.041-.109-.066.05-.084.084-.184.142-.26.318-.392.636-.785.962-1.17.543-.652 1.02-1.354 1.27-2.182"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M8.629 18.387c-.168 1.597-1.254 2.617-2.274 3.67-.034-.024-.075-.041-.109-.066.05-.084.084-.184.142-.26.318-.392.636-.785.962-1.17.543-.652 1.02-1.354 1.27-2.182l.009.008Z"/>
    <path fill="#E7D7BC" d="M39.361 3.848c-.133.108-.208.2-.3.234-.803.267-1.606.535-2.416.786-.076.025-.176-.026-.268-.042.042-.059.067-.16.117-.176.895-.292 1.79-.577 2.684-.86.016 0 .041.007.184.058Z"/>
    <path stroke="#E7D7BC" stroke-miterlimit="10" stroke-width="1.02" d="M39.361 3.848c-.133.108-.208.2-.3.234-.803.267-1.606.535-2.416.786-.076.025-.176-.026-.268-.042.042-.059.067-.16.117-.176.895-.292 1.79-.577 2.684-.86.016 0 .041.007.184.058Z"/>
    <path fill="#E7D7BC" d="M43.165 17.785 35.9 18.89c3.83.234 7.675.117 11.479-.351"/>
    <path fill="#E7D7BC" d="m43.072 17.441-7.265 1.104c-.175.025-.276.234-.25.393.025.184.167.3.35.31 2.985.183 5.986.15 8.971-.093a63.6 63.6 0 0 0 2.508-.259c.192-.025.36-.15.36-.36 0-.175-.168-.376-.36-.359a62.808 62.808 0 0 1-11.478.36c.033.234.058.468.092.702l7.256-1.104c.192-.033.293-.267.25-.434-.058-.201-.25-.276-.434-.251M21.47 14.607c-.192-.41-.15-.877-.108-1.32.175-1.706.342-3.412.51-5.109.024-.217.041-.435.158-.619.276-.451.912-.46 1.438-.418a49.69 49.69 0 0 0 9.397-.242c3.118-.376 6.504-1.003 9.246.543.067.042.159-.041.134-.117"/>
    <path fill="#E7D7BC" d="M23.618 13.353s-.017-.033-.025-.059c.084.201.167.402.25.594a1.728 1.728 0 0 1-.1-.41c.034.218.059.444.093.66-.05-.484.033-.977.083-1.454.05-.527.109-1.053.159-1.572.1-1.036.184-2.081.318-3.118-.026.217-.059.443-.092.66.016-.117.041-.225.083-.334-.083.2-.167.393-.25.593a.898.898 0 0 1 .108-.175c-.134.167-.26.334-.393.502a.887.887 0 0 1 .126-.126c-.168.126-.335.26-.502.385.059-.042.125-.084.192-.117-.2.083-.393.167-.593.25.117-.05.242-.075.367-.1-.217.034-.443.059-.66.092.485-.058.978.017 1.463.042.585.033 1.17.05 1.756.058a49.187 49.187 0 0 0 6.93-.359c1.012-.125 2.023-.268 3.035-.36 1.12-.1 2.249-.133 3.369.017-.217-.033-.443-.058-.66-.092.719.1 1.42.276 2.09.56-.201-.083-.393-.167-.594-.25.334.142.652.326.986.468.11.058.218.1.335.134.443.117.886.117 1.32 0 .235-.059.46-.151.661-.276.385-.226.677-.552.92-.92.209-.326.384-.945.35-1.33a1.912 1.912 0 0 0-.216-.96c-.1-.31-.268-.578-.519-.803a1.877 1.877 0 0 0-.802-.519 1.892 1.892 0 0 0-.962-.217c-.644.033-1.312.242-1.764.727-.426.46-.794 1.112-.727 1.764v.034c.033-.218.059-.443.092-.66 0 .008-.008.024-.008.033.217-.368.426-.736.643-1.104 0 .008-.016.017-.025.025.167-.125.335-.26.502-.393a.063.063 0 0 0-.034.017c.201-.084.393-.167.594-.25h-.034 1.321s-.025 0-.033-.01l.593.252c-1.847-1.037-3.97-1.388-6.069-1.33-1.789.05-3.561.36-5.342.544a48.527 48.527 0 0 1-6.036.25 42.495 42.495 0 0 1-1.471-.05c-.452-.025-.903-.075-1.355-.075-.719 0-1.538.15-2.14.569-.468.326-.87.685-1.128 1.195-.318.619-.377 1.112-.452 1.806a419.96 419.96 0 0 0-.334 3.361c-.059.56-.109 1.12-.167 1.68-.026.243-.05.494-.042.745.017.326.058.643.125.961.067.318.226.619.351.911.16.293.368.527.644.703.242.217.527.368.844.443.335.1.66.117.995.042a1.84 1.84 0 0 0 .928-.293c.535-.343 1.003-.853 1.145-1.488.034-.218.06-.443.093-.66 0-.452-.117-.87-.343-1.255"/>
    <path fill="#E7D7BC" d="M39.068 5.787c.627.376 1.254.753 1.881 1.137l-1.88-1.137Z"/>
    <path fill="#E7D7BC" d="M37.815 7.936c.627.376 1.254.752 1.88 1.137.285.184.594.284.929.292.334.075.66.059.994-.042.326-.075.602-.225.845-.443a1.93 1.93 0 0 0 .643-.702c.084-.2.168-.393.251-.594a2.53 2.53 0 0 0 0-1.32c-.083-.201-.167-.394-.25-.594a2.48 2.48 0 0 0-.895-.895c-.627-.376-1.254-.752-1.873-1.137a1.763 1.763 0 0 0-.928-.292 1.917 1.917 0 0 0-.995.041 1.83 1.83 0 0 0-.844.444 1.93 1.93 0 0 0-.644.702c-.083.2-.167.401-.25.593a2.53 2.53 0 0 0 0 1.321c.083.201.167.402.25.594.218.376.519.669.895.895"/>
    <path fill="#E7D7BC" d="M43.157 7.66c-.041 3.135.134 6.27.519 9.38a48.646 48.646 0 0 0-8.319-.635c-2.282.025-4.58.201-6.83-.142-1.162-.184-2.299-.501-3.436-.82-.267-.074-.551-.158-.735-.367-.16-.176-.218-.418-.268-.652a11.606 11.606 0 0 1-.242-2.35c0-.601.067-1.237.46-1.697.618-.727 1.738-.668 2.691-.56a81.54 81.54 0 0 0 12.373.435c.234-.008.502-.008.66.159.11.117.143.284.168.443.2 1.304.209 2.634.017 3.938-2.492.259-4.908-.761-7.349-1.313a20.112 20.112 0 0 0-7.415-.25"/>
    <path fill="#E7D7BC" d="M40.666 7.66a69.134 69.134 0 0 0 .292 7.324c.067.685.142 1.37.226 2.056 1.053-.802 2.099-1.605 3.152-2.4a53.971 53.971 0 0 0-6.454-.685c-1.94-.083-3.87.009-5.81.025-1.096 0-2.182-.025-3.27-.175.218.033.444.058.661.092-.71-.1-1.413-.251-2.106-.427-.335-.083-.67-.175-1.004-.267-.326-.092-.66-.167-.97-.293l.594.251c-.083-.033-.159-.084-.242-.134.167.126.334.26.501.385a.898.898 0 0 1-.159-.15c.134.167.26.334.393.501a1.324 1.324 0 0 1-.108-.184c.083.2.167.401.25.594-.158-.385-.208-.836-.267-1.246.034.217.059.443.092.66-.092-.702-.15-1.438-.067-2.148-.033.217-.058.443-.092.66.034-.226.084-.443.167-.652-.083.2-.167.401-.25.594a2.41 2.41 0 0 1 .217-.385c-.125.167-.26.335-.393.502a1.78 1.78 0 0 1 .25-.251c-.166.125-.334.26-.5.393.116-.092.233-.159.367-.218-.2.084-.393.168-.593.251.2-.083.4-.133.618-.167-.217.034-.443.059-.66.092.777-.1 1.563.042 2.332.117.97.1 1.94.176 2.91.243 1.922.125 3.845.184 5.768.167.543 0 1.078-.008 1.622-.025.267 0 .535-.017.81-.025.243 0 .486-.034.736-.009-.217-.033-.443-.058-.66-.092a.818.818 0 0 1 .192.05c-.2-.083-.393-.167-.593-.25.05.025.083.042.125.075-.167-.134-.334-.26-.502-.393.026.025.05.05.067.075-.133-.167-.259-.334-.393-.501.017.025.042.058.05.091-.083-.2-.167-.392-.25-.593.075.184.092.393.117.585-.034-.217-.059-.443-.092-.66.15 1.154.15 2.316 0 3.461.025-.217.058-.443.092-.66a6.765 6.765 0 0 0-.025.209c.802-.61 1.605-1.221 2.399-1.832a8.794 8.794 0 0 1-2.149-.058c.218.034.444.058.66.092-1.638-.226-3.21-.778-4.814-1.162a22.63 22.63 0 0 0-5.66-.66 24.008 24.008 0 0 0-3.461.325 1.83 1.83 0 0 0-.845.444 1.93 1.93 0 0 0-.643.702 1.84 1.84 0 0 0-.293.928c-.075.334-.059.66.042.995.192.602.568 1.187 1.145 1.488.2.084.393.167.594.25a2.53 2.53 0 0 0 1.32 0c.134-.024.268-.041.402-.058-.218.034-.443.059-.66.092a19.9 19.9 0 0 1 5.275 0c-.218-.033-.443-.058-.66-.092 1.22.168 2.407.46 3.594.786.585.167 1.17.326 1.764.468.786.184 1.572.31 2.374.41.67.084 1.346.1 2.015.042.217-.034.443-.059.66-.092a1.83 1.83 0 0 0 .845-.443 1.25 1.25 0 0 0 .443-.443 1.92 1.92 0 0 0 .443-.845c.142-.953.25-1.906.226-2.876-.009-.384-.034-.76-.075-1.145-.084-.736-.126-1.497-.502-2.157A3.038 3.038 0 0 0 41.15 8.17c-.494-.293-1.012-.385-1.572-.418-.36-.025-.719.016-1.078.033-.761.025-1.522.034-2.291.042a85.12 85.12 0 0 1-9.238-.502 7.64 7.64 0 0 0-2.307.084 2.76 2.76 0 0 0-.377.1c-.309.117-.635.234-.92.41a4.439 4.439 0 0 0-.768.602c-.117.117-.218.259-.318.384-.109.143-.226.276-.318.435-.175.293-.3.627-.41.945-.05.15-.074.31-.1.468a9.321 9.321 0 0 0-.125 1.589c.008.368.034.744.084 1.112.067.577.142 1.162.276 1.73.075.318.225.66.367.937.076.159.184.276.293.418.125.159.209.284.351.401.502.426.778.56 1.388.794.159.059.326.1.485.15.735.21 1.471.41 2.215.578 1.68.368 3.403.51 5.125.501 1.538 0 3.076-.083 4.623-.067 1.547.026 3.085.117 4.623.293.368.042.744.084 1.112.134-.217-.034-.443-.059-.66-.092.468.058.928.134 1.387.209a2.53 2.53 0 0 0 1.321 0 1.83 1.83 0 0 0 .844-.443 1.93 1.93 0 0 0 .644-.703c.226-.384.335-.81.343-1.254a68.92 68.92 0 0 1-.518-7.307 55.099 55.099 0 0 1 0-2.073 2.62 2.62 0 0 0-.728-1.764 1.878 1.878 0 0 0-.802-.519 1.892 1.892 0 0 0-.962-.217c-.643.033-1.312.242-1.764.727-.451.494-.718 1.087-.727 1.764"/>
    <path fill="#E7D7BC" d="M37.18 11.815a68.205 68.205 0 0 1 5.952 7.29l-5.952-7.29Z"/>
    <path fill="#E7D7BC" d="M35.424 13.571a65.05 65.05 0 0 1 4.238 4.983c-.134-.167-.259-.334-.393-.501.585.76 1.154 1.53 1.706 2.307.158.293.367.527.643.703.243.217.519.367.845.443.334.1.66.117.995.041.334-.016.643-.117.928-.292.535-.343 1.003-.853 1.145-1.488.142-.62.134-1.38-.25-1.923a73.68 73.68 0 0 0-6.338-7.792c-.426-.46-1.145-.728-1.764-.728-.618 0-1.337.276-1.764.728-.434.476-.76 1.095-.727 1.764.033.668.267 1.262.727 1.764"/>
    <path fill="#E7D7BC" d="m45.105 15.62 9.254-.025c.15 0 .31 0 .443.075.301.159.334.568.334.911-.025 1.514-.259 3.361-1.655 3.947-1.011.418-2.357 0-3.143.769-.602.593-.56 1.638-1.154 2.24-.928.945-2.75.226-3.703 1.146-.21.2-.351.46-.569.66-.401.368-.97.468-1.513.544-6.412.87-12.95 1.137-19.354.159-1.998-.31-3.987-.736-5.843-1.53-2.726-1.163-5.058-3.052-7.357-4.916-.77-.628-1.547-1.263-2.098-2.082a5.061 5.061 0 0 1-.853-3.144A13.287 13.287 0 0 0 15.4 15.83c2.408-.251 4.908-1.146 7.165-.284-2.726.342-5.46.677-8.185 1.02-.476.058-1.078.259-1.078.735 0 .251.192.46.376.636.953.903 2.082 1.588 3.194 2.282 1.914 1.17 3.854 2.358 6.002 3.01 1.722.518 3.528.686 5.317.811 3.837.26 8.042.217 11.027-2.199.117-.092.234-.192.276-.334.125-.368-.276-.694-.627-.861-3.654-1.731-7.9-1.338-11.913-1.79-3.185-.36-6.437-1.27-9.53-.451.225.635.977.886 1.638 1.053 1.956.485 3.912.979 5.877 1.463 1.956.485 3.938.979 5.952 1.079 7.223.351 13.987-4.306 21.21-4.013-.36.694-1.23.903-1.965 1.162-1.471.527-2.725 1.53-4.121 2.24-2.55 1.288-5.476 1.522-8.327 1.74 2.366.393 4.84.075 7.03-.895.285-.125.586-.276.778-.518.418-.535.226-1.338-.175-1.89-1.187-1.647-3.528-1.772-5.551-1.99a26.415 26.415 0 0 1-13.886-5.785"/>
    <path fill="#E7D7BC" d="M45.106 18.11c1.588 0 3.177-.008 4.773-.016h3.537c.384 0 .786-.025 1.17 0-.217-.033-.443-.059-.66-.092.05 0 .1.017.15.034-.2-.084-.401-.168-.593-.251a.51.51 0 0 1 .117.058c-.168-.125-.335-.259-.502-.384a.52.52 0 0 1 .117.117c-.134-.168-.26-.335-.393-.502.033.05.059.1.084.15-.084-.2-.167-.4-.251-.593.025.075.042.15.058.234a17.82 17.82 0 0 0-.092-.66c.067.535 0 1.112-.066 1.647.033-.218.058-.444.092-.66-.067.459-.16.91-.335 1.337.084-.2.167-.401.25-.594-.1.234-.225.46-.375.66.125-.167.259-.334.393-.501-.117.15-.251.284-.402.41.168-.126.335-.26.502-.393a2.284 2.284 0 0 1-.46.267c.2-.083.393-.167.594-.25a2.948 2.948 0 0 1-.71.175c.217-.033.442-.059.66-.092-1.18.15-2.383.075-3.436.736-.627.393-1.204.961-1.522 1.647-.25.552-.418 1.12-.652 1.68.084-.2.167-.401.25-.593-.066.159-.15.31-.25.451.134-.167.26-.334.393-.501a1.56 1.56 0 0 1-.26.267c.168-.134.335-.26.502-.393a1.9 1.9 0 0 1-.4.226c.2-.084.392-.167.593-.25a3.834 3.834 0 0 1-.694.175c.217-.034.443-.059.66-.092-.744.1-1.496.1-2.24.267a1.856 1.856 0 0 0-.368.109c-.293.109-.61.226-.878.393-.66.401-.995.853-1.455 1.455.126-.168.26-.335.393-.502-.117.142-.225.276-.367.393.167-.125.334-.26.501-.393-.117.084-.242.15-.384.217.2-.083.392-.167.593-.25-.36.142-.736.192-1.112.242.218-.033.443-.059.66-.092-4.731.635-9.521.945-14.295.66a59.627 59.627 0 0 1-4.046-.384c.217.025.443.059.66.092-2.274-.31-4.548-.736-6.68-1.63.201.083.402.167.594.25-1.965-.827-3.72-2.031-5.4-3.327.167.134.334.259.501.393-.694-.544-1.38-1.095-2.065-1.647-.669-.544-1.338-1.104-1.88-1.79.133.168.258.335.392.502a5.166 5.166 0 0 1-.652-1.12c.084.2.167.401.25.594a5.625 5.625 0 0 1-.359-1.322c.034.218.059.444.092.661a5.38 5.38 0 0 1-.033-.97c-1.246.72-2.5 1.438-3.746 2.149 1.463.769 3.052 1.346 4.69 1.605.92.142 1.848.26 2.784.25.945 0 1.873-.125 2.801-.267.861-.125 1.714-.3 2.575-.418-.218.034-.443.059-.66.092.835-.108 1.68-.167 2.524-.058-.217-.034-.443-.059-.66-.092.418.058.819.159 1.22.31l.66-4.892-6.044.753c-.493.058-.994.125-1.488.184-.602.075-1.237.083-1.814.284-1.062.368-1.923 1.053-2.274 2.148-.167.51-.167 1.12-.033 1.64.15.568.46 1.053.853 1.487.292.326.652.602.994.87a24.02 24.02 0 0 0 1.589 1.154c.777.51 1.58.995 2.374 1.471 1.747 1.045 3.578 2.015 5.534 2.6 2.024.61 4.172.778 6.27.903 1.63.1 3.278.142 4.908-.041.995-.11 1.99-.251 2.95-.519.929-.26 1.84-.627 2.693-1.078a9.882 9.882 0 0 0 1.02-.636c.794-.577 1.563-1.162 1.822-2.174a3.045 3.045 0 0 0-.284-2.182c-.293-.543-.677-.86-1.162-1.22-.477-.351-1.087-.552-1.622-.761-1.84-.728-3.837-.995-5.802-1.162-1.806-.16-3.628-.184-5.434-.352a24.44 24.44 0 0 1-1.37-.158c.216.033.442.058.66.092-1.706-.234-3.395-.552-5.108-.703-1.68-.15-3.403-.083-5.041.343-.577.15-1.213.61-1.489 1.146-.292.56-.485 1.304-.25 1.922.234.62.434 1.029.894 1.514.192.192.427.35.644.51.1.075.2.142.318.2.593.301 1.195.485 1.83.644 1.188.293 2.383.594 3.57.886 2.517.627 5.016 1.305 7.6 1.58 4.405.477 8.727-.894 12.882-2.181 2.224-.686 4.465-1.355 6.78-1.673-.217.034-.443.059-.66.092 1.07-.142 2.14-.209 3.218-.167-.719-1.246-1.438-2.5-2.148-3.745a3.037 3.037 0 0 1-.134.217c.125-.167.26-.334.393-.502-.084.1-.167.184-.268.26.168-.126.335-.26.502-.385-.192.142-.401.25-.618.351.2-.084.392-.167.593-.25-.535.217-1.087.392-1.622.618-.61.259-1.187.543-1.755.878-.979.577-1.915 1.204-2.968 1.647l.593-.251c-1.396.585-2.876.903-4.364 1.112.218-.034.444-.059.66-.092a61.33 61.33 0 0 1-3.276.318c-.636.05-1.313.234-1.764.727a2.58 2.58 0 0 0-.686 1.43c-.067.535 0 1.128.293 1.588.326.51.86 1.045 1.488 1.146.861.142 1.73.25 2.6.25.844 0 1.68-.091 2.516-.217a14.13 14.13 0 0 0 1.94-.435c.31-.1.618-.209.92-.326.46-.184.952-.35 1.379-.61 1.128-.686 1.89-1.898 1.856-3.244a3.965 3.965 0 0 0-.251-1.354c-.117-.301-.243-.636-.418-.912a8.439 8.439 0 0 0-.61-.802c-.878-1.054-2.274-1.706-3.587-2.032-1.404-.343-2.867-.401-4.297-.585.218.025.443.058.66.092a26.282 26.282 0 0 1-6.754-1.848c.2.084.392.167.593.25a26.94 26.94 0 0 1-5.852-3.402c.167.134.335.26.502.393-.193-.142-.376-.293-.56-.443a1.877 1.877 0 0 0-.803-.518 1.912 1.912 0 0 0-.961-.218c-.61 0-1.338.268-1.764.727-.435.477-.761 1.096-.728 1.765.025.618.226 1.354.728 1.764 1.906 1.555 3.946 2.9 6.186 3.92 2.232 1.02 4.556 1.815 6.98 2.25 1.363.242 2.743.343 4.122.527-.217-.034-.443-.059-.66-.092.786.108 1.563.259 2.29.56l-.593-.251c.334.142.652.326.945.543-.168-.125-.335-.259-.502-.384.217.175.418.368.594.593-.134-.167-.26-.334-.393-.501.133.167.242.35.326.543-.084-.2-.167-.401-.251-.593.075.175.125.36.15.551-.033-.217-.058-.443-.092-.66.009.117.009.226 0 .343.034-.218.059-.443.092-.66a1.441 1.441 0 0 1-.083.325l.25-.593a1.34 1.34 0 0 1-.142.234c.126-.167.26-.335.393-.502a1.133 1.133 0 0 1-.209.2c.168-.125.335-.258.502-.392-.226.167-.477.276-.727.384.2-.083.393-.167.593-.25a12.663 12.663 0 0 1-3.168.87c.217-.034.443-.06.66-.093-1.12.15-2.249.15-3.369 0 .217.034.443.059.66.092l-.334-.05c-.217 1.63-.443 3.26-.66 4.891 1.897-.142 3.812-.301 5.676-.702 1.831-.393 3.561-1.12 5.158-2.09.811-.494 1.614-1.004 2.483-1.38-.2.084-.393.167-.593.25.652-.275 1.329-.476 1.981-.768.76-.343 1.455-.962 1.856-1.698.435-.786.46-1.73 0-2.516-.46-.778-1.262-1.204-2.149-1.237-5.082-.193-9.831 1.814-14.638 3.118a31.666 31.666 0 0 1-3.938.828c.218-.034.444-.059.66-.092-1.58.209-3.168.226-4.756.017.217.033.443.058.66.091-1.93-.259-3.82-.777-5.71-1.245a294.87 294.87 0 0 1-2.842-.71c-.485-.118-.961-.243-1.446-.36-.376-.092-.753-.176-1.112-.326.2.083.401.167.594.25a2.222 2.222 0 0 1-.494-.284c.167.125.335.26.502.385a1.715 1.715 0 0 1-.217-.21c.133.168.259.335.392.502a1.617 1.617 0 0 1-.15-.259c.083.2.167.393.25.594 0-.017-.016-.042-.024-.059-.577 1.02-1.162 2.04-1.74 3.069.402-.1.803-.184 1.213-.243-.217.034-.443.059-.66.092 1.47-.184 2.95-.067 4.414.125-.218-.033-.444-.058-.66-.091 1.73.234 3.452.551 5.19.718 1.464.134 2.927.176 4.39.276.827.05 1.663.126 2.483.235a17.999 17.999 0 0 1-.66-.093c1.354.184 2.7.485 3.962 1.02-.2-.083-.393-.167-.594-.25.276.117.56.234.803.418-.167-.126-.334-.26-.502-.393a.998.998 0 0 1 .184.192c-.125-.167-.259-.334-.393-.502.034.05.067.1.092.16-.083-.201-.167-.394-.25-.594a.267.267 0 0 1 .025.117c-.034-.218-.059-.443-.092-.66v.116c.033-.217.058-.443.092-.66a.154.154 0 0 1-.017.058c.083-.2.167-.393.25-.593a.443.443 0 0 1-.066.125c.125-.167.259-.334.393-.502-.109.134-.251.235-.385.343.167-.133.334-.259.502-.393a8.95 8.95 0 0 1-2.015 1.162c.2-.083.393-.167.593-.25-1.02.426-2.098.685-3.193.836.217-.034.443-.059.66-.092-1.295.175-2.616.2-3.92.159a43.835 43.835 0 0 1-4.323-.326c.218.025.444.058.66.091-1.437-.192-2.833-.535-4.18-1.095l.594.251c-1.237-.527-2.399-1.187-3.544-1.873-1.137-.685-2.29-1.362-3.344-2.165.167.125.334.259.501.393-.36-.284-.744-.569-1.036-.92.125.167.259.335.393.502a1.41 1.41 0 0 1-.143-.234c.084.2.168.401.251.593a.702.702 0 0 1-.033-.125c.033.217.058.443.092.66v-.125c-.034.217-.059.443-.092.66a.449.449 0 0 1 .042-.15c-.084.2-.168.393-.251.594a.657.657 0 0 1 .083-.126c-.125.167-.259.335-.393.502a.723.723 0 0 1 .118-.109c-.168.125-.335.26-.502.385.084-.059.159-.1.25-.142-.2.083-.4.167-.593.25.193-.075.385-.117.585-.142-.217.025-.443.059-.66.092 2.725-.343 5.46-.677 8.184-1.02.343.017.66-.058.962-.217.31-.1.577-.276.802-.518.377-.41.61-.878.686-1.43.075-.527 0-1.129-.293-1.589-.125-.167-.259-.334-.393-.501a2.537 2.537 0 0 0-1.103-.644c-2.6-.962-5.35-.142-7.976.217.218-.033.444-.058.66-.092a13.92 13.92 0 0 1-3.586.017c.218.034.444.059.66.092a13.72 13.72 0 0 1-3.452-.936c.2.083.393.167.594.25-.335-.142-.66-.3-.978-.468-.803-.418-1.714-.468-2.517 0-.786.46-1.187 1.263-1.237 2.149-.05.853.067 1.764.343 2.575.158.485.36.961.602 1.413.242.451.568.853.886 1.246.844 1.053 1.99 1.864 3.035 2.7 1.212.97 2.44 1.931 3.745 2.776a22.137 22.137 0 0 0 4.096 2.065c1.338.51 2.742.853 4.147 1.112 1.655.3 3.327.518 5 .669 2.975.267 5.968.292 8.953.142a79.309 79.309 0 0 0 5.074-.426c.995-.117 2.007-.235 2.993-.385.544-.084 1.028-.268 1.522-.51.694-.351 1.103-.911 1.563-1.505-.125.167-.26.334-.393.502.117-.15.242-.293.393-.418-.167.133-.334.259-.502.393a1.8 1.8 0 0 1 .352-.201c-.201.083-.393.167-.594.25.242-.1.493-.15.752-.183-.217.033-.443.058-.66.092.385-.05.769-.059 1.154-.109.819-.1 1.488-.209 2.223-.61a2.04 2.04 0 0 0 .218-.142c.225-.168.468-.326.66-.535a4.14 4.14 0 0 0 .694-.962c.268-.56.435-1.137.669-1.706l-.251.594a2.28 2.28 0 0 1 .284-.502c-.134.168-.259.335-.393.502.084-.1.176-.192.276-.267-.167.133-.334.259-.501.392.1-.075.209-.133.326-.183-.201.083-.393.167-.594.25.218-.083.443-.133.677-.167-.217.034-.443.059-.66.092.727-.092 1.454-.092 2.173-.234.828-.159 1.63-.627 2.233-1.212 1.136-1.12 1.504-2.667 1.672-4.197.05-.477.092-.979.041-1.455-.092-.82-.292-1.597-.903-2.19-.643-.628-1.454-.903-2.34-.912-1.447-.008-2.893.009-4.347.017l-4.908.017a2.58 2.58 0 0 0-1.764.727c-.435.435-.76 1.145-.727 1.764.033.644.242 1.313.727 1.764.485.443 1.087.736 1.764.727"/>
    <path fill="#1D1D1B" d="M61.19 12.501c-.185-.067-.369-.109-.553-.159 0-.267.017-.535-.008-.786-.008-.1-.125-.192-.192-.284-.067.084-.15.167-.184.26-.075.191-.109.392-.176.593-.025.067-.075.167-.125.175-.234.034-.468.042-.66.059 0-.318.016-.61 0-.886-.009-.11-.11-.21-.176-.31-.084.075-.21.134-.251.234-.15.31-.268.636-.401.954-.042.1-.1.234-.184.267-.452.2-.911.376-1.363.56.184-.468.368-.936.569-1.396a.493.493 0 0 1 .234-.217c.41-.176.827-.335 1.237-.519.109-.05.184-.167.276-.25-.125-.042-.26-.134-.376-.118-.402.067-.794.184-1.212.285v-.268c-.026-.502-.184-.928-.678-1.145-.075-.034-.167-.017-.25-.017 0 .084-.026.184 0 .26.066.216.158.426.217.651.159.66.083.87-.46 1.263-.05.033-.092.075-.142.1-.51.284-.786.878-1.38 1.053-.025 0-.058.084-.05.117.05.143.109.285.176.444-.042.008-.167.041-.301.075-.084-.134-.142-.268-.234-.351-.075-.067-.2-.084-.301-.126 0 .1-.033.21-.017.301.017.092.084.176.142.293-.234.067-.434.125-.652.192-.117-.2-.209-.384-.326-.552-.058-.075-.175-.1-.259-.15 0 .1-.025.209 0 .293.067.167.159.326.26.518-.268.084-.51.159-.753.217a.278.278 0 0 1-.226-.075c-.2-.26-.385-.527-.627-.861 1.053-.2 2.057-.393 3.06-.577.184-.033.36-.067.343-.293-.017-.225-.193-.25-.385-.217-.318.05-.635.084-.953.142-.911.184-1.806.427-2.725.569-1.865.276-3.737.175-5.602 0-.852-.084-.81-.092-.744-.945.076-.828.142-1.68.034-2.5-.142-1.012-.126-1.981.125-2.968.05-.217-.025-.594-.184-.71a5.79 5.79 0 0 0-1.337-.736c-.335-.126-.694-.393-1.095-.117-.026.016-.093 0-.134-.017-.385-.126-.694-.335-.895-.72.243-.116.477-.208.686-.334.075-.041.117-.15.175-.234-.092 0-.192-.033-.276 0-.25.1-.493.226-.727.335-.117-.142-.217-.251-.31-.36-.024.017-.041.025-.066.042.033.142.058.276.109.502-.16-.025-.31 0-.385-.067a16.78 16.78 0 0 1-.961-.928c-.117-.126-.184-.293-.268-.443-.05.794.577 1.128 1.045 1.58-.407.206-.61.379-.61.518.2-.067.41-.108.577-.2.234-.126.384-.059.577.1.284.242.585.485.927.644.235.108.536.384.803-.009.017-.025.109-.008.159.009.443.159.886.309 1.312.501.16.076.268.26.402.393-.134.134-.251.318-.41.385-.51.209-1.02.418-1.547.552-2.374.585-4.798.777-7.231.886-4.239.184-8.477.092-12.674-.61-.961-.16-1.923-.352-2.792-.811-.167-.092-.293-.268-.443-.41.142-.142.284-.284.434-.418.168-.142.352-.26.577-.427.084.168.218.393.335.61.292-.108.31-.702.777-.384-.033.109-.058.21-.1.351.443-.376.443-.368.92-.376.702-.017 1.396-.05 2.098-.083.083 0 .159-.059.242-.092 0-.042-.008-.076-.016-.118h-2.625c-.009-.05-.026-.091-.034-.142.134-.058.268-.167.401-.167 1.38-.017 2.75-.017 4.13-.025.025 0 .05-.025.084-.042v-.1c-.669-.26-1.371-.176-2.073-.15-.711.025-1.43 0-2.19 0 .125-.285.217-.485.267-.603 1.672.201 3.302.393 4.907.586-.084.083-.192.2-.36.384.427-.092.577-.526 1.029-.434-.159.125-.284.217-.41.317.017.025.034.042.05.067.16-.1.318-.242.494-.284.35-.092.719-.192 1.07-.176.284.009.56.193.844.285.26.083.234.2.075.36-.108.1-.209.2-.309.308l.084.084c.1-.084.217-.15.3-.242.251-.293.578-.41.954-.494 1.036-.242 1.956-.719 2.692-1.513.083-.092.142-.2.209-.301-.026-.017-.042-.042-.067-.067-.97.736-1.931 1.488-3.16 1.823.25-.376.476-.728.719-1.054.117-.159.259-.309.418-.418.342-.234.694-.443 1.045-.66-.017-.025-.034-.059-.05-.084-.352.16-.703.326-1.087.502.075-.318.133-.569.2-.82-.175.21-.259.444-.384.661-.092.159-.2.351-.36.426-.593.301-1.204.569-1.805.845-.1.05-.235.042-.352.058.736-.551 1.505-1.011 1.973-1.88-.702.543-1.362 1.036-2.006 1.546-.234.184-.418.167-.577 0 .318-.502.619-.987.928-1.472-.042-.033-.084-.058-.125-.092-.36.46-.728.92-1.137 1.438-.36-.392-.694-.744-1.045-1.128.067.602.468.961.844 1.279-.159.418-.46.451-.802.418-.887-.092-1.79-.15-2.667-.276-.652-.092-1.296-.25-1.923-.384.108-.569.209-1.062.3-1.564-.024 0-.058-.017-.083-.025-.175.485-.351.97-.526 1.463a3.03 3.03 0 0 0-.31-.083c-.31-.05-.51-.168-.51-.544 0-.234-.134-.468-.2-.694-.026 0-.05.017-.067.025.016.31.033.627.058.97-.393-.125-.744-.234-1.095-.343l-.042.1c.31.16.619.31.92.486.083.05.184.158.184.234-.025.276-.092.551-.142.827-.176-.016-.301-.033-.427-.042-.368-.025-.66-.142-.86-.501-.126-.234-.36-.401-.544-.602-.025.025-.05.042-.067.067.184.276.376.552.577.86-.26-.016-.46-.024-.66-.04 0 .033-.01.066-.017.1.192.066.376.142.568.208.343.118.343.118.376.419-.669-.176-1.287-.51-1.998-.502a.584.584 0 0 1-.042.109c.527.209 1.045.418 1.597.635-.083.05-.142.084-.2.117-.694.393-.803.644-.628 1.43.093.41.16.819.235 1.229-.025.016-.059.025-.084.042-.293-.352-.602-.678-1.037-.811-.025.025-.05.058-.075.083.159.243.318.493.485.753-.385-.026-.736-.067-1.087-.059-.175.008-.334.134-.501.2.125.118.242.226.342.318-.225.092-.501.201-.785.318.008.042.025.084.033.134h.318c.694 0 1.346.15 1.93.535.11.067.201.242.21.368.042.552.042 1.103.075 1.647.017.351.059.694.092 1.07-.686.084-1.304.176-1.931.242-2.098.21-4.188.243-6.253-.326-1.246-.342-2.517-.535-3.813-.317-1.02.175-1.789.677-2.04 1.739-.1.41-.083.836-.125 1.262-.3-.1-.635-.226-.97-.334a33.91 33.91 0 0 0-.986-.318c-.318-.092-.644-.159-.97-.234L2 14.357c1.104.385 2.207.76 3.36 1.162-.141.251-.267.443-.367.644-.1.192-.21.267-.435.175-.752-.334-1.513-.652-2.265-.978l-.21-.1c.678.778 1.58 1.145 2.542 1.446l-1.354 1.79c.033.025.058.05.092.075.075-.076.167-.142.234-.218.401-.46.794-.92 1.195-1.38.059-.066.167-.166.234-.158.502.075 1.004.176 1.614.293l-1.973 1.998c.092.017.159 0 .2-.042.527-.51 1.087-.995 1.547-1.547.25-.3.426-.476.828-.367.259.066.543.041.81.058-.125-.134-1.303-.385-1.379-.393a98.39 98.39 0 0 1-1.546-.3c.175-.319.326-.578.46-.829.71.243 1.396.469 2.081.703.017-.042.034-.092.05-.134l-1.003-.401c-.334-.134-.677-.276-1.011-.41.066-.243.125-.452.167-.66.033-.193.05-.394.067-.594-.034 0-.059-.008-.092-.017-.092.293-.184.594-.301.962-.268-1.397.418-2.316 1.755-2.5 1.079-.15 2.14-.009 3.169.259 1.839.485 3.703.677 5.593.502.978-.084 1.956-.193 3.034-.301-.15.292-.267.551-.41.802-.142.251-.359.468-.442.736-.117.401-.134.836-.218 1.246-.058.3.067.46.301.618 2.174 1.413 4.565 2.308 7.09 2.801 1.437.284 2.9.41 4.355.619.117.017.293.108.326.209 0 .008 0 .025.009.033h.309c-.025-.075-.042-.15-.076-.217h.368a31.11 31.11 0 0 0 7.366-.569c2.424-.485 4.756-1.22 6.872-2.524 1.095-.678.953-.36.777-1.706-.059-.427-.117-.861-.46-1.196-.184-.175-.31-.418-.51-.694.82.067 1.513.16 2.207.184.443.009.828.042 1.12.418.251.326.51.652.795 1.004-.694.192-.861.133-1.179-.343a4.22 4.22 0 0 0-.36-.502c-.041-.05-.125-.067-.242-.133.46.894.878 1.722 1.313 2.558-.402.111-.678.008-.828-.31-.2-.426-.393-.852-.602-1.27-.042-.084-.167-.126-.25-.193-.01.1-.034.201-.034.301 0 .067.05.126.075.193.192.476.376.953.577 1.454-.351.034-.702.243-.92-.209-.017-.025-.192-.016-.2 0-.017.126-.067.276-.017.385.109.242.276.46.435.727-.402.05-.694.084-.987.126v.15c.2.034.401.067.602.084.451.033.451.033.443.568h-1.43v.1c.494.034.987.076 1.489.11.184.518.133 1.12.568 1.646.234-.576.084-1.086.075-1.58.569-.025.56-.025.67.485.05.234.091.477.158.703.017.075.1.133.15.2.034-.008.067-.025.093-.033v-1.271c.627-.067.668-.042.693.51.009.226-.016.46-.033.685-.008.21-.025.41-.042.62l.134.016c.593-.51.31-1.179.259-1.806.652-.059.644-.059.736.543.058.393.117.795.2 1.188.017.083.11.15.16.217.05-.075.133-.15.141-.234.025-.25.034-.502.017-.753-.025-.317-.084-.627-.125-.928.342-.117.468 0 .526.326.092.51.218 1.012.352 1.505.025.092.125.16.2.243.042-.092.109-.184.126-.284.025-.168.033-.343.008-.519-.05-.443-.126-.878-.192-1.33h.568l.176 1.715h.117c.334-.544.192-1.162.217-1.773.226-.025.435-.041.652-.066.117.535.226 1.061.335 1.58.05 0 .092-.009.142-.017.217-.477.158-1.003.175-1.513h.385l.075 1.571c.025 0 .059 0 .092.009.25-.51.276-1.079.31-1.63.568-.134.526-.218.693.359.176.602.268 1.229.393 1.848.042.184-.008.3-.217.343-.335.066-.67.158-1.004.242-.183.05-.275-.025-.384-.176a9.493 9.493 0 0 0-.794-.944c-.075-.084-.251-.076-.385-.1.017.125 0 .267.05.367.184.326.393.644.627 1.012-.434.042-.819.1-1.203.108-.594.009-1.196-.016-1.79-.008-.091 0-.192.1-.284.159.084.075.16.184.251.209.2.05.41.05.61.084.084.016.2.05.226.108.184.502.351 1.003.527 1.522h-.31a426.102 426.102 0 0 0-3.26-.268c-.1 0-.209.076-.31.117.093.067.168.193.268.201 1.179.176 2.358.351 3.545.502.259.033.393.108.443.368.084.451.175.902.284 1.346.017.083.109.15.167.225.084-.066.226-.117.243-.192.058-.31.117-.627.108-.936 0-.226-.1-.46-.167-.728h1.58c.126 0 .268.084.385.059.217-.05.426-.134.627-.226.142-.067.259-.184.384-.276-.142-.067-.275-.134-.418-.2-.125-.059-.326-.076-.359-.16-.209-.526-.376-1.07-.569-1.621.393-.076.803-.15 1.221-.226.084.26.134.502.234.71.05.118.184.201.276.302.058-.117.15-.226.159-.351.025-.276 0-.552 0-.828.142-.042.25-.059.36-.109.76-.334 1.52-.677 2.282-1.028.083-.042.117-.176.175-.26-.1-.025-.209-.091-.3-.075a22.01 22.01 0 0 0-1.43.377c-.393.117-.778.25-1.17.384-.068-.26-.126-.476-.176-.702-.05-.234-.1-.46-.15-.703.476.034 1.32-1.095 1.203-1.605 1.304-.593 2.4-1.43 3.219-2.65.225-.335.133-.426-.092-.569-.343-.217-.703-.4-1.054-.602.15-.184.343-.359.443-.568.243-.468.577-.744 1.129-.644h.033c.092-.05.184-.1.268-.159-.075-.058-.142-.142-.226-.175M31.344 3.547s.042.042.058.067c-.276.384-.56.769-.777 1.07-.36-.184-.66-.335-.97-.494.569-.217 1.129-.434 1.689-.643Zm-9.681.008c.209.075.41.142.602.21-.234.785-.251.802-.786.66.058-.293.117-.569.175-.878m.1 1.312c-.033.368-.267.301-.5.26.016-.385.242-.352.5-.26Zm-.568-.083c-.134.134-.209.276-.3.284-.268.033-.427-.109-.452-.41.217.034.426.076.744.126M44.26 7.083c-.368 1.162.242 2.35.1 3.612-.192-.234-.35-.41-.484-.61a.582.582 0 0 1-.084-.318c0-.31.033-.619.033-.928 0-.075-.092-.159-.142-.234-.05.075-.142.15-.15.234-.017.268 0 .543 0 .895-.326-.243-.636-.377-.786-.62-.134-.208-.092-.534-.126-.81a.611.611 0 0 1-.117-.017c-.041.167-.083.343-.142.56-.434-.3-.87-.602-1.296-.903 1.07-.292 2.132-.576 3.202-.87M42.17 11.9c.485.217.853.669.77.936l-.77-.936Zm.652 1.472c-.058.267-.142.526-.209.794-.744-.519-.844-.82-.527-1.597.235.192.452.36.653.543.058.059.1.176.083.251m-.385-2.642c.26.2.544.351.736.577.1.125.042.385 0 .594-.276-.377-.995-.435-.736-1.17Zm.118-.986c.476.2.869.719.777 1.162-.226-.469-.953-.485-.777-1.162Zm-1.723-1.522c.377.351.795.652 1.204.978.212.173.282.415.21.728-.795-.62-1.556-1.204-2.358-1.831.384-.11.66-.15.953.125m-3.846.334c.017-.083.15-.2.243-.209a62.629 62.629 0 0 1 2.19-.217c.1-.008.242.059.318.134.71.635 1.404 1.287 2.123 1.914.26.226.36.452.192.803-.485-.376-.953-.727-1.404-1.095-.059-.042-.067-.176-.059-.26.017-.133.067-.267.1-.41a.764.764 0 0 1-.116-.058l-.276.469c-.318-.243-.652-.477-.953-.745-.076-.066-.025-.259-.059-.384-.025-.092-.067-.2-.142-.243-.05-.033-.159.034-.242.067-.1.05-.201.117-.326.193.066.1.142.217.259.376a106.74 106.74 0 0 1-1.22-.468l-.06.117c.118.075.226.159.343.234.1.058.193.125.293.175.51.218.694.594.502 1.154-.293-.26-.586-.518-.87-.786-.033-.033.017-.142.017-.217 0-.084-.034-.159-.05-.234l-.168.167a.437.437 0 0 0-.066.092c-.15-.084-.318-.15-.444-.268-.083-.075-.15-.217-.133-.317M22.474 9.984c.15.318.317.602.41.903.041.134-.067.318-.118.527-.46-.568-.568-1.053-.292-1.43Zm.535 3.286c-.401-.476-.602-.953-.485-1.195.167.418.326.81.485 1.195Zm-.644-1.363-.125.042c-.15-.3-.326-.585-.435-.894-.042-.1.075-.268.117-.393l.125.033c.067.418.385.778.326 1.22m-.309-1.897c-.084-.427-.493-.728-.326-1.162.042 0 .075-.009.117-.017.167.293.334.594.502.903-.092.084-.176.159-.293.276Zm-.25.125c.024.126-.118.284-.218.493-.346-.702-.379-1.176-.1-1.42.117.317.25.618.317.936m-.535.593c.025.134-.1.293-.184.527-.376-.87-.393-1.095-.133-1.396.117.3.259.577.317.87Zm.176.427c.142.317.234.526.334.727.15.323.073.624-.234.903-.125-.376-.284-.727-.36-1.095-.024-.134.143-.301.26-.535Zm.619 1.354c.142.284.242.46.334.644.195.39.089.716-.318.978-.125-.31-.317-.602-.343-.911-.016-.201.193-.427.327-.711Zm.45 1.722c.101-.058.185-.142.302-.234.217.443.435.87.635 1.305.025.058 0 .175-.058.225-.134.142-.285.26-.452.401-.192-.392-.342-.769-.543-1.111-.15-.251-.15-.435.117-.586Zm.929-1.304s-.075-.017-.117-.033c-.159-.36-.343-.703-.452-1.07-.05-.16.05-.36.076-.544h.117c.184.401.393.786.535 1.196.041.117-.1.3-.16.451Zm.067-2.558s.067-.034.108-.05c.218.443.435.877.652 1.32-.284-.4-.585-.802-.76-1.27Zm.769 2.098c.209.41.418.828.627 1.246l-.1.05c-.21-.41-.427-.82-.636-1.237.034-.017.075-.042.117-.059m-.209-.376s-.075.042-.108.058a204.76 204.76 0 0 0-.678-1.337.609.609 0 0 0 .1-.059c.226.443.46.895.686 1.338Zm-.326.87s.084.016.126.033c.183.368.4.727.526 1.112.05.15-.1.36-.159.543-.033 0-.066-.016-.108-.016-.184-.393-.402-.778-.544-1.18-.041-.125.1-.317.16-.484m.86 1.53c.21.426.36.77.535 1.104.117.217.076.359-.184.484-.2-.342-.434-.685-.585-1.053-.05-.109.126-.318.234-.543m.226-2.826c-.067-.201.159-.494.268-.803.275.518.518.978.752 1.455.033.067-.025.2-.075.284-.067.109-.16.192-.285.334-.242-.443-.526-.836-.66-1.279m5.233 1.28c.042.058.009.192-.025.267-.083.15-.2.276-.343.468-.367-.61-.735-1.145-1.02-1.73-.075-.16.1-.444.193-.753.443.644.828 1.196 1.204 1.756m-.845-2.341c.025-.117.1-.226.184-.401l.393.652c.234.367.452.744.71 1.086.201.26.151.444-.083.644-.41-.543-.82-1.07-1.212-1.622-.058-.083-.017-.25.008-.367m-1.229 2.365c-.066-.117.15-.392.276-.668.385.652.728 1.237 1.07 1.822-.1.126-.192.26-.334.443-.36-.543-.727-1.053-1.02-1.597m.744 1.965c-.15.2-.3.393-.493.644-.326-.543-.644-1.053-.936-1.572-.034-.067.033-.209.091-.3.084-.151.193-.285.327-.469.342.585.677 1.137 1.011 1.697Zm-.226-3.402h-.1c-.226-.352-.485-.686-.652-1.054-.067-.15.067-.401.134-.71.3.434.577.76.752 1.136.075.16-.083.418-.134.636m-.46.376c.05.184-.158.443-.284.744-.25-.401-.451-.702-.635-1.011-.042-.067-.017-.193.017-.276.083-.176.2-.335.334-.552.21.384.46.719.56 1.087m-.593.903c.033.058 0 .175-.034.242-.092.167-.217.318-.35.527-.143-.26-.252-.477-.36-.686-.195-.368-.143-.727.159-1.078.2.334.41.66.593.995m-.936-1.104c-.067.109-.15.2-.26.335-.317-.527-.618-1.012-.894-1.514-.058-.108-.017-.276 0-.418.025-.192.075-.376.134-.644.401.694.777 1.321 1.12 1.948.034.059-.05.201-.1.293Zm-.468.97c.25.476.484.836.627 1.229.05.159-.126.385-.193.585h-.1c-.217-.376-.477-.736-.619-1.129-.05-.15.16-.393.293-.685m-.184 3.177c.234.443.468.894.702 1.338l-.1.05c-.217-.452-.435-.912-.652-1.363l.05-.025Zm.284-.485.1-.05c.285.502.569.995.853 1.488-.05.025-.092.05-.142.075-.267-.501-.535-1.011-.802-1.513m.493-.426c-.059-.134.117-.368.184-.56h.092c.292.543.585 1.095.894 1.68-.1.117-.2.217-.334.36-.301-.519-.602-.987-.836-1.489m1.312 1.405c.385.502.711.928 1.062 1.38-.175.142-.36.292-.56.45-.26-.459-.518-.894-.727-1.354-.042-.1.133-.292.225-.476Zm.485-.46c.15-.192.293-.376.468-.594.335.519.66 1.012 1.004 1.539-.16.167-.318.343-.494.543-.334-.51-.652-.986-.978-1.48m.77-1.028.309-.418c.326.485.627.928.92 1.38.192.292-.11.384-.218.593-.351-.543-.677-1.045-1.02-1.555m.736-.803c-.025-.041 0-.15.033-.209.109-.159.226-.309.376-.501.318.46.619.886.886 1.33.042.074-.025.225-.066.334-.059.133-.15.25-.268.443-.343-.494-.652-.945-.961-1.405m3.41-2.424s.06 0 .093-.009c.376.485.76.97 1.128 1.463.059.075.017.218.025.335h-.075c-.393-.494-.786-.979-1.162-1.48-.05-.067 0-.2 0-.31m-.719-1.697s.042-.067.067-.1c.3.15.61.3.945.468-.1.2-.176.335-.268.502-.267-.31-.51-.594-.744-.87Zm4.314 1.313s-.067-.059-.1-.092c-.201-.234-.402-.468-.61-.72.083-.183.166-.367.258-.55.728.618.761.735.452 1.362Zm-.134-2.099c.635.318.694.427.493.945-.81-.719-.677-.527-.493-.945Zm-.3 3.094c.074.15-.034.401-.06.602-.033 0-.058.017-.091.025-.235-.284-.519-.552-.686-.87-.075-.15.067-.41.1-.618a.417.417 0 0 0 .1-.017c.218.292.469.568.628.886m-1.02-.493c-.477-.502-.92-.937-1.304-1.421-.11-.134-.017-.427.033-.653.635.36 1.062.887 1.446 1.43.076.109-.108.401-.184.644m-.367.401c.075.1-.067.351-.1.535h-.11c-.384-.485-.785-.944-1.136-1.454-.084-.126 0-.377.016-.569h.092c.418.493.853.978 1.238 1.496M33.86 13.37c.301.43.301.881 0 1.355-.376-.527-.727-1.012-1.07-1.513-.05-.076-.05-.21-.017-.301.076-.193.184-.368.318-.602.267.376.527.719.77 1.07m-1.405.167c.3.468.585.895.894 1.38-.468-.326-.995-1.13-.894-1.38Zm.668 2.584h-.092c-.359-.485-.718-.97-1.053-1.472-.058-.092.025-.276.042-.418h.117c.343.485.702.961 1.02 1.463.058.1-.017.284-.025.435m-.368-4.013c-.084.2-.2.384-.318.602-.3-.418-.627-.778-.844-1.204-.092-.184.042-.485.075-.728l.1-.016c.327.367.653.735.97 1.112.042.05.05.175.017.242m-.585 1.187s-.075.042-.117.059c-.276-.36-.569-.72-.82-1.095-.066-.1-.008-.276.05-.418.302.501.753.894.878 1.454m-.426.41c.067.109 0 .31-.017.46-.042 0-.075.017-.117.017-.284-.385-.593-.77-.852-1.171-.059-.1.05-.3.1-.543.343.468.635.836.878 1.237m-.184 1.405c.376.485.76.92 1.07 1.396.075.117-.067.384-.117.577-.042 0-.084 0-.126.008-.4-.46-.81-.911-1.22-1.38.142-.217.259-.41.393-.61m1.404 1.773c.126.108.234.225.36.317.058.042.142.042.209.059 0-.084.025-.167 0-.243a.749.749 0 0 0-.142-.267c-.168-.218-.15-.41.092-.61.259.35.518.71.794 1.078-.243.351-.477.694-.728 1.053-.317-.309-.602-.601-.92-.91.118-.16.21-.302.335-.469m1.187-1.764a.305.305 0 0 1 0-.243c.084-.2.201-.384.335-.643.267.426.518.81.744 1.212.042.075-.042.234-.092.334-.075.15-.167.293-.276.485-.25-.41-.485-.769-.71-1.145Zm.703-1.28c-.059-.091-.009-.242-.009-.367h.092c.234.318.485.627.703.961.066.1.033.268.05.402l-.134.016c-.234-.334-.485-.66-.702-1.003m.376-.844c-.067-.126.075-.368.142-.652.3.376.568.643.736.953.083.159 0 .41-.017.618l-.126.034c-.25-.318-.543-.61-.743-.953m.752 1.872c.376.444.71.778.97 1.171.083.117-.05.376-.084.577h-.092c-.284-.427-.577-.845-.844-1.28-.05-.083.025-.242.05-.468Zm.384-.493c-.075-.125.042-.36.084-.652.36.502.677.895.928 1.321.075.125-.017.343-.042.61-.376-.485-.71-.86-.97-1.287m.418-1.12c-.083-.134 0-.377.017-.569a.381.381 0 0 0 .1-.017c.285.435.586.87.853 1.321.059.1.009.268-.067.418-.309-.384-.635-.744-.903-1.154Zm.46-1.74c-.1-.167.042-.484.092-.827.393.426.727.769 1.029 1.137.066.083.033.276.016.418-.025.167-.083.326-.142.552-.36-.452-.727-.836-.986-1.28m.317-1.697s.084-.042.126-.058c.3.326.627.627.903.978.083.109.016.343.016.552-.36-.343-.702-.619-.978-.945-.092-.109-.042-.343-.05-.518m.502 4.748h.083c.067.076.126.16.2.218.135.1.277.192.41.284-.041-.167-.066-.334-.133-.493-.092-.21-.21-.402-.26-.636.318.402.644.795.954 1.204.041.05.033.16.008.218-.117.284-.25.56-.393.878-.31-.452-.602-.861-.87-1.288-.058-.1-.008-.26-.008-.393m.544-1.313c-.059-.075-.026-.234 0-.342.033-.193.092-.377.15-.619.36.385.677.727.987 1.079.041.05.075.142.066.209-.05.275-.108.551-.183.91-.377-.442-.711-.827-1.02-1.228m.384-1.497c-.092-.1-.042-.342-.058-.518l.083-.017c.301.326.619.636.895.987.092.117.058.326.067.443-.335-.293-.694-.569-.995-.895m.15-1.546c0-.168.042-.335.076-.577.35.317.677.585.961.886.067.075.042.26.025.393-.017.217-.05.426-.092.736-.343-.377-.652-.686-.92-1.02-.075-.092-.05-.276-.041-.418m.995 3.536c.183.167.376.343.576.502.067.05.184.042.276.067-.017-.092 0-.201-.042-.268a6.38 6.38 0 0 0-.543-.71c-.2-.218-.234-.427-.134-.67.351.335.703.661 1.054 1.004.041.042.041.15.025.217-.218.56-.452 1.12-.677 1.69-.72-.486-.903-1.071-.519-1.823m.2-1.932c-.158-.242-.024-.677-.024-1.028.033-.017.067-.025.1-.042.435.468.878.928 1.288 1.413.066.084.016.276 0 .41-.026.142-.067.284-.126.501-.451-.443-.928-.794-1.237-1.262m-20.75-4.782c2.884 1.053 5.97 1.279 9.063 1.362 2.583.076 5.166-.025 7.75-.05h.45c-.091.343-.183.669-.275 1.02-.192-.15-.368-.292-.544-.426-.025.016-.05.042-.083.058.05.1.092.2.15.293.335.443.335.443.05.961-.267-.242-.518-.501-.802-.727-.477-.376-.686-.401-.928-.142-.1-.092-.209-.184-.318-.284-.133.092-.267.175-.434.284.091.067.167.117.259.184a5.614 5.614 0 0 1-.109.351c-.267-.1-.51-.217-.77-.284-.15-.034-.325.016-.492.016-.05 0-.092 0-.142-.008l-.26-.05c.026.092.034.2.084.276.25.384.527.752.777 1.137.084.125.084.3.126.451l-.109.042c-.384-.36-.777-.702-1.137-1.087-.083-.083-.025-.292-.05-.451-.025-.134-.067-.26-.1-.385a10.23 10.23 0 0 0-.2.335c-.026.041-.026.083-.051.159-.1-.06-.176-.126-.268-.16-.058-.024-.142 0-.209 0 .009.076.026.143.042.218 0 .017.034.033.05.05.41.217.31.518.117.861-.192-.242-.36-.485-.56-.702-.184-.2-.401-.36-.61-.543-.033.033-.075.066-.109.1.05.083.1.175.168.25.267.344.526.695.802 1.03.176.216.167.4-.058.626-.435-.594-.87-1.187-1.288-1.79-.05-.066.008-.216.017-.325 0-.192.017-.385 0-.577 0-.042-.134-.075-.21-.117-.024.067-.083.134-.074.2.033.494-.092.954-.36 1.422-.326-.385-.635-.744-.936-1.12-.05-.059-.025-.176-.034-.26 0-.158.017-.326-.008-.476-.017-.1-.109-.192-.167-.284-.034.092-.084.192-.1.292-.059.368-.11.744-.16 1.112 0 .042-.041.084-.075.15-.175-.225-.35-.426-.518-.635l-.125.075c.058.143.108.285.184.427.334.652.334.669-.193 1.296-.418-.895-1.187-1.58-1.38-2.6h-.392c.301.451.2.894 0 1.396-.192-.401-.368-.753-.535-1.112-.034.008-.067.025-.1.033 0 .067-.017.142 0 .21.092.284.167.585.309.835.267.469.117.845-.167 1.255-.577-.878-.753-1.965-1.505-2.726a2.435 2.435 0 0 1-.134.05l.527 1.647-.092.025a138.64 138.64 0 0 0-.845-1.613c-.033.016-.075.033-.108.05l.828 1.88c-.026.018-.059.026-.084.043-.075-.142-.142-.293-.226-.435-.284-.502-.585-.987-.844-1.497-.067-.125-.025-.309-.034-.501-.075.042-.175.092-.267.142-.1-.067-.2-.125-.368-.243.075.243.117.402.167.56-.033.017-.075.026-.108.042l-.393-.81-.067.025c.067.192.142.392.209.585.106.29.036.574-.21.853l-.384-1.13c-.033 0-.058.018-.092.026.05.26.092.518.16.777.141.594.15.586-.06.786-.117-.56-.233-1.103-.342-1.638h-.076c.026.292.042.577.067.911a26.89 26.89 0 0 1-.618-.493.27.27 0 0 1-.067-.176V7.083m3.42 11.02a18.79 18.79 0 0 1-4.214-1.923c-.251-.15-.377-.301-.285-.602.059-.184.059-.385.092-.577.05-.31.168-.552.402-.803.51-.535.568-1.229.535-1.931-.025-.435-.084-.861-.126-1.288.195-.05.32-.262.377-.635.367.075.35.334.267.635l.084.042c.067-.1.133-.2.192-.293.351.126.518.67.326.962-.167.25-.326.502-.468.76-.05.093-.042.218-.059.327.034.017.076.033.109.05.2-.284.401-.577.644-.911.134.426.259.777.343 1.145.025.092-.067.243-.143.318-.577.56-1.162 1.112-1.747 1.664a12.14 12.14 0 0 1-.351.309c.033.042.075.083.109.134a416.66 416.66 0 0 0 2.265-1.982c.1.285.226.569.31.861.025.076-.05.21-.126.268-.46.343-.928.677-1.396 1.012-.084.066-.175.125-.26.192.026.033.051.075.076.117.619-.368 1.237-.736 1.864-1.12.243.426.502.86.795 1.354-.285.125-.577.26-.928.418.794-.059 1.362-.443 1.922-.928.143.36.293.686.393 1.02.025.092-.083.217-.142.351.427-.008.385.385.502.652.125.284.226.577.36.928-.611-.175-1.18-.334-1.74-.51m2.149.577c-.134-.677-.26-1.287-.376-1.906l.1-.1.577.677c.033-.025.075-.042.109-.067-.117-.276-.235-.552-.368-.87.05-.058.125-.125.226-.234.208.477.392.887.585 1.338-.243.092-.477.176-.703.26 0 .024 0 .05.009.075.117-.017.242-.026.36-.042.133-.025.267-.059.409-.084.234.41.46.82.727 1.288-.618-.126-1.187-.234-1.663-.326m20.122-3.069c.05.268-.042.393-.25.527-1.43.92-2.977 1.58-4.599 2.057-3.436 1.02-6.947 1.362-10.517 1.128-.97-.058-1.94-.175-2.817-.259-.159-.585-.3-1.104-.443-1.622l.084-.042c.36.427.719.861 1.078 1.288.042-.034.084-.059.125-.092-.259-.485-.526-.97-.785-1.455.033-.017.058-.033.092-.05.4.569.802 1.145 1.195 1.722.05-.025.092-.041.142-.067 0-.142-.017-.292-.025-.46.21-.142.435-.292.669-.442.167.125.318.242.477.359.267-.284-.1-.435-.093-.652.16-.167.318-.343.494-.535.242.284.468.552.694.81.033-.016.067-.033.108-.058-.016-.083-.008-.184-.041-.259a3.584 3.584 0 0 0-.201-.401c-.156-.301-.114-.583.125-.845.393.46.786.912 1.213 1.405l-.895 1.045c.025.033.05.059.084.092.342-.301.685-.61 1.053-.936.493.367.978.802 1.622.953.025-.034.05-.059.067-.084a7.574 7.574 0 0 1-.218-.318c.276-.284.552-.56.836-.844.176.192.368.41.56.619a.69.69 0 0 1 .126-.042c-.034-.167-.059-.335-.084-.493.067.016.16.05.368.117-.117-.285-.175-.494-.276-.67-.142-.258-.159-.476.034-.718.1-.126.158-.276.25-.443.31.4.602.777.887 1.178.033.05-.009.193-.059.268-.15.284-.318.56-.485.844l.084.059.794-.794c.1.092.184.184.284.25.059.042.142.034.21.059.008-.084.024-.167.033-.25 0-.01-.009-.018-.017-.034-.351-.376-.15-.702.1-1.02h.059c.125.058.242.109.368.167-.034-.134-.084-.26-.1-.393-.026-.226-.026-.451-.026-.677.042 0 .075-.008.117-.017.293.334.585.669.895 1.012-.067.108-.142.234-.184.3.184-.008.376-.016.56-.041.042 0 .117-.084.109-.109-.15-.35.192-.526.292-.786.059-.15.142-.284.243-.493.117.142.192.268.3.36.243.2.36.393.11.677-.042.05 0 .175 0 .267.083-.033.183-.05.242-.108.083-.076.134-.184.192-.276.401.259.786.501 1.17.752.034-.033.059-.067.092-.092-.05-.083-.091-.184-.15-.259-.217-.268-.46-.518-.669-.786-.058-.075-.1-.217-.067-.293.234-.568.493-1.128.753-1.713.217.184.443.36.635.56.075.075.1.25.067.36-.134.492-.301.978-.451 1.462.033.017.058.034.091.042.243-.485.485-.978.728-1.463h.3c-.033-.1-.066-.2-.091-.3-.017-.076-.05-.16-.034-.227.16-.526.326-1.045.477-1.53l.384.05c-.033-.133-.033-.292-.1-.392-.142-.193-.159-.377-.109-.61.084-.385.126-.787.193-1.205.184.084.367.176.593.285-.033.342-.083.727-.117 1.111-.058.67-.033 1.372.418 1.865.443.476.51 1.012.61 1.58m1.522 1.28c.627-.11.736-.034.82.526-.57.117-.578.117-.82-.527Zm.41.986c.292.042.669-.15.66.36-.393.208-.552.133-.66-.36Zm5.793 5.877a.273.273 0 0 1-.192-.1c-.26-.468-.51-.936-.786-1.455.702-.042 1.33-.083 1.965-.108.075 0 .2.075.225.142.176.468.326.944.527 1.53h-1.739m3.712-11.672s.05.034.075.042c-.142.351-.292.702-.434 1.054-.076.184-.15.359-.21.543-.024.067 0 .142.009.217.067-.016.15-.016.209-.05a21.793 21.793 0 0 1 1.572-.685c-.184.334-.343.668-.811.618-.134-.016-.276.117-.418.184.108.1.225.193.35.301-.083.2-.267.335-.551.251a.328.328 0 0 1-.175-.117c-.151-.25-.293-.51-.444-.77.092-.1.193-.208.318-.359-.326-.058-.577-.1-.82-.142 0-.042 0-.092-.008-.134.444-.317.887-.643 1.321-.961m-2.056 2.015.167.334c-.26.084-.485.168-.736.251-.05-.142-.083-.26-.133-.401.242-.067.46-.117.702-.184Zm-1.956 1.48c.008.05.025.1.033.15-.276.059-.552.126-.828.184-.008-.05-.025-.109-.033-.159l.828-.175Zm-.176-.393c-.25.067-.502.133-.794.209-.075-.184-.142-.36-.21-.535.929-.335.762-.268 1.004.326Zm-.502-.937s-.008.025-.016.025c-.418.145-.733.026-.945-.36-.1-.175-.21-.35-.31-.534.636-.142.937.058 1.271.861m-.568 1.664c-.485.25-.76.242-.861 0 .292-.042.585-.15.86 0Zm-.987-.243a14.43 14.43 0 0 0-.242-.593c1.02-.193.836-.301 1.062.418-.268.058-.527.108-.828.175m.452-1.12c-.519.167-.89.011-1.112-.468-.092-.193-.184-.385-.276-.585.719-.243 1.095.041 1.396 1.053m-.736 1.63c-.29.073-.465.003-.527-.209.201.009.452-.192.527.21Zm-.828-1.053c.51-.109.535-.092.653.577-.469.159-.552.092-.653-.577Zm-1.228-1.664c.284 0 .627-.008.978 0 .067 0 .15.1.184.167.158.368.309.736.451 1.112-.477.184-.485.16-.736-.2-.267-.377-.576-.72-.87-1.087m1.18 2.817c-.544.21-.619.184-.794-.35.292.166.718-.202.794.35Zm-1.196-1.204c.987.025.77-.142 1.054.736-.811.142-.61.26-1.054-.736Zm-.125 1.882c.384-.084.613.06.685.434-.328.084-.557-.061-.685-.434Zm.961 1.346c-.535.083-.535.075-.585-.36.326-.042.619-.084.585.36Zm-.042-1.422c.184-.025.377-.05.577-.083.076.209.142.4.21.593-.653.084-.661.084-.787-.51Zm.352 1.045c.429-.044.663.075.702.36-.619.092-.627.083-.703-.36Zm.668-1.17c.134-.025.268-.05.418-.075l.226.643c-.318.05-.535-.139-.652-.568m.426 1.129c.418-.11.427-.1.519.392-.402.15-.485-.091-.519-.392Zm.728-.586c-.092-.242-.176-.451-.26-.685.268-.05.51-.1.795-.16.075.227.142.452.225.712-.267.05-.501.091-.76.133Zm.2.468a.662.662 0 0 1 .117-.05c.176-.025.352-.05.56-.075.05.192.1.368.15.552-.61.175-.651.159-.827-.427Zm.995-.677c-.075-.259-.142-.468-.209-.71.293-.067.56-.134.861-.201.076.226.142.451.226.719-.293.067-.569.117-.87.184m.176.46c.242-.059.493-.117.77-.176.041.251.074.485.116.71-.71.243-.827.176-.886-.526m.569-2.491c-.084-.168-.168-.326-.268-.519.293-.058.543-.117.836-.175.042.184.075.309.109.451-.1.042-.184.084-.268.109-.125.042-.259.075-.41.125m.62 1.764-.235-.752c.184-.05.318-.084.493-.125.05.259.1.501.15.76-.141.042-.258.075-.409.117Zm.267 1.196c-.059-.276-.117-.502-.167-.76.133-.034.25-.068.392-.11.042.276.084.519.134.786-.125.025-.217.05-.36.084Zm.635-1.43c-.067-.276-.125-.518-.192-.786.276-.075.527-.142.82-.217.058.25.116.493.183.77a31.95 31.95 0 0 1-.81.233Zm.268 1.238c-.05-.268-.1-.51-.15-.778.242-.059.467-.117.743-.184.034.276.067.535.1.828-.234.05-.451.092-.693.134Zm.3-3.83c.126-.05.26-.1.419-.167.066.134.125.26.184.393-.268.075-.544.26-.602-.226Zm.569 1.447c.117-.05.226-.1.36-.159.066.25.117.485.183.744-.108.042-.217.092-.35.142-.068-.25-.126-.476-.201-.727m.568 3.762c-.108-.276-.209-.51-.31-.77.36-.108.695-.208 1.121-.342-.292.41-.535.736-.81 1.112Zm4.122-4.138c-1.296 1.254-2.667 2.29-4.398 2.9 0-.426-.041-.794.017-1.145.025-.158.242-.35.418-.41.226-.075.293-.217.284-.4-.008-.293-.058-.586-.083-.887-.017-.2-.05-.376.284-.31.142.034.36-.125.493-.25.318-.301.669-.301 1.087-.142-.443.384-.87.736-1.28 1.112-.125.117-.2.292-.3.443.184-.042.393-.042.543-.142.51-.351.995-.728 1.48-1.12.159-.126.267-.168.451-.084.31.142.636.267 1.012.426m-1.388-1.179c-.125.11-.426.017-.643.017a.488.488 0 0 0-.017-.109c.418-.376.618-1.095 1.471-.844-.267.318-.501.669-.81.928"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M61.19 12.501c-.185-.067-.369-.109-.553-.159 0-.267.017-.535-.008-.786-.008-.1-.125-.192-.192-.284-.067.084-.15.167-.184.26-.075.191-.109.392-.176.593-.025.067-.075.167-.125.175-.234.034-.468.042-.66.059 0-.318.016-.61 0-.886-.009-.11-.11-.21-.176-.31-.084.075-.21.134-.251.234-.15.31-.268.636-.401.954-.042.1-.1.234-.184.267-.452.2-.911.376-1.363.56.184-.468.368-.936.569-1.396a.493.493 0 0 1 .234-.217c.41-.176.827-.335 1.237-.519.109-.05.184-.167.276-.25-.125-.042-.26-.134-.376-.118-.402.067-.794.184-1.212.285v-.268c-.026-.502-.184-.928-.678-1.145-.075-.034-.167-.017-.25-.017 0 .084-.026.184 0 .26.066.216.158.426.217.651.159.66.083.87-.46 1.263-.05.033-.092.075-.142.1-.51.284-.786.878-1.38 1.053-.025 0-.058.084-.05.117.05.143.109.285.176.444-.042.008-.167.041-.301.075-.084-.134-.142-.268-.234-.351-.075-.067-.2-.084-.301-.126 0 .1-.033.21-.017.301.017.092.084.176.142.293-.234.067-.434.125-.652.192-.117-.2-.209-.384-.326-.552-.058-.075-.175-.1-.259-.15 0 .1-.025.209 0 .293.067.167.159.326.26.518-.268.084-.51.159-.753.217a.278.278 0 0 1-.226-.075c-.2-.26-.385-.527-.627-.861 1.053-.2 2.057-.393 3.06-.577.184-.033.36-.067.343-.293-.017-.225-.193-.25-.385-.217-.318.05-.635.084-.953.142-.911.184-1.806.427-2.725.569-1.865.276-3.737.175-5.602 0-.852-.084-.81-.092-.744-.945.076-.828.142-1.68.034-2.5-.142-1.012-.126-1.981.125-2.968.05-.217-.025-.594-.184-.71a5.79 5.79 0 0 0-1.337-.736c-.335-.126-.694-.393-1.095-.117-.026.016-.093 0-.134-.017-.385-.126-.694-.335-.895-.72.243-.116.477-.208.686-.334.075-.041.117-.15.175-.234-.092 0-.192-.033-.276 0-.25.1-.493.226-.727.335-.117-.142-.217-.251-.31-.36-.024.017-.041.025-.066.042.033.142.058.276.109.502-.16-.025-.31 0-.385-.067a16.78 16.78 0 0 1-.961-.928c-.117-.126-.184-.293-.268-.443-.05.794.577 1.128 1.045 1.58-.407.206-.61.379-.61.518.2-.067.41-.108.577-.2.234-.126.384-.059.577.1.284.242.585.485.927.644.235.108.536.384.803-.009.017-.025.109-.008.159.009.443.159.886.309 1.312.501.16.076.268.26.402.393-.134.134-.251.318-.41.385-.51.209-1.02.418-1.547.552-2.374.585-4.798.777-7.231.886-4.239.184-8.477.092-12.674-.61-.961-.16-1.923-.352-2.792-.811-.167-.092-.293-.268-.443-.41.142-.142.284-.284.434-.418.168-.142.352-.26.577-.427.084.168.218.393.335.61.292-.108.31-.702.777-.384-.033.109-.058.21-.1.351.443-.376.443-.368.92-.376.702-.017 1.396-.05 2.098-.083.083 0 .159-.059.242-.092 0-.042-.008-.076-.016-.118h-2.625c-.009-.05-.026-.091-.034-.142.134-.058.268-.167.401-.167 1.38-.017 2.75-.017 4.13-.025.025 0 .05-.025.084-.042v-.1c-.669-.26-1.371-.176-2.073-.15-.711.025-1.43 0-2.19 0 .125-.285.217-.485.267-.603 1.672.201 3.302.393 4.907.586-.084.083-.192.2-.36.384.427-.092.577-.526 1.029-.434-.159.125-.284.217-.41.317.017.025.034.042.05.067.16-.1.318-.242.494-.284.35-.092.719-.192 1.07-.176.284.009.56.193.844.285.26.083.234.2.075.36-.108.1-.209.2-.309.308l.084.084c.1-.084.217-.15.3-.242.251-.293.578-.41.954-.494 1.036-.242 1.956-.719 2.692-1.513.083-.092.142-.2.209-.301-.026-.017-.042-.042-.067-.067-.97.736-1.931 1.488-3.16 1.823.25-.376.476-.728.719-1.054.117-.159.259-.309.418-.418.342-.234.694-.443 1.045-.66-.017-.025-.034-.059-.05-.084-.352.16-.703.326-1.087.502.075-.318.133-.569.2-.82-.175.21-.259.444-.384.661-.092.159-.2.351-.36.426-.593.301-1.204.569-1.805.845-.1.05-.235.042-.352.058.736-.551 1.505-1.011 1.973-1.88-.702.543-1.362 1.036-2.006 1.546-.234.184-.418.167-.577 0 .318-.502.619-.987.928-1.472-.042-.033-.084-.058-.125-.092-.36.46-.728.92-1.137 1.438-.36-.392-.694-.744-1.045-1.128.067.602.468.961.844 1.279-.159.418-.46.451-.802.418-.887-.092-1.79-.15-2.667-.276-.652-.092-1.296-.25-1.923-.384.108-.569.209-1.062.3-1.564-.024 0-.058-.017-.083-.025-.175.485-.351.97-.526 1.463a3.03 3.03 0 0 0-.31-.083c-.31-.05-.51-.168-.51-.544 0-.234-.134-.468-.2-.694-.026 0-.05.017-.067.025.016.31.033.627.058.97-.393-.125-.744-.234-1.095-.343l-.042.1c.31.16.619.31.92.486.083.05.184.158.184.234-.025.276-.092.551-.142.827-.176-.016-.301-.033-.427-.042-.368-.025-.66-.142-.86-.501-.126-.234-.36-.401-.544-.602-.025.025-.05.042-.067.067.184.276.376.552.577.86-.26-.016-.46-.024-.66-.04 0 .033-.01.066-.017.1.192.066.376.142.568.208.343.118.343.118.376.419-.669-.176-1.287-.51-1.998-.502a.584.584 0 0 1-.042.109c.527.209 1.045.418 1.597.635-.083.05-.142.084-.2.117-.694.393-.803.644-.628 1.43.093.41.16.819.235 1.229-.025.016-.059.025-.084.042-.293-.352-.602-.678-1.037-.811-.025.025-.05.058-.075.083.159.243.318.493.485.753-.385-.026-.736-.067-1.087-.059-.175.008-.334.134-.501.2.125.118.242.226.342.318-.225.092-.501.201-.785.318.008.042.025.084.033.134h.318c.694 0 1.346.15 1.93.535.11.067.201.242.21.368.042.552.042 1.103.075 1.647.017.351.059.694.092 1.07-.686.084-1.304.176-1.931.242-2.098.21-4.188.243-6.253-.326-1.246-.342-2.517-.535-3.813-.317-1.02.175-1.789.677-2.04 1.739-.1.41-.083.836-.125 1.262-.3-.1-.635-.226-.97-.334a33.91 33.91 0 0 0-.986-.318c-.318-.092-.644-.159-.97-.234L2 14.357c1.104.385 2.207.76 3.36 1.162-.141.251-.267.443-.367.644-.1.192-.21.267-.435.175-.752-.334-1.513-.652-2.265-.978l-.21-.1c.678.778 1.58 1.145 2.542 1.446l-1.354 1.79c.033.025.058.05.092.075.075-.076.167-.142.234-.218.401-.46.794-.92 1.195-1.38.059-.066.167-.166.234-.158.502.075 1.004.176 1.614.293l-1.973 1.998c.092.017.159 0 .2-.042.527-.51 1.087-.995 1.547-1.547.25-.3.426-.476.828-.367.259.066.543.041.81.058-.125-.134-1.303-.385-1.379-.393a98.39 98.39 0 0 1-1.546-.3c.175-.319.326-.578.46-.829.71.243 1.396.469 2.081.703.017-.042.034-.092.05-.134l-1.003-.401c-.334-.134-.677-.276-1.011-.41.066-.243.125-.452.167-.66.033-.193.05-.394.067-.594-.034 0-.059-.008-.092-.017-.092.293-.184.594-.301.962-.268-1.397.418-2.316 1.755-2.5 1.079-.15 2.14-.009 3.169.259 1.839.485 3.703.677 5.593.502.978-.084 1.956-.193 3.034-.301-.15.292-.267.551-.41.802-.142.251-.359.468-.442.736-.117.401-.134.836-.218 1.246-.058.3.067.46.301.618 2.174 1.413 4.565 2.308 7.09 2.801 1.437.284 2.9.41 4.355.619.117.017.293.108.326.209 0 .008 0 .025.009.033h.309c-.025-.075-.042-.15-.076-.217h.368a31.11 31.11 0 0 0 7.366-.569c2.424-.485 4.756-1.22 6.872-2.524 1.095-.678.953-.36.777-1.706-.059-.427-.117-.861-.46-1.196-.184-.175-.31-.418-.51-.694.82.067 1.513.16 2.207.184.443.009.828.042 1.12.418.251.326.51.652.795 1.004-.694.192-.861.133-1.179-.343a4.22 4.22 0 0 0-.36-.502c-.041-.05-.125-.067-.242-.133.46.894.878 1.722 1.313 2.558-.402.111-.678.008-.828-.31-.2-.426-.393-.852-.602-1.27-.042-.084-.167-.126-.25-.193-.01.1-.034.201-.034.301 0 .067.05.126.075.193.192.476.376.953.577 1.454-.351.034-.702.243-.92-.209-.017-.025-.192-.016-.2 0-.017.126-.067.276-.017.385.109.242.276.46.435.727-.402.05-.694.084-.987.126v.15c.2.034.401.067.602.084.451.033.451.033.443.568h-1.43v.1c.494.034.987.076 1.489.11.184.518.133 1.12.568 1.646.234-.576.084-1.086.075-1.58.569-.025.56-.025.67.485.05.234.091.477.158.703.017.075.1.133.15.2.034-.008.067-.025.093-.033v-1.271c.627-.067.668-.042.693.51.009.226-.016.46-.033.685-.008.21-.025.41-.042.62l.134.016c.593-.51.31-1.179.259-1.806.652-.059.644-.059.736.543.058.393.117.795.2 1.188.017.083.11.15.16.217.05-.075.133-.15.141-.234.025-.25.034-.502.017-.753-.025-.317-.084-.627-.125-.928.342-.117.468 0 .526.326.092.51.218 1.012.352 1.505.025.092.125.16.2.243.042-.092.109-.184.126-.284.025-.168.033-.343.008-.519-.05-.443-.126-.878-.192-1.33h.568l.176 1.715h.117c.334-.544.192-1.162.217-1.773.226-.025.435-.041.652-.066.117.535.226 1.061.335 1.58.05 0 .092-.009.142-.017.217-.477.158-1.003.175-1.513h.385l.075 1.571c.025 0 .059 0 .092.009.25-.51.276-1.079.31-1.63.568-.134.526-.218.693.359.176.602.268 1.229.393 1.848.042.184-.008.3-.217.343-.335.066-.67.158-1.004.242-.183.05-.275-.025-.384-.176a9.493 9.493 0 0 0-.794-.944c-.075-.084-.251-.076-.385-.1.017.125 0 .267.05.367.184.326.393.644.627 1.012-.434.042-.819.1-1.203.108-.594.009-1.196-.016-1.79-.008-.091 0-.192.1-.284.159.084.075.16.184.251.209.2.05.41.05.61.084.084.016.2.05.226.108.184.502.351 1.003.527 1.522h-.31a426.102 426.102 0 0 0-3.26-.268c-.1 0-.209.076-.31.117.093.067.168.193.268.201 1.179.176 2.358.351 3.545.502.259.033.393.108.443.368.084.451.175.902.284 1.346.017.083.109.15.167.225.084-.066.226-.117.243-.192.058-.31.117-.627.108-.936 0-.226-.1-.46-.167-.728h1.58c.126 0 .268.084.385.059.217-.05.426-.134.627-.226.142-.067.259-.184.384-.276-.142-.067-.275-.134-.418-.2-.125-.059-.326-.076-.359-.16-.209-.526-.376-1.07-.569-1.621.393-.076.803-.15 1.221-.226.084.26.134.502.234.71.05.118.184.201.276.302.058-.117.15-.226.159-.351.025-.276 0-.552 0-.828.142-.042.25-.059.36-.109.76-.334 1.52-.677 2.282-1.028.083-.042.117-.176.175-.26-.1-.025-.209-.091-.3-.075a22.01 22.01 0 0 0-1.43.377c-.393.117-.778.25-1.17.384-.068-.26-.126-.476-.176-.702-.05-.234-.1-.46-.15-.703.476.034 1.32-1.095 1.203-1.605 1.304-.593 2.4-1.43 3.219-2.65.225-.335.133-.426-.092-.569-.343-.217-.703-.4-1.054-.602.15-.184.343-.359.443-.568.243-.468.577-.744 1.129-.644h.033c.092-.05.184-.1.268-.159-.075-.058-.142-.142-.226-.175l-.05-.042ZM31.343 3.547s.042.042.058.067c-.276.384-.56.769-.777 1.07-.36-.184-.66-.335-.97-.494.569-.217 1.129-.434 1.689-.643Zm-9.681.008c.209.075.41.142.602.21-.234.785-.251.802-.786.66.058-.293.117-.569.175-.878l.009.008Zm.092 1.304c-.034.368-.268.301-.502.26.017-.385.243-.352.502-.26Zm-.569-.083c-.134.134-.209.276-.3.284-.268.033-.427-.109-.452-.41.217.034.426.076.744.126h.008ZM44.26 7.083c-.368 1.162.242 2.35.1 3.612-.192-.234-.35-.41-.484-.61a.582.582 0 0 1-.084-.318c0-.31.033-.619.033-.928 0-.075-.092-.159-.142-.234-.05.075-.142.15-.15.234-.017.268 0 .543 0 .895-.326-.243-.636-.377-.786-.62-.134-.208-.092-.534-.126-.81a.611.611 0 0 1-.117-.017c-.041.167-.083.343-.142.56-.434-.3-.87-.602-1.296-.903 1.07-.292 2.132-.576 3.202-.87l-.008.01ZM42.17 11.9c.485.217.853.669.77.936l-.77-.936Zm.652 1.472c-.058.267-.142.526-.209.794-.744-.519-.844-.82-.527-1.597.235.192.452.36.653.543.058.059.1.176.083.251v.008Zm-.385-2.65c.26.2.544.35.736.576.1.125.042.385 0 .594-.276-.377-.995-.435-.736-1.17Zm.118-.987c.476.2.869.719.777 1.162-.226-.469-.953-.485-.777-1.162Zm-1.723-1.522c.377.351.795.652 1.204.978.212.173.282.415.21.728-.795-.62-1.556-1.204-2.358-1.831.384-.11.66-.15.953.125h-.009Zm-3.837.334c.017-.083.15-.2.243-.209a62.629 62.629 0 0 1 2.19-.217c.1-.008.242.059.318.134.71.635 1.404 1.287 2.123 1.914.26.226.36.452.192.803-.485-.376-.953-.727-1.404-1.095-.059-.042-.067-.176-.059-.26.017-.133.067-.267.1-.41a.764.764 0 0 1-.116-.058l-.276.469c-.318-.243-.652-.477-.953-.745-.076-.066-.025-.259-.059-.384-.025-.092-.067-.2-.142-.243-.05-.033-.159.034-.242.067-.1.05-.201.117-.326.193.066.1.142.217.259.376a106.74 106.74 0 0 1-1.22-.468l-.06.117c.118.075.226.159.343.234.1.058.193.125.293.175.51.218.694.594.502 1.154-.293-.26-.586-.518-.87-.786-.033-.033.017-.142.017-.217 0-.084-.034-.159-.05-.234l-.168.167a.437.437 0 0 0-.066.092c-.15-.084-.318-.15-.444-.268-.083-.075-.15-.217-.133-.317l.008.016ZM22.474 9.984c.15.318.317.602.41.903.041.134-.067.318-.118.527-.46-.568-.568-1.053-.292-1.43Zm.535 3.286c-.401-.476-.602-.953-.485-1.195.167.418.326.81.485 1.195Zm-.644-1.363-.125.042c-.15-.3-.326-.585-.435-.894-.042-.1.075-.268.117-.393l.125.033c.067.418.385.778.326 1.22l-.008-.008Zm-.3-1.89c-.085-.426-.494-.727-.327-1.161.042 0 .075-.009.117-.017.167.293.334.594.502.903-.092.084-.176.159-.293.276Zm-.252.126c.025.126-.117.284-.217.493-.346-.702-.379-1.176-.1-1.42.117.317.25.618.317.936v-.009Zm-.535.602c.025.134-.1.293-.184.527-.376-.87-.393-1.095-.133-1.396.117.3.259.577.317.87Zm.176.427c.142.317.234.526.334.727.15.323.073.624-.234.903-.125-.376-.284-.727-.36-1.095-.024-.134.143-.301.26-.535Zm.619 1.354c.142.284.242.46.334.644.195.39.089.716-.318.978-.125-.31-.317-.602-.343-.911-.016-.201.193-.427.327-.711Zm.45 1.722c.101-.058.185-.142.302-.234.217.443.435.87.635 1.305.025.058 0 .175-.058.225-.134.142-.285.26-.452.401-.192-.392-.342-.769-.543-1.111-.15-.251-.15-.435.117-.586Zm.929-1.304s-.075-.017-.117-.033c-.159-.36-.343-.703-.452-1.07-.05-.16.05-.36.076-.544h.117c.184.401.393.786.535 1.196.041.117-.1.3-.16.451Zm.067-2.558s.067-.034.108-.05c.218.443.435.877.652 1.32-.284-.4-.585-.802-.76-1.27Zm.769 2.098c.209.41.418.828.627 1.246l-.1.05c-.21-.41-.427-.82-.636-1.237.034-.017.075-.042.117-.059h-.008Zm-.2-.376s-.076.042-.11.058a204.76 204.76 0 0 0-.677-1.337.609.609 0 0 0 .1-.059c.226.443.46.895.686 1.338Zm-.327.87s.084.016.126.033c.183.368.4.727.526 1.112.05.15-.1.36-.159.543-.033 0-.066-.016-.108-.016-.184-.393-.402-.778-.544-1.18-.041-.125.1-.317.16-.484v-.009Zm.861 1.538c.21.426.36.77.535 1.104.117.217.076.359-.184.484-.2-.342-.434-.685-.585-1.053-.05-.109.126-.318.234-.543v.008Zm.226-2.834c-.067-.201.159-.494.268-.803.275.518.518.978.752 1.455.033.067-.025.2-.075.284-.067.109-.16.192-.285.334-.242-.443-.526-.836-.66-1.279v.009Zm5.233 1.27c.042.059.009.193-.025.268-.083.15-.2.276-.343.468-.367-.61-.735-1.145-1.02-1.73-.075-.16.1-.444.193-.753.443.644.828 1.196 1.204 1.756l-.009-.009Zm-.836-2.332c.025-.117.1-.226.184-.401l.393.652c.234.367.452.744.71 1.086.201.26.151.444-.083.644-.41-.543-.82-1.07-1.212-1.622-.058-.083-.017-.25.008-.367v.008Zm-1.229 2.357c-.066-.117.15-.392.276-.668.385.652.728 1.237 1.07 1.822-.1.126-.192.26-.334.443-.36-.543-.727-1.053-1.02-1.597h.009Zm.736 1.965c-.15.2-.3.393-.493.644-.326-.543-.644-1.053-.936-1.572-.034-.067.033-.209.091-.3.084-.151.193-.285.327-.469.342.585.677 1.137 1.011 1.697Zm-.226-3.402h-.1c-.226-.352-.485-.686-.652-1.054-.067-.15.067-.401.134-.71.3.434.577.76.752 1.136.075.16-.083.418-.134.636v-.008Zm-.46.384c.05.184-.158.443-.284.744-.25-.401-.451-.702-.635-1.011-.042-.067-.017-.193.017-.276.083-.176.2-.335.334-.552.21.384.46.719.56 1.087l.009.008Zm-.601.895c.033.058 0 .175-.034.242-.092.167-.217.318-.35.527-.143-.26-.252-.477-.36-.686-.195-.368-.143-.727.159-1.078.2.334.41.66.593.995h-.008Zm-.928-1.104c-.067.109-.15.2-.26.335-.317-.527-.618-1.012-.894-1.514-.058-.108-.017-.276 0-.418.025-.192.075-.376.134-.644.401.694.777 1.321 1.12 1.948.034.059-.05.201-.1.293Zm-.468.97c.25.476.484.836.627 1.229.05.159-.126.385-.193.585h-.1c-.217-.376-.477-.736-.619-1.129-.05-.15.16-.393.293-.685h-.008Zm-.176 3.177c.234.443.468.894.702 1.338l-.1.05c-.217-.452-.435-.912-.652-1.363l.05-.025Zm.284-.485.1-.05c.285.502.569.995.853 1.488-.05.025-.092.05-.142.075-.267-.501-.535-1.011-.802-1.513h-.009Zm.502-.426c-.059-.134.117-.368.184-.56h.092c.292.543.585 1.095.894 1.68-.1.117-.2.217-.334.36-.301-.519-.602-.987-.836-1.489v.009Zm1.312 1.396c.385.502.711.928 1.062 1.38-.175.142-.36.292-.56.45-.26-.459-.518-.894-.727-1.354-.042-.1.133-.292.225-.476Zm.485-.46c.15-.192.293-.376.468-.594.335.519.66 1.012 1.004 1.539-.16.167-.318.343-.494.543-.334-.51-.652-.986-.978-1.48v-.008Zm.77-1.02.309-.418c.326.485.627.928.92 1.38.192.292-.11.384-.218.593-.351-.543-.677-1.045-1.02-1.555h.008Zm.727-.803c-.025-.041 0-.15.033-.209.109-.159.226-.309.376-.501.318.46.619.886.886 1.33.042.074-.025.225-.066.334-.059.133-.15.25-.268.443-.343-.494-.652-.945-.961-1.405v.008Zm3.41-2.432s.06 0 .093-.009c.376.485.76.97 1.128 1.463.059.075.017.218.025.335h-.075c-.393-.494-.786-.979-1.162-1.48-.05-.067 0-.2 0-.31h-.008Zm-.71-1.698s.042-.067.067-.1c.3.15.61.3.945.468-.1.2-.176.335-.268.502-.267-.31-.51-.594-.744-.87Zm4.314 1.313s-.067-.059-.1-.092c-.201-.234-.402-.468-.61-.72.083-.183.166-.367.258-.55.728.618.761.735.452 1.362Zm-.134-2.099c.635.318.694.427.493.945-.81-.719-.677-.527-.493-.945Zm-.3 3.094c.074.15-.034.401-.06.602-.033 0-.058.017-.091.025-.235-.284-.519-.552-.686-.87-.075-.15.067-.41.1-.618a.417.417 0 0 0 .1-.017c.218.292.469.568.628.886l.008-.008Zm-1.03-.485c-.476-.502-.919-.937-1.303-1.421-.11-.134-.017-.427.033-.653.635.36 1.062.887 1.446 1.43.076.109-.108.401-.184.644h.009Zm-.375.401c.075.1-.067.351-.1.535h-.11c-.384-.485-.785-.944-1.136-1.454-.084-.126 0-.377.016-.569h.092c.418.493.853.978 1.238 1.496v-.008Zm-1.288 1.213c.301.429.301.88 0 1.354-.376-.527-.727-1.012-1.07-1.513-.05-.076-.05-.21-.017-.301.076-.193.184-.368.318-.602.267.376.527.719.77 1.07v-.008Zm-1.404.175c.3.468.585.895.894 1.38-.468-.326-.995-1.13-.894-1.38Zm.668 2.584h-.092c-.359-.485-.718-.97-1.053-1.472-.058-.092.025-.276.042-.418h.117c.343.485.702.961 1.02 1.463.058.1-.017.284-.025.435l-.009-.009Zm-.359-4.005c-.084.2-.2.384-.318.602-.3-.418-.627-.778-.844-1.204-.092-.184.042-.485.075-.728l.1-.016c.327.367.653.735.97 1.112.042.05.05.175.017.242v-.008Zm-.585 1.195s-.075.042-.117.059c-.276-.36-.569-.72-.82-1.095-.066-.1-.008-.276.05-.418.302.501.753.894.878 1.454h.009Zm-.435.41c.067.109 0 .31-.017.46-.042 0-.075.017-.117.017-.284-.385-.593-.77-.852-1.171-.059-.1.05-.3.1-.543.343.468.635.836.878 1.237h.008Zm-.192 1.405c.376.485.76.92 1.07 1.396.075.117-.067.384-.117.577-.042 0-.084 0-.126.008-.4-.46-.81-.911-1.22-1.38.142-.217.259-.41.393-.61v.009Zm1.404 1.764c.126.108.234.225.36.317.058.042.142.042.209.059 0-.084.025-.167 0-.243a.749.749 0 0 0-.142-.267c-.168-.218-.15-.41.092-.61.259.35.518.71.794 1.078-.243.351-.477.694-.728 1.053-.317-.309-.602-.601-.92-.91.118-.16.21-.302.335-.469v-.008Zm1.187-1.756a.305.305 0 0 1 0-.243c.084-.2.201-.384.335-.643.267.426.518.81.744 1.212.042.075-.042.234-.092.334-.075.15-.167.293-.276.485-.25-.41-.485-.769-.71-1.145Zm.703-1.28c-.059-.091-.009-.242-.009-.367h.092c.234.318.485.627.703.961.066.1.033.268.05.402l-.134.016c-.234-.334-.485-.66-.702-1.003v-.008Zm.376-.835c-.067-.126.075-.368.142-.652.3.376.568.643.736.953.083.159 0 .41-.017.618l-.126.034c-.25-.318-.543-.61-.743-.953h.008Zm.744 1.872c.376.444.71.778.97 1.171.083.117-.05.376-.084.577h-.092c-.284-.427-.577-.845-.844-1.28-.05-.083.025-.242.05-.468Zm.384-.493c-.075-.125.042-.36.084-.652.36.502.677.895.928 1.321.075.125-.017.343-.042.61-.376-.485-.71-.86-.97-1.287v.008Zm.418-1.129c-.083-.133 0-.376.017-.568a.381.381 0 0 0 .1-.017c.285.435.586.87.853 1.321.059.1.009.268-.067.418-.309-.384-.635-.744-.903-1.154Zm.46-1.739c-.1-.167.042-.484.092-.827.393.426.727.769 1.029 1.137.066.083.033.276.016.418-.025.167-.083.326-.142.552-.36-.452-.727-.836-.986-1.28h-.009Zm.326-1.697s.084-.042.126-.058c.3.326.627.627.903.978.083.109.016.343.016.552-.36-.343-.702-.619-.978-.945-.092-.109-.042-.343-.05-.518l-.017-.009Zm.519 4.758h.083c.067.075.126.158.2.217.135.1.277.192.41.284-.041-.167-.066-.334-.133-.493-.092-.21-.21-.402-.26-.636.318.402.644.795.954 1.204.041.05.033.16.008.218-.117.284-.25.56-.393.878-.31-.452-.602-.861-.87-1.288-.058-.1-.008-.26-.008-.393l.009.009Zm.535-1.322c-.059-.075-.026-.234 0-.342.033-.193.092-.377.15-.619.36.385.677.727.987 1.079.041.05.075.142.066.209-.05.275-.108.551-.183.91-.377-.442-.711-.827-1.02-1.228v-.009Zm.384-1.488c-.092-.1-.042-.342-.058-.518l.083-.017c.301.326.619.636.895.987.092.117.058.326.067.443-.335-.293-.694-.569-.995-.895h.008Zm.142-1.546c0-.168.042-.335.076-.577.35.317.677.585.961.886.067.075.042.26.025.393-.017.217-.05.426-.092.736-.343-.377-.652-.686-.92-1.02-.075-.092-.05-.276-.041-.418h-.009Zm1.004 3.536c.183.167.376.343.576.502.067.05.184.042.276.067-.017-.092 0-.201-.042-.268a6.38 6.38 0 0 0-.543-.71c-.2-.218-.234-.427-.134-.67.351.335.703.661 1.054 1.004.041.042.041.15.025.217-.218.56-.452 1.12-.677 1.69-.72-.486-.903-1.071-.519-1.823l-.017-.009Zm.217-1.923c-.159-.242-.025-.677-.025-1.028.033-.017.067-.025.1-.042.435.468.878.928 1.288 1.413.066.084.016.276 0 .41-.026.142-.067.284-.126.501-.451-.443-.928-.794-1.237-1.262v.008Zm-20.75-4.79c2.884 1.053 5.97 1.279 9.063 1.362 2.583.076 5.166-.025 7.75-.05h.45c-.091.343-.183.669-.275 1.02-.192-.15-.368-.292-.544-.426-.025.016-.05.042-.083.058.05.1.092.2.15.293.335.443.335.443.05.961-.267-.242-.518-.501-.802-.727-.477-.376-.686-.401-.928-.142-.1-.092-.209-.184-.318-.284-.133.092-.267.175-.434.284.091.067.167.117.259.184a5.614 5.614 0 0 1-.109.351c-.267-.1-.51-.217-.77-.284-.15-.034-.325.016-.492.016-.05 0-.092 0-.142-.008l-.26-.05c.026.092.034.2.084.276.25.384.527.752.777 1.137.084.125.084.3.126.451l-.109.042c-.384-.36-.777-.702-1.137-1.087-.083-.083-.025-.292-.05-.451-.025-.134-.067-.26-.1-.385a10.23 10.23 0 0 0-.2.335c-.026.041-.026.083-.051.159-.1-.06-.176-.126-.268-.16-.058-.024-.142 0-.209 0 .009.076.026.143.042.218 0 .017.034.033.05.05.41.217.31.518.117.861-.192-.242-.36-.485-.56-.702-.184-.2-.401-.36-.61-.543-.033.033-.075.066-.109.1.05.083.1.175.168.25.267.344.526.695.802 1.03.176.216.167.4-.058.626-.435-.594-.87-1.187-1.288-1.79-.05-.066.008-.216.017-.325 0-.192.017-.385 0-.577 0-.042-.134-.075-.21-.117-.024.067-.083.134-.074.2.033.494-.092.954-.36 1.422-.326-.385-.635-.744-.936-1.12-.05-.059-.025-.176-.034-.26 0-.158.017-.326-.008-.476-.017-.1-.109-.192-.167-.284-.034.092-.084.192-.1.292-.059.368-.11.744-.16 1.112 0 .042-.041.084-.075.15-.175-.225-.35-.426-.518-.635l-.125.075c.058.143.108.285.184.427.334.652.334.669-.193 1.296-.418-.895-1.187-1.58-1.38-2.6h-.392c.301.451.2.894 0 1.396-.192-.401-.368-.753-.535-1.112-.034.008-.067.025-.1.033 0 .067-.017.142 0 .21.092.284.167.585.309.835.267.469.117.845-.167 1.255-.577-.878-.753-1.965-1.505-2.726a2.435 2.435 0 0 1-.134.05l.527 1.647-.092.025a138.64 138.64 0 0 0-.845-1.613c-.033.016-.075.033-.108.05l.828 1.88c-.026.018-.059.026-.084.043-.075-.142-.142-.293-.226-.435-.284-.502-.585-.987-.844-1.497-.067-.125-.025-.309-.034-.501-.075.042-.175.092-.267.142-.1-.067-.2-.125-.368-.243.075.243.117.402.167.56-.033.017-.075.026-.108.042l-.393-.81-.067.025c.067.192.142.392.209.585.106.29.036.574-.21.853l-.384-1.13c-.033 0-.058.018-.092.026.05.26.092.518.16.777.141.594.15.586-.06.786-.117-.56-.233-1.103-.342-1.638h-.076c.026.292.042.577.067.911a26.89 26.89 0 0 1-.618-.493.27.27 0 0 1-.067-.176V7.083l.008-.016Zm3.411 11.036a18.79 18.79 0 0 1-4.213-1.923c-.251-.15-.377-.301-.285-.602.059-.184.059-.385.092-.577.05-.31.168-.552.402-.803.51-.535.568-1.229.535-1.931-.025-.435-.084-.861-.126-1.288.195-.05.32-.262.377-.635.367.075.35.334.267.635l.084.042c.067-.1.133-.2.192-.293.351.126.518.67.326.962-.167.25-.326.502-.468.76-.05.093-.042.218-.059.327.034.017.076.033.109.05.2-.284.401-.577.644-.911.134.426.259.777.343 1.145.025.092-.067.243-.143.318-.577.56-1.162 1.112-1.747 1.664a12.14 12.14 0 0 1-.351.309c.033.042.075.083.109.134a416.66 416.66 0 0 0 2.265-1.982c.1.285.226.569.31.861.025.076-.05.21-.126.268-.46.343-.928.677-1.396 1.012-.084.066-.175.125-.26.192.026.033.051.075.076.117.619-.368 1.237-.736 1.864-1.12.243.426.502.86.795 1.354-.285.125-.577.26-.928.418.794-.059 1.362-.443 1.922-.928.143.36.293.686.393 1.02.025.092-.083.217-.142.351.427-.008.385.385.502.652.125.284.226.577.36.928-.611-.175-1.18-.334-1.74-.51l.017-.016Zm2.132.593c-.134-.677-.26-1.287-.376-1.906l.1-.1.577.677c.033-.025.075-.042.109-.067-.117-.276-.235-.552-.368-.87.05-.058.125-.125.226-.234.208.477.392.887.585 1.338-.243.092-.477.176-.703.26 0 .024 0 .05.009.075.117-.017.242-.026.36-.042.133-.025.267-.059.409-.084.234.41.46.82.727 1.288-.618-.126-1.187-.234-1.663-.326l.008-.009Zm20.114-3.06c.05.268-.042.393-.25.527-1.43.92-2.977 1.58-4.599 2.057-3.436 1.02-6.947 1.362-10.517 1.128-.97-.058-1.94-.175-2.817-.259-.159-.585-.3-1.104-.443-1.622l.084-.042c.36.427.719.861 1.078 1.288.042-.034.084-.059.125-.092-.259-.485-.526-.97-.785-1.455.033-.017.058-.033.092-.05.4.569.802 1.145 1.195 1.722.05-.025.092-.041.142-.067 0-.142-.017-.292-.025-.46.21-.142.435-.292.669-.442.167.125.318.242.477.359.267-.284-.1-.435-.093-.652.16-.167.318-.343.494-.535.242.284.468.552.694.81.033-.016.067-.033.108-.058-.016-.083-.008-.184-.041-.259a3.584 3.584 0 0 0-.201-.401c-.156-.301-.114-.583.125-.845.393.46.786.912 1.213 1.405l-.895 1.045c.025.033.05.059.084.092.342-.301.685-.61 1.053-.936.493.367.978.802 1.622.953.025-.034.05-.059.067-.084a7.574 7.574 0 0 1-.218-.318c.276-.284.552-.56.836-.844.176.192.368.41.56.619a.69.69 0 0 1 .126-.042c-.034-.167-.059-.335-.084-.493.067.016.16.05.368.117-.117-.285-.175-.494-.276-.67-.142-.258-.159-.476.034-.718.1-.126.158-.276.25-.443.31.4.602.777.887 1.178.033.05-.009.193-.059.268-.15.284-.318.56-.485.844l.084.059.794-.794c.1.092.184.184.284.25.059.042.142.034.21.059.008-.084.024-.167.033-.25 0-.01-.009-.018-.017-.034-.351-.376-.15-.702.1-1.02h.059c.125.058.242.109.368.167-.034-.134-.084-.26-.1-.393-.026-.226-.026-.451-.026-.677.042 0 .075-.008.117-.017.293.334.585.669.895 1.012-.067.108-.142.234-.184.3.184-.008.376-.016.56-.041.042 0 .117-.084.109-.109-.15-.35.192-.526.292-.786.059-.15.142-.284.243-.493.117.142.192.268.3.36.243.2.36.393.11.677-.042.05 0 .175 0 .267.083-.033.183-.05.242-.108.083-.076.134-.184.192-.276.401.259.786.501 1.17.752.034-.033.059-.067.092-.092-.05-.083-.091-.184-.15-.259-.217-.268-.46-.518-.669-.786-.058-.075-.1-.217-.067-.293.234-.568.493-1.128.753-1.713.217.184.443.36.635.56.075.075.1.25.067.36-.134.492-.301.978-.451 1.462.033.017.058.034.091.042.243-.485.485-.978.728-1.463h.3c-.033-.1-.066-.2-.091-.3-.017-.076-.05-.16-.034-.227.16-.526.326-1.045.477-1.53l.384.05c-.033-.133-.033-.292-.1-.392-.142-.193-.159-.377-.109-.61.084-.385.126-.787.193-1.205.184.084.367.176.593.285-.033.342-.083.727-.117 1.111-.058.67-.033 1.372.418 1.865.443.476.51 1.012.61 1.58l.017.025Zm1.505 1.254c.627-.108.736-.033.82.527-.57.117-.578.117-.82-.527Zm.41.987c.292.042.669-.15.66.36-.393.208-.552.133-.66-.36Zm5.793 5.877a.273.273 0 0 1-.192-.1c-.26-.468-.51-.936-.786-1.455.702-.042 1.33-.083 1.965-.108.075 0 .2.075.225.142.176.468.326.944.527 1.53h-1.739v-.009Zm3.712-11.663s.05.034.075.042c-.142.351-.292.702-.434 1.054-.076.184-.15.359-.21.543-.024.067 0 .142.009.217.067-.016.15-.016.209-.05a21.793 21.793 0 0 1 1.572-.685c-.184.334-.343.668-.811.618-.134-.016-.276.117-.418.184.108.1.225.193.35.301-.083.2-.267.335-.551.251a.328.328 0 0 1-.175-.117c-.151-.25-.293-.51-.444-.77.092-.1.193-.208.318-.359-.326-.058-.577-.1-.82-.142 0-.042 0-.092-.008-.134.444-.317.887-.643 1.321-.961l.017.008Zm-2.073 2.007.167.334c-.26.084-.485.168-.736.251-.05-.142-.083-.26-.133-.401.242-.067.46-.117.702-.184Zm-1.956 1.48c.008.05.025.1.033.15-.276.059-.552.126-.828.184-.008-.05-.025-.109-.033-.159l.828-.175Zm-.176-.393c-.25.067-.502.133-.794.209-.075-.184-.142-.36-.21-.535.929-.335.762-.268 1.004.326Zm-.502-.937s-.008.025-.016.025c-.418.145-.733.026-.945-.36-.1-.175-.21-.35-.31-.534.636-.142.937.058 1.271.861v.008Zm-.568 1.656c-.485.25-.76.242-.861 0 .292-.042.585-.15.86 0Zm-.987-.243a14.43 14.43 0 0 0-.242-.593c1.02-.193.836-.301 1.062.418-.268.058-.527.108-.828.175h.008Zm.444-1.12c-.519.167-.89.011-1.112-.468-.092-.193-.184-.385-.276-.585.719-.243 1.095.041 1.396 1.053h-.008Zm-.728 1.63c-.29.073-.465.003-.527-.209.201.009.452-.192.527.21Zm-.828-1.053c.51-.109.535-.092.653.577-.469.159-.552.092-.653-.577Zm-1.228-1.664c.284 0 .627-.008.978 0 .067 0 .15.1.184.167.158.368.309.736.451 1.112-.477.184-.485.16-.736-.2-.267-.377-.576-.72-.87-1.087l-.007.008Zm1.187 2.81c-.544.208-.619.183-.794-.352.292.167.718-.2.794.351Zm-1.196-1.205c.987.025.77-.142 1.054.736-.811.142-.61.26-1.054-.736Zm-.125 1.882c.384-.084.613.06.685.434-.328.084-.557-.061-.685-.434Zm.961 1.346c-.535.083-.535.075-.585-.36.326-.042.619-.084.585.36Zm-.042-1.422c.184-.025.377-.05.577-.083.076.209.142.4.21.593-.653.084-.661.084-.787-.51Zm.352 1.045c.429-.044.663.075.702.36-.619.092-.627.083-.703-.36Zm.668-1.17c.134-.025.268-.05.418-.075l.226.643c-.318.05-.535-.139-.652-.568h.008Zm.418 1.129c.418-.11.427-.1.519.392-.402.15-.485-.091-.519-.392Zm.728-.586c-.092-.242-.176-.451-.26-.685.268-.05.51-.1.795-.16.075.227.142.452.225.712-.267.05-.501.091-.76.133Zm.2.468a.662.662 0 0 1 .117-.05c.176-.025.352-.05.56-.075.05.192.1.368.15.552-.61.175-.651.159-.827-.427Zm.995-.677c-.075-.259-.142-.468-.209-.71.293-.067.56-.134.861-.201.076.226.142.451.226.719-.293.067-.569.117-.87.184l-.008.008Zm.184.452c.242-.059.493-.117.77-.176.041.251.074.485.116.71-.71.243-.827.176-.886-.526v-.008Zm.569-2.483c-.084-.168-.168-.326-.268-.519.293-.058.543-.117.836-.175.042.184.075.309.109.451-.1.042-.184.084-.268.109-.125.042-.259.075-.41.125v.009Zm.618 1.755-.234-.752c.184-.05.318-.084.493-.125.05.259.1.501.15.76-.141.042-.258.075-.409.117Zm.268 1.196c-.059-.276-.117-.502-.167-.76.133-.034.25-.068.392-.11.042.276.084.519.134.786-.125.025-.217.05-.36.084Zm.635-1.43c-.067-.276-.125-.518-.192-.786.276-.075.527-.142.82-.217.058.25.116.493.183.77a31.95 31.95 0 0 1-.81.233Zm.268 1.238c-.05-.268-.1-.51-.15-.778.242-.059.467-.117.743-.184.034.276.067.535.1.828-.234.05-.451.092-.693.134Zm.3-3.83c.126-.05.26-.1.419-.167.066.134.125.26.184.393-.268.075-.544.26-.602-.226Zm.569 1.447c.117-.05.226-.1.36-.159.066.25.117.485.183.744-.108.042-.217.092-.35.142-.068-.25-.126-.476-.201-.727h.008Zm.56 3.762c-.108-.276-.209-.51-.31-.77.36-.108.695-.208 1.121-.342-.292.41-.535.736-.81 1.112Zm4.122-4.138c-1.296 1.254-2.667 2.29-4.398 2.9 0-.426-.041-.794.017-1.145.025-.158.242-.35.418-.41.226-.075.293-.217.284-.4-.008-.293-.058-.586-.083-.887-.017-.2-.05-.376.284-.31.142.034.36-.125.493-.25.318-.301.669-.301 1.087-.142-.443.384-.87.736-1.28 1.112-.125.117-.2.292-.3.443.184-.042.393-.042.543-.142.51-.351.995-.728 1.48-1.12.159-.126.267-.168.451-.084.31.142.636.267 1.012.426l-.008.009Zm-1.38-1.188c-.125.11-.426.017-.643.017a.488.488 0 0 0-.017-.109c.418-.376.618-1.095 1.471-.844-.267.318-.501.669-.81.928v.008Z"/>
    <path fill="#1D1D1B" d="M16.863 25.342c.034-.267.05-.51.109-.744.067-.31.242-.552.585-.594.075-.008.193.059.243.126.025.042-.034.192-.084.217-.376.176-.318.51-.343.861.644-.117 1.246-.209 1.848-.334.209-.042.3 0 .317.217 0 .1.026.201.042.293.385-.117.753-.234 1.129-.326.092-.025.209.058.318.092-.067.084-.126.209-.218.25-.376.193-.76.369-1.162.553.075.275.142.518.21.752.718-.192 1.245-.82 2.04-.72-.427.67-1.13.962-1.823 1.339.334.618.652 1.22.978 1.83.15.285.317.56.46.845.041.084.025.2.025.31-.1-.034-.226-.042-.293-.11-.702-.635-1.212-1.404-1.58-2.273-.05-.117-.092-.234-.159-.377-.468.15-.928.293-1.446.46.175.468.36.92.526 1.38.076.2.151.41.184.618.017.092-.05.251-.117.285-.075.033-.242-.017-.3-.084a2.445 2.445 0 0 1-.368-.568c-.184-.469-.335-.954-.51-1.455-.477.083-.979.083-1.405.267-.242.109-.292.243-.593.042-.218-.15-.628-.008-.945-.042a.903.903 0 0 1-.519-.259c-.693.1-1.379.21-2.073.301-.125.017-.259-.067-.384-.109.1-.091.184-.225.3-.259 1.046-.31 2.09-.593 3.144-.894.594-.168.594-.168.552-.861-.619.125-1.23.259-1.84.384-.936.192-1.88.318-2.834.25-.066 0-.15.01-.2-.016-.084-.042-.15-.117-.226-.175.067-.059.134-.16.21-.176.593-.117 1.195-.209 1.797-.326.944-.176 1.889-.368 2.842-.527.326-.058.418-.209.443-.518.084-.87.268-1.722.627-2.525.034-.075.059-.159.109-.209.092-.092.2-.167.3-.25 0 .125.017.25-.008.375-.2.878-.41 1.756-.61 2.642-.017.076 0 .16 0 .26.268-.076.502-.143.727-.201m2.433 1.613c-.05-.25-.1-.46-.15-.685-.485.234-.945.46-1.421.694.05.142.083.267.142.435.485-.15.953-.293 1.43-.444Zm-1.747-.602c.476-.217.903-.418 1.33-.602.216-.091.242-.225.158-.434-.268.1-.527.2-.777.284-.268.092-.535.184-.811.276.033.159.067.284.108.468m-1.513.544c.351-.126.652-.234.987-.343-.034-.192-.067-.351-.1-.535-.318.075-.594.15-.887.217v.66Zm-.033.694s.025.083.033.125c.393-.067.786-.134 1.204-.21l-.084-.325c-.4.142-.777.276-1.145.41"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M16.863 25.342c.034-.267.05-.51.109-.744.067-.31.242-.552.585-.594.075-.008.193.059.243.126.025.042-.034.192-.084.217-.376.176-.318.51-.343.861.644-.117 1.246-.209 1.848-.334.209-.042.3 0 .317.217 0 .1.026.201.042.293.385-.117.753-.234 1.129-.326.092-.025.209.058.318.092-.067.084-.126.209-.218.25-.376.193-.76.369-1.162.553.075.275.142.518.21.752.718-.192 1.245-.82 2.04-.72-.427.67-1.13.962-1.823 1.339.334.618.652 1.22.978 1.83.15.285.317.56.46.845.041.084.025.2.025.31-.1-.034-.226-.042-.293-.11-.702-.635-1.212-1.404-1.58-2.273-.05-.117-.092-.234-.159-.377-.468.15-.928.293-1.446.46.175.468.36.92.526 1.38.076.2.151.41.184.618.017.092-.05.251-.117.285-.075.033-.242-.017-.3-.084a2.445 2.445 0 0 1-.368-.568c-.184-.469-.335-.954-.51-1.455-.477.083-.979.083-1.405.267-.242.109-.292.243-.593.042-.218-.15-.628-.008-.945-.042a.903.903 0 0 1-.519-.259c-.693.1-1.379.21-2.073.301-.125.017-.259-.067-.384-.109.1-.091.184-.225.3-.259 1.046-.31 2.09-.593 3.144-.894.594-.168.594-.168.552-.861-.619.125-1.23.259-1.84.384-.936.192-1.88.318-2.834.25-.066 0-.15.01-.2-.016-.084-.042-.15-.117-.226-.175.067-.059.134-.16.21-.176.593-.117 1.195-.209 1.797-.326.944-.176 1.889-.368 2.842-.527.326-.058.418-.209.443-.518.084-.87.268-1.722.627-2.525.034-.075.059-.159.109-.209.092-.092.2-.167.3-.25 0 .125.017.25-.008.375-.2.878-.41 1.756-.61 2.642-.017.076 0 .16 0 .26.268-.076.502-.143.727-.201l-.025-.017Zm2.458 1.63c-.05-.25-.1-.46-.15-.685-.485.234-.945.46-1.421.694.05.142.083.267.142.435.485-.15.953-.293 1.43-.444Zm-1.747-.602c.476-.217.903-.418 1.33-.602.216-.091.242-.225.158-.434-.268.1-.527.2-.777.284-.268.092-.535.184-.811.276.033.159.067.284.108.468l-.008.009Zm-1.505.536c.351-.126.652-.234.987-.343-.034-.192-.067-.351-.1-.535-.318.075-.594.15-.887.217v.66Zm-.033.694s.025.083.033.125c.393-.067.786-.134 1.204-.21l-.084-.325c-.4.142-.777.276-1.145.41h-.008Z"/>
    <path fill="#1D1D1B" d="M31.862 28.913c-3.528.084-7.006-.26-10.442-1.095-.058-.017-.108-.034-.167-.042-.184-.042-.36-.134-.259-.343.042-.092.268-.167.385-.142.886.167 1.772.385 2.658.543 3.035.544 6.103.72 9.188.636 2.207-.059 4.397-.251 6.57-.644.176-.033.402-.084.452.167.05.276-.184.31-.376.335-1.68.2-3.369.434-5.058.568-.978.084-1.973.017-2.96.017"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M31.862 28.913c-3.528.084-7.006-.26-10.442-1.095-.058-.017-.108-.034-.167-.042-.184-.042-.36-.134-.259-.343.042-.092.268-.167.385-.142.886.167 1.772.385 2.658.543 3.035.544 6.103.72 9.188.636 2.207-.059 4.397-.251 6.57-.644.176-.033.402-.084.452.167.05.276-.184.31-.376.335-1.68.2-3.369.434-5.058.568-.978.084-1.973.017-2.96.017h.01Z"/>
    <path fill="#1D1D1B" d="M48.86 26.931c-1.038-.485-2.074-.961-3.11-1.446.016-.042.033-.092.05-.134.66 0 1.262.26 1.914.452-.067-.276.075-.393.3-.502.603-.284 1.188-.594 1.781-.903.168-.084.335-.15.444.05.108.21-.042.318-.21.401l-2.014 1.046c.669.292 1.346.367 2.04.367.418 0 .827-.033 1.237-.033.1 0 .2.092.3.15-.066.1-.108.251-.2.276-.468.134-.945.243-1.421.352-.084.016-.2-.017-.267.025-1.096.744-2.291.702-3.512.46-.786-.16-1.505-.485-2.115-1.02-.075-.067-.092-.201-.134-.302.1.026.218.026.301.084a4.178 4.178 0 0 0 2.266.72c.786.033 1.572 0 2.357 0a.154.154 0 0 0-.016-.06"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M48.86 26.931c-1.038-.485-2.074-.961-3.11-1.446.016-.042.033-.092.05-.134.66 0 1.262.26 1.914.452-.067-.276.075-.393.3-.502.603-.284 1.188-.594 1.781-.903.168-.084.335-.15.444.05.108.21-.042.318-.21.401l-2.014 1.046c.669.292 1.346.367 2.04.367.418 0 .827-.033 1.237-.033.1 0 .2.092.3.15-.066.1-.108.251-.2.276-.468.134-.945.243-1.421.352-.084.016-.2-.017-.267.025-1.096.744-2.291.702-3.512.46-.786-.16-1.505-.485-2.115-1.02-.075-.067-.092-.201-.134-.302.1.026.218.026.301.084a4.178 4.178 0 0 0 2.266.72c.786.033 1.572 0 2.357 0a.154.154 0 0 0-.016-.06l.008.017Z"/>
    <path fill="#1D1D1B" d="M7.852 19.925c.05.033.142.075.209.15 1.923 2.082 4.205 3.67 6.738 4.925.167.083.318.184.226.393-.1.217-.268.159-.435.075-2.533-1.262-4.832-2.851-6.78-4.924-.067-.076-.15-.151-.2-.235-.1-.175.008-.367.25-.384"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M7.852 19.925c.05.033.142.075.209.15 1.923 2.082 4.205 3.67 6.738 4.925.167.083.318.184.226.393-.1.217-.268.159-.435.075-2.533-1.262-4.832-2.851-6.78-4.924-.067-.076-.15-.151-.2-.235-.1-.175.008-.367.25-.384h-.008Z"/>
    <path fill="#1D1D1B" d="M31.125 4.884c.076-.034.143-.084.218-.1.284-.093.61-.11.844-.268.586-.401 1.321-.326 1.923-.677.602-.351 1.162-.736 1.572-1.305.042-.058.067-.142.159-.167.075.502-.184.828-.452 1.179.72-.284 1.438-.577 2.157-.861.017.025.034.058.05.083-.108.084-.209.184-.326.268-.886.602-1.873.953-2.9 1.212-.552.134-1.08.368-1.64.51-.51.134-1.044.201-1.563.301-.016-.058-.033-.108-.05-.167"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M31.125 4.884c.076-.034.143-.084.218-.1.284-.093.61-.11.844-.268.586-.401 1.321-.326 1.923-.677.602-.351 1.162-.736 1.572-1.305.042-.058.067-.142.159-.167.075.502-.184.828-.452 1.179.72-.284 1.438-.577 2.157-.861.017.025.034.058.05.083-.108.084-.209.184-.326.268-.886.602-1.873.953-2.9 1.212-.552.134-1.08.368-1.64.51-.51.134-1.044.201-1.563.301-.016-.058-.033-.108-.05-.167l.008-.008Z"/>
    <path fill="#1D1D1B" d="M42.194 27.216c.878.384 1.739.82 2.633 1.154.928.342 1.898.117 2.86.05.025.033.041.067.067.1-.084.092-.16.21-.26.276-.668.435-1.404.477-2.148.31-1.162-.252-2.157-.828-3.026-1.623-.067-.058-.11-.142-.168-.217l.05-.05"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M42.194 27.216c.878.384 1.739.82 2.633 1.154.928.342 1.898.117 2.86.05.025.033.041.067.067.1-.084.092-.16.21-.26.276-.668.435-1.404.477-2.148.31-1.162-.252-2.157-.828-3.026-1.623-.067-.058-.11-.142-.168-.217l.05-.05h-.008Z"/>
    <path fill="#1D1D1B" d="M44.167 29.406c-.836 0-1.596-.276-2.315-.669a8.16 8.16 0 0 1-2.157-1.73c-.067-.076-.059-.235-.084-.352.109.034.243.034.318.1 1.287 1.23 2.817 1.982 4.565 2.3.117.025.217.134.334.209-.125.05-.25.108-.385.142-.083.025-.183 0-.276 0Z"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M44.167 29.406c-.836 0-1.596-.276-2.315-.669a8.16 8.16 0 0 1-2.157-1.73c-.067-.076-.059-.235-.084-.352.109.034.243.034.318.1 1.287 1.23 2.817 1.982 4.565 2.3.117.025.217.134.334.209-.125.05-.25.108-.385.142-.083.025-.183 0-.276 0Z"/>
    <path fill="#1D1D1B" d="M7.76 17.944c-.168 1.597-1.254 2.617-2.274 3.67-.034-.025-.076-.042-.109-.067.05-.083.084-.184.142-.259.318-.393.635-.786.961-1.17.544-.652 1.02-1.355 1.271-2.182"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M7.76 17.944c-.168 1.597-1.254 2.617-2.274 3.67-.034-.025-.076-.042-.109-.067.05-.083.084-.184.142-.259.318-.393.635-.786.961-1.17.544-.652 1.02-1.355 1.271-2.182l.009.008Z"/>
    <path fill="#1D1D1B" d="M38.49 3.396c-.133.11-.209.201-.3.235-.803.267-1.606.535-2.416.785-.076.025-.176-.025-.268-.041.042-.059.067-.16.117-.176a331.75 331.75 0 0 1 2.684-.861c.016 0 .041.008.183.058Z"/>
    <path stroke="#1D1D1B" stroke-miterlimit="10" stroke-width=".09" d="M38.49 3.396c-.133.11-.209.201-.3.235-.803.267-1.606.535-2.416.785-.076.025-.176-.025-.268-.041.042-.059.067-.16.117-.176a331.75 331.75 0 0 1 2.684-.861c.016 0 .041.008.183.058Z"/>
  </svg>
  
    </span>
    <span class="header__icon-fdsm__label">
        Mon compte
    </span>
</a>
<a 
    href="/cart" 
    class="header__icon-fdsm"
    id="cart-icon-bubble"
>
    <span class="header__icon-fdsm__icon">
        <svg xmlns="http://www.w3.org/2000/svg" width="60" height="65" fill="none" viewbox="0 0 60 65">
    <g clip-path="url(#a)">
      <path fill="#E7D7BC" d="M52.833 30.425c-.481-2.33-5.657-2.814-6.827-2.727-.753.056-5.584-.119-5.569-.126h-.456c-.44-2.807-4.014-24.043-10.89-23.449h-.111c.112-.087.24-.166.368-.222a4.994 4.994 0 0 0-4.663-.365c-3.285 5.121-.89 17.765.801 24.741a15.081 15.081 0 0 1-5.56 1.99c-3.486.261-3.902 2.386-4.407 2.386-.505 0-1.995 1.68-1.995 1.68l-1.066 1.277-.513.935.473 2.355 1.058 2.314s-.377 2.72 1.266 8.879a32.792 32.792 0 0 0 4.575 10.122c9.366 7.967 19.959 4.257 28.772 1.197 6.659-2.306 8.598-22.465 8.413-24.835-.296-3.86-3.197-3.821-3.685-6.144m-22.307-3.02c-3.774-11.066-4.767-16.924-4.046-20.056a8.275 8.275 0 0 1 3.565 5.208s4.095 2.173 6.45 14.103l-5.977.745h.008Z"/>
      <path fill="#2F3030" d="M34.325 59.81c-.377-.023-.761-.023-1.138-.023 0 0 0 .016-.016.032.016.023.024.055.056.07.345.151.73.215 1.114.167a.166.166 0 0 0 .112-.079c-.032-.063-.08-.166-.12-.166m1.674-3.742c.073-.349.16-.698.233-1.054.088-.428.16-.849.24-1.277.064-.34.136-.69.184-1.03.064-.412.105-.832.16-1.245 0-.04.025-.079.033-.119.032-.166.064-.325.08-.491.056-.452.104-.912.16-1.364.016-.055.04-.11.064-.166a2.03 2.03 0 0 0 .072-.317c.056-.515.105-1.03.153-1.546v-.024c.032-.436.072-.872.104-1.3 0-.087.016-.182.032-.27.088-.356.2-.713.256-1.077.04-.27-.048-.317-.304-.254-.36.095-.713.19-1.074.293-.409.04-.801.206-1.114.468a1.31 1.31 0 0 0-1.266.095h.521c.152 0 .337-.016.32.254a10.72 10.72 0 0 0 2.132-.333v-.103l-.369-.135a.341.341 0 0 1 .185-.11 4.62 4.62 0 0 1 .336-.088l.289-.024c0 .095.04.206 0 .278a10.15 10.15 0 0 0-.225 1.197 9.405 9.405 0 0 0-.136 1.062c-.104.515-.104 1.046-.152 1.57-.032.364-.08.729-.136 1.093a2.313 2.313 0 0 1-.08.214 1.584 1.584 0 0 0-.073.262c-.056.404-.088.809-.152 1.213-.08.491-.184.983-.28 1.466 0 .024 0 .048-.016.072a.69.69 0 0 0-.112.57.248.248 0 0 1-.145.19c-.272.009-.545 0-.817-.023-.409-.04-.81-.095-1.218-.135a.95.95 0 0 0-.256.032v.08c.064.039.144.07.232.094.633.15 1.274.23 1.923.23.056.008.096.048.12.103.008.143 0 .285-.024.42-.072.35-.152.69-.232 1.039-.072.325-.136.65-.209.975-.048.206-.088.404-.144.602l-.216.825c-.072.3-.144.594-.208.895-.096.397-.193.793-.28 1.197a1.795 1.795 0 0 0 0 .294l.087.032a.808.808 0 0 0 .112-.175c.113-.333.225-.674.329-1.015.08-.261.152-.523.224-.784.072-.262.129-.5.193-.745.08-.302.16-.595.224-.896.072-.333.12-.674.192-1.007l.048-.008Zm3.814 1.847s-.088.056-.088.064c.016.047.048.118.088.134.113.024.225.04.337.048.176-.016.36-.04.537-.08.088-.023.152-.11.224-.182-.08-.04-.168-.11-.24-.11-.28.023-.57.07-.858.118v.008Zm-2.86 1.72c-.176.056-.353.095-.52.143l-.69.166a2.196 2.196 0 0 0 1.69-.087.334.334 0 0 0-.4-.246c-.024 0-.048.016-.072.024h-.008Zm-.36-16.29c-.057-.016-.089-.08-.145-.111a.521.521 0 0 0-.176-.087c-.112-.016-.24 0-.353 0-.4 0-.593.142-.633.539-.008.095.08.206.12.301.08-.055.153-.11.225-.174.016-.016.024-.032.04-.048l.545.119c-.054-.27-.011-.42.128-.452 0 .064-.024.143 0 .175.096.087.2.166.312.23.024.015.113-.032.137-.072a.294.294 0 0 0-.145-.396l-.064-.024h.008Zm8.78-15.466c-.111-.016-.223-.04-.336-.047-.04 0-.08.031-.112.047l-.705.293c.072.104.12.214.209.262.04.024.16-.08.232-.135.088-.071.184-.134.208.032.024.214.128.222.297.182h.168l-.056.222c.344.12.513.072.665-.206l-.265-.087v-.293c-.104 0-.208.016-.304.04-.144.047-.28.11-.449-.048.08-.04.136-.056.193-.095.088-.064.176-.12.264-.183l-.008.016Zm1.475 12.652.457-.69c-.313-.135-.457.048-.577.222a.446.446 0 0 0-.08.333c.024.071.176.111.208.127l-.008.008ZM44.71 44.32a2.744 2.744 0 0 0-1.587.476 2.58 2.58 0 0 0 1.587-.476Zm-3.47 11.106c-.248.055-.504.11-.753.159v.102c.105.032.233.048.353.048.32-.032.64-.08.961-.143.089-.016.16-.127.24-.19-.087-.032-.184-.103-.264-.095-.184.032-.36.063-.545.119h.008ZM23.684 44.97l-.024-.087-1.939.27c.024.253.128.34.329.364.264.032.512.111.777.143.264.031.513 0 .77 0l.015-.159-.745-.158v-.064c.296-.047.625-.04.817-.317v.008Zm17.275 8.292c.465.143.97.119 1.426-.048.233-.079.449-.19.657-.325.032-.023.04-.103.056-.15-.048-.016-.112-.056-.152-.04a39.48 39.48 0 0 0-.977.27c-.32.095-.657.19-1.01.293ZM30.431 25.7s-.096-.055-.145-.04c-.184.064-.36.143-.52.254a4.45 4.45 0 0 0-.457.5c.128.023.144.031.16.023.32-.198.633-.396.954-.602a.119.119 0 0 0 .016-.135h-.008Zm1.282 35.308c-.521-.024-1.05-.056-1.579-.072-.04 0-.088.064-.136.095a.488.488 0 0 0 .12.135c.32.143.673.19 1.018.12.216-.025.433-.072.649-.136v-.095c-.024-.016-.048-.055-.072-.055v.008Zm1.61-15.76c-.144 0-.288.016-.424.048a15.36 15.36 0 0 1-1.9.349 2.89 2.89 0 0 0-.985.396.438.438 0 0 0 .24.103c.481-.023.97-.063 1.45-.11.473-.048.946-.096 1.419-.16.064-.007.176-.11.168-.158-.024-.182.08-.238.209-.293-.057-.056-.105-.167-.169-.175h-.008Zm14.399-4.914c.064-.08.12-.159.168-.246.04-.056.08-.111.128-.182-.056-.04-.096-.088-.144-.096-.112-.015-.489.278-.48.389a.938.938 0 0 0 .135.285 1.24 1.24 0 0 0 .193-.15Zm-17.644-13.73c.553-.095.938-.515 1.442-.674a1.258 1.258 0 0 0-1.442.674Zm4.976 30.995a3.51 3.51 0 0 0-1.907-.285 2.77 2.77 0 0 0 1.915.293l-.008-.008Zm-3.998-2.291v-.08c-.048-.031-.096-.087-.145-.078a1.82 1.82 0 0 0-1.201.214.526.526 0 0 1-.177.063.579.579 0 0 1-.064-.198c.008-.254 0-.508-.008-.761-.072-.492-.176-.983-.256-1.475-.064-.364-.12-.737-.16-1.11-.049-.523-.08-1.054-.113-1.577a24.196 24.196 0 0 1-.032-.761h-.104c-.048.476-.136.943-.144 1.411.016.396.056.793.112 1.181.016.19.016.389.048.579.072.452.176.896.225 1.355.064.524.104 1.047.136 1.578.056.872.112 1.744.136 2.616.024.872 0 1.72.008 2.576.016.127.04.254.072.38a8.65 8.65 0 0 1 .2-.38v-2.766a10.21 10.21 0 0 0-.056-1.641c-.072-.405-.032-.682.329-.856a2.62 2.62 0 0 1 .64-.159c.185-.032.37-.055.546-.087l.008-.024Zm2.395-7.824c.065-.476.153-.96.217-1.435.024-.166.032-.333.024-.5 0-.11-.056-.205-.193-.11a3.718 3.718 0 0 0-.112 1.07v.024c-.04.3-.088.594-.128.895-.008.056 0 .12-.016.175-.088.452-.192.896-.256 1.347-.105.761-.177 1.522-.257 2.283-.016.159-.08.207-.24.143a1.304 1.304 0 0 0-.393-.103c-.72-.024-1.45-.032-2.171-.04a.962.962 0 0 0-.288.072v.087c.096.008.184.032.264.032.152.008.304 0 .457.016.304.031.6.079.905.11a2.4 2.4 0 0 1 .529.056.613.613 0 0 0 .665-.016c.16-.11.248-.047.24.15-.032.54-.08 1.087-.112 1.626-.024.301-.032.602-.056.904-.016.15 0 .364-.088.435-.112.08-.313.04-.48.048a4.265 4.265 0 0 1-1.267-.119 3.254 3.254 0 0 0-.833-.016v.096c.136.031.28.07.425.102.296.088.6.151.905.199.352.031.713 0 1.066 0 .064 0 .176.087.176.135 0 .49 0 .982-.032 1.466-.024.436-.088.872-.112 1.308-.016.325-.065.396-.409.404h-1.426c-.08.008-.16.032-.233.056v.095c.137.032.265.055.401.063.457.008.905 0 1.362.016.08 0 .16.016.224.064a.522.522 0 0 1-.216.713c-.008 0-.024.016-.04.016-.184.04-.176.142-.096.254a.55.55 0 0 0 .184.174c.16.055.249.23.2.388-.016.072.04.159.057.238h.112c.064-.285.12-.578.152-.872.032-.515 0-1.038.032-1.562.064-.824.2-1.64.233-2.465.04-1.014 0-2.03.12-3.044.096-.824.112-1.657.168-2.481 0-.103.008-.206.024-.301.104-.722.192-1.459.296-2.188l.016-.008Zm-1.153.88a7.867 7.867 0 0 0-2.436.166 4.8 4.8 0 0 0 2.436-.158v-.008Zm-8.205 7.356c-.52-.047-1.042-.095-1.57-.134-.185-.016-.37-.024-.553-.032 0 .023 0 .047-.008.079.024.024.04.063.056.071.272.056.544.111.809.159.144.024.28.04.425.063.144.024.28.056.416.064.169.023.337.032.505.032.088-.016.168-.04.248-.072a.804.804 0 0 0-.152-.182.389.389 0 0 0-.192-.056l.016.008Zm2.804 4.107c-.192-.571-.408-1.134-.593-1.705-.136-.396-.232-.808-.368-1.205-.104-.34-.225-.674-.353-1.007a6.479 6.479 0 0 1-.529-1.521c-.104-.84-.264-1.681-.36-2.513-.08-.738-.096-1.475-.176-2.212-.089-.8-.209-1.593-.32-2.386a3.384 3.384 0 0 1 0-1.332.931.931 0 0 0 0-.42c-.009-.064-.105-.111-.153-.167-.04.056-.104.111-.112.175a12.876 12.876 0 0 0-.064 1.57c.032.594.16 1.18.216 1.775.064.706.104 1.411.16 2.117.04.53.08 1.062.152 1.585.065.484.16.96.249 1.435.048.27.096.539.152.8.056.27.128.54.216.81.153.427.337.847.49 1.275.111.317.191.65.295.975.089.27.193.54.281.809.112.357.224.713.329 1.07.12.404.232.809.352 1.213.096.301.192.602.297.912l.136-.024c.016-.072.024-.15.024-.222-.04-.333-.072-.658-.128-.991-.04-.27-.097-.54-.177-.8l-.016-.017Zm.585.047c-.08 0-.16.016-.232.024l-.016.063c.064.04.128.08.2.111.465.127.954.159 1.434.087a.167.167 0 0 0 .097-.04c.04-.055.08-.118.112-.181-.065-.032-.129-.08-.185-.08-.464 0-.93.016-1.402.024l-.008-.008Zm22.435-20.967c.088.11.176.214.28.301.056-.143.145-.238.129-.31-.048-.221.064-.269.24-.285.08 0 .152-.015.224-.04a.245.245 0 0 0 .136-.158.206.206 0 0 0-.104-.174c-.112-.032-.28-.072-.36-.008-.176.15-.345.317-.489.5-.04.047-.08.142-.056.182v-.008Zm-39.093-9.299c.008.072.104.127.16.198.049-.047.097-.095.137-.142.032-.056.064-.111.08-.175.04-.095.08-.19.136-.333-.32.032-.545.254-.513.468v-.016Zm3.021-1.086s.064-.016.072-.031c.112-.16.208-.254.345-.016a.24.24 0 0 0 .32.04c.024-.017.04-.032.048-.056.12-.167.265-.325.369-.5a.8.8 0 0 0 .032-.309.983.983 0 0 0-.257.087c-.168.111-.32.246-.48.373l-.064-.063.368-.484-.064-.087a1.78 1.78 0 0 0-.28.127c-.16.103-.305.222-.457.333.032.19-.168.404.048.586ZM52.994 35.8a3.633 3.633 0 0 0 .032-1.498.645.645 0 0 1-.016-.277 1.16 1.16 0 0 0-.377-.944 2.322 2.322 0 0 1-.304-.594c-.024-.056 0-.12-.024-.175a3.74 3.74 0 0 0-1.386-1.696 6.325 6.325 0 0 1-.754-.555c-.328-.293-.617-.634-.945-.927a2.28 2.28 0 0 0-.681-.476 2.062 2.062 0 0 1-.906-.515 3.926 3.926 0 0 0-1.266-.96 5.005 5.005 0 0 0-1.21-.483 4.058 4.058 0 0 1-1.305-.452 1.42 1.42 0 0 0-.297-.135 6.394 6.394 0 0 0-1.666-.404c-.057 0-.105-.047-.169-.063-.112-.032-.224-.056-.336-.08-.24-.04-.481-.063-.721-.103a2.28 2.28 0 0 0-.249-.055c-.376 0-.745-.08-1.081-.246a.863.863 0 0 0-.2-.024c-.089-.015-.185-.031-.273-.055-.136-.024-.273-.056-.409-.08-.112-.015-.224.024-.328-.015-.465-.19-.994 0-1.459-.246a4.149 4.149 0 0 0-.697-.206.422.422 0 0 1-.272-.42c-.016-.183-.024-.365-.056-.547-.08-.452-.193-.896-.265-1.348-.072-.428-.096-.864-.16-1.292-.064-.428-.192-.832-.24-1.253a8.14 8.14 0 0 0-.32-1.751c0-.024-.017-.048-.017-.072-.048-.349-.088-.69-.136-1.038a6.432 6.432 0 0 0-.112-.666c-.08-.31-.192-.61-.28-.92-.097-.348-.177-.705-.265-1.054-.104-.452-.2-.912-.304-1.371-.048-.206-.097-.42-.153-.619-.08-.253-.176-.507-.256-.76-.08-.254-.144-.516-.224-.762-.105-.333-.225-.673-.337-1.014-.2-.587-.377-1.19-.609-1.768-.24-.603-.545-1.173-.817-1.76a4.698 4.698 0 0 0-.2-.46 41.3 41.3 0 0 0-1.042-1.577c-.257-.365-.561-.698-.841-1.047-.105-.126-.193-.253-.305-.372-.449-.484-.89-.999-1.386-1.443a3.79 3.79 0 0 0-1.45-.808 6.63 6.63 0 0 0-2.076-.389h-.152a4.021 4.021 0 0 0-2.291.428.553.553 0 0 0-.257.23c-.168.365-.304.753-.456 1.126-.08.198-.153.396-.225.602-.064.198-.128.42-.192.642-.056.214-.112.444-.16.674-.128.587-.28 1.173-.377 1.76a12.26 12.26 0 0 0-.12 1.427c-.024.428-.024.856-.024 1.284 0 .61-.016 1.213.024 1.815.056.856.152 1.713.24 2.56.04.429.088.857.145 1.277.08.587.2 1.173.272 1.768.064.507.088 1.022.128 1.53.056.697.096 1.395.152 2.093.04.475.097.95.145 1.426 0 .032.024.064.032.096.088.436.192.88.256 1.315.056.389.08.785.12 1.174 0 .055.04.11.048.166.04.206.088.404.12.61.017.096.017.199.033.302.08.586.16 1.173.224 1.76.008.063 0 .134 0 .198 0 .047 0 .103.016.15.176.27.096.452-.184.579-.073.032-.08.174-.12.262l.248-.024c.032 0 .064-.016.088-.024.144.277.096.373-.168.389-.193.015-.385.015-.585.04-.273.03-.545.07-.817.11-.169.024-.337.032-.505.064-.36.07-.713.158-1.066.237a1.334 1.334 0 0 0-.304.088.584.584 0 0 1-.738-.127 1.65 1.65 0 0 1-.112-.515.833.833 0 0 0-.072-.199 1.19 1.19 0 0 0-.176.08.542.542 0 0 0-.08.72c.112.144.064.223-.072.255a4.28 4.28 0 0 1-.625.103c-.152.015-.313-.016-.457.008-.369.07-.737.166-1.106.253a8.008 8.008 0 0 0-.753.183 2.545 2.545 0 0 1-.937.23.227.227 0 0 1-.265-.175 5.17 5.17 0 0 0-.168-.452c-.04-.071-.128-.119-.2-.174-.024.08-.04.166-.048.245 0 .207.032.405.04.603 0 .127-.048.23-.144.198-.073-.158-.089-.309-.169-.372-.056-.048-.2.016-.312.031l.152.397s-.048.055-.08.071c-.545.238-1.09.476-1.635.698-.048.023-.168.008-.176-.016a.347.347 0 0 1-.008-.238c.064-.135.168-.254.248-.38.04-.088.08-.175.105-.27l-.08-.056-.553.452.048-.348c-.417.063-.545.221-.625.729-.016.127-.113.285.088.333.048.008.144-.143.216-.222a.294.294 0 0 1 .08-.032l.177.206c-.089.056-.169.111-.265.167a.669.669 0 0 1-.168.047 4.438 4.438 0 0 1-.345.064 1.021 1.021 0 0 1-.056-.38c.048-.207.169-.39.233-.587a.799.799 0 0 0-.024-.278c-.089.024-.209.024-.257.08a.759.759 0 0 0-.248.657.429.429 0 0 1-.369.428.97.97 0 0 0-.456.19.626.626 0 0 1-.714.175.836.836 0 0 0-.729.262 1.52 1.52 0 0 0-.072 1.078c.056.174.056.349.273.451.152.064.08.19-.04.294a.853.853 0 0 0-.273.333 1.85 1.85 0 0 0-.008.515c-.064-.008-.128-.024-.192-.04a4.175 4.175 0 0 0-.521-.206c-.248-.063-.184-.214-.136-.372a.9.9 0 0 1 .12-.183l-.529-.04-.016-.07c.176-.127.36-.223.569-.294.224 0 .44.016.657.08a.803.803 0 0 1-.104-.223 3.004 3.004 0 0 1-.048-1.64c.08-.326.256-.61.505-.833.28-.174.576-.333.88-.476.137-.07.257-.134.193-.364a2.28 2.28 0 0 0-1.29.555c-.216.245-.424.5-.633.745-.048.055-.096.143-.152.15a1.433 1.433 0 0 0-1.042.976c-.12.261-.2.539-.312.808-.136.349-.16.721-.08 1.086.112.468.192.936.24 1.42.008.308.112.61.305.855a2.65 2.65 0 0 1 .552 1.926 3.42 3.42 0 0 0 0 .405c.017.808.017 1.617.065 2.425.048.84.136 1.681.224 2.513.056.476.16.952.24 1.427.056.357.112.714.177 1.063.056.332.128.673.192.998.04.206.08.413.128.61.072.278.16.564.24.833.049.175.113.341.153.515.056.238.088.492.152.73.112.372.256.745.377 1.117.152.46.28.928.456 1.388.217.547.449 1.094.697 1.625.4.872.938 1.68 1.587 2.394a11.28 11.28 0 0 0 2.283 1.974 49.432 49.432 0 0 0 2.588 1.545c.545.294 1.106.555 1.683.785.449.19.905.333 1.37.492.305.103.617.174.922.27.392.126.769.293 1.17.388.52.126 1.049.206 1.578.3.032 0 .064.017.096.025.296.079.585.174.881.222.4.079.817.11 1.218.182.457.08.906.198 1.362.246.65.079 1.298.127 1.955.127 1.338-.008 2.668-.072 4.006-.111a.71.71 0 0 0 .129-.016c.56-.088 1.122-.183 1.674-.262.433-.063.874-.095 1.306-.182.577-.111 1.146-.254 1.723-.373.44-.095.89-.19 1.33-.293.2-.048.409-.111.609-.175.417-.126.833-.253 1.242-.38.208-.04.417-.103.617-.19a47.798 47.798 0 0 0 1.963-1.11 62.31 62.31 0 0 0 2.252-1.459c.216-.158.424-.333.616-.523.433-.404.89-.785 1.282-1.229a42.087 42.087 0 0 0 1.875-2.235 24.37 24.37 0 0 0 1.395-1.974c.368-.595.68-1.229.993-1.863.168-.349.32-.713.457-1.086.136-.372.24-.753.352-1.126.128-.451.257-.911.369-1.37.064-.247.112-.484.168-.73.08-.333.184-.674.24-1.007.065-.38.089-.76.145-1.141.032-.238.096-.468.152-.698 0-.024.024-.048.024-.071.088-.31.184-.61.248-.92.065-.31.072-.618.153-.92a8.216 8.216 0 0 0 .28-1.712c.016-.396.088-.792.136-1.189.04-.325-.144-.69.136-.99.025-.025.009-.08.009-.127-.017-.199-.089-.405.112-.563a.15.15 0 0 0 0-.143c-.032-.143.048-.285.056-.436l.008.071ZM4.75 32.335l-.096-.095.2-.246c.032.04.096.103.088.12a1.6 1.6 0 0 1-.184.221H4.75Zm45.182-1.625c.208.048.409.087.609.143.024 0 .048.087.032.127-.032.095-.144.206-.112.261.08.15.176.286.288.404a.235.235 0 0 0 .096.08c-.024.158-.088.285-.048.364.056.12.289.048.417-.095.304-.317-.152-.222-.192-.356.208-.199.408-.222.536-.032.185.277.337.57.457.88.104.293-.056.452-.376.475a.658.658 0 0 0-.289.12c-.072.039-.16.166-.192.158a.628.628 0 0 1-.256-.222c-.257-.595-.49-1.19-.746-1.784a3.683 3.683 0 0 0-.272-.444l.04-.087.008.008Zm.657 2.267c.072.15.168.294.272.42a.5.5 0 0 1-.008.658.637.637 0 0 0-.096.294c0 .27.016.547.032.895a2.93 2.93 0 0 1-.504.238 1.63 1.63 0 0 0-.794.547c-.328.389-.577.84-.737 1.324a.29.29 0 0 1-.256.111 1.699 1.699 0 0 0-.954.063c-.416.103-.825.222-1.226.365a3.154 3.154 0 0 0-.809.507.755.755 0 0 1-.529.183 5.72 5.72 0 0 0-1.041-.024 3.007 3.007 0 0 0-1.603.602.945.945 0 0 1-.745.238 5.29 5.29 0 0 0-1.41.222 5.156 5.156 0 0 0-1.458.587c-.064.024-.129.024-.2.024a7.1 7.1 0 0 0-1.643.095 6.581 6.581 0 0 0-1.09.317c-.04.008-.08.032-.112.047a1.15 1.15 0 0 1-1.266.111.552.552 0 0 0-.224-.031 6.787 6.787 0 0 0-.898.008c-.416.055-.833.166-1.242.27-.152.03-.288.126-.44.158-.049.008-.177-.088-.177-.127.016-.23.056-.468.088-.698.049-.333.113-.658.145-.99 0-.056-.08-.127-.129-.19-.04.054-.104.102-.112.166-.072.499-.136.998-.184 1.498-.016.19-.096.364-.296.333a.52.52 0 0 1-.321-.286c-.16-.412-.28-.848-.409-1.268-.024-.071-.008-.15-.024-.222-.024-.135-.064-.27-.096-.404a.83.83 0 0 1-.048-.19c.008-.738.024-1.483.032-2.22 0-.063-.064-.127-.096-.198-.032.063-.096.127-.096.198-.008.254 0 .507 0 .76l-.08.017a1.481 1.481 0 0 1-.16-.23c-.065-.198-.097-.404-.153-.603-.08-.27-.184-.523-.264-.792-.096-.302-.176-.61-.273-.912-.128-.428-.256-.856-.408-1.332.128.024.256.04.384.048.337 0 .665-.008.994-.024.224-.008.24.032.192.262a5.71 5.71 0 0 0-.104.816c0 .048.048.095.072.15.04-.023.08-.03.08-.047a6.59 6.59 0 0 0 .169-.951c.016-.19.072-.238.24-.222.44.04.881.087 1.322.111.216.008.264.103.24.285-.064.531-.128 1.063-.184 1.594 0 .087.024.166.056.253l.072.016c.04-.063.112-.135.12-.206.057-.563.097-1.133.145-1.696.008-.143.056-.246.224-.246.32 0 .65.008.97.008.112 0 .224-.024.336-.032 0-.024 0-.055.008-.08-.08-.039-.16-.07-.24-.094-.16-.04-.32-.064-.481-.072-.44-.047-.89-.07-1.338-.063a7.356 7.356 0 0 1-1.442-.103.24.24 0 0 1-.024-.103c.008-.095.024-.19.04-.293a.818.818 0 0 0-.24.166.582.582 0 0 1-.521.254c-.329 0-.65.087-.978.079-.104 0-.264-.174-.305-.293a21.17 21.17 0 0 1-.416-1.594c-.072-.325-.08-.658-.136-.983-.04-.214-.113-.42-.16-.626a16.112 16.112 0 0 1-.145-.864c-.072-.547-.128-1.102-.192-1.649 0-.031 0-.071.008-.103 0-.024.032-.04.056-.071.2.222.433.127.649.055.064-.023.16-.103.16-.158 0-.206.128-.246.289-.238.232.016.472.032.505.349 0 .032.104.08.168.087.296.04.593.056.881.103.289.048.545.119.817.19.04.008.056.088.097.127.032.04.072.111.112.119.408.055.825.103 1.234.143a.115.115 0 0 0 .048-.016c.048-.293.048-.254.344-.174.409.102.834.118 1.242.047-.32-.38-.745-.19-1.081-.34a4.035 4.035 0 0 1 2.531.293c-.288.182-.593-.032-.865.07a.756.756 0 0 0 .641.278c.264-.071.545-.023.777.111.04.016.08.032.12.024.369 0 .738 0 1.13-.024l-.633-.198v-.08c.216 0 .433.009.641.032.681.12 1.362.27 2.035.389.601.11 1.202.182 1.803.293.337.08.673.167 1.002.286.16.055.248-.016.272-.246a3.27 3.27 0 0 0 1.603.262c.264 0 .528.063.769.166.376.11.753.246 1.13.372.152.048.304.104.456.16.785.237 1.547.554 2.276.942.192.12.408.206.633.246a.88.88 0 0 1 .609.547c.272.54.545 1.078.825 1.617Zm-.36 4.86c-.401.031-.754.27-.922.634a2.088 2.088 0 0 0-.016 1.252c.016.064-.04.15-.064.23-.104-.047-.305-.095-.305-.143 0-.27.032-.539.072-.808.009-.08.04-.159.057-.238.048-.238.104-.468.128-.705a.867.867 0 0 0-.048-.405c-.072-.182-.128-.333.024-.523.128-.198.232-.412.328-.634a1.01 1.01 0 0 1 .93-.603c.224-.015.456-.015.68.008a.928.928 0 0 1 .786.896c0 .737-.329 1.435-.89 1.91-.264.262-.536.516-.825.754-.152.127-.312.23-.488.309-.137.063-.193-.016-.193-.167-.056-.618.2-1.22.69-1.609.023-.024.047-.047.056-.08.008-.03.016-.055.008-.086h-.008v.008Zm-3.846 2.719a.708.708 0 0 1 .112-.58c.032-.03-.008-.15-.016-.221a.897.897 0 0 0-.209.055.606.606 0 0 0-.224.484.728.728 0 0 1-.112.222 2.11 2.11 0 0 1-.225-.135.699.699 0 0 1 .032-.975c.073-.087.145-.166.209-.253.136-.175.208-.333-.056-.468-.12-.064-.153-.183 0-.254a5.036 5.036 0 0 1 2.42-.57c.408.023.496.158.44.562-.048.325-.072.65-.096.975 0 .159-.064.31-.184.42-.104.103-.112.31-.169.484-.144.087-.304.174-.464.27a3.925 3.925 0 0 1-.81.372c-.232.08-.48.135-.729.15-.12 0-.24-.015-.352-.047v-.11l.465-.104c0-.087-.016-.182-.016-.277h-.017Zm2.3-.444.408.333-.57.42.153-.753h.008Zm-4.344 1.323a.96.96 0 0 1-.376.175c-.024 0-.12-.111-.112-.143.104-.27-.032-.285-.249-.261-.048 0-.136-.024-.144-.056-.088-.214-.273-.143-.36-.063a.717.717 0 0 0-.233.412c-.008.063.184.166.297.238.072.032.144.055.216.071-.433.365-.881.293-1.018-.166-.048-.151.072-.357.129-.524.023-.079.112-.134.136-.206.024-.087.04-.174.048-.261a.849.849 0 0 0-.28.063.984.984 0 0 0-.41.991c.009.119.073.317-.136.31a.284.284 0 0 1-.28-.286v-.056c.032-.238.096-.467.176-.69.16-.388.36-.76.53-1.14.151-.373.48-.65.873-.738a5.431 5.431 0 0 1 1.786-.159c.249.008.225.088.209.333-.025.389-.017.785.016 1.173 0 .048.04.096.056.143.104.357.104.357-.257.389-.168.015-.336.015-.513.04a.408.408 0 0 0-.144.07c.024.127.08.278.04.326h-.008l.008.015Zm-3.109.785c.105.12.049.199-.096.222-.08.008-.168.032-.248.056-.12.047-.208.127-.096.27.112.142.08.213-.104.277-.225.079-.425.206-.633.301a7.354 7.354 0 0 1-.577.238.218.218 0 0 1-.168-.056 1.688 1.688 0 0 1-.129-.309.897.897 0 0 1 .209-.055c.096 0 .192 0 .288.023l-.08-.396c.128.008.248.032.368.056.105.031.193.126.297.134a.855.855 0 0 0 .313-.103c-.049-.079-.08-.19-.145-.222-.32-.166-.633-.364-1.017-.15a.326.326 0 0 1-.12.023c-.017 0-.033-.008-.065-.023l.28-.856a.745.745 0 0 0-.64.602 2.729 2.729 0 0 0-.112.507c.024.159.064.317.12.476 0 .08-.016.159-.04.238-.072-.032-.184-.056-.217-.111a2.343 2.343 0 0 1-.24-1.657 1.2 1.2 0 0 1 .433-.832c.152-.111.232-.31.376-.444.128-.127.289-.222.457-.294.272-.11.56-.198.85-.261.312-.056.64-.064.96-.095.065 0 .137-.024.201-.024s.168-.024.184 0a.35.35 0 0 1 .032.238c-.112.27-.264.523-.368.792-.088.23-.136.484-.208.73a.92.92 0 0 1-.08.206.402.402 0 0 0 .015.507v-.008Zm-3.18 1.181c-.225.016-.433.024-.641.04-.04 0-.08.048-.113.071.049.064.089.143.153.175a.99.99 0 0 0 .264.063v.072c-.32.087-.633.19-.937.309a5.134 5.134 0 0 1-1.635.142c-.288.032-.36-.23-.449-.412a1.336 1.336 0 0 1 .096-1.347c.185-.333.321-.714.513-1.047a1.79 1.79 0 0 1 .93-.69 6.237 6.237 0 0 1 1.875-.158c.088 0 .176.048.224.127.032.063 0 .166-.032.246a3.28 3.28 0 0 0-.224.721c-.049.531-.024 1.07-.024 1.657v.031Zm-3.782.484c-.016.174-.257.333-.497.388a3.314 3.314 0 0 0-.52.222c-.081.04-.21.127-.241.103-.072-.047-.104-.166-.153-.261-.008-.024-.015-.048-.023-.064-.321-.031-.353 0-.41.31 0 .087-.08.15-.167.142a.153.153 0 0 1-.12-.063c-.025-.04 0-.119.023-.175.064-.142.137-.277.209-.42l-.088-.063a2.707 2.707 0 0 1-.329.19c-.072.016-.144.032-.224.024a.881.881 0 0 1 .064-.238c.032-.055.112-.08.152-.127a2.59 2.59 0 0 0 .136-.174c-.088-.032-.192-.095-.272-.08a.775.775 0 0 0-.52.437l-.097.206a.565.565 0 0 1-.008-.563c.064-.111.168-.19.224-.301.032-.056 0-.151-.008-.222-.064.016-.152.008-.2.047a1.18 1.18 0 0 0-.497.967c.016.254-.112.317-.32.341-.185-.19.048-.333.08-.491.04-.167.096-.333.168-.492.072-.15.104-.309.296-.412a.69.69 0 0 0 .24-.483c.089-.508.425-.944.898-1.166a2.495 2.495 0 0 1 1.234-.325c.217-.008.44.016.657.024.216.008.425.008.633.016.224 0 .289.08.217.301-.057.167-.137.325-.193.492a4.65 4.65 0 0 1-.232.737 2.66 2.66 0 0 0-.136 1.15l.024.023Zm-2.244.824h-.833l.08-.412c.32-.04.625.127.761.405l-.008.007Zm-1.386-3.218c.112-.008.216-.016.329-.016.096.008.192.024.288.048a1.241 1.241 0 0 1-.088.293c-.112.198-.248.396-.4.626-.161-.317-.009-.634-.12-.959l-.009.008Zm-2.844-15.608s-.089-.08-.12-.072c-.113.04-.233.087-.337.143-.056.024-.112.04-.16.063l-.016-.079c.088-.095.184-.19.264-.293a.497.497 0 0 0 .064-.183.736.736 0 0 0-.224-.015c-.104.04-.2.087-.289.142 0-.119-.016-.238-.016-.357v-.253c-.016-.365-.016-.38.337-.357.32.016.633.08.961.111.193.024.377.024.577.032-.152.348-.288.658-.424.975a.304.304 0 0 0-.049.143c.033.348-.224.436-.48.53a1.49 1.49 0 0 1-.481.127c-.104 0-.208-.087-.32-.142l.024-.08c.048-.015.104-.055.152-.047.248.04.368-.135.52-.262a.137.137 0 0 0 .025-.134l-.008.008Zm-3.14-20.668a.349.349 0 0 1 .256-.388c.12-.024.24 0 .329.08.408.411.785.847 1.137 1.315.305.444.561.912.77 1.411.4.809.705 1.657.905 2.537.064.254.152.507.248.753.049.143.073.293.105.436.072.293.144.595.224.888.072.253.16.5.224.753.048.174.072.357.113.531.072.285.136.57.216.848.088.31.184.618.264.928.056.23.112.467.152.697.056.333.073.674.137 1 .064.324.184.65.248.982.08.412.12.832.184 1.253.008.079.024.158.048.237.016.056.065.103.073.159.056.436.096.88.16 1.316.024.198.12.388.136.586.064.761.104 1.53.152 2.291.008.15-.048.214-.216.238-.337.056-.665.167-.994.222-.2.024-.408.04-.609.04v.04c-.312-.056-.609-.128-.905-.151a8.9 8.9 0 0 0-.921-.016c-.217 0-.337-.04-.337-.286 0-.213-.024-.436-.072-.642a26.822 26.822 0 0 0-.297-1.173c-.008-.031-.024-.063-.032-.095-.04-.412-.072-.824-.128-1.229-.064-.451-.16-.895-.24-1.347 0-.032-.016-.064-.024-.095a92.1 92.1 0 0 0-.152-1.475c-.04-.333-.113-.681-.153-1.022-.056-.468-.072-.944-.136-1.42-.064-.467-.168-.903-.224-1.355-.112-.872-.217-1.752-.32-2.624-.057-.467-.137-.927-.177-1.395a22.38 22.38 0 0 1-.112-1.792c-.016-.832 0-1.664 0-2.504 0-.175 0-.357-.024-.532h-.008Zm8.213 21.11c.04-.594 1.09-1.419 1.546-1.236l-1.546 1.236Zm.064.524.24-.35c.136.302.112.342-.24.342v.008Zm.144-1.681a8.29 8.29 0 0 1-.625.967 2.96 2.96 0 0 1-.593.444.893.893 0 0 1-.24.135c-.065 0-.12 0-.185-.016.016-.056.016-.127.048-.159.088-.079.193-.134.28-.214.04-.04.049-.11.073-.166-.056-.008-.144-.056-.176-.032-.28.222-.721.23-.842.658a.16.16 0 0 1-.096.064 3.383 3.383 0 0 1-.633-.016 7.22 7.22 0 0 1-.977-.286c-.089-.031-.153-.142-.225-.214l.193-.166c.408-.262.825-.515 1.233-.785.049-.032.057-.127.089-.198-.088-.016-.169-.008-.257 0-.264.127-.52.277-.777.42l-.064-.08a2.81 2.81 0 0 1 .329-.285c.36-.222.729-.436 1.097-.658.04-.023.096-.079.128-.07.28.039.57.078.842.15.248.055.48.166.72.23.201.055.401.079.602.134.024 0 .056.111.04.143h.016Zm-.449 2.125v.063l-.537.174-.36-.19v-.047h.897Zm6.827.864c.697-.12 1.418 0 2.035.325-.104.023-.168.07-.224.055l-1.811-.388v.008Zm8.413.982a.791.791 0 0 1 .945.183c.24.238.489.468.721.713.049.072.089.15.113.23-.065.024-.137.048-.2.08-.049.031-.097.055-.145.079-.064.016-.136.016-.2.016a1.39 1.39 0 0 0 .192-.333c.008-.04-.104-.111-.16-.167l-.257.365-.609-.294.593-.269a.384.384 0 0 0-.537-.063c-.024.015-.04.04-.056.055-.168.198-.304.166-.504.056-.153-.088-.329-.12-.49-.199a1.726 1.726 0 0 1-.264-.214c.337-.103.601-.158.858-.261v.023Zm-.457-.325.04.072a1.48 1.48 0 0 1-.224.166 3.65 3.65 0 0 1-.473.222.246.246 0 0 1-.184.008.142.142 0 0 1-.056-.119.248.248 0 0 1 .128-.095c.256-.095.513-.182.761-.27l.008.017Zm-2.852-1.807a4.345 4.345 0 0 1 1.939.658c.24.174.472.365.689.563a.19.19 0 0 1 .064.19c-.024.056-.12.072-.193.095-.192.08-.456.095-.584.238-.36.365-.93.436-1.379.175-.4-.143-.793-.294-1.29-.476.2-.206.417-.404.65-.579.224-.119.456-.23.689-.317.064-.032.104-.11.16-.166a.68.68 0 0 0-.216-.032 2.52 2.52 0 0 0-1.282.618.887.887 0 0 0-.129.222.856.856 0 0 1-.192.254 1.175 1.175 0 0 1 .024-.777c.072-.135.152-.254.248-.373a.768.768 0 0 1 .786-.293h.016Zm-2.789-.848c.112-.127.16-.19.337-.087.192.095.4.158.609.206.32.095.64.19.953.285.056.016.096.08.152.135l-.128.15c-.184.183-.36.381-.52.587a.798.798 0 0 0-.113.722c.064.221.024.285-.208.221-.48-.118-.953-.261-1.426-.388-.4-.11-.801-.222-1.21-.31-.32-.07-.385-.197-.184-.45a2.278 2.278 0 0 1 1.017-.754c.08-.032.193 0 .273-.032a1.27 1.27 0 0 0 .448-.285Zm-.344-.214-1.779 1.062a.852.852 0 0 1 .328-.872c.417-.317.97-.396 1.45-.206v.016Zm-4.375-.5c.144-.047.288-.087.44-.11a1.84 1.84 0 0 1 .994.087c.273.071.553.134.834.174.136.04.272.095.4.159a1.603 1.603 0 0 0-.296 1.767c-.08.016-.169.024-.249.032-.825 0-1.65 0-2.475-.016-.16 0-.321-.032-.481-.079-.177-.056-.233-.198-.113-.333a9.374 9.374 0 0 1 1.018-1.086c.273-.174.569-.317.873-.42l.16-.08a.43.43 0 0 0-.52-.079 4.136 4.136 0 0 0-.745.389c-.257.166-.505.357-.777.563-.017-.048-.065-.111-.049-.159.065-.206.169-.388.313-.547.208-.127.433-.214.673-.27v.009Zm-.785-.42c.056 0 .12.016.176.04a6.92 6.92 0 0 0-.569.777 1.498 1.498 0 0 0-.168.674c-.008.27-.064.46-.369.499a.985.985 0 0 1-.256.056c.04-.072.08-.143.112-.222a.437.437 0 0 0 .024-.135c-.04-.016-.088-.016-.136-.016-.104.032-.2.095-.305.127a2.45 2.45 0 0 1-.336.055l-.032-.103.681-.372-.016-.087a1.053 1.053 0 0 0-.417.007c-.296.135-.569.31-.857.468a.743.743 0 0 1-.224.04c.032-.072.048-.175.104-.206.272-.167.56-.31.833-.476l.24-.167-.016-.087c-.104 0-.224-.031-.304 0-.32.159-.633.35-.954.524a.223.223 0 0 1-.2 0c.032-.048.056-.104.096-.127.497-.317 1.002-.627 1.499-.936.032-.024.096-.047.096-.071.016-.254.208-.222.376-.23.313-.008.625-.016.93-.016l-.008-.016Zm-1.018-.76a.21.21 0 0 1-.008.3c-.016.016-.032.024-.048.032h-.104c0-.127.016-.253.024-.38.048 0 .12 0 .144.032l-.008.015ZM32.121 9.441c.145.451.28.911.417 1.371.064.222.16.428.224.65.088.31.145.626.225.943.08.286.176.563.256.848.056.19.096.381.136.571.064.262.113.531.177.793.024.119.064.238.096.349.016.04.032.08.04.119.096.547.176 1.094.28 1.633.064.333.169.658.249.983 0 .015.008.031.008.047.064.389.12.785.184 1.173.064.365.144.738.208 1.102.048.27.08.547.12.825.072.483.137.967.217 1.442.04.254.112.508.152.761.008.127.008.262 0 .389l-.136.016c-.064-.238-.144-.476-.192-.722-.08-.396-.153-.8-.225-1.204-.064-.333-.112-.674-.184-1.007-.08-.389-.168-.777-.256-1.158 0-.023-.017-.047-.017-.071-.056-.388-.088-.777-.16-1.157-.064-.317-.176-.627-.264-.944l-.024-.071c-.04-.333-.072-.674-.112-1.007-.032-.245-.097-.483-.153-.721-.128-.547-.264-1.086-.384-1.633-.072-.31-.112-.619-.176-.928-.065-.285-.137-.562-.209-.848-.048-.198-.112-.388-.152-.586-.072-.31-.12-.627-.2-.928-.064-.246-.169-.483-.249-.73a3.397 3.397 0 0 1-.08-.411c.072.015.16.04.184.087v.024Zm-.368-.84s.096.031.096.039c-.016.238.28.436.088.698-.08-.215-.168-.429-.248-.643 0-.031.032-.087.056-.103l.008.008Zm-4.728-6.707c.329.135.625.333.874.57.224.199.424.413.617.635.44.468.793.999 1.057 1.577.137.325.337.627.49.952a42.021 42.021 0 0 1 1.482 3.638c.12.349.184.714.288 1.07.128.428.272.848.409 1.277.008.031.024.063.032.095.104.452.2.896.312 1.332.112.435.264.856.353 1.3.088.436.112.872.184 1.3.016.118.112.222.128.348.064.357.112.722.176 1.078.065.357.153.73.225 1.094.008.04.024.08.032.12.048.38.08.76.144 1.133.064.38.16.753.24 1.133 0 .016.008.032.016.048.064.436.113.872.185 1.308.064.373.152.745.224 1.118.016.095.016.198.032.301.024.119.056.23.08.349.016.071.016.143.032.206-.056.008-.12.016-.176.016l-1.627-.143c-.08 0-.16.016-.24.048l-.032.079c.088.071.184.119.288.158.41.064.818.111 1.234.143.209 0 .417-.008.625-.04l.024-.087c.065.111.12.23.16.35.009.039-.08.15-.136.15a3.06 3.06 0 0 0-1.065.166c-.16.064-.385-.04-.577-.087-.216-.055-.425-.127-.641-.182-.216-.064-.417-.111-.617-.175a2.227 2.227 0 0 0-.385-.087c-.2-.008-.296-.087-.312-.285-.04-.531-.064-1.063-.128-1.586-.064-.475-.177-.951-.273-1.427 0-.016-.016-.031-.016-.047a31.203 31.203 0 0 0-.16-1.213c-.056-.373-.144-.745-.216-1.118-.016-.087-.016-.182-.04-.27-.033-.158-.08-.316-.113-.475 0-.024-.024-.047-.032-.071-.048-.373-.088-.745-.152-1.11-.064-.333-.168-.666-.256-.999a1.852 1.852 0 0 1-.032-.222c0-.047.024-.103.008-.15-.072-.294-.16-.587-.233-.88a8.706 8.706 0 0 1-.152-.658c-.112-.524-.208-1.047-.336-1.57-.105-.412-.233-.816-.353-1.229-.096-.333-.192-.673-.304-1.006-.129-.373-.289-.746-.433-1.118-.144-.373-.265-.753-.425-1.118-.2-.46-.433-.904-.649-1.355-.072-.159-.152-.31-.24-.484l.224-.103c-.016-.04-.024-.087-.056-.11a9.96 9.96 0 0 0-.937-.802c-.273-.19-.601-.293-.89-.46-.08-.047-.184-.19-.168-.261.08-.388.192-.777.32-1.15.049-.134.217-.158.353-.221a3.865 3.865 0 0 1 1.506-.12c.193.017.385.048.57.104l.344.047c0-.031.008-.063.016-.103-.657-.507-1.442-.317-2.228-.333.04-.055.088-.103.129-.142.336-.286.8-.38 1.226-.262l-.009.016Zm-.889-.42c-.232.166-.449.34-.649.539a6.22 6.22 0 0 0-.801 1.022 3.04 3.04 0 0 0-.297.991 29.006 29.006 0 0 0-.136 4.717c.008.666.064 1.332.152 1.99.072.634.185 1.252.265 1.886.016.389.064.777.144 1.158.128.491.216.983.272 1.49.097.579.225 1.15.289 1.728.064.579.064 1.19.136 1.784.056.5.176.999.256 1.498.017.08 0 .166.017.254.032.19.072.388.112.578 0 .024.016.048.024.072.056.396.096.792.168 1.189.056.333.168.658.216.99.105.334.08.69-.072 1a.239.239 0 0 0 .064.237c.2.056.209.198.209.357-.024.19-.024.388-.008.579.056.38.152.76.224 1.141.024.111.024.23.04.349.016.087.032.174.056.262.032.055.056.118.08.182.064.539.112 1.078.193 1.617.048.357.136.706.208 1.054.104.492.208.983.32 1.467.073.309.16.618.24.92.057.221.105.451.169.673.088.286.184.563.28.848.04.143.073.286.113.428.2.627.4 1.26.609 1.895.136.412.304.817.416 1.229.08.301.088.626.152.927.056.27.145.531.217.8 0 .025.032.04.032.064.056.333.112.666.16 1 0 .039 0 .086.008.126a8.7 8.7 0 0 1 .297 1.64c.016.191.008.373-.032.564h-.097s-.048-.08-.064-.127c-.04-.31-.056-.626-.128-.936-.08-.34-.216-.673-.312-1.014-.073-.254-.137-.508-.209-.761-.088-.31-.184-.618-.272-.936l-.216-.816c-.049-.182-.089-.373-.137-.563a57.348 57.348 0 0 0-.4-1.57c-.128-.46-.273-.92-.401-1.379-.056-.206-.088-.428-.136-.634a162.12 162.12 0 0 0-.465-2.1c-.04-.19-.12-.381-.168-.571-.088-.38-.152-.761-.24-1.142-.065-.293-.153-.579-.225-.872-.056-.238-.12-.468-.168-.706-.064-.356-.112-.72-.176-1.078-.016-.11-.056-.221-.08-.332-.025-.111-.057-.19-.065-.294a19.757 19.757 0 0 1-.088-.721c-.056-.46-.104-.928-.168-1.387-.072-.46-.168-.944-.248-1.42 0-.039-.024-.079-.032-.118-.057-.397-.105-.793-.169-1.19-.064-.412-.16-.832-.224-1.244-.064-.436-.104-.88-.168-1.316-.024-.158-.096-.301-.12-.46-.065-.356-.113-.713-.169-1.07-.08-.53-.168-1.054-.256-1.585-.048-.333-.096-.658-.136-.991l-.169-1.475c-.032-.222-.104-.443-.128-.665-.064-.563-.104-1.134-.168-1.697-.08-.745-.168-1.482-.24-2.227-.017-.183-.017-.373-.024-.563-.017-.65-.049-1.292-.049-1.942 0-.365.049-.722.073-1.078.023-.365.04-.738.08-1.102.024-.238.072-.484.12-.722a5.11 5.11 0 0 1 .192-.84c.144-.34.32-.682.505-.999.072-.127.176-.222.256-.349.2-.293.545-.285.826-.396.072 0 .184.095.304.15l.016-.007ZM21.57 23.67c-.056-.412-.144-.825-.208-1.229-.073-.483-.137-.96-.209-1.443-.08-.507-.2-1.006-.24-1.514-.144-.983-.2-1.974-.176-2.965a2.526 2.526 0 0 0-.088-.491c-.065-.412-.137-.832-.185-1.245a38.515 38.515 0 0 1-.144-1.347 18 18 0 0 0-.168-2.077 25.451 25.451 0 0 1-.209-3.123c-.016-.516 0-1.023.056-1.538.04-.563.08-1.118.169-1.68.088-.524.272-1.031.36-1.547.145-.586.36-1.165.625-1.712a5.21 5.21 0 0 1 .57-.975c.087-.08.2-.127.312-.127a13.249 13.249 0 0 1 1.859-.063c.424-.056.849 0 1.241.158.057.032.153 0 .225 0 .24-.023.296 0 .424.199a3.03 3.03 0 0 0-.785.253 2.503 2.503 0 0 0-.913 1.19 11.61 11.61 0 0 0-.48 1.434 6.068 6.068 0 0 0-.073.848c-.04.357-.096.714-.136 1.07-.024.278-.04.555-.04.825-.008.507-.024 1.007 0 1.514.048.967.104 1.934.192 2.893.048.58.16 1.15.232 1.72.056.453.105.904.16 1.356.057.452.129.936.193 1.395.032.23.064.468.104.698.024.127.056.262.072.396.032.206.056.412.08.619.016.11.024.23.04.348.024.199.04.397.08.595.065.365.137.73.2 1.094.025.143.057.277.081.42.032.166.072.333.112.507 0 .032.032.064.032.096.048.348.096.697.152 1.038.073.428.16.848.24 1.276.017.095.017.183.033.278l.096.515c.016.04.032.08.04.119l.12 1.34c.016.103.04.213.072.317.032.126.072.261.096.388.04.206.073.404.097.61.064.42.112.84.184 1.253.064.38.152.76.224 1.15 0 .023.024.047.024.07.056.365.096.73.16 1.095.049.285.129.563.193.84.072.31.152.626.224.935.056.23.104.468.16.698.08.333.16.674.24 1.015.049.182.113.364.161.547.096.356.192.713.28 1.07.065.277.097.563.16.824.097.412.217.817.321 1.229.064.246.137.491.209.737.072.246.168.5.248.753.072.238.136.476.208.714.08.27.153.539.225.808.056.183.112.357.16.54.064.26.112.53.176.8.072.309.152.618.233.935l.048.198c.04.325.096.65.112.976 0 .15-.032.293-.072.436-.008.047-.04.103-.032.142.08.349-.113.634-.193.944a.896.896 0 0 1-.72.451 1.81 1.81 0 0 1-1.395-.412c-.44-.38-.817-.84-1.098-1.347-.24-.46-.464-.92-.68-1.396a6.441 6.441 0 0 1-.265-.785c-.056-.182-.112-.364-.168-.538-.12-.373-.265-.738-.36-1.118-.137-.547-.225-1.102-.338-1.657a5.737 5.737 0 0 0-.144-.531c-.136-.428-.28-.848-.408-1.276-.064-.206-.097-.42-.16-.627-.073-.285-.16-.563-.24-.848-.057-.206-.13-.412-.177-.618-.056-.262-.096-.531-.152-.8-.065-.278-.169-.556-.233-.833-.072-.301-.112-.603-.176-.896-.072-.333-.16-.658-.24-.983-.017-.063-.032-.127-.049-.198a8.434 8.434 0 0 1-.128-.618c-.064-.405-.12-.809-.184-1.213-.072-.452-.144-.896-.208-1.356-.072-.475-.129-.959-.193-1.442l-.072-.436c-.008-.056-.04-.111-.048-.167-.064-.507-.104-.999-.168-1.49l.04-.008Zm7.33 22.165c-.064.048-.12.143-.184.143-.28 0-.569-.016-.841-.04a46.64 46.64 0 0 1-1.442-.15 29.43 29.43 0 0 1-.882-.111 1.932 1.932 0 0 1-.2-.064l.016-.08h1.354c.553.009 1.106.025 1.659.048.128.008.248.048.368.095.064.024.104.096.16.143l-.008.016Zm-3.926-2.18c-.112.04-.208.111-.312.159h-.128c0-.048 0-.111.016-.135.112-.103.24-.222.112-.349-.04-.04-.273.064-.377.143a2.026 2.026 0 0 0-.264.38.476.476 0 0 1-.249-.626c.016-.032.032-.063.056-.095s.04-.071.057-.111c.016-.095.016-.19.024-.285-.12.031-.289.031-.353.11a3.81 3.81 0 0 0-.328.587l-.097-.016c0-.095 0-.19.032-.277a3.172 3.172 0 0 1 1.363-1.308c.312-.167.528-.08.697.246.336.642.697 1.268 1.05 1.902.063.119.111.254.2.452a3.97 3.97 0 0 1-.625.135 10.9 10.9 0 0 1-1.226 0 9.092 9.092 0 0 1-.93-.159c.04-.119.096-.23.168-.333.04-.047.225-.063.24-.032a.5.5 0 0 0 .578.238c.056-.008.12.056.184.08.144.04.216-.016.224-.175.017-.119.04-.238.065-.356.008-.056 0-.111.016-.167a.474.474 0 0 0-.185-.016l-.008.008Zm-2.003.317a.195.195 0 0 1 0 .27c-.024.024-.064.047-.096.047a6.99 6.99 0 0 1-.553.135c-.04 0-.08-.008-.056 0l-.136-.404-.44.333s-.129-.111-.113-.15c.088-.167.192-.318.304-.469-.112-.27-.4.183-.544-.055l.384-.317a.86.86 0 0 0-.993.5.435.435 0 0 1-.153.166c-.096-.064-.24-.143-.256-.23a.879.879 0 0 1 .377-.785c.072-.063.144-.119.216-.182l-.032-.103c-.144.031-.28.055-.425.087l-.2.047c.016-.063.016-.142.056-.19a2.61 2.61 0 0 1 1.466-.888c.32-.055.633-.174.946-.245.408-.072.833-.08 1.242-.048l.04.111c-.145.135-.28.27-.425.396a2.223 2.223 0 0 0-.785 1.134.881.881 0 0 0 .184.824l-.008.016Zm-4.174-.674-.225.072.088.483c-.224.032-.456 0-.665-.079-.192-.111-.416-.15-.569-.333a.449.449 0 0 1-.031-.539c.208-.388.504-.73.873-.983.112-.08.28-.158.168-.396-.593.261-1.09.69-1.426 1.244a.433.433 0 0 1-.024-.61c.232-.301.497-.579.785-.824.2-.111.425-.19.65-.222.055-.016.127 0 .175-.032a2.566 2.566 0 0 1 1.499-.12c.352.056.697.175 1.017.334a.66.66 0 0 1 .169.119 8.345 8.345 0 0 0-1.074.824c-.305.286-.52.642-.633 1.039-.056.333-.36.356-.449.586 0 .024-.144.024-.2-.008-.032-.023-.016-.127 0-.19.008-.047.08-.071.088-.119a4.08 4.08 0 0 0 .04-.309l-.256.056v.007Zm-2.308-.729s.016.032.016.048a2.565 2.565 0 0 1-.465.238c-.064.015-.176-.072-.24-.143-.064-.072-.04-.167-.088-.222-.08-.087-.176-.103-.224.047a.418.418 0 0 1-.553.199h-.016c-.217-.103-.457-.175-.681-.262a1.45 1.45 0 0 1-.385-.19.283.283 0 0 1 0-.254c.128-.174.28-.325.457-.515l-.265-.182c-.032-.222-.155-.275-.368-.16-.185.104-.369.223-.57.318-.047.024-.135-.016-.2-.024.025-.063.025-.158.065-.19.264-.198.529-.389.8-.579.097-.071.201-.127.29-.206a.414.414 0 0 0 .08-.142c-.057-.016-.137-.056-.177-.04a14.75 14.75 0 0 0-.785.46c-.12.079-.224.174-.353.245-.04.024-.112 0-.176-.008.016-.055.016-.142.048-.166a9.077 9.077 0 0 1 1.33-.864 3.74 3.74 0 0 1 1.923-.333.748.748 0 0 1 .313.143c.456.285.905.57 1.362.872.136.087.048.166-.04.238a4.208 4.208 0 0 0-1.026 1.133c-.088.166-.248.317-.072.523v.016Zm-1.018 1.308a6.253 6.253 0 0 0-.672-.27c-.24-.07-.49-.102-.73-.166a44.43 44.43 0 0 1-1.362-.404 2.375 2.375 0 0 1-.408-.182c-.209-.111-.169-.238-.024-.373.472.34 1.025.579 1.602.69l.77.237c.216.064.432.111.648.183.193.055.385.11.593.182-.056.111-.096.206-.144.301a.42.42 0 0 1-.537.246c-.032-.008-.056-.024-.08-.04-.264-.11-.553-.174-.833-.253l-.641-.198c-.225-.072-.449-.135-.665-.207a19.97 19.97 0 0 1-.89-.325c-.048-.016-.072-.11-.104-.174.072-.016.16-.063.225-.04.456.167.905.357 1.362.523.168.064.352.08.528.135.409.12.818.254 1.234.38.088.017.177.032.265.048l.04-.079c-.048-.055-.104-.143-.176-.174v-.04Zm-3.26-.277c.296.087.592.174.88.27.337.11.674.237 1.01.348.225.071.457.135.69.206.2.056.4.127.592.182.177.04.289.206.249.38 0 .009 0 .025-.008.033 0 .388-.088.451-.425.333a10.988 10.988 0 0 0-1.939-.54 3.31 3.31 0 0 1-.705-.317 1.426 1.426 0 0 0-.24-.079.56.56 0 0 1-.425-.666c.04-.174.152-.214.312-.166l.008.016Zm4.478 14.974c.04 0 .073.048.113.056.336.087.68.142 1.033.158.433 0 .825.246 1.034.626l-.024.095c-.24-.031-.489-.055-.73-.095-.112-.016-.224-.047-.336-.063-.417-.072-.833-.135-1.242-.206a.219.219 0 0 1-.136-.103c-.088-.159-.168-.325-.28-.547.2.024.392.047.584.079h-.016Zm-.753-.388.024-.088c.257-.11.441.032.617.206l-.64-.118Zm2.316.333c-.265-.072-.57.079-.793-.238-.08-.111-.305-.143-.465-.198-.16-.056-.313-.096-.473-.143-.24-.08-.48-.159-.729-.238a1.245 1.245 0 0 0-.248-.04c-.137 0-.345-.198-.289-.3a.353.353 0 0 1 .28-.16c.337.04.682.135 1.018.183.337.055.69.087 1.034.135.04 0 .08.023.104.055.208.293.409.587.609.88l-.048.056v.008Zm-1.01-1.277c-.625-.087-1.258-.166-1.875-.285a.631.631 0 0 1-.36-.278 2.123 2.123 0 0 1-.233-.467c.008-.246.097-.246.24-.206.353.103.714.182 1.067.261.296.048.584.111.873.198.136.048.232.222.336.35a.76.76 0 0 1 .097.174c.032.063.056.126.08.19a.716.716 0 0 1-.225.055v.008Zm-.352-1.228c-.016.055-.193.11-.28.103-.313-.056-.626-.143-.938-.214-.257-.056-.505-.12-.761-.167a.662.662 0 0 1-.481-.325c.81.135 1.514.57 2.388.333.032.063.104.182.08.278l-.008-.008Zm-4.48-3.068a1.215 1.215 0 0 1-.712-.35l.016-.078a.739.739 0 0 1 .264 0c.264.11.52.253.761.42.185.166.337.356.457.57.088.151 0 .262-.176.254a1.46 1.46 0 0 1-1.074-.539h.713c0-.174-.032-.27-.232-.27l-.016-.007Zm.602-7.254c.168.04.336.096.505.151.392.127.785.27 1.185.388.12.024.249.016.36-.04.225-.094.41 0 .426.23.024.516-.137.619-.65.484-.424-.11-.865-.166-1.297-.253-.481-.096-.954-.19-1.427-.302a.158.158 0 0 1-.112-.11 11.208 11.208 0 0 1-.04-.77c.417.088.745.151 1.066.222h-.016Zm-.761-1.022c.152.087.328.134.504.142.393-.008.657.278 1.018.365.513.127 1.01.293 1.506.46.08.024.136.11.209.166a.834.834 0 0 1-.24.032c-.441-.087-.882-.198-1.323-.285-.296-.064-.593-.111-.89-.167-.296-.055-.568-.095-.84-.15-.2-.04-.225-.088-.225-.38 0-.318 0-.31.296-.167l-.015-.016Zm3.237 4.28c0 .167-.08.214-.249.19-.633-.094-1.258-.174-1.89-.269a4.975 4.975 0 0 1-.762-.15c-.088-.032-.144-.175-.192-.286-.048-.127-.056-.27-.112-.396-.097-.214-.04-.317.192-.278.52.08 1.042.183 1.562.27.345.055.697.119 1.042.15.328.024.384.08.409.547 0 .08.008.159 0 .23v-.008Zm.136.809c-.08.04-.168.08-.257.103a1.065 1.065 0 0 1-.224 0c-.585-.063-1.178-.119-1.779-.19-.192-.024-.376-.072-.569-.111-.152-.032-.336-.285-.28-.428a.236.236 0 0 1 .2-.12c.473.064.954.151 1.426.23.097.017.185.024.273.04.336.032.665.088.993.151.105.032.153.214.217.325Zm-3.029-3.02c.369.087.745.15 1.122.174.408.072.809.159 1.218.238.056.008.112.055.168.047.304-.04.377.12.353.35.016.316-.033.388-.329.348-.473-.063-.946-.158-1.418-.238-.112-.016-.217-.016-.329-.031-.192-.024-.384-.056-.577-.08a1.72 1.72 0 0 0-.352-.055c-.24.008-.345-.103-.353-.325v-.024c-.008-.412-.072-.595.497-.388v-.016Zm-.48 2.267c.055.11.095.238.12.365a5.282 5.282 0 0 1-.305.063h-.329a11.938 11.938 0 0 1-1.282-.285c-.152-.056-.248-.278-.36-.436 0 0 .08-.103.128-.111a.996.996 0 0 1 .377 0c.336.071.665.166 1.001.238.12.023.257.015.377.047.104.016.2.063.28.143l-.008-.024Zm-.177.713c.304.024.417.151.409.468.008.159.056.31.128.452.072.15.016.222-.12.214-.225-.016-.457-.064-.681-.095a2.266 2.266 0 0 0-.32-.056.657.657 0 0 1-.658-.444c-.064-.142-.16-.277-.224-.412a1.597 1.597 0 0 1-.088-.277c.576.063 1.073.127 1.562.166l-.008-.016Zm-.569 1.23c.457.015.89.221 1.194.562.04.08.072.158.088.238a.716.716 0 0 1-.224.055c-.329-.04-.665-.087-.994-.158-.104-.024-.192-.143-.28-.222-.024-.016-.016-.064-.032-.095-.04-.111-.08-.214-.12-.318l.376-.055-.008-.008Zm1.298 1.172c.128.048.2.254.28.397 0 .015-.128.142-.144.134-.328-.182-.649-.38-.977-.57l.048-.087c.272.015.537.063.801.142l-.008-.016Zm-.272 1.84c.256.039.505.102.745.198.16.103.296.221.416.364-.168.032-.328.056-.496.087-.04 0-.08 0-.112-.008h-.137c-.352 0-.48-.087-.544-.412-.008-.063.104-.222.128-.214v-.016Zm.352.816c.193.008.385.047.57.103.304.127.552.349.712.634-.088.016-.136.048-.176.04a7.361 7.361 0 0 1-1.09-.294c-.112-.04-.152-.253-.224-.396.072-.024.152-.095.216-.087h-.008Zm.24.856a.154.154 0 0 1 .153-.04c.328.08.649.175.977.262a.189.189 0 0 1 .113.095c.12.262.224.531.36.848a.783.783 0 0 1-.232.016 2.03 2.03 0 0 1-1.346-1.014.2.2 0 0 1-.016-.151l-.008-.016Zm3.694-.024c-.368-.063-.745-.127-1.113-.198-.337-.071-.681-.166-1.018-.254-.032-.007-.056-.071-.08-.11.048-.032.096-.088.136-.08.193.016.385.048.577.087.192.04.377.072.569.111.24.032.48.087.713.15.112.04.192.16.28.247l-.064.055v-.008Zm-.44-.602h-.152c-.465-.072-.922-.15-1.387-.222-.12-.024-.256-.016-.376-.04-.08-.016-.185-.031-.217-.087a2.292 2.292 0 0 1-.176-.404c.12-.032.248-.056.377-.072.176.008.352.032.528.064.177.024.353.04.53.071.32.032.648.095.96.175.089.031.129.253.161.404.008.032-.152.095-.24.135l-.008-.024Zm.08-.944c-.016.04-.128.08-.193.072a20.97 20.97 0 0 1-1.233-.103 7.6 7.6 0 0 1-.962-.175.618.618 0 0 1-.304-.245c-.112-.159-.048-.254.2-.246.433.063.921.143 1.402.214.216.032.44.04.657.087.136.032.273.087.393.175.056.063.08.142.056.221h-.016Zm-.12-.76c0 .15-.064.182-.209.158-.56-.087-1.121-.159-1.674-.254a4.45 4.45 0 0 1-.713-.174.422.422 0 0 1-.193-.246 3.415 3.415 0 0 1-.128-.491l-.024-.087c.313.015.633.04.946.063.264.024.52.055.785.087.288.032.577.048.857.111.32.063.224.404.353.603.04.063.016.15.016.23H16.2Zm-.28-1.277c-.009.064-.129.175-.185.167-.569-.072-1.122-.167-1.683-.238a4.878 4.878 0 0 0-.48 0 .48.48 0 0 1-.481-.603c.024-.063.192-.079.232-.095.585.095 1.106.19 1.619.27.168.016.336.023.505.016.344 0 .528.182.472.499v-.016Zm-.506-.793c-.32-.023-.633-.087-.945-.118-.144-.016-.289.008-.433-.008-.312-.04-.617-.088-.921-.151-.08-.016-.144-.111-.192-.182-.032-.048-.04-.15-.008-.175a.195.195 0 0 1 .184-.023 4.613 4.613 0 0 0 1.883.277c.224-.008.48.11.649-.15.04.015.056.023.056.023.064.143.12.278.184.42a1.463 1.463 0 0 1-.449.095l-.008-.008Zm-.432-.69a3.1 3.1 0 0 1-1.234-.126 1.993 1.993 0 0 0-.681-.127c-.28 0-.297-.182-.369-.412h.353c.689.087 1.378.198 2.067.246a.623.623 0 0 1 .625.42h-.77.009Zm-3.005-2.583c.016.134.048.277.088.404.048.166-.032.27-.312.246l-1.178-.262a3.504 3.504 0 0 1-.633-.15.769.769 0 0 1-.32-.318 1.881 1.881 0 0 1-.169-.491c-.04-.175.096-.19.208-.167.329.072.65.159.978.238.056.016.112.032.176.04.305.04.617.071.922.119.192.04.232.182.248.349l-.008-.008Zm-.168-.698c-.064.087-.305.063-.465.047a4.02 4.02 0 0 1-.537-.11l-1.113-.262-.073-.024c-.104-.031-.272-.024-.312-.087a.96.96 0 0 1-.128-.832c.416.11.833.245 1.258.348.304.072.609.12.921.143.393.04.681.484.449.777Zm-1.563-2.584c-.464-.19-.937-.35-1.41-.516a.34.34 0 0 1-.24-.372c0-.15-.024-.301-.032-.452 0-.127.04-.198.184-.135.48.214.954.436 1.442.634.385.167.785.302 1.17.46.072.04.128.095.168.167.032.047.008.119.032.174.113.254.033.404-.296.436.056.071.072.111.104.135a.784.784 0 0 1 .297.943c-.024.056-.217.095-.289.056-.433-.214-.857-.452-1.282-.682-.136-.08-.24-.214-.376-.293-.08-.04-.193-.008-.297-.016.032.095.072.19.12.277.12.111.225.238.329.365-.345-.072-.705-.095-.922-.404a.722.722 0 0 1-.072-.183 3.546 3.546 0 0 1-.136-.412 4.323 4.323 0 0 1-.048-.452 13.56 13.56 0 0 0 2.228.674c-.153-.293-.45-.301-.674-.388v-.016ZM8.645 42.1c.28.135.537.278.81.389.528.222 1.057.452 1.594.674.128.055.336.063.384.158a.854.854 0 0 1 .096.595c-.048.158-.24.087-.408 0-.28-.143-.593-.214-.882-.333a33.544 33.544 0 0 1-1.458-.627c-.232-.095-.288-.428-.136-.84V42.1Zm2.844.904a2 2 0 0 1-.496-.143 76.294 76.294 0 0 1-1.427-.602c-.256-.111-.496-.246-.745-.373-.184-.095-.288-.214-.208-.452.112-.261.112-.562.008-.832.216 0 .336.072.352.317a.91.91 0 0 0 .145.31c.04.063.088.126.16.237h-.52l-.041.08c.104.079.216.142.329.198.384.142.769.261 1.153.388.16.056.32.103.481.159.289.095.593.182.873.309.089.04.129.19.193.293-.08.048-.177.119-.257.111Zm-2.195-2.513c-.056-.071-.136-.142-.136-.222 0-.079.088-.135.16-.174.168-.111.345-.198.513-.31.032-.023.04-.095.056-.15-.056-.008-.12-.047-.16-.024-.24.127-.49.262-.714.413-.112.07-.184.126-.296 0a2.97 2.97 0 0 0-.328-.222.185.185 0 0 1-.065-.167.812.812 0 0 1 .762-.325l-.409.317.032.087c.569-.119 1.13-.277 1.683-.467l.016-.088a1.886 1.886 0 0 0-.305-.055c-.104 0-.216 0-.32.024v-.08c.232-.063.472-.142.713-.182.184-.032.376-.016.56-.04.08-.007.209-.07.209-.11.008-.325.224-.207.393-.183.793.095 1.57.325 2.283.69.096.04.192.08.297.103a2.12 2.12 0 0 1-.273.262c-.416.285-.85.547-1.258.84-.136.11-.256.245-.344.396-.257.357-.337.396-.77.301-.064-.015-.128-.031-.2-.031a3.741 3.741 0 0 1-1.97-.54c-.025 0-.073 0-.089-.015l-.04-.048Zm-2.38-3.186c-.056-.016-.104-.04-.16-.064.112-.095.232-.166.369-.222.248-.048.312-.158.208-.357.216-.087.44-.15.673-.19a.701.701 0 0 1 .385.167c.272.182.536.372.785.586.272.254.529.523.777.8.112.128.048.223-.12.255a7.303 7.303 0 0 0-1.699.372c-.208.087-.288.016-.328-.198-.008-.071-.113-.127-.177-.182-.064-.056-.168-.096-.168-.151-.04-.389-.168-.46-.52-.254-.12-.142-.073-.222.055-.317a.975.975 0 0 0 .185-.222c-.08 0-.169 0-.257-.008l-.008-.015Zm-.36-.849c0-.04 0-.079-.008-.119h.472v.096l-.464.031v-.008Zm1.875-.325c-.048.032-.08.064-.097.056a4.217 4.217 0 0 1-.849-.365.985.985 0 0 1-.28-.531c-.08-.27.184-.317.336-.42.024-.016.056-.04.128-.095l.762 1.355Zm-.385-1.601c.088.016.192.008.248.063.08.096.145.19.2.302-.055.079-.095.166-.16.19-.032.016-.12-.063-.168-.111a.588.588 0 0 1-.104-.198c-.008-.08-.016-.159-.016-.238v-.008Zm5.937-3.575s.168.103.168.119a2.863 2.863 0 0 1-.216.325c-.08-.12-.16-.198-.144-.23a.48.48 0 0 1 .2-.198v-.016h-.008Zm-.192-.293v-.357l.088-.024c.064.08.112.159.144.254.008.071-.056.15-.088.222l-.144-.095Zm4.407.11c.072.096.144.19.2.294.008.024-.056.08-.088.11a.735.735 0 0 1-.176-.174c-.016-.023.032-.095.072-.222h-.008v-.008Zm-.169-.372.209-.19c.072.103.16.182.144.214a.758.758 0 0 1-.184.206.834.834 0 0 1-.16-.214l-.009-.016Zm.265-.809c-.176 0-.36-.008-.537-.047-.024.04-.048.166-.12.198a1.432 1.432 0 0 1-.601.15c-.104 0-.208-.19-.304-.293.096-.047.192-.095.288-.127a3.46 3.46 0 0 1 .417-.087c.168-.023.336-.04.496-.055.088 0 .185-.008.273-.032.088-.04.192-.159.224.008.032.095-.064.285-.128.293l-.008-.008Zm-.385 5.304c.08.27.177.539.257.816.032.135.056.278.072.412a1.09 1.09 0 0 1-.297.167c-.056.016-.192-.024-.208-.072-.152-.451-.28-.903-.425-1.355-.064-.206-.136-.412-.184-.626-.024-.087-.032-.238.016-.27.12-.087.28-.214.433-.047.112.126.304.214.224.475-.048.15.064.341.112.508v-.008ZM9.102 36.02c-.056-.079-.153-.142-.185-.238-.024-.063.024-.158.04-.245a.82.82 0 0 1 .177.11c.088.088.152.199.24.294.537.642 1.082 1.276 1.619 1.918.048.056.088.111.144.199a.676.676 0 0 1-.745-.207 5.837 5.837 0 0 0-1.475-1.426c-.064-.04-.128-.072-.192-.111a.49.49 0 0 1-.152-.135c-.016-.032.04-.135.064-.135.072 0 .136.024.192.055.048.024.088.08.144.096.048 0 .097 0 .137-.04.024-.04.024-.087 0-.135h-.008Zm.248-1.466.088.047-.208.333c-.112-.206-.104-.23.128-.372l-.008-.008Zm.264 1.062c-.064-.111-.192-.238-.168-.325.04-.135.184-.246.297-.373.056.04.104.08.152.127.256.325.497.674.705 1.039.377.586.801 1.141 1.258 1.664.04.088.08.183.096.278-.096 0-.208.024-.28-.024a2.747 2.747 0 0 1-.425-.38 12.3 12.3 0 0 1-1.635-2.006Zm1.811 1.054c-.128-.15-.112-.237.04-.356.297.198.441.578.802.705l.08-.063c-.128-.19-.257-.373-.385-.563-.016-.024-.064-.048-.072-.072-.024-.087-.032-.182-.048-.269.072.04.168.063.216.127.32.444.617.92.946 1.363a1.3 1.3 0 0 0 .336.246 1.77 1.77 0 0 0-.112-.349c-.304-.491-.625-.967-.93-1.458-.031-.056 0-.143 0-.222.097.016.249-.008.281.047.425.627.841 1.26 1.234 1.903.04.071-.032.214-.056.325-.016.079-.032.158-.056.238.088-.032.168-.056.256-.096.032-.023.072-.047.096-.07a.922.922 0 0 0 .16.19.856.856 0 0 0 .2.07.694.694 0 0 0 .017-.221 1.58 1.58 0 0 0-.136-.317h.128c.2.333.577.46.833.721.048.048.112.111.168.103.417-.055.385.31.593.555l-.392.024a2.43 2.43 0 0 1-1.587-.484 3.023 3.023 0 0 0-1.017-.428c-.441-.095-.65-.436-.906-.73-.256-.285-.448-.625-.705-.919h.016Zm.61-2.56.248.34-.097.072-.256-.34.104-.072Zm-.418-1.205c.08-.103.113-.19.169-.206a.97.97 0 0 1 .304.024c.032 0 .056.063.064.103.04.127.065.261.104.388-.08.008-.184.056-.232.024a3.937 3.937 0 0 1-.392-.333h-.017Zm.641.84c-.015-.047.025-.103.04-.158.04.015.113.015.129.04.184.316.36.633.537.959.008.04.016.07.016.11-.072 0-.16.024-.193 0a2.367 2.367 0 0 1-.368-.475 1.64 1.64 0 0 1-.144-.476h-.017Zm2.765.056c0 .087 0 .174-.024.253-.072-.04-.184-.055-.217-.11a5.442 5.442 0 0 1-.272-.58c-.088-.198-.16-.396-.248-.61.336-.135.4-.103.512.246.089.278.193.54.273.809h-.008l-.016-.008Zm.096-1.403s.064.031.08.055c.096.293.184.587.28.88.049.103.08.214.105.325a.67.67 0 0 1-.064.277c-.064-.055-.16-.095-.193-.158-.144-.349-.272-.706-.408-1.062a.232.232 0 0 1 .144-.302c.016 0 .04-.008.064-.015h-.008Zm-1.394 3.908a4.169 4.169 0 0 0-.265-.389c-.08-.103-.168-.214-.296-.047-.016.015-.096 0-.128-.024s-.016-.103 0-.111c.312-.111.184-.31.072-.5l.096-.047c.2.317.4.642.6.96.057.086.097.173.145.26.096.151.273.286.008.453-.024.015.032.19.072.277.056.111.209.246.185.325-.049.159-.129.04-.177-.047a2.026 2.026 0 0 0-.112-.167c-.168-.23-.328-.46-.497-.698a.237.237 0 0 1-.032-.206.568.568 0 0 0 .112.08c.073.031.153.055.225.079 0-.072 0-.143-.016-.214l.008.016Zm-.064-1.015a.397.397 0 0 1 .016-.317c.04-.056.208-.056.296-.024.128.048.144.15.136.301a1.2 1.2 0 0 0 .185.5c.256.563.52 1.133.777 1.696l-.088.048c-.257-.38-.521-.753-.753-1.134-.2-.333-.393-.69-.561-1.054l-.008-.016Zm1.17.943a54.928 54.928 0 0 1-.57-1.197c-.023-.055-.047-.166-.015-.198a.752.752 0 0 1 .272-.198c.016-.008.128.103.152.174.088.278.16.571.249.849.088.285.192.554.28.832.008.087.008.174 0 .261l-.088.024c-.08-.174-.176-.356-.256-.539h-.008l-.016-.008Zm-.337-2.077a1.917 1.917 0 0 1-.184.167c-.177.143-.313.087-.377-.127a6.168 6.168 0 0 0-.28-.761c-.12-.262-.113-.46.272-.57.088.19.192.396.28.61.097.214.193.444.305.69h-.008l-.008-.009Zm-.793.333c-.048.048-.112.159-.168.151a.368.368 0 0 1-.273-.127 8.514 8.514 0 0 1-.44-.951.352.352 0 0 1 .112-.285c.096-.072.24-.12.32.047.072.15.144.301.2.452.097.23.169.444.257.705l-.008.008Zm-1.082-1.387a1.671 1.671 0 0 1-.312-.396c.064-.19.392-.492.504-.413.145.127.24.294.305.476.048.095-.385.412-.48.341h-.009l-.008-.008Zm2.86 3.377a6.245 6.245 0 0 1-.224-.65 6.073 6.073 0 0 1-.128-.452c-.072-.277-.152-.563-.208-.832-.008-.056.096-.135.144-.206.056.055.152.103.176.166.224.65.433 1.3.657 1.95.04.087.088.167.144.246-.12.055-.296.174-.336.143a.894.894 0 0 1-.208-.357h-.008l-.008-.008Zm.273-1.459c-.064-.182-.168-.356-.224-.539-.024-.063.032-.15.056-.222.064.04.168.072.184.127.152.452.288.896.44 1.34.073.214.177.412.257.618.016.08.024.167.024.246l-.096.032a2.327 2.327 0 0 1-.2-.365c-.145-.404-.28-.824-.425-1.236h-.016Zm.617.215c-.08-.223-.12-.46-.176-.69a.386.386 0 0 0-.016-.095c-.102-.238-.027-.36.224-.365.312-.008.409.127.513.555.088.357.24.705.36 1.054.064.19.128.373.185.563 0 .024 0 .087-.016.087a2.282 2.282 0 0 1-.505.103c-.056 0-.144-.11-.176-.19-.129-.325-.265-.666-.377-1.015l-.016-.008Zm.304 1.854.401.983a1.164 1.164 0 0 1-.393-.975l-.008-.008Zm.265-.23c.168-.079.336-.158.505-.221.032-.008.12.055.144.103.104.285.2.578.304.864.048.166.12.325.2.467.105.159.177.325.049.46a1.315 1.315 0 0 1-.481.214l-.721-1.878v-.008Zm1.178.524c-.072-.206-.145-.404-.217-.61-.056-.104-.008-.23.096-.286a.215.215 0 0 1 .097-.024.417.417 0 0 1 .336.206c.208.484.385.983.569 1.475.072.206-.04.293-.393.293-.024-.024-.12-.063-.144-.135-.112-.3-.216-.61-.328-.92h-.016Zm.793-.206c-.088-.262-.096-.547-.168-.817-.049-.198-.137-.388-.2-.579-.129-.412-.241-.824-.377-1.228a4.549 4.549 0 0 0-.217-.444l-.048.016v-.024c.088-.095.193-.27.273-.262.168.016.248.175.28.365.064.293.152.579.256.864.057.198.12.389.169.587.048.222.072.46.136.681.072.254.184.5.272.745 0 .016.017.032.032.04.425.175.361.587.433.92a.258.258 0 0 1-.144.222.386.386 0 0 1-.28-.127 6.622 6.622 0 0 1-.417-.944v-.015Zm-1.659-3.56c-.152 0-.296.04-.336-.19-.064-.301-.184-.579-.257-.88a1.492 1.492 0 0 1-.032-.594c.016-.072.225-.111.409-.19.104.428.192.792.288 1.149.04.158.113.309.145.475.032.159-.04.246-.217.238v-.008Zm-.777-2.156c.08-.095.16-.19.257-.277.064.071.176.15.168.222 0 .071-.12.15-.225.261a1.183 1.183 0 0 1-.192-.206h-.008Zm.465-1.181-.016-.087.625-.167.024.103c-.217.032-.369.317-.633.151Zm.64.166c.065 0 .137.032.169.088.008.055-.048.166-.088.174a3.939 3.939 0 0 1-.529.008c0-.024 0-.055-.008-.08.152-.07.305-.126.457-.182v-.008Zm-.352 1.063a.799.799 0 0 1-.048-.198c.016-.08.048-.207.104-.222.169-.056.345-.088.521-.096.04 0 .112.08.112.127a.194.194 0 0 1-.08.159c-.168.055-.336.087-.513.127l-.096.095v.008Zm-.473-.753-.2.253-.128-.071a.635.635 0 0 1 .104-.238c.032-.016.144.048.216.064l.008-.008Zm-.48-.793s-.096-.198-.072-.222c.096-.063.2-.119.312-.159 0 .23-.032.389-.232.38h-.008Zm.08 2.386c.048.34.112.674.2 1.007.096.372.048.452-.336.46-.249 0-.353-.103-.417-.365-.072-.301-.176-.603-.272-.896-.04-.127-.056-.23.096-.293.16-.08.328-.135.496-.175.153-.015.225.104.249.262h-.016Zm-.465-.5c-.104.048-.208.08-.312.104-.209.079-.193-.087-.225-.238.032-.04.056-.12.112-.143.137-.063.28-.103.425-.11.104 0 .208.086.305.142-.097.095-.2.182-.305.261v-.015Zm-.048-1.173a6.563 6.563 0 0 1-.505.19c-.04 0-.08-.007-.104-.039-.016-.048-.016-.15 0-.159.209-.07.417-.134.633-.19.032-.008.08.024.128.04-.08.095-.104.15-.144.166l-.008-.008Zm-.112-.539a3.153 3.153 0 0 1-.593.198l-.208-.19c.072-.071.136-.182.224-.222a2.1 2.1 0 0 1 .44-.11c.089 0 .169 0 .25.015-.033.12-.041.27-.113.317v-.008Zm-.77 1.546a.527.527 0 0 1 .105.301c-.008.088-.112.167-.176.246l-.072-.047a2.847 2.847 0 0 1-.105-.373c0-.056.024-.103.072-.135.056-.016.169-.016.185.016l-.008-.008Zm-.376-.547-.096-.04c.016-.087 0-.206.056-.253.056-.04.168-.008.257-.008l.024.087-.233.214h-.008Zm.024-.697-.28-.135.032-.135c.088 0 .2-.016.256.024.04.032 0 .158 0 .246h-.008Zm-.264 1.363c.056.159.104.317.128.484 0 .04-.168.11-.264.126-.032 0-.113-.087-.129-.15-.048-.183 0-.341.28-.46h-.015Zm-.537.658a.328.328 0 0 1-.184.238c-.12.047-.24 0-.257-.183a1.272 1.272 0 0 0-.136-.325l.433-.166c.072.143.12.285.152.436h-.008Zm-.601-.92s-.104-.11-.096-.126a.603.603 0 0 1 .208-.238c.04-.024.144.071.289.142-.169.104-.28.175-.393.23l-.008-.008Zm-.112-.61-.273-.238c.137-.087.273-.174.425-.245a.518.518 0 0 1 .136.206c.04.182-.064.245-.28.285h-.008v-.008Zm-.232.634c-.073.095-.097.143-.129.167a1.53 1.53 0 0 1-.48.245c-.089.016-.2-.15-.305-.237a.606.606 0 0 1 .16-.159c.12-.08.265-.135.409-.166.104 0 .216.087.352.15h-.008Zm-.33-.523a3.36 3.36 0 0 1-.568.262c-.048.015-.16-.127-.208-.206-.016-.032.04-.143.096-.175a1.11 1.11 0 0 1 .417-.158c.12.015.24.055.352.11-.04.104-.056.16-.08.175l-.008-.008Zm-.72 1.046-.48.167c-.025-.095-.09-.214-.057-.278.056-.095.192-.206.28-.198.089 0 .153.175.265.31h-.008Zm-.537 1.903s.2.016.232.071c.145.206.24.428.377.634.136.206.28.389.457.627-.097.055-.24.19-.289.158-.104-.063-.144-.206-.224-.317-.16-.222-.32-.452-.48-.674-.057-.079-.177-.142-.193-.222 0-.103.048-.198.12-.27v-.007Zm-.329-.095a2.81 2.81 0 0 1-.272-.476c-.016-.04.136-.135.216-.206.12.135.233.277.329.428.016.024-.136.143-.264.254h-.008Zm-.048.539c.24.301.45.618.69.927a.386.386 0 0 1 0 .523c-.265-.332-.521-.642-.762-.95a1.638 1.638 0 0 1-.2-.318.556.556 0 0 1 0-.23c.104.024.24 0 .288.056l-.016-.008Zm.28 1.387c.089.111.185.206.009.365-.16-.183-.313-.357-.457-.531-.176-.214-.336-.428-.52-.634-.025-.032-.073-.056-.08-.096a2.953 2.953 0 0 1-.04-.261c.087.04.208.055.264.119.288.348.552.697.825 1.046v-.008Zm-.848-1.64a1 1 0 0 1-.321-.413c-.024-.048.144-.174.24-.27.049.032.088.072.129.111.056.088.104.183.152.278.048.095-.112.364-.193.309l-.008-.016Zm-.016-1.34a2.958 2.958 0 0 1-.345-.365l.4-.15c.065.11.16.213.169.324.008.072-.2.206-.216.198l-.008-.008Zm-.265 1.45c-.112.048-.192.103-.224.087a1.542 1.542 0 0 1-.24-.214c.055-.055.144-.158.152-.15.112.087.216.174.32.277h-.008Zm-.376-1.165a1.168 1.168 0 0 1-.345-.206c.136-.111.248-.222.256-.214.105.087.2.182.28.277-.055.056-.135.15-.191.143Zm-.377-.634c-.2-.056-.248-.444-.04-.642.088.158.168.317.232.491.016.032-.136.167-.192.159v-.008Zm-.04.769c0 .055-.048.11-.104.222-.072-.088-.153-.135-.145-.175.008-.055.073-.11.113-.158.056.031.136.071.144.11h-.008ZM9.07 34c.16.135-.049.222-.113.317a.952.952 0 0 1-.16.15c-.288-.19-.312-.253-.096-.396.104-.063.312-.127.377-.08L9.07 34Zm10.64-5.755h.593c.2 0 .369.047.545.047a.649.649 0 0 0 .264-.11c.096-.072.2-.127.305-.175.224-.064.368.071.408.301.073.412.177.817.265 1.229.016.04.024.08.032.119.04.333.048.681.112 1.007.072.293.152.578.256.864.016.031.024.063.033.095.047.309.08.626.152.935.056.262.152.515.232.769.008.04.024.08.032.119.088.373.184.753.264 1.126.057.253.08.507.145.753.064.245.176.515.248.769.072.261.144.554.208.832.049.206.08.428.137.634.072.262.184.515.256.785.072.27.096.507.152.76.08.381.185.762.257 1.142 0 .19.064.373.168.532.056.063.008.214.008.333-.52-.104-.52-.127-.569-.571a3.59 3.59 0 0 0-.184-.698c-.072-.23-.152-.46-.225-.69-.088-.285-.192-.562-.272-.848-.152-.586-.296-1.18-.457-1.775-.048-.135-.096-.27-.16-.397l-.112.024a1.995 1.995 0 0 0 0 .31c.072.316.152.625.24.942.137.516.28 1.031.409 1.546.072.27.112.54.176.809.064.27.144.563.232.84.089.278.025.396-.256.396-.112 0-.304.048-.328 0a2.97 2.97 0 0 1-.217-.634c-.04-.15-.064-.309-.112-.46-.016-.055-.096-.087-.152-.134-.04.055-.112.127-.104.182.04.198.08.389.144.579.016.055.064.11.064.166 0 .127.112.301-.112.357-.248.063-.4-.008-.457-.222-.088-.365-.144-.73-.256-1.078-.128-.412-.289-.809-.449-1.205-.016-.047-.08-.071-.128-.103l-.096.04c.04.214.08.428.128.642.04.095.064.198.08.3 0 .088-.088.247-.12.239-.112-.016-.265-.056-.305-.135a2.079 2.079 0 0 1-.128-.5.365.365 0 0 0-.096-.182.198.198 0 0 0-.152.024.596.596 0 0 0 0 .238c.024.08.088.158.096.238.016.134.04.356-.024.396a2.36 2.36 0 0 1-.569.174c-.08.032-.16.064-.232.104.08.047.16.087.248.118h.152c.16-.008.353-.071.473-.008.104.048.112.254.192.381a1.4 1.4 0 0 0 .185.19c.008-.095.024-.182.032-.277 0-.064-.024-.135-.016-.198.016-.088.032-.246.08-.254.144-.04.32-.103.384.143.064.245.185.491.265.745.04.134 0 .245-.177.214a3.094 3.094 0 0 1-.8-.182 4.288 4.288 0 0 0-2.268-.381 1.955 1.955 0 0 1-1.49-.468 4.037 4.037 0 0 1-1.347-1.728c-.136-.364-.288-.73-.432-1.094.136-.08.248-.142.36-.206.112-.063.305.095.369.285.168.46.336.92.52 1.372.137.325.297.634.441.951.016.032.032.063.072.159l.2-.389.602.975.096-.031c0-.064.032-.143.016-.19-.112-.294-.257-.58-.377-.873-.056-.127-.12-.285.128-.317.105-.016.257-.127.289-.095.104.119.192.254.248.397.096.206.177.412.273.618.016.032.08.04.112.063.024-.047.072-.11.064-.15a6.234 6.234 0 0 0-.24-.714c-.113-.27-.056-.372.224-.404.208-.024.417-.095.625-.111.104 0 .208.08.32.087a.619.619 0 0 0 .297-.055c.056-.032.072-.127.12-.183.104-.127.072-.237-.072-.277-.273-.072-.313-.23-.329-.484a4.003 4.003 0 0 0-.224-.745c-.056-.182-.088-.364-.128-.555a8.392 8.392 0 0 0-.208-.888c-.089-.261-.032-.555-.225-.8-.088-.111-.008-.325-.04-.492-.072-.396-.168-.785-.256-1.18l-.024-.096c-.04-.42-.072-.832-.12-1.253-.024-.213.08-.317.256-.317.16-.008.296.104.304.262v.032c.024.475.056.959.113 1.434.032.294.096.58.16.865 0 .031.04.063.128.095.024-.143.04-.286.04-.428a183.24 183.24 0 0 0-.176-2.085.637.637 0 0 1 0-.175c.008-.04.048-.103.08-.11a.21.21 0 0 1 .152.055.38.38 0 0 1 .056.19c.032.238.056.484.088.721.057.46.113.928.193 1.388.056.309.152.618.224.92.064.253.104.507.184.752.072.183.16.357.265.524.024.04.112.047.176.063.016-.063.064-.127.048-.182-.064-.27-.144-.531-.208-.8a27.729 27.729 0 0 1-.265-1.103c-.072-.325-.144-.65-.208-.983-.08-.436-.144-.872-.216-1.308-.024-.142.032-.222.184-.245.12-.032.24-.072.36-.127.057.222.113.467.169.705.032.127.048.262.08.389.032.095.056.19.072.293.016.483.096.96.248 1.41.129.5.185 1.008.28 1.523.017.095.033.222.105.277.2.143.192.333.208.54.04.554.088 1.11.153 1.664.032.198.096.397.192.57l.096-.3h.056l.345 1.498.08.024c.04-.087.128-.19.112-.27-.08-.38-.2-.753-.289-1.133-.08-.318-.136-.643-.2-.96-.064-.317-.12-.618-.168-.927-.04-.262-.056-.531-.088-.793-.024-.19-.072-.372-.112-.563 0-.031-.024-.087-.04-.087-.41-.008-.273-.349-.329-.563-.096-.356-.16-.721-.232-1.086a58.88 58.88 0 0 1-.225-1.165c-.064-.325-.136-.642-.176-.967-.064-.484-.104-.967-.168-1.459-.032-.222.048-.309.28-.277.305.04.369-.016.409-.333a.243.243 0 0 1 .08-.119c.128-.166.088-.277-.12-.31-.112-.015-.225.009-.329 0-.064 0-.168-.03-.168-.063-.064-.348-.353-.253-.569-.285-.176-.008-.36 0-.537.008-.064 0-.128-.024-.192-.04l.04-.063.016.024Zm-.168 2.077c-.088-.032-.144-.151-.216-.222.08-.056.16-.15.248-.159.056 0 .136.095.248.198-.128.096-.232.206-.28.19v-.007Zm.288.515c-.096.071-.168.15-.2.135a1.05 1.05 0 0 1-.2-.175c.056-.055.12-.142.176-.142.056 0 .128.095.224.182Zm.265-.65c-.056-.04-.08-.127-.12-.19l.2-.103h.024l.336-.064c0 .127 0 .246.024.373.024.142.072.277.088.412v.357c-.192-.048-.336-.072-.464-.111-.192-.064-.224-.214-.064-.333.16-.12.136-.222-.016-.333l-.008-.008Zm-.04-.832c-.056 0-.12-.12-.185-.19.113-.064.217-.167.329-.183.112-.016.208.08.312.127l.016.103c-.152.063-.312.103-.472.143Zm.649-.246c0-.064.032-.12.088-.159.176-.11.376-.008.473.27h-.433c-.048-.008-.12-.072-.128-.111Zm-1.827-.333c.216-.048.44-.087.705-.135a.627.627 0 0 1-.641.317.274.274 0 0 1-.096-.095.1.1 0 0 1 .04-.08l-.008-.007Zm.04.42c.176-.063.352-.103.529-.127.072 0 .152.08.224.12-.056.055-.104.142-.176.166-.177.063-.353.095-.593.158l-.168-.166c.064-.056.112-.127.184-.151Zm.12.832.136.151c.024.293-.144.301-.28.293-.064 0-.128-.095-.192-.142l.336-.302Zm.112.73a.975.975 0 0 1 .024.214 4.306 4.306 0 0 1-.44.079c-.008-.055-.024-.111-.032-.166l.448-.127Zm-.545 1.823c.08.428.16.848.225 1.276.024.15.04.31.064.468.008.071.016.143.032.214.032.158.072.31.112.46l-.08.031s-.064-.031-.072-.047c-.064-.246-.136-.492-.184-.737-.049-.246-.057-.476-.113-.706a.267.267 0 0 0-.208-.103c-.457.166-.529.111-.657-.372-.096-.381-.248-.754-.36-1.134-.017-.056 0-.175.032-.19.168-.072.336-.135.52-.183.032 0 .113.056.12.103.049.302.08.61.129.912.032.19.064.38.112.57.016.048.088.08.128.128.032-.064.096-.127.08-.183-.08-.364.048-.76-.16-1.11-.04-.063 0-.166.016-.253h.096c.056.285.12.57.176.864l-.008-.008Zm-9.51-1.372c.424-.245.84-.507 1.282-.72.384-.183.793-.302 1.194-.445.312-.119.616-.245.92-.364.065-.016.13-.032.193-.04.232-.048.457-.103.681-.175a4.213 4.213 0 0 1 1.45-.404c.145-.023.28-.063.417-.103.176-.024.353-.031.529-.047l.016.103a.58.58 0 0 0-.433.206c.072.04.16.127.225.11.296-.055.585-.142.873-.221 0 0 .016-.008.024-.008a5.498 5.498 0 0 0 1.522-.285.826.826 0 0 1 .28-.032.62.62 0 0 1 .201.08c-.048.055-.104.102-.16.158-.024.016-.064.016-.096.023-.593.111-1.194.214-1.787.325-.425.08-.841.167-1.266.254-.224.056-.457.135-.681.19a.485.485 0 0 1-.184.016c-.016 0-.04-.095-.024-.103a.546.546 0 0 1 .184-.11c.16-.064.32-.12.52-.191a2.935 2.935 0 0 0-1.77.373l.176.245c-.128.056-.224.111-.336.15-.681.239-1.37.469-2.051.706-.129.04-.249.096-.369.159-.048.032-.056.119-.08.182.088.032.176.095.256.08.144-.04.289-.096.417-.16.232-.11.28.08.336.223.08.206-.104.174-.216.206-.32.08-.64.174-.953.285a2.488 2.488 0 0 0-.497.413 3.462 3.462 0 0 1-.168-.397c-.04-.174.008-.301.224-.301a.406.406 0 0 0 .192-.048c.297-.142.305-.23-.008-.46.16-.063.313-.126.465-.205.072-.04.112-.135.168-.206-.088-.016-.2-.072-.264-.04a3.462 3.462 0 0 0-1.418 1.007c-.024.031-.129.04-.185.015a1.206 1.206 0 0 1-.224-.174c.152-.087.296-.182.44-.262l-.015-.008Zm-.81.468a.74.74 0 0 1 .225-.11c0 .086.04.197 0 .253-.145.182-.329.333-.481.507-.168.19-.337.389-.497.595a.527.527 0 0 0-.048.222l.072.047c.112-.095.24-.19.345-.293.192-.19.376-.388.569-.579.112-.11.208-.103.28.04.08.143.152.27.264.476a1.982 1.982 0 0 0-.376 0c-.072.023-.2.11-.192.15.072.278-.145.349-.32.38-.217.048-.33.12-.361.35-.033.253-.113.277-.313.126a.701.701 0 0 0-.184-.047c0 .063-.008.119 0 .182 0 .056.024.103.048.143.216.253.096.436-.128.586-.064.04-.177.127-.193.111a.497.497 0 0 1-.2-.261c-.032-.183 0-.373-.016-.555a2.042 2.042 0 0 0-.088-.492.306.306 0 0 1 .144-.388 6.989 6.989 0 0 0 1.45-1.459v.016Zm-.809-.285.088-.016c.04.095.144.23.12.27a1.732 1.732 0 0 1-.352.285l.144-.54Zm-.833.388c.176.38.432.254.68.167a.436.436 0 0 1-.047.174c-.096.135-.2.27-.32.389a.257.257 0 0 1-.193.087c-.04 0-.088-.103-.096-.167a2.874 2.874 0 0 1-.024-.642v-.008Zm-1.258 3.774c-.112.047-.224.07-.337.11l-.056-.11c.112-.096.225-.19.329-.294.16-.142.304-.309.44-.475a.402.402 0 0 1 .561-.095c.032.023.056.047.08.07.16.286.305.58.425.88 0 .088-.032.167-.104.215-.289.11-.577.206-.825.285a2.513 2.513 0 0 0-.12-.602c-.097-.183-.257-.04-.393.016Zm1.114 1.965-.04.064c-.08 0-.193.032-.225 0a6.025 6.025 0 0 1-.328-.46l.424-.246.072.04a.456.456 0 0 0 .097.618v-.015Zm1.979 14.92c-.185-.381-.345-.77-.505-1.166-.176-.436-.337-.872-.505-1.308-.136-.38-.28-.753-.393-1.134-.08-.245-.112-.499-.168-.745a1.126 1.126 0 0 1-.032-.174c-.08-.31-.168-.61-.24-.92-.064-.285-.128-.562-.184-.848-.089-.452-.16-.888-.249-1.331-.08-.397-.184-.785-.248-1.182-.08-.53-.12-1.07-.177-1.601-.032-.27-.064-.531-.08-.8a61.66 61.66 0 0 1-.056-1.72c-.008-.524-.016-1.04-.008-1.57a.617.617 0 0 1 .08-.214.954.954 0 0 1 .2.103c.113.103.201.23.265.364a1.06 1.06 0 0 1-.016.357l-.08.04 1.675 1.34c-.089 0-.169.007-.209-.024-.432-.31-.857-.619-1.282-.928a.907.907 0 0 0-.256-.15c-.08 0-.152 0-.225.031.033.072.04.175.097.214.4.365.857.674 1.362.896.2.071.376.214.569.301.2.087.432.159.649.246a.686.686 0 0 1 .16.103l-.433.262-1.106-.524a.515.515 0 0 0-.216-.055.199.199 0 0 0-.128.095c-.016.024.024.103.064.119.393.19.793.373 1.186.563a.693.693 0 0 1 .136.055c.128.08.273.175.176.333-.032.048-.248.04-.336-.016-.265-.142-.513-.325-.761-.491a.362.362 0 0 0-.153-.04c-.008.064-.048.143-.024.183a.69.69 0 0 0 .225.23c.272.166.545.317.825.467a.813.813 0 0 1 .184.84.16.16 0 0 1-.112.048c-.04-.016-.104-.063-.104-.095.04-.262-.184-.31-.337-.373a6.093 6.093 0 0 1-1.346-.721c-.064-.056-.192-.024-.288-.04.032.103.032.254.104.294.457.3.93.586 1.402.872.072.047.144.087.225.118.689.318.504.318.52.912 0 .214-.112.254-.304.159a2.101 2.101 0 0 0-.377-.127l-.032.071c.257.182.49.404.681.65.129.317.209.65.249.991a1.43 1.43 0 0 1-.369-.055l-1.514-.619a.665.665 0 0 0-.217-.016l-.04.08c.12.095.24.174.369.253.545.27 1.098.524 1.635.801.12.055.216.158.264.277.056.183.096.373.112.571-.569.048-.985-.388-1.49-.468l-.048.096c.128.11.264.206.408.293.377.174.77.317 1.154.476.056.023.152.055.168.095.08.27.145.539.217.84a9.834 9.834 0 0 0-1.715-.42c.104.293.36.246.529.325.304.158.625.277.953.364a.87.87 0 0 1 .601.516.448.448 0 0 1 0 .206c-.064 0-.128 0-.192-.016-.04 0-.08-.063-.112-.055a2.719 2.719 0 0 0-.337.103l.24.166c.217.15.57.032.714.325.144.293.264.57.392.864.017.032 0 .119-.032.127a.399.399 0 0 1-.192.016c-.296-.072-.585-.159-.881-.238-.169-.048-.337-.111-.57-.182.089.356.345.396.57.46.392.079.777.182 1.162.309a.92.92 0 0 1 .376.523c.04.11-.104.119-.216.08a3.71 3.71 0 0 0-1.41-.23c-.04 0-.089.039-.145.126.193.055.377.127.57.174.36.095.72.183 1.089.238.28.04.52.222.625.484.032.103.048.214.048.325a.97.97 0 0 1-.304.024c-.457-.135-.898-.278-1.347-.42-.144-.048-.272-.23-.496-.04.184.135.376.245.577.34.464.167.945.286 1.418.452.152.064.296.159.416.278.032.032.016.166-.024.206a.241.241 0 0 1-.208.024 8.993 8.993 0 0 1-.785-.246 3.077 3.077 0 0 1-.577-.246 1.862 1.862 0 0 0-1.17-.325.403.403 0 0 1-.288-.19l.008-.032Zm2.74 4.042a8.332 8.332 0 0 1-2.436-3.583c.273.04.569.04.697.357.024.047.112.08.168.095a5.928 5.928 0 0 0 1.78.444.377.377 0 0 1 .416.333v.063c.04.254.12.5.24.73.072.174.024.237-.16.214a1.602 1.602 0 0 0-.28-.032c-.048 0-.097.063-.145.095.048.04.097.111.145.111.689.008.937.507 1.17 1.023.056.126.007.23-.145.214-.28-.032-.569-.088-.85-.111-.2-.016-.4 0-.6.047Zm2.716 1.934-2.364-1.522.04-.055a9.173 9.173 0 0 1 1.234.016c.16.024.305.245.433.404.216.27.409.563.61.832.047.08.08.159.111.238l-.064.08v.007Zm2.572 1.197c-.817-.333-1.61-.729-2.412-1.093v-.088c.2-.127.153-.245.065-.412a6.197 6.197 0 0 1-.345-.824.695.695 0 0 1 0-.183c.28.032.545.056.81.103a.27.27 0 0 1 .16.135c.104.15.192.31.28.476.096.198.04.34-.28.388.176.095.352.206.512.333.225.198.433.396.633.618.168.183.4.286.65.302.392.031.776.142 1.169.214.337.063.681.11 1.026.182.136.04.264.087.384.143l-.032.135a20.828 20.828 0 0 1-2.612-.42l-.008-.009Zm4.824 1.332a1.675 1.675 0 0 0-.337-.063l-1.242-.222c-.336-.064-.665-.111-.993-.182-.225-.048-.441-.12-.665-.183l.016-.119c.184.016.36.008.544.04.465.071.93.158 1.395.246.576.11 1.153.245 1.73.364.113.024.233.016.353.032a.545.545 0 0 1 .264.103 1.81 1.81 0 0 1-1.065 0v-.016Zm2.716.761-1.018-.166v-.072c.072-.023.145-.047.225-.063.08-.016.16.008.2-.024.288-.277.408-.055.537.167a.458.458 0 0 0 .088.087l-.032.08v-.009Zm28.252-22.227c-.12.435-.217.871-.273 1.315-.088.31-.168.635-.569.785-.424.175-.833.38-1.225.603-.065.031-.097.11-.137.166.08.016.168.072.225.048.352-.135.697-.278 1.05-.428.095-.04.191-.096.296-.143.024.055.056.087.056.11-.064.31-.144.611-.209.913a1.117 1.117 0 0 0-.032.174c0 .055.008.119 0 .174-.08.492-.152.983-.272 1.467-.032.119-.2.238-.328.293-.337.159-.706.285-1.058.428-.04.016-.056.087-.088.127.048.024.112.08.144.064a9 9 0 0 0 .921-.278c.16-.063.24-.047.225.111a3.597 3.597 0 0 1-.145.721c-.112.397-.256.785-.384 1.166-.064.19-.112.388-.192.57a.251.251 0 0 1-.185.135c-.392-.024-.657.238-.97.396a1.64 1.64 0 0 0-.432.302c.52.095.921-.286 1.386-.373l.064.072a128.92 128.92 0 0 1-.68 1.537c-.145.333-.265.698-.441 1.023a.826.826 0 0 1-.393.277c-.184.08-.385.096-.569.167a.205.205 0 0 0-.12.159c0 .047.096.11.152.126.112 0 .217 0 .329-.016.064 0 .12.016.176.048.024.024 0 .111-.024.159a18.96 18.96 0 0 1-1.763 2.306c-.537.579-1.017 1.205-1.562 1.768-.449.46-.97.872-1.459 1.292-.272.23-.544.452-.84.658-.433.31-.874.595-1.323.888-.288.19-.577.373-.873.547a.358.358 0 0 1-.16.016c0-.056 0-.111.024-.167.312-.523.64-1.038.945-1.57.208-.356.4-.713.585-1.077.136-.262.256-.531.369-.8.176-.421.336-.841.504-1.27.136-.348.257-.697.385-1.046.12-.325.256-.642.36-.975.08-.253.129-.523.193-.785.064-.261.128-.507.184-.768.08-.373.144-.754.224-1.118a.669.669 0 0 1 .073-.175c.016-.031.072-.055.08-.095.056-.27.104-.547.152-.816.04-.198.072-.397.128-.587.08-.27.208-.539.265-.816.04-.19.08-.333.272-.404a.532.532 0 0 0-.056-.222c-.032-.048-.112-.056-.12-.064a7.8 7.8 0 0 1 .056-.531c.016-.063.032-.127.056-.19.04-.095.064-.199.08-.301.016-.175-.04-.357.136-.484.024-.016.024-.064.032-.095.048-.293.112-.587.144-.888.065-.618.113-1.237.153-1.855a.66.66 0 0 0-.04-.246c-.16-.372-.16-.372-.417-.047a.247.247 0 0 1-.12.079c-.673.206-1.322.46-1.963.753v.087h.368l.016.08-1.113.388a5.24 5.24 0 0 0 2.596-.698l-.481-.087c.224-.087.4-.166.577-.214.024-.008.12.095.112.143.056.491.032.99-.072 1.482-.024.159-.032.317-.024.476-.024.174-.072.333-.104.507-.016.072-.024.143-.04.222-.04.182-.073.373-.113.563-.008.04-.032.08-.032.119-.056.277-.104.563-.152.84 0 .04-.032.08-.064.095-.264.095-.52.183-.793.27-.265.087-.53.166-.793.254-.209.07-.425.142-.633.214l.016.07s.064.04.088.04c.352-.063.705-.142 1.057-.206.112-.023.217-.031.32-.055.105-.024.241-.072.361-.087l.28-.024c0 .11 0 .222-.015.333-.024.103-.064.206-.096.309-.08.277-.16.563-.233.84-.064.246-.104.492-.168.737a7.56 7.56 0 0 1-.192.603c-.016.04-.112.047-.177.063-.256.048-.52.088-.777.143a4.105 4.105 0 0 0-.753.222c.072.032.144.095.216.095.329-.024.657-.063.994-.103.12-.016.24-.024.36-.032.017.151.017.31 0 .46-.056.285-.144.57-.224.856-.072.246-.168.476-.256.714-.008.031-.04.055-.056.087-.136.468-.257.943-.409 1.403-.112.333-.248.674-.377.999-.056.158-.104.317-.168.468-.32.72-.617 1.466-.993 2.172a5.562 5.562 0 0 1-.97 1.387 6.214 6.214 0 0 0-.456.57 2.33 2.33 0 0 1-1.218.73c-.297.103-.601.198-.906.285-.2.056-.408.088-.609.127-.296.056-.593.103-.89.159-.24.047-.472.11-.712.166-.44.087-.882.174-1.33.254l-.922.166c-.28.048-.569.08-.857.12-.505.078-1.01.166-1.514.237-.273.032-.545.024-.818.04-.32.015-.64.063-.97.071-.849.032-1.706.071-2.555.055-.617 0-1.234-.079-1.851-.142a2.507 2.507 0 0 1-.537-.175c.192-.372-.024-.626-.2-.895a51.69 51.69 0 0 1-.873-1.42.704.704 0 0 1-.04-.285c.088 0 .176-.023.264-.023.416 0 .833.015 1.25.023.248 0 .496.016.737 0 .072 0 .136-.079.208-.119-.072-.055-.144-.15-.224-.15a38.696 38.696 0 0 0-1.659 0 7.14 7.14 0 0 0-.585.008c-.192.023-.272-.08-.344-.222-.216-.405-.473-.8-.657-1.221-.2-.46-.36-.928-.497-1.403a9.626 9.626 0 0 1-.256-1.253c-.088-.602-.137-1.205-.193-1.807-.048-.507-.08-1.023-.136-1.53-.024-.246.072-.277.28-.23.441.095.89.19 1.33.27.16.008.321.008.481 0 .153.008.297.055.457.055.112-.008.233-.032.337-.071v-.127a6.209 6.209 0 0 0-.665-.15c-.625-.064-1.258-.096-1.875-.175a.457.457 0 0 1-.433-.468c-.072-.943-.184-1.894-.24-2.838-.016-.515 0-1.03.048-1.538.024-.309.112-.61.176-.911a.635.635 0 0 0 0-.246c0-.04-.064-.08-.104-.087-.024 0-.072.04-.088.071a.877.877 0 0 0-.128.278c-.057.253-.08.507-.129.76l-.216 1.055a1.441 1.441 0 0 0-.024.373c.024.293.056.578.096.872.024.166.064.325.08.491.072.753.136 1.506.209 2.26.08.792.168 1.585.256 2.37.056.523.088 1.046.168 1.57.064.332.144.657.249.982.048.174.112.349.144.523.208.872.56 1.697 1.041 2.458.225.42.433.848.665 1.26.129.222.289.436.425.658.048.095.08.198.112.301l-.368.032c.112-.246-.016-.317-.152-.436a1.41 1.41 0 0 0-.922-.262 44.625 44.625 0 0 1-2.276-.285 1.138 1.138 0 0 1-.304-.166l.024-.096c.104-.016.2-.023.305-.016.617.064 1.233.143 1.85.207.105 0 .217-.016.32-.048v-.095c-.087-.032-.183-.056-.271-.08-.505-.063-1.01-.11-1.515-.174-.184-.023-.368-.055-.553-.071-.4-.04-.6-.222-.697-.69.873.143 1.763.214 2.652.214a.448.448 0 0 0-.48-.23c-.145 0-.289 0-.433-.015-.377-.032-.761-.064-1.13-.12-.264-.039-.529-.11-.793-.166a.186.186 0 0 1-.096-.08c-.168-.269-.329-.538-.53-.871.938.317 1.908.547 2.885.682l.113-.15-.337-.207.16-.198c-.216-.048-.392-.095-.569-.12a41.342 41.342 0 0 0-.977-.126.867.867 0 0 0-.2-.024 2.675 2.675 0 0 1-1.258-.277c-.16-.08-.257-.286-.369-.436 0 0 .088-.127.128-.12.297.025.593.064.882.096.088.008.184.032.272.04.288.016.577.04.865.047.12 0 .24-.024.361-.055v-.095c-.072-.024-.152-.04-.224-.056-.69-.087-1.387-.174-2.076-.254-.4-.095-.705-.42-.769-.816a.234.234 0 0 1 .128-.159c.137-.008.273 0 .401.04a8.035 8.035 0 0 0 1.899.127c.056 0 .112-.056.176-.087 0-.024 0-.056-.016-.08a43.4 43.4 0 0 0-.352-.047c-.337-.032-.69-.064-1.034-.103-.4-.04-.81-.087-1.21-.143a.53.53 0 0 1-.296-.626.172.172 0 0 1 .144-.072c.24.032.489.072.73.104.264.031.536.07.808.079.064 0 .129-.103.193-.159-.056-.063-.104-.15-.169-.174a4.194 4.194 0 0 0-1.506-.119c-.328 0-.36-.032-.304-.396h.16c.497.095.993.19 1.498.27a1.5 1.5 0 0 0 .457-.032c.384-.072.761-.16 1.138-.246.064-.016.112-.08.168-.111-.056-.048-.112-.127-.168-.127-.36-.024-.713-.024-1.074-.056-.304-.023-.601-.079-.905-.11a4.954 4.954 0 0 0-.97-.008l.264.23a.67.67 0 0 1-.825-.484.402.402 0 0 1-.016-.095c-.104-.492-.04-.547.44-.428l.073.023c.705.064 1.402.135 2.1.199.095 0 .192-.016.288-.032v-.072a.476.476 0 0 0-.193-.087c-.6-.079-1.194-.15-1.794-.23-.313-.04-.617-.095-.922-.15a.252.252 0 0 1-.136-.15 2.121 2.121 0 0 1-.032-.39l2.396.112.016-.103a1.043 1.043 0 0 0-.593-.159 3.174 3.174 0 0 1-1.154-.127 3.134 3.134 0 0 0-.657-.142.185.185 0 0 1-.12-.111c-.064-.214-.105-.428-.152-.642-.033-.135 0-.222.16-.215.416.024.833.048 1.242.08.416.032.833.08 1.242.11a.962.962 0 0 0 .256-.078c-.056-.064-.08-.112-.112-.112-.297-.047-.593-.102-.89-.134-.584-.056-1.17-.08-1.754-.15a.497.497 0 0 1-.297-.27c-.08-.167.024-.27.209-.238 1.161.119 2.331.15 3.501.103.056 0 .12 0 .176-.016.056-.032.104-.063.152-.103-.056-.04-.104-.111-.168-.119-.176-.024-.36-.024-.537-.032-.857-.04-1.714-.087-2.572-.127-.2-.007-.392-.015-.593-.007a.26.26 0 0 1-.296-.206v-.032c-.104-.563-.056-.634.505-.595.56.04 1.082.103 1.626.15.12 0 .24 0 .36-.023l.017-.087a1.156 1.156 0 0 0-.224-.056l-1.651-.237a1.73 1.73 0 0 0-.352-.016c-.185.008-.297-.048-.305-.246 0-.127-.048-.246-.064-.373-.016-.142.048-.19.2-.158.417.087.841.15 1.266.222.48.08.962.166 1.442.23.169.023.345.023.521 0a1.07 1.07 0 0 0-.68-.262c-.474-.063-.938-.166-1.411-.253a12.955 12.955 0 0 0-.945-.143c-.321-.032-.353-.072-.337-.373.016-.491.016-.491.489-.356.384.11.769.245 1.162.317.456.087.921.11 1.378.166a.667.667 0 0 0 .248-.056v-.087l-1.25-.333c.016-.444-.36-.404-.6-.499-.345-.135-.722-.214-1.075-.325a.261.261 0 0 1-.192-.325.06.06 0 0 1 .016-.04c.048-.134.08-.349.32-.317.113.016.217.04.337.056l.088-.206c.297.087.585.182.874.253.224.064.457.12.689.143.513.047 1.025.08 1.538.095a.446.446 0 0 0 .273-.135 8.564 8.564 0 0 0-1.747-.222v-.079c.088-.024.184-.047.28-.055.377 0 .753.031 1.122.04a.52.52 0 0 0 .216-.088c-.072-.04-.136-.11-.208-.127-.409-.04-.817-.032-1.218-.103-.36-.095-.72-.206-1.073-.333a1.339 1.339 0 0 0-.257-.032c.024.088.024.199.08.254.16.198.4.294.657.27.08 0 .152.008.225.031v.088c-.16.016-.32.016-.473 0-.297-.072-.577-.183-.865-.254-.137 0-.265 0-.401.032a.429.429 0 0 1-.296-.056c-.049-.047-.04-.182-.024-.27.015-.087.096-.198.12-.3a.272.272 0 0 0-.169-.357.234.234 0 0 0-.072-.016 57.658 57.658 0 0 1-1.682-.42 14.408 14.408 0 0 1-1.402-.452c-.153-.064-.257-.262-.401-.436l-.176.08-.113-.207-.112-.087c-.032.095-.08.182-.136.27a.346.346 0 0 1-.473.079c-.008 0-.016-.016-.024-.024a1.134 1.134 0 0 0-.232-.072c-.08-.023-.16-.055-.24-.079v-.063l.328-.135s.008-.047.008-.071c-.48-.183-1.05-.159-1.418-.61.208.047.409.094.617.134.2.056.408.095.617.111.344 0 .689-.032 1.033-.04.056 0 .16.064.169.111.048.262.24.476.496.547.265.12.505.302.778.413.328.142.665.245 1.001.356.28.095.569.183.857.254.2.04.41.016.61.047.168.024.328.08.472.16.385.205.753.45 1.146.625.24.103.497.159.761.159.4.08.817.047 1.21-.087.064-.032.2.079.305.127.408.174.84.317 1.274.428a6.15 6.15 0 0 0 1.314.103c.12 0 .248-.032.36-.08a.743.743 0 0 1 .609.024c.208.111.48.095.705.198.553.15 1.138.199 1.707.143.12 0 .24-.04.352-.087.225-.072.449-.143.641.055.048.048.113.135.096.175a.238.238 0 0 1-.176.11 5.442 5.442 0 0 1-.513.024c-.288 0-.584.016-.873 0a.599.599 0 0 0-.513.222.33.33 0 0 0-.08.222.26.26 0 0 0 .184.143c.665.08 1.33.159 2.003.222.57.056 1.13.095 1.7.159.047 0 .12.15.111.221-.016.73-.04 1.467-.056 2.196 0 .175.016.357.024.532l.088.015c.04-.071.08-.15.104-.23a.818.818 0 0 0 .009-.198c.04-.848.088-1.704.12-2.56 0-.12-.064-.238-.064-.365 0-.095.04-.19.112-.262.376-.23.697-.546.921-.919.04-.071.16-.103.24-.159.145.127.297.238.465.333.28.167.601.262.93.262.408-.032.841.047 1.242-.016a4.62 4.62 0 0 0 .953-.373c.176-.079.337-.174.521-.261a.208.208 0 0 1 .12-.008c.369.08.73.174 1.106.238.168.008.336 0 .505-.056a8.488 8.488 0 0 0 1.01-.23c.328-.134.648-.285.953-.46.04-.015.064-.07.104-.07.425-.009.85-.017 1.274-.017.016 0 .032.032.088.096l-1.274.38.024.111c.24-.032.48-.055.713-.095.056-.008.112-.056.168-.063.457-.096.914-.183 1.37-.286.153-.04.305-.087.457-.15a.164.164 0 0 0 .08-.111.163.163 0 0 0-.08-.135.83.83 0 0 1-.24-.111l.513-.38.096.039c.064.452.096.912.104 1.371-.056.373-.128.745-.224 1.118-.064.389-.105.793-.16 1.19-.033.213-.073.427-.105.641 0 .024-.024.048-.024.072-.056.451-.088.895-.16 1.347-.072.452-.176.856-.256 1.284-.017.095 0 .199-.025.302a8.408 8.408 0 0 1-.088.436c-.008.04-.04.071-.048.11a6.06 6.06 0 0 1-.176 1.134c-.096.286 0 .603-.216.88-.129.167-.113.436-.177.658-.072.238-.168.476-.24.721-.064.222-.112.444-.168.674-.056.222-.112.468-.177.698a3.023 3.023 0 0 1-.264.84 9.87 9.87 0 0 0-.344 1.039c-.08.158-.105.333-.177.499-.184.396-.36.8-.569 1.19-.168.316-.384.61-.569.919-.032.047-.008.119-.016.182.057-.008.145 0 .177-.032.224-.238.44-.483.625-.753.216-.325.4-.674.553-1.03.224-.563.416-1.15.617-1.729.136-.396.256-.792.376-1.189.072-.237.12-.475.184-.713.065-.262.129-.531.193-.793.064-.261.136-.563.224-.84.08-.238.184-.476.28-.706l.025-.047c.048-.317.088-.642.144-.96.08-.42.176-.84.264-1.252.016-.063 0-.135.016-.198.04-.238.088-.468.112-.706v-.348c.145-.508.088-1.047.273-1.554.016-.087.024-.182.016-.277.04-.222.096-.444.128-.674.024-.175 0-.357.024-.531.024-.175.056-.325.088-.492.008-.04.032-.08.04-.119.048-.491.104-.983.145-1.474.023-.278.008-.563.023-.832.009-.183.009-.35-.256-.357a.638.638 0 0 1 .593-.389c.425-.055.841-.142 1.25-.245a3.525 3.525 0 0 0 1.474-.777c.144-.111.417-.072.633-.056.297.016.585.056.874.103.128.032.256.064.376.111v.088l-.424.261.024.08c.096.007.184.007.28 0 .505-.127 1.01-.262 1.514-.397.177-.048.337-.135.513-.19.24-.072.36-.19.16-.476l.313-.11c.016.11.032.213.04.324.008.167.008.333 0 .492.04.515-.008 1.03-.152 1.53a1.25 1.25 0 0 0-.024.42c-.016.325-.064.364-.393.388-.12.032-.232.08-.336.143-.57.222-1.13.452-1.7.674a.881.881 0 0 0-.175.126l.04.096c.184-.04.368-.072.545-.12.176-.047.384-.118.568-.182.313-.103.633-.214.946-.309.096-.008.2 0 .296.016-.024.08-.048.159-.072.246a.439.439 0 0 0-.032.095c-.04.301-.064.61-.136.904-.064.293-.192.586-.272.887a5.59 5.59 0 0 0-.137.825c-.024.214-.096.238-.304.254a5.32 5.32 0 0 0-.85.19 31.36 31.36 0 0 0-.817.222c-.176.047-.36.079-.536.134-.04.008-.073.08-.153.175a5.204 5.204 0 0 0 2.468-.547c.016.063.056.119.04.166-.056.199-.12.389-.176.58a6.323 6.323 0 0 1-.256.863c-.169.373-.137.809-.441 1.126a.427.427 0 0 1-.184.127c-.417.095-.834.166-1.242.277a1.466 1.466 0 0 0-.361.206c0 .024.008.056.016.08.192-.008.377-.032.569-.064.264-.056.529-.158.793-.214a2.27 2.27 0 0 1 .465 0c-.409.856-.761 1.688-1.194 2.481-.433.793-.93 1.546-1.394 2.315l.104.071c.144-.182.305-.364.44-.547a7 7 0 0 0 .425-.65c.377-.642.786-1.268 1.122-1.926.337-.666.609-1.348.882-2.03.136-.332.208-.705.32-1.054.064-.198.176-.38.24-.578.072-.222.105-.46.185-.682.112-.301.064-.642.264-.92a.208.208 0 0 0 .024-.095c.088-.372.176-.753.257-1.125.016-.072 0-.151.008-.222.023-.12.056-.238.096-.357 0-.024.032-.04.04-.063.056-.302.112-.595.168-.888.072-.444.152-.88.232-1.324.016-.072.024-.15.024-.222 0-.206-.04-.42.137-.595.04-.04.032-.142.032-.222 0-.451 0-.895-.008-1.347a3.26 3.26 0 0 0-.097-.547c.145-.04.337-.087.537-.143a6.363 6.363 0 0 0 2.003-.983c.04-.032.16-.047.177-.024a.23.23 0 0 1 .032.19l-.024-.102Zm-36.393 6.46.04-.119 1.362.325-.024.12-.52-.096c-.16-.032-.313-.047-.473-.087-.136-.032-.265-.095-.4-.143h.015Zm36.417-8.094v.024l-.681.793-.064-.032a.919.919 0 0 1 .072-.19 2.98 2.98 0 0 0 .569-1.363c.04-.12.104-.23.184-.325.04.11.064.23.072.348-.032.254-.088.5-.136.745h-.016Zm.432-2.235c-.04.08-.16.111-.248.159-.072.04-.144.063-.216.095l.096.206c.032.071.088.158.064.19a.64.64 0 0 1-.232.182c-.024.008-.097-.07-.145-.11-.24-.215-.48-.437-.729-.65a4.34 4.34 0 0 0-.392-.278c.352-.119.504.127.705.206.288-.087.224-.333.288-.587l-.416.072c0-.357-.329-.262-.57-.357.137-.23.273-.436.385-.658.104-.19.184-.388.257-.594a.306.306 0 0 1 .352-.222.94.94 0 0 1 .785.848c.008.11.032.23.072.333.137.38.113.8-.056 1.173v-.008Zm-14.438-7.142c-.128-.206-.288-.278-.417-.167a.223.223 0 0 0-.048.198c.104.167.265.143.465-.031ZM29.87 35.76c0 .134-.032.317.168.325.048 0 .112-.135.192-.246l-.264-.293a.57.57 0 0 0-.096.214Zm-15.232-8.752a.75.75 0 0 0 .112-.19c-.08-.04-.168-.135-.224-.119a1.41 1.41 0 0 0-.513.254 3.366 3.366 0 0 0-.93 1.728 1.643 1.643 0 0 0 0 .396l.113.016c.064-.174.128-.349.2-.523.096-.23.112-.515.409-.619.024-.095.032-.206.088-.27.24-.229.497-.443.745-.673Zm5.913.325c.073-.008.153 0 .209-.04.12-.095.232-.198.336-.309a.185.185 0 0 0 .024-.158c0-.032-.08-.04-.168-.087a3.456 3.456 0 0 0-.417.348c-.04.04.016.159.024.246h-.008Zm-12.45 2.854c.071-.08.191-.15.2-.222a3.74 3.74 0 0 0-.049-.595c.169-.53.713-.737 1.13-1.054.433-.293.89-.539 1.37-.737.393-.167.793-.31 1.194-.428.296-.095.337-.056.377.261.016.127.048.254.072.38h.096c.192-.237.16-.61.457-.8.168-.15.352-.301.544-.436.265-.11.537-.206.81-.285.32-.159.673-.246 1.025-.254.032 0 .064-.024.096-.024.257-.04.513-.087.762-.118.144-.016.288-.024.432-.032h.28c-.015.095-.023.19-.04.285-.04.167-.063.341-.08.515 0 .064.105.135.169.199.048-.048.112-.088.144-.151.064-.143.096-.293.152-.444.297-.777 1.018-.99 1.699-1.22a6.71 6.71 0 0 1 1.194-.128 11.1 11.1 0 0 0 .737-.166c0-.032 0-.071-.008-.111a1.668 1.668 0 0 0-.273-.055c-.384 0-.769 0-1.153.031a3.053 3.053 0 0 0-.802.159 9.92 9.92 0 0 0-1.113.507c-.24.135-.521.198-.793.167a2.628 2.628 0 0 0-.706.063c-.408.071-.825.159-1.234.23h-.024c-.272.024-.544.08-.8.166-.425.19-.826.452-1.243.674-.152.111-.32.19-.505.222a6.957 6.957 0 0 0-2.315.785 5.03 5.03 0 0 0-1.522.983c-.41.34-.601.872-.497 1.395.016.08.128.15.208.23l.008.008Zm11.208-2.957c-.136.071-.232.127-.144.27.088.142.217.134.345.031.256-.214.529-.42.785-.634a.727.727 0 0 0 .128-.214l-.048-.071c-.104.032-.2.071-.296.127-.257.158-.497.356-.762.491h-.008Zm-3.998 1.19c.08-.025.177-.033.225-.08.128-.119.24-.254.352-.389.04-.055.08-.119.112-.174-.064-.032-.136-.087-.16-.071a5.426 5.426 0 0 0-.593.436c-.032.031.04.182.056.277h.008Zm1.194-.484c-.088 0-.168.103-.248.166.08.071.168.143.272.19.032.016.112-.087.216-.158-.104-.087-.176-.206-.232-.198h-.008Zm35.656 7.34c-.057.119-.12.19-.12.262 0 .04.095.087.144.127a.934.934 0 0 0 .152-.199c0-.031-.088-.095-.177-.19ZM44.123 55.88c-.144.024-.272.079-.417.11-.232.056-.472.096-.705.16-.056.015-.104.087-.168.142a1.948 1.948 0 0 0 1.442-.19.185.185 0 0 0 .016-.159.2.2 0 0 0-.168-.055v-.008Zm4.92-24.662c-.32-.206-.65-.404-.978-.602.096.46.569.484.817.769l-.032.087-.729-.135-.024.072c.08.055.16.11.24.158.313.19.714.294.778.737l.048.246a.73.73 0 0 1-.265-.08 6.46 6.46 0 0 0-.48-.45 2.616 2.616 0 0 1-1.146-1.436l.192-.087c-.705-.507-4.791-1.585-5.232-1.348.096.064.2.12.313.175.216.087.432.174.657.253.2.08.408.143.608.199.08.016.169-.04.257-.056a.79.79 0 0 1 .336-.047c.697.214 1.395.436 2.084.69a.443.443 0 0 1 .32.49l-.89-.388-.04.088c.08.063.161.126.25.182.24.15.496.285.736.452.265.134.417.42.385.713 0 .08.016.15.048.214.08.182 0 .222-.16.167-.209-.072-.417-.159-.633-.222-.072 0-.145 0-.217.023.032.064.048.159.096.183.225.11.465.198.69.309.064.032.144.095.152.15.016.254 0 .508 0 .801-.521-.261-.994-.475-1.45-.721-.305-.159-.681-.254-.746-.57.088-.381.193-.69.24-1.008.033-.238-.04-.467.097-.713a.314.314 0 0 0-.064-.444c-.008 0-.016-.008-.024-.016a1.93 1.93 0 0 0-.409-.103 3.947 3.947 0 0 1-.112 2.299l-1.45-.563c-.145-.055-.28-.11-.425-.166-.224-.08-.176-.27-.16-.428 0-.056.12-.143.16-.135.353.095.705.198 1.058.309l.76.238.049-.056c-.04-.063-.072-.166-.136-.19a9.228 9.228 0 0 0-.874-.365 5.448 5.448 0 0 1-.617-.174c-.12-.055-.2-.206-.28-.325a.547.547 0 0 1-.04-.198l-.072-.254c.096-.016.192-.024.288-.024.112.008.209.064.32.088.137.023.273.023.401.04l.024-.112-1.883-.5.04-.253-.56.056c0-.246-.105-.333-.353-.27-.064.016-.144-.04-.216-.055-.329-.08-.65-.159-.978-.222a6.164 6.164 0 0 0-.649-.111c-.216-.024-.432-.032-.649-.048v.103l1.547.357c-.425.238-.842-.19-1.266.04.128.047.264.087.4.11.345.08.69.183 1.042.246.312.056.633.072.937.127.401.08.802.182 1.194.293.072.032.12.095.145.167.015.071.023.15.023.222.04.238-.032.333-.28.301a10.323 10.323 0 0 1-.857-.198c-.44-.119-.874-.262-1.322-.365a6.249 6.249 0 0 1-.938-.158 1.495 1.495 0 0 0-1.033.063.611.611 0 0 1-.24 0 2.087 2.087 0 0 0-1.283-.047.412.412 0 0 0-.256.46c0 .134.12.237.256.23.016 0 .032 0 .048-.009 0-.055 0-.103-.016-.135-.112-.174-.024-.23.12-.325a.589.589 0 0 1 .473-.087c.473.111.986 0 1.426.262a.234.234 0 0 0 .193-.024.89.89 0 0 1 .857 0c.072.016.152.032.224.032.297.055.593.11.89.174.473.111.937.23 1.41.365a.369.369 0 0 1 .224.198.439.439 0 0 1-.032.333c-.024.04-.2.024-.296-.008-.81-.293-1.619-.595-2.428-.888a3.4 3.4 0 0 0-.272-.063l-.024.08c.16.07.32.15.488.213.233.087.481.167.714.254.504.198 1.01.396 1.506.602a.391.391 0 0 1 .208.183c.08.261.064.539-.048.784a8.74 8.74 0 0 0-.24.738c-.056.19-.136.309-.353.245-.336-.095-.68-.198-1.017-.285-.425-.111-.425-.111-.417-.531 0-.111.048-.286-.152-.286s-.193.151-.185.294c.024.238-.032.285-.288.253h-.264v.096l.528.221c-.096.46-.176.92-.288 1.38-.112.46-.24.904-.377 1.347a7.42 7.42 0 0 1-.312.833c-.024.047-.152.087-.217.071-.408-.071-.817-.174-1.233-.238-.24-.04-.57-.452-.49-.674.057-.142.137-.285.193-.428a.69.69 0 0 0 .016-.221c-.072.04-.176.063-.2.126-.152.302-.273.619-.425.92-.024.055-.112.127-.168.119-.513-.064-1.018-.159-1.53-.206-.225-.024-.329-.08-.28-.397-.137.103-.241.143-.265.214-.064.159-.177.175-.32.175-.417.016-.834.047-1.243.079-.208.016-.424.143-.625-.063-.008-.016-.16.055-.168.095-.032.349-.056.697-.056 1.046.008.214.04.428.096.642.016.064.088.12.136.182a.955.955 0 0 0 .089-.253c0-.262-.057-.523-.057-.785 0-.61.065-.666.69-.682.368 0 .729-.015 1.097-.023.184 0 .217.118.217.245 0 .286-.017.563-.024.849-.009.57-.169.729-.722.753-.096 0-.184 0-.28.008-.136.031-.273.079-.417.118l.016.103c.225.016.449.016.665.04.225.032.457.08.681.127.096-.048.2-.08.305-.095.416.016.833.055 1.242.11.04 0 .088.136.088.199a3.03 3.03 0 0 1-.08.468l.112.04c.08-.143.16-.278.224-.42.08-.183.177-.302.4-.207.105.032.217.056.321.063.337.048.69.096 1.034.151.048.016.096.04.136.071-.024.207-.088.428-.04.46.184.103.217-.11.313-.206.032-.024.048-.08.08-.095a.524.524 0 0 1 .248-.063c.193.031.377.095.57.126a.709.709 0 0 0 .256-.055v-.095l-.906-.349c.056-.111.104-.198.144-.285l.433-1.094c.104-.27.248-.317.513-.159.056.024.104.048.168.056.2.055.409.103.609.166a.15.15 0 0 1 .08.127c-.016.135-.056.27-.088.404l-.048.301.08.024a1.22 1.22 0 0 0 .385-.586c.04-.08.12-.127.208-.135a3.1 3.1 0 0 1 .513.174c.216.087.432.183.649.254.056.016.136-.032.208-.048-.024-.063-.032-.166-.08-.19a2.7 2.7 0 0 0-.433-.206c-.312-.119-.617-.23-.921-.34.144-.405.264-.786.408-1.158.056-.143.113-.341.385-.198.216.087.449.142.681.182.248.063.505.11.753.19.129.048.249.095.36.159-.16.444-.28.896-.36 1.355l.112.04.57-1.324c.376.19.704.365 1.04.523a.622.622 0 0 0 .297 0 2.097 2.097 0 0 0-1.097-.697c-.12-.032-.225-.048-.177-.199.129-.38.265-.76.401-1.149.088-.254.128-.27.385-.143.609.31 1.21.634 1.835.904.232.087.352.34.264.579l-.048.095c-.08.19-.144.388-.192.587.096-.016.152 0 .16-.024a3.54 3.54 0 0 0 .248-.492c.064-.198.144-.309.377-.277.064.008.144-.056.208-.08a.765.765 0 0 0-.128-.198.363.363 0 0 1-.144-.452c.104-.388.192-.792.264-1.189.032-.182.112-.222.248-.095.41.389.81.793 1.218 1.19.064.055.129.102.193.142-.016-.095 0-.214-.048-.277a33.27 33.27 0 0 0-.858-1c-.112-.126-.288-.197-.416-.316a.62.62 0 0 1-.209-.286 1.74 1.74 0 0 1 0-.5c0-.063.024-.126.072-.174.032-.015.12.024.169.056.184.11.36.238.593.396a.846.846 0 0 0-.393-.578c-.144-.111-.329-.246-.36-.397a2.8 2.8 0 0 1 .047-.729c.137.08.273.166.401.254.176.142.329.309.497.452.392.348.817.673.689 1.3a2.595 2.595 0 0 0 0 .61v.388l.112.016c.337-.317 0-.792.176-1.173.048.024.096.032.113.055.088.167.168.333.264.5.064.071.144.143.224.19.032-.08.096-.174.08-.238a2.389 2.389 0 0 0-.256-.563 6.533 6.533 0 0 1-.425-.618 2.422 2.422 0 0 1-.088-.634c.337.055.36.515.818.444-.193-.214-.337-.389-.49-.563-.055-.063-.16-.143-.144-.19.073-.222-.088-.301-.216-.404-.128-.111-.256-.23-.384-.318l.032.008Zm-13.613 7.19a13.474 13.474 0 0 0-.97-.055c-.144 0-.208-.071-.192-.206.032-.183.08-.357.112-.531.016-.056.032-.111.04-.167.008-.158 0-.317.008-.476.016-.412.112-.499.529-.53l.769.142c.088.016.184.032.272.04.36.008.433.11.329.467-.088.286-.152.571-.225.864-.112.437-.224.508-.689.46l.017-.008Zm3.285-1.141a3.211 3.211 0 0 0-.145.388c-.12.294-.256.579-.368.872a.306.306 0 0 1-.377.206l-1.394-.19a.223.223 0 0 1-.224-.222c0-.04.008-.08.032-.11.136-.342.28-.683.424-1.023 0-.016.008-.032.016-.048.075-.248.284-.37.625-.365l1.066.206c.072.016.144.032.224.048.153.024.217.08.113.246h.008v-.008Zm5.248-2.394c-.096.254-.2.515-.297.769a1.828 1.828 0 0 1-.128.349c-.048.07-.16.174-.224.158-.217-.055-.417-.166-.633-.222-.273-.071-.553-.11-.834-.182a.887.887 0 0 1-.32-.135.225.225 0 0 1-.064-.206c.072-.19.176-.373.256-.563a.695.695 0 0 0 0-.182.355.355 0 0 0-.176.055.472.472 0 0 0-.112.167c-.096.214-.184.428-.289.634a.198.198 0 0 1-.152.071c-.152-.016-.296-.055-.457-.071h-.328v.087c.184.056.377.111.577.167.192.055.384.087.128.325-.08.118-.136.245-.168.388-.04.182-.104.357-.177.531a.408.408 0 0 1-.328.167 7.145 7.145 0 0 1-.897-.246c-.16-.048-.16-.127-.089-.285.097-.238.169-.492.225-.746.064-.222.096-.46.168-.681.112-.389.256-.777.377-1.166.048-.174.056-.364.088-.547.04-.222.16-.261.36-.182.353.135.705.262 1.066.373.192.055.304.142.272.356 0 .04.032.08.056.127.04-.024.097-.032.12-.063.16-.214.337-.175.553-.072.401.19.81.357 1.226.516.185.063.257.158.185.333h.008l.008-.024Zm.184-.634a.24.24 0 0 1-.192.095 38.9 38.9 0 0 1-1.57-.674c-.153-.071-.265-.143-.137-.38.112-.294.184-.603.216-.912.04-.19.105-.373.16-.563.009-.032.08-.047.137-.08l.865.334c.2.079.409.127.61.206.151.055.296.135.432.222.032.024.024.127.016.182a3.643 3.643 0 0 1-.12.42 48.63 48.63 0 0 1-.417 1.15Zm2.965.11c-.088.405-.193.81-.305 1.245-.368-.158-.689-.293-1.001-.444-.361-.166-.706-.349-1.074-.507-.36-.159-.409-.325-.232-.682a4.46 4.46 0 0 0 .328-.951c.072-.301.144-.349.417-.206.488.262.961.523 1.458.76.32.112.497.46.393.786h.016Zm-13.18 5.55c-.201-.024-.393-.088-.594-.088a.517.517 0 0 1-.465-.206.201.201 0 0 0-.272-.079c-.024.008-.04.024-.056.04-.144.103-.304.198-.537.349.152.031.257.055.36.063l1.034.095c.337.024.673.055 1.01.063.056 0 .112-.095.168-.142a.529.529 0 0 0-.192-.087c-.16-.008-.313 0-.465-.008h.008Zm1.954-11.376s.032.016.048.016c.553.095 1.106.182 1.667.277.112.024.224.056.344.08a.795.795 0 0 0-.608-.286c-.033 0-.065-.016-.097-.023-.529-.111-1.05-.262-1.586-.333-.625-.087-1.266-.135-1.9-.183-.215-.015-.432 0-.648 0v.127c.4.056.793.127 1.194.175.512.063 1.05.103 1.578.158h.008v-.008Zm6.763-.475c.088 0 .168-.096.304-.19-.128-.096-.216-.207-.296-.199-.072.008-.169.127-.2.214-.025.048.112.19.176.183h.008l.008-.008Zm2.988 25.691c.064-.015.105-.11.16-.166a.639.639 0 0 0-.208-.103 2.562 2.562 0 0 0-1.13.31v.094c.08.032.169.056.265.056a8.63 8.63 0 0 0 .905-.183h.008v-.008Zm-16.561-26.19a1.35 1.35 0 0 0 1.362 0h.016-1.378Zm8.268 4.89c.129.032.257.087.377.12.313.094.633.19.953.26.105 0 .217 0 .321-.023v-.071a42.277 42.277 0 0 0-8.461-1.728 5.29 5.29 0 0 0 .176-1.665.25.25 0 0 0-.128.143c-.088.42-.184.84-.256 1.268-.025.166-.04.27-.233.285-.12.016-.232.048-.336.095-.056.032-.104.08-.152.127.047.048.112.15.144.143.36-.087.496.11.569.404 0 .008.024.016.088.064.016-.104.032-.167.048-.238.04-.238.16-.333.4-.286a6.918 6.918 0 0 1 1.61.222c.025.016.065 0 .105 0 .288-.04.585-.055.881-.047a8.38 8.38 0 0 1 1.242.238c.882.222 1.763.451 2.645.673h.008v.016Zm-6.674-4.193c.168 0 .337-.024.513-.04v-.087a7.558 7.558 0 0 0-1.106-.15c-.697.007-1.402.079-2.1.15-.071 0-.127.159-.2.238.08.031.169.103.249.095.417-.056.833-.159 1.242-.19.465-.032.937 0 1.402-.008v-.008Zm1.73 1.395c0 .087.089.19.145.277.072-.087.136-.182.192-.277.024-.04 0-.095 0-.15-.016-.42-.008-.429.417-.42h.08c.513.047 1.018.102 1.53.15.04 0 .08.04.113.047.344.088.697.175 1.041.246.048.008.112-.048.177-.071-.04-.048-.073-.111-.113-.135a5.384 5.384 0 0 0-.793-.238c-.36-.063-.737-.08-1.106-.127a11.74 11.74 0 0 1-.921-.158.735.735 0 0 1-.336-.159c-.105-.087-.185-.119-.281-.023a.794.794 0 0 1-.593.166h-2.556c-.104 0-.208.016-.304.032v.11c.12.032.232.048.352.064h2.3c.68.016.753-.166.673.674l-.016-.008Zm-2.09 2.299c-.056.071-.145.127-.169.206-.016.08.056.143.128.293.097-.158.185-.23.193-.317 0-.047-.104-.11-.169-.174l.017-.008Zm10.416-5.066c-.144.064-.28.151-.4.254a.21.21 0 0 0-.025.293c.016.024.04.04.072.056.112.071.2.032.273-.12a.636.636 0 0 1 .296-.245 3.9 3.9 0 0 1 .433-.135c.056-.023.096-.079.2-.166-.136-.056-.224-.119-.304-.111a2.44 2.44 0 0 0-.545.182v-.008Zm-1.154 17.852c.336-.063.681-.11 1.01-.198.2-.071.392-.15.576-.254l-.024-.126c-.08-.016-.16-.024-.248-.016-.152.032-.304.103-.457.142-.336.088-.673.167-1.001.254-.048.008-.08.071-.12.111.04.032.088.064.128.087.04.008.08.008.12 0h.016Zm.897 4.289c-.585.055-1.17.11-1.762.182-.04 0-.072.08-.105.111.056.024.113.08.16.072.481-.032.962-.064 1.443-.111.128-.032.256-.08.377-.143l-.024-.087s-.065-.032-.097-.024h.008Zm-2.828 7.95a52.67 52.67 0 0 1-1.178.151l-.016.111c.12.048.24.072.369.08a42.672 42.672 0 0 0 1.73-.206c.064-.008.113-.12.16-.183-.072-.024-.144-.08-.208-.071-.296.04-.577.087-.865.127l.008-.008Zm3.157-10.788a4.066 4.066 0 0 0-2.372.293 6.793 6.793 0 0 0 2.364-.285l.008-.008Zm-13.573-3.218c.136.095.288.174.448.237.457 0 .754-.325.681-.673a20.827 20.827 0 0 0-.44-1.72 1.437 1.437 0 0 0-.938-1.102c-.136-.04-.232-.048-.296.087-.08.174-.152.356-.216.539a.986.986 0 0 0-.097.372c.024.333.089.658.137.983.056.508.312.967.72 1.284v-.008Zm.424-.397c0 .056-.056.143-.096.15-.04.009-.112-.047-.168-.086a1.194 1.194 0 0 1-.28-1.094c.248.317.584.578.528 1.038l.016-.008Zm-.769-2.346.353.333-.265.19c-.112-.087-.28-.159-.272-.214 0-.103.112-.198.176-.301l.008-.008ZM39.204 54.3c-.208.008-.424.032-.633.048l-1.041.087c-.088 0-.169.016-.257.024 0 .024 0 .055-.008.08.072.03.153.055.225.07.416.048.833.111 1.258.127.192 0 .376-.047.544-.119.04-.016.049-.158.04-.245 0-.024-.096-.064-.144-.064l.016-.008ZM30.11 11.21a1.178 1.178 0 0 0-.408 0 5.65 5.65 0 0 0 2.531.872 1.119 1.119 0 0 0-.216-.166c-.352-.135-.713-.254-1.066-.38-.288-.096-.56-.223-.849-.31l.008-.016Zm-3.59-6.983c-.12 0-.248.015-.368.023l-.024.087c.048.04.096.104.144.111.217.048.433.08.65.096a7.954 7.954 0 0 1 1.722.222c.056.015.144-.04.184-.088.016-.023-.016-.119-.056-.166a.355.355 0 0 0-.184-.119 11.008 11.008 0 0 0-1.01-.135c-.36-.024-.72-.024-1.073-.031h.016Zm3.718 6.373c-.288-.048-.584-.08-.873-.111-.064 0-.128.048-.192.071v.072c.248.063.497.142.753.19.329.063.665.087.986.15.248.048.48.135.72.199.073.015.153.015.225.015-.032-.079-.048-.198-.112-.221a2.598 2.598 0 0 0-.553-.159c-.32-.063-.65-.135-.97-.19l.016-.016Zm-1.282-3.123c-.184-.024-.368-.024-.593-.04a3.903 3.903 0 0 0 2.268.523c-.216-.301-.537-.301-.825-.364a7.814 7.814 0 0 0-.85-.12Zm.762 1.815c-.193-.024-.393-.024-.593-.04l-.04.111c.096.072.2.12.312.159.305.063.617.095.922.15.128.024.256.056.384.104.233.087.489.095.73.015-.129-.103-.193-.198-.273-.222a7.425 7.425 0 0 0-.73-.15c-.24-.04-.48-.095-.72-.127M27.835 6.2a.44.44 0 0 0-.265.048c-.04.024-.072.071-.064.119a.158.158 0 0 0 .112.11c.297.056.601.104.898.16.048.007.096.023.144.031.36.08.713.167 1.074.238.096.008.2.008.304 0a.838.838 0 0 0-.753-.404 6.394 6.394 0 0 1-1.442-.302m-.008-.784a.971.971 0 0 0-.745.015c.056.048.112.08.176.111.352.08.705.175 1.066.23.296.04.592.056.889.056.064 0 .128-.056.192-.087-.04-.04-.072-.103-.112-.111-.296-.04-.601-.064-.897-.111-.185-.024-.369-.072-.561-.103h-.008ZM25.527 3.33a5.243 5.243 0 0 0 2.428.142 5.353 5.353 0 0 0-2.428-.15v.008Zm-4.262 33.99c-.024.048-.065.096-.065.143 0 .111.024.214.056.317.032.063.073.127.113.182l.128-.15a7.614 7.614 0 0 0-.112-.405c-.008-.047-.08-.07-.12-.095v.008Zm-.954-.76c-.112-.508-.208-1.023-.313-1.53a.296.296 0 0 0-.096-.16.149.149 0 0 0-.136.04 1.623 1.623 0 0 0-.08.262c.152.618.313 1.253.48 1.887.017.055.161.087.241.127.016-.072.064-.143.056-.206-.032-.151-.12-.278-.152-.42Zm.272 1.434c.033.159.065.317.113.468.016.047.072.071.112.11.032-.055.104-.11.088-.15-.056-.158-.136-.309-.208-.468l-.105.04Zm-.689-3.464c0-.04-.104-.143-.12-.135a.329.329 0 0 0-.184.159c-.016.04.072.119.152.245.08-.134.144-.206.152-.277v.008Zm-9.526 5.438a.784.784 0 0 0-.273 0 1.672 1.672 0 0 0-.384.222c-.049.04-.065.127-.097.19.089.032.209.127.257.095.184-.127.36-.27.529-.412l-.032-.103v.008Zm.288.404c-.104.016-.296-.063-.264.111.024.135.192.246.288.365l.232-.214c-.016-.222-.088-.293-.256-.27v.008Zm8.06 2.458c-.152.047-.296.11-.448.174a.85.85 0 0 1-.136.032l-.024-.072c.168-.11.336-.214.488-.333.073-.07.137-.142.2-.221-.104-.024-.24-.096-.312-.056a1.535 1.535 0 0 0-.793.618c-.104.199-.016.278.112.333.184.08.377.143.577.19.144-.15.313-.309.457-.475a.172.172 0 0 0 .024-.15.17.17 0 0 0-.144-.048v.008Zm2.933-12.272c-.024-.222-.056-.451-.088-.681a.783.783 0 0 0-.12.737c.032.04.08.056.12.056.048-.024.08-.064.08-.12l.008.009Zm-6.786 11.828.184.245.312-.332c-.064-.048-.128-.127-.2-.135-.12-.016-.272-.016-.288.214l-.008.008Zm-.345-.61a6.35 6.35 0 0 0-.553.332c.193.111.369.278.465.246.128-.047.2-.254.264-.412.016-.032-.152-.19-.184-.174l.008.007Zm-5.937 5.842.08-.111a2.098 2.098 0 0 0-.2-.175c-.16-.095-.337-.158-.49-.261-.336-.222-.664-.46-1-.682-.04-.032-.153-.032-.177 0a.316.316 0 0 0-.064.222.36.36 0 0 0 .16.182c.2.127.4.246.617.35.353.158.713.3 1.074.459v.016Zm3.838-17.464c-.128-.04-.177-.071-.217-.055-.36.087-.72.166-1.081.277-.16.048-.184.175-.072.333.472-.15.93-.34 1.37-.563v.008Zm9.262 1.665c.064.357.12.721.192 1.07.08.38.169.761.265 1.134.08.317.16.642.248.959.008.04.072.071.112.11.032-.039.097-.07.097-.102 0-.262-.008-.523-.056-.777-.057-.246-.209-.476-.281-.73-.096-.356-.144-.729-.24-1.085-.096-.397-.217-.785-.329-1.182l-.112.024.096.563.008.016Zm9.711-13.81c-.056.048-.136.088-.144.143 0 .072.024.143.08.183.2.11.4.206.617.285.377.135.753.254 1.138.365.088.008.184 0 .272-.016-.064-.071-.12-.182-.2-.214a5.138 5.138 0 0 1-1.386-.563 2.44 2.44 0 0 0-.377-.198v.016Zm4.143 33.255c.232-.016.472-.055.705-.11.056-.017.104-.08.2-.151a6.526 6.526 0 0 0-2.596.221c.088.024.176.032.264.048.481 0 .954 0 1.427-.008Zm1.113-3.29c-.68.064-1.346.151-2.075.23a3.81 3.81 0 0 0 2.34-.095c-.12-.071-.192-.158-.257-.15l-.008.015Zm-11.065 5.01v.096c.072.047.16.079.249.102.849.024 1.698.04 2.547.056.065 0 .129-.071.193-.111-.064-.032-.12-.087-.184-.087-.834-.04-1.659-.072-2.492-.095-.105 0-.209.023-.313.047v-.008Zm12.107-.92c.088.025.168.04.256.048h1.715c.064 0 .128-.071.192-.103a.55.55 0 0 0-.208-.095c-.425-.016-.85-.032-1.274-.024a6.56 6.56 0 0 0-.689.088v.071l.008.016ZM30.599 8.65c-.064-.103-.12-.206-.2-.214-.53-.04-1.058-.064-1.627-.095.064.333.337.277.505.317.433.103.89.095 1.322-.016v.008Zm-3.558 48.276c.04.056.049.087.065.095a3.035 3.035 0 0 0 1.53.048c.056-.008.096-.095.144-.15-.064-.032-.136-.104-.2-.104-.393 0-.777 0-1.17.016a1.91 1.91 0 0 0-.369.08v.015Zm1.042-7.69a.623.623 0 0 0-.312-.197c-.481-.08-.97-.151-1.45-.214-.305-.04-.61-.056-.914-.08v.127a7.615 7.615 0 0 0 2.676.357v.008Zm10-21.83c.08-.032.16-.064.24-.111a.888.888 0 0 0 .208-.215.27.27 0 0 0 .04-.206c-.016-.04-.112-.055-.224-.11-.12.095-.224.213-.32.332-.04.072.04.199.056.302v.008Zm-6.755-14.69c.224.088.465.159.697.23l.048-.087a.881.881 0 0 0-.2-.182 9.302 9.302 0 0 0-.641-.286 26.082 26.082 0 0 0-1.01-.38c-.056-.016-.128.032-.2.047a.419.419 0 0 0 .088.167c.048.04.112.071.177.095.344.127.689.262 1.041.389v.008ZM40.871 27.5l.264.095c.225-.087.457-.167.665-.27.049-.024.065-.119.097-.182-.065-.016-.137-.064-.193-.048a5.073 5.073 0 0 0-.649.199c-.072.031-.12.134-.184.206ZM23.356 47.547a3.413 3.413 0 0 0-1.539-.317 1.594 1.594 0 0 0 1.539.31v.007Zm15.728-20.27v-.087c-.072-.04-.16-.119-.216-.103-.088.032-.16.12-.24.19.072.048.144.143.2.135.088 0 .176-.087.264-.134h-.008Zm-.961-.697a1.396 1.396 0 0 0-.177-.04h-.224v-.055l.224-.135v-.095a.658.658 0 0 0-.248-.008c-.433.15-.817.404-1.13.73a.282.282 0 0 0-.072.19c0 .04.088.11.112.103a.648.648 0 0 0 .193-.135c.056-.056.112-.119.16-.182.072.103.056.19.096.237.032.056.152.127.184.111.289-.174.57-.364.834-.562.048-.032.048-.111.064-.159h-.016Zm-5.048-6.897a3.32 3.32 0 0 0-1.563-.539c.425.38.994.58 1.57.54h-.007Zm-1.69-2.433c.48.404 1.049.69 1.658.84a3.052 3.052 0 0 0-1.65-.84h-.009Zm10.343 10.369c-.064.134-.008.221.152.237a.83.83 0 0 0 .65-.428.687.687 0 0 0-.786.198l-.016-.008Zm-10.752-11.32a5.33 5.33 0 0 0 1.915.911 4.086 4.086 0 0 0-1.907-.904l-.008-.008Zm1.13-2.585c-.353-.119-.706-.245-1.066-.364-.249-.08-.497-.151-.745-.222l-.057.15c.185.072.361.135.545.206.457.183.898.365 1.346.531.096.016.2.008.297-.015-.072-.095-.144-.19-.217-.278-.008-.016-.064 0-.088-.016l-.016.008Zm-.25 1.768c-.215-.19-.376-.34-.56-.483-.024-.024-.128 0-.152.04a.217.217 0 0 0-.04.181.777.777 0 0 0 .753.262Zm-1.185-1.316a3.055 3.055 0 0 0 1.77.761 3.646 3.646 0 0 0-1.762-.753l-.008-.008Zm1.362 8.934a.92.92 0 0 0-.256-.016c-.016 0-.056.111-.04.127a.484.484 0 0 0 .208.15c.345.072.697.135 1.042.183.352.047.72.08 1.09.103.112 0 .216-.024.328-.055-.12-.08-.168-.135-.224-.143l-1.659-.238c-.144-.024-.304-.071-.465-.103h-.008l-.016-.008Zm-.529-.983c.385.071.778.111 1.17.159.176.023.353.063.529.079.2.016.4.024.609.032 0-.048.008-.104.016-.151-.833-.206-1.699-.222-2.556-.357.08.111.16.222.248.238h-.016Zm.28.5a3.787 3.787 0 0 0 2.349.213 7.219 7.219 0 0 0-2.332-.213h-.016Zm-.12 1.133c.04.08.097.15.177.19.024.016.168-.11.16-.127a1.197 1.197 0 0 0-.192-.269c-.056.095-.144.166-.128.206h-.016Zm-.408-3.416a6.056 6.056 0 0 0 1.98.388c.047 0 .095-.048.143-.072l-.016-.07a6.483 6.483 0 0 0-2.099-.239h-.008v-.008Zm-.16.578c.432.222.905.349 1.386.365.208.024.417.055.617.103.152.024.312.024.465.04a5.882 5.882 0 0 0-2.468-.508Zm17.066 8.371c-.168.056-.408.064-.496.365l.993-.222a.458.458 0 0 0-.489-.143h-.008Z"/>
    </g>
    <defs>
      <clippath id="a">
        <path fill="#fff" d="M0 0h60v65H0z"/>
      </clippath>
    </defs>
  </svg>
  
</span>
    <span class="header__icon-fdsm__label">
        Mon panier
    </span>
</a>
      </div>
    </div>
  </header>

  <nav class="header-navigation">
    <div class="header-navigation__drawer">
      



<header-drawer data-breakpoint="desktop">
  <details id="Details-menu-drawer-container" class="menu-drawer-container">
    <summary
      class="header__icon header__icon--menu header__icon--summary link focus-inset"
      aria-label="Menu"
    >
      <div class="header__icon-and-label">
        
        <span class="header__icon-toggle">
          <svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" fill="none" viewbox="0 0 44 44">
    <path stroke="#000" d="M3.176 1.14c10.937 2.03 34.162 1.353 36.539 1.353 5.37 0 1.69 24.917 0 39.574-13.079-.45-38.771-1.488-38.23.677.541 2.164 1.691-26.496 1.691-41.604Z"/>
    <path fill="#AC463F" d="M4.5 5h35.177v35.177H4.5z"/>
    <path fill="#fff" stroke="#fff" d="M26.577 22.386h-9.784a.502.502 0 0 1-.505-.505c0-.281.224-.505.505-.505h9.784c.282 0 .505.224.505.505a.502.502 0 0 1-.505.505Zm2.622 6.647H14.792a.502.502 0 0 1-.505-.505c0-.282.224-.505.505-.505H29.2c.281 0 .505.223.505.505a.502.502 0 0 1-.505.505ZM19.223 15.74h-4.43a.502.502 0 0 1-.506-.505c0-.281.224-.505.505-.505h4.43c.282 0 .506.224.506.505a.502.502 0 0 1-.505.506Z"/>
  </svg>
  
        </span>
        <span class="header__icon-label">
          NOS PRODUITS
        </span>
      </div>
    </summary>
    <div id="menu-drawer" class="gradient menu-drawer motion-reduce color-scheme-2">
      <div class="menu-drawer__inner-container">
        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

        <div class="menu-drawer__navigation-container">
          <nav class="menu-drawer__navigation">
            <div class="menu-drawer__title">
              NOS PRODUITS
            </div>
            <ul class="menu-drawer__menu has-submenu list-menu" role="list">
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-1">
                      <summary id="HeaderDrawer-graines-potageres">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/graines-potageres">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="299" height="269" fill="currentColor" viewbox="0 0 299 269">
  <path d="M137.799 35.1c.6-1.7 1-3.1 1.5-4.4 1.1-2.5 2.1-5.2 3.6-7.5 4.3-6.4 9.3-12.2 15.5-16.9 2.7-2 5.8-3.6 8.8-5.2 1-.5 2.4-1.2 3.3.1 1 1.3-.1 2.4-.9 3.4s-1.7 1.9-2.7 2.7c-5.2 4.6-9.5 9.9-13.6 15.4-.5.7-.9 1.5-1.4 2.2-.1.2-.1.4-.2 1 .7-.4 1.1-.5 1.5-.8 1.5-1.1 3-2.2 4.4-3.3 6.9-5.3 14.7-7.5 23.3-7.6 9-.1 17.7 1.2 26.1 4.4 1.6.6 3.2 1.2 4.6 2 6.4 3.5 13.3 5.9 20.2 8.2 4.9 1.6 9.8 3 14.6 4.7 4.3 1.4 8.2 3.6 12 6 4 2.5 7.3 5.8 9.8 9.7 6.5 10.3 11.9 21.2 15.3 32.9 1.9 6.6 4 13.1 6.8 19.4 4.3 9.6 6.6 19.7 7.4 30.1.4 4.7.4 9.4.4 14.1 0 5.5-1.7 10.7-3.9 15.7-5.1 11.5-11.4 22.3-19.7 31.9l-2.4 2.7c-1.9 2.2-3.4 4.5-4.4 7.3-2.2 6.4-5.7 12.1-10.3 17.1-9.1 9.9-19.9 17.7-32.1 23.6-6.6 3.2-13.5 5.6-20.7 7.3-6 1.4-11.6 3.8-17 6.9-10.8 6.3-22.6 9.6-35.2 9.7-6.2 0-12.5.5-18.7.7-1.6.1-3.2 0-4.8-.2-7-1-14.1-2-21.1-3.2-6.8-1.2-13.4-3-19.1-7.3-.5-.4-1.2-.5-1.8-.6-3.9-.6-7.6-1.7-11.3-3.2-2.7-1.1-5.7-1.7-8.5-2.4-3.5-.9-6.5-2.6-9.2-4.9-2.7-2.2-5.6-4.3-8.5-6.2-4.4-2.8-8.6-5.8-12.4-9.4-4-3.9-6.6-8.7-8.7-13.9-.3-.8-.7-1.6-1.3-2.2-3.8-3.7-7.3-7.6-10.3-12-2.2-3.2-4.3-6.6-6.5-9.8-5.3-7.8-7.8-16.6-9.5-25.6-.8-4.4-.6-8.8-.5-13.1.2-5.9.5-11.8.8-17.7.3-5.5 1.9-10.7 4.1-15.7 1.4-3.1 3.1-6.2 4.9-9 1.4-2.2 2.1-4.4 2.6-6.9.5-2.8 1.2-5.6 1.9-8.4 1.4-5.8 2.9-11.6 4.4-17.4 2.2-8.2 5.6-15.8 12.1-21.6 1.3-1.2 2.7-2.2 4-3.4 4.6-4.1 10.1-6 16.1-6.7 4.9-.6 9.9-1.3 14.4-3.5 2.9-1.4 5.6-3.1 8.3-4.8 3-1.8 5.8-4 8.9-5.7 3.1-1.7 6.7-1.9 10-1.1 5.2 1.3 10.2.7 14.9-1.6 5.2-2.5 10.6-2.8 16.2-2.1 3 .4 5.9 1.4 8.5 3 1.8 1.1 3.5 2 5.5 3.1Zm-18 62.9h4c-.6-.9-1.2-1.2-2-.8-.7.3-1.3.6-2 .8.6-.5 1.1-1 1.8-1.6-.6-.6-1.1-1.5-2.1-1.1-1.3.6-2.7 1.1-4 2.4 1.7.1 3 .2 4.3.3Zm-3.3-5.1c-1 .8-1.9 1.6-3 2.5.4.5.8 1 1.1 1.4 1.5-.8 2.8-1.5 4.7-2.5-1.2-.6-2.1-1-2.8-1.4-.8-.6-1.5-1.3-2.2-2-1.2.9-2.2 1.6-3.3 2.5.7.6 1.3 1 1.7 1.3 1.3-.7 2.6-1.2 3.8-1.8Zm-11-4.6c.3-.3.6-.5 1.1-1-.9-.3-1.5-.5-2.2-.7-.1.1-.1.2-.2.4l1.3 1.3c1.4 1 2.7 2 5 1.2-1.4 1.3-.9 2 .1 2.7.8-.5 1.6-1 2.9-1.8-1.9-.9-3.3-1.5-4.7-2.3-1.1-.5-2.2-.5-3.3.2Zm41.6-62.2c2.2-1.6 3.8-3.7 4.8-6.3-.9.8-1.9 1.6-2.8 2.3 4.4-5.1 9.6-9.4 13.5-14.9-.5.1-.8.3-1.1.5-5.6 4.4-10.2 9.8-14.4 15.6-.7 1-1.3 2.2-1.9 3.3-.3.5-.1.9.6.8-1.8 1.5-2.9 3.5-3.7 5.7-.8 2.2-1.7 4.4-2.5 6.7-.6 1.8-1.1 3.6-1.7 5.5-.2.6-.3 1.2.5 1.5-.9 1.4-1.8 2.8-1.9 4.5 0 .6.4 1.3.1 1.8-1.2 2.4-1.1 5-1 7.5.2 5 .5 10 .8 15 .2 2.3.6 4.7 1 7.1 3.2-1 5.9-2.8 9-2.7.1-.4.2-.6.1-.7-.1-.5-.2-.9-.4-1.4-3.9-9.3-4.4-19-3.6-28.9.2-2 .4-4 .5-6 0-.3-.4-.6-.6-1 .7-1.1 1.5-2.2.7-4-1.3 1.2-2.5 2.2-3.6 3.3.9-1.2 1.9-2.3 3-3.2.9-.8 1.5-1.6 1.8-2.7.7-2.6 1.3-5.2 2.8-7.4.4-.6.6-1.4 1-2.3-.3.3-.6.3-1 .4Zm-13.4 54.8c-1.5 1.2-3.1 2.3-4.6 3.5 1.4 1.2 2.3 0 3.4-.4.1-.1.3 0 .5 0 .1.1.1.2.2.3-.6.3-1.2.6-2.1 1.1 1.6.6 2.6 1 3.8 1.4.1-.5.1-1 .3-1.4 1-1.4.3-2.7-.2-4-.3-.6-.8-.6-1.3-.5.2-.3.8-.8.8-1.2-.3-2.4-.6-4.8-1-7.3-.6.2-1 .4-1.4.6.9-1.1 2.1-2.2.9-3.9-.7 0-1.4-.1-1.9.2-.6.3-1.3.7-1.6 1.3-.7 1.5-1.3 3.1-1.8 4.6 1-.5 2.2-1.1 3.3-1.7-1.9 1.5-3.9 3-5.8 4.4l-3.9 2.7c1.6.8 1.6.8 2.7.2 2.2-1.2 4.3-2.5 6.4-3.7.5-.3 1.1-.5 1.6-.7.1.1.1.2.2.3-2.7 1.7-5.3 3.4-8 5.1 1.1 1.6 2.3.3 3.4.4-.2.4-.3.8-.7 1.7 1.1-.3 1.8-.5 2.4-.8 1.4-.6 2.9-1.4 4.4-2.2Zm25.8 48.4c-.4.9-.9 1.8-1.5 2.9.4.3.8.7 1.2 1.1 1.1-1.2 2-2.3 2.9-3.3-.5.9-.9 1.9-1.5 2.7-.9 1.2-.8 2.2.2 3.3 2.4-1.6 2.9-3.9 3-6.5 0-.3-.4-.7-.7-1 .2-.5.6-1.1.4-1.5-.7-2.8-1.9-5.3-4.2-7.2.3-1.3-.4-2.2-1.1-3.4-.9.8-1.6 1.5-2.4 2.3l-2.2 2.2c-.7.6-1.1 1.6-2.2 1.7.3-.8.8-1.4 1.3-1.9 1.5-1.4 3.1-2.8 4.6-4.2.6-.5 1.3-1 .8-2.1-2.6 1.7-5.2 3.3-7.8 5-.4.2-.8.7-1.2.7-2.7-.4-4.7 1.2-7.1 1.8 4.1.3 8.2.4 11 3.9 1.4-1.1 2.6-2.1 3.8-3.1-1.1 1.3-2.2 2.7-3.4 4 .4.9.7 1.8 1.1 2.8 1.5-1.5 2.8-2.9 4.1-4.2l.3.3c-1.2 1.5-2.4 3-3.8 4.7.9.5 1.6.8 2.4 1.3.8-.9 1.4-1.6 2-2.3Zm20.2-67.6c.3-.5.5-1.1.8-1.6-2.5.6-3.2 1-4.6 2.7-2.3 2.7-4.5 5.4-6.8 8.1-.4.4-.7.9-1.1 1.3l-.4-.4c2-2.4 3.9-4.8 5.9-7.3-3 1.9-5.5 4.3-7.7 7.1.8 2.8 1.6 5.6 2.5 8.7.6-1 1-1.7 1.5-2.3 3.3-5.1 7.1-9.9 11.4-14.2 1.4-1.5 2.6-3.2 4-5.1-2 .1-3.3.7-4.2 2.1-.4.3-.9.6-1.3.9Zm-94.4 47.1c.1.3.2.7.5.8 1.4.5 2.4-.4 3.3-1.4.1.4.1.7.2 1h.7c.5-.1.9-.2 1.4-.4 3-1.1 6.1-1.6 9.2-1 3.1.6 6.2 1.3 9.3 2.2 1.1.3 2.1.5 3.7.1-1-.4-1.5-.6-2-.7-3.6-1.1-7.3-2.2-10.9-3.4-3.5-1.1-7-2.3-10.5-3.4-.6-.2-1.2-.3-1.8-.3-2.9.3-5.8.7-8.7 1.1-1.3.1-2.4.5-3.3 1.6-.6.7-1.4 1.2-2.1 1.8-.3-.1-.6-.4-.8-.3-1.1.5-2.2 1.1-3.3 1.7.1 1.5.5 2.4 2.1 2.2.5-.1 1-.1 1.4.1 2.6 1.2 4.9.8 6.9-1.3 0 .6.1 1.2.9.9 1.1-.4 2.4-.8 3.8-1.3Zm90.8-27.7c-.4 0-.9 0-1.3.1-2 1-3.9 2-6.1 3.1.1 1.4.2 3 .3 4.7.6-.4.9-.6 1.2-.9-1.1 1.9-1.7 3.9-1.8 6.1-.1 1-.5 2-.8 3-.5 1.5-1.1 3.1-1.7 4.8 9.6-5.1 15.3-13.4 20.2-22.3-.6.5-1.1 1.1-1.6 1.6-2.6 2.9-5.1 5.9-7.9 8.7-1.3 1.3-3 2.4-4.6 3.5-.4.3-1.1.3-1.6.5-.1-.2-.2-.3-.3-.5.5-.5 1.1-1 1.6-1.6 1.6-1.5 3.3-3 4.9-4.5.4-.4.7-.8 1-1.3.6-1.1 1.1-2.3 1.8-3.3l7.5-11.4c.9-1.4 1.8-2.8 2.8-4.2 1.7-2.3 1.5-4.8 1-8-.5 1.7-.8 2.9-1.3 4-2.8 6.3-6.9 11.6-12.1 16.2-.4.6-.7 1.2-1.2 1.7Zm73.3-23.7c-.7.6-1.5 1.2-2.2 1.8 0 .1.1.3.1.4 2.4-.1 4.9-.3 7.3-.4-1.7-1.2-3.1-2.8-5.2-1.8 0-.2.1-.5.2-.8-3-1.4-5.7-3.3-9.1-3.3-1.1 0-2.2-.1-3.4-.1-2.6 0-5.1 0-7.4-1.4-.3-.2-.8-.3-1.1-.3-5.2-.5-10.4-.4-15.4 1-.7.2-1.7.6-1.7 1.1-.2 1.2-1 1.3-1.8 1.6-1.5.6-3 1-4.5 1.7-.7.3-1.3.9-1.7 1.5-2.7 4.2-5.4 8.5-8.1 12.7-.2.4-.4.7-.6 1.1 3.8-3.7 7.3-7.6 11.1-11.3.2.1.3.3.5.4-1.6 1.8-3.3 3.7-4.9 5.5.1.1.3.2.4.4 4.2-4.1 8.2-8.5 13-11.9.1.1.2.2.3.4-4.1 4-8.3 8-12.4 12.1 1.3-.1 2.4-.5 3.4-.9 3.7-1.7 7.3-3.5 10.2-6.5 1.9-2 4.2-3.7 6.4-5.5.4-.4 1-.6 1.4-.9.1.1.2.2.3.4-2.6 2.3-5.1 4.6-7.7 6.9 2.8-.1 5.4-.5 8-1 .4-.1.8-.5 1.1-.8 1.9-1.5 3.8-3 5.7-4.4.3-.2.7-.3 1.1-.4.1.1.1.2.2.3-1.9 1.6-3.8 3.2-5.9 5 1.9.3 3.1 0 4.3-1.1 1.6-1.5 3.4-2.7 5.6-3.3-1.7 1.3-3.4 2.5-5.4 4 2.2.3 3.6.1 5-1.1 1-.9 2.3-1.5 3.5-2.3.1.1.1.2.2.4-1 .8-2.1 1.6-3.2 2.5 2.5.5 2.5.5 4.2-.5 1.5-.9 2.8-2.2 4.8-2.3-1.4 1-2.8 2-4.5 3.2 2.5.3 4.5.6 6.2-1 .2-.8 1-.9 1.7-1.1Zm-210.7 12c-.7.5-1.4 1-2.1 1.4-3.6 2-7.3 4-10.9 5.9-1.2.7-1.8 1.6-1.7 3 6.2-3.2 12.3-6.4 18.4-9.6v-.4c-1.3 0-2.5-.1-3.7-.3-.4-.2-.7-.6-1.1-.8-1.6-.7-3.2-1.3-4.8-2.1-.4-.2-1-.8-1-1.2 0-.4.6-.9 1.1-1 2.6-.4 5.2-1.1 7.8-1 3 0 6.1.5 9 1.1 6.4 1.3 12.8 3 19.2 4.2 5.8 1.1 11.7 1.9 17.5 3 10.4 2 20.7 4.9 30.8 8.2.8.3 1.6.5 2.6.7 0-3 1.6-4.4 3.9-5 2.3-.7 3.6-2.3 4.1-4.6.4-1.8 1.5-2.8 3.2-3.2.5-.1 1.1-.2 1.6-.4.2-.7.4-1.3.5-1.9.1-1.2 0-2.4 0-3.6.2-4.2.2-8.5.8-12.6.4-2.5 0-4.3-1.6-6.3-4.8 1.9-9.7 3.7-14.5 5.6-.1-.2-.2-.4-.2-.6 4.4-2.6 9.4-3.9 14.3-5.9-.6-1-1.1-1.9-1.7-2.7-5 2.1-9.7 4.2-14.6 5.9 1.3-1.7 13.7-7 16.4-7.3 0 2.5 2.1 3.8 2.8 5.8.1 0 .3-.1.4-.1.5-1.6 1-3.3 1.4-4.7-1.8-1.1-3.3-2-4.7-3-.9-.6-1.5-.8-2.6-.3-5.1 2.3-10.3 4.4-15.4 6.6-.3.1-.7.2-1.1.3-.1-.2-.1-.3-.2-.5 1.2-.6 2.4-1.4 3.7-1.9 3.9-1.6 7.9-3.1 11.8-4.7.5-.2 1.1-.5 1.8-.8-2-1.5-4-2.2-6.2-2.5-1.1-.1-2.3-.2-3.3.2-4.3 1.6-8.6 3.3-13 5-.4.2-.8.2-1.2.3-.1-.2-.1-.3-.2-.5 3.2-2.5 7.2-3.2 10.7-5.1-1.8.2-3.5.4-5.1 1.1-2.8 1.2-5.5 2.8-8.8 3 6.3 4.1 11.2 9.5 15.8 15.1 4.6-2 9-3.8 13.6-4.9.1.2.1.3.2.5-4.6 1.8-9.3 3.6-14.2 5.5-.5-.4-1.3-1-2-1.8-3.7-4.2-8-7.5-12.6-10.7-2.7-1.9-5.6-3-8.8-3.6-1.3-.2-2.7-.3-4.1-.4-6.3-.4-10.4 3.3-14.8 7.3 3.7 1.2 7.3 1.6 10.4 3.6 4.3 2.9 7.2 5.4 7.8 7.8-1.4-.9-2.7-1.6-3.8-2.5-3-2.4-6.3-4-9.9-5.1-4.6-1.3-9-1.3-13.3.6-3.6 1.5-7.2 2.5-11.1 3-1.5.2-3 .6-4.5.9-12 3.1-20.7 10.1-25.6 21.5-.2.5-.3 1.1-.6 2 1.3-.7 2.3-1.2 3.3-1.6 3.5-1.1 6.8-2.5 10.1-3.9ZM9.9 127.5c.8-.4 1.6-.7 2.3-1.2 8.8-4.8 17.7-9.6 26.5-14.4.9-.5 1.9-.9 2.9-1.3.1.2.1.3.2.5-1.3.7-2.6 1.5-3.9 2.2-9.7 5.5-19.5 11-29.2 16.5-.5.3-1.3.7-1.5 1.1-.5 1.9-1.3 3.8-1.1 6.1 3.1-2 6-3.9 8.9-5.7 3-1.9 6-3.7 9-5.4 3-1.7 5.9-3.5 8.9-5.1 3-1.7 6-3.5 9.3-4.6-2.3 1.7-4.7 3-7.1 4.5-9.4 5.7-18.8 11.5-28.2 17.2-.6.4-1.4.8-1.5 1.4-.4 1.6-.8 3.3-.7 5 6.1-3.9 12-7.7 18.1-11.3 6-3.6 12-7.1 18.4-9.8-1.3 1.1-2.7 2-4.2 2.8-10.6 6.1-21.1 12.3-31.2 19.2-.5.3-1.1.8-1.3 1.3-.4 1.6-.5 3.2-.1 4.9 5.4-3.5 10.6-7 15.9-10.3 5.2-3.3 10.5-6.6 16.1-9.2-1.1 1.1-2.3 1.9-3.5 2.7L5.3 152.3c-.5.3-1 1-1 1.5 0 2.7.1 5.4.2 8.1 0 .2.3.4.5.7.8-.4 1.5-.8 2.2-1.3 1.6-1.1 3.1-2.3 4.7-3.4 8.6-5.6 17.2-11.1 25.8-16.6.8-.5 1.6-1.2 3.2-1.1-1.7 1.1-2.9 2-4.2 2.8-9.6 6.6-19.3 13.1-28.9 19.7-3.6 2.4-3.6 2.6-2.3 6.8 0 .1.1.1.5.3 11-8.5 22.3-16.7 34.3-23.7-1.4 1.4-3 2.6-4.6 3.7-7.9 5.7-15.8 11.4-23.8 17.1-1.7 1.2-3.3 2.5-4.9 3.8-.6.5-1.1.9-.9 1.8.4 1.3.8 2.7 1.2 4.3 10.9-9.1 21.8-17.7 33.6-25-5.1 4.8-10.9 8.7-16.4 13-5.6 4.4-11.1 8.9-16.8 13.4.6 1.5 1.2 2.7 1.7 4.1.5-.4.8-.5 1-.7l27-21.9c.5-.4 1-1 1.4-1.6 5.1-7.3 10.2-14.5 15.2-21.8.2-.3.5-.5 1-1-.1 1.9-1 3.1-1.7 4.3-3.2 5-6.5 10-9.8 15.1-.5.7-.9 1.5-1.4 2.3 1.4-.4 2.5-1.1 3.6-1.7 1.1-.6 2.2-1.3 3.4-1.8 1-.5 2-1.3 3.5-1.5-.2.4-.2.5-.3.5-3.6 2.1-7.3 4.2-10.9 6.3-.3.2-.6.3-.7.6-.9 1.6-1.8 3.3-2.8 4.9 1.9-.7 3.5-1.7 5.1-2.6 1.6-1 3.3-2 4.9-2.9 1.6-.9 3.2-1.9 4.8-2.7l5.1-2.7c1.6-.8 3.2-1.7 5-2-.3.5-.7.7-1.1 1l-21 12c-.7.4-1.4 1-2.1 1.1-1.3 0-1.7.8-2.2 1.8-6.2 12.2-7.3 25.3-6.8 38.7 0 .5.3 1 .5 1.6 1.8-.9 3.2-2.2 5.2-2-1.7 1-3.4 2-5.3 3 .2 1 .4 1.9.7 3 2.7-1.6 4.9-3.8 7.9-4.5-2.5 1.9-5.1 3.7-7.6 5.6.4 1.2.7 2 1.1 3.1 1.3-.9 2.4-1.7 3.6-2.4 1.2-.8 2.4-1.6 3.6-2.3l3.3-1.8c.1.1.1.3.2.4-3.5 2.4-6.9 4.7-10.5 7.2.7 1.5 1.2 2.7 1.8 4 3.6-2.3 6.7-4.8 10.4-6.4-3.3 2.4-6.6 4.9-10 7.4.9 1.3 1.6 2.3 2.3 3.4 3.7-2.7 7.2-5.3 10.7-7.8.1.2.3.3.4.5-3.5 2.7-6.9 5.5-10.5 8.3.9 1 1.7 1.9 2.5 2.9 1.3-1 2.4-1.9 3.5-2.7 1.1-.9 2.3-1.8 3.5-2.6 1.1-.7 2-1.9 3.7-1.7-3.2 2.6-6.5 5.1-9.9 7.8 1.3 1.1 2.4 2 3.5 2.9 3.2-2.5 6-5.2 9.3-7.3.1.2.3.3.4.5-2.8 2.5-5.7 4.9-8.7 7.6 1.1.8 2 1.4 3.1 2.2.8-.7 1.6-1.3 2.3-1.9.7-.6 1.5-1.3 2.2-1.8.7-.5 1.3-1.1 2.1-1.4.1.1.2.3.3.4-1.9 1.8-3.8 3.6-5.9 5.5 1.5 1.1 2.9 2 4.3 3 1.2-1 2.3-2 3.4-2.9l.4.4c-.9 1-1.8 2.1-2.8 3.2 1.6.7 2.4 2.5 4.3 2.5.1 0 .2.3.3.4.3.5.6 1.1 1 1.5 2.4 2.2 5.4 3.3 8.6 4 4 .9 7.8 2.2 11.5 4.1 1.1.5 2.3.8 3.4 1.2-4.1-5.6-6.1-11.9-7.4-18.4-.6.2-.8.3-1.6.5 1.9-2.3 1.1-4.2.7-6.6-2 1.9-3.7 3.5-5.3 5.2-.1-.6.1-1 .4-1.3 1.1-1.2 2.2-2.3 3.4-3.4 1.9-1.7 1.9-1.6 1-4.2-1.3 1.3-2.5 2.5-3.8 3.7-1.2 1.1-2.1 2.7-3.7 3.3.3-.8.7-1.4 1.3-1.9 1.6-1.6 3.3-3.3 5-4.8 1.9-1.7 2.3-3.5 1.2-6l.1.1c.2-.8.4-1.5.4-2.3.2-3.7.4-7.5.5-11.2.1-2.6-.1-5.2.6-7.6 1.6-5.8 3.4-11.7 5.5-17.3 1.8-4.8 4-9.4 6.3-14 2.1-4.1 4.3-8.2 6.9-12.1 2.4-3.6 4.4-7.2 5.6-11.3.4-1.3 1.1-2.7 2-3.8 2.7-3.3 5.5-6.5 8.3-9.6 1.4-1.6 3.2-2.9 5.2-3.8 2.5-1.1 4.9-2.5 7.4-3.9.9-.5 1-1.2.4-2-1-1.4-2.4-2-4.1-2-1.6 0-3.2 0-4.8-.1-7.4-.6-14.9-.5-22.3.3-4.1.5-7.6 2.5-10.2 5.7-2.2 2.6-2.7 5.8-1.4 9 1 2.2 2.5 4.2 3.7 6.4.5.9.9 1.8 1.4 2.9-2.4.3-4.1-.7-5.7-1.6-2.8-1.6-4.6-3.9-4.8-7.3-.1-1.3-.4-2.6-.6-3.9-7.1-.6-11.5-4.3-13.7-10.8-.5-1.5-1-3-1.3-4.6-1.2-5.6-1.1-11.1 1.7-16.3 2.1-3.8 5.1-5.9 9.4-6.5 6.6-.9 13.1-.5 19.5.8 5.7 1.1 11.4 2.5 17.1 3.8 1.7.4 3.3.6 5 .8.1-.2.1-.3.2-.5-.9-.8-1.9-1.4-2.6-2.3-1-1.1-1.6-2.6-2.7-3.5-1.1-1-2.5-1.6-3.7-2.5-2.7-2-5.2-4-8.7-4.9-7.3-1.9-14.6-3.4-22-4.8-1.9-.4-3.8-1.3-5.6-1.1-1.9.2-3.7 1.5-5.5 2.3-.8.3-1.5.6-2.3.9-.1-.2-.1-.3-.2-.5 1.6-1.9 4.4-1.7 6.3-3.1-1.8-1-3.4-.9-5.1-.1-2.1 1-4.3 1.8-6.4 2.7-.4.2-.9.1-1.4.1 0-.2-.1-.4-.1-.6 2.8-1.1 5.6-2.2 8.7-3.5-2.6-1-2.6-1-4.5-.2-3.3 1.4-6.6 2.9-9.9 4.4-.6.3-1.2.4-2 .7.1-.5 0-.7.1-.8 3.9-1.8 7.7-3.6 11.7-5.4-1.2-1-2.4-1-3.8-.4-4.4 2-8.7 3.9-13.1 5.8-.7.3-1.3.9-2.6.3 5.3-2.8 10.6-4.7 15.7-7-2.9-1-5.7-1.9-8.5-2.7-.7-.2-1.5.1-2.2.5-6.1 3.3-12.2 6.6-18.4 9.9-1.1.6-1.7 1.3-2 2.5-1.3 4.5-2.6 9-4 13.6-.7 2.3-1.3 4.6-2 7 3.6-2.5 6.8-5.1 10.3-7.3 5-3.2 9.5-5.1 11.3-5-.4.5-.7 1-1.1 1.2-.9.6-1.9 1.2-2.9 1.7-7.6 3.8-13.5 9.7-18.6 16.3-.5.7-.9 1.4-1.7 2.5 1-.3 1.6-.5 2.1-.7.1.1.2.3.4.4-3.5 1.9-5.7 4.7-6.5 8.7 1.7-.9 3-1.8 3.9-3.3 2.7-4.4 5.7-8.7 9.3-12.5 6.6-6.9 14.5-11.9 23.4-15.5 13.8-5.7 28-8.2 42.9-5.5 3.7.7 7.4 1.2 10.8 3 .4.2.7.6 1.1.9-.9.1-1.7 0-2.5-.3-5.2-1.7-10.6-2.2-16-2.6-10.4-.9-20.6.8-30.4 4.3-8 2.9-15.8 6.2-22.3 11.8-4.8 4.1-9.1 8.5-12.7 13.6l-.9 1.5c5.4-2.8 10.3-6.2 15.7-8.7-.8.8-1.7 1.5-2.6 2.1-4.2 2.7-8.2 5.6-12.5 8-3.4 1.6-5.1 4.9-7 8.1-.5-.7-.2-1.4.1-2.1.3-.7.6-1.3 1-2.3-3.1 1.1-2.6 3.6-3.3 5.5.1.1.3.2.4.3.6-.5 1.2-.9 1.8-1.4Zm182.6 124.4c2.2-.8 4.4-1.4 6.6-2.3 2.2-.9 4.5-1.7 6.6-2.8 5.1-2.7 10.1-5.5 15.1-8.3.8-.4 1.7-.8 2.5-1.2l.3.6c-5.4 3.1-10.8 6.2-16.2 9.2.4.2.8.3 1 .2 4.2-1.3 8.4-2.6 12.1-5.1 1.1-.8 2.3-1.4 3.5-2.1.3-.2 1-.5 1-.5 1 1.5 1.8 0 2.5-.3 1.5-.7 3-1.5 4.4-2.4 9.4-5.7 18-12.4 25.1-21 8.1-10 11.9-21.2 10.2-34.1-.2-1.8-.6-3.6-1.2-5.3-6.3-16.7-15.9-31.3-27.3-44.8-6.2-7.3-13.5-12.9-22.3-16.5-3.5-1.5-7.1-2.9-10.7-4.2-6.5-2.3-13.2-3.2-20-2.3-1.3.2-2.7.3-4 .4-.4 0-.7-.3-1.3-.5.5-.3.7-.4.9-.5 5.4-1.3 10.9-1.7 16.4-1 6 .8 11.6 2.9 17.2 5.1 8.4 3.3 16.1 7.9 22.3 14.5 5 5.2 9.4 10.9 13.6 16.8 5.8 8.2 10.7 16.8 15 25.9 3.3 6.9 5.3 13.8 5.2 21.4 0 .2.2.5.4 1.1 2.2-2.7 4.5-5 6.3-7.6 2.3-3.2 4.3-6.6 6.3-9.9 3.8-6 6.6-12.4 8.9-19.1 1.7-4.9 1.9-7 1.4-12 0-.2.1-.4.2-.6 1-1.9.5-3.8.3-6.2-1.3 1.2-2.2 2.2-3.2 3.1-1 .9-1.7 2.1-3.2 2.5.3-.8.8-1.4 1.3-2 1.3-1.4 2.8-2.7 4.1-4 .4-.4.9-1.1.8-1.6-.1-1.8-.4-3.5-.7-5.6-.8.7-1.2 1-1.6 1.4-2.3 2.2-4.5 4.5-6.8 6.7-.3.3-.8.5-1.2.7-.1-.1-.2-.3-.3-.4.5-.7 1-1.4 1.6-2 2.2-2.2 4.4-4.4 6.7-6.5 1.1-1 1.5-2 1.1-3.3-.2-.8-.4-1.6-.7-2.7-1.5 1.4-2.8 2.6-4.1 3.8-1.2 1.2-2.4 2.4-3.6 3.5-1.2 1.1-2 2.7-3.8 3.3.4-1 .9-2 1.7-2.7 2.6-2.6 5.3-5.1 7.9-7.7l1.8-1.8c-.5-2.1-1-4-1.6-6.3-1.5 1.4-2.7 2.5-3.9 3.7-1.2 1.1-2.3 2.2-3.4 3.3-1.2 1.2-2.3 2.4-3.5 3.6-1.1 1.1-1.9 2.6-3.5 3.1 1.7-3 4.2-5.4 6.6-7.8 2.5-2.5 5-4.9 7.5-7.3-.7-2.3-1.4-4.4-2.2-6.8-2.1 2.1-3.9 3.8-5.7 5.6-1.9 1.9-3.7 3.7-5.6 5.5-1.8 1.7-3.4 3.6-5.9 4.5 5.6-5.6 11.3-11.2 16.9-16.9-.6-1.5-1.1-2.8-1.7-4.4-.8.8-1.4 1.3-2 1.8-5.2 5.3-10.4 10.6-15.7 15.9-.5.5-.9 1.4-2.3 1.2 6.1-7.4 12.9-13.7 19.7-20.2-1.2-1.9-2.4-3.7-3.5-5.5l.1.1c-.9-1.3-1.6-2.7-2.6-3.9-5.8-7.1-13-12.2-21.6-15.5-9.1-3.5-18.5-5.3-28.3-5.9-10.1-.7-19.7 1.1-28.7 6-.3.2-.7.2-1 .3-.1-.1-.2-.3-.3-.4.8-.6 1.5-1.3 2.4-1.8 6.2-3.6 12.9-5.6 20-5.9 12.5-.6 24.7 1.4 36.5 5.6 1.9.7 3.9 1.1 5.6 2.1 4.4 2.5 8.6 5.2 12.9 7.9 1 .6 1.8 1.3 3.3 2.3-1.2-3.2-2.2-5.8-3.2-8.4-2.5-6.9-5.2-13.8-8.9-20.2-4.5-7.7-10.5-14-18.6-17.8-6.2-2.9-12.6-5.2-19.6-5.9-7.2-.7-14.4-.8-21.5.5-13 2.4-24.3 7.8-32.1 19-.4.5-.9 1-1.5 1.6-.6-1.3.1-2 .5-2.7 2.8-4.5 6.3-8.5 10.8-11.4 8.3-5.5 17.5-8.6 27.3-9.6 3.3-.4 6.6-.5 10.4-.7-1-.4-1.6-.7-2.3-1-2.8-1.2-5.7-2.2-8.4-3.5-10.7-5.3-21.9-7.8-33.8-7.8-6.8 0-13.1 1.8-18.8 5.6-3.8 2.5-7.5 5.1-11.3 7.7-.5.3-1 .8-1.2 1.4-.9 2.9-2 5.8-2.5 8.7-.7 4.3-.6 8.6 0 12.9l.3 1.2c2-1.8 3.8-3.4 6-5.4-1.7 2.7-4.2 4.4-5.3 7-.6 1.3-1 2.5.1 3.4.6.5 1.3 1 1.7 1.6 1.1 1.5 2.9 2 4.4 1.9 1.7-.1 1.6-2.1 2.1-3.4 0-.1 0-.2.1-.2.4-2.9 1.5-5.4 3.8-7.2.9-.7 1.3-1.7 1.6-2.8.4-1.6 1.2-3.1 1.9-4.6.2-.4.7-.8 1.2-1.3 1.2 2.1-.7 3.8-.3 5.7.6.2 1.3.3 2 .6s1.3.9 2 1.2c1.1.5 1.6 1.4 1.4 2.5-.2 1.4.1 2.7.9 3.9.7 1.1 1 2.3.8 3.6-.1.5.3 1.1.6 2 4.7-4.1 9.9-6.2 15.8-6.5-.5-1.4-.8-2.4-1.1-3.5-.3-1.1-1.7-1.7-1.4-3.3.6.2 1.1.2 1.4.4 1.4 1.5 3 2.9 4.2 4.6.8 1.2 1.6 1.7 3.1 1.5 1.8-.3 3.6-.5 5.5-.6 1.5 0 2.4-.6 2.9-2 .3-.8.8-1.6 1.3-2.3 1.7-3 3.3-6 5.1-8.9.9-1.4 2.2-2.5 3.5-3.6.2-.2 1-.2 1.3 0 .2.2.2.9.1 1.3s-.5.8-.8 1.2c-1.3 2-2.7 4-4 6-1.4 2.2-2.5 4.5-3.3 7.3 1.7-.2 2.9-.8 4.1-1.6 1.5-.9 3.2-1.7 5-2.2 4.1-1.1 8.4-1.1 12.6-.8 1.2.1 2.5.2 3.5.7 1.9 1 3.9 1 6 1.2 2.9.2 5.8.3 8.5 1.1 3.3 1 6.3 2.7 9.4 4.2 1.1.5 2.1 1.2 3 2 .5.4.8 1.1 1.1 1.6-.1.2-.2.3-.3.5-.6-.1-1.1-.1-1.7-.2-1.5-.1-3-.4-4.5-.4-2.2 0-4.3.3-6.5.2-4.9-.3-9.7-.3-14.6 0-4.8.3-9.6.8-14.2 2-1.1.3-2.2.8-3.3 1.4-3.1 1.5-6.2 3.2-9.4 4.7-6.8 3.3-12.8 7.5-17 14-2.3 3.6-4.7 7.1-7.3 10.4-3.7 4.8-8.8 8-13.7 11.5-2.8 2-4.1 5.4-5.7 8.4 0 .1 0 .2-.1.2-.4 2.9.6 5.4 2.5 7.6 2-2.1 4.1-3.9 6.7-5-2.1 1.9-4.2 3.8-6.4 5.8 2.3 3.3 2.7 6.8 1.9 10.6-.3 1.6.1 3.2 1.1 4.6 1.2 1.7 1.5 3.7 1.3 5.7-.1.6-.5 1.7-.9 1.7-.6.1-1.6-.2-2-.7-2-2.4-4.3-4.7-5.4-7.9-.5-1.5-1.5-2.7-2.9-3.4-1.8-1-3-2.4-3.6-4.3-.8-2.4-2.7-3.6-5.1-3.8-3.7-.3-7.5-.5-11.2-.6-.7 0-1.7.2-2.2.6-1.8 1.4-3.8 2.2-6 2.9-1.8.6-3.3 1.8-4.9 2.9-2.9 1.8-5.9 3.4-8.4 5.9-8.6 8.6-14.8 18.8-19.1 30.2-.8 2.2-2 4.3-3.3 6.4-1.4 2.2-3.1 4.3-4.5 6.5-.7 1-1.2 2.1-1.8 3.2 3.4-1.8 6.5-4 10-5.4-.6.7-1.3 1.2-2 1.7-2 1.4-4 2.9-6.2 4.1-2.9 1.6-3.8 4.3-4.4 7.7 3.6-3 7-5.7 10.9-7.7-.4.7-1 1.2-1.6 1.6-2.9 2.2-5.7 4.4-8.6 6.6-1.8 1.4-3.4 4.6-3.5 7.1 4-3.2 8-6.4 12.4-8.9-.5.7-1.1 1.2-1.7 1.7-3.4 2.7-6.7 5.4-10.2 8-2 1.5-2 3.5-2.2 6 4.2-3.3 8.2-6.3 12.5-8.8-.5.7-1.1 1.2-1.7 1.6l-9.3 7.2c-2 1.6-2.4 3.1-1.4 5.7 4.1-3.6 8.2-7.1 12.8-10-.6.8-1.3 1.4-2 2-3.3 2.8-6.5 5.7-9.9 8.3-1.9 1.5-2 3.3-2.2 5.7 1.6-1.3 2.8-2.4 4.1-3.4 1.3-1.1 2.6-2.1 4-3.1l3.9-2.7c.1.1.2.3.3.4-1.2.9-2.4 1.9-3.5 2.8-2.9 2.4-5.8 4.8-8.6 7.3-.7.6-1.5 1.5-1.5 2.3-.1 2.5-.1 5.1.6 7.9 2.9-2.6 5.5-5 8.6-6.9-1 1.2-2.1 2.2-3.3 3.2-1.2 1.1-2.4 2.1-3.6 3.2-2 1.9-2.1 2.3-.8 5.1 2.8-2.5 5.6-4.9 8.4-7.3.1.1.2.2.3.4-.6.6-1.1 1.2-1.7 1.8-1.9 1.8-3.9 3.6-5.8 5.4-1.4 1.4-1.4 1.5-.3 3.4 1.9-1.5 3.8-2.9 5.7-4.4.1.1.2.3.3.4-2 1.7-4.1 3.5-6.1 5.3.4 1.4.8 2.7 1.3 4 1.9-1.1 2.9-2.8 4.8-3.3-1 1.2-2.1 2.4-3.4 3.4-.9.7-1 1.5-.5 2.5 1.1 2.6 2.5 5 4.4 7.1 2.7 2.8 6 4.8 9.6 6.2 8.6 3.4 17.3 6.2 26.5 7.2 3.6.4 7.1 1.2 10.7 1.1 7.4-.1 14.9-.5 22.3-.9 1.4-.1 2.9-.2 4.3-.4 8.5-1.1 16.4-4 24.1-7.8 3.4-2 6.6-3.6 9.7-5.1ZM130.8 97.3c.1.3.1.5.2.8-.8.5-1.5 1.5-2.4 1.6-3.7.5-7.4.7-11.2.3-6.8-.7-13.4-2.2-20-3.8-7.1-1.8-14.4-3.2-21.8-2.5-2.4.2-4.8.6-7 1.3-2.6.8-4.5 3.1-4.8 5.3.3-.2.6-.4.8-.6 2.7-2.7 6-3.8 9.8-3.8 4.4 0 8.5 1 12.6 2.7 4.4 1.8 8.8 3.4 13.2 5 3.8 1.4 7.7 2.7 11.6 3.9 3 .9 6 1.8 9 2.4 6.1 1.2 12.3.3 18.4-.5.5-.1 1.2-.6 1.4-1 .4-.8.6-1.8.8-2.7 0-.1-.2-.2-.2-.3-.4.2-.9.5-1.3.7.7-2 2.8-3.3 1.9-6.2-.4 1-.7 1.7-1 2.4-.7 1.8-1.6 3.9-3.6 4.1-1.9.2-4-.3-5.8-1-1.6-.6-1.6-2.6-.2-3.7.7-.5 1.5-.9 2.3-1.2 2-.8 2.8-2.4 2.9-4.3.2-3.7-.7-4.8-4.1-6.3-12.8-5.6-26.1-9.4-39.6-12.8-10.4-2.6-20.9-4.6-31.4-6.7-6.2-1.2-12.4-2.2-18.6-3.3-.8-.1-1.5-.1-2.3-.1.7.6 1.4.8 2.2 1 7.4 2 14.8 3.9 22.2 6 7.3 2.1 14.6 4 22.1 5.4 5.3 1 10.5 2 15.6 3.5 9 2.6 17.2 6.8 24.1 13.3 1.2.6 2.3 1.7 4.2 1.1Zm-51.1 26.9c4.2-3.9 8.9-7.1 14.7-8 2.7-.4 5.4-.5 8.1-.5 6.8 0 13.6-.5 20.3.3 1.8.2 3.5.5 4.7 1.8 1.4-.7 1.8-2.7 4.1-2.9-1 1.5-1.8 2.7-2.5 3.8.6.6 1.1.9 1.7.3.5-.5.9-1.1 1.4-1.6.6-.5 1-1.4 2.3-1.2-.7 1.1-1.3 2-2 3 1.6.5 2.5 0 3.4-1.1 1-1.3 2.1-2.7 3.5-3.7.1.1.3.2.4.3-.9 1.3-1.8 2.6-2.8 4.1 1.9 0 3.1-.5 4.1-1.9.9-1.4 2.1-2.6 3.3-3.8.5-.5 1.1-.9 1.7-1.4l.4.4c-1.3 1.7-2.6 3.4-4.2 5.4 2.5-.1 4.1-.6 5.1-2.7.7-1.5 1.9-2.8 2.9-4.1.3-.4.7-.6 1.1-.9.1.1.3.2.4.3-1.2 1.8-2.3 3.7-3.5 5.5 2.1-.4 4-.6 5-3 .9-2.3 2.6-4.4 4.1-6.5.3-.4.7-.6 1.1-.9l.3.3c-1.4 2.4-2.7 4.9-4.1 7.3 1.9-.7 3.6-1.6 4.6-3.3 1.5-2.6 3-5.3 4.4-8 2.1-4 3-8.2 2.9-12.7-.2-7-2.2-13.5-4.4-20 0-.1-.2-.1-.2-.1.2 3.4.5 6.9.6 10.3.3 9.4-1.3 18.1-7.8 25.4-.7.8-1.3 1.7-2.7 2.2.1-1.2.1-2.2.3-3 .7-2.5.4-4.8-1-6.9-1.3-2-1.3-4-1-6.2.7-4.1 1.4-8.2 2-12.3.1-.7.1-1.3.2-2-.6.5-.8 1.1-1 1.7-2.2 7.2-4.5 14.3-6.7 21.5-.8 2.7-1.4 5.4-1.9 8.1-.5 2.5-1.5 3.6-4 4.1-5.9 1.1-11.9 1.4-17.9 1.2-3.4-.1-6.9-.3-10.3-.2-4 0-8 .3-12 .4-4 .1-7.9 1-11.5 2.8-3.4 1.9-5.6 5-7.6 8.4Zm-67.8 64c5.2-4.6 10.2-8.8 15.9-12.2-5 4.5-10.5 8.4-15.3 13.3.8 1.6 1.5 2.9 2.4 4.6 1.2-1.1 2.3-2 3.4-3s2.3-2 3.5-2.9c1-.8 1.9-1.9 3.5-2-3.3 2.9-6.5 5.9-9.9 8.9.6 1 1.1 1.9 1.6 2.9 3-2.1 5.3-4.8 8.4-6.4.1.1.2.3.3.4-2.6 2.4-5.2 4.8-7.9 7.2.8 1.2 1.5 2.2 2.3 3.3 1.3-1.1 2.4-2.4 3.8-3.2 2.5-1.5 3-3.7 3.4-6.4 1.2-10.1 3.2-20 8.4-29 .2-.4.3-.9.7-1.8-9.1 7.5-17.7 14.6-26.3 21.7.5 1.6 1.1 2.9 1.8 4.6ZM75.4 127c1.4-2.3 2.8-4.3 4.1-6.4 1.6-2.6 3.8-4.5 6.4-6 6-3.4 12.5-4.6 19.4-4.1.2 0 .5-.1 1-.2-.5-.3-.7-.5-.9-.5-4.6-1.4-9.2-1.4-13.9.3-1.5.6-3.3 1-4.9.9-2.3 0-4.4.2-6.6.9-2.2.7-4.3 1.1-6.6.1-.5-.2-1.1-.1-1.6-.1-1.7 0-2.4-.4-2.9-1.9-.6-1.6-.3-2.5 1.2-3.4.9-.5 1.9-.9 2.8-1.4.9-.5 1.8-1.3 2.7-1.8 1.2-.6 2.4-1.1 3.7-1.4 1.7-.4 3.5-.6 5.3-.9-4.1-1.6-8.2-2.5-12.5-1.5-3.6.9-6.5 3-7.3 6.5-1.1 4.6-.9 9.3 1.9 13.6 2.2 3.4 5.1 5.6 8.7 7.3Zm51-6c-.6.9-1 2.1-1.8 2.6-2.3 1.5-4.6 2.8-7.1 3.9-2.4 1-4.4 2.4-6.1 4.5-2 2.5-4 5-6.2 7.3-1.6 1.6-2.8 3.3-3.4 5.4-1.2 4-3 7.6-5.5 10.9-.6.8-1.1 1.7-1.7 2.6-4.6 7.5-8.2 15.5-11.8 23.6-.3.6-.4 1.2-.6 1.8-1.5 4.6-2.9 9.1-4.3 13.7-.4 1.4-.7 2.9-.8 4.4-.2 2.5-.3 4.9-.4 7.4-.1 1.8 0 3.6 0 5.4.6-2.3.7-4.7.9-7 .3-2.6.3-5.3 1-7.8 1.1-3.9 2.7-7.7 3.9-11.5 1.5-5.1 3.5-9.9 6.9-14.1.6-.7 1.2-1.5 1.6-2.4 1.1-2 2.3-3.9 3-5.9 4.4-11.5 10.4-21.9 19.2-30.6 1.9-1.9 4-3.7 6.4-4.9 1.6-.8 2.9-1.9 4.5-2.8 1.6-.9 3.3-1.6 5-2.2 1.3-.4 2.4-1 3.3-2-2.1-.9-4.1-1.6-6-2.3Zm39.7-69.8c-.1 4.4.6 8.5-2.5 11.8.4 2 .9 4.1 1.3 6.2 2.1-2 4-3.8 5.7-5.4-.3-1.1-.9-2.1-.7-2.9.2-1.1-.2-2-.6-2.9-.6-1.6-1.9-2.9-1.8-4.8-.2-.5-.8-1.1-1.4-2Zm4.4 28.3.4.4c.5-.3 1-.5 1.3-.9 3.8-3.6 7.6-7 11.2-10.7 1.3-1.3 2.1-3.1 3.1-4.8.2-.4.2-.9.4-1.9-7.3 4.7-11.6 11.5-16.4 17.9Zm-17.1-13c-.7-.7-1.2-1.8-2-2.1-1.6-.6-3-1.3-4.4-3 0 5.5 1.4 10.4 2.5 15.3 1.3-3.3 2.6-6.6 3.9-10.2Zm6.2-4.9c-2.4 5.2-3.3 10.7-3.9 16.3 2.9.1 3.8-.7 4-3.1 0-.8.2-1.6.2-2.4-.1-3.6-.3-7.2-.3-10.8Zm39.4-3c-2.2.4-4.4.3-6.1 1.7v4.8c.4 0 .7-.1 1.1-.1-.5.8-.9 1.4-1.2 2-.4.6-.7 1.3-1 2 3.1-3 5.3-6.6 7.2-10.4Zm-44 21.3c-.6 2.6-1.1 5.3-1.8 8.4 2.2-1.9 4-3.4 5.8-5 .3-.3.4-.8.5-1.3.1-.8 0-1.7 0-2.6-1.6.2-2.9.3-4.5.5Zm-131.1 127c1-1 2.3-1.7 2.4-2.6.3-1.9.1-4 .1-6.4-2.1 1.9-3.8 3.5-5.7 5.3 1.1 1.3 2 2.3 3.2 3.7ZM161 137.3c1.6 1.8 3.2 3.6 4.9 5.5.6-3.4-1.6-5.5-2.6-8.4-.8 1-1.5 1.9-2.3 2.9ZM78.3 127c-2.3 4.9-.6 10.7 3.4 11.9-2.1-3.7-3.9-7.5-3.4-11.9Zm68.9-42.3c-2.3.7-3.8 1.6-4.8 3.4-.8 1.4-2.1 2.6-3.4 4.1 0 .1.1.6.3 1.2.4-.2.6-.3.8-.5 2.3-2.6 4.5-5.2 7.1-8.2Zm6.6 11.4c3.9-4.4 5.1-6.5 4.8-8.2-2.5 1.4-3.6 3.9-4.9 6.2-.2.4.1 1 .1 2Zm-16.6 7.5c1.5.3 2.9-.5 2.6-1.4-.4-1.2.3-1.6.7-2.3.6-1 1.5-1.9 2.1-2.9.4-.6.5-1.3.8-2l-.6-.3c-1.9 3.1-3.7 6-5.6 8.9Zm2.1-6.5c.2 0 .3.1.5.1 1.6-2 3.3-3.9 4.8-5.9.5-.7.7-1.7 1.1-2.5-2.2 2.1-4 4.2-5.8 6.4-.4.4-.4 1.2-.6 1.9Zm15.6 1.4c2.7-3 3.5-4.4 3.5-7.1-1.4 2.2-2.6 4-3.8 5.9-.1.2.2.7.3 1.2Zm33.5-27.9c-1.9 3.1-3.8 6.3-5.7 9.4 3.1-2.4 4.4-6 5.7-9.4Zm-46.7 16.1c-1.4.2-2.6.4-3.9.7.3 1 .6 1.9.9 3.1 1.1-1.4 2-2.5 3-3.8Zm-16.4-9.6c-3 0-4.2.8-3.8 2.8 1.3-1 2.6-1.9 3.8-2.8ZM164.8 54c.1-1.3 0-2.4-1.1-2.5-1.3-.1-2 .9-2.7 2.6 1.5-1.3 2.6-1.2 3.8-.1Zm-97.5 70.8c-1.1-1.6-2.3-3.3-3.4-4.9.4 2.1 1.4 3.8 3.4 4.9Zm66.7-21.6c1.7.9 2.4-.2 3.2-1 .5-.5.6-1.1-.2-1.7-1.1.9-2 1.8-3 2.7ZM26.1 209.3c.2-.1.4-.2.6-.2-.1-.9-.2-1.8-.3-3-.8.7-1.2 1.1-1.7 1.5.5.6 1 1.1 1.4 1.7ZM184.6 60.5l.3.3c.7-.3 1.5-.5 2.1-.9.3-.2.3-.9.5-1.3-.4 0-1-.2-1.3 0-.5.6-1 1.3-1.6 1.9Zm-43.1 24.2c1.6-.4 3.3-.9 4.9-1.3 0-.2-.1-.3-.1-.5-1.8.1-3.4.5-4.8 1.8Zm22.3-29.2h-.3v4.2h.3v-4.2Zm-6.9 43.1c-.1-.1-.3-.1-.4-.2-.4.7-.9 1.4-1.3 2.1.2.1.3.2.5.3.4-.7.8-1.4 1.2-2.2Z"></path>
  <path d="M205.599 241.1c-2.9.2-3.9-1.9-5.6-2.7-.6.4-1.2.9-1.9 1.3-1.3.7-1.9 1.7-2 3.3-.1 1.3-.2 2.7-1.8 3.8-.1-1.1-.4-1.9-.3-2.7.6-4.4.2-8.6-1.3-12.7-5-13.5-8-27.6-11.5-41.5-2.4-9.8-5.2-19.4-8.8-28.9-1.2-3.1-2.1-6.3-3.2-9.5-.2-.5-.2-1.1-.4-2.2.8.5 1.3.6 1.5 1 .5.9 1 1.8 1.4 2.8 3.4 8.7 6.8 17.4 9.2 26.5.2.8.5 1.7.8 2.5 3.4 8.1 5.5 16.6 7.2 25.3 1.8 9 5.5 17.3 10 25.3 1.2 2.1 3 3.7 4.4 5.6.7.6 1.3 1.5 2.3 2.8Zm-6.2-3.4c-1.2-1.4-2.1-2.5-3-3.6-.1 0-.2.1-.3.1.2 1.7.4 3.3.6 5.4.9-.7 1.7-1.3 2.7-1.9Zm-58.3-4.601c-1.4-2.6-1.4-5.3-1.6-7.9-1.2-15.4-2.5-30.7-4.7-46-1.8-12.3-3-24.6-2.7-37 .1-2.4.3-4.8.5-7.2 0-.4.3-.8.5-1.1h.5c.1.8.2 1.6.2 2.4.1 5.8 0 11.7.4 17.5.5 7.2 1.2 14.5 2.2 21.7 1.9 13.4 3.5 26.8 4.2 40.3.2 4.9.5 9.9.7 14.8 0 .8-.1 1.6-.2 2.5Zm58.2-73.9c.8.6 1.6 1.1 2.3 1.7 7.3 6.3 13 13.8 17.5 22.3 4.7 9.1 7.9 18.7 10.2 28.6.3 1.2.4 2.4.6 3.5 0 .1-.2.2-.5.6-.4-1-.9-1.8-1.2-2.6-1-2.9-1.9-5.9-3-8.9-1.6-4.5-3.2-9-5-13.5-4.1-10.1-10.2-18.9-17.6-27-1.3-1.4-2.5-3-3.8-4.4.2 0 .4-.1.5-.3ZM282.498 94c-7 7.7-14.6 14.9-22.1 22.5-.2-.7-.5-1-.4-1.2.1-.4.4-.701.7-.901 6.4-6.3 12.7-12.599 19.1-18.9.8-.6 1.4-1.8 2.7-1.5Zm-4.699-3.5c-1.4 2.6-19.9 20.5-21.5 21.3.1-.5 0-.9.2-1.1 6.8-6.6 13.7-13.2 20.5-19.8.3-.2.6-.3.8-.4Zm-6.899-1.1c-1.4 2.6-16.6 17.399-18.9 18.199.1-.4 0-.9.2-1.1 6-5.6 12-11.3 18-16.9.2-.1.5-.1.7-.2Zm-2.8-4.8C261.6 91 255 96.9 248.5 103c-.2.2-.6.3-.9.4-.1-.2-.2-.3-.2-.4 0-.1-.1-.2 0-.2 4.2-4 8.4-8.1 12.6-12 2.3-2.2 4.8-4.1 7.3-6.2 0-.2.2-.1.8 0Zm-6.5-1.8C255.9 88.7 250 94.4 244 100c-.2.2-.6.1-.8.1-.1-.2-.2-.2-.2-.3v-.2c5-4.9 10-9.8 15.1-14.7 1-.9 2.1-1.7 3.1-2.6.1.2.2.3.4.5Zm-24.1 13.5c.8-1.7 14.7-15.3 17.7-17-1 1.8-2.6 3.1-4.1 4.6-1.4 1.5-2.9 2.9-4.4 4.4-1.5 1.5-3.1 3-4.6 4.5-3.4 3.4-3.4 3.4-4.6 3.5Zm8.4-15.7c-4.4 4.4-8.8 8.9-13.1 13.3-.1-.1-.2-.1-.3-.2.2-.5.2-1 .5-1.4 3.8-4.5 8.1-8.4 12.7-12.2 0 .2.1.4.2.5Zm-78.3 58.1c.2-.8.1-1.3.3-1.5 3.1-3.6 6.6-6.7 10.7-9.2-3.5 3.5-7 6.9-11 10.7Zm9.099 6.3c.8-2 7.8-8.8 9.9-9.9l-9.9 9.9Zm-6.599.299c1-2.9 7.4-9.9 11-11.9-3.6 3.9-7.1 7.8-11 11.9ZM181.799 148c2.8-3.5 5.9-6.7 9.7-9.2-3.1 3.2-6.1 6.4-9.2 9.6-.2-.2-.4-.3-.5-.4Zm55.3-65.4c-2.3 2.3-4.7 4.6-7 6.9-.2-2.3 3.8-6.2 6.5-7.4.2.2.3.4.5.5ZM174.4 124c-2.6 2.4-5.1 4.8-7.8 7.4.4-1.9 3.7-5.2 7.8-7.4Zm23.399 22.2c-2.2 2.3-4.4 4.5-6.6 6.8l-.4-.4c1.8-2.6 4.2-4.6 6.6-6.8l.4.4Zm-4.999-3.001v.4c-2.1 2.4-4.1 4.8-6.3 7.3.4-1.9 3.5-5.5 6.3-7.7ZM165.699 125.3c.8-1.8 3-3.9 5.9-5.8-.7 1.5-4.4 5.1-5.9 5.8Zm29.401 30.5c1.8-1.8 3.7-3.6 5.5-5.3-.7 1.8-3.3 4.5-5.1 5.7-.1-.2-.3-.3-.4-.4ZM164 114.299c1.5-2 3.5-3.4 5.9-4.9-.9 1.8-3.8 4.2-5.9 4.9ZM226.5 84.5c1-1 2-2 3.3-2.6.1.1.2.3.3.4-1.1.9-2.2 1.8-3.2 2.7-.2-.2-.3-.4-.4-.5Z"></path>
</svg>
                                
                              </span>
                              
                              
                                GRAINES POTAGÈRES
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Graines potagères
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--courges-courgettes">
                                    <summary id="HeaderDrawer--courges-courgettes">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/courges-courgettes">
                                            Courges &amp; Courgettes
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-courges-courgettes"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Courges &amp; Courgettes
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--courgettes"
                                                    href="/collections/courgettes"
                                                  >
                                                    Courgettes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--courges"
                                                    href="/collections/courges"
                                                  >
                                                    Courges
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--courges-musquees"
                                                    href="/collections/courges-musquees"
                                                  >
                                                    Courges musquées
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--courges-decoratives"
                                                    href="/collections/courges-decoratives"
                                                  >
                                                    Courges décoratives
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--potirons"
                                                    href="/collections/potirons"
                                                  >
                                                    Potirons
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--legumes-feuilles">
                                    <summary id="HeaderDrawer--legumes-feuilles">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/legumes-feuilles">
                                            Légumes feuilles
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-legumes-feuilles"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Légumes feuilles
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--arroches"
                                                    href="/collections/arroches"
                                                  >
                                                    Arroches
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--blettes-poirees-cardes"
                                                    href="/collections/blettes-poirees-cardes"
                                                  >
                                                    Blettes, poirées, cardes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cardons"
                                                    href="/collections/cardons"
                                                  >
                                                    Cardons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--celeris"
                                                    href="/collections/celeris"
                                                  >
                                                    Céleris
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--chicorees"
                                                    href="/collections/chicorees"
                                                  >
                                                    Chicorées
                                                  </a>
                                                </div>
                                              </div></li><li><details id="Details-menu-drawer--choux">
                                                <summary id="HeaderDrawer--choux">
                                                  <div class="menu-drawer__menu-item focus-inset">
                                                    <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                                      <a href="/collections/choux">
                                                        <span>Choux</span>
                                                      </a>
                                                      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                                    </div>
                                                  </div>
                                                </summary>
                                                <div
                                                  id="grandchildlink-choux"
                                                  class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                                >
                                                  
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                                  <button
                                                    class="menu-drawer__close-button link link--text focus-inset"
                                                    aria-expanded="true"
                                                  >
                                                    <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                                    Choux
                                                  </button>
                                                  <ul
                                                    class="menu-drawer__menu list-menu"
                                                    role="list"
                                                    tabindex="-1"
                                                  ><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-asiatiques"
                                                              href="/collections/choux-asiatiques"
                                                            >
                                                              Choux asiatiques
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-brocolis"
                                                              href="/collections/choux-brocolis"
                                                            >
                                                              Choux brocolis
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-cabus"
                                                              href="/collections/choux-cabus"
                                                            >
                                                              Choux cabus
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-de-bruxelles"
                                                              href="/collections/choux-de-bruxelles"
                                                            >
                                                              Choux de Bruxelles
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-de-milan"
                                                              href="/collections/chou-de-milan"
                                                            >
                                                              Choux de Milan
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-kale"
                                                              href="/collections/choux-kale"
                                                            >
                                                              Choux kale
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-raves"
                                                              href="/collections/choux-raves"
                                                            >
                                                              Choux raves
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--choux-choux-fleurs"
                                                              href="/collections/choux-fleurs"
                                                            >
                                                              Choux-fleurs
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li></ul>
                                                </div>
                                              </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cressons"
                                                    href="/collections/cressons-graines"
                                                  >
                                                    Cressons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--endives"
                                                    href="/collections/endives-graines"
                                                  >
                                                    Endives
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--epinards"
                                                    href="/collections/epinards"
                                                  >
                                                    Epinards
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--fenouils"
                                                    href="/collections/fenouils"
                                                  >
                                                    Fenouils
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--jeunes-pousses-mescluns"
                                                    href="/collections/jeunes-pousses-mescluns"
                                                  >
                                                    Jeunes pousses &amp; mescluns
                                                  </a>
                                                </div>
                                              </div></li><li><details id="Details-menu-drawer--laitues">
                                                <summary id="HeaderDrawer--laitues">
                                                  <div class="menu-drawer__menu-item focus-inset">
                                                    <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                                      <a href="/collections/laitues">
                                                        <span>Laitues</span>
                                                      </a>
                                                      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                                    </div>
                                                  </div>
                                                </summary>
                                                <div
                                                  id="grandchildlink-laitues"
                                                  class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                                >
                                                  
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                                  <button
                                                    class="menu-drawer__close-button link link--text focus-inset"
                                                    aria-expanded="true"
                                                  >
                                                    <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                                    Laitues
                                                  </button>
                                                  <ul
                                                    class="menu-drawer__menu list-menu"
                                                    role="list"
                                                    tabindex="-1"
                                                  ><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--laitues-laitues-batavia"
                                                              href="/collections/laitues-batavia"
                                                            >
                                                              Laitues batavia
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--laitues-laitues-a-couper"
                                                              href="/collections/laitues-a-couper"
                                                            >
                                                              Laitues à couper
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--laitues-laitues-pommees"
                                                              href="/collections/laitues-pommees"
                                                            >
                                                              Laitues pommées
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li><li>
                                                        <div class="menu-drawer__menu-item focus-inset">
                                                          <div class="menu-drawer__menu-item-inner list-menu__item">
                                                            <a
                                                              id="HeaderDrawer--laitues-laitues-romaines"
                                                              href="/collections/laitues-romaines"
                                                            >
                                                              Laitues romaines
                                                            </a>
                                                          </div>
                                                        </div>
                                                      </li></ul>
                                                </div>
                                              </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--maches"
                                                    href="/collections/maches"
                                                  >
                                                    Mâches
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--moutardes"
                                                    href="/collections/moutardes"
                                                  >
                                                    Moutardes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--oseilles"
                                                    href="/collections/oseilles"
                                                  >
                                                    Oseilles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poireaux"
                                                    href="/collections/poireaux"
                                                  >
                                                    Poireaux
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--legumes-fruits">
                                    <summary id="HeaderDrawer--legumes-fruits">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/legumes-fruits">
                                            Légumes fruits
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-legumes-fruits"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Légumes fruits
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--artichauts"
                                                    href="/collections/artichauts"
                                                  >
                                                    Artichauts
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--aubergines"
                                                    href="/collections/aubergines-graines"
                                                  >
                                                    Aubergines
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--concombres"
                                                    href="/collections/concombres"
                                                  >
                                                    Concombres
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cornichons"
                                                    href="/collections/cornichons"
                                                  >
                                                    Cornichons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--fraisiers"
                                                    href="/collections/fraisiers-graines"
                                                  >
                                                    Fraisiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--melons"
                                                    href="/collections/melons-graines"
                                                  >
                                                    Melons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pasteques"
                                                    href="/collections/pasteques"
                                                  >
                                                    Pastèques
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--physalis-et-tomatillos"
                                                    href="/collections/physalis-et-tomatillos"
                                                  >
                                                    Physalis et tomatillos
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--piments"
                                                    href="/collections/piments"
                                                  >
                                                    Piments
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poivrons"
                                                    href="/collections/poivrons"
                                                  >
                                                    Poivrons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tomates"
                                                    href="/collections/tomates"
                                                  >
                                                    Tomates
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--tomates">
                                    <summary id="HeaderDrawer--tomates">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/tomates">
                                            Tomates
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-tomates"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Tomates
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tomates-cerises"
                                                    href="/collections/tomates-cerises"
                                                  >
                                                    Tomates cerises
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tomates-a-fruits-moyens"
                                                    href="/collections/tomates-a-fruits-moyens"
                                                  >
                                                    Tomates à fruits moyens
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tomates-a-gros-fruits"
                                                    href="/collections/tomates-a-gros-fruits"
                                                  >
                                                    Tomates à gros fruits
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--legumes-grains-gousses">
                                    <summary id="HeaderDrawer--legumes-grains-gousses">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/legumes-grains">
                                            Légumes grains - gousses
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-legumes-grains-gousses"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Légumes grains - gousses
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--feves"
                                                    href="/collections/feves"
                                                  >
                                                    Fèves
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--haricots"
                                                    href="/collections/haricots"
                                                  >
                                                    Haricots
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lentilles"
                                                    href="/collections/lentilles"
                                                  >
                                                    Lentilles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--mais"
                                                    href="/collections/mais"
                                                  >
                                                    Maïs
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pois"
                                                    href="/collections/pois"
                                                  >
                                                    Pois
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--legumes-racines">
                                    <summary id="HeaderDrawer--legumes-racines">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/legumes-racines">
                                            Légumes racines
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-legumes-racines"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Légumes racines
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--betteraves"
                                                    href="/collections/betteraves"
                                                  >
                                                    Betteraves
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--carottes"
                                                    href="/collections/carottes"
                                                  >
                                                    Carottes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--navets"
                                                    href="/collections/navets"
                                                  >
                                                    Navets
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--panais"
                                                    href="/collections/panais"
                                                  >
                                                    Panais
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--radis"
                                                    href="/collections/radis"
                                                  >
                                                    Radis
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--rubans-presemes-legumes"
                                        href="/collections/rubans-presemes-legumes"
                                      >
                                        Rubans présemés légumes
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--assortiments-et-collections-de-graines"
                                        href="/collections/assortiments-et-collections-de-graines"
                                      >
                                        Assortiments et collections de graines
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--les-nouveautes-2025"
                                        href="/collections/nouveautes-semences"
                                      >
                                        Les Nouveautés 2025
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-2">
                      <summary id="HeaderDrawer-graines-aromatiques">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/graines-aromatiques">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="300" height="234" fill="currentColor" viewbox="0 0 300 234">
  <path d="M298.899 20c-.4.8-.7 1.7-1.1 2.5-1.2 2.4-2.4 4.9-3.6 7.4.7-.2 1.5-.4 2.3-.5.5-.1 1 0 1.5 0-.1.5 0 1-.2 1.4-2.6 5.7-6.4 10.4-11.7 13.7l-.3.3c.5.1 1.3.1 1.4.4.2.4 0 1-.2 1.5-1.9 4.2-4.8 7.5-8.5 10.2-.3.2-.6.5-1 .7 1.3.7 1.4 1 .6 2.2-4.8 7.2-11.3 12.4-19.1 16l-1.4.7c1.1.3 1.9.5 2.6.8.4.2 1 .5 1.1.9 0 .4-.4.9-.7 1.2-3.5 2.6-7.5 4.4-11.8 5.2-5.6 1.2-11.2.8-16.6-1.1-.2-.1-.5-.1-.8-.2-.2.9-.5 1.8-.7 2.6-.1.3-.3.6-.4.9-.3-.2-.7-.3-.9-.6-1-.8-1.9-1.9-2.9-2.6-1.6-1-3.4-1.1-5.4-.7-6.5 1.4-11.6 4.8-15.8 9.7-.2.3-.5.6-.8 1 2.3-.2 4.4-.5 6.5-.6 5.5-.2 10.9.2 16.3 1.6 3.8 1 6.8 3.2 9.5 6 3.4 3.5 6.9 6.9 10.2 10.4 4 4.1 4.7 8.2 2.1 13.6-5.9 12-15.1 20.5-28 24.7-4.1 1.3-8.3 1.8-12.8 1.3.4 1 .8 1.8 1.1 2.6.6 1.4.3 1.8-1.2 1.9h-2.7c1.5 1.4 2.9 2.7 4.2 3.9 4.5 4.5 8.4 9.4 10.1 15.7.7 2.4 1.4 3.4-2.2 2.8h-.1c1.1 1.1 2.2 2.3 3.3 3.5 4.7 5.4 6.9 11.8 7.2 18.9 0 .9-.3 1.3-1.2 1.2h-2.2c.3.5.5.7.7 1 5.9 7.9 8.3 16.8 7.9 26.5-.1 1.2-.2 2.3-.3 3.5-.1 1.1-.6 1.5-1.7 1.3-9.7-1.6-19-4.3-27.8-8.6-2.4-1.2-4.7-2.5-7.4-3.9.5.9 1 1.5 1.3 2.2.2.4.4 1.1.2 1.3-.3.3-.9.4-1.4.3-6.8-1.4-13.1-4.1-18.7-8.2-.1-.1-.2-.1-.4-.2 0 1.2-.7 1.2-1.6 1-7.9-2-15.3-4.9-21.3-10.8-.5 1.1-1.2.7-1.9.4-8-3.4-14.4-8.7-19.2-16.1-.2-.2-.3-.5-.5-.8-.6 1.5-1.5 1-2.4.5-3.1-1.5-5.2-4.1-7-6.9-1.2-1.8-2.2-3.6-3.3-5.5-.7 1.4-1.3 2.8-2 4.2-2.9 5.6-6.9 10.2-11.9 14-1.5 1.1-2.1.9-2.3-1-.1-.7-.1-1.5-.2-2.2-2.7 2.5-5.1 5.2-7.9 7.4-3.4 2.6-7.2 4.9-10.8 7.2-1.4.9-1.9.6-2.1-1.1-.1-1.1 0-2.1 0-3.5-1.3 1.1-2.4 2.1-3.5 3-5.4 4.5-11.3 8.2-17.8 10.9-.4.2-1 .1-1.5.1 0-.5-.1-1.1 0-1.6.4-1.3.8-2.6 1.3-4-.5.2-.8.4-1.1.6-6.7 4-13.6 7.8-21.1 10-2.7.8-5.5 1.3-8.3 1.9-.4.1-1.2 0-1.4-.3-.2-.3 0-1 .1-1.4.5-1.4 1.2-2.9 1.5-4.4-1.6.8-3.1 1.7-4.7 2.5-7.3 3.8-14.8 7.1-22.6 9.7-1.3.5-1.7.3-1.9-1.2-.8-6.7.2-13.1 2.5-19.4.1-.4.3-.7.2-1.4-.7.5-1.4 1.1-2.2 1.6-.3.2-.9.6-1.1.4-.3-.2-.6-.7-.6-1.1-.2-2.3.5-4.5 1.6-6.6 2.6-5.2 6.1-9.7 9.6-14.3.2-.3.4-.5.8-1.1-.8.3-1.3.5-1.8.6-.4.1-1 .2-1.2 0-.2-.2-.3-.8-.2-1.2 1.3-3.3 2.4-6.6 4-9.7 3.2-6.3 7.8-11.6 13.1-16.2.3-.3.6-.5 1-1-1.1.1-1.9.3-2.7.3-.4 0-1-.1-1.1-.3-.1-.4 0-1 .2-1.3 1.4-1.7 2.8-3.4 4.3-5 5.3-5.6 11.3-10.2 18.6-12.9.3-.1.7-.4.8-.7 1.5-4.5 4-8.4 6.7-12.2 0-.1.1-.1.1-.3-2.6-.9-5.1-1-7.7.2-.5.2-1.3.3-1.6.1-.7-.5-.1-1.1.3-1.6 3.6-5 8.5-8.1 14.1-10.3.6-.2 1.2-.5 1.9-.7-1.8-.9-3.4-1-5.1-1-.5 0-1-.3-1.5-.5.3-.4.4-1 .8-1.3 6.1-4.7 13.1-7.2 20.8-7.8.5 0 1.1-.1 1.6-.1 0-.1.1-.3.1-.4-1.4-.5-2.8-1-4.2-1.6-.4-.2-.7-.6-1.1-.9.4-.4.7-.9 1.1-1 3.9-1 7.8-1.3 11.8-1.2H87c-.8-.9-1.5-1.7-2.1-2.5-5-6.2-7.7-13.4-9.1-21.2-.2-.9.2-1.3 1.1-1 .3.1.6.2 1.1.4-.7-1.5-1.4-2.7-2-4-2.1-4.6-3.6-9.5-4.4-14.5 0-.2-.1-.4-.1-.6.1-.4.2-.7.4-1 .3.2.6.3.9.5.2.1.3.4.4.6-.7-2.2-1.5-4.4-2-6.7-1-3.8-1.1-7.7-.5-11.5.1-.5.4-.9.6-1.3.4.3.8.6 1 .7-.1-3.1-.2-6.5-.2-9.9 0-1.9.2-3.9.4-5.8.1-.6.3-1.2.6-1.7.6-1 1.4-.9 2 0 .3.4.7.7 1 1.2-.1-6.4.5-12.5 3.3-18.2 1-2.2 1-2.1 3.2-1.2 4.9 2.2 9.4 5 13.7 8.2.3.2.6.4 1 .7l.2-.2c.1-1.8.2-1.9 2-1.4 2.8.7 5.2 2.2 7.5 3.9l6.3 4.5c.3.2.7.4 1.4.8-.4-.9-.7-1.5-.9-2.1-.1-.3-.1-.7-.1-1 .4 0 .8-.1 1.1.1 7.4 4 13.7 9.2 17.8 16.7.1.1.2.3.3.5.1-.1.1-.2.2-.3.2-.4.4-.9.6-1.3.4.2.9.4 1.3.7 6 6 11.1 12.6 15.6 19.8.2.4.5.7.8 1.2.4-.7.7-1.2 1-1.7.6-1.1 1-1.1 1.7 0 2.5 4 4.1 8.3 4.8 12.9.2 1.2.3 2.5.4 3.8.3-.1.5-.2.8-.2.4 0 .8.1 1 .3.1.2 0 .7-.1 1-.4.8-.8 1.7-1.2 2.5.1.1.2.1.4.2.2-.2.4-.5.5-.7 3.4-5.7 8.4-9.5 14.5-11.9.4-.1.9 0 1.3.1-.1.4 0 .9-.2 1.3-.5 1.1-1.2 2.1-1.6 3.3 3.2-2.5 6.7-4 10.6-4.4 2.4-.2 3.5-1.3 4.9-3.2 2.3-3.3 5.2-6.1 7.9-9.1 1.7-1.9 3.4-3.7 5.1-5.5 1.1-1.1 1.5-1.1 2 .2 3-2.5 5.9-5.2 9-7.6 4.5-3.5 9.4-6.4 14.5-8.8.6-.3 1.3-.3 2-.5 0 .6-.1 1.3-.1 2 .2-.1.5-.2.7-.3 8.2-4.5 16.9-7.6 26-9.3.2 0 .3-.1.5-.1.5.1.9.2 1.4.3-.2.4-.3.9-.5 1.3-.1.1-.2.2-.4.5 2.4-.4 4.7-.8 7-1.2 6.1-1 12.3-1.5 18.5-1.6.4 0 .9.3 1.3.5-.3.4-.6.8-.9 1.1-.5.3-1 .6-1.5 1.1 1.9.1 3.7.3 5.6.4 2.8.1 5.7 0 8.5.1h2.4c-.3.3-.3.7-.3 1.1Zm-193.8 171.1c.1 0 .2 0 .3-.1 1.8-1.6 3.6-3.3 5.4-4.9 1-.9 1.9-1.8 2.9-2.6l-.2-.2c-2 1-4 2.1-6 3.1-.1-.1-.2-.3-.3-.4.9-.6 1.7-1.3 2.6-1.9.8-.7 1.7-1.4 2.5-2.1.8-.7 1.5-1.5 2.3-2.2-.1-.1-.1-.2-.2-.3-2.2 1.2-4.5 2.4-6.7 3.6-.1-.1-.1-.2-.2-.2.2-.3.4-.6.7-.8 1.3-1 2.6-1.9 3.9-2.9 1.7-1.3 3.4-2.7 5.1-4.1.7-.6.7-1.2 0-1.8-2.8 1.9-5.5 4.1-8.7 5.3-.2-.3-.4-.5-.6-.8.4-.1.8-.1 1-.4 2.4-1.8 4.7-3.7 7-5.6.3-.2.4-.5.6-.8-.1-.1-.2-.2-.3-.2-3.3 1.7-6.7 3.4-10 5.1-.1-.1-.1-.3-.2-.4 3-2.5 6.1-4.8 9.8-6.3-.2-.4-.3-.8-.5-1.3-3 1.7-5.8 3.3-8.9 5 .2-.4.3-.6.4-.7 2.2-2.2 4.5-4.2 7.4-5.4.3-.1.5-.4.8-.6-.1-.1-.2-.2-.2-.3-3.5.9-6.5 2.9-9.4 5.1 0-.5.1-.8.3-1 2.3-2.4 4.8-4.5 8.1-5.6.3-.1.6-.4.8-.7-.1-.1-.2-.3-.3-.4-1.4.6-2.9 1.2-4.3 2s-2.6 1.8-3.9 2.6c-.1-.1-.2-.3-.3-.4 2.2-2.8 4.7-5.1 8.3-5.9v-1.8c-3.4 2.1-6.7 4.1-10 6.2-.1-.1-.1-.2-.2-.3l.3-.6c2.7-2.8 5.6-5.4 9.2-7.1.3-.2.6-.5.9-.7-.1-.2-.2-.3-.4-.5l-11.1 7.8c-.1-.1-.1-.2-.2-.3.4-.6.8-1.2 1.2-1.9-.8.4-1.4.8-2.1 1-.7.2-.9.6-1 1.3-.5 5.4-1.9 10.6-4.4 15.4-3.4 6.7-8.3 12.4-12.6 18.5-.2.2-.5.4-1 .7-.1-1.9 1-3.1 1.5-4.7-.9.6-1.6 1.1-2.4 1.5-.7.5-1.5.9-2.3 1.3-.7.3-1.3 1.2-2.6.7 3.8-2.6 7.4-5.1 10.5-8.1-3.8 1.9-3.8 1.9-4.6 1.5 2.6-2.1 5.5-3.7 7.3-6.5-2.3 1.4-4.6 3-7.5 2.9 2.4-1.3 4.9-2.5 6.8-4.6-1.1.5-2.3 1.1-3.4 1.6-.1-.1-.2-.3-.3-.4 2.5-2.4 5.7-4.2 7.6-7.2-2 1.5-3.9 3-6.1 4.1-.1-.2-.3-.3-.4-.5 3.4-3 7.2-5.6 9.5-9.6-1.9 1.9-3.9 3.8-6.3 5 0-.5.2-.8.5-1.1 1.3-1.4 2.7-2.8 4.1-4.2.7-.8 1.3-1.6 1.9-2.5-2.1 1.6-3.7 3.6-6.3 4.4-.1-.1-.1-.2-.2-.2 2.3-2.3 4.6-4.7 7-7l-.3-.3c-1.6 1.3-3.3 2.6-4.9 3.8l-.3-.3c1.4-2.8 4.6-4.1 6.2-6.8-2.1 1.9-4.5 3.2-7 4.4 1.4-2.6 4.5-3.3 6.1-6-2.1 1.3-3.9 2.4-5.6 3.6-4.5 3.3-9 6.6-13.6 9.8-1.3.9-2.1 1.8-2.3 3.5-.3 3.4-1.8 6.5-3.3 9.6-2.8 5.6-5.6 11.1-8.4 16.7-.3.5-.7 1-1 1.4-.1-.1-.2-.1-.4-.2.2-.7.4-1.5.6-2.3-1.2.9-2.3 1.8-3.4 2.6l-.3-.3c1.7-2.4 4.4-4.1 5.7-7.2-1.8 1.3-3.3 2.4-4.8 3.5-.1-.1-.2-.3-.3-.4.3-.3.5-.6.8-.9 1.7-1.6 3.3-3.1 5-4.7.5-.5.8-1.2 1.2-1.8-.1 0-.1-.1-.2-.1-1.6 1.2-3.1 2.4-4.7 3.6l-.5-.5c3.1-2.8 5.8-5.9 8.1-9.4-2.4 1.9-4.8 3.8-7.4 5.3-.1-.2-.3-.3-.4-.5 4.1-3.3 8.1-6.6 10.4-11.7-2.8 3.2-5.9 5.5-9.2 7.5l-.3-.3 8.1-7.8c-.1-.1-.2-.2-.2-.3-1.8 1.1-3.6 2.2-5.5 3.3-.1-.1-.2-.3-.3-.4l1.8-1.2c-.1-.1-.2-.3-.3-.4-1.9 1.1-3.8 2.2-5.7 3.1-1.5.7-2.7 1.9-4.3 2.6-2.9 1.3-5.6 3.2-8.4 4.8-.4.2-.7.7-.8 1.1-1.8 6-4.5 11.6-8.3 16.6-2.2 2.9-4.6 5.3-8.4 5.9-.2 0-.5.1-1.1.1 2.4-1.8 5.3-2.3 6.6-5-1.9.6-3.8 1.2-5.6 1.8-.1-.2-.1-.3-.2-.5.4-.2.7-.5 1.1-.7 1.9-.9 3.8-1.7 5.6-2.7.7-.4 1.3-1.1 1.9-1.7l-.3-.3c-2.1 1.1-4.1 2.4-6.6 2.7.1-.3.3-.5.6-.7 2.3-1.5 4.6-3 6.9-4.3 1.1-.6 1.6-1.6 2-2.9-1 .8-1.9 1.5-2.7 2.1-.9.6-1.7 1.1-2.6 1.6-.9.5-1.7 1.2-2.9 1 3.8-2.7 7.3-5.5 10.2-9.1-2.3 2.2-4.8 4.1-7.6 5.6-.1-.1-.2-.2-.3-.4l6.9-6.3-.3-.3c-14.5 9.5-29 18.9-39 33.6.2 0 .2.1.3.1.4-.1.8-.2 1.1-.3 9.1-3.1 17.8-7 26.2-11.7.4-.2.9-.2 1.3-.3.1.5.3 1 .2 1.4-.4 1.7-.9 3.4-1.4 5.1.2 0 .5 0 .7-.1 3.8-1.2 7.9-2 11.5-3.7 6-2.7 11.7-6.1 17.5-9.1.6-.3 1.6-.8 2-.5.9.5.1 1.4-.1 2.1-.4 1.3-.8 2.5-1.3 4 .6-.3 1-.4 1.4-.6 7.7-3.4 14.3-8.3 20.1-14.4.3-.3.9-.4 1.4-.6.1.5.3 1 .2 1.5-.2 1.6-.5 3.1-.8 4.8.4 0 .5 0 .6-.1.2-.1.4-.2.5-.3 6.9-3.9 12.9-8.9 17.8-15.1.3-.3.5-.8.8-1 .3-.2.8-.3 1.2-.2.2.1.4.6.5.9.7.4.6.7.6 1v3.2c.1.1.2.1.3.2l6.1-6.1-.3-.3c-.3.3-.7.6-1 .8-1.4.9-2.7 1.8-4.1 2.7-.5.3-1 .4-1-.5Zm-18.7-37.2c2 .9 4 1.9 6 2.8-1.8-1.4-3.7-2.6-6-2.8-.4-.3-.9-.6-1.3-1 .1-.1.1-.2.2-.3.6 0 1.2-.1 1.8-.1v-.4c-1-.1-2.2-.7-2.9-.3-3.9 2.2-7.8 4.5-10.7 7.9-1.5 1.7-3.7 3-4.6 5.2-.1.2-.4.2-.6.3-.4.1-.8.2-1.1.2-.4-.3-.8-.6-1.2-.7-1.1-.2-2.2-.4-3.3-.5-1.1-.1-2.2-.2-3.2-.3 0-.1 0-.3-.1-.4.3-.1.5-.3.8-.4 2.3-.5 4.6-.8 6.9 0 1.4.5 1.9-.1 2.7-1.2-1.9-.4-3.7-.7-5.5-1.1 0-.1.1-.3.1-.4 2.2-.5 4.4-.7 6.5.5.4-.4.7-.8 1.1-1.2 0-.1 0-.3-.1-.4-2.7-.4-5.5-.7-8.6-1.2 3.5-1.1 6.6-1 9.7.5.3-.3.5-.6 1-1.2-2.8-.8-5.4-1.5-8-2.3.1-.1.1-.2.1-.2.3-.1.6-.1.9-.1 2.4-.1 4.8.3 7 1.3.8.4 1.3.3 1.9-.8-2.8-.7-5.5-1.4-8.2-2.1 3.3-.9 6.4-.6 9.3 1.4.5-.4 1-.8 1.4-1.2v-.4c-2.9-.6-5.9-1.2-9.1-1.9.7-.2 1-.3 1.4-.3 2.9-.3 5.7.1 8.4 1.2.3.1.8.2 1.1.1.7-.3 1.3-.8 2.1-1.4-4.8-1.3-9.4-1.6-14.1-1.6-2.8 0-5.1.8-7.1 2.8-2.6 2.6-5.2 5.3-8 7.8-2.1 1.9-4.4 3.5-6.7 5.2-.3.3-.8.3-1.2.5-.1-.1-.1-.2-.2-.3 1-.9 2-1.9 3.1-2.8 0-.1-.1-.1-.1-.2-1.5.4-3.1.7-4.6 1.1 0-.1-.1-.3-.1-.4 1.7-1.4 3.6-2.3 5.8-2.1 1.4.1 2.1-.6 2.9-1.6-2.2.3-4.2.5-6.3.8 0-.1 0-.3-.1-.4 2.1-1.1 4.4-1.7 6.8-1.7 1.4 0 2.1-.5 2.7-1.9-2.2.3-4.4.6-6.6 1-.1-.2-.1-.3-.2-.5.5-.3 1-.8 1.5-.9 1.8-.3 3.7-.8 5.5-.7 1.3 0 1.7-.6 2.5-1.5-.5 0-.7-.1-1 0-4 .1-8 .6-11.7 2.2-1.8.7-3.6 1.4-5.5 2-1.6.5-3.3.8-4.9 1.1-.2.1-.5-.2-.8-.3.2-.3.3-.6.6-.8.2-.2.6-.3.9-.4 5.2-2 10.5-3.9 15.7-5.8 7.9-2.9 16.1-4.3 24.6-3.5 8.2.8 15.8 3.2 22.1 8.8.2.2.7.2 1 .2 0-.1.1-.2.1-.3l-4.5-3.6c.1-.2.2-.3.3-.5 1.6.8 3.3 1.5 4.9 2.3.1-.1.1-.2.2-.3-3.5-1.8-7-3.6-10.5-5.5.1-.2.2-.3.2-.5 4.7 1 9.2 2.7 13.3 5.6.2-.1.4-.3.5-.4-3.6-3-7.8-4.7-12.1-6.1 3.2-.4 5.9.8 8.8 1.8-.5-.4-1.1-.7-1.7-1-1.8-.7-3.6-1.3-5.4-2.1-.9-.4-2-.7-2.5-1.5-.8-1.2-2.1-1.2-3.2-1.6-.7-.3-1.4-.3-2.1-.5-.5-.2-.9-.4-1.4-.6.5-.4 1-.6 1.5-.5 1.6.2 3.1.6 4.7.9.4.1.8 0 1.1 0v-.4c-.4-.2-.8-.3-1.2-.5-2.3-1.1-4.5-1.8-6.8-.1-.1.1-.4.1-.6.1-1.3 0-2.6-.1-3.8.1-2.2.3-4.3.7-6.5 1.1-.1 0-.3.1-.3.2-.3 1-1.1.7-1.8.7-.4 0-.8 0-1.2.1-1.1.2-1.4 0-1.2-1.2.2-.8.5-1.5.8-2.5-3 .7-5.8 1.1-8.5 1.9-4.4 1.4-8.7 3.2-13 4.7-.4.1-.8.1-1.2.1 0-.4-.2-.8-.1-1.2.2-.9.5-1.9.9-2.9-8.2 3.8-15.2 8.6-20.6 15.9 1.3-.1 2.4-.3 3.5-.3.4 0 .8.2 1.2.4-.2.4-.3.9-.6 1.2-6.9 5-11.9 11.5-15.7 19-1.2 2.4-2.2 5-3.4 7.6h1.5c.5.1 1 .2 1.6.3-.2.5-.4 1.1-.7 1.5-3.8 4.7-7.1 9.9-9.9 15.2-.7 1.4-1.1 3.1-1.7 4.8 1.2-.4 2.1-.8 3-1 .4-.1 1 .1 1.4.1-.1.5 0 .9-.2 1.4-2.3 5.3-3.2 10.9-3 16.7 0 .2.1.5.1.4 4.2-4.2 8.4-8.5 12.5-12.7-.4-.2-.7-.3-1.1-.5 1.7-.6 3.4-1 4.3-2.7-1-.1-1.9-.1-2.9-.2v-.4c.4-.1.8-.3 1.2-.4.8-.2 1.7-.3 2.5-.3 1.2-.1 1.9-.9 2.8-2h-3.6v-.3c2.6-1.2 6-.4 8.1-3.4-2.1.3-4 .5-5.9.8 0-.1-.1-.2-.1-.3.2-.1.3-.4.5-.4 2-.9 4.1-1.4 6.4-1 .3.1.7-.1 1.1-.2 0-.1-.1-.2-.1-.3-1.5-.1-3-.3-4.5-.4v-.5c.3-.1.6-.2.8-.2 1.7-.2 3.5-.3 5.2-.5.6-.1 1.3-.4 1.9-.6 0-.1-.1-.2-.1-.4-1.6.2-3.1.3-4.7.5 0-.2-.1-.3-.1-.5.3-.2.5-.5.8-.5 1.7-.3 3.4-.9 5.2-.9 1.3 0 2.1-.7 3.1-1.5-2.3.2-4.3.3-6.4.5.1-.3.2-.4.4-.5 2.5-.5 4.9-.9 7.4-1.4.9-.2 1.7-.6 2.5-.9-.1-.2-.1-.4-.2-.6-2.7.6-5.5 1.1-8.1 1.9-5.5 1.7-10.5 4.4-15.5 7.1l-5.4 3c-.2.1-.6 0-.9 0l.3-.9c.1-.2.3-.2.5-.4 5.4-3.8 11.2-7.1 17.3-9.8 3.5-1.5 7.1-2.8 11-3 1.3-.1 2.7-.2 3.9.7.6-.4 1.2-.8 1.9-1.2-.8-.2-1.5-.4-2.1-.6 2.1-1.1 4.8 0 6.4-2.2-.9-.1-1.8-.3-2.7-.4v-.4c2.2-1.1 5 .3 7-1.8-1.2-.2-2.4-.1-3.7-.2-.3 0-.6-.2-.9-.3.3-.2.5-.5.8-.5h5.1c.5 0 1.1-.2 1.6-.3 0-.1 0-.2-.1-.3-1.6-.5-3.4-.4-4.9-1.3.4-.2.8-.3 1.2-.3 1.6.1 3.3.3 4.9.5.5 0 1-.1 1.5-.1v-.3c-1.6-.4-3.1-.9-4.7-1.3v-.4c.4-.1.8-.3 1.2-.2 1.4.2 2.8.5 4.2.9.8.3 1.4.3 2.2-.5-2-.7-3.9-1.3-5.8-1.9 0-.2.1-.3.1-.5.5 0 1-.2 1.5-.1 1.7.4 3.3 1 4.9 1.4.5.1 1.1 0 1.6 0v-.4c-2-.7-4.1-1.3-6.1-2v-.4c.4-.1.8-.3 1.2-.2 1.8.5 3.7.9 5.5 1.6 1 .4 1.5.3 2.5-.7-1.8-.4-3.3-.8-4.8-1.1-.7-.2-1.5-.3-2.2-.6-.2-.1-.3-.5-.4-.7.2 0 .5-.2.7-.1.8.1 1.6.3 2.4.4 1.8.1 3.5.5 5.1 1.4.3.2.9-.1 1.3-.1v-.5c-2.7-.7-5.5-1.4-8.2-2.1v-.4c.5-.1.9-.3 1.4-.3 2.7-.1 5.3.7 7.7 1.8.3.2.8.2 1.1.3 0-.1.1-.2.1-.3-.3-.2-.5-.3-.8-.5-2.8-1.5-5.8-2.2-8.9-2.6-1-.1-1.8.1-2.5.8-1 1-2 2-2.9 3-1.3 1.4-2.9 2.3-4.8 2.9.1-.2.3-.5.5-.8-1.4-.3-2.7-.7-4-1 0-.1.1-.3.1-.4.9 0 1.9-.1 2.8 0 .9.1 1.7.3 2.6.4-2-1.4-4.2-.6-6.3-.8 2.4-1.9 5-1.6 7.6-.6.4-.5.8-.9 1.1-1.3 0-.1-.1-.3-.1-.4h-7.4c.1-.4.2-.6.4-.7 2.3-.7 4.6-.9 7-.4 1.3.3 1.3.3 2-1-.1 0-.1-.1-.2-.1-4.2.4-8.4.8-12.6 1.3-.3 0-.6.3-.8.6-2.1 2.2-3.8 4.7-6.3 6.6-3.3 2.6-6.6 5.3-10.7 6.7-.5.2-1 .2-1.5.3-.1-.1-.1-.3-.2-.4 1.2-.7 2.3-1.5 3.5-2.2 0-.1 0-.1-.1-.2h-2.3v-.4c.9-.1 1.8-.4 2.7-.3 1.4.2 2.4-.6 3.3-1.6-1.4.2-2.7.4-4.1.6 0-.1-.1-.2-.1-.3.3-.2.6-.6 1-.7l4.5-.6c.4 0 .8-.2 1.2-.2 0-.1 0-.2-.1-.3-1.5-.1-3-.3-4.5-.4v-.4c2-.8 4.1-.7 6.2-.4-1.1-.4-2.5-.2-3.6-1.2 1.9-.6 3.9.4 5.6-.6-1.1-.3-2.1-.5-3-.7 0-.2 0-.3.1-.5 1.3-.1 2.7-.3 4.2-.4-.5-.4-.7-.5-1.1-.8 1-.4 1.8-.7 2.6-1-.1-.1-.1-.3-.2-.4-3.4 1.3-7 2.4-10.3 4-3.7 1.8-7.2 4-10.9 6-.4.2-.8.1-1.3.2.2-.4.2-.9.5-1.2 2.7-2.8 6.1-4.6 9.6-6.2 6.6-3.1 13.6-4.7 20.7-5.9 8.4-1.4 16.8-1.7 24.5 3.2 1-.7 2-1.3 3.2-2.1-2.3-1.4-4.5-2.7-6.7-4.1 3.2.4 6.1.9 8.7 2.7-.1-.4-.2-.5-.4-.6-2.1-1.3-4.1-2.7-6.2-4-.4-.2-.7-.6-1.1-.8.1-.1.2-.3.3-.4 3.6.5 6.5 2.4 9.4 4.4l1.5-1.2c-2.1-1.9-4.4-3.1-6.9-4.1-.6-.3-1.2-.7-1.8-1 .1-.1.1-.3.2-.4 4 0 7.3 1.7 10.4 4.1l1.5-1.2c-2.9-3.2-6.6-4.6-10.6-5.5l.3-.6c4.8-.4 8.7 1.5 12.1 4.8.3-.2.6-.5 1-.7-2.8-2-5.6-3.8-8.6-5-.3-.1-.5-.5-.8-.8.4-.1.7-.2 1.1-.1 3.5.7 6.7 2.1 9.5 4.4.3.2.7.2 1.1.3 0-.1.1-.3.1-.4-2.7-2.6-6-4.4-9.5-5.9 4.4.2 8.2 2 11.4 5 .1-.2.2-.4.3-.5-2.7-1.8-5.3-3.6-8.2-5.5.4-.6.6-.6.8-.6Zm108.4 68.9c-.9-1.5-1.6-2.7-2.2-3.9-.2-.3-.1-.9.1-1.2.1-.2.7-.1 1.1 0 .2 0 .4.2.6.4 7.1 4.4 14.6 7.9 22.6 10.4 2.5.7 5 1.3 7.5 2-1.2-1.1-2.7-1.7-3.7-2.8.1-.1.2-.3.2-.4 2.5 1.1 4.9 2.2 7.4 3.3.1-.1.2-.2.2-.3-2-1.9-4.1-3.8-6.1-5.7-.2-.2-.3-.6-.5-.9.3 0 .8 0 1 .2 2 1.7 3.9 3.4 5.8 5.2.7.7 1.3 1.6 2.1 2.5.8-6.6.1-12.8-2.2-18.8-1.6-4.1-3.8-7.9-6.5-11.4-.2-.3-.6-.8-.5-.9.2-.3.6-.6 1-.6 1.2-.1 2.4-.2 3.6-.2 0-3.4-.6-6.4-1.9-9.4-2.3-5.3-5.8-9.5-10.6-12.7-.4-.3-.5-.9-.8-1.3.5-.1.9-.4 1.4-.3 1.3.1 2.6.3 3.9.4v-.5c-.1-.3-.1-.5-.2-.8-.9-3.1-2.3-5.9-4.4-8.3-3.5-3.9-7.3-7.5-10.9-11.3-.3-.3-.6-.9-.5-1.2.1-.3.7-.6 1.1-.6 1.3-.2 2.5-.2 4.1-.3-1.1-1.8-1.9-3.6-3-5.2-4.2-6-9.9-10-16.9-12-1.6-.4-3-1-4.3-2.1-1.2-1-2.2-2.1-2.1-3.8 0-.4.3-.8.5-1.1.9 3.2 2.9 5 4.8 4.1-.6-.7-1.1-1.3-1.6-2.1-.2-.2-.1-.6-.2-.9.3.1.6.1.8.3.8.6 1.5 1.4 2.3 2 .4.3 1 .3 1.5.5 0-.1.1-.3.1-.4-2.8-4.8-6.8-8.1-12-10.1-.3-.1-.8 0-1.2.2-4.6 2.3-6.4 6.4-6.7 11.2 0 .1.1.2.3.5.1-.3.2-.4.2-.6 0-2.1 1-3.8 2-5.4.2-.3.6-.4.9-.6-.6 2.2-1.1 4.2-1.6 6.4.7 0 1.1-.1 1.3-.1.3-1.2.6-2.3.9-3.4.1-.3.5-.4.7-.6.1.3.3.6.3.9 0 .8-.1 1.7-.1 2.7.6-.2 1-.3 1.3-.4 0-3.8 1-6.6 2.7-7.1-.2.5-.3.8-.4 1.1-.3.9-.6 1.7-.8 2.6-.3 2 .7 3.4 2.2 3.4-1.1-2.8-1.1-4.4.1-5.3 0 0 .1 0 .1.1 0 .2.1.4 0 .6-.1 3 1.1 5.1 3.9 6.4 3.1 1.5 6 3.3 8.3 5.8.3.3.5.8.7 1.2-.1.1-.2.1-.3.2-.2-.1-.5-.2-.7-.4-2.7-1.7-5.4-3.4-8.2-5-2.1-1.2-4.4-1.9-6.8-1.7-4.8.4-9.6.8-14.3 1.5-4.8.7-9 2.9-12.9 6.4 3.1 4.4 6.2 8.8 9.4 13.3.6-.7.9-1.1 1.3-1.5-1.6-1.8-3.2-3.5-4.8-5.3.1-.2.3-.3.4-.5 2 1.2 3.6 3 5.2 4.7.1-.1.2-.1.3-.2-1.8-2.3-3.5-4.5-5.3-6.8 2.7 1.5 4.8 3.7 6.5 6.3.5-.2.9-.5 1.6-.8-1.8-2.2-3.5-4.2-5.3-6.4.4.1.6.1.8.2 1.9 1.2 3.7 2.7 4.9 4.7.8 1.3.8 1.3 2.7.4-.5-.3-.9-.5-1.2-.8-1-1-2-2-2.9-3-.2-.2-.2-.6-.3-.9.3.1.6.1.8.2 1.6 1.3 3.2 2.5 4.6 3.8.7.7 1.2.7 2.3.3-1.8-1.7-3.4-3.3-5-4.9.1-.1.1-.2.2-.3.4.2.9.2 1.2.5 1.5 1.2 3 2.4 4.4 3.7 1.3 1.2 1.2 1.2 3 .7-1.9-3.1-4.6-5.5-7.6-7.6.5 0 .9.1 1.3.2 3.1 1.5 5.7 3.7 7.6 6.6.6.9 1.2.9 2.3.4-.6-.7-1.3-1.2-2-1.9-.6-.6-1.6-.8-1.7-2.1 2.1.8 3.8 1.9 4.9 3.6.6.9 1.2.8 2.2.6-.9-1.1-1.7-2.1-2.5-3-.1-.2-.1-.6-.1-.8.3 0 .7 0 .9.2 1 1 2.1 1.9 2.9 3 .8 1.2 1.8 1 2.9.9.1-.1.1-.2.2-.3-1.2-.9-2.4-1.8-3.7-2.8 2.3-.5 4.7 1.3 4.8 3.3 2.2.3 4.5.7 6.7 1-1-1-2-2.1-3-3.1l.3-.3c1.3.9 2.5 1.8 3.9 2.5 1.8 1.1 3.8 1.9 5.5 3.2 1.9 1.4 3.5 3.1 5.2 4.7.2.2.2.5.2.8-.3 0-.7 0-.9-.2-.6-.4-1.1-.9-1.7-1.3-2.9-2.4-5.9-4.5-9.9-4.8-7.7-.7-15.5-1.2-23.2-.2-3.6.4-7 1.5-9.4 4.9 4.5 4.7 8.4 10 13.7 13.9.8.6 1.5 1.1 2.5.2-1.6-1.3-3.1-2.5-4.6-3.8.1-.1.1-.2.2-.4.3.1.6 0 .8.2 1.6 1 3.3 2 4.8 3.1.9.6 1 .7 2.2 0-1.4-1.2-2.8-2.4-4.2-3.5.1-.1.1-.2.2-.3.4.1.8.2 1.1.4 1.3 1 2.6 2 3.9 2.9.4.3 1 .4 1.4.6 0-.1.1-.2.1-.3-1.1-1-2.2-1.9-3.4-2.9.1-.2.3-.3.4-.5 1.5.9 3 1.8 4.4 2.8.8.6 1.6.7 2.7.4-1.6-1.2-3.1-2.3-4.6-3.4.1-.1.2-.2.2-.4.4.1.8.2 1.2.4 1.7 1 3.4 2.1 5.1 3.1.4.2.9.4 1.3.5.1-.2.2-.3.2-.5l-6-4.2c.4-.2.7-.2 1-.1 2.4 1 4.7 2.3 6.6 4.2.4.4.9.6 1.4.9.1-.1.2-.2.2-.4-1.3-1-2.7-2.1-4.1-3.1.3-.2.3-.3.4-.3.2 0 .4 0 .6.1 1.8 1.1 3.5 2.3 5.3 3.5.4.2.7.4 1.1.7-.6-1.2-2-1.6-2.4-2.9l.3-.3c2.1 1.3 4.1 2.7 6.2 4 .1-.1.2-.3.3-.4-1.6-1.2-3.1-2.3-4.7-3.5.1-.1.1-.2.2-.3.3 0 .6 0 .8.1 2 1.3 4 2.7 6.1 4 .4.3.8.5 1.2.7.1-.1.1-.2.2-.3-1.1-.9-2.2-1.7-3.3-2.6.1-.1.1-.2.2-.3.3.1.6.1.9.2 1.7 1.2 3.3 2.4 4.9 3.6.5.4 1.1.7 1.6 1.1-.2-.6-.6-1.1-1-1.5-.7-.7-1.5-1.4-2.2-2.2-.2-.2-.2-.5-.3-.7h.7c.3.1.5.3.8.5 3.1 2.1 4.7 5.4 7.1 8.1.3.4.4 1 .5 1.6.1.2 0 .5-.1 1.1-.6-.6-1-1-1.3-1.5-1.7-2.3-3.9-3.9-6.6-4.7-7.9-2.2-16-3.4-24.3-2.5-2 .2-3.9.8-5.9 1.1 0 .1-.1.3-.1.4.4.3.8.6 1.1.9 4.7 4.7 9.5 9.4 14.2 14.1 1.1 1.1 2.1 2.2 3.2 3.2.2.2.6.2.9.3.1-.1.2-.3.2-.4-1.5-1.7-3-3.4-4.6-5.1.4-.1.8 0 1 .2 1.6 1.4 3.1 2.8 4.7 4.2.3.3.8.5 1.2.7.1-.1.2-.3.3-.4-1.2-1-2.3-2-3.4-3.1-.2-.2-.2-.5-.3-.8.3 0 .7-.1.8 0 1.5 1.1 3 2.2 4.3 3.4.7.6 1.2.9 2.2.5-1.1-1-2.2-1.9-3.2-2.8.1-.1.1-.2.2-.3.3.1.7.2 1 .4 1.2.9 2.4 1.8 3.6 2.6.4.3.9.5 1.3.7.1-.1.1-.2.2-.3l-2.4-2.1c-.2-.2-.2-.5-.3-.8.3 0 .7-.1.9 0l3.6 2.7c.2.2.5.4.7.6l.3-.3c-1-1-2-1.9-3-2.9 0-.1.1-.2.1-.3.5.1 1 .1 1.3.4 1 .9 2 1.9 3 2.9.3.3.7.5 1.1.8.1-.1.1-.2.2-.3-.6-.6-1.1-1.3-1.7-1.9.1-.1.2-.3.3-.4 1 .8 2 1.5 3 2.3-.4-.6-.9-1.3-1.3-1.9 2.4.5 3 2.9 4.7 4-.4-.7-.9-1.4-1.3-2.2.1-.1.2-.1.3-.2.2.1.5.2.7.4 2.4 1.8 3.1 4.7 4.6 7 0 .1.1.2 0 .2-.1.2-.1.5-.3.6-.2.1-.5 0-.7-.1-.3-.2-.5-.5-.7-.8-2.5-2.9-5.6-4.9-9.4-5.5-2.2-.4-4.5-.7-6.8-.8-1.7-.1-3.5.3-5.4.5 3.2 3.4 6 6.5 9 9.5.3.3 1.1.3 1.6.4 0-.1.1-.3.1-.4-.8-.6-1.7-1.2-2.5-1.8 0-.1.1-.2.1-.3.4.1.8 0 1.1.2.9.6 1.8 1.3 2.7 1.9l1.5.9c.1-.1.1-.2.2-.3-.7-.8-1.5-1.5-2.2-2.3l.3-.3c1.9.9 3.3 2.4 4.7 4-.2-.5-.5-1-.7-1.6.1-.1.2-.1.3-.2.4.4.9.7 1.3 1.1 1.6 1.3 3.2 2.6 4.8 4 1.4 1.2 2.8 2.5 4.2 3.8.2.2.3.5.4.8-4.9-3.4-10-5.8-15.7-7.3 1.2 1.7 2.5 3.2 3.8 4.8.2.2.2.6.2.9-.3-.1-.7-.1-.9-.3-.7-.8-1.3-1.6-1.9-2.4-.2.1-.3.3-.5.4-.3 2.5.1 4.9 1.1 7.2 1.1 2.4 2.9 4.2 5 5.6.8.6 1.6 1.1 2.4 1.7-.1.1-.1.3-.2.4-.8-.2-1.7-.5-2.5-.7-.7-.2-1.3-.3-2-.4-1.3-.2-2.6-.7-3.5-1.6 0-.1.1-.3.1-.4.8.2 1.5.3 2.3.5-.3-.4-.6-.7-1-.9-1.3-.5-2.6-.9-3.8-1.6-.6-.3-1-1-1.5-1.5.1-.1.2-.3.3-.4.9.3 1.7.7 2.7 1-1.3-1.1-2.5-2.1-3.7-3.1-.2-.2-.2-.7-.3-1 .3.1.8 0 1 .2.8.5 1.5 1.1 2.1 1.5-.7-.8-1.5-1.8-2.4-2.8-.8-1-1.8-1.9-2.1-3.2.1-.1.2-.2.4-.3 1.1 1 2.3 1.9 3.4 2.9.1-.1.2-.1.3-.2-.2-.5-.4-1.1-.8-1.4-1.2-.9-2.4-1.6-3.6-2.5-.2-.2-.2-.6-.3-1 .3 0 .7 0 1 .2 1.2.6 2.3 1.2 3.7 1.9-.1-.4-.1-.6-.2-.7l-5.1-3.9c-.3-.2-.5-.6-.7-.9.4 0 .9-.1 1.3 0 1.3.6 2.5 1.3 4 2.1-5-5.3-9.9-10.4-14.8-15.7-1.4 3.2-2.4 6.2-2.7 9.5-.3 4.4-.1 8.7 2.6 12.5.2.3 0 .8 0 1.2-.4-.1-.9-.1-1.1-.3-1-1.1-1.7-2.4-3.2-2.8-.1 0-.3-.4-.3-.5.1-.2.3-.3.5-.4.2-.1.4-.1.7-.1.1-.1.1-.3.2-.4-.4-.3-.9-.6-1.3-.9-.4-.3-.7-.7-1-1.1.5 0 .9.1 1.4.1.1 0 .1-.1.2-.1-.2-.6.1-1.4-1-1.7-.5-.1-.8-1.2-1.1-1.9.5.2 1 .3 1.5.5h.2c0-.8-.1-1.4-1-1.9-.8-.4-1.5-1.3-1.2-2.8.8.6 1.4 1 2 1.5 0-.5-.1-.8-.3-1.1-.6-.9-1.2-1.7-1.7-2.6-.1-.2.1-.6.1-.8.3.1.6.2.8.4l1.2 1.5c.8-1.4-.3-2.1-.8-2.9-.5-.9-1.2-1.6-1.4-2.7.1-.1.3-.2.4-.3l2.4 2.1c.1-.1.2-.2.4-.2-.4-2.3-2.7-3.5-3.8-5.4 2 0 3.1 1.7 4.6 2.6.1-.1.1-.2.2-.2-2.3-2.7-4.6-5.3-6.8-8l.3-.3c1.5 1.1 3 2.3 4.4 3.4l.1-.1c-5-4.8-10-9.5-14.9-14.3-1.5.7-2.3 1.8-2.8 3.3-.4 1.4-1 2.7-1.4 4.1-1.9 5.8-2.3 11.7 0 17.5 1.3 3.1 2.9 6.1 4.4 9.1.2.3.4.6.5 1 0 .3-.1.6-.3.8-.1.1-.5-.1-.7-.2-.3-.3-.5-.7-.8-1-.7-.8-1.5-1.6-2.2-2.4-1.1-1.3-2.2-2.7-3.3-4.1l.3-.3c.3.1.6.1.9.2-1-1.6-2-3.1-3-4.7.2-.1.4-.3.6-.4.6.8 1.3 1.6 1.9 2.5.1-.1.3-.2.4-.3-1.1-1.4-2.1-2.8-3.2-4.3-.3-.4-.5-.8-.7-1.2.5.1.9.2 1.4.3 0 0 .1-.1.3-.2-.8-.9-1.6-1.8-2.6-2.9.8.1 1.3.1 1.8.2-.8-.9-1.6-1.9-2.4-2.8l.3-.3 3 1.8c-.9-1.9-2.7-3.1-3.4-5l.3-.3c1 .9 2 1.7 3 2.6l.3-.3c-.2-.4-.4-.7-.7-1-1.2-1.3-2.4-2.5-3.5-3.7-.2-.2-.3-.5-.4-.7.1-.1.2-.2.2-.3 1.5 1 3 2.1 4.5 3.1.1-.1.2-.2.3-.2-.2-.3-.3-.6-.6-.9-1.3-1.2-2.6-2.3-3.9-3.5-.2-.2-.2-.7-.3-1 .3.1.7.1 1 .3 1.3.9 2.6 1.8 4.1 2.8.2-.7.2-1 .2-1-1.9-1.4-3.6-2.7-5.2-4.1-.3-.3-.4-.8-.6-1.2.4.1.9.2 1.3.4 1.7 1 3.3 2 5 3l.4-.4c-.2-.2-.3-.5-.6-.7-1.2-1-2.4-1.9-3.6-2.9-.3-.3-.3-.8-.5-1.2.4.1.9 0 1.2.2 1 .6 2 1.2 3.1 1.8.3.2.7.3 1.1.4.1-.1.1-.2.2-.3-3.2-1.9-6-4.2-7.3-7.8 2.4 1.7 4.2 4 6.8 5-1.9-2.3-3.9-4.8-5.9-7.3-.2-.2-.2-.6-.2-.9.3.1.7.2.9.4 2.2 2 4.3 4 6.5 6.1.2.2.5.3.8.5 0 0 0-.1.1-.1-4.1-4.4-8.2-8.9-12.3-13.3-.2.2-.4.3-.5.5-.9.8-1.7 1.7-2.6 2.5-7.5 8.2-10 17.6-7.2 28.4.8 3.2 2.3 6.3 3.4 9.4.1.3 0 .7 0 1.1-.3-.2-.8-.3-1-.6-1.6-2.2-3.1-4.3-4.6-6.5-.3-.4-.5-.9-.8-1.4-.1-.2-.1-.5-.1-.8.1-.1.2-.1.3-.2.7.8 1.3 1.5 2 2.3-.9-3-3.9-5-3.6-8.5.1-.1.3-.2.4-.2l2.1 3.3c.1 0 .2-.1.3-.1-.4-1.1-.7-2.2-1.2-3.3-.5-1-1.1-2-1.6-3.1-.2-.4-.1-.9-.2-1.3.1-.1.3-.1.4-.2.6.8 1.1 1.6 1.9 2.6.1-2.8-2.7-4.5-1.7-7.3.5.8 1.1 1.7 1.8 2.8.5-2.6-1.5-4.2-1.8-6.2l.3-.3 2.1 2.1c.1-.5 0-.9-.1-1.2-.6-1.3-1.3-2.7-1.9-4-.1-.3 0-.7 0-1 .1 0 .3-.1.4-.1.8 1.2 1.6 2.3 2.4 3.5.9-1.3 1-2.3-.2-3.4-.6-.5-.9-1.3-1.3-2-.1-.2-.1-.5-.1-.8.1-.1.2-.1.4-.2.9.9 1.9 1.8 2.8 2.7.2-.5.4-1 .6-1.3-1.1-1.6-2.6-2.6-3.1-4.4.1-.1.2-.2.3-.4 1.2 1 2.4 2 3.7 3 .2-.4.4-.7.6-1-1.3-1.4-2.7-2.7-3.5-4.4l.3-.3c1.4 1.1 2.8 2.1 4.2 3.2.7-.7.7-.7.2-1.3-.8-1-1.7-1.9-2.5-2.9-.2-.2-.2-.7-.2-1 1.8.9 2.8 2.4 4.7 2.9-.8-1.1-1.7-2.2-2.5-3.2.1-.1.2-.2.4-.3.6.5 1.2 1 1.8 1.4.6.4 1.2 1.2 2.2.5-2.2-1.7-4.1-3.4-4.2-6.3.1-.1.2-.2.4-.3 1.1 1.4 2.3 2.9 3.4 4.3.1-.1.2-.1.2-.2-1.8-2.5-3.5-5.1-5.3-7.7-.2.1-.3.3-.5.4-3.5 3.5-6.8 7.1-9.2 11.4-.2.3-.7.4-1 .6-.2-.4-.4-.8-.5-1.2-.1-.2.1-.6 0-.8-1-1.9-2.1-3.9-3.2-5.8.3 2.2.8 4.2 1.4 6.3.1.3 0 .7-.1 1-.3-.2-.7-.4-.8-.7-.8-2.1-1.6-4.3-2.4-6.5-.6-1.4-1.3-2.8-1.9-4.3-.1 0-.2.1-.3.1.6 3.9 3.2 7.2 3.4 11.3-1-1.2-1.8-2.5-2.5-3.8-.7-1.4-1.3-2.8-1.9-4.2.3 4 2.1 7.6 3.3 11.3-1.8-1.9-2.8-4.2-3.9-6.4.3 1.6.6 3.1 1 4.7.4 1.5.9 3 1.3 4.5-.1 0-.3.1-.4.1-2.5-3.6-3-8-4.8-11.9v.7c.6 2.9 1.3 5.8 1.9 8.8.1.4-.1.8-.2 1.2-.3-.2-.7-.4-.8-.8-.8-2-1.6-3.9-2.2-5.9-.6-1.8-.9-3.7-1.4-5.9-.2 1.9.1 3.7-1 5.5-1.2-2.6-.5-5.2-1.2-7.6-.2 1.4-.3 2.7-.3 4.1.1 5.1 1.6 10 3.5 14.7.2.4.2.9.4 1.3-.1 0-.3.1-.4.1-2.5-3.3-3.7-7.2-4.8-11.1.2 4.9 1.9 9.5 3.1 14.2-3.5-4.6-4.4-10.1-5.2-15.6-.1 2.3-.3 4.6-.1 6.9.7 5.7 3 10.8 5.6 15.8 1.6 3.1 3.2 6.1 5.9 8.4.3.3.7.5 1.3.9 0-1-.1-1.7 0-2.4.1-.6.6-1.1.9-1.6.4.4.9.7 1.1 1.2 3.1 6.7 7.7 12.2 13.8 16.4 1.7 1.2 3.6 2.1 5.4 3.2 0-.8-.4-1.3-.5-1.8-.1-.4.1-.8.2-1.2.4.1.8.1 1 .3.4.3.7.7 1 1 5.3 5.5 11.4 9.6 18.7 11.9 1.2.4 2.3.6 3.7 1-.4-1.5-.8-2.7-1.1-3.9-.1-.3.3-.8.5-1.1.3.2.9.3 1 .6.6 2.2 2.4 3.4 4.1 4.5 3.6 2.4 7.4 4.2 11.5 5.6 1.3.9 2.5 1.3 3.9 1.7Zm70.5-162.2.3.6c-1.1.8-2.2 1.7-3.4 2.2-7.3 3.3-15 4.7-23 2.9-3.9-.8-7.7-2.2-11.5-3.2-.6-.2-1.4 0-2 .3-10.3 6-19.9 13.1-29 20.9-5.4 4.6-9.3 10.1-11.5 16.9-.6 1.9-1.2 3.9-1.9 5.9.6-.7.9-1.4 1.2-2.2 1.8-4 3.6-8 5.5-12 .1-.3.6-.5.9-.7 0 .4.1.7 0 1.1-1 2.8-2 5.6-3 8.3l-.3.9c1.3-2.1 2.4-4.3 3.6-6.5.3-.5.8-.8 1.2-1.1-.1.5-.1 1.1-.3 1.6-.1.3-.3.5-.4.8-.9 2.2-1.7 4.3-2.6 6.5.1 0 .2.1.3.1.3-.5.6-1.1 1-1.6 2.5-3.6 4.8-7.4 7.6-10.8 4.5-5.5 10-9.6 17-11.1 5.1-1.1 10-.9 13.9 3.2h.3c.1-.2.1-.4.2-.7.6-2 .7-2 2.6-1.4 5.6 2 11.4 2.3 17.2.9 3.1-.8 6-2 8.8-3.8-1.1-.4-2-.7-2.9-1.1-.5-.2-.9-.7-1.3-1.1.4-.4.8-1 1.3-1.2 5-1.8 9.5-4.4 13.4-7.9 2.4-2.1 4.6-4.5 6.8-6.8l-.3-.3c-.3 0-.7.1-1 .1-1.2.2-2.5.4-3.7.4-.3 0-.7-.3-1-.5.2-.3.5-.7.7-.9.1-.1.3-.1.4-.2 6-2.3 10.6-6.3 14-11.6.2-.3.3-.6.6-1.1-1.9.4-3.6.7-5.4 1-.3 0-.8-.4-1.1-.5.2-.4.4-.8.7-1.1.1-.1.3-.1.4-.2 4.5-1.9 8.5-4.5 11.9-8.1 1.7-1.9 3.2-3.9 4.4-6.4-1.4.4-2.6.9-3.8 1.2-.3.1-.9-.1-1.1-.3-.2-.2-.1-.8.1-1 .5-.9 1.1-1.6 1.6-2.5 1.4-2.6 2.7-5.2 4-7.8-.1-.1-.2-.2-.3-.4-3.4-.2-6.8-.4-10.3-.5-1.9-.1-3.8.1-5.6.1-.4 0-.8-.3-1.2-.5.2-.4.4-.8.7-1.2.2-.2.4-.4.8-.7h-.8c-6.1.7-12.1 1.3-18.2 2.1-2.1.3-4.1.8-6.1 1.2-.4.1-.9-.1-1.1-.4-.1-.2.1-.8.3-1.1.1-.3.4-.5.6-.7-.1-.1-.1-.2-.2-.3-3.9 1.2-7.8 2.2-11.7 3.5-4.9 1.6-9.6 3.9-14.1 6.5-.3.2-.8.1-1.2.2 0-.4-.1-.8-.1-1.2 0-.3.1-.7.2-1.2-.7.4-1.3.7-1.9 1-8.2 4.3-15.4 9.9-21.7 16.8-1.1 1.2-1.4 1.1-2.2-.3-2.3 2.6-4.7 5.2-7 7.8.8-.4 1.4-1.1 2-1.6.2-.2.7-.3 1-.4-.1.4-.2.8-.4 1.1-1.2 1.5-2.4 3-3.5 4.5-.6.8-1.1 1.8-1.6 2.7 1.5-1.7 2.6-3.7 4.6-4.7.1.1.2.2.3.2-1.2 1.8-2.4 3.5-3.7 5.3 1.1 0 2 .8 2.6-.5 2.1-4.3 5.2-7.9 8.1-11.5.1-.2.3-.3.5-.4.1.1.3.2.2.2-1.4 2.4-2.8 4.8-4.2 7.3.4-.2.8-.5 1.2-.7-.1.5-.1 1-.3 1.4-.7 1.4-1.5 2.7-2.2 4.1.8.7 1 1.3-.2 1.9-.2.1-.4.5-.5.7-.6 2.8-2.1 5.2-3.7 7.5-.3.4-.6.8-.7 1.2-2.2 5.8-4.3 11.6-6.5 17.4-.1.4-.2.8-.4 1.2.4-.2.6-.4.7-.7 1.5-2.7 2.9-5.4 4.4-8.1.1-.3.5-.4.7-.6.1.3.3.7.2.9-.3 1.2-.7 2.3-1.1 3.6 2-1.6 3.1-3.6 3.9-5.7 1.4-3.5 2.7-7.1 4.1-10.6.1-.3.3-.7.5-1 .1.1.3.1.4.2-1.4 4.3-2.8 8.7-4.2 13 1.9-.7 2.5-2.4 3.1-4.1 1.5-4.3 3-8.7 4.5-13 .1-.4.4-.7.5-1 .1 0 .3.1.4.1-.2.9-.5 1.9-.7 2.7 2.7-5.3 5.3-10.7 8.2-16 2.8-5.3 6.2-10.2 10.1-14.7.1.1.2.2.4.2-3 5.3-6 10.6-9 16 2.9-1.4 5.8-2.5 9-2.2-.3.3-.6.5-.9.7-1.6.5-3.3.9-4.9 1.6-2.8 1.1-5.2 2.8-6.2 5.9-.2.7-.7 1.4-1 2-1 2.1-1.9 4.2-3 6.5 1.8-1.1 3.4-2.1 5-3 2.4-1.4 4.9-2.5 7.8-2.6.6 0 1.1.1 1.7.1v.4c-.4.1-.8.2-1.2.2-5.6.9-10.3 3.6-14.2 7.6-.4.4-.9 1.5-.8 1.6.8.7.1 1.1-.1 1.7-.4 1.3-.7 2.6-1.1 3.9.1 0 .3.1.4.1.4-1.7.7-3.5 2.1-4.9 0 .7-.2 1.2-.3 1.8-.1.6-.2 1.1-.3 1.7.1 0 .2.1.3.1.4-2.3 1.1-4.4 2.7-5.9.1 0 .2.1.3.1-.5 1.4-1 2.8-1.5 4.3 2.8-.5 2.9-3.3 4.2-5 .1.1.3.1.4.2-.1.7-.1 1.3-.2 2.1 1.2-.8 2.6-1.3 3-2.8.1-.2.4-.6.6-.6.3 0 .6.3 1 .5 2-1.2 4.4-2.6 6.8-4 .3-.2.6-.7.7-1.1 2-7.3 5.2-14.1 9.6-20.4 4-5.8 8.5-11.2 14.3-15.3.5-.4 1.2-.4 1.8-.6-.3.6-.6 1.2-1.1 1.7-2.2 2.2-4.5 4.3-6.8 6.5 2.8-1.1 5.5-2.2 8.5-2.4-.2.4-.5.6-.8.7-2.1 1-4.2 2-6.3 2.9-3.8 1.4-6.3 4.1-8.4 7.5l-2.4 3.9c2.8-1.4 5.7-2.4 8.8-1.9-.6.4-1.2.5-1.9.6-5.8 1.1-10.7 5.9-11.4 11.3.4-.4.8-.9 1.2-1.3.1.1.2.2.3.2-.6 1.7-1.2 3.3-1.8 5 .1.1.3.1.4.2 1.9-1.3 1.4-4.3 3.8-5.4-.4 1.2-.9 2.5-1.4 3.8.3-.1.4-.1.5-.1 7.8-4 15.7-8.1 23.5-12.1 1.5-.8 2.5-1.8 3.3-3.4 3.4-7.4 8.7-13.2 15-18.3.2-.2.5-.3.8-.5-2.7 3-5.4 5.8-7.9 8.9-2.5 3.1-4.4 6.6-6 10.3.5-.4 1-.8 1.2-1.4.7-2.3 2.1-4.1 3.6-5.8-.3.9-.7 1.8-1.1 2.7-.4.9-.7 1.8-1 2.8.1.1.2.1.4.2.8-1.9 1.6-3.7 3.1-5.1.1.1.2.1.3.2-.6 1.1-1.1 2.2-1.7 3.3.1.1.3.2.4.3 1-1.5 2.1-2.9 3.1-4.4.1.1.3.2.4.2-.2.7-.5 1.3-.7 2l.2.2c.6-.6 1.2-1.2 1.8-1.7.5-.2 1-.2 1.4-.5 4.8-3.7 9.6-7.5 14.4-11.2.3-.2.8-.3 1.2-.4-.1.4-.1 1-.4 1.3-1.1 1.2-2.2 2.3-3.4 3.4-6.4 6-13.7 10.6-21.3 14.8-2.1 1.2-4.2 2.3-6.4 3.5 5.5.6 11 1.9 16.6.5-.2.5-.5.9-.9.9-2.1.4-4.2 1-6.3 1.1-3.3.1-6.5-.2-9.8-.2-1.6 0-3.4-.2-4.7.5-7.4 3.7-14.6 7.5-21.9 11.4-.2.1-.4.3-.6.4 1.7.6 3.3 1.2 4.9 1.8 6.1 2.2 12.5 3 18.8 1.7 3.2-.7 6.3-2.1 9.4-3.2 1.6-.5 2.4-.7 3.1-1Zm-120.5 17c-.8-5-2.5-9.6-5.8-13.7 3.4 2.5 5.6 5.8 6.9 9.7-.3-5.4-3.2-9.5-6.6-13.4.2-.1.3-.3.5-.4 1.1.9 2.2 1.7 3.2 2.8 1 1 1.7 2.3 2.5 3.4.1-.1.2-.1.3-.2-1.8-3.1-3.6-6.1-5.4-9.2 2.7 1.6 4.4 4.1 6.2 6.5-1.2-2.5-2.5-4.9-3.7-7.4.1-.1.2-.1.3-.2 2 1.9 3.6 4.1 5 6.9.1-.6.1-.9.2-1.2 0-.1 0-.2-.1-.3-1.3-2.8-2.6-5.6-4.8-7.8-.3-.3-.5-.6-.8-.9.1-.1.3-.2.4-.4 1.9 1.8 3.7 3.5 5.6 5.3.1 0 .3-.2.6-.3.1.2.3.5.3.7v4.2c-.1 5.1-1.3 10-2.7 14.8-.6 2.1-1.4 4.1-2 6 1.7-2.1 3.5-4.2 5.5-6.7-.1-1.1-.3-2.6-.5-4.2.2 0 .3-.1.5-.1.3.7.7 1.5 1 2.2.1 0 .2-.1.3-.1-.5-1.4-1.1-2.7-1.6-4.1-.1-.2 0-.6 0-.8.3.1.6.2.8.4.5.6.9 1.3 1.3 2l1.2 2.7c-.2-1.5-.4-3-.9-4.4-.5-1.4-1.3-2.7-1.9-4.1.1-.1.2-.1.4-.2 2.1 1.4 3 3.6 4 5.9-.3-3.1-1.8-5.8-3.8-8.1-.3-.3-.4-.7-.6-1.1.1-.1.2-.2.4-.3.9.7 1.8 1.3 3 2.2-1.2-2-2.2-3.7-3.2-5.4.1-.1.3-.2.4-.3.8.6 1.5 1.3 2.5 2.1-.9-1.8-1.7-3.3-2.6-4.9l.3-.3c.5.3.9.6 1.4 1-.2-.6-.6-1.1-1.1-1.5-.3-.3-.8-.5-1-.8-3.3-4.7-6.5-9.4-9.9-14-1.9-2.5-4.1-4.7-6.3-7.2-.2.4-.2.6-.3.8-.1.2-.1.5-.2.7-.3.9-.9.9-1.5.2-.2-.2-.3-.5-.4-.7-2.5-4.3-5.3-8.5-9.2-11.7-2.1-1.8-4.4-3.3-6.6-5l-.3.3c.1.5.3 1 .4 1.5.1.4 0 .8-.1 1.2-.4 0-1 .1-1.3-.2-1.4-.9-2.9-1.8-4.2-2.7-2.3-1.6-4.4-3.3-6.7-4.8-1.5-1-3.3-1.6-5.2-2.4-.1.8-.1 1.2-.2 1.7v1.1c-.4-.1-.9-.2-1.3-.4-1.8-1.3-3.4-2.6-5.2-3.8-3.4-2.3-7-4.2-10.9-5.8-2.1 4.1-3.1 8.3-3.3 12.8-.1 2.1-.3 4.3-.4 6.4-.1 1.1-.6 1.1-1.4.7-.7-.4-1.3-.9-2.2-1.6-.1 1.7-.2 3.3-.3 4.8-.3 5 .5 9.9 1 14.9 0 .3-.1.7-.3.8-.2.1-.6 0-.8-.2-.5-.5-1-1.1-1.6-1.8-.4 3.9-.1 7.7 1 11.3.7 2.3 1.8 4.5 2.7 6.7.1.4.1.8.1 1.2-.4 0-.8.1-1.1 0-.4-.1-.8-.3-1.4-.6.1.7.3 1.3.4 1.9 1.3 5.7 3.4 11 6.4 16 .2.3.2.8.3 1.2-.4 0-.9.1-1.3 0-.5-.1-1-.4-1.6-.6 1 7.2 9 22.4 12 23-3.2-4.8-6.1-12.5-5.4-14.9.8 2 1.4 3.8 2.3 5.6.9 1.8 1.9 3.6 3 5.3 1 1.6 2 3.3 3.4 4.6-2-3.2-3.5-6.6-3.8-10.5 1.9 4.1 4.5 7.8 7.4 11.2-.9-1.9-1.9-3.8-2-6 .4.2.7.4.9.7.9 1.3 1.6 2.7 2.6 3.9 1.2 1.6 2.8 2.8 5 3.8-5.6-6.6-7.9-10.7-7.2-13.2 1.2 2 2.2 3.8 3.4 5.6 1.2 1.7 2.6 3.3 3.9 4.9l.3-.3c-.2-.3-.5-.6-.7-.9-1.4-2.4-2.7-4.8-4-7.3-.2-.4-.1-1.1-.2-1.6.4.4.9.7 1.2 1.1 2.1 3.5 4.1 6.9 7.1 9.8.4.4.8.7 1.5 1.2-1.8-3-3.4-5.7-5-8.4-.6-1.1-.9-2.3-1.3-3.4-.1-.4.1-.8.1-1.2h.3c1.3 3.7 3.8 6.6 6.1 9.7-1.2-2.8-2.8-5.5-2.8-8.6.2-.1.3-.2.5-.2 1.2 2.4 2.4 4.7 3.5 7.1.1 0 .2-.1.3-.1-.1-.4-.3-.7-.3-1.1l-.9-6c0-.2.2-.5.4-.8.2.2.5.4.6.6.4 1.1.6 2.3 1 3.5.4 1.3.9 2.6 1.4 3.9-.4-2.7-1.6-5.4-.1-8.2.7 2.7 1.4 5.4 2.2 8.1.1 0 .3-.1.4-.1.2-1.1.3-2-.2-3.2-.6-1.2-.7-2.7-1-4 0-.2.3-.5.4-.7.2.2.5.3.6.6.3.6.5 1.3.8 2.1.6-2 1-3.8 1.5-5.6h-.9c-7.3.9-14.5.3-21.6-1.3-3.5-.8-6.8-1.8-9.5-4.3-.5-.4-.9-1-1.3-1.5.1-.1.2-.3.3-.4.8.6 1.7 1.2 2.8 2-.2-.5-.3-.6-.4-.7-.6-1.2-1.3-2.3-1.9-3.5-.1-.2.1-.6.1-.9.3.1.6.2.7.4.4.5.7 1.2 1.1 1.7 1 1.5 2 3 3.8 4.1-.4-1-.9-1.9-1.2-2.8-.3-.9-.5-1.8-.8-2.6.1 0 .3-.1.4-.1 1.5 2.7 2.9 5.3 5.7 7.4-3.7-5.8-4.6-8.1-3.9-9.8 1.2 2.3 2.4 4.5 3.5 6.7.1-.1.2-.1.3-.2-.4-.7-.7-1.5-1.1-2.2-.3-.7-.5-1.4-.7-2.1.1-.1.3-.1.4-.2 1.4 2.5 2.9 4.8 5.2 6.5-1.4-2.1-2.8-4.3-3.2-6.9.4.2.7.4.9.7 1 1.4 1.9 2.9 2.9 4.2.6.8 1.5 1.5 2.2 2.3l.2-.2c-.8-1.2-1.6-2.4-2.4-3.5.1-.1.3-.2.4-.4 2.2 2.1 4.4 4.3 6.5 6.4l.3-.3c-3.4-3.2-5.9-7.1-7.9-11.3-.2-.4-.1-.8-.1-1.3.3.3.7.5.9.8 1.5 2.2 2.9 4.5 4.6 6.6 1.2 1.5 2.7 2.8 4 4.2l.3-.3c-2-2-3.6-4.3-4.7-6.9 2.5 2.1 4.4 4.9 7.3 6.5-1.3-1.5-2.5-3-2.8-5.1 2.8 2.4 5.3 5.1 8.7 6.6-.2-.3-.5-.6-.8-.8-2.6-2.3-4.9-4.9-6.5-8.1-.1-.3 0-.7 0-1.1.3.1.7.2.9.4 1.4 1.5 2.7 3 4 4.4l1.7 1.7c-1-1.6-2.2-3.1-3.2-4.6-1.4-2-2.6-4-3.9-6-.2-.3-.2-.8-.2-1.2.2-.1.3-.1.5-.2 1.1 1.4 2.1 2.9 3.2 4.3 1.1 1.5 2.2 2.9 3.4 4.3 1.1 1.3 2.4 2.6 3.6 3.8-1.9-2.9-4.1-5.5-5.9-8.4-1.9-2.9-3.4-6-5.1-9-4.4 2.3-9.1 2.1-13.8 1.3-4.7-.8-9-2.6-13.1-4.9.1-.2.1-.3.2-.5.8.3 1.7.6 2.5.8-1.2-1.8-2.4-3.5-3.5-5.3-.2-.3-.1-.7-.1-1.1.3.2.7.4 1 .6 2.3 2.4 4.5 4.8 6.8 7.2.3.3.8.3 1.5.6-1.5-1.9-2.7-3.6-3.3-5.6 2.2 1.8 3.8 4.3 6.5 5.5-.2-.4-.6-.6-.8-.9-1.3-1.8-2.6-3.7-3.9-5.6-.2-.2 0-.7-.1-1 .3.2.7.3.9.6.5.6.9 1.3 1.4 1.9 1.7 2.2 3.7 4.2 6.4 5.2.2.1.5.1.7.2-1.6-1.7-3.2-3.3-4.8-5 .1-.2.3-.3.4-.5 2.3 1.7 4.6 3.5 6.8 5.2-.9-1.5-1.9-2.7-2.9-4-.3-.3-.3-.9-.4-1.3.4.2 1 .3 1.3.6l3.3 3.3c.5.5 1.2 1 1.8 1.4-1-1.5-2.2-2.7-3.1-4.1-.8-1.1-1.3-2.4-2-3.6-.1-.2 0-.5 0-.7.3.1.5.2.8.4.2.1.2.4.4.6 1.6 2 3.2 4 4.9 5.9.7.8 1.8 1.1 2.7 1.7-3.2-2.9-6.7-7.8-6.3-9.5 2.2 2.5 4.1 5.2 6.8 7-1.4-4-2.9-8-4.3-12-4.4.8-8.6.5-12.9-.2-4.3-.7-8.2-2.4-11.2-5.8-.2-.2-.3-.5-.4-.7.1-.1.2-.2.3-.2 1 .7 1.9 1.4 2.9 2.1-.5-1.6-1.3-3.1-.5-4.8.9 2.1 1.7 4.3 3.7 6-.8-2-1.4-3.7-.5-5.5.5 2.1 1.2 3.9 2.7 5.5-.2-1.3-.3-2.6-.5-3.8.2 0 .3-.1.5-.1.1.3.3.7.4 1 .7 1.4 1.4 2.9 2.3 4.3.3.4 1 .6 1.5.9-.9-2-1.7-3.8-1.6-6 1.3 2.6 2.8 4.8 5.4 6.5-1.2-2-2.3-3.8-3.4-5.6l.3-.3c2 1.7 3.3 4.3 5.9 5.3-1.2-1.7-2.5-3.3-2.6-5.4.4.1.6.2.8.4 1.4 1.5 2.9 3 4.2 4.6.6.7 1.2.9 2 .4v-.2c-2.3-5.6-4.6-11.1-7-16.6-.1-.2-.6-.4-.9-.5-1.6-.3-3.3-.3-4.7-1-3.1-1.5-5.9-3.2-8.9-4.9-.2-.1-.3-.3-.5-.6.7.2 1.1.3 1.6.3-.3-.9-.5-1.8-.7-2.6h.2c.9 1.3 1.8 2.5 2.7 3.8.1-.1.2-.1.3-.2-.4-1.2-1.1-2.4-.7-3.8.9 2 2.1 3.8 4.1 5.2-.5-1.4-1.2-2.6-1.3-4h.4c.1.1.3.3.3.5.8 2 2.1 3.7 3.6 5.1.4.3.9.5 1.3.7-2.7-3.6-3.5-5.4-2.5-6.6 1.1 1.7 1.8 3.8 3.7 4.8.1-.1.2-.1.3-.2-3.9-7.2-7.7-14.5-11.6-21.7.2-.1.3-.2.5-.3.3.3.7.6.9 1 3.2 5.7 6.4 11.3 9.5 17 1.1 1.9 2 3.9 3 5.9 1.6-1.6 2.5-3.4 2.2-5.6-.1-.9-.1-1.9-.2-2.9v-3.8h.4l.3.6c.2 1.6.4 3.2.7 4.9.5 3-.1 5.7-2.4 7.9-.2.2-.2.9 0 1.2 4.2 8.8 7.7 17.9 10.8 27.1.3.8.6 1.6 1 2.6.6-1.5.7-2.9.2-4.3-.8-1.8-1.5-3.7-2.2-5.5-.2-.5-.2-.9-.4-1.4.2-.1.3-.1.5-.2 1 1.4 2 2.8 3.1 4.2.1 0 .2-.1.2-.1-1-2.3-2-4.7-3-7 .1-.1.2-.2.3-.2 1 1.1 2 2.1 3 3.2-.3-1.3-.7-2.6-1.4-3.8-.6-1.2-1.5-2.3-2.3-3.4.2-.1.3-.3.5-.4 1.1 1.1 2.2 2.1 3.1 3-.7-2.1-2.4-4.1-4.1-6.1.1-.1.3-.2.4-.3 1 .7 1.9 1.4 2.9 2.1.1-.1.2-.1.2-.2-1.1-1.7-2.3-3.4-3.4-5.1l.3-.3c1 .8 2 1.7 3 2.5 0-2.6-1.8-4.2-3.2-6 .1-.1.2-.2.3-.2.6.3 1.1.6 1.7.9.5-2.2-1.8-3-2.5-4.8.5.1.8.1 1.4.2-1.8-4.2-3.5-8.1-5.3-12.1.1-.1.3-.2.4-.2.3.3.6.6.8.9 1 1.7 2.2 3.3 2.9 5.1 6 13.4 7.5 27.3 3.9 41.6-.1.6-.1 1.3.2 1.8 1.6 4 3.8 7.7 6.4 11.2.5.7 1 1.4 1.6 2 .1-.1.2-.1.3-.2-.9-1.9-2.6-3.5-3-5.6.1-.1.3-.2.4-.3 1.9 2.1 3.8 4.2 5.8 6.3.2-.2.3-.4.4-.5.1-.2.2-.4.4-.6-3.1-2.8-4.9-6.4-6.6-10.1-.1-.3 0-.7 0-1 .3.2.7.4.9.6 1.6 2.2 3.1 4.4 4.7 6.5.7.9 1.5 1.8 2.3 2.6.1-.1.2-.1.3-.2-.1-.2-.2-.5-.3-.7-1.8-3.3-3.9-6.4-6.4-9.3-.2-.2-.3-.6-.5-.9.1-.1.2-.2.4-.3 3.3 2.6 6.2 5.6 8.3 9.4.1-.5 0-.9-.2-1.3-1.8-3.5-4.3-6.3-7.3-8.8-.3-.3-.6-.7-.9-1 .1-.1.3-.2.4-.3 5.1 2.7 8.6 6.8 11.3 11.9-1.9-5.5-6-9.4-10.1-13.4.5-.1.9-.1 1.2 0 2.8 1.3 5 3.4 6.9 5.8l2.1 3c-.1-.6-.3-1.2-.7-1.6-1-1.4-2.1-2.7-3.1-4.1-.2-.3-.2-.7-.3-1.1.3.1.7.2 1 .4 1 .8 1.9 1.7 3 2.7-1.7-3.9-3.5-7.3-7-9.6 1.7.1 2.9 1.1 4.2 1.9-1.2-1.4-2.5-2.8-3.9-4.4 2.4.6 3.2 1.3 7.5 6.2-1.9-3.2-4.2-6.1-7.1-8.7 1.8-.2 2.8 1 4 1.6-.2-.3-.4-.5-.5-.8l-.3-.9c.3 0 .8 0 .9.1 1 .9 1.9 1.8 2.8 2.8.3.3.6.8.9 1.1.3.4.6.7.9 1.1.1-.3 0-.5-.1-.7-1.4-3.2-3.5-6-5.8-8.6-.5-.6-1-1.3-1.4-1.9.1-.1.2-.2.3-.2 3.1.9 4.6 3.7 6.5 5.9.1-.1.2-.1.2-.2-1.3-1.8-2.5-3.5-3.8-5.3.1-.1.2-.3.4-.4.9.5 1.9 1 2.8 1.6l.2-.2c-2-2.4-3.9-4.9-5.9-7.3l.3-.3c2.9 2.2 5.7 4.7 7.8 7.8-.2-.6-.5-1.2-.9-1.7-1.9-2.4-3.8-4.7-5.7-7.1-.3-.4-.6-.9-1-1.4.6.2 1.3.2 1.7.5 2 1.6 3.9 3.3 5.7 4.9-1.5-2.9-4.2-5.1-6.7-7.5 2.2 0 3.6 1.4 5.3 2.3l-3-4.5c.1-.1.1-.2.2-.2.3.2.7.4 1 .6 2.3 2.1 3.9 4.7 4.2 7.8.4 4 .6 8 .5 11.9 0 6.2-.7 12.5-2.7 18.4-1.1 3.1-2.8 6-4.1 9.1-.3.8-.2 2.2.2 3 1.1 1.8 2.5 3.5 3.7 5.2.8 1.1 1.5 2.3 2.2 3.5.1 0 .3-.1.4-.1-.1-.4 0-.9-.2-1.3l-3.3-6.3c-.2-.4-.3-.8-.4-1.2 2.5 1.7 3.7 4.2 5.5 6.5.1-.4.1-.8 0-1-1.4-2.1-2.9-4.1-4.4-6.1-.3-.4-.6-.7-.9-1 .1-.1.2-.2.4-.3 2.5 1.8 4.7 4 6.6 6.6.1-.5 0-.9-.2-1.2-1.4-1.8-2.7-3.5-4.1-5.3-.2-.2-.4-.5-.6-.7l.3-.3c2.8 1.9 5.2 4.3 7.2 7.1-.8-2.4-2.3-4.3-4-6.1-.3-.3-.3-.8-.5-1.1.4.1 1 0 1.2.2 1.7 1.5 3.3 3.1 4.7 4.5-1-3.8-3.6-7.1-6.6-10.1 3.9 2.1 6.8 5.1 8.5 9.2-1-4.8-3.3-8.8-6.7-12.3 2.5 1.2 4.3 3.1 6 5.2.1 0 .2-.1.3-.1-1.1-2.1-2.3-4.2-3.4-6.2.1-.1.3-.1.4-.2 3.7 2.3 4.9 5.4 6 8.6Zm-15.2 65c-2.4-3.2-4.6-6.1-6.8-9-2.7 2.9-5.5 4.7-8.6 5.4-.4.1-.8-.1-1.2-.1.3-.3.4-.7.8-.9 3-1.6 5.6-3.7 7.8-6.3.4-.5.5-.9.4-1.6-.4-2-.5-4-.8-6-.1-.4-.4-1.1-.7-1.2-1.7-.6-3.4-1-5.2-1.4-1.2 4.7-3.5 8.5-7.1 11.3-1.6 1.2-3.4 2-5.2 2.9-.2.1-.7-.1-1-.2.2-.3.3-.6.5-.9.1-.2.4-.2.6-.4 3.5-2.1 6.4-4.9 8.3-8.6.7-1.4 1.2-2.9 1.8-4.3-.3-.2-.4-.2-.5-.2-5.3-1.1-10.6-1.3-16-1.1-.3 0-.6.4-.9.8-1 1.5-1.8 3.1-3 4.4-2.9 3.2-6.7 5.2-10.5 7.2-.2.1-.5 0-.7 0 .1-.3.1-.6.3-.8.3-.3.6-.5.9-.8 2.7-2.1 5.4-4.2 8-6.5 1.2-1.1 2.1-2.6 3.3-4.2h-1.3c-6.1.6-12.2 1.9-18 4-4 1.4-7.9 3.1-11.9 4.6-.3.1-.7.1-1.1.1.2-.3.3-.7.6-1 .1-.2.4-.3.6-.4 5.3-3.5 11.1-5.8 17.2-7.4.5-.1.9-.3 1.4-.4 0-.2.1-.3.1-.5-2-1.2-3.9-2.5-6-3.4-2.1-.9-4.4-1.2-6.4-1.7 3.5-1.2 12 1.1 14.4 4.8 5.9-.6 11.6-1.2 17.4-1.8-1.5-2.7-4-4.6-6.8-6-3-1.5-6.1-2.8-9.2-4.1-.4-.2-.7-.4-1.1-.7 0-.1.1-.2.1-.3.4 0 .8 0 1.2.1 4.7 1.1 9.1 3.1 13.3 5.6 2.1 1.3 3.8 2.9 4.7 5.3.1.3.6.6.9.6 4.2.5 8.3.9 12.2 1.3-3.7-1.8-5.7-5.3-6.7-9.5-.1-.4-.6-.8-1-1.1-6.2-3.7-12.8-6.2-20.1-7-3.7-.4-7.4-.3-11.1.2 1.5.9 2.9 1.7 4.2 2.7.4.3.7 1.1.6 1.6-.1.3-.9.6-1.4.6-7.7-.7-14.8 1-21.4 5-.3.2-.7.5-.8.5 1.9.7 3.8 1.4 5.7 2.2.4.2.6.9.6 1.3 0 .3-.6.7-1 .8-5.8 1.2-10.5 4.1-14.7 8.1l-.9.9c3.1-.4 5.4-.2 7.2.6 1.1.5 1.2 1 .5 1.9-3.1 3.6-5.2 7.7-7 12.1-.3.8-.6 1.6-1 2.7.6-.4.9-.6 1.3-.8 8.2-5.2 17.1-7.9 26.8-8 .5 0 1.2.3 1.4.7.3.7-.4 1.1-1 1.3-1.5.6-2.9 1.4-3.9 2.5 4.5-.6 9.1-1.3 13.7-1.7 4.2-.3 8.5-.3 12.7-.3.4 0 1.2.5 1.3.9.1.4-.4 1.1-.8 1.4-.7.5-1.6.8-2.3 1.2-.9.5-1.7 1.1-2.7 1.7h9.3c3.1 0 6.2.1 9.3.2.4 0 .9.3 1.1.7.2.3 0 1.1-.2 1.2-1 .5-1.6 1.4-2.5 2-.8.6-1 1.2-1 2.2 6.5-1.5 12.8-3.2 19-5Zm76.6-24c.4-2.1.8-4 2.7-5.3-.5 1.7-1 3.3-1.5 5.1h.8c.2 0 .4-.1.6-.2 0-3.6 1.7-6.5 4.1-9 .1.4 0 .8-.2 1.2-1.5 2.4-2.3 5-2.7 7.9.5 0 1-.1 1.3-.1.6-5.5 4-9.3 7.8-12.8-2.4 4-5.9 7.5-6.3 12.6h1.1c.3 0 .7-.1 1.1-.1.2-4.7 2.4-8.4 5.6-11.6 2-2 4.1-3.9 7-4.6.9-.2 1.9-.1 2.8-.2.1.2.1.4.2.6-4 .5-6.8 2.8-9.4 5.6-2.7 2.9-4.2 6.2-4.7 10.2h2.6c.7 0 1.1-.2 1.5-.9.3-.6.9-1 1.4-1.5.1.1.3.2.4.3-.3.6-.5 1.2-.8 1.8 1.1.4 1.7 0 2.1-1 .6-1.5 1.6-2.8 3-3.7.1.1.2.1.3.2-.8 1.5-1.6 2.9-2.5 4.6h1.5c1.3-2.1 2.7-3.9 4.4-5.6.2.1.3.2.5.3-1 1.7-2 3.3-3 5 1.7.3 2.1.1 2.9-1.2 1.6-2.6 3.6-4.9 6.3-6.5.4-.2.9-.3 1.3-.5-1 1.5-2.3 2.6-3.3 3.9-1.1 1.3-2.2 2.7-3.4 4.3 4.7 0 8.9-.1 13.1.4-.5.3-1 .3-1.5.4-4.6.2-9.2.3-13.8.6-10.2.6-20.4 1.3-30.6 2.1-3.9.3-7.9.9-11.6 2.3-.4.2-.8.5-1.2.7 0 .1.1.2.1.3 2.8-.8 5.5-2.2 8.6-1.1-2.9.6-5.7 1.2-8.3 2.8.3.1.6.2.8.1l4.8-1.2c1.8-.4 3.7-.7 5.5-1 .2 0 .5.2.7.3-.2.2-.3.4-.5.5-.2.1-.5.1-.7.2-3 .8-6.1 1.6-9.1 2.5.4.8.7 1.1 1.6.9 2.4-.6 4.8-1.1 7.2-1.7.7-.1 1.4-.1 2.1-.2 0 .2.1.4.1.6-3.1 1-6.1 1.9-9.2 2.9.3.2.7.3 1 .2l7.8-1.8c.4-.1.8 0 1.1.1 0 .2 0 .4.1.6-2.9.9-5.9 1.8-9.3 2.8.7.2 1.1.5 1.5.4 3.1-.6 6.1-1.3 9.2-2 .4-.1.8-.1 1.2-.1 0 .1 0 .2.1.4-3.3 2-7.2 2.6-10.9 3.6.5.1 1.1.1 1.6 0 2.9-.5 5.8-1.1 8.7-1.6.6-.1 1.3.1 2 .1-.6.3-1.2.7-1.8.9l-7.5 1.8c0 .1 0 .3.1.4 3.4-.5 6.9-1 10.3-1.5 0 .1 0 .2.1.3-3.2 1.9-6.7 2.4-10.4 2.6 2.1 1 4.2-.5 6.6.1-1 1.5-2.7.9-4.1 1.8.7.2 1.2.4 1.6.4.8 0 1.5-.1 2.2-.3 1.6-.4 3.1-.9 4.7-1.3.2-.1.5.1.8.1-.1.2-.2.5-.4.6-.2.2-.5.3-.8.5-1.7.6-3.5 1.3-5.2 1.9 2.3.8 4.3-1 6.9-.9-1.5 1.8-3.5 1.8-5.3 2.3 0 .1.1.3.1.4 1.8-.1 3.6-.3 5.3-.4 0 .2.1.4.1.7-1.3.4-2.6.8-4.1 1.3 2.2 1.8 4.1-.7 6-.3 0 .1.1.2.1.4-1.3.7-2.7 1.4-4 2 1.6.1 3.2 0 4.8-.1.3 0 .7.1 1 .1v.6l-4.8 1.2c1.1.7 2.8-.9 3.4 1.4 3.3-.5 6.8-.7 10.1-1.5 13.4-3.3 21.8-12.5 27.4-24.6 2-4.4 1.2-8.5-2.3-12-3.7-3.6-7.3-7.1-11.1-10.6-2.2-2.1-4.9-3.5-7.9-4.1-6-1.3-12.1-1.6-18.2-.9-.8.1-1.7.1-2.3.5-3.1 2.3-6.1 4.7-7.9 8.2-1.9 3.7-4 7.3-5.7 11-.7 1.5-.8 3.3-1.2 4.9.2.1.4.1.6.2.2-.4.4-.9.5-1.3.7-4 2.3-7.5 4.6-10.8.2-.3.5-.5.7-.8.1.1.2.1.3.2-2.2 3.8-3.6 7.9-4.5 12.2 2.4-.2 2.4-.2 2.7-2.1.6-3.5 2.2-6.5 4.3-9.4.1-.2.4-.2.6-.4.1.1.2.1.3.2-1.8 3.6-3.6 7.1-4 11.2 1 .3 1-.4 1.2-1 1.5-5.3 4-10.1 7.7-14.2.3-.3.7-.6 1-.8.1.1.3.2.4.3-3.6 4.6-6.5 9.6-7.7 15.3.2.1.3.2.5.3.3-.3.6-.6.7-.9.3-.7.3-1.4.6-2.1 1.9-4.7 4.3-9.1 7.9-12.8 2.6-2.7 5.7-4.7 9.4-5.6.4-.1.8.1 1.3.1-.3.2-.6.5-1 .7-1.2.6-2.5 1-3.7 1.7-4.6 2.6-7.7 6.7-10.2 11.2-1.3 2.3-2.3 4.6-2.8 7.3 1.4-.2 2.9-.4 4.3-.5Zm-54.4-5c4.5-1.9 8.6-1.6 9.9.7-.8-.1-1.4-.1-2.1-.2-4.2-.5-7.9.9-10.3 4.3-2.6 3.5-4.7 7.4-7 11.2-.1.1 0 .2 0 .4 4.4.9 8.7.5 12.5-1.7 5.7-3.3 11.2-6.8 16.9-10.3.1 0 .1-.2.1-.1-1.7-.5-3.5-.9-5.2-1.4-.4-.1-.8-.6-1.1-.9.4-.4.6-.9 1.1-1.1 2.9-1.4 5.6-3.2 7.8-5.5 1.6-1.7 3-3.6 4.6-5.5-2.2.3-4.2.6-6.1.7-.5 0-1-.4-1.6-.6.3-.4.6-1 1-1.3 1.8-1.2 3.6-2.3 5.4-3.6 3.4-2.5 5.8-5.9 7.9-9.6-.8.2-1.5.4-2.3.6-1.4.4-2.8.8-4.2 1.1-.3.1-.7-.1-1-.2.3-.3.5-.7.8-.8.7-.4 1.6-.5 2.1-1.1 2.9-3.2 5.8-6.4 7.6-10.4 1.7-3.9 3.8-7.5 6.2-11.1 1.3-1.9 2.2-4.1 3.4-6.3-1.8-.1-3.4-.1-4.9-.3-4.9-.8-9.6-.4-14 1.9-1.7.9-3.3 1.9-5 2.8-.4.2-1 .2-1.5.3 0-.5-.2-1.1-.1-1.6.2-1 .6-2.1.9-3.1-1.6.8-3.1 1.7-4.5 2.8-4.1 3.3-7 7.5-9.3 12.2-.2.3-.6.6-.9.8-.2-.3-.6-.7-.6-1-.1-1.7 0-3.5 0-5.4-.4.4-.7.7-.9 1-1.9 2.2-3 4.9-3.8 7.6-.6 1.9-1.2 3.8-2 5.6-.3.6-.9 1.1-1.4 1.6-.2-.7-.6-1.3-.7-2-.1-1.5 0-3 0-4.5-.2 0-.4-.1-.5-.1-1.1 1.8-2.2 3.5-3.1 5.3-2.4 4.8-3.3 10.1-4.2 15.3-.1.5 0 1.2.3 1.6 1.1 1.8 2.2 3.6 3.4 5.3.2.3.6.6.9.6 1.1.1 2.3 0 3.5 0-.1-.2-.2-.5-.4-.8-1.8-5-2.3-10.1-.3-15.2.1-.3.5-.6.8-.9.1.4.2.8.2 1.2-.2 2.5-.5 4.9-.5 7.4 0 3.2 1.5 6 2.8 8.8 1.2-1.6 2.3-3.1 3.4-4.5.8-1 1.3-1.9.8-3.3-.2-.5-.2-1.2-.2-1.8.1-5.6.8-11.2 1.9-16.7.1-.3.4-.6.6-.9.1.3.2.7.3 1v.4c-.3 4.9-.7 9.9-1 14.8 0 .4.1.9.1 1.1 2-2.3 4-4.7 6-7.1.7-.9 1.4-1.7 2.1-2.6.2-.4.4-.9.3-1.3-.8-5.4.3-10.6 2.2-15.6.1-.3.5-.5.7-.8.1.4.3.8.2 1.1-.4 2.4-1 4.7-1.3 7.1-.2 1.8 0 3.6 0 5.4.7-.6 1-1.3 1.4-1.9 2.5-4.7 5.6-8.9 9.8-12.1 1.9-1.4 3.4-3 4.4-5 .3-.6.8-1.1 1.2-1.6.1.1.3.2.4.2-.3.9-.7 1.8-1 2.9.6-.3 1.1-.6 1.6-.8.4-.1.9-.1 1.4-.1-.3.4-.4.8-.8 1.1-2.3 1.7-4.7 3.4-6.9 5.2-1.4 1.2-2.6 2.6-3.9 3.9.6.3 1.1.3 1.5.3 2.7-.1 5.2-.9 7.6-1.9.3-.1.7 0 1.1 0-.2.3-.3.7-.6.8-.9.6-1.9 1.1-2.8 1.5-2.4 1.3-5 2.1-7.8 1.7-.3 0-.8.3-1 .6-2.3 4-4.6 8.1-6.8 12.1 2.4-.3 4.8-1.7 7.5-.6-.5.4-1.1.7-1.7.9-2.4.7-4.8 1.3-7.1 2.1-3.8 1.2-5.2 4.5-6.7 7.9 5.7-1.1 7.5-1 8.5.8-3.6.2-7 .5-10 2.5-3.3 2-4.5 5.2-6 8.7Zm-23.2-3.6c-.2-.4-.5-.8-.6-1.3-.4-1.8-.8-3.5-1.1-5.3 0-.2.3-.6.4-.8.1.2.4.5.4.7l.3 1.5c1 3.8 3.7 6 7.3 7.4l.8-.8c-2.6-1.2-4.5-3.1-5.7-5.6-.2-.3 0-.8 0-1.2.3.2.8.2 1 .5 1.4 2.4 3.7 3.7 6.1 4.9.2.1.5.1.7 0 1.6-.7 3.2-1.4 4.8-2.2-4.1-5.4-6-11.6-6.4-18.4-.8 1.5-1.5 3-2 4.5-.6 1.5-1.1 1.7-2.3.7-3.9-3.4-6.2-7.8-7.1-12.8-.3-1.9-.3-3.8-.5-6.2-1.1 1.7-2.2 3.1-3 4.6-3.7 7.5-5.7 15.4-4.7 23.8.1.5-.3 1.1-.5 1.6-.5-.2-1.1-.4-1.4-.8-1-1.1-2-2.2-3.2-3.6-.2 3.8-.3 7.2 1.1 10.4 1.3 2.9 3.4 4.9 6.5 5.6 1.7.4 3.4.2 4.9-.9-2.2-1.7-3.6-3.8-4.1-6.4-.1-.4.1-.8.2-1.2.3.3.6.5.8.8.6 1.1 1.2 2.2 1.9 3.3-.2-3.5-.6-6.9-.6-10.3 0-1.9.5-3.8.8-5.8 0-.2.4-.3.5-.5.2.2.5.4.5.6 0 .8-.1 1.5-.1 2.3-.4 4.6.8 8.2 4.3 10.9Zm7.1 34.1c.6-11.3 6.5-20.1 13.3-28.5-1.5.2-3 .5-4.6.7-.5.1-1.1-.1-1.7-.2.1-.6 0-1.3.3-1.8 1.1-1.6 2.3-3 3.5-4.5h-.3c-.5 0-1 0-1.5.1-5.4 1-9.2 4-11.2 9.2-.6 1.4-.8 1.5-2.3 1-.9-.3-1.9-.6-2.9-.8-2.4-.5-4.1.6-4.6 3.1-.6 3.3 0 6.3 1.3 9.3 2.2 5.4 6.2 9.1 10.7 12.4Zm35.6-23.4v-.2c-.3.1-.6.3-.9.4-1.1.7-2.1 1.4-3.2 2.1-3.1 2-4.5 5.5-3.7 9.2.1-.6.2-1 .3-1.3.6-1.4 1.2-2.8 1.9-4.1.1-.2.6-.3.9-.4 0 .4.2.7.1 1.1-.3 1.1-.8 2.1-1.1 3.1-.3 1.2-.5 2.4-.7 3.6 1-3.7 2.1-5.9 3.3-5.9-.1.4-.3.8-.4 1.2-.3 1.2-.7 2.4-.9 3.6-.1.3.2.8.3 1.1.1 0 .2-.1.3-.1.4-5.1 2.9-9 6.6-12.3-1.1.5-2.2.9-3.2 1.6-1 .6-1.9 1.4-2.8 2-.1-.1-.2-.2-.2-.3.1-.2.1-.5.2-.6.9-1.3 2-2.5 3.2-3.8Zm-9.3 5.6c-2 2.6-2.1 5.6-1.8 8.8.7-.1 1.4-.3 2.2-.4-1.6-2.8-.9-5.6-.4-8.4Zm30.2-51.8c-2.4 3.2-3.2 7.2-4.3 10.9 2-3.3 3-7.2 4.3-10.9Zm-33.4 61v-7h-.3c-1.1 2.3-1.2 4.8-1 7.4.6-.2 1-.4 1.3-.4Zm-15 .7c.2 3.2 1.3 6.2 3.4 8.7.1 0 .2-.1.4-.1-1.3-2.8-2.6-5.7-3.8-8.6Zm-4.6 5.2c.2 3.2 1.3 6 3 8.8.3-.4.6-.7.9-1-2.4-2.1-3.2-4.9-3.9-7.8Zm56.1-89.6c-1.9 2.1-3.8 4-4.9 6.5.5 0 1.1-.1 1.2-.4 1.3-1.9 2.4-3.9 3.7-6.1Zm-94.2 110.5c2.4-1.9 4.6-3.7 6.9-5.4 0-.1-.1-.1-.1-.2-2.2 1.5-4.4 3-6.8 4.5v1.1Zm-44.9-11c1.9.4 3.7 1.2 4.8-1.2-1.6.4-3.1.7-4.8 1.2Zm38-6.3 7.5 2.7c-2.5-1.1-4.6-3.1-7.5-2.7Zm6.7-.1c2.4 1.7 4.7 3.2 7 4.8-2-2-4.2-3.8-7-4.8Zm51.3-11.3c-.8.7-.6 3.1.5 4.6-.2-1.7-.3-3.1-.5-4.6Zm-3.7 1.6c-1.1.3-1.1 1.9 0 3.3v-3.3Zm61.6-50.3-.2-.2c-1.6 1.3-3.1 2.6-4.7 3.9l.2.2c1.5-1.3 3.1-2.6 4.7-3.9Zm-55.6 47.8h-.3c-.2 1.5-.3 3-.5 4.5.2 0 .3 0 .5.1.4-1.6-.2-3.2.3-4.6Zm-13.4 5.2c-.5 1.7-.1 3.3.4 4.9-.1-1.7-.3-3.3-.4-4.9Zm4.2 8.5c.2-.1.3-.1.5-.2-.7-1.3-1.4-2.7-2.2-4-.1 0-.2.1-.2.1.6 1.4 1.2 2.7 1.9 4.1Zm-33.5 4.6c-.1-.2-.1-.3-.2-.5-1 .6-2 1.2-3.1 1.7.1.1.1.2.2.3 1.1-.4 2.1-1 3.1-1.5Zm-4.2-4.3c-.8-1.8-1.2-2.1-2.6-1.8.7.5 1.6 1.1 2.6 1.8Zm42.5-11.9c0 1.4-.4 2.9.6 4.2l-.6-4.2Z"></path>
  <path d="M209.599 124.701c-1.6-.1-3.1-.2-4.8-.3 1.4 2.3 4 1.8 6.1 2.4v.5c-1.4.1-2.7.2-4.3.3 1.8.7 3.5 1.4 5.1 2.1 0 .1-.1.3-.1.4-1.1-.2-2.3-.3-3.5-.5.5 1.2 1.2 1.9 2.5 1.9 1 0 1.9-.1 2.9 0 .2 0 .5.3.7.4-.2.1-.4.3-.6.4-1 .2-2 .3-3.1.4 1.4 1.4 3.2 1.1 4.8 1.5v.4c-.8.1-1.6.3-2.7.5 1.8 1.3 4 .7 5.8 1.4v.4c-1 .1-1.9.2-2.9.4 0 .1-.1.1-.1.2.9.4 1.7.9 2.6 1.1 1 .2 2 .1 3 .2v.4c-.7.2-1.5.4-2.3.5 1 1.6 2.8.3 4.3 1.1-.5.3-.9.5-1.4.8.6.3 1.1.5 1.6.9.3.2.6.5.8.8-.4 0-.8.1-1.1 0-2.8-1.5-5.8-2.8-8.3-4.7-5.3-3.8-9.1-8.8-11.5-14.9-.1-.3-.3-.6-.3-.9 0-.7.4-.9 1.1-.7 1.8.7 3.6 1.3 5.4 2 .2.1.5.2.7.2-.4.1-.4.3-.4.4Zm15.001-1.7h-4.4c-.1.1-.1.3-.2.4.5.3 1 .9 1.5.9 1.3.1 2.6-.1 3.9-.1.4 0 .8-.1 1.3-.2-.6 1.1-1.3 1.4-5.2 2.1.4.2.8.5 1.2.5 1.6.2 3.1.4 4.7.7-1.3 1-2.8.8-4.3.7.4.9 1 1.3 2 1.3 1.5 0 3 .2 4.6.5-1 .9-2.4.7-3.9 1 1.7 1.4 3.7.8 5.4 1.1 0 .1 0 .2.1.3-.7.2-1.4.5-2.1.8.8.9 1.9.6 2.9.6.4 0 .7-.2 1-.2.3 0 .6.1.9.1-.1.2-.3.5-.4.7-.1.1-.3.2-.6.4h2.9c-.8 1.1-1.7 1-2.6 1-3.3-.3-6-1.8-8.5-3.8-3-2.4-5.3-5.3-6.5-9-.2-.5 0-1.1 0-1.7.5.2.9.4 1.4.5 1.4.3 2.8.5 4.2.8.3.1.6.1.8.2-.1.1-.1.3-.1.4Zm11.799-1.601c-.5.2-.9.3-1.4.5-.5.1-1 .1-1.5.2 0 .1 0 .2-.1.3.8.2 1.5.4 2.3.5.8.1 1.5 0 2.4 0-.4.9-.4.9-3.4 1.2 0 .1 0 .2-.1.3 1.4.2 2.8.5 4.2.7 0 .1.1.2.1.3-.6.2-1.2.4-1.8.7 0 .1 0 .2.1.4 1.7-.3 3.4-.6 5.3-.9-.6 1.2-1.7 1.4-2.9 1.9.8 0 1.3.1 2.1.1-.3.4-.5.7-.7.7-.7.1-1.5.2-2.1 0-3.7-1.1-6.5-3.3-8-6.9-.2-.4 0-.9 0-1.4.8.1 2.2.1 2.2.3.2 1 .8.6 1.3.6.7.1 1.4 0 2 0-.1.1 0 .3 0 .5Z"></path>
</svg>
                                
                              </span>
                              
                              
                                GRAINES D&#39;AROMATIQUES
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Graines d&#39;aromatiques
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--les-aromatiques-vivaces">
                                    <summary id="HeaderDrawer--les-aromatiques-vivaces">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/aromatiques-vivaces">
                                            Les aromatiques vivaces
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-les-aromatiques-vivaces"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Les aromatiques vivaces
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--agastaches"
                                                    href="/collections/agastaches"
                                                  >
                                                    Agastaches
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--camomilles"
                                                    href="/collections/camomilles"
                                                  >
                                                    Camomilles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--ciboules-et-ciboulettes"
                                                    href="/collections/ciboules-et-ciboulettes-graines"
                                                  >
                                                    Ciboules et ciboulettes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--estragons"
                                                    href="/collections/estragons"
                                                  >
                                                    Estragons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lavandes"
                                                    href="/collections/lavandes"
                                                  >
                                                    Lavandes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--melisses"
                                                    href="/collections/melisses"
                                                  >
                                                    Mélisses
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--menthes"
                                                    href="/collections/menthes-graines"
                                                  >
                                                    Menthes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--origans"
                                                    href="/collections/origans"
                                                  >
                                                    Origans
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--persils"
                                                    href="/collections/persils-graines"
                                                  >
                                                    Persils
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--thyms"
                                                    href="/collections/thyms-graines"
                                                  >
                                                    Thyms
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--les-aromatiques-annuelles">
                                    <summary id="HeaderDrawer--les-aromatiques-annuelles">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/aromatiques-annuelles">
                                            Les aromatiques annuelles
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-les-aromatiques-annuelles"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Les aromatiques annuelles
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--aneths"
                                                    href="/collections/aneths"
                                                  >
                                                    Aneths
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--basilics"
                                                    href="/collections/basilics-graines"
                                                  >
                                                    Basilics
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--bourraches"
                                                    href="/collections/bourraches"
                                                  >
                                                    Bourraches
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cerfeuils"
                                                    href="/collections/cerfeuils"
                                                  >
                                                    Cerfeuils
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--oignons"
                                                    href="/collections/oignons-graines"
                                                  >
                                                    Oignons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--perillas-ou-shisos"
                                                    href="/collections/perillas-ou-shisos-graines"
                                                  >
                                                    Périllas ou shisos
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--sarriettes"
                                                    href="/collections/sarriettes"
                                                  >
                                                    Sarriettes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--sauges"
                                                    href="/collections/sauges-graines"
                                                  >
                                                    Sauges
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--rubans-presemes-aromatiques"
                                        href="/collections/rubans-presemes-aromatiques"
                                      >
                                        Rubans présemés aromatiques
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-3">
                      <summary id="HeaderDrawer-graines-de-fleurs">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/graines-de-fleurs">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="357" height="392" fill="currentColor" viewbox="0 0 357 392">
  <path d="M130.899 316c-.5-.3-.8-.5-1.1-.7-9.1-4.4-16.7-10.8-23.5-18.3-8.6-9.6-15.5-20.3-21.4-31.7-6.1-11.6-10.5-23.8-14.9-36.1-3-8.3-5.9-16.6-9-24.8-4.1-11-9.6-21.3-16.1-31-2.2-3.3-4.5-6.6-6.6-10-2.5-3.8-1.2-6.3 3.3-6.4 3.3 0 6.7.2 10 .8 8 1.5 15.2 4.9 21.5 10.1.6.5 1.2.9 2 1.5.3-2.6.5-4.9.9-7.3 1.4-8.9 5.4-16.7 11.2-23.5 7.5-9 16.7-15.7 27-21.1.5-.3 1-.5 1.5-.8.1 0 .1-.1.3-.4-.5-.1-.8-.1-1.1-.1-6.3 0-12.4-1-18.5-2.5-5.4-1.4-10.2-3.8-14.4-7.4-1.7-1.5-3.2-3.4-4.4-5.3-1.7-2.8-1.1-4.9 1.6-6.8.9-.6 1.9-1.2 2.9-1.8 3-1.9 5.9-3.7 9-5.5 1.6-1 2.3-2.4 2.5-4.1.3-2.2-.1-4.3-1.2-6.2-.7-1.1-.9-2.5-1.5-3.7-.7-1.5-1.4-3-2.3-4.4-1-1.5-1.9-3-1.6-4.9.1-1.1.4-2 1.3-2.7 2.7-2.2 4.6-5 7-7.5 7.1-7.6 14.9-10.1 23.7-6.4 7.7 3.3 15.5 5.9 23.7 7.5 4 .8 7.7 2.6 11.5 5.2-.3-.9-.4-1.3-.7-1.8-1.3-2.6-2.5-5.2-3.8-7.7-2.4-4.8-5-9.4-8.2-13.8-.9-1.3-1.8-2.6-2.5-4.1-1.6-3.7.2-7.2 4.1-8.2 1.7-.5 3.4-.8 5.1-1.4 2.4-.9 4.3-2.3 5.7-4.5 2.9-4.4 7.6-5.6 12.1-3 1.6.9 3.1 2 4.4 3.3 2.4 2.5 4.5 5.2 6.7 7.8 2.6 3.2 5.2 6.5 7.8 9.7 2.2 2.7 4.7 5.3 6.8 8.1 2.1 2.8 4 5.8 6 8.8l.9-1.5c4.4-8.3 7.3-17.2 9.3-26.3 1.3-5.7 3.3-11.2 6.1-16.3.9-1.6 1.9-3.2 3.1-4.6 1.9-2.1 4.4-2.3 6.4-.3 2.1 2.1 4 4.4 5.7 6.8 1.4 1.9 2.4 3.9 3.6 5.9 1.3 2.3 3.2 3.8 5.7 4.3 3.4.7 5 2.9 5.2 6.2.1 1.5 0 3 0 4.9.7-.4 1-.6 1.3-.8 8.3-6.1 17.6-10.3 27.5-13.3 2.9-.9 5.9-1.5 8.6-2.8 4.1-2 8-4.4 11.8-6.9 2.6-1.8 4.9-4.1 7.4-6.1.7-.6 1.4-1.1 2.2-1.4 1.3-.5 2.2.2 2.2 1.6 0 .5-.2 1.1-.4 1.6-2.3 6.5-4.5 13-7 19.4-2.4 6.1-6 11.8-10.7 16.4-9.4 9.2-16.5 20.1-23.8 30.9-.7 1.1-1.5 2.2-2.5 3.7 3.8-.9 7.1-1.8 10.4-2.6 7.5-1.8 14.9-3.6 22.4-5.3 4-.9 8-1.4 12.1-1.2 4.2.1 8.1 1 11.7 3.1 2.2 1.3 4.4 2.5 6.8 3.6 4.7 2.1 9.7 2.4 14.8 2.2 2.3-.1 4.6-.1 6.9.1 3 .2 5.4 1.7 7.5 3.9.9 1 1.8 2 2.6 3.1.5.7.9 1.5 1.2 2.3.5 1.3 0 2.4-.8 3.3-.9 1-2 .7-3.1.2l-1.4-.7c-1.5 1.1-2.9.8-4.7-.8.4 1.6.7 2.5 1 3.5 1 3.7.5 7.1-2.2 10.1-1.3 1.4-2.3 1.4-2.7-.4-1.1-4.9-4.3-7.9-8.4-10.2-.8-.5-1.6-1.1-2.6-1.8-11.7 9.9-24.9 16.8-39.9 20.7 2.8.7 5.6 1.4 8.4 2 7.5 1.8 15.1 3.4 22.6 5.3 6.4 1.6 12.3 4.4 17.6 8.5 4.5 3.5 7.7 7.9 9.4 13.3.3.8.7 1.6 1.1 2.4 1.2 2.5.3 3.8-2.5 3.7-.5 0-.9-.1-1.4-.1-.1.2-.3.3-.2.4.6 3.1-.2 4.5-3.2 5.4-1.1.3-2.2.5-3.3.6-3.8.2-7.4 1.3-10.6 3.4-3.5 2.2-7.4 3.4-11.6 3.3h-2.6c.8.7 1.2 1.2 1.6 1.6 4.3 3.9 7.5 8.5 9 14.2 1.1 4.3 3.4 7.9 7 10.6.6.5 1.3 1 1.8 1.6.4.5.8 1.4.6 1.9-.2.5-1.1.9-1.7 1-2.2 0-4.5-.1-6.7-.2-.4.7-.7 2-1.5 2.2-1 .4-2.4.3-3.5 0-5.6-1.5-11.2-3.2-16.8-4.8-2-.6-4-1.1-6-1.6-4.2-1.1-8.1-2.8-11.9-4.9-3.4-2-6.8-3.8-10.3-5.7-.5-.3-1.1-.5-1.9-.9.2.5.2.7.3.9 8.1 12.3 13 25.7 14.7 40.4.4 3.7 1.1 7.4 2 11.1 1 4 1.4 8 .7 11.9-.7 3.6-1.7 7.3-5 9.8-.3.2-.6.6-.9.7-.6.2-1.5.6-1.9.4-.4-.2-.4-1.2-.6-1.8-.1-.2 0-.5 0-.9-.7.3-1.3.5-1.9.7-1.6.5-2.6-.2-2.2-1.9 1.3-5.3 1.2-10.6 1.5-16 .1-1.5.5-3 .8-4.7-1-.4-2.1-.8-3.2-1.2-4.8-1.7-9.7-3.3-14.4-5.1-11-4.3-20.6-11-29.2-18.9-4.8-4.4-9.5-8.8-14.2-13.2-.3-.3-.6-.5-1-.8-.1.3-.3.5-.3.7.6 11.6-1.7 22.9-3.4 34.3-1.2 8.2-4.1 15.5-8.2 22.6-1.5 2.5-2.2 5.4-3.2 8.2-1 3.1-1.9 6.3-2.9 9.4-1.2 3.7-3.3 6.9-5.9 9.8-1.9 2.2-4.2 3.7-6.9 4.7-.3 3-.6 6-1 9-1.8 13.4-4.8 26.6-8 39.7-1 4-2.1 8-3.1 12.1-.6 2.2-1.3 4.3-.9 6.6 0 .2 0 .5-.1.7-1.7 5.2-1.6 10.7-2.4 16.1-1.1 7.4-2.2 14.9-3.3 22.3-.1.7-.4 1.3-.8 1.9 0-10.9 2.2-21.6 3.2-32.9-.7.8-1.1 1.2-1.5 1.7-.9 1-1.6 2.3-2.7 3.1-3.4 2.5-4.2 6.1-4.5 10.1-.4 6.3-1 12.6-1.5 18.9-.1 1.3-.4 2.7-1 4-.1-.5-.3-1.1-.3-1.6.2-4.5.3-9.1.6-13.6.3-3.8.7-7.6 1.1-11.9-.8.7-1.4 1.1-1.9 1.6-8 6.9-16.7 12.8-25.9 18.1-8.6 4.9-17.9 7.7-27.4 9.8-9.8 2.2-19.8 3.4-29.9 4-20.1 1.2-39.9-1.2-59.4-5.9-4.4-1.1-8.6-2.5-12.5-4.8-1.8-1.1-3.5-2.3-4.8-3.8-2-2.1-1.5-4.5.9-6.1 1.3-.8 2.7-1.5 4.1-1.9 11.6-3.6 22.2-9.4 32.5-15.7 13.7-8.4 27.7-16.2 42.6-22.5 11.5-4.9 23.2-9.1 35.5-11.5 4-2 8.5-2.5 13.3-3.2Zm96.3-174.2c.2.6.5 1.2 1.8 1.4l-1.6-1.6c-.5-.7-1.1-1.5-1.6-2.2-.1.1-.3.2-.4.3l1.8 2.1Zm-33.5-79.7v1.8c.6-.7 1.2-1.4 0-1.8.6-1.6.1-3.6-1.4-5 .3 1.9.5 3.5 1.4 5Zm48.6 58.6c-1-.8-2.1-1.1-3.8-1.5.6.9.8 1.5 1.1 1.7.8.3 1.7.3 2.5.4.1 0 .1-.4.2-.6 1.2 1.4 2.8 1.8 5 1.7-1.8-1.1-3.4-1.5-5-1.7Zm-40.9 24.2c.7-.6 1-1.4.5-2.3-.4-.7-.2-1.8-1.7-1.8.5 1.5.8 2.8 1.2 4.1.5 1.5 1 3 1.4 4.5 1.5-1.9.2-3.3-.4-4.9-.4.2-.7.3-1 .4Zm31.8-40.5c-1-.5-2.1-1-3.4-.6.2.9.5 1.6.8 2.7 1-.9 1.8-1.5 2.6-2.1 1.9 1.2 2 1.2 3.4 0h-3.4Zm-58.2 14.3c-1.2-.3-2.1.4-3 1.2.4.9.8 1.7 1.2 2.5-.3.1-.7.1-1.3.2.5 1 1 1.8 1.4 2.7.4-.6.5-1.1.4-1.5-.1-.5-.4-1-.6-1.4.3.1.6.3.8.4.5-1 1-1.9 1.5-2.9-.2-.4-.4-.8-.4-1.2 1.6.5 1.5-1.3 2.6-1.8-.4-.5-.7-.8-1.2-1.4-.6 1.3-1 2.3-1.4 3.2Zm45.2 1.6h-1.4c-.5 1.9-.4 3.6.5 5.3.6-1.1.9-2.2 1.3-3.2s0-1.6-.4-2.1c.3-.1.9 0 .7-.8-.3-.9-.5-1.8-.8-2.7-.1-.3-.5-.6-.9-1.2-.1 1.9-.4 3.5 1 4.7Zm-6 1.4c-.4.2-1.1.4-1.1.6.1 1.4.1 2.9 1.4 4.3.8-2 .4-3.5-.3-4.9 1-.1.6-.8.4-1.2-.5-1.3-1.2-2.6-1.7-3.9-.5-1.5-.5-1.5-2.3-2.3.7 1.8 1.4 3.5 2.1 5.1.3.8 1 1.5 1.5 2.3Zm37.6-22.6c-2-1.2-3.9 0-5.8.2-.2 0-.3.5-.4.8-1.8-1-3.7-.9-4.9.3-.5-.2-1-.6-1.5-.6-3.6-.2-7.3-.2-11.3-.4.6 1.3 1.1 2.4 1.6 3.4 2.8-.2 5.2 1 7.8.2-2.2-1.2-4.9-.4-7.6-2h1.5c2.3.2 4.6.4 6.9.5 1 0 2.3.5 3.1-.7 1.6 1 3.1.5 4.9 0-.3-.4-.4-.7-.6-.9 2.7 1.5 5.1.6 6.7-.6 1.8.5 3.5.2 5.2-.4-.2-.5-.3-.8-.4-1 .9.2 1.8.8 2.6.7 2.2-.4 4.4-1.1 6.6-1.6l2.7-.6c-.3.6-.5 1.1-.8 1.6-1.7-1-3 .3-4.5.7 0 0 .1.4.1.6-.9-.4-1.9-.8-3.1.6 1.4-.2 2.3-.3 3.2-.4 2 1.3 4.1 1.5 6.6 1-.7-.8-1.1-1.3-1.6-1.8.2.1.5.1.7.2 1.4 1.7 3.1 1.4 5 .9.8-.3 1.8-.2 2.9-.3-.5.6-.8.9-1.1 1.3-1.3-.3-2.4-.1-3.7.7 1.8 1 3.6 1.3 5.4 1.6.2 0 .6-.2.8-.4 3.1 2.2 6.6 2.8 10.2 2.1 3.2-.6 6.4-1.5 9.5-2.4 9.6-3 18.4-7.6 26.5-13.6 3.7-2.7 7.4-5.3 11.2-7.9 3-2 6.4-3.3 10-3.9.6-.1 1.1-.2 1.7-.4-.6-.5-1.2-.7-1.8-.9-4.3-.9-8.6-.3-12.8.7l-12.6 3c-1.2.3-2.4.7-4.2.1 4.5-1.9 8.8-2.5 13-4-.4-.2-.6-.4-.8-.5-4.6-.8-8.6-2.8-12.6-5.1-2.5-1.5-5.2-2.4-8.1-2.8-4.7-.5-9.3-.3-13.8.8-7.6 1.7-15.2 3.6-22.9 5.3-10.5 2.3-20.6 5.6-29.7 11.7-3.6 2.4-7.8 3.7-12 4.6-.6.1-1.3.1-2 .1.4-.8.9-1.5 1.5-1.6 2.3-.3 3.9-1.8 5.5-3.2 4-3.7 8-7.4 11.8-11.4 4.8-5 9.3-10.1 13.9-15.2 1.2-1.3 2.4-2.6 3.7-3.9l.4.4c-8.4 10.4-17.2 20.3-27.2 29.7.7 0 1.1 0 1.3-.1 2.5-1.7 5.3-2.7 7.5-5 3.7-3.8 7.8-7.3 11.8-11 .5-.4 1-.8 1.7-1.3-.2.9-.3 1.4-.4 2-.5.3-1.2.5-1.6.9-1.2 1.1-2.4 2.4-3.5 3.5s-2.1 2.1-3.5 3.6c.9-.1 1.2-.2 1.5-.2 1.8-.4 3-2 5-2 .3 0 .7-.4.9-.7.7-1 1.4-1.9 1.9-3 .2-.4.1-1 .1-1.5 1.3.1 1.5-1 2-1.7 4.5-6.4 8.8-13 13.5-19.2 2.5-3.3 5.5-6.2 8.4-9.2 5.4-5.9 9.9-12.3 12.8-19.8 2-5.3 3.9-10.7 5.8-16 .1-.3 0-.6.1-1.4-1.2 1.1-2.2 1.9-3.1 2.7-3.7 3.6-7.8 6.6-12.3 9.2-4.4 2.5-8.3 5.4-11.9 8.8-3 2.8-6 5.8-9 8.6-1.1 1-2.3 1.9-3.4 2.8l-.5-.5c.9-1.1 1.7-2.4 2.8-3.4l10.5-10.5c.3-.3.6-.7 1.3-1.5-3.3 1.1-6.2 1.9-8.9 2.9-3.1 1.2-6.2 2.5-9.2 4-12 5.9-21.9 14.3-29.4 25.4-4 6-5.8 12.8-7.7 19.6.9-1.3 1.7-2.7 2.4-4.1 1.6-2.9 1.6-2.9 3.1-3.9-2.8 6.6-6 12.5-10.2 18.2.8.3 1.2.5 1.9.8 3.2-4.9 6.3-9.7 9.5-14.5 1.7-2.6 3.3-5.3 5-7.9.3-.5.8-.8 1.1-1.3-.5 1.9-1.3 3.5-2.2 5.1-3.7 6.4-7.5 12.8-12.3 18.6-.7.8-.6 1.3.3 1.9.3-.3.6-.6.8-.9 4.2-5.5 8.5-11 12.5-16.7 3.5-4.9 6.6-10 9.9-15 .5-.8 1.2-1.6 1.7-2.4 0 .9-.4 1.6-.8 2.3-7 11.9-14.3 23.5-23.7 33.7.4.7.8 1.3 1.3 2.1 1.1-1.2 2-2.1 2.9-3.1 3.5-4.2 7-8.3 10.3-12.6 5.3-7.1 10.5-14.3 15.7-21.5 1.2-1.6 2.5-3.2 3.7-4.8.1.1.3.2.4.3-4.7 7.7-9.9 15-15.3 22.2-5.3 7.3-10.9 14.4-17.5 20.7.7.3 1.2.6 1.9.9 3.2-3.1 6.4-6 9.3-9.2 5-5.4 9.7-11 14.6-16.6 3.2-3.6 6.3-7.3 9.4-10.9.5-.6 1.2-1.2 1.8-1.7l.5.5c-10.6 13.8-21.3 27.5-34.9 38.8.3.5.6 1.1 1 1.8 4.8-.4 9.1-1.9 13.5-3.4 8.6-2.9 17.3-5.7 25.9-8.6 1.1-.4 2.3-.6 3.4-.9 0 .2.1.3.1.5-1.3.5-2.6 1-4 1.5-8.2 2.7-16.4 5.5-24.5 8.2-4.2 1.4-8.5 2.9-12.9 3.4-1.2.1-1.3.7-.6 1.7.5 0 .9-.1 1.4-.1 6.8-.7 13.4-2.4 19.9-4.3 10.3-3.1 20.6-6.3 30.9-9.5 1-.3 2-.5 3-.8 0 .2.1.3.1.5-1.3.5-2.5 1-3.8 1.4-8.6 2.8-17.2 5.5-25.8 8.3-7.8 2.5-15.6 4.6-23.8 5.3-.6 0-1.1.3-1.7.5.5 1.4 1.4 1.1 2.3 1.1 9.8.1 19.2-1.5 28.6-4.3 7.1-2.1 14.1-4.2 21.1-6.3 1.2-.3 2.4-.6 3.6-.8 0 .1.1.3.1.4-.8.3-1.5.8-2.3 1-5.3 1.7-10.6 3.5-15.9 5.1-11.3 3.5-22.8 6.2-34.8 5.7-.4 0-.9.2-1.8.4.9.4 1.2.7 1.6.7 1.8.2 3.7.3 5.5.3 1.6 0 3.2 0 4.8-.1 1.6-.1 3.2-.3 4.7-.5 1.5-.1 3-.2 4.5-.4 1.6-.2 3.2-.2 4.7-.8 1.5-.6 2.9-.3 4.4-.6 2.8-.6 5.6-1.1 8.5-1.6 2.6-.5 5.1-1 7.7-1.5-5 1.5-10 2.6-15.1 3.7-.7.2-1.7 0-1.8 1.1-1.8-1-3.4-.2-5.1.3-.3.7-.3 1.1-.4 1.3Zm-81.6 19.3c-.5-.2-1-.4-1.6-.6.2 3.2.3 3.5 1.9 5.2-.2-1.8-.3-3.3-.3-4.6 1.3.1 2-.7 2.8-1.4-.5-1-.9-1.8-1.4-2.6.7.7 1.5 1.3 2.3 2 1.2-1.5.6-3 .2-4.4h-.1c1.8.6 1.8-1 2.5-1.8-1-1.4-2-2.5-2.8-3.7-1.2-1.7-2.3-3.3-3.5-5 .8.8 1.7 1.6 2.4 2.5 2.4 2.9 4.7 5.9 7.4 9.2.5-.6.9-1 1.3-1.5-2.3-2.8-4.2-5.7-6.7-7.8-1.9-1.7-3.6-3.3-4.6-5.7-.6-1.3-1.8-2.4-2.7-3.6-.1-.1 0-.3-.1-.4.3.1.6.1 1 .2.5-2.2-.4-4.5 1.3-6.6 1.4-1.7 2.4-3.7 4.5-4.8-.4 1-.9 2.1-1.3 3.1-1.8 1.2-2.7 3-2.9 5.1-.2 2.3-.2 4.6 1.8 6.4.4.4.4 1.2.7 1.7.3.6.5 1.3 1 1.6 1.6 1 3.2 2.3 5 2.7 2.6.6 4.8 1.4 6.7 3.3 1.5 1.5 3.4 1.7 5.4 1.2.5-.1 1.1-.3 1.6-.6 1.5-.6 2.9-.7 4.4 0 .4.2 1 .4 1.3.3 2.1-.7 4.2-1.4 6.1-2.4 1.4-.8 2.7-2 3.8-3.2.5-.5.7-1.4 1-2.2-.1-.1-.3-.2-.4-.3-1.5.9-3 1.8-4.4 2.7-1.6 1.1-3.2 1.3-5 .5-.7-.3-1.6-.6-2.3-.4-1.7.5-3.3 1.1-4.9 1.9-2.2 1-4.2 1.3-6.4 0-.9-.5-1.9-.8-2.8-1.3-1-.5-2-1-2.8-1.7-.7-.5-1.2-.8-2.1-.7-3 .4-4.5-1-4.5-3.9 0-.6-.1-1.3-.3-1.8-1.1-2.8-1.8-5.6-.2-8.5.1-.1 0-.3 0-.5 1-.6 1.9-1.2 2.9-1.8-.1.7-.4 1.1-.8 1.4-1.6 1.6-1.9 3.3-1.5 5.6.3 1.9 1.5 3.6 1.3 5.7-.1 1.5 1.4 2.4 3.1 2.1 1.2-.2 2.1.2 3 1 .7.7 1.7 1.1 2.6 1.6.8.4 1.8.6 2.6 1.1 1.7 1.1 3.3.9 5 .1 1.7-.7 3.6-1.4 5.4-1.9.8-.2 1.9-.2 2.5.2 1.8 1.1 3.4.6 4.9-.6.4-.3.9-.8 1.4-.9 2.2-.5 2.7-2 2.5-4 0-.4 0-.8.1-1.2 1.1-4.1-1.3-5.3-4.8-7.1-.7-.3-1.6-.3-2.3-.6-.8-.3-1.8-.6-2.3-1.2-1.2-1.7-2.9-2.1-4.7-2.4-.8-.1-1.6-.3-2.3-.6-2.8-1.1-5.4-.9-8.1.6-1.1.6-2.4.9-3.7 1.4-.1-.2-.1-.3-.2-.5.3-.3.6-.6 1-.8 1.3-.7 2.7-1.5 4-2.2 1.6-.9 3.3-1.1 5.1-.7 2.1.5 4.2.9 6.3 1.4 1.3.3 2.3.9 3.3 1.8.7.7 1.8 1.4 2.8 1.6 2.1.4 3.9 1.3 5.4 2.8.7.7 1.6 1.4 2.4 2.2.3-1.2.8-2.4-.4-3.2-1.1-.7-2.3-1.6-3.6-1.8-1.9-.3-3.5-.8-4.7-2.4-.3-.4-1.2-.4-1.8-.6-.8-.4-1.8-.7-2.5-1.4-2.3-2.2-5-2.7-7.9-2-3.1.8-6.2 1.4-9.1 2.9-.6.3-1.4.4-2.1.5-.4 0-.9-.2-1.4-.2 3.6-1.3 6.6-3.4 10.3-4.1 2.8-.6 5.4-1.1 8.2-.2 1.1.3 2 .7 2.9 1.6.6.6 1.6 1 2.4 1.4 1 .5 2.1.9 2.8 1.6.7.7 1.5.9 2.4 1.2 3 .7 5.8 1.7 6.7 5.3 1-.1 2-.1 3-.2 0-.2.1-.3.1-.5-.8-.3-1.6-.6-2.2-1-.7-.5-1.3-1.2-1.9-1.9 1.4.4 2.7.9 4-.5-3.1-1.5-6.1-2.9-9.2-4.4 1.1-1.6 2.7.7 3.6-1-.5-.4-.9-.8-1.4-1.1 1.6 0 3 1.5 4.8.8-.1-1.7-1.6-1.6-2.6-2-1.3-.6-2.7-.6-4.4-.3 1 .7 1.6 1.1 2.3 1.6-1-.3-2.1-.6-3.1-.9-1 .2-1.1 2.5-2.8 1.4.4-.8.7-1.5 1-2.2-.7-.5-1.4-.9-2-1.3.5.1.9.2 1.4.4 1 .4 1.8.2 2.4-.9-.5-.3-1-.6-1.4-.9-.2-.1-.5-.3-.7-.3-.6.2-1.3.4-1.9.7 0 0 .2.7.3 1-1.2-.1-1.7.6-2 1.6-.1.4-.4.8-.7 1.6-1.1-2.2-.4-3.7.9-5.3-1-.1-1.7-.4-2.5-.3-1.8.3-2 2.4-3.4 3.6-.6-1.9.2-3.2 1.3-4.6h-6.1c-.3 0-.7.3-1 .5v-.1c-.5 0-1.1.1-1.9.1.6 1.1 1.1 2 1.7 3-.4.6 0 1.7-1.4 2.2 0-1.8-.6-3.2-2.3-4.1-1.9-1-3.1-.3-4.5.5.5.7.9 1.2 1.3 1.8.4.8.6 1.5-.4 1.7l-3.1-3.1c-.9.3-1.4.6-2 .8.2.5.4 1 .5 1.5l.1-.1c-.6-.4-1.2-.7-1.7-1.1-.6.8-1.1 1.5-1.6 2.2 1.9 2 1.9 2 1.5 3.1a136 136 0 0 1-3.9-1.9c-.7.6-1.5 1.4-2.6 2.3 1.6.5 2.9.9 4.2 1.3v.6c-.6.1-1.3.3-1.9.4-1.2.1-2.5.1-3.7.3-1.2.2-1.4.9-.7 1.8-.3.1-.7 0-.8.2-.6 1.1-1.1 2.2-1.6 3.3.1.1.2.1.3.2.9-.7 1.8-1.3 2.7-2-.2-.7-.4-1.2-.6-1.7.9.8 1.8 1.6 2.8 2.5-2.7 1.3-4.4 3.4-5.4 6.1.9-.3 1.6-.5 2.4-.7.1.2.3.3.4.5-.9 1.4-1.7 2.9-2.9 4.1-1.5 1.6-1.8 3.4-1.8 5.8.9-1.1 1.6-1.8 2.4-2.8 1.1 2.2-1.7 4-.3 6 .5-.1.9-.2 1.5-.3 0 .6-.1 1.1-.1 1.6.5-.3.9-.5 1.6-.9-.5 1.9-.5 3.5.6 4.8l-.9-.6c-.1.1-.2.1-.3.2.2.5.4 1.1.6 1.6.1 0 .3-.1.4-.1 0-.4.1-.8.1-1.3.7.6 1.3 1.2 2.1 2 .8-.9 1.5-1.7 2.3-2.5 1.1.2 1.2 1.1 1.5 1.9-1.9-.5-2 1.1-2.8 2.1.2 1.7.6 2.3 1 2.9Zm46.5-11.9c.2-.2.4-.3.6-.5-1.2-1.3-2.4-2.6-4.4-2.6l-.6-.6c0-1.6 1.4-.5 2-1.1.7.1 1.5.3 2.3.4-.6-3-4.3-2-5.3-4.6 1.6.2 2.9.4 4.7.6-1-2.1-2.2-3.1-3.9-3.9-.4 1.3-.8 2.5-1.2 3.6-.3.8 0 1.3.5 1.9-.5-.5-1-.6-1.2.2-.2.9-.1 1.7.8 2.2-.5-.6-1-.5-1.3.1-.3.6-1.5 1-.5 1.9-1.7-.1-1.9 0-2.4 1.5-1.4.3-2.6.8-2.9 2.4-1.5-.6-2.7-.1-3.9.7 1.7 1.3 3.2 2.4 5 3.8-.2-1.7.1-3.3-1.1-4.5 2.1.7 4.1 1.5 5.3 3.6.2.3.8.5 1.2.7-.1-.5-.3-.7-.5-.9-1.4-1.6-1.4-1.6-1-3.8 0-.1-.1-.3-.2-.4 1.2-1.2 2.1.4 3.7.7-1.2-1.3-2-2.2-2.8-3.1 2.3.4 4.6 1.1 6.8 1.9 0 0 .2-.1.3-.2Zm-35 .2c-1.4-1-3-1.5-5-1.5 1.9 2.3 3.5 4.4 5.4 6.3 1.3-1.5 1.3-1.5 1-2.8.4.2.9.3 1.3.5.1-.1.1-.3.2-.4-1-.8-1.9-1.5-2.9-2.1Zm-13.1 214.5c.1.7-1.2 1.3 0 2.4v-2.4c.9-2.1 1.6-6.1 1.3-7.6-.3.2-.6.4-1 .6 1.7-2.1 2.5-4.4 2.5-7.3l-.8.4c.9-1.5 1.5-3.1 1.8-4.9.6-4 1.5-8.1 2-12.1.3-1.9 0-3.8-.1-5.7 0-.4-.5-.8-.7-1.2.1-.7.5-1.7.3-2.5-.6-3.7-1.4-7.4-2.2-11-.3-1.3-.6-2.7-1.4-3.8-2-2.9-3.7-5.9-5-9.1-.8-1.9-2-3.6-2.6-5.5-.4-1.2-.6-2.4-1.4-3.5-1.5-2-3-3.9-4.5-5.9-.3-.4-.7-.8-1.1-1.2-.6.6-1.1 1.2-1.6 1.7v.1l.9-2.7c-6-6.5-11.4-13.4-18.3-19-.4.5-.7.8-1 1.1.9-1.4.1-2.2-.9-3.1-6-5-12-10.1-18-15.1-.5-.4-1.1-.8-1.7-1.1-4.1 5.3-6.8 11.8-6 15.1 1.3-1.5 2.4-2.9 3.7-4.2.7-.7 1.5-1.3 2.2-2h-.1c-.6.8-1.1 1.7-1.7 2.5-1.2 1.5-2.5 3-3.7 4.5.1.2.2.3.3.5.8-.3 1.8-.4 2.5-.9.9-.6 1.7-1.4 2.6-2.1 1.2-.9 1.5-.9 2.5.4.3.4.7.7 1 1-.2.6-.4 1.3-.7 2-.8 1.7-1.4 3.4-2.4 4.9-1.6 2.4-3.9 3.1-6.7 2.4-.8-.2-1.7-.4-2.4-.6 4.4 6.1 8.7 12.1 13.1 18.2.5-.6 1-1.1 1.5-1.6l-.9 2.7c2.2 3.3 4.4 6.7 6.7 10.1 12.7 19.1 25.8 38 37.1 58.1.2.4.8.5 1.3.8-.3 1.8.1 2.6 1.6 3.2-.7 1.6.6 2.6 1.1 3.9.2-.2.5-.3.9-.5Zm47.3-229c.7.3 1.4.6 2.1 1l7.8 4.8c-.5-1.8-1.7-2.8-3.1-3.7-.7-.4-1.7-.8-2.1-1.5-1.3-2.3-3.4-2.1-5.4-2-.1 0-.2.4-.3.6-1.2-.4-2.3-1.6-3.8-.5.2.6.4 1.1.6 1.7.9.1 1.7.2 2.4.3.8.1 1.5.2 2.7.4-.5-.6-.7-.9-.9-1.1Zm29.6 24.5c-.5-.4-1-1.1-1.6-1.2-4.2-1.2-8.4-2.4-12.7-3.5-.4-.1-.8 0-1.7.1.6.5.8.7 1.1.8 2.9 1 5.9 2.1 8.8 3.1 1.6.6 3.3 1.1 4.9 1.7 1 .2 1.2-.3 1.2-1 .7 2.1 2.6 2 4.2 2.4.1-.5.1-.8.2-1.1.7 1.1 1.5 1.9 2.9 2.1 1.9.3 3.7.9 5.5 1.4 9.3 2.2 18.7 4.3 28 6.4 1.2.3 2.3.6 3.5 1-.7.2-1.3.2-1.9.1-5.4-1.1-10.8-2.2-16.2-3.4-.7-.1-1.4-.3-2.1-.3-.2 0-.4.5-.6.7-.2-1.1-1.1-1.2-2-1.4-2.9-.7-5.9-1.3-8.8-2-.4-.1-.8 0-1.2.1.4.7.8 1.1 1.4 1.2 3 .8 5.9 1.6 8.9 2.3.5.1 1.1-.1 1.7-.2.7 1.3 2.1 1.3 3.3 1.7 3.2 1.1 6.4 2.1 9.6 3.2.3.1.6.5.8.8-.8.1-1.4 0-2-.2-1.6-.5-3.3-1.1-4.9-1.6-.6-.2-1.3-.5-1.5.5-.4-1-1.3-1.3-2.2-1.6l-4.5-1.2-12.9-3.3c-.5-.1-1.1-.2-1.6-.2 1.6 1 3.4 1.6 5.1 2.2 1.8.7 3.7 1.4 5.5 2 1.8.6 3.6 1.6 5.4 1.8 1.9.2 3.2 2.1 5.2 1.8-.1-.5-.1-1-.2-1.5.8 1.3 1.4 2.7 3.1 3.1 1.8.4 3.2 1.5 4.8 2.2.4.2.8.5 1.3.6.2 0 .5-.4.5-.5.8.7 1.5 1.6 2.5 2.1 2.2 1 4.3 2.3 6.4 3.5.3.2.7.2 1.1.4-.1-.6-.1-.9-.2-1.2v.1c1.3 1.3 2.2 3.1 4.2 3.5.2-.3.3-.5.6-1 .2 1.6 1.1 2.3 2.2 2.9 2.7 1.6 5.3 3.1 7.9 4.8 3.5 2.4 7.5 2.9 11.6 2.4 3.1-.4 5.9-1.5 8.4-3.2 3.2-2.1 6.7-3.2 10.6-3.4 1.5-.1 3-.5 4.4-1 1.3-.5 1.4-1.5.4-2.4-.5-.5-1.1-.9-1.7-1.3-1.5-1-3-1.9-4.4-2.9-.4-.3-.6-.7-.9-1.1.1-.2.2-.3.3-.5 3.8 1.6 7.3 4 11.8 3-.1-1.4-1.2-2.2-2.1-3-1.4-1.2-2.9-2.3-4.2-3.5-.3-.3-.5-.8-.8-1.2l.3-.3c1.2.7 2.4 1.3 3.6 2 .1-.3.2-.5.1-.6-.1-.4-.3-.7-.5-1.1-1.8-3.1-4.1-5.7-6.9-7.9-3.9-3-8.2-5.4-12.9-6.8-4.8-1.4-9.7-2.4-14.6-3.7-11.5-2.9-23.1-5.8-34.6-8.7-6-1.5-12-3.3-18.3-3.8-2.8-.2-5.6.2-7.1 1.1 6.3.3 12.5 1 18.6 2.6-.6.2-1.1.2-1.6.2-2.8-.3-5.5-.7-8.3-1.1-4.4-.5-8.9-1.1-13.4-.7-.4 0-.9.3-1.3.5 3.9.5 7.8.6 11.6 1 3.7.3 7.5.4 11.1 1.8-4.5 0-8.9-.5-13.4-.7-4.5-.2-9-.9-13.5-.3 12 .9 24 2.4 35.8 4.8-4-.2-8-.6-11.9-1-8.3-.9-16.5-2.1-24.8-2.2h-2.6v.5c17.3 1.4 34.4 4 51.4 7.6-19.4-2.6-38.8-5.4-58.3-6.9 15.6 2.9 31.1 5.7 46.7 8.6 0 .2-.1.4-.1.7-15.6-2.3-31.3-4.5-46.7-8.5-.3 1.3.3 1.4 1.1 1.6 7.2 1.7 14.4 3.6 21.6 5.3 7.9 1.9 15.8 3.8 23.8 5.6.8.2 1.5.3 2.1 1-.9.1-1.8 0-2.6-.1-6.2-1.3-12.3-2.6-18.5-4l-6.3-1.5c-.6-.1-1.5-.5-1.6.7-1-1.4-2.8-2.2-4.3-1.8 0-.4 0-.1-.1 0Zm-44.5 35.5c-.2.6-.7 1.3-.7 1.9.3 3.5.7 7 1.2 10.5.1.4.7.7 1 1-1 .9-.7 2-.6 3.1.6 9.6 1.3 19.1 1.9 28.7.2 3.7.3 7.5.5 11.2-.5-1.1-.7-2.2-.8-3.3-.7-8.8-1.2-17.7-2-26.5-.9-9.9-1.9-19.9-3-29.8-.3-2.5-.9-5-1.4-7.6.1 11.2.2 22.4 1 33.5.8 11.2 2.4 22.3 3.6 33.4-.4-.6-.6-1.1-.7-1.8-.9-5.8-1.9-11.7-2.7-17.5-1.1-8-1.9-16-2-24.1-.1-5.2-.1-10.4-.2-15.6-.1-2.6-.3-5.2-.5-7.9-1.6-.2-2.9-.7-4.4.2 0 4.5.2 9 0 13.4-.4 8.2-1.2 16.4-1.6 24.6-.3 7.3-.3 14.5-.5 21.8 0 .8-.1 1.7-.2 2.5-.5-2.4-.7-4.8-.7-7.2-.2-11.9.3-23.8 1.2-35.7.4-5.3.7-10.7 1.1-16 .1-1-.1-2-.2-3.1-1.3 1.1-1.5 1.5-1.7 3.4-.2 2.1-.4 4.1-.8 6.2-1.1 6.1-2.9 11.9-5.1 17.7-3.4 8.8-4 17.8-2.4 27.1 1.4 7.9 2.2 15.8 2.1 23.8 0 3.1.3 6.2.8 9.3 1.3 9.2 3.8 18.1 7.1 26.8 1.4 3.7 2.6 7.4.6 11.8.9-.5 1.3-.7 1.7-.9 3.3-2.4 5.6-5.7 7.1-9.5 1.2-3.1 2.3-6.3 3.1-9.5 1.2-4.9 3-9.4 5.6-13.7 2.5-4.2 4.5-8.6 5.4-13.5 1.7-9.8 3.8-19.6 4.4-29.6.2-2.8 0-5.7 0-8.8-1.5 1.3-2.5 2.4-2.2 4.3.2 1.4.2 2.9.4 4.3-.8-1.8-1.3-3.7-1.6-5.6-.3-1.7-.2-3.5-.4-5.2-.1-.7-.4-1.2-1.2-1.1 1.1-1.7.7-4.5-.9-6.5-2.3 2.4-.2 4.9-.6 7.8.8-.7 1.2-1 1.6-1.4-1.3 1.9-1.3 4-1 6.2 0 .3.1.6.2.9.2 2.8.4 5.7.7 8.5h-.5c-.8-6.4-1.7-12.8-2.6-19.4-.8.5-1.3.9-1.8 1.2.1-.2 0-.5.2-.7 1.5-1.3 1.4-2.8 1-4.5-.5-2.2-.7-4.5-1.2-6.7-.3-1.2-.9-2.3-1.3-3.5 0-.4 0-.8-.1-1.2-1-3-1.7-6.1-2.1-9.3-.1-.4-.3-.9-.4-1.4-1.1.4-1.2 1-1 1.9.6 2.9 1.1 5.8 1.7 8.6.2.8.6 1.6.9 2.3-.1.6-.3 1.2-.3 1.8.3 2.9.7 5.8 1.1 8.7.2 1.4.3 2.8.4 4.2.6-.2 1-.3 1.3-.4-.4 1.1-1.3 1.9-1.2 3.3.4 5.3.7 10.7.8 16 .1 4.6 0 9.2 0 13.8-.4-.7-.6-1.4-.7-2.2-.4-6-.6-12.1-1-18.1-.5-6.9-1-13.7-1.6-20.6-.1-1.1-.3-2.2-.5-3.3-.1-.7-.4-1.1-1.1-.4.7-1 .9-2.2.6-3.4-.7-2.6-.8-5.4-1.3-8-.1-.5-.1-1-.3-1.4-.1-.2-.5-.3-.7-.4.1-.7.4-1.4.3-2.1-.5-2.5-1.2-4.9-1.8-7.4-.1-.4-.3-.8-.5-1.1-.5-.8-1.1-.8-1.6-.3.5 2.2 1 4.3 1.4 6.4.3 1.4.5 2.8.8 4.2-.1.7.5.8.9.9Zm-45.2-52.2c.6-1.2 1.2-2.3 1.7-3.5-8.5-3.3-16.9-6.5-25.4-9.8.1 1.4.7 2.2 1.8 2.7s2.2.9 3.3 1.4c5.5 3.1 11.2 5.8 17.2 7.9.7.2 1.4.4 1.4 1.3-3.8 0-7-2-10.4-3.4-.8-.3-1.5-.7-2.3-1 3.3 3.3 7.4 5.2 11.9 6.7.3-.9.6-1.6.8-2.3Zm-82.9 79.4c-.7.8-1.4 1.7-2 2.5.3 1.3 1.7 1.4 2.3 2.4.5.9 1.7 1.4 2.3 2.4.6 1 1.7 1.6 2.5 2.5.8.9 1.6 1.9 2.4 2.9 1.6-1.1 1.7-2.8 2.2-3.8-2.1-3.7-4-7.2-6-10.6-.1-.2-.7-.2-1-.2.8-1.3.6-2.4-.4-3.5 0-.3 0-.8-.2-.9-.8-.6-1.7-1.1-2.6-1.6-.6.3-1 .6-1.5.8-.4.2-.8.3-1.3.5 0-.1-.1-.2-.1-.3.8-.5 1.5-1 2.2-1.5-1.3-2-2.2.1-3.7.1.8-.7 1.2-1.1 1.8-1.6-.4-.4-.8-.7-1.1-1-4.5-4-10-6-15.7-7.4-3.5-.8-7.1-1-10.6-1.4-1.1-.1-2.2 0-3.2 1 .4.7.8 1.4 1.3 2.1 2.2 3.3 4.4 6.6 6.7 9.9 6.8 9.9 12.3 20.6 16.5 31.8 4.2 11.5 8.3 23.1 12.5 34.7 5.8 15.8 13 30.9 22.7 44.8 9.3 13.3 20.4 24.6 35.3 31.6 1.1.5 2.4.9 3.6 1.1 9.2.9 18.1 3.1 26.4 7.3.5.2 1.1.3 1.6.4.5 1 1.2 1.4 2.6 1.5-1.6-1.4-1.6-1.4-2.7-1.5.8-.9.6-1.9 0-2.8-3.1-5.5-5.8-11.1-9.2-16.4-12.2-18.9-24.6-37.7-36.9-56.6-.2-.4-.6-.6-.9-1l-1.1 1.1c0-.1-.1-.1-.1-.2.3-.6.5-1.3.8-1.9-.8-1.2-1.3-2.5-2.2-3.2-1.2-.8-1-2.1-1.8-3-1.6-2-2.8-4.2-4.3-6.2-2-2.8-4.2-5.5-6.2-8.4-.6-.9-1.5-1.2-2.4-1.3-2.1-.3-4.3-.6-6.4-1-10.8-2.4-16.9-10.6-15.9-21.5.1-1.7.6-3.3.9-4.9.2-1.2.5-2.2-.7-3.2-1.4-1.2-2.3-2.8-3.5-4.2-.7-.8-1.5-1.5-2.3-2.3-1 .8-1.8 1.4-2.6 2.1-.1-.1-.1-.2-.2-.2.7-.8 1.5-1.6 2.2-2.4-1.3-1.2-2.4-2.2-3.6-3.3-1.1.9-2.1 1.7-3 2.5-.1-.2-.3-.3-.4-.5 1-.8 1.9-1.6 3-2.5-.7-.7-1.3-1.3-1.9-1.8-3.2-2.8-6.4-5.6-9.5-8.4l-6.9-6.3c-.3-.3-.6-.8-.9-1.1 6.9 4.1 12.6 9.6 18.6 14.4 1.2-.9 2.2-1.6 3.3-2.4-.9.9-1.7 1.8-2.9 3.1.5.4.9.8 1.4 1.3 1-1.3 1.9-1.9 2.8-2.5ZM192.4 65.8c-.1 2.1.1 3.3 1 4.5-.3-1.5-.1-3.1-1-4.5 0-.2.3-.6.2-.8-.5-2.3-1-4.5-1.5-6.7-.2-.7-.3-1.4-.5-2.5 1.7 1.1 1.7 1.1 3.1.6.4 1 .8 2 1.3 3 1.9-4.2 2-3.2-.3-7-2.9-4.7-6.5-8.9-10.1-13-3.3-3.8-6.3-7.8-9.5-11.7-2.2-2.7-4.3-5.3-6.7-7.8-1.2-1.2-2.7-2.3-4.3-3-3.2-1.6-6.7-.7-8.6 2.4-2.1 3.6-5.3 5.4-9.1 6.5-1.1.3-2.4.5-3.5.9-2.3.8-3.2 2.8-2.2 5 .6 1.4 1.5 2.7 2.4 3.9 4.3 5.9 11.3 18.8 13.7 25.6.4 1.2 1.1 2.1 1.8 2.9 1.5 1.7 2.9 3.3 4.4 5 .4.4.8.7 1.3 1 .5 1.1 1 2.2 1.4 3.3-1.1-.3-1.8-.9-2.5-1.5-.9-.9-1.8-1.9-2.6-2.8-6.1-7-13.4-11.7-22.7-13.2-5.8-.9-11.3-2.7-16.7-5.1-1.4-.6-2.8-1.2-4.2-1.6-5.4-1.8-10.5-1.3-15.3 1.9-1.2.8-2.4 1.6-3.5 2.5-1.7 1.3-2.8 3.1-3.9 4.8 6 0 11.7-.1 17.5 0 2.3 0 4.6.2 6.9.7 5.6 1.2 10.8 3.3 16 5.6.7.3 1.3.8 1.9 1.2-.1.2-.1.3-.2.5-.8-.2-1.7-.2-2.5-.5-2.4-.7-4.7-1.6-7.1-2.2-3.5-.9-6.9-2.2-10.5-2.5-6.6-.4-13.3-.2-19.9-.1-1.6 0-3.2.4-4.7 1-3.2 1.2-3.6 2.9-1.7 5.7.1.1.2.3.3.4 2.5 3.3 2.8 7.5 4.7 11.1.4.7.2 1.7.3 2.6v3.2c5-1.3 9.8-.6 14.6-.1 5.7.6 11.2 2.3 16.7 4.2 1.9.6 3.8 1.4 5.9 2.2-.2-.4-.3-.5-.4-.6-4.1-2.3-8.2-4.6-12.4-6.7-1.2-.6-1.9-1.4-2.7-2.3 1.7.5 3.3 1.1 4.9 1.8 1.6.7 3.1 1.5 4.6 2.4 1.5.9 3 1.9 4.8 2.5-.2-2.3-2.4-2.4-3.4-3.7 10.2 3.2 20 7.2 29.9 11.3.3-.8.6-1.5 1-2.4-1.5-.7-2.9-1.3-4.3-1.8-5.5-2.1-10.9-4.1-16.4-6.1-.9-.3-1.7-.8-2.6-1.2.1-.2.2-.4.2-.5 8.1 2.2 15.9 5.1 23.6 8.6.3-.7.5-1.2.7-1.9-1.9-.9-3.6-1.9-5.5-2.7-6.5-2.8-13-5.4-19.4-8.2-1.7-.7-3.5-1.5-5.2-2.3.1-.2.2-.4.2-.6 10.2 3.5 20.3 7.4 29.9 12.4.1-.2.3-.4.4-.6.1-.2.1-.4.1-.6-3.5-3.3-7.5-5.6-11.8-7.4-2.2-.9-4.4-1.9-6.6-2.8l-19.5-7.2c-1.2-.5-2.4-1-3.7-1.5 1.1-.2 2.1 0 3.1.3 9 2.8 17.9 5.8 26.6 9.6 4.5 2 9 4.2 12.4 8 .9-1.7 1.8-3.3 2.9-5.2-1.6-1.5-3.2-3.3-5.1-4.7-5.3-3.9-10.8-7.7-16.2-11.5-2-1.4-4.2-2.7-6.2-4.1-.4-.3-.7-.7-1-1 .1-.1.2-.3.4-.4 4.6 2.8 9.2 5.4 13.7 8.3 5.6 3.7 11.1 7.6 15.4 12.8 1.2-.7 1-1.4.3-2.1-1.8-1.9-3.6-3.9-5.3-5.9-.4-.4-.6-.9-.9-1.4.1-.1.3-.2.4-.3 2.6 2.5 5.2 5.1 7.8 7.7.6-.5 1.8-.9 1.2-2.1-1.3-2.4-2.5-4.9-4.6-6.8-.3-.6-.4-1.2-.8-1.7-1.6-2.2-3.3-4.4-5-6.6-.2-.3-.1-.9-.1-1.8 4.8 5.3 8.8 10.6 11.9 16.6 1.1-.9 1.2-1 .8-1.7-1.7-2.9-3.4-5.7-5-8.6-.7-1.1-1.2-2.3-1.8-3.5.2-.1.3-.2.5-.3 3.4 3.5 5.6 7.7 7.9 12.1.7-.2 1.3-.4 2.1-.7-1.5-2.8-2.8-5.4-4.2-8-1.4-2.6-3.3-5-4-8 4.1 4.5 6.9 9.8 9.6 15.2-.2-1.4-.5-2.7-1.1-3.8-1.6-3-3.3-6-5.1-8.9-3.1-4.9-6.3-9.6-9.5-14.4-.7-1-1.3-2.1-1.9-3.2.2-.1.3-.2.5-.3 3.9 4.5 7.2 9.5 10.4 14.4 3.3 5 6.6 10 8.8 15.7.2-.5.2-1 .1-1.4-.6-1.5-1.2-3-2-4.3-3.4-5.5-6.9-11-10.3-16.5l-4.8-7.5c-.3-.5-.5-1.1-.7-1.6 4.4 4.3 7.7 9.4 11 14.5 3.3 5 6.5 10.1 8.8 15.8.2-.6.3-1.2.1-1.7-.6-1.6-1.2-3.2-2-4.6-3.3-5.7-6.7-11.4-10.1-17.1-1.6-2.7-3.3-5.5-5-8.2-.2-.4-.3-.9-.5-1.4.2-.1.3-.1.5-.2 7.4 10.4 14.6 20.8 19.2 32.9 1.1 0 1.5-.5 1.1-1.5-.9-2.5-1.4-5.1-2.8-7.4-4.1-6.9-8.5-13.5-12.8-20.3-1.2-1.8-2.4-3.6-3.5-5.4-.3-.5-.5-1-.7-1.6 1.3.9 2.3 1.9 3.1 3.1 4.2 6.2 8.5 12.4 12.6 18.7 2.7 4.2 5.2 8.6 5.6 14.4.7-.6 1.2-.8 1.3-1.1 0-.7-.1-1.5-.4-2.1-1.2-2.9-2.4-5.9-3.8-8.8-2.2-4.4-4.7-8.7-7-13.1-.7-1.2-1.2-2.5-1.8-3.8.1-.1.3-.2.4-.2.7 1 1.5 2 2.1 3 4.5 7.8 9.5 15.4 11.7 24.3.2 1 .9.9 1.8.7-.2-1.1-.2-2.2-.5-3.2-.7-2.2-1.4-4.4-2.4-6.5-2.6-5.8-5.4-11.6-8-17.4-.5-1-.9-2.1-1.3-3.2l.6-.3c2.2 4.3 4.4 8.5 6.5 12.8 2 4.2 3.8 8.5 5.7 12.8-.5-2.7-1.4-5.3-2.2-7.8-.9-2.5-2-5-2.3-7.7.5.4.8.9 1 1.4 1.5 3.7 2.9 7.4 4.4 11.1.8.8 1.4 2 1.9 3.2Zm-30.9 63.9c.1-1.2-.5-1.6-1.6-1.4-3.1.5-6.3 1-9.4 1.6-5.8 1.2-11.3 3.3-16.7 5.9-.7.3-1.4.9-2.8.6 1.4-.8 2.4-1.4 3.5-1.9 1-.6 2.1-1.1 3.3-1.7-.3-.1-.5-.2-.6-.2-.8.2-1.5.4-2.3.7-15 5.1-26.1 15.3-34.7 28.2-4.7 7-8.8 14.5-13 21.8-3.4 5.8-5.6 12-6.3 18.7-.8 6.6 1.4 11.9 6.8 15.9 4.5 3.4 9.8 4 15.4 4.8-.8-1.4-1.4-2.5-2.1-3.6-.6-1.2-1.3-2.4-1.8-3.6-.5-1.1-1.1-2.1-.9-3.4.8.8 1.4 1.8 2 2.7 1.4 2.2 2.7 4.6 4.2 6.7.8 1.1 1.8 2.1 2.9 2.8 3.1 1.9 5.4 1.4 7.3-1.6.7-1.1 1.1-2.3 1.6-3.5.2-.4 0-1-.1-1.8-.9.7-1.4 1.3-2.1 1.7-1 .6-2.1 1.2-3.2 1.5-2 .5-3.4-.5-3.5-2.5-.1-1.3 0-2.8.4-4 .9-2.7 1.8-5.5 3.3-7.9 2.8-4.7 5.7-9.5 9-13.9 9.2-12.2 19.3-23.7 29.8-34.7.9-.9 1.8-1.9 2.7-2.8-2 1.2-3.7 2.6-5.4 4-1.7 1.4-3.4 2.9-5.1 4.4-1.7 1.5-3.4 3.1-5.2 4.6-1.7 1.4-3 3.2-5.1 4.1.5-.8 1-1.6 1.7-2.2 6.2-5.7 12.5-11.4 18.8-17 2.4-2.1 5.2-3.9 7.8-5.9 1.3-1 4.2-4.5 4.9-6.2-4 3.1-7.5 5.8-11.1 8.6-2.4 1.9-4.9 3.6-7 5.7-7.5 7.2-14.9 14.5-22.4 21.7-1.6 1.5-3.2 3.1-4.8 4.6.6-1.3 1.4-2.4 2.4-3.4 7.5-7.4 14.9-14.9 22.5-22.3 4.8-4.6 9.9-8.8 15.5-12.4 3-1.9 5.9-4.1 8.8-6.1.3-.2.3-.7.7-1.6-2 1.2-3.4 2.2-5 3-5.2 2.4-10 5.5-14.3 9.1-4.6 3.8-9.1 7.8-13.5 11.8-6.8 6.3-13.4 12.8-20.1 19.3-.6.6-1.3 1.2-2 1.7.2-.8.6-1.3 1-1.7 7.8-8.5 16.1-16.5 24.6-24.2 8.4-7.7 17.5-14.4 28-19 .2-.1.4-.3 1-.9-.8.1-1.1.1-1.4.2-11.2 4.6-21.3 11-30.4 18.9-8.6 7.4-17.1 14.9-25.7 22.3-.6.5-1.2.9-1.8 1.4.1-.7.5-1.1.8-1.4 10.2-9.7 20.7-19.1 31.8-27.8 7.4-5.8 15.4-10.6 24.3-13.8.2-.1.4-.1.6-.1-.1-.2-.3-.3-.4-.5-.5.1-.9.1-1.4.2-6.2 1.6-12.2 3.8-17.8 6.9-8.5 4.6-16 10.6-23.2 17-7.2 6.4-14.1 13-21.2 19.5-.7.7-1.5 1.3-2.2 1.9.3-1 .9-1.6 1.5-2.2 3.4-3.3 6.7-6.7 10.1-9.9 8.1-7.8 16.5-15.3 25.8-21.8 7-5 14.6-8.9 23-11.1 1.2-.3 2.4-.6 3.9-1-1.2-.8-2-.4-2.8-.1-3 .9-5.9 1.8-8.8 3-8.4 3.3-15.9 8.2-23.2 13.3-6.2 4.4-12.3 8.9-18.4 13.4-.6.5-1.2 1.2-2.4 1.1.6-.5.9-.9 1.3-1.2 8.7-7 17.6-13.8 27.2-19.7 4.4-2.7 9-5.1 13.7-7.3 3.2-1.5 6.6-2.5 10.2-3.8-3.2.1-6 .8-8.8 1.7-6 1.8-11.4 4.9-16.8 8.1-5.8 3.4-11.4 7-17.2 10.5-.8.5-1.6.9-2.4 1.3 0-.5.2-.8.5-1 9-6.1 18.1-12.1 27.8-16.9 3.6-1.8 7.3-3.2 11.2-4 .9-.2 1.8-.5 2.7-.7h3c.1-.2.2-.3.3-.5-.6-.4-.9-.5-1.2-.7Zm7.2 198c-1.2-.3-1.9-.5-2.5-.8-.9-.3-1.8-.8-2.6-1.2-8.4-4-17.2-6.4-26.5-7-8.5-.6-16.7.7-24.9 2.7-16.3 4.1-31.7 10.4-46.5 18.2-10.1 5.3-19.9 11.2-29.8 16.8-7 4-14.1 7.9-21.7 10.5-2.2.8-4.4 1.4-6.6 2.2-1.2.4-2.4.9-3.5 1.5-2.2 1.2-2.4 2.6-.5 4.4.9.9 1.9 1.8 3.1 2.3 3.2 1.5 6.5 3.2 9.9 4.2 14.4 4 29.2 6.2 44.2 6.7 11.4.4 22.9-.1 34.2-1.9 10.2-1.6 20.3-3.6 29.9-7.6 15-6.3 28-15.6 39.8-26.7 3.5-3.3 6.3-7 8.6-11.1.7-1.3 1.2-2.8 1.5-4.2.4-1.5.4-3.2.8-4.7 1.2-4.8 2.5-9.6 3.7-14.4 3.4-14 6.4-28 8.7-42.2.2-1.3.3-2.6.5-4.1-2.5.4-4.7.5-6.8-.5-2-.9-2.1-1.6-.7-3.1l1-1c4.5-4.9 5.7-10.5 3.9-16.9-.7-2.4-1.4-4.8-2.1-7.1-.1-.4-.3-.8-.7-1.7-.5 1.8-.9 3.1-1.2 4.5-.4 1.6-.9 3.2-1 4.9-.4 5.6-.7 11.2-1.1 16.7-.1 1.7-.3 3.3.7 4.8.2.2.1.6.1 1-.6.2-1 .4-1.5.6-2.6 18.2-5.8 36.2-10.4 54.2Zm8.3-57.9c-.3-2.8-.8-5.4-.8-8 0-4.1 1.1-8 2.4-11.9.7-2.2 1.4-4.4 2-6.6.3-1 .2-2.2.6-3.2.8-1.9 1-3.8.5-5.8-1.1-4.7-1.5-9.4-1.6-14.2-.1-5.1-.6-10.1-1-15.2-.1-1.6-.7-3.1-.8-4.6-.4-4-.9-7.9-1.1-11.9-.2-4 .2-8 1.1-11.9 1-4.6 2.6-9 4.3-13.4.6-1.6.9-3.3 1.2-5 .3-2 .4-4 .5-5.9.2-2.8.5-5.6.7-8.3.1-1.7-.3-2.1-2.1-2.1-.5 0-1 .2-1.6.4-.9 4.5-1.8 8.9-2.6 13.2-.9 4.4-1.7 8.7-2.6 13.1-.2 0-.4-.1-.6-.1 1.4-8.9 2.9-17.7 5.4-26.5-.5-.1-.9-.3-1.4-.4-2.1 4.8-3.8 9.5-4.9 14.4-2.8 12.5-5.4 25-8.2 37.4-.6 2.9-1.3 5.9-1.9 8.9-.4-.7-.4-1.3-.3-1.9 2-10.7 3.9-21.5 6.2-32.2 1.8-8.8 4-17.6 7.8-25.9.1-.3.1-.6.2-1-1-.1-1.8-.1-2.6-.2-2.5 4.5-6 12.6-7.9 19.9-3.5 13-6.8 26.1-10.1 39.2-.6 2.5-1.3 5.1-1.9 7.6-.2 0-.3-.1-.5-.1.1-.8.2-1.5.4-2.3 2.4-10.6 4.8-21.2 7.4-31.7 2.7-11.2 6.2-22.1 11.5-32.4l.3-.9c-.4-.3-.7-.5-1-.7-.2-.1-.4-.1-.9-.2-2.2 4.5-4.6 8.9-6.5 13.6-4.5 11.1-8.7 22.3-13 33.5-.5 1.3-1 2.5-1.7 4.1-.1-.7-.2-1-.1-1.1 5.8-17.3 11.6-34.5 20.7-50.4-1.1-.8-1.6-.2-2.1.7-1.3 2.3-2.6 4.6-3.8 7-3.7 7.9-7.4 15.9-11.1 23.9l-1.5 3-.6-.3c5.2-11.9 10-23.9 16.4-35.2-2.2 2.6-4.3 5.2-6.3 7.8-1.6 2.1-3.2 4.2-4.5 6.5-3 5.5-5.8 11.2-8.7 16.8-.5 1-1.1 1.9-1.6 2.8-.2-.1-.3-.2-.5-.3 2.5-6.2 5.6-12.1 8.5-18.2-1.8 1.7-3.1 3.7-4.9 5.2-2.3 1.9-3.4 4.3-4.5 6.9-.5 1.3-1.1 2.4-1.5 3.8-.5 1.9-1.7 3.7-2.3 5.6-2.7 8.4-4.7 16.9-4.4 25.9.3 8.9 2.4 17.2 7.1 24.8 2.6 4.2 5.7 8.2 9.2 11.6 5.4 5.2 9 11.3 11.5 18.3 1.2 3.2 3 6.2 4.7 9.1 1.3 1.8 3.2 3.6 5.4 5Zm83-86.2-.4.4c-.5-.4-1-.7-1.5-1.1-8.4-7.7-16.9-15.4-25.2-23.3-6.9-6.6-12.4-14.3-15.6-23.4 0 .7 0 1.3.2 1.9 1.2 5 3.4 9.7 6.3 13.9 2.9 4.3 6 8.5 9.2 12.6 3.6 4.6 7.3 9.1 10.9 13.7.5.6.9 1.3 1.3 1.9-1.1-.5-1.9-1.2-2.5-2-5.6-7-11.3-13.9-16.8-20.9-1.5-1.9-2.8-3.9-4-6-3.1-5.3-5.7-10.9-5.8-17.3 0-.1-.2-.2-.3-.3-1 .2-.7.8-.6 1.4.7 5.6 2.5 10.7 5.3 15.5 2.3 3.8 4.7 7.6 7.2 11.3 3.7 5.4 7.5 10.7 11.3 16.1.7 1 1.3 2.1 2 3.1-.8-.2-1.2-.7-1.6-1.1-7.3-9.1-14.2-18.4-19.8-28.5-1.7-3-2.9-6.2-4-9.5-.7-2.2-1-4.5-1.4-6.7-.2 1.3-.3 2.6 0 3.9.4 1.9.8 3.8 1.5 5.5 2.1 4.9 4.3 9.8 6.8 14.5 3.2 6.1 6.7 12 10.1 18l1.2 2.4c-.2.1-.3.2-.5.2-5.5-8.4-10.5-17.1-15.3-25.9.6 1.9 1.4 3.7 2.1 5.5.7 1.8 1.9 3.4 2 5.3-.2.1-.3.1-.5.2-2.3-5-4.6-9.9-6.9-14.9 2.2 7.5 5.9 14.5 8.6 21.8-.4-.3-.8-.7-1-1.1-3.8-7.3-7.4-14.7-10-22.5-1.2-3.5-1.9-7.1-1.7-10.8 0-.3-.1-.7-.1-1.1-.3.1-.5.1-.5.2-.1.5-.2.9-.3 1.4-.4 4.4-.1 8.8 1.7 12.9 2 4.9 4.1 9.9 6.2 14.8.5 1.3 1 2.7 1.6 4-.6-.1-.8-.3-.9-.6-3.6-6.7-6.9-13.5-9-20.8-1-3.3-1.2-6.6-.6-10 .1-.4 0-.8 0-1.4-2 1.7-2 1.7-2.1 4.3-.3 4.9.3 9.7 1.5 14.5 2.3 8.9 7.1 16.4 13.6 22.8 6.2 6 12.5 12 18.9 17.7 7.3 6.5 15.3 11.8 24.4 15.4 4.9 2 9.9 3.7 14.8 5.4 3.4 1.2 6.5 2.6 9.1 5.1.3.3.7.6 1.1.9-1.5-4.9-3.1-9.8-4.5-14.7-1.4-4.8-3.4-9.5-3.9-14.6 2.4 3.4 3.2 7.5 5 11.3.1-.3.3-.4.2-.6-.1-.6-.2-1.1-.3-1.6-2.2-9.2-5.7-17.8-9.9-26.2-1.4-2.9-3.6-5.4-5.6-8-.5-.7-1.3-1.2-2-1.6-3.6-1.8-7.3-3.6-10.9-5.3-.5-.3-1.1-.5-1.6-.7-.1.1-.2.3-.3.4.5.8 1 1.6 1.5 2.3.4.5 1 .7.5 1.5-.2.4.3 1.1.6 1.7.3.7.6 1.3.9 1.9-1.9-1.4-1.9-4-3.9-5.3-1.8-1.2-3.5-2.6-5.6-4.1.4 4 4.2 4.6 5.9 7-1.8.3-2.7-2.2-4.4-1.3-1-1.8-4.7-5.1-6.8-5.9.4.8.9 1.6 1.5 2.2 3.3 3.1 6.7 6.1 10.1 9.2.5.4.8.9 1.2 1.4-2.3-1.4-4.2-3.1-6.1-4.7-1.9-1.6-4-3-5.9-4.7-2-1.7-3.7-3.7-5.6-5.5-1.8-1.8-3.6-3.5-5.6-5.4-.5 1.8.4 2.6 1.2 3.5 2.6 2.5 5.2 5.1 7.9 7.6 5.5 5.1 11.1 10.1 16.7 15.2l2.1 2.1c-.8 0-1.3-.3-1.8-.7-5.4-4.7-11-9.3-16.3-14.1-5.7-5.2-11.5-10.4-16.1-16.6-1.1-1.4-2.3-2.7-3.3-4.1-1-1.4-1.5-3.2-2.7-4.4-1.2-1.2-1.6-2.7-2.3-4.1-.3-.6-.7-1.2-1.1-1.8-.2.1-.3.1-.5.2.2.9.2 1.9.6 2.7 1.4 2.9 2.7 5.8 4.3 8.5 3.3 5.4 7.4 10.2 12 14.6 7.3 7 14.7 14 22.1 20.9 1 .8 1.8 1.7 2.7 2.5Zm-33-46.4c.3.4.6.8 1 1.2 2.4 2.1 4.7 4.4 7.2 6.4 10.1 8 21.3 14.1 33 19.4 6.8 3.1 13.4 6.3 19.8 10.2 4.2 2.5 8.7 4.3 13.4 5.7 6.8 1.9 13.5 3.8 20.3 5.7.6.2 1.3.2 1.9.3-3.1-4-7.6-6.1-10.7-9.9.9.1 1.7.3 2.4.8 2.6 1.7 5.3 3.3 7.8 5.1 2.8 1.9 5.8 2.1 9 1.9-.4-.6-.8-1-1.3-1.3-3.8-2.9-6.3-6.4-7.4-11.1-.5-2.1-1.5-4.2-2.6-6.2-2.3-4.2-5.8-7.5-9.8-10.1-4.4-2.9-8.9-5.7-13.4-8.4-10.6-6.4-21.6-12-33.5-15.9-7.7-2.5-15.2-5.5-23.1-7.1-1.7-.3-3.4-.6-5-.9 0 .1-.1.3-.1.4 3.8 1 7.7 2.1 11.5 3.1-.1.2-.1.4-.2.6-5.7-1.4-11.4-2.7-17.1-4.1 3.4 1.5 6.9 2.4 10.4 3.5s7 1.8 10.3 3.5c-4.4-.9-8.7-2.1-13-3.2-4.3-1.2-8.5-2.7-12.9-3.5 12.9 5.5 26.4 9.2 39.6 13.9-.6.1-1.1.1-1.6-.1-12.1-3.5-24.2-7-36-11.7-.8-.3-1.6-.7-2.5-.9-.3-.1-.7.3-1.5.6 7.8 3 15.3 5.7 22.4 9.1-.8-.1-1.6-.3-2.3-.6-5.9-2.2-11.8-4.4-17.7-6.7-.7-.3-1.5-.6-2.3-.7-.3-.1-.7.3-1.4.6 1 .5 1.7.9 2.4 1.2 4.5 1.8 9 3.9 13.6 5.4 11.6 3.9 23.2 7.6 34.8 11.5l4.2 1.5c-.6.3-1 .3-1.5.1-6.7-1.9-13.4-3.8-20-5.8-11.1-3.4-22.3-7-32.7-12.3-.3-.1-.7-.4-.9-.3-.4.1-.6.5-1.1.9 2.2 1.3 4.1 2.5 6.2 3.6 2.7 1.3 5.5 2.7 8.3 3.7 9.5 3.4 19.1 6.8 28.7 10.1.5.2.9.3 1.3.5l1.2.6c-15-4.3-30-8.3-43.9-15.6.8 1 1.7 2 2.8 2.5 3.6 1.8 7.3 3.6 11 5.3 4.9 2.2 9.8 4.2 14.7 6.3.9.4 1.6.9 2.5 1.4-.1.1-.2.3-.3.4-8.6-2.9-17.2-6.8-25.9-10.6Zm-8-74.1c.3.1.5.2.8.2-.9 2.7-1.7 5.4-2.7 8.1-1.5 4.2-2.1 7.1-1.6 8.6.3-.7.5-1.2.7-1.7 2.2-6.6 4.3-13.3 6.7-19.9 1.1-3 2.6-6 4.4-8.7 2-3.1 4.6-5.9 6.9-8.9.6-.7 1-1.6 1.6-2.2 1.5-1.4 3.1-2.7 4.7-4 .9-.7 1.2-1.6 1.1-2.7-.1-1 0-2-.1-3.1-.3-3.8-.6-5.2-4.6-6.2-2.8-.6-4.8-2.4-6.3-4.9-1.3-2.2-2.5-4.5-3.9-6.6-1.4-2-3-4-4.6-5.8-1.4-1.5-2.6-1.4-3.8.2-1.1 1.4-2 2.9-2.8 4.4-3 5.7-4.9 11.8-6.3 18-1.3 5.6-2.8 11.2-5.1 16.4-2.1 4.6-4.3 9.3-6.1 14-1.3 3.4-2.1 7-3.1 10.6-.3 1.2.3 1.5 1.4 1.4.7-4.6 1.7-9 3.4-13.2.2 0 .3.1.5.1l-3.3 13.5c1.4.7 1.5-.2 1.6-1 .5-2.4 1-4.8 1.5-7.3.1-.6.4-1.1.6-1.7.3 3.6-1.1 7-1.4 10.5 1.2.7 1.5.1 1.7-.9.7-3.4 1.4-6.7 2.1-10.1.2-.8.6-1.6.8-2.4.3.6.3 1.2.2 1.7-.6 3.1-1.3 6.1-1.9 9.2-.2.8-.3 1.6-.3 2.4.1 1 .7.8 1.3.5.9-8.3 2.3-16.4 5.2-24.2.2.9.1 1.7 0 2.5-.9 4.5-2 9-2.9 13.6-.6 2.9-1 5.8-1.4 8.7.9.5 1.5.8 2.3 1.2.6-7 4.1-20.5 6-23.2-1.5 7.9-4.3 15.1-5.1 22.8.9.4 1.6.8 2.2 1.1 1.3-4.6 2.5-9.1 3.9-13.5 1.4-4.5 2.8-8.9 4.8-13.2-.1 1.3-.4 2.5-.7 3.7-1.9 6.3-3.8 12.5-5.7 18.8-.5 1.6-.7 3.3-1.1 5 1.4.7 1.6-.1 1.8-1 2.2-9.7 5.4-19 8.7-28.4.3-.8.7-1.5 1.1-2.3.3.8.2 1.6 0 2.2-1.4 4.6-2.8 9.3-4.3 13.9-1.5 4.9-3 9.9-4.6 14.8-.4 1.2-.3 2.1.7 2.8 1.7-4.2 3.3-9 5-13.8ZM83.599 186c.8-1.6 1.8-2.6 1.6-4.3-1-8.3 1-15.8 7.5-21.4 3-2.6 6.4-4.8 9.6-7.2 2.5-1.9 4.9-3.8 7.3-5.8 2.3-1.9 4.5-4.1 6.8-6 7.2-5.9 15.6-9.3 24.5-11.5 4.7-1.2 9.4-2.4 14.6-3.7-1.5-.2-2.5-.3-3.5-.4v-.4c1.4-.2 2.8-.3 4.2-.5v-.4h-5.2c2.2-1.4 4.7-.5 7.5-1.3-1.7-1-3.1-.5-4.5-.5s-2.7.2-4.1.3c-2.8.2-2.8.2-4.4-.4 4.3-.9 8.4-.5 12.3-.9.2-1.4-.8-1.2-1.4-1.2-4.3.2-8.6.2-12.9.8-10.5 1.4-20.4 4.5-29.4 10.4-5.1 3.3-9.8 7.1-14.3 11.2l-1.5 1.2-.3-.6c15.1-16.3 34-24.1 56.2-24.4-4.5-.5-8.9-.9-13.3.1-5.3 1.2-10.5 2.8-15.7 4.2-1.1.3-2.1.5-3.2.8-.1-.2-.1-.4-.2-.5 5.6-2.3 11.3-3.9 17.2-5.4 6-1.5 12.1-.9 18.3-.4-.4-.5-.8-.9-1.2-.9-2.7-.2-5.4-.8-8.1-.5-4.4.3-8.7 1.2-13 1.8-1.5.2-3 .4-4.4.6 5.4-2 11-2.8 16.6-3.7-7-.4-13.7 1.3-20.4 2.6 3.6-2 7.7-2.5 11.6-3.6-2.5.2-5.1.5-7.6.9-7.1 1.2-14 3.2-20.2 7-5.1 3.1-9.9 6.5-14.3 10.5-8.7 7.9-15.3 17.2-17.7 28.9-.9 4.3-1.1 8.6-.4 11.8.1-.3.2-.5.2-.8.2-5.9 2.9-10.5 7.5-13.8 2.7-2 5.6-3.6 8.7-5.1 5.3-2.5 10.3-5.4 15.1-8.7l1.2-.6c.1.1.2.2.3.4-.4.5-.8 1.1-1.2 1.5-4.1 3.6-8.8 6.3-13.6 8.8-3.3 1.7-6.5 3.4-9.5 5.5-7.8 5.3-7.9 16.1-4.9 22.5.1.9.8 1.8 1.6 3.1Zm71-76.8c.3-.7.3-1.2-.6-1.2-1.9-.1-3.8-.1-5.7-.5-5-1-10-2-14.9-3.3-6-1.5-11.9-3.1-17.8-4.8-.9-.2-1.9-.4-2.8-1.5 1.3.2 2.1.2 3 .4 4.1 1 8.2 2 12.4 2.9 7.6 1.8 15.2 3.5 22.9 5.2 1.2.3 2.5.2 3.7.3.1-1.3.2-2.3.4-3.5-.6.1-1 .1-1.5.2l1.1 2.2c-.7 0-1.2 0-1.6-.1-.8-.2-1.7-.5-2.5-.8-7.5-2.3-15-4.6-22.4-6.9-.7-.2-1.3-.6-1.9-.9.1-.2.1-.3.2-.5 7.4 1.8 14.6 4.4 22.2 6.5-.3-.4-.4-.7-.6-.8-3.6-2.9-7.5-5.4-11.8-7.3-10.4-4.5-21-8.1-32.4-8.6-4.2-.2-8 .5-11.6 2.9-3.2 2.1-6.5 4-9.8 6.1-.7.4-1.4.8-2 1.3-1.6 1.1-1.9 2-.8 3.7 1.1 1.7 2.3 3.3 3.8 4.6 4 3.3 8.5 5.6 13.5 6.9 7.7 2 15.5 3.1 23.5 2.9 1.2 0 2.4-.1 3.5-.3 2-.3 3.9-.9 5.8-1.3 2.5-.5 5.1-.8 7.6-1.3-7.3-.5-14.5.8-21.8.1 4.6-1.4 9.3-1.2 13.9-1.5 4.6-.3 9.2-.3 13.8-.4-6.7-1-13.4-1.3-20-3 10.4.3 20.8 1.3 31.2 2.3Zm-13.5 112.7c.1-.1.2-.2.3-.4-.2-.4-.3-.9-.5-1.3-3.4-8.1-4.7-16.5-4-25.3.7-8.8 3-17.3 6.3-25.5.4-.9.7-1.9 1.1-2.8-9.7 10.7-19.7 21.2-27.7 33.4 8.8 6.6 16.8 14.1 24.5 21.9Zm201.1-140.4c.1-.2.2-.3.3-.5 2.1 0 4.2.5 6.2 1.3 1.9.8 3.7 1.9 5.7 2.9-.4-3.9-3.1-6.4-6.6-6.2-5.5.4-10 3-14.4 6.2 2.4 1.5 4.6 2.9 6.7 4.4 2.2 1.7 3.2 4.2 4 6.9 2.7-3.6 2.1-7.5-2-13.9.5-.1 1-.3 1.4-.4-.4-.1-.9-.4-1.3-.7Zm-241.2 75.5-.4-.4c-2.3 1.7-4.6 3.4-6.8 5.2-4.7 3.8-6.3 9.1-7.1 14.7-.1.8-.1 1.6 1.1 1.9 5.1-6.7 8.3-14.6 13.2-21.4Zm92-41.5c.4 1.5.6 2.5.8 3.4h.3c.1-.6.1-1.2.2-1.9.5.3.9.5 1.3.8.6-1.6-1.2-3.2.4-5 1.3 1.8 2.3 3.8 4.8 5-.4-1.7-.7-2.9-1-4.2-.1-.5-.5-1.1-.3-1.6.3-1.1-.2-1.8-.9-2.3-1.1-.1-2.1-.4-3.1-.7-.6-.1-1.3-.4-1.8-.2-2.6 1.1-5.2 1.5-7.9.9l-.3.3c0 1.2.9 1.6 1.7 2.1.6-.5 1.1-1 1.9-1.7-.2 1.2-.2 1.9-.4 2.8 1-.4 1.3.1 1.4.9.1 1.4.8 2.5 2.1 3.1.1-.5.3-.9.8-1.7Zm94.1 125.7c.2 0 .4.1.6.1.4-.6.9-1.1 1.1-1.8 1.9-4.5 1.9-9 0-13.5-.8-1.9-2.2-3.4-4.6-4.3-.6 6.4 0 12.8-1.9 19.2 1.9-1 3.3-2 3.5-3.8.2-1.7.2-3.3.1-5-.1-1.9-.5-3.8-.7-5.7-.1-.5.2-.9.3-1.4.2 0 .4 0 .5-.1.4 1.2.9 2.3 1.3 3.5 1.4 4.3 1.1 8.6-.2 12.8Zm-105.1 27.9c2.6 1.4 7.3-.5 7.8-4 .4-2.6-.2-5-1.5-7.5-2.3 6.6-2.3 6.6-6.3 11.5Zm62-110.3c-.9-2.3-2.9-3.6-4.5-5.3-1.7-1.7-3.4-3.4-5.1-5-1.6-1.6-3.3-3.1-5-4.6l-.4.4c4.5 5.3 9.7 10 15 14.5Zm-10.1-5.6c.5-1.5-.2-2.3-.9-3-2.6-2.5-5-5.3-7.2-8.2-.1-.2-.4-.3-.7-.4 2.5 4.1 5.4 7.9 8.8 11.6Zm-18 23.6c-1.4.7-1.1 1.9-.9 3.1.2 1.2.4 2.4.6 3.8 3-3 3-4.7.3-6.9Zm-41.4 93.7c.4 3.3.8 6.2 1.2 9.1h.5l.9-7.5c-.9-.6-1.6-1-2.6-1.6Zm50.3-164c-.6-4.3-4.2-4.9-6.9-6.5.2.8.4 1.6.9 2 1.9 1.5 3.8 2.8 6 4.5Zm25 54.9c-.2-2.7-3.3-5.9-6.6-7 1.4 3.1 4.1 4.6 6.6 7Zm-21-45c1.5.6 2.7 1 4 1.5.1-.1.2-.3.2-.4-.4-.5-.9-1-1.2-1.4.1-.5.3-1 .4-1.6-.9-.4-1.6-.7-2.5-1-.2 1.1-.5 1.9-.9 2.9Zm14 38.6.5-.5c-1.3-3.3-4.9-3.9-7.3-6 2.3 2.2 4.6 4.4 6.8 6.5Zm-63.6-35.6c-.8 1.9-1.2 3.6.8 4.7 1.7-2.1 1.6-2.5-.8-4.7Zm22.3-6.7c1.2 2.3 1.4 4.8 1.5 7.3 0 .4.4.8.6 1.2 1.2-2.3.2-6.5-2.1-8.5Zm-23.2 3.6c1.7-1.6 1.5-2.4-.6-4.2-1.8 1.9-1.7 2.3.6 4.2Zm7.6 25.9c-.1 2.9-.3 5.6-.4 8.3 1.8-4.8 1.9-6.7.4-8.3Zm37.8-31.6c.1-2.4-1.3-4-3.8-4.7.5.8 1.2 1.6 1.5 2.5.4 1.2 1.1 1.9 2.3 2.2Zm-37.9 4.9c.4-1.1.7-1.8.9-2.4-.7-.9-1.2-1.6-1.9-2.5-.6 1.1-1 1.7-1.4 2.4.8.8 1.5 1.5 2.4 2.5Zm47.9 1.4c.1.7.1 1.2.3 1.4 1.2 1.2 2.7 1.7 4.5 2.4-.5-3-3.1-2.5-4.8-3.8Zm-19.2-29.9c1.8 2.3 4 2.1 5.9 2.6-1.5-1.5-3.4-2.3-5.9-2.6Zm41 75.2c.3-1.5-.4-2-1.2-2.4l-2.1-1.2c-.7-.3-1.3-1-2.5-.8 2 1.5 3.8 2.9 5.8 4.4Zm-39.9-49.2c-.6 1-.7 1.8 0 2.5.6.6.5 1.8 2 2.1-.5-1.7-.1-3.5-2-4.6Zm-36.2 5.3c.6.7 1.1 1.3 1.7 2 1.2-2.6 1.2-2.6-.1-3.8-.4.4-.8 1-1.6 1.8Zm53.1-3.4c1.1 1.7 2.1 2.2 4.8 2.5-.5-1.4-1.2-1.8-4.8-2.5Zm-44.7 7.9c1.1-2.1 1-2.4-.8-4.1-.4 1.6-.8 3 .8 4.1Zm63.6-1.8c1.4 1.8 3.8 2.4 5.2 1.6-1.5-1-3.1-1.1-5.2-1.6Zm-38.9 50.6c-1.1-.8-1.2-2.2-2.6-2.8.3 1.5.5 2.8.8 4.4.6-.6 1.1-.9 1.8-1.6Zm2.9-88.3c1.9 2.1 1.9 2.1 3.4 2-1.4-2.5-1.5-2.5-3.4-2Zm16.3 36.9c-3.2-2.3-3.7-2.3-4.7-.4 1.5.1 2.9.2 4.7.4Zm-45.4 7.6c-.9 2-.8 2.7.4 4.2.1-1.5.5-2.9-.4-4.2Zm8.1-2.6c.5-3 .5-3.2-.6-4.4.6 1.3-1.2 2.8.6 4.4Zm33-12.8c.5-2.2.2-2.9-1.4-3.1-.2 2.1-.2 2.1 1.4 3.1Zm-49.7 151.1c.2 0 .4.1.6.1.2-2.3.4-4.6.7-7-.2 0-.4 0-.6-.1-.3 2.4-.5 4.7-.7 7Zm39.1-153.1c1.3 1.3 1.1 3.7 3.2 4.9-.2-2.5-1.8-3.6-3.2-4.9Zm-34.2 5.8c1.4-1.6 1.4-1.6-.4-2.8-1.2 1.4-1.2 1.4.4 2.8Zm64.5 3.8c.7 1.6 2.2 1.6 3.9 1.9-.9-2-2.6-1.5-3.9-1.9Zm-5-1.8c.7 1.6 1.6 2 4.1 2-.9-1.7-2.5-1.5-4.1-2Zm-17.1.4c1.2-2 1.2-2.3-.2-3.3-.7 2.5-.7 2.5.2 3.3Zm-46.5 5.1c-.4 1.7-2.2 2.9-.3 4.4-.2-1.3 1.9-2.3.3-4.4Zm-29.9-12.2v-.2h-8.2v.2h8.2Zm89.4 5.5c.7 1.4 2 1.7 3.6 1.9-.8-1.9-2.3-1.7-3.6-1.9Zm-49.7 17.8c-1.1 2.1-1 2.5 1 4.5-.4-1.7-.6-2.9-1-4.5Zm-11.8-1.8c-.2.1-.3.1-.5.2-.3 3-.2 3 1.7 4-.4-1.5-.8-2.8-1.2-4.2Zm33-40.7c-.2 1.5-.4 3-.6 4.6.2 0 .4 0 .6.1.6-1.5 1.2-2.9 0-4.7Zm-20.9 26.3c-.1-1.5.2-2.8-.7-3.9-.4 1.3-1.5 2.6.7 3.9Zm13.6 22.2c.6 1.5 1 2.5 1.4 3.4 0 .1.2.2.4.2.5-2.3.5-2.3-1.8-3.6Zm-22.6-5.4c-.2-1.2 1.6-2.5-.1-3.8-.8 1.4-.9 2.6.1 3.8Zm-20.8-19.5c.7-1.6-.4-2.6-1-3.8 0 1.3-.4 2.7 1 3.8Zm35 13.7c.4-1.5 1.2-3.2-1.3-4.3.5 1.6.9 3 1.3 4.3Zm6.3-4.7c.9-1.2 1-2.4 0-3.9v3.9Zm-9.4-7.7c.1 1.5.2 2.6.2 3.7.3-1.2 1.7-2.3-.2-3.7Zm-17.3 19.5c-1-.9-1.6-1.5-2.6-2.4.1 2.2.1 2.2 2.6 2.4Zm44.8-28.5c.9 1.3 1.5 2.2 2.1 3.1-.2-1.1-.2-2.5-2.1-3.1Zm-58.8-.3c.6-.9 1-1.7.5-3-1.3 1.1-1.6 1.9-.5 3Zm68.6-3c-.2 0-.5.1-.7.1-.3 1.1.2 2 1.4 2.7-.2-1-.5-1.9-.7-2.8Zm-37.3 30.6c.2-.1.3-.2.5-.2 0-1.8 0-1.8-1.7-3 .5 1.3.9 2.2 1.2 3.2Zm-7-16c.2 1 .3 1.6.4 2.2.1.7 0 1.4 0 2 .7-1.4 1.5-2.7-.4-4.2Zm-.2 10.5c-1 1.1-1.1 2.3 0 3.4V130Zm-22.2-33.1c-1.1.7-2.4 1.3-2.6 3.1 1-1.3 1.8-2.2 2.6-3.1Zm63.3 17.4c0-2.1 0-2.1-1.6-2.9.6 1.1 1.1 2 1.6 2.9Zm13.9-11.5c1.1 1 2.2.8 3.2 0h-3.2Zm-27.6 17.1h-.6c-.4 1-.4 1.9.6 2.7v-2.7Zm-49.3-10.8c-1.1 1.3-1.1 1.3-.4 2.3.4-.8 1.1-1.4.4-2.3Zm23.8 7.4c-.2 0-.4-.1-.7-.1-.4.9-1.2 1.7.2 2.8.3-.9.4-1.8.5-2.7Zm24.6-7.9-.3.3c.7.7 1.3 1.7 2.6 1.6-.8-.6-1.5-1.2-2.3-1.9Zm-33 13.4c-1.3.4-.8 1.2-.5 2.1.1-.7.3-1.4.5-2.1Zm12.8 3.3c.2 0 .3.1.5.1.2-.8.3-1.6.5-2.4-.2 0-.3-.1-.5-.1-.2.8-.3 1.6-.5 2.4Zm37.7-20.9c.2-.1.5-.2.7-.3-.3-.6-.7-1.2-1-1.9-.1.1-.3.1-.4.2.3.7.5 1.3.7 2Zm-43.5 21h-.4c.1 1 .1 2 .2 3h.2v-3Zm28.4.5c-.1 0-.2 0-.3.1v3.4h.3v-3.5Zm-12.4 2.5c-.1 0-.3-.1-.4-.1-.2.7-.4 1.4-.5 2.1.2 0 .3.1.5.1.1-.7.2-1.4.4-2.1Zm-28.2.1h-.4c-.1.7-.1 1.4-.2 2h.3c.1-.7.2-1.3.3-2Zm50.4-11.6c.6-1.5.6-1.5-.2-2.7 0 .9.1 1.6.2 2.7Zm-20.8 17.7c-.2 0-.3-.1-.5-.1-.1.7-.3 1.5-.4 2.2.2 0 .4.1.6.1.1-.7.2-1.4.3-2.2Zm3.3-2.1h-.4c-.2.7-.4 1.3-.6 2 .1 0 .3.1.4.1l.6-2.1Zm9.6 42.7c.1.5.2 1.1.4 1.9 1.2-1 .6-1.5-.4-1.9Zm-16-49.3h-.7c0 .6-.1 1.2-.1 1.9h.5c.1-.6.2-1.3.3-1.9Zm14.5 10.4c-.1 0-.2-.1-.2-.1 0 .7.1 1.4.1 2.1h.1v-2Zm5.5-2.1c-.1-1-.1-1.5-.2-2.2-.5.4-.8.6-1.2.9.4.5.7.7 1.4 1.3Zm-23.2.9c.2-.1.4-.1.6-.2-.1-.4-.2-.9-.3-1.3-.2 0-.4.1-.5.1 0 .5.1.9.2 1.4Zm-8-10.4c-.1 0-.3-.1-.4-.1-.1.6-.2 1.3-.3 1.9.2 0 .4 0 .5.1 0-.7.1-1.3.2-1.9Zm20.9 5.4c-.2 0-.4.1-.5.1.1.5.2 1.1.4 1.6.1 0 .3-.1.4-.1-.2-.5-.3-1.1-.3-1.6Zm-60.8-20.2c.1-.1.1-.1 0 0-.3-.1-.7-.1-1.1-.1v.1h1.1Zm5 5.1v.1h.9v-.1h-.9Zm59.3-33.8c0 .1-.1.2-.1.4.5.2 1 .4 1.6.6 0-.2.1-.3.1-.5-.5-.2-1-.3-1.6-.5Zm38.2 41.8c0 .1 0 .2-.1.3.6.1 1.1.3 1.7.4 0-.1.1-.3.1-.4-.5-.1-1.1-.2-1.7-.3Zm-91.8-20.1h.3c0-.4.1-.7.1-1.1h-.4v1.1Zm28.1 29.7c-.2.1-.4.1-.5.2.1.5.3 1 .4 1.5.2-.1.4-.1.6-.2-.1-.5-.3-1-.5-1.5Zm13.2 1h.2c0-.4.1-.9.1-1.3h-.2c-.1.4-.1.9-.1 1.3Z"></path>
  <path d="M38.2 374.401c1.3-.4 2.5-.8 3.8-1.1 13.6-3 27.1-6 40.7-9.1 20.999-4.8 41.799-10.4 61.499-19.7 6.5-3.1 13-6.2 18.8-10.5.2-.2.5-.3.9-.4.3 1-.4 1.5-.9 1.8-2.3 1.7-4.6 3.4-7.1 4.9-10.1 5.9-20.8 10.5-31.8 14.3-16.3 5.6-33 9.8-50 13-10.3 1.9-20.5 4.3-30.7 6.4-1.6.3-3.3.6-4.9.9-.2-.1-.3-.3-.3-.5Zm57-146.701c-1.8 2.7-3.5 5.3-5.3 8-.1-.1-.3-.2-.4-.3 1.8-2.7 3.5-5.3 5.3-8 .1.2.3.3.4.3Zm-15.701 0-.6 1.5c-1.6 2.4-3.2 4.8-5.1 6.9.4-.7.7-1.5 1.2-2.2 1.4-2 3-4 4.5-6.2Zm-3.601-15.899c.8-.7 1.5-1.5 2.3-2.2.1.1.2.1.2.2l-2.4 2.1c.1 0 0-.1-.1-.1ZM83.1 217.6c-.8.8-1.5 1.7-2.3 2.5l-.3-.3c.8-.9 1.5-1.7 2.3-2.6.1.1.2.2.3.4Zm18.5 23.101c.5-.9.9-1.7 1.4-2.6.1.1.3.1.4.2-.5.9-1 1.7-1.5 2.6 0-.1-.2-.1-.3-.2ZM78.8 217.1c.5-.2 1-.4 1.6-.6-.1-.1-.2-.2-.2-.3-.5.3-1 .5-1.4.8-.1 0-.1 0 0 .1Zm-2.902-1.3c.4-.3.8-.6 1.3-.9.1 0 .1.1.2.1-.3.4-.7.8-1 1.2-.2 0-.4-.2-.5-.4Zm32.8 23.4c-.3.6-.6 1.2-1 1.7-.1 0-.2-.1-.3-.1l.9-1.8c.1.1.3.1.4.2Zm-26.3-15.299.9-1.8c.1.9-.1 1.5-.9 1.8Zm8.401.199c-.3.3-.5.7-.8 1-.1-.1-.2-.1-.2-.2.3-.3.5-.7.8-1l.2.2Zm-8.501-.2c-.5.6-1 1.3-1.4 1.9.5-.6 1-1.2 1.4-1.9Zm-1.398 1.9c-.5.6-1 1.3-1.4 1.9.5-.6 1-1.2 1.4-1.9Zm26.499 29.5c-.3.3-.4.5-.6.7 0-.2 0-.4.1-.6.1 0 .3 0 .5-.1Zm-8.299-.6c.3-.3.6-.7 1-1 .1.1.2.1.2.2l-.9 1.2c-.1-.2-.2-.3-.3-.4Zm-14-23.1c-.3.4-.6.8-.9 1.3-.1 0-.2-.1-.2-.1.3-.5.5-.9.8-1.4.1 0 .2.1.3.2Zm80.098 39.201c-.7 1.9-1.3 3.8-2 5.7-.1 0-.2-.1-.3-.1.6-1.9 1.3-3.8 1.9-5.8.2.1.3.1.4.2Zm-5.6-1.101c-.6 1.7-1.3 3.5-1.9 5.2-.1.3-.5.5-.8.7v.1c.6-1.6 1.1-3.2 1.8-4.8.2-.5.7-.8.9-1.2Zm1.202-4.2c.5 1.6-.6 2.8-1.1 4.1l.1.1c-.5-1.5.6-2.7 1-4.2Zm-48.2-33.4c.3-.7.7-1.4 1-2.1.2.1.3.2.5.3-.6.6-1.1 1.2-1.5 1.8Zm9.099 2.501c.3-.5.5-1 .8-1.5.1.1.3.2.4.4-.5.3-.9.7-1.2 1.1Z"></path>
  <path d="M156.899 275.601c-.1.7-.1 1.3-.2 2-.1 0-.3-.1-.4-.1.2-.6.5-1.2.6-1.9ZM155.9 122.2c-.8.3-1.6.7-2.4 1-2.3-.4-4.5 0-6.6.8-6 2.2-11.9 4.6-17.8 6.9-1.8.7-3.6 1.6-5.5 2.4-.5.2-1 .3-1.6.2.4-.3.7-.5 1.1-.7 7.1-3.6 14.4-6.9 21.9-9.4 3.6-1.2 7.2-1.8 10.9-1.2Z"></path>
</svg>
                                
                              </span>
                              
                              
                                GRAINES DE FLEURS
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Graines de fleurs
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--fleurs-de-a-a-z">
                                    <summary id="HeaderDrawer--fleurs-de-a-a-z">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/fleurs-de-a-a-z">
                                            Fleurs de A à Z
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-fleurs-de-a-a-z"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Fleurs de A à Z
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--bleuets"
                                                    href="/collections/bleuets"
                                                  >
                                                    Bleuets
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--camomilles"
                                                    href="/collections/camomilles"
                                                  >
                                                    Camomilles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--capucines"
                                                    href="/collections/capucines"
                                                  >
                                                    Capucines
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--coquelicots"
                                                    href="/collections/coquelicots"
                                                  >
                                                    Coquelicots
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cosmos"
                                                    href="/collections/cosmos"
                                                  >
                                                    Cosmos
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lavandes"
                                                    href="/collections/lavandes"
                                                  >
                                                    Lavandes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--nigelles"
                                                    href="/collections/nigelles"
                                                  >
                                                    Nigelles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pavots"
                                                    href="/collections/pavots"
                                                  >
                                                    Pavots
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--sauges"
                                                    href="/collections/sauges-graines"
                                                  >
                                                    Sauges
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--soucis"
                                                    href="/collections/soucis-graines"
                                                  >
                                                    Soucis
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tabacs"
                                                    href="/collections/tabacs"
                                                  >
                                                    Tabacs
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tournesols"
                                                    href="/collections/tournesols"
                                                  >
                                                    Tournesols
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--zinnias"
                                                    href="/collections/zinnias"
                                                  >
                                                    Zinnias
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--fleurs-annuelles"
                                        href="/collections/fleurs-annuelles"
                                      >
                                        Fleurs annuelles
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--fleurs-vivaces"
                                        href="/collections/fleurs-vivaces"
                                      >
                                        Fleurs vivaces
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--melanges-fleuris"
                                        href="/collections/melanges-fleuris"
                                      >
                                        Mélanges fleuris
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--ameliorants-pour-le-sol"
                                        href="/collections/plantes-utiles"
                                      >
                                        Améliorants pour le sol
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--gazons"
                                        href="/collections/gazon"
                                      >
                                        Gazons
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-4">
                      <summary id="HeaderDrawer-bulbes-et-tubercules">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/bulbes-et-tubercules">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="168" height="244" fill="currentColor" viewbox="0 0 168 244">
  <path d="M38.5 230.9c1.3.2 2.8 1.2 4.1 1.7 2.8 1.1 5.6 2.2 8.4 3.2 2.7.9 5.4 1.8 8.2 2.2 1.3.2 2.6.1 3.9.2 4.8.5 9.6.9 14.4 1.4.5 0 .9.1 1.4.1.9.1 1.8.2 2.6.3.3-.1.6-.3 1-.3 1-.1.2.8 0 1.3s.3.7.7.8c.8.3.6.5.5 1.2.9.7 1.3-.6 1.5-1.2.3-.7.9-1.3 1.8-1.1.6.1.2.6.6.8.5.3 1-.8 1.3-1.1.7-.6 2.6-1.9 1.9 0-.2.5-2 3.5-.1 3.1.5-1.2.8-2.8 1.9-3.7 1-.8 2.5-1.9 3.9-2 1.2-.1 2.5-.6 1.8 1-.3.7-.9 3.5.9 2.4.5-.3.8-1.3 1.2-1.8l1.5-2.4c.3-.5 1.2-.5 1.6-.6.7-.2 1.6-.5 2.3-.9 1.3-.6 2.6-1.3 4-1.8.6-.2 1.3-.5 1.8-.8.8-.5 1.3-1.5 2.2-1.6 1.7-.1 2.7-.7 4-1.9 1.2-1.1 3.2-1.8 4.7-2.2 1.1-.3 2.6 0 3.6-.5.7-1.5-.7-1-1.3-1.6-.5.3-5.7 2.5-5.7 2.4 0 0 2.4-1.4 2.7-1.5.7-.1 1.3-.7 1.9-1.1.1 0 1.2-.1 1.2.2.3-.3 0-.7.1-1 .3-.2.6-.4 1-.6.8-.3 1.6-.7 2.4-1.1 2-.9 3.4-2.7 5.2-4 1.4-1 3.1-1.9 4.2-3.2.9-1 1.9-1.9 2.9-2.8 1.8-1.7 3.5-3.5 5.1-5.3 2.9-3.3 5.7-6.7 8.3-10.2 6.7-9.3 12.1-20.1 13.3-31.8.3-3.2.3-6.4-.1-9.6-.2-1.5-.7-3.2-.6-4.7 0-.4.2-.4 0-.9-.4-1.4-.7-2.8-1-4.3-1-3.9-2.1-7.9-4-11.5-2.2-4.2-4.5-8.4-7.4-12.2-2.6-3.4-5.5-6.5-8.8-9.2-3.5-2.9-7.5-5.2-11.3-7.7-5.3-3.4-12.2-4.7-18.2-5.8-2.7-.5-5.4-.9-8.2-1-.7 0-1.5-.1-2.1.1-2.2.5-4.4.5-6.6.3-5.7-.5-12.4-3-15.5-8.1-1.1-1.9-2.1-3.9-3.3-5.8-.6-1-1.3-1.9-1.6-3.1-.5-2-1.1-3.9-1.2-6-.2-2-.3-4-.3-6s.2-3.9.1-5.8.2-3.9.6-5.8c.5-2.6 2.6-4 4.2-5.9.5-.6 1.3-1 1.7-1.6.3-1.1.6-2 .6-3.1.1-2.1.1-4.2.5-6.4.4-2.1.2-4.1.3-6.2 0-1.2.2-2.3.5-3.5.5-1 1.1-1.9 1.4-3 .6-1.9.7-3.8 1.5-5.6.9-2.2 1.8-4.4 2-6.8.1-.9.3-1.8.2-2.7-.1-1.4-1.6.2-1.9.4-.4.3-.7.2-1.1.2-.7 0-.9.3-1.1-.5-.2-.9 0-2-.4-2.8-.5.7-.5 2.5-.4 3.5.1.9.5 1.2 1.3 1.6 1 .5 1.2-.7 2-.5 1.5.3-2 8.5-2.3 9.4-.4 1.2-.7 2.1-.9 3.3-.3 1.8-1.6 3.3-1.8 5.1-.2 1.7-.2 3.7-.1 5.5 0 .2-.5 2.7-.6 2.7.2 0-.2-2-.2-2.2-.1-.9-.2-1.2-1-.9.1.2.3.6.1.9.6.6.3 2.9.3 3.7 0 .3.1 2.2-.3 2.3-.6.2-.4-1.7-.3-2v-2.3c0-.3.3-1.6.3-1.7-.1.1-.2-1-.2-.9-.1 0 0-1.4 0-1.5.6-1.9 1.4-3.8 2-5.7.3-1 .5-2 .9-2.9.2-.6.6-1.9 1.1-2.3.4-.3.3-.1-.1-.7-.6-.2-.8 1.1-.9 1.5-.5 1.8-1.4 3.5-2 5.3l-.9 2.4c-.2.5-.5 2.1-1 2.4-.5.3-.3-.5-.7-.6-.6-.2-.5 1.7-.5 2-.1 1.8 0 3.7 0 5.5 0 .9 0 1.9.2 2.8.2 1.2-.1 1.5-.8 2.5-.8 1.2-1.6 3-2.8 3.9-.1.1-.6 1.3-.7 1.3-.1 0 .5-1.4.5-1.4.9-2 2.3-3.7 3.1-5.7-.2-2-.3-4.1-.2-6.1 0-.7.5-5-.1-5.3-.8-.5-.6 4.5-.6 5 0 .7.3 2.1-.2 2.7-.6-.1-.4-2.3-.4-2.7-.1-2.3-.1-4.5 0-6.7-.7-.6-.5-.7-.2-1.7.4-1.1.8-2.1 1.1-3.3.5-1.7.9-3.5 1.2-5.2.3-2.1.1-4-.1-6-.1-2.1.1-4-.3-6.1-.3-2-.6-4.1-.7-6.1 0-.7.1-1.3.1-2 0-1.2 1.1-.1 1.1.5 2.2 1.3 1.6-2.3 2.9-2.2 2.3.2 1.4 2.5 1.5 4.1.1.9.5 1.4 1 2.1.6.8.2 1.9.8 2.7 0-.1.1-.1.1 0 .9-1.4.6-2.6-.2-3.9-1.1-1.5-.2-3.3-.6-5-.4-.9-2.8-2.2-3.6-1-.2.4-.5 1.8-1 1.9-1 .1-1.1-2.3-2.4-1.6-.9.5-.5 1.8-.5 2.6 0 1-.1 2 .1 3.1.3 2.5 1 4.9 1.1 7.4.1 2.1-.1 4.1.2 6.2.3 2.4-.3 5.1-1.1 7.4-.7 2.2-1.8 4.3-2.3 6.5-.2.9 0 2.2.2 3.1.3 1.2 0 2.4 0 3.6-.1 2.5-1.3 4-3.2 5.4-2 1.5-4 3.1-5.2 5.2-1 1.6-1.5 4.1-2 5.9-.7 2.6-.9 5.5-1.4 8.1-.4 2.4-.5 4.7-.7 7.1-.2 2.4-.6 4.9-.6 7.4-.8 4.9-1.8 9.8-3.2 14.6-.8 2.7-1.8 4.9-3.4 7.2-1.9 2.8-4.1 6-7.1 8-2.1 1.4-4.3 2.5-6.6 3.5-1.8.8-3.8 1.3-5.5 2.2-4.4 2.2-8.5 5.3-12.6 8-.2.1-.3.3-.3 0-2.6 2.7-5.4 5.1-7.9 7.9-4 4.5-7.3 9.6-9.8 15.1-3.7 8.1-5.7 16.9-6.7 25.7-.7 6.1.4 12.7 2.1 18.5 1.8 6.2 5.3 11.5 8.5 17 2.1 3.5 5.6 6.1 8.3 9.2 1.7 1.8 3.3 3.6 5.3 5.1 4.2 3.7 9.2 6.3 14 9 .4 0-21.5-12.2 0 0Zm-6.2-6.2c-1.3-.9-2.7-1.4-4-2.3-1.1-.8-2.1-1.6-3.1-2.5-1.1-.9-2.3-1.9-3.3-3-.6-.6-1.7-1.5-1.7-2.5 3.6 2.8 7.5 5.4 11.3 7.9 1.4.9 2.8 2 4.3 2.6.4.2.6.7 1.1.9.7.4 1.4.9 2.1 1.3 1.7 1 3.5 1.7 5.2 2.6 1.7.9 3.5 1.5 5.2 2.3 1.8.8 3.9 1.8 5.8 2.2.9.2 1.6.5 2.5.5.8 0 .9-.7 1.8-.5 1.1.3 2.2.6 3.3.8 2.8.6 5.6 1 8.4 1.5 1.5.2 3.2.3 4.7.7.2.6-3.7.5-3.9.5-3.5-.1-7-.6-10.4-1.2-10.5-1.8-20.7-5.6-29.3-11.8 18.8 13.6-.6-.4 0 0Zm6.5 1.4c.1.1.7 0 .6.4 0 0-1.1-.6-1.2-.7.4 0 .4.3.6.3Zm2.9 1.8c.2-.1.2-.1 0 0Zm6.9 3.2c0-.1 0-.1 0 0Zm2.7 1.1c.2-.1.2-.1 0 0Zm2.2.9c.2 0 .1 0 0 0Zm34.5 6.1c-.8.5-.9-1.1-.3-1.2 1.1-.1 1.1.7.3 1.2.4-.3-.1 0 0 0Zm.5-2.8c-.4.3-1.1.3-1.7.4-1 .3-2.1.3-3.2.3-2.9 0-5.9-.3-8.8-.6-2.4-.3-4.9-.6-7.3-1.2-1.7-.4-3.3-.6-5.1-.9-6.1-1.2-11.9-3.2-17.5-5.9-1.9-.9-3.8-1.9-5.7-3-2.1-1.2-4-2.6-6.2-3.5-2.5-1-4.8-3.1-6.7-5-.9-.9-3.4-2.4-3.4-3.7 3.4 2 6.5 4.5 9.6 6.9 1.4 1.1 2.8 2.2 4.3 3.1.6.4 1.1.7 1.7 1 .7.3 1.3 0 2 .5.6.4 1 .9 1.7 1.2 1.2.5 2.3 1.1 3.5 1.6 2.1.9 4.1 1.8 6.2 2.6 2.6 1.1 5.2 2.1 7.9 2.9 1.6.5 3.2.9 4.8 1.2.7.1 1 .1 1.5.6.2-.1 0 .1.3-.1.1-.1.2-.1.4-.1.5 0 .9.1 1.4.2 1.6.3 3.2.5 4.8.7 2 .3 4 .2 5.9.4 2.1.3 4.8.6 6.9.2.5-.1 1.4-.1 1.8.3.2-.2.9-.3 1.1-.1 0 .1-.1.1-.2 0Zm-68.7-27.9c.8.4 1.8 1.5 2.4 2.2.7.8 2.2 1.8 2.4 2.9-1.1-.8-2.2-1.7-3.3-2.6-.4-.3-.8-.6-1.1-1-.3-.3-.9.1-1.2-.4-.7-1-1.5-1.9-2.2-2.9-.4-.5-1.5-1.8-1.5-2.5.5 0 1.5 1.2 1.8 1.5 1 .9 1.9 1.8 2.7 2.8.9.4-.6-.7 0 0Zm5.8 5.5c0 .4-.4 0-.3-.2.1 0 .2.1.3.2 0 .1-.2-.2 0 0Zm65.9 23.5c-.9-.3.8-.7 1.3-.5-.3.6-.7.8-1.3.5Zm8.4 1.1c0 .3-.2.3-.4.3-.2-.1.4-.5.4-.3 0 .1 0-.1 0 0Zm.8-3c-.6-.3-3 1.2-3.3.3.3-.1.7-.1.9.1-.1 0 .8-.4.7-.4.3-.2 1.7-.3 1.7 0 0-.1-.1-.1 0 0Zm1.3-.5c.1-.3.3-.5.6-.5 0 .4-.3.5-.6.5Zm1.8-.6c-.1.1-.2.1-.3-.1 0-.4.8-.7 1.1-.7-.1.5-.5.6-.8.8.3-.2-.2.1 0 0Zm-2.6-4.2c-.6.2-1.2.5-1.9.2-.3-.1-1.1-.5-.5-.9.3-.2 1-.2 1.3-.3.2.1 1.9.8 1.1 1 .2 0-.4.1 0 0Zm-6.9-4.2c.9-.5 3.3.8 3.9 1.4.1.3-2.7-.6-2.9-.7-.5-.2-.8-.6-1.2-.7-.4.1-.4-.7.2 0 .6-.3-.8-.9 0 0Zm-6.8-5.8c-1.2-.6-2.3-2.1-3.2-3-1.1-1.2-3-2.7-3.6-4.3 2.9 2.8 6.6 5 9.8 7.4 1 .7 1.7 1.5 2.6 2.4.3.3 3.1 2.7 1.5 2.3-1.2-.3-2.4-.9-3.6-1.3-.7-.3-.5-.9-1.1-1.4-.9-.8-1.7-1.4-2.4-2.1.8.8-.4-.2 0 0Zm18.5 13.1c-.2.1-.4.2-.5.3.2-.4.3-.4.7-.6-.1.1-.2.2-.2.3Zm-2.3-2.1c.5-.1 0 .3-.2.3 0-.1.1-.2.2-.3 0-.1-.2 0 0 0Zm-3-3.2c.4.1-.2.6-.3.1 0-.1.1-.2.3-.1.1.1-.4-.1 0 0Zm1.7.9c0 .1-.3.1-.3 0v-.2c-.3.2.3.1.3.2.8-.4 1.3 0 2 .3-.1 1.1-2.1-.2-2-.3Zm2.2 2.2c.2-.5 2-.4 2-.3 0 .1-.4 0-.5 0-.4.3-.9.7-1.5.3.3.2 0-.1 0 0Zm7.6.2c-.5 1.3-3.5 2.4-4.7 2.3.5-.8 1.6-1.4 2.5-1.7.2-.1 2.6-1.7 2.2-.6 0-.2-.1.1 0 0Zm-6.6-2.8c-.3-.5.9.1 1 .2v.1c-.2 0-.9-.2-1-.3.1.2 0-.2 0 0Zm-.5-1.2c-.6.6-1.4.1-1.5-.7.6-.5 1.4 0 1.5.7-.1.2-.1-.6 0 0Zm7.2 1.6c-1.3.6-3.2 1.7-4.5 1.8-.6 0-.4-.3-.3-.7.7 0 1.1.1 1.6-.3s1.9-1.7 2.3-1.6c1.8.5 1.9-3.5 3.4-3.9 1-.2-.4 1.8-.5 2-.6.9-1.3 1.8-2 2.7.6-.7-.6.3 0 0Zm-5.1-1.2c.5-.3 1.4 0 1.9.3-.4.5-1.9 1-1.9-.3.5-.3 0 .4 0 0Zm2.1-3.5c-.3-.5-.1-1.1-.4-1.7-.3-.7-.5-1.4-.7-2.1.6.4 1.6 1.5 1.8 2.3.2.9 1.2 2.2 1 3.1-.7-.5-1-1.3-1.7-1.6.4.2-.3-.5 0 0Zm2.6-.6c-.5.6-.4-.8-.3-1.1.3-.4.6.8.3 1.1.3-.3-.1.1 0 0Zm1.7.1c.6.1.2.6-.2.7 0-.3 0-.5.2-.7.2.1-.1.2 0 0Zm6.6.5c0 1.3-2.2 2.2-3.2 2.5 0 0-1 .3-1 .1-.5.4-1 .8-1.6 1-.2-.8 1.3-2.4 1.9-2.5-.3.6-.4.8-.3 1.5 1.2-.6 1.8-1.9 2.6-2.8.6-.6 1-1.4 1.7-1.9.5-.4.7-.5 1-.9.5.5-1.1 2.3-1.1 3 0 .3 0-.2 0 0Zm-6.9-4.8c0 .3 0 .5-.2.8-.4-.2-1.2-1.1-.9-1.6.2-.6.8.7 1.1.8 0 .2-.2 0 0 0Zm1.7 2.2c.8-1.9 1.6-3.7 2.2-5.7.3-1 .7-2.1 1.1-3.1.2-.5.6-1 .6-1.5-.1 0 .5 1 .6 1.2-.3 1.3-.6 2.8-1.1 4-.3.8-3.3 7.2-4.1 6.7 0-.6.5-1 .7-1.6.3-.5-.2.6 0 0Zm-2.2-7.8c.4.5.1 1.2.3 1.7 0 .1-.9 1.4-1 1.3-.1-.4-.4-3.5.7-3 .4.5-.8-.3 0 0Zm-2.3.8c-1.1-3.2 2.1-2.2.3.1-.1 0-.3 0-.3-.1Zm2.9 2.6c0-.2.1-1.3.7-.9 0 .7-.3 1.3-.7 1.8v-.9c0 .2 0-.2 0 0Zm9.6-6.9c.5-.5 1.4-2.1 2-1.3-.4 1.3-1 2.7-2.6 2.9 0-.4.4-1.1.6-1.6.5-.5-.2.5 0 0Zm-1.2-.4c-.6-.7.2-1.5.7-2 .9-1.1.8 2.2-.7 2Zm1.2-5.2c.2-.2 0-1.4.3-1.6l-.1 1c-.7.7 1 .7.4 1.7-.3.6-1.3 1.4-1.2.1.1-.2.4-1.4.6-1.2Zm1.5 1.4c.3-.2 1-1 1.4-.7.8.8-1.4 2.8-2 2.9-.1-.7.4-1.5.6-2.2Zm3.2-4.8c.1-.1-.1-.4.1-.4-.2 0 0 .6 0 .6 0 .1-.4.1-.3 0 .3-.1.3-.1.2-.2Zm-1.9.7c-.6-.8-.1-2.4.8-2.1.7.6-.1 1.7-.8 2.1Zm2.3 2.2c-.1-.5.1-1.2.4-1.8.1-.2 1.2-1.7 1.4-1.2.2.5-.2 1.3-.4 1.8-.2.2-1.5 1.4-1.5 1.4.1-.1.1-.2.1-.2Zm3-6.5c.1.6-.5 1.3-.8 1.7-.2.2-1.4 1.3-1 .3.1-.4 1-2.4 1.8-2 0 .1-.6-.3 0 0Zm-1.8-.2c0-.3.2-.6.7-.5-.1.4-.4.6-.7.5Zm2.2-4.6c.1-.2.4-1.7.8-1.4.7.4-.4 1.3-.8 1.4.8-.2.2-.6 0 0Zm2.6.6c.1.7-.4 3.1-1.7 2.7-.1-.7.6-1.3 1-1.8-.3.5.9-.9.7-.9 0 .1-.1.1 0 0Zm-1.8.3c0 .7-.3 2.1-1.3 1.9.2-.6.7-1.9 1.3-1.9Zm1.6 4.4c-.7 2.1-1.4.4 0 0-.1.4-.4.1 0 0Zm-.1 1.9c.4-.4.6-.8.9-1.2-.2-1.2 1.7-3.5 2.3-4.6.5-1 3.5-8.7 4.4-8.4.1 1-.6 5.1-1.6 5.3-1 .2-1.3 1.7-1.6 2.5-.4 1-1.1 2-1.6 3-.3.5-.8 1.6-1.2 2-.5.3-.5.3-.5.7 0-.2-.6 1.1-.5 1-.3.3-.4.9-.8.9-.3-.1.2-1.2.2-1.2.1-.1-.1.1 0 0Zm.1-8.7c.2-.1.9-.9 1-1.1 0 .1.2.1.1.5s-.5.9-.8 1.2c-.8 1-.7-.3-.3-.6.4-.3-.1.1 0 0Zm-1.9-1.4c-.3-.2-.1-1.5.3-1.5.9-.1.1 1.7-.3 1.5Zm4.1 2c0 .2-.9 1.9-.9 1.9.1 0 0-.8.1-.8.1-.4.1-.7.2-1.1-.1 0 .7-.5.6 0 0-.1-.1.6 0 0Zm4.2-15.7s-.1-.5.1-.4c.3.1-.1 7-1.5 6.7.2-2.2.5-5.8 1.4-6.3-.1 0-.9.5 0 0Zm-4.4 2.9c0-.2 0-.2 0 0Zm4.4-24.4c1.4.1-.3 8.3-1.2 9-.5-1.4-.2-2.9.1-4.4.4-1.6.6-3.2 1.1-4.6.7 0 0 .1 0 0Zm-2.1 3.8c-.2-.9-.8-1.8-.7-2.9 0-.4.4-2.2.5-2.2-.3.6.3 2.1.3 2.7.1.8-.2 2-.1 2.7-.1-.1-.1-.2 0-.3Zm2.1 12.2c-.1-.1-.1-.4.1-.3-.3.6-.2 5.4-1.3 4.8-.6-.3.3-2.3.5-2.8.1-.4.3-.5.4-.9.1-.1.3-.8.3-.8 0-.1-.1.1 0 0Zm-1.1-1.1c-.1-1.2 0-2.4.3-3.6.1-.2.8-2.4.8-2.4s.3 1.9.3 2c0 1.1-.3 3.3-1.1 4.2-.1 0-.2-.1-.3-.2 0 .1-.1-1.7 0 0Zm2.6 7.7.4-.8h.2c0 .1-.1.4-.1.3 0 0 .2.7.2.8 0 .6-.5 1-.9 1.2.1.2-.7 1.6-.7 1.7.6-1 .5-2.1.9-3.2.1-.2-.1.3 0 0Zm-.3-1.7c-.6-.3.3-6 .9-6.4.9-.5-.2 6.8-.9 6.4.1 0-.1-.1 0 0Zm.4-7.1c-.1.3-.3.6-.4.9-.9-1.6.2-4.3.7-5.9.3-1.1.6 1 .6 1.3-.2 1.2-.6 2.4-.9 3.7.3-1.4-.1.2 0 0Zm-.5-5.7s.1.5-.1.5c.1 0-.1-.7-.1-.8-.3-.6-.6-1.4-.1-1.8 1.2-1.1.3-2 .7-3.6.1-.2.7-2.1.7-.8 0 .7 0 2.6-.5 3.1.1.2-.1 1.3-.1 1.6-.1.5-.2 1.4-.5 1.8Zm-3.4-2.5c0 1 0 2-.3 3-.1.6-.3 2-.6 2.4h-.2c.1.2.1-.3.1-.3-.3-.5-.3-1-.3-1.6 0-1.4-.1-2.8.6-4 .4 0 .6.2.7.5 0 .4-.1-.1 0 0Zm-.3 5.8.6-.9c.2.6.3 1.6.1 2.4-.1.8-.4 1.7-.5 2.5-.1.4-.1.6.3.9.6.4.3.6.4 1.2.2 1.5-.5 3-1 4.3-.1.3-.7 1.2-.5 1.5.3-.2.3 1.1.1 1.3-.6.8-.5-.7-.4-1.1.2-.5-.2-.4-.1-1 .2-1.1.2-2.3.2-3.4v-3.5c0-.8 0-1.5-.1-2.3v-1c.3-.8.7-.3.9-.9.1-.3-.1.3 0 0Zm3 17.9c.1-.9.2-1.6.6-2.5 0 0 .8-1.3.7-1.3.1 0 0 2.2-.1 2.5-.1.5-.6 1.1-1.2 1.3.3.6-.4 1.9-1 2.2.1.2-1.3 3.4-1.5 3.3.4-.7.8-1.5.9-2.2 0-.2.5-1.2.6-1.1-.1 0 .6-2 1-2.2ZM138 183c.1.2 0 .6 0 .9 0 1.8-.5 3.3-1.4 4.9-.6 1.1-.7-.1-.4-.7.2-.4.6-.7.5-1.1-.1-.5-.3-.5-.2-1.1.1-1.1.7-1.6 1.4-2.3 0-.1 0-.8.2-.9-.1.2 0 .2-.1.3.1-.1 0 .1 0 0Zm-.9 7c-.1.1-.1.1 0 0Zm-1.9-2.7c-.1.7-.1 1.1-.7 1.8-1-.2.7-1.7.7-1.8.1-.1 0 .1 0 0Zm4.5 4.9c-.2.4-.1.8-.2 1.2-.1.2-.2.3-.4.4.1.2.1.4 0 .6-.3 1-.6 2-.9 2.9-1-.5-1.1-.6-.5-1.6.4-.6 1.2-1.6 1.3-2.2 0 0 .9-1.2.7-1.3Zm-2.4 7.2c0 .1.1.2-.1.1s0 0 .1-.1Zm-6.4 16.4c-.1.1-.5.4-.6.2.4-.8 2.3-5.2 3.6-5-.7 1.7-1.9 3.3-3 4.8.8-1-.1.1 0 0Zm2.9-2.8c-.1 0-.1.2-.1.1-.1-.1.1 0 .1-.1Zm-3.1-1c-.8 1.1-1.5 2.1-2.3 3.2-.5.7-1.4 2.5-2.5 2.5-.5-.8 2.1-3.8 2.6-4.5 1.1-1.7 2.1-3.5 3.3-5.1 1.1-1.5 1-.6.6.5-.5 1.2-1 2.4-1.7 3.4.7-1-.6.9 0 0Zm-3.8-2c-.5.4-.8.9-1.5.9.1-.4 1.5-2 2-1.8-.1.3-.3.6-.5.9.2-.4-.3.3 0 0Zm1.1.8c-.1.3-.2.6-.5.8-.2-.7.6-1.2.5-.8.1-.2 0 .3 0 0Zm-.9 1.4c0 .1 0 .1 0 0Zm4.5-5.1c-.7 1.1-1.3 2.5-2.4 3.3-.2.1-.5 1.3-.7 1.2.6-1 .7-2.3 1.5-3.6.7-1.2 1.5-2.5 2.3-3.7.6-1 1.4-2.8 2.5-3.2.1.7-.6 1.8-.9 2.4-.7 1.2-1.6 2.4-2.3 3.6.4-.7-.6 1 0 0Zm-2.7.8c0-.1.2-1.2.5-.9 0 0-.4.9-.5.9Zm1.9-4.6c0 .2-.2.8-.5.7-.6-.2.6-1.4.5-.7 0-.1-.1.3 0 0Zm.7.8c-.1.1-.1.1 0 0Zm1.4-2c.1-.1.1-.2 0 0Zm1 4.6c-.1-1 2.6-6.7 2.9-6.4.3.3-1.8 4.2-2.1 4.7-.3.5-.1.2-.3 1-.2.4-.6.5-.5 1-.1-.1-.1-.1 0-.3Zm-1.7-8.1c0 .8-.4 1.5-.9 2.2-.2-.5-.1-.8.1-1.4 0 0 .8-1.3.8-.8Zm-4 .9c-.5-.2-.6-.5-.2-.9.7-.6.8.6.2.9.4-.2-.5-.1 0 0Zm-1.8 3.4c-.1.4-.9 1.7-1.3 1.7-.9-.1 1.5-2.7 1.3-1.7.1-.3 0 .7 0 0Zm.7 3.7c.3-.3.7-.7 1.1-.9 1.6-1-.5.4.4-.6h.2c.2.8-1.1 3.1-2.1 2.9.1-.4.2-.9.4-1.4.4-.5-.2.4 0 0Zm-5.2 4.9c-.1.2-.6.9-.7 1-.1-.3.8-1.2.7-1Zm1.3 1.5c-.3.5-.4 1-.9 1.1 0-.6.2-1 .9-1.1-.2.4-.8.2 0 0Zm.5 1.3c.5-.4.8-.9 1.3-1.3.3-.3.9-1.2 1.3-1.2.2.6-.2 1-.6 1.3-.7.5-.9 1.1-1.4 1.9-.8 1.4-1.8 3-3.3 3.8-.1-1.4 1.7-3.7 2.7-4.5.2-.2-.7.6 0 0Zm1 2.2c-.3 1.4-.8 0 0 0 0 .2-.3 0 0 0Zm-.8 2.8c0 .5-.5 1.3-.9 1.4-.6.2 1.1-2.5.9-1.4 0 .5 0-.1 0 0Zm-4.6-2.2c-.4-.2.2-1.1.3-1.3.4-.7.4-1 1.2-1.2.9.6-.6 2.9-1.5 2.5.2.1-.1-.1 0 0Zm-.9 3.1h-.4c.1-.9.9-2.3 1.9-2.4.4.9-.8 2-1.5 2.4.9-.5-.1 0 0 0Zm2.7-.7c0 .5-1 1.6-1.5 1.5.2-.4.4-.7.6-1 0 0 1-.9.9-.5Zm-3.5 2c-.1 0-.7 1.1-.8 1.1.3 0 .3-1.4.8-1.1Zm6.5 1.6c-.7.7-1.6 1.2-2.4 1.6.1-1.3 1.5-2.6 2.2-3.7.4-.6.7-1.2 1-1.7.6-1 .7-.6 1.7-.6-.2.9-.9 1.6-1.5 2.3-.5.5-.6 1.4-1 2.1.2-.3-.6.6 0 0Zm8.8-7.1c-.2.3-.3.6-.5.8.2.4.4.5 0 .9-.6.6-1.1.8-1.5 1.6-.9.8-4.1 3.6-5.4 2.9 1-1.1 1.7-2.4 2.9-3.3.4-.6.7-1.5 1.4-1.6.6-.1 1-.4 1.3-.9.3-.5.8-.5 1.3-.8 1-.6 1.8-1.6 2.5-2.6 1.2.5-1.6 2.7-2 3 .6-.5-.1.3 0 0ZM94.2 99.5c.2-.1 1.2.2 1.5.3 1.7.3 3.4.4 5.1.4 2.8 0 5.6-.8 8.4-.5 6.1.6 12.4 2 18.2 3.9 2.4.8 5 1.6 7 3.2 3 2.3 6.5 3.5 9.4 6 2.4 2 4.4 4.5 6.7 6.5 1.4 1.2 2.4 2.6 3.5 4.1.5 2 1.9 3.9 2.8 5.8 5.8 12.1 9.7 26.9 7 40.4-.4 2.2-1.2 4.3-1.9 6.5-.7 2-1 4.3-2 6.2-2 3.8-4.1 7.4-6.4 11-2.1 3.3-4.3 6.2-6.8 9.1-1.7 2.1-3.4 4.1-5.1 6.2-.4.4-.7 1-1.2 1.3-.7.3.5-1.5.6-1.7.8-1.2 1.7-2.3 2.6-3.5.4-.5.7-.9 1-1.4 1.1-.9 1.6-2 2.5-3.1 3.1-3.6 5.6-8 7.6-12.3.9-2 1.8-3.9 2.6-5.9.6-1.5 1.1-4 2.4-5 1.1-.9 1.3-2.5 1.5-3.8.2-.9.1-2.1.7-2.8.3-.4.3-.4.4-.8.3-2.7.5-5.4.5-8 .1-2.3 0-4.5-.1-6.8-.1-2.6-.7-4.9-1.1-7.5-.1-.6-.2-1.2-.4-1.7-.5-.1-.8.1-.9-.5-.2-.9-.2-1.8-.3-2.7-.1-.7-.1-1.6-.6-2.2-.6-.6-1 .1-1.1-.9-.1-.8-.4-6.5-1.4-6.5-.4.8.1 2.6.2 3.5.2 1.9.5 3.9.7 5.8.1 1 .6 2.8.1 3.7-.1.3 0 1-.2 1.2.1.2.2.5.3.8 0 .4-.3.6-.2 1.1-.3-.1-.1-1.7-.1-2.1 0-.2.3-.6.2-.9.3-.3-1-.9-1-1-.2-1.5-.5-3-.7-4.5-.6-4-1.2-7.9-1.8-11.9.5.1.6.8 1.1.9 0-1-1.1-2.6-1.7-3.3-1.5-1.6-2.6-3.7-4.2-5.2-1.5-1.5-2.9-3.1-4.5-4.5-.8-.7-1.7-1.4-2.5-2.2-.2-.7-.5-1-1.1-1.4-2.2-1.4-4.6-2.4-7-3.7-1.2-.6-2.3-1.3-3.5-2-1.2-.7-2.3-1-3.7-1.4-5.8-1.5-11.7-3.1-17.7-3.5-1.3-.1-2.6-.1-3.9-.1-1.3 0-3.5-.6-4.5 0 .1 0 .1 0 0 .1.4.3 2.2.9 2.5.7.2.1 1.4-.4 1.9-.1.4.3.8-.3 1.4.1 0 .3-3.5.4-3.9-.1-.5.2-.9-.2-1.5 0-.7.3-1.3-.4-2-.2 0-.1.7-.1.8.1.2-.1.6-.5.7-.5-1.1-.9-2.9-.1-4.1-.6-.7-.3-1.5-.6-2.2-1-.1-.1-1.4-.8-1.4-.9.6-.4.7-.4.8-.2.1 0-.6-.4 0 0Zm46.9 104.9c-.1-1 .8-2.2 1.3-3 .3-.5 1-1.2 1-1.8.2.1-.1 1.4-.2 1.7-.4 1.1-1.1 2.6-2.1 3.1 1.2-.6-.1-1 0 0Zm10.8-16c.7-.2-.4 1.7-.5 1.8-.5 1-.9 2-1.3 3-.5 1-1.1 2-1.7 3-.2.4-.4.4-.8.7 0 .1-.1.5 0 .4-.1 0-.1-.1-.2-.1.1.2.2-.8.1-.6.4-1.1.8-2.1 1.3-3.1 1.1-1.9 1.8-3.7 3.1-5.1.2-.1-1.7 1.9 0 0Zm-3.2 2.5c.1-.2 0-.1 0 0Zm2.8-30.5c.1-.1 1-.7 1-.8.3-.3-.7-.5.2-.9.2.6-.1 1.9-.3 2.5-.2.4-1 2.5-1.2 1.1-.1-.7.1-1.3.3-1.9.3-.2-.4 1.1 0 0Zm-1.2.6c-.1-.4.2-.8.1-1.2.1 0 .1 1-.1 1.2Zm1.2-2.1c-.4-.4 0-1 0-1.1v1.1c-.1 0 .3.2.1.3-.3.1-.4-.2-.1-.3Zm3.5-1.6c.1.2-.1 1-.2 1 .1-.3.3-.9.2-1.2.2-.1.2 0 0 .2Zm1.5 1.2c.2 0 0 .4.1.7-.2-.1-.1-.5-.1-.7Zm2.6.8c.1-.4.8-4.4 1.1-4.4-.4.8.1 1.3.1 2.1 0 1.5-.3 3.1-.7 4.6-.1.2-.6 2.4-.9 1.4-.3-1.1 0-2.6.4-3.7.6-1.6-.3.9 0 0Zm-4.9-13.3c-.5-1.6-1.1-4-1-5.8 1.6.6 1.8 4.1 2 5.4.2 1.2 1.9 6.8.8 7.5-.6.3-.6-2.6-.6-3-.8-1.3-.7-2.7-1.2-4.1.4 1.1 0-.2 0 0Zm-.9 1c-.1-.1 0-1.2-.1-1.1.2 0 .2 1.3.4 1.3-.1-.1-.2-.2-.3-.2 0 .1-.1-.2 0 0Zm-26-37.4c1.5.9 3.2 1.8 3.7 3.5-1.5 0-2.3-3.2-3.8-2.6-1.4.5-3.5-1.8-5-1.9 0 1.2 2.4 1.4 2.6 2.9l-3.6-1.8-1.8-.9c-.9.1-1.3 0-2.2-.3-1.2-.5-2.5-1-3.7-1.5-.9-.4-5.7-1.6-5.7-1.9.1-.4 7.5 1.6 8.2 1.8.6.1 3.7 1.3 3.5.3-.8-.6-2.2-.7-3.2-1-.9-.2-1.8-.4-2.7-.7-1.5-.4-3.2-.6-4.7-1.2-.4-.2-2-.7-2-.7.4.2.8.1 1.2.2.4.1.6-.1 1.1-.1 1.6.1 3.2.4 4.8.7 3.3.6 7.4.9 10.4 2.4 1.5-.1 3 1 4.3 1.7.6.3 4.9 2.3 3.5 3.1-2.4-1-4.4-2.7-6.7-3.8-.1 0-1.4-.3-1 .1.7.9 2.1 1.3 2.8 1.7.7.4-2.8-1.6 0 0Zm6.8 7.4c-.5-.2-.8-.7-.8-1.2.9.6 1.8 1.3 2.2 2.3-.6-.3-.8-.8-1.4-1.1.5.2-.3-.1 0 0Zm-3.5.6c-.8 0-4.2-3.3-4.5-4.2 1.2.6 4.3 2.8 4.5 4.2Zm.7.2c0 .2 0 .2 0 0Zm-13.6-5.7c-3.4-1.3-6.8-2.7-10.2-4.1-.7-.3-1.4-.6-2.2-.8-.1 0-1.7-.6-1.5-.7-.1-.2-1.2 0-1.5-.3.6-.2 2.1.2 2.9.3 2.4.3 4.7.9 7 1.6 2.2.6 5.3 1.3 7 3 .7.7 1.5 1.2 2.2 1.8.4.3 1.7 1.3 1.8 1.9-2.2 0-3.7-2-5.5-2.7 2 .8-2.2-.9 0 0Zm6.2 6c-.1.3-.6-.6-.5-.7.3.1.6.4.5.7Zm-19-13.5c.2.1.3-.1.3.1-.8-.4-1.9-.1-2.8-.8-.4-.3-1.3-.1-2-.2-.5-.7 1.3-.4 1.7-.1.5-.1 1.1-.2 1.6-.1.2 0 .5.1.7.1.1.1.3 1 .5 1Zm1.4.3c0-.1.5-.1.6 0-.1.1-.3 0-.6 0 .1 0 .1-.1 0 0Zm8.6-1.3c0 .1 1.7.3 1.7.3.1.1 2.5.2 2.8.3 1.3.2 2.7.4 3.8 1 .5.2.2.5-.2.4-1.2-.2-2.3-.5-3.5-.7-.9-.2-1.9-.5-2.7-.7-.1 0-.8-.2-.9-.3-.5.3-1.8-.5-2.3-.4-.4-.2-1.6-.4-2-.3 0-.1 1.3 0 1.4.2.2 0 .5.1.6.1-.2-.3 1.7-.1 1.3.1Zm23.7 9.3c.2.2 3.7 1.7 2.3 2.2-.7-.2-2-1.5-2.3-2.2-.1 0-.1.1-.1.1.1-.2-6-3.6-6.6-3.9-1.3-.7-2.6-1.4-4-2-.6-.3-2.2-.6-2.4-1.5 2.1 0 4.6 1.5 6.4 2.5 1.3.7 2.5 1.4 3.7 2.3.6.4 2.8 2.6 3 2.5Zm8.7 6.8c.1.4.5 1.2.4 1.7-.2.7-1.3-1.1-1.5-1.3-.8-.9-2.5-2-2.6-3.3 1.3.8 2.4 1.9 3.7 2.9.4 1.3-3.6-2.8 0 0Zm2.2 1.9c.9.6 1.6 1.7 2.2 2.6.3.4.6.9.9 1.3.4.4 1.2.5 1.3 1.2.2 1 .5 1.9.2 2.8-.9-.9-1.5-1.9-2.2-2.9-.9-1.2-1.9-2-2.5-3.4-.3-.7-1.3-2-1.1-2.9.5.5.7 1 1.2 1.3.5.4-.4-.3 0 0Zm-2 1.5c.6.4 1.2.8 1.8 1.3.2.9.7 1.6 1.2 2.4-1.4-.1-2.4-2.7-3-3.7 2.6 4.2.8.5 0 0Zm-5.8-4.5c-.8-1-1.6-1.9-2.5-2.8-.4-.4-.5-1 .3-.8.8.2 3.7 3 2.2 3.6.5-.2-2.8-3.4 0 0Zm-8-7c1 0 2.3 1.1 2.9 1.8.7.9 2 1.7 2.1 2.9-1.7-1.6-3.7-2.7-5-4.7.8 0 .4.7 0 0Zm18.4 17.2c-.1-.1-.3-.9 0-.9.4 0 1.4 1.8 1.6 2.1.7.9 1.1 1.5 1.3 2.6.2.9.3 1.6-.1 2.4-.3-.4-.5-.6-.6-1.1-.5-1.7-1.4-3.5-2.2-5.1.6 1.2-.1-.2 0 0Zm2 6.5c.6.8.7 2 1.1 3 .3.9.9 1.8 1 2.7.1.8.2 1.6.1 2.4v1.2c0 .1-.5-.3-.2-.6-.2-.2-.3-.6-.4-.9-.5-1.4-1-2.8-1.4-4.2-.4-1.2-.7-2.3-1-3.5-.2-.7-.6-1.4-.8-2.1-.3-.7-1.2-2.1-1.1-2.8 1.2.6 2.5 3.3 2.7 4.8.6.9-.1-.4 0 0Zm7.4 25.9c-.1.2-.8 1.2-.6 1.4-.1-.1 0-1.3 0-1.6-.1-1 0-2 .1-3 .1-.5 1-4.1.8-4.3 0 0 .1.6.1.7.3.7.3 1.5.4 2.3.1.8.1 1.6.1 2.4 0 .7-.6 1.4-.9 2.1.1-.3-.1.2 0 0Zm.6.6c.3.6-.2 1.2-.2 1.7.1-.1.2 1.1.2 1.1 0 .6-.2 1.2-.3 1.8-.8.2-.2-2.3-.1-2.7.1-.4.1-.1 0-.5 0-.1 0-1.8.4-1.4.2.3-.3-.3 0 0Zm-1.1-9c0-.2-.4-5.8.2-5.7.1 0 1.6 6.3-.2 5.7.4.2 0-4.7 0 0Zm-1.3-2.4c.1.1-.1.9-.2.9.3-1 0-1.9-.1-3.1-.1-2-.2-4.1-.3-6.1 0-.6 0-.8-.2-1.3-.2-.4.4-.3.3.1-.1.6.1.7.6 1.3 0 1.5.1 3.1.2 4.6.1 1 .3 2.8-.3 3.6.6-.8 0 .1 0 0Zm-.9 5.5c.1.3-.3 1.2-.2 1.3-.1-.1.1-1.2.2-1.3 0 .2-.1.1 0 0Zm-4.4-4.7c0 .1-.2 1.5-.5.9-.3-.5-.2-1.1-.2-1.6 0-.3-.4-1.5-.2-1.6.8-.5.8 1.9.9 2.3Zm2 3.4c.1.5.3 1 .1 1.5-.5.5-.8-1.8-.1-1.5Zm-2.3.7c-.1-1.6.9-2.6.9-.4.1.6-.5.9-.9.4.4.5 0-.7 0 0Zm5 13.1c-.6-.3.4-3.8.6-4.1.8 0 .1 2.9-.6 4.1Zm-.5 5.9c-1-.8.9-5.6 1.8-5.8-.1.4-1.2 6.2-1.8 5.8.5.4-.5-.4 0 0Zm2.4-3.6c.4.9-.1 4-.8 5-.9.2 0-2.5 0-2.9.1-.5.3-1.1.6-1.5 0-.1.1-.9.2-1 .2.1.2.3 0 .4.4-.6 0 .1 0 0Zm-3.7 2.7s0 .5-.1.5.3-3.2.6-3.2c.2 0-.2 2.4-.5 2.7Zm-1.5-9.7v1.1c0 .5-.1.8-.4 1.3-.1.3-.4.2-.5.4.3-.6-.3-1.7.4-2.2.3-.3.5-.7.5-.6 0 .1-.1-.3 0 0Zm2.1 1.3v-.4c.2.6.2 1.5.1 2.1-.1.4 0 .2.1.8.1.4-.5.4-.4.9-.1 0 0-3.2.2-3.4-.1 0-.4.5 0 0Zm-5.7-1.6c0 .2-.1-.5.1-.4.1.1.2 1 .2 1.1-.1.8-.7 1.6-1.1 2.3-.4.6-.3-1-.2-1 0-.8.4-1.5 1-2 0-.1-.2.1 0 0Zm1.2 1.9c.1.6 0 2-.4 2.4h-.2c0-.3-.1-2.6.6-2.4.1.7-.2 0 0 0Zm2.8 2.9c.4-.5.2 1 .3.6-.1.5-.5 1.1-.8 1.5-.1.2-1.5 2.9-1.6 2.5-.3-1 1.6-3.8 2.1-4.6Zm-3 1.9c.1.4-.6 3.2-1.2 2.6.1-.6.2-1.2.4-1.8 0-.1.6-1.5.8-.8Zm1.3 15.6c.2-.6 2-5.8 2.9-5.5.2 1-.7 2.6-1.1 3.5-.2.5-1.2 3.1-1.8 2 .1.1.1-.3 0 0Zm-3.2-3.2c-.1-.3.2-.3.4-.3-.1.3-.2.4-.4.3Zm3.1-5.5c.4-.5.2 1 .2.7-.1.6-.1 1.6-.6 2-.5.4-.9 0-.8-.5.1-.7.7-1.6 1.2-2.2.1-.1-.5.6 0 0Zm-2.9-1.3c.3-.4.3-1.5 1-1.6 0 .3-1 1.6-1 1.6.1 0 .1-.1 0 0Zm4.8 4.4c-.3.1-.5.7-.6.7.3-.6.2-1.4.4-2.1.1-.3 1.4-2.1 1.3-2.2-.1-.1 0 .7 0 .8-.2 1-.8 2-1.1 2.8Zm-5.8-11.9c0 .1-.5 1.2-.5 1.2-.2-.1.3-2 .5-1.2 0 .1 0-.1 0 0Zm.1 1.4s.4-.7.3-.6h.2c.2.5-.2 0 0 .6.3.6-.1 2.4-.2 3-.4 1.7-.8 3.5-1.6 5.2-.2.4-.8 1.7-.8.5-.1-1 .3-2.1.4-3.1.1-1 .6-1.7.7-2.7.1-1 .5-2 1-2.9 0-.1-.5.9 0 0Zm-1.1 9.6c1.8-.6 0 3.2-.3 3.7-.7 1.6-1.2 3.2-2 4.8-.5 1-1.2.2-.8-.3.5-.7.6-1.2.8-2 .5-2.2 1.5-4.2 2.3-6.2.3-.1-.5 1.1 0 0Zm1.5 7c.5-.2.7-.5.8-1 .1-.3.6-1.7 1-.7.2.4-.4 1.1-.6 1.5-.2.4-1.4 3.1-1.8 3.1-.5-.8.3-2.1.6-2.9.1 0-1 2.8 0 0Zm-2.7 3.1c-.2.4-.2-.6-.2-.7.2-.4.5-2 .9-2.1.4-.1.5.2.5.5.1.7-.8 1.7-1.2 2.3Zm2-4.1c0-.3.1-1.5.5-1.4-.3-.1-.4 1.3-.5 1.4Zm-4.1 10c.1-.1.1-.1 0 0Zm.4-.8c.1 0 .1-.2.1-.1.1.1-.1 0-.1.1Zm1.7-2.6c-.6.6-.3 1.5-1.3 1.8 0-.1.7-1.6.9-1.4.2-.2 0-.3.2-.5.1-.2.4-.1.2.1.1 0-.1.1 0 0Zm-2.1 0c0 .3-.1.7-.4.9.1.3.1.6 0 1-.4 1.2-.9 2.5-1.6 3.5-.1.1-.4.6-.6.4-.4-.3.9-2.6 1.1-2.9.3-.6.7-1.7 1.3-2-.2-.6.5-.6.4-1.1 0 .1-.1.1-.2.2Zm-.3 5.3c0 .1-.7 1.7-.9 1.5.1.1 1-2.1 1.3-2 .2 0-.5.6-.4.5ZM100.2 105c-.1-.2-.8 0-.9-.1-.4-.3-1.1.1-1.8 0-1.1-.1-2.3-.3-3.4-.6-.6-.1-1 0-1.1-.6-.2-.5-.7-.5-.8-1.1 1-.1 1.9-.1 2.2.9.3.8 3 .8 3.9.9.5.1.9.4 1.3.4.3-.1.5 0 .8 0 .7-.1-.7.6-.2.2Zm-2.8-1.7c.5-.1.8-.2 1.3-.1-.1.3-1.6 0-1.6 0 .2-.1.3 0 .3.1.1 0-.2-.3 0 0ZM75.2 62.9c0 .1-.2 1.1-.3 1.2 0-.2 0-.7.1-.8.1-.1.2-.8.2-.4 0 .1 0-.2 0 0Zm1.2-1.8c-.1-.1-.1-.1 0 0ZM81 46c0-.2.2-.6.1-.7-.1.1-.2-1.5-.3-1.6 0-.5-.1-5.3.3-5.2.7.1.4 7.8-.2 7.7 0 0 0-.1.1-.2Zm-2.2 5.5c-.2-.7 1.3-1.4 1.2-2.2.3.1-1.2 2.7-1.6 2.7.1-.2.3-.3.4-.5Zm0-4.1c-.2 1.4-1.6 2.8-2.3 4-.5.9-1.4 4.1-2.8 4-.6-1.3 1.3-3 2-4.1.6-.9 1.1-1.8 1.7-2.6.1-.2 1.5-1.8 1.4-1.3Zm-22.9 57.4c0 .1-.1.2 0 0Zm-1.1 1.2c.8-.7 1.1-.5.1.1 0 0-.1 0-.1-.1Zm-1.4 1.5c.3-.2.6-.6 1-.6-.7 1-1.4 2-2.6 2.5.4-.9 1.3-1.1 1.6-1.9.3-.3-.4.9 0 0Zm-26.2 16c.7-.9 1.8-1.3 2.8-1.9-.4.6-1 1-1.6 1.5-.3.3-1 1.4-1.2.4.7-.9.1.3 0 0Zm6.3-3.7c.8-.3 1.5-.8 1.9-1.6.5-.1.8-.2 1.2-.5 1-.6 2.1-1.1 3.2-1.6 1.8-.8 4.4-2.4 6.4-2.3-.3.9-1.7 1.4-2.5 1.7-1.5.7-2.3 2.2-3.9 2.9.5-1.6-1.1.1-1.4.5-.2.3-1.7 2.2-1.8 2.2-1.7 2.8.3-.4.2-.3-.5-.2-1.1.2-1.5.5.1-1 1.2-1.7 1.9-2.4 1-.9-.8-.4-1.2 0-1 .8-1.8 1.7-2.8 2.5-.9.7-1.7 1.5-2.6 2.2-1.6 1.2-3 2.6-4.5 3.8-1 .8-1.4 1.6-2.6 2.1 1.2-1.9 3.1-3.4 4.7-5 1.7-1.7 3.3-3.4 5.3-4.7.8-.3-3.1 2.2 0 0Zm12-4c-1.2 1.5-2.4 3.5-4.4 4.1.8-1.3 1.6-2.4 2.8-3.4.5-.4 1-1.2 1.6-.7-.5-.4-1.5 1.9 0 0Zm-13.4 7.3c0 2.3-4.4 2.7-4.9 4.5-.2.7-1.2 1.3-1.8 1.6-.7.4-.4.4-.8 1-.3.5-3 2.4-3 2.7.2 0-1.1 1.5-1.1 1.3-.2.2-.6 1.2-.8 1.3-.1-.6.4-1 .8-1.3-.3-.8 1.1-.9 1.1-1.3.2-.2.2-.6.4-.8.5-.5.8-1 1.4-1.4.2-.1 1.4-.9 1.4-1.1.1-.1.2-.5.4-.6.6-.6 1.4-1.2 2.1-1.6-.2-.6 1-1.3 1.4-1.6.8-.7 2.2-2.5 3.4-2.7.1.5-.8.1 0 0ZM2.6 184.3c-.2-.2-.3-1.2-.5-1.7-.4-1.2-.6-2.4-.7-3.7-.1-.6-.2-5.6-.1-5.6.3 0 .2 2.3.3 2.5.4 1.3.6 2.7.7 4 .1 1 .1 1.9.1 2.9 0 .5-.1.6.2 1 0 0 .2 1.2.2 1.3-.4-.3-.4-.3-.2-.7Zm.3 1.5c.1 0 .1.1.2.1.3.3-.3.5-.2-.1Zm.4 1.2c0 .1-.1.2 0 0Zm1.4 2.5c0-.2-.2-1.6-.2-1.6.1-.1-.4-.7-.4-1 .3.1 1.2 2.9 1.7 2.3-.7-2.4-1.6-4.6-2.3-7-.5-1.7-.9-3.3-1.1-5-.1-.8-.2-1.5-.3-2.3 0-.6.3-2.1-.2-2.6-.3-.3-.6-.1-.5-.7.1-.4.1-.8.2-1.2.2-.9.3-1.9.5-2.8.5-2.6 1.2-5.1 1.9-7.6 1.9-6.6 4.3-13 7.6-19 1.8-3.2 3.8-6.3 6.1-9 1.1-1.4 2.4-2.7 3.7-3.9.6-.5 1.2-1.1 1.8-1.6.5-.4 1-1.1 1.7-1.3-1.1 2.2-2.6 3.9-4.5 5.5-.2.2-.6.5-.4.8.6.6.6.7 0 1.5-1 1.3-2.2 2.3-2.3 4-.7 1.2-1.3 2.4-2 3.6-.6 1.2-1.3 2.1-1.5 3.4 1.3-.2 2.1-2.5 2.7-3.5.7-1.2 1.5-2.3 2.3-3.3.6-.7 3.5-5.1 4.6-4.5-.6 1.8-1.8 3.2-2.8 4.7-.7 1.1-1.2 2.3-1.6 3.5-.9 2.4-1.8 4.9-2.8 7.3-1.4 3.8-3.3 7.6-3.7 11.8-.7 7.6-.2 15.3 1.1 22.8 1.2 6.6 4.4 13.3 8.8 18.4 1.1 1.3 2.3 2.3 3.4 3.6.8.9 1.4 1.3 1.6 2.4.6.8 1.3 1.5 2 2.2 2.7 2.7 5.9 5 9.1 7.1 5.2 3.4 10.5 6.4 16.2 8.9.1.1.6.3.7.1.3-.5-1.7-1.3-1.9-1.4-3.4-1.7-6.7-3.3-9.9-5.3-4.6-2.9-9.7-5.9-13.5-9.8-.5-.5-1.2-1.2-1.3-1.9-.1-.3-.6-.6-.8-.9-.7-.7-1.4-1.4-2-2.1-.7-.8-1-1.2-1-2.3-.2-.1-.3-.3-.5-.5-1-1-2-2.2-2.9-3.3-2.8-3.6-5.2-7.5-6.4-11.9-1.1-4.2-1.9-8.5-2.3-12.8-.7-8.5.2-17.3 3.5-25.2 1.9-4.6 3.8-9 6.5-13.2 2.2-3.4 4.8-6.6 7.7-9.5.9-.8 3-3.3 4.4-3.3-.7 1.8-2.3 2.8-3.6 4.2-1.1 1.2-2.3 2.3-3.5 3.5-.4.4-.9.8-1.3 1.2-.2.2-.9 1.3-.6 1.2.8-.1 1.9-1.6 2.5-2.2.7-.7 1.5-1.5 2.1-2.3.8-1.1 2.5-1.7 3.5-2.7.5-.5.9-1 1.4-1.4.3-.7.5-1.1 1-1.7.3-.4.6-.8.8-1.2.5-.8 1.2-.8 2.1-1-.5 1.4-1.5 2.7-2.4 3.9-.2.2-2 3-2.1 3 .1 0 .1 0 .1.1.7-.6 1.1-1.2 1.7-1.8.6-.6.9-1.6 1.6-2.1.5-.4 1.3-.6 1.9-.8-.1.1-.1-.6.2-.3 0 0-.5 1.5-.6 1.7-.5 1-2.1 3-1.7 4.1 1.5-1.4 2.4-4.1 3.5-5.9.5-.9 1.1-1.8 1.7-2.7.8-1.2 2.4-2.1 3.4-3 .6-.5 2.9-2.1 2.9-3-.9-.6-.9.9-1.6.6-.4-1.4 3.7-2.6 4.4-3.6.3-.4.7-.7 1.1-1 .5-.4.8-1 1.2-1.5.5-.5.7-1 1.3-1.3-.1-.3.1-.4.3-.6.1.2-.2.6-.3.7-.5 1.1-1 2.1-1.7 3.1-1.4 1.9-3.2 3.7-4.8 5.3-1.9 1.9-3.1 3.9-4.4 6.2-1.7 2.9-3.1 5.9-4.3 9-.7 1.8-1.4 3.6-1.7 5.6-.2 1.4.6-.1.7-.5.1-.5.3-1.1.4-1.6 1.3-4.9 4-9.5 6.6-13.7.6-.9 1.1-1.9 1.7-2.8.1-.2.4-.5.6-.2.3.3 0 1.4-.1 1.9-.3 2-1.9 3.5-2.3 5.4-.1.4-.3.8 0 1.1.3.3.4 0 .5-.2.1-.3 0-.7.3-.9.3-.2.4.7 1 .6.3-.1.3-1.9.4-2.2.3-1.2.5-2.4 1.1-3.5.2-.4 1.6-2.2 1.4-2.6-.3-.9-1 .9-1.4.5-.9-.9 1.3-2.7 1.9-3.3 1.1-1.2 2.2-2.5 3.2-3.8 1.7-2.3 3.4-4.7 5-7.1.1-.2.2-.4.4-.5.1-.2-.4-.3-.5-.3-.5.1-.8.9-1.1 1.3-.2.3-1.1 1.7-1.2 1.7.4-.7.3-1.9.6-2.7.5-1.2 1.1-2.2 1.6-3.3.9-2.2 1.5-4.5 2-6.8.7-2.9 1-5.8 1.4-8.7.2-1.5.5-3 .7-4.5.2-1.8.1-3.5.3-5.3.2-1.6.6-3 .4-4.6-.2-1.4-.3-3 .3-4.3 1.2-2.6.3-5.6 1.6-8.2.6-1.2.4-2.6 1-3.8.6-1.2 2-2.5 3.1-3.3 1.3-.9 2.5-1.8 3.6-3 .5-.6 1.1-1.2 1.5-2 0 0 .4-.8.4-.7h.2l-.1.3c.3.3.3.6.4 1 .1.4.4.3.7.3.1.4.2.9.1 1.3-.2.8-1.1 1.6-1.5 2.3-.3.5-.8.9-1.1 1.5-.4.8-.8-.7-.8-.8-.3-.7-.7 1.4-.7 1.5-.1.4-.3 2.8-.9 1.4-.8-.4-1.3 5.8-.2 6 .5.1.7-.5.9-.8.6-.1 1-.1 1.3-.6.7-.8 1.2-1.7 1.6-2.6.4-.8 1.1-.6 1.8-1.1 1-.8 1.4-2.1 2-3.1.2-.3.8-2.3 1.3-2 .3 1 1.4.1.8 1.6-.3.9-1.2 1.6-1.8 2.3-.6.8-1.3 2-2.1 2.6-1.4 1.1-1.9 2.8-2.4 4.4-.4 1.1-1.7-.2-2.1.5-.3.5-.8.7-1.1 1.2-.1.5-.2.9-.2 1.4-.3.4-.7.6-.8 1.2 0 .9-.2 1.8-.2 2.7-.1 1.9-.1 3.9-.2 5.8-.1 2.4-.2 4.7-.1 7.1 0 1.6-.4 5 .8 6.3.4.5.5-.1.5-.4-.1-1.1-.2-2.1-.3-3.2-.2-2.6-.6-5.4 0-8 .2-.7.1-1.5.4-2.2.2-.5 0-.2-.1-.8 0-1 .1-1.9.2-2.9.6-.5.1-.4.5-.9-.1-.4-.1-3 .3-3-.7 1.8 0 3.6-.2 5.6-.1.8-.5 1.3-.3 2 .2.5.1.8.7.5.2-.9.2-1 1-1.3.3-1.2.2-2.6.2-3.8 0-.5.1-2.1.5-2.4.5 1.2.2 3.1.1 4.5-.1 2.5.1 4.9.3 7.3.2 1.8.3 3.5.9 5.2.4 1.2.7 2.8 1.3 3.9.7 1.1 1.3 2.1 2 3.2 1.6 2.4 3.1 4.8 5.4 6.6 1.5 1.2 2.9 2.3 4.3 3.6 1.1 1 2.6 1.4 3.6 2.4.3.3-.3.4-.5.4-.6 0-1-.4-1.5-.7-1.3-.9-2.5-1.9-3.6-3-.8-.7-1.6-1.3-2.4-2.1-.3-.3-.7-.9-1.2-1.1-.8-.4 0 1 .2 1.2 1.7 1.5 3.3 2.9 5 4.4.6.5 1.2 1.1 1.9 1.6-2.4 2.2-8.1-5.8-9.7-7-.5-.5-1.2-1.4-1.3-2.1-.1-.5-.9-1-.8-.1.1 1.1.9 1.9 1.6 2.7 2 2.3 4.1 4.4 6.3 6.5.2.2-.6.7 0 1.2 1-.1 1.8-.2 2.6.5 1.3 1.2-1.5.8-1.8.7-1.5-.3-3-2.1-4.1-3.2-1.3-1.3-2.4-2.8-3.4-4.2-.9-1.2-1.7-2.4-2.5-3.6-.4-.5-.4-1.3-.8-1.8-.3-.3-.6 0-.6.3 0 .8.4 1.4.8 2 2.2 3.2 4.7 6.2 7.3 9.1.3.3.6.7.9 1-.3.5-1.6.1-2-.1-.7-.4-1.1-1.3-1.6-1.8-1.6-2.2-3.3-4.5-4.8-6.8-.7-1-1.1-1.9-1.5-3.1-.1-.2-.2-1-.6-.9-1.1.5.4 2.6.7 3.2 2 3.4 4.3 6.9 7.1 9.7.5.5 1.9 2.4 2.3 1 .3-.9 6 .2 6.9.4 4.5.8 9.2 1.7 13.5 3.3 2.8 1 5.6 2.1 8.4 3.3 1.4.6 2.9 1.3 4.2 2.2.5.4 1 .8 1.3 1.2.4.5.7.3 1 .8.3.4 1.2.5 1.1 1.2-.6-.1-.6-.7-1.1-.8-.5-.1-.6-.7-1-.8-.9-.2-1.8-1.8-2.8-1.7-.2 1.8 4.4 2.1 4.4 4.2-4-2.1-8-4.6-12-6.6-.3-.1-1.7-.6-.9.1 1 1 2.6 1.6 3.9 2.3 1.1.6 2.1 1.2 3.2 1.8 1.1.6 2.6 1.2 3.5 2.1.8.8 1.8 1.5 2.7 2.3.5.5 1 .9 1.5 1.4.5.6 0 1.2.4 1.9.6 1.1 1.7 1.9 2.4 3 .2.3.9 1.6 1.3 1.5.5 0 .2-.9 0-1-1.2-1-2.7-2.8-3.2-4.3 1.6-.6-2.3-2.2-2.2-3.1.4 0 .8.1 1.1.3.4-.4.5-.3.9 0 .7.6 1.3 1.3 1.9 2l1.8 2.4c.1.2 1.2 1.8 1.3 1.2.2-.9-1.1-2.1-1.6-2.7-.6-.8-1.3-1.5-2-2.2-.6-.6-1.5-1.1-1.6-2 .2.1.6.4.9.2-.5-1-1.5-1.6-2.3-2.2.4-1.9 2.4.5 3.1 1.1.3.3 5.2 5.2 5.3 5 .6-.8-5.2-4.9-5.3-6 2.6 1.2 4.1 3.9 6.5 5.3.6-1.2-.6-1.4-.4-2.5.3.1 1.4 1.8 1.7 1 .1-.4-1.7-1.8-1.7-2.4.6 0 .8 1 1.5.6-.2-1.2-2.2-2.1-3.1-2.8-.4-.3-.9-.7-1.3-1-1.1-.8-3.1-1.9-3.4-3.4 1.3-.3 4.2 2.1 5 3 .5.6.9 1.3 1.5 1.7.9.7 1.2 1.8 2.1 2.4.3.2.5.4.8.6.2 0 .8 0 .9.2.6.8 1.5 1.5 1.7 2.5.1.6.6 1.6 1.3 1.7.8 0 .5-.8.2-1.3-.6-.8-1-1.6-1.9-2-.4-.6-1.2-1.3-1.2-2 1.3-.2-.7-1.5-1.1-1.8-.9-.7-3.7-2.7-3.6-4 2.7 1 4.1 3.1 5.8 5.3.5.7 1.1 1.3 1.6 2 .4.5.1 1.4.4 2 .3.6.6 1.2 1.2 1.6.6-1-.6-2.8-1.2-3.6-.4-.6-1.7-1.8-1.7-2.7 1.4.7 2.5 1.3 3.5 2.5.3.4.7.8 1 1.3.6.8.9.9.3 1.4.1 1.3 2.4 2.9 3.2 3.9l1.5 2.1c.3.4 1.1 2.1 1.6 2.2.8.2-.2-1.5-.2-1.5-.5-.7-1-1.5-1.5-2.2-.7-1-2.1-2.1-2.6-3.2-.1-.1.1-.2.2-.3.6-.7 1.8 1.1 2 1.5 1.7 2.3 2.7 4.8 4 7.3 0 .8-.2 1.4.2 2.1.3.6.7 1.1 1 1.7.1.2.3.5.2.8-.2.6-.5-.1-.8-.3-.8-.5.1 1.8.1 1.9.3.9.6 1.9.8 2.9.2 1 .9 2.9.5 3.9 0 0-.6-1.2-.6-1.4-.3-.9-.7-4.5-1.8-4.7-.3 1.1.6 2.8.9 4 .4 1.4.4 2.7.7 4.1.3 1.5.1 3.3.3 4.9.1 1.1 1.1 4.3.1 5.1-.5.4-.8-3.3-1-3.7-.1-1.8-.9-3.5-.5-5.3-.1-.9-.6-4.4-1.7-4.6-.2.7.2 1.4.3 2.1-.3.9-.2 1.2 0 2.1.6 2 .9 3.7.8 5.8 0 1.1.2 2.4-.1 3.5-.1.5.2.8.1 1.4 0 .2-.4.8-.3.9-.1-.1 0-.4.1-.5-.3-.5-.4-.9-.1-1.4-.5-1-.5-2.4-.6-3.5-.1-1.3-.2-2.7-.8-3.8-.6-.5-.4-1.9-1.1-2.2.3 1.9.5 3.8.7 5.8.3 2.7 1 5.5.6 8.2-.6 4.4-.8 8.9-1.3 13.4-.2 2.3-.4 4.6-.7 6.9-.1 1.1-.2 2.2-.7 3.1-.1.2-.7 1.5-1 1.3.1.1.2-.8.3-.9.1-.6.1-1.3.2-1.9.1-1.3.3-2.5.4-3.8.3-2.7.5-5.3.6-8 0-1 .1-2.1.1-3.1 0-1.1.4-1.9.6-2.9.4-2.4.2-5 0-7.4-.2-3.1-.4-6.6-1.5-9.5-.3-.7-.5.6-.5.9.2 1.1.5 2.2.6 3.3.3 2.2.6 4.4.7 6.6 0 .5.1.9 0 1.4 0 .2-.6.6-.8.7-.1.6-.1 1.2-.1 1.8 0 1.2 0 2.4.1 3.5 0 1.3-.3 2.6-.4 3.9 0 4.5-.7 9.5-1.8 13.9-.2.9-.1 1.8-.3 2.8-.2 1.1-.7 2.2-1 3.3-.6 2.3-1.2 4.6-2 6.9-.4 1.3-.9 2.5-1.3 3.8-.1.2-.2.5-.1.7v.1c1.2-.7 1.7-3.4 2.1-4.6.5-1.3.9-2.7 1.3-4 .3-1.2.5-3.4 2-3.5.3 1.1-.5 2.9-.9 4-.2.6-.6 1.2-.8 1.9-.2.9-1 1.3-.9 2.3.1 1.6-1.2 3.6-1.9 4.9-1 2.1-2 4.2-3.3 6.2-.5.8-1.7 3.1-2.9 3 .5-1.3 1.3-2.7 1.9-3.9.4-.7.7-1.4 1.1-2.1.4-.7 1.8-.7 1.4-1.9-.5.5-.5 1.1-1.2.7-.6-.3-.5-.7-.2-1.3.4-1.2 1-2.3 1.4-3.5.9-2.6 1.9-4.9 2.5-7.6.5-2.5 1.2-5 1.6-7.6.4-2.6 1.2-5.3 1.5-7.9.6-4.8 1.1-9.4 1.1-14.2 0-2 0-3.9-.1-5.9 0-.4.1-1.7 0-1.9.3.8.5 2.1.8 3.1.1.3.2.2.3.1.2-.3 0-1.1-.1-1.5-.2-1.4-1.6-8.3-3.2-7.5-.3.6-.5.7-1 1.1-.4.3 0 1.3-.1 1.8-.1 1.6-.7.4-.8-.5 0-.2-.6-2.5-.8-1.8-.2.7-.3 6.1-1.2 5.9-.1-.8 0-2.5-.4-3.1-.5-.7-.4-1.1-.6-2-.3-1.6-.7.9-.8 1.3-.1 1.9-.7-.8-.8-1.3-.1-.3-.1-1.3-.5-1.4-.7-.3-.2 1.7-.1 1.9.2 1.2.4 2.4.7 3.6.1.6.7 2.6.1 3.1-.5.5-1-2.1-1.1-2.3-.5-2.6-.9-5.2-1.3-7.7-.8-4.2-3.1-8-3.9-12.2.8.1 1.3 1.9 1.7 2.4.1.2.8 1.3 1.1.7.2-.4-.6-1.3-.8-1.6-.4-.8-.7-1.4-1.2-2.1-.7-.9-1-1.1-1.8-1.6.3 1.1.3 2.2.7 3.3.4 1.1 1 2.2 1.3 3.4.8 2.6 1.7 5.1 2.5 7.7.3 1 .6 1.7 0 2.6-.1 1.3.5 2.5.8 3.8.4 1.6.7 3.2 1 4.8.3.7 1 .5.8 1.4-.3 1.4-.3 2.5-.2 3.9.2 2.9.2 5.8.2 8.7 0 .8.2 2.3-.4 2.9.2.3.1 2.3-.2 2.3.5-1 .3-2.2-.3-3-.7 1.1-.2 3.9-.2 5.1 0 .8.3 3.2-.8 3.3-1.1.2.1 1.4-1.1 1.8-.2-.5.5-1.8.5-1.7 0 0 .3-2.3.3-2.6.2-2 .3-4.1.3-6.1 0-.1 0-2.2-.6-1.6-.5.5-.1 2.3-.1 3 0 1.8-.4 3.8-.4 5.5-.4-2.2-.5-4.6-.6-7 0-.8.1-1.3-.9-1.1-.5.1-.4.1-.4.4.1.7.1 1.5.1 2.2 0 1.2 0 2.4-.1 3.7 0 .8-.1 1.5-.2 2.3 0 .3-.5 2.2.1 2 .6-.2.6-4.1 1-4.1-.1 0 .2 1.8.2 1.9.1 1.2.2 2.5.1 3.8 0 .4-.1.8-.3 1.1-.2.2-.6-.1-.8-.1-.3.4-.3.9-.4 1.4-.1.9 0 2.1-.2 3-.4 1.1-.6-.8-.8-1-.5.7-.4 2-.5 2.8-.9.7 0 1.1-.2 2-.1.8-1.9 3.7-1.9 1.3 0-.4.1-1.8.4-2-.6-.9-.3-2.1-.3-3.1 0-2.3 0-4.6.2-6.9.1-1.5.4-3 .3-4.6 0-.8-.5-3.6-.7-1.2-.1.5-.2.7-.5 1.2v1.4c.1 1.1 0 2.2 0 3.3.1 2.4-.1 5-.5 7.4-.1.7-1 2.7.2 2.8.7 0 .4 3.5-.1 4.1-.6.6-.3-1.1-.3-1.3 0-.2.2-2.1-.3-1.7-.8.7-.7 2.9-.9 3.9-.1.6-.3 1.3-.7 1.7.2.4 0 1.4-.3 1.5-.4.1.1-1.7.1-2.2.2-2.9.4-5.8.5-8.7.2-5.1.5-10.3.3-15.3 0-.7 0-1.5-.3-2.2-.2-.6-.6-.5-.6.1 0 1.1.1 2.1.2 3.2 0 .7-.2 1.3-.1 1.9 0 0-.2-1-.6-.7-.4.3-.2 1.5-.1 1.9.1 1.7.3 3.4.5 5.1.2 2.2-.7 5.1 0 7.1.3.8-.2 2-.4 2.9-.2 1.1-.5 2.2-.7 3.4-.3 1.6-.6 3.3-1 4.9-.2 1-.4 2.1-.9 3-.5 1.1-.4 2.3-1.1 3.4-.1 0 1.3-11.7 1.5-12.6.3-2.3.6-4.6.9-7 .1-1.1-.3-2-.3-3.1 0-1 .3-2 .1-2.9-.4-1.7-.7 1.3-.7 1.6-.3 5-1 9.9-1.8 14.8-.4 2.4-.8 5-1.7 7.4-.9 2.4-.5 5.8-2.5 7.7.2.4 0 1.3-.6 1.1.1-.5.3-.8.6-1.1-.3-.4.2-1.5.3-1.9.2-.8.4-1.7.6-2.5.6-2.8 1.1-5.5 1.6-8.3.8-4.6 1.4-9.2 1.7-13.9.4-5.5.4-11 .2-16.5-.2-6.1-2.2-12.8-4.3-18.6-2.2-6.1-4.6-12.4-8.1-17.9-3.3-5.2-7.3-9.2-11.7-13.4-1.5-1.5-3.1-3.1-4.8-4.4-.9-.6-1.6-1.3-2.4-2-.3-.2-1.7-1.8-.9-.3 1 1.7 2.4 2.9 3.8 4.3 1.9.6 3.3 2.6 4.7 3.9 1 .5 1.9 1.7 2.6 2.5 1.1 1.1 2.1 2.3 3.3 3.3.3 1 1.2 1.7 1.9 2.5 1 1.2 1.9 2.5 2.7 3.9 1.5 2.3 3 4.7 4 7.2 1.9 5.1 4.3 10.1 5.8 15.4 1.4 4.9 2.5 9.9 2.9 15 .1 1.3.2 2.8-.3 4.1-.2.5-.6.8-.6 1.1 0 .2-.2.1-.3.1 0 0 .1-.3 0-.5-.5-1.2-.5-2.7-.6-4-.2-1.7-.4-3.2-.8-4.9-.1-.7-.2-4.7-1.5-4.2.8 3.7 1.6 7.3 2.1 11 .2 1.3.4 2.9.1 4.2-.1.5-.5.8-.8 1.2-.6.7-1.1-1.8-1.1-2-.2-1.5-.2-3.4-1.2-4.6-.4.6 0 1.8.1 2.4.3 1.3.5 2.6.7 3.9.1.6.1 1.2.1 1.7 0 .8.1.7.6 1.2.8.7-.4 2-.9 2.5-.7-.4-.5-2-.5-2.7 0-.1-.2-2.6-.5-2.1-.7.9-.2 2.9-.1 3.9.1 1.7.5 3.5.2 5.2-.1.5-.3 1.2-.1 1.6.4.8.7-1.4.7-1.6.1-.7.4-1.3 1.2-1 0 .6 0 1.2-.3 1.7-.4 1-1.3 1.8-1.8 2.8 1.3.9.8-1 1.7-.7-.1.8-1.3 1.1-1.3 2 .7.1 1.2-.3 1.5.4-.3.5-.7 1-1.1 1.5-.6.6-1.2 1.2-1.7 2 .5.5 2.5-1.7 2.4-1 0 .4-.3.7-.6 1.1-.5.7-1.2 1-1.7 1.6-.2.4-.5 1.1-1.1 1.2-.4 0-.5-.5-.9-.5-.2 1 1.1 7.9-.7 7.6-.2-2.3 0-5-.6-7.3-.1-.5-.5-.1-.6.3-.2 1.3.2 2.6.3 3.9 0 .3.1.9-.2 1.1.3.3.4.7.2 1.1-.2.6.1.5.1 1.1 0 .7-.4 1.1-.1 1.6.2.3-.1.5 0 .9 0 .1-.1.2-.2.3.2.2.3.4.3.7 0 .5-.4.6-.1 1 .2.4.1.9.1 1.3.8.4.5-1.7 1.5-1.6.4.9-.1 1.5-.3 2.4-.2.9-1.2 2 .3 1.5 1.3.4.8 2.1-.3 2.1-.9-.1-.9-1.6-1.3-2.2-.7-1-1.2-1.9-1.6-3.1-.3-.9 0-1.9-.4-2.8-.3-.9-.6-1.8-1-2.7-.5-1.5-1.1-2.9-1.6-4.3-.8-2.3-1.8-4.6-2.7-6.9-.2-.4-.4-1.5-.8-1.8-1.1-.1-1.1-.8-1.5-1.8-.5-1.1-.9-2.2-1.4-3.2-.9-2-1.8-3.9-2.7-5.8-.1-.3-1.3-3.5-1.7-2.5-.3.8 1 2.7 1.3 3.4.7 1.5 1.5 2.9 2.1 4.4.8 2.2 2.6 4.4 3 6.7.1.5.4.9.8 1.2.8.5.9 1.1 1.2 1.9.4.9.8 1.9 1.1 2.8.3.7.7 1.5.7 2.2 0 .5.5.9.6 1.6-.8-.2-.4-1-.7-1.4 0 0-1-1.5-1.2-1.7-.2-.5-.6-1.9-1.2-2-.5-.1-.3.3-.2.5 1.2 2.4 2.3 4.8 3.4 7.1.5 1.2 1.1 2.4 1.6 3.6.3.7.7 1.4.8 2.1.1.4 0 .8-.2 1.2-.4.2-.6-.9-.7-1.1-1.1-2.4-2.2-4.7-3.5-7-1.1-2-2.5-3.9-3.5-6-.2-.3.1-.8 0-1.2-.2-.6-.4-1.2-.7-1.7-.7-1.7-1.4-3.4-2.2-5-.7-1.5-1.4-3-2.2-4.5-.3-.5-.6-1.1-.9-1.6-1.1 0-.3.9 0 1.5 1.6 2.9 3.2 5.9 4.4 8.9.2.5.4.9.5 1.4.2.6-.2 1 0 1.7.4 1.1.8 2.1 1.2 3.2.5 1.6 1.5 2.9 2.1 4.4.4 1.1 1.1 3.6 2.2 4.1.6-.8-.5-1.6-.6-2.3.5.1 1 .8.7 1.3.4.6.9 1.2 1.2 2 .2.6 1.2 2 .7 2.6-.5-.1-.7-.6-.9-.9-.2-.3-.5-1.3-1-.9-.2.2 0 .7.1.9.6 1.2 1.5 2.3 2.3 3.4.8 1.2 1.5 2.6 2 3.9.6.4 2.1 1.2 1.4 2-1.4-.2-1.4-1.6-2.5-2.3-1.3-.9-1.8-2.3-2.3-3.6-.3-.7-.6-1.3-.9-1.9-.4-.6-.6-1.1-1.2-.4-1.2-1.2-1.8-2.7-2.9-4-.5-.5-.4 0-.8 0-.3 0-.7-.8-.8-1-.5-1.9-1.9-3.7-2.8-5.4-.2-.3-.5-1.5-.9-1.6-.5-.1-.2.9-.1 1 .5 1.5 1.6 2.8 2.3 4.3.6 1.4 1.4 2.9 2.3 4.2.5.8 1.4.7 1.9 1.4.6.9 1.3 1.8 1.9 2.6.8 1 1.5 2.1 2.2 3.2.4.7 1.5 2.3 1.4 3.1-1.2.9-4.1-5.3-4.7-6.3-.4-.8-.7-1.7-1.4-2.4-.3-.3-.7.1-.6.4.2.7 1 1.2 1.1 2-1-.5-1.4-1.8-2.2-2.6-.6-.7-1.1-1.1-1.7-1.9-.7-1-1.7-1.9-2.4-3-1-1.6-1.8-3.2-2.7-4.9-.4-.8-1.3-2.1-1.4-2.9 0-.2-.6-.1-.5.3.1.2.2.5.3.7.4.8.7 1.5 1.1 2.3 1.1 2.2 2.2 4.3 3.4 6.4 1 1.7 1.9 3.2 3.3 4.5 1.5 1.4 3.1 3.6 3.7 5.5-1.6-.4-3.3-3.2-4.2-4.4-2-2.5-3.8-5-5.6-7.6-1-1.4-1.8-2.9-2.5-4.4-.7-1.3-1.4-2.5-2.1-3.7-.2-.4-1.3-2.5-1.9-2.4-.3 1.2 1.6 3.6 2.1 4.5 1.5 2.6 3.1 5.2 4.7 7.8 1.1 1.7 2.1 3.4 3.2 5.1 1 .7 1.9 1.8 2.7 2.7.5.6 2.1 2 2 3-.6-.2-1.6-1.3-2.1-1.8-.6-.6-1.2-1.1-1.8-1.7-1.2-1-2.3-2.3-3.3-3.5-2.2-2.9-4.1-6-5.9-9.1-1.4-2.3-2.6-4.8-4.2-6.9-.8-1-1.4-2.3-2.1-3.4-.2-.3-.4-.6-.5-.9-.1-.4-.8-.6-.7-.2.8 2.3 2.5 4.4 3.8 6.5l2.7 4.2c.8 1.2 1.9 2.4 2.2 3.8.1.5-.2.9.1 1.4.2.4.5.7.7 1.1.8 1.2 1.7 2.3 2.6 3.3 1.5 1.8 3 3.6 4.7 5.2.7.7 1.5 1.6 1.9 2.5.3-.3 1.6.3 1.7.6 0 0-2.5-.6-2.6-.7-.7-.4-.9-1-1.1-1.7-.4-.4-.9-.7-1.1-1.3-.7-.3-1.4-.8-2-1.2-1.6-1.2-2.5-2.3-3.6-3.9-3-4.4-5.9-8.9-8.7-13.4-2.1-3.5-3.7-7.1-5.7-10.6-2.3-4-4.1-8.2-6-12.3-4.7-10.3-8.9-20.9-11.2-32.1-.8.8.2 3.7.4 4.6.6 2.8 1.5 5.5 2.3 8.2 1.2 3.8 2.6 7.6 4.1 11.2 3.6 8.7 7.5 17.5 12.2 25.7 2.4 4.2 4.9 8.3 7.4 12.4 1.3 2.2 3.1 4.4 4.1 6.8-3.9-1.8-7-6.2-9.6-9.5-2-2.6-4-5.2-5.9-7.9 1.7 4.1 4.9 7.9 7.6 11.4-1.9-1.1-3.2-2.9-4.9-4.2-.9 1.1 4.2 6.1 5.2 7.1.8.9 1.6 1.7 2.4 2.5.5.6 2.1 1.5 2 2.5-3.9-2.1-7.4-5.3-10.3-8.6-.3-.3-1.6-2.4-2-1.9-.4.6-.7-.1-1.1.2-.4.3.6 1.2.8 1.4 1.9 1.9 4 3.5 6 5.2.7.6 1.5 1.2 2.1 2 1 .7 1.8 1.6 2.8 2.2.7.4 1.3.3 1.9.7l3 2.1c.1 0 1.6 1 1.1 1.1-.6.2-1.7-.8-2.2-1.1-1-.6-1.9-1.2-2.9-1.7-1.2-.6-.7.5 0 1 1.3.9 2.9 1.9 4.4 2.5 1.3.5 2.5 1.1 3.8 1.6.6.2 5.2 1.6 5.1 2 0 1.7-7.9-2.2-8.4-2.4-2.5-1.2-4.9-2.5-7.2-4.1-1.9-1.3-3.6-2.9-5.2-4.5-1.1-1-2.1-2.1-3.1-3.1l-2.1-2.1c-.4-.4-.9-1.2-1.5-1.3.2 1.8 3.2 2.8 3.2 4.5-1.5-.5-2.9-2-4-3-.8-.7-2.4-2.8-3.6-2.8 0 .9 1.3 2 1.8 2.7 1.1 1.3 2.3 2.6 3.5 3.8 2 2 4.2 4.5 6.8 5.7.8-1-6.3-4.5-5.8-6.1l7.8 5.4c1.5 1 2.6 2.4 4.2 3.3 1.7 1 3.6 1.7 5.5 2.6 1.2.6 2.4 1.2 3.7 1.7 1 .5.9.8-.2 1-1.5-.5-2.8-1.4-4.3-1.8-1.4-.4-2.7-1-4-1.7-2.1-1.1-4.1-2.3-6-3.6-.9-.6-.8.3-.3 1 .4.5 1.3.6 1.6 1.2-.5 0-1.1-.9-1.5-.8-.4.1-.9-.2-1.3-.4-1.4-.8-2.7-2-3.9-3.1-2.9-2.7-5.6-5.6-8.3-8.5-.8-.9-1.6-1.7-2.3-2.6-.3-.4-.6-.8-.9-1.1-.6-.7-.9-.3-.4.4 1.3 1.7 2.8 3.3 4.3 4.9.4.4.8.9 1.3 1.3s.9 1.1 1.3 1.6c.5.6 1.4 1 1.6 1.8-.4.8-7.4-5.7-7.9-5.7-1.1.1-2.4-1.8-3.1-2.6-.9-.9-1.7-1.8-2.5-2.8 0 .7 1.2 1.8 1.6 2.3 1.2 1.4 2.4 2.7 3.6 4 .5.5 4.9 5.8 5.7 5.3-.4-.5-.7-1.1-1.1-1.7-.1.1-.4 0-.4-.2 1 .6 2.3 1.2 3.4 2s2.3 1.6 3.5 2.3c.7.4 1.4 1.1 2 1.5.5-.2 1.7.8 2.1 1.1.5.4 1 .6 1.3 1 .2-.2 2 1 2 1-1.1-.7-2.3-1-3.4-1.5-.6-.3-1.3-.5-1.6-1.1-.4-.5-.2-.4-.8-.4-.9.1-1.4 1.2-.8 1.9 1.5 1.5 4 2.4 5.8 3.4 1 .5 2 1 2.9 1.5.2.1 1.8.9.8.8-1.3-.1-2.4-.9-3.6-1.3-5.6-2.1-10.4-5.9-14.9-9.9-2.1-1.9-4.4-3.7-6.3-5.8-1.9-2.1-3.6-4.5-5.3-6.8-2-2.6-3.3-5.8-4.8-8.7-1.7-3.2-3.3-6.4-4.8-9.7-2.6-5.7-4.6-11.5-5.7-17.6-.6-3.4-.9-6.9-1.1-10.4-.2-4.3-.7-8.9 0-13.1.2-1.1.4-2.1.6-3.2.2-.9-.8.1-.9.6-.3 1.1-.4 2.2-.6 3.3-.3 3-.3 6-.2 9.1.2 7.1 1 14.3 2.8 21.2.7 2.7 1.6 5.5 3.1 7.9.9 1.4 1.2 3.4 1.8 4.9.8 1.9 1.7 3.7 2.6 5.5 3.1 5.8 6.8 11.4 10.9 16.5 1.9 2.4 4.3 4.3 6.6 6.4 2.3 2.1 4.7 4.3 7.3 6.1.7.5 7.1 4.1 7.1 4.2-.1.1-.2 0-.3-.1-.6.6-3.2-.7-3.8-1-.5-.2-1.1-.4-1.6-.7-.7-.3-1.4-.5-2.1-.9-.7-.3-.4-.9-1-1.2-3.1-1.4-6-3.2-8.9-4.9-.3.5.6.9.4 1.4-.9.3-1.2-.8-2.1-.8 0 .7 1.2 1.5 1.7 1.8 1.2.9 2.4 1.6 3.6 2.3.8.5 1.6 1 2.4 1.2 1 .3 1.8.2 2.8.5.4.1 3.1 1 3 1.3-.2.6-5.5-.7-6.3-.9-1.6-.3-3.2-1.3-4.5-2.1-1.6-1-3.1-2-4.6-2.9-.5-.3-1.1-.6-1.6-.8-.9-.2.3.9-1 0-.7-.5-1.3-.9-2-1.4-2.4-1.6-4.7-3.3-7.1-4.9-.4-.3-.8-.7-1.2-1-.9-.8-1.8-1.5-2.8-2.3-.6-.5-1.3-1.8-2.1-1.6.3 1.2 1.8 2.2 2.7 3 1.8 1.5 3.7 2.8 5.5 4.2 2.3 1.7 4.7 3.4 7.2 4.8 1.7 1 3.5 2 5.3 2.9 1.3.7 2.6 1.4 4 2.1.7.3 1.2.9 1.8 1 1.5.3 3 .9 4.5 1.6.1.1 1.1.7 1.1.6-.1.2-.2.2-.3 0-.4.3-1.6 0-2-.1-.5-.1-1.1-.3-1.6-.4-.7-.2-.4-.9-.8-1.4-.2.1-1.5-.2-1.8-.3-.7-.2-1.5-.4-2.2-.7-1.8-.5-3.7-1.1-5.5-1.7-1.3-.4-2.9-1.3-4.2-1.3.4 1.1 1.9 1.3 2.9 1.6 1.6.5 3.3 1 4.9 1.5 1.4.4 2.8.8 4.2 1.3.4.2.9.2.8.8-.2.7-1.4.4-1.9.3-3.8-.5-7.5-2-11-3.4-1.7-.7-3.4-1.4-5-2.1-.6-.3-1.2-.6-1.8-.8-.6-.3-1 .1-1.6-.1-.5-.1-1-.6-1.6-.4v.1c.9 1.1 2.9 1.5 4.2 2.1 2.2.9 4.5 1.8 6.7 2.7 1.8.7 3.7 1.5 5.5 2.2.6.2.5-.4 1-.3.7.2 1.4.4 2.1.5 5.4 1.4 11.2 3.2 16.7 3 1.3 0 2.7.2 4 .3 2.2.1 4.3.1 6.4.1 4.3 0 9.2-.7 13.3-2-.3.9-1.9 1.2-2.7 1.3-1.5.3-3.1.6-4.6 1-2.5.8-5.4.3-8 .4-5.5.1-11-.2-16.5-.9-5.4-.7-10.8-1.8-15.9-3.6-2.6-.9-5.1-1.9-7.6-3-1.2-.5-2.3-1.1-3.5-1.7-.7-.4-1.3-.7-1.9-1.1-.4-1 .2-.7.7-1-.1-.1-.1-.1 0-.1-.3-.4-.4-1.1-.8-1.3-.4-.3-.9-.5-1.3-.8-1.4-.9-2.9-1.8-4.3-2.7-.9-.6-1.8-1.1-2.7-1.7-.7-.5-1.5-1.4-2.2-2-.8-.7-1.8-1.4-1.3-2.5 1.9 1.2 3.7 2.7 5.5 4.1.9.7 1.7 1.3 2.6 1.9.6.3 1.6 1.8 2.4 1.5-.4-.7-1-.8-1.5-1.3-.3-.3-.2-.7-.7-.7-.3 0-.5-.3-.6-.5-.3-.5-.9-.5-1.3-1.1-.2.1-.5-.1-.6-.2-1.9-1.1-3.7-2.8-5.3-4.2-1.9-1.6-3.8-3.3-5.6-5-.4-.4-.8-.8-1.3-1.1-.9-.6-1.6-1.9-2.2-2.7-.8-1-1.5-2-2.3-3.1-.9-1.2-1.8-2.5-2.7-3.7-.1-.1-1.1-1.3-1-.9 0 .9.6 2 1.3 2.5.5 1.2 1.2 1.9 2 2.9.5.5 1.4 1.4 1.4 2.2v1.2c.1.7.7 1.1 1.2 1.6 1.2 1.1 2.2 2.9 3.6 3.8.8.6 1.5 1.6 2.2 2.2.8.8 1.8 1.5 2.3 2.5 1.4 2.3 4.4 3.6 6.4 5.4.9.8 2 1.5 2.9 2.3.1 0 1.1 1 .8 1-.5 0-1.2-.4-1.6-.7-1.1-.6-2.2-1.3-3.3-2-2.6-1.7-5.1-3.6-7.4-5.8-.9-.9-1.8-1.7-2.6-2.7-.9-1.1-1.7-2.7-2.9-3.5-.5-.3-.8-1.4-1.1-1.9-.4-.6-.8-1.1-1.2-1.6-3.1-3.7-5.2-7.7-6.9-12.3-.6-1.6-1.4-3.4-1.8-5.1-.3-1.4-.6-3.7-1.5-4.9-1 .6.8 5 1.1 6 .5 1.5.9 3 1.4 4.5.8 2.3 1.8 4.4 3.1 6.5.9 1.5 1.9 2.9 2.9 4.3.7 1.1 1.5 2.1 2.2 3.2 1 1.4-.3.2-.7-.3-1-.6-1.7-1.6-2.5-2.5-.6-.7-1.4-2.1-2.3-2.5-.6.8-.1.5-.1 1.3-.3-.2-.5-.4-.3-.7-.5-.5-.9-1.1-1.3-1.6-.4-.6-.8-1.2-1.1-1.8.1-.4.3-.8.3-1.3-1.3-2.2-2.1-4.8-2.8-7.3-.8-2.6-1.4-5.2-2-7.9-.1-.4-.4-3.2-.9-3.3-1-.1 1.4 8.1 1.6 8.7l1.8 5.7c.3.9.8 2.1.9 2.9-.6-.3-.3-.6-.4-1 .1-.2-.7-1-.8-1.3-.2-.4-.3-1.3-.9-.8-.1.4.1.8.3 1.2.8 2.2 2 4.3 3.2 6.3.2 1.9 1.9 3.7 3 5.2 1.3 1.7 2.8 3.4 4.3 4.9 1.2 1.2 2.4 2.4 3.5 3.7.4.4.7.8 1 1.3.3.4.6 0 .7.6-.2-.1-.8-.5-1.1-.6-.7-.4-1.3-.9-1.9-1.4-1.4-1.2-2.7-2.4-4-3.8-.8-.8-1.9-1.2-2.6-2-.4-.8-1-1.4-1.4-2.1-.2-.3-1.2-1.3-1.2-1.7.2.1.5.1.7.1-.6-6.3-3.3-11.9-6.5-17.1.3.4-.1-.5 0 0Zm110.4 13.3c.1.3.3.4.2.7-.3.6-.8 1.3-1.5 1.5 0-.6-.1-1.1.4-1.6l.9-.6s-.1-.2.1-.3c0 .2.1.1-.1.3Zm1.7.5c.3.7-.3 1.3-.5 1-.2-.4 0-.8.5-1Zm-1.8 2.4c.7.3-.8 1.8-1 2 0-.7.2-1.8 1-2 .5.2-.3.1 0 0Zm-2.8 2c-1.4-1 .6-3.3.9-2.3.3.9-.3 1.7-.9 2.3.3-.3-.5-.4 0 0Zm1.8 1.1c.4-.4 1.8-2.6 2.4-2.5 0 .8-.2 2.3-.9 2.8-.4.3-.7 1.1-1.2 1.3-.8.3-.4-1.4-.3-1.6Zm-1.6.9c-.5.2-.5-1.1.6-1.1-.1.4.1.1-.6 1.1Zm3.2 1.1c0 .4-.8 4.5-1.7 3.6-1-1 .5-3.2 1.7-3.6-.1.5-.7.2 0 0Zm-2.5.9c-.7 1.2-1.4 1.3-1.1-.3.1-.4.8-1.1 1.1-.6.1.3.1.6 0 .9.1-.9-.1.2 0 0Zm3.3-10c-.4-.7.3-1.1.9-1.2-.1.7-.1 1.1-.9 1.2.7-.1-.1-.1 0 0Zm.4-16.5c-.3-.7 2.3-4.6 2.7-4.3.1.9-.1 2-.2 2.9 0 .7.1 1.9-.6 2.4-.2.1-2.1 3-2.2 2-.1-1.5 1.7-2.6 2.1-4 .1-.5-.4-.8-.7-.3-.2.4-.4 1.3-1.1 1.3 1.2-.1-.1-.1 0 0Zm2.2 2c0 .1-.3 1.3-.6.9 0 0 .6-1 .6-.9 0 .1 0-.2 0 0Zm-.8 1.6c-.1.3-1.2 3.2-1.6 2.5-.4-.6 1-2.5 1.6-2.5-.3 1.1-.5 0 0 0Zm-3.4 1.9c0-.4.4-1.3.8-1.2.6.1 0 1.4-.8 1.2Zm3.6.6c.2 1.2-.6 1.8-1.7 2.2.1-.3 1.4-2.7 1.7-2.2 0 .3-.3-.5 0 0Zm-.2 2.6c-.1.6-1 3-1.8 2.7.1-1.2 1.3-2.7 1.8-2.7Zm-.9 3.4c1.3-.2-1 2-.9 2-.1 0 .8-2 .9-2 .5-.1-.8 1.4 0 0Zm-29.5 24.2c-.1 0-.1 0 0 0Zm-.8-.5c-.1.1-.1.1 0 0Zm10.5 9.9c-.4.3-1.5.6-1.7 0-.2-.7 1.4-.3 1.7 0-.3-.4-.6.4 0 0Zm-25.5-15c-.1-.1-.1-.2-.1-.4.6.4.3.5.1.4Zm17 15.6c-.5.3-1.4-.4-1.9-.6-1.2-.3-2.4-.9-3.5-1.5-.9-.4-2.2-.9-2.8-1.7-.4.3-3-.9-2.8-1.5.9.2 1.8.6 2.4 1.2.4.4.8.3 1.4.5 1.5.5 2.8 1.3 4.2 2 .4.2.9.4 1.3.7.1.1.2.3.3.3.3.1.7-.1 1 .2.3.2 2 1.1 2 1-.5-.2-1.2-.1-1.6-.6Zm-1.9 2.1c-1-.2-2 .2-2.4-.9-.1-.3-.6-.7-.6-.7-.1.1.6.1.6.1.7-.1 1.4 0 2.1.1.7.1 1.4.2 2 .5.1 0 1 .5 1 .5-.6.1-1.7.3-2.7.4 2.5-.3-.6-.2 0 0Zm-4.7-6.6c.1.1.2.1.3 0v.1c-.2-.1-.9-.2-.9-.5 0 0 .5.4.6.4 0 .1-.1 0 0 0Zm2.2 1c-.2-.2-.7-.1 0 0 .6-.6.5-.5 1.3-.2 1.5.6 3 1.1 4.5 1.9.6.3 1.2.6 1.9.8.3.4.3 1.2-.4.9-.8-.3-1.6-.6-2.3-.9-1.6-.6-4-1.2-5-2.5Zm8.9 3.3c.3-.1.4.4-.2.3.1-.1.2-.2.2-.3.2 0-.1.1 0 0Zm-16.8-5.7s-.5.2-.3-.2c.1-.1.9.3.9.6-.3-.1-.4-.4-.6-.4Zm-.4 6.8c-1.1-.2-6-2.2-5.8-2.7 3.3.3 6.6.9 9.7 2 .6.2 4.1 1.1 4 1.5 0 .3-7.2-.7-7.9-.8 2.1.3-.5 0 0 0Zm-20.1-9.3c0 .1-.1.2 0 0Zm15.2 9.4c.1 0-.8.2-.8-.1 0 0 .7.1.8.1Zm-2.5-.3c-.2.1-.7-.2-1-.1 0 0 1.6 0 1.8.2-.2 0-.7 0-.8-.1Zm-1.7-.7c-.1.2-.1.1 0 0Zm-45.7-26.6c.5.1.7.9.4.7-.3-.2-.5-.4-.4-.7ZM8.4 201c-.1-.4-.2-.7-.4-1-.3-.6.1-.9-.1-1.5-.3-.9-.7-1.7-1-2.6 1.2 1 2.3 3.1 3 4.6.1 2 1.5 3.9 2.5 5.6 2.7 4.1 5.8 7.9 9 11.6-1.3-.3-2.5-1.8-3.3-2.8-1.6-1.8-3-3.8-4.4-5.7-1.8-2.8-3.5-5.5-5.3-8.2.2.2-.3-1 0 0Z"></path>
  <path d="M46 229.7c-.1-.1-.2.1 0 0-.1 0-.1 0 0 0Zm0 0c.8 1 .6-.1 0 0Z"></path>
  <path d="M45.9 229.7c-.4.3-.7-.4 0 0Zm91.4-48.2c.5.6-.7.4 0 0Zm0 0c.7-.4-.5-.5 0 0Z"></path>
  <path d="M137.3 181.5c.1.1-.1 0 0 0Z"></path>
  <path fill-rule="evenodd" d="M106.9 197c.1.1-.1.1 0 0Zm.199.9c.1.1-.1.1 0 0Zm-5.298-16c.1.1 0 .1 0 0 0 .1 0 .1 0 0Zm5 14.1c.1.2 0 .2 0 0Zm-5.401-15.3c.1.1 0 .1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M109.3 216c-.3-.4-.3-1.5-.1-1.9.2-.3-.4-1-.1-1.5.1-.2 0-1.8-.1-2.1-.1-.3-.2-.6 0-.9.2-.3-.1-.5-.1-.9-.3-2-.7-4.1-.8-6.1-.2-2.5-.2-4.9-.6-7.3-.6-3.3-1.4-6.6-2.1-9.8-.1-.3-.8-3.6-1-1.9-.1 1 .2 2.1.4 3 .6 2.5 1.3 5 1.8 7.5.1.7.1 1.3.1 2 0 0 .3.7.1 1 .1.2.4 1.2.4 1.5-.6-.3-.4-2.2-.6-2.8-.4-1.6-.9-3.3-1.3-4.9-1.8-6.3-3.6-12.6-5.5-18.9 1.4.1.6-1.2.2-2.1-.6-1.6-1.4-3.2-2.2-4.8-1.4-2.7-2.9-5.3-4.4-7.9-3.2-5.4-6.2-11-9.2-16.5-1.9-3.4-3.8-6.8-5.9-10.2-1.4-2.3-2.8-4.5-4.2-6.7-.6-.9-1.1-1.8-1.7-2.6-.1-.2-.5-1-.8-1.1.1.9.8 1.8 1.2 2.6.9 1.7 1.9 3.4 2.8 5.2 2.7 4.8 5.6 9.6 8.4 14.4 4.2 7.1 8.4 14.2 11.9 21.7 1.6 3.5 2.8 7 3.9 10.6.6 1.8 1.4 3.9 1.5 5.8 0 .5.7 1.1.4 1.6.4.4.7 1.1.7 1.7 0 .3.3 1.2.3 1.4-.4-.2-.4-.4-.3-.8-.5-.7-.7-1.2-.9-2 0-.1.1-.4.1-.4-.3.2-.5-1.4-.4-1.2 0 0-1.4-3.1-1.5-3.5-.2-.5-.3-1-.7-1.4-.5-.5-.6.1-.5.5.6 2.5 1.9 4.8 2.5 7.3.3 1.2.5 2.5.8 3.7 1 4.4 1.9 8.7 2.9 13.1.4 1.9.8 3.8 1.3 5.6.1.5.2 2.1.6 2.5.6-1.6-.4-4.5-.7-6.1-.4-2-1-4-1.1-6 1.5-.3 1.4 2.2 1.6 3.3.2.8.2 1.8.7 2.5.6.9.5 2.4.6 3.4.2 1.4.3 2.7.5 4.1 0 .1 0 1 .1 1-.1 0-.2-1.3-.3-1.3-.2.1 0 1.4 0 1.5 0 .8.1 1.5.2 2.3.2 1.1-.1 3.4 1.1 2.8-.2.1-.3-.5 0 0Zm-6.2-29.9v.3c-.5-.4-.2-.6 0-.3Zm.5 1.4c-.1.2-.1.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M102.599 184.4c.1.1-.1.1 0 0ZM92.2 114.8c.4.2.6-.3.3-.5-.9-.5-1.8-1.2-2.7-1.8-1-.8-2.9-1.4-3.7-2.5-.5-.6.6-.4.9-.3.8.2 1.7.3 2.5.5 1.8.4 2.9 1.8 4.6 2.4.1-1.2-2.5-1.6-2.4-2.4.1-.6 3.4.5 3.7.7 1.3.7 2.6 1.7 4 2.1h.3c.4-.1-.5-.6-.4-.6-.7-.6-.1-.8-.6-1.3-.8-.8-2.7-.8-3.7-1.3-.8-.4-2.4-1.8-3.2-1.7.1-.3 2.2-.1 2.7.1 1.9.6 3.7 1.3 5.5 2.1.5.2 1.9 1.2 2.4 1 .6-.3-.8-.9-.9-.9-.8-.4-1.4-1.1-2.2-1 0-.2.8.2 1.1 0 1.2-.6 3.8 1.3 4.8 1.9.2-.4-.3-.6-.2-1 .8 0 1.5.2 2.2.3.7.1.6-.2.1-.4-1-.4-2.2-.6-3.3-.8-2.3-.4-4.3-1.7-6.4-2.7-.6-.3-2.3-.5-.9.2.5.3.9.5 1.3 1 .1-.1.3-.1.4 0v.2c-.6.2-2-.3-2.6-.5-1.4-.4-2.7-.8-4.1-1.3-.3-.1-.5-.2-.8-.3-.2-.1-.3.3-.3.5.1.5.1.5-.6.4-.9-.1-1.6-.4-2.4-.8-.2-.1-1.6-.3-1.4-.1-.6.6-1.8.1-2.5.3-.9 1-1.8.3-2.8.8-.5.2 1.7 1.5 1.9 1.6 3.2 2 6.3 4 9.4 6.1.1.1-1.2-.8 0 0Zm-1.2-6.3c.5.3-1.3.1-1.5 0-.3-.1-2-.7-1.8-1 .2-.8 2.8.7 3.3 1 .1.1-.9-.5 0 0Zm-3.3.5s.3.2.4.1c-.2.1-.5 0-.4-.1Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M92.3 108.1c-.1.1-.2-.2 0 0Zm-4.3.9c.2.2-.4.1 0 0 .1.1-.1 0 0 0Zm11.8.3c-.2.1-.2-.1 0 0Zm-32.7-2.2c-.1-1.1-.2-2.2-.2-3.2v-2.1c0-.2.1-.5.1-.7.1-.5.5 0 .8 0 .3-.9.1-1.9 0-2.8 0-1.1.3-2.3.4-3.5.2-2.1 0-4.1-.3-6.1-.6-4-1.1-7.6-.5-11.6.4-2.5.8-5.1 1.3-7.6.1-.3.7-2.8.3-2.7-.7.6-.9 2-1 2.9-.3 2.4-1 4.7-1.1 7.1 0 1.1-.3 2.1-.4 3.1-.1 1.3.3 2.5.2 3.8-.1 1-.1 2.1-.3 3.1-.4 2.4-.3 5-.4 7.4 0 .9-.4 2.5-.1 3.4.2.7 1.1-1.6 1-.3-.1 1.3-.7 2.7-.8 4-.1 1-.1 2-.1 2.9 0 .1.1.9 0 1.1.2.4-.1 2.5 1.1 1.8 0-.4-.5.3 0 0Zm39.199 69c.3-1.9-.7-4.3-1.3-6.1-.8-2.5-1.7-4.9-2.7-7.3-.7-1.6-1.3-3.2-2-4.7-.6-1.2-1.2-2.4-1.9-3.6-.5-.8-.7-1.7-1.6-1.9-.2.2 1.8 3.7 1.9 4 .9 1.9 1.8 3.9 2.8 5.8.7 1.4 1.1 2.8 1.7 4.2.3.9.9 1.9 1 2.9-.7 1.4-.2 2.6.3 4 1 3 2.5 5.9 3.3 9 .4 1.5.8 3.1.8 4.7 0 1.2 1.1 2.3 1 .6-.1-2.2-1-4.5-1.6-6.6-.3-1.1-.7-2.2-1.1-3.2-.2-.6-.6-1.3-.6-1.8.4-2.7 0 .4 0 0Zm4.602 3.3c-1.4-6.2-3.8-12.2-6.1-18.1-1.5-3.6-3.5-7-5.6-10.3-.3-.5-.7-1.4-1.3-1.7-.3-.2.4 1.6.4 1.7 1.2 2.4 2.6 4.6 4.1 6.8 1 1.5 1.6 3.4 2.3 5.1 1.7 4.2 3.1 8.5 4.3 12.9.1.7.8 5.3 1.9 3.6-.3.5-1.3-6 0 0Zm21.999-9c.2-3.4-.1-7.1-.6-10.5-.1-1-.3-2-.5-3.1-.1-.6-.2-1.2-.3-1.9-.1-.4-.1-.8-.2-1.2-.1-.7.4-1 .3-1.8-.3-2.4-1.2-4.7-2-6.9-.7-1.9-1.4-3.8-2.4-5.6-.6-1.1-1.2-2.1-1.8-3.2-.5-.8-1.3-2.7-2.3-3 1.7 2.9 3.3 5.8 4.7 8.8.7 1.5 1.2 3.1 1.8 4.7.4.9 2 4.2 1.2 5-.8.9-.3 1.7 0 2.8.5 2.3.8 4.5 1.1 6.8.2 1.8.2 3.6.3 5.4.1 1-.2 3.1.5 3.8.1.1.1 0 .2-.1 0 .1 0-.5 0 0Zm-29.1-19.1c-.4-1.4-1.4-2.7-2.1-4-.6-1-1.2-2-1.8-2.9-.6-.9-.9-1.8-1.5-2.7-1-1.4-2-3.4-3.9-3.5-.4-.5-.8-1.1-1.2-1.6-1.6-2.2-3.3-4.4-5-6.6-.6-.7-1.1-1.5-1.8-2.1-.3-.3-.6 0-.5.4.2.6.7 1.2 1.2 1.6 1.5 1.2 2.7 3.3 3.8 4.9 1.6 2.1 3.1 4.2 4.8 6.1.1.2.4.6.6.4.4-.5.9.5 1.2.9.8 1.1 1.6 2.3 2.4 3.5 1.1 1.7 2.2 3.6 3.2 5.4.6 1 1.2 3.7 2.4 3.9-.5-1.4-1-2.6-1.8-3.7 1 1.4-.1-.3 0 0Zm38.8-11.3c-1.6-2.9-2.8-6.1-4.4-9.1-.8-1.4-1.5-2.7-2.3-4.1-.9-1.5-1.4-3.9-2.8-4.7-.6.7 0 1.4.4 2 .6.9.9 1.8 1.5 2.7 1.1 1.7 2.1 3.6 3 5.5 1.1 2.2 2.3 4.4 3.1 6.8.8 2.2 1.3 4.5 1.9 6.8.1.5.8.3.8-.2 0-.7-.1-1.4-.2-2-.4-1.4-.7-2.5-1-3.7.1.5-.8-1.3 0 0Zm-9.601-18c0 .1-.2.1 0 0Zm-6.199 40c.7.2.7.2.7-.5s-.1-1.3-.1-2c-.2-2.2-.6-4.4-1.1-6.5-.4-2.2-.9-4.4-1.6-6.5-.3-.9-.7-3.1-1.8-3.6-.2.3.5 1.9.6 2.2.5 1.7 1 3.5 1.5 5.2.5 1.9 1 3.7 1.3 5.6.2.9.6 2.5.1 3.4-.6-.4-.7-1.5-.9-2.1-.4-1.3-.7-2.6-1-3.9-.3-1.1-.9-5.4-2.4-5.7 1.8 5.6 3.4 11.3 4.6 17.1.8-.5 0-1.9.1-2.7.2 0-.1.9 0 0Zm-.1-1.1c0-.2-.2-.4-.2-.7.7.3-.1.9.2 1.1-.2-.2-.2-.3 0-.4-.1-.1-.3.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M126.701 160.7c.1.2-.1.2 0 0 0 .1 0 .1 0 0ZM4 172.1c.1.1 0 .1 0 0Zm97.199-37c-.1.9 1.1 2 1.5 2.7.7 1.1 1.4 2.3 2 3.5 1 1.8 1.8 3.7 2.6 5.6.4.9.7 1.8 1.1 2.7.3.9 1.8 3.3 1.4 4.2-.3-.2-.6-.4-.8-.6-.3 1.8 1.8 4.3 2.6 5.8.6 1.1 1.1 2.2 1.4 3.4.1.4.3 2.3 1 2.2.1-.4-.2-1.1-.3-1.5-.3-1.1-.7-2.2-1-3.3-1.1-3.3-2.3-6.5-3.5-9.7-1.3-3.3-2.7-6.6-4.3-9.8-.7-1.5-2-4.7-3.7-5.2 3.7 1.1-.1.4 0 0Zm1.501 81.1c-1.2-2.2-2.4-4.4-3.5-6.7-.3-.7-.7-1.3-1-2l-.3-.6c-.2-.4.4-.2.4-.6.1-.7-.5-1.6-.8-2.2-1.3-2.5-2.8-5-4.4-7.3-.7-1-1.4-2.1-2.2-3-.1-.1-1-1.1-1-.9.6 1.8 1.7 3.1 2.8 4.7 1.5 2.1 2.9 4.3 4.2 6.5.4.7.9 1.4.6 2.2-.6 1.4.8 2.5 1.1 3.7 1 1.7 1.8 3.4 2.7 5.1.1.3 1.1 2.3 1.4 1.1Zm-20.5-58c-.7.5 1.2 2.6 1.6 3.1 1.5 2.2 2.9 4.4 4.3 6.6 1.4 2.1 2.7 4.2 3.9 6.4.3.6.7 1.3 1 1.9.3.9 1 2.9 1.9 3.3-1-4.5-3.9-8.7-6.3-12.5-1.3-2-2.6-4-4-6-.6-.7-1.4-2.3-2.4-2.8 1.2.7-.1.1 0 0Zm47.6 31.1c0 .2-.1.2 0 0Zm-.099.6c0 .1-.1.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M129.1 194.6c.2-.5.4-5.6.8-5.5-.3.7-.2 1 .3 1.6.8-1.1.3-3.7.2-5-.1-1.6-.2-3.1-.3-4.7-.1-1.1-.1-2.2-.2-3.3 0-.3-.4-.1-.4.1-.2.8 0 1.7 0 2.5.1 1 .1 2 .2 2.9 0 .7-.3 1-.4 1.7-.3 1.9-.3 4-.5 6-.1.8-.1 1.7-.3 2.5-.1.4-.3 2.2-.6 2.4.9.3.9-.4 1.2-1.2 0-.1-.3.7 0 0Zm3.4-44.1c.1.2 0 .1 0 0 0 .1 0 .1 0 0Zm-.601-4.2c-.6-1.9-1.1-3.9-1.7-5.8-.4-1.3-.7-3.3-1.6-4.4-.6.7-.8.2-1.2-.4-.5-.8-1.2-1.6-1.6-2.5-.4-1-.7-.2-.3.3.9 1.5 1.7 2.9 2.4 4.4.9 2 1.7 3.9 2.4 6 .7 2 1 5 2.3 6.7.2-1.3-.4-3.1-.7-4.3 0 .3-.4-1.2 0 0ZM27.6 196.1c-1.9-3-3.3-6.2-4.8-9.4-.1-.3-.3-1.4-.7-1.4-.3 0-.3.3-.3.5.2.8.5 1.6.8 2.4 2.3 5.4 5.5 11.1 9.7 15.2.3-.5-.4-1-.6-1.3-1.4-2-2.8-4-4.1-6 4.4 6.8-.5-.7 0 0Zm81.699-70.4c-.3-.2.3.7.3.7.6.8 1.3 1.6 1.9 2.4.9 1.1 2.1 2.2 2.8 3.5 1.2 2 2.5 3.8 3.7 5.7.5.8.9 1.7 1.4 2.5.4.7 1 1.4 1.2 2.2.2.6.3 1.1.9 1.4.4-.5-.9-2.5-1.1-2.9-1-2-2.1-3.8-3.3-5.7-1.3-2.1-2.7-4.1-4.2-6-.9-1.3-2.1-2.9-3.6-3.8 3.7 2.1-1-.6 0 0ZM73.2 91.7c-.1-.7-.5-1.7-.4-2.4.1-.6.2-1.3.1-1.9-.1-.8-.7-2-1.1-.7-.5 1.9.5 4.3 1.1 6 .9 2.4 2.1 4.7 3.4 6.9.6 1.1 1.6 3.3 2.8 3.9.2-.9-.5-1.6-.9-2.3-1.8-3.1-3.5-6.3-5-9.5 5.1 10.8-.1-.7 0 0Zm4.7 21.4c0-1-1-2-1.4-2.9l-.9-1.8c-.5-.9-1.3-.9-1.9-1.7-2-3-2.8-7.2-3.7-10.6-.2-.6-.4-.6-.7-.1.3 1.4.7 2.8 1.1 4.2.7 2 1.5 4 2.4 6 .7 1.3 1.1 2.7 2.4 3.5.2.4 1.7 4.2 2.7 3.4 0-.1-.9.7 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M83 105.1c.8.3-1-1.9-1.1-2-1.2-1.4-2.3-2.8-3.3-4.3-1-1.4-2-2.9-2.6-4.6l-1.2-3c-.2-.4-.2-2.2-.8-2.3-.7-.1.3 3.3.3 3.4.6 1.8 1.6 3.4 2.5 5 .8 1.5 1.8 2.9 2.8 4.3l1.2 1.5c.8.6 1.4 1.7 2.2 2 .2 0-.7-.2 0 0Zm12.5 25.6c.2-1.1-.3-1.5-.9-2.4-.5-.7-1.5-2.2-2.5-2.3.3 1 1.1 1.6 1.5 2.5-.4.9-.2 1 .4 1.7.8.9 1.6 1.7 2.5 2.6 1.1 1.2 2.2 2.5 3.3 3.8.7.9 1.4 1.8 2.1 2.8.1.1 1.2 2.4 1.3 1.6.1-.6-.6-1.5-.9-1.9-.8-1.2-1.6-2.3-2.5-3.3-1.5-1.8-2.9-3.5-4.3-5.1 1 1.1 0-.3 0 0Zm1.8 27.6c-.1-1-.9-2.2-1.3-3.1-1-1.9-1.9-3.8-2.9-5.7-.8-1.6-1.7-3.2-2.5-4.8-.2-.4-.4-.8-.6-1.3-.3-.7-.7.4-.4 1 1.9 3.5 3.8 6.9 5.6 10.5.9 1.8 1.9 3.6 2.7 5.5.5 1 1 3.9 2.1 4.1-.8-2.1-1.6-4.3-2.7-6.2.5.8-.1-1.2 0 0ZM69.8 57.7c.2-.4-.1-.9.3-1.3.8.7 2.1 2.1 2 .3 0-1.4.1-2.9.1-4.3-.6.1-.9-.3-1.4-.5-.3.4-.5.4-1 .6-.2.6-.3 1.1-.4 1.7 0 .4-.7 4.3.4 3.5.2-.4-.1.1 0 0Zm.4-2.5c.1.2.1.2 0 0ZM80.7 112c.2-.6-1.9-2.5-2.3-3-1.1-1.5-2.2-3-3.2-4.5-.7-1.2-1.6-2.4-2-3.7-.2-.5-.4-1.1-.6-1.6-.2-.5-.4-1.1-.6-1.6-.2-.6-.3-1.9-1-1.7-.3 1 .7 2.7 1 3.5.5 1.2 1 2.4 1.6 3.5.5 1 1.1 1.9 1.7 2.8.7.9 1.2 1 1.4 2.2.2.5 3.5 5.3 4 4.1 0-.1-.1.1 0 0Zm-60 74.9c-1.7-4.4-3.3-9.1-4-13.8-.1-.7 0-2-.4-2.7-.3-.6-.6.6-.6.8.1 2.7.9 5.5 1.7 8.2.9 3.1 1.9 6.7 3.9 9.3.4-.4-.5-1.6-.6-1.8.7 1.5-.4-.9 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M21.3 188.6c.1.1-.1.1 0 0Zm111.501-36.2c.1.1 0 .1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M135.3 169.4c-.5-3.3-.6-6.7-1-10.1-.3-2-.3-5.1-1.5-6.9-.9.7.5 4 .6 4.8.5 2.7.6 5.4.8 8.1.1 1.3-.1 3 .4 4.3.5 1.3 0 2.8.7 4.1.8-.8.1-3.3 0-4.3 0 .4-.2-1.2 0 0ZM45.7 207c-.9-2.4-2.8-4.6-4.1-6.8-.7-1.2-1.9-2.7-2.1-3.9-.3-1.2-1.2-2.3-1.5-3.6-.1-.2-.3-1-.7-.6-.5.5 0 1.2.2 1.6 1.2 2.7 2.5 5 4.1 7.5.4.7 3 6.3 4.1 5.8-.1-.2-.3.1 0 0Zm85.5-37.1c-.2-3-.4-6.1-.8-9.1-.2-1.8-.5-3.7-.9-5.5-.3-1.1-.5-2.7-1.4-3.6.5 2.3.9 4.6 1.3 6.9.4 2.2.7 4.4.9 6.7.1 1.3.2 2.6.3 3.8 0 .8-.2 2 .3 2.7.4-.5.4-1.2.3-1.9.1.6-.1-2.2 0 0Zm-32.3-29.2c.2.2.5.3.8.2 0-.7-1.1-1.8-1.5-2.3l-3.3-4.5c-.4-.5-5.1-6.7-5.6-6.2-.7.6.9 1.7 1.3 2.1 1.3 1.4 2.5 2.9 3.7 4.4L97 138c.7 1 1.5 1.6 1.9 2.7.3.2-.1-.2 0 0Zm-4.2 64.4c-2.5-4.4-4.9-8.9-7.4-13.4-.3-.6-.6-1.5-1.3-1.9-.5 1.1.9 2.5 1.4 3.5.8 1.4 1.5 2.7 2.3 4.1 1 1.8 2 3.6 3 5.3 0 .2 1.5 3.1 2 2.4-.6.8-8.9-15.8 0 0Zm-4.6-2.5c-.2-1.1-.7-1.8-1.2-2.7-1-1.6-2-3.2-2.9-4.9-1-1.7-2-3.4-3.1-5.1-.3-.5-.9-2.1-1.5-2.4-.3.8.6 2 .9 2.7.9 1.7 1.9 3.4 2.8 5.1.4.6 4.1 7.7 5 7.3 0-.3-.9.4 0 0Zm-13.6-17.5c.1 1.4 1.1 2.8 1.7 4 .8 1.4 1.6 2.8 2.4 4.3.7 1.4 1.4 2.7 2.2 4 .9 1.5 1.7 3.3 3.1 4.4.1-.6-1-2-1.3-2.5-1-1.9-2-3.8-3.1-5.7-1.1-1.9-2.1-3.9-3.2-5.8-.4-.5-1.2-2.6-1.8-2.7.5.1.1 1.9 0 0Zm.4-95.6c-1.8-4.9-2.3-10.4-2.4-15.6-.9-.3-.5 2.9-.5 3.3.1 1.9.3 3.8.5 5.7.1.7 1 7.6 2.4 6.6-2.1 1.5-2.4-6.3 0 0Zm30 25.5c2.5 1 4.8 2.6 7 4 1.8 1.1 3.7 2.3 5.5 3.4-.3-1.1-1.5-1.6-2.5-2.2-1.2-.8-2.5-1.6-3.7-2.4-1.4-.9-2.8-1.7-4.2-2.6-.6-.4-.8-.5-1-1.2-.7-.3-2.3-1.2-3-.8.3.6 1.2.4 1.6.9.2.2-.1.6.3.9 2 .8-.7-.5 0 0Zm12.7 30.6c.7-1-1.7-3.6-2.3-4.4-.8-1.2-1.7-2.4-2.5-3.6-1.1-1.5-2.2-3.1-3.5-4.5-.1-.1-2.3-2.2-2-1.4.1.3.4.7.7.9.9.8 1.6 1.9 2.4 2.9 1.5 1.8 2.9 3.7 4.2 5.6.6.9 1.2 1.8 1.7 2.7.4.6.4 1.6 1.3 1.8.2-.3-.2-.1 0 0Zm-6.599 35.4c.4-.8.2-2 .1-2.8-.2-1.7-.6-3.4-1-5.1-.7-2.7-1.3-6-2.8-8.3-.1-.1-.3-.4-.5-.4-.6.2.1 1 .2 1.2 1 1.9 1.7 4 2.2 6.1.5 2 .8 4.1 1.2 6.2-.1.3.2 3.3.6 3.1 1.2-2.1-.1 0 0 0ZM21.6 200.7c-.3-.9-1.3-1.2-1.8-2.1-.3-.6-.5-1.2-.9-1.7-.9-1.4-1.6-2.9-2.5-4.4-1-1.7-1.8-3.4-2.5-5.2-.3-.7-.5-1.5-1.3-2 .8 3.2 2.5 6.2 4 9.1.6 1.1 1.2 2.1 1.9 3.1.5.8 1 1.5 1.6 2.2.1.2 1.8 1.8 1.5 1 .1.2-.5-1.3 0 0Zm86.5-48.1c-.8-2.7-2.4-5.3-3.9-7.7-.5-.8-2.6-4.8-3.7-4.3 1.2 1.8 2.4 3.7 3.5 5.6.8 1.4 1.6 2.7 2.4 4.1.3.7.8 2.7 1.7 2.3-.5.2-1.5-4.6 0 0ZM92 167.9c-.7.3 2.4 5.1 2.8 5.9.6 1.2 1.2 2.4 1.7 3.6.4 1 .4 2.1 1.3 2.8-.2-2.6-1.4-5.2-2.5-7.6-.7-1.2-1.8-4.1-3.3-4.7 1.3.5-.7.3 0 0ZM58 222c.8-.2-1.9-2-2.2-2.2-1.3-.9-2.6-1.9-3.9-2.8-1.2-.9-2.5-1.8-3.7-2.7-.9-.7-2-2.1-3.1-2.5-.1.9 1.3 1.7 1.9 2.2 1.3 1 2.7 2.1 4 3.1 1.5 1.1 2.9 2.2 4.4 3.3.5.3 2 1.8 2.6 1.6.2 0-.6.2 0 0Zm70.5-73.2c-.1-1.6-1.2-3.7-1.9-5.1-.5-1.1-1-2.1-1.5-3.2-.4-.9-2.7-6.8-4-6.3 2.3 4.2 4.6 8.4 6.3 12.9.1.5.4 2.4 1.1 1.7 0-.5-1 1 0 0Zm-76.1-24.1c.5-.5.2-2.3.2-3.2 0-1 .3-1.8.7-2.7.5-1 2.1-3.1 1.7-4.2-1.1.2-1.4 2.1-1.9 2.9-.5.8-.8 1.4-1.2 2.3-.4.9-.7 1.8-1.1 2.7-.1.3-.2.7.1 1 .4.2 1 1 1.5 1.2 0-.1-.5-.1 0 0ZM10.2 162c.7-3.6 1.6-7 2.8-10.5.2-.6 1.7-3.4 1.3-3.9-.4-.5-.9.7-1 .9-1.1 2.4-1.7 5.2-2.3 7.7-.3 1.3-.6 2.7-.8 4-.1.4-.4 1.6-.2 1.9.1.2.2.1.2-.1.2-1 0 .2 0 0Zm110.5-42.3c-2.9-2.1-5.9-4-9-5.7-1.2-.6-2.3-1.3-3.6-1.7-.3-.1-1.3-.4-1 .3 2 1.1 4.1 2 6.2 3.1 1.4.8 2.9 1.5 4.2 2.4 1.1.7 1.9 1.5 3.2 1.6-.5 0-5.4-4 0 0Zm-2.3 13c.9-1-3.9-5.2-4.6-5.9-1.3-1.3-2.6-2.7-3.9-3.9-.5-.4-1.7-1.8-2.5-1.6.6 1.6 3 2.6 4.1 3.9 1.4 1.6 2.7 3.2 4.1 4.7.9.9 1.9 1.8 2.8 2.8.2-.2-1.3-1.4 0 0Zm-61.9 51c-1.5.1.6 3.3 1 4.1.8 1.4 1.5 2.9 2.2 4.4.6 1.2 1.2 2.3 1.7 3.5.6 1.2 1.6 2.4 2 3.7.2.1-.4-1.4-.4-1.5-.6-1.4-1.3-2.8-2-4.2-1.6-3.3-3.3-6.6-4.5-10 1.9 5.4-.6 0 0 0Zm-18.6 34.1c.4-.2 1.3.9 1.8 1.2 1.1.6 2.1 1.3 3.1 1.9.5.3 6.4 3.8 6.5 3.2 0-.5-4.1-2.4-4.6-2.7-1.7-1-3.3-2.2-4.9-3.3-.9-.7-1.8-1.4-2.7-2-.7-.5-.7.3-.4.8.2.2.8.3 1.2.9.4-.3-.5-.7 0 0ZM26.5 189c.1.2.1 0 0 0Zm7.3 11.5c-2.6-3.7-5.1-7.5-7.2-11.4-.2 1.2.7 2.7 1.2 3.7s.8 2 1.7 2.7c.4 1.2 1.1 2.1 1.9 3.1.5.6 1.7 2.6 2.6 2.6 0-.3-.1-.5-.2-.7.1.2-4.3-6.1 0 0Zm-4.1-9.2c.1.1.1 0 0 0Zm4.8 7.4c-1.6-2.4-2.8-5-4.7-7.3-.3 1.6 1.9 4 2.7 5.2 1.3 2 2.3 4 3.8 5.9.1.1.8 1.1 1 .5.1-.3-.4-.8-.5-1-.8-1.2-1.6-2.2-2.3-3.3 3 4.4-.7-1.1 0 0Zm85.1-50.2c-.3.9.8 2.5 1.1 3.5.5 1.6 1 3.3 1.4 4.9.3 1.3.6 2.7 1 4 .1.5.4 1.9 1 2.1.2-2.4-1-5.4-1.7-7.6-.5-1.6-.9-3.2-1.5-4.7-.3-.5-.7-2.1-1.3-2.2 1.2.2-.1.1 0 0Zm-40.5-32.4c-.2-.1-.4-.1-.7-.1.4 1.3 2.3 2.3 3.3 3.2.9.8 1.7 1.7 2.5 2.6.3.4 3 4.3 3.5 4 .4-.2-2.1-3.4-2.3-3.7-1.8-2.2-3.9-4.4-6.3-6 7.1 4.9-.1-.1 0 0Zm58.599 24.1c-.9-1.9-1.3-4-2.2-5.8-.2-.3-.9-2-1.4-1.4-.4.4.9 2.6 1.1 3.1.5 1.2.9 2.4 1.4 3.6.4 1 1.1 3.9 2.1 4.4-.1-1.4-.5-2.7-1-3.9.2.5 0-.1 0 0ZM103.401 114c-.7.6 1.7 1.7 2 2 1 .7 1.9 1.3 2.9 2l3.9 2.7c.9.6 1.8 1.2 2.8 1.8 1 .6.1-.4-.2-.7-1.9-1.7-4.2-3.1-6.3-4.6-1.1-.7-2.3-1.5-3.4-2.2-.5-.3-1.1-.8-1.7-1 .4.1-.2.2 0 0Zm-59.3 84.7c-.3-1.2-1.2-2.2-1.8-3.3-.3-.5-1.1-3.1-1.5-3.2-.7 0 2.3 6 2.5 6.3.7 1.3 1.5 2.6 2.3 3.9.4.7 1.2 2.1 2.1 2.3-.7-2.2-2.4-4.1-3.6-6 .2.3-.2-.9 0 0ZM35.8 210.6c-2.1-2-3.9-4.3-5.8-6.5-1-1.1-1.9-2.3-2.9-3.4-.3-.3-1.4-2-1.9-1.9 0 0 1.5 2.4 1.7 2.5 1.1 1.4 2.2 2.8 3.4 4.2.6.7 1.3 1.3 2 2 .4.6 2.6 3.5 3.5 3.1-.3-.4-.8.4 0 0Zm76.299-14.2c.1.1-.1.1 0 0Zm-.099 2.1c0-.2-.1 0 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M113 200.2c.3-.5 0-2 0-2.6v-4.1c0-.3.1-.9-.3-.9-.6 0-.4 1.5-.5 2 0 .1-.2.4-.2.4.4.5-.2 1.3 0 1.6-.2-.3.1-2.5-.8-1.6-.6.7-.4 3.4.7 3.5 0 0 0-.5.1-.4.1 0 .3 3.1 1 2.1Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M112 194.9c.2.1-.1.1 0 0Zm-48.1-77.8c.1-1.9-.3-5.2.8-6.7.4-.5 1.2-3.3.9-3.3-1.1-.1-1.9 2.8-2 3.5-.2 1.2-.2 2.4-.3 3.6-.1.9-.6 3.1.1 3.8.4-.3.5-.6.5-.9.1-2.1 0 .3 0 0Zm53.999 29.4c-.5-1.7-1.4-3.1-2.3-4.6-1.1-1.7-2.2-3.7-3.7-5.1-.2-.2-.8-.7-1.1-.4-.3.4 2.9 3.8 3.2 4.3.9 1.3 1.6 2.6 2.4 4 0 .2 1.4 2.3 1.5 1.8-.1-.4-.2.9 0 0ZM49.6 211.7c-.2-.2-.5-.2-.7-.1 0 .5 1 1.2 1.3 1.4 1.1.9 2.2 1.7 3.3 2.5 2 1.4 3.9 2.9 6 4.1.6.3 0-.4-.1-.6-.9-.8-1.9-1.5-2.9-2.2-2.3-1.5-4.9-3-6.9-5.1 2.3 2.4-.1-.1 0 0Zm57.2-80c0-1.8-2.3-4.3-3.5-5.5-1-1-1.7-2.3-2.6-3.4-.6-.7-1.2-.7-.6.2 1.2 1.7 2.4 3.3 3.6 5 .8.9 1.9 3.4 3.1 3.7 0-.5-.1 0 0 0Zm-66.9 72.8c-.3-1.4-1.8-3.2-2.6-4.5-.8-1.4-1.5-2.7-2.3-4.1-.5-.9-1-3-2.1-3.2-.3 1.3 1.3 2.3 1.5 3.5.2.7.6 1.3.9 2 .6 1.1 1.4 2.1 2.1 3.2.8 1 1.4 2.4 2.5 3.1-.1-.5-1.5-1 0 0Zm22.4-65c0-.6-.2-1.2-.2-1.8-.1-.6.2-1.2.1-1.8-.2-.6-.1-1.4-.1-2.1 0-1 0-2.1.2-3.1.1-1.1-.1-2.3.2-3.4 0-.1.2-1-.3-.7-.5.2-.5 1.3-.5 1.7 0 1.5-.1 3.1-.1 4.6v4.2c0 .6 0 1.1.1 1.7 0 .1.5 1.5.6.7 0-.6-.1.3 0 0Zm46.801 18.1c-.6-.4-.5.2-.4.6.3 1.1.8 2.2 1.3 3.3.5 1.2 1 2.4 1.3 3.6.3 1 .7 2.7 1.4 3.5.7-1.2-.9-4.6-1.3-5.7-.4-1.2-.9-2.4-1.4-3.6-.2-.4-.5-1.5-.9-1.7ZM57.5 127.7c.4-1.2.3-2.8.3-4.1 0-.8.1-1.6.1-2.4.1-1.3.3-2.6.5-3.9 0-.2.9-3.5.1-2.9-.7.5-.7 3-.8 3.8-.2 1.4-.3 2.7-.5 4.1-.1.6-.1 1.2-.2 1.8.1.7.2 1.4.1 2 0 .3.2 2 .4 1.6.2-.7-.1 0 0 0Zm21.3-38.6c-.8-1.3-1.3-2.9-1.7-4.3-.4-1.3-1.3-3.3-1.2-4.7-.1.6-.5 1.3-.3 2.2.2 1.1.6 2.1.9 3.1.5 1.6 1.1 4.1 2.6 5.1 0-.5-.1-1-.3-1.4.2.4-1-1.6 0 0ZM107.7 190c-.7.4.1 2.5.2 2.9.3 1.5.5 3.1.6 4.7.1 1 .1 1.7.5 2.7.4.1.4-.7.4-.9.1-.8-1.3-9.6-1.7-9.4.7-.3-.3.2 0 0Zm-44.5-46c0-.3 0-2.4-.5-2.2-.2.1-.3.4-.3.6-.1 1.2.2 2.5.4 3.8.3 1.6.7 3.1 1.1 4.6.2.8.4 2 1 2.6.6-.4-.4-3.4-.6-3.9-.3-1.8-.9-3.7-1.1-5.5.2 2.1 0-.8 0 0Zm40.2-22.3c-2.8-1.4 4.301 7.5 4.601 7.6 1.6.6-2.301-4.3-4.601-7.6Zm-18.6 28.1c-.1 1 .5 1.6 1 2.4.5.8.9 1.8 1.3 2.7.2.5 1.3 4.4 2 4.3.5-1.4-.9-3.9-1.5-5.1-.7-1.1-1.6-3.9-2.8-4.3.9.3-.3 1.4 0 0ZM6.6 174.6c.2-.7 0-1.5 0-2.2 0-1.6 0-3.2.2-4.7.1-1.4.3-2.8.7-4.1 0-.1.1-.9-.3-.7-.3.2-.4.7-.5 1-.2 1.2-1 11.1-.1 10.7.1-.4-1.1.4 0 0Zm24.9-45.7c-1.2 1.3-1.9 2.8-2.9 4.3-.7 1.1-2.5 3.2-2.3 4.7.9-.1.9-.7 1.2-1.5.5-.9 1-1.8 1.6-2.7 1-1.4 2.2-3 2.4-4.8-.2.3-.3 2.5 0 0Zm40.3 35c-1.3-2.1-2.4-4.4-3.4-6.7-.2-.4-.3-.8-.6-1.1-.3-.3-.7-.1-.6.3.5 1.6 1.4 3.1 2.2 4.6.5.9 1.4 3.6 2.5 4 .2-.2 0-.7-.1-1.1.3 1.3-3.7-6.1 0 0Zm-17.1 39.9c-1.4-1.9-2.2-4.1-3.2-6.3-.1-.3-.4-1-.7-1.1-.5-.2-.4.4-.3.6.5 1.5 1.2 2.9 1.9 4.3.4.8.8 1.6 1.3 2.3.3.4 1 1.2 1 .2 0 .3-3-4.3 0 0Zm43.4-19.2c-.3-.6-1.3-1-.9-.1l1.2 2.4c.4.8.7 1.7 1 2.5.4 1 .601 3.2 1.501 3.7.3-1.4-.5-3.1-1-4.3-.5-1.4-1.2-2.8-1.8-4.2.8 1.6-.3-.6 0 0Zm-78.2-37.8c-.7.6-.9 1.9-1.2 2.8-.4 1.4-.7 2.7-1 4.1-.2 1.2-.5 2.4-.7 3.6-.1.6-.4 1.5.1 2 .5-.6.4-1.5.6-2.2.2-1.1.5-2.2.7-3.3l.9-4.5c.1-.4.8-2.1.6-2.5 0 .1-1.1 1 0 0Zm72.5-4.7c0-1.3-1.5-3.1-2.1-4.2-.6-1.1-1.7-3.7-2.9-4.2-.6-.2.8 2.1.7 2 .6.8 3.6 6.8 4.3 6.4 0-.9-.2.1 0 0ZM70.8 110c.6-.3.1-.7.2-1.1.1-.7.7-.9.7-1.7-.1-.7-.1-1.5-.4-2.2-.4-1-.6.9-.8 1.1-.4-.1-.2-1-.8-.8-.4.1-.2.8-.2 1 .1.6.6 4 1.3 3.7.1 0-.4.2 0 0Zm-7.3 81.3c-1.6-2.4-3.1-5.3-3.9-8.1-.1-.4-.3-.2-.6.1.1.6.2 1.1.4 1.6.3 1 .8 2 1.3 2.9.4.8.9 1.5 1.4 2.2.1.8.6 2.1 1.4 1.3-.2.2-2.4-3.7 0 0Zm6.3-106.4c0-1.1.2-2.4 0-3.4-.2-.8-.5-.1-.6.3-.3 1.7-.1 3.7.1 5.4 0 .3.4 3.7.9 3.6.7-1.7-.4-4.3-.4-5.9 0 3.7-.1-2.6 0 0Zm-15.2 37.2c.6-2.3 1.4-4.4 2.4-6.5.3-.7.8-1.5.7-2.3 0-.6-.4 0-.5.2-.9 1.5-1.5 3.2-2.1 4.9-.4.6-2.1 4.3-.5 3.7 0-.1-1.5.5 0 0Zm20.7 58.4c.1-1.1-.9-2.6-1.3-3.5-.5-1-1.1-2.6-2.1-3.4-.6-.5-.2.8-.2.8.2.8.6 1.4 1 2 .6 1 1.1 2.1 1.6 3.1.2.6.3 1.3 1 1 .1-1-.7.3 0 0Zm53.2-48.3c-1.1-1.5-1.9-3.3-3-4.8-.8-1.1-1.8-2.4-2.9-3.2-.6.5.7 1.4 1 1.8.7.8 1.2 1.7 1.8 2.6.7 1 1.7 3.2 3.1 3.6-.6-.9-1.6-.4 0 0Zm-5.399 40c.5-1-.1-2.7-.2-3.7s-.3-1.9-.5-2.9c-.1-.6-.1-1.9-.7-2.3-.9-.6-.1 2.2 0 2.4.2 1.2.3 2.3.5 3.5 0 .3.6 3.5.9 3 .2-.4-.1.1 0 0ZM86.1 132.4c-.2-1.6-2.2-3.4-3.2-4.6-.8-.9-2.4-3.6-3.8-3.7 0 1.2 2.9 3.5 3.6 4.5.7.8 1.4 1.7 2.1 2.5.4.3.8 1.1 1.3 1.3-.2-1.5-.5-.2 0 0Zm-5.8 9.6c0-1.1-.7-2.5-1.1-3.5-.5-1.5-1-3.2-1.9-4.4-.1-.1-.2-.3-.4-.4-.6.4 0 1.1.2 1.6.6 1.3 1.1 2.5 1.6 3.8.2.5.8 3 1.6 2.9 0-.4-.8.2 0 0Zm-6.2 40.1c-.9-1.3-1.6-2.7-2.4-4.1-.4-.7-.8-2.3-1.6-2.5-.3 1.3 1.2 3.2 1.8 4.3.3.6 1.8 3.7 2.2 2.3-.5 1.5-1.4-2.2 0 0Zm19.1 3c-.3-1.8-1.2-3.6-2-5.3-.6-1.3-1.5-4.2-3-4.6 1.5 2.9 3.1 5.9 4.4 8.9.1.5.2.6.6 1-.4-2.1-1.2-1.3 0 0Zm-27.6 3.7c-1.2-2.4-2.2-4.9-3.5-7.3-.9.6 1 3.9 1.3 4.5.5.9.9 1.8 1.5 2.7.3.4.8 1 .7.1Zm32.7-67.6c.2-.6-1.7-1.9-2.1-2.1-1.2-1-2.4-1.9-3.7-2.8-.5-.3-1-.4-.7.4 1.2.7 2.3 1.6 3.4 2.4.7.6 2.1 2.4 3.1 2.1.2-.6-.9.2 0 0Zm48.2 10.2c.4-1.1-.7-2.6-1.3-3.5-.5-.7-1.7-3.1-2.8-2.8-.2.9 1.9 2.9 2.5 3.7.2.3 1.1 2.8 1.6 2.6 0-.2-.1 0 0 0Zm-62.4-18c.2.2.5.3.8.2 0-1.1-1.9-2.5-2.6-3.1-.3-.2-2.6-2-2.6-1.3 0 .6 1.1 1.3 1.5 1.6 1 .8 2.1 1.7 2.9 2.6.2.2-.6-.7 0 0Zm-4.801-6.9c-.4-1.3-1.5-2.5-2.2-3.6-.5-.8-1.4-3-2.3-3.4-.7.9 1.7 3.3 2.1 4.3.2.4 1.5 3.2 2.4 2.7-.2-.5-.5.2 0 0Zm40.301 49.4c-.7-2-1.5-4.6-2.9-6.2-.6-.6-.3.6-.2.8.5.8.9 1.7 1.3 2.6.3.6 1.2 4.4 1.8 4.4v-1.6c0 .5-.4-1.1 0 0Zm-97.9 25.5c-.6-.9-2.3-7.5-3-7.4.3 1.5.7 3.1 1.1 4.6.3 1 .8 3.4 1.9 3.9.2-.3.2-.7 0-1.1.2.4-.4-.6 0 0Zm100.4-50.8c.6-.9-2-3.2-2.5-3.8-.7-1-1.4-1.7-2.3-2.4-.9.3.9 1.8 1.2 2.1.5.6 1 1.3 1.5 2 .4.5 1.4 1.8 2.1 2.1.5-.7-.8-.3 0 0Zm-3.899-2.8c-.7-.5-1.9-2.9-2.9-2.5.2.9 1.4 1.9 1.9 2.6 1 1.2 2.1 2.5 3.4 3.4-.1-1.3-1.7-2.7-2.4-3.5.5.5-1.3-.9 0 0ZM74.3 197.9c-.7-1-1.3-2.2-2-3.2-.2-.3-.8-.4-.6.2.5 1.2 1.2 2.4 2 3.4.6.9 1.2 2.2 2.3 2.3.1-.8-1.3-2-1.7-2.7 1.4 2.1-2.3-3.5 0 0Zm25.2-81c.899 1.1 2.199 2.4 3.499 3.1-.1-1.2-1.9-2.5-2.7-3.2-1-.8-2.2-2.1-3.5-2.1-.2.7 2.1 1.9 2.7 2.2.2.3-.8-.5 0 0Zm-49 75.9c.2-1-1.1-2.6-1.6-3.6-.4-.8-.7-2-1.3-2.6-.8-.8-.2 1.2-.1 1.4.4.9.9 1.8 1.4 2.7.1.2 1.4 3 1.6 2.1.2-.8 0 .2 0 0Zm12.6 13.1c-.6-1.4-1.2-2.7-1.9-4-.2-.3-.3-.8-.6-1-1-.9-.3 1.3-.1 1.7.4.5 1.7 3.8 2.6 3.3-.2 0-.9-2 0 0Zm1.1-69.5c-.3-1.9-.5-3.9-.6-5.9 0-.1-.3-1.7-.5-1-.4 1.2-.1 2.8 0 4 .1.5.2 3.8 1.1 2.9-.1.1-.9-6.1 0 0Zm21 34.9c-.4-.6-.9-2.7-1.7-2.9-.8-.2 0 1.2.1 1.3.8 1.5 1.7 4 3.2 4.9.7-.8-1.1-2.6-1.6-3.3 1.9 2.8-.8-1.1 0 0Zm-34.1 15.4c-.1-.2-.2-.4-.4-.6-.7.6.7 3.3.9 4 .2.7.6 2.8 1.5 3.2.2-.7 0-1.3-.3-1.9-.7-1.6-1.3-3.1-1.7-4.7 1.3 4.8-.1-.3 0 0ZM40.6 209c-1.4-.9-2.4-2.2-3.4-3.5-.4-.6-1.7-1.4-.9-.1.7 1.2 1.6 2.2 2.5 3.1.4.4 1.9 1.9 1.8.5.1.6-3-1.8 0 0Zm16-7.6c.1.1 0 .1 0 0Zm3 5c-1.1-1.6-1.8-3.3-3-4.9-.8.8.7 2.8 1.1 3.6.2.2 2.1 2.8 1.9 1.3.1.4-2.8-4 0 0Zm10.9.7c-.3-1.1-1.2-2.1-1.8-3.1-.3-.5-.4-1.5-1.1-1.7-.6.3-.2.8.1 1.3.4.8 1.5 4.2 2.8 3.5-.4-1.1-.9.5 0 0Zm56.699-33.1c.1-1-.8-5.9-1.2-5.6-.5.3.3 3.9.4 4.4 0 .8 0 1.6.8 1.2.1-1.1-.4.2 0 0Zm9.6-28.4c.3-.8-.4-1.8-.6-2.5l-.6-1.8c-.1-.3-.9-1.3-.9-.3.1.8 1.2 5 2.1 4.6.1-.3-.2.1 0 0Zm8.302-7.4c.5-1-.7-2.4-1.1-3.3-.2-.3-1.5-1.4-1.2-.6.3.8.7 1.6 1 2.4.2.4.6 2 1.3 1.5.2-.4-.2.1 0 0ZM51.6 207.3c-.7-1-1.1-.5-.6.4.5 1 1.4 2.1 2.4 2.6.3.1.9-.1.6-.4-.9-.8-1.7-1.7-2.4-2.6 2.3 3.2-.2-.3 0 0Zm18.1-9.7c-.3-1.2-1.3-3.4-2.4-4.1-.4.9.5 2.1 1 2.9.2.3.9 1.8 1.4 1.2-.1-.6-.7.7 0 0Zm1.5-78.5c-.4-1.1-1-2.1-1.4-3.1-.2-.9-.4-2-1.2-2.5-.2 1.3.6 2.4 1 3.5.1.4 1.6 2.5 1.6 2.1 0 .7-.8-1.9 0 0Zm5 20.2c.1-1-1.1-2.3-1.3-3.3-.2-.6-.3-1.5-1-1.7.1 1 .4 1.9.7 2.8 0 .4 1.5 3.1 1.6 2.2 0-.2-.1.2 0 0Zm48.5 30.3c.3-.4.2-.8.1-1.2l-.3-2.1c-.1-.6 0-2.3-.9-1.7 0 .9.2 1.8.3 2.6.1.2.5 2.8.8 2.4.3-.4-.1.1 0 0Zm-51.1-55c-.2-.3-1.8-3.7-2.1-3.1-.5 1 1.2 3.7 2.1 4.1.1-.4.2-.7 0-1 .2.4-1.1-1.7 0 0Zm-13.2-7.4c.4-.5 2.6-3.8 2-4.3-.3-.3-1.9 2.9-2.2 3.4-.3.6-1.1 1.4-.4 1.9.2-.3.4-.7.6-1 .3-.6-.3.3 0 0Zm-29.1 27.3c.2-.4 2.2-4 1.9-4.1-.7-.2-2.7 3.6-2.5 4.4.3.1.5 0 .6-.3.7-1.1-.1.3 0 0Zm73.701-21.4c-.1.1-.1 0 0 0Zm-.102 0c-.9-.8-2.4-1.2-3.5-1.5-.6-.2-1.2-.3-1.9-.4-.6-.1-.5.4 0 .5 1.6.5 3.7 1.5 5.4 1.4-.6.1-.8-.8 0 0ZM75.9 173.2c-.8-1.1-1.5-2.2-2.1-3.3-.5 1.4.6 2.5 1.3 3.6.4.5 1.1.9.8-.3.1.3-1.5-2.1 0 0Zm53.199-1.7c0-.3-.4-.5-.5-.2-.1.3-.1.7-.2 1-.1 1.1-.2 2.2-.1 3.3.1.8.5 1.1.6.1.2-1.3.1-2.7.2-4.2Zm-61.699-51c-.1-.3-.6-4.3-.8-4.2-1 .4-.3 4.3.8 4.6v-.4c0 .1-.8-4 0 0Zm72.7 5.9c-.6-.8-1.5-2.6-2.4-3-.5.7 1.5 4.1 2.4 3-.4.4-.8-1.1 0 0Zm-99.5 46.9c-.5-3.5-.3-4.2-1-4-.2.4-.2 5.6 1 4Zm26.6-41.1c.3-.9-.2-3.5-.8-4.3-.8.5-.2 4.8.8 4.3.1-.3-.2.1 0 0Zm-10.8 8.2c.3-.2.4-3.4-.2-3.4-.5-.1-1.1 4.1.2 3.4Zm6.2-41.9c.2-.6.6-1.1.3-1.7-.6.2-.8 0-.8.7-.1.6-.4 1-.5 1.6-.1.4.1.9.6.9s.4-1.3.4-1.5c.2-.6.1 1.7 0 0Zm1.5 5c-.4.2-.4.2-.5.6-.2 1-1.3 3.6-.3 4.1.6-1.3 1-3.2.8-4.7.1 1-.8.4 0 0Zm82.001 30c-.3-.5-1.1-2.1-1.6-2.2-.5-.1-.4.4-.3.7.2.5.5.9.9 1.3.1.2 1.4 1 1 .2.1.2-.5-.7 0 0ZM64.3 98.9c0-.6.6-3.1-.2-3.1-.3.7-.7 1.5-.6 2.3.1.4.3 1.5.8.8.1-1.7-.7.9 0 0ZM40.6 206.4c-.4.4-.4.2.3 1.4 3.9 2.7.7-.9-.3-1.4Zm107.7-63.1c.1-.5.1-1-.1-1.5-.1-.4-.8-1-1-.3-.2.9.3 1.7 1.1 1.8.1-.5-.2 0 0 0ZM129 121.6c-.1-.7-.9-1.1-1.4-1.5-.2-.2-1.9-1.5-1.9-1.5-.1.5 2.6 3.4 3.3 3-.1-.4-.4.2 0 0Zm3.999 8.7c1-.2-.9-1.6-1-2.2-.9-.1 0 2.4 1 2.2.1 0-.1 0 0 0ZM19.6 155c-.6.4-.7 3.2-.3 3.7.6-.6.8-3 .3-3.7.1.1 0 .1 0 0Zm113-21.8c0-.3-.8-2.4-1.2-1.9-.4.6.3 2.7 1.2 1.9-.1-.6-.2.2 0 0ZM10.3 176.8c-.4.7 0 2.6.3 3.2.5-.4 0-2.7-.3-3.2Zm.4 3.2c0 .1-.1.1 0 0Zm9.6-28.9c-.5.4-1 2.1-.4 2.7.4-.6.4-2 .4-2.7 0 .9-.1.1 0 0Zm0-.1c.1.1 0 .1 0 0Zm-.5 2.8c.1.1 0 .1 0 0ZM142 130.2c0-.3-.4-1.4-.9-1.2-.8.3.2 1.6.7 1.8.2-.2.2-.4.2-.6.1.2 0-.4 0 0ZM22.6 190.7c-.3-.7-.8-1.4-1.3-2.1-.2.2.7 2.4 1.1 2.6.1-.1.1-.3.2-.5-.1.2-.4-.7 0 0Zm17.2-24.9c.5-.1 0-1.2-.5-1-.8.4-.4 1.2.5 1 .3-.1-.4.1 0 0Zm89.2-1.1c0 .1-.1.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M128.8 162.4c-.4.6-.1 1.8.2 2.3.3-.7.1-1.8-.2-2.3Zm10.6 39.8c-.5.5-1.2 1.6-1 2.3.6-.5 1.3-1.6 1-2.3.2.4-.6.5 0 0ZM17.1 161.3c.1.1-.1.1 0 0Zm0-2c-.3.5-.5 1.5-.1 2 .5-.7.4-1.6.1-2Zm59.5 11c.3.8.3.8 1.2 1.7-.2-.8-.6-1.4-1.2-1.7Zm-12.5 30c0 .4.8 1.5 1.4 2-.1-.4-.9-1.8-1.4-2Zm63.599-43.7c-.2.3-.1 1.5.5 2.1.2-.3.1-1.4-.5-2.1ZM42.8 221.8c.1 0 0 .1 0 0Zm0 0c-.4-.8-1.5-1.3-1.8-1.2.4.8 1.4 1.3 1.8 1.2Zm88.501-49.5c-.1-.2-.1-.3-.3-.5-.4.4-.5 1.5 0 1.9.2-.4.3-.9.3-1.4 0 .6-.1-.1 0 0Zm1.4.3c0-.1.4-2.1-.1-1.9-.3.4-.2.8-.3 1.3.1.1.4 1.1.4.6.1-.4 0 .1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M132.6 172.7c.1.1 0 .1 0 0Zm-3.5-7c-.4.5-.3 1 0 1.4.3-.5.3-.9 0-1.4Zm0 1.4c.1.1 0 .1 0 0Zm-60.8 52.2c.1.1 0 .1 0 0Zm.1.1c.3.4.5.8 1 1.1 0-.4-.4-1.1-1-1.1Zm67.001-45.6c-.4.5-.3 1.1 0 1.4.3-.2.4-.9 0-1.4ZM10.1 172.9c-.3.2-.3 1.1 0 1.4.4-.5.5-.9 0-1.4Zm.1 1.4c0 .1-.1.1 0 0Zm-.1-2.9c-.4.5-.3 1.1 0 1.4.2-.2.3-1 0-1.4Zm25.7-44.8c0-.1-1.3.3-.6 1 .3-.2.5-.6.6-1Zm8 96c.1.1.1-.1 0 0Zm-1-.8c.1 0 0 .1 0 0Zm1 .8c-.4-.5-.6-.9-1-.7.5.5.7.8 1 .7Zm-7.9-12c.2.3.3.6.7.8 0-.3-.1-.9-.7-.8Zm9 12.7c-.4-.5-.6-.8-.9-.7.3.5.5.9.9.7Zm0 0c.1 0 0 .2 0 0Zm-25.1-69.4c-.5.4-.5.5-.2 1.1.4-.3.4-.7.2-1.1Zm9.4 36.4c.1.4.3.7.5.9.2-.5-.1-.9-.5-.9Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M29.7 191.2c.1.1 0 .1 0 0Zm98.7-31.6c0 .1-.1 0 0 0Zm-.2-.9c-.3.3 0 .5.1.8.4-.2.1-.5-.1-.8Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M128.301 159.6c.1.1 0 .1 0 0Zm.199.9c0 .1-.1.1 0 0Zm-.101-.8c-.3.3 0 .5.1.8.3-.3 0-.6-.1-.8Zm.201 1.7c.1.1 0 .1 0 0Zm-.1-.9c.1.1 0 .1 0 0Zm-.001.1c-.3.3 0 .5.1.8.3-.3.1-.5-.1-.8Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M128.6 161.4c.1.1 0 .1 0 0Zm.2.9c0 .1-.1.1 0 0Zm-.199-.8c-.3.3 0 .6.1.8.4-.3.1-.5-.1-.8ZM44.9 223.3c.1.2.1.1 0 0Zm.1.1c.1.1.2.4.5.3-.2-.3-.2-.3-.5-.3Zm84.001-58.6c-.3.3-.1.6.1.8.3-.3 0-.5-.1-.8Zm-.101-.1c.1.1.1.1 0 0Zm.199.9c.1.1-.1.1 0 0ZM38.8 127.3c-.3.2-.7.4-.4.8.3-.2.6-.4.4-.8.1.2-.1.1 0 0Zm-.4.8c-.2.2-.6.4-.4.7.2-.1.6-.3.4-.7.1.2-.2.1 0 0Zm-18.1 18.1c-.4-.2-.6.3-.4.6-.5.4.6-.5.4-.6Zm-1.1 13.2c.1 0 0 .1 0 0Zm.1.8c.1.1 0 .1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M19.2 159.4c-.2.3-.1.6.1.8.3-.3.1-.5-.1-.8Zm-9.3 11.1c-.3.3-.1.6.1.8.4-.2.1-.5-.1-.8Zm.4 4.7c.1.1-.1.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M10.2 174.4c-.3.3 0 .6.1.8.3-.3 0-.6-.1-.8.1.3-.2.1 0 0Zm0 1.4c.1.1 0 .1 0 0Zm.1.9c.1.1 0 .1 0 0Zm-.1-.8c-.3.3 0 .5.2.8.3-.3 0-.5-.2-.8Zm.5 4.2c-.3.3-.1.5.1.8.2-.3.1-.6-.1-.8Zm.1.8c.1.1-.1.1 0 0Zm0 .1c-.3.3 0 .5.1.8.3-.2.1-.5-.1-.8Zm.1.8c.1.1 0 .1 0 0Zm0 .1c-.3.3-.1.5.1.8.4-.2.1-.5-.1-.8Zm.2.8c.1.1-.1.1 0 0Zm0 .1c-.1.1-.1.3-.1.5.1.3.6.4.1-.5Zm121.401-32.2c-.3.3-.1.5.1.8.3-.2.1-.5-.1-.8Zm.2.8c.1.2-.1.1 0 0 0 .1 0 .1 0 0Zm-.101.1c.2.1.1.1 0 0Zm.101.1c-.2.3 0 .5.1.8.3-.3.1-.5-.1-.8Zm-3.601 16.1c-.1.1-.1.1 0 0Zm0-.6c.1.1 0 .1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M129.101 167.7c0 .1-.2 0 0 0Zm-.002-.5c-.2.1-.2.3-.1.5.2-.2.2-.3.1-.5Zm-1.4-11v.3c.1-.1.3-.2 0-.3Zm.002.3c0 .1-.1.1 0 0ZM56.7 201.2c-.1.1-.1.1 0 .2v-.2Zm-.1.2c.1.1 0 .1 0 0Zm5.6-20.3c-.1-.2-.3.1-.1.3.1-.1.1-.1.1-.3Zm-11.4 4.6c-.1-.1-.4-.1-.1.3 0-.1.1-.2.1-.3.1.1 0-.1 0 0ZM26.5 189c.2-.1.1-.2 0 0Zm32.2-39.5c0-.1.1-.1.1-.2 0-.2-.2-.2-.1.2Zm0 0c0 .1-.1.1 0 0ZM10 182.9c-.1-.2-.3 0-.1.3.1-.1.1-.2.1-.3Zm-.2.2c.1.1 0 .1 0 0 0 .1 0 .1 0 0Zm.5-7.8c-.2.1-.2.3-.1.5.2-.1.2-.3.1-.5Zm-.1.5c0 .1-.1.1 0 0Zm-.2-5.9c.1.1 0 .1 0 0Zm0 .1c-.2.1-.2.3-.1.5.2-.2.2-.3.1-.5Zm.1-.7c.1.1 0 .1 0 0Zm0 .1c-.1.1-.1.3-.1.4.1-.1.2-.2.1-.4Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M10 169.8c.1.2-.1.2 0 0 0 .1 0 .1 0 0Zm.1-.8c0 .1 0 .1.1.2.1-.2.1-.2-.1-.2Zm0 .2c.1.2 0 .2 0 0 .1.1 0 .1 0 0Zm56.4-41.4c0-.1.1-.1.1-.2 0-.2-.2-.2-.1.2Zm0 0c0 .1-.1.1 0 0Zm-47.2 32.5c-.1.1-.2.2.1.3 0 0-.1-.2-.1-.3Zm-2.2 1.1c-.1.1-.2.2 0 .3v-.3Zm2.2-2.5c-.1.1-.1.3-.1.5.2-.3.2-.3.1-.5Zm0-.1c.1.1 0 .1 0 0Zm-.1.5c0 .1-.1.1 0 0Zm38.2-31.2c0-.1 0-.2-.1-.3-.2.2 0 .5.1.3 0-.1-.1.1 0 0Zm-37 22.3c.1.1 0 .1 0 0Zm-.1.5c.1.2 0 .2 0 0 0 .1 0 .1 0 0Zm.1-.4c-.1.1-.1.3-.1.4.1-.1.2-.2.1-.4Zm0-.1c.1-.1.1-.2.1-.3 0-.3-.2 0-.1.3Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M20.4 150.4c.1.1-.1.1 0 0Zm43-32.5c.1.1.1 0 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M63.5 118.2v-.3c-.1.1-.2.6 0 .3Zm-25.6 10.7c.1.1.1.1 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M38 129.2v-.3c-.1.1-.2.7 0 .3 0-.1-.1.2 0 0Zm94.6 43.5c.1.1 0 .1 0 0Zm.1.4v-.3c-.7.3 0 .3 0 .3 0-.1-.1 0 0 0ZM83.5 18.9c.1-.1 0 .1 0 0Zm0 0c-.1-.4 0-.6-.1-1.1-.2-.5-.2-1.1-.2-1.6 0-1.4.1-2.8.1-4.1 0-.9.3-2.7-.5-3.2-.3-.2-.8-2.1-1.1-.8-.5 2.1-.1 4.8-.1 7 0 1.3.1 2.6.1 3.8 0 .6.3.7.8.7.8 0 .7-.1 1-.7-.1.2-.1-.2 0 0ZM81.1 34c.4-2.1 1.2-3.9 2-5.9.2-.5 1.8-5.2 1.4-5.3-1.1-.1-1.4 5.9-2.6 5.5 0-.5-.1-3.7-.8-3.7-.8.1 0 2.7 0 3.3 0 .5 0 1 .4 1.3.5.4 0 .9-.2 1.4-.3.8-1.5 3.6-.4 4 .1-.1.1-.3.2-.6.4-1.8 0 .2 0 0Z" clip-rule="evenodd"></path>
  <path fill-rule="evenodd" d="M84.2 20.2c.7-1.3.2-3.5.3-4.8 0-.8.1-1.5.1-2.3 0-.4-.1-.7-.1-1.1-.5-.1-.6.2-.7.6-.2 1.6-.1 3.4 0 5 0 .9-.8 2.1.1 2.9l.3-.3c.2-.3 0 .1 0 0Zm1.9 3.2c.3-1.2.7-2.4 1.2-3.6.1-.2.9-3-.1-1.6-.6.8-.8 2-1.2 2.9-.2.5-.4 1-.4 1.6 0 0 .4 1.4.5.7Z" clip-rule="evenodd"></path>
</svg>
                                
                              </span>
                              
                              
                                BULBES ET TUBERCULES
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Bulbes et tubercules
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--bulbes-potagers-et-tubercules">
                                    <summary id="HeaderDrawer--bulbes-potagers-et-tubercules">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/bulbes-potagers-et-tubercules">
                                            Bulbes potagers et tubercules
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-bulbes-potagers-et-tubercules"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Bulbes potagers et tubercules
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--ails"
                                                    href="/collections/ails"
                                                  >
                                                    Ails
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--asperges"
                                                    href="/collections/asperges"
                                                  >
                                                    Asperges
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--champignons-chevilles"
                                                    href="/collections/les-chevilles-de-champignons"
                                                  >
                                                    Champignons (chevilles)
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--crocus-a-safran"
                                                    href="/products/crocus-sativus-crocus-a-safran"
                                                  >
                                                    Crocus à safran
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--crosnes"
                                                    href="/collections/crosnes"
                                                  >
                                                    Crosnes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--echalotes"
                                                    href="/collections/echalotes"
                                                  >
                                                    Échalotes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--endives-racines"
                                                    href="/collections/endives-racines"
                                                  >
                                                    Endives (racines)
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--legumes-anciens-et-originaux"
                                                    href="/collections/legumes-anciens-et-originaux"
                                                  >
                                                    Légumes anciens et originaux
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--oignons"
                                                    href="/collections/oignons-bulbes"
                                                  >
                                                    Oignons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poires-de-terre"
                                                    href="/collections/poires-de-terre"
                                                  >
                                                    Poires de terre
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--rhubarbes"
                                                    href="/collections/rhubarbes"
                                                  >
                                                    Rhubarbes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--topinambours"
                                                    href="/collections/topinambours"
                                                  >
                                                    Topinambours
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--legumes-perpetuels"
                                        href="/collections/legumes-perpetuels"
                                      >
                                        Légumes perpétuels
                                      </a>
                                    </div>
                                  </div></li><li><details id="Details-menu-drawer--pommes-de-terre">
                                    <summary id="HeaderDrawer--pommes-de-terre">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/pommes-de-terre">
                                            Pommes de Terre
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-pommes-de-terre"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Pommes de Terre
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pommes-de-terre-precoces"
                                                    href="/collections/pommes-de-terre-precoces"
                                                  >
                                                    Pommes de terre précoces
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pommes-de-terre-tardives"
                                                    href="/collections/pommes-de-terre-tardives"
                                                  >
                                                    Pommes de terre tardives
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pommes-de-terre-originales"
                                                    href="/collections/pommes-de-terre-originales"
                                                  >
                                                    Pommes de terre originales
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--bulbes-a-fleurs-a-planter-au-printemps">
                                    <summary id="HeaderDrawer--bulbes-a-fleurs-a-planter-au-printemps">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/bulbes-fleuris-printemps">
                                            Bulbes à fleurs à planter au printemps
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-bulbes-a-fleurs-a-planter-au-printemps"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Bulbes à fleurs à planter au printemps
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--anemones"
                                                    href="/collections/anemones"
                                                  >
                                                    Anémones
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--agapanthes"
                                                    href="/collections/agapanthe"
                                                  >
                                                    Agapanthes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--begonias"
                                                    href="/collections/begonias"
                                                  >
                                                    Bégonias
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cannas"
                                                    href="/collections/cannas"
                                                  >
                                                    Cannas
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--dahlias"
                                                    href="/collections/dahlias"
                                                  >
                                                    Dahlias
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--freesias"
                                                    href="/collections/freesias"
                                                  >
                                                    Freesias
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--glaieuls"
                                                    href="/collections/glaieuls"
                                                  >
                                                    Glaïeuls
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lys-ou-lis"
                                                    href="/collections/lis-ou-lys"
                                                  >
                                                    Lys (ou Lis)
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pivoines"
                                                    href="/collections/pivoines-de-printemps"
                                                  >
                                                    Pivoines
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--renoncules"
                                                    href="/collections/renoncules"
                                                  >
                                                    Renoncules
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--bulbes-a-fleurs-a-planter-a-lautomne">
                                    <summary id="HeaderDrawer--bulbes-a-fleurs-a-planter-a-lautomne">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/bulbes-fleuris-automne">
                                            Bulbes à fleurs à planter à l&#39;automne
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-bulbes-a-fleurs-a-planter-a-lautomne"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Bulbes à fleurs à planter à l&#39;automne
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--allium-ail-dornement"
                                                    href="/collections/allium-ail-dornement"
                                                  >
                                                    Allium - ail d&#39;ornement
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--anemones"
                                                    href="/collections/anemones"
                                                  >
                                                    Anémones
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--crocus"
                                                    href="/collections/crocus"
                                                  >
                                                    Crocus
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--fritillaires"
                                                    href="/collections/fritillaires"
                                                  >
                                                    Fritillaires
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--iris"
                                                    href="/collections/iris"
                                                  >
                                                    Iris
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--jacinthes"
                                                    href="/collections/jacinthes"
                                                  >
                                                    Jacinthes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--muscaris"
                                                    href="/collections/muscari"
                                                  >
                                                    Muscaris
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--narcisses"
                                                    href="/collections/narcisses"
                                                  >
                                                    Narcisses
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pivoines"
                                                    href="/collections/pivoines-de-printemps"
                                                  >
                                                    Pivoines
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tulipes"
                                                    href="/collections/tulipes"
                                                  >
                                                    Tulipes
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-5">
                      <summary id="HeaderDrawer-plants-et-fruitiers">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/plants-et-fruitiers">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="87" height="88" fill="currentColor" viewbox="0 0 87 88">
  <path d="M36.8 48.7c-.1 0-.1 0 0 0Zm-1.4 9.4c-.1 0-.1 0 0 0Zm8.4-8.2c-.1 0-.1 0 0 0Zm-5.2 4.7c.1 0 .1 0 0 0ZM40 73.3c0 .1 0 .1 0 0Zm21.5-12.9c-.2-.1-.4-.3-.7-.5-.9-.6-1.2-.7-1.7-.9-2.2-.6-4.4.8-5.1 1.9v-.3c0-2.9-1.5-4.4-2.2-6.3-.1-.1-.1-.3-.1-.4 0-.2-.2-.5-.1-1.5v-.2c0-.1.2-.5-.1-.5-.1 0-.1.1-.1.1s-.4 1-.5 1.3c-.5 2.2.2 3.3.4 5.2.2 1.9-.5 3.5-1 4.3.1-1.9-1.2-9-4.5-14.7-2.5-4.4-4.4-5.8-4.8-7.4-.1-.6-.1-.8-.1-.9.1-.3.3-.7.7-1.2 2-3.1 6.5-6.5 8.8-8.2 2.4-1.9 4.9-3.7 9.5-5.9 1.7-.8 1.7-.8 2.6-.6.6.2.7.3.8.4.3.2.6.5.9.9.5.6.5 1.2.7 1.3.1 0 .1.1.1.1.5-.4-1.1-2.7-2.6-3.1-.2-.1-.5-.1-.7 0h-.4c-.6.1-6.2 2.8-9.7 5.3-.5.3-6.1 4.5-9.2 7.9-.3.3-.7.8-1 1.4-.2.2-.7 1-.8 1.2-.2.3-.3.6-.3.9v.4c.1.8.9 2 1.1 2.2 1.9 2.1 4.7 6.7 6.1 10.6 1.7 4.6 2 9.1 2.2 10.2-.3.3-.6.3-.8.5v-.1c.3-7.8-4.8-17.4-8.8-20.9-.5-.5-.9-.7-1.2-.9 0-.1-.1-.2-.2-.2h-.3c-1.3.3-7 13.7-6.5 15.5-.4.3-.9.5-.9.7h-.3c-.4 0-.8-.4-1.2-.6-.5-.4-.8-.6-1.1-1.1-.8-1.5-1.1-3.4-5.8-3.4-1.1 0-2 .2-2.9.6-1.5.7-2.1 1.2-2.1 1.2-.8.5-1.6.7-2.1.8.7-.3.8-.7 2.1-1.4 1.8-1 1.7-.7 4.3-1.4 1.4-.3 3.3-.3 4.4 0 3.8.8 3.4 3.5 3.8 4.1 0 .1.1.1.2.1 0 .6.1.4.1.4.4-.2-.2.3 1.2-4 2.4-7.4 3.8-9.6 5.7-12.2.3-.4 1.9-2.4 2.1-2.7-.2.2-1.1 1.3-1.2 1.5.8-1.1 1.9-2.9 8.7-9.3 1.1-1 1.9-1.8 2.5-2.3.2-.1 1.3-1.1 2.7-2 .8-.5 1.2-.7 1.4-.9.2-.1.3-.2.6-.3l1.1-.6c.2-.1.3-.2.2-.3 0 0 .1-.1 0-.2v-.1s-.1-.1-.3-.1c-.2 0-.5.1-1.1-.2-1.7-.9-2.1-2.1-2.4-2.9.1 0 .1-.3 0-.8-.1-1.2-1.2-4.7-4.7-9.1C45.5 9 42.8 7 40.8 5.7c-.8-.5-2.4-1.3-4.3-1.9-.7-.2-1.3-.6-1.6-.6h-.2c-.3-.1-.6-.2-1-.3-3.8-1.1-5.5-1.2-5.5-1.2-.9.2 2.7.4 7.1 1.9.4.2.7.3.8.3.4.2.8.3 1.1.4 1.9.8 3.9 1.9 5.7 3.4 2.6 2.2 5.5 5.7 6.7 7.7.2.3.4.6.5.9.1.2.1.4.2.6.3.8.6 1.4.7 1.9.1.4.2.8.2 1.1 0 0-.1-.1-.2-.1-.2-.1-.5 0-.6.1-.2.1-.2.2-.5.5-1.1 1.1-4.1 2.1-6.4 1.9h-.3c-1.2-.2-1.5-.3-2.6-.8-.5-.3-2.3-1.2-2.5-1.7-.1-.2-.1-.3-.1-.4-.1-.2-.8-.8-1.1-1.2-1.2-1.5-.1-.4-.7-1.4-.6-.9-1.8-2.8-2.1-3.9.1 0 .2-.1.2-.2s0-.1-.1-.3c-1.2-3.1-1.7-3.2-1.5-3.2.6-.1-.8-1.3-1.5-2.8 0-.4.1-.4-.2-1 .1.1.3 0 .3-.2-.2-.6-2.5-3-3.8-3.3 2.4-1 4.1-.2 3.7-.9.4.1 2.1.3 2.5.4.3 0 .6 0 1.2.1.5.1 1.1.3 1.4.1.4-.2-.3-.4.9-.2 2 .3 3 .9 4.3 1.2.4.1 1.6.4 1.7 0 0-.1-.1-.1.3 0 0 0 2.2.6 2.5.6 1.5.2 2.6 1.1 3 .9.1-.1 0-.1.4.1 1.8 1 2.3 1.6 2.8 2 1.3.8 1.3 2 2 3.6 1 2.1 1.7 5.2.5 7-.3.4-.6.6-.9.8-.4.2-.5.5-.7.9-.2.4-.4.7-.5.8-.4-.2-.2 1.9 1.9 3.3 1.9 1.3 3.2.3 4.8-.7.2-.1.4-.2.5-.3.8-.4 1.8-.8 1.9-.8 7.8-3.1 15.3-3.4 15.5-3.8 0 0-.1-.1-.3-.1 0 0-11.8 1.4-17.8 4.8-.2.1-.3.2-.4.3-1.4.8-2.6 1.4-4.1.2-1.6-1.2-1.7-2.2-1.8-2.7h.1c.3-.2.8-1.3 1-1.5.2-.2 1.5-.7 1.8-2.7.1-.5.2-2.3-.4-4-.6-2-.8-1.7-1.3-3.3-.2-.7-.7-1.6-1.5-2.2 0 0-3-2.5-3.5-2.1-.1.1.2.1-1.4-.5-1.3-.5-.7-.2-2.3-.6l-2-.5c-.1 0-.3.1-.2.3 0 .1.1.1.1.1-.8.1-2.6-.6-3.6-.9-.4-.1-2.5-.7-2.9-.5-.1.1-.2.1-.2.3-.1.1-1.1-.1-.8-.1-1.1-.2-1-.1-1.6-.2-2-.2-2.9-.6-3.1-.2-.1.3.4.1-.7.2-1.7.1-2.2.2-3.7 1.2-.1.1-.2.1-.2.2-.1.2-.1.3.1.3.1 0 .4-.3.9-.5.1 0 .2 0 .3.1.7.2 2.2 1.3 2.7 1.8.4.4.5.6.6.8-.2.1.1.5.3.8.1.1.1.2.2.4.1.3.3.7 1 1.8.3.4.5.6.7 1 0 0-.1 0-.2.1-.1.2 0 .2.6 1.4 0 .1.1.2.1.2-.3-.1-.8-.3-.8-.3-1.6-.4-1.7-.4-3.2-.5-.7-.1-3.1-.1-3.1-.1-.2 0-.4 0-.5.2 0 .3.4.1-.8.1-2.1.1-4.9 1.1-5 1.2 0 .1 0 .3.2.3-.1.1-2 1.1-2.2 1.1-.7.3-2.5 1.5-2.8 1.7-.2.1-.1.3 0 .3.3 0 .3-.2-2.8 1.7-1.1.7-2.8 2.1-2.7 2.4 0 .2.3.3.5.2-.1.1-.6.8-.6.8-1.5 1.9-1.8 2.4-2.2 3.2-.3.6-.7 1.3-.8 1.7-.1.2 0 .4.4.2-.3.6-.5.9-.5 1.1.1.3.3-.2-.3 1-1.3 2.6-1 2.6-1.7 4.2-.1.2-.2.3-.1.5.1.1.3 0 .5-.2-1.2 2-1 1.8-1.8 3.7-.4.9-1.1 2.1-.3 1.9-.5.9-1.8 2.5-2.1 4.6 0 .3.2.5.7-.1 1-1.3 1.7-2 2.2-2.4 0 .1.1.1.3.1.3.2 1.3-.6 2.7-.8h.3c.3.2 6.2-.1 6.7 0s.3.4.8.5c.6.2.9-.3 3 0 .2 0 .6.1.9.2-.2.4-.1.6.3.7.7.1-.2-.1 2.4.4.9.2 1.1.1 2.1.3 0 .4.6.4.9.4.6.1-.4.6 2.9-.1.9-.2.7-.2.8-.1.2.3 1.1-.3 2.5-.5s4.2-1.5 5.3-2.4c.4-.3.2-.3.4-.1.3.4 3.4-2.1 4.4-4 .3-.6.1-.3.4-.2.2 0 .2-.1.4-.3 1.1-1.8 1.9-3.6 2.1-5.7v-.1c.2-.5.3-2.8-.6-4.5-.1-.2-.2-.3-.2-.4.4.1.8.1 1.2.2H45c.9-.1 1.7-.2 2.4-.3.3 0 .6.1.5.1 1.1.1 2.2.4 3.2.7-1.4-.3 2 .6 2.1.8 0 .1 0 0 .2.1.5.1.3.1.9.2h.4c-.9.4-2.3 1.3-3.2 2l-.1.1c-1.1.6-4.4 3.7-4.8 4.1-7.2 6.8-8.7 9.2-8.8 9.7-3 3.9-4.5 7.8-6.1 12.5-.5 1.5-.8 2.5-.9 3.2-.2-1.1-1.1-3-3.2-3.5-1.1-.3-2.7-.5-4.2-.3v-.4c-.2-2.1 0-1.4 0-2.4 0-.5-.1-.6 0-.5.4.9.4 1.5.7 1.9.3.5.5.6.8.9.1.2.1.2.2.3l.1.1c.3-.3-.4-.8-.7-1.1-.4-.5-.5-1.1-.5-1-.1-.4-.8-2.4-1.2-2.4-.4 0 .1.4.2 1.6 0 0-.2 2.4.2 2.9-.5.1-1 .1-1.4.3-1.8.5-2 .3-3.3.9-2.3 1.1-2.1 1.6-3.6 2.1-.2.1-.3.1-.4.3 0 .1.1.1.2.2s.2 0 .4 0c3.6-.2 3.8-2.8 8.2-2.7v.2c.1 1.4.4 2.2 1 2.8-.5 0-.9.2-1.3.5 0 0 0-.1-.1-.1-.4-.4-2.5.1-3.4 1.7-.3.4-.7 1.4-.6 2.4 0 .2.1.4.1.6-.9-.1-2.8 1.6-2.1 4.6.1.7.3 1.1.9 1.5-.3.3-.6 1.1-.7 1.3-.4 1.6.4 3.6 1.5 4.4.2.1.3.3.5.2-.3 1.1 0 3.2 1.5 4.3-.1.4.2 1.1 1 1.5.7.4 1.1.4 1.3.3.1.2.3.5.5.7.4.5 1.9 1.2 2.7 1.3.3 0 .5 0 .6-.1.5.6 1.2 1 2.2.8.8-.1.9-.1 1.1-.3l.3-.3c1 1.3 2.7 1.2 3.8.1.3.3 1.3.3 1.8.2.8-.2 1.3-.7 1.7-1.3.1.1.3.1.6.1h.2c.2 0 .4-.1.7-.1v.5c.2 1.3 1.4 2 2.3 2.2 0 .1 0 .3.1.5.8 1.8 2.4 1.9 3 1.7.3.3.8.5 1.3.6.2 0 .4.1.6.1 0 .4.7.9 1.1 1 .8.4 1.9 0 2.4-.5.1.1.2.2.4.3.5.3.8.4 1.4.4.3 0 .7 0 1.1-.1.8-.2 1.2-.7 1.4-1.1h.1c.7.3 1.9.3 2.5-.1.7-.5 1-1.1.9-1.4v-.1c.7.1 1.4-.4 2-.9.7-.5 1.1-2.1.9-2.3.7-.6 1.3-1.5 1.4-2.6 0-.3 0-1.1-.3-1.3.5-.6.9-1.4 1-2.5 0-.4 0-1.8-.3-2.1 1.1-1.4.8-4.2-.3-5.6l-.3-.3c-.1-.1-.1-.2-.1-.4.8-1.7-.9-4.1-1.7-4.5-.7-.3-1.8-.4-1.8-.4-.1 0-.3 0-.5.1.4-.5.8-1 1.6-1.3 1-.4 2.4 0 3.1.5.9.7 1 2 1.2 1.7 0 0 .1-.1.1-.3-.5-.7-1.2-1.5-2.2-1.9ZM44.4 8.5c1.1.9 2.2 2.1 3.2 3.3-1-1.1-2.1-2.3-3.2-3.3Zm6.8 11.9h.3c0 .4.5 1.6.8 2.1 0 .1.1.1.1.2-.5-.2-1.3-.5-2-.6-.2 0-.6-.1-1-.2 1.3-.8 1.7-1.5 1.8-1.5ZM40.7 33.1c-.3.1-.3.5-.8 1.1-.6.9-2 2.4-3.3 3.1-.2.1-.1.1-.2 0s-.3 0-.4 0c-.5.3-.4.5-3 1.8-.5.2-1.4.6-1.9.7-.4.1-.5.1-1 .2-.6.1-.8.2-1.7.5-.2-.4-2.5.5-3.6.4-.1 0 0-.1-.3-.2-.5-.3-.7.1-4.9-.7-1.7-.4-1.8-.1-1.6-.5.3-.5-.7-.6-1.6-.7-1.3-.1-1.8.1-2.4 0-.3-.1-.3-.3-.7-.5-.4-.2-.8-.1-1.3-.1-.7 0-.9-.1-1.9 0H8.9c-1 0-.7.1-2.3 0-.2-.3-2.1.4-2.8.7.1-.1.1-.2.1-.3.2-.3-.7-.2-2.7 2.1-.6.7-.6 1-.2-.3.3-1.1 1.7-2.9 1.8-3.4 0-.2-.1-.3-.3-.2-.1 0-.3.2.4-1.1.2-.5.7-1.8 1-2.3.4-.7 1.3-2.3 1.3-2.5 0-.2-.1-.3-.3-.2-.4.2-.4.5-.2 0 .3-.8.2-.8.9-2.6.6-1.4 1.2-2 .9-2.2.2-.5.7-1.2.6-1.4-.1-.1-.2-.1-.3 0 1.7-3.6.7-1.7 3.6-5.6.1-.2 0-.3-.1-.3h-.5c-.1 0 1-1.2 2.5-2.1 2.4-1.5 3.7-2 3.2-2.3 1.9-1.1 1.6-1 4.3-2.5.2-.1.6-.3.6-.5s3-1.1 4.9-1c.3 0 .9.1.8-.2-.1-.3-.6-.1 1.5-.1 3.1 0 5.1.8 5.7.8.7 1.4.5 1.5.7 1.8-.2.3.3 2.1 1.5 3.7 0 .1.4.5.6.7-.1.1 0 .5.6 1.3h-1.1c-2.2 0-7.2 1.7-9.3 2.6-.2.1-.4.2-.7.3-1.9.8-3.7 1.7-5.3 2.7-.3.1-.5.3-.7.4-8.9 5.1-15.7 12.9-16.1 13.3-.4.4-1.4 1.2-1.3 1.6 0 0 .1 0 .1-.1.1-.1 0-.1.3-.4.4-.5.6-.5 3-3.1 1.7-1.8 4.3-4.1 6.1-5.6v.1s.1 0 .2-.1c.3-.4.9-.9 1.7-1.4h.1c.7-.5 1.2-.9 1.7-1.2 2-1.4 4.6-2.9 7-4.2.6-.3 1.2-.6 1.9-.9.9-.5 2-.9 3.2-1.4 5.4-2 8.4-2 9.4-2 .6.9 1.2 1.1 1.2 1.3 0 .2-.1.3.4.8.7.7 1.5 1.1 2.4 1.5.2.1.5.2.7.2h.1s.1 0 .1.1c.3.5 1.2 1.7 1.3 3.6.1 1.1-.3 3.3-1.1 4.8-.3.6.1.1-.6 1.3-.1.1-.4.9-.4.9-.1-.2-.1-.2-.3-.2Zm8-11c.8.2 1.2 0 4.3 1.2.9.8 1.8.9 2.3.8-.2 0-.4.1-1 0h-.2c-1.3-.5-4.1-1.4-6.1-1.7.3-.1.5-.2.7-.3Zm-7.8 18.2c.1.4.2.7.4 1.1-.2-.2-.3-.4-.3-.6-.1-.2-.1-.4-.1-.5Zm8.4 23.9c.3-.2.6-.2.9-.5.1 0 .1-.1.2-.2.2-.2.5-.7.8-1.4 1.7-3.9-.5-5.6.2-8.7 0 .2.1.4.1.5.1.9.6 1.3.9 2.1 0-.1.3.7.4 1 1 1.6.9 3 .9 4.6 0 .7-.1 2-.3 2.6-.1.2-.1.3-.2.4l-.1.1c-.1.1-.2.1-.2.2-.1.1-.3.1-.5.2-.2 0-1.1 0-1.6-.1 0 0-.1-.1-.3-.1-.3-.1-.4-.3-1.2-.6-.1 0-.1 0 0-.1ZM59.9 73c0 .1 0 .1 0 0-.2.2-.3.4-.5.6-.5.4-1.2.7-1.9.7h-.2L57 74c.2-.7.1-1.5 0-2.1-.1-.4-.5-1.3-.8-1.7.4-.2.8-.5 1.1-1.3.2.1.4.1.8 0 .3-.1.6-.2.8-.4.2.2 1.1.5 1.2 2.4.2 1 .2 1.6-.2 2.1Zm-1 4.8v.1c-.2.6-.6.8-1.2 1-3.1 1.1-1.8-.5-2.6-2.7-.1-.3-.2-.5-.3-.5.6-.2 1.3-.5 1.8-1l.1-.1h.4c.3.1.7.2 1.3 0 0 .5.9 1.7.5 3.2Zm-1.5 2.8v.4c-.2 1.2-.5 1.3-1 1.6-.3.2-.6.4-1.5.3-.5-.1-1-.1-1.3-.6 0 0 0-.1-.1-.2V81c0-.2.1-.4.1-.5.9-.2 1.3-.7 1.5-1.3 0 0 0 .1.1.1.4.5 1.3.5 2.1.2.1.2.1.5.1 1.1ZM56 84.3c0 .2-.1.4-.6.6-.7.3-1.4.3-2.1.3-.9-.2-1.2-.4-1.3-.6.1-.3.1-.5.1-.7.6-.2 1.1-.6 1.3-1.1.2.2.4.4.7.5.5.2 1.2.2 1.8.1v.2c.1 0 .2.3.1.7Zm-6.2 1.3c-1.7-.1-1.8-1.2-1.9-1.6.6-.1 1-.3 1.2-.6.2.2.3.3.6.4.9.3 1.7.2 2.1.1v.2c-.1 0-.2.2-.1.5v.1c-.4.5-1 1-1.9.9Zm-6.7-.7c-.5-.2-1.1-.7-1.3-1.2-.1-.2-.1-.3-.1-.4.1 0 .2-.1.3-.1l.2.2c.4.3.9.5 1.3.5-.1.2 0 .7.4 1.2-.2 0-.5-.1-.8-.2ZM19.4 71.1v-.4c.1-.7.4-1.1.6-1.4.9.4 2.1.4 2.6 0l.2-.2s0 .1.1.1c.5.9 1.1 1.3 1.8 1.5 0 .2.1.5.1 1v.1c0 .3-.1.6-.2 1v.4c-.1.5-.4 1-.7 1.2-.2.1-.3.1-.5.1h-.1c-.4-.1-.8-.3-.9-.4-.3-.2-.7-.2-.9-.4-1.2-.7-1.7-1.2-1.9-1.9-.1-.1-.2-.4-.2-.7ZM19 65c.7-1.6 1.8-1.6 2-1.8.5.1 1 .1 1.4.2.5.5 1.2.7 1.7.7-1.5.8-1.9 3.1-1.5 4.6v.1c-.2.5-1.1.4-1.7.3-1.4-.2-1.8-.8-2-1.8-.1-.9-.2-1.6.1-2.3Zm9.6-7.1c.2-.1.4-.1.5-.2.3.3.8.6 1.2.7.2.1.3.1.5.1.1.1.2.1.3.2.1.2.3.4.5 1 0 .6 0 1.4-.3 2.9l-.3 1.2c-.6 1.3-1.6 1.5-4 .7-.1 0-.2-.1-.3-.1h-.1c-1.5-.7-1.6-2.8-1-4.4.5-1.3 1.3-1.8 1.8-2 .4 0 .8 0 1.2-.1Zm6.3.6c1.1 0 1.4.3 2.1 1.4 0-.1.4.6.4 1.5s-.1 2.2-.6 2.9c-.9 1.1-1.2 1.2-1.8 1.3-.6.1-2.3-.1-2.8-.3-.1 0-.1 0-.1-.1-.1-.1-.2-.1-.4-.2-.4-.3-.4-.8-.3-1.4.5-1.1.6-2.6.6-3.5 0-.4 0-.8.1-1.1 0-.1.1-.2.1-.3h.1c.6.1 1.7 0 2.6-.2Zm7.8-1.7c.6-.3 1.2-.9 1.5-1.3l.2-.2c.4-.4.4-.7.3.2-.4 4-3.5 1.8-5 1.8-.1 0-.1 0 0 0 1.3-.5 1.8 0 3-.5Zm3 5.8c1.3 1.6 3.3 2.6 4.3 2.7h.1c-.3.3-.9.7-2.7.6-.4 0-1.1.1-2.1-.2-.3-.1-.5-.2-.7-.4-.1-.3-.2-.6-.3-.8-.3-.5-.4-.7-.5-.7 0-.1-.1-.1-.1-.2.2-.6.5-2.1-.2-3.7v-.1c1.1.9 1.5 1.8 2.2 2.8Zm2.8-1.4c.1.1.2.1.2.2.1 1.4 0 2.4.1 2.8 0 0 0 .1-.1.1-.4-.3-1.5-.9-2.2-2.3-.5-1.1-.9-2.5-1-3.6.2.4.8 1.4 1.3 1.8l.9.6c.5.2.5.3.8.4Zm6.7 2.9c.1 0 .2-.1.3-.1.1 0 .3.1.4.2 2 1.6 1.7 4.4.4 5.5-.8.5-1.5-.1-2-.1.1-.2.2-.4.2-.7.1-.3 0-1.6-.3-2.4-.2-.4-.6-1.2-.8-1.3 0 0 .1-.1.2-.1.2-.3.7-.7 1.6-1Zm1.5 9.6c-.1.6-.4.8-.9 1.2-.7.5-1.5.6-2.3.6-.6 0-1.1-.2-1.1-1.4 0-1.1-.3-1.8-.4-2.4 0-.1 0-.2-.1-.3v-.1c.3 0 .6-.1.8-.2.1 0 .2 0 .3-.2.3-.2.5-.4.7-.7.2-.1.3-.2.4-.3.3 0 1 .4 1.8.3.2.5 1.2 1.6.8 3.5Zm-2.8 6.2c-.8.3-2.1.3-2.7.1-.3-.2-.6-.6-.6-1.9 0-1.2.2-1.7.3-1.9.6-.2.9-.6 1.2-1.1.1.2.3.5.6.6.3.1 1 .2 1.8.1 0 .3.3.8.4 1.4 0 .2 0 .4.1.6 0 .1-.1.1-.1.2.1 1-.1 1.5-1 1.9ZM42 79.8c.1.1.3.2.5.3.6.3 1.2.5 1.9.4v.3c-.1.4.1 1.3.6 2.1-.1 0-.1.1-.3.2-.4.3-1.3.3-1.7.1-1-.4-1.4-1.3-1.5-1.7v-.1c-.1-.9.4-1.3.5-1.6ZM24.6 64.3c.5-.2.6-.1.8-.1h.1c.9.5.7.4 1 .5h.1c.1 0 .2.1.3.1.1 0 .2.1.3.1.4.2.7.3 1.5.3-.7.4-.5 1.2-1.1 3.7-.1.3-.1.7.1 1.1-.1.1-.3.3-.9.4-.6 0-1.2 0-1.7-.1-.4-.1-.7-.3-.9-.4-.9-.5-1.1-1.6-1.3-2.3-.1-1.2.4-2.9 1.7-3.3Zm11.5-5.9c.1 0 .2 0 .4-.1.2.1.7-.2 1.3-.4 0 0 .1.1.6-.1h.1c.5 0 1 .1 1.5.5 2 1.7 1.8 6.3-2.2 6.5-.5 0-.6 0-.7-.1 1.2-1.9 1-5.4-1-6.3Zm11.3 8c.5 0 .9.1 1.3 0-.2.5 0 1.9.3 2.9 0 .1-.1.3-.2.5-.4.6-1 .9-1.8 1-2.2.2-2.4-1.5-2.7-2 .3-.6.4-1.3.4-2v-.1c0-.3 0-.6-.1-.9 1.1.7 2.5.6 2.8.6Zm.8 17.1s.1 0 .1-.1c0 .1 0 .1-.1.1Zm-2.2-7v-.2c.6-.3 1-.7 1.1-1.1.3.3.6.6 1.1.8 1 .4 1.4.4 1.8.4.2.2.2.4.3.7 0 .8-.1 1.5 0 2.1-.1.3-.2.5-.2.6-.2.2-.5.3-1 .5-1.2.4-3.5-.7-3.1-3.8Zm-6.3.3c0 .1-.1.2-.1.2-.1.2-.3.4-.4.6-.5.5-1.6.9-2.3.8h-.2c.5-.8.6-2.1.5-2.7.8.1 1.6-.2 2.3-.8.1-.1.2-.1.3-.2 0 0 .1.1.2.1.1.1.1.1.1.2.1.2 0 .6-.1 1.1-.2.3-.2.5-.3.7Zm-10.1 2.5c-.2-.1-.8-.1-1.3-.8-.1-.2-.2-.4-.2-.6v-.3c.1-.5.1-.4.2-1.4.8 0 1.6-.3 2-1 .3.5.8.8 1.9 1 0 .3.1.7-.1 1.9-.1.6-.3.7-.7.9-.4.1-1.1.3-1.8.3Zm-3.3-.5c-.9 0-1.8-.6-2.4-1.3-1.1-1.2-1-2-1-2.4.2 0 .5.1.8 0 .4-.1.6-.2.8-.5.3-.3 0-.3.3.2.6.9 1 1.1 2.1 1.3.3.1.6.1.9.2 0 .7-.2 1.3-.3 1.9-.1.2-.4.5-1.2.6Zm-1.2-6.9v-.4c.1-.5.1-.5.1-.6.4 0 .8.1 1.3 0 .6 0 .8 0 1.2-.4.2.3.3.5.7.7.5.3 1 .5 1.6.5v.2c0 .9-.2 1.9 0 2.6-.3.7-.9 1.1-1.6 1.1H28c0-.1-.1-.1-.1-.1h-.1c-.4 0-.8-.1-1.2-.3-1.3-.2-1.6-.9-1.6-1.9.1-.4.1-.9.1-1.4Zm4.7-6.5c.6-.1 1-.1 1.2-.1.2.1.3.1.5.2l.1.1c.3.2.7.3 1.1.4.4.2.4.4.5.6l.1.1v.8c-.1.6-.1 1.2-.1 1.6v.2c-.1 1-.3.9-.3 1.1-.3.5-.9.8-1.8 1-1 .2-2.3 0-2.8-.6-.9-1.3-.3-1.2 0-3.5.2-2 .6-1.7 1.5-1.9Zm9.4-.4h.2c.4-.1 1 0 1.6 0 .2 0 .4 0 .6-.1 1.1.5 1.3 2.6.6 4.1-1.1 1.9-3.1 1.5-3.6 1.2h-.1c.1-.1.2-.3.2-.4.1-.1.1-.3.2-.5.3-1 .4-1.8.3-2.9-.1-.8-.3-1.1-.5-1.2.3-.1.4-.1.5-.2Zm7.6 9.9c-.3.5-1 1-1.4 1.1-1.1.3-2.5-.5-2.7-1.4v-.3c.9-.8 1.4-2 1.3-3.1.5.2 1 0 1.3-.2.5.3.9.3 1.4.3-.2.4-.3 1.2-.3 2.1 0 .5.2 1 .4 1.5Zm-2.7-5.6c.1.2.4 1 .8 1.4h-.1c-.5.1-.7 0-.9-.1-.1-.3-.2-.5-.3-.7.1-.1.3-.3.5-.6Zm0-3.7c.4 1.2 0 2.9-1.1 3.7l-.6.3c.3-.4.5-.8.6-1.4.3-1 0-1.8-.3-2.8 0-.1-.1-.1-.1-.2-.1-.2-.1-.5 0-.7.2-.1.3-.3.4-.5 0 0 0 .1.1.1.3.3.8.8 1 1.5ZM32.5 75.7c-1.3-.1-1.8-.5-2-1v-.1c.2-.8.1-2.3 0-2.5v-.2c.5 0 1.1-.1 1.6-.3.7-.3 1.1-.8 1.4-1.3.4.6 1.1 1.3 2 1.3 0 .2 0 .4.1.7 0 .4 0 1.5-.2 1.9-.2.4-.3.6-.7 1-.7.5-1.2.6-2.2.5Zm3.3-1.6c.1-.5.2-1.9.1-2.5.5 0 1-.2 1.6-.6.4-.2.8-.4 1-.6.2.2.7.4 1.3.4.2.6.9 1.7-.1 3.1-.1.2-.3.4-.5.6-.2.1-.8.5-1 .6-1.8.7-2.4-.4-2.6-.5.1-.1.1-.3.2-.5Zm4.1.5c.2-.2.3-.3.4-.6.6-1.3.3-1.9.2-2.8v-.4c.5-.1 1-.3 1.5-.7.3 0 .7 0 1.1-.2.1.2.3.4.4.7.4 1.5-.6 3.6-2.4 3.9-.8.1-1 .1-1.2.1Zm9.9 1.4c-.4 0-1.6-.4-1.8-.5-.4-.2-1-.9-1.1-1.8-.1-1.2.2-1.9.2-2.3.1 0 .3 0 .4-.1.8-.2 1.5-.7 1.7-1 .1 0 .1-.1.2-.1h.1c.1.1.3.3.5.4l.1.1c.5.3 1 .5 1.5.5v.3c0 .3 0 .7.2 1.4.1.5.2.7.2 1v.2c0 .2 0 .3-.1.6s-.3.7-.6.9c-.4.2-1.1.4-1.5.4Zm3.4-10.8c0 .1 0 .1 0 0Zm-4 1.2c0-.1 0-.1 0 0Zm-6.9-7.7c.6.8.9 1.5 1 2.2.1.6.1 1 0 1.4-.1.5-.4 1.1-1 1.7-.4.3-1.1.5-1.5.6h-.9c.5-.4 1-1 1.3-1.8.5-1.4.1-3.3-.8-4.3h.2c.8-.2 1.3-.1 1.7.2Zm-5.5 6.4c.2.2.7.3 1.4.2.2.1.4.2.5.3.3.3.4.6.4 1s0 1.2-.1 1.7c-.4 2.1-.8 1.7-2.8 2.6-.2.1-.6.2-.8.2-.7-.1-1.4-1.1-1.6-1.7v-.1c.1-.6 0-1.2 0-1.5.1-.8.2-1.5.2-1.7h1.3c.5-.2 1-.5 1.5-1Zm-4 13.9c-.4 0-.4-.1-.5-.2l-.1-.1c0-.1.1-.1.1-.2.3-.8.3-1.8.2-2.3h.3c.7 0 1-.1 1.3-.2.3-.1.8-.5 1.1-1 .1.2.3.5.8.7.2.1.3.1.5.2v.4c-.2 1.5-.7 2.2-1.1 2.6-.1.1-.3.2-.5.2-.3 0-1 0-2.1-.1Zm7.8-3.7V75c.4 0 .9-.1 1.3-.2.1 0 .2-.1.3-.1 0 .2 0 .6-.1.9-.3 1.6-1.3 2.3-2.4 2.2.5-.7.8-1.7.9-2.5Zm.8 2.4c.8-.6 1.1-1.6 1.1-2.4.4.5 1 1.1 2.1 1.2.4 0 .7 0 1-.1-.2.5-.1 1.5.3 2.5-.2.2-.5 1.6-2.5 1.1-.8-.2-1.2-.6-1.7-1.3-.3-.4-.3-.7-.3-1Zm3.7 2.6c.4-.2.6-.5.8-.8.1-.1.1-.2.2-.3.5.8 1.2 1.5 2.4 1.5v.9c0 .4.1.9.3 1.3-.3.1-.6.3-1 .4h-1.1c-1.2-.3-2.1-1.9-1.6-3Zm6 3.2c-1.1 0-1.6-.4-2-1.2-.5-1-.2-1.4-.4-1.6.3 0 .6-.1.9-.2.3-.1.6-.3.8-.6v-.1c.2.3.5.5 1 .6.6.1 1 .1 1.5.1 0 0 .1.1.1.2.2.3.2 1.2.1 1.6v.1c-.4.8-1.1 1.1-2 1.1Zm1.7-18c.1.1.3.1.4.3.3.4.5.8.6 1.2.3 1.3 0 2.4-.6 3-.1.1-.2.2-.3.2-.4.3-.9.5-1.4.5-.5-.1-1-.3-1.5-.9-.4-.4-.6-.8-.7-1.2 0-.1-.1-.2-.1-.3-.3-1 0-1.7.1-2 .2-.1.4-.2.7-.3.3-.2.4-.3.5-.4.3.1.7.1 1.4.1.4 0 .7-.1.9-.2Zm-11.9-7.6c-.3 0-.6.2-.7.3-.3-.3-.6-.5-1-.5h.1c.4-.2 1 0 1.6.2Zm-4-.4c.4-.7.2-2.1.1-3 .3-.3.7-1 1.3-1.6.3-.2 1.6-.9 2.1-1.1.9-.2 1.2-.1 2-.4 1-.3 1.2-.8.9-.4l-.7.7c-.7.6-1.1.7-2.1 1.1-1.9.8-2 2.3-3.1 4-.1.4-.3.6-.5.7Zm1.4 21.2c.1 0 .3-.1.4-.1.2-.1.4-.2.6-.4.3.1.7.1 1.2 0-.1.2-.2.5-.5 1-1.2 1.5-1.9 1.1-2.3 1.2.3-.6.5-1.3.4-1.5.1-.1.1-.2.2-.2Zm1.9 1.3-.1-.1c.2-.2.4-.5.6-.9.1-.1.2-.4.3-.7.1.4.4.9.8 1.3-.2.1-.4.4-.5.7H41c-.4-.1-.6-.2-.8-.3Zm17.3-11.5c.8-2.4-.7-4.3-1.6-4.7l.1-.1c.6-.3 1.5-1.3 2.9.2 1.8 1.8 0 4.9-1.4 4.6ZM38.8 42.2c.1.1 0 .1 0 0 3.2 1.7 7.9 8.5 9.7 17.5.1.4.1.8.2 1.2-.1-.1-.1-.1-.2-.1l-.1-.1c-.9-.7-1.4-.5-2.4-2.2-.3-.6-.4-1.4-.4-1.6 0-.2-.3-.1-.2-.1-.1.1 0 .1 0 .8-.1 3 .9 4.9 1.9 5.9-.3-.3-.7-.6-1.1-1.1-.6-.7-1.2-2.1-2.4-3-.2-.1-.3-.2-.4-.2 0 0 0-.1-.1-.1-.3-.5-.4-.7-.8-.9l-.1-.1c.9.1 1.7-.2 2.2-1.3.2-.4.3-.9.3-1.3.1-.8.1-1.3-.2-1.3-.3 0-1.4 2.2-3.2 2.3-.7.1-1.6-.2-3.1.5-.5.2-.8.4-1.2.5l.2-.2c.3-.3.7-1.1 1-1.8 1.3-3 2.4-2.1 4-3.3 1.1-.9 1.4-1.4 1.6-2.3 0-.1.1-.5-.1-.4-.3 0-.2 1.1-1.8 1.6-1.6.4-1.7 0-3.6 1.1-.3.2-.6.3-.9.8-.1.2-.5.6-.7 1-.2-2.4 1.9-4.1 1-4.2-.2 0-.2.1-.2-.1.4-2.5 1.5-2.9 1.4-3.4 0-.1-.2 0-.2 0-.1.1 0 0-.8.7-.6.5-.8.5-1.7 1.5-2.7 2.9-2.2 6.7-4 8.4.2-1.2 1-4.9 5.6-14 .5-.6.6-.7.8-.7Zm-6.7 15.5c2.3-1.5 1.4-3.9 3.8-7.9.6-1.1 1.7-1.9 2.2-2.2.1-.1 0-.1-.1.3-.3.6-1 2.6-.2 2.5-.1.2-1.3 1.9-1.2 3.7.1 1 .3 1.8.3 2.7 0 .8-.2 1.1-1.7 1.5h-.1c-.5 0-2 0-2.8.2-.3 0-.5-.1-.8-.3.1-.3.4-.4.6-.5Zm-4.6-2.5c0 .1.1.1.1.2-.1-.1-.3-.2-.5-.3-.3-.1-1-.3-1.5-.8-.3-.3-.3-.5-.3-.7 1.3.3 1.8.9 2.2 1.6Zm-3.8-1.9c.5 0 .9.1 1.3.2-.1.3.1 1.2 1.7 1.8 1 .3.9.5 1.1.8 0 .1.1.1.1.1.1.1.2.2.3.4.2.2.3.4.5.7-.2.1-.5.2-.9.2-.6 0-2.6-.8-3.5-1.8-.8-.9-.7-2-.9-2.4h.3Zm.5 3.4c.4 0 .4.1.6.1.4.3 1 .6 1.6.9.2.1.3.1.5.2-.3.2-.7.5-.8.6-1 1-1.8 3.7-.7 5.3h-.9c-.1 0-.1-.1-.2-.1-.8-.3-1.4-.6-1.9-1.3-.1-.2-.5-1.3-.6-1.5v-.1c-.1-.5 0-.9.1-1.2.3-1.4 1.1-2.8 2.3-2.9Zm-1.4.3-.3.3c-.1.2-.2.3-.4.5l-.4.8c-.2.5-.3 1-.3 1.6-.1.4-.1 1.3.5 2.5 0 0 0 .1.1.1-.1 0-.3 0-.8-.2-.6-.2-.6-.2-1-.5-1.4-1.4-.4-3.4-.1-4 1.2-1.2 2.3-1.1 2.7-1.1Zm-5.4 9.5c-.1-.3-.3-1.1-.3-1.8.1-2.5 1.5-2.8 2-3 .3.6.8 1.1 1.3 1.3-1 .3-2.5 1.7-1.8 4.5h-.1c-.6-.4-.9-.5-1.1-1Zm1.7 6.6c-.2-.2-.7-.5-.9-.7-1.7-2.5-.6-4.1-.3-4.7.1.1.3.2.5.2.1 0 .2.1.2.1.2.5.6.9 1.1 1.2-.3.3-.7 1-.7 2 0 .6 0 1.1.4 1.6-.1 0-.2.1-.3.3Zm.5 2.5c-.4-1 0-2.1 0-2.4 0 0 0 .1.1.1.2.3.5.5.8.6.3.2.7.4 1 .6.3.2.6.3.9.4 0 .6.2 1.7.7 2.5 0 .1.1.1.1.2-.2.2-.4.5-1 .3-1.4-.2-2.2-1.2-2.6-2.3ZM21 78c.3.1.6.3.9.4.3.1.5.1.7.1 0 .2 0 .5.1.9-.4-.3-1.3-.3-1.7-1.4Zm5.4 3.1c-.7.1-2-.6-2.6-1-.4-.3-.7-.8-.8-1.4v-.4c.2-.1.4-.2.5-.4.5.6.9.7 1.2.9.5.3.8.4 1.3.4-.1.5.1 1.3.4 1.9Zm3 .7c-.6.1-.8.1-1.1.1-.9-.2-1.5-.8-1.7-1.7-.1-.4-.1-.7-.1-.9.7 0 1.1-.1 1.3-.3.3.4 1.1 1 2 .9 0 .3 0 .8.3 1.3-.1.3-.2.5-.7.6Zm.9-.8c-.1-.2-.2-.5-.2-.7v-.4c.1 0 .2 0 .3-.1.8-.2 1.3-.5 1.6-.7.1.1.2.2.5.3.7.3 1.5.2 2.2 0-.1.3-.2.7-.3 1.2-.9 1.9-3.2 2.2-4.1.4Zm6 .2c-.6.4-1 .4-1.6.3-.4 0-.4-.1-.5-.2.2-.3.3-.6.4-.9 0-.1.3-.9.2-1v-.1h.1c.5-.1.9-.2 1.2-.4.2.1.8.2 1.5 0 0 .6-.1 1.6-1.3 2.3Zm3-.5c0-.1 0-.2-.1-.2.2-.1.4-.2.6-.4.1.2.5.4 1.1.5h.2c-.1.4-.1.9 0 1.3.1.2.3.7.6 1-.6-.1-2.2 0-2.4-2.2Zm5 4.3c-.4-.5-.4-.9-.5-1h.3c.7-.1 1.1-.4 1.2-.6.5.5 1.2.8 2.2.8v.1c0 .3.1.5.2.8-.2.2-.1.8-1.2 1-.7-.2-1.6-.4-2.2-1.1Zm4.3 1.9c-.7.2-1.2.1-1.9-.7.8-.1 1.2-.6 1.3-1 .4.5 1.2.8 1.9.8-.2.2-.3.6-1.3.9Zm4.4-.2c-.6.4-1.8.5-2.4.2-.4-.2-.5-.3-.6-.4.1-.1.2-.3.2-.4V86c.6-.1 1.1-.3 1.5-.8.1-.1.1-.2.2-.3.3.3.9.5 1.6.6 0 .1.1.2.2.4-.1.2-.2.5-.7.8Zm2.7-.7c-1 .1-1.4-.1-1.6-.3v-.2c.4 0 .8-.1 1.2-.2 1.1-.3 1.3-.8 1.3-1.3.1.1.3.2.5.3.1.1.3.1.4.2-.4.4-.5 1.3-1.8 1.5Zm3.2-2.2c-1 .7-1.6.5-2.2.1-.3-.3-.4-.5-.5-.7.3-.1.6-.3.7-.4.3-.2.4-.4.6-.7l.1.1c.6.4 1.6.2 2.5-.4-.1.3-.1 1.2-1.2 2Zm1.6-2.9c-.1.1-.8.8-1.3.9-.9.3-1.3 0-1.6-.1.3-.9.1-2 0-2.2.5-.2.9-.4 1.2-.6.1-.1.2-.2.3-.4.1 0 .1.1.2.1.5.2 1.3 0 2-.7.1.3.6 1.3-.8 3Zm1.2-4.2c-.3.6-.8 1.1-1.4 1.3-.6.2-.9.1-1 0 .1-.2.1-.5.1-.9 0-.8-.4-1.7-.6-2.2 0-.1-.1-.3-.2-.4.3-.1.6-.3 1-.6l.5-.5c.4.2 1.3.2 1.8-.3 0 .2.1.7.2 1.5 0 1.3-.2 1.6-.4 2.1Zm.1-4c-.1.1-.1.1 0 0-.4.4-.7.4-1 .4-.2 0-.3-.1-.4-.2.2-.5.2-.9.2-1.3 0-.5-.1-1.4-.2-1.9-.2-.7-.7-1.3-1.1-1.5h.2c.5-.2 1-.4 1.3-.7.1 0 .3-.1.4-.1h.2c.2.2.4.4.6.8.5 1.1.8 3.2-.2 4.5Zm-4.2-10.5c.6-.1 1.5.1 2 .4.1.1.4.3.7.7.3.4.6.9.8 1.4.1.5.1 1 .1 1.4-.2 1.1-.9 1.4-1.4 1.6.2-.4.4-1.1.3-1.9 0-.3 0-.7-.1-1-.3-.9-1.4-1.9-2.1-2-.3 0-.7 0-1 .1.1-.2.2-.4.3-.5 0-.1.1-.1.4-.2Zm.3-1.5c-1.2.9-1.3 2.5-2.9 3-.6.2-1 .4-1.3.6.2-.8.3-1.8.3-2.7.2-.4.4-1.3 2.7-2.1 1.6-.6 2.9.1 3.8.6-.9-.1-1.9 0-2.6.6Z"></path>
  <path d="M60.5 21.1c-.1.1-.1.1 0 0Zm-.3.5c-.1 0-.1 0 0 0ZM48.7 4c-.1 0-.1 0 0 0Zm2.4 19.4c.1 0 .1 0 0 0Zm.6-3.1c0-.1 0-.1 0 0Zm-17.3-7.4c0 .1 0 .1 0 0ZM18 39.7c0 .1 0 .1 0 0Zm6.8 1.3c.1 0 .1 0 0 0ZM10.4 30.9c0 .1 0 .1 0 0Zm43.9-6.3c-.1 0-.1 0 0 0Zm-3.5 2.3c-.1 0-.1 0 0 0ZM31.3 54.8c0 .1 0 .1 0 0Zm-16.3.6c0 .1 0 .1 0 0Zm38.5 7.9c0 .1 0 .1 0 0Zm-33.1-1c0 .1 0 .1 0 0Zm1.1.5c.1 0 .1 0 0 0Zm15.3-6.7c0 .1 0 .1 0 0Zm.7 5.6c0 .1 0 .1 0 0Zm2.6 13.5c0 .1 0 .1 0 0Zm10.4.7c-.1 0-.1 0 0 0Zm-4.1 7.6c0-.1 0-.1 0 0Zm7.5-23.8c0-.1 0-.1 0 0Zm-2.2-1.6c0-.1 0-.1 0 0Zm.2-29.5c.1 0 .1 0 0 0Zm34 7.9-.1-.3c.2-.1.1-.2.1-.3-1.1-2.1-1.5-3.5-2.5-4.8-.5-.6-.9-.8-1.3-1.1-.3-.3-.4-.5-.3-.5.1 0 .3.2.3.2.1.2.3 0 .2-.2-.2-.3-1.1-1.1-1.1-1.1-.6-.6-.3-.5-2.2-2.2-1-.9-.9-1.1-2.8-1.9.1 0 .1-.2.1-.3-.1-.1-.5-.3-.6-.3-1.1-.5-.1-.2-1.9-.7-.8-.2-1.1-.1-1.1-.1-3.9.2-4.1 2.5-5.6 2.6h-.2c-.1-.1-.2-.3-.3-.4-.4-.6-.6-1-1.4-1.6-.4-.3-.8-.6-1.1-.7.9-.3 3.2-1.2 8.9-2 4.5-.6 4.9-.5 4.9-.8 0-.1-.2-.2-.4-.2.6 0-8.2.5-13.6 2.6-.3.1-.3.1-.3.2-.4 0-.3.3 0 .4.1.1.6.2 1.2.7 1.2 1 1.4 1.8 1.9 2.1.1.1.3.1.3 0 .1 0 .2.1.4 0 .8-.1 1.6-1.1 1.9-1.3.4-.3.7-.5 1.1-.7.7-.4 1-.4 1.8-.5.7-.1.9-.1 1.4 0 1.7.4 1.2.2 2 .6.4.2.4.1.3.2-.5.4.9.5 2.1 1.4 1.1.9 3.7 3.5 3.7 3.5.1.1-.1 0-.1.3 0 .5.5.8.9 1.1 1.3 1 1.8 2.9 3.2 5.4-.4.3.7.7.7 4.7-.1-.1-.2-.2-.4-.1-.3.3 0 .8-.3 2.6-.7 4.3-1 3.2-1.8 6.4-.4 0-.2.9-.9 3.4 0-.2 0-.5-.3-.5-.1 0-.1.2-.1.4 0 1.2-.6 4.8-.8 5.5-.1.5-.1.6-.3-.2-.1-.2-.1-.5-.3-.5-.2.1-.1.2-.2.8-.2 1.2-1 2.7-1.1 2.8-.5 1.3-.3 1.9-1 3.3-.2.6-.2.6-.3.6 0 0-.1-.1-.2-.1-.3 0-.3.5-.5.9-.6 1.3-.6 1.1-.7 3.2-.1 1 0 1.9.1 2.5-.9-2-2.2-5.1-2.4-8.7 0 .1.1.1.1.1.2.2-.1-2.2-.2-3.7 0-.5-.1-1-.1-1.5v-.4c0-3.7.3-7.9-1.1-14.5-.4-2.5-1.1-5-2.1-7.7-.2-.4-.3-.9-.5-1.3-.4-1.1-.5-1.5-1.5-3-.8-1.4-1.9-2.9-3.6-4.8h-.1v.2c.1.3.8 1 1.6 2 0 .2.2.3.4.5l.6.9c.1.1.1.2.3.4.1.2.2.3.2.3.5.7.9 1.5 1.4 2.4 1.1 2.4 2.1 5.8 2.3 7.3.4 2.2 1 4.1 1.4 7.8.2 2.3.3 4.6.3 6.7 0 1-.1 2.5 0 3.9 0 2.1.1 4.1.2 5.7.3 2.4.4 2.3 1 4.1.7 2.2.4 1.3 1.2 3.2-.3-.3-.5-.6-.7-1-.6-1.3-.5-2.1-1.7-3.5-.4-.5-.5-.5-.6-.5-.1 0-.2.2-.2.3 0 .5.1.5-.9-.7-.9-1.1 0 .1-1.6-2-.5-.7-1.2-1.2-1.3-1.3-.1-.1 0 .1-.3-.3-.1-.2-.2-.2-.2-.3-.2-.1-.3 0-.3.1s0 .2.2.6c-1.2-.9-1.2-.9-2.1-1.9-.7-.8-.7-.4-1.4-1.5-.2-.3-.4-.6-.5-.8-.2-.1-.3 0-.3.2s.1.3.1.4l-.8-.8c-3.8-4-4.2-5.9-4.6-5.2-.1.2.1.3-.3-.1-2.5-2.4-3.1-4-3.5-4.1-.1-.1-.2 0-.3.2-2.8-3.5-2-6.1-2.6-6.3-.1-.1-.2 0-.3.1-.4-3.3.6-6.1-.3-5.6l-.2.2c1.5-4.3 3.4-6.3 4.4-7.8.3-.5.5-.7.3-.9-.1-.1-.2.1.7-.7 2.2-2 2.7-2 4.4-1.8 1.8.2 1.5.4 2.3.4.5 0 .8-.3.7-.5 0-.3-.3 0-.5.1-.3 0-.4.1-.5 0-.3 0-.6-.2-2.2-.4-1.5-.1-1.9 0-3.1.9-.4.3-2 1.8-2.1 1.9-.1.1-.1.2-.1.3.1.2.3-.1.1.2-1.6 2.5-2.3 2.6-3.9 6.2-.1.3-1 2.3-.9 2.5.1.1.2.1.3 0 .6-.4.1-1 .1 3.2 0 .6 0 1.2.1 1.8.1.7.1.9.3.8.1 0 .1-.1.1-.1 0 .8.2 2.3 1.1 4 .1.1.6 1.1 1.2 1.8.1.1.4.5.5.6.1.1.2 0 .2-.1.4.8 2.1 3 3.3 3.9.2.2.4.2.4.1h.1c.2.5 1.1 1.6 2.1 2.6.3.4.8.9 1.5 1.7l1.6 1.7c.1.1.3 0 .3-.1.1-.2 0-.3 0-.5.8 1.3.7.9 2.1 2.3.8.8 2 1.7 2 1.7.1 0 .2-.1.3-.2v-.3c.1.1.2.2.3.2 1.1.8 2.7 3.3 3.6 4.3.2.2.5.2.5-.4 2.2 2.5.8 2.6 3.1 5.3.1.2.3.3.4.4.1.3.3.6.4.9.1.1.2.1.2.1 0-.1-.1-.4-.2-.8h.1c.2-.1.1-.4 0-.6-.1-.2-.3-.7-.5-.9-.1-.9 0-3.6.1-4.1.1-.5.2-.9.5-1.2.2-.3.3-.9.4-.8.1.1.3.1.4 0 .1 0 .2-.3.3-.4.7-1.5.6-2.3 1.1-3.4.1-.4.7-1.2 1.1-2.8 0-.1.1.6.4.6.7 0 1.1-5 1.2-5.7.5.2.7-1.8 1-3.5.3 0 .2-.2.5-1.3.5-1.7.8-1.3 1.5-4.9.5-2.9 0-2.9.4-2.6.1.1.3.1.3 0 .3-.3.3-3.3-.4-4.8Zm-26 17.4c.2.3.4.5.5.7-.2-.3-.4-.6-.5-.7Zm14.4-33.2c-.1.1-.1.1 0 0Zm-7.9 4.5c.1.1.1.1 0 0Zm.1.1c0 .1 0 .1 0 0Zm18.3 9.2c0 .1 0 .1 0 0Zm-32.7 3.4c-.1.1-.1.1 0 0Z"></path>
</svg>
                                
                              </span>
                              
                              
                                PLANTS ET FRUITIERS
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Plants et fruitiers
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--plants-potagers">
                                    <summary id="HeaderDrawer--plants-potagers">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/plants-potagers">
                                            Plants potagers
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-plants-potagers"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Plants potagers
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--artichauts"
                                                    href="/collections/plants-dartichauts"
                                                  >
                                                    Artichauts
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--aubergines"
                                                    href="/collections/aubergines-plants"
                                                  >
                                                    Aubergines
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--concombres-et-cornichons"
                                                    href="/collections/concombres-et-cornichons-plants"
                                                  >
                                                    Concombres et cornichons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--courges-et-courgettes"
                                                    href="/collections/courges-et-courgettes-plants"
                                                  >
                                                    Courges et courgettes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--legumes-perpetuels"
                                                    href="/collections/legumes-perpetuels-plants"
                                                  >
                                                    Légumes perpétuels
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--melons"
                                                    href="/collections/melons-plants"
                                                  >
                                                    Melons
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--patates-douces"
                                                    href="/collections/patates-douces-plants"
                                                  >
                                                    Patates douces
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pasteques"
                                                    href="/collections/pasteques-plants"
                                                  >
                                                    Pastèques
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poireaux"
                                                    href="/collections/poireaux-ete"
                                                  >
                                                    Poireaux
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poivrons-et-piments"
                                                    href="/collections/poivrons-et-piments-plants"
                                                  >
                                                    Poivrons et piments
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--tomates"
                                                    href="/collections/tomates-plants"
                                                  >
                                                    Tomates
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--plants-daromatiques">
                                    <summary id="HeaderDrawer--plants-daromatiques">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/plants-daromatiques">
                                            Plants d&#39;aromatiques
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-plants-daromatiques"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Plants d&#39;aromatiques
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--basilics"
                                                    href="/collections/basilics-plants"
                                                  >
                                                    Basilics
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--ciboules-et-ciboulettes"
                                                    href="/collections/ciboules-et-ciboulettes-plants"
                                                  >
                                                    Ciboules et ciboulettes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--menthes"
                                                    href="/collections/menthes-plants"
                                                  >
                                                    Menthes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--oseilles"
                                                    href="/collections/oseilles-plants"
                                                  >
                                                    Oseilles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--perillas-ou-shisos"
                                                    href="/collections/perillas-ou-shisos-plants"
                                                  >
                                                    Périllas ou Shisos
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--persils"
                                                    href="/collections/persils-plants"
                                                  >
                                                    Persils
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--sauges"
                                                    href="/collections/sauges-plants"
                                                  >
                                                    Sauges
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--thyms"
                                                    href="/collections/thyms-plants"
                                                  >
                                                    Thyms
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--verveines"
                                                    href="/collections/verveines-plants"
                                                  >
                                                    Verveines
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--plants-dornement"
                                        href="/collections/plants-dornement"
                                      >
                                        Plants d&#39;ornement
                                      </a>
                                    </div>
                                  </div></li><li><details id="Details-menu-drawer--plants-en-lot">
                                    <summary id="HeaderDrawer--plants-en-lot">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/plants-en-lot">
                                            Plants en lot
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-plants-en-lot"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Plants en lot
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--massifs-cle-en-main"
                                                    href="/collections/massifs-cle-en-main"
                                                  >
                                                    Massifs clé en main
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--collections-de-plants"
                                                    href="/collections/collection-de-plants"
                                                  >
                                                    Collections de plants
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--plants-de-petits-fruits-et-fraisiers">
                                    <summary id="HeaderDrawer--plants-de-petits-fruits-et-fraisiers">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/plants-de-petits-fruits-et-fraisiers">
                                            Plants de petits fruits et fraisiers
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-plants-de-petits-fruits-et-fraisiers"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Plants de petits fruits et fraisiers
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--arbousiers"
                                                    href="/collections/arbousiers"
                                                  >
                                                    Arbousiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--argousiers"
                                                    href="/collections/argousiers"
                                                  >
                                                    Argousiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--canneberges"
                                                    href="/collections/canneberges"
                                                  >
                                                    Canneberges
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cassissiers"
                                                    href="/collections/cassissiers"
                                                  >
                                                    Cassissiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--chevrefeuilles-comestibles"
                                                    href="/collections/chevrefeuilles-comestibles"
                                                  >
                                                    Chèvrefeuilles comestibles
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--fraisiers"
                                                    href="/collections/fraisiers-plants"
                                                  >
                                                    Fraisiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--framboisiers"
                                                    href="/collections/framboisiers"
                                                  >
                                                    Framboisiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--groseilliers"
                                                    href="/collections/groseilliers"
                                                  >
                                                    Groseilliers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--muriers"
                                                    href="/collections/muriers"
                                                  >
                                                    Mûriers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--myrtilliers-et-myrtes"
                                                    href="/collections/myrtilliers-et-myrtes"
                                                  >
                                                    Myrtilliers et myrtes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--petits-fruits-originaux"
                                                    href="/collections/petits-fruits-originaux"
                                                  >
                                                    Petits fruits originaux
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--sureaux"
                                                    href="/collections/sureau"
                                                  >
                                                    Sureaux
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--arbres-fruitiers">
                                    <summary id="HeaderDrawer--arbres-fruitiers">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/arbres-fruitiers">
                                            Arbres Fruitiers
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-arbres-fruitiers"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Arbres Fruitiers
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--abricotiers"
                                                    href="/collections/abricotiers"
                                                  >
                                                    Abricotiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cerisiers"
                                                    href="/collections/cerisiers"
                                                  >
                                                    Cerisiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--kakis"
                                                    href="/collections/kakis"
                                                  >
                                                    Kakis
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--kiwis"
                                                    href="/collections/kiwis"
                                                  >
                                                    Kiwis
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pechers"
                                                    href="/collections/pechers"
                                                  >
                                                    Pêchers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--plants-truffiers"
                                                    href="/collections/plants-truffiers"
                                                  >
                                                    Plants truffiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--poiriers"
                                                    href="/collections/poiriers"
                                                  >
                                                    Poiriers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pommiers"
                                                    href="/collections/pommiers"
                                                  >
                                                    Pommiers
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pruniers"
                                                    href="/collections/pruniers"
                                                  >
                                                    Pruniers
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--rosiers"
                                        href="/collections/rosiers"
                                      >
                                        Rosiers
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-6">
                      <summary id="HeaderDrawer-accessoires-du-jardinier">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/accessoires-du-jardinier">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <svg xmlns="http://www.w3.org/2000/svg" width="143" height="169" fill="currentColor" viewbox="0 0 143 169">
  <path d="M46.8 66.1c4.6 5 11.4 7.8 16.4 12.3 1.1 1 1.7 1.4 1.4 2.9-.5 2-2.8 4.3-4.1 5.8-3.6 4.3-7.6 8.3-11.6 12.3-1.8 1.8-4 4.2-5.9 5.9-1.3 1.2-.6.9-1.7 2.2-2 2.5-4.6 5-6.8 7.1l-6 6c-6.6 6.7-13.2 13.7-18.7 21.3-1.8 2.4-3.5 4.8-5.5 7-1.5 1.6-3.1 3.3-3.7 5.4-.9 3 .2 5.8 2.2 8.1 2.4 2.8 5.7 5.4 9.4 6 4.2.6 7.3-2 10.2-4.8 6.6-6.5 12.1-13.6 16.9-21.4 6.7-10.7 12.8-17.8 13.9-19.7 1.6-2.6 3.7-4.5 5.6-6.9 5.5-7.3 10.8-14.9 15.9-22.5.9-1.3 1.5-3.2 3.2-2.7 2.8.8 5.7 4.3 7.8 6.2 2.3 2.1 4.5 4.5 7 6.5 1.6 1.3 1.8 1.4 3.3-.1 8.201-8.1 16.501-16.2 22.301-26.3 3.5-6.1 8-11.6 12.1-17.4 5.5-7.9 9.1-17.1 10.8-26.6 1.4-7.8 1.8-16.6-.4-24.3-1.6-5.5-5.1-7.5-10.9-7.6-9.9-.2-20 3.9-28.6 8.5-9.1 4.8-16.4 11.3-23.7 18.4-6.1 5.8-12 11.8-17.7 18-4.4 4.9-10.1 10.3-12.6 16.5-.8 1.3-1.3 2.7-.5 3.9.4.5 1.2-.1.8-.6-1.1-1.5 1.1-4.6 1.9-5.8 1.8-2.8 3.9-5.4 6.1-8 5.4-6.3 11.2-12.2 17-18.1 6-5.9 11.9-12.1 18.7-17 9.1-6.6 19.8-11.8 30.8-13.9 6.3-1.2 14.4-2 16.9 5.2 2.6 7.6 2.1 16.5.8 24.3-1.6 9.6-5.2 18.9-10.8 26.8-3.8 5.4-7.9 10.7-11.4 16.4-5.4 8.8-11.8 16.3-19.2 23.5-1.2 1.2-2.4 2.3-3.6 3.5-.1.1-.9 1-1 1.1.3 0 .4-.3.1-.4-.9-.4-1.7-1.4-2.4-2.1-2.4-2.2-4.7-4.5-7.2-6.7-1.8-1.6-6.3-6.8-8.9-4.4-1.2 1.1-2 3-2.9 4.3-2 3-4 6-6 8.9-1.4 2.1-2.9 4.1-4.4 6.1-1.9 2.6-3.9 6.3-6.3 8.3-1.7 1.4-2.5 2.7-3.7 4.6-1.3 2.2-3.2 3.9-4.7 6-5.8 8-10.8 16.7-16.8 24.5-2.5 3.3-5.3 6.4-8.2 9.4-4.5 4.6-9.3 7.5-15.3 3.2-3.6-2.6-7.5-6.7-5.4-11.5 1.2-2.7 3.6-4.1 5.3-6.3 1.5-1.9 2.8-4.1 4.2-6 5.1-7.1 11.5-13.5 17.6-19.7 4.1-4.1 8.2-8.2 12.3-12.4.9-.9 1.2-1.8 1.9-2.7 1.6-2 3.6-3.7 5.4-5.4 3.8-3.8 7.6-7.6 11.2-11.6 1.8-2.1 5.7-5.6 6.1-8.6.2-1.5-1.2-2.6-2.2-3.5-2.7-2.4-5.8-4.4-8.7-6.5-2.4-1.7-5.3-3.3-7.3-5.5-.3-.5-1.1.1-.7.6Z"></path>
  <path d="M67.9 77.6c-.5.7-1.4 1.8-2.1 2.6-.4.5-.7.8-.8.9-.2.3-.1.6 0 .7.2.1.4.1.6-.1.3-.4 2.1-2.5 3.1-3.7 2.6-3.6 7.7-10.4 13.1-15.9 2.7-2.7 6.5-6.5 10.4-7.3.6-.1 1.3-.2 1.6.2.6.8.2 3.6-4.6 11.8-.3.6-.1.8 0 .8.2.1.6 0 .8-.4 4.1-7 5.5-10.8 4.6-12.6-.1-.2-.2-.4-.4-.5-.5-.4-1.3-.5-2.2-.4-4.3.9-7.7 4.3-10.5 7.1l-.4.4c-3.9 4.4-8.4 9.8-13.2 16.4Zm-16.5 32.6c2 1.6 3.5 3.5 4.8 5.9.2.4.3.5.8.6l-1.1 1.3c-1.9-4.1-4.8-8.3-13.5-11.1l.3-1c3.6 1.1 6.4 2.5 8.7 4.3Zm6.4-40.7 15.6-.9c.7 0 .6-1.1-.1-1l-15.6.9c-.7 0-.6 1 .1 1ZM65 54c6-.6 12.1-.9 18.1-1.5.7-.1.6-1.1-.1-1-6 .6-12.1.9-18.1 1.5-.7.1-.6 1.1.1 1Zm-6.399 12.5c5.5-2.1 11.1-1.8 16.8-2.2.7-.1.6-1.1-.1-1-5.8.5-11.6.1-17.1 2.3-.6.2-.2 1.2.4.9Zm1-3.3c2.8-.5 5.6-1.1 8.4-1.6.7-.1.5-1.1-.1-1-2.8.5-5.6 1.1-8.4 1.6-.7.1-.6 1.1.1 1ZM70.6 45.9c5.9-1.2 11.8-2.3 17.7-3.5.6-.1.5-1.2-.1-1-5.9 1.2-11.8 2.3-17.7 3.5-.6.1-.5 1.1.1 1Zm8.401-4.5c4.2-1.8 8.5-2 13-2.7.7-.1.5-1.1-.1-1-4.5.7-9 1-13.2 2.8-.7.2-.3 1.2.3.9ZM88.7 29.5c2-.3 3.9-.6 5.9-1 .7-.1.5-1.1-.1-1-2 .3-3.9.6-5.9 1-.7.1-.6 1.1.1 1Zm7.6-7.5c1.7-.4 3.3-.8 5-1.3.6-.2.3-1.1-.4-1-1.7.4-3.3.8-5 1.3-.6.2-.3 1.1.4 1ZM59.6 59c7.7-1.7 15.6-2.7 23.5-3.1.7 0 .6-1.1-.1-1-7.9.3-15.8 1.4-23.5 3.1-.6.1-.5 1.1.1 1Zm12.3-8.6c4.4-.8 8.9-1.4 13.4-1.6.7 0 .6-1.1-.1-1-4.5.2-8.9.8-13.4 1.6-.6.1-.5 1.1.1 1ZM62.601 73c2.8-.4 5.6-.7 8.5-1.1.7-.1.6-1.1-.1-1-2.8.4-5.6.7-8.5 1.1-.7 0-.6 1.1.1 1Z"></path>
  <path d="M61 71.4 78.7 48c.4-.5-.4-1.2-.8-.6L60.2 70.8c-.4.5.4 1.2.8.6Zm5.1 4.1c4.8-6.8 10.1-13.3 15.5-19.7.4-.5-.4-1.2-.8-.6-5.5 6.3-10.7 12.8-15.5 19.7-.4.5.5 1.2.8.6Zm-2.6-2.1c5-7.1 10.4-14 16.1-20.6.4-.5-.4-1.2-.8-.6-5.7 6.6-11 13.5-16.1 20.6-.4.5.4 1.2.8.6Zm-6.099-5.2c2.8-4.5 6.5-8.2 9.6-12.4.4-.5-.4-1.2-.8-.6-3.1 4.2-6.8 7.9-9.6 12.4-.4.5.4 1.2.8.6ZM54.2 66.5c2.3-3.3 4.6-6.6 7.1-9.7.4-.5-.4-1.2-.8-.6-2.5 3.1-4.8 6.4-7.1 9.7-.4.5.4 1.2.8.6Zm-1.8-1.7c1-1.8 2.3-3.3 3.3-5 .3-.6-.5-1.2-.8-.6-1.1 1.8-2.5 3.4-3.5 5.3-.3.5.6.9 1 .3Zm49.399-19.5c-2.8.8-5.5 1.7-8.3 2.5-.6.2-.3 1.2.4 1 2.8-.8 5.5-1.7 8.3-2.5.6-.2.2-1.2-.4-1ZM98 48.4c-1.5.8-3.1 1.5-4.8 1.8-.6.1-.5 1.2.1 1 1.9-.4 3.6-1.1 5.3-2 .6-.3 0-1.1-.6-.8Zm-.5-3.1c1.2-.2 2.3-.3 3.501-.5.7-.1.5-1.1-.1-1-1.2.2-2.3.3-3.5.5-.7.1-.5 1.1.1 1Zm3.101-2.8c.9-.2 1.8-.3 2.6-.5.6-.1.5-1.2-.1-1-.9.2-1.8.3-2.6.5-.6.1-.5 1.2.1 1ZM103 39.7c.8-.2 1.6-.5 2.4-.7.6-.2.3-1.2-.4-1-.8.2-1.6.5-2.4.7-.6.2-.2 1.2.4 1Zm2.899-3.1.9-.6c.6-.4 0-1.2-.6-.8l-.9.6c-.5.3.1 1.2.6.8ZM58.4 54.7c-2.5.8-4.9 1.5-7.5 1.9-.7.1-.5 1.1.1 1 2.6-.4 5.2-1.2 7.7-2 .7-.1.3-1.1-.3-.9Zm-3.698 3c-1.7.9-3.6 1-5.5 1.3-.7.1-.5 1.2.1 1 1.9-.4 4-.5 5.8-1.4.5-.2.2-1.2-.4-.9Zm-1.6-3.4c1.4.4 3 .1 4.4-.1.7-.1.5-1.1-.1-1-1.2.2-2.7.5-3.9.1-.6-.1-1 .8-.4 1ZM57.2 52c.9-.2 1.8-.3 2.6-.5.6-.1.5-1.2-.1-1-.9.2-1.8.3-2.6.5-.7.1-.6 1.1.1 1Zm2.4-2.9c.8-.2 1.6-.5 2.4-.7.6-.2.3-1.2-.4-1-.8.2-1.6.5-2.4.7-.6.3-.3 1.2.4 1Zm3.202-2.8.9-.6c.6-.4 0-1.2-.6-.8l-.9.6c-.5.3.1 1.2.6.8Zm22.099-20.6c-2.8.9-5.5 1.9-8.3 2.8-.6.2-.3 1.2.4 1 2.8-.9 5.5-1.9 8.3-2.8.6-.2.2-1.2-.4-1Zm-3.799 3.2c-1.7.9-3.4 1.6-5.2 2-.6.2-.3 1.1.4 1 1.8-.4 3.5-1.2 5.2-2 .6-.4.2-1.4-.4-1Zm.999-4.3 3.3-.6c.7-.1.5-1.1-.1-1l-3.3.6c-.7.1-.6 1.1.1 1Zm3.099-2.8c.7.1 1.5.2 2.2.3.7.1.8-1 .2-1-.7-.1-1.5-.2-2.2-.3-.7-.1-.8.9-.2 1Zm2.6-2.2c.8.1 1.6.2 2.5.4.7.1.8-.9.2-1-.8-.1-1.6-.2-2.5-.4-.7-.1-.8.9-.2 1Zm3.7-2.5c.4.1.8.1 1.1.2.7.1.8-.9.2-1-.4-.1-.8-.1-1.1-.2-.7-.2-.9.8-.2 1Zm24.101 9.6c1.3 0 2.6-.1 3.8-.1.7 0 .6-1.1-.1-1-1.3 0-2.6.1-3.8.1-.7 0-.6 1 .1 1Zm4.402-6c.6-.4 1.8-1.3 2.3-.4.3.5.4 1 .8 1.5.5.5 1.1-.3.6-.8-.2-.2-.3-.6-.4-.8-.2-.4-.4-.7-.7-.9-1-.8-2.4.1-3.3.7-.4.2.2 1 .7.7Zm2.498-4.2 1.8.3c.7.1.8-.9.2-1l-1.8-.3c-.7-.1-.8.9-.2 1Zm-13.099 18.6 1.8.3c.7.1.8-.9.2-1l-1.8-.3c-.7-.1-.8.9-.2 1Zm-80.5 100.3c-.4-.8-.9-1.4-1.5-2-.5-.4-1.2.4-.6.8.5.4.9.9 1.2 1.5.3.6 1.2.3.9-.3Zm5.201-6.799c.1-.7.2-1.7-.5-2.2-.6-.4-1.3-.2-1.9 0-.6.2-.3 1.1.4 1 .2-.1.7-.2.9-.1.3.2.1.9.1 1.2-.1.6.9.8 1 .1Zm5.1-7.801c-.4-.3-.7-.6-1.3-.6-.7-.1-.8.9-.2 1 .3 0 .5.2.8.4.7.4 1.3-.4.7-.8Zm-17.801 24.201c-.3-.2-.7-.3-1-.5-.6-.3-1 .6-.4.9.3.2.7.3 1 .5.6.4 1-.6.4-.9ZM86.1 91.3c1.8-.1 3.7.1 5.5 0 .7 0 .6-1.1-.1-1-1.8.1-3.7-.1-5.5 0-.6 0-.5 1.1.1 1Zm2.401-9.9c3.8-.1 7.5-.1 11.3-.2.701 0 .5-1-.1-1-3.8.1-7.5.1-11.3.2-.7 0-.6 1 .1 1ZM84.7 90c3.1-1 6.3-.9 9.4-1.1.7 0 .6-1.1-.1-1-3.3.2-6.5.1-9.7 1.2-.6.1-.2 1.1.4.9Zm2.2-2.7c1.4-.1 2.9-.2 4.3-.3.7 0 .6-1.1-.1-1-1.4.1-2.9.2-4.3.3-.7 0-.6 1.1.1 1Zm5.3-11.4c4.3-.5 8.601-.9 12.901-1.4.7-.1.6-1.1-.1-1-4.3.5-8.6.9-12.9 1.4-.7 0-.6 1.1.1 1Zm6-2.7c3.1-1 6.3-.9 9.4-1.1.7 0 .6-1.1-.1-1-3.3.2-6.5.1-9.7 1.2-.6.1-.3 1.1.4.9Zm6.401-7.9c1.4-.1 2.9-.2 4.3-.3.7 0 .6-1.1-.1-1-1.4.1-2.9.2-4.3.3-.7 0-.6 1 .1 1Zm5.1-4.9 3.6-.6c.7-.1.5-1.1-.1-1l-3.6.6c-.7.1-.6 1.1.1 1ZM84.8 84.6c5.7-.7 11.4-1 17.201-.7.7 0 .8-1 .2-1-5.8-.3-11.6 0-17.4.7-.7.1-.6 1.1 0 1Zm8.601-5.4c3.2-.3 6.5-.4 9.701-.3.7 0 .8-1 .2-1-3.3-.1-6.7 0-10 .3-.6 0-.5 1.1.1 1Zm22.801-1.3c-1-.5-2-.5-2.8-1.3-.5-.4-1.2.4-.6.8.9.8 2 .9 3.1 1.4.5.3.9-.6.3-.9Zm-13 15.1c-.4-.3-.9-.7-1.3-1-.5-.4-1.2.4-.6.8.4.3.9.7 1.3 1 .5.4 1.2-.4.6-.8Zm10.5-13.2c-.9-.2-1.5-.9-2.1-1.6-.4-.5-1.3.1-.8.6.8.9 1.5 1.7 2.8 2 .6.1.8-.9.1-1Zm-1.5 2.2c-.4-.2-.8-.5-1.1-.7-.6-.4-1.2.4-.6.8.4.2.8.5 1.1.7.5.4 1.2-.4.6-.8Zm5.2-7.7c-.4-.2-.8-.5-1.1-.7-.6-.4-1.2.4-.6.8.4.2.7.5 1.1.7.5.4 1.1-.4.6-.8Zm-10.6 14c-.7-.1-1.2-.4-1.6-1-.4-.6-1.2.1-.8.6.6.8 1.4 1.3 2.3 1.5.6.1.7-1 .1-1.1Zm-2.001 2.4c-.8-.2-1.3-.5-1.8-1.1-.4-.6-1.2.1-.8.6.6.9 1.5 1.3 2.5 1.5.6.1.8-.9.1-1Zm-2.6 4.2c-.8.2-1.6-.3-2.4-.5-.7-.1-.8.9-.2 1 .9.2 1.7.7 2.7.5.7-.1.6-1.1-.1-1Zm7-9.8c-.6.1-1-.3-1.6-.4-.6-.2-.8.9-.2 1 .7.2 1.1.6 1.9.4.7-.1.6-1.1-.1-1Zm-9.599 12.4c-.4-.1-.9-.2-1.2-.4-.5-.4-1.2.4-.6.8.5.3 1.1.5 1.7.7.6.1.8-1 .1-1.1Zm-27.201-3.4c-.8-.4-1.5-.8-2.3-1.1-.6-.3-1 .7-.4.9.8.4 1.5.8 2.3 1.1.6.3 1-.6.4-.9Zm-10.6 16c-.4-.3-.9-.7-1.3-1-.5-.4-1.2.4-.6.8.4.3.9.7 1.3 1 .5.4 1.2-.4.6-.8Zm9.001-13.5c-1.2.1-1.5-.8-2.2-1.6-.4-.5-1.3.1-.8.6.4.5.7 1 1.1 1.4.6.5 1.3.7 2 .6.7 0 .6-1-.1-1ZM69.3 99.1c-.4-.2-.8-.5-1.1-.7-.6-.4-1.2.4-.6.8.4.2.8.5 1.1.7.5.3 1.1-.5.6-.8Zm5.3-8c-.4-.2-.8-.5-1.1-.7-.6-.4-1.2.4-.6.8.4.2.8.5 1.1.7.5.4 1.2-.4.6-.8Zm-10.2 15.001c-.7-.2-1.4-.5-1.8-1.1-.4-.5-1.2.1-.8.6.6.9 1.5 1.3 2.5 1.5.6.2.8-.8.1-1Zm-1.6 2.199c-.8-.2-1.3-.5-1.8-1.1-.4-.6-1.2.1-.8.6.6.9 1.5 1.3 2.5 1.5.6.1.7-.9.1-1Zm-3.9 5.4c-.6.1-1.3.3-1.9.2-.7-.1-.8.9-.2 1 .7.1 1.5 0 2.2-.2.7-.1.6-1.1-.1-1Zm7.1-8.9c-.3-.6-.5-1.2-.5-1.8 0-.7-1.1-.6-1 .1 0 .7.3 1.4.6 2 .2.7 1.1.3.9-.3Zm-27.699 36.901c-.8-.4-1.5-.8-2.3-1.1-.6-.3-1 .7-.4.9.8.4 1.5.8 2.3 1.1.5.4 1-.6.4-.9ZM26.7 157.9c-.7-.6-1.3-1.3-2-1.8-.5-.4-1.2.4-.6.8.7.6 1.3 1.3 2 1.8.4.4 1.1-.4.6-.8Zm10.1-14c-1-.2-1.8-1-2.4-1.7-.4-.5-1.3.1-.8.6.9 1 1.8 1.9 3.1 2.1.6.2.8-.9.1-1Zm-1.298 2.5c-.6-.4-1.1-.8-1.7-1.1-.6-.4-1.2.4-.6.8s1.1.8 1.7 1.1c.5.4 1.1-.4.6-.8Zm5.298-7.599c-.4-.2-.7-.4-1.1-.7-.6-.4-1.2.5-.6.8.4.2.7.4 1.1.7.5.4 1.1-.4.6-.8ZM30.601 152.8c-.9-.2-2.2-.7-2.7-1.5-.4-.5-1.2.1-.8.6.7 1 2.2 1.7 3.4 1.9.6.2.7-.9.1-1Zm-1.999 2.4c-1-.2-2.3-.8-2.8-1.6-.4-.5-1.2.1-.8.6.7 1.1 2.3 1.8 3.5 2 .6.1.7-.9.1-1Zm-7.5 7.9c-.8.1-1.4-.4-2.1-.6-.6-.2-.8.9-.2 1 .8.2 1.5.7 2.4.6.7-.1.6-1.1-.1-1Zm11.799-13.4c-.8.1-1.4-.4-2.2-.5-.6-.1-.8.9-.2 1 .8.2 1.5.7 2.4.5.8-.1.7-1.1 0-1ZM18.6 165.9c-.2-.5-.4-.9-.7-1.2-.4-.5-1.3.1-.8.6.3.3.4.6.6 1 .1.6 1.1.3.9-.4ZM3.2 151.601c2.4-.7 4.9-.9 7.4-.7.7.1.8-1 .2-1-2.7-.2-5.3.1-7.9.8-.7.1-.3 1.1.3.9Zm2.202-2.401c3.6-.5 7.2-1 10.8-1 .7 0 .5-1-.1-1-3.6 0-7.2.5-10.8 1-.6.1-.5 1.1.1 1Zm2.298-2.699c2.4-.7 4.8-1.2 7.3-1.3.7 0 .6-1.1-.1-1-2.6.2-5.1.6-7.6 1.4-.6.2-.3 1.1.4.9Zm2.1-2.901c2.1-.6 4.3-.9 6.5-.9.7 0 .5-1-.1-1-2.3 0-4.5.3-6.7 1-.8.1-.4 1.1.3.9Zm2.701-3.5c1.6-.1 3.2-.3 4.8-.6.7-.1.5-1.1-.1-1-1.6.3-3.2.5-4.8.6-.6 0-.5 1 .1 1ZM15.6 136c.7-.2 1.3-.4 2-.5 1.3-.2 2.7-.2 4.1-.1.7 0 .5-1-.1-1-1.4 0-2.8-.1-4.2.1-.7.1-1.4.4-2.1.6-.7.1-.3 1 .3.9Zm4.7-5.5c2.2-.5 4.5-.8 6.7-1.3.6-.1.5-1.2-.1-1-2.2.5-4.5.8-6.7 1.3-.6.1-.5 1.1.1 1Zm3.9-4.1c1.8-.6 3.7-.9 5.6-1.4.6-.2.3-1.2-.4-1-1.8.6-3.7.9-5.6 1.4-.6.3-.2 1.2.4 1Zm4-4c1.4-.1 2.8-.3 4.1-.3.7 0 .8-1 .2-1-1.5-.1-2.9.1-4.4.3-.7 0-.6 1 .1 1Zm3.7-3.6c1.3.4 2.7-.1 3.7-1 .5-.4-.1-1.3-.6-.8-.8.7-1.8 1.1-2.9.8-.7-.2-.9.8-.2 1Zm3.3-3.4c.4-.1.8-.1 1.2-.2.7-.1.5-1.1-.1-1-.4.1-.8.1-1.2.2-.7 0-.6 1.1.1 1Zm16.5-5.699c.3-.1.7-.2 1-.4.6-.2.3-1.2-.4-1-.3.1-.7.2-1 .4-.6.2-.2 1.2.4 1Zm-8.5-3.101c2.7-.7 5.6.3 8.4.4.7 0 .5-1-.1-1-2.9-.1-5.7-1-8.6-.3-.7.1-.3 1.1.3.9Zm2.302-2.499c1.9-.3 3.8-.3 5.7-.1.7.1.8-1 .2-1-2-.2-4-.2-6 .1-.7.1-.6 1.1.1 1ZM47.8 101.7c1.9-.2 3.8-.2 5.7.1.7.1.8-.9.2-1-2-.3-4-.3-5.9-.1-.7.1-.6 1.1 0 1Zm2.3-2.1c2.5.1 4.9-.1 7.3-.2.7 0 .6-1.1-.1-1-2.4.1-4.7.4-7.1.3-.6-.1-.8.9-.1.9Zm3.302-3.2c1.1-.1 2.1-.3 3.2-.1.7.1.8-.9.2-1-1.2-.2-2.3 0-3.5.1-.7 0-.6 1 .1 1Zm3.898-4.1c.9-.1 1.8-.3 2.7-.3.7 0 .6-1.1-.1-1-.9.1-1.8.3-2.7.3-.7 0-.6 1.1.1 1Zm2.101-2.5c1.6-.2 3.2-.5 4.8-.7.7-.1.5-1.1-.1-1-1.6.2-3.2.5-4.8.7-.6.1-.5 1.1.1 1Zm3.201-3.5c1.2.1 2.3.2 3.5.2.7 0 .8-1 .2-1-1.2-.1-2.3-.2-3.5-.2-.7-.1-.9.9-.2 1Zm1.8-2.4c1.1.4 2.4.4 3.3-.4.5-.4-.1-1.3-.6-.8-.7.6-1.5.6-2.3.2-.6-.2-1.1.7-.4 1Zm1.099-1.6h1c.7 0 .5-1-.1-1h-1c-.7 0-.6 1 .1 1Zm4.5-6c.4-.1.8-.2 1.3-.3.6-.1.5-1.2-.1-1-.4.1-.8.2-1.3.3-.7.1-.6 1.1.1 1ZM137.1 17.2c-.9.3-1.9.7-2.8 1-.6.2-.3 1.2.4 1 .9-.3 1.9-.7 2.8-1 .6-.2.2-1.2-.4-1Zm-.099 3c-.4.3-.6.4-1.1.4-.7 0-.5 1 .1 1 .7 0 1.1-.2 1.6-.6.6-.3 0-1.2-.6-.8Zm.299 3c-.5.1-1 .2-1.5.4-.6.2-.5 1.2.1 1 .5-.1 1-.2 1.5-.4.7-.1.6-1.2-.1-1Zm-.2-10.1c-.5.1-1 .2-1.5.4-.6.2-.5 1.2.1 1 .5-.1 1-.2 1.5-.4.7-.2.6-1.2-.1-1Zm-7.799 39.7c-1 0-2-.1-2.9-.1-.7 0-.8 1-.2 1 1 0 2 .1 2.9.1.7.1.8-.9.2-1Zm-2.1 5.6c-.5-.1-1-.1-1.5-.2-.7-.1-.8.9-.2 1 .5.1 1 .1 1.5.2.7.2.9-.9.2-1Zm3.5-9.5c-.5-.1-1-.1-1.5-.2-.7-.1-.8.9-.2 1 .5.1 1 .1 1.5.2.7.2.9-.9.2-1ZM10.5 155.1c-2.4-2.3-6-2.5-9.1-2.1-.7.1-.5 1.1.1 1 2.8-.4 6.2-.3 8.4 1.8.4.6 1-.2.6-.7Zm45.101-36.5c-.1-.9-.6-1.7-1.5-2.1-.6-.3-1 .7-.4.9.5.2.8.7.8 1.3.1.7 1.1.6 1.1-.1ZM8.402 158.001c-.9-1.1-2.2-1.6-3.6-1.5-.7.1-.6 1.1.1 1 1-.1 2 .3 2.7 1.1.4.5 1.2-.1.8-.6ZM22.7 162c-.6-.5-1.3-.9-1.9-1.3-.5-.4-1.2.4-.6.8.6.5 1.3.9 1.9 1.3.5.5 1.1-.4.6-.8Zm26.901-98.6c.5-.2 1-.4 1.5-.5.6-.2.3-1.2-.4-1-.5.2-1 .4-1.5.5-.6.3-.2 1.2.4 1Zm42.201 33.3c.6-.8 1.1-1.5 1.7-2.3.4-.5-.4-1.2-.8-.6-.6.7-1.2 1.5-1.7 2.3-.4.5.4 1.1.8.6Zm1.798 1.1c.3-.5.6-.9.9-1.4.4-.5-.4-1.2-.8-.6-.3.4-.6.9-.9 1.4-.4.5.4 1.2.8.6Zm-3.9-3.1.6-.6c.5-.4-.1-1.3-.6-.8-.3.3-.6.5-.8.8-.4.5.4 1.1.8.6Zm38.1-91.9-1.5 2.1c-.4.5.4 1.2.8.6.5-.7 1-1.3 1.5-2.1.4-.6-.4-1.2-.8-.6Zm-4.1.8c-.2.3-.5.5-.8.7-.4.5.4 1.2.8.6.2-.3.5-.4.8-.7.4-.5-.4-1.2-.8-.6Zm7.999-.3c-.2.2-.3.4-.5.6-.5.5.3 1.1.8.6.2-.2.4-.4.5-.6.5-.4-.4-1.1-.8-.6ZM87.401 73c.5-.7 1.1-1.1 1-2 0-.7-1.1-.6-1 .1 0 .5-.6.9-.8 1.2-.4.6.4 1.3.8.7ZM65.2 43.9h.2c.7 0 .6-1.1-.1-1h-.2c-.7 0-.6 1 .1 1Zm43.001-10.1h.2c.7 0 .6-1.1-.1-1h-.2c-.7.1-.6 1.1.1 1Z"></path>
</svg>
                                
                              </span>
                              
                              
                                ACCESSOIRES DU JARDINIER
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Accessoires du jardinier
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer--accessoires-pour-semis">
                                    <summary id="HeaderDrawer--accessoires-pour-semis">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/accessoires-pour-semis">
                                            Accessoires pour semis
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-accessoires-pour-semis"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Accessoires pour semis
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--etiquettes-de-semis"
                                                    href="/collections/etiquettes-de-semis"
                                                  >
                                                    Etiquettes de semis
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--pots-contenants-et-serres-d-interieur"
                                                    href="/collections/pots-contenants-et-serres-d-interieur"
                                                  >
                                                    Pots, contenants et serres d’intérieur
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--presse-mottes"
                                                    href="/collections/presse-mottes"
                                                  >
                                                    Presse-mottes
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--semoirs"
                                                    href="/collections/semoirs"
                                                  >
                                                    Semoirs
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--outils-et-accessoires-du-jardin">
                                    <summary id="HeaderDrawer--outils-et-accessoires-du-jardin">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/outils-et-accessoires-du-jardin">
                                            Outils et accessoires du jardin
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-outils-et-accessoires-du-jardin"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Outils et accessoires du jardin
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--entretien-coupe-desherbage"
                                                    href="/collections/entretien-coupe-desherbage"
                                                  >
                                                    Entretien, coupe, désherbage
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--filets-de-croissance-et-protection"
                                                    href="/collections/filets-de-croissance-et-protection"
                                                  >
                                                    Filets de croissance et protection
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--irrigation-et-outils-de-mesure"
                                                    href="/collections/irrigation-et-outils-de-mesure"
                                                  >
                                                    Irrigation et outils de mesure
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--liens-et-attaches"
                                                    href="/collections/liens-et-attaches"
                                                  >
                                                    Liens et attaches
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--outils-de-plantation"
                                                    href="/collections/outils-de-plantation"
                                                  >
                                                    Outils de plantation
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--engrais-naturels-au-jardin"
                                        href="/collections/entretien-naturel-au-jardin"
                                      >
                                        Engrais naturels au jardin
                                      </a>
                                    </div>
                                  </div></li><li><details id="Details-menu-drawer--protection-des-cultures">
                                    <summary id="HeaderDrawer--protection-des-cultures">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/protection-des-cultures">
                                            Protection des cultures
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-protection-des-cultures"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Protection des cultures
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lutter-contre-les-indesirables"
                                                    href="/collections/lutter-contre-les-indesirables"
                                                  >
                                                    Lutter contre les indésirables
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--lutter-contre-les-maladies"
                                                    href="/collections/lutter-contre-les-maladies"
                                                  >
                                                    Lutter contre les maladies
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--accueillir-la-faune-au-jardin">
                                    <summary id="HeaderDrawer--accueillir-la-faune-au-jardin">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/accueillir-la-faune-au-jardin">
                                            Accueillir la faune au jardin
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-accueillir-la-faune-au-jardin"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Accueillir la faune au jardin
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--auxiliaires"
                                                    href="/collections/auxilliaires"
                                                  >
                                                    Auxiliaires
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--oiseaux"
                                                    href="/collections/oiseaux"
                                                  >
                                                    Oiseaux
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--petits-animaux"
                                                    href="/collections/petits-animaux"
                                                  >
                                                    Petits animaux
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><details id="Details-menu-drawer--maison-et-cuisine">
                                    <summary id="HeaderDrawer--maison-et-cuisine">
                                      <div class="menu-drawer__menu-item focus-inset">
                                        <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                                          <a href="/collections/maison-et-cuisine">
                                            Maison et cuisine
                                          </a>
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                                        </div>
                                      </div>
                                    </summary>
                                    <div
                                      id="childlink-maison-et-cuisine"
                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
                                    >
                                      
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                                      <button
                                        class="menu-drawer__close-button link link--text focus-inset"
                                        aria-expanded="true"
                                      >
                                        <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        Maison et cuisine
                                      </button>
                                      <ul
                                        class="menu-drawer__menu list-menu"
                                        role="list"
                                        tabindex="-1"
                                      ><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--cuisine"
                                                    href="/collections/cuisine"
                                                  >
                                                    Cuisine
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--entretien-ecologique"
                                                    href="/collections/entretien-ecologique"
                                                  >
                                                    Entretien écologique
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--graines-a-germer"
                                                    href="/collections/graines-a-germer"
                                                  >
                                                    Graines à germer
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--infusions"
                                                    href="/collections/infusions"
                                                  >
                                                    Infusions
                                                  </a>
                                                </div>
                                              </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                                <div class="menu-drawer__menu-item-inner list-menu__item">
                                                  <a
                                                    id="HeaderDrawer--les-chevilles-de-champignons"
                                                    href="/collections/les-chevilles-de-champignons"
                                                  >
                                                    Les chevilles de champignons
                                                  </a>
                                                </div>
                                              </div></li></ul>
                                    </div>
                                  </details></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--le-potager-des-enfants"
                                        href="/collections/le-potager-des-enfants"
                                      >
                                        Le potager des enfants
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--idees-cadeaux"
                                        href="/collections/idees-cadeaux"
                                      >
                                        Idées cadeaux
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
                  
                  
                  
                  
                  <li>
                    
                    <details id="Details-menu-drawer-menu-item-7">
                      <summary id="HeaderDrawer-librairie">
                        <div class="menu-drawer__menu-item focus-inset">
                          <div class="menu-drawer__menu-item-inner menu-drawer__menu-item-inner--has-children list-menu__item">
                            <a href="/collections/librairie">
                              <span class="menu-drawer__menu-item-icon">
                                
                                  <img src="https://cdn.shopify.com/s/files/1/0643/9193/8129/files/Livre.png?v=1740647954" alt="Livre">
                                
                              </span>
                              
                              
                                LIBRAIRIE
                              
                            </a>
                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewbox="0 0 16 16">
    <path fill-rule="evenodd" d="M5.646 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L9.293 8 5.646 4.354a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/>
  </svg>
  
                          </div>
                        </div>
                      </summary>
                      
                      <div
                        id="link-"
                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
                        tabindex="-1"
                      >
                        
  <div class="menu-drawer__close">
    <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
    <path fill="#1D1D1B" d="M0 0h50v50H0z"/>
    <path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M31.53 19.53a.75.75 0 1 0-1.06-1.06L25 23.94l-5.47-5.47a.75.75 0 1 0-1.06 1.06L23.94 25l-5.47 5.47a.75.75 0 1 0 1.06 1.06L25 26.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L26.06 25l5.47-5.47Z"/>
  </svg>
  
    Fermer
  </div>

                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
                            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Librairie
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--nouveautes-et-coup-de-coeur"
                                        href="/collections/nouveautes-librairie"
                                      >
                                        Nouveautés et coup de coeur
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--agendas-et-calendriers-du-jardinier"
                                        href="/collections/agendas-et-calendriers-du-jardinier"
                                      >
                                        Agendas et calendriers du jardinier
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--bd"
                                        href="/collections/bd"
                                      >
                                        BD
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--ecologie-et-environnement"
                                        href="/collections/ecologie-et-environnement"
                                      >
                                        Ecologie et environnement
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--jardinage-et-potager"
                                        href="/collections/jardinage-et-potager"
                                      >
                                        Jardinage et potager
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--livre-de-cuisine"
                                        href="/collections/livre-de-cuisine"
                                      >
                                        Livre de cuisine
                                      </a>
                                    </div>
                                  </div></li><li><div class="menu-drawer__menu-item focus-inset">
                                    <div class="menu-drawer__menu-item-inner list-menu__item">
                                      <a
                                        id="HeaderDrawer--magazines-de-jardin-animaux"
                                        href="/collections/magazines-de-jardin-animaux"
                                      >
                                        Magazines de jardin &amp; animaux
                                      </a>
                                    </div>
                                  </div></li></ul>
                        </div>
                      </div>

                    </details></li>
              
                
              
                
              
            </ul>

            
              
            
              
            
              
            
              
            
              
            
              
            
              
            
              
                <div class="menu-drawer__highlight-container">
                  <a href="/collections/toutes-nos-graines" class="menu-drawer__highlight" style="background-image: url('//www.fermedesaintemarthe.com/cdn/shop/files/Ambiance_Recolte_ete.jpg?v=1754894005');">
                    <div class="menu-drawer__highlight-overlay">
                      <div class="menu-drawer__highlight-title h4">Retrouvez toutes nos graines</div>
                      
                      <div class="menu-drawer__highlight-button-wrapper">
                        <span class="menu-drawer__highlight-button button button--primary">Découvrir</span>
                      </div>
                      
                    </div>
                  </a>
                </div>
              
            
          </nav>
          
        </div>
      </div>
    </div>
  </details>
</header-drawer>

    </div>

    
      <ul class="header-navigation__nav-secondary">
        
          <li><a href="/collections/varietes-maintenues-par-la-ferme">Variétés conservées</a></li>
        
          <li><a href="/collections/antigaspi">Antigaspi</a></li>
        
          <li><a href="https://la-ferme-de-sainte-marthe-sld.myshopify.com/blogs/comment-reussir-la-culture-de">Nos conseils</a></li>
        
      </ul>
    

    <div class="header-mobile__icons">
      <div id="mobile-account-and-cart">
        
      </div>
    </div>
  </nav>

  
    <div class="header-navigation-secondary-mobile show-mobile-only">
      <ul class="header-navigation-secondary-mobile__items">
        
          <li><a href="/collections/varietes-maintenues-par-la-ferme">Variétés conservées</a></li>
        
          <li><a href="/collections/antigaspi">Antigaspi</a></li>
        
          <li><a href="https://la-ferme-de-sainte-marthe-sld.myshopify.com/blogs/comment-reussir-la-culture-de">Nos conseils</a></li>
        
      </ul>
    </div>
  
  
</sticky-header>

<cart-notification>
  <div class="cart-notification-wrapper">
    <div
      id="cart-notification"
      class="cart-notification focus-inset color-scheme-1 gradient"
      aria-modal="true"
      aria-label="Article ajouté au panier"
      role="dialog"
      tabindex="-1"
    >
      <div class="cart-notification__header">
        <div class="cart-notification__heading caption-large text-body"><svg
  class="icon icon-checkmark"
  aria-hidden="true"
  focusable="false"
  xmlns="http://www.w3.org/2000/svg"
  viewbox="0 0 12 9"
  fill="none"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
</svg>
Article ajouté au panier
        </div>
        <button
          type="button"
          class="cart-notification__close modal__close-button link link--text focus-inset"
          aria-label="Fermer"
        >
          <svg class="icon icon-close" aria-hidden="true" focusable="false">
            <use href="#icon-close">
          </svg>
        </button>
      </div>
      <div id="cart-notification-product" class="cart-notification-product"></div>
      <div class="cart-notification__links">
        <a
          href="/cart"
          id="cart-notification-button"
          class="button button--secondary button--full-width"
        >Voir le panier</a>
        <form action="/cart" method="post" id="cart-notification-form">
          <button class="button button--primary button--full-width" name="checkout">
            Procéder au paiement
          </button>
        </form>
        <button type="button" class="link button-label">Continuer les achats</button>
      </div>
    </div>
  </div>
</cart-notification>
<style data-shopify>
  .cart-notification {
    display: none;
  }
</style>


<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "La Ferme de Sainte Marthe",
    
      "logo": "https:\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/Logo_Fdsm_baseline_grainier_bio_depuis_1974_n_b.png?v=1734686896\u0026width=500",
    
    "sameAs": [
      "",
      "https:\/\/www.facebook.com\/fermedesaintemarthe",
      "",
      "https:\/\/www.instagram.com\/fermedesaintemarthe\/",
      "",
      "",
      "",
      "https:\/\/www.youtube.com\/@FermeDeSainteMarthe",
      ""
    ],
    "url": "https:\/\/www.fermedesaintemarthe.com"
  }
</script>
</div><div id="shopify-section-sections--17132697026641__announcement_bar_btiPfk" class="shopify-section shopify-section-group-header-group announcement-bar-section"><link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-slideshow.css?v=170654395204511176521734714134" rel="stylesheet" type="text/css" media="all" />
<link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671734714134" rel="stylesheet" type="text/css" media="all" />

  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-list-social.css?v=100423016290785997121735901595" rel="stylesheet" type="text/css" media="all" />


<div
  class="utility-bar color-scheme-2 gradient"
  
>
  <div class="page-width utility-bar__grid"><div
        class="announcement-bar"
        role="region"
        aria-label="Annonce"
        
      ><a
              href="/products/ail-des-ours-ab-lot-de-3-bulbilles"
              class="announcement-bar__link link link--text focus-inset animate-arrow"
            ><p class="announcement-bar__message h5">
            <span>🌿 Les bulbilles d’Ail des Ours sont de retour – Une culture simple, un plaisir chaque printemps.</span><svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

</p></a></div><div class="localization-wrapper">
</div>
  </div>
</div>


</div><section id="shopify-section-sections--17132697026641__17472314122d488980" class="shopify-section shopify-section-group-header-group section"><div class="page-width"></div>


</section>
<!-- END sections: header-group -->

    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
      <section id="shopify-section-template--17132696895569__main" class="shopify-section section"><product-info
  id="MainProduct-template--17132696895569__main"
  class="product__main"
  data-section="template--17132696895569__main"
  data-product-id="7706095943761"
  data-update-url="true"
  data-url="/products/tomate-couilles-de-taureau-ab"
  
    data-zoom-on-hover
>
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/section-main-product.css?v=47478639964717600871734714135" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-accordion.css?v=180964204318874863811734714134" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101734714134" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671734714134" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-rating.css?v=94825973806444549681745394651" rel="stylesheet" type="text/css" media="all" />
  <link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-deferred-media.css?v=14096082462203297471734714134" rel="stylesheet" type="text/css" media="all" />


  
<style data-shopify>.section-template--17132696895569__main-padding {
      padding-top: 27px;
      padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
      .section-template--17132696895569__main-padding {
        padding-top: 36px;
        padding-bottom: 36px;
      }
    }</style><script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/product-info.js?v=149160427226008204701734714134" defer="defer"></script>
  <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/product-form.js?v=82553749319723712671734714134" defer="defer"></script>
    <script id="EnableZoomOnHover-main" src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/magnify.js?v=137710018090829782941734714134" defer="defer"></script>
  

  <div class="page-width">

    

  

  
  
    








































































































































































































































































































































































































































































































    








































          
          













































































































































































































































































































































































































































    







































            
            























































































































            
            










































































































































































































































































































































    











































            
            





























































































































































































































































































































































































































































    








































































































































































































































































































































































































































































































    








































































































































































































































































































































































































































































































    








































































































































































































































































































































































































































































































    












































































































































































































































































































































































































































































































<nav class="breadcrumbs-container">
  <a class="link" href="https://www.fermedesaintemarthe.com">Accueil</a>

  
    

    

    

    

    

    

    

    

    

    

    

    






































          <span class="breadcrumbs-delimiter" aria-hidden="true">
        /
    </span>
          <a class="link levem2" href="/collections/graines-potageres">Graines potagères</a>

          <span class="breadcrumbs-delimiter" aria-hidden="true">
        /
    </span>
          <a class="link" href="/collections/tomates">Tomates</a>

          
            <span class="breadcrumbs-delimiter" aria-hidden="true">
        /
    </span>
            <a class="link" href="/collections/tomates-a-gros-fruits">Tomates à gros fruits</a>
          

          

          

















    

    























    

    





















    

    










































    

    




















































    

    





























    

    









    

    





    

    







    

    






























    

    










    

    






    

    







    

    













    

    












    

    










    

    






    

    







    

    




    

    





    

    







    

    













    

    











    

    














    

    











    

    















    

    





    

    












    

    












    

    







    

    

    

    

    

    

    

    

    

    




    

    













<span class="breadcrumbs-delimiter" aria-hidden="true">
        /
    </span>

  <span>
    
      TOMATE COUILLES DE TAUREAU AB
    
  </span>
</nav>


    <div class="product product--small product--left product--thumbnail product--mobile-hide grid grid--1-col grid--2-col-tablet">
      <div class="grid__item product__media-wrapper">
        
<media-gallery
  id="MediaGallery-template--17132696895569__main"
  role="region"
  
    class="product__column-sticky"
  
  aria-label="Visionneuse de la galerie"
  data-desktop-layout="thumbnail"
>
  <div id="GalleryStatus-template--17132696895569__main" class="visually-hidden" role="status"></div>
  <slider-component id="GalleryViewer-template--17132696895569__main" class="slider-mobile-gutter product__media-viewer">
    <a class="skip-to-content-link button visually-hidden quick-add-hidden" href="#ProductInfo-template--17132696895569__main">
      Passer aux informations produits
    </a>
    <ul
      id="Slider-Gallery-template--17132696895569__main"
      class="product__media-list contains-media grid grid--peek list-unstyled slider slider--mobile"
      role="list"
    >

<li
              id="Slide-template--17132696895569__main-27795649953873"
              class="product__media-item grid__item slider__slide is-active"
              data-media-id="template--17132696895569__main-27795649953873"
            >

<div
  class="product-media-container media-type-image media-fit-contain global-media-settings gradient"
  style="--ratio: 1.0; --preview-ratio: 1.0;"
>
  <modal-opener
    class="product__modal-opener product__modal-opener--image"
    data-modal="#ProductModal-template--17132696895569__main"
  >
    <span
      class="product__media-icon motion-reduce quick-add-hidden product__media-icon--hover"
      aria-hidden="true"
    ><svg
  aria-hidden="true"
  focusable="false"
  class="icon icon-plus"
  width="19"
  height="19"
  viewbox="0 0 19 19"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/>
</svg>
</span>

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"
    class="spinner"
    viewbox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
<div class="product__media media media--transparent">
      <img src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1946" alt="TOMATE COUILLES DE TAUREAU AB " srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=246 246w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=493 493w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=600 600w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=713 713w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=823 823w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=990 990w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1100 1100w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1206 1206w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1346 1346w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1426 1426w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1646 1646w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=1946 1946w" width="1946" height="1946" class="image-magnify-hover" sizes="(min-width: 1600px) 675px, (min-width: 990px) calc(45.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw / 1 - 4rem)">
    </div>
    <button
      class="product__media-toggle quick-add-hidden product__media-zoom-hover"
      type="button"
      aria-haspopup="dialog"
      data-media-id="27795649953873"
    >
      <span class="visually-hidden">
        Ouvrir le média 1 dans une fenêtre modale
      </span>
    </button>
  </modal-opener></div>

            </li>
<li
              id="Slide-template--17132696895569__main-27895518003281"
              class="product__media-item grid__item slider__slide"
              data-media-id="template--17132696895569__main-27895518003281"
            >

<div
  class="product-media-container media-type-image media-fit-contain global-media-settings gradient"
  style="--ratio: 1.0; --preview-ratio: 1.0;"
>
  <modal-opener
    class="product__modal-opener product__modal-opener--image"
    data-modal="#ProductModal-template--17132696895569__main"
  >
    <span
      class="product__media-icon motion-reduce quick-add-hidden product__media-icon--hover"
      aria-hidden="true"
    ><svg
  aria-hidden="true"
  focusable="false"
  class="icon icon-plus"
  width="19"
  height="19"
  viewbox="0 0 19 19"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/>
</svg>
</span>

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"
    class="spinner"
    viewbox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
<div class="product__media media media--transparent">
      <img src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1946" alt="TOMATE BELLE DE LORRAINE AB " srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=246 246w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=493 493w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=600 600w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=713 713w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=823 823w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=990 990w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1100 1100w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1206 1206w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1346 1346w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1426 1426w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1646 1646w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=1946 1946w" width="1946" height="1946" loading="lazy" class="image-magnify-hover" sizes="(min-width: 1600px) 675px, (min-width: 990px) calc(45.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw / 1 - 4rem)">
    </div>
    <button
      class="product__media-toggle quick-add-hidden product__media-zoom-hover"
      type="button"
      aria-haspopup="dialog"
      data-media-id="27895518003281"
    >
      <span class="visually-hidden">
        Ouvrir le média 2 dans une fenêtre modale
      </span>
    </button>
  </modal-opener></div>

            </li>
    </ul>
    <div class="slider-buttons quick-add-hidden">
      <button
        type="button"
        class="slider-button slider-button--prev"
        name="previous"
        aria-label="Faire glisser vers la gauche"
      >
        <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none" viewbox="0 0 21 21">
    <path fill="#1D1D1B" fill-rule="evenodd" d="M13.369 2.503a.913.913 0 0 1 1.254.325l.001.001a3.738 3.738 0 0 1 .106.148c.029.043.06.093.086.141a.665.665 0 0 1 .036.08c.01.025.023.068.023.117a.808.808 0 0 1-.238.551 1.476 1.476 0 0 1-.346.266l-.026.016-.126.082c-.113.074-.28.188-.483.34a13.27 13.27 0 0 0-1.535 1.34c-.277.282-.686.657-1.136 1.071l-.004.004c-.342.314-.71.652-1.071.996-.878.835-1.775 1.754-2.434 2.65a.58.58 0 0 0-.122.472c.03.194.14.442.35.73.423.584 1.075 1.086 1.4 1.285l.048.03 4.302 3.41c.402.319.475.91.162 1.32a.911.911 0 0 1-1.294.164L8.105 14.7c-.472-.297-1.296-.936-1.884-1.746-.307-.423-.594-.952-.689-1.551-.1-.633.025-1.298.467-1.9.76-1.033 1.756-2.043 2.652-2.896.417-.396.803-.75 1.143-1.063a29.79 29.79 0 0 0 1.022-.964 15.126 15.126 0 0 1 1.754-1.53 12.382 12.382 0 0 1 .779-.534l.013-.008.005-.003.003-.002Z" clip-rule="evenodd"/>
  </svg>
  
      </button>
      <div class="slider-counter caption">
        <span class="slider-counter--current">1</span>
        <span aria-hidden="true"> / </span>
        <span class="visually-hidden">de</span>
        <span class="slider-counter--total">2</span>
      </div>
      <button
        type="button"
        class="slider-button slider-button--next"
        name="next"
        aria-label="Faire glisser vers la droite"
      >
        <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="currentColor" viewbox="0 0 21 21">
    <path fill-rule="evenodd" d="M7.006 3.126a.92.92 0 0 0-1.254.32l-.001.002a3.004 3.004 0 0 0-.106.145 1.55 1.55 0 0 0-.086.139.652.652 0 0 0-.036.079.335.335 0 0 0-.023.115.79.79 0 0 0 .238.543c.118.125.256.212.345.262l.027.016a10.55 10.55 0 0 1 .61.415c.407.298.96.743 1.534 1.319.277.278.686.648 1.136 1.056l.004.003c.342.31.71.643 1.071.981.878.823 1.775 1.727 2.434 2.61a.564.564 0 0 1 .122.465c-.03.19-.14.435-.35.72-.423.574-1.075 1.068-1.4 1.264l-.048.03-4.302 3.358a.928.928 0 0 0-.162 1.3.92.92 0 0 0 1.294.162l4.217-3.292c.472-.293 1.296-.922 1.884-1.72.307-.417.594-.938.688-1.528a2.417 2.417 0 0 0-.466-1.87c-.76-1.018-1.756-2.013-2.652-2.853a84.02 84.02 0 0 0-1.143-1.047 29.59 29.59 0 0 1-1.022-.949 15.068 15.068 0 0 0-1.753-1.506 12.394 12.394 0 0 0-.779-.526l-.013-.008-.005-.003-.003-.002Z" clip-rule="evenodd"/>
  </svg>
  
      </button>
    </div>

    <div class="product__badge product__badge-hover">
        
          <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="none" viewbox="0 0 50 50">
  <path fill="#fff" d="M44 1.174H5.313v46.684H44V1.175Z"/>
  <path stroke="#31AA47" stroke-width=".751" d="M6.363 46.373h36.554"/>
  <path fill="#31AA47" d="m7.84 37.24.444 1.28h-.859l.414-1.28Zm.393-.786h-.795L6.27 39.74h.703l.235-.658h1.24l.23.658h.704l-1.149-3.286Zm3.552 1.525h1.341v1.772h-.413l-.083-.413c-.161.198-.442.537-1.103.502-.606-.032-.819-.276-.974-.42-.778-.743-.672-2.422.456-2.905.138-.058.35-.117.638-.117.316 0 .758.032 1.098.361.381.373.367.666.381.739h-.629c-.12-.393-.46-.541-.818-.541a.993.993 0 0 0-.589.184c-.422.346-.445 1.184-.261 1.557.132.27.381.55.767.59.235.023.565-.058.763-.3.184-.212.184-.364.19-.45h-.764v-.56Zm3.101-.961h.932c.307 0 .417.136.417.37.04.325-.247.49-.408.49h-.94v-.86Zm-.69 2.724h.689v-1.298h.807c.239 0 .405.108.414.329-.009.239-.009.5 0 .663a.737.737 0 0 0 .092.306h.739v-.122c-.075-.046-.13-.087-.13-.27-.005-.167-.013-.6-.031-.736-.037-.297-.256-.378-.371-.456.224-.13.37-.235.454-.518a1.084 1.084 0 0 0-.032-.663c-.097-.355-.437-.509-.772-.523h-1.86v3.288Zm4.318-.002h-.69v-3.285h.69v3.286Zm3.84-1.122a1.25 1.25 0 0 1-.45.905c-.198.154-.575.306-.988.32-.745.023-1.266-.446-1.446-1.138a2.552 2.552 0 0 1-.066-.577c0-.215.023-.445.078-.63.19-.614.59-1.095 1.458-1.095.239 0 .575.027.902.257.482.32.505.744.51.91h-.657c-.018-.184-.175-.649-.847-.6-.313.024-.556.245-.666.522a2.075 2.075 0 0 0-.106.568c-.009.234.014.485.106.689.11.238.262.382.433.46a.705.705 0 0 0 .272.054.925.925 0 0 0 .29-.035c.48-.131.491-.463.52-.608h.657v-.002Zm3.566-2.163v2.264c0 .288-.074.72-.629.986a1.75 1.75 0 0 1-.684.137c-.233 0-.463-.041-.647-.108-.556-.303-.694-.69-.694-1.013v-2.264h.689v2.273c.009.207.074.527.635.527.56 0 .643-.32.643-.527v-2.273h.69l-.003-.002Zm1.765 0v2.722h1.605v.564h-2.294v-3.286h.69Zm4.552-.001v.564h-.979v2.722h-.689v-2.722h-1.016v-.564h2.684Zm3.451.001v2.264c0 .288-.074.72-.63.986a1.75 1.75 0 0 1-.683.137 1.94 1.94 0 0 1-.647-.108c-.557-.303-.695-.69-.695-1.013v-2.264h.69v2.273c.008.207.074.527.634.527s.643-.32.643-.527v-2.273h.69l-.002-.002Zm1.763.563h.931c.308 0 .418.136.418.37.04.325-.248.49-.409.49h-.94v-.86Zm-.69 2.724h.69v-1.298h.808c.238 0 .404.108.413.329-.008.239-.008.5 0 .663a.737.737 0 0 0 .092.306h.74v-.122c-.075-.046-.13-.087-.13-.27-.005-.167-.014-.6-.032-.736-.037-.297-.256-.378-.37-.456.224-.13.372-.235.453-.518a1.084 1.084 0 0 0-.031-.663c-.098-.355-.437-.509-.773-.523h-1.86v3.288Zm6.134-3.288v.564h-1.737v.751h1.605v.564h-1.605v.845h1.815v.564h-2.506v-3.286h2.427l.001-.002ZM7.396 42.466h.82c.24 0 .428.09.428.375 0 .263-.17.374-.465.374h-.783v-.75.001Zm-.689 2.722h1.515c.212 0 .585-.032.815-.226.298-.253.35-.524.35-.693 0-.39-.202-.679-.4-.827a.876.876 0 0 0 .316-.68c0-.135-.063-.862-1.21-.862H6.707v3.288Zm.69-1.409h.94c.129 0 .392.018.392.387 0 .45-.313.458-.521.458h-.812v-.845Zm4.072 1.409h-.69v-3.286h.69v3.286Zm2.943-.49a.905.905 0 0 1-.617-.221c-.22-.198-.33-.553-.335-.909.005-.355.114-.71.335-.908a.905.905 0 0 1 .617-.221c.221 0 .442.064.617.22.221.199.33.554.336.91-.005.355-.115.71-.336.908a.905.905 0 0 1-.617.22Zm1.614-1.13c0-.494-.184-.99-.497-1.31-.28-.284-.69-.41-1.119-.41-.427 0-.837.126-1.118.41-.313.32-.497.816-.497 1.31 0 .495.184.99.497 1.31.28.285.69.41 1.118.41.428 0 .838-.125 1.12-.41.312-.32.496-.815.496-1.31Zm2.064-1.666v2.722h1.605v.564H17.4v-3.286h.69Zm4.385 2.796a.905.905 0 0 1-.617-.221c-.22-.198-.33-.553-.336-.909.006-.355.115-.71.336-.908a.905.905 0 0 1 .617-.221c.22 0 .442.064.617.22.22.199.33.554.335.91-.005.355-.114.71-.335.908a.905.905 0 0 1-.617.22Zm1.615-1.13c0-.494-.183-.99-.496-1.31-.281-.284-.691-.41-1.12-.41-.427 0-.837.126-1.118.41-.313.32-.497.816-.497 1.31 0 .495.184.99.497 1.31.281.285.691.41 1.119.41.428 0 .838-.125 1.119-.41.313-.32.496-.815.496-1.31Zm2.937-.14h1.341V45.2h-.413l-.083-.414c-.161.198-.442.537-1.103.502-.606-.032-.818-.276-.974-.42-.778-.743-.672-2.422.456-2.905.138-.058.35-.116.638-.116.317 0 .758.032 1.098.36.382.373.367.667.382.739h-.63c-.12-.392-.46-.54-.818-.54a.993.993 0 0 0-.589.183c-.422.346-.445 1.184-.261 1.557.132.27.382.55.767.589.235.023.566-.059.763-.302.184-.213.184-.365.19-.451h-.764v-.559.004Zm3.467 1.76h-.69v-3.286h.69v3.286Zm3.337-.571a.878.878 0 0 1-.385.081.901.901 0 0 1-.615-.22c-.221-.199-.33-.554-.336-.91.005-.355.115-.71.336-.908a.901.901 0 0 1 .615-.22.9.9 0 0 1 .615.22c.221.198.33.553.336.909-.005.256-.06.512-.179.71l-.376-.352-.354.37.345.32h-.002Zm.864.11c.23-.312.363-.734.363-1.157 0-.495-.184-.99-.497-1.31-.28-.284-.69-.41-1.115-.41-.426 0-.836.126-1.115.41-.313.32-.497.816-.497 1.31 0 .495.184.99.497 1.31.279.285.689.41 1.115.41a1.7 1.7 0 0 0 .873-.22l.385.36.354-.366-.362-.338Zm4.36-2.825v2.264c0 .289-.074.72-.63.987a1.75 1.75 0 0 1-.683.134 1.94 1.94 0 0 1-.647-.108c-.557-.302-.695-.69-.695-1.013v-2.264h.69v2.273c.008.207.074.527.634.527s.644-.32.644-.527v-2.273h.689-.002Zm3.95 0v.564h-1.738v.751h1.605v.564h-1.605v.845h1.816v.564h-2.507v-3.286h2.427l.002-.002Zm-.132-39.69H6.353v32.654h36.52V2.212Z"/>
  <path fill="#fff" d="M27.975 14.886h.68c2.302 0 4.186.488 4.186 3.355s-1.909 3.408-4.237 3.408h-.627v-6.763h-.002Zm0 8.792h1.516c2.203 0 5.03.595 5.03 3.468 0 2.872-2.382 3.604-4.662 3.604h-1.886v-7.072h.002Zm-2.467 9.325h4.613c3.484 0 6.866-1.61 6.866-5.695 0-2.384-1.626-4.74-3.959-5.171v-.055c1.324-.649 2.107-2.381 2.107-3.867 0-4.589-3.501-5.582-7.215-5.582h-2.414v20.37h.002Zm-2.515-19.775c-.284-.286-.793-.623-1.601-.61-2.229.038-5.418 3.18-7.588 6.279-1.787 2.552-4.786 7.775-4.786 14.081h2.562c0-1.68.234-3.298.63-4.825h8.892v4.87h2.563s0-17.467.002-17.522c.012-.544.033-1.559-.676-2.27l.002-.003Zm-9.98 12.45c2.256-5.763 6.537-9.806 8.094-10.415l-.005 10.416h-8.088Zm19.846-14.164c.7-3.58-1.421-6.894-3.763-7.822-1.798 2.71-.545 8.905 5.067 8.905 3.291 0 5.458-2.916 5.547-3.933-3.307-.758-6.561 2.04-6.85 2.85h-.001Z"/>
</svg>

        

        

        

        
        
        

        

        
    </div>

    <div class="product__badge product__badge--bottom-right">
        
          <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewbox="0 0 101 78">
    <path fill="#ac463f" d="M84.917 12.696c-.281.524.58 1.583 1.732 1.264l.012-.001c1.922-.457 8.535-10.58 7.983-12.389C93.901-.866 92.097.055 90.92.872c-2.69 1.877-3.567 4.743-4.444 7.612-.442 1.446-.885 2.891-1.559 4.212ZM50.294 30.072c-.421.548-.85 1.103-1.293 1.663a82.693 82.693 0 0 0-.909-1.084l-.35-.412-.027-.03c-.96-1.128-1.881-2.21-2.695-3.366-3.876-5.495-9.365-5.674-15.095-4.47-5.753 1.209-10.655 3.836-12.17 10.153-1.907 8.006 2.186 16.386 10.33 21.82 3.169 2.12 6.462 4.055 9.755 5.99 6.084 3.573 12.168 7.148 17.479 11.888 2.193 1.963 3.534 1.172 4.888-1.13C63.953 64.746 68 58.599 72.183 52.519c3.652-5.31 7.07-10.87 8.102-17.523 1.242-7.994-.704-14.565-5.298-16.964-5.983-3.109-13.706-1.09-19.275 5.219-1.535 1.739-2.945 3.585-4.418 5.515l-.013.017-.002.003c-.325.425-.652.854-.985 1.287ZM14.74 50.175c-2.835 3.817-6.252 6.707-10.603 8.289l-.156.056c-1.302.471-2.778 1.006-3.619-.426-1.004-1.693.255-3.127 1.63-3.862 3.937-2.126 8.128-3.623 12.748-4.057Zm71.999-30.259c2.507-2.292 5.173-3.406 7.735-4.477.765-.32 1.521-.636 2.26-.978 1.897-.886 3.536-.078 4.129 1.924.529 1.825-.605 3.105-2.298 3.441-3.676.716-7.415 1.342-11.826.09ZM9.726 69.713c.682.85 1.618 1.33 2.767 1.16l.002.013c1.427-.124 7.736-7.198 7.704-8.75-.044-1.638-.993-2.289-2.377-1.368-.21.14-.422.278-.635.416l-.325.21-.234.152c-2.371 1.534-4.75 3.073-6.538 5.357-.676.866-1.182 1.794-.364 2.81Zm77.708-41.718c3.675-.832 6.512-.274 9.224.259l.016.003c.407.08.81.16 1.214.234.826.15 1.583.841 1.544 1.835-.049 1.342-1.22 1.7-2.19 1.733-3.533.101-6.559-1.058-9.808-4.064Zm-68.542 48.15c.239.867.832.952 1.688.888l.012-.002c2.31-1.762 3.994-4.087 4.857-6.946.189-.646-.329-1.225-1.254-1.125-1.603.187-5.704 5.724-5.303 7.185Z"/>
    </svg>


        
        
        
          <svg xmlns="http://www.w3.org/2000/svg" width="182" height="183" fill="none" viewbox="0 0 182 183">
  <path fill="#AC463F" d="M178.701 106.99c-.07-.02-.14-.02-.21-.03l-.72-.03.3.64c.28.6.52 1.08.89 1.41l-.13.27c-.27.57-.42.89-.28 1.24.1.26.32.4.66.57.24-1.09.46-2.18.66-3.27-.07-.06-.13-.12-.2-.18-.27-.25-.57-.54-.98-.63l.01.01Zm-6.93 7.839-.06.21.16-.09-.1-.12Zm1.579-6.419.09.24c.07.19.3.78.84.9.46.1.85-.19 1.17-.42.11-.08.21-.16.3-.2l1.44-.78-3.76-.1c-.02.12-.05.24-.08.36Zm.581-2.391s-.05.03-.08.04l.03-.41c-.1.58-.21 1.17-.32 1.75l.16.54 1.22-.38-.5-1.82-.5.27-.01.01Zm1.85 5.241c-.78-.08-.99.5-1.08.81l-.71-.39-.51.74c-.2-.3-.53-.45-.77-.54l.37-1.68-.11-.03c-.29 1.26-.6 2.5-.94 3.73.01 0 .02 0 .04.01.34.08.68 0 1.02-.06l.4-.08.07-.26c.12-.41.1-.72 0-.95l1 1.09c-.71.35-.95 1.13-1.13 1.74-.03.11-.06.21-.1.32l-.05.16.07.15c.36.82.84 1.28 1.44 1.42.7.16 1.39-.19 1.94-.48.1-.05.19-.1.29-.14l.14-.07.07-.13c.11-.22.19-.42.27-.6.11-.27.21-.5.31-.58l.12-.1c.1-.08.2-.17.3-.26.12-.46.25-.93.37-1.39-.02-.09-.05-.19-.09-.3l-.23-.6-1.01.87-.11-.21c-.05-.09-.05-.31-.05-.51 0-.49 0-1.41-1.05-1.65-.08-.02-.17-.03-.27-.04l-.01.01Zm-45.75 54.679c-.05.03-.11.06-.16.08.05-.02.1-.05.16-.08Zm1.759-.95c-.15.09-.31.17-.46.26l.45-.2v-.05l.01-.01Zm47.131-52.65c.09-.37.18-.73.26-1.1l-.72.66.46.44ZM78.58 174.699c-.52-.08-1.05-.16-1.58-.25l.03.21 1.55.03v.01Zm25.581 5.68.49.32c.12-.12.21-.14.4-.1l.22.06c.08.02.16.05.24.06l1.04-.18c.17-.13.33-.33.46-.58.1.11.24.19.39.22.08.02.17.02.25.01h.17c.05 0 .08.04.11.08.81-.16 1.62-.32 2.43-.5.04-.27.03-.56-.14-.82h.48l-.12-1.77-1.12.09-.04.49-2.53-2.43.4 2.41-.65.27.1.37c.03.1.07.21.11.32.03.06.06.15.08.21-.05.11-.09.23-.11.33h-.2a.65.65 0 0 1-.23-.02c-.09-.02-.19-.05-.29-.08-.12-.03-.23-.07-.35-.1-.57-.13-1.02 0-1.38.41l.1-.45-.73.2c-.77.21-1.06.76-.85 1.63.02.1.08.18.13.24l1.02-.15.13-.58-.01.04ZM68 178.64l-.21-.06a.827.827 0 0 0-.61.13c.37.1.74.2 1.11.29a.974.974 0 0 1-.19-.21l-.1-.16v.01Zm113.36-89.26-.37.17.39.34c0-.17 0-.34-.01-.51h-.01Zm-76.159 85.019c-.05 0-.11.02-.17.03l.05.05.11-.08h.01ZM10.89 64.28l-.74.76.28.3s.07.08.1.12c.08.1.18.21.31.3.13-.41.26-.83.4-1.24l-.35-.25v.01Zm32.481 96.549.07.04c-.02-.01-.04-.03-.06-.04h-.01Z"/>
  <path fill="#AC463F" d="m71.96 178.879.27.15 1.55-2.85-1.76.91c-.03-.22-.06-.41-.06-.6.03-.02.06-.05.1-.07l.07.03.24-.26.12-.15c.09.07.19.14.3.19l.29.12 1.38-1.51c-.06.2-.18.4-.32.65-.16.28-.32.56-.41.89-.15.55-.43 1.06-.73 1.6-.13.24-.27.49-.39.73l-.19.38.39.2c.08.04.16.07.24.09.2.04.36.02.5-.05l-.2.4-.17-.21v.55l-.03.06c1.45.29 2.9.55 4.35.77l-.41-.98 1.78.6c-.21.19-.38.36-.52.5 3.91.56 7.81.84 11.68.89 0-.17-.03-.31-.08-.43.15-.32.28-.57.37-.79l.21.5s-.06.08-.09.11c-.12.14-.3.33-.32.6.85 0 1.71 0 2.56-.01.02-.18 0-.39-.05-.61l-.06-.28-2.18-.49c.21-.64.01-.94-.89-1.39l-.76-.38.36 2.49c-.07.03-.15.07-.23.12l-.43-.58c-.4-.54-.78-1.05-1.15-1.57l1.28.29-.25-2.32-.43.03c-.24.02-.45 0-.66-.05a1.92 1.92 0 0 1-.55-.22l.55-1.4c-2.87-.13-5.76-.41-8.65-.84-.23.22-.49.47-.67.5-.15-.03-.35-.17-.55-.31-.17-.11-.35-.24-.56-.35l-.34-.19c-.14-.02-.27-.05-.41-.08l.3 2.19c-.42-.65-.49-1.39-.52-2.23-.83-.15-1.67-.32-2.5-.5v.16l-.09-.18-.56-.12c-3.1-.69-6.11-1.55-9.04-2.56l-1.68 1.13.65.34s.05.03.08.05c.04.03.1.06.16.09l-2.76-.19c.1-.09.23-.17.39-.25.12-.06.25-.12.38-.19.26-.14.56-.29.73-.27.85.1 1.4-.32 1.87-.78-1.4-.48-2.78-1-4.14-1.56.05.17.11.34.13.51 0 .04-.22.13-.39.23-.09-.22-.25-.41-.21-.57.02-.1.16-.17.29-.25-.4-.16-.79-.33-1.18-.49-.03.22-.05.44-.08.66-.09 0-.18-.01-.26-.02l.09-.75a82.57 82.57 0 0 1-10.81-5.63c-.13.06-.26.13-.37.19-.1.06-.24.14-.3.15l-.43.07.07.43c.03.21.08.4.12.6.08.35.15.66.1.89-.03.16-.28.38-.48.56l-.05.05-.47-.07c-.11-.01-.21-.04-.31-.06l-.49-.11c-.32-.07-.65-.12-.97-.05l1.98-1.09-.5-.41c-.32-.26-.53-.43-.72-.53l.42-.1s-.26-.62-.29-.68l1.53.59.19-.28s.16-.06.24-.08c.14-.04.33-.09.52-.2-.96-.6-1.9-1.2-2.83-1.84-.07.03-.13.06-.19.11-.25.19-.34.49-.38.74l-.6.21.13-1.79c-.59-.41-1.16-.83-1.74-1.25-.23 0-.45.03-.64.16l-.02-.65c-.55-.42-1.1-.84-1.64-1.27-.03.09-.07.17-.14.24-.1-.09-.22-.19-.35-.27l-.16-.1c-.1-.06-.24-.14-.33-.21.05-.05.15-.12.31-.21-.46-.37-.92-.75-1.37-1.13-.28.17-.53.3-.73.26-.13-.03-.27-.14-.42-.34l-.5-.65-.37 1c-.03-.07-.07-.14-.1-.21l.7-1.3c-.39-.35-.78-.69-1.16-1.05-.07.06-.14.13-.21.22l-.06.09c-.09-.05-.17-.07-.23-.09-.14-.03-.29-.03-.47 0-.32.06-.59.23-.76.5-.06.1-.1.2-.13.31a6.65 6.65 0 0 0-.57-.9l-.04-.06.25-.39c.23-.36.35-.75.46-1.09l.06-.2a83.605 83.605 0 0 1-4.02-4.19h-.02c-.34.13-.69.27-.91.22-.04 0-.14-.03-.26-.19l.38-.95-.01-.01-.7.36-.83-1.59-.13.31v-.21c0-.14.01-.28.03-.4.06-.07.1-.14.14-.22-.52-.63-1.02-1.26-1.52-1.9-.09.07-.16.14-.22.22l-.26-.13c-.47-.22-.77-.37-1.07-.44-.3-.07-.56-.05-.91.03.48-.72.56-1.51.49-2.35-.35-.49-.69-.98-1.03-1.47l-.51 1.2c-.18-.1-.36-.15-.5-.19-.03 0-.05-.01-.08-.02.54-.29.77-.69.82-1.38a84.778 84.778 0 0 1-3.51-5.67l-1.27 1.33 2.01 1.65.11-.67.53.67-1.57.77.02.29c.08 1.39-.08 2-.88 3.36 0 0-.21.19-.23.21l.06-.12c.14-.25.29-.52.38-.82.07-.24.14-.94-.03-1.22l-.1-.16-.2-.06c-.21-.05-.25-.1-.28-.59-.01-.25-.03-.54-.16-.79-.07-.14-.16-.23-.26-.33-.04-.04-.09-.09-.14-.15l-.1-.12s.06-.05.09-.07l.07.04c.09.05.17.1.23.14.14.09.26.17.42.21h.05c.18.04.35 0 .51-.02l.2-.03.8-.11-.53-.61c-.26-.3-.43-.49-.71-.56-.28-.07-.52.03-.92.2h-.02l-.52-1.78 1.21-1.99-.88.08c-.42.04-.72.03-.95-.02a.895.895 0 0 1-.6-.41c.36-.42.63-.81.81-1.2l-.06 1.25.71-.4c.26-.15.58-.37.75-.66-.29-.56-.58-1.13-.86-1.7l-.31-.21c-.02-.17-.05-.34-.09-.53.02 0 .03.01.05.02a86.17 86.17 0 0 1-2.53-5.83l-.04.02.17.36c.15.3.14.69.13 1.11v.22a.652.652 0 0 0-.31-.18l-.18-.04-.19.1c-.23.14-.46.16-.81.08-.14-.03-.28-.07-.42-.11-.16-.05-.33-.1-.49-.13-.33-.07-.82-.14-1.35.09l-.43.19.41.78c.13.24.24.46.35.67l-.61.21c.08-.18.13-.38.09-.59-.04-.22-.18-.41-.39-.57.28-.85 0-1.56-.24-2.19-.05-.13-.1-.25-.14-.37.93-.15 1.12-.46 1.3-1.61.02-.11.05-.22.08-.33.1-.36.24-.84.02-1.37H11l-.1.11.25.88-.53.27 1.64 1.42A85.387 85.387 0 0 1 9 110.079c-.19.13-.38.25-.58.38l-.61.39.56 1.56H8.3c-.09-.02-.24-.26-.35-.44-.08-.12-.16-.25-.24-.37l-.37-.51-.36.51c-.11.15-.21.29-.32.42-.25.32-.51.65-.68 1.03-.05.1-.11.25-.18.37-.07-.07-.15-.16-.23-.25.04-.07.12-.15.22-.26.28-.29.74-.78.42-1.56.08-.12.31-.33.57-.39.47-.1.91-.32 1.33-.53.17-.08.34-.17.51-.25l.29-.13-.08-.83c-.01-.07-.03-.13-.04-.2l-.41-.09c.07-.02.15-.05.22-.09l.14-.07c-.17-.8-.33-1.61-.48-2.42l-2.35-.19.21-.59 1.79.4.2-.52c-.02-.13-.05-.27-.07-.4a4.6 4.6 0 0 0-.23-.15c-.28-.2-.6-.43-.97-.51-.37-.08-.73-.01-1.06.21l-.23-.05-.02.06-.39-.06c.37 0 .71-.11 1.02-.22.29-.1.57-.2.79-.16.07.01.14.03.2.04.26.06.52.15.79.25-.73-4.65-1.08-9.39-1.02-14.19-.13-.02-.25-.04-.38-.05v-.23c.13-.06.26-.13.4-.19 0-.49.03-.97.04-1.46-.02.01-.03.02-.05.03-.11.08-.52-.34-.8-.53.06-.12.11-.24.17-.35.22.08.45.16.54.19.06-.04.11-.07.16-.1.13-2.76.39-5.54.79-8.32-.29.26-.63.43-1.07.46-.03-.3.15-.51.45-.84.17-.18.36-.38.49-.63.11-.07.21-.14.31-.2.23-1.44.5-2.88.81-4.32l-.35.17c.02-.07.03-.13.05-.2.08-.36.15-.69.31-.95l.17.15c.19-.87.4-1.72.62-2.58l.02-.86.19.06c.23-.84.46-1.68.71-2.51-.17 0-.32 0-.44-.01a.93.93 0 0 0 .05-.29c.02-.62-.17-.98-.55-1.06-.34-.08-.65.14-.87.34l-.06.06c-.03-.33-.08-.65-.16-.96l1.37.38-.04-.61v-.41c0-.34.02-.7-.16-.99-.22-.37-.3-.66-.24-.87.05-.18.24-.34.54-.48l.43-.2-.24-.41c-.2-.34-.49-.78-.92-1.06l2.59.39-1.26-1.01c-.49-.39-.73-.59-1.01-.65-.43-.1-.7.16-1.02.45l-.46.43c-.4-.41-.66-.64-.99-.72a.952.952 0 0 0-.64.08l-.63 1.71.39 1.08c-.11.01-.21.04-.3.08l-.39-.31c-.07.22-.15.43-.23.65l.03.17c.03.16.14.3.28.36l.75.58c-.22.18-.42.44-.45.84-.01 0-.02 0-.03.01-.4.19-.68.33-.9.42l.07-1.6c-.48 1.49-.93 2.99-1.33 4.52.2-.01.43-.04.72-.08.38-.05.72-.17 1.08-.3.06-.02.13-.05.19-.07l.15.18c.26.31.53.63.78.96.31.41.39.51.11.86-.44-.58-.97-.95-1.55-1.08-.37-.08-.76-.07-1.16.04-.14.04-.3.05-.47.07-.27 1.05-.54 2.11-.78 3.19-.11.47-.2.94-.3 1.42.06.12.12.25.18.39-.08-.05-.16-.08-.24-.12-.58 2.87-1.02 5.74-1.32 8.61h.02l.86 1.33c-.39.14-.64.2-.82.15a.47.47 0 0 1-.2-.1c-.21 2.34-.32 4.68-.35 7H.7s.11.13.19.27l-.31.07c-.03 4.18.22 8.33.76 12.41.04-.04.08-.07.12-.11l.06.2c-.06 0-.11.03-.16.04.67 5 1.75 9.9 3.22 14.66h.18c0-.02.02-.04.02-.05l.03.05h-.05c-.04.09-.08.16-.11.23 1.16 3.74 2.57 7.38 4.19 10.92.09-.24.17-.51.18-.8l.61.33c-.39.21-.57.5-.65.79a90.55 90.55 0 0 0 4.99 9.32l.18-1.35.07.2c.18.5.48.89.75 1.25.25.34.47.63.58.96-.3 0-.54.17-.73.31 1.12 1.75 2.3 3.47 3.53 5.15.17-.11.34-.23.55-.36-.02.31-.04.57-.05.82-.04.02-.07.04-.11.05a88.37 88.37 0 0 0 2.7 3.43c.01-.02.03-.05.04-.07.3-.47.58-.92.93-1.19.29-.22.7-.33 1.22-.46.2-.05.42-.1.65-.17l.32-.02c.38-.03.65-.13.85-.28l-1.08 2.54h-.08c.07-.36.04-.71.02-.9l-.1-.99-.68.73c-.41.44-.89.55-1.45.68-.2.05-.41.09-.61.16.47.57.96 1.14 1.45 1.7.02 0 .04-.01.06-.02.7-.18 1.05-.58 1.22-.99l-.33 2.09c.44.49.88.97 1.33 1.45l-.07-.71c.04-.29-.19-.49-.46-.55h-.03l-.06-.01c-.14-.01-.27-.02-.39-.02l1.91-.99-.88-1.68-.8.06 1.48-.85-.46 1.16 1.7.58-1.1.46.36 1.35-.77-.13-.04 1.77a89.745 89.745 0 0 0 38.21 23.87c-.11-.15-.21-.29-.31-.43l.54-1.07-1.15-.16c.39-.16.64-.37.77-.64.2-.43.02-.86-.13-1.25-.06-.16-.12-.31-.16-.45l-.15-.66.3-.22c.52.12.52.13.66 1.22v.09c.06.4.2.76.34 1.11 0 .02.02.05.03.07l-.5.24.62.31v.05c-.02.21-.06.62.2.91l-.68 1.01c.8.25 1.6.49 2.41.71l-.05-.04-.27-.83-.03.05-.29-.93.27-.41-.17-.04c.02-.14 0-.27-.03-.4a.886.886 0 0 0-.15-.29l.88-.43-.04-.31a2.61 2.61 0 0 0-.12-.5c-.01-.04-.02-.07-.03-.1.21.37.39.58.69.65.42.09.74-.16 1.39-.65l.06-.04c.14-.11.36-.18.58-.25h.03l-.2.75.77-.24c.74-.23 1.08-.34 1.34-.62l.09.16c.07.13.16.27.25.4.24.35.35.55.32.76a.55.55 0 0 0-.07.09l-.75-.33-.2.11c-1.14.64-.73 1.47-.51 1.91.17.33.19.43.13.51l-.18.24c0-.26-.06-.5-.11-.76a4.49 4.49 0 0 1-.08-.42l-.15-.93-.63.7c-.1.11-.2.21-.29.3-.24.24-.47.47-.61.77-.14.3-.13.71.03 1.23.11.36.56.47.65.49.29.07.47-.03.57-.12.39-.37.59-.7.62-1.03v-.02l.78.42-.61 1.13c-.15-.08-.32-.14-.5-.18-.2-.05-.41-.06-.6-.08.64.16 1.29.31 1.94.46.25.06.51.11.76.16.1-.28.12-.63-.11-1.03Zm6.32-1.18.68.32-1.88 1.88-.04-.1 1.24-2.1Zm-71.3-69.19s.14.1.22.15l.09.06-.42-.09c.07-.1.11-.12.11-.12Zm-.11-45.18s-.04.05-.06.07c.07-.28.13-.62-.03-.88a.642.642 0 0 0-.1-.13l.48-.16-.11.5.28.17c-.18.08-.33.22-.46.43Zm1.21 12.18c-.07 0-.32.04-.37.05.08-.14.15-.29.22-.46.05-.11.1-.23.16-.36v.77h-.01Zm1.14-4.5c-.19.14-.36.3-.52.48 0-.35 0-.71-.01-1.08l.53.6Zm-.41-3.61c-.03.06-.06.12-.1.19-.11.22-.22.43-.34.59.14-.51.21-.99.22-1.44l.22.67v-.01Zm-2.85 3.1c.51.4.92.72 1.34 1.04-.05.09-.09.18-.14.27-.54-.07-1.08-.13-1.77-.21.21-.41.39-.75.57-1.1Zm.76 3.46c-.21.25-.42.51-.63.76-.06-.04-.12-.07-.19-.11.08-.18.13-.37.23-.53.09-.14.23-.25.35-.37.08.09.16.17.24.26v-.01Zm-4.74 3.43-.08-.11c.11-.21.17-.44.22-.62.07.05.12.1.14.12 0 .07-.13.33-.27.61h-.01Zm-.16 9.85c-.13 0-.26-.02-.38-.03l.1-.3c.15.11.31.2.44.28.04.02.08.04.11.06-.09 0-.18-.01-.27-.02v.01Zm1.33-7.62.33-.3-1.42-.57.17-.52.93.82.83-.24c-.24.37-.52.63-.85.81h.01Zm1.42 2.03c.11.08.2.19.3.28-.03.09-.07.19-.1.28-.24-.09-.53-.11-.69-.27-.19-.2.22-.48.49-.29ZM1.62 96.16l.2-.9h.21v.96c-.14-.02-.27-.05-.41-.07v.01Zm5.57-19.09v.92c.02 0 .04-.01.06-.02l-.06.04v-.03c-.36.09-.73.18-1.1.27.127-.526.497-.923 1.11-1.19l-.01.01ZM3.71 90.74c.19 0 .37-.03.55-.05h.07c-.22.07-.42.11-.56.07-.02 0-.04-.01-.06-.02Zm-1.51 9.41c-.07-.33-.12-.61-.19-.94.33.1.73.22 1.26.39-.07-.4-.11-.68-.17-1.03.44.287.604.92.49 1.9l-1.39-.31v-.01Zm.44 7.73-.02-.02c-.11-.1-.12-.1.06-.41.05-.08.1-.17.15-.27.11.1.24.16.36.19.02 0 .05 0 .07.01-.23.14-.44.31-.63.5h.01Zm2.98-11.31c-.24-.54-.37-.86-.51-1.18.94 0 .88.39.51 1.18Zm-.34 2.21c.49-.35.81-.28.89.54l-.95-.21c.03-.15.01-.29.06-.33Zm-1.24 8.28.03-.03c.06-.08.11-.12.13-.14.04.03.11.09.16.14-.09 0-.19 0-.29.02h-.03v.01Zm.47 3.09-.9-.57c.06-.11.11-.21.17-.32.31.18.61.37.92.55-.06.11-.13.22-.19.33v.01Zm.92-1.85c-.01-.05-.03-.11-.05-.17.04.05.16.18.17.2l-.12-.03Zm2.12 11.82c-.13.18-.22.37-.3.55-.08-.01-.15-.03-.22-.04-.67-.15-1.35-.51-1.3-2 .03-.74-.35-.98-.67-1.12 0 0 0-.02-.01-.02-.09-.17-.2-.37-.37-.54l-.04-.04c-.29-.29-.35-.35-.36-.63l2.02-.53.03.08c-.17-.02-.37-.02-.56.11-.39.27-.51.58-.54.8-.03.21 0 .54.29.89l.26.32.63-.43 1.87 1.66c-.23.28-.5.6-.74.93l.01.01Zm1.81-5.11-.63-.75c.07-.08.14-.16.2-.24l.7.67c-.09.1-.18.21-.27.32Zm1.58 17.49s-.05-.04-.07-.05c.04-.06.1-.15.18-.24l-.11.29Zm1.07-4.49-.24-.06c-.24-.05-.6-.1-.94.1l-.16.1-.21.93-.2-.29-.06-.64c-.11-1.22-.89-1.47-1.4-1.64l.16-.29.07-.05 1.74.39 1.67 1.49c-.05.06-.11.04-.23.02-.06-.01-.13-.03-.19-.05l-.01-.01Zm-.42 3.48c.19-.27.36-.55.53-.82-.12.24-.22.54-.07.85l-.46-.03Zm2.55 5.8.02-.16-1.32-.29c.28-.03.57-.1.85-.21.08-.03.12-.02.14-.02.05.01.1.04.16.07.09.04.19.09.31.12.09.02.18.03.27.01l-.43.49v-.01Zm4.7 4.82c-.38.21-.78.44-1.01.82-.14.23-.16.51-.14.8l-.57-.47 1.23-1.65h.02c.25.06.5.17.77.28.02 0 .03.01.05.02-.12.07-.24.14-.35.2Zm.96 2.93c-.26-1.1.27-1.08.76-1.09.06.11.13.23.19.34-.29.23-.58.45-.95.75Zm8.51 9.82c.34-.41.66-.8.99-1.19v-.02h.02l-.02.02c.11.55.22 1.11.35 1.75-.43-.18-.82-.34-1.34-.56Zm2.08-.32c-.04-.44-.14-1.12-.94-1.3-.03 0-.06-.01-.1-.02l.03.86-.16-.87-.26.05.53-.54-1.56-.26-.69-2.02h.03l.76-.94.48.52-.18 1.02.3.15c.31.16.64.25.95.34.81.24 1.34.4 1.5 1.42l.07.47c-.62.15-.72.73-.77 1.11l.01.01Zm17.29 12.73a1.43 1.43 0 0 0-.24-.16c.37-.52.39-1.04.3-1.52l.43.6.46-.69-.02.75-.93 1.02Zm14.91 6.23c-.45.46-.9.92-.88 1.49-.01-.04-.03-.07-.04-.11l-.12-.28h-.44c-.12 0-.31-.02-.48.1-.12.08-.2.18-.26.25-.03.04-.07.08-.1.1-.48.37-.88.54-1.14.48-.28-.06-.47-.44-.59-.78l.96.57.25-.28c.06-.06.24-.22.19-.47a9.83 9.83 0 0 0-.18-.78c-.08-.32-.11-.7.06-1.03l.35.44c.41.51.64.79 1.01.87.43.1.77-.13 1.41-.6l-.02.02.02.01Zm2.53-.44c0-.37.07-.75.11-1.13.09 0 .18 0 .27-.01.04.39.08.78.14 1.32-.24-.08-.52-.13-.52-.19v.01Z"/>
  <path fill="#AC463F" d="m11.58 120.86-.09-.08-.13-.03c-.2-.05-.37.04-.53.12-.05.03-.11.06-.17.08l-.52.21.34.45s.06.09.08.13c.09.14.2.32.43.39h.04c.2.05.37 0 .5-.03.03 0 .06-.02.09-.02l.57-.11-.26-.51s-.04-.08-.05-.12c-.06-.15-.14-.33-.3-.47v-.01Zm165.761-27.69c-.08-.33-.34-.6-.72-.75-.49-.19-.67-.26-.73-.8-.04-.4-.39-.63-.8-.85.01 1.48-.02 2.96-.09 4.45.05-.06.12-.12.19-.19.25-.25.59-.58.65-1.08l.6.38-.5 1.66v-.29l-.95-.29c-.07 1.37-.16 2.73-.3 4.11l.18-.23c.15.22.32.4.47.57.33.36.56.62.58 1.05l-.82.25c-.12-.1-.28-.19-.48-.26l-.07-.02c-.1.92-.22 1.85-.36 2.77l.58.4.59-.4.11.97s-.09-.08-.14-.12c-.33-.29-.71-.61-1.17-.72-.09.62-.19 1.24-.3 1.86l3.42.15-1.44-.88c-.09-.06-.18-.13-.28-.21l1.08-.16-.08-1.44.08.04c.12.06.24.11.36.13.78.17 1.16-.46 1.41-.88l.07.02.03.2c-.02.06-.09.17-.14.24-.16.25-.37.6-.21.97.13.3.44.42.63.47l.43 2.17.88-.06c.35-2.08.62-4.15.83-6.22l-.2.09.09.41-.94.35c.14-.23.27-.48.38-.77l.21-.51-.82-.12c-.18-.02-.33-.05-.48-.07-.09-.02-.17-.03-.26-.05l-.37-.08-.08-.61.85.27-.83-2.26c.1.02.2.03.29.02l.15-.02c.08 0 .18-.02.23-.02 0 .01.02.06.05.15.08.31.33.51.55.68-.15.18-.33.44-.24.76.07.23.26.41.57.51l.2.07.18-.1c.3-.17.5-.37.65-.59.09-1.23.16-2.46.21-3.68-.05-.01-.11-.03-.16-.04-.14-.03-.27-.05-.39-.07l.39-2.48-1.71-1.23-.23.47c-.56 1.13-.11 1.85.91 2.77l.49.44c-1.08-.11-1.87.28-3.11 1.14l-.2.14c.36-.44.34-.94-.03-1.58l-.11-.19c.21-.33.2-.61.16-.81h.01Zm2.31 8.19.4 1.19-1.18-.52c.29-.17.55-.39.78-.68v.01Zm-4.26 1.33c0-.06.01-.16.03-.29 0-.04.01-.08.02-.13.07.06.37.29.44.34l-.49.07v.01Zm2.48-2.1-.03.77-.43-.1.46-.67Zm-1.18-4.34c.1-.06.2-.13.29-.19l.62.29c.11.05.21.11.31.17.02.01.04.02.05.03l-1.73 1.52 1.56.5-.12.18c-.13.2-.22.3-.28.35-.02-.03-.05-.08-.09-.15l-.1-.19-.21-.05c-.15-.03-.26 0-.46.09-.12-.28-.25-.56-.48-.78-.13-.13-.26-.23-.39-.31h.27l.01-1.01.75-.45Zm-73.241 78.449c-.09 0-.18.01-.27.03l.27-.03Zm13.78 2.97-.9-.25c1.48-1.27 2.56-2.66 3.01-3.85.23.21.51.32.73.41.17.07.3.13.39.18-.53.06-1.14.29-1.36 1.25l-.05.23 1.32 1.31c.26-.09.52-.18.79-.28.1-.12.21-.24.33-.37.48-.5 1.03-1.06.84-1.97-.11-.53.04-.96.24-1.57.06-.18.12-.36.18-.56l.02-.05c.12.06.22.13.3.2l.23.2c-.09.1-.18.18-.27.24-.2.13-.23.34-.25.49 0 .04-.01.09-.02.14l-.06.28 1.08.75 1.67-1.51v.02c-.11.32.07.57.23.75-.04.01-.1.02-.16.03l-1.04.19.87.6c.17.12.35.21.54.29 1.29-.54 2.57-1.12 3.84-1.72-.02-.05-.03-.09-.05-.15.07.03.13.05.2.08 2.01-.96 3.99-2 5.92-3.11l-1.9-1.22-2.24 1.77c-.09-.07-.19-.14-.3-.2l-.22-.13c.11-.05.21-.1.32-.15 1.3-.58 1.38-1.04 1.13-2.58-.04-.28-.06-.76.28-1.14l.61.33-.36 1.61 2.5-.75-.29.73.21.21c.35.34.76.69 1.24.93l-.92.5v.05l.93-.54c1.53-.9 3.04-1.85 4.52-2.84h.02c2.57-1.73 5.06-3.59 7.44-5.57.03-.14.15-.23.37-.31a85.88 85.88 0 0 0 3.36-2.97s-.02-.01-.03-.02h.06c4.13-3.83 7.92-8.06 11.29-12.65 1.18-1.61 2.32-3.25 3.4-4.94-.06-.11-.13-.22-.2-.36.13.04.24.08.35.11.19-.3.38-.6.56-.9-.21 0-.41.02-.62.03.12-.4.21-.69.3-.99.37.08.61.14.79.2 1.88-3.12 3.59-6.37 5.09-9.74-.19-.18-.38-.37-.61-.59.53-.27.72-.12.79.17.61-1.37 1.18-2.77 1.72-4.18l-.49-.26c.09-.25.31-.34.68-.45.03 0 .06-.02.09-.03.67-1.8 1.29-3.63 1.85-5.5-.62.07-1.19.31-1.75.54-.21.09-.41.17-.62.25-.25.09-.45.32-.63.72-.19.42-.37.85-.57 1.35l-.02.04c-.2-.14-.42-.24-.66-.29-.4-.09-.79-.04-1.14 0l-.13.02s-.1.01-.15.02l2.14-.78-1.39-1.38-1.45.32-.03-1.41a83.716 83.716 0 0 1-3.88 9.97l.14-.06.05.25-1.43 2.65-.12-.03c-.53 1.05-1.09 2.07-1.67 3.09.08-.03.16-.07.24-.15.04.08.07.17.11.27.04.1.07.2.12.31l.19.48-.08-.04-.25.65h-.33c-.15-.03-.25-.27-.35-.49-.03-.07-.06-.14-.1-.22a85.046 85.046 0 0 1-5.05 7.7c.53.38 1.22.43 1.14 1.35-.27-.18-.88-.74-1.24-1.21a83.935 83.935 0 0 1-11.14 12.28c.12.27.24.55.38.87-.48-.09-.65-.32-.69-.59a85.207 85.207 0 0 1-15.04 10.77c.01.07.01.15 0 .25-.11.59-.91 1.1-1.82 1.15l-.28.02-.3.77-.62-.56c-.33.17-.66.33-.99.49l.14.55-.32-.4s-.03-.03-.04-.05c-.42.21-.85.41-1.28.61.1.02.2.03.31.04.19.03.38.05.56.09l.9.2.15.59-1.5-.07 1.6 2.62.32-.07c.07-.02.14-.03.2-.06l-.08.28.93-.49.53-.28c.1-.05.19-.11.29-.15l-.06.12c-.3.55-.75.97-1.23 1.41-.54.5-1.1 1.01-1.48 1.76-.05.03-.17.06-.28.09a1.55 1.55 0 0 0-.37-.36.951.951 0 0 1-.18-.15c.01 0 .05-.12.31-.37l-.5-.72-1.28.56.81-.73-.55-.3c-.21-.12-.42-.2-.62-.24-.27-.06-.51-.05-.72 0 .24-.23.48-.46.7-.7.57-.62.61-1.33.1-1.89-.13-.15-.28-.3-.44-.46-.51.23-1.03.45-1.54.67l-.03.19-.25-.06h-.02c-1.56.65-3.14 1.25-4.74 1.81l.06.1-.26.34c-.14-.07-.25-.15-.34-.25a84.192 84.192 0 0 1-11.58 3.03l-.09.55 2.32-.74c-.04.08-.07.17-.09.27-.04.27.02.52.09.81.03.13.07.28.1.46l.17.96 1.09-1.33c.17.32.39.56.61.79.17.18.33.35.45.56l.45.73v-.02c-.08.26-.1.52-.11.71-.01.21-.03.46-.1.55l-.32.38.93.58c1.73-.41 3.43-.88 5.13-1.39l.3-.41-.03.03Zm46.74-36.32c.39.14.79.28 1.19.4.18.06.37.12.37.53-1.1-.27-1.44-.5-1.56-.93Zm5.16-5.14c-.06.16-.15.43-.23.58-.06-.03-.13-.08-.21-.14.21-.17.37-.36.48-.56-.02.04-.03.09-.05.13l.01-.01Zm.25-.68c.11-.55-.02-1.12-.17-1.61.14.22.32.4.48.55l.06.06-.37.99v.01Zm4.41-10.35c-.01.13-.03.27-.04.4l-.84-.12c0-.1.02-.19.02-.29.28 0 .57 0 .85.01h.01Zm-.4-2.05c-.04.17-.14.31-.3.43-.02.02-.04.03-.05.04-.02-.03-.04-.07-.07-.12l.42-.35Zm-1.5 5.05c.83.1.02.8.33 1.09-.53-.19-.49-.63-.38-1.09h.06-.01Zm-.34-.53.11.04-.08.14-.55.33c.2-.18.38-.36.52-.51Zm-1.3-2.74c.36 0 .72-.01 1.3-.02-.24.42-.4.87-.51.85-.33-.04-.63-.24-.95-.38.05-.15.11-.3.16-.45Zm-.38 1.17c.18.52.28.82.47 1.36-.62-.02-1.1-.04-1.82-.06.53-.51.88-.84 1.35-1.29v-.01Zm-.26-3.33.09.14-.25.16.16-.3Zm-1.54 7.35c.19-.06.37-.12.55-.2.16-.07.41-.22.7-.41l.24.13s-.06.01-.1.02l-.2.06-.08.18c-.33.74-.22 1.27.08 1.69-.13-.02-.27-.02-.42.02l-2.05-.71c.3-.46.75-.61 1.28-.78Zm-2.59 3.23c.387-.713 1.057-1.156 2.01-1.33l.7-.13c-.09.05-.49.25-.6.31l-.3.15.37 1.95-.26.25-1.15-1.4-.86.43v.45l-.23-.1.31-.57.01-.01Zm-1.05 2.44.64.28v-.03s.03.09.03.13h-.75l.09-.38h-.01Zm-3.6 6.17c.41-.06.7-.11 1.11-.17-.333.474-.703.53-1.11.17Zm-.62-2.07c.85.56 1.82-.11 2.43.76-.73.05-1.41.09-2.25.14-.02-.11-.08-.39-.18-.91v.01Zm-12.43 21.19c-.04-.39-.08-.79-.11-1.18.14-.02.28-.03.42-.05-.03.4-.05.81-.08 1.21-.08 0-.15 0-.23.01v.01Zm.89-2.27c-.1-.42-.18-.81-.28-1.25.64.18.734.597.28 1.25Zm9.25-10.73-.64-.95c.494 0 .707.317.64.95Zm-2.41 1.8c-.14-.51-.27-1.02-.46-1.71.467.487.62 1.057.46 1.71Zm-1.35.1c.35 1.21.03 2.52 1.27 3.06-.31.36-.54.63-.78.91-.9-1.33-1.11-2.76-.49-3.97Zm-3.41 7.24c-.5-.36-1-.72-1.51-1.08l.29-.35c.47.38.94.75 1.41 1.13-.07.1-.13.2-.2.3h.01Zm.07-2.15c-.8-.28-1.39-.48-2.15-.74.627-.613 1.344-.366 2.15.74Zm-2.97.36c.28.227.42.717.42 1.47-.446-.3-.586-.79-.42-1.47Zm-4.09 1.53c.15.07.3.13.46.2-.21.42-.42.83-.71 1.4-.47-.87.18-1.13.26-1.6h-.01Zm-1.71 4.7c.08 0 .16.01.27.04.09.02.18.04.27.07.03 0 .06.02.09.02l-.67.17-.26-.26c.11-.03.21-.04.31-.04h-.01Zm-.53 2.98c-.84-.42-1.34-.07-1.74.76-.07-.58-.14-1.15-.2-1.73.53.59 1.93-1.11 1.95.97h-.01Zm-3.05-3.1c-.11.04-.2.05-.28.03a.642.642 0 0 1-.26-.15l.53.12h.01Zm-1.34 2.13c.22.44.43.87.76 1.54-.94-.27-.97-.84-1.04-1.39.09-.05.19-.1.28-.15Zm-23.91 9.18a1 1 0 0 0 .39.18c.12.03.25.03.39.02l.21-.03.18-.28.16.45-1.08.33.31 1.66-.81-1.99.25-.33v-.01Zm-.11 5.36c-.04-.1 0-.34.08-.67l.15.03c-.04.29.04.57.1.77.02.08.04.14.05.19-.21-.13-.35-.24-.38-.32Zm2.33-1.98c.02-.14.02-.31-.02-.49.07.09.15.2.23.33-.07.05-.15.1-.21.16Zm-21.01 4.251c.04-.3-.14-.63-.33-.78l-.08-.07-.12-.03c-.2-.05-.36.04-.52.12-.05.03-.11.06-.18.09l-.47.2.92 1.43.39-.43s.04-.04.07-.06c.11-.1.28-.24.31-.48l.01.01Z"/>
  <path fill="#AC463F" d="M23.62 31.05c-.69.77-1.37 1.55-2.03 2.34l-.08.26c-.04-.02-.07-.03-.11-.05a89.767 89.767 0 0 0-9.16 13.29c.11.76.56 1.1.95 1.26-.09.03-.17.07-.26.13-.07.05-.16.12-.23.17l-.31-.31a5.27 5.27 0 0 0-.57-.49c-.42.76-.83 1.53-1.24 2.31.04.25.02.34.01.37h-.19c-.63 1.25-1.24 2.51-1.82 3.8.25.31.56.6 1.03.7.04 0 .07.01.11.02l-.58 1.07c-.11-.34-.23-.68-.34-1.02-.08-.26-.17-.49-.26-.71-.72 1.61-1.4 3.24-2.03 4.91 1.04-.25 2.07-.63 2.93-1.52l.18-.19-.17-.52.41.33c-.54.62-.55.9-.08 1.66l.11.19c.42.7.98.89 1.56 1.04.27.07.55.21.84.35.12.06.24.12.37.18.5-1.29 1.04-2.55 1.6-3.8l-.08-.15-1.45.66-.72-.64-.04-2.08c.7-.19 1.5-.29 2.4-.09.17.04.35.09.53.15l.31.1c.1-.2.2-.41.3-.61l-.79-1.17s.07-.07.1-.11l.02.03c.22.32.52.55.92.71a83.945 83.945 0 0 1 25.06-29.81A84.547 84.547 0 0 1 69.77 9.9c-.15-.11-.31-.21-.52-.25-.12-.03-.24-.03-.36-.02-.25-.41-.57-1.64-.48-1.92.03-.08.04-.13.07-.16l1.43 2.33c.67-.18 1.35-.34 2.03-.5l.67-1.13c-.05.22-.06.43-.08.62v.06c-.26.06-.42.25-.54.44.82-.19 1.64-.37 2.47-.53v-.23s-.01-.02-.02-.02c0 0 .02-.04.02-.03v.06c.06.06.11.13.17.2.97-.19 1.95-.37 2.93-.53.14-.29.34-.49.69-.58l.5-.13-.21-.47c-.27-.59-.43-.86-.78-1.05.04-.03.08-.06.11-.1.17-.17.27-.38.36-.58.52.26.84.41 1.15.48.07.02.13.03.2.03-.08.08-.68.73-.68.73l.81.5-1.07 1c.62-.09 1.24-.18 1.86-.26l.03-.24.32.19c9.24-1.13 18.83-.74 28.42 1.4a83.59 83.59 0 0 1 40.31 21.82c-.3-.73.13-.95.76-1.38-.33.66-.49.97-.72 1.42 1.49 1.45 2.92 2.96 4.29 4.51v-.02c0-.25.15-.4.55-.68.55-.4 1.38-1 .77-2.48l-.33-.8-.32.5-.06-1.36.21.06c.2-.38.35-.39.68-.35v.05l-.53.13.38 1.75.69-.21.37-.11-.13-.88s.08.03.12.04c.18.04.45.04.79-.17.11.52.44.89.73 1.2.08.08.15.17.23.25.19.23.38.45.59.7l.08.09c-.35 0-.7.04-1.07.07-.23.02-.47.05-.72.06l-.26.02-1.65 3.4a84.905 84.905 0 0 1 14.99 25.74c.05-.01.1-.02.14 0 .22.05.59.77.88 1.38l-.39.44c.58 1.7 1.1 3.43 1.57 5.17l.11.09 1.88-2.42c.24.04.63.11.94.16l.14.47c.17.58.35 1.15.54 1.72.05.14.07.24.07.31l-.09-.02c-.13-.03-.26-.03-.38-.03-.08 0-.17 0-.22-.01 0 0-.03-.04-.04-.15 0-.1-.07-.35-.44-.43-.47-.11-1.29-.21-1.4.29 0 .02-.01.05-.02.06h-.04c-.22-.04-.58-.11-.92.15l-.06.05c.15.57.3 1.15.44 1.73l.33.81-.16-.13c1.09 4.64 1.8 9.4 2.09 14.23.08.04.17.07.25.09l-.23.31c.06 1.11.1 2.22.11 3.34l.24-.37-.11-.46.21.05.27 1.19 1.81-.98-.34.86 1.31.41.14-.63c.05-.21.09-.41.12-.62.05-.36-.3-.5-.43-.55-.03 0-.05-.02-.07-.03l-.44-.2-.06.16-.23-.75 2.15-1.6-2.05-.46.75-.3-.25-.43c-.354-.614-.29-1.154.19-1.62l.03-.03 1.34 1.38.32-.36c.17-.19.27-.41.35-.61.04-.1.12-.27.16-.3 0 0 .03 0 .09.01l.05.01c.15.03.28.01.41-.02-.13-1.51-.29-3-.49-4.49h-.32v.44c0 .23.09.44.17.63.04.09.1.23.1.29l-.06.03-.24-.14-.2-1.86c.1.07.2.14.29.21l.11.08s.07.05.1.08c-1.93-14.06-7.15-27.35-15.01-38.85-.22.06-.44.12-.67.19-.04-.1-.08-.19-.12-.29.17-.1.33-.21.5-.31-.12-.18-.24-.36-.37-.54-.21.24-.48.34-.96-.06.18-.2.32-.44.49-.6-.37-.52-.74-1.03-1.12-1.54-.13.03-.28.07-.4.1l-.22.05.38-.47a92.129 92.129 0 0 0-8.59-9.84l-.03.3-.42-.09-.05.23-1.15.58-.27-.39c-.2-.28-.44-.58-.76-.65a.654.654 0 0 0-.69.29c-.15-.21-.39-.38-.74-.51-.12-.04-.29-.31-.43-.52a3.9 3.9 0 0 0-.36-.5l-.31-.39.08-.34 1.64-1.1-.08 3 .8-.8c.13-.13.25-.26.35-.37.02-.03.05-.05.07-.08h.04c.33.08.53-.03.64-.12l-.07.75 1.47.44a89.791 89.791 0 0 0-3.92-3.64l-.04.07-.09-.02.02-.13c-1.03-.89-2.07-1.76-3.14-2.61-.15.37-.31.76-.48 1.19.88 1.1.32 1.98-.71 2.78-.27.21-.45.54-.81.98-.16-.91.17-1.32.69-1.6.67-.37.78-.91.67-1.66-.06-.42.09-.91.22-1.35.05-.18.12-.35.2-.52-1.57-1.24-3.2-2.43-4.86-3.57-.28.45-.35.35-.87-.39.14.02.26.04.37.06a88.574 88.574 0 0 0-9.48-5.58v.12h.05s-.04.02-.05.02v-.02c-.33.04-.66.09-1.19.16.16-.23.3-.45.43-.65a90.187 90.187 0 0 0-20.54-7.27A90.574 90.574 0 0 0 88.7 1.01c-.05.21-.09.25-.1.25 0 0-.05.03-.27 0l.05-.24c-5.08.15-10.09.73-14.99 1.71.02.16.02.34.02.55-.19-.17-.35-.32-.5-.45-1.45.3-2.88.63-4.31 1l.12 1.48c-.07-.07-.14-.15-.2-.22-.38-.4-.62-.67-.47-1.11-.68.18-1.36.37-2.04.56.05.07.11.14.15.23l-.52-.12a90.986 90.986 0 0 0-41.97 26.47l-.04.06-.01-.13ZM11.2 54.92c-.12.13-.19.19-.23.21-.04-.04-.1-.1-.14-.15-.03-.03-.06-.06-.09-.1.18 0 .37-.02.55-.09h.01l-.11.13h.01Zm.36 1.93v.01l.53 1.87c-.64.02-.98-.2-.81-.94.07-.31.18-.62.27-.93v-.01h.01Zm166.81 24.44c.19-.4.41-.86.41-1.37.05.03.09.07.14.1l-.05.53c-.09 1.01-.08 1.48.36 1.81l-.05.28a.7.7 0 0 1-.06.19h-.01c-.03 0-.1 0-.16-.01-.16 0-.36-.01-.58.04l-.31.07s-.06-.04-.1-.06c.07-.06.13-.13.19-.21l.09-.12v-.15c-.01-.09-.03-.2-.04-.3-.02-.13-.05-.32-.02-.39.06-.13.12-.27.18-.4l.01-.01Zm-1.77 5.21.42.95c-.07-.01-.14-.02-.21-.02h-.11l-.31-.02c-.08-.29-.26-.58-.62-.83.28.01.56-.02.83-.08Zm-1.34 2.56-.05.2-.1-.42c.04.07.09.15.15.22Zm2.82-17.01c-.3.46-.6.9-.89 1.33-.274-.56.023-1.004.89-1.33Zm-2.43-8.02.29.24-.23.68-.82-.44.75-.47.01-.01Zm-3.2-5.19c.03.38.06.72.11 1.27-.84-.43-.69-.81-.11-1.27Zm-3.34-1.48c-.51.68-.71.22-1.18-.26l1.18.26Zm-3.61-13.03-.24 1.07h-.14l.03-1.08c.12 0 .23.01.35.02v-.01Zm-8.79-5.56c-.02-.61 1.12-1.5-.53-1.55 1.24-.61 1.26-.61 1.76.48-.44.38-.79.69-1.23 1.06v.01Zm4.56-3.14.82 1.37-.83-.64-.1-.63.1-.09.01-.01Zm-.42-1.03c-.05.13-.11.38-.14.38-.21-.03-.4-.11-.6-.17.03-.12.05-.24.08-.35l.66.15v-.01Zm-1.59 2.02c.18.02.35 0 .5 0 .17-.01.32-.02.44 0 .05.01.1.03.16.08-.05.48-.17.82-.4 1.07.03-.32-.06-.71-.61-.89l-.06-.02s-.08-.01-.12-.01l.08-.23h.01Zm-1.87-.76c.49-.43.75-.65 1.2-1.05.09 1.25-.34 1.19-1.2 1.05Zm-5.19-2.37c.36-.92.74-.68 1.35-.15-.56.06-.9.1-1.35.15Zm1.67-2.96h.05l-.45.63c.07-.29.21-.55.41-.8v.16l-.01.01Zm-2.83-2.07 1.17-.17-.68.35 2.43.54-.03.45-.1-.05c-.19-.1-.37-.17-.55-.21-.69-.15-1.26.14-1.7.88-.01.02-.04.04-.09.06l-.5-1.71s.03-.09.04-.14h.01Zm-2.25-3.21-.74.06c.026-.5.316-.7.87-.6-.04.18-.09.36-.13.53v.01Zm-.11 3.17-.37.19.11-.51c.08.03.17.14.26.32Zm.92-5.19.21.24c-.84.99-.92-.44-1.63-.34.79-.96 1.01.05 1.42.09v.01Zm-2.23 3.24c.17.08.31.13.44.16l.18.03c-.24.2-.47.29-.72.23-.04 0-.08-.02-.13-.04l.23-.38Zm-1.71-.58c-.1.07-.2.16-.29.25l-.04-.16c.1-.03.21-.06.33-.09Zm-6.82-6.29.02.03c.1-.4.14-.84.32-1.2.15-.3.44-.44.56.07.32-.25.64-.5 1.05-.81-.03.97-.48 1.13-1.11 1.01-.11.61-.21 1.22-.32 1.83h-.27l-.24-.9-.01.01c-.03.45 0 .94-.56 1.25-.33-.77.22-.96.56-1.25v-.05.01Zm-3.36-5.35h.05c.13.03.25.14.32.29.07.16.06.28.04.3-.14.12-.31.21-.49.29 0-.01.02-.02.02-.03l.13-.18-.08-.22c-.08-.24-.09-.4-.07-.46h.07l.01.01Zm-.6 1.94c.04.43.08.85.14 1.43-.93-.33-.38-.93-.14-1.43Zm-.31-3.7c-.11 1.08-.5.56-.76.08.25-.03.5-.05.76-.08Zm-3.15 4.48c-.22-.43-.42-.82-.62-1.2.22-.16.45-.32.67-.48-.01-.01-.02-.03-.03-.04l.04.03h-.01c.51.73.5.75-.05 1.69Zm-.02-5.22c.11-.06.23-.13.34-.2l.46 1.22s-.03.03-.05.04c-.28.23-.4.59-.51.91-.04.13-.08.25-.13.36-.01.03-.03.06-.04.09l-.22-.35c-.2-.31-.44-.49-.71-.56-.08-.02-.16-.02-.24-.02.04-.89.48-1.15 1.1-1.5v.01Zm-1.89 1.76s-.04.02-.06.02a3.06 3.06 0 0 1-.11-.27l.17.25Zm.2-2.82c.05-.07.12-.14.2-.2l-.25.61a.42.42 0 0 1 .05-.4v-.01Zm-5.41-.55c.01.07.03.14.04.21-.38.12-.75.24-1.13.36-.02-.09-.04-.19-.05-.28.38-.1.76-.19 1.14-.29Zm-1.98-1.16c-.2.62-.81 1.01-1.83 1.17.58-.37 1.16-.74 1.83-1.17Zm-17.66-2.71 1.79.4c-.21.34-.36.56-.51.8-.47-.35-.92-.67-1.37-1 .03-.07.06-.13.09-.2Zm-7.67-1.8c.11-.11.2-.27.33-.32.21-.07.44-.11.65-.08.07 0 .18.32.14.38-.13.2-.32.44-.51.48-.22.04-.46-.12-.69-.19.03-.09.05-.18.08-.27Zm-1.44-.6c.25.05.73.16.73.16.26.06.29.11.29.11s.03.05-.01.22l-.07.25c-.03.12-.04.22-.06.33 0 .05-.02.12-.03.18-.01-.2-.06-.41-.16-.65l-.13-.31-.33.03c-.44.04-.7.37-.91.64-.02.02-.03.04-.05.07.09-.45-.09-.88-.24-1.22 0-.01-.01-.03-.02-.04l1 .22-.01.01Zm-1.74-1.83c-.4-.18-.72-.32-1.13-.5.626-.374 1.003-.207 1.13.5Zm-2.44-.44c.12.19.24.39.36.58-.17.11-.34.22-.61.4-.06-.28-.17-.48-.13-.63.04-.14.25-.23.38-.35Zm-4.73.4c.07.14.19.28.17.37-.03.11-.18.2-.28.3-.11-.14-.22-.29-.32-.43.12-.07.25-.14.43-.24Zm-2.29 2.84-.48.89-1.09-.9h1.58l-.01.01Zm-3.04.98.15-.3c.09.04.17.08.26.12-.12.28-.18.63-.38.81-.25.21-.31-.05-.04-.63h.01Zm.31-1.99-1.07-1.36c.61.17 1.42.17 1.07 1.36Zm-6.25.69-.64.61c-.1-.22-.19-.45-.36-.83l1 .22Zm-2.31.59.34.1-.07.03.5.64a.987.987 0 0 0-.27-.1c-.21-.05-.4-.02-.66.03l.15-.69.01-.01Zm-.41 1.81c.11.16.26.32.47.41-.07.05-.13.11-.18.17l-.34-.33.06-.26-.01.01Zm-1.79 2.5-.03-.35h.03s.05.06.05.27l-.05.08Zm1.23-2.28-.35.21.03-.26.32.04v.01Zm.09-3.18-.14.23c-.32-.2-.5-.34-.49-.62l.63.39Zm-3.44 3.53c.36.04.69-.13.85-.44.18-.35.13-.8-.14-1.14l.65.22-.08 1.32-1.53.08c.04-.05.1-.05.25-.04Zm-3.39.36c-.08-.58-.17-1.17-.25-1.77 1.09.06.57 1.08.8 1.73-.26.02-.4.03-.55.04.013.786-.37 1.086-1.15.9.44-.34.8-.62 1.15-.9Zm-10.68 4.96c-.04.35-.03.55-.09.72-.03.07-.22.06-.34.09-.01-.15-.07-.32-.02-.45.04-.11.21-.17.45-.36ZM16.94 44.9c0-.21.04-.33.06-.38.03.01.07.03.13.07.01.01.06.07.09.12.06.08.14.19.24.28.04.04.09.08.14.13.2.19.43.41.75.48-.16.1-.33.22-.49.36-.01 0-.07.02-.19 0-.31-.07-.67-.32-.88-.58.07-.13.14-.29.15-.47v-.01Zm-2.61 4.04-.15-.63.16-1.65.21.31c-.02.1-.05.21-.07.32-.1.41-.24.95.05 1.51l-.2.15v-.01Zm1.92-3.52v-.01c-.22.07-.45.13-.67.2h.05c-.11-.03-.21-.05-.32-.07-.14-.21-.28-.43-.43-.64.88-.52 1.04-.46 1.37.52.01 0 .02 0 .03-.01l-.03.03v-.02Zm.22-2.19c-.07-.36-.23-.84-.7-.94-.08-.02-.15-.02-.23-.02.1-.09.2-.19.31-.28l.27-.24c.36.75 1.03 1.06 1.59 1.32.06.03.13.06.19.09-.48.03-.96.05-1.44.08l.01-.01Zm-.01 4.36s.02 0 .02-.01c-.02-.3-.03-.6-.06-1.06.39.15.7.28 1.29.51-.58.26-.91.4-1.23.55v.06s-.02-.05-.03-.05h.01Zm.85 2.95s-.02-.05-.03-.08c-.04-.13-.17-.31-.49-.39-.04 0-.08-.02-.13-.02.03-.34-.04-.64-.14-.92.35.32.62.77.86 1.33-.02.02-.06.07-.07.08Zm1.94-8.89c-.18-.72-.31-1.21-.47-1.82.48.15.89.27 1.52.47-.37.48-.68.87-1.05 1.35Zm1.43-2.77.18.4s-.07 0-.1-.02c-.05-.01-.06-.02-.06-.02-.04-.05-.11-.14-.03-.37l.01.01Zm-.03 4.78-.42-.64-.38.02c.07-.15.12-.34.12-.59 0-.08.18-.29.28-.42l1.11.7c-.08.32-.31.63-.71.93Zm.83-2.94-.3-.51.7-.52.28.49-.69.54h.01Zm3.14-1.59v-.24h.19l-.19.23v.01Zm1.4-2.65a.618.618 0 0 1-.3-.18c.05-.02.1-.04.14-.03.09.02.2.11.32.22-.06 0-.11 0-.15-.02l-.01.01Zm.4-2.24c-.14.12-.28.25-.43.37v.02l1.28-.19c-.09-.46-.16-.79-.25-1.19.66.34.933 1 .82 1.98-.58-.33-1.52.52-1.85-.6h-.07l.04-.04c-.4-.46-.81-.92-1.21-1.39.573-.334 1.12.003 1.64 1.01l.03.03Zm-1.84.35c.09.09.17.18.26.27-.1.35-.21.71-.39 1.31-.26-.39-.56-.67-.5-.79.13-.3.41-.53.63-.79Zm-1.18 3.74c-.72-.28-1.61.1-1.68-1.19.29.84 1.54-.23 1.68 1.19Zm-2.6-3.13c1.06-.86 1.74-.31 2.61.12-1.05.74-1.66-.27-2.61-.12Zm2.76-1.66c-.48-.06-.97-.11-1.45-.16 0 .02-.01.03-.02.04l-.03-.05h.05c.51-1.2.97.07 1.47-.31 0 .16-.01.32-.02.48Zm76.59 147.31.96-.06 1.26-2.54-.83-.34 3.8-.25-.41-.63c-.44-.67-1.09-.81-1.51-.91l-.12-.03c-.48-.11-.66-.18-.75-.53l-.12-.5s-.65.25-.67.26c0 0-.01-.18-.03-.4-.22.03-.44.05-.66.08l.4.44c-.21.09-.42.19-.63.28l-.48-.64c-1.09.12-2.18.22-3.28.3l-.09.4-.32-.09.09-.29c-1.32.09-2.64.15-3.97.18.03.04.06.09.1.12l-.38-.12c-.78.01-1.56.02-2.34.01l.09.12c.43.55.65.82.99.9.34.08.62-.09 1.03-.35l.73-.46c.12.08.27.14.46.19.09.02.19.04.3.05l.06.52-.1.44c-.16-.19-.4-.33-.73-.42l-.09-.02c-.55-.12-1.03-.06-1.43.2-.48.31-.81.89-.96 1.72l-.11.58 3.14-.31s.13-.29.15-.32c.18.37.52.54.77.62l.26.09 1.29-1.26c.35.2.45.29.48.34-.02.06-.21.29-.57.66-.32.33-.61.7-.88 1.05-.12.16-.24.31-.37.47l-.18.23.46.83 2.38-.41.04.63c.98-.07 1.96-.15 2.94-.26 0-.27-.08-.45-.19-.58l.02.01Zm-5.51-3.48-.06-.04.07-.28h.17c-.04.09-.11.2-.18.32Zm5.06 3.22c-.22-.05-.45-.03-.65 0h-.15c-.21.03-.43 0-.68-.03-.12-.02-.25-.03-.38-.04h-.04c0-.13 0-.25-.02-.38 0-.1-.01-.23-.01-.32.66-.43.71-1.12.75-1.63v-.03c1.16.33 1.61.99 1.54 2.23l-.02.39a.8.8 0 0 0-.35-.16l.01-.03ZM83.9 162.8c1.2.12 2.4.21 3.59.27l.03-.17-.41-.16-2.95-1.01-.27 1.07h.01Zm53.911-19.93.33 1.29 2.05-.56.78-.75-.5-.24c-.91-.45-1.72-.43-2.38.06l-.28.2Zm1.09 1.92.67-.61c-.08 0-.15.01-.23.02l-.33.06-.09.41-.03.12h.01Z"/>
  <path fill="#AC463F" d="m57.321 31.27-.54.98 1.78 1.84 1.76-2.05-3-.77Zm5.999-6.1c-.72.3-1.44.62-2.15.95l-.04.4L64 25.8l-.68-.62v-.01Zm-4.669 2.16c-.45.23-.91.47-1.36.71l2.06.51-.61-1.04c-.04-.07-.07-.13-.09-.18Z"/>
  <path fill="#AC463F" d="M34.121 134.62c.16.43.28.76.36 1.02a71.973 71.973 0 0 0 19.7 17.38c.26-.73.51-1.46.77-2.19.15.05.3.09.44.14-.27.76-.54 1.53-.81 2.3a71.241 71.241 0 0 0 22.97 8.62c-.4-.3-.71-.62-.36-1.23.14.11.28.21.43.32.26.29.68.53.47 1.01 1.3.24 2.62.44 3.95.61.25.03.5.06.75.08l.98-.89-1.42.09c-1.65.1-2.35-.65-2.85-1.83.02 0 1-.38 1-.38.14.03.27.06.4.1l.48.16-.03.41.29.27c.86.81 1.02.92 2.45.95.68.02 1.36-.28 1.86-.49.23-.1.34-.29.41-.48.03.01.2.09.26.11l.6 1.52 2.15.05.05-.21c.08.07.18.13.28.18.69.37 1.32.25 1.86-.35.13-.15.15-.32.16-.38 0-.04 0-.09.01-.15 0-.05 0-.11.01-.19l.07-.55-1.27-.03-.2-.99c.08-.14.15-.31.19-.52 0 .02.05-.05.08-.09.1-.13.19-.26.22-.43l.03-.22-.14-.2c-.12-.15-.19-.28-.18-.36.02-.13.28-.34.46-.49.14-.11.28-.22.39-.34.72-.73.73-.74 1.61 0l.43.37s.35-.56.37-.6l4.19 1.59-.68-1.21c-.14-.24-.29-.46-.42-.65-.22-.32-.43-.62-.41-.81 0-.08.07-.17.16-.28l.11-.12.04-.2v-.19c.24.08.44.26.71.53.23.23.49.48.82.65l-.4 1.41 1.86-.14-.13.3c-.04.1-.07.21-.09.33-.04.29.03.56.08.77.01.06.04.15.05.21-.04.01-.11.03-.22.05l-.38.05-.06.41c-.02.12 0 .29.03.68.01.13.03.27.03.37v.05c-.03.24 0 .48.03.7l-1.7-.33.02-.06-1.5-.56-.04.33h-.07l.07.06-.16 1.32c-.43-.11-.88-.27-1.37-.47l-.78-.32.1.8c-.08.04-.22.08-.32.11-.4.12-1.08.31-1.17 1.04v.02c2.23-.04 4.44-.17 6.63-.41l.14-.32s.08-.01.13-.02l-.06.06-.14.13-.03.15c4.49-.49 8.88-1.41 13.11-2.71a.63.63 0 0 1 .35-.11c.26-.08.53-.17.79-.25.1-.2.27-.21.47-.15 1.42-.47 2.83-.99 4.21-1.55v-.04c.11-.04.21-.07.31-.09.68-.28 1.36-.57 2.04-.87-.02-.15-.04-.3-.05-.45.04-.05.12-.15.17-.21.08-.1.17-.2.26-.31-.09.33-.21.64-.35.96 1.04-.46 2.06-.95 3.07-1.46-.03-.05-.06-.08-.1-.13.07.03.13.06.19.09 1.76-.89 3.49-1.86 5.17-2.89-.15-.06-.37-.37-.32-.45.11-.2.34-.4.58-.46.17-.04.4.08.61.15v-.04l.05.06c-.02 0-.03-.01-.05-.02v.22c.36-.23.72-.46 1.07-.7l-.69-.04s-.02-.05-.02-.07c-.11-.31-.21-.6-.27-.89.53.34.87.29 1.71-.06l.34-.14-.43.64.12.05c1.2-.82 2.38-1.67 3.54-2.56-1.45-.4-1.43-.59-1.4-.76.03-.23.17-.56.28-.79l.14-.3-.21-.25c-.12-.14-.25-.25-.38-.34l1.73-.36-.45.9.54.44c-.19.08-.37.22-.56.42l-.34.36.67.68c.46-.35.91-.71 1.36-1.07a.945.945 0 0 0-.35-.34l1.61-1.07-.05.05c-.34.34-.69.68-.99 1.07l-.08.11v.08c.68-.56 1.35-1.14 2.02-1.72l-.24-.26-.48.49-1.09-1.48c.43-.25.79-.67.92-1.08.02-.06.03-.12.04-.18.02-.14 0-.28-.02-.41.25-.02.49-.09.69-.24.39-.3.5-.8.55-1.2.03-.21.04-.46.05-.78v-.45l.79.65.33-.26.64-.56-1.23-1.36-.85.72-.81.17c-.75.15-1.27.26-1.72.36l-.06-.28-.28.23-.27-.22c.07-.16.15-.32.23-.5l.41-.89-.94.18c-.44.08-.6-.1-.93-.51-.37-.46-.92-1.15-2.06-.65l-.23-.69.02-.19-.07.03-.64-1.94 1.35-.71-1.33-2.09c.25-.26.49-.5.53-.82.01-.1 0-.2-.03-.29a1.07 1.07 0 0 1-.06-.48c.05-.39.43-.68.9-1 1.23.11 2.45.17 2.59-.94 0-.05 0-.1.01-.15.53.18 1.18.21 1.78-.32.13.4.43.72.89.93 0 .08 0 .18-.01.26 0 .17-.02.36-.02.54-.2-.28-.56-.48-1.01-.56l-.29-.05-.09.13-.23-.51-1.98.89.66 1.14.56-.18-.34.46.34.31c.35.32.72.46 1.1.42.63-.06 1.06-.62 1.24-.85.12-.16.19-.33.22-.51v-.12l3.4-.28-.17-1.61c.26.21.54.41.83.61.27.19.56.39.84.62l.81.64-.04-2.85.42-.57.24-.33-.59 2.42 2.46-.49v-.43c-.02-.09 0-.19 0-.29.04-.32.09-.76-.22-1.1-.33-.35-.86-.36-1.24-.34l-.27.02c.46-.72.73-1.37.8-1.96.13-1.02-.34-1.85-1.31-2.34l-.7-.35-.04 4.27-.86 1.37c-.49-.54-.52-1.19-.54-1.91 0-.21-.01-.41-.03-.61-.03-.32-.09-.64-.27-.9l1.71-.92-.84-1.88-.5.49c-.47.46-.68.55-.76.53-.02 0-.04-.02-.08-.05l.44-.44c.46-.47.69-.71.74-1.04.07-.55-.38-.78-1.06-1.12l-.06-.03c.5-.15 1-.45 1.4-1.04.04 0 .15-.01.15-.01l.54 2.77.46-.07c.74-.12 1.19-.52 1.33-1.2.31.27.63.51.92.73.66.49 1.23.92 1.56 1.56.07.15.16.26.24.37.16.21.21.3.2.45-.02.39.12.71.4.88.33.2.77.15 1.22-.14l.33-.21-.13-.38c-.18-.52-.4-1.09-.7-1.67l1.81.23-.33-.94-.09-.28-1.79-.32-.09.5a7.01 7.01 0 0 0-1.2-1.33c.31-.22.77-.61.82-1.02v-.21c.16.09.32.15.48.21.58.24.63.31.6.56 0 .03-.01.07-.02.11v.06c-.04.24.07.45.31.64.34.27 1.73.97 2.3.73.07-.03.22-.11.3-.31 1.16.18 1.43.28 1.68.58.04.05.08.22.1.36.02.12.04.24.08.36l.1.36h.46c-.03.28.09.47.19.63.04.06.08.12.12.2l.28.54.73-.62-.06.84a71.605 71.605 0 0 0 6.09-19.26c-.34-.29-.7-.6-1.12-.96.36-.71.83-.41 1.31-.17a72.689 72.689 0 0 0 .8-9.42.71.71 0 0 0-.22.13c-.39.37-.62.35-1.11.06.55-.19.98-.28 1.32-.29.03-1.75 0-3.49-.09-5.21-.28-.04-.62-.04-.89.16-.33.24-.38.62-.39.74-.02.15-.02.33-.02.52v.55l.83-.08.24.66-2.58-.87v.02c-.04-.07-.08-.14-.13-.2l-.12-.19-.22-.03-.13-.03c-.19-.04-.45-.1-.71-.02-.21.07-.39.16-.54.28l-.37-1.4 1.05.34 1.29-2.55c.07.02.67.17.67.17l.63-1.94.93.19c-.03.07-.06.15-.07.23-.04.3.1.53.35.81-.13-1.42-.3-2.84-.51-4.24-.13-.09-.27-.17-.43-.25l-.36-.16-1.21 1.65-.11-.07a.468.468 0 0 1-.04-.25c.03-.21.27-.44.52-.68.26-.25.56-.53.74-.91l.16-.36.52.47v-.11c.04.07.09.13.13.19-.08-.53-.17-1.06-.27-1.58h-.02v-.1c-.06-.33-.12-.66-.19-.99-.02-.03-.03-.06-.06-.09-.21-.22-.76-.79-1.52-.66l-.15-.27 1.42.55c.08.04.16.06.24.08-2.38-11.64-7.62-22.38-15.03-31.34l-.44.36c-.06-.16-.14-.31-.25-.46l.55-.07a70.644 70.644 0 0 0-5.99-6.37c-.45.22-.88.36-1.42-.41.22-.08.43-.22.63-.33-.57-.52-1.15-1.03-1.73-1.53-.04.07-.07.13-.09.19l-.06.12c-.22.33-.43.66-.65.99a.303.303 0 0 1-.03-.22c.01-.1.05-.22.08-.34.05-.16.1-.34.12-.53 0-.06.01-.13.01-.2v-.53c-.07-.06-.14-.13-.22-.19l-.45.24c.1-.12.22-.23.33-.34a73.243 73.243 0 0 0-7.63-5.51c-.06.14-.11.28-.13.44-.05.38.04.76.11 1.09.06.27.12.52.09.72 0 .07-.03.15-.09.23-.39-.03-.4-.18-.41-.72 0-.23-.01-.46-.07-.69l-.08-.31-1.11-.21.53-.56.72-.27c-.87-.53-1.75-1.05-2.64-1.54l-.65.31 1.3.97c-.54.08-.74.06-.95-.25-.15-.22-.41-.26-.5-.28-.09-.01-.57-.07-.86.17-.24.2-.32.2-.91-.26-.08-.06-.17-.13-.26-.19l-.26-.19s.08-.07.13-.1c.06-.05.13-.09.2-.13.18-.11.42-.26.52-.53l.05.08.37-.57a71.51 71.51 0 0 0-12.88-5.19c.29.22.49.54.39 1.14-.51-.49-.9-.85-1.28-1.21.06-.05.12-.09.19-.14-3.44-.97-7-1.7-10.65-2.16-1.44-.18-2.88-.31-4.31-.41-.16.96-1.12.63-1.37 1.19l-.42-.57c.38-.21.76-.42 1.2-.66-.96-.05-1.92-.09-2.87-.11 0 .03-.02.05-.03.08-.01-.03-.03-.06-.04-.09-4.05-.07-8.04.21-11.94.8-.04.35-.08.69-.14 1.03-.06.34-.06.9-.26.97-.34.12-.83-.06-1.37-.26.83-.39.88-.94.81-1.58a70.52 70.52 0 0 0-15.33 4.36c.11 0 .23.02.34.02.82.05 1.34.11 1.61.62l.17.32.35-.07c.2-.04.41-.08.61-.11.48-.09.98-.18 1.47-.32.09-.03.2-.04.31-.06.38-.06 1.07-.16 1.24-.85l.98-.08.19-.34c.06.03.46.2.6.26l-2.55 2.08s1.11.19 1.12.19l.5.95.98 1.8h.04c-.05.08-.09.19-.11.32-.01.11 0 .22.02.34l.06.25.24.1c.87.35 1.3.53 1.72.33.4-.19.55-.6.79-1.34l.17-.07c.1-.04.19-.08.26-.11l.33-.18-.31-1.48c.17.17.41.31.74.36l.06 1.02.58-.31-.05.11c-.06.14-.11.29-.12.42-.1.82.62 1.17 1.05 1.38.13.06.35.17.44.25l-.72.2-.39-.12-.1.18-2.59.13 1 .83c.68.55 1.02.82 1.45.73.33-.07.51-.32.71-.67l.24.07-.61 1.57c-1.21.09-1.31 0-2.67-1.13l-1.34-1.12.55 1.66h-.1c-.42.02-.73-.04-.86-.17-.14-.14-.15-.47-.16-.81 0-.43-.02-.92-.3-1.33l-.16-.24-2.65.27.63.7h-1.18l.11.6c.03.13.03.24.02.33 0 .05-.02.14-.14.2-.05-.61-.62-.94-.98-1.14-.08-.05-.16-.09-.24-.14l-.19-.12c-.26-.17-.41-.27-.49-.39l1.11-.16.07-.98c-.08-.02-.16-.04-.24-.07l.22-.15-1.06-1.56h.07c.31 0 .73.02.79-.44v-.02c.03-.26.02-.5.02-.74v-.58l-1.45-.16-.02 1.42-.64.47-.08-.28c-.03-.12-.04-.25-.05-.39-.02-.39-.07-1.21-1.18-1.23-.83-.01-1.01.44-1.04.71-.02.17 0 .33.04.46 0 .03.01.06.02.09-.04.03-.11.08-.16.11-.09.06-.18.12-.26.19l-.27.22.32.99 2.35-.53.9 1.12c-.49-.08-.95-.13-1.38-.18-.32-.04-.51.22-.6.35-.02.03-.04.05-.06.07l-.32.36.83.84-.51.64-2.21-.71.95 2.79 1.37-.47.28 1.44 1.92-1.58c.13.2.25.39.36.58.06.11.24.45.61.48a.6.6 0 0 0 .39-.1l.06.15c.16.36.32.72.55.98a2.87 2.87 0 0 0-.49-.17c-.08-.02-.15-.05-.23-.07l-.51-.18-.07.28c-.25-.18-.55-.29-.84-.39-.13-.05-.26-.09-.38-.14l-.39-.17-1.23 2.1.66.15c-.07.05-.13.1-.2.15-.29.25-.77.39-1.24.53l-.21.06v-.04c-.03-.52-.21-1.11-1.29-1.05l-.41.02-.29 2.3 3.49.64c-.27.11-.48.31-.57.4l-.67.65 1.66.38-.78.69 1.16.78-1.06 1.65c-.02-.39-.26-.68-.59-1.06l-.03-.04c.1-.12.18-.26.25-.39.05-.09.11-.19.17-.28l.31-.44-2.29-1.48-.19.25-1.31-1.81-2.03.18-.52-.97-.17-.07c-1-.38-1.58.09-2.02.81l-.71-2.14-.89 1.84c-.06-.02-.1-.07-.13-.15l.1.04.22-.41 1.6-3.15-2.72 1.82-.7-1.44-.93.25v.1c-.02.17-.11.31-.22.49-.12.19-.25.41-.29.68-.03.22.01.43.13.64-.52.5-1.08.88-1.87.87l.93-1.84-1.02.23c-.29.07-.54.16-.76.27l-.77-2.32c-1.86 1.4-3.66 2.89-5.38 4.47l1.41-.2s.14.09.2.12l-.67 1.36c-.21.03-.39.03-.49-.02-.35-.19-.67-.47-.98-.77-2.56 2.4-4.96 4.98-7.15 7.74.21-.08.41-.16.59-.22l-.05.37c-.28.29-.57.59-.92.94l-.48.49 2.08 1.09.18-1.45.11.03c.88.15.94.75.9 1.1 0 .04-.01.09-.02.13l-.03.14c-.03.14-.06.27-.08.38-.05.37.09.57.22.68.31.26.73.11.91.05.36-.13.45-.1.46-.1.06.04.18.31.24.44.21.46.65.78 1.03 1.07.09.07.18.13.26.2l.16 1.09c-.31.02-.6.08-.89.13-.73.14-1.35.25-2.09-.17-.69-.4-1.54-.49-2.36-.57 0-.03.01-.06.02-.09.03-.25-.05-.51-.23-.81l-.05-.08.39-.75-2.27-1.52c-.09.12-.18.24-.26.36l-.04.31c-.02.15-.06.3-.1.45 0 .02-.01.04-.01.06a.84.84 0 0 0-.18-.24c-.02-.02-.03-.03-.04-.05-.61.87-1.2 1.75-1.77 2.64.79-.25 1.59-.85 1.92-1.44.03.11.07.22.16.33.11.14.22.24.33.32l-.23.1-.26-.23-.82.7-.13.06h.04l-1.26 1.09.1 1.02c-.18 0-.36-.03-.53-.07l.58-1.45-.13-.05a71.501 71.501 0 0 0-10.45 29.28c-2.43 19.39 3.12 37.93 14.08 52.35.07-.07.15-.14.27-.2l-.02-.08Zm44.07 25.37-.55.37-.1-.07c-.06-.09-.11-.19-.1-.27.01-.11.14-.26.28-.4.12.13.27.27.47.38v-.01Zm19.08 2.21c-.11 0-.21 0-.32-.02l.08-.21c.08.09.16.16.24.22v.01Zm6.11-.73c-.573.513-1.397.81-2.47.89-.42-.64-.84-1.28-1.28-1.93h-.04.04c.28-.01.56-.03.92-.04.22.42.44.87.68 1.33.71-.08 1.36-.16 2.15-.25Zm.07-2.6s-.05.03-.08.05c-.33.23-.42.6-.48.88l-.79-.1v-.06c-.01-.53-.03-1.13-.19-1.73-.12-.45-.6-.5-1.26-.56-.17-.02-.33-.03-.46-.06l-.14-.03 2.47-.19.39 1.72.54.07v.01Zm3.93.36c-.38-.92-.41-1.4.84-1.37-.28.45-.49.8-.84 1.37Zm-1.58-1.8c-.02.14-.01.27 0 .41-.16.07-.29.17-.39.25-.07.05-.18.14-.22.15v-.03c-.01-.19-.02-.37-.01-.53 0-.1.02-.2.03-.29.04-.3.1-.49.19-.55.07-.05.23-.08.6-.03-.1.24-.16.43-.18.62h-.02ZM45.981 37.78c.66-.29.83-.77.86-1.06.02-.16 0-.33-.03-.5.15.06.32.11.51.17.15.04.32.09.51.16l.33.11c-.45.35-.74.79-1 1.2-.07.1-.13.21-.2.3l-.98-.38Zm12.99 2.24.26.4h-.07c-.11.01-.24.03-.38.06.08-.14.14-.3.18-.47l.01.01Zm3.03 2.74-.24.08-.06-.2c.09.05.2.09.3.12Zm-16.02-2.58c.18-.5.33-.99 1.26-.66-.29.49-.2 1.3-1.26.66Zm1.83-.83c.56.133.66.477.3 1.03-.15-.52-.22-.76-.3-1.03Zm1.62.81c.047.493-.26.79-.92.89.45-.43.68-.65.92-.89Zm2.85 1.48c.06-.22.11-.45.17-.67.91.57.84-.5 1.53-.83-.26.7-.43 1.17-.64 1.72l-1.06-.22Zm-.01 95.69c-.59.15-.91.22-1.29.32.247-.527.677-.633 1.29-.32Zm16.62 1.15.05-.05v.01c.6-.5 1-.02 1.53.37-.69.29-1.24.49-1.53-.37-.02.02-.04.02-.05.04Zm28.85 1.54c.05.33.09.56.13.79.02 0 .05.02.07.03l-.06.04c0-.02 0-.05-.01-.07-.27-.1-.54-.19-.81-.28.2-.15.4-.3.68-.5v-.01Zm-5.9-.37.03-.2c.06.05.12.1.19.15-.02 0-.22.05-.22.05Zm15.89-5.29c1.28.4 1.36.69.55 1.98-.18-.65-.36-1.3-.55-1.98Zm-6.24-.55-.11-.17h.37l-.26.17Zm14.14 3.13c.09.08.13.23.19.53l-.5-.12.3-.41h.01Zm8.86 1.28c.01-.08.1-.24.19-.29l.08-.05c1.1-.69 1.36-.86 1.63-1.64l.48.2c0 .1-.01.2-.02.3-.11.9-.62 1.67-1.61 2.43l-.37.28-.05-.03c-.28-.19-.38-.59-.32-1.2h-.01Zm-3.31-2.43c-.3-.31-.71-.46-1.11-.61-.05-.02-.11-.04-.16-.06.06-.08.27-.1.39-.1.27 0 .54.02.83.05-.01.28 0 .5.07.73 0 0 0-.01-.01-.02l-.01.01Zm-9.83-1.23c-.3-.13-.59-.26-.96-.43.65-.66.85-.1 1.15.1-.06.11-.13.22-.19.33Zm.1 2.79c-.22.13-.45.28-.7.34-.13.03-.3-.03-.46-.08l-.03.03-.04-.05c.02 0 .04.01.07.02.11-.12.2-.26.34-.32.21-.1.47-.15.71-.2.01 0 .13.25.11.26Zm8.71.83c.25.41.5.82.9 1.49-1.54-.13-1.13-.84-.9-1.49Zm-10.62-.17a3 3 0 0 0-.17.28l-1.33-.6.86-.46c.08.51.38.7.65.78h-.01Zm12.56.68c-.03.58-.05 1.08-.07 1.57-.23-.06-.47-.13-.7-.19.23-.41.47-.83.77-1.38Zm2.87 1.38.1-.19 1.15.73-.66.63-.52-.18-.35.35c-.07-.16-.14-.32-.23-.48.05-.08.13-.22.2-.31.11-.17.23-.35.32-.54l-.01-.01Zm-3.25.63c-.11.09-.2.15-.28.17-.05.02-.11.02-.2-.02l.23-.23.25.07v.01Zm-4.96-.18c.09-.14.16-.25.23-.32-.08.11-.15.22-.23.32Zm-6.59-.5c.6.15 1.02.49 1.46.88-.31.07-.64.2-.8.52l-.52-.11c-.15-.03-.29-.06-.43-.08-.24-.04-.43-.07-.59-.13 0-.01-.01-.03-.02-.04.04-.15.07-.28.09-.4.06-.48-.12-.73-.28-.85 0 0-.01 0-.02-.01l.26-.29c.14.2.4.4.85.51Zm9.5 2.35-.2.03c-.08-.15-.14-.32-.2-.51.08.08.16.17.23.25.06.07.11.14.16.23h.01Zm3.2.29c.37.13.73.26 1.09.4-.06.12-.12.25-.18.37l-1.05-.48c.04-.1.09-.19.14-.29Zm-16.96-1.25c-.43.24-.8.45-1.17.65-.07-.08-.14-.16-.21-.25.18-.39.37-.77.73-1.53l.65 1.13Zm4.8.64s0 .09.02.13c-.05.03-.22.11-.25.13l-.07-.02.31-.24h-.01Zm-11.84-2.44c.08-.08.16-.15.24-.23.3.19.59.38.89.58-.09.11-.18.21-.27.32-.29-.23-.58-.45-.87-.67h.01Zm2.48.46c-.17.82-.15 1.6-1.37 1.37v.04s-.05-.05-.04-.05h.04c-.08-.8.62-1.01 1.37-1.37v.01Zm-2 1.36-.63 1.03-.27-.13v-.9c.14 0 .3-.02.46-.09.24-.11.29-.11.44.1v-.01Zm-6.14.26c-.12-.13-.23-.27-.35-.4.25-.18.5-.36.91-.65.33 1.01.01 1.15-.57 1.05h.01Zm10.46 1.34.27.22-.79.72c-.09-.05-.16-.1-.22-.14.11-.16.39-.45.74-.8Zm4.51-.06c.13.07.26.14.39.2-.26.46-.53.92-.79 1.37-.12-.06-.23-.11-.35-.17l.75-1.41v.01Zm-63.62-6.46.33-.03c.01.23.02.45.04.68-.1 0-.2 0-.3.02-.03-.22-.06-.44-.07-.66v-.01Zm71.52 10.66c-.99-.82-.28-1.11.57-1.53.22.73.2 1.23-.57 1.53Zm8.05-1.1c.22.28.41.53.65.84-.79.12-.86-.21-.65-.84Zm-1.99 2.08c-.16.18-.31.4-.35.39-.21-.07-.4-.22-.59-.34l.4-.46c.17.13.34.25.55.41h-.01Zm6.24.57c.03.14.06.27.09.39l-.17.11-.22-.44.29-.06h.01Zm-16.11-1.97.09-.3c.33.1.65.2 1.27.39-.64-.04-1-.07-1.36-.09Zm-37.73-5.62 1.23.15c-.35.47-.65.68-1.23-.15Zm-20.15-2.86c.39.02.79.05 1.28.08-.4.373-.827.347-1.28-.08Zm-7.07-.77c.54.02.8-.02 1.03.04.26.06.49.21.89.39-.87.66-1.28.34-1.92-.43Zm23.64 3.64s-.05-.07-.06-.12c.16.08.32.14.47.19.28.1.42.17.48.22-.4-.05-.76-.13-.89-.29Zm36.81 7.78s.03-.02.05-.02l-.04.04v-.02c-.43.22-.87.44-1.56.79.18-.62.27-.9.35-1.18-.07-.07-.15-.14-.22-.2-.02.03-.03.06-.05.09-.03-.08-.06-.15-.09-.22-.26.34-.52.68-.79 1.02-.07-.1-.13-.15-.12-.17.18-.56.37-1.13.56-1.71.1.23.2.47.35.86.05.04.1.09.14.13.28-.46.46-.74.7-1.14.27.63.5 1.18.74 1.73h-.02Zm.38-1.29 1.59.2c-.03.16 0 .39-.1.46-.62.43-1 .07-1.49-.66Zm4.98 8.2c-.24.19-.48.39-.72.59a2.8 2.8 0 0 1-.2.16c0-.08-.03-.16-.06-.24.24-.21.41-.47.57-.7.31-.45.51-.71.97-.79.08-.01.15-.03.22-.04l.14 1.02-.18-.04s-.06-.02-.1-.03c-.16-.05-.42-.14-.66.05l.02.02Zm-18.24-3.17c.08.59.54.76.9.82-.07.12-.12.25-.14.4v.03l-1.76.07v-.06c-.04-.34-.08-.69-.06-1.02 0 .02.44 1 .44 1l.63-1.24h-.01Zm-2.88.62-1.03.47c-.15-.52-.29-.96-.47-1.56.35.02.72.03 1.09.05 0-.02-.01-.03-.02-.05 0 0 .05.06.05.05h-.03l.41 1.04Zm17.45 1.64c-.55-.22-.82-.34-1.19-.48.27-.25.42-.39.66-.61.17.35.29.59.53 1.1v-.01Zm-21.76-2.9-.32.39-.22.02s.01-.06.02-.1c.04-.04.11-.1.17-.14.21-.16.49-.38.54-.75a.81.81 0 0 0-.11-.52l.06-.09c.37-.52.74-1.05 1.11-1.57-.22.95-.51 1.86-1.25 2.76Zm-22.85-4.05.18-.75 1.48-.05.25 1.7c-.06-.04-.07-.11-.07-.27 0-.41-.22-.76-.58-.91-.41-.17-.9-.06-1.26.27v.01Zm4.64-1.14-.19-.45.38.2c-.05.07-.11.16-.16.22-.19.25-.44.55-.49.98-.02.13-.01.27.01.41-.43.32-1.76.81-2.09.74a.854.854 0 0 1-.19-.06l2.73-2.05v.01Zm-3.22-2.91-.33.42-.29-.04c.17-.14.33-.33.41-.57.07.07.14.13.21.18v.01Zm22.39 3.27-.31.4c-.43-.29-.87-.57-1.47-.97 1.09-.35 1.34.27 1.78.57Zm-21.55-2.99c.25.03.49.02.7.02h.07c.12.36.46.54.73.64l-.06.02-1.45-.68h.01Zm-6.64.89c-.14-.09-.39-.18-.41-.29-.12-.67.34-.86 1.31-.94-.39.53-.65.88-.91 1.23h.01Zm5.49-.19.27.37h-.29l.02-.37Zm20.59 3.24c0-.07.03-.15.05-.23l.72.45c-.19.07-.45.15-.53.13-.27-.11-.26-.2-.25-.34l.01-.01Zm-18.32-2.03v-.03s.07-.06.3-.09l.09.05-.39.08v-.01Zm-5.84-.98.27.14c-.19.38-.32.6-.64.61l.37-.75Zm19.13 3.51.49.11c-.18.18-.28.36-.31.58-.09-.25-.15-.48-.18-.69Zm-3.18 2.17c-.46-.03-.88-.06-1.34-.08.07-.2.07-.36.14-.38.48-.17 1.02-.48 1.2.47v-.01Zm3 .12c-.05-.12-.09-.24-.14-.36.15-.13.69-.59.69-.59.12.16.3.33.52.51l-.42 1.19c-.32.05-.41-.13-.65-.75Zm3.11-.49c-.01.17 0 .34 0 .49 0 .14.01.28 0 .39-.02.13-.05.24-.3.36-.05.02-.11.06-.17.12l-.03-.18c-.05-.34-.17-.66-.29-.97.09-.05.16-.11.22-.17l.57-.04Zm6.78.39.06-.07.6.92h-.04l-.61-.85h-.01Zm8.03-.04.4-.06c.07.33.15.67.22 1-.17.01-.34.03-.51.04l-.12-.98h.01Zm8.64 1.44.34-2.67c1.05.27 1.03.44 1 .64-.03.28-.21.7-.35 1.03-.1.22-.16.47-.2.78-.02.19-.04.39-.05.62v.03l-.74-.43Zm6.7-2.09c1.52-.91 1.37.44 1.93.69-.07.1-.13.2-.2.31-.53-.3-1.06-.61-1.73-.99v-.01Zm-28.52-4.99c.47.31.78.51 1.12.73-.12.07-.19.14-.29.17-.6.17-.95.03-.83-.9Zm-17.29-1.77c-.06-.11-.12-.2-.18-.29.34-.07.66-.29 1.03-.65.05.1.1.19.15.29.08.15.17.3.26.45-.04.02-.08.05-.12.07-.46.28-.72.41-1.14.12v.01Zm29.22 3.94c-.13-.03-.26-.06-.39-.08.08-.42.16-.84.27-1.46.98.84.43 1.16.12 1.54Zm-30.7-5.21-.02.02s-.05-.02-.04-.02h.06c.31-.33.62-.66 1-1.05.12.2.26.42.52.84-.58.08-1.05.15-1.52.21Zm-3.88.06c-.24.13-.48.26-.89.49l.14-1.14c.26.23.5.44.75.65Zm-10.1-.82c-.13-.12-.27-.25-.41-.36l.42.04-.05.05.04.28v-.01Zm-5.36-.88c.07-.1.14-.2.21-.31.39.24.78.48 1.17.71l-.2.29c-.4-.23-.79-.47-1.19-.7l.01.01Zm16.3 2.94c-.03.24.02.45.1.73l-.79-.1.07-.4.04.07.66-.63c-.04.1-.07.21-.09.32l.01.01Zm-7.24-.04c-.07.08-.14.16-.2.24-.3-.18-.6-.35-.89-.53.12-.13.23-.26.35-.39.25.23.5.45.75.68h-.01Zm-12.18-.96c.29-.02.54-.28.82-.43.52-.08 1.05-.25 1.55-.2.39.04.75.35 1.05.73-.5-.05-.82-.77-1.41-.21-.56.53-.79-.21-1.19-.33-.09.33-.06.81-.3.97-.51.34-1.15.51-1.94.84.21-.87.55-1.32 1.43-1.38l-.01.01Zm-.67 2.19c.02-.19.04-.38.07-.58.34.04.68.07 1.01.15.03 0-.04.36-.06.55l-1.01-.13-.01.01Zm1.64.1c.53-.06.98-.11 1.55-.17-.04.29.02.59-.1.67-.6.39-1.17.52-1.45-.49v-.01Zm12.99 3.22c-.13-.45-.1-.92-.06-1.46 0-.05 0-.1.01-.15.02.01.05.02.07.04.4.21.99.51 1.63.1.08.04.18.09.26.12l.18.09c.05.27.1.61.07.79 0 .04-.01.06-.01.06-.05.03-.28.08-1.05.05l-.62-.02.29 1.51c-.44-.14-.59-.54-.76-1.12l-.01-.01Zm3.06 1.62.02-.26 2.24-.4c-.08.08-.15.17-.22.25-.52.6-.8.92-1.66.45a.503.503 0 0 0-.37-.05l-.01.01Zm18.91 3.06c-.5-.01-1.01-.03-1.59-.05.607-.347 1.137-.33 1.59.05Zm3.2.4c.08.11.18.19.27.25-.11.11-.21.13-.46.1.09-.11.15-.24.2-.36l-.01.01Zm-5.24 1.79c-.08.11-.25.22-.42.33-.14.1-.29.2-.42.31l-.25.15-.47-.87c.56.23 1.11.14 1.55.07l.01.01Zm-11.29-2.43c-.64.15-1.29.31-1.95.47-.05-1.22 1.14-.75 1.85-1.08.05.29.07.45.1.61.88-.1 1.257.297 1.13 1.19-.43-.46-.78-.83-1.13-1.19Zm15.25 3.39s-.47.25-.54.28c.04-.1.07-.22.09-.33.08-.67-.34-1.33-1.04-1.64-.06-.03-.13-.05-.19-.08.15-.08.29-.17.42-.28l.16-.14c.14-.12.29-.25.38-.32.08.09.2.25.32.4l-.16.06.57 2.03-.01.02Zm1.25-.37c.33.26.49.43.5.65-.21.09-.41.18-.61.22-.17.04-.46.1-.75.26l.87-1.14-.01.01Zm-22.11-2.95s.03-.05.04-.07c.02 0 .04.01.06.02l.1-.78c-.35-.02-.63-.04-1.04-.07.18-.24.24-.38.36-.48.43-.38.91-.2 1.04.2.13.38-.02.84-.07 1.26.01 0 .03.01.04.02v.06c.69.35.83-.4 1.44-.79l-.18 1.46c-.57-.05-1.24.18-1.25-.66-.02 0-.03-.01-.05-.02v-.06c-.12-.05-.25-.1-.38-.14v.04h-.09c-.16.31-.33.64-.65 1.24-.19-1.15-.19-1.2.65-1.24l-.02.01Zm21.76 7.33c.11.07.22.13.36.17-.09.04-.2.06-.33.05l-.02-.22h-.01Zm5.46.58c0 .08-.03.15-.05.23-.03.11-.05.23-.06.34v.04l-.87-.37c.03-.02.06-.05.09-.08.13-.12.42-.15.7-.19.06 0 .13-.01.19-.02v.05Zm-3.4-1.12c.13.2.19.43.27.66a.3.3 0 0 1 .08.04l-.05.05-.03-.09c-.33-.15-.65-.29-.98-.44 0 .01 0 .02-.01.03l-.04-.06s.03.02.05.02c.07-.18.13-.36.2-.55.17.11.41.18.51.32v.02Zm-5.4-1.34s-.05-.02-.08-.04c-.32.62-.87.65-1.5.49-.02.01-.04.03-.06.03l-.02-.05s.05.01.08.02c.47-.25.8-.87 1.5-.49 0 0 .01-.01.01-.02l.07.06Zm.4-.95c.16 0 .33-.03.51-.08-.04.08-.06.16-.07.25-.04.35.13.63.31.83v.03a1.23 1.23 0 0 0-.72-.55c-.11-.36-.42-.75-1.22-.89-.37-.06-.56-.16-.66-.27l1.02-.24s.04.09.06.14c.17.39.35.8.77.78Zm10.14-2.19s-.08.1-.12.16l-.17-.22c.09.02.19.04.29.05v.01Zm-1.99.65-.7.33.45.77c-.09.03-.18.07-.27.1-.71.27-1.38.52-2.08.68-.1.02-.42-.12-.63-.21-.06-.03-.13-.06-.2-.09l.02-.15.84-.16 1.52-3.76.26-.04v.07c-.13.95.2 1.88.8 2.45l-.01.01Zm27.19 1.9c-.14-.73-.28-1.46-.41-2.19 1.08.62 1.16 1.35.41 2.19Zm.8-1.7.22-1.71h-.06s.07-.05.06-.05v.06c.58.04.88.38.77.85-.06.27-.5.45-.98.86l-.01-.01Zm-1.32-1.73c.21-.3.35-.67.4-1.08 0-.07.01-.14.02-.22v-.25c.35.26.66.7.64 1.16l-.11.04c-.31.12-.63.24-.95.35Zm5.16 1.47s-.49-.25-.54-.28l.54-.28c.02.19.02.37 0 .56Zm3.28-.81c-.15.05-.32.06-.51.02l-.1-.63.61.61Zm-4.17.33c-.57-.33-.89-.64-.83-1.15 0-.05.02-.1.03-.15.14-.58.43-.91.92-1.02l-.12 2.31v.01Zm-8.16-1.97c.31-.02.59-.04.87-.06-.1.467-.407.837-.92 1.11-1.04-.89-.51-1.74-.26-2.56.713.367.817.87.31 1.51Zm8.9-2.63c.45-.05.86-.09 1.61-.17-.58.7-.92 1.11-1.49 1.81-.05-.76-.08-1.18-.12-1.64Zm2.82 1.94-.27-.02v-.05l.27.07Zm3.08-1.93-2.02 1.76.02-.11c.21-1.12.75-1.88 1.7-2.38l.3.73Zm-18.51-2.93c-.12-1.31.05-1.41 1.29-.89 0 0 .02-.01.03-.02l.03.04s-.04-.01-.06-.02c-.41.28-.81.56-1.29.89Zm24.18 1.96-.53.78-.41-2.45.94 1.67Zm-1.23-2.19-.85.83c-.08-.54-.36-.93-.7-1.2l1.17-.3.38.68v-.01Zm-17.91-3.02c.06.02.14.08.25.15-.15.19-.34.43-.45.46-.14.04-.19.02-.19.02-.05-.04-.11-.26-.14-.38a.737.737 0 0 0-.04-.14l.11-.2c.17.02.33.05.47.09h-.01Zm-1.5-.27c-.54.49-.84.77-.9 1.22-.01.1-.01.19 0 .29l-.63.26.22-1.11s-.21-.2-.22-.2l.73-.91c.13.01.25.01.37.02.33 0 .5.02.61.1l-.19.34.01-.01Zm11.11.98-.43-.8.62.31-.19.49Zm4.25-.64c.02.1.04.2.07.29.02.06.02.1.02.15-.02.16-.2.32-.42.43l-1.42-.76c.04-.53.05-1.07-.02-1.62.32.42.66.83 1.14.86.5.04.54.22.63.65Zm7.53-1.75c.11.16.19.31.26.44.16.28.29.5.49.69.14.14.35.32.57.45l-.34.68-.54-1.49-1.03.06c.12-.23.2-.47.24-.73.03-.22.02-.45 0-.67l.36.57h-.01Zm-1.61-.67c-.29.61-.51 1.09-.73 1.56l-.42-.24v.04l-.04-.06s.02.01.03.02c-.04-.48-.08-.97-.14-1.6.43.09.84.18 1.29.28h.01Zm2.6-.19-1.37.18c-.03-.2-.09-.4-.15-.6.28.03.49 0 .64-.25.06-.1.11-.2.17-.3.01.35.27.59.72.97h-.01Zm-4.51-5.22c-.4.19-.85.49-.91 1.01-.07.54.33.99.73 1.36l.68.63.39.95c-1.04.03-1.37-.33-2.03-2.06l-.19-.5-1.11.55c-.03-.13-.04-.25-.03-.38.06-.46.43-.83.65-1.01l.15-.13c.55-.48.98-.77 1.66-.41l.01-.01Zm-16.88-3.27c.17-.8 1.05-.34 1.57-.54.27.17.55.33.82.5-.2.31-.3.72-.91.45-.44-.19-.95-.27-1.48-.41Zm-9.49-1.17-.19-.03.17-.36c.04.13.05.23.03.33 0 .02 0 .04-.01.07v-.01Zm12.52.01c-.17.26-.33.44-.58.56l-.6-.36c-.12-.1-.29-.22-.47-.33l.48-.28c.34.32.76.42 1.17.42v-.01Zm2.73.34c.6.22 1.02.38 1.61.59-.19.36-.42.8-.65 1.25l-.41-.09c-.17-.54-.34-1.09-.55-1.76v.01Zm-10.69-1.27c-.06.19-.09.53-.17.53-.32.02-.65-.06-.98-.1.03-.19.06-.38.1-.57l1.05.13v.01Zm3.99.55c.06.07.12.13.18.2-.24.21-.48.43-.72.65-.09-.11-.19-.22-.28-.33l.81-.51.01-.01Zm8.26 1.77 1.57.2c-.48.5-.81.84-1.14 1.19l-.06-.05-.37-1.34Zm7.74-1.79s-.01.07-.02.11c-.1.76.31 1.28 1.08 2.09l-.54.57s-.05-.01-.08-.02c-.33-.09-.75-.2-1.15-.11-.16.04-.39.09-.53.11-.02-.13-.02-.31-.03-.38l-.02-.5-3.14.15-.1.05c-.25.14-.41.33-.51.54v-.61c.31-.04.62-.08.93-.19 1.19-.43 2.45-.95 3.61-1.78l-.08-.22.58.19Zm-10.17-.47-.79.12.06.06c-.24-.23-.47-.46-.83-.82.51.04.91.03 1.27.13.14.04.2.33.29.5v.01Zm4.9.32.15.07-.34.56-.1-.09c.1-.14.19-.31.29-.54Zm-10.92-1.38-.99.63c-.08-.07-.15-.15-.22-.22.31-.26.62-.51.93-.77.1.12.19.25.29.37l-.01-.01Zm-4.64.11c-.13.04-.26.08-.38.13l-.36-.63c.15-.04.41-.14.44-.11.13.19.21.41.31.62l-.01-.01Zm26.24-3.39c-.3.15-.59.29-.99.49-.2-.38-.4-.76-.68-1.28.71.03 1.24.05 1.76.07-.03.24-.06.48-.1.72h.01Zm-3.31-1.4c-.21.34-.45.72-.51 1.18-.04.29 0 .58.13.87-.44.21-.69.55-.75 1.01-.03.2-.01.4 0 .59v.22c-.03.22-.15.48-.28.73-.26.51-.47.92-.6 1.29l.31-2.5-2.38.22.08-.08c.14-.14.23-.34.26-.58.02-.2 0-.4 0-.59 0-.12-.02-.24-.01-.34l.03-.6-.92.12-.21-.53c.26-.1.55-.01 1 .14.34.11.72.24 1.13.24h.3l.14-.27c.06-.11.11-.23.16-.35.06-.15.13-.32.2-.41.09.01.26.06.38.09.16.04.32.09.48.12l.31.06.18-.26c.16-.23.2-.49.24-.72.07-.44.08-.48.49-.45l.1-.56s.54-.09.56-.09c-.2.3-.39.59-.51.93-.06.17-.18.36-.31.56v-.04Zm-4.67 4.6c.03-.27.19-.56.51-.92l-.37 1.6c-.12-.25-.16-.47-.14-.68Zm-7.16-.58.29-.52.69.17c-.05.02-.11.03-.17.05-.15.05-.3.1-.45.16-.12.05-.25.09-.37.14h.01Zm-27.64-8.21.62.52c-.38.39-.56.89-.71 1.32-.18.51-.32.89-.7 1.1.32-.31.38-.74.4-.94l.03-.22c0-.06.02-.11.03-.17.13-.53.23-1.06.33-1.62v.01Zm-23.77-2c-.16-.02-.26-.03-.3-.17l.49.18s-.11 0-.2-.01h.01Zm59.39 3.13c.3.4.6.79 1.07 1.42-.653-.34-1.01-.813-1.07-1.42Zm-10.86-.87.61-.36-.36-.18c.19.03.39.03.61 0 .08.07.18.19.23.28-.1.09-.27.2-.37.22-.24.04-.48.05-.72.04Zm7.26 2.26c-.56-.19-.99-.33-1.52-.51-.13.31-.25.61-.44 1.05-.1-.53-.17-.93-.24-1.34.66-.11 1.29-.22 2.03-.35.06.38.1.69.17 1.16v-.01Zm-10.04-.23s0-.01.01-.02l.03.04s-.03-.01-.04-.02c-.18.32-.37.65-.54.95-.61-.35-1.17-.68-1.93-1.12.93.11 1.7-.29 2.47.17Zm-5.48-.71c1-.27 2.15-.38 1.66-1.78.91.05 1.21.34.99 1.08-.32 1.04-.62 1.17-2.64.7h-.01Zm-3.51.85c.39-.04.77-.09 1.16-.13.02.09.05.17.07.25l-1.06.33c-.06-.15-.11-.3-.17-.45Zm-2.8.23c-.41-.07-.79-.14-1.46-.26.84-.36 1.327-.273 1.46.26Zm-.12 1.09c.05-.09.09-.17.13-.25.36.16.71.31 1.07.47-.07.12-.13.23-.2.35-.33-.19-.67-.38-1-.57Zm-4.48-.77v-.3l-.97-.2c-.08-.46-.25-.85-.47-1.2l1.75 1.34-.31.36Zm11.93.16.14-.2c.55.36 1.09.71 1.56 1.02-.27.33-.47.56-.65.8 0 .01.02.03.03.04 0 0-.03-.02-.04-.02l.02-.02-1.05-1.62h-.01Zm11.69 2.43.5-.77c.1.05.21.11.31.16-.17.25-.34.5-.52.76-.1-.05-.2-.1-.29-.15Zm-6.96-1.51c.37.2.64.36.97.54-.527.26-.85.08-.97-.54Zm-.96.34c.26 1.05-.26 1.18-1.32 1.22.54-.5.87-.81 1.32-1.22Zm-2.58 1.24c-.01.1-.05.21-.1.33l-.95.04c.15-.5.26-.71.81-.7.26.14.24.25.23.34l.01-.01Zm29.23-2.32c0 .06-.02.12-.06.21l-.03.07v.09c-.05.25.09.45.18.58.02.02.03.04.05.07.02.18.06.35.11.51l-.35-.06c-.57-.09-.55-.22-.53-.39.02-.13.06-.28.11-.45l.06-.24.12-.48c.14.02.27.05.34.09Zm-2.16-1.05h.1c.29-.02.53-.03.73-.03l.07.14c.05.09.08.17.11.25.06.15.15.34.3.46h-.07c-1.41-.04-1.72.9-1.92 1.53 0 .01 0 .02-.01.04l-.93-.62-.91.23c-.16-.64-.65-1.07-1.09-1.47-.08-.07-.15-.14-.23-.21.15.05.33.08.51.03.16-.05.28-.14.37-.24l.57 1.14 1.88-1.49c.12.15.28.27.51.26l.01-.02Zm-6.13-.56.03.62-1.74-.52.49-.66 1.22.57v-.01Zm-6.65-1.13c-.17.11-.37.18-.65.29-.07-.24-.16-.47-.13-.49.19-.09.41-.15.62-.16.05 0 .19.33.16.36Zm-9.39-1.5c-.12 0-.24.04-.35.15l-.1.09c-.32.31-.73.69-.79 1.19-.05.45.05.86.15 1.28h-.12c-.13-.6-.17-1.08-.11-1.5.07-.57.3-1.04.72-1.47.2.04.39.14.59.26h.01Zm-2.51.78c-.55-.57-1.8-.14-1.69-1.37.77.24 1.35.42 1.97.61-.07.2-.14.4-.28.76Zm23.73-.21-.92.73c.68.04 1.09.44 1.46.9h.02s-.01.02-.02.02c-1.01.43-.97-.6-1.46-.9h-.01c-.05-.29-.09-.58-.14-.87l1.06.13.01-.01Zm-23.56-4.09.57.58-.36.29.23.14-2.03.42-.15-.09 1.74-1.34Zm-28.46-3.54c-.27-.21-.55-.4-.8-.64-.03-.03.17-.25.27-.38.3.2.6.39.9.59l-.37.43Zm11.36 3.32c-.37-.47-.6-.76-.91-1.15.78.05 1.15.22.91 1.15Zm23 1.26c-.1.65.66 1.31-.31 1.77-.65-.67-.49-1.2.31-1.77Zm1.38 1.23c.28.02.3.13.32.26l.02.11c.03.15.06.3.05.4 0 .04-.03.07-.07.09l-.32-.86Zm2.48.09c.45.09.74.14 1.18.23-.19.37-.34.67-.49.98-.13-.02-.26-.03-.39-.05-.09-.34-.18-.68-.31-1.15l.01-.01Zm4.41 1.45v.01s-.02.03-.02.02c0-.01 0-.02.01-.03-.03-.81-.07-1.62-.1-2.55.3.01.68.03 1.2.05-.4.92-.75 1.7-1.1 2.5h.01Zm6.89-1.22c.16-.21.33-.41.46-.63.12-.2.19-.43.45-1.01-.027.847-.33 1.393-.91 1.64Zm-11.04-2.98s-.24-.19-.24-.2c.21-.25.44-.49.67-.73.11.1.21.19.32.28-.25.22-.49.44-.75.64v.01Zm-10.19-1.79c-.06-.09-.13-.18-.2-.28l.59.13c-.11.05-.22.09-.33.13-.02 0-.04.02-.07.03l.01-.01Zm.74-.33-.29-.52c.13.06.29.11.47.15.08.02.12.04.13.05 0 .05-.05.14-.16.22-.05.04-.1.07-.15.1Zm27.03 3.5c-.1.08-.31.05-.46.07-.05-.12-.1-.24-.14-.37.33-.07.65-.13.98-.2-.12.17-.21.37-.37.5h-.01Zm-1.1.13c-.36-.37-.48-.57-.66-.67-.21-.12-.48-.16-.83-.26.773-.127 1.27.183 1.49.93Zm-29.46-5.01c-.1 0-.21 0-.32.03-.02 0-.03 0-.05.01l.33-.15.04.11Zm-17.83-1.13c-.09 0-.18.01-.28.02 0-.45-.08-.91.01-1.34.09-.4.43-.43.76-.17v-.02h.03l.14-1.14c.68.05 1.07.32.98.82-.11.67-.68.4-1.13.31v.04c-.01 0-.02-.02-.04-.03-.17.49-.33.99-.5 1.48l.03.03Zm53.7 3.93c.21-.14.36-.28.54-.33.08-.02.23.15.35.24l-.5.5c-.1-.11-.21-.22-.39-.41Zm-5.86.69c-.45-.34-.66-.44-.75-.59-.1-.17-.07-.39-.12-.68.93.06.7.57.86 1.27h.01Zm2.28-1.3c-.48-.99-.83-1.97-.83-3.03l1.52-.16c-.04.1-.07.2-.09.31 0 .03-.01.06-.01.09-.07.54.13 1.05.33 1.55.04.09.07.18.11.27l-1.01.96-.02.01Zm-5.36-1.97c.02-.15.07-.32.12-.5.01-.05.03-.09.04-.14.11-.03.22-.07.33-.1.21-.07.57-.18.66-.13 0 0 .01 0 .02.02l-1.17.85Zm-.5-1.87-.14.36c-.18.06-.34.14-.49.21-.45.21-.67.3-.93.12.1-.07.18-.16.26-.26.21-.3.27-.64.33-.93.01-.07.02-.13.04-.2h.01c.1 0 .19 0 .27-.02l.12-.02.05-.04c.05.24.16.57.48.77v.01Zm-3.75.1c-.12.55-.25 1.1-.37 1.64l-.3-.06.33-1.65c.11.02.23.04.34.07Zm-22.34-1.37c-.04.08-.07.17-.08.27-.06.48.28.79 1.01.93l.77.14-.15-.58c.37.27.82.42 1.25.51-.16.32-.3.62-.39.96l-.02.08c-.04.13-.07.26-.08.38l-.68-1.22-.45.55c-.21.26-.22.26-.63-.04-.05-.04-.11-.08-.17-.12 0-.76-.54-1.29-.95-1.68-.15-.15-.29-.28-.39-.41-.18-.23-.41-.42-.66-.58.08-.04.16-.08.2-.07 0 0 .06.03.15.21.2.43.73.55 1.29.67h-.02Zm-5.37 1.5h-.04c-.02-.15-.04-.28-.05-.4-.04-.28-.07-.54-.12-.81h.01c.1.1.22.16.35.19-.07.23-.12.42-.15.59-.02.15-.02.29 0 .42v.01Zm-6.5-1.88c.1-.24.18-.4.26-.45.06-.04.2-.04.39-.02-.19.21-.4.36-.64.48l-.01-.01Zm-8.29-.2c-1.16-.13-.16 1.22-1.22 1.31.04-.77-.52-1.5.1-2.42.43.43.77.76 1.11 1.1l.01.01Zm-5.44.61c-.15.05-.3.15-.44.31-.03-.03-.05-.07-.07-.1-.08-.12-.21-.3-.39-.44l.13-.15.77.38Zm66.06 7.22c.56.34 1.32.73.76 1.54l.02.02-.05.03c.01-.02.02-.03.03-.05-.46-.44-.9-.89-1.37-1.31-.64-.57-.63-.98.07-1.49.02-.03.03-.07.05-.1 0 0 .05.04.04.03-.03.02-.06.05-.09.07-.26.54-.04.9.54 1.26Zm-.16-1.74c-.39-.39-.45-.87-.52-1.48-.06-.51-.12-1.08-.43-1.62.05-.1.15-.25.21-.35 0 0 .01-.02.02-.03l.49 1.47.25.07c.28.08.52.08.73 0-.02.07-.03.14-.04.21-.03.21-.02.43.01.67.02.16.03.33.04.5.02.38.03.81.23 1.23l-.99-.67Zm1.98-.58c.3-.03.6-.06 1.08-.1-.28.4-.44.61-.7.98-.16-.37-.27-.62-.37-.87l-.01-.01Zm3.6-.92c-.03.23-.11.48-.23.73-.09.18-.15.39-.18.64l-.03.32c-.16-.08-.29-.14-.42-.2-.08-.04-.15-.08-.22-.12.33-.46.55-1.04.63-1.68.05-.4.04-.8-.03-1.18.39.51.55.99.49 1.49h-.01Zm-2.98-2.34s-.02.04-.08.13l-.04.06c-.06.08-.17.23-.22.26-.35.13-.65.29-.88.47v-.4c.02-.2.08-.6.9-.59.2 0 .29.06.31.07h.01Zm-6.45-1.22-.26-.09.18-.16c.03.09.05.17.08.26v-.01Zm-2.86.2c-.05.06-.28.31-.34.37l-.82-2.46c.27-.12.52-.28.56-.6v-.08l1.07.03-.09.19.93.12-.96-.03c-.03.1-.04.21-.06.33 0 .07-.02.16-.03.21-.31.28-.49.59-.53.92-.05.38.09.71.28 1h-.01Zm-12.03-4.1c.51-.57.63-.73.81-1.27l1.77.72-.03.22c-.02.15-.03.3-.04.45l-2.07 2.28h.01l-.29.29.16-1.28-.46-.6c-.18-.24-.37-.49-.56-.73.06.03.12.05.18.07l.3.1.21-.24.01-.01Zm-5.09-1.25c.03.14-.2.31-.31.47-.16-.13-.31-.26-.51-.43.16-.18.3-.39.34-.37.18.08.45.2.48.33Zm3.23.17c.16 0 .25.11.46.42 0 .01.02.02.02.03l-.1-.07c-.22-.15-.39-.28-.38-.36v-.03.01Zm-26.78-9.69.03-.06.07-.37c.29-.41.55-.81.71-1.27l.18.3c.07.11.15.22.23.33.09.13.27.36.26.44 0 .02-.06.12-.26.26-.43.3-.55.82-.67 1.37-.02.09-.04.19-.06.29l-1.94-.42c.06-.02.13-.04.21-.06.44-.12.98-.27 1.24-.81Zm-13.96-1.42c.32-.25.62-.49.83-.65.85.19 1.58.35 2.3.51l-.06.25c-.98-.04-1.95-.07-3.07-.11Zm11.88.69.15-.2.37.2h-.52Zm37.96 9.21-.15-.13c-1.26-1.09-1.45-1.12-2.86-.49l.14.64-.71-.32-.24.28s-.07.08-.1.12c.09-.22.23-.38.55-.5.51-.2.59-.71.65-1.09.07-.44.12-.6.34-.66.03.02.05.05.08.07.37.31.66.56 1.02.37.12-.07.19-.09.23-.1.03.05.06.14.09.21.06.15.12.32.24.46l.23.3.34-.14c1.41-.57 1.99-.81 2.08-1.5.02-.16 0-.32-.03-.49.27 0 .54 0 .79-.08l.02.06c.03.11.04.21.03.29-.03.27-.3.45-.74.73-.26.16-.52.33-.75.56l-.38.37.29.28-.74-.21-.4.98-.02-.01Zm-17.33-4.87c-1.14.17-1.16-.33-1-.98.28.28.57.56 1 .98Zm-4.58-1.03c-.01-.08-.03-.15-.04-.23l.25.21-.21.03v-.01Zm1.06-.25v.13l-.53.06.16-.2c.16-.19.34-.32.54-.39a.7.7 0 0 0-.17.4Zm-11.34-.98c.11-.11.21-.22.3-.36l.52.45c-.22-.05-.52-.11-.82-.09Zm7.19.59.47-.39-.04.92.8-.27c-.06.11-.11.24-.13.4-.03.23 0 .47.11.76l.04.11-.66.42-.59-1.94v-.01Zm-21.99-.83c-.02.13-.07.27-.17.41-.08.11-.11.13-.11.14-.07.02-.29-.03-.52-.1l.69-.92c.1.16.14.32.12.47h-.01Zm13.91 1.83v-.01l.38.39h-.14a1.02 1.02 0 0 1-.24-.37v-.01Zm11.94 1.48.77-.07.33.45c.4.54.57.91.54 1.15-.03.27-.38.61-1.11 1.09-.01 0-.03.02-.04.03.08-.61-.1-1.18-.26-1.68-.11-.34-.21-.66-.23-.96v-.01Zm19.96 5.02c.32.04.64-.09.88-.22l-.32.79-.78-.38.22-.19Zm2.51.79.78 1.7-.33-.02.09-.46-.69-.43c-.25-.16-.5-.31-.75-.46l.9-.33Zm-3.24.09c-.03-.05-.05-.1-.04-.13 0-.02.02-.08.12-.2l-.08.33Zm-1.03 3.12h-.14a2.69 2.69 0 0 1-.02-.62c.03-.27.12-.51.74-.7.32.68.37 1 .36 1.14-.02.12-.37.19-.93.18h-.01Zm4.93.39c-.02.05-.03.1-.05.15-.12.36-.18.54-.46.63l-.53-.7c.46-.15.68-.17 1.04-.07v-.01Zm-8.33-.3s-.07-.01-.1-.02c0 0 .06-.03.07-.04.01.02.03.04.04.06.37.08.74.15 1.12.23-.76.26-.79.26-1.12-.23h-.01Zm13.69-.3v.07l-.43-.35c.18-.02.37-.04.55-.08-.06.1-.1.22-.11.36h-.01Zm1.64.16c.14.03.29.05.43.08-.04.23-.09.47-.13.7-.15-.04-.42-.08-.42-.11 0-.22.07-.45.12-.67Zm7.56-1.95s.13.18.18.27c.16.28.38.67.84.75.15.03.29.02.43-.02l-.03 1.66 1.98-.56.58 1.77c-.47.08-.85-.04-1.19-.37l-.3-.29-.89.66c-.15-.17-.26-.4-.39-.65-.34-.67-.81-1.57-2.18-1.49.13-.32.22-.66.32-1.01.05-.19.11-.38.17-.58l.08-.25c.13 0 .25.04.39.11h.01Zm3.77-.68c-.66.62-.68.62-1.69-.21l1.69.21Zm-9.15-3.9c-.27.17-.45.48-.54.94l-.09.42 2.72 1.03.28-.84c.12.2.3.39.48.57-.57.21-1.1.53-1.17 1.14-.05.4.1.82.51 1.4l.54.77.32-.87s.3.08.32.08c-.23.29-.35.62-.44.89-.12.37-.21.59-.41.7l-.51.28-1.4-.99-.12.16c.03-.09.05-.19.06-.28.04-.33 0-.67-.03-1.03-.02-.21-.05-.44-.06-.69l-.02-.39-1.89-.38c.29-.2.53-.51.61-.72l.03-.07v-.09c.07-.43-.43-1.07-.87-1.14-.3-.05-1.2 0-1.45.53-.25.55-.69.79-1.56.84.99-.85 2-1.84 2.19-3.32.02-.14.03-.27.03-.41l.42.18c.65.27 1.21.51 1.68 1 .1.1.22.21.37.31v-.02Zm-15.03-3.87.79-.14v-.06c.02.01.03.03.05.05.26-.06.53-.12.79-.16.24-.04.48-.07.87-.12v1.06c-.98.33-1.22-.37-1.65-.77h-.04c.03.48.07.95.1 1.43-.06.03-.13.06-.19.08l-.7-1.37h-.02Zm-2.33.9c.43-.48.66-.74 1.03-1.14.28.81.16 1.13-1.03 1.14Zm7.66-.77c.06.15.14.3.25.43l-.66-.42h.41v-.01Zm2.16 1.48.2.39-.4-.09c.07-.09.14-.2.2-.3Zm14.06 2.42c.02-.52.03-.86.05-1.29.32.4.303.83-.05 1.29Zm-11.37-2.66-.92.32c-.14-.2-.16-.3-.17-.34.03-.02.1-.07.25-.11.22-.07.61-.19.77-.58l.07.7v.01Zm3.55-.39-.24.27c-.39-.11-.54-.3-.57-.65l.8.38h.01Zm-24.5-2.9c-.16.05-.33.1-.49.16l.05.03c-.01.01-.02.03-.03.04.12.46.24.93.44 1.71-.97-.73-.88-1.21-.44-1.71 0-.02 0-.03-.01-.05-.95-.23-1.03.32-1 .96.04.73-.26.89-.96.53.33-.63.59-1.26.98-1.81.16-.23.59-.38.91-.4.16-.01.36.35.55.54Zm-19.93-3.24-.39.02s.01-.07.02-.11c0-.05.01-.11.01-.16l.36.25Zm34.59 4.13c-.44-.41-.73-.69-1.28-1.2l1.63.2c-.11.31-.2.56-.35 1Zm-47.06-11.54c-.08.55-.46.7-1.17.5.04-.57.19-.94.83-.81.14.03.35.22.34.31Zm3.6.93c-.32-.08-.65-.16-1.06-.27.56-.8.91-.61 1.06.27Zm14.55 1.54c.02-.19.02-.38 0-.59l.99.48.62-1.35-.79-.25c.49-.06.96-.06 1.43.09l.57 1.17-.27.29c-.46.5-.89.96-1.33 1.41l-.1.11s-.1.12-.15.16c-.71-.01-1.17.32-1.58.61-.09.07-.19.14-.29.2-.38.24-.68.34-.91.28a.637.637 0 0 1-.3-.2c.17-.19.43-.37.69-.55.59-.41 1.32-.93 1.44-1.87l-.02.01Zm-72.02-10.27c.05-.26.07-.52.11-.85.73.13.96.48.8.98-.09.28-.27.55-.49.75-.09.08-.4-.05-.62-.09.07-.27.14-.53.2-.8v.01Zm-6.27-.31c-1.23-.61-.74-1.26-.48-1.95.487.467.647 1.117.48 1.95Zm18.65.45c1.09-.43 1.04.55 1.66 1-1.12.04-1.58-.25-1.66-1Zm16.44 1.72.03.06c-.1.05-.19.1-.29.15l.26-.21Zm-3.41-.13.7.22c-.13.07-.28.08-.46-.01a.8.8 0 0 1-.25-.21h.01Zm33.03 4.7c.05.09.05.21.06.39 0 .09 0 .18.01.28h-.37l.3-.67Zm3.99.34a.649.649 0 0 0-.17-.51c-.05-.06-.3-.35-.63-.38-.63-.04-1.02.13-1.26.37-.07-.37-.22-.74-.51-1.12.04-.11.12-.29.18-.43.04-.08.08-.17.11-.25l1.85-.07c.07.13.14.29.21.45.27.63.63 1.46 1.8 1.63.02.06.03.13.05.2-.17.11-.33.28-.36.54-.03.26.09.47.22.62-.85.45-1.27.5-2.1-.07.3-.16.54-.45.6-.97l.01-.01Zm2.53-1.36c-.08-.1-.16-.2-.24-.31l1.08-.66c.09.1.18.2.28.3-.37.22-.75.45-1.12.67Zm2.24-.04-.12.46-.2-.19s.05-.05.08-.07c.09-.08.17-.15.24-.2Zm-16.97-2.78s-.13.09-.19.12l1.05-.96c.31.13.31.27.32.39v.12c.01.3.02.62.09.94l-.44-.77-.24-.03c-.24-.03-.43.09-.59.21v-.02Zm-16.35-1.91.23-.08.04.06c-.09.02-.18.03-.27.02Zm.41-.68-.03-.05.09.03c1.55-.37 1.56-.35 2.06.75-.68-.25-1.37-.5-2.06-.75-.02 0-.04 0-.06.01v.01Zm38.82 5.52c.35-.44.67-.85 1.15-1.47.14.81.23 1.34.38 2.18-.71-.33-1.06-.49-1.54-.71h.01Zm-3.54-1.98-.13 1.04c-.16-.02-.32-.05-.48-.07.08-.34.16-.68.23-1.02l.38.06v-.01Zm-10.33-.52c.12-.26.24-.51.36-.77.16.07.45.19.44.21-.08.25-.22.49-.33.73-.16-.06-.31-.11-.47-.17Zm-28.03-2.85c-.2-.23-.41-.46-.61-.69-.02.01-.03.02-.04.03l.03-.05.01.01c.76-.64.79-.64 1.89-.12l-1.28.81v.01Zm-22.99-4.16c.42-.21.8-.4 1.27-.63-.153.933-.577 1.143-1.27.63Zm13.79.64.83.21-.8.29-.03-.5Zm-15.19-.88c-.55.08-1.09.06-1.48.26-.33.17-.5.6-.74.92-.13-.08-.26-.17-.38-.25.13-.45.25-.91.36-1.27.78-.15 1.52-.29 2.35-.44l-.1.79-.01-.01Zm4.45 1.42c-.2.29-.41.53-.75.67.13-.32.38-.51.75-.67Zm16.44 1.74s.04.03.05.05c.28.29.7.39 1.07.47.14.03.29.06.42.11.03.01.07.02.1.04l-.36.28c-.32.25-.51.54-.55.85-.01.1-.01.19 0 .27-.99.05-1.33-.42-1.79-1.07-.08-.12-.17-.24-.26-.36l1.31-.64h.01Zm49.36 9.05.48-.72c.5.46.46.82.44.95a.893.893 0 0 0-.29-.22c-.22-.1-.44-.07-.63 0v-.01Zm-.79.27h.05l-.05.04v-.04c-.25-.03-.53-.07-1-.13.4-.35.65-.58 1.15-1.03l-.14 1.15-.01.01Zm-7.51-.88c.03-.17.05-.34.08-.52l1.21.15v.38c-.43 0-.86-.01-1.29-.02v.01Zm10.93 1.46c.04.09.09.17.15.24-.02.05-.05.09-.07.12-.05 0-.12 0-.18-.02-.03-.07-.04-.15-.05-.21.05-.04.1-.08.14-.12l.01-.01Zm-14.22-.48c-.03-.07.23-.34.26-.32.33.13.64.31 1.05.52-.68.38-1.08.3-1.31-.2Zm5.81.47-.06.15c-.12-.03-.24-.06-.36-.1.14-.01.28-.03.42-.05Zm7.45 1.27s.05.36.08.56l-.93-.12c0-.13 0-.27.01-.4.28-.02.57-.07.84-.04Zm-22.75-1c-.62.32-.91.46-1.36.7.02-.45.03-.71.05-1.13.39.13.65.21 1.31.43Zm10.75 1.85c-.4.46-.78.9-1.21 1.4-.29-1.3-.28-1.32 1.21-1.4Zm-2.77.32c-.05.37.06.71.15.97.01.04.02.07.04.11l-.85-.15c-.07-.25-.11-.5-.1-.64.02-.13.25-.23.76-.33v.04Zm4 1.53 3.61 1.55c-2.07.9-2.5-1-3.61-1.55Zm-17.85-1.31-.16 1.31c-.78-.05-1.41-.09-2.36-.14.84-.67 2.19-.08 2.37-1.19l.15.02Zm57.97 8.23-.23-.02c-.03-.08-.06-.15-.09-.22l.32.25v-.01Zm-1.36-1.24c-.18-.1-.4-.22-.68-.4l-.04-.03c-.73-.46-1.33-.89-1.57-1.5l3.08 1.83.49-2.29-3.6.38c-.02-.07-.04-.15-.06-.23l.58-.12c.86-.18 1.74-.37 2.62-.47h.18c.25.01.66.03.99-.53.19-.33.21-.36.84-.3.01.06.03.11.04.17.1.45.22.95.55 1.36.28.34.76.41 1.26.47.19.02.39.05.59.09l1.08.24c-.04.08-.08.16-.12.25l-3.52-.22-.06.47c-.02.15-.03.3-.04.44 0 .11-.01.21-.03.32-.02.11-.03.18-.05.24-.06.04-.19.1-.29.15-.16.07-.34.16-.55.28l-.66.37c-.24-.5-.5-.68-1.02-.97h-.01Zm5.43 1.21-.8-.95 1.49-.82c-.02.27.02.56.13.87-.46.16-.68.6-.82.88v.02Zm7.55-4.26-.4.43-.22-1.04c.17.21.39.41.62.61Zm2.39-2.6c-.21.01-.41.02-.61.01.07-.1.13-.2.18-.3.11.11.26.2.43.29Zm-2.65-1.72c-.06.13-.1.28-.12.44-.02.19-.02.38-.01.56 0 .15.01.3 0 .42-.02.14-.06.22-.14.3-.27.24-.44.52-.49.81l-2.93.75.07.46v.16c-.03.21-.14.44-.26.7-.15.31-.32.66-.37 1.05-.07.54.11 1.05.52 1.51l.24.26 1.9-.85.28-1.38 1.33.34-.08-.37.64.46c-.8.34-1.25.88-1.34 1.63-.05.36 0 .77.12 1.29.03.12.05.23.07.34l-1.54-1.98-.36.67c-.06.12-.12.26-.18.42-.11.28-.24.59-.42.72-.16.11-.55.12-.9.12h-.31c-.18-.22-.48-.32-.66-.38-.02 0-.04-.01-.07-.02l-.17-.33c.25-.81.52-1.65.87-2.74l.44-1.39-1.18.81c-.42.29-.85.62-1.15 1.03l-.78-.83c-.25-.26-.24-.37-.24-.37.01-.08.27-.28.41-.38.33-.24.73-.55.79-1.05.02-.17 0-.33-.06-.5l-.04-.12-1.65-1.48c.17-.07.29-.11.36-.09.15.03.44.34.84.77l.22.24 1.39-.53.02 2.23.69-.33c.38-.18.82-.44.88-.91.07-.59-.51-.97-.83-1.17l-.1-.07.79-.3.1.06c.51.29.89-.18 1.03-.35l.01-.01c.04.07.1.17.17.31l.59 1.23.64-2.63.98.5-.01-.03Zm-6.43-.77c.51.15 1.03.3 1.54.46.02 0 .03 0 .05-.01 0 0 .03.04.03.03-.03 0-.05-.02-.08-.02-.63.15-1.27.68-1.9-.06-.79-.17-1.18-.51-.7-1.28.39.33.73.61 1.06.89v-.01Zm-33.68-3.56c-.51-.38-.86-.64-1.22-.9h-.13s.06-.04.06-.05c.02.02.04.03.06.05h1.07c-.03-.19-.06-.36-.1-.65.77.4.4.84.25 1.56l.01-.01Zm-2.23-2.23s-.04-.02-.05-.02a1.15 1.15 0 0 0-.41-.08c.12-.04.25-.09.38-.15l.07.26.01-.01Zm-13.19-1.45-.58-.36.38-.2c.09.21.16.39.21.56h-.01Zm-6.43-1.18-.35.36c-.36-.43-.87-.6-1.32-.75-.16-.05-.31-.1-.45-.16l2.12.55Zm-6.48-.76-.02.02s.01-.02.02-.02c-.43-.99-.4-1.04 1.11-1.42-.42.54-.76.98-1.11 1.42Zm-26.03-6.86-.34-.04.5-.69s.03.02.04.03c.32.25.64.5 1.04.63l-1.29-.16.04.23h.01Zm4.33.38c.17-.1.3-.09.33-.08.15.15.27.32.38.52-.01 0-.02-.02-.03-.02l-.22-.13-.24.11c-.26.12-.44.14-.51.13v-.14c.02-.15.13-.29.29-.39Zm3.51.59c-.27 1.07-1 .52-1.58.31.47-.09.94-.18 1.58-.31Zm8.38 1.64c.42-.44.72-.74 1.22-1.26.09.64.14 1.02.24 1.68-.61-.18-.93-.27-1.46-.42Zm13.83 1.37c.47-.22.86-.41 1.44-.68-.01.6-.02 1.07-.04 1.8-.59-.47-.94-.75-1.4-1.11v-.01Zm55.15 5.85v-.09l.16-.03-.15.44h-.12c.05-.1.08-.2.09-.32h.02ZM47.191 71.77c-.07.15-.13.3-.2.45l-.99-.45c.03-.09.07-.18.11-.27l1.09.27h-.01Zm65.42 8.31c.61-.21.93-.27 1.18-.43.27-.17.46-.43.69-.65.12.05.23.09.35.14-.16.36-.31.72-.47 1.1.23.15.49.32.88.57-.31.15-.5.31-.59.27-.57-.25-1.13-.54-2.04-1Zm32.9 3.38c.09.09.18.19.26.28-.26.2-.53.4-.79.6-.08-.08-.16-.16-.23-.24l.76-.64Zm-27.25-2.76c-.06.05-.18.15-.24.18-.11-.03-.28-.17-.43-.29-.03-.02-.05-.04-.08-.06l1-.29c.05.06.1.12.16.18l-.19.12c-.05.03-.13.09-.21.16h-.01Zm-52.79-5.31c-.06-.27-.11-.55-.17-.84 1.21 0 .68.49.17.84Zm27.27 3.21-.03-.15-.23-.22.62.13-.34.6c.01-.12 0-.25-.02-.36Zm28.77 3.53c-.15-.19-.33-.41-.57-.58-.14-.1-.29-.19-.44-.27.26-.02.53-.08.83-.21.02.03.05.06.06.09.09.13.3.43.65.49l-.06.94c-.16-.06-.28-.2-.48-.45l.01-.01Zm30.74 3.76c-.77-.52-1.4-.94-2.18-1.46 1.093-.02 1.82.467 2.18 1.46Zm2.24-.88c-.48-.09-.54-.25-.84-1.01l-.05-.14c-.12-.32-.4-.52-.69-.69l.16-.18 1.6 1.06-.18.97v-.01Zm1.88-2.03c-.02.16-.02.33-.01.49v.24l-.39-.16v-.02c.14-.24.28-.49.42-.74-.02.06-.03.12-.04.18l.02.01Zm3.07-.88s-.02.02-.03.02c.07.94.04.94-.83.75.3-.27.57-.5.83-.75v-.07s.02.04.03.05Zm-1.85-.48-.07.6c-.25-.06-.5-.06-.72.06-.07.04-.15.1-.22.18.05-.1.1-.2.14-.31.06-.13.09-.28.11-.44.01-.08.02-.16.02-.24l.74.15Zm-5.28-1.15c.08.2.17.4.15.52 0 .02-.01.09-.16.2-.5.38-1 .74-1.49 1.1l-.38.28-.69-.58.15-.03.33-1.81 1.16.33.7-.67c.04.24.13.46.22.66h.01Zm-76.59-7.48c-.13-.07-.29-.15-.4-.22.02-.08.05-.15.09-.23l.31.45Zm60.75 6.13c.16.3.31.59.47.89-.83.28-.74-.25-.47-.89Zm-16.44-2.47c-.21-.09-.38-.17-.52-.26 0-.05.02-.09.03-.14.12.01.27.04.32.06.06.07.11.18.17.33v.01Zm-53.87-7.42v.08l-.05.44.04-.44-1.4-.18c0-.12-.01-.23-.02-.35.5-.12 1.01-.23 1.75-.4-.14.4-.22.63-.29.85h-.03Zm6.61-.2.03-.03c-.46-.07-.95-.07-1.37-.23-.36-.13-.54-.44.02-.63-.31-.33-.62-.66-1.02-1.08 1.09-.07 1.31.42 1.25 1.13.69.05 1.38.11 2.07.16.01.1.03.2.04.3-.33.12-.65.24-.98.36l.01.01c.51-.02 1.04-.1 1.45.49-.82.45-1.09-.14-1.45-.49h-.05v.01Zm-4.74-1.3c-.36-.08-.71-.17-1.07-.25l.03-.19 1.09.14c-.02.1-.04.2-.06.31l.01-.01Zm-11.19-3.15c.007-.7.423-1.117 1.25-1.25l-1.25 1.25Zm3.09-.01s.04.05.05.07l.06.06c-.08-.02-.15-.03-.23-.05l.12-.09v.01Zm.66.38c.23.04.53.06.9.07l-.2-.81c-.2-.28-.4-.56-.6-.83v-.03.03c.29.04.8.05.82.13.07.31 0 .64-.03.96.01.02.02.03.03.05l-.04.02v-.07c-.04-.06-.09-.12-.13-.18l.3.72c.15-.06.3-.14.46-.22.21-.11.52-.28.63-.24.01 0 .02.01.03.02-.04.05-.08.09-.11.14-.17.21-.33.41-.47.46-.43.15-.98.2-1.14.15-.15-.15-.31-.27-.46-.37h.01Zm63.43 5.72c.13.07.25.14.38.21-.24.31-.48.63-.72.94-.09-.05-.19-.1-.29-.15l.63-.99v-.01Zm-61.7-7.81c.45.18.97.39 1.47.58-.873.12-1.363-.073-1.47-.58Zm64.44 7.21c-.32.72-.54 1.19-.79 1.75-.44-.13-.77-.22-1.04-.3.56-.44 1.08-.85 1.83-1.45Zm-45.44-2.4c.2-.16.39-.32.59-.47.11.12.33.27.3.36-.06.26-.23.49-.35.74l-.54-.63Zm-12.54-.74c.03-.53.05-.84.07-1.14.553.26.53.64-.07 1.14Zm-24.41-3.29c-.13.07-.26.14-.39.22-.1-.21-.2-.42-.31-.63.07-.04.15-.08.22-.12.16.18.32.35.48.53Zm21.71 1.96c.14-.03.28-.07.41-.1.12.37.24.75.36 1.12-.14.03-.27.07-.41.1-.12-.37-.24-.75-.36-1.12Zm90.86 14.57-.47.13c-.49-.31-.93-.38-1.32-.33.07-.06.13-.12.2-.18.36-.33.74-.67 1.05-1.08l.19-.25.35 1.71Zm3.95-.92-.11-.05c-.31-.15-.46-.32-.51-.51l.62.57v-.01Zm-3.69-2.49c.35.23.83.54 1.44.46-.25.15-.5.3-.75.42-.07.03-.23.04-.42.06-.14 0-.3.02-.48.04l-.53.07.08.39-.6-.54 1.01-1.05c.08.05.16.1.25.16v-.01Zm-29.31-3.03c-.38-.59-.66-1.02-1.02-1.57.39-.03.82-.06 1.61-.13-.25.72-.4 1.15-.59 1.69v.01Zm1.62-3.25c-.19.29-.37.58-.56.88-.09-.03-.18-.06-.27-.1.05-.18.06-.38.15-.54.08-.16.23-.29.34-.43.11.06.23.13.34.19Zm-30.79-3.43c-.14-.01-.28-.03-.42-.04l.12-.95h.22l.09.99h-.01Zm-45.21-5.93c-.44-.09-.77-.15-1.21-.23l1.12-.97c.03.47.06.77.09 1.2Zm26.64 1.57c-.22.47-.37.78-.51 1.08-.22-.07-.39-.08-.41-.13-.23-.54-.24-.97.92-.94v-.01Zm30.55 4.37-.5-.53c.13-.07.26-.13.38-.2.11.2.23.4.34.6-.07.04-.15.09-.23.13h.01Zm16.63 1.39c-.62.29-1.09.42-1.45-.39.62-.34 1.06-.32 1.45.39Zm5.44-1.36c-.01-.17-.03-.37-.09-.57l.78-.29-.58 1.39c-.08-.14-.1-.31-.12-.53h.01Zm-53.38-6.05-.18.06c-.05-.11-.09-.23-.14-.36.09.1.2.2.31.3h.01Zm5.61-.48-.79.58c-.06-.07-.12-.13-.18-.2.26-.2.51-.4.77-.6.07.07.13.14.2.22Zm14.31 1.58c.06.17.12.33.18.5-.32.05-.64.12-.96.15-.02 0-.13-.4-.11-.41.29-.1.6-.16.9-.24h-.01Zm6.24 1.57s-.02-.03-.03-.05c.13.08.23.15.31.21-.16-.05-.24-.11-.27-.15l-.01-.01Zm-36.96-4.39-1.08-.14.24-1.21.84 1.34v.01Zm-16.26-.79c-.11-.14-.22-.27-.33-.4.42-.22.84-.43 1.45-.75-.04.97-.71.92-1.12 1.15Zm6.05-.06c.15-.04.37-.17.45-.12.15.1.22.3.32.46-.14.06-.29.13-.54.24-.09-.23-.16-.4-.23-.58Zm-1.63.25c-.01-.07-.03-.14-.04-.21.34-.07.69-.15 1.03-.22.03.12.05.24.08.36-.36.02-.71.04-1.06.07h-.01Zm19.89 2.24c-.48-.71-1.1-.77-1.92-.57-.46.11-1.02 0-1.52-.11-.47-.09-.91-.29-1.36-.43.04-.08.08-.17.12-.25.68.21 1.37.41 2.2.66 1.13-1.1 2.17-.57 3.17.5.26.28.65.45 1.18.81-1 .28-1.49-.05-1.86-.6l-.01-.01Zm77.92 9.74c.74-.11 1.09-.17 1.6-.24-.28.89-.68.88-1.6.24Zm-17.26-3.9c.08-.1.16-.21.24-.31.3.16.59.33.89.49-.05.09-.11.19-.16.28-.32-.15-.64-.3-.97-.46Zm-77.51-10.56-.3.21c-.27-.2-.54-.41-1.15-.87.61.08.88.05 1.06.15.18.1.26.33.39.5v.01Zm10.47 1.21.32.08-.4.19.08-.26v-.01Zm13.01 2.38c-.55-.47-.57-.75.34-.74-.1.22-.21.45-.34.74Zm73.08 9.41c.65-.34 1.14-.6 2.01-1.06-.47 1.08-.95 1.39-2.01 1.06Zm-52.67-7.95c-.18.2-.36.39-.54.59l-.24-.15c.15-.23.31-.46.46-.69l.31.25h.01Zm-23.66-2.44-.03.15-.45-.22c.07-.2.12-.36.14-.51 0-.07.01-.14.01-.2.25.25.37.49.33.78Zm-2.6-1.61.61.09.15.82c-.56.027-.813-.277-.76-.91Zm27.08 3.67c.18-.16.36-.32.53-.49.1.09.21.18.31.27l-.5.53c-.12-.1-.23-.21-.35-.31h.01Zm-28.22-5.86 3.35-.23-.97-.81c-.16-.14-.32-.25-.46-.35-.03-.02-.06-.05-.09-.07v-.04c.05-.37-.1-.59-.21-.7h.85l.4-2.04h.55l-.06.49.26.04.77 1.22-.4.34c-.29.25-.6.55-.64.92-.02.19.03.38.15.53.06.08.15.15.25.21-.22.18-.38.47-.49.88-.04.13-.31.36-.54.54-.16.13-.35.28-.52.45l-.4.39-.39-.06-1.4-1.71h-.01Zm-1.33.99c0-.13-.04-.26-.09-.39l.65.3-.02.1-.54-.02v.01Zm1.87-3.32-.07.02c-.2.06-.4.12-.53.15-.03-.12-.05-.3-.08-.47-.05-.3-.21-.47-.34-.6l.26-1.37.1.03c.09.03.17.05.26.08.82.28.95.59.9 1.05-.03.29.08.54.17.74.03.06.05.12.07.17l.06.16c-.31-.09-.65 0-.78.05l-.02-.01Zm-2.76-7.01 3.44.02-.56-.8c-.13-.19-.17-.43-.21-.71-.04-.32-.1-.7-.34-1.03.12-.09.23-.21.29-.37.24.28.6.31.88.32l.16 2.24 1.1-.15.11.49c.02.1.03.2.05.31 0 .05.01.1.02.15l-.68-.31-.69 1.74 1.11.49.61-.94c.51.64 1.26.84 2.02.53.05-.02.1-.04.15-.05l-.15.28.09.12c-.18 0-.35 0-.52.07-.45.17-.72.58-.89.86l-3.4.13.28-1.31-.24-.19c-.95-.76-1.81-.41-2.44-.15-.29.12-.57.23-.83.24l-.17.97-.07.03-.35-.17-.11.25-2.52.11-.46-.58 2.54.13.29-2.35.57.72.9-1.07.02-.02Zm-.53-2.08-.04-.4c.06.1.12.2.19.3l-.15.1Zm2.7-2.22c.16-.24.26-.46.29-.68.05-.42-.13-.71-.35-.94.15-.02.3-.06.45-.1.09-.02.17-.05.26-.07l.71 1.78-.69-.24-.19.39c-.06.12-.11.24-.14.35a.913.913 0 0 0-.08-.13l-.24-.37-.02.01Zm-.54.28c-.16.09-.33.2-.48.35 0-.05 0-.11.02-.17.02-.19.02-.36 0-.51l.46.34v-.01Zm3.49.27-1.18-.41 1.46-1.65-1.35-.73.7-.22.9 1.17.32-.8c.04-.11.09-.2.13-.28.07-.15.13-.26.14-.4l.03-.24-.17-.22c-.12-.13-.25-.23-.38-.33l.87-.52c.18.66.56 1.07 1.15 1.24l-.71 1.12 1.89.82c-.11.14-.18.31-.21.52-.03.26 0 .55.13.92l-2.36 1.37.32 1.47-1.08.22-.6-3.05Zm5.92-5.88c.37 1.69.84 3.19 2.27 4.35l.11.09s-.08.04-.11.05c-.26.07-.75.07-1.06.05-.08-.23-.21-.41-.38-.55-.41-.32-.93-.23-1.3-.17-.08.01-.17.03-.24.03-.17.01-.44.04-.72.13l-.12-.48.31.21 1.52-.25-.42-3.36.03.05.11-.17v.02Zm8.21 1.67c-.1.05-.21.11-.31.16l-.57-.75c.19-.07.39-.13.58-.2 0-.02-.02-.04-.02-.06l.05.05h-.03c.1.26.2.53.3.79v.01Zm32.01 2.81 1.93 1.19c-1.3-.053-1.943-.45-1.93-1.19Zm-33.25-1.62c-.55-.41-1.35-.58-.76-1.52.52.39 1.43.52.76 1.52Zm23.4 1.99.12.45c-.42.08-.83.17-1.25.25-.04-.11-.08-.23-.11-.34.41-.12.82-.24 1.24-.36Zm-25.56-.61c.03.08.06.16.08.24l-1.27-.86c.3-.36.46-.67.49-.97.03-.26 0-.75-.62-1.07-.35-.19-.38-.32-.39-.65.72.15.77.33 1.05 1.3l.02.07c.19.69.43 1.35.63 1.94h.01Zm-6.54-1.4-.18-.69.28-.44c.07.26.12.51.09.72-.02.13-.06.24-.15.35l-.05.07.01-.01Zm.03-1.39s.01.04.02.06l-.46.03c-.09-.2-.19-.43-.35-.65h.44l.19-.08c.04.22.1.44.16.64Zm6.33 3.69-.63.99-.69.18-.12-.11 1.44-1.06Zm-2.55 1.64c.15.04.44.08.43.11-.01.23-.08.46-.12.69-.13-.02-.27-.03-.4-.05l.09-.76v.01Zm-3.65.43c.06.11.12.23.19.35l-.16.36-.3-.12-.08-1.26c.1.21.22.43.35.66v.01Zm7.43 2.5 1.32 1.26c-.68.09-1.79-1.09-1.67.76-.82-1.32-.81-1.34.35-2.01v-.01Zm-2.01.8c-.53-.51-.81-.77-1.29-1.23 1.38-.24 1.36.25 1.29 1.23Zm15.58 2.12c-.59-1.16.22-.94 1.04-.87-.22.47-.4.85-.57 1.22l-.47-.35Zm38.08 3.67c-.11-.09-.34-.23-.32-.27.07-.16.19-.33.35-.42.05-.03.26.14.41.23-.24.25-.34.35-.44.46Zm4.84.58s.01 0 .02.01c.13.09.27.16.44.18-.09.07-.17.11-.21.11-.04-.02-.2-.16-.25-.24v-.07.01Zm-11.35-1.95c-.34.27-.53.48-.78.58-.07.03-.47-.34-.44-.39.12-.21.31-.42.54-.52.11-.05.36.16.68.33Zm-47.14-.49c-.28.04-.46-.13-.82-.54-.5-.57-1.26-1.44-2.85-.59l-.86.46.59.3-1.51.22.04-.25c-.44-.18-.48-.34-.46-.73h.06l.2.57 1.92-.61-.3-.75-.16-.4-.97.24.03-.14c.03-.21 0-.51-.27-.86.57-.17.94-.59 1.26-.94.09-.09.17-.19.26-.28.23-.24.47-.47.72-.73l.09-.09c.04.39.12.78.19 1.18.05.25.1.52.15.8l.05.29 4.05 1.51v.04c-.01.11 0 .22.04.32.13.31.3.6.47.88-.3.26-.4.58-.44.83-.02.19-.01.39.03.61l-.85-.29.25-.25-.27-.35s-.03-.04-.04-.07c-.08-.14-.26-.42-.6-.38Zm9.68-.35c-.46-.61-.67-1.12.52-1.29-.21.51-.36.9-.52 1.29Zm3.56-.71.27.26h-.57l.31-.26h-.01Zm-9.56.07c.19-.36.37-.71.59-1.13.327.633.13 1.01-.59 1.13Zm54.68 9.99-1.38-.87-.77 1.46c-.38.02-.54-.18-.68-.75-.12-.47-.25-.93-.4-1.41l.08.09 1.82-.6.95 1.76 1.6-1.52.38.2c-.02.07-.04.14-.04.19-.02.17 0 .34.02.47 0 .04.01.1.02.14l-1.61.83.01.01Zm1.97-.47c.38.16.83.26 1.12.51.46.39.21.78-.58.99l-.04-.04-.63-1.38.12-.08h.01Zm-52.42-3.51c.64.86.19 1.05-.76 1.38.33-.6.5-.91.76-1.38Zm-10.81-.87c-.2-.04-.37-.11-.54-.2h.07c.17-.01.35-.03.47-.03v.24-.01Zm18.07 1.68s.02.02 0 .02h-.02c-.17.09-.34.18-.5.26.22.15.44.29.67.43.02 0 .05-.02.07-.03 0 .06-.02.11-.04.17v.94c-.45.09-.89.17-1.42.28.06-.22.05-.46.14-.5.47-.2 1.11-.17 1.28-.71v-.13s.04-.03.04-.04c0 0-.04.04-.05.04 0 0-.02-.01-.03-.02-.48.17-.99.17-1.04-.4-.06-.61.45-.5.88-.29h.01l.01-.02Zm-14.44-.48c-.06.1-.12.19-.18.29-.43-.23-.86-.46-1.3-.7.06-.09.12-.19.17-.28.44.23.87.46 1.3.68l.01.01Zm-5.25-.07c-.84.48-1.13.01-1.69-.67.78.31 1.15.45 1.69.67Zm9.99 1.15c.5.52.96.99 1.41 1.46-.09.07-.19.13-.28.19-.51-.36-1.01-.72-1.54-1.09.12-.16.21-.29.41-.56Zm28.63 2.46-.26 2.09c-1.11-1.62-1.09-1.69.26-2.09Zm-16.26-2.03c-.21-.19-.34-.46-.5-.7.1-.07.2-.15.31-.22.26.21.53.42.79.64-.21.1-.55.32-.6.28Zm-4.16-1.09c-.667-.46-.727-.82-.18-1.08l.09.11c.03.3.06.6.09.98v-.01Zm-2.91-1.1c-.06-.09-.12-.17-.17-.26.31-.3.62-.61.91-.88.47.17.92.34 1.37.51.01 0 .03 0 .04-.01 0 0 .04.04.03.04-.03 0-.05-.02-.08-.03-.7.21-1.41.43-2.11.64l.01-.01Zm10.9-.91c.53-.29 1.05-.57 1.73-.93.22 1.33-1.22.65-1.31 1.41l-.41-.47-.01-.01Zm-4.33-.11c-.03.13-.07.26-.1.38-.6-.21-1.21-.43-1.81-.64.04-.11.07-.22.11-.33.6.2 1.2.39 1.8.59Zm-6.03-1.79c-.68-.47-1.65.39-2.22-.53.76.08 1.66-.46 2.22.53Zm-8.78-.54c.47-.18.84-.32 1.27-.49-.227.567-.65.73-1.27.49Zm2.81.13.21.03-.17 1.38c-.11-.01-.22-.03-.33-.04.1-.46.19-.92.29-1.38v.01Zm-3.52 1.1-1.86.53c-.27-.41-.28-.57-.28-.62 0 0 .04-.19 1.01-.4l.93-.2c.04.17.19.7.19.7l.01-.01Zm11.87 1.29.52.43c-.14-.02-.28-.02-.43 0l-.21-.24.11-.17.01-.02Zm40.15 2.78-.13-.7.51.54-.38.16Zm-55.94-4.5c-1.07-.31-.84-.76-.31-1.49.13.62.21.99.31 1.49Zm-2.73-1.18c-.33-.05-.63-.17-.93-.37h.18l.01-.07.74.44Zm-1.8-.23c-.09.23-.15.43-.17.63-.1.78.29 1.39 1.16 1.81.02.01.05.05.08.09l-1.86.74s-.1-.02-.16-.04l-.31-1.29.46.73.35-2.77h.51l-.05.1h-.01Zm-.76 5.88.25.4-.58-.07c.03-.1.14-.21.33-.32v-.01Zm44.56 5.62c.09-.15.36-.2.55-.29.07.15.22.32.18.43-.07.17-.26.3-.56.62-.1-.4-.24-.63-.17-.76Zm2.9.09.44-.09c.08.39.15.77.26 1.31-1.15-.28-.78-.79-.7-1.22Zm10.79 1.62c.44-.19.76-.32 1.4-.59-.36.82-.6 1.15-1.4.59Zm14.77 1.3v.02h-.02c-.59.3-1.17.61-1.81.94-.02-1.4.05-1.43 1.81-.94 0 0 .02 0 .02-.01.1-.41-.45-1.14.91-1.07-.37.44-.64.75-.91 1.07v-.01Zm-3.02-3.01c-.05.43.16.76.39.98-.65-.2-1.11-.35-1.24-.48-.05-.05-.05-.22-.04-.45.02 0 .05-.01.08-.02.3-.06.61-.12.86-.26-.02.07-.04.15-.05.23Zm-4.46-.73c-.04.13-.07.25-.11.38-.61-.19-1.21-.37-1.82-.56.05-.14.1-.29.15-.43.59.2 1.18.41 1.78.61Zm-5.06-1.39c.31.19.67.25 1.01.32.03 0 .06.01.09.02l.12.75-2.79-.56-.12.45-.04.16c-.08.33-.15.61-.59.87-.53.31-.81.86-1.06 1.43a.411.411 0 0 0-.08-.13c-.1-.12-.23-.2-.39-.22h-.07c.11-.15.22-.33.24-.54.04-.3-.1-.56-.36-.73-.11-.06-.13-.11-.13-.11.01-.11.04-.19.06-.27.03-.12.08-.25.1-.4 1.02.16 1.79-.22 2.43-.54.38-.18.73-.36 1.09-.42.12-.02.22-.05.31-.08.04-.01.09-.03.11-.03 0 0 .03 0 .08.04l-.01-.01Zm7.49.52c.01.06 0 .09 0 .1 0 0-.05.07-.27.12.03-.06.1-.14.26-.22h.01Zm2.73.31-.06.09c.02-.14.02-.28.02-.43v-.11c.28-.14.52-.28.72-.41l.22 1.14-.9-.28Zm.66-3.44c.09.68.54 1.06.91 1.37l.2.17.4.35.26-.35c-.04.22-.15.46-.27.71-.07.16-.15.33-.21.5l-1.01-.37c.19-.18.31-.38.34-.63.07-.55-.34-1.02-1.01-1.8l-.12-.13c.19.06.39.13.51.18Zm-1.04-.37-.53 1.33a.869.869 0 0 1-.07-.4s.02-.19.24-.43c.13-.14.22-.33.25-.55.04.01.07.02.11.04v.01Zm-2.08.1s.01.05.02.07l-.04-.04.03-.03-.31-1.33c.64.91.66.94.31 1.33h-.01Zm-45.91-8.01h-.01l.36-.23c-.16.3-.3.54-.45.75l.1-.51v-.01Zm41.08 5.35.43.19-.02.09c-.17-.08-.38-.18-.41-.25v-.03Zm6.93 1-.26.12c0-.05-.01-.1-.01-.14-.03-.58-.04-.97 0-1.24v-.04l.27 1.31v-.01Zm-2.53-2.48c.15-.54.16-.76.28-.93.18-.26.43-.48.83-.91.04.89.05 1.45-1.11 1.84Zm-59.5-9.3v.07s-.02.09-.02.13l-.26-.07c0-.2-.03-.39-.06-.56-.03-.18-.06-.36-.04-.5 0-.05.02-.11.07-.18.55 0 .94.1 1.24.33-.36 0-.78.14-.93.78Zm48.4 5.31c-.08-.57-.15-1-.25-1.68.667.707.75 1.267.25 1.68Zm-17.22-3.13-.31-.57 1.18-.05c-.28.15-.56.36-.87.63v-.01Zm20.92 1.19-.09.35-1.3-.16c.06-.19.11-.37.17-.56.41.13.82.25 1.23.38l-.01-.01Zm-16.73-2.25-.58.47c-.54-.2-1-.32-1.41-.34l-1-.63c1.4 0 1.82.07 2.99.51v-.01Zm19.75 1.94.02.15c-.05-.08-.1-.14-.16-.21.05.02.09.04.14.06Zm-26.45-2.81c-.32-1.35-1.81-1.94-1.25-3.45.44.56.8 1.01 1.16 1.47l-.04-.04c.14.36.33.72.41 1.09.04.2-.12.42-.28.93Zm.42-2.64.59.07-.04.18-.56-.07v-.18h.01Zm.53 1.58c.05-.12.1-.23.15-.35.37.15.75.3 1.12.45-.07.09-.14.19-.21.28-.35-.13-.7-.26-1.06-.39v.01Zm23.02 2.77s.02-.01.03-.02l-.03.05v-.03c-.72.56-1.01-.33-1.16-.32.11.09.93-.67 1.16.32Zm-17.06-2.82c.07.1.14.21.22.32-.05 0-.08-.02-.1-.03-.22-.08-.45-.38-.68-.91.23.12.38.34.57.62h-.01Zm17.1.18c.45.18.77.3 1.09.43l-.06.61c-.36.13-.72.27-1.22.46l.19-1.49v-.01Zm2.25 1.42c-.2-.07-.43-.11-.7-.12h-.07c0-.04.05-.17.05-.17l.06-.65.09-.53.58 1.48-.01-.01Zm-2.79-1.75c-.29-.1-.58-.21-.87-.31 0-.08.02-.16.03-.24.28-.05.57-.1.86-.15 0 .23 0 .47-.01.7h-.01Zm-4.53-1.89-.22.06-.49.66.14-.45c.09-.17.15-.32.18-.48l.39.21Zm-14.73-3.17c.76.6 1.26 1 1.99 1.57-.61.15-1.01.25-1.52.38-.16-.66-.28-1.18-.46-1.94l-.01-.01Zm-2.28 1.49-.42-.37s.03-.01.04-.01c.18-.05.43-.01.71.11l-.33.28v-.01Zm16.59.89c-.03-.11-.08-.22-.14-.34l.42-.26-.1.48-.18.12Zm1.68.11.03.31-.33.1.29-.41h.01Zm-8.12-1.03c-.08-.57-.12-.9-.17-1.34l1.11.14c-.29.38-.53.68-.94 1.2Zm11.08 1.39c.12.08.19.14.23.18-.1.05-.28.13-.6.19-.22.04-.43.1-.63.16 0-.07-.01-.16-.01-.28 0-.23 0-.55-.15-.84.21-.01.4-.06.61-.16.05.28.24.53.55.74v.01Zm-6.54-1.52-.3-.26.29-.12v.38h.01Zm-2.87-2.99c.63-.11 1.26-.21 2.07-.35-.78 1.37-.89 1.4-2.07.35Zm-45.1-6.79c.31.18.61.36 1.19.69-1.49.57-2.55.59-3.63-.25.84-.19 1.88.55 2.44-.44Zm25.33 3.2c-.88.747-1.7.967-2.46.66.98-.26 1.72-.46 2.46-.66Zm18.47 2.31c-.61.03-1.22.07-1.83.1l-.03-.4 1.85-.09c0 .13 0 .26.01.38v.01Zm-3.97.52c-1.3.04-1.17-.73-1.08-1.62.42.64.75 1.13 1.08 1.62Zm-42.11-8.31s-.06.07-.09.1c-.29.34-.47.54-.88.49l.66-.9.31.31Zm31.91 3.35c.05.09.11.18.16.28-.26.13-.53.26-.79.4-.03-.11-.12-.28-.09-.3.23-.14.48-.25.72-.37v-.01Zm-5.13.38c.81.5.32.76-.17 1.35l.17-1.35Zm22 3.45-1.2.09c-.02-.08-.04-.16-.06-.25.37-.1.75-.2 1.12-.29.05.15.09.3.13.46l.01-.01Zm-1.64-1.42c-.69.93-1.1.72-1.87.07.77-.03 1.18-.04 1.87-.07Zm-11.98-1.52s.8.42.87.46c-.03.02-.23.17-.23.17-.35.25-.52.65-.64.98l-2.67-.84 1.74-1.61.6 1.18.34-.34h-.01Zm1.64-.86-1.14.35c.15-.15.29-.3.44-.45.46-.47.89-.92 1.35-1.33l-.65 1.43Zm-16.64-3.58c-.85.43-1.69.87-2.65 1.36-.39-.35-.89-.79-1.39-1.24.06-.12.11-.23.17-.35 1.35 1.02 2.61-.1 3.87.23Zm-25.06-2.9s-.1-.15-.12-.19c.09 0 .18 0 .27.01l-.14.18h-.01Zm39.39 4.45-.98.66.11.22c-.37-.16-.63-.13-1.12.05a.817.817 0 0 1-.05-.22c.03-.25.8-.75 1.44-1.13l.58.43.02-.01Zm-6.42-1.5c.42-.08.8-.15 1.4-.26-.4.98-.83.86-1.4.26Zm-42.27-.65c.26 0 .51-.05.73-.21.23-.17.36-.43.4-.77.02-.14.02-.29 0-.47l-.07-.83c.21.09.42.17.63.25.15.06.3.11.46.16.4.14.78.26 1.15.46l.11.06h.12c.09 0 .18-.01.25-.04-.07.14-.12.3-.14.44-.02.14 0 .26.03.37l-.45.53c-.09.11-.18.19-.28.27 0-.18-.05-.51-.39-.6-.24-.07-.49-.11-.73-.16l-.71-.14-.15.94-.96-.26Zm8.97 2.92-.29-.17c-.37-.22-.75-.44-1.16-.62-.32-.13-.65-.21-.98-.29-.14-.03-.28-.06-.42-.1l-.14-.04 2.06-1.09-.53-.49c-.21-.2-.41-.38-.6-.56-.48-.45-.9-.84-1.36-1.22-.29-.23-.84-.38-1.23-.26.01-.02.02-.04.03-.05.03-.06.08-.15.11-.17 0 0 .06 0 .2.04.42.14.81-.15 1.19-.44.07-.05.15-.11.21-.15l.18-.12c.45-.31.74-.51 1.08-.43-.25.09-.51.23-.81.44l-1.07.75 3.29.41-.42.52.35.43-1.27-.3 2.23 3.55.43-.48c.1-.11.19-.23.27-.33.06-.08.13-.17.19-.23.05.03.11.07.15.1.1.07.21.13.3.18l.33.17.88-.96.11.41c-.41.21-.78.61-.92.84-.65 1.05-1.37 1.24-2.41.64l.02.02Zm3.61.97c.12-.08.24-.17.36-.25l.6.66c-.1.06-.25.18-.28.16-.24-.18-.46-.38-.68-.57Zm38.5 4.78c.35.56.75 1.01-.55 1.17.23-.49.37-.78.55-1.17Zm11.48 2.52-.12.99c-.29-.2-.51-.35-.84-.57.35-.15.59-.26.96-.42Zm-24.21-2.55a.88.88 0 0 1-.02-.17c.05.08.09.15.11.22-.04-.02-.07-.04-.1-.05h.01Zm8.63 1.94h.42l-.24-.89.53 1.03c-.28 0-.51-.04-.7-.14h-.01Zm-10.58-.42c.3-.24.6-.47.91-.71l.3.39c-.32.2-.65.4-.97.6-.08-.09-.16-.19-.24-.28Zm7.81 1.51c.82.32 1.62.64 2.52.99.24-.12.58-.29 1.09-.53 0 .37.07.67-.03.73-.44.25-.93.43-1.5.67-.48-.76-1-1.4-2.22-.79l.13-1.07h.01Zm-17.39-1.72 1.22.15v.16c-.4.03-.81.05-1.21.08 0-.13-.01-.26-.02-.39h.01Zm-3.74-.38c.03-.08.05-.17.07-.26l.13.22-.2.03v.01Zm-23.54-3.19.76.73c-.62.03-1.07 0-.76-.73Zm9.15 1.11c.31.12.55.25.75.38l-.75 3.01-.32-.24-.67.59c-.06-.13-.13-.26-.2-.39a.444.444 0 0 0-.38-.24l1.57-3.12v.01Zm-2.61 3.41-.08-.19.32.11-.24.08Zm-8.19-2.28s.09.03.14.05c.08.02.16.04.22.06-.04 0-.23.04-.28.05a.597.597 0 0 0-.09-.15l.01-.01Zm1.1.82c.05.13.1.27.16.43 0 .01.01.03.02.04l-.26.19.08-.67v.01Zm3.9 1.18.73-.2s-.38-1.76-.48-2.19c0-.04-.04-.19-.08-.38.76.79.95 1.14 1.11 1.94l.06.28.98.35-.05.06c-.29.31-.51.57-.66.82l-.03-.18-.99 1.44.04-.33-.44-.1c-.09-.02-.17-.04-.25-.06-.1-.02-.2-.05-.29-.07l1.14-.85-.79-.56v.03Zm-8.08 1.89.48.09.02-1.32c.43-.1.62-.4.66-.67.02-.14 0-.33-.12-.54.27 0 .34.07.35.08.02.02.06.09.05.35l-.71.86.92-.12c.19.37.27.68.25.91-.02.12-.06.49-1 .8l-.54.18c-.06-.16-.17-.41-.37-.6l.01-.02Zm3.1.78s.12-.13.24-.25l1.12 1.03c-.75.08-1.03-.38-1.36-.77v-.01Zm-2.47.56-.04-.12.23.13c.23.13.33.23.37.28-.01.01-.03.03-.06.04l-.5-.33Zm6.05-.12c.34.33.52.78.69 1.29l-.58.04-.1-1.33h-.01Zm-.11 4-3.42-1.82.72-.48-.23-.39c.7.33 1.31.81 1.93 1.3.33.27.68.54 1.04.79.17.12.36.14.54.17.07 0 .15.02.24.04l-.98.65.16-.25v-.01Zm-7.4-.56c-.15.03-.3.06-.45.1.02-.07.04-.13.04-.2v-.08l.4.18h.01Zm-3.35-.36.05.07s-.04-.02-.07-.04c-.2.44-.41.88-.62 1.34l-1.26-.63c.47-.33.89-.67 1.36-.93.09-.05.32.12.52.22 0-.01.01-.02.02-.03Zm-2.29 1.38c-.71-.34-1.14-.54-1.79-.85.6-.39.95-.62 1.55-1 .09.68.15 1.11.24 1.85Zm-14.02-1.7c-.11-.53-.59-.67-.88-.75a.31.31 0 0 1-.08-.02l.02-.05v-.1c.06-.33-.16-.55-.56-.87.25 0 .52.1.88.24.2.08.42.17.66.23l-.17.11.65 1.15s-.06.04-.09.07c-.13.09-.26.19-.37.28l-.06-.29Zm-1.13.76c.25-.04.5-.09.77-.17l.17-.05c-.09.12-.15.25-.17.41v.11s-.05 0-.07-.01c-.13-.04-.26-.1-.39-.16-.1-.04-.2-.09-.32-.13h.01Zm-1.66-.05.28.06c-.06.03-.12.07-.18.11-.04-.05-.07-.11-.11-.17h.01Zm25.5 4.23c.09-.09.17-.2.22-.33v-.05l.03-.07c.05-.36-.24-.7-.3-.76-.15-.16-.31-.24-.49-.23-.15 0-.4.06-.62.18-.04-.21-.13-.4-.33-.53-.19-.12-.23-.21-.23-.41.23.26.56.48 1.04.59l.19.04 2.83-1.67 1.27.73.38-.61.4.5-.47.6c-.11.14-.35.19-.73.24-.57.08-1.43.2-1.8 1.21l-.96.18v.62l-.43-.23Zm-5.68-.48a.67.67 0 0 1 .35.01c.1.03.21.11.32.23l-.67-.24Zm-26.29-1.22c.16-.03.29-.03.38.01.04.02.09.06.12.11-.1.01-.2.03-.29.04l-.21-.16Zm25.12 2.98h-.08c0-.02.01-.04.02-.06-.45-.17-.91-.34-1.6-.59.71-.15 1.22-.25 1.91-.39-.13.42-.22.71-.31.99.02 0 .03.01.05.02v.04c.46 0 .91.01 1.37.02.01.09.03.19.04.28-.42.11-.85.21-1.31.33-.03-.22-.07-.42-.1-.62l.01-.02Zm-18.8-.01c.13-.1.26-.19.39-.29.41.43.82.85 1.43 1.48-1.24-.06-1.79-.37-1.82-1.19Zm1.74-.16c.31.2.61.39.91.59-.07.08-.19.25-.21.24-.32-.17-.63-.36-.95-.55.08-.09.16-.19.24-.28h.01Zm4.38.63c.23.54.39.93.56 1.34-.607-.02-.793-.467-.56-1.34Zm18.31 4.35-1.21-.3s0-.05.01-.07c.11-.87-.45-1.46-.9-1.93-.21-.22-.4-.42-.54-.64.04-.02.07-.04.11-.06.28-.16.58-.33.86-.54l.04 1.52.21.14.13.09c.09.06.17.12.29.16.31.09.58-.14.68-.33.18-.37.36-.74.56-1.14l.4-.82-1.65-.21c.16-.21.25-.44.28-.68.03-.27 0-.62-.27-1.01l.92-.22s.05.09.08.14l.27.54.11-.08.09.16c.29.53.55.98 1.04 1.05.27.03.51-.07.7-.22l.42.22.02-.43.79-.17-.05 1.55 1.45-.31.93 1.49.87-1.9c.21.61.69 1.04 1.11 1.41.13.12.26.23.37.34l-2.28 2.51.72.34c-.57 0-1.09-.17-1.64-.35l-.63-1.01c-.15-.24-.32-.51-.53-.71.17-.16.34-.33.51-.5l.48-.49-1.19-.84-.4.47c-.15.18-.3.36-.44.54l-.08.1-.02.13c-.01.09 0 .18.03.26-.17.03-.36.1-.58.21l-.99.5 2.32.95c-.18-.02-.35-.01-.56 0-.11 0-.25.01-.41.02h-.61c-.12-.2-.32-.33-.48-.44-.05-.04-.11-.07-.15-.11l-.32-.26-.83.76.58.79c-.1.08-.17.17-.23.23-.01.02-.03.04-.05.06l-.31-.91h-.03Zm1.85.72.07.21c0-.06 0-.12.01-.18 0-.05 0-.1.01-.15l.13.14c.11.12.22.26.32.38-.04 0-.08 0-.12-.01-.11 0-.28-.02-.36-.05v-.04l-.05.03-.65.38.63-.71h.01Zm4.51 1.82.42.12-.16.14c-.09-.09-.17-.18-.26-.26Zm2.8-.13c.08-.09.17-.18.25-.26 1.19.83-.39 1.07-.2 1.86-1.16-.78-.05-1.13-.05-1.59v-.01Zm-19.87-1.39c.43.31.87.62 1.43 1.02-.39.39-.71.72-1.15 1.16-.11-.84-.19-1.45-.28-2.18Zm-14.75.33c-.46.18-.79.3-1.28.49l.16-1.31c.13-.03.27-.06.4-.1.22.28.44.57.72.91v.01Zm12.64 1.3c-.51-.37-1.02-.75-1.53-1.12.77.06 1.5.18 1.53 1.12Zm-11.03-2.55s.11-.02.17-.02l-.19.7c-.08-.08-.06-.17-.05-.29 0-.07.02-.14.03-.21 0-.06.02-.11.03-.17l.01-.01Zm-8.74-.75c1.52.52 1.55.59.67 2.04-.25-.77-.44-1.32-.67-2.04Zm11.4 3.94h.04v.01c-.01 0-.03-.01-.04-.02-.54-.1-1.08-.21-1.79-.35 1.11-1 1.3.09 1.79.35v.01Zm-6.32-.75c.02-.15.05-.3.07-.46.29.09.58.17.86.28.01 0-.05.27-.08.27-.28-.02-.57-.06-.85-.09Zm10.17.21c-.47.23-.95.45-1.46.7.1-1.32.11-1.32 1.46-.7.44.98 1.11 1.643 2.01 1.99-1.98.08-2.23-.17-2.01-1.99Zm-4.2 1.69-.13-.03c-.22-.05-.45-.1-.68-.14.26-.04.52-.1.78-.19l.03.35v.01Zm-10.59-1.37c.17-.02.37-.05.57-.12l-.28.28.21.54c.07.17.13.34.2.51.02.06.05.13.08.2 0 .02.02.04.03.06-.17.23-.28.33-.33.38-.94-.14-1.7.14-2.43.42a.88.88 0 0 1-.15.05l.7-1.76c.28-.07.58-.2.88-.43.1-.07.31-.1.52-.13Zm-3.56.16v-.13c.18.11.39.23.62.34-.11.1-.21.19-.3.23-.12.05-.3.06-.51.08h-.01c.1-.15.17-.32.2-.51v-.01Zm-1.39 1.83c-.1-.09-.21-.18-.31-.26.18-.06.37-.13.55-.25 0 0 .14-.09.15-.1l.14.94c-.16 0-.3-.12-.53-.33Zm8.32 1.06.34-.19.21.67a5.36 5.36 0 0 1-.55-.48Zm-6.08.36c1.21.35 1.77.9 2.43 1.61-.33.22-.62.41-1 .65-.47-.74-.86-1.35-1.44-2.27l.01.01Zm.45 2.66c.57-.04 1.14-.09 1.82-.14-.54.93-1.17.78-1.82.14Zm4.7-.79c.16.22.45.57.95.53.02.05.04.1.07.15.15.33.31.68.28.91-.02.2-.09.25-.11.26-.08.06-.3.15-.94.05a8.2 8.2 0 0 0-1.1-.06h-.28l1.13-1.83v-.01Zm-7.52 2.24-.08.13c-.43-.11-1.03-.2-1.62.08.47-.39.8-.41 1.7-.21Zm1.7.67c.44.51.7.9-.16 1.25l.16-1.25Zm-3.62 1.71c.26.09.52.21.79.33.11.05.23.1.34.15l-.31.26-.83-.74h.01Zm6.95 2.22h.02c-.24-.57-.48-1.15-.72-1.72.12-.07.24-.14.35-.21.49.49.99.98 1.57 1.55-.45.14-.83.26-1.21.39 0 .02.01.03.02.05l-.04-.04.01-.02Zm-5.93 1.14s.05-.04.08-.06c.38-.25.45-.71.51-1.09.02-.12.03-.23.06-.34l.04-.15 1.7 1.02c-.65-.12-1.44.04-2 .6a.9.9 0 0 1-.4 0l.01.02Zm3.62-1.35c.4.27.87.42 1.32.53-.55.52-.92.74-1.34.68l.02-.59v-.62Zm2.62 1.82c-.02-.16-.05-.32-.08-.52l.41.52.39-.35c.61-.55 1.25-1.24 1.37-2.14.04-.29.02-.59-.06-.9.07-.02.13-.05.2-.07.55-.2 1.17-.43 1.72-.77.54-.34 1-.78 1.44-1.2.19-.18.38-.37.59-.55l.38-.34-.33-.38c-.46-.53-.66-1.02-.6-1.5.04-.29.17-.58.39-.88.23-.31.33-.65.45-1.09.06-.21.13-.44.22-.72l-.84-.48c-.35.43-.68.83-.97 1.1l.93-1.86c.09.05.18.1.26.14.57.32.89.49 1.19.2.11-.11.23-.2.37-.27-.16.13-.33.29-.48.49l-.27.34 1.08 1.2-1.27-.16.38.83c.22.48.44.89.87 1 .15.04.29.04.43 0-.12.19-.21.39-.28.56l-.06.13c-.08.04-.27.1-.4.14-.17.05-.36.11-.53.18l-.46.19.27.68c.31.76.6 1.47.51 2.13-.03.24-.11.47-.25.69l-1.57-.97-.29 2.33-.8-.3-.13.19-.89-1.21-.67.33-.46.23.94 1.84.38-.19-.48.69c-.2.06-.42.1-.65.15-.64.12-1.36.26-1.95.89-.08.08-.14.11-.17.1-.05-.02-.16-.13-.19-.39l-.04-.03Zm2.04.7c.36-.36.8-.67 1.22-1 0 0 .05-.03.04-.03-.01.01-.03.02-.04.03.26.24.53.48.88.81.44-.18.92-.37 1.38-.55.12.1.29.19.27.25-.04.21-.11.57-.22.58-.6.09-1.22.09-2.08.13.75.39 1.31.69 1.89.99-.32.74-.8.81-1.38.67v.03l-.04-.04s.03 0 .05.01c.04-.2.14-.52.1-.54-.72-.27-1.46-.51-2.19-.75v.05l-.06-.07.07.02c.03-.21 0-.47.14-.6l-.03.01Zm-7.47.61c.38-.48.61-.77.83-1.06.19.1.36.15.38.21.12.62.04 1.1-1.21.85Zm4.9 1.74-.1-.82 2.47-.36 1.37.85c-.13.16-.26.32-.4.48-.3.34-.64.51-.95.47-.34-.04-.66-.33-.9-.8l-.22-.42-1.27.6Zm28.14 3.68c.48-.02.96-.04 1.44-.07 0-.02 0-.04-.01-.05l.03.05h-.02c.08.36.17.73.3 1.32-.69-.37-1.26-.68-1.82-.98.03-.09.05-.18.08-.27Zm-24.35-1.93c-.07-.37.41-.43.71-.06.1.12.14.28.21.43l-.31.28c-.21-.21-.56-.41-.6-.65h-.01Zm-2.66.73-.9.27.1-.3-.52-.61.88-.27.45.9-.01.01Zm-6.48-1.24c.72-.05 1.11-.07 1.64-.1-.12.26-.16.4-.24.51-.52.64-.83.2-1.4-.4v-.01Zm.13 1.95c-.01-.21-.44-.42-.84-.77.57.03 1 .05 1.58.08-.14.58-.26 1.06-.38 1.56-.89-.19-.34-.56-.36-.87Zm54.26 6.21h.29c.02.21.08.43.04.62-.04.18-.2.34-.52.84l.18-1.47.01.01Zm-43.93-3.82c.07.08.14.17.22.25-.22.15-.43.3-.65.45-.06-.08-.19-.23-.18-.24.2-.17.41-.31.62-.47l-.01.01Zm-8.42-.25c-.02-.08.08-.19.12-.29.16.21.31.42.45.63 0 0-.15.09-.34.2-.09-.2-.19-.37-.24-.55l.01.01Zm7.25 1.64c-.55.06-1.11.13-1.88.22.713-.553 1.34-.627 1.88-.22Zm60.88 8.36.06-.04s0 .04-.01.06c.79.25.8.27.91 1.21-.72-.19-1.11-.53-.91-1.21-.02 0-.03 0-.05-.01v-.01Zm-.64.6c-.09-.12-.19-.24-.29-.35.14-.02.28-.06.41-.11-.05.14-.1.29-.12.46Zm-9.87-1.55.15.69-.35.09-.34-.04c.17-.15.3-.36.36-.67.05-.02.12-.04.18-.07Zm-29.02-3.46c.25.47.4.76.58 1.11-1.03.07-.85-.39-.58-1.11Zm-2.82 1.47c.79-1.05 1.3.18 1.92-.05l-.06.39c-.59-.11-1.18-.22-1.86-.34Zm7.17-.18c.08-.02.15-.04.23-.07.17.41.35.82.52 1.23-.1.03-.2.06-.31.09-.15-.41-.3-.83-.44-1.25Zm21.03 4.22c0 .08-.06.18-.18.32l.15-.48c.02.06.03.11.03.15v.01Zm-27.71-3.56c.06.11.11.22.17.34-.59.24-1.18.48-2.1.85.44-1.38 1.39-.83 1.93-1.19Zm5.59 1.67c.713.153 1.213.793 1.5 1.92-.48-.61-.95-1.21-1.5-1.92Zm22.24 5.05 1.3.58c-.1.1-.2.15-.29.17-.3.05-.76-.25-1.19-.58l.18-.17Zm-38.97-4.37c.47.62.77 1.03 1.15 1.52-1.47-.17-1.48-.18-1.15-1.52Zm38.78 5.96c.12.66.22 1.19.33 1.82-1.6-.72-1.62-.82-.33-1.82Zm-39.29-2.99c.48.4.74.63 1.01.85-.26.2-.51.41-1.01.8v-1.65Zm47.92 7.32c-.02-.29-.03-.58-.05-.87.17.02.33.05.5.07-.03.26-.05.52-.11.77 0 .03-.22.02-.34.03Zm4.53.5s.08.02.14.11c-.02.05-.05.12-.09.18l-.16-.3h.12l-.01.01Zm-8.32-.78s0 .04.01.06c0 0-.02-.04-.03-.05 0 0 .01 0 .02-.01-.08-.45-.15-.9-.24-1.41.19 0 .41 0 .8.01-.06.55.02 1.07-.56 1.4Zm-2.25-.61c-.71.03-1.05.05-1.4.06.087-.62.553-.64 1.4-.06Zm-33.79-3.99c-.76-.37-1.35-.66-2.02-1 .807-.387 1.48-.053 2.02 1Zm26.28 3.46c.27-.08.54-.23.8-.21.16.01.44.32-.09.33-.18 0-.36.07-.53.1l-.17-.23-.01.01Zm7.95 1.28c-.16.13-.33.19-.53.22l.53-.22Zm2.62.23c.97-.87 1.09.83 1.88.63-.12.12-.24.24-.46.47-.47-.36-.93-.72-1.42-1.09v-.01Zm-44.1-4.36c.13 0 .26-.01.39-.02l.09 1-.47-.06c0-.31-.01-.62-.02-.93l.01.01Zm-.43 2.03c.55-.28 1-.51 1.51-.76.027.713-.477.967-1.51.76Zm59.01 7.43.56.53c-.12.1-.24.2-.45.37-.16-.23-.33-.38-.37-.56-.02-.09.16-.23.26-.34Zm-60.06-6.91c-.54-.26-1.03-.49-1.64-.79.33-.2.61-.36.95-.56.12.49 1.3.51.68 1.34l.01.01Zm-10.27-1.01.51-1.41c.16.05.33.11.49.16-.24.45-.47.9-.71 1.35-.1-.03-.19-.07-.29-.1Zm73.66 8.4c.23-.29.37-.61.42-.96.07-.6-.14-1.14-.35-1.67-.18-.44-.35-.86-.3-1.23a.9.9 0 0 1 .08-.28c.05-.1.08-.21.09-.33l.32.31.29-.11c.08-.03.17-.07.26-.12.14-.07.33-.16.44-.15.09 0 .27.13.43.23.11.08.23.16.36.23l.55.31.16-.62s.17-.06.26-.1c.29-.12.77-.32.84-.86.01-.1 0-.2-.01-.31.4 0 .81.04 1.29.08.22.02.45.04.7.05l.24.02-.73.47.43.45c.46.48 1.06.74 1.65 1 .37.16.73.32 1.03.52l-1.84.73 2.39.84a2.2 2.2 0 0 0-.42 1.05c-.03.21-.02.43 0 .66.02.17.05.36.02.53-.03.2-.1.36-.4.49l-.27.11-.06.33v.18c-.12-.1-.23-.24-.37-.41-.07-.1-.15-.19-.23-.29l1.09-2.24-2.85-.36.31 1.16c-.32.15-.55.27-.73.4l.03-.32c.02-.14.06-.28.1-.42.05-.17.1-.37.13-.57.08-.61-.13-1.15-.62-1.64l-.75-.75-.26 3.5-.53-.31.58-3.25-.98.71c-.57.42-.94.77-1 1.25-.02.19 0 .37.07.53l-.27-.15-1.05.9 1.98 1.83c-.1.07-.2.15-.3.23l-.32.28c-.15-.2-.3-.44-.47-.74l-.35-.6-.7.83-.39-1.42h.01Zm3.56.98.36-.76 1.01.06c-.17.18-.27.41-.36.74-.35-.08-.69-.09-1.02-.03l.01-.01Zm-42.72-3.83c.32-.16.63-.33.95-.49.1.14.2.28.31.42-.3.2-.6.39-.9.59-.12-.17-.24-.35-.36-.52Zm19.78 2.41c.787.04 1.297.38 1.53 1.02-1.04.29-1.41-.13-1.53-1.02Zm40.97 6.17c.4.04.89-.59 1.2.23h.05v.03c.2 0 .39-.01.59-.02-.1.26-.21.53-.31.8-.09-.01-.19-.03-.28-.04 0-.24 0-.49.01-.73h-.04s0-.02-.01-.03c-.4.04-.8.08-1.19.11 0-.12 0-.23-.01-.35h-.01Zm-27.52-2.79c-.2.42-.41.83-.64 1.32-.64-.34-1.15-.62-1.67-.9v.03l-.04-.05c.01 0 .03.02.04.02.04-.26.09-.52.17-.96.65.62 1.24 1.02 2.14.54Zm-22.2-1.83c-.67 0-1.09-.01-1.79-.02.69-.39 1.09-.75 1.79.02Zm-15.14-1.02c.17-.16.34-.33.51-.49.12.11.24.22.45.4-.23.13-.39.28-.58.31-.1.02-.25-.14-.38-.22Zm1.86.84c-.03-.4-.05-.77-.08-1.15.14-.02.35-.09.37-.06.15.23.21.55.41.71.23.19.59.24.89.36-.05.11-.11.21-.16.32l-1.43-.18Zm13.19 2.93c.16.53.36 1.18 1.05 1.52l.32.16.2-.22c-.07.21-.16.4-.24.45-.25.09-1.04.39-1.14 1.21-.04.35.05.72.18 1.12-.27.02-.53.02-.79-.02.3-.48.48-1.02.56-1.64.06-.5.05-1.02.04-1.51v-.47l-.47-.02h-.24c-.13 0-.24 0-.33-.02l.39-1.32c.23.07.31.29.45.76h.02Zm-3.06 2.42.23-.48.8.26-1.03.22Zm-7.54-3.25c.3-.15.45-.16.71.07l-1.57.29a1.82 1.82 0 0 0-.22-.5c.48.23.82.28 1.09.14h-.01Zm3.05.08c.29.16.49.3.62.46l-.54-.04-.07-.42h-.01Zm-10.89.26.26-2.04c.4.2.67.34.95.49-.34.57-.65 1.1-.97 1.63-.08-.03-.15-.05-.23-.08h-.01Zm13.32 1.88c-.46.76-1.06.38-1.61.24 0 0-.02.02-.03.02l-.03-.04c.02 0 .04.01.06.02.42-.38.87-.66 1.61-.24Zm-9.46-.69c.07-.11.13-.21.2-.32.34.18.68.36 1.03.54-.1.11-.21.21-.31.32-.31-.18-.61-.36-.92-.54Zm3.45 2.33.35-1.16c.24.35.39.56.53.76h.02c-.1-.82.27-.89 1.31-.33-.62.15-.96.24-1.31.33v.05c0-.01-.02-.03-.03-.04l-.65.53c-.08-.04-.15-.09-.23-.14h.01Zm2.35 1.22-.13-.94s.08-.03.12-.05c.33-.13.64-.26.92-.25.08 0 .14 0 .21-.02l-.17.45h1.07c-.46.28-.81.57-.87.99-.02.13 0 .26.04.37-.32-.34-.77-.48-1.17-.56l-.02.01Zm4.78-.28c.12-.34.26-.33 1.17-.22-.44.7-.82 1.29-1.19 1.88-.94-.52-.17-1.11.02-1.65v-.01Zm51.23 7.92h.2a.75.75 0 0 1-.04.16h-.33l.17-.16Zm-48.3-5.85s.06-.02.08-.03c.02.04.04.07.05.1-.05.05-.14.13-.26.22a.863.863 0 0 1-.31-.33c.12.05.27.08.43.04h.01Zm-6.13-.37c-.03-.15-.06-.28-.11-.39.19.2.44.39.72.58.02.02.05.03.07.05 0 .01-.05.1-.06.13-.05-.03-.1-.06-.15-.08-.14-.08-.38-.2-.46-.28l-.01-.01Zm-1.5.06.36.27c-.37.56-.75 1.12-1.29 1.94-.02-1.1.08-1.81.93-2.22v.01Zm8.45 1.6c-.17.68-.28 1.11-.48 1.89-.2-.76-.04-1.39.48-1.89Zm12.51 3.87-.52.12s.06-.33.08-.46l.44.34Zm-31.9-2.92c-.13-.11-.33-.2-.39-.33-.1-.22-.17-.48-.16-.71 0-.08.33-.24.41-.2.23.13.53.31.59.52.07.24-.09.52-.14.79-.1-.02-.2-.04-.31-.06v-.01Zm-.51 1.67c.04-.28.1-.83.1-.83.04-.29.09-.34.09-.34s.05-.03.24 0l.28.06c.13.02.25.03.37.03.06 0 .14 0 .21.01-.22.03-.45.11-.71.25l-.33.18.07.37c.09.48.49.74.81.95.02.01.05.03.08.05-.52-.05-.97.2-1.33.4-.01 0-.03.02-.04.02l.14-1.14.02-.01Zm46.5 6.26c.37-.5.7-.29 1.18.01.53.33 1.07.55.8 1.24-.68-.43-1.32-.84-1.97-1.25h-.01Zm-1.64 1.04c-.333.427-.87.36-1.61-.2l1.61.2Zm-14.94-1.39s.01-.07.02-.11l.29.54a.391.391 0 0 1-.24-.12c-.06-.06-.08-.16-.07-.3v-.02.01Zm-31.78-3.78c-.15.46-.28.83-.44 1.32-.487-.66-.34-1.1.44-1.32Zm26.4 4.15c.1-.02.2-.03.3-.04.04.21.09.41.12.62 0 .01-.19.04-.3.07-.04-.21-.08-.43-.13-.64l.01-.01Zm-26.63-1.37.61-.46c.14.18.28.35.51.64-.3.1-.52.24-.69.21-.16-.03-.29-.25-.43-.39Zm30.12 2.78.19-.22c.61.29 1.21.58 1.82.87 0 0 0-.01.01-.02 0 0 .02 0 .02.01.17-.19.35-.38.67-.72.2.47.34.79.62 1.43-.62-.35-.96-.53-1.28-.71l-.01.01s-.02 0-.03-.01c-.21.3-.42.61-.75 1.07-.55-.75-.91-1.24-1.27-1.72l.01.01Zm13.49 2.83c-.24-.26-.25-.46-.23-.62 0-.03 0-.06.02-.09l.81-.75c.13 1.08.95 1.82 1.65 2.43-1.03-.11-1.74-.42-2.24-.97h-.01Zm-15.66-.07-.72-.17c.46-.21.57-.67.63-.93v-.02l.62.3v1.3l-.61.17.08-.65Zm26.69 3.49c.567.047.77.357.61.93-.23-.35-.41-.63-.61-.93Zm-55.76-5.69v-.2c0-.04.01-.06.01-.06s.09-.04.36-.02c.47.03.53.1.54.11 0 0 .04.05.03.3l-.94-.12v-.01Zm26.72 2.97 1.77 1.22c-.1.1-.19.21-.29.31-1.69-1.03-1.7-1.04-1.48-1.54v.01Zm5.86.8c.11-.07.33 0 .49.02l-.18 1.46c-.69-.77-.89-1.15-.31-1.48Zm-30.51-1.87c.15-.09.29-.24.4-.23.13.02.24.18.36.28-.15.13-.3.27-.45.41-.09-.13-.18-.27-.31-.45v-.01Zm45.13 6.75c-.23-.33-.35-.72-.64-1.38.42.28.73.4.9.62.2.25.27.57.39.87v.1c-.22-.07-.55-.07-.65-.21Zm1.57.33c.06.09.16.32.24.52l.28.66.34-.34.64 1.13c-.3.42-.47.72-.51 1.04-.05.41.11.72.42 1.09-.24.04-.34-.01-.37-.03-.08-.05-.13-.22-.13-.46-.02-1.07-.72-1.25-1.1-1.34-.07-.02-.13-.03-.18-.05a.592.592 0 0 1-.04-.36c.02-.14.06-.29.1-.45.05-.19.1-.38.13-.59.03-.27.01-.52-.06-.75.1-.03.18-.06.24-.07Zm-10.29 1.98c.06.09-.25.39-.53.8-.29-1.43-.52-2.54-.82-3.99 1.58.98.76 2.29 1.36 3.19h-.01Zm-29.54-2.84.27-.55c.24.25.52.44.8.6l-1.07-.05Zm.26-1.63-.06-.06c.02 0 .04.01.06.02-.02-.51-.05-1.03-.07-1.54.11-.03.22-.06.32-.08.16.42.23.9.51 1.24.23.28.7.4.96.87l-1.73-.48v.05l.01-.02Zm-2.68-1.89-.88 1.31-.16-1.76 1.05.45h-.01Zm-32.84-2.98.06-.31c.52.19 1.03.37 1.53.55-.03.1-.06.19-.1.29-.5-.18-1-.35-1.49-.54v.01Zm12.42 2.08c.68-.2 1.11-.32 1.55-.45.01.11.08.24.03.3-.34.43-.71.76-1.59.15h.01Zm47.65 3.78c.5.16.86.28 1.45.47-.55.41-.91.67-1.32.97.11.4.24.83.45 1.58-.95-1.07-.97-1.19-.58-3.03v.01Zm-26.85-.03c-.12-.04-.23-.09-.35-.14.03-.1.07-.2.1-.31.32.11.73.14.94.34.27.25-.02.35-.7.11h.01Zm-2.26-.14c-.53.51-.97.93-1.4 1.34.13-.7.04-1.6 1.4-1.34Zm-12.4-.91c.3-.41.55-.69 1.44-.39l-2.37 1.12-.12-.21c.36-.17.85-.26 1.05-.53v.01Zm-6.52.85c-.1.02-.27-.03-.45-.09l.38-.23c.19-.12.23-.13.61.22.07.07.15.14.24.22-.24-.09-.5-.17-.78-.11v-.01Zm1.65 0c.23-.31.45-.62.77-1.06.41.38.73.67 1.2 1.11-.75.09-1.27.16-1.79.22-.05-.09-.11-.18-.18-.27Zm19.72 2.35c0-.08.01-.15.02-.22.1.08.88.68.88.68l.47-.96 1.79 1.59 1.21-1.71c.15.11.29.24.44.36.2.17.41.35.65.52-.31.21-.46.51-.72 1.13l-.41.71c-.18-.04-.36-.07-.54-.1-.84-.14-1.37-.26-1.61-.92l-.2-.55-.5.29c-.63.36-.92.57-1.09.98-.04-.04-.08-.08-.12-.11-.21-.17-.45-.27-.68-.35.24-.61.37-.98.41-1.33v-.01Z"/>
  <path fill="#AC463F" d="M155.23 123.34c.07-.14.14-.29.21-.43l-.17.09-.04.34Zm-91.469-88-.23-1.73-1.14.02-.03 1.67 1.4.04Zm-6.391-4.85c.08-.61-.18-1.1-.77-1.47l.13-.03-.33-.46c-.57.31-1.13.63-1.69.96l.46-.11c-.05.13-.09.25-.1.37-.09.71.5 1.03.85 1.23.11.06.28.15.32.2l.35 1.2.55-1.14c.13-.26.21-.5.24-.73l-.01-.02Zm85.301 110.09 1.64-3.88-2.69.91-.09 2.67 1.14.3Zm-10.151-7.64-.12.48.46.13c.14.04.29.09.44.14.43.15.92.31 1.43.3.48 0 .62-.5.8-1.13.05-.19.11-.38.17-.55l.32-.9-.9.24c-.17.05-.4.01-.63-.02-.59-.08-1.58-.22-1.96 1.32l-.01-.01Zm6.141 4.28c.33-.24.38-.65.4-.78.03-.25.03-.55.01-1.01v-.31l-2.53-1.22-2.73 1.9 2.7 2.34-.05-1 .32.07c.93.2 1.47.3 1.88 0v.01ZM50.611 35.01l.78.08-.26-.73a.97.97 0 0 1 .17-.19c.19-.2.42-.44.46-.8.04-.29-.06-.57-.28-.84 0-.17-.02-.31-.06-.44.17.03.32.01.46-.03.33-.12.52-.39.72-.69.08-.12.17-.25.28-.4l.53-.67-.19 1.55h1.25l.28-2.23-.26-.02a73.562 73.562 0 0 0-6.22 4.12c.05.08.11.15.18.22.29.23.63.21.9.15.02.14.07.3.19.44.21.27.54.42 1.06.47l.01.01Zm102.53 88.84c-1.19-1.28-2.3-1.42-3.7-.48l-1.54 1.04 3.07-.19 1.65 2.78h-.01c-.51.08-.99.15-1.43.35-.51.22-.7.18-.94-.09l1.06-.7-4.07-1.46 1.21 2.15-.75.49 1.11.14.13.24.1-.07s.02.06.02.07c0 .04-.05.1-.15.18-.95.73-1.57 1.66-2.16 2.55-.29.43-.56.84-.87 1.22-.6.76-.92 1.41-1 2.04-.11.89.22 1.74 1.11 2.82-.18-.05-.37-.06-.57 0-.33.1-.61.37-.84.84l-.27.54.56.18c.07.02.13.05.19.07 3.59-4.12 6.73-8.66 9.32-13.56-.47-.39-.89-.75-1.25-1.14l.02-.01Zm-3.57 7.42c-.06.13-.35.17-.69.32-.05-.35-.17-.61-.08-.7.12-.13.4-.13.62-.18.06.19.21.42.15.56Z"/>
  <path fill="#fff" d="m55.428 73.926 2.358-12.049a2.19 2.19 0 0 0 .069-.495c0-.479-.257-.855-.77-1.128-.387-.217-.58-.456-.58-.718v-.854c0-.285.159-.428.478-.428h4.033c.342 0 .513.143.513.428v.854c0 .285-.16.507-.479.667-.547.284-.894.797-1.042 1.538l-4.46 23.088c-.069.353-.234.53-.496.53h-.7c-.263 0-.428-.177-.496-.53L49.36 61.877c-.171-.82-.53-1.407-1.077-1.76-.296-.194-.444-.421-.444-.683v-.786c0-.263.148-.394.444-.394h5.28c.274 0 .411.143.411.428v.854c0 .217-.142.41-.427.581-.388.25-.581.57-.581.957 0 .148.017.325.051.53l2.41 12.322ZM65.46 61.62l-.171-1.162a9.401 9.401 0 0 1-.086-.632c0-.114.086-.211.257-.29l2.888-1.351a.339.339 0 0 1 .153-.034c.16 0 .262.102.308.307l4.648 23.345c.08.422.177.724.291.906.125.182.359.376.7.581.263.16.394.342.394.547v.752c0 .273-.108.41-.325.41H68.81c-.308 0-.461-.137-.461-.41v-.752c0-.262.182-.484.546-.667.445-.239.667-.564.667-.974a2.63 2.63 0 0 0-.034-.393l-.718-3.572h-4.46l-.718 3.436a1.63 1.63 0 0 0-.051.324c0 .342.256.718.769 1.128.33.274.495.513.495.718v.752c0 .273-.165.41-.495.41h-3.572c-.399 0-.598-.137-.598-.41V83.7c0-.24.125-.433.376-.58.467-.286.774-.77.922-1.453L65.46 61.62Zm1.162 5.486-1.778 8.938h3.504l-1.726-8.938Zm14.133 5.452v9.262c0 .593.216 1.037.65 1.333.296.194.444.422.444.684v.769c0 .262-.148.393-.445.393h-5.332c-.25 0-.376-.12-.376-.359v-.803c0-.25.148-.479.445-.684.433-.307.649-.752.649-1.333V61.416c0-.581-.216-1.02-.65-1.316-.296-.194-.444-.427-.444-.7v-.752c0-.263.148-.394.445-.394h4.477c2.53 0 4.455.57 5.776 1.71 1.322 1.139 1.983 2.785 1.983 4.938 0 3.544-1.59 5.817-4.768 6.82.934.455 1.64.973 2.119 1.554.49.57.866 1.413 1.128 2.53l1.248 5.417c.159.695.313 1.168.46 1.419.16.239.417.467.77.683.102.069.154.177.154.325v.974c0 .25-.126.376-.376.376h-3.418c-.33 0-.541-.182-.633-.547l-2.324-9.4c-.25-1.036-.53-1.708-.837-2.016-.296-.308-.678-.467-1.145-.478Zm0-12.237v10.203c1.23 0 2.136-.388 2.717-1.162.581-.775.872-2.21.872-4.307 0-1.937-.296-3.207-.889-3.81-.581-.616-1.481-.924-2.7-.924Zm14.56 21.5c0 .592.217 1.036.65 1.332.296.194.444.422.444.684v.769c0 .262-.148.393-.444.393h-5.332c-.25 0-.376-.12-.376-.359v-.803c0-.25.148-.479.444-.684.433-.307.65-.752.65-1.333V61.416c0-.581-.217-1.02-.65-1.316-.296-.194-.444-.427-.444-.7v-.752c0-.263.148-.394.444-.394h5.332c.25 0 .376.12.376.36v.785c0 .262-.148.496-.444.701-.433.308-.65.746-.65 1.316v20.405ZM109.688 85H97.981c-.273 0-.41-.137-.41-.41v-.752c0-.24.188-.501.564-.786.33-.262.496-.672.496-1.23V61.415c0-.592-.21-1.037-.632-1.333-.285-.194-.428-.422-.428-.684v-.82c0-.216.137-.325.41-.325h8.785c.159 0 .461-.017.905-.05.399-.035.65-.052.752-.052.376 0 .564.102.564.307v5.025c0 .262-.028.421-.085.478-.046.046-.188.069-.427.069h-.633c-.273 0-.427-.16-.461-.479-.125-.888-.353-1.646-.684-2.273-.319-.638-.968-.957-1.948-.957h-2.153v9.673h.786c.49 0 .826-.091 1.008-.273.182-.194.41-.786.684-1.778.091-.319.154-.495.188-.53.034-.034.136-.05.307-.05h.752c.297 0 .445.142.445.426v6.614c0 .274-.137.41-.411.41h-.786c-.171 0-.29-.04-.359-.12-.068-.09-.159-.358-.273-.802-.205-.81-.427-1.3-.666-1.47-.24-.182-.57-.274-.992-.274h-.683v10.818h2.307c.854 0 1.447-.2 1.777-.598.331-.41.741-1.52 1.231-3.332.114-.41.319-.616.615-.616h.735c.285 0 .427.143.427.428V85Zm-6.375-32.864h3.88l-4.631 5.264h-1.675l2.426-5.264Zm15.433 8.1v21.585c0 .593.216 1.037.649 1.333.296.194.444.422.444.684v.769c0 .262-.148.393-.444.393h-5.332c-.251 0-.376-.12-.376-.359v-.803c0-.25.148-.479.444-.684.433-.307.65-.752.65-1.333V60.237h-.752c-.558 0-.974.21-1.248.632-.262.422-.501 1.35-.718 2.786-.022.194-.142.29-.358.29h-.667c-.387 0-.581-.165-.581-.495v-4.973c0-.388.182-.581.547-.581.228 0 .632.045 1.213.136.935.148 1.641.222 2.119.222h6.05c.308-.045.684-.108 1.128-.188.684-.102 1.06-.153 1.128-.153.308 0 .462.142.462.427v5.11c0 .33-.149.495-.445.495h-.649c-.262 0-.422-.074-.479-.222-.045-.148-.125-.518-.239-1.11-.205-.98-.416-1.618-.632-1.915-.217-.307-.598-.461-1.145-.461h-.769ZM136.211 85h-11.706c-.274 0-.41-.137-.41-.41v-.752c0-.24.188-.501.564-.786.33-.262.495-.672.495-1.23V61.415c0-.592-.21-1.037-.632-1.333-.285-.194-.427-.422-.427-.684v-.82c0-.216.136-.325.41-.325h8.784c.16 0 .461-.017.906-.05.399-.035.649-.052.752-.052.376 0 .564.102.564.307v5.025c0 .262-.029.421-.086.478-.045.046-.188.069-.427.069h-.632c-.274 0-.428-.16-.462-.479-.125-.888-.353-1.646-.683-2.273-.319-.638-.969-.957-1.949-.957h-2.153v9.673h.786c.49 0 .826-.091 1.009-.273.182-.194.41-.786.683-1.778.091-.319.154-.495.188-.53.034-.034.137-.05.308-.05h.752c.296 0 .444.142.444.426v6.614c0 .274-.137.41-.41.41h-.786c-.171 0-.291-.04-.359-.12-.068-.09-.16-.358-.274-.802-.205-.81-.427-1.3-.666-1.47-.239-.182-.57-.274-.991-.274h-.684v10.818h2.307c.855 0 1.447-.2 1.778-.598.33-.41.74-1.52 1.23-3.332.114-.41.319-.616.615-.616h.735c.285 0 .427.143.427.428V85Zm-6.374-32.864h3.879l-4.631 5.264h-1.675l2.427-5.264ZM42.38 113.427c-.114 2.119-.639 3.794-1.573 5.024-.923 1.219-2.125 1.829-3.606 1.829-2.119 0-3.822-1.151-5.11-3.452-1.276-2.313-1.914-5.691-1.914-10.135 0-4.5.621-7.935 1.863-10.305 1.253-2.381 2.86-3.572 4.82-3.572.808 0 1.703.274 2.682.82.137.07.24.103.308.103.08 0 .194-.068.342-.205.08-.114.176-.176.29-.188h.974c.217 0 .325.165.325.496v5.605c0 .32-.108.479-.325.479h-.751c-.24 0-.405-.063-.496-.188-.08-.126-.194-.467-.342-1.026-.695-2.631-1.612-3.947-2.751-3.947-.672 0-1.19.341-1.556 1.025-.364.684-.643 1.977-.837 3.88a58.777 58.777 0 0 0-.29 5.947c0 4.261.239 7.388.717 9.382.479 1.994 1.316 2.991 2.513 2.991 1.435 0 2.375-1.59 2.82-4.768l1.896.205Zm7.93 6.853c-2.382 0-4.16-1.197-5.333-3.589-1.162-2.393-1.743-5.702-1.743-9.929 0-4.341.587-7.748 1.76-10.22 1.185-2.484 2.9-3.726 5.144-3.726 2.108 0 3.777 1.145 5.008 3.435 1.241 2.28 1.862 5.714 1.862 10.306 0 4.568-.615 7.998-1.845 10.288-1.22 2.29-2.837 3.435-4.854 3.435Zm-.189-1.846c.513 0 .98-.33 1.401-.991.433-.661.741-2.472.923-5.435.183-2.962.274-5.736.274-8.322 0-2.234-.137-4.068-.41-5.503-.274-1.447-.57-2.376-.89-2.786-.318-.422-.728-.632-1.23-.632-.421 0-.803.16-1.145.478-.33.32-.592.895-.786 1.726-.182.82-.347 2.433-.495 4.837a135.152 135.152 0 0 0-.205 7.656c0 3.224.21 5.526.632 6.904.422 1.379 1.065 2.068 1.931 2.068Zm18.594-10.903V96.337c0-.581-.217-1.02-.65-1.316-.296-.194-.444-.427-.444-.7v-.753c0-.262.148-.393.444-.393h3.863c.25 0 .376.12.376.36v.785c0 .262-.143.496-.428.701-.444.308-.666.746-.666 1.316v23.157c0 .364-.165.547-.496.547h-.752c-.341 0-.58-.183-.717-.547l-7.076-18.799v16.047c0 .593.223 1.037.667 1.333.296.194.444.422.444.684v.769c0 .262-.148.393-.444.393H58.99c-.25 0-.376-.12-.376-.359v-.803c0-.251.148-.479.444-.684.433-.307.65-.752.65-1.333V96.337c0-.581-.217-1.02-.65-1.316-.296-.194-.444-.427-.444-.7v-.753c0-.262.148-.393.444-.393h3.623c.262 0 .439.035.53.103.091.057.182.205.273.444l5.23 13.809Zm6.443 12.39h-.855c-.285 0-.427-.154-.427-.462v-6.442c0-.433.154-.65.461-.65h.735c.194 0 .32.069.376.205.069.126.16.576.274 1.35.467 2.985 1.532 4.478 3.196 4.478.865 0 1.543-.376 2.033-1.128.502-.752.752-1.663.752-2.734a6.619 6.619 0 0 0-.803-3.162c-.524-1.003-1.544-2.307-3.06-3.914-1.173-1.23-2.01-2.181-2.511-2.854a9.382 9.382 0 0 1-1.197-2.307c-.296-.854-.444-1.794-.444-2.82 0-1.89.473-3.446 1.418-4.665.958-1.22 2.12-1.829 3.487-1.829.626 0 1.299.177 2.016.53.32.16.536.24.65.24a.696.696 0 0 0 .376-.137.997.997 0 0 1 .512-.12h.633c.33 0 .495.154.495.461v5.657c0 .285-.125.427-.376.427h-.786c-.205 0-.341-.05-.41-.153-.057-.114-.165-.53-.325-1.248-.535-2.472-1.407-3.709-2.614-3.709-.65 0-1.174.274-1.573.82-.387.548-.58 1.18-.58 1.898 0 .831.227 1.686.683 2.563.467.866 1.39 2.006 2.769 3.418 1.766 1.812 2.984 3.435 3.657 4.871a10.37 10.37 0 0 1 1.025 4.546c0 2.164-.57 3.925-1.709 5.281-1.128 1.355-2.472 2.033-4.033 2.033-.695 0-1.51-.182-2.444-.547-.296-.125-.507-.188-.632-.188-.114 0-.262.057-.445.171-.136.08-.245.12-.324.12Zm22.917 0H86.37c-.274 0-.41-.137-.41-.41v-.752c0-.239.188-.502.563-.786.33-.262.496-.673.496-1.231V96.337c0-.593-.21-1.037-.632-1.333-.285-.194-.427-.422-.427-.684v-.82c0-.216.136-.325.41-.325h8.784c.16 0 .461-.017.906-.051.398-.034.649-.051.752-.051.375 0 .563.102.563.307v5.025c0 .262-.028.421-.085.478-.046.046-.188.069-.427.069h-.632c-.274 0-.428-.16-.462-.479-.125-.888-.353-1.646-.683-2.273-.32-.638-.969-.957-1.949-.957h-2.153v9.673h.786c.49 0 .826-.091 1.008-.273.183-.194.41-.787.684-1.778.091-.319.154-.495.188-.53.034-.034.137-.051.308-.051h.752c.296 0 .444.143.444.427v6.614c0 .274-.137.41-.41.41h-.786c-.171 0-.291-.04-.36-.119-.068-.091-.159-.359-.273-.804-.205-.808-.427-1.298-.666-1.469-.24-.183-.57-.274-.992-.274h-.683v10.818h2.307c.854 0 1.447-.199 1.777-.598.33-.41.74-1.521 1.23-3.332.115-.411.32-.616.616-.616h.735c.285 0 .427.143.427.428v6.152Zm5.965-12.442v9.263c0 .593.216 1.037.649 1.333.296.194.444.422.444.684v.769c0 .262-.148.393-.444.393h-5.332c-.25 0-.376-.12-.376-.359v-.803c0-.251.148-.479.444-.684.433-.307.65-.752.65-1.333V96.337c0-.581-.217-1.02-.65-1.316-.296-.194-.444-.427-.444-.7v-.753c0-.262.148-.393.444-.393h4.478c2.529 0 4.455.57 5.776 1.71 1.322 1.139 1.983 2.785 1.983 4.938 0 3.544-1.59 5.816-4.768 6.819.934.456 1.64.974 2.119 1.555.49.57.866 1.413 1.128 2.53l1.247 5.417c.16.695.313 1.168.462 1.418.159.24.415.468.769.684.102.068.153.177.153.325v.974c0 .251-.125.376-.376.376h-3.417c-.331 0-.542-.182-.633-.547l-2.324-9.399c-.251-1.037-.53-1.709-.837-2.017-.297-.308-.678-.467-1.145-.479Zm0-12.236v10.203c1.23 0 2.136-.388 2.717-1.162.581-.775.871-2.211.871-4.307 0-1.937-.296-3.207-.888-3.811-.581-.615-1.481-.923-2.7-.923Zm16.167 13.604 2.358-12.049c.046-.193.068-.359.068-.495 0-.479-.256-.855-.769-1.128-.387-.217-.581-.456-.581-.718v-.854c0-.285.16-.428.479-.428h4.033c.342 0 .513.143.513.428v.854c0 .285-.16.507-.479.667-.547.284-.894.797-1.042 1.538l-4.461 23.088c-.068.353-.233.53-.495.53h-.701c-.262 0-.427-.177-.496-.53l-4.494-22.952c-.171-.82-.53-1.407-1.077-1.76-.296-.194-.444-.421-.444-.683v-.787c0-.262.148-.393.444-.393h5.281c.273 0 .41.143.41.428v.854c0 .217-.143.41-.427.581-.388.25-.581.57-.581.957 0 .148.017.325.051.53l2.41 12.322Zm19.226 11.074h-11.707c-.273 0-.41-.137-.41-.41v-.752c0-.239.188-.502.564-.786.33-.262.495-.673.495-1.231V96.337c0-.593-.21-1.037-.632-1.333-.285-.194-.427-.422-.427-.684v-.82c0-.216.137-.325.41-.325h8.784c.16 0 .462-.017.906-.051.399-.034.649-.051.752-.051.376 0 .564.102.564.307v5.025c0 .262-.029.421-.086.478-.045.046-.188.069-.427.069h-.632c-.274 0-.427-.16-.462-.479-.125-.888-.353-1.646-.683-2.273-.319-.638-.969-.957-1.948-.957h-2.154v9.673h.786c.49 0 .826-.091 1.009-.273.182-.194.41-.787.683-1.778.092-.319.154-.495.188-.53.035-.034.137-.051.308-.051h.752c.296 0 .444.143.444.427v6.614c0 .274-.136.41-.41.41h-.786c-.171 0-.291-.04-.359-.119-.068-.091-.159-.359-.273-.804-.205-.808-.428-1.298-.667-1.469-.239-.183-.57-.274-.991-.274h-.684v10.818h2.307c.855 0 1.447-.199 1.778-.598.33-.41.74-1.521 1.23-3.332.114-.411.319-.616.616-.616h.734c.285 0 .428.143.428.428v6.152Zm-6.375-32.864h3.88l-4.632 5.264h-1.675l2.427-5.264Zm19.431 32.864h-11.706c-.274 0-.41-.137-.41-.41v-.752c0-.239.188-.502.564-.786.33-.262.495-.673.495-1.231V96.337c0-.593-.211-1.037-.632-1.333-.285-.194-.427-.422-.427-.684v-.82c0-.216.136-.325.41-.325h8.784c.159 0 .461-.017.906-.051.398-.034.649-.051.752-.051.376 0 .564.102.564.307v5.025c0 .262-.029.421-.086.478-.045.046-.188.069-.427.069h-.632c-.274 0-.428-.16-.462-.479-.125-.888-.353-1.646-.683-2.273-.319-.638-.969-.957-1.949-.957h-2.153v9.673h.786c.49 0 .826-.091 1.008-.273.183-.194.411-.787.684-1.778.091-.319.154-.495.188-.53.034-.034.137-.051.308-.051h.752c.296 0 .444.143.444.427v6.614c0 .274-.137.41-.41.41h-.786c-.171 0-.291-.04-.359-.119-.069-.091-.16-.359-.274-.804-.205-.808-.427-1.298-.666-1.469-.239-.183-.57-.274-.991-.274h-.684v10.818h2.307c.855 0 1.447-.199 1.777-.598.331-.41.741-1.521 1.231-3.332.114-.411.319-.616.615-.616h.735c.285 0 .427.143.427.428v6.152Z"/>
</svg>

        
    </div>

    <div class="product__badge product__badge--top-left">
      
    </div>
    
  </slider-component><slider-component
      id="GalleryThumbnails-template--17132696895569__main"
      class="thumbnail-slider slider-mobile-gutter quick-add-hidden small-hide thumbnail-slider--no-slide"
    >
      <button
        type="button"
        class="slider-button slider-button--prev small-hide medium-hide large-up-hide"
        name="previous"
        aria-label="Faire glisser vers la gauche"
        aria-controls="GalleryThumbnails-template--17132696895569__main"
        data-step="3"
      >
        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewbox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</svg>

      </button>
      <ul
        id="Slider-Thumbnails-template--17132696895569__main"
        class="thumbnail-list list-unstyled slider slider--mobile"
      ><li
              id="Slide-Thumbnails-template--17132696895569__main-1"
              class="thumbnail-list__item slider__slide"
              data-target="template--17132696895569__main-27795649953873"
              data-media-position="1"
            ><button
                class="thumbnail global-media-settings global-media-settings--no-shadow"
                aria-label="Charger l&#39;image 1 dans la galerie"
                
                  aria-current="true"
                
                aria-controls="GalleryViewer-template--17132696895569__main"
                aria-describedby="Thumbnail-template--17132696895569__main-1"
              >
                <img src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=416" alt="TOMATE COUILLES DE TAUREAU AB " srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=54 54w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=74 74w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=104 104w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=162 162w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=208 208w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=324 324w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&amp;width=416 416w" width="416" height="416" loading="lazy" sizes="(min-width: 1600px) calc((675 - 4rem) / 4),          (min-width: 990px) calc((45.0vw - 4rem) / 4),          (min-width: 750px) calc((100vw - 15rem) / 8),          calc((100vw - 8rem) / 3)" id="Thumbnail-template--17132696895569__main-1">
              </button>
            </li><li
              id="Slide-Thumbnails-template--17132696895569__main-2"
              class="thumbnail-list__item slider__slide"
              data-target="template--17132696895569__main-27895518003281"
              data-media-position="2"
            ><button
                class="thumbnail global-media-settings global-media-settings--no-shadow"
                aria-label="Charger l&#39;image 2 dans la galerie"
                
                aria-controls="GalleryViewer-template--17132696895569__main"
                aria-describedby="Thumbnail-template--17132696895569__main-2"
              >
                <img src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=416" alt="TOMATE BELLE DE LORRAINE AB " srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=54 54w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=74 74w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=104 104w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=162 162w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=208 208w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=324 324w, //www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&amp;width=416 416w" width="416" height="416" loading="lazy" sizes="(min-width: 1600px) calc((675 - 4rem) / 4),          (min-width: 990px) calc((45.0vw - 4rem) / 4),          (min-width: 750px) calc((100vw - 15rem) / 8),          calc((100vw - 8rem) / 3)" id="Thumbnail-template--17132696895569__main-2">
              </button>
            </li></ul>
      <button
        type="button"
        class="slider-button slider-button--next small-hide medium-hide large-up-hide"
        name="next"
        aria-label="Faire glisser vers la droite"
        aria-controls="GalleryThumbnails-template--17132696895569__main"
        data-step="3"
      >
        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewbox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</svg>

      </button>
    </slider-component></media-gallery>

      </div>
      <div class="product__info-wrapper grid__item product__info-wrapper--extra-padding">
        <section
          id="ProductInfo-template--17132696895569__main"
          class="product__info-container product__column-sticky"
        ><div class="product__before-title">
                      
            
            <div class="product__reference">
              Référence : 2127A
            </div>
            
            
              
            
              
            
              
            
              
            
              
            
              
            
              
            
              
            
              
            
              
                  <div id="shopify-block-ASlBGb1loNEJSbmlsT__judge_me_reviews_preview_badge_f89XX9" class="shopify-block shopify-app-block"><div class='jdgm-widget jdgm-preview-badge'
    data-id='7706095943761'
    data-template='manual-installation'>
  <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.18' data-number-of-reviews='11' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.18' tabindex='0' aria-label='4.18 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> 11 reviews </span> </div>
</div>




</div>
              
            
          </div><div class="product__title" >
                  <h1>TOMATE COUILLES DE TAUREAU AB</h1>
                </div>
                  <h2 class="product__title-alternative font-subheading">Solanum lycopersicum</h2>
                

                  <div class="product__description-short">
                    Variété ancienne de mi-saison et au port indéterminé. Elle produit de très gros fruits de 300 à 500 gr, rouges et lisses. Sa chair de type chair de bœuf est dense et goûteuse. On la consomme crue en salade.
                    <div class="">
                      <a href="#" class="link link-primary link-uppercase" data-click="#description">Voir le descriptif complet</a>
                    </div>
                  </div>
                
<div class="product__details">
                    
                    <div class="product__conditionnement">
                      Le sachet de 30 graines
                    </div>
                    


                    <div data-la-dn-price id="price-template--17132696895569__main" role="status" >
<div
    class="price price--large price--show-badge"
  >
    <div class="price__container" bss-bcp-quote-product-id="7706095943761" bss-bcp-quote-product-price><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
          <span class="price-item price-item--regular" bss-bcp-quote-product-id="7706095943761" bss-bcp-quote-product-price>
            3,80€
          </span></div>
      <div class="price__sale">
          <span class="visually-hidden visually-hidden--inline">Prix habituel</span>
          <span>
            <s class="price-item price-item--regular" bss-bcp-quote-product-id="7706095943761" bss-bcp-quote-product-price>
              
                
              
            </s>
          </span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
        <span class="price-item price-item--sale price-item--last" bss-bcp-quote-product-id="7706095943761" bss-bcp-quote-product-price>
          3,80€
        </span>
      </div>
      <small class="unit-price caption hidden">
        <span class="visually-hidden">Prix unitaire</span>
        <span class="price-item price-item--last">
          <span bss-bcp-quote-product-id="7706095943761" bss-bcp-quote-product-price></span>
          <span aria-hidden="true">/</span>
          <span class="visually-hidden">&nbsp;par&nbsp;</span>
          <span>
          </span>
        </span>
      </small>
    </div><span class="badge price__badge-sale color-scheme-5">
        En vente
      </span>

      <span class="badge price__badge-sold-out color-scheme-3">
        M&#39;avertir de la disponibilité
      </span></div>

</div>
                  <div la-dn-product-banner></div><div class="product__tax caption rte">Taxes incluses.
<a href="/policies/shipping-policy">Frais d'expédition</a> calculés à l'étape de paiement.
</div><div ><form method="post" action="/cart/add" id="product-form-installment-template--17132696895569__main" accept-charset="UTF-8" class="installment caption-large" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="42111353094225">
                        
<input type="hidden" name="product-id" value="7706095943761" /><input type="hidden" name="section-id" value="template--17132696895569__main" /></form></div>
                    
                    <div class="product__stock">
                      <div
                        class="product__inventory"
                        
                        id="Inventory-template--17132696895569__main"
                        role="status"
                      ><svg width="15" height="15" aria-hidden="true">
                                <circle cx="7.5" cy="7.5" r="7.5" fill="rgb(62,214,96, 0.3)"/>
                                <circle cx="7.5" cy="7.5" r="5" stroke="rgb(255, 255, 255)" stroke-width="1" fill="rgb(62,214,96)"/>
                              </svg>En stock</div>
                    </div>
                </div>

<div data-rapi-id="rapi_62efcd103ccce4"></div>
<div class="product__buy-and-qty">
                  <div
                    id="Quantity-Form-template--17132696895569__main"
                    class="product-form__input product-form__quantity"
                    
                  >
                    
                    

                    <label class="quantity__label form__label" for="Quantity-template--17132696895569__main">
                      Quantité
                      <span class="quantity__rules-cart hidden">

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"
    class="spinner"
    viewbox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
<span
                          >(<span class="quantity-cart">0</span> dans le panier)</span
>
                      </span>
                    </label>
                    <div class="price-per-item__container">
                      <quantity-input class="quantity" data-url="/products/tomate-couilles-de-taureau-ab" data-section="template--17132696895569__main">
                        <button class="quantity__button" name="minus" type="button">
                          <span class="visually-hidden">Réduire la quantité de TOMATE COUILLES DE TAUREAU AB</span>
                          <svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  class="icon icon-minus"
  fill="none"
  viewbox="0 0 10 2"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor">
</svg>

                        </button>
                        <input
                          class="quantity__input"
                          type="number"
                          name="quantity"
                          id="Quantity-template--17132696895569__main"
                          data-cart-quantity="0"
                          data-min="1"
                          min="1"
                          
                          step="1"
                          value="1"
                          form="product-form-template--17132696895569__main"
                        >
                        <button class="quantity__button" name="plus" type="button">
                          <span class="visually-hidden">Augmenter la quantité de TOMATE COUILLES DE TAUREAU AB</span>
                          <svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  class="icon icon-plus"
  fill="none"
  viewbox="0 0 10 10"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
</svg>

                        </button>
                      </quantity-input></div>
                    <div class="quantity__rules caption" id="Quantity-Rules-template--17132696895569__main"></div></div>
<div ><product-form
      class="product-form"
      data-hide-errors="false"
      data-section-id="template--17132696895569__main"
    >
      <div class="product-form__error-message-wrapper" role="alert" hidden>
        <svg
          aria-hidden="true"
          focusable="false"
          class="icon icon-error"
          viewbox="0 0 13 13"
        >
          <circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/>
          <circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/>
          <path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/>
          <path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7">
        </svg>
        <span class="product-form__error-message"></span>
      </div><form method="post" action="/cart/add" id="product-form-template--17132696895569__main" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
          type="hidden"
          name="id"
          value="42111353094225"
          
          class="product-variant-id"
        ><div class="product-form__buttons"><button
            id="ProductSubmitButton-template--17132696895569__main"
            type="submit"
            name="add"
            class="product-form__submit button button--full-width button--primary"
            
            
          >
            <span>Ajouter au panier
</span>

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"
    class="spinner"
    viewbox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="71" fill="none" viewbox="0 0 64 71">
    <mask id="a" width="64" height="71" x="0" y="0" maskunits="userSpaceOnUse" style="mask-type:alpha">
      <path fill="#fff" d="M0 0h64v71H0z"/>
    </mask>
    <g mask="url(#a)">
      <path fill="#FFF2DE" d="M4.936 60.444c2.896 6.31 11.131 8.764 14.887 9.201-1.186-14.535-4.002-43.568-5.776-43.423-2.217.18-9.11 1.566-13.378 9.275-1.295 2.339.648 17.059 4.267 24.947Z"/>
      <path fill="#E7D7BC" d="M58.726 31.99c-.729-2.489-6.396-2.555-7.66-2.356-.813.127-6.079.366-6.062.355l-.496.041c-.728-3.01-6.494-25.762-13.911-24.506l-.122.01a1.91 1.91 0 0 1 .38-.274 5.447 5.447 0 0 0-5.1.017c-3.115 5.855.609 19.377 3.065 26.805a16.446 16.446 0 0 1-5.867 2.654c-3.764.593-4.028 2.938-4.577 2.983-.548.045-2.019 2.002-2.019 2.002l-1.045 1.481-.474 1.062.722 2.515 1.355 2.421s-.168 2.987 2.163 9.532a35.73 35.73 0 0 0 5.868 10.591c10.885 7.824 22.066 2.854 31.373-1.251 7.03-3.096 7.35-25.166 6.94-27.725-.664-4.167-3.812-3.867-4.55-6.347m-24.507-1.302C29.12 19.01 27.522 12.736 28.027 9.27a9.019 9.019 0 0 1 4.337 5.342s4.641 1.996 8.259 14.747l-6.43 1.34.01-.001Z"/>
      <path fill="#2F3030" d="M41.219 65.553c-.412.008-.83.042-1.239.075 0 0 .002.017-.014.036.02.024.03.058.067.073.388.133.811.167 1.225.082a.18.18 0 0 0 .115-.097c-.04-.066-.102-.173-.146-.17m1.489-4.213c.047-.385.112-.772.158-1.166.058-.472.1-.935.149-1.407.039-.376.086-.761.108-1.136.034-.453.04-.913.064-1.366-.003-.043.02-.088.025-.132.02-.184.04-.359.043-.541.021-.496.032-1 .053-1.495.013-.062.034-.125.055-.187.026-.115.043-.229.05-.35.016-.566.022-1.13.029-1.694l-.002-.025c-.004-.477 0-.954-.002-1.422-.008-.094.001-.2.01-.295.065-.396.155-.793.184-1.194.02-.297-.08-.34-.354-.249-.383.136-.758.27-1.14.414-.44.08-.853.295-1.17.607a1.43 1.43 0 0 0-1.366.215l.566-.046c.165-.013.364-.047.37.247a11.72 11.72 0 0 0 2.287-.55l-.01-.112-.412-.114a.372.372 0 0 1 .19-.137c.12-.044.239-.089.359-.124l.311-.052c.008.104.062.22.025.302-.07.439-.122.876-.138 1.32-.039.384-.06.776-.054 1.166-.068.569-.02 1.146-.026 1.718-.003.4-.023.8-.051 1.2-.02.08-.04.16-.068.24a1.737 1.737 0 0 0-.056.29c-.025.445-.024.887-.057 1.332-.044.54-.114 1.084-.175 1.618.002.026.004.051-.011.079a.752.752 0 0 0-.072.63.27.27 0 0 1-.14.22 7.684 7.684 0 0 1-.89.046c-.447-.007-.888-.032-1.335-.039a1.03 1.03 0 0 0-.276.058l.007.086a.965.965 0 0 0 .261.082 9.03 9.03 0 0 0 2.11.08c.062.003.109.043.14.1.021.155.025.31.01.46-.047.385-.103.762-.16 1.148-.05.36-.09.718-.14 1.078-.033.228-.06.447-.103.667-.053.308-.108.607-.162.915-.051.333-.104.658-.147.991-.07.44-.139.878-.198 1.325 0 .104.009.216.026.319l.098.026a.881.881 0 0 0 .107-.199c.092-.371.184-.752.267-1.131.063-.291.119-.582.174-.873.055-.29.095-.553.143-.826.06-.334.121-.66.164-.993.049-.368.071-.743.12-1.11l.051-.014Zm4.308 1.669s-.091.068-.09.076c.021.05.062.125.107.139.124.016.248.023.37.022a4.56 4.56 0 0 0 .576-.134c.094-.034.156-.134.228-.218-.09-.036-.193-.106-.271-.1-.303.051-.612.129-.921.206v.009Zm-2.956 2.122c-.187.076-.375.134-.553.201l-.735.242a2.395 2.395 0 0 0 1.83-.245.364.364 0 0 0-.457-.231c-.026.002-.051.021-.076.032h-.01Zm-1.836-17.664c-.062-.012-.103-.078-.167-.108a.57.57 0 0 0-.199-.079c-.123-.007-.261.021-.383.031-.435.036-.632.208-.64.642 0 .104.105.217.157.317.082-.068.156-.134.229-.21.016-.018.023-.036.039-.055l.602.08c-.081-.287-.048-.455.1-.501.005.069-.014.157.015.19.112.085.233.162.36.221.028.015.12-.044.142-.09a.32.32 0 0 0-.192-.417c-.027-.007-.045-.014-.072-.02l.009-.001Zm8.172-17.579c-.124-.007-.248-.023-.37-.022-.044.004-.084.042-.118.062l-.74.38c.087.106.15.223.25.267.045.022.167-.1.24-.167.09-.086.188-.163.23.016.044.23.158.23.338.171l.182-.015-.04.247c.384.098.563.032.704-.283l-.295-.072-.026-.318a1.347 1.347 0 0 0-.328.07c-.152.064-.295.145-.492-.012.084-.05.143-.072.2-.12.091-.077.182-.145.272-.222l-.007.018ZM53.127 43.5l.435-.79c-.351-.119-.492.092-.607.292a.486.486 0 0 0-.057.369c.032.075.201.105.237.12l-.008.009Zm-1.997 4.306a2.992 2.992 0 0 0-1.682.658 2.814 2.814 0 0 0 1.682-.658Zm-2.786 12.372c-.265.082-.539.165-.804.239l.009.112c.116.025.257.031.387.02.346-.063.69-.143 1.032-.24.095-.025.163-.152.245-.228-.099-.027-.21-.096-.296-.08a4.856 4.856 0 0 0-.582.178l.01-.001Zm-20.003-9.801-.034-.093-2.083.465c.048.273.17.359.389.367.29.01.567.075.857.086.29.01.557-.046.836-.069l.003-.173-.824-.106-.005-.07c.318-.077.675-.098.86-.416v.009Zm19.506 7.475a2.457 2.457 0 0 0 1.546-.178c.246-.107.47-.247.685-.411.033-.03.035-.116.048-.17-.054-.012-.127-.05-.17-.029-.348.124-.689.247-1.037.38-.34.132-.697.265-1.072.408ZM33.965 28.845s-.11-.052-.16-.03a2.3 2.3 0 0 0-.544.321c-.169.187-.32.382-.452.583.141.015.16.022.176.012.33-.244.653-.487.983-.74a.13.13 0 0 0 .005-.147h-.008Zm4.522 38.24c-.568.02-1.145.033-1.721.062-.044.004-.09.077-.14.116a.53.53 0 0 0 .143.136c.36.126.748.147 1.116.038.233-.044.464-.115.693-.203l-.008-.104c-.028-.015-.057-.056-.083-.054v.009Zm.354-17.262a2.057 2.057 0 0 0-.458.09c-.665.227-1.343.404-2.032.547a3.15 3.15 0 0 0-1.036.518c.074.054.174.09.27.09a46.73 46.73 0 0 0 3.093-.547c.07-.014.182-.136.17-.187-.043-.196.065-.265.2-.337-.066-.055-.128-.172-.199-.175l-.008.001Zm15.21-6.615c.063-.092.117-.183.161-.282.039-.064.077-.128.123-.21-.064-.038-.112-.086-.165-.09-.123-.008-.506.345-.488.464.044.11.096.21.173.298.075-.058.14-.115.196-.18Zm-20.39-13.35c.593-.153.974-.643 1.508-.86a1.372 1.372 0 0 0-1.508.86Zm8.155 33.228a3.829 3.829 0 0 0-2.098-.141 3.02 3.02 0 0 0 2.107.149l-.009-.008Zm-4.548-2.134-.007-.086c-.055-.03-.112-.087-.164-.074a1.99 1.99 0 0 0-1.287.34.574.574 0 0 1-.186.084.628.628 0 0 1-.087-.21c-.014-.276-.045-.55-.076-.826-.122-.527-.279-1.052-.41-1.578a19.12 19.12 0 0 1-.272-1.192c-.098-.564-.18-1.138-.261-1.703a26.35 26.35 0 0 1-.103-.824l-.113.009c-.01.52-.064 1.037-.032 1.545.053.43.132.857.227 1.274.034.205.052.42.103.624.119.484.271.957.364 1.453.117.562.206 1.127.288 1.701.139.942.277 1.885.38 2.83.104.945.153 1.868.237 2.797.029.137.066.273.112.407.059-.143.117-.286.184-.43l-.007-.087-.238-2.919a11.14 11.14 0 0 0-.206-1.777c-.114-.433-.096-.738.28-.96.22-.104.45-.184.683-.229.198-.05.396-.093.585-.143l.006-.026Zm1.91-8.712c.028-.522.08-1.055.108-1.578a2.844 2.844 0 0 0-.018-.544c-.01-.12-.08-.22-.22-.104a4.051 4.051 0 0 0-.026 1.173l.002.026c-.017.33-.043.653-.06.984-.004.061.01.13-.002.19-.056.5-.13.99-.159 1.487-.046.836-.057 1.67-.076 2.503-.004.174-.07.231-.249.176a1.421 1.421 0 0 0-.436-.077c-.785.038-1.578.095-2.363.15a1.05 1.05 0 0 0-.307.103l.008.095c.105 0 .203.018.29.01.166-.004.33-.026.498-.023.333.008.66.033.993.04.192-.015.385-.013.58.014.238.12.516.088.721-.076.165-.135.266-.074.275.142.013.589.01 1.187.022 1.775 0 .33.019.658.02.987-.005.165.032.396-.058.481-.115.096-.336.071-.518.095-.46.063-.924.058-1.386-.017a3.548 3.548 0 0 0-.907.056l.008.104c.151.022.311.053.47.074.33.069.667.11 1.002.135.386.003.775-.063 1.158-.094.07-.006.2.079.204.13.043.534.087 1.068.095 1.596.012.476-.019.955-.006 1.431.011.355-.035.436-.408.475l-1.55.127a1.205 1.205 0 0 0-.248.08l.009.104c.15.023.292.037.44.034.498-.032.985-.08 1.482-.104a.404.404 0 0 1 .25.049.568.568 0 0 1-.172.794c-.009 0-.025.02-.042.02-.197.06-.18.171-.082.285a.6.6 0 0 0 .215.173c.18.046.29.228.252.404-.01.08.058.169.083.254l.121-.01c.045-.316.08-.64.089-.961-.011-.563-.093-1.128-.104-1.7-.003-.9.072-1.8.034-2.698-.047-1.106-.18-2.204-.14-3.317.032-.904-.024-1.81-.036-2.71a2.012 2.012 0 0 1-.001-.33c.05-.793.08-1.601.128-2.403l.017-.01Zm-1.176 1.058a8.579 8.579 0 0 0-2.632.397c.894.1 1.803-.034 2.633-.388v-.009Zm-8.263 8.719c-.57-.006-1.14-.011-1.719-.007-.202-.001-.403.007-.604.014a.284.284 0 0 1-.001.087c.028.024.049.066.067.073.3.036.602.072.893.1.16.013.309.018.468.032.158.012.31.035.458.031.185.011.368.005.551-.01.095-.025.18-.058.264-.1a.874.874 0 0 0-.182-.184.424.424 0 0 0-.214-.043l.018.007Zm3.41 4.212c-.259-.603-.544-1.195-.795-1.799-.183-.418-.324-.858-.507-1.276a16.333 16.333 0 0 0-.472-1.063 7.057 7.057 0 0 1-.71-1.606c-.187-.904-.436-1.802-.614-2.698-.153-.793-.236-1.593-.388-2.387-.167-.861-.367-1.712-.56-2.563a3.689 3.689 0 0 1-.118-1.447 1.01 1.01 0 0 0-.037-.456c-.014-.068-.123-.111-.18-.167-.039.063-.104.13-.107.199-.014.573.015 1.143.07 1.71.087.644.279 1.27.392 1.91.133.761.239 1.524.362 2.285.09.574.181 1.147.306 1.709.113.52.26 1.028.397 1.537.076.288.152.577.237.856.084.288.187.574.306.859.204.451.441.892.645 1.343.15.335.266.69.408 1.033.12.285.257.568.377.853.153.378.307.755.451 1.134.167.428.325.858.491 1.286.131.319.262.637.403.964l.146-.038a1.1 1.1 0 0 0 .006-.243c-.073-.358-.136-.709-.227-1.065a5.993 5.993 0 0 0-.262-.854l-.02-.016Zm.64 0c-.086.007-.172.031-.25.046l-.011.07c.073.038.146.075.227.103a3.81 3.81 0 0 0 1.566-.032.183.183 0 0 0 .101-.052 1.52 1.52 0 0 0 .106-.208c-.072-.029-.146-.075-.207-.07-.505.042-1.009.1-1.522.15l-.01-.007ZM56.31 41.463c.106.113.21.217.332.302.048-.16.135-.27.112-.347-.072-.237.045-.298.236-.331a.767.767 0 0 0 .24-.063.268.268 0 0 0 .134-.184.225.225 0 0 0-.129-.18c-.125-.025-.311-.053-.392.023a3.846 3.846 0 0 0-.487.586c-.04.055-.075.162-.045.203v-.01Zm-43.305-6.635c.015.077.125.13.192.202.048-.056.096-.112.135-.168.03-.063.06-.126.072-.196.035-.107.07-.214.118-.374-.345.063-.57.324-.515.554l-.002-.017Zm3.187-1.447s.068-.023.075-.04c.108-.183.204-.295.373-.049a.26.26 0 0 0 .352.015.118.118 0 0 0 .047-.065c.116-.191.259-.376.356-.575a.87.87 0 0 0 .008-.338 1.068 1.068 0 0 0-.271.117c-.173.136-.326.295-.49.447l-.075-.063.358-.558-.077-.089a1.95 1.95 0 0 0-.294.163c-.165.126-.311.268-.467.402.052.204-.147.454.105.633Zm43.186 4.434a3.958 3.958 0 0 0-.098-1.63.702.702 0 0 1-.042-.3 1.265 1.265 0 0 0-.493-.992 2.53 2.53 0 0 1-.383-.619c-.031-.058-.01-.13-.042-.187a4.075 4.075 0 0 0-1.656-1.72 6.91 6.91 0 0 1-.868-.536c-.383-.29-.727-.634-1.11-.924a2.489 2.489 0 0 0-.782-.456 2.247 2.247 0 0 1-1.03-.48 4.28 4.28 0 0 0-1.46-.93 5.459 5.459 0 0 0-1.358-.417 4.424 4.424 0 0 1-1.459-.375 1.546 1.546 0 0 0-.334-.12 6.976 6.976 0 0 0-1.847-.292c-.06.005-.117-.042-.188-.054a5.574 5.574 0 0 0-.373-.056c-.265-.022-.528-.026-.793-.048a2.468 2.468 0 0 0-.275-.038 2.652 2.652 0 0 1-1.197-.171.938.938 0 0 0-.22-.008c-.097-.01-.203-.018-.3-.036-.15-.014-.302-.036-.452-.05-.123-.008-.241.045-.358.012-.522-.166-1.08.088-1.607-.138a4.52 4.52 0 0 0-.775-.162.46.46 0 0 1-.334-.432c-.033-.197-.058-.394-.109-.59-.127-.483-.288-.956-.407-1.44-.116-.459-.18-.93-.288-1.39-.108-.459-.283-.887-.373-1.339a8.868 8.868 0 0 0-.503-1.874c-.002-.026-.022-.05-.024-.076-.083-.375-.157-.742-.24-1.116a6.992 6.992 0 0 0-.181-.714c-.114-.328-.263-.646-.386-.974-.136-.37-.254-.75-.381-1.122-.153-.481-.299-.972-.453-1.462-.07-.22-.141-.448-.22-.659-.11-.268-.236-.535-.346-.803-.11-.269-.202-.547-.311-.807-.143-.353-.304-.712-.456-1.072-.27-.62-.514-1.259-.818-1.867-.315-.633-.696-1.226-1.044-1.839a5.122 5.122 0 0 0-.259-.482 45.11 45.11 0 0 0-1.271-1.621c-.311-.373-.672-.708-1.007-1.062-.125-.129-.232-.259-.364-.378-.53-.485-1.055-1.006-1.634-1.444a4.132 4.132 0 0 0-1.648-.75 7.23 7.23 0 0 0-2.29-.238l-.165.014a4.386 4.386 0 0 0-2.452.668.602.602 0 0 0-.258.272c-.15.411-.265.845-.397 1.264-.07.222-.13.444-.19.674-.052.221-.102.468-.152.715-.042.237-.083.492-.115.746-.087.648-.2 1.3-.253 1.945a13.346 13.346 0 0 0-.004 1.56c.012.468.05.933.088 1.398.054.663.09 1.319.187 1.97.137.925.317 1.846.488 2.76.081.461.172.922.27 1.373.139.63.321 1.257.452 1.896.115.546.187 1.103.275 1.65.123.754.229 1.508.351 2.26.086.514.19 1.025.284 1.538.002.034.031.067.043.1.134.466.287.94.395 1.407.095.417.157.846.235 1.264.005.06.053.117.067.176.061.22.131.432.184.653.026.102.035.214.062.324.139.63.278 1.26.4 1.892.014.068.012.146.017.215.004.052.01.112.031.162.215.278.144.483-.149.645-.076.041-.072.197-.107.295.095-.016.181-.032.267-.048.035-.002.069-.023.094-.033.181.288.138.396-.148.437-.208.034-.417.05-.632.095-.294.058-.586.125-.879.192-.18.041-.363.065-.543.114-.385.11-.76.236-1.136.353a1.47 1.47 0 0 0-.324.122.637.637 0 0 1-.812-.073 1.8 1.8 0 0 1-.168-.55.913.913 0 0 0-.095-.208 1.288 1.288 0 0 0-.185.101.59.59 0 0 0-.023.791c.134.145.09.236-.056.282-.222.07-.445.132-.67.167-.164.031-.34.01-.495.05-.395.11-.787.246-1.18.373a8.777 8.777 0 0 0-.802.265c-.31.173-.643.287-.998.333a.247.247 0 0 1-.303-.166 5.616 5.616 0 0 0-.223-.476c-.05-.074-.15-.118-.233-.172-.02.088-.029.185-.03.271.018.224.07.437.097.651.01.138-.032.254-.14.228-.092-.165-.123-.328-.216-.39-.065-.046-.216.036-.336.063l.2.417s-.047.064-.08.084c-.572.307-1.142.614-1.715.903-.05.03-.182.024-.193-.001a.379.379 0 0 1-.03-.258c.058-.152.16-.29.237-.435a1.71 1.71 0 0 0 .089-.302l-.092-.054-.56.54.02-.383c-.447.106-.572.29-.614.848-.006.139-.097.32.125.354.053.004.144-.168.216-.26a.325.325 0 0 1 .084-.042l.21.208c-.091.068-.173.136-.273.204a.73.73 0 0 1-.178.067c-.12.036-.24.071-.37.1a1.114 1.114 0 0 1-.094-.41c.034-.227.149-.436.2-.657a.873.873 0 0 0-.05-.3c-.094.035-.224.045-.272.11a.827.827 0 0 0-.211.736.468.468 0 0 1-.363.498c-.18.04-.34.123-.48.247a.682.682 0 0 1-.759.253.912.912 0 0 0-.769.349c-.135.384-.136.8.017 1.177.077.185.092.374.336.467.172.055.104.2-.017.322a.93.93 0 0 0-.267.386c-.01.191-.004.373.037.56-.07-.002-.141-.014-.212-.026a4.547 4.547 0 0 0-.584-.177c-.276-.047-.22-.217-.181-.393a.982.982 0 0 1 .114-.209l-.578.004-.024-.076a2.34 2.34 0 0 1 .592-.369c.244-.02.48-.022.721.028a.873.873 0 0 1-.132-.232 3.273 3.273 0 0 1-.198-1.778c.058-.36.224-.686.475-.95a9.28 9.28 0 0 1 .915-.594c.142-.09.267-.17.177-.413a2.49 2.49 0 0 0-1.353.717c-.213.286-.417.58-.622.866-.047.064-.091.163-.152.177a1.561 1.561 0 0 0-1.045 1.151c-.108.295-.17.604-.268.906a2.03 2.03 0 0 0 .01 1.187c.163.498.291 1 .386 1.52.036.335.176.653.407.903.519.556.789 1.288.771 2.044.004.147.016.293.036.439.09.877.161 1.755.285 2.63.127.908.297 1.813.466 2.709.104.512.259 1.02.388 1.529.093.382.185.765.286 1.138.09.357.199.72.297 1.068.062.22.124.44.194.652.103.295.224.597.335.882.067.186.152.36.21.547.083.253.14.526.231.778.155.395.345.787.508 1.181.206.486.387.983.62 1.467.283.575.584 1.148.901 1.703a10.23 10.23 0 0 0 1.936 2.46c.79.759 1.684 1.414 2.657 1.942a53.74 53.74 0 0 0 2.949 1.45c.618.27 1.25.504 1.898.703.504.166 1.013.281 1.532.412.34.085.686.135 1.026.211.438.103.861.25 1.305.318.577.092 1.16.131 1.742.188.035-.003.071.011.107.017.329.06.65.137.977.163.442.05.898.048 1.34.09.503.046 1.001.135 1.502.146.712.029 1.421.023 2.135-.035 1.454-.128 2.893-.315 4.344-.476a.783.783 0 0 0 .138-.029c.602-.144 1.203-.297 1.797-.433.464-.107.94-.18 1.403-.314.617-.171 1.222-.377 1.839-.557.47-.142.949-.285 1.419-.437.213-.069.434-.156.646-.243l1.316-.523c.223-.062.444-.15.653-.262.683-.445 1.373-.9 2.035-1.38a65.85 65.85 0 0 0 2.318-1.784c.22-.19.431-.399.624-.623.434-.477.897-.93 1.284-1.448a45.918 45.918 0 0 0 1.839-2.595 26.61 26.61 0 0 0 1.34-2.267c.348-.679.631-1.395.915-2.112.151-.394.285-.803.4-1.22.115-.417.194-.84.283-1.254.1-.503.198-1.013.279-1.523.048-.272.079-.535.118-.807.058-.369.14-.748.172-1.115.036-.419.028-.834.056-1.253.013-.26.063-.516.103-.77-.002-.027.022-.055.02-.08.068-.344.146-.68.188-1.021.043-.342.024-.678.084-1.013.117-.616.17-1.253.153-1.885-.017-.432.026-.869.043-1.303.015-.357-.218-.737.06-1.089.024-.028.002-.087-.002-.138-.035-.214-.132-.432.072-.622a.164.164 0 0 0-.013-.155c-.048-.152.027-.314.022-.478l.015.077Zm-52.73.514-.114-.095.196-.284c.039.04.114.103.107.121a1.742 1.742 0 0 1-.181.258h-.009ZM55.6 32.558c.23.033.452.058.674.1.027-.002.06.091.047.136-.027.106-.139.236-.1.294.101.156.218.294.35.413a.256.256 0 0 0 .112.078c-.013.174-.07.318-.02.4.071.124.317.026.444-.14.303-.371-.185-.228-.24-.37.208-.234.424-.278.58-.083.225.285.416.59.574.916.14.31-.02.496-.367.55a.717.717 0 0 0-.303.155c-.075.049-.16.195-.195.189a.684.684 0 0 1-.298-.219c-.331-.623-.636-1.248-.968-1.871-.1-.157-.21-.312-.335-.458l.036-.098.01.008Zm.915 2.404c.092.157.209.304.333.432a.546.546 0 0 1 .05.716.695.695 0 0 0-.079.327c.024.293.066.593.115.97a3.19 3.19 0 0 1-.528.303 1.777 1.777 0 0 0-.813.665 4.355 4.355 0 0 0-.684 1.503.315.315 0 0 1-.269.143 1.852 1.852 0 0 0-1.03.154c-.444.149-.877.314-1.3.505a3.44 3.44 0 0 0-.835.623.824.824 0 0 1-.558.245 6.246 6.246 0 0 0-1.134.066 3.28 3.28 0 0 0-1.688.797 1.03 1.03 0 0 1-.789.324 5.77 5.77 0 0 0-1.512.366 5.624 5.624 0 0 0-1.533.767.607.607 0 0 1-.216.043 7.74 7.74 0 0 0-1.776.25 7.17 7.17 0 0 0-1.156.44c-.043.013-.084.042-.118.062a1.256 1.256 0 0 1-1.366.233.6.6 0 0 0-.246-.015 7.58 7.58 0 0 0-.975.088c-.447.098-.89.255-1.325.403-.163.048-.302.164-.465.212-.052.012-.2-.08-.203-.123-.003-.25.02-.513.034-.765.023-.366.064-.725.069-1.09-.005-.06-.098-.13-.156-.195-.039.064-.104.122-.107.191-.035.55-.06 1.097-.068 1.644 0 .208-.072.405-.292.388a.566.566 0 0 1-.374-.282c-.21-.433-.38-.896-.556-1.341-.033-.076-.023-.163-.046-.24-.038-.143-.094-.286-.14-.43a.907.907 0 0 1-.07-.202c-.056-.802-.105-1.613-.162-2.414-.005-.069-.08-.132-.122-.207-.029.072-.093.146-.087.224.014.276.045.551.068.827l-.086.024a1.6 1.6 0 0 1-.194-.236c-.088-.21-.14-.43-.22-.64-.11-.286-.246-.553-.357-.838-.131-.319-.245-.648-.377-.966-.177-.454-.354-.908-.562-1.41.142.014.282.02.422.017.366-.03.722-.068 1.078-.114.243-.029.264.013.232.267a6.189 6.189 0 0 0-.04.896c.004.052.06.1.091.157.041-.029.084-.041.083-.058a7.07 7.07 0 0 0 .098-1.049c0-.208.058-.264.242-.262.482.004.965.017 1.446.003.236-.01.297.089.287.289-.023.582-.045 1.165-.06 1.747a.821.821 0 0 0 .084.27l.08.012c.038-.073.11-.157.112-.235.011-.616.004-1.24.007-1.856-.004-.155.039-.272.222-.286.348-.029.706-.05 1.054-.078.122-.01.242-.045.363-.064a.288.288 0 0 1 .002-.087 1.642 1.642 0 0 0-.27-.082 2.74 2.74 0 0 0-.529-.035 11.7 11.7 0 0 0-1.46.05c-.52.06-1.046.06-1.576.016a.264.264 0 0 1-.035-.11c0-.104.01-.209.017-.322a.89.89 0 0 0-.246.202.634.634 0 0 1-.544.322c-.357.029-.697.152-1.055.173-.113.009-.303-.166-.357-.292a23.051 23.051 0 0 1-.594-1.694c-.107-.347-.145-.707-.235-1.056-.062-.229-.159-.446-.23-.666a18.133 18.133 0 0 1-.233-.925c-.127-.588-.237-1.186-.355-1.775a.487.487 0 0 1 0-.112c-.002-.026.031-.046.054-.083.238.224.482.1.71.003.068-.032.166-.126.16-.186-.018-.224.118-.279.293-.284.254-.004.516-.008.58.334.002.034.12.077.19.08.326.016.65.007.967.033.318.026.602.081.905.135.044.005.069.09.116.129.038.04.088.114.132.12.449.023.906.038 1.354.045a.13.13 0 0 0 .05-.022c.027-.323.03-.28.36-.22.453.076.915.055 1.353-.058-.382-.385-.827-.14-1.206-.275a4.4 4.4 0 0 1 2.778.095c-.297.223-.647.018-.934.154a.827.827 0 0 0 .721.244c.281-.1.59-.074.854.052.045.014.09.027.133.015.4-.033.801-.065 1.226-.126l-.706-.16-.007-.085c.235-.02.471-.03.7-.023.75.07 1.504.172 2.245.242.663.067 1.323.091 1.986.159.372.056.746.12 1.113.22.18.047.269-.038.274-.29a3.556 3.556 0 0 0 1.765.142c.287-.024.58.022.85.112.42.088.84.2 1.261.305.17.038.34.085.51.132.875.188 1.73.465 2.557.823.22.112.462.187.71.21a.955.955 0 0 1 .71.54c.344.562.688 1.123 1.04 1.684Zm.039 5.31c-.433.07-.795.36-.945.771-.112.452-.073.934.093 1.362.023.068-.03.167-.049.256-.117-.043-.34-.077-.343-.128a5.998 5.998 0 0 1 .006-.885c.002-.087.03-.176.04-.263.031-.263.072-.518.077-.778a.945.945 0 0 0-.088-.435c-.095-.192-.169-.35-.02-.57.121-.227.216-.469.3-.718.142-.41.513-.701.957-.737a4.27 4.27 0 0 1 .74-.052c.495.038.885.422.933.903a2.73 2.73 0 0 1-.797 2.154c-.264.308-.537.608-.83.892-.154.15-.319.277-.503.379-.143.08-.21 0-.224-.164a2.003 2.003 0 0 1 .606-1.81.191.191 0 0 0 .054-.09c.006-.035.012-.062 0-.096l-.008.001v.009Zm-3.938 3.295a.772.772 0 0 1 .07-.638c.032-.038-.022-.163-.037-.24a.976.976 0 0 0-.221.079.66.66 0 0 0-.201.545.792.792 0 0 1-.102.251 2.287 2.287 0 0 1-.256-.126.762.762 0 0 1-.052-1.062c.07-.101.142-.194.204-.294.133-.202.197-.38-.102-.504-.136-.058-.182-.184-.023-.275a5.493 5.493 0 0 1 2.58-.835c.445-.01.553.128.528.573-.024.357-.02.712-.018 1.067a.618.618 0 0 1-.163.473c-.104.121-.095.346-.14.54-.15.108-.316.217-.481.334-.265.195-.55.349-.847.477a3.09 3.09 0 0 1-.779.228 1.42 1.42 0 0 1-.387-.02l-.01-.121.496-.153c-.008-.095-.033-.197-.042-.3l-.017.001Zm2.46-.686.473.326-.581.507.098-.832h.01Zm-4.603 1.823a1.048 1.048 0 0 1-.393.223c-.026.002-.14-.11-.135-.145.09-.302-.06-.307-.293-.262-.052.004-.15-.014-.162-.048-.114-.224-.308-.13-.397-.036a.782.782 0 0 0-.216.468c-.003.07.215.164.343.232.081.028.162.047.242.058-.438.435-.932.397-1.12-.09-.066-.16.046-.394.092-.58.02-.088.11-.156.13-.236.018-.097.028-.193.029-.288a.927.927 0 0 0-.3.093c-.328.27-.468.706-.355 1.113.019.128.106.338-.121.348a.31.31 0 0 1-.33-.285l-.005-.06c.014-.262.063-.517.13-.765.14-.436.325-.859.474-1.287.132-.418.465-.749.883-.878a5.926 5.926 0 0 1 1.928-.331c.27-.014.252.075.256.343.008.424.052.854.121 1.273.005.052.052.1.074.15.145.378.145.378-.244.445-.182.032-.364.047-.554.088a.445.445 0 0 0-.15.09c.037.136.111.295.072.35h-.009l.01.017Zm-3.308 1.129c.123.12.07.21-.085.25a1.55 1.55 0 0 0-.265.081c-.127.063-.215.157-.08.302.134.145.105.225-.09.31-.236.106-.442.262-.66.384a7.964 7.964 0 0 1-.606.31.238.238 0 0 1-.188-.046 1.839 1.839 0 0 1-.167-.325.976.976 0 0 1 .222-.078c.104-.009.209-.017.315 0l-.122-.424c.14-.002.273.013.406.028.116.025.22.12.334.12.12-.027.23-.07.33-.14-.06-.081-.104-.2-.176-.228-.363-.152-.72-.34-1.12-.073a.355.355 0 0 1-.128.036c-.017.002-.035-.006-.072-.02l.23-.955a.812.812 0 0 0-.644.712 3.008 3.008 0 0 0-.077.56c.04.17.098.34.173.507a.897.897 0 0 1-.023.262c-.08-.029-.205-.044-.244-.102a2.553 2.553 0 0 1-.409-1.778 1.31 1.31 0 0 1 .397-.943c.155-.134.225-.356.37-.515a1.58 1.58 0 0 1 .47-.36c.286-.144.592-.264.9-.359.334-.088.69-.126 1.036-.189.07-.005.146-.037.216-.043.07-.006.18-.04.2-.017a.38.38 0 0 1 .056.256c-.098.303-.241.592-.33.894-.076.257-.106.537-.162.81a.99.99 0 0 1-.069.231.438.438 0 0 0 .062.55v-.008Zm-3.352 1.565c-.243.037-.468.064-.693.1-.044.003-.083.058-.116.087.058.065.109.147.181.176.09.027.197.045.293.045l.006.078c-.34.123-.67.263-.99.419a5.603 5.603 0 0 1-1.764.3c-.311.06-.413-.218-.525-.408a1.455 1.455 0 0 1-.015-1.473c.171-.378.285-.803.465-1.182.215-.373.55-.669.949-.831a6.803 6.803 0 0 1 2.023-.339.29.29 0 0 1 .255.118c.04.066.015.18-.013.27-.093.259-.15.532-.18.803-.005.582.069 1.165.121 1.802l.003.035Zm-4.067.86c-.002.191-.25.385-.505.466a3.603 3.603 0 0 0-.547.288c-.083.05-.215.156-.252.133-.082-.046-.128-.172-.188-.27a.585.585 0 0 0-.032-.068c-.351-.006-.383.032-.417.372.008.095-.073.171-.17.17a.167.167 0 0 1-.136-.058c-.03-.04-.01-.129.01-.191.058-.161.124-.314.19-.475l-.102-.061a2.947 2.947 0 0 1-.34.235.758.758 0 0 1-.241.046.954.954 0 0 1 .048-.264c.03-.063.115-.096.154-.151.048-.065.094-.138.133-.202-.099-.026-.218-.086-.303-.062a.845.845 0 0 0-.528.52c-.02.063-.043.116-.086.233a.616.616 0 0 1-.058-.611c.06-.126.166-.222.217-.347.03-.063-.014-.164-.029-.24-.068.022-.164.022-.213.069-.32.269-.489.672-.454 1.094.04.275-.094.355-.318.4-.217-.191.023-.367.043-.542a2.97 2.97 0 0 1 .14-.549c.065-.17.085-.345.285-.474a.752.752 0 0 0 .219-.546c.05-.56.377-1.063.871-1.346a2.72 2.72 0 0 1 1.312-.462c.235-.028.48-.022.717-.033.235-.01.462-.029.689-.038.244-.02.32.06.262.308-.047.185-.12.365-.166.55a5.05 5.05 0 0 1-.187.822 2.9 2.9 0 0 0-.046 1.26l.028.024Zm-2.365 1.095-.905.074.05-.455a.811.811 0 0 1 .863.371l-.008.01ZM35.59 45.98c.12-.019.233-.037.355-.047.105 0 .211.009.318.026-.008.114-.035.22-.07.327-.104.225-.235.452-.38.715-.202-.33-.065-.688-.215-1.03l-.008.009Zm-4.475-16.703s-.103-.079-.137-.067a2.74 2.74 0 0 0-.353.184c-.059.031-.118.054-.168.084l-.025-.085c.088-.111.184-.223.262-.342a.538.538 0 0 0 .053-.204.781.781 0 0 0-.245.003 1.78 1.78 0 0 0-.301.18c-.01-.129-.038-.257-.049-.386l-.023-.275c-.05-.395-.05-.412.335-.418.35-.01.695.03 1.054.036.211.009.412-.008.63-.017-.135.392-.255.74-.375 1.097a.33.33 0 0 0-.04.159c.066.376-.205.494-.475.62-.16.09-.338.149-.511.18-.113.01-.234-.076-.361-.127l.019-.088c.05-.021.108-.07.161-.065.274.021.389-.179.543-.33a.15.15 0 0 0 .014-.149l-.008.01ZM25.87 7.105a.38.38 0 0 1 .244-.445.407.407 0 0 1 .364.057c.481.412.929.852 1.353 1.329.37.455.69.94.961 1.464.507.843.913 1.737 1.21 2.676.091.27.21.537.336.796.065.15.104.312.152.464.104.312.209.633.322.945.1.269.218.528.31.798.068.185.11.38.17.567.103.303.198.608.31.902.123.328.255.655.37.984.08.245.163.498.227.744.09.357.138.726.236 1.073.099.348.258.69.357 1.046.124.44.205.893.311 1.344.016.085.04.17.074.254.022.059.079.106.092.166.1.469.183.947.291 1.415.044.213.165.412.2.625.137.821.249 1.653.369 2.476.022.162-.034.236-.214.277-.361.09-.708.24-1.06.33a5.912 5.912 0 0 1-.659.096l.004.043c-.345-.032-.673-.084-.997-.083a9.661 9.661 0 0 0-1.003.064c-.235.02-.37-.013-.391-.28a3.128 3.128 0 0 0-.135-.69c-.131-.424-.279-.836-.426-1.249-.012-.034-.032-.067-.044-.1-.08-.445-.151-.89-.248-1.324-.11-.485-.253-.959-.38-1.442-.003-.035-.024-.068-.035-.102a108.08 108.08 0 0 0-.296-1.588c-.073-.358-.183-.73-.256-1.097-.103-.503-.162-1.018-.274-1.53-.111-.502-.263-.966-.364-1.452-.2-.937-.39-1.884-.58-2.822-.103-.503-.231-.995-.316-1.5-.114-.64-.22-1.29-.28-1.936-.092-.903-.148-1.808-.223-2.721a4.284 4.284 0 0 0-.073-.575h-.009Zm10.796 22.203c-.01-.65 1.058-1.638 1.57-1.48l-1.57 1.48Zm.116.563.23-.4c.175.315.152.36-.23.391v.009Zm.008-1.839c-.171.378-.369.75-.594 1.106a3.227 3.227 0 0 1-.605.535.973.973 0 0 1-.249.168c-.07.005-.13.01-.202-.001.013-.062.007-.14.039-.177.088-.094.197-.163.285-.257.04-.047.043-.125.064-.187-.062-.004-.162-.048-.194-.019-.285.266-.764.314-.856.79a.174.174 0 0 1-.1.077c-.224.035-.46.046-.688.039a7.86 7.86 0 0 1-1.088-.224c-.098-.026-.178-.141-.263-.212l.194-.198c.421-.32.852-.633 1.272-.962.05-.039.05-.143.078-.223-.097-.01-.184.006-.279.023-.276.16-.54.347-.807.525l-.077-.08a3.23 3.23 0 0 1 .332-.34c.372-.273.754-.538 1.135-.812.041-.03.097-.094.133-.089.308.018.625.036.927.09.275.038.537.138.804.185.223.043.442.05.665.093.026-.002.07.116.056.152l.018-.002Zm-.3 2.348.006.069-.568.237-.408-.175-.005-.052.975-.08Zm7.495.333a3.516 3.516 0 0 1 2.24.173c-.11.035-.176.092-.238.08l-2.002-.261v.008Zm9.23.322a.863.863 0 0 1 1.043.114c.282.237.573.465.847.711.059.073.11.156.142.24-.067.032-.144.064-.21.104-.05.038-.1.069-.15.099-.068.023-.147.029-.216.035.078-.12.137-.246.18-.379.004-.044-.124-.111-.19-.167l-.246.42-.688-.265.62-.346a.42.42 0 0 0-.588-.021c-.025.02-.04.047-.056.065-.166.23-.317.208-.544.105-.173-.081-.367-.1-.549-.172-.11-.06-.212-.13-.306-.209.357-.142.639-.225.908-.36l.003.026Zm-.526-.313.05.074a1.625 1.625 0 0 1-.229.201c-.157.108-.325.2-.494.283a.268.268 0 0 1-.2.025.155.155 0 0 1-.07-.124.272.272 0 0 1 .13-.115c.27-.126.541-.243.803-.36l.01.016Zm-3.26-1.71a4.74 4.74 0 0 1 2.166.543c.277.168.546.354.799.55a.208.208 0 0 1 .086.201c-.021.062-.124.088-.2.12-.202.104-.488.144-.615.31-.36.429-.971.557-1.482.312-.448-.12-.888-.248-1.444-.402.2-.242.417-.476.654-.686.233-.15.476-.29.72-.406.068-.04.104-.13.16-.195a.741.741 0 0 0-.238-.015 2.75 2.75 0 0 0-1.338.785.968.968 0 0 0-.12.253.932.932 0 0 1-.186.292 1.28 1.28 0 0 1-.043-.846 2.54 2.54 0 0 1 .237-.426.84.84 0 0 1 .827-.389l.018-.001Zm-3.105-.674c.111-.148.158-.221.358-.125.218.087.45.137.68.17.357.075.714.15 1.062.226.062.012.111.077.177.133l-.126.174a6.633 6.633 0 0 0-.514.684.87.87 0 0 0-.058.793c.09.236.052.308-.206.26-.533-.087-1.06-.2-1.585-.296a22.23 22.23 0 0 0-1.342-.228c-.354-.05-.435-.181-.24-.474a2.48 2.48 0 0 1 1.039-.909c.084-.041.209-.017.293-.058.177-.084.334-.201.462-.35Zm-.393-.202-1.839 1.311a.928.928 0 0 1 .28-.976 1.63 1.63 0 0 1 1.558-.352l.001.017Zm-4.798-.155c.152-.064.306-.12.469-.16.36-.098.737-.094 1.087.007.303.054.613.098.921.116.152.03.305.079.45.136a1.746 1.746 0 0 0-.166 1.947c-.085.024-.18.04-.267.056-.897.074-1.794.147-2.692.203a1.85 1.85 0 0 1-.53-.044c-.196-.044-.27-.194-.15-.351.305-.45.638-.876 1.009-1.27.28-.214.59-.395.912-.534l.167-.1a.47.47 0 0 0-.573-.04 4.514 4.514 0 0 0-.775.488c-.264.203-.517.432-.795.68-.022-.05-.08-.115-.066-.168.051-.23.148-.437.29-.622a2.46 2.46 0 0 1 .708-.352v.008Zm-.89-.386a.516.516 0 0 1 .194.027 7.56 7.56 0 0 0-.549.894 1.633 1.633 0 0 0-.123.747c.015.294-.029.505-.356.575a1.08 1.08 0 0 1-.274.083c.037-.08.075-.162.102-.25a.475.475 0 0 0 .014-.15.414.414 0 0 0-.149-.004c-.11.043-.21.12-.32.164a2.71 2.71 0 0 1-.36.09l-.044-.109.707-.465-.025-.093a1.15 1.15 0 0 0-.453.046c-.31.172-.59.386-.89.584a.812.812 0 0 1-.24.063c.029-.08.037-.194.095-.234.281-.205.582-.385.863-.59l.247-.202-.025-.094c-.113.01-.247-.014-.331.027-.334.201-.657.435-.99.653a.243.243 0 0 1-.218.018c.031-.054.052-.117.094-.146.511-.389 1.032-.77 1.545-1.15.033-.028.1-.06.098-.085-.005-.277.207-.26.389-.283a37.74 37.74 0 0 1 1.008-.1l-.01-.016Zm-1.174-.737a.23.23 0 0 1 .018.328.183.183 0 0 1-.05.039l-.112.009c-.012-.138-.005-.277-.008-.415.052-.005.13-.011.16.021l-.008.018Zm-4.71-15.826c.197.478.386.966.575 1.453.09.236.212.45.301.686.123.328.212.668.328 1.005.112.303.241.596.353.899.078.201.139.405.199.608.093.278.169.567.262.845.036.127.09.253.135.37a.758.758 0 0 1 .054.126c.153.586.289 1.173.45 1.75.099.355.241.699.357 1.045.001.017.011.034.013.051.104.416.2.842.304 1.258.102.39.222.788.324 1.178.076.289.136.588.204.885.121.52.233 1.039.363 1.549.066.271.167.54.233.813.02.137.032.283.034.422l-.147.029c-.09-.253-.198-.504-.273-.767-.122-.423-.236-.856-.35-1.289-.1-.356-.182-.722-.29-1.077a53.416 53.416 0 0 0-.38-1.234c-.003-.026-.022-.05-.025-.077-.095-.416-.164-.836-.276-1.242-.098-.34-.247-.665-.371-1.002l-.033-.075c-.073-.358-.138-.726-.21-1.084-.057-.264-.148-.517-.23-.77-.188-.583-.384-1.156-.563-1.74-.106-.33-.177-.662-.274-.992-.095-.304-.198-.599-.301-.902-.07-.211-.157-.412-.218-.624-.105-.33-.186-.67-.3-.99-.09-.261-.225-.51-.334-.77a3.697 3.697 0 0 1-.124-.44c.08.01.178.028.208.078l.002.025Zm-.474-.88s.107.026.108.035c.003.26.343.448.157.75-.106-.226-.22-.45-.327-.676a.18.18 0 0 1 .052-.117l.01.008Zm-5.732-6.866a3.09 3.09 0 0 1 1 .543c.261.195.498.41.726.634.52.47.95 1.015 1.29 1.62.176.341.42.65.615.99.35.63.7 1.27 1.023 1.91.324.641.62 1.267.91 1.911.162.368.264.759.408 1.137.178.454.372.897.558 1.35.011.034.031.067.043.1.153.482.297.956.458 1.42.16.463.363.906.498 1.38.134.466.199.938.315 1.396.028.128.142.232.17.368.102.382.186.774.288 1.155.1.382.23.78.34 1.169.013.042.034.084.046.126.086.41.154.82.257 1.219.103.407.24.804.362 1.21a.114.114 0 0 0 .021.05c.109.468.2.937.316 1.405.103.399.232.796.343 1.194.026.102.035.214.062.324.037.127.081.245.118.372.024.076.03.154.053.221a1.4 1.4 0 0 1-.19.033l-1.78-.01a.707.707 0 0 0-.257.072l-.028.09c.102.069.21.112.327.146.45.032.898.048 1.354.045a4.46 4.46 0 0 0 .676-.098l.018-.097c.08.115.15.24.205.365.012.042-.074.17-.135.175-.392.024-.78.116-1.143.276-.168.083-.421-.01-.635-.044-.24-.04-.472-.1-.712-.141-.241-.05-.463-.084-.686-.135a2.447 2.447 0 0 0-.426-.06c-.218.009-.33-.069-.365-.283-.09-.573-.163-1.148-.28-1.71-.111-.511-.275-1.018-.422-1.526-.001-.018-.02-.033-.022-.05-.088-.436-.176-.87-.281-1.304-.094-.4-.223-.797-.334-1.195-.026-.093-.034-.197-.068-.29-.049-.169-.115-.337-.164-.506-.002-.026-.03-.05-.041-.075-.085-.4-.162-.801-.264-1.192-.1-.356-.242-.708-.367-1.062a2.018 2.018 0 0 1-.055-.238c-.004-.052.017-.114-.004-.164-.105-.313-.226-.623-.33-.936a9.517 9.517 0 0 1-.224-.7c-.169-.56-.32-1.12-.505-1.676-.15-.439-.325-.866-.492-1.303-.134-.354-.269-.715-.42-1.067-.173-.393-.38-.784-.57-1.176-.19-.392-.354-.795-.56-1.176-.259-.482-.55-.944-.826-1.415-.092-.166-.192-.323-.304-.504l.235-.132c-.02-.042-.034-.093-.07-.116a10.983 10.983 0 0 0-1.09-.786c-.313-.183-.68-.266-1.008-.421-.09-.045-.217-.19-.206-.27.053-.428.14-.86.247-1.276.04-.15.22-.192.363-.273a4.216 4.216 0 0 1 1.627-.262c.21 0 .422.017.627.061.123.007.246.015.378.021a.589.589 0 0 1 .009-.113c-.76-.493-1.596-.217-2.45-.164.038-.064.086-.12.126-.167.34-.34.837-.484 1.31-.392l-.008.017Zm-1.004-.377c-.238.201-.457.41-.657.643a6.75 6.75 0 0 0-.78 1.182c-.138.35-.222.72-.235 1.103-.052 1.72.044 3.437.27 5.135.068.723.188 1.441.342 2.148.135.683.312 1.344.455 2.026.052.42.138.838.26 1.245.182.522.321 1.048.427 1.594.156.62.346 1.23.467 1.852.12.623.175 1.286.306 1.925.105.538.28 1.07.412 1.605.024.085.014.181.04.274.051.204.112.416.173.619.002.026.021.05.032.075.096.426.175.853.288 1.277.09.357.241.7.323 1.057.143.353.148.742.01 1.092a.26.26 0 0 0 .091.252c.223.043.244.197.258.37-.01.208.008.424.043.629.094.408.233.813.345 1.22.036.118.046.247.074.375.025.093.05.187.084.28.04.057.072.123.104.19.117.58.217 1.162.352 1.74.084.383.21.754.32 1.127.156.524.313 1.049.478 1.564.106.33.229.658.343.978.08.236.153.481.242.717.121.302.25.595.38.896.056.152.104.304.16.456.273.662.547 1.333.83 2.004.184.435.403.86.561 1.297.114.32.152.673.248.994.085.288.204.565.306.85.002.027.038.041.04.067.09.357.181.713.263 1.07a.735.735 0 0 0 .02.138c.213.563.366 1.157.468 1.756.034.205.041.404.015.614l-.105.009s-.059-.082-.08-.132c-.072-.333-.117-.676-.223-1.005-.117-.363-.295-.713-.43-1.075-.1-.269-.192-.539-.293-.808-.123-.328-.255-.655-.38-.992-.101-.286-.204-.581-.307-.868-.068-.193-.128-.396-.197-.599a61.456 61.456 0 0 0-.575-1.67c-.18-.487-.377-.974-.558-1.462-.079-.219-.133-.457-.204-.677-.228-.753-.455-1.497-.691-2.24-.06-.204-.164-.403-.233-.606-.13-.405-.233-.813-.363-1.218-.095-.313-.217-.615-.32-.928-.083-.253-.173-.497-.246-.751-.102-.382-.186-.774-.287-1.156-.028-.119-.081-.236-.117-.354-.036-.119-.078-.202-.096-.313a24.127 24.127 0 0 1-.16-.776c-.101-.494-.195-.998-.305-1.492-.12-.493-.267-1.01-.396-1.52-.003-.042-.033-.083-.045-.126-.096-.425-.184-.852-.289-1.276-.106-.442-.247-.89-.354-1.332-.108-.468-.19-.947-.3-1.415-.04-.17-.13-.319-.17-.489-.102-.382-.186-.765-.278-1.147-.134-.57-.276-1.13-.42-1.7-.081-.357-.162-.706-.235-1.064l-.314-1.587c-.054-.238-.152-.473-.198-.712-.12-.606-.214-1.222-.333-1.828-.153-.802-.314-1.595-.459-2.398-.034-.197-.05-.403-.076-.61-.075-.704-.167-1.399-.224-2.105-.033-.396-.012-.788-.017-1.177-.007-.399-.022-.805-.011-1.204a8.27 8.27 0 0 1 .066-.795c.019-.313.064-.62.135-.93.127-.383.288-.769.46-1.13.067-.143.172-.256.248-.4.191-.337.567-.36.861-.505.079-.006.209.087.345.137l.016-.01Zm-2.995 24.516c-.098-.443-.23-.883-.335-1.316-.122-.52-.233-1.03-.355-1.549-.132-.544-.307-1.076-.395-1.623a19.058 19.058 0 0 1-.454-3.205 2.758 2.758 0 0 0-.14-.526c-.106-.442-.222-.893-.31-1.336a41.63 41.63 0 0 1-.276-1.451c-.08-.756-.202-1.5-.367-2.241a27.712 27.712 0 0 1-.504-3.375c-.063-.558-.09-1.11-.075-1.675a21.643 21.643 0 0 1 .034-1.84c.05-.577.204-1.144.255-1.712.104-.65.288-1.298.527-1.915.135-.384.315-.763.532-1.11a.518.518 0 0 1 .328-.165 14.45 14.45 0 0 1 2.014-.234 2.678 2.678 0 0 1 1.364.062c.064.03.165-.013.244-.02.259-.047.322-.026.479.178a3.305 3.305 0 0 0-.831.345 2.728 2.728 0 0 0-.887 1.373 12.66 12.66 0 0 0-.395 1.6c-.027.315-.02.618-.004.929-.012.39-.04.783-.053 1.174-.001.304.006.607.03.9.036.551.063 1.095.134 1.644.138 1.046.285 2.092.466 3.126.103.624.276 1.234.404 1.848.102.486.194.973.295 1.458.1.486.222 1.005.332 1.499.056.247.112.502.175.748.038.136.085.28.114.425.053.22.097.442.142.664.027.12.046.248.074.376.044.213.079.427.14.638.102.39.213.78.315 1.17.038.154.085.297.124.45.05.178.108.355.167.541.003.035.04.066.043.1.083.375.166.75.258 1.115.116.459.249.908.374 1.365.026.102.034.197.06.299l.15.551a.76.76 0 0 1 .054.126l.249 1.444c.027.11.062.23.106.338.046.135.102.278.14.414.061.22.113.433.158.654.107.451.196.903.311 1.345.104.407.233.813.346 1.228.002.026.03.05.032.076.094.39.17.783.271 1.174.078.306.19.6.284.896.106.329.22.666.327.996.08.245.154.499.235.743.117.355.234.718.352 1.081.068.194.154.386.222.58.136.38.272.758.4 1.138.094.296.154.603.247.881.141.44.308.868.457 1.306.092.262.192.522.292.783.1.26.227.527.337.796.1.252.19.505.29.756.11.286.212.572.315.859.077.193.153.377.222.571.093.279.169.567.262.854.106.33.22.658.336.996.023.067.046.143.07.21.072.35.162.698.208 1.05.013.164-.01.322-.04.48-.004.052-.034.116-.022.158.118.372-.066.699-.126 1.042a.977.977 0 0 1-.743.554 1.973 1.973 0 0 1-1.552-.324 5.415 5.415 0 0 1-1.312-1.366 30.653 30.653 0 0 1-.864-1.455 7.022 7.022 0 0 1-.356-.83 49.057 49.057 0 0 0-.231-.57c-.164-.394-.353-.778-.491-1.182-.197-.582-.341-1.177-.513-1.77a6.27 6.27 0 0 0-.203-.564c-.186-.453-.38-.897-.558-1.35-.088-.219-.141-.448-.23-.667-.103-.303-.223-.597-.336-.9-.079-.219-.175-.436-.246-.656-.084-.279-.152-.568-.236-.856-.095-.296-.232-.588-.327-.883-.105-.321-.175-.645-.27-.958-.108-.355-.233-.7-.349-1.046-.023-.068-.046-.135-.07-.211-.07-.22-.14-.44-.194-.66-.105-.434-.202-.868-.308-1.302-.118-.484-.236-.96-.346-1.454-.12-.51-.224-1.03-.337-1.55l-.117-.467c-.014-.06-.053-.117-.067-.177-.115-.545-.202-1.076-.315-1.604l.043-.012Zm9.931 23.427c-.065.057-.118.165-.187.171-.305.025-.62.033-.918.032-.526 0-1.053-.018-1.58-.036a30.123 30.123 0 0 1-.968-.043 2.133 2.133 0 0 1-.223-.05l.01-.088 1.471-.12c.602-.04 1.204-.072 1.807-.096.14-.002.274.03.409.07.072.021.122.095.187.142l-.008.018Zm-4.46-2.02c-.118.053-.216.139-.325.2l-.14.011c-.003-.052-.009-.12.006-.148.113-.122.242-.262.091-.389-.047-.04-.29.093-.396.189a2.21 2.21 0 0 0-.254.437.518.518 0 0 1-.273-.767.469.469 0 0 0 .051-.126c.01-.104 0-.208.001-.312-.128.045-.31.06-.373.152-.123.21-.219.434-.305.666l-.106-.008c-.008-.103-.017-.207.01-.304a3.46 3.46 0 0 1 1.365-1.542c.324-.209.567-.133.779.205.422.668.87 1.316 1.31 1.974.08.123.143.265.257.473a4.344 4.344 0 0 1-.667.202c-.442.062-.886.098-1.333.108a9.936 9.936 0 0 1-1.024-.09 1.42 1.42 0 0 1 .154-.376c.04-.055.238-.089.258-.056.14.214.41.296.648.207.06-.013.136.05.207.07.16.03.234-.036.229-.21.007-.13.022-.261.038-.392.004-.061-.01-.121.002-.183a.514.514 0 0 0-.201 0l-.008.009Zm-2.148.522c.085.08.096.209.024.293-.024.027-.065.057-.1.06a7.657 7.657 0 0 1-.59.195c-.043.004-.087-.001-.06.005l-.184-.427-.45.4s-.148-.108-.134-.153c.08-.189.18-.361.289-.535-.146-.283-.42.234-.597-.012l.39-.378a.938.938 0 0 0-1.036.63.473.473 0 0 1-.15.194c-.11-.06-.274-.133-.3-.227a.957.957 0 0 1 .34-.885c.073-.076.147-.142.22-.218l-.045-.109c-.154.047-.3.085-.453.133-.069.023-.146.046-.214.07.012-.071.005-.157.044-.213.36-.523.9-.905 1.515-1.094.343-.089.672-.246 1.005-.35.438-.114.899-.16 1.346-.163l.053.117c-.145.16-.28.318-.426.469a2.423 2.423 0 0 0-.753 1.3.96.96 0 0 0 .273.88l-.007.018Zm-4.596-.362-.237.097.138.518c-.24.054-.496.04-.73-.027-.218-.104-.465-.127-.647-.312a.489.489 0 0 1-.083-.582c.192-.44.484-.837.862-1.145.115-.096.29-.198.148-.446a3.422 3.422 0 0 0-1.44 1.479.471.471 0 0 1-.08-.661c.226-.348.489-.673.78-.966.208-.138.445-.244.686-.298.06-.023.14-.012.189-.05a2.785 2.785 0 0 1 1.617-.262c.388.029.773.127 1.136.271a.697.697 0 0 1 .193.114 9.107 9.107 0 0 0-1.094.991 2.466 2.466 0 0 0-.595 1.184c-.032.367-.36.42-.436.677.002.026-.155.039-.218.01-.037-.024-.029-.137-.017-.207.004-.053.08-.085.085-.137.008-.114.017-.227.016-.34l-.274.083.001.009Zm-2.572-.588s.02.033.022.05a2.794 2.794 0 0 1-.484.3c-.069.023-.198-.062-.274-.134-.076-.071-.058-.177-.116-.233-.095-.087-.2-.096-.24.072a.456.456 0 0 1-.582.264s-.01 0-.018.002c-.244-.093-.512-.15-.763-.224a1.58 1.58 0 0 1-.435-.173.308.308 0 0 1-.022-.275c.123-.201.276-.378.45-.6l-.303-.175c-.055-.239-.193-.285-.415-.14-.191.128-.38.274-.59.395-.05.03-.15-.005-.22-.008.02-.071.012-.174.053-.212.27-.239.54-.47.82-.7.098-.086.206-.155.295-.25a.452.452 0 0 0 .074-.161c-.062-.013-.153-.049-.195-.028a16.05 16.05 0 0 0-.813.57c-.123.096-.228.209-.36.297-.042.03-.123.01-.193.007.012-.061.005-.156.037-.185a9.88 9.88 0 0 1 1.37-1.056 4.079 4.079 0 0 1 2.06-.532c.123.015.25.057.352.127.521.27 1.034.54 1.557.826.156.083.067.177-.023.262-.415.38-.765.825-1.014 1.322-.08.19-.241.367-.031.575v.017Zm-.99 1.511a6.806 6.806 0 0 0-.755-.233c-.268-.056-.54-.068-.807-.116a48.288 48.288 0 0 1-1.516-.318 2.584 2.584 0 0 1-.46-.162c-.237-.102-.204-.243-.06-.403a4.435 4.435 0 0 0 1.803.608l.857.19c.24.05.48.082.721.14.214.043.428.087.66.146-.05.125-.085.232-.13.34a.458.458 0 0 1-.56.314.255.255 0 0 1-.091-.036c-.298-.097-.617-.14-.928-.202l-.715-.158c-.25-.058-.5-.107-.74-.165a20.816 20.816 0 0 1-.996-.274c-.053-.013-.088-.114-.128-.18.076-.024.168-.083.24-.063.51.14 1.015.307 1.526.447.189.054.39.055.587.1.455.093.91.203 1.375.304l.291.028.037-.09c-.058-.056-.126-.145-.207-.174l-.004-.043Zm-3.568-.012c.33.069.66.137.982.215.375.09.752.199 1.127.29.25.057.509.105.768.162.222.043.446.102.66.146a.346.346 0 0 1 .304.39c0 .01.002.027-.006.036.034.422-.056.499-.432.4a11.983 11.983 0 0 0-2.155-.414 3.608 3.608 0 0 1-.794-.282 1.54 1.54 0 0 0-.269-.065.61.61 0 0 1-.52-.686c.028-.193.146-.246.325-.208l.01.016Zm6.194 15.87c.044-.004.083.045.127.05.373.065.753.094 1.137.08.47-.038.919.194 1.18.589l-.019.106c-.264-.014-.536-.017-.8-.04-.124-.007-.248-.031-.372-.038-.459-.04-.917-.073-1.367-.114a.24.24 0 0 1-.158-.1c-.11-.164-.211-.338-.353-.57.22.009.431.018.643.035l-.018.001Zm-.853-.356.019-.097c.269-.143.482-.004.688.17l-.707-.073Zm2.546.157c-.293-.054-.61.136-.883-.188-.097-.114-.343-.128-.522-.174-.18-.046-.348-.076-.527-.113-.268-.065-.536-.13-.813-.194a1.366 1.366 0 0 0-.274-.021c-.148.012-.392-.185-.34-.302a.386.386 0 0 1 .291-.197c.37.013.752.086 1.122.108.37.03.756.034 1.135.055a.15.15 0 0 1 .118.05c.253.3.496.602.74.902l-.047.065v.009Zm-1.21-1.297c-.687-.04-1.382-.07-2.063-.144a.689.689 0 0 1-.416-.27 2.314 2.314 0 0 1-.294-.487c-.013-.268.083-.275.243-.245.392.08.791.135 1.181.19.326.025.646.068.967.137.152.04.272.221.396.35a.812.812 0 0 1 .12.18c.04.066.072.133.104.2a.779.779 0 0 1-.239.08l.001.009Zm-.492-1.304c-.012.062-.2.138-.296.137-.344-.032-.691-.1-1.037-.15-.284-.037-.56-.084-.842-.112a.722.722 0 0 1-.551-.311c.891.075 1.696.486 2.624.15.04.066.13.189.111.294l-.009-.008Zm-5.139-2.935a1.326 1.326 0 0 1-.806-.316l.01-.087a.81.81 0 0 1 .288-.024c.297.097.588.23.864.39.215.164.398.357.547.579.11.156.023.284-.169.291a1.59 1.59 0 0 1-1.214-.49l.774-.064c-.015-.19-.058-.29-.276-.272l-.018-.007Zm.01-7.933c.186.029.374.074.562.12.438.102.877.223 1.323.316a.616.616 0 0 0 .388-.075c.236-.123.444-.036.482.212.072.558-.093.684-.662.583-.472-.083-.955-.104-1.433-.16a44.956 44.956 0 0 1-1.577-.201.172.172 0 0 1-.132-.11 12.19 12.19 0 0 1-.111-.832c.46.057.823.097 1.177.146l-.017.002Zm-.918-1.043c.173.081.37.117.561.11.426-.043.739.244 1.139.306.568.093 1.123.23 1.677.366.09.019.158.109.241.163a.913.913 0 0 1-.258.055c-.487-.055-.975-.137-1.462-.193-.328-.042-.654-.067-.981-.101-.327-.034-.627-.053-.928-.09-.221-.025-.251-.074-.277-.393-.029-.344-.028-.336.307-.207l-.019-.016Zm3.897 4.363c.015.181-.068.24-.253.229-.696-.047-1.382-.078-2.079-.125a5.417 5.417 0 0 1-.84-.096c-.099-.027-.172-.177-.234-.293-.064-.134-.085-.288-.157-.42-.124-.225-.072-.342.184-.32.573.04 1.148.106 1.722.155.38.03.768.067 1.145.071.36-.003.425.052.493.558.007.086.022.172.02.25v-.009Zm.22.866c-.084.05-.176.102-.27.135a1.158 1.158 0 0 1-.243.02c-.642-.017-1.29-.025-1.95-.049-.211-.009-.416-.044-.628-.07-.168-.021-.391-.28-.343-.44a.258.258 0 0 1 .207-.147c.52.027 1.05.079 1.57.123.106.009.203.01.3.019.368.005.73.036 1.093.076.116.025.184.219.264.333Zm-3.559-3.012a7.3 7.3 0 0 0 1.234.09c.45.041.894.1 1.345.15.062.004.127.05.187.037.327-.07.42.096.414.348.046.343 0 .425-.326.408-.52-.027-1.041-.089-1.562-.133-.123-.007-.237.002-.36-.005-.211-.009-.423-.026-.634-.035a1.88 1.88 0 0 0-.388-.029c-.26.03-.383-.081-.412-.322l-.002-.026c-.045-.447-.131-.64.505-.466l-.001-.017Zm-.321 2.506c.07.115.125.25.162.385-.11.035-.222.07-.325.096l-.113.01c-.078.005-.165.013-.244.019-.476-.04-.946-.105-1.418-.196-.17-.047-.295-.28-.43-.442 0 0 .077-.119.129-.132.137-.037.276-.048.41-.033.371.047.737.122 1.109.17.132.015.28-.006.413.018a.547.547 0 0 1 .317.13l-.01-.025Zm-.129.79c.333-.001.466.127.486.472.023.171.088.33.18.48.09.157.036.24-.113.243-.245.002-.501-.029-.748-.043a2.468 2.468 0 0 0-.353-.032.716.716 0 0 1-.754-.424c-.082-.15-.198-.287-.28-.428a1.74 1.74 0 0 1-.12-.294c.632.018 1.178.043 1.712.043l-.01-.017Zm-.509 1.385a1.84 1.84 0 0 1 1.347.506c.05.083.093.166.117.25a.782.782 0 0 1-.239.08c-.36-.013-.73-.035-1.094-.083-.115-.017-.221-.139-.324-.217-.027-.015-.023-.067-.043-.1a14.875 14.875 0 0 0-.159-.334l.404-.094-.009-.008Zm1.515 1.16c.143.04.24.258.34.405 0 .018-.127.167-.145.16-.373-.17-.74-.356-1.113-.534l.044-.099c.298-.007.59.022.884.084l-.01-.016Zm-.134 2.022c.283.02.558.067.828.149.183.098.342.215.485.359-.18.05-.352.09-.532.139-.044.003-.087.007-.123.001l-.148.012c-.383.032-.53-.052-.628-.4-.015-.067.093-.25.12-.243l-.002-.017Zm.456.855c.21-.008.422.018.627.062.342.11.632.33.831.625-.094.026-.143.064-.188.06a8.029 8.029 0 0 1-1.21-.223c-.125-.033-.188-.262-.279-.41.077-.033.157-.117.228-.114h-.009Zm.337.909c.04-.047.1-.069.162-.056.364.056.72.131 1.085.197.054.013.1.044.13.093.154.274.292.557.468.89a.856.856 0 0 1-.251.038 2.213 2.213 0 0 1-1.553-.983.217.217 0 0 1-.03-.163l-.01-.016Zm4.012-.353c-.406-.037-.821-.072-1.228-.117-.372-.047-.755-.12-1.128-.185-.036-.006-.068-.073-.097-.114.05-.038.097-.103.14-.098.211 0 .423.018.635.044.213.026.416.044.629.07.264.013.53.052.788.1.125.033.223.155.326.242l-.065.066v-.008Zm-.532-.616-.166.014c-.511-.036-1.014-.082-1.526-.118-.133-.016-.28.005-.413-.01-.088-.01-.203-.018-.242-.076a2.496 2.496 0 0 1-.228-.423c.128-.045.265-.083.403-.111a4.34 4.34 0 0 1 .58.022c.194.01.387.012.581.03a7.25 7.25 0 0 1 1.06.105c.1.026.162.264.21.425.012.033-.156.117-.249.167l-.01-.025Zm.003-1.032c-.014.045-.132.098-.203.095-.454.011-.901.013-1.35-.002a8.297 8.297 0 0 1-1.06-.105.675.675 0 0 1-.353-.24c-.135-.162-.074-.271.196-.284.476.03 1.014.073 1.543.108.238.015.482.004.722.036.15.023.303.07.442.155a.25.25 0 0 1 .08.236l-.017.002Zm-.198-.816c.013.164-.054.204-.212.191-.618-.045-1.233-.073-1.843-.127a4.865 4.865 0 0 1-.79-.126.46.46 0 0 1-.23-.25 3.72 3.72 0 0 1-.184-.523l-.034-.092c.341-.01.692-.013 1.034-.015.289.002.57.014.86.025.317.009.632 0 .942.044.354.041.28.42.437.624.049.065.03.162.037.248l-.017.001Zm-.418-1.361c-.003.07-.124.2-.186.197-.624-.027-1.233-.081-1.849-.109-.175.006-.349.02-.522.043a.524.524 0 0 1-.581-.456c-.004-.052-.008-.103.005-.156.02-.071.202-.103.244-.124.644.051 1.218.108 1.782.15.185.001.368-.005.55-.028.375-.031.591.15.558.5l-.001-.017Zm-.619-.816c-.35.002-.695-.039-1.038-.046-.158-.004-.312.034-.47.03-.344-.015-.679-.04-1.015-.082-.089-.01-.167-.108-.225-.18-.04-.05-.057-.161-.024-.19a.212.212 0 0 1 .198-.042 5.03 5.03 0 0 0 2.07.135c.243-.029.533.078.692-.222l.063.021c.083.15.155.291.238.44a1.596 1.596 0 0 1-.48.143l-.009-.007Zm-.531-.711c-.45.08-.906.074-1.352-.029a2.175 2.175 0 0 0-.752-.077c-.304.025-.338-.172-.436-.415l.383-.031c.756.033 1.515.093 2.268.083a.68.68 0 0 1 .716.401l-.836.069.009-.001Zm-3.494-2.541c.03.145.077.297.131.431.067.177-.01.296-.317.295l-1.303-.18a3.821 3.821 0 0 1-.702-.107.837.837 0 0 1-.376-.316 2.043 2.043 0 0 1-.226-.52c-.06-.185.087-.214.211-.199.363.049.72.115 1.083.172.063.012.125.025.196.028.334.016.676.022 1.011.047.213.026.269.178.301.357l-.01-.008Zm-.245-.743c-.062.1-.325.096-.5.093a4.38 4.38 0 0 1-.594-.073l-1.233-.185-.08-.02c-.117-.025-.299-.002-.348-.067a1.046 1.046 0 0 1-.213-.893c.462.084.927.193 1.398.268.337.05.672.075 1.014.073.43.008.783.465.556.804Zm-1.927-2.669c-.522-.165-1.05-.295-1.578-.434a.37.37 0 0 1-.294-.384c-.013-.163-.053-.325-.075-.488-.011-.137.026-.218.188-.162.542.19 1.075.389 1.624.56.433.147.88.258 1.312.396a.46.46 0 0 1 .197.166c.04.05.02.129.05.187.145.265.071.436-.283.5.067.072.088.114.125.137a.854.854 0 0 1 .406.998c-.021.063-.227.123-.309.086-.489-.194-.971-.415-1.453-.627-.155-.074-.28-.21-.435-.285-.09-.036-.21.008-.324.01.043.1.095.2.155.29.14.11.265.238.39.367-.381-.047-.775-.04-1.037-.358a.784.784 0 0 1-.095-.191 3.883 3.883 0 0 1-.184-.436 4.714 4.714 0 0 1-.093-.487c.81.247 1.64.43 2.48.535-.191-.305-.514-.287-.765-.362l-.002-.018Zm-1.97-2.656c.317.121.608.254.914.35.595.194 1.19.397 1.793.59.144.05.371.04.432.139.129.189.182.41.157.637-.038.177-.254.116-.444.036-.318-.13-.664-.18-.988-.283a36.576 36.576 0 0 1-1.64-.551c-.26-.083-.351-.44-.222-.9l-.002-.018Zm3.171.73a2.18 2.18 0 0 1-.552-.112 83.31 83.31 0 0 1-1.603-.528c-.289-.097-.562-.222-.843-.338-.209-.087-.332-.207-.266-.473a1.207 1.207 0 0 0-.065-.904c.235-.02.372.047.41.313a.99.99 0 0 0 .185.323c.049.065.107.13.195.244l-.566.046-.036.09c.12.077.247.136.374.186.43.12.86.216 1.288.32.18.046.358.083.537.13.322.077.66.145.976.258.1.035.156.195.235.301-.083.059-.18.145-.268.143Zm-2.608-2.536c-.067-.072-.16-.143-.168-.229-.007-.086.084-.154.16-.203.172-.136.356-.246.529-.382.033-.028.035-.107.047-.168-.061-.004-.134-.041-.176-.012-.25.16-.508.328-.738.511-.116.088-.19.154-.322.026a3.25 3.25 0 0 0-.377-.212.202.202 0 0 1-.084-.175.885.885 0 0 1 .798-.42l-.416.38.043.092a15.19 15.19 0 0 0 1.787-.657l.01-.096a2.051 2.051 0 0 0-.336-.033 1.577 1.577 0 0 0-.347.054l-.007-.086c.247-.09.501-.197.76-.261.197-.051.407-.051.605-.093.086-.016.22-.096.217-.14-.02-.353.225-.243.41-.232a7.42 7.42 0 0 1 2.543.547c.108.034.216.069.33.085-.078.11-.175.214-.272.308-.427.347-.874.67-1.292 1.025a1.62 1.62 0 0 0-.34.46c-.247.411-.33.461-.809.396-.07-.011-.142-.023-.22-.016a4.08 4.08 0 0 1-2.19-.411c-.026.002-.078.006-.097-.01l-.048-.048Zm-2.868-3.25c-.063-.013-.117-.034-.18-.055a1.49 1.49 0 0 1 .38-.274c.266-.073.326-.2.196-.406.227-.114.465-.203.714-.266a.764.764 0 0 1 .433.147c.312.173.616.357.905.567.319.252.621.522.916.801.133.128.071.237-.109.286-.622.112-1.237.3-1.812.556-.22.113-.313.042-.375-.187-.015-.076-.133-.127-.208-.182-.074-.055-.191-.088-.196-.149-.078-.418-.223-.484-.588-.23-.144-.143-.098-.234.033-.349.072-.075.135-.167.18-.257a3.08 3.08 0 0 1-.28.014l-.01-.016Zm-.467-.89c-.004-.043-.007-.086-.02-.128l.514-.042.009.103-.503.076v-.009Zm2.008-.52c-.05.04-.081.077-.1.07a4.593 4.593 0 0 1-.955-.321 1.072 1.072 0 0 1-.351-.552c-.111-.286.172-.36.328-.486.025-.02.058-.048.131-.115l.947 1.405Zm-.56-1.704c.098.009.21-.009.276.046a1.7 1.7 0 0 1 .244.31c-.054.091-.09.19-.157.22-.033.02-.136-.057-.193-.105a.642.642 0 0 1-.13-.206 2.45 2.45 0 0 1-.039-.257v-.008Zm6.135-4.41s.192.096.194.114c-.06.126-.129.253-.207.372-.097-.122-.191-.201-.177-.237a.524.524 0 0 1 .2-.233l-.001-.017h-.009Zm-.235-.302-.031-.388.093-.033c.077.08.136.162.18.263.015.076-.048.168-.076.248l-.166-.09Zm4.799-.27c.087.097.174.194.244.3.01.026-.054.092-.086.129a.797.797 0 0 1-.207-.174c-.02-.024.026-.106.058-.247h-.008l-.001-.008Zm-.216-.39.21-.225c.087.105.19.184.175.22a.83.83 0 0 1-.182.24.91.91 0 0 1-.193-.219l-.01-.016Zm.216-.902a2.68 2.68 0 0 1-.588-.004c-.023.045-.037.185-.113.226-.192.12-.414.19-.64.217-.113.01-.243-.188-.356-.292.1-.06.2-.12.302-.163.144-.055.29-.093.445-.132.18-.04.362-.073.535-.104.096-.008.2-.025.293-.059.092-.05.195-.189.244-.01.044.1-.044.315-.113.329l-.01-.008Zm.052 5.795c.11.286.24.57.35.864.048.144.086.297.116.442-.09.085-.198.154-.308.207-.06.022-.21-.009-.232-.06-.206-.477-.385-.956-.582-1.434-.088-.218-.184-.436-.256-.664-.034-.093-.056-.255-.006-.294.123-.106.286-.258.466-.09.133.128.35.205.286.496-.04.168.1.365.167.542l-.001-.009Zm-9.47 2.004c-.067-.081-.177-.142-.22-.242-.032-.067.011-.175.021-.27a.894.894 0 0 1 .202.104c.103.087.183.202.287.297.64.65 1.288 1.29 1.929 1.94.057.057.105.114.174.203a.738.738 0 0 1-.828-.157 6.364 6.364 0 0 0-1.729-1.42c-.073-.037-.145-.066-.218-.103a.535.535 0 0 1-.178-.133c-.02-.033.032-.15.058-.152a.424.424 0 0 1 .214.043c.054.022.103.078.165.09.052-.004.104-.008.145-.055a.148.148 0 0 0-.012-.146h-.01Zm.14-1.615.1.044-.196.38c-.14-.214-.134-.24.106-.416l-.01-.008Zm.382 1.13c-.08-.115-.23-.241-.211-.338.031-.15.178-.283.289-.431.064.038.12.077.176.124.308.33.6.688.859 1.066a15.49 15.49 0 0 0 1.514 1.697c.051.09.103.19.13.292-.105.009-.225.045-.308 0a2.982 2.982 0 0 1-.495-.376 13.413 13.413 0 0 1-1.954-2.034Zm2.061.985c-.152-.153-.143-.249.012-.391.34.189.53.59.934.695l.081-.076c-.156-.195-.312-.382-.468-.577-.02-.025-.074-.046-.085-.071-.033-.093-.05-.196-.076-.289.082.037.189.054.247.119.387.454.752.944 1.148 1.397.113.095.242.18.387.237a1.927 1.927 0 0 0-.152-.369c-.375-.507-.765-.995-1.14-1.502-.04-.057-.012-.155-.02-.241.107.009.27-.03.31.027a52.575 52.575 0 0 1 1.51 1.957c.049.074-.017.235-.033.358-.01.088-.02.175-.04.263.093-.042.178-.075.27-.126.033-.028.074-.058.098-.086.059.074.117.138.191.193a.939.939 0 0 0 .224.06.755.755 0 0 0-.002-.243 1.729 1.729 0 0 0-.176-.332l.14-.012c.247.344.667.449.969.71.056.047.132.11.192.097.448-.097.445.302.693.55l-.424.06a2.65 2.65 0 0 1-1.767-.384 3.295 3.295 0 0 0-1.144-.375c-.487-.064-.744-.416-1.048-.712-.304-.287-.543-.64-.848-.936l.017-.001Zm.435-2.836.3.349-.098.086-.309-.348.107-.087Zm-.56-1.272c.079-.119.106-.216.165-.238.113-.018.227-.019.333-.002.035-.002.067.064.079.107.055.134.093.278.148.412-.087.016-.196.077-.25.047a4.3 4.3 0 0 1-.457-.327l-.017.001Zm.772.856c-.022-.05.017-.114.03-.175.044.013.122.007.142.031.228.328.448.657.668.995.013.042.024.076.028.119-.079.006-.172.04-.21.017a2.586 2.586 0 0 1-.442-.484 1.781 1.781 0 0 1-.199-.504l-.017.001Zm3.008-.184a.958.958 0 0 1-.003.277c-.082-.037-.205-.044-.245-.101a5.917 5.917 0 0 1-.348-.605c-.113-.207-.209-.416-.323-.64.353-.177.426-.148.579.22.12.294.256.57.367.855h-.009l-.018-.007Zm-.02-1.533s.073.029.093.053c.13.31.252.62.382.931.062.108.106.225.142.344a.73.73 0 0 1-.045.307c-.074-.055-.182-.09-.223-.155-.188-.366-.358-.742-.538-1.118a.253.253 0 0 1 .13-.34.269.269 0 0 0 .068-.023h-.008Zm-1.168 4.369a4.53 4.53 0 0 0-.322-.399c-.096-.105-.202-.217-.326-.025-.016.019-.105.008-.142-.015-.037-.023-.026-.11-.01-.12.33-.148.173-.352.035-.55l.1-.06c.246.327.492.663.738.99.069.09.12.18.18.27.118.156.321.287.049.49-.025.02.051.205.103.296.07.115.248.248.229.337-.038.176-.136.054-.196-.036a1.935 1.935 0 0 0-.137-.171c-.203-.235-.397-.47-.601-.714a.258.258 0 0 1-.053-.221c.037.032.083.054.128.076.082.028.17.047.251.066-.006-.077-.012-.155-.036-.23l.01.016Zm-.16-1.097a.432.432 0 0 1-.01-.346c.038-.063.221-.078.32-.052.143.04.17.151.174.315.043.196.127.371.245.526.329.59.666 1.186.995 1.774l-.092.06c-.312-.39-.632-.772-.919-1.165a11.985 11.985 0 0 1-.703-1.095l-.01-.017Zm1.355.921a58.282 58.282 0 0 1-.724-1.25c-.031-.058-.067-.176-.035-.213a.82.82 0 0 1 .278-.24c.017-.01.149.1.181.176.12.294.225.606.345.9.121.302.259.585.379.879.016.094.024.188.023.284l-.094.034c-.102-.183-.223-.372-.326-.563h-.009l-.018-.007Zm-.55-2.226c-.056.065-.112.13-.185.197-.179.17-.332.123-.42-.104a6.712 6.712 0 0 0-.373-.802c-.154-.274-.162-.49.246-.644.112.199.244.413.358.638.124.224.249.465.392.722h-.008l-.01-.007Zm-.832.432c-.048.056-.108.182-.17.178a.402.402 0 0 1-.307-.113 9.274 9.274 0 0 1-.563-.994.384.384 0 0 1 .097-.32c.098-.086.25-.15.352.023.092.157.184.314.258.473.125.241.222.467.34.744l-.007.009Zm-1.298-1.411a1.823 1.823 0 0 1-.375-.403c.053-.212.383-.569.512-.492.168.124.287.297.373.49.06.098-.382.481-.492.412h-.01l-.008-.007Zm3.407 3.415a6.8 6.8 0 0 1-.301-.687 6.664 6.664 0 0 1-.18-.48c-.102-.294-.215-.597-.3-.885-.013-.06.093-.155.139-.236.066.055.174.098.206.165.302.686.585 1.374.887 2.06.051.091.11.173.178.254-.125.07-.306.216-.353.185a.976.976 0 0 1-.258-.37l-.008.002-.01-.008Zm.167-1.609c-.086-.192-.214-.373-.292-.566-.031-.066.022-.166.042-.246.073.038.189.063.211.122.206.477.393.947.598 1.416.097.226.228.432.333.649.025.084.041.178.048.265l-.102.043a2.536 2.536 0 0 1-.25-.379c-.192-.426-.377-.87-.57-1.305h-.01l-.008.001Zm.69.178c-.107-.234-.172-.489-.253-.734-.003-.034-.015-.068-.026-.102-.131-.249-.061-.388.211-.416.34-.036.456.102.607.558.127.38.323.745.485 1.113.087.2.172.393.25.595.002.026.008.095-.01.096a2.488 2.488 0 0 1-.539.157c-.06.005-.167-.108-.208-.191-.168-.342-.347-.7-.5-1.069l-.018-.007Zm.495 1.988.522 1.032a1.268 1.268 0 0 1-.513-1.024l-.01-.008Zm.267-.273c.175-.101.351-.202.528-.286.035-.012.136.05.166.099.139.3.27.61.408.912.067.176.16.342.259.49.127.163.22.337.093.495a1.433 1.433 0 0 1-.504.275l-.95-1.977v-.008Zm1.326.464c-.097-.218-.193-.427-.29-.644-.07-.107-.028-.25.08-.319a.235.235 0 0 1 .102-.034.455.455 0 0 1 .384.194c.27.507.505 1.034.75 1.551.096.218-.018.322-.402.353-.028-.023-.136-.058-.168-.133-.149-.317-.29-.644-.439-.97l-.017.002Zm.844-.295c-.12-.276-.153-.585-.256-.872-.07-.21-.182-.41-.269-.61-.175-.437-.334-.875-.518-1.302a4.976 4.976 0 0 0-.274-.463l-.051.021-.002-.025c.087-.112.185-.31.273-.309.184.003.285.168.337.372a7.1 7.1 0 0 0 .355.916c.078.21.165.41.235.622.072.237.119.493.208.728.101.27.245.526.362.786.002.017.02.033.039.04.477.152.444.605.551.96a.281.281 0 0 1-.137.254.42.42 0 0 1-.316-.113 7.213 7.213 0 0 1-.536-.988l-.001-.017Zm-2.118-3.719c-.166.014-.319.07-.383-.177-.096-.321-.251-.612-.356-.933a1.625 1.625 0 0 1-.088-.643c.011-.079.234-.14.427-.243.151.456.28.844.416 1.223.057.169.149.326.198.504.05.17-.021.27-.213.278l-.001-.009Zm-1.036-2.273c.079-.11.157-.221.254-.325.076.072.205.148.203.227.006.077-.118.174-.221.304a1.28 1.28 0 0 1-.227-.207h-.009Zm.4-1.325-.025-.093.665-.236.035.11c-.232.053-.373.377-.675.22Zm.712.124c.07-.005.15.023.19.08.014.06-.037.185-.08.197a4.27 4.27 0 0 1-.574.056.289.289 0 0 0-.016-.086c.16-.09.32-.164.48-.238v-.009Zm-.29 1.185a.869.869 0 0 1-.07-.21c.011-.088.035-.229.094-.25.178-.076.367-.126.558-.15.044-.004.129.076.133.127a.212.212 0 0 1-.073.18c-.178.075-.358.124-.546.183l-.096.112v.008Zm-.58-.776-.195.294-.145-.066a.69.69 0 0 1 .092-.268c.033-.02.16.039.24.05l.008-.01Zm-.592-.818s-.123-.207-.098-.235c.098-.077.207-.147.325-.2.02.25 0 .425-.219.434h-.008Zm.298 2.585c.083.366.182.722.307 1.076.138.396.092.486-.325.529-.27.022-.392-.08-.485-.36-.105-.32-.245-.638-.375-.948-.055-.134-.082-.245.078-.327.167-.1.345-.176.525-.234.163-.03.252.092.293.262l-.018.002Zm-.55-.502a1.684 1.684 0 0 1-.33.14c-.219.105-.216-.078-.264-.238.03-.046.05-.135.109-.165a1.27 1.27 0 0 1 .452-.158c.113-.01.234.076.343.127a3.402 3.402 0 0 1-.308.312l-.001-.018Zm-.155-1.27a7.162 7.162 0 0 1-.532.252c-.044.003-.088-.002-.117-.034-.021-.05-.03-.162-.014-.172.22-.096.441-.184.671-.263.034-.012.09.019.143.032-.079.11-.1.172-.142.193l-.01-.008Zm-.17-.575a3.55 3.55 0 0 1-.627.268l-.243-.189c.072-.084.132-.21.224-.26.152-.074.306-.121.47-.16.095-.008.182-.015.27-.005-.024.132-.02.296-.093.354l-.001-.008Zm-.699 1.747a.58.58 0 0 1 .14.318c0 .096-.107.19-.17.283l-.082-.046a3.08 3.08 0 0 1-.146-.395.17.17 0 0 1 .066-.153c.06-.022.181-.032.202 0l-.01-.007Zm-.458-.56-.108-.035c.01-.096-.018-.224.039-.28.057-.049.182-.024.278-.032l.034.092-.234.254h-.009Zm-.035-.76-.317-.122.023-.15c.096-.007.216-.034.28.004.047.03.015.172.022.267h-.008Zm-.167 1.504c.075.167.142.335.182.514.004.043-.173.135-.276.161-.035.003-.13-.085-.152-.152-.069-.194-.03-.37.264-.524h-.018Zm-.525.762a.358.358 0 0 1-.179.275c-.126.062-.261.021-.295-.175a1.391 1.391 0 0 0-.177-.341l.456-.22c.09.149.156.3.204.46l-.009.001Zm-.734-.945s-.123-.112-.116-.13a.657.657 0 0 1 .205-.276c.042-.03.163.064.326.129-.173.127-.289.214-.406.285l-.01-.008Zm-.176-.654-.317-.234c.14-.107.28-.213.44-.304a.565.565 0 0 1 .166.212c.06.194-.048.272-.28.334l-.009.001v-.008Zm-.197.71c-.07.11-.091.163-.124.192a1.667 1.667 0 0 1-.5.31c-.095.025-.232-.146-.353-.232a.66.66 0 0 1 .16-.186 1.34 1.34 0 0 1 .43-.217c.113-.01.242.075.396.132l-.009.001Zm-.403-.54c-.182.128-.384.24-.595.335-.05.022-.185-.123-.245-.205-.02-.033.031-.159.09-.198.132-.097.275-.17.438-.21.132.007.266.04.393.09-.034.116-.047.177-.072.197l-.009-.008Zm-.69 1.201-.508.224c-.035-.101-.115-.225-.086-.296.053-.109.19-.241.287-.24.096-.009.181.175.315.312h-.009Zm-.415 2.115s.219 0 .258.057c.175.21.3.443.466.655.166.212.339.397.551.64-.099.069-.244.228-.299.198-.119-.06-.175-.211-.272-.325-.194-.227-.388-.462-.582-.69-.068-.08-.204-.139-.229-.223a.418.418 0 0 1 .107-.304v-.008Zm-.366-.075a3.063 3.063 0 0 1-.338-.492c-.021-.042.136-.159.217-.243.142.136.277.28.395.436.02.024-.136.167-.265.299h-.009Zm-.004.59c.288.306.542.632.83.947a.42.42 0 0 1 .047.568c-.317-.338-.623-.651-.912-.966a1.78 1.78 0 0 1-.245-.327.605.605 0 0 1-.02-.25c.115.017.26-.02.318.036l-.018-.008Zm.427 1.482c.106.113.219.208.041.396-.19-.184-.37-.36-.543-.537-.21-.216-.404-.435-.622-.642-.03-.033-.084-.054-.096-.097-.025-.093-.05-.186-.066-.28.099.035.23.042.298.105.344.354.662.71.989 1.064v-.009ZM12.87 39.84a1.09 1.09 0 0 1-.385-.42c-.03-.049.141-.201.237-.313.056.03.103.07.15.109.068.09.129.189.19.288.06.099-.09.406-.182.353l-.01-.017Zm-.136-1.454a3.22 3.22 0 0 1-.407-.365l.422-.2c.08.115.193.219.212.339.015.077-.2.241-.218.234l-.01-.008Zm-.159 1.6c-.118.061-.2.129-.236.114a1.675 1.675 0 0 1-.28-.21c.056-.066.143-.186.152-.178.13.085.25.17.373.273h-.009Zm-.512-1.233a1.273 1.273 0 0 1-.393-.193c.138-.133.25-.263.26-.255.12.085.233.18.329.276-.056.065-.135.176-.197.172Zm-.466-.655c-.223-.043-.31-.46-.1-.694.11.164.21.33.296.513.02.033-.134.193-.195.19v-.01Zm.025.839c.005.06-.043.124-.094.25-.086-.089-.177-.133-.172-.177.004-.06.069-.127.108-.182.064.03.154.066.166.108h-.008Zm-.135.817c.186.132-.033.245-.094.354-.047.065-.103.13-.16.178-.331-.181-.363-.248-.14-.422.107-.078.328-.166.402-.12l-.008.01Zm11.052-7.196.645-.052c.217-.018.404.019.596.003a.71.71 0 0 0 .277-.144 1.82 1.82 0 0 1 .316-.216c.238-.089.407.045.47.29.116.442.265.872.397 1.312.02.042.033.084.045.126.073.358.113.737.211 1.084.105.312.217.615.356.916.02.033.031.067.043.1.08.332.142.674.248 1.003.084.28.211.546.32.815.013.042.034.084.046.126.129.397.267.802.387 1.2.084.27.132.543.224.805.091.26.237.544.338.813.101.278.206.59.3.886.07.22.125.458.204.676.102.278.246.544.348.83.103.287.15.543.233.813.121.407.268.81.38 1.218.017.206.103.399.23.562.067.064.028.231.038.36-.575-.065-.577-.091-.669-.569a3.905 3.905 0 0 0-.262-.741c-.098-.244-.206-.486-.305-.73-.12-.302-.258-.594-.37-.897-.218-.624-.428-1.257-.655-1.888-.064-.142-.128-.285-.209-.417l-.12.036c0 .113.01.225.028.336.106.338.22.667.345 1.003.193.548.396 1.095.58 1.643.103.287.17.576.264.863.093.287.207.599.327.892.12.294.061.429-.244.453-.121.01-.326.08-.357.03a3.226 3.226 0 0 1-.29-.67c-.058-.16-.098-.33-.164-.49-.022-.058-.112-.086-.177-.133-.038.064-.11.148-.097.208.061.211.122.415.208.616.023.058.08.114.085.175.01.138.148.317-.09.397-.265.091-.437.027-.517-.2-.128-.389-.221-.78-.374-1.149-.176-.436-.385-.852-.594-1.269-.022-.05-.094-.07-.149-.1l-.1.051c.062.23.124.458.196.686.051.1.087.21.113.32.008.095-.074.275-.11.27-.123-.008-.291-.037-.342-.12a2.268 2.268 0 0 1-.184-.531.399.399 0 0 0-.12-.19.215.215 0 0 0-.164.04.646.646 0 0 0 .022.258c.033.084.11.164.125.25.03.145.075.384.01.432a2.572 2.572 0 0 1-.604.24 2.241 2.241 0 0 0-.243.133c.091.044.182.08.28.107.053-.004.114-.01.166-.013.173-.023.377-.11.513-.051.117.042.144.266.243.396.067.073.142.136.217.19 0-.103.01-.2.01-.304-.006-.069-.038-.144-.035-.213.01-.097.013-.27.065-.283.153-.056.339-.14.43.12.092.262.244.518.354.787.055.143.021.267-.173.248a3.369 3.369 0 0 1-.887-.127 4.678 4.678 0 0 0-2.498-.212 2.132 2.132 0 0 1-1.66-.376 4.399 4.399 0 0 1-1.617-1.758c-.18-.384-.378-.767-.567-1.15.141-.098.258-.177.374-.256.116-.079.34.076.426.277.223.485.447.97.687 1.444.177.34.379.663.563.994.02.033.04.066.093.166l.183-.44.74 1.006.101-.043c-.006-.069.022-.158 0-.208-.147-.309-.33-.606-.486-.914-.072-.133-.156-.299.111-.355.112-.027.268-.161.305-.13a1.5 1.5 0 0 1 .305.41c.123.215.229.431.351.647.02.033.09.036.128.059.022-.054.068-.127.056-.17a6.784 6.784 0 0 0-.324-.753c-.146-.283-.094-.4.208-.46.224-.044.444-.14.669-.175.113-.01.233.067.356.066a.675.675 0 0 0 .317-.087c.058-.04.067-.144.115-.208.101-.148.057-.265-.103-.295-.303-.054-.36-.222-.4-.497a4.358 4.358 0 0 0-.31-.79c-.077-.192-.128-.387-.188-.59a9.159 9.159 0 0 0-.306-.947c-.119-.276-.084-.6-.314-.85-.106-.112-.038-.352-.087-.53-.114-.424-.253-.837-.384-1.26l-.034-.101c-.081-.453-.152-.898-.242-1.35-.045-.23.059-.352.25-.367.174-.023.332.085.355.257l.002.034c.069.515.146 1.037.25 1.549.06.316.155.62.25.924.003.035.05.066.148.092.013-.157.018-.313.006-.468-.123-.753-.245-1.497-.377-2.25a.693.693 0 0 1-.015-.189c.005-.044.043-.116.077-.127a.232.232 0 0 1 .17.046c.04.058.072.125.078.202.056.256.104.52.16.776.102.494.204.997.332 1.49.088.33.22.658.325.979.092.27.158.542.267.801.095.192.206.374.334.545.03.041.126.042.197.054.012-.07.058-.144.036-.203-.093-.287-.204-.564-.297-.85a29.965 29.965 0 0 1-.385-1.174c-.107-.347-.215-.694-.314-1.05-.125-.466-.234-.934-.35-1.401-.04-.153.014-.244.178-.284.127-.045.255-.098.38-.17.08.237.163.499.246.752.046.135.075.28.121.415.043.1.078.202.104.312.06.524.19 1.033.395 1.51.184.532.29 1.078.44 1.63.026.101.055.238.138.291.23.138.238.345.274.568.093.599.194 1.197.313 1.794.052.213.14.422.26.603l.077-.335.061-.005.508 1.597.089.018c.035-.098.122-.218.098-.302-.121-.407-.285-.8-.414-1.206-.115-.338-.205-.686-.303-1.024a22.375 22.375 0 0 1-.265-.993c-.067-.28-.108-.572-.166-.853-.043-.205-.111-.399-.172-.602-.003-.034-.034-.092-.051-.09-.445.027-.327-.356-.407-.583-.136-.38-.238-.77-.349-1.16-.121-.414-.234-.83-.347-1.245-.098-.348-.205-.686-.277-1.035-.113-.52-.199-1.041-.312-1.57-.055-.238.025-.34.28-.326.334.016.399-.05.414-.398a.266.266 0 0 1 .077-.136c.125-.192.071-.31-.158-.325-.123-.008-.243.028-.357.029-.07.006-.186-.02-.189-.054-.1-.373-.405-.244-.643-.26a6.621 6.621 0 0 0-.583.056c-.07.006-.141-.014-.212-.026l.038-.072.02.025Zm.002 2.272c-.099-.027-.17-.151-.255-.222.082-.068.16-.178.256-.195.06-.005.156.092.287.194-.13.114-.234.244-.288.231v-.008Zm.359.534c-.098.086-.17.178-.206.164a1.14 1.14 0 0 1-.233-.172c.056-.065.118-.166.179-.17.06-.005.148.092.26.178Zm.23-.73c-.065-.038-.099-.13-.148-.196l.209-.13.026-.002.36-.099c.01.138.021.267.059.403.039.153.103.295.132.44l.032.388c-.213-.035-.372-.048-.515-.08-.215-.052-.263-.212-.1-.356.164-.143.13-.253-.046-.36l-.01-.008Zm-.118-.9c-.06.005-.141-.119-.217-.19.116-.08.22-.2.34-.228.121-.027.234.068.352.11l.026.11c-.16.083-.33.14-.5.197Zm.684-.325a.21.21 0 0 1 .081-.18c.182-.136.409-.042.538.25l-.47.04c-.053-.005-.137-.068-.15-.11Zm-2.015-.2c.23-.07.471-.133.754-.209a.684.684 0 0 1-.668.402.3.3 0 0 1-.113-.095.106.106 0 0 1 .036-.09l-.01-.008Zm.08.453c.187-.084.375-.143.564-.184.079-.007.173.072.254.109-.056.065-.1.164-.176.196-.186.085-.375.135-.63.225l-.198-.166c.065-.066.11-.148.187-.18Zm.205.894.161.151c.053.317-.13.34-.278.344-.07.005-.148-.092-.222-.138l.34-.357Zm.187.782c.023.076.038.153.045.23a4.653 4.653 0 0 1-.472.125c-.014-.06-.036-.118-.05-.178l.477-.177Zm-.43 2.029c.124.458.248.907.356 1.366.04.162.071.333.111.503.015.076.03.153.054.23.049.169.106.329.163.489l-.085.041s-.072-.028-.082-.045c-.092-.261-.192-.522-.266-.784-.074-.263-.103-.512-.184-.757a.291.291 0 0 0-.236-.093c-.481.221-.565.167-.747-.347-.138-.405-.336-.796-.492-1.2-.022-.058-.016-.189.018-.209.177-.092.354-.176.55-.244.035-.003.127.05.14.101.078.323.14.656.22.98.051.203.103.407.172.61.022.05.103.078.15.126.03-.072.094-.147.072-.205-.12-.39-.016-.831-.273-1.192-.05-.065-.015-.18-.005-.277l.104-.008c.087.305.182.61.269.923l-.01-.008Zm-10.457-.647c.44-.304.869-.625 1.329-.897.401-.232.835-.397 1.258-.588.329-.157.648-.322.969-.478.068-.023.136-.046.205-.06.248-.072.487-.152.725-.25a4.595 4.595 0 0 1 1.54-.568c.154-.038.299-.093.443-.148.19-.042.38-.066.57-.099l.027.11a.63.63 0 0 0-.451.263c.081.036.185.123.253.1.317-.086.623-.206.93-.318 0 0 .016-.01.025-.01a5.996 5.996 0 0 0 1.629-.446.9.9 0 0 1 .302-.06.68.68 0 0 1 .225.07c-.048.064-.105.12-.16.186-.025.02-.069.023-.103.034-.634.173-1.278.338-1.913.512-.454.123-.9.255-1.353.387-.239.08-.484.187-.723.267a.53.53 0 0 1-.199.034c-.017.001-.052-.1-.035-.11a.593.593 0 0 1 .19-.137c.169-.083.338-.157.55-.253a3.203 3.203 0 0 0-1.892.562l.213.252c-.134.071-.234.14-.352.193-.719.319-1.447.63-2.166.948a2.355 2.355 0 0 0-.387.205c-.05.039-.05.134-.07.205.098.027.2.088.285.064a2.65 2.65 0 0 0 .439-.21c.242-.14.311.062.385.212.105.217-.098.199-.217.243a11.04 11.04 0 0 0-1.01.394c-.19.146-.361.307-.504.492a3.781 3.781 0 0 1-.218-.415c-.059-.186-.018-.328.217-.347a.443.443 0 0 0 .205-.07c.31-.18.31-.276-.05-.498.169-.083.329-.165.487-.265.075-.05.11-.156.165-.239-.097-.01-.224-.06-.291-.02a3.774 3.774 0 0 0-1.452 1.22c-.023.036-.136.054-.199.033a1.315 1.315 0 0 1-.259-.17c.158-.107.306-.224.456-.322l-.018-.008Zm-.838.58a.806.806 0 0 1 .234-.14c.007.094.06.212.022.275-.14.211-.327.391-.477.594-.166.222-.332.452-.487.69a.575.575 0 0 0-.033.245l.083.046c.113-.114.244-.228.348-.35.192-.223.375-.455.567-.679.112-.13.217-.13.308.019.1.148.19.279.33.493a2.19 2.19 0 0 0-.41.033c-.076.032-.207.139-.195.18.103.296-.126.393-.315.443-.23.07-.346.158-.36.41-.013.279-.098.312-.329.166a.76.76 0 0 0-.205-.035c.006.069.002.13.017.198.005.06.035.11.065.15.257.257.143.465-.088.65-.066.048-.18.153-.199.137a.541.541 0 0 1-.24-.267c-.052-.195-.034-.404-.067-.601a2.227 2.227 0 0 0-.14-.526.334.334 0 0 1 .123-.435 7.615 7.615 0 0 0 1.446-1.713l.002.017Zm-.905-.238.094-.025c.052.1.177.237.155.282-.104.13-.226.244-.358.341l.109-.598Zm-.871.496c.225.398.493.237.755.12.005.07-.016.132-.037.194a3.23 3.23 0 0 1-.314.45.28.28 0 0 1-.201.112c-.044.004-.105-.104-.12-.172a3.13 3.13 0 0 1-.082-.695l-.001-.01Zm-1.033 4.21c-.117.062-.237.098-.355.15l-.071-.115c.113-.113.227-.226.33-.348a4.5 4.5 0 0 0 .437-.555.439.439 0 0 1 .602-.153.805.805 0 0 1 .093.07c.2.296.382.602.54.918.007.095-.02.184-.095.242a16.48 16.48 0 0 1-.871.383 2.736 2.736 0 0 0-.184-.644c-.121-.19-.283-.02-.426.052Zm1.385 2.037-.038.073c-.087.007-.206.051-.244.02a6.565 6.565 0 0 1-.398-.47l.44-.306.082.037a.496.496 0 0 0 .16.663l-.002-.017Zm3.473 16.03a20.654 20.654 0 0 1-.652-1.22c-.23-.458-.443-.918-.664-1.376-.182-.402-.372-.794-.527-1.197-.11-.26-.167-.532-.25-.794a1.24 1.24 0 0 1-.05-.187c-.114-.329-.237-.648-.342-.978-.095-.304-.19-.6-.276-.905-.136-.483-.253-.95-.388-1.424-.122-.424-.27-.837-.374-1.261-.135-.57-.226-1.152-.334-1.724-.059-.29-.117-.572-.158-.863a67.199 67.199 0 0 1-.213-1.863c-.055-.568-.11-1.127-.148-1.705a.682.682 0 0 1 .068-.24c.08.02.154.057.227.095.13.102.238.232.32.372.027.128.03.267.014.39l-.084.05 1.938 1.306c-.095.008-.182.024-.228-.007-.498-.297-.986-.596-1.475-.894a.989.989 0 0 0-.292-.14.581.581 0 0 0-.241.054c.04.074.059.185.123.224.468.36.992.656 1.56.852.224.06.428.199.645.277.225.077.484.134.727.209a.72.72 0 0 1 .183.098l-.447.322c-.38-.142-.814-.306-1.248-.47a.562.562 0 0 0-.24-.041.217.217 0 0 0-.13.115c-.016.027.034.11.08.123.443.172.894.334 1.338.506.053.013.107.026.153.049.146.074.311.165.22.346-.03.054-.265.065-.366.012-.3-.131-.586-.307-.87-.466a.394.394 0 0 0-.17-.03c-.003.07-.04.16-.01.2a.75.75 0 0 0 .264.23c.311.157.62.296.939.435a.886.886 0 0 1 .274.897.173.173 0 0 1-.117.061c-.045-.014-.12-.06-.122-.094.02-.288-.228-.32-.399-.375a6.647 6.647 0 0 1-1.526-.664c-.075-.055-.211-.009-.317-.017.044.109.057.272.139.309.523.287 1.062.555 1.6.823.083.045.165.082.255.109.777.283.577.3.647.944.019.233-.1.286-.317.2a2.287 2.287 0 0 0-.42-.105l-.029.08c.295.176.567.396.798.646.167.333.284.688.358 1.054a1.556 1.556 0 0 1-.406-.027l-1.7-.538a.727.727 0 0 0-.237.002l-.036.09c.139.093.276.168.423.243.616.244 1.239.47 1.847.725.136.05.25.153.312.278.077.193.137.396.172.61-.614.102-1.105-.335-1.66-.376l-.044.107c.149.11.305.2.47.283.424.156.864.276 1.296.414.063.021.17.047.19.089.112.285.205.572.31.893a10.728 10.728 0 0 0-1.9-.304c.14.31.413.235.603.306.345.145.704.246 1.069.312.302.044.563.24.699.506a.5.5 0 0 1 .018.224c-.07.005-.14.011-.21 0-.044.003-.093-.062-.127-.05a2.97 2.97 0 0 0-.357.141l.276.16c.249.144.621-.016.804.29.183.305.338.596.503.903.02.033.01.13-.024.14a.434.434 0 0 1-.207.035c-.329-.051-.65-.12-.979-.18-.187-.037-.376-.09-.634-.148.127.38.41.4.659.45.433.05.86.129 1.29.232.211.122.375.308.455.535.053.117-.103.138-.228.105a4.05 4.05 0 0 0-1.553-.124c-.043.003-.092.05-.145.15.214.044.42.105.633.14.4.07.8.133 1.206.161a.858.858 0 0 1 .722.47 1.2 1.2 0 0 1 .08.349 1.057 1.057 0 0 1-.328.053c-.508-.106-1-.222-1.5-.337-.161-.04-.317-.226-.543 0 .212.13.43.234.657.32.52.14 1.052.226 1.58.365.172.055.337.146.478.264.038.032.032.18-.008.226a.263.263 0 0 1-.224.044 9.795 9.795 0 0 1-.875-.197 3.348 3.348 0 0 1-.649-.216 2.03 2.03 0 0 0-1.3-.249.44.44 0 0 1-.33-.181l.006-.035Zm3.336 4.15a9.08 9.08 0 0 1-2.964-3.677c.3.02.621-.007.789.326.03.05.129.076.19.088.632.209 1.298.32 1.973.325a.411.411 0 0 1 .482.325l.006.068c.066.272.175.532.326.771.094.183.047.256-.155.247a1.745 1.745 0 0 0-.308-.01c-.052.005-.099.078-.148.117.056.038.114.112.166.107.75-.052 1.064.468 1.362 1.007.073.133.03.25-.137.246-.308-.01-.626-.045-.933-.046-.22.001-.436.036-.649.105Zm3.123 1.86-2.703-1.444.038-.064c.442-.062.896-.09 1.343-.092.176.011.352.24.506.4.258.274.493.576.735.85.06.083.101.166.143.25l-.063.091.001.009Zm2.901 1.072c-.918-.29-1.815-.65-2.718-.975l-.007-.094c.206-.156.143-.28.033-.454a6.743 6.743 0 0 1-.448-.865.756.756 0 0 1-.016-.198c.308.01.597.012.889.04.08.02.145.067.186.132.126.155.236.32.347.492.122.207.073.367-.27.447.2.088.4.193.586.316.261.196.505.392.743.616.199.183.46.274.732.27.43 0 .857.086 1.29.128.371.04.75.06 1.13.107.152.031.296.072.431.121l-.023.15a22.733 22.733 0 0 1-2.876-.225l-.009-.008Zm5.36 1.019a1.831 1.831 0 0 0-.372-.04l-1.369-.13c-.371-.04-.732-.062-1.096-.11-.248-.032-.49-.09-.738-.14l.006-.13c.202.001.393-.023.596-.005.511.036 1.024.09 1.537.143.636.07 1.275.165 1.913.243.124.016.254-.004.386.003.105 0 .204.035.296.089a1.973 1.973 0 0 1-1.158.094l-.001-.017Zm3.019.586-1.12-.09-.007-.078a2 2 0 0 1 .238-.09c.086-.024.175-.005.216-.043.288-.327.439-.096.598.133a.496.496 0 0 0 .103.087l-.027.09-.001-.01Zm28.73-26.651a10.21 10.21 0 0 0-.18 1.453c-.068.344-.126.704-.548.903-.446.227-.872.488-1.279.764-.067.04-.095.129-.133.193.088.01.189.062.248.031.37-.177.733-.363 1.102-.558.101-.051.2-.12.31-.181.03.058.069.09.07.116-.042.341-.102.675-.145 1.008a1.228 1.228 0 0 0-.02.193c.006.06.02.128.016.189-.043.541-.078 1.081-.166 1.617-.024.132-.196.276-.33.348-.352.202-.742.373-1.112.559-.042.02-.053.1-.085.145.055.022.13.076.163.056.332-.113.664-.236.976-.383.169-.083.257-.073.254.101-.004.27-.035.54-.093.796-.087.44-.209.876-.315 1.3-.052.213-.087.432-.158.637a.274.274 0 0 1-.188.163c-.429.01-.693.317-1.018.517-.168.1-.316.216-.444.365.574.057.976-.392 1.473-.527l.076.071c-.198.58-.397 1.151-.604 1.731-.127.375-.225.782-.388 1.15a.901.901 0 0 1-.402.337c-.193.102-.41.137-.603.23a.224.224 0 0 0-.117.184c.004.051.115.112.177.124.122-.01.235-.02.356-.046a.378.378 0 0 1 .195.036c.029.023.01.12-.012.174a20.66 20.66 0 0 1-1.71 2.662c-.533.676-1 1.4-1.542 2.059-.447.54-.976 1.033-1.47 1.533-.276.274-.552.539-.856.79-.443.373-.896.722-1.358 1.08-.297.233-.594.457-.9.672a.39.39 0 0 1-.173.032c-.005-.06-.01-.12.011-.183.293-.596.605-1.185.888-1.789.195-.406.373-.81.54-1.223.125-.296.232-.6.33-.902.154-.472.291-.943.436-1.423.117-.39.217-.78.325-1.17.102-.364.222-.72.306-1.092.064-.282.093-.58.14-.87.046-.29.093-.562.131-.85.054-.413.09-.832.145-1.235a.729.729 0 0 1 .063-.196c.014-.036.073-.067.078-.11.038-.298.065-.604.093-.9.026-.22.044-.438.088-.65.063-.3.178-.603.215-.91.026-.21.057-.369.26-.463a.582.582 0 0 0-.08-.236c-.04-.049-.127-.05-.137-.058 0-.226.003-.4.014-.582.012-.07.023-.14.044-.212.035-.107.052-.22.06-.334.002-.191-.075-.384.106-.538.024-.019.02-.07.026-.106.026-.323.07-.647.078-.977a52.76 52.76 0 0 0 .001-2.029.72.72 0 0 0-.065-.263c-.208-.39-.208-.39-.457-.015a.269.269 0 0 1-.124.097c-.713.284-1.396.617-2.066.992l.007.095.4-.033.025.085-1.175.52a5.715 5.715 0 0 0 2.759-.987l-.53-.052c.236-.115.42-.217.608-.284.025-.01.139.093.134.145.105.529.123 1.073.053 1.617-.012.174-.007.347.016.519-.01.191-.049.367-.068.56-.011.079-.014.157-.024.245-.027.201-.045.41-.072.62-.005.045-.028.09-.024.133-.037.306-.063.62-.091.926.003.043-.028.089-.061.11-.28.126-.55.243-.838.362-.28.118-.56.228-.84.346l-.669.289.024.076s.073.037.1.035c.377-.1.753-.217 1.13-.318.12-.035.233-.053.344-.088.11-.035.255-.1.384-.127l.302-.05c.01.12.02.24.012.362-.017.114-.051.23-.077.345a38.27 38.27 0 0 0-.178.933c-.048.273-.07.543-.117.816-.043.229-.095.45-.156.671-.014.045-.117.062-.186.085-.274.074-.558.14-.832.224a4.484 4.484 0 0 0-.798.308c.08.028.165.09.243.084.355-.055.708-.127 1.07-.2.13-.028.26-.047.39-.067a2.4 2.4 0 0 1 .04.5c-.035.315-.106.633-.168.95-.056.273-.14.531-.215.797-.006.036-.038.064-.053.1-.107.52-.195 1.048-.32 1.56-.092.372-.21.755-.32 1.119-.047.177-.086.354-.142.523-.284.812-.54 1.648-.887 2.448a6.06 6.06 0 0 1-.93 1.592 6.762 6.762 0 0 0-.446.66 2.536 2.536 0 0 1-1.259.901 18.31 18.31 0 0 1-.959.39c-.212.078-.436.131-.65.192-.317.087-.635.165-.953.251-.257.073-.503.163-.76.244-.47.134-.942.268-1.422.394l-.987.262c-.3.077-.611.137-.921.206-.542.13-1.082.27-1.625.392-.293.059-.59.074-.884.116-.347.045-.691.125-1.047.163-.92.11-1.849.229-2.773.287-.67.055-1.348.023-2.024.01a2.724 2.724 0 0 1-.599-.143c.176-.421-.081-.678-.297-.955a56.738 56.738 0 0 1-1.075-1.464.768.768 0 0 1-.068-.306c.095-.008.189-.042.285-.05.453-.036.907-.056 1.36-.085.27-.022.541-.026.801-.065.079-.006.141-.098.216-.148-.083-.053-.17-.15-.257-.143-.602.031-1.202.09-1.802.147-.21.008-.427.035-.635.06-.207.043-.303-.062-.394-.21-.271-.42-.585-.828-.823-1.268a12.266 12.266 0 0 1-.664-1.48 10.517 10.517 0 0 1-.39-1.338c-.149-.647-.254-1.297-.369-1.946-.097-.547-.177-1.104-.283-1.65-.048-.265.054-.308.284-.275.487.064.983.128 1.47.175a5.31 5.31 0 0 0 .522-.043c.166-.005.327.034.501.02.121-.018.25-.055.36-.107l-.012-.138a6.762 6.762 0 0 0-.736-.105c-.685-.013-1.375.009-2.053-.023a.499.499 0 0 1-.511-.47c-.162-1.018-.369-2.041-.513-3.061a13.372 13.372 0 0 1-.084-1.675c-.002-.338.068-.673.11-1.006a.69.69 0 0 0-.021-.267c-.004-.043-.077-.08-.121-.085-.026.002-.075.05-.09.085a.956.956 0 0 0-.114.313c-.039.28-.042.558-.072.838-.048.385-.094.78-.142 1.164-.015.132-.013.27.007.407.052.317.112.624.182.939.04.179.098.347.13.527.146.811.282 1.624.427 2.436.157.854.323 1.707.489 2.552.107.563.188 1.128.322 1.69.099.355.215.701.357 1.045.068.185.153.37.203.556.304.929.76 1.793 1.35 2.577.28.436.545.883.834 1.31.16.23.352.448.52.677.06.1.105.208.149.317l-.398.068c.1-.277-.046-.343-.204-.46a1.54 1.54 0 0 0-1.025-.203 48.575 48.575 0 0 1-2.498-.108 1.242 1.242 0 0 1-.345-.154l.017-.105c.112-.027.216-.044.33-.045.676.014 1.353.046 2.03.06.112-.01.233-.036.343-.08l-.008-.103c-.099-.027-.205-.044-.303-.062-.554-.025-1.107-.031-1.661-.055-.203-.01-.406-.028-.607-.029-.44-.007-.673-.188-.819-.687.962.077 1.934.076 2.901-.003a.488.488 0 0 0-.543-.207 4.31 4.31 0 0 1-.471.021c-.412-.001-.833-.001-1.239-.029-.29-.02-.584-.074-.876-.11a.203.203 0 0 1-.112-.078c-.207-.278-.405-.556-.652-.9 1.047.261 2.12.425 3.195.484l.109-.173-.384-.194.156-.23c-.239-.032-.435-.068-.628-.078a44.986 44.986 0 0 0-1.074-.052.944.944 0 0 0-.22-.007 2.918 2.918 0 0 1-1.391-.19c-.181-.072-.304-.288-.44-.441 0 0 .085-.146.13-.14.324-.001.65.015.966.024.096.001.203.018.3.02.314-.01.63-.009.944-.026.13-.01.259-.047.387-.092l-.009-.103c-.08-.02-.169-.03-.249-.04a192.5 192.5 0 0 0-2.277-.092 1.105 1.105 0 0 1-.908-.82.255.255 0 0 1 .125-.183c.147-.02.296-.024.439.008.69.074 1.39.06 2.074-.03.061-.006.117-.071.184-.111a.16.16 0 0 0-.024-.085l-.387-.02c-.369-.005-.755-.008-1.133-.02a34.317 34.317 0 0 1-1.327-.048.578.578 0 0 1-.378-.654.188.188 0 0 1 .15-.09c.265.013.538.034.802.047.29.01.59.03.886.014.07-.005.13-.123.195-.19-.066-.063-.126-.154-.198-.174a4.57 4.57 0 0 0-1.647.005c-.357.029-.395-.003-.366-.404l.174-.014c.548.06 1.096.119 1.652.16.167.004.33-.027.493-.075.412-.112.813-.24 1.215-.368.068-.023.115-.096.173-.135-.065-.047-.133-.128-.194-.123-.394.006-.777.037-1.172.035-.333 0-.66-.033-.994-.04a5.401 5.401 0 0 0-1.054.077l.308.226a.731.731 0 0 1-.966-.554c-.156-.525-.092-.59.441-.504l.08.02c.773.006 1.537.022 2.3.029.104-.009.207-.035.31-.06l-.006-.078a.52.52 0 0 0-.217-.078c-.66-.032-1.31-.057-1.97-.09-.344-.015-.68-.049-1.015-.082-.073-.029-.139-.084-.162-.152a2.311 2.311 0 0 1-.069-.419l2.613-.092.009-.113a1.137 1.137 0 0 0-.659-.12 3.461 3.461 0 0 1-1.265-.035 3.419 3.419 0 0 0-.726-.097.202.202 0 0 1-.14-.11c-.09-.227-.152-.456-.223-.684-.047-.143-.02-.24.155-.246.455-.012.91-.023 1.357-.025.455-.002.912.013 1.359.011.094-.025.188-.059.272-.109-.067-.064-.097-.113-.132-.11-.326-.026-.654-.06-.979-.068-.64-.008-1.278.018-1.92-.008a.541.541 0 0 1-.346-.267c-.102-.173.003-.294.206-.276a26.812 26.812 0 0 0 3.814-.199.722.722 0 0 0 .19-.033c.058-.04.107-.078.156-.125-.064-.038-.123-.111-.193-.114-.194-.01-.394.006-.587.013-.935.033-1.87.057-2.806.09-.218.01-.428.018-.645.044a.284.284 0 0 1-.34-.198l-.003-.034c-.163-.602-.117-.684.496-.69.613-.007 1.184.015 1.78.019a2 2 0 0 0 .39-.058l.01-.096c-.08-.02-.17-.038-.248-.04a892.5 892.5 0 0 1-1.815-.113 1.913 1.913 0 0 0-.385.015c-.2.024-.326-.026-.352-.24-.012-.138-.074-.263-.103-.4-.03-.153.035-.21.204-.19.46.058.927.09 1.395.13.53.043 1.06.095 1.587.121.185.011.377-.005.566-.046a1.167 1.167 0 0 0-.763-.224c-.52-.027-1.033-.098-1.555-.15a14.16 14.16 0 0 0-1.04-.071c-.35-.006-.39-.047-.398-.375-.027-.536-.027-.536.499-.431.428.086.858.199 1.29.241.505.054 1.012.04 1.513.059a.728.728 0 0 0 .265-.082l-.008-.095-1.387-.251c-.023-.484-.428-.407-.698-.49-.386-.115-.802-.168-1.195-.257a.285.285 0 0 1-.238-.336.066.066 0 0 1 .014-.044c.04-.151.056-.386.32-.373.123.007.239.023.37.03l.078-.232c.33.069.652.147.972.198.249.05.506.09.761.094.561.007 1.121-.005 1.68-.033a.487.487 0 0 0 .284-.17 9.34 9.34 0 0 0-1.918-.087l-.006-.086a1.74 1.74 0 0 1 .3-.085c.409-.033.82-.032 1.222-.056a.567.567 0 0 0 .227-.114c-.082-.037-.158-.109-.237-.12-.448-.006-.891.039-1.333-.003-.4-.072-.802-.16-1.196-.267a1.457 1.457 0 0 0-.282-.012c.034.093.044.214.11.269a.808.808 0 0 0 .738.234.763.763 0 0 1 .246.015l.008.095a2.572 2.572 0 0 1-.514.042c-.328-.051-.643-.147-.963-.2a1.862 1.862 0 0 0-.432.07.467.467 0 0 1-.327-.033c-.057-.048-.06-.195-.05-.29.01-.097.087-.225.104-.339a.297.297 0 0 0-.215-.372.242.242 0 0 0-.08-.011 62.956 62.956 0 0 1-1.865-.307 15.698 15.698 0 0 1-1.564-.367c-.171-.055-.302-.261-.474-.438l-.184.102-.14-.214-.13-.085a1.33 1.33 0 0 1-.124.305.378.378 0 0 1-.507.128c-.009 0-.019-.016-.028-.024a1.233 1.233 0 0 0-.26-.056c-.088-.02-.178-.047-.267-.065l-.006-.07.345-.175s.005-.052.002-.078c-.538-.155-1.154-.08-1.595-.537.23.033.453.067.683.091.222.043.452.068.68.066.374-.03.746-.095 1.12-.134.06-.005.18.054.192.105a.76.76 0 0 0 .589.55c.297.106.575.283.88.38.37.125.745.207 1.12.298.314.078.635.148.955.2.221.025.445-.02.666-.003.185.011.364.057.527.13.437.19.859.424 1.301.579.27.09.554.128.841.105.443.05.893-.021 1.307-.202.067-.04.225.068.342.11.46.154.943.27 1.423.353.477.047.96.051 1.437-.005.13-.01.267-.056.385-.118a.81.81 0 0 1 .663-.028c.237.102.531.06.784.152a5.2 5.2 0 0 0 1.867.004.997.997 0 0 0 .376-.126c.237-.097.475-.195.701.004.057.047.134.136.12.18a.26.26 0 0 1-.182.137 5.884 5.884 0 0 1-.555.071c-.313.026-.634.07-.949.078a.652.652 0 0 0-.537.286.359.359 0 0 0-.068.248.284.284 0 0 0 .213.139c.73.027 1.46.054 2.197.063.623.01 1.236.004 1.86.022.052-.004.143.153.141.231.047.794.087 1.597.134 2.39.015.19.049.386.073.575l.097.01a1.3 1.3 0 0 0 .093-.26.896.896 0 0 0-.009-.215c-.032-.925-.055-1.86-.096-2.792-.01-.13-.091-.253-.102-.39a.405.405 0 0 1 .098-.295c.39-.283.71-.656.92-1.08.037-.081.165-.127.247-.194.168.125.344.232.535.32.32.156.676.231 1.033.202.441-.07.919-.023 1.348-.127.35-.124.687-.29 1.003-.49.185-.101.35-.219.543-.33a.227.227 0 0 1 .13-.019c.407.053.808.125 1.223.16.183-.006.365-.03.543-.105.37-.09.728-.207 1.077-.339.345-.175.68-.368.995-.584.042-.02.064-.083.107-.087.46-.046.922-.092 1.383-.13.018-.001.038.032.104.096l-1.35.526.036.118c.258-.056.517-.103.766-.166.06-.014.117-.07.177-.084.488-.144.977-.28 1.464-.432.162-.056.323-.121.483-.204a.179.179 0 0 0 .077-.127.178.178 0 0 0-.099-.14.906.906 0 0 1-.271-.099l.524-.459.108.035c.11.485.185.982.234 1.48-.028.41-.073.821-.144 1.234-.036.428-.043.87-.07 1.306-.015.236-.04.472-.055.707.002.026-.022.054-.02.08-.021.495-.017.98-.055 1.478-.038.497-.116.945-.165 1.417-.009.105.018.216 0 .33a9.16 9.16 0 0 1-.056.481c-.005.044-.038.081-.043.125.008.416-.02.834-.09 1.247-.08.319.053.655-.158.975-.124.192-.083.484-.133.73-.057.265-.14.532-.197.805-.05.247-.083.493-.123.747-.042.246-.08.518-.13.774-.026.323-.097.64-.213.936a10.75 10.75 0 0 0-.282 1.158c-.073.18-.084.371-.148.559-.165.447-.32.901-.512 1.342-.155.36-.364.697-.537 1.05-.03.054.002.129-.001.199.06-.014.156-.013.188-.05.223-.279.436-.565.613-.874.206-.372.375-.767.51-1.168.193-.632.35-1.286.516-1.932.113-.443.209-.884.304-1.325.057-.265.089-.528.137-.792.047-.29.093-.588.139-.878.046-.29.098-.623.17-.933.065-.265.157-.533.242-.79l.021-.055c.024-.348.04-.705.072-1.054.05-.464.117-.929.176-1.384.012-.07-.012-.147 0-.217.023-.262.054-.516.06-.776l-.031-.38c.111-.563.003-1.144.158-1.711.01-.096.01-.2-.007-.303.024-.245.065-.49.08-.743.01-.192-.032-.388-.022-.58.011-.191.032-.358.053-.541.005-.044.027-.09.033-.133.008-.538.026-1.077.026-1.614.001-.304-.042-.612-.048-.907-.008-.198-.022-.38-.31-.364a.695.695 0 0 1 .61-.475c.456-.098.901-.23 1.336-.378a3.844 3.844 0 0 0 1.533-.974c.147-.134.447-.115.683-.117.324-.009.64.009.958.035.142.023.285.046.42.087l.007.095-.438.322.033.083c.105 0 .201-.007.305-.024.537-.183 1.074-.374 1.61-.565.188-.068.354-.176.54-.252.255-.1.376-.239.133-.531l.33-.149c.027.12.053.23.072.35.023.18.038.36.043.534.09.556.083 1.12-.03 1.675-.022.158-.018.314.011.459.012.354-.037.402-.392.457a1.378 1.378 0 0 0-.353.184c-.598.292-1.187.591-1.786.883a.974.974 0 0 0-.18.153l.052.1c.197-.06.394-.11.581-.177.188-.068.408-.164.602-.249.33-.14.67-.288 1-.42a1.35 1.35 0 0 1 .324-.008c-.02.088-.038.176-.057.273a.484.484 0 0 0-.026.106c-.017.33-.016.669-.068.994-.044.324-.157.654-.217.988a6.226 6.226 0 0 0-.075.908c-.007.235-.084.267-.309.302-.31.07-.609.163-.906.282-.29.102-.58.204-.868.314-.187.067-.385.118-.572.194-.042.012-.07.093-.15.203a5.676 5.676 0 0 0 2.634-.813c.023.067.071.124.058.177-.043.22-.096.433-.14.645-.044.324-.114.65-.202.96-.15.42-.077.891-.38 1.263a.466.466 0 0 1-.188.154c-.445.14-.891.255-1.325.411a1.595 1.595 0 0 0-.374.256c.002.026.014.06.025.085a5.01 5.01 0 0 0 .612-.12c.283-.083.56-.218.843-.302.164-.031.338-.045.505-.041-.368.966-.677 1.901-1.077 2.8-.4.9-.873 1.762-1.31 2.639l.12.068c.14-.21.298-.423.43-.633.147-.238.284-.491.404-.744.352-.73.74-1.447 1.048-2.192.307-.753.542-1.518.778-2.283.118-.373.164-.784.255-1.173.052-.221.157-.43.21-.65.058-.248.072-.509.14-.757.094-.337.012-.703.205-1.022a.228.228 0 0 0 .018-.106 62 62 0 0 0 .179-1.245c.01-.08-.014-.164-.011-.242.015-.132.04-.264.073-.396-.002-.026.03-.046.038-.073.034-.332.069-.656.104-.98.039-.488.087-.968.135-1.458.01-.079.013-.166.006-.243-.018-.224-.08-.453.096-.658.04-.047.022-.158.015-.244-.04-.49-.08-.973-.128-1.463a3.55 3.55 0 0 0-.153-.586c.153-.056.358-.124.57-.202a6.936 6.936 0 0 0 2.09-1.246c.04-.038.17-.066.19-.041a.25.25 0 0 1 .051.204l-.035-.11ZM19.972 52.117l.033-.133 1.509.233-.016.13-.574-.056c-.177-.02-.344-.024-.521-.053-.151-.023-.296-.08-.448-.12l.017-.001Zm38.855-12.021.002.026-.67.921-.072-.029c.012-.07.032-.14.061-.213.295-.466.463-.99.498-1.531a1.1 1.1 0 0 1 .171-.37c.054.117.09.245.11.373-.013.278-.052.55-.083.821l-.017.002Zm.272-2.467c-.036.09-.164.135-.256.194-.075.05-.15.082-.226.123.04.075.081.14.122.215.042.075.11.165.087.201a.697.697 0 0 1-.236.219c-.026.01-.111-.069-.167-.108-.28-.211-.561-.43-.85-.641-.12-.086-.258-.161-.451-.267.372-.16.56.093.784.162.306-.12.215-.382.262-.663l-.447.114c-.031-.387-.38-.255-.65-.337.128-.262.258-.498.36-.749.096-.216.166-.438.226-.668a.334.334 0 0 1 .364-.273c.467.04.855.39.928.852.019.12.055.247.108.355.181.402.193.86.043 1.28v-.009Zm-16.323-6.478c-.157-.213-.338-.276-.467-.144a.242.242 0 0 0-.035.22c.128.171.3.131.502-.076Zm-8.53 8.67c.012.147-.007.348.211.34.053-.005.11-.157.188-.285l-.314-.295a.62.62 0 0 0-.085.24Zm-17.328-8.155a.815.815 0 0 0 .105-.217c-.09-.036-.195-.131-.254-.109a1.54 1.54 0 0 0-.535.321 3.668 3.668 0 0 0-.857 1.96c-.005.148.006.285.036.43l.123.008c.054-.196.108-.39.171-.587.084-.258.076-.57.39-.708.017-.105.016-.226.071-.3.241-.271.5-.526.75-.798Zm6.455-.171c.077-.015.165-.014.223-.062.122-.114.235-.236.338-.366a.202.202 0 0 0 .012-.174c-.003-.034-.09-.036-.19-.08a3.753 3.753 0 0 0-.422.416c-.04.047.031.17.047.265h-.008Zm-13.278 4.204c.072-.093.196-.18.198-.26a4.054 4.054 0 0 0-.105-.64c.136-.593.71-.865 1.135-1.246a8.273 8.273 0 0 1 1.423-.922c.412-.216.835-.407 1.26-.571.313-.13.36-.09.432.25.028.137.075.272.112.407l.104-.008c.188-.276.12-.678.426-.91.17-.179.356-.359.553-.522.278-.144.565-.272.854-.382.335-.2.71-.327 1.092-.367.035-.002.068-.031.103-.034.275-.066.55-.14.816-.197.156-.03.312-.051.468-.072l.304-.025c-.009.105-.009.209-.018.313-.029.185-.04.376-.041.567.005.069.125.137.2.2.048-.056.114-.104.143-.176.058-.16.079-.327.127-.496.253-.87 1.017-1.166 1.737-1.476.42-.121.852-.2 1.286-.244.266-.074.531-.156.787-.246a.631.631 0 0 0-.019-.12 1.815 1.815 0 0 0-.3-.036 15.45 15.45 0 0 0-1.252.136 3.333 3.333 0 0 0-.857.244c-.396.188-.79.411-1.165.65-.25.167-.548.261-.847.25a2.905 2.905 0 0 0-.76.132c-.438.114-.883.246-1.321.36l-.026.002c-.294.05-.585.134-.856.251-.445.245-.857.564-1.29.843a1.312 1.312 0 0 1-.529.285 7.585 7.585 0 0 0-2.447 1.058c-.589.3-1.124.716-1.567 1.203-.414.407-.575 1-.416 1.56.025.084.153.152.247.23l.01.009Zm11.92-4.206c-.143.09-.242.158-.134.305.109.148.247.128.377.004.26-.255.538-.503.797-.758a.792.792 0 0 0 .12-.244l-.058-.073c-.11.043-.211.095-.31.164-.265.195-.509.431-.784.601h-.009Zm-4.24 1.646c.085-.033.189-.05.237-.106.128-.14.238-.297.348-.453.039-.064.077-.136.107-.2-.073-.028-.156-.082-.18-.063-.215.165-.42.338-.607.526-.032.038.06.195.086.297l.009-.001Zm1.254-.631c-.096.008-.174.127-.255.203.093.07.195.14.313.182.036.015.114-.104.221-.191-.12-.086-.21-.208-.27-.195h-.009Zm39.396 4.812c-.05.134-.113.217-.107.295.003.043.112.086.168.125a1.02 1.02 0 0 0 .148-.229c-.003-.034-.105-.095-.209-.19ZM51.52 60.413c-.155.039-.29.11-.443.158-.248.08-.506.145-.752.234-.06.022-.106.104-.17.17a2.125 2.125 0 0 0 1.55-.334.203.203 0 0 0 .003-.174.218.218 0 0 0-.188-.045v-.009Zm3.16-27.225a43.513 43.513 0 0 0-1.116-.568c.145.49.661.475.956.763l-.027.097-.804-.082-.02.08c.092.053.184.106.275.151.357.179.801.255.91.732.025.085.05.178.074.263a.798.798 0 0 1-.294-.063 7.038 7.038 0 0 0-.563-.448 2.85 2.85 0 0 1-1.372-1.457l.201-.112c-.81-.489-5.347-1.297-5.805-1 .11.06.229.111.355.162.243.075.486.15.737.217.224.068.456.119.68.161.088.01.178-.058.273-.083a.86.86 0 0 1 .361-.081c.777.17 1.554.35 2.325.564.24.05.407.262.392.506l-1-.343-.037.098c.093.062.186.123.286.176.275.142.566.266.841.425.3.123.49.42.482.741.007.086.03.162.07.228.104.192.02.242-.159.196-.232-.06-.466-.136-.707-.185-.078.006-.157.012-.233.045.04.066.066.167.12.19.254.1.523.173.777.274.072.029.165.09.179.15.04.274.045.551.07.87-.588-.238-1.121-.429-1.64-.655-.344-.146-.762-.216-.86-.554.062-.421.148-.767.172-1.115.014-.261-.085-.505.042-.784a.342.342 0 0 0-.11-.476c-.008 0-.017-.007-.027-.015a2.11 2.11 0 0 0-.453-.076c.276.81.304 1.683.082 2.507l-1.626-.483c-.162-.047-.315-.095-.476-.143-.251-.066-.216-.277-.212-.45-.005-.06.118-.166.162-.161.391.072.784.152 1.176.242l.849.19.047-.064c-.05-.065-.093-.174-.165-.194-.325-.121-.65-.233-.981-.32a5.953 5.953 0 0 1-.686-.134c-.136-.05-.236-.206-.334-.328a.596.596 0 0 1-.06-.212c-.034-.092-.068-.176-.101-.269a1.93 1.93 0 0 1 .31-.051c.123-.002.233.05.357.066.15.014.298.002.439.008l.016-.123-2.09-.376.02-.279-.604.11c-.022-.267-.143-.352-.407-.261-.068.023-.16-.03-.24-.041-.364-.058-.72-.115-1.082-.155a6.711 6.711 0 0 0-.715-.063c-.237-.007-.473.004-.71.006l.01.112 1.712.25c-.44.296-.931-.132-1.372.156.143.04.295.07.445.085.381.055.765.137 1.153.174.345.033.695.022 1.03.055.443.05.887.127 1.324.213a.296.296 0 0 1 .171.168c.024.076.04.161.046.239.065.254-.005.364-.278.352a11.3 11.3 0 0 1-.95-.14c-.489-.09-.971-.206-1.468-.278a6.82 6.82 0 0 1-1.033-.09 1.63 1.63 0 0 0-1.117.161.668.668 0 0 1-.262.021 2.276 2.276 0 0 0-1.397.062.448.448 0 0 0-.238.523c.012.146.152.247.3.227.017-.002.034-.003.05-.013a.331.331 0 0 0-.029-.145c-.137-.18-.046-.248.102-.364a.642.642 0 0 1 .506-.137c.524.079 1.071-.087 1.573.158a.255.255 0 0 0 .207-.043.971.971 0 0 1 .931-.076c.08.011.169.021.247.015.327.034.654.068.982.11.524.079 1.04.167 1.565.271a.4.4 0 0 1 .261.196.477.477 0 0 1-.005.364c-.023.045-.216.044-.323.018-.905-.247-1.812-.502-2.717-.75a3.69 3.69 0 0 0-.302-.044l-.019.088c.18.063.362.135.55.19.26.074.538.138.798.212.566.17 1.132.34 1.69.52a.427.427 0 0 1 .243.18c.11.277.117.58.017.857a9.23 9.23 0 0 0-.196.822c-.044.212-.12.348-.361.298-.374-.073-.758-.155-1.131-.22-.472-.082-.472-.082-.5-.54-.01-.12.027-.314-.19-.296-.218.018-.196.18-.175.335.047.256-.01.313-.291.301l-.287.024.008.103.594.194c-.063.508-.11 1.015-.19 1.524-.082.51-.182 1.003-.29 1.497-.071.318-.16.629-.266.932-.022.054-.158.108-.23.097-.45-.041-.903-.117-1.361-.149-.265-.022-.658-.44-.59-.689.047-.16.122-.322.17-.482a.758.758 0 0 0-.002-.242c-.075.05-.186.084-.206.155-.14.341-.242.696-.38 1.037-.022.062-.111.148-.173.144-.563-.024-1.12-.082-1.681-.088-.246-.006-.364-.057-.34-.406-.139.124-.248.176-.268.256-.056.178-.176.205-.333.218-.451.054-.901.125-1.343.196-.225.036-.449.193-.684-.013-.01-.017-.17.074-.175.118-.004.382.001.763.032 1.142.028.231.081.461.161.689.023.067.107.12.165.186a1.08 1.08 0 0 0 .073-.284c-.023-.284-.108-.563-.13-.847-.055-.663.01-.73.688-.802.4-.033.79-.082 1.19-.123.2-.017.246.11.257.248.026.31.033.612.05.923.041.62-.119.807-.718.882-.104.009-.2.016-.303.034-.146.046-.29.11-.443.166l.027.11c.245-.002.489-.022.726-.016.247.015.503.046.751.078.1-.06.211-.104.323-.13.454-.02.91-.014 1.36.01.043-.004.107.138.112.207a3.286 3.286 0 0 1-.045.515l.125.033c.075-.162.15-.315.207-.476.07-.205.165-.343.417-.26.116.026.24.042.354.041.37.022.757.042 1.136.072a.486.486 0 0 1 .155.066c-.008.226-.058.472-.003.503.21.095.225-.14.321-.252.033-.029.045-.09.079-.11a.572.572 0 0 1 .264-.091c.212.017.418.07.63.087a.772.772 0 0 0 .273-.083l-.008-.103-1.015-.299c.051-.126.096-.224.131-.323l.374-1.227c.089-.301.241-.366.543-.217.063.02.117.042.188.045.222.043.453.076.676.127a.164.164 0 0 1 .098.13c-.005.149-.037.299-.06.448l-.025.331.09.019a1.33 1.33 0 0 0 .365-.671.278.278 0 0 1 .214-.165c.196.027.384.081.573.144.243.075.486.16.728.218.062.012.145-.047.222-.07-.032-.067-.05-.178-.104-.2a2.954 2.954 0 0 0-.488-.185c-.35-.102-.691-.195-1.032-.29.121-.451.218-.875.342-1.292.048-.16.091-.38.4-.25.243.076.5.115.756.138.276.047.559.075.836.14.143.04.278.08.405.14a8.79 8.79 0 0 0-.271 1.504l.125.033.501-1.488c.426.173.798.334 1.178.476.107.017.22.008.322-.026a2.286 2.286 0 0 0-1.254-.66c-.134-.025-.248-.033-.21-.2.106-.425.22-.85.334-1.285.073-.283.116-.304.405-.189.69.282 1.371.582 2.074.82.26.073.414.338.339.604l-.044.108a4.29 4.29 0 0 0-.157.654c.103-.025.166-.013.172-.04.09-.18.164-.36.227-.556.052-.22.129-.348.384-.334.07.002.152-.074.22-.105a.828.828 0 0 0-.157-.204.395.395 0 0 1-.197-.478c.079-.431.139-.878.182-1.315.019-.201.102-.251.261-.125.479.385.95.789 1.43 1.183.074.055.148.1.22.138-.025-.102-.018-.232-.076-.297a36.265 36.265 0 0 0-1.02-1.009c-.133-.128-.331-.19-.481-.307a.675.675 0 0 1-.252-.292 1.895 1.895 0 0 1-.044-.543.267.267 0 0 1 .063-.195c.033-.02.133.015.188.045.21.104.413.226.679.378a.923.923 0 0 0-.478-.594c-.166-.107-.379-.238-.427-.398a3.049 3.049 0 0 1-.012-.797c.155.074.31.157.458.24.204.14.384.307.58.447.457.344.947.66.864 1.351-.01.218.01.441.054.663l.034.422.123.007c.338-.374-.07-.86.088-1.29.054.022.107.026.127.05.11.174.212.347.331.52.076.072.17.142.26.187.029-.09.09-.198.067-.266a2.6 2.6 0 0 0-.329-.589 7.116 7.116 0 0 1-.516-.634 2.638 2.638 0 0 1-.152-.68c.37.03.438.527.928.409-.228-.215-.4-.392-.581-.568-.067-.064-.187-.14-.174-.194.059-.247-.123-.32-.27-.42-.15-.11-.3-.227-.447-.31l.036.006Zm-14.156 9.017c-.351-.006-.7.005-1.059.026-.156.012-.232-.06-.227-.207.019-.201.056-.395.075-.587.013-.062.025-.123.029-.184-.005-.173-.028-.345-.034-.518-.019-.449.078-.552.528-.624l.849.087c.097.01.203.018.3.019.392-.023.48.082.398.479-.071.318-.115.633-.168.959-.083.483-.198.57-.708.56l.017-.01Zm3.469-1.531c-.05.142-.091.285-.123.434-.104.33-.227.652-.323.98a.333.333 0 0 1-.39.258l-1.533-.083a.243.243 0 0 1-.263-.222.197.197 0 0 1 .025-.123c.118-.382.244-.765.37-1.149a.122.122 0 0 1 .014-.053c.06-.276.275-.427.647-.451l1.176.13.248.031c.167.012.242.067.144.257h.008v-.01Zm5.49-3.066c-.082.284-.172.577-.254.861a1.992 1.992 0 0 1-.108.39c-.046.082-.159.204-.23.193-.24-.041-.467-.144-.707-.185-.303-.054-.61-.072-.922-.124a.968.968 0 0 1-.36-.118.245.245 0 0 1-.088-.219c.061-.213.158-.42.229-.634a.76.76 0 0 0-.017-.198.387.387 0 0 0-.186.076.513.513 0 0 0-.107.19c-.086.242-.163.482-.258.715a.216.216 0 0 1-.159.091c-.166-.003-.327-.034-.502-.037l-.357.03.008.094c.205.044.419.087.641.13.214.043.426.06.168.342a1.232 1.232 0 0 0-.148.436 3.467 3.467 0 0 1-.145.593.444.444 0 0 1-.342.21 7.803 7.803 0 0 1-.997-.187c-.178-.038-.185-.124-.12-.303a5.22 5.22 0 0 0 .177-.829c.05-.247.064-.508.122-.755.088-.432.21-.867.306-1.3.037-.193.029-.4.047-.602.024-.244.151-.298.376-.23.395.115.79.222 1.191.31.214.044.344.129.328.364.003.043.042.083.072.133.041-.03.102-.043.125-.08.155-.247.35-.22.594-.126.453.17.911.315 1.378.45.206.053.293.15.23.346h.009l.006-.027Zm.144-.705a.261.261 0 0 1-.2.12 42.36 42.36 0 0 1-1.766-.593c-.172-.064-.3-.131-.182-.401.096-.329.147-.67.154-1.01.027-.21.08-.413.124-.625.006-.035.083-.059.141-.098l.97.285c.225.068.456.101.68.17.17.046.334.12.49.202.037.023.037.136.034.197a3.93 3.93 0 0 1-.094.467c-.113.434-.228.86-.35 1.286Zm3.232-.143c-.06.447-.137.896-.22 1.38-.415-.14-.776-.258-1.128-.394-.407-.15-.798-.317-1.212-.456-.406-.14-.473-.317-.313-.72.13-.34.223-.703.273-1.063.051-.333.125-.391.434-.26.554.24 1.091.483 1.652.697.358.092.58.455.496.818l.01-.001h.008Zm-13.831 7.197c-.22-.008-.434-.06-.652-.042a.564.564 0 0 1-.523-.183.22.22 0 0 0-.303-.062.156.156 0 0 0-.058.048c-.148.125-.313.242-.552.426.168.021.283.038.397.037l1.132.012c.367-.004.736 0 1.102-.02.061-.006.114-.114.17-.17a.58.58 0 0 0-.216-.078c-.175.005-.34.028-.506.032h.009Zm1.116-12.53s.036.014.054.012c.609.055 1.217.1 1.835.154.124.016.249.04.382.055a.867.867 0 0 0-.687-.256c-.035.003-.071-.011-.107-.017-.584-.073-1.164-.19-1.753-.22a32.014 32.014 0 0 0-2.08-.03c-.236.002-.47.038-.705.057l.011.138c.44.025.873.067 1.313.084.563.023 1.15.018 1.729.032l.009-.001-.001-.009Zm7.306-1.117c.096-.008.175-.118.314-.234-.147-.092-.253-.204-.34-.189-.077.015-.17.153-.198.25-.022.055.139.197.208.183h.008l.008-.01Zm5.526 27.644c.068-.023.103-.13.159-.195a.696.696 0 0 0-.236-.094 2.793 2.793 0 0 0-1.2.436l.008.104a.78.78 0 0 0 .293.036 9.51 9.51 0 0 0 .968-.278h.008v-.01ZM34.145 30.85l-1.49.121c.475.23 1.041.184 1.481-.12l.017-.002h-.008Zm7.93 4.701c.142.023.286.072.42.096.348.075.704.15 1.059.2.113-.01.235-.02.346-.055l-.006-.077a46.113 46.113 0 0 0-9.348-1.127 5.762 5.762 0 0 0 .044-1.824.273.273 0 0 0-.127.166c-.058.464-.125.93-.166 1.4-.011.184-.02.297-.227.331-.13.028-.248.072-.357.133a.825.825 0 0 0-.154.152c.056.047.135.153.169.142.384-.127.55.076.654.389 0 .008.028.015.101.06.009-.113.02-.183.032-.262.022-.262.144-.376.41-.346a7.542 7.542 0 0 1 1.77.099c.027.015.069-.006.112-.01.31-.068.631-.111.954-.13.457.016.917.065 1.37.149.978.163 1.956.334 2.934.498l.008-.001.002.017Zm-7.625-3.964c.183-.014.364-.055.554-.088l-.008-.095a8.256 8.256 0 0 0-1.215-.065c-.756.07-1.516.21-2.267.35-.079.006-.126.183-.197.276.09.027.192.097.278.08.448-.096.892-.245 1.333-.316.502-.076 1.019-.083 1.523-.133v-.009Zm2.005 1.363c.007.094.112.198.181.288.07-.1.132-.21.184-.318.023-.045-.008-.104-.013-.164-.055-.455-.047-.464.415-.493l.088-.007c.561.006 1.114.022 1.676.028.044-.004.09.036.126.041.382.064.773.128 1.154.175.053.004.117-.062.185-.093-.048-.048-.088-.114-.134-.137a5.863 5.863 0 0 0-.883-.188c-.397-.037-.808-.02-1.213-.04a12.798 12.798 0 0 1-1.015-.09.8.8 0 0 1-.38-.142c-.12-.086-.21-.113-.307-.001a.866.866 0 0 1-.63.233l-2.777.227c-.113.01-.225.035-.328.061l.01.12c.134.025.257.032.389.038l2.499-.203c.741-.044.803-.248.79.672l-.017-.007Zm-2.07 2.682c-.054.083-.145.15-.164.24-.01.087.074.15.166.306.09-.18.18-.266.18-.361-.004-.052-.123-.111-.198-.175l.017-.01Zm10.87-6.426a1.772 1.772 0 0 0-.412.311.228.228 0 0 0 0 .321.19.19 0 0 0 .083.054c.128.067.22.017.286-.154a.694.694 0 0 1 .3-.293c.152-.073.296-.128.458-.184.059-.031.098-.095.203-.199-.153-.048-.254-.11-.34-.094-.206.06-.4.146-.576.247l-.001-.009Zm.33 19.495c.36-.099.73-.181 1.079-.305.211-.095.413-.199.604-.327l-.037-.135a.928.928 0 0 0-.271.004c-.163.048-.322.14-.484.196-.358.124-.717.24-1.066.364-.051.013-.08.085-.12.131.046.031.1.062.146.084a.335.335 0 0 0 .131-.01l.017-.002Zm1.355 4.579c-.63.112-1.262.224-1.9.354-.043.004-.07.093-.103.13.063.02.129.076.18.063.52-.077 1.04-.154 1.558-.248.136-.046.272-.11.397-.189l-.034-.092s-.073-.029-.107-.017l.009-.001Zm-2.369 8.887c-.422.096-.844.182-1.267.269l-.007.121c.135.041.268.057.408.054a46.87 46.87 0 0 0 1.862-.377c.069-.015.111-.14.158-.213-.08-.02-.164-.073-.233-.059-.319.07-.619.146-.929.215l.008-.01Zm2.474-12a4.433 4.433 0 0 0-2.551.53 7.411 7.411 0 0 0 2.543-.52l.008-.01ZM32.01 47.876c.157.092.33.164.51.219.495-.04.789-.42.68-.793a22.68 22.68 0 0 0-.632-1.829 1.567 1.567 0 0 0-1.116-1.114c-.152-.03-.257-.03-.315.121a6.882 6.882 0 0 0-.187.605c-.05.134-.075.266-.071.413.055.36.154.707.235 1.056a2.05 2.05 0 0 0 .897 1.33v-.008Zm.427-.468c.005.06-.048.16-.091.172-.043.012-.126-.041-.19-.08a1.3 1.3 0 0 1-.403-1.163c.298.322.687.577.667 1.081l.017-.01Zm-1.044-2.48.413.33-.27.23c-.13-.085-.32-.147-.316-.208-.009-.112.105-.226.165-.343l.008-.01Zm14.64 14.209c-.226.027-.459.072-.684.107l-1.124.188c-.096.007-.181.032-.276.048a.29.29 0 0 1-.002.087c.081.028.17.047.25.057.457.015.915.047 1.378.027.21-.017.405-.085.582-.178.042-.02.038-.176.021-.27-.002-.026-.11-.06-.162-.056l.017-.01ZM32.33 13.132a1.285 1.285 0 0 0-.444.036 6.16 6.16 0 0 0 2.828.723 1.215 1.215 0 0 0-.25-.162c-.395-.115-.797-.212-1.191-.319-.322-.077-.63-.191-.95-.26l.007-.018Zm-4.52-7.268c-.13.01-.268.04-.398.058l-.019.097c.056.039.114.104.167.108.24.032.477.048.713.046a8.674 8.674 0 0 1 1.892.088c.063.012.153-.056.193-.11.015-.028-.028-.129-.076-.177a.387.387 0 0 0-.21-.113c-.372-.03-.742-.06-1.11-.056-.394.006-.786.038-1.17.06l.018-.001Zm4.605 6.593c-.318-.026-.643-.034-.959-.043-.07.006-.135.063-.203.095l.007.077c.275.047.552.111.835.14.363.04.73.036 1.084.077.275.03.535.103.801.15.08.012.167.005.246-.002-.042-.083-.07-.21-.142-.23a2.836 2.836 0 0 0-.615-.124c-.354-.04-.717-.089-1.07-.12l.016-.02Zm-1.67-3.279c-.202-.01-.403.007-.648.01a4.257 4.257 0 0 0 2.51.367c-.261-.308-.61-.28-.928-.323a8.523 8.523 0 0 0-.934-.054Zm.988 1.905c-.211-.009-.429.009-.648.01l-.033.123c.11.07.228.112.353.145.337.042.679.049 1.015.082.141.014.283.037.427.078.26.074.54.06.794-.048-.149-.1-.227-.198-.316-.217a8.104 8.104 0 0 0-.806-.099c-.265-.021-.53-.06-.795-.073m-2.311-3.192a.48.48 0 0 0-.283.075c-.042.029-.072.084-.06.134.023.06.07.099.132.111.328.034.663.059.99.093.053.004.106.017.16.021.398.055.789.118 1.187.164.105 0 .218-.01.33-.027a.913.913 0 0 0-.853-.373 6.973 6.973 0 0 1-1.594-.2m-.079-.851a1.06 1.06 0 0 0-.808.083.895.895 0 0 0 .201.105c.39.055.782.127 1.179.155.325.017.649.008.971-.018.07-.006.135-.072.201-.112-.047-.04-.087-.105-.131-.11-.326-.017-.659-.016-.985-.041-.203-.01-.407-.045-.619-.063l-.009.001Zm-2.692-2.06a5.718 5.718 0 0 0 2.65-.06 5.838 5.838 0 0 0-2.65.051v.009ZM25.033 42.28c-.022.054-.061.11-.057.161.01.12.045.23.09.34.04.066.089.13.137.188l.126-.175a7.958 7.958 0 0 0-.158-.43c-.013-.05-.093-.07-.139-.092l.001.008Zm-1.104-.742c-.166-.54-.317-1.092-.475-1.634a.323.323 0 0 0-.118-.164.163.163 0 0 0-.145.056 1.767 1.767 0 0 0-.064.29c.22.659.451 1.334.69 2.008.022.058.182.08.273.116.01-.079.056-.16.042-.229-.048-.16-.155-.29-.203-.443Zm.424 1.535c.049.17.097.339.163.498.022.05.085.07.132.11.03-.063.103-.13.082-.171-.075-.167-.175-.324-.268-.49l-.11.053Zm-1.056-3.702c-.004-.043-.126-.146-.143-.136a.358.358 0 0 0-.186.189c-.014.044.089.122.187.253.075-.153.139-.237.141-.315v.009Zm-9.87 6.752a.858.858 0 0 0-.297.024c-.143.072-.284.17-.398.275-.049.047-.058.144-.087.215.098.027.237.12.287.08.189-.153.367-.324.538-.494l-.044-.109v.009Zm.349.413c-.112.027-.328-.042-.278.144.038.145.231.25.346.37l.234-.252c-.038-.24-.122-.311-.303-.27v.008Zm8.977 1.955c-.162.065-.313.147-.473.23a.924.924 0 0 1-.145.046l-.032-.076c.173-.135.347-.262.502-.405.072-.084.135-.167.197-.258-.115-.017-.27-.083-.344-.033-.347.15-.632.416-.807.742-.096.224.007.303.151.352.207.07.422.121.644.155.143-.176.312-.363.454-.557a.188.188 0 0 0 .013-.166.186.186 0 0 0-.161-.039v.01Zm2.099-13.59a24.722 24.722 0 0 0-.157-.733.853.853 0 0 0-.065.812.17.17 0 0 0 .136.05c.05-.03.081-.077.076-.137l.01.008Zm-6.327 13.45.222.25.31-.39c-.073-.045-.15-.126-.23-.128-.131-.006-.297.007-.294.258l-.008.01Zm-.428-.633c-.2.13-.39.266-.572.41.22.104.426.27.527.227.135-.064.195-.294.251-.472.015-.036-.182-.193-.216-.173l.01.008Zm-5.934 6.873.077-.128a2.275 2.275 0 0 0-.233-.171c-.183-.09-.38-.143-.554-.241-.386-.212-.764-.44-1.15-.652-.045-.03-.167-.02-.19.016a.344.344 0 0 0-.05.247.392.392 0 0 0 .19.183c.229.12.457.232.701.325.397.14.802.264 1.207.404l.002.017Zm2.623-19.31c-.143-.032-.198-.063-.24-.042-.385.127-.77.245-1.151.398-.17.065-.185.205-.05.368.501-.206.98-.453 1.44-.733v.008Zm10.212.986c.101.382.195.773.304 1.146.12.406.25.811.388 1.208.115.337.23.683.355 1.02.012.042.084.07.131.11.032-.046.099-.086.096-.12a4.553 4.553 0 0 0-.13-.84c-.083-.261-.269-.497-.37-.767-.135-.378-.22-.779-.357-1.158-.14-.422-.305-.833-.462-1.254l-.12.036c.052.195.103.399.155.603l.01.016Zm9.329-15.861c-.057.056-.14.106-.144.167.006.078.038.153.103.191.227.103.453.189.696.256.42.113.84.208 1.268.295.097 0 .2-.016.295-.041-.076-.072-.147-.188-.237-.215a5.606 5.606 0 0 1-1.556-.489 2.653 2.653 0 0 0-.427-.182l.002.018Zm7.449 35.756c.251-.038.509-.102.756-.183.06-.022.107-.095.205-.181a7.118 7.118 0 0 0-2.802.47c.098.019.195.02.292.029a92.788 92.788 0 0 0 1.549-.135Zm.919-3.672c-.735.129-1.45.283-2.235.433a4.15 4.15 0 0 0 2.534-.31c-.137-.067-.223-.156-.292-.141l-.007.018Zm-11.58 6.423.008.103a.94.94 0 0 0 .279.09c.925-.05 1.85-.107 2.774-.165.07-.006.133-.09.199-.138-.073-.029-.139-.084-.208-.078-.91.03-1.809.07-2.716.117-.114.01-.225.045-.336.08v-.009Zm13.074-2.072c.098.018.186.028.283.029l1.863-.153c.07-.005.133-.088.2-.129a.599.599 0 0 0-.235-.084c-.463.02-.926.04-1.386.087a7.156 7.156 0 0 0-.741.156l.006.077.01.017ZM32.635 10.307c-.079-.106-.149-.213-.237-.215-.578.004-1.155.025-1.776.041.1.356.39.272.577.3.48.074.975.025 1.435-.134v.008Zm.413 52.757c.049.057.06.09.078.098.553.111 1.13.09 1.668-.084.06-.014.096-.112.143-.176-.072-.03-.157-.1-.227-.095-.426.035-.844.07-1.27.121a2.08 2.08 0 0 0-.393.12l.001.016Zm.45-8.445a.678.678 0 0 0-.356-.187 49.86 49.86 0 0 0-1.595-.104c-.335-.016-.667-.007-1-.005l.011.138c.957.225 1.95.274 2.94.15v.008Zm8.932-24.601c.084-.042.168-.084.251-.142a.964.964 0 0 0 .207-.251.295.295 0 0 0 .026-.228c-.021-.041-.127-.05-.254-.1a2.303 2.303 0 0 0-.319.39c-.037.08.061.211.088.322v.009ZM33.788 14.66c.251.075.519.131.778.188l.044-.099a.964.964 0 0 0-.234-.18 9.485 9.485 0 0 0-.722-.253 28.512 28.512 0 0 0-1.13-.324c-.063-.013-.137.046-.214.07a.455.455 0 0 0 .11.172.682.682 0 0 0 .2.088c.386.107.773.223 1.167.33v.008Zm11.68 15.214.296.08c.236-.115.481-.222.699-.352.05-.03.059-.135.088-.207-.071-.011-.154-.057-.213-.034-.231.07-.46.167-.688.272-.075.041-.119.158-.182.24Zm-17.256 23.33a3.72 3.72 0 0 0-1.7-.208 1.738 1.738 0 0 0 1.7.2v.008Zm15.295-23.413-.008-.095c-.082-.036-.185-.115-.244-.093-.093.043-.164.144-.245.228.083.046.17.143.23.13.096-.009.184-.111.276-.17h-.01Zm-1.107-.673a1.557 1.557 0 0 0-.195-.027l-.244.02-.005-.06.232-.167-.008-.103a.716.716 0 0 0-.27.013 3.149 3.149 0 0 0-1.164.893.308.308 0 0 0-.061.213c.003.043.105.113.13.102a.704.704 0 0 0 .198-.163c.056-.066.111-.14.158-.213.087.106.077.202.125.25.04.057.177.124.21.104.298-.215.586-.446.856-.685.05-.039.042-.125.055-.178l-.017.001Zm-6.096-7.044a3.62 3.62 0 0 0-1.746-.447c.495.376 1.13.54 1.754.447h-.008Zm-2.053-2.493a4.479 4.479 0 0 0 1.876.765 3.328 3.328 0 0 0-1.868-.766h-.008Zm12.16 10.346c-.059.152.01.242.186.245a.904.904 0 0 0 .667-.523.75.75 0 0 0-.836.285l-.018-.007Zm-12.69-11.343a5.814 5.814 0 0 0 2.162.82 4.455 4.455 0 0 0-2.152-.813l-.01-.007Zm.999-2.908c-.394-.098-.788-.204-1.19-.301-.277-.065-.554-.12-.83-.175l-.047.168c.206.061.403.114.61.176.512.157 1.007.316 1.51.457a.819.819 0 0 0 .32-.043 9.119 9.119 0 0 0-.26-.282c-.01-.017-.069.005-.097-.01l-.016.01Zm-.113 1.943c-.252-.188-.44-.337-.653-.476-.028-.024-.14.011-.162.056a.235.235 0 0 0-.027.202c.22.225.542.303.842.218Zm-1.406-1.325a3.33 3.33 0 0 0 1.992.67 3.976 3.976 0 0 0-1.982-.662l-.01-.008Zm2.272 9.584a1.013 1.013 0 0 0-.28.006c-.017.001-.05.125-.032.141a.53.53 0 0 0 .24.145c.38.047.77.085 1.148.106.387.02.79.022 1.193.015.122-.01.233-.045.352-.09-.137-.075-.195-.13-.256-.134l-1.824-.112c-.159-.013-.337-.05-.514-.07h-.008l-.019-.007Zm-.661-1.02c.424.043.854.05 1.285.068.194.01.389.037.582.039.219 0 .437-.01.664-.02-.004-.051 0-.112.004-.165-.924-.15-1.865-.09-2.809-.16.097.113.194.226.291.236h-.009l-.008.001Zm.349.517a4.13 4.13 0 0 0 2.57.024 7.873 7.873 0 0 0-2.553-.026l-.009.001h-.008Zm-.03 1.242c.05.082.117.155.208.191.027.015.173-.136.163-.152-.06-.1-.138-.188-.233-.276-.053.109-.142.194-.121.236h-.017Zm-.747-3.675a6.602 6.602 0 0 0 2.185.246c.052-.004.1-.06.15-.09l-.024-.076a7.067 7.067 0 0 0-2.302-.072h-.009v-.008Zm-.123.643a3.59 3.59 0 0 0 1.538.273c.229.007.458.023.68.057.168.012.342-.002.509.002a6.415 6.415 0 0 0-2.727-.332Zm19.287 7.58c-.178.075-.438.105-.507.44l1.06-.33a.5.5 0 0 0-.544-.111h-.009Z"/>
      <rect width="20.92" height="20.92" x="37.972" y="15.05" fill="#AC463F" rx="10.46" transform="rotate(-4.665 37.972 15.05)"/>
      <path fill="#fff" stroke="#fff" d="M48.277 20.219s-.052-.082.281-.18c.157-.046.33.1.33.1l.14.692s1.742 8.216 1.666 8.232c-.13.07-.25.158-.367.254-.118.096-.236-.132-.236-.132l-.06-.291s-.254-2.293-.68-4.4c-.426-2.106-1.023-4.026-1.023-4.026l-.027-.132-.024-.117Z"/>
      <path fill="#fff" stroke="#fff" d="M45.08 24.882c.277-.416 3.981-.538 3.981-.538l4.11-.507.526-.106s.428-.022.472.085c.043.107-.136.222-.136.222l-.235.192-5.47.767-3.101.822a1.176 1.176 0 0 1-.433-.107.263.263 0 0 1-.127-.234l.112-.268.301-.328Z"/>
    </g>
  </svg>
  
          </button></div><input type="hidden" name="product-id" value="7706095943761" /><input type="hidden" name="section-id" value="template--17132696895569__main" /></form></product-form></div>
</div>
                
                
                
                
                <div class="product__sowing-period">
                  
                    <div class="product__sowing-period-item">
                      <div class="product__sowing-period-title">Période de semis</div>
                      <div class="product__sowing-period-text">De février à avril</div>
                    </div>
                  
                  
                    <div class="product__sowing-period-item">
                      <div class="product__sowing-period-title">Période de récolte</div>
                      <div class="product__sowing-period-text">De juillet à septembre</div>
                    </div>
                  
                </div>
                
<div class="product_collapsible">
                  <!-- Caractéristiques -->
                  <button class="product_collapsible__trigger font-subheading">
                    Caractéristiques
                    <span class="product_collapsible__icon">
                      <svg xmlns="http://www.w3.org/2000/svg" width="21" height="12" fill="none" viewbox="0 0 21 12">
    <path fill="#1D1D1B" fill-rule="evenodd" d="M.857 1.928A1.168 1.168 0 0 1 1.272.323L1.274.32a3.92 3.92 0 0 1 .189-.136 2.02 2.02 0 0 1 .18-.11.854.854 0 0 1 .103-.046.44.44 0 0 1 .15-.029c.304 0 .542.15.705.304.163.152.276.329.34.443l.021.033a13.518 13.518 0 0 0 .539.78c.389.522.966 1.23 1.715 1.965.362.355.842.878 1.373 1.454l.004.006c.402.437.835.908 1.275 1.37 1.07 1.124 2.245 2.273 3.392 3.116.218.16.401.188.604.156.248-.04.566-.18.936-.448.746-.542 1.389-1.376 1.643-1.793l.038-.061 4.365-5.507a1.22 1.22 0 0 1 1.69-.207c.524.4.619 1.143.21 1.657l-4.278 5.398c-.381.604-1.198 1.658-2.236 2.412-.541.392-1.218.76-1.985.88a3.178 3.178 0 0 1-2.432-.597C8.493 10.388 7.2 9.114 6.11 7.967a107.22 107.22 0 0 1-1.361-1.463v-.001c-.496-.54-.904-.984-1.234-1.308a19.37 19.37 0 0 1-1.957-2.243 15.866 15.866 0 0 1-.684-.997l-.01-.017-.004-.007-.002-.003Z" clip-rule="evenodd"/>
</svg>

                    </span>
                  </button>
                  <div class="product_collapsible__content">
                    <div class="product_caracs-icons">
    
    <div class="product_caracs-icons-item" data-tooltip="Fréquence d’arrosage">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#020203;}
    </style>
    <g>
        <g>
            <path class="st0" d="M134.1,99.9c-2.5-15.8-6-31.4-9.6-47c-0.1-0.3-0.1-0.6-0.3-0.9c0.3-0.5,0.2-0.7,0-1.2                c-0.4-1.3-0.9-2.5-1.1-3.8c-0.1-0.7-0.1-1.4,0-2.1c0-0.2,0.1-0.4,0.1-0.6c-0.1-0.3-0.1-0.4-0.3-0.6c-0.3-0.4-0.9-0.6-1.5-0.8                c0.2,0.3,0.4,0.6,0.4,0.9c0.1,0,0.1,0,0.1,0.1c0.9,0.4,0.3,1.1,0.3,2.1c0,1.2,0.3,2.3,0.6,3.5c0.2,0.6,0.9,1.8,0.6,2.3                c-0.1,0.1-0.1,0.1-0.1,0.3c3,13,5.8,26,8.2,39.2c0.7,3.7,1.4,7.5,1.9,11.3c0.3,2.2,1,5,0.4,7.1c-0.5,1.8-2.1,3.3-3.5,4.5                c-2.2,1.7-4.8,3-7.4,4c-7.1,2.8-15,4.2-22.6,4.2c-3.1,0-6.2-0.2-9.2-0.8c-2.1-0.4-4.7-1.2-6.3-2.8c-1.3-1.3-1.2-3.4-1.4-5.2                c-0.3-2.1-0.5-4.3-0.8-6.5c-0.3,0-0.4,0-0.6-0.1c0.3,2.3,0.5,4.5,0.8,6.7c0.2,1.6,0.1,3.5,1.1,4.8c1.1,1.6,3.1,2.4,4.8,3                c6.2,2,13.3,1.7,19.8,0.8c6.9-0.9,14-2.6,19.9-6.2c2.8-1.7,6-4.2,6.1-7.7C135,105.4,134.5,102.6,134.1,99.9z"/>
            <path class="st0" d="M78.4,51.4c0-0.3,0.1-0.6,0.3-0.8c-0.1-0.3-0.1-0.6-0.1-0.9c-0.3,0.3-0.6,0.6-0.8,0.9c-0.4,0.9,0.3,2,0.5,2.8                c0.3,1.2,0.6,2.6,0.4,3.8c-0.1,0.6-0.2,1-0.1,1.6c0.2,2.2,0.3,4.3,0.4,6.5c0.4,6.9,0.9,13.8,1.4,20.7c0.3,0.1,0.4,0.2,0.6,0.3                c-0.3-4.2-0.6-8.4-0.9-12.5c-0.3-3.8-0.5-7.7-0.8-11.5c-0.1-1.8-0.3-3.5-0.1-5.3c0.1-1.1-0.1-2.1-0.3-3.1                C78.9,53.3,78.4,52.2,78.4,51.4z"/>
        </g>
        <g>
            <path class="st0" d="M120.3,40.2c-3.1-1.8-7.1-2.1-10.6-2.2c-4.7-0.1-9.5,0.3-14.1,1.2c-0.1,0.3-0.2,0.5-0.3,0.7                c3.3-0.6,6.6-1.1,9.9-1.3c4-0.2,8.2-0.1,12.1,1c2.1,0.6,5,1.8,5.5,4.3c0.4,2.2-1.2,4.2-2.8,5.5c-2.5,2.1-5.7,3.5-8.7,4.5                c-4.6,1.6-9.4,2.5-14.3,2.9c-4.3,0.4-8.9,0.5-13.1-0.8c-2.5-0.8-5-2.2-5.5-5c-0.6-4.9,5.1-7.8,9.6-9.4c-0.1-0.2-0.1-0.4-0.1-0.7                c-2.5,0.9-4.9,2-6.9,3.6c-1.9,1.6-3.6,3.8-3.3,6.5c1.1,6.2,10.2,6.6,15,6.5c5.3-0.1,10.8-0.9,16-2.3c3.8-1,7.5-2.5,10.8-4.7                c1.8-1.3,3.7-3.2,4-5.5C123.6,42.9,122.1,41.2,120.3,40.2z"/>
        </g>
        <path class="st0" d="M87.3,90.7c-0.8-0.6-1.6-1.1-2.3-1.6c-8.4-6.2-16.7-12.3-25.1-18.5c-1.3-0.9-2.7-1.8-4-2.9            c-1.7-1.4-1-4.8-1.3-6.9c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.3-0.1-0.3-0.3-0.1c-0.1,0-0.2,0.1-0.3,0.1c-1.8,3-3.5,5.8-5.3,8.8            c-1.2,1.9-2.3,3.9-3.5,5.8c-0.4,0.8-0.9,1.9-1.5,2.5c-0.2,0.3,0.1,0.6,0.4,0.5c2.1-1.2,6.3-5.1,8.6-3c1.9,1.8,3.5,3.8,5.3,5.6            c6.2,6.5,12.3,13,18.4,19.4c1.6,1.7,3.2,3.4,4.8,5.1c0,0,0,0,0.1,0l0,0c1.8,1.7,4.5,3.3,6.5,0.8c1.6-2.1,1.9-5.5,1.9-8            C89.8,95.8,89.4,92.5,87.3,90.7z M89.1,98.3c0,2.2-0.3,4.6-1.3,6.6c-0.5,1-1.3,1.8-2.4,1.9c-1.4,0.3-2.8-1.1-3.7-1.9            c-4.6-4.8-9.1-9.6-13.7-14.5c-3.2-3.4-6.5-6.8-9.7-10.2c-1.7-1.8-3.3-3.8-5.2-5.5c-2.3-2.1-5.8,0.6-8.1,2.2            c0.1-0.1,0.1-0.2,0.1-0.3c0.8-1.3,1.6-2.6,2.3-3.9c1.8-3,3.6-6.1,5.5-9.1c0.2-0.3,0.8-1.1,1.2-1.8c0.1,0.9,0.1,1.8,0.2,2.6            c0.1,1.1,0.2,2.5,1.1,3.3c0.3,0.3,0.8,0.6,1.1,0.8c9.7,7.2,19.4,14.3,29.1,21.4c0.6,0.4,1.2,0.8,1.6,1.3            C88.9,93.3,89.1,96.1,89.1,98.3z"/>
        <g>
            <path class="st0" d="M38.9,63.5c-2.3,3.6-4.7,8.9-2.8,13.1c1.8,4.3,6.9,2.8,9.9,0.7c4.3-3,7.5-8.1,8.5-13.2                c0.6-3.1,0.2-7.5-3.5-8.4C46,54.7,41.3,59.9,38.9,63.5c-0.3,0.3,0.3,0.7,0.5,0.4c1.5-2.3,3.4-4.4,5.7-5.9c1.8-1.1,4.2-2.2,6.3-1.4                c5,1.9,2.2,9.7,0.5,13c-1.4,2.7-3.5,5.2-5.9,7.1c-2.1,1.6-5.6,3.4-8,1.5c-1.8-1.4-1.9-4-1.7-6.1c0.4-2.9,1.6-5.7,3.2-8.1                C39.6,63.5,39.1,63.1,38.9,63.5z"/>
        </g>
        <g>
            <path class="st0" d="M89.7,50.7c0.8,3.3,6.7,3.2,9.2,3.1c4.8-0.1,10.5-1.1,14.6-3.8c2.1-1.4,3.2-3.8,0.5-5.3                c-1.8-0.9-4.2-1.1-6.2-1.2c-2.9-0.1-5.8,0.3-8.6,0.9c-2.5,0.6-5,1.4-7.1,2.8C90.8,48,89.5,49.2,89.7,50.7c0.1,0.4,0.6,0.3,0.6-0.1                c-0.2-1.8,2.5-3.1,3.8-3.8c2.5-1.2,5.2-1.9,7.9-2.3c2.7-0.4,5.5-0.6,8.2-0.2c1.3,0.2,4.5,0.6,4.8,2.4c0.3,1.8-2.6,3.1-3.8,3.8                c-2.5,1.2-5.2,1.9-7.9,2.3c-2.7,0.4-5.5,0.6-8.2,0.2c-1.5-0.2-4.3-0.6-4.8-2.4C90.2,50.2,89.6,50.3,89.7,50.7z"/>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M43.4,61.6c-0.3,0.3-0.6,0.7-0.4,1.1c0.2,0.4,0.6,0.4,0.9,0.2C44.6,62.3,44.2,60.9,43.4,61.6                        c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.2,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.4c-0.3,0.1,0-0.4,0.1-0.6                        C43.9,61.7,43.6,61.4,43.4,61.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M48.6,58.7c-0.3,0.3-0.6,0.7-0.4,1.1c0.2,0.4,0.6,0.4,0.9,0.2C49.8,59.5,49.4,58.2,48.6,58.7                        c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.2,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.4c-0.3,0.1,0-0.4,0.1-0.6                        C49.1,58.9,48.8,58.5,48.6,58.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M39.7,66.2c-0.3,0.3-0.6,0.7-0.4,1.1c0.2,0.4,0.6,0.4,0.9,0.2C41,67,40.6,65.6,39.7,66.2                        c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.2,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.4c-0.3,0.1,0-0.4,0.1-0.6C40.3,66.4,40,66,39.7,66.2z"
                        />
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M42.8,65.5c-0.3,0.3-0.6,0.7-0.4,1.1c0.2,0.4,0.6,0.4,0.9,0.2C44,66.2,43.7,64.8,42.8,65.5                        c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.2,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.4c-0.3,0.1,0-0.4,0.1-0.6C43.3,65.6,43,65.3,42.8,65.5z                        "/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M43,68.2c-0.2,0.3-0.4,0.8-0.1,1.1c0.3,0.4,0.8,0.1,1-0.2s0.3-0.7,0.1-1C43.7,67.7,43.3,67.9,43,68.2                        c-0.2,0.3,0.2,0.5,0.4,0.3c0.1-0.1,0.3-0.1,0.2,0.1c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.1-0.2,0c0-0.1,0.1-0.3,0.2-0.4                        C43.6,68.3,43.2,68,43,68.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M46.8,62.9c-0.2,0.3-0.4,0.8-0.1,1.1c0.3,0.4,0.8,0.1,1-0.3c0.2-0.3,0.3-0.8,0.1-1                        C47.4,62.4,47.1,62.6,46.8,62.9c-0.2,0.3,0.2,0.5,0.4,0.3c0.1-0.1,0.2-0.2,0.3,0c0,0.1-0.1,0.3-0.2,0.4                        c-0.1,0.1-0.2,0.2-0.3,0.1c-0.1-0.1,0.1-0.4,0.2-0.4C47.3,62.9,46.9,62.6,46.8,62.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M46.6,66.5c-0.4,0.3-0.7,0.9-0.5,1.3c0.2,0.5,0.8,0.4,1.1,0.1c0.3-0.3,0.5-0.8,0.4-1.2                        C47.4,66.3,46.9,66.2,46.6,66.5c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.1-0.1,0.3-0.1c0.1,0.1,0.1,0.3,0.1,0.3                        c0,0.2-0.1,0.4-0.3,0.5c-0.2,0.1-0.4,0.2-0.4-0.1c0-0.3,0.2-0.5,0.4-0.6C47.1,66.6,46.7,66.3,46.6,66.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M50.1,61.9c-0.4,0.3-0.7,0.9-0.5,1.3c0.2,0.5,0.8,0.4,1.1,0.1c0.3-0.3,0.5-0.8,0.4-1.2                        C51,61.7,50.5,61.6,50.1,61.9c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.1-0.1,0.3-0.1c0.1,0.1,0.1,0.3,0.1,0.3c0,0.2-0.1,0.4-0.3,0.5                        c-0.2,0.1-0.4,0.2-0.4-0.1c0-0.3,0.2-0.5,0.4-0.6C50.6,62.1,50.3,61.7,50.1,61.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M45.9,70.4c-0.4,0.3-0.7,0.9-0.5,1.3c0.2,0.5,0.8,0.4,1.1,0.1c0.3-0.3,0.5-0.8,0.4-1.2                        C46.7,70.2,46.2,70.1,45.9,70.4c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.1-0.1,0.3-0.1c0.1,0.1,0.1,0.3,0.1,0.3                        c0,0.2-0.1,0.4-0.3,0.5c-0.2,0.1-0.4,0.2-0.4-0.1c0-0.3,0.2-0.5,0.4-0.6C46.4,70.6,46.1,70.2,45.9,70.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M40.7,69.7c-0.3,0.3-0.6,0.7-0.4,1.1s0.6,0.4,0.9,0.2C42,70.4,41.6,69,40.7,69.7c-0.3,0.2,0.1,0.6,0.3,0.4                        c0.1-0.1,0.2,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.4c-0.3,0.1,0-0.4,0.1-0.6C41.3,69.8,41,69.5,40.7,69.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M42.3,72.4c-0.4,0.3-0.7,0.9-0.5,1.3c0.2,0.5,0.8,0.4,1.1,0.1c0.3-0.3,0.5-0.8,0.4-1.2                        C43.2,72.1,42.7,72.1,42.3,72.4c-0.3,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.1-0.1,0.3-0.1C43,72.7,43,72.9,43,73c0,0.2-0.1,0.4-0.3,0.5                        c-0.2,0.1-0.4,0.2-0.4-0.1c0-0.3,0.2-0.5,0.4-0.6C42.8,72.6,42.5,72.2,42.3,72.4z"/>
                </g>
            </g>
        </g>
        <g>
            <path class="st0" d="M134.4,106.5c-4,4.2-9.1,7.3-14.7,9c-0.3,0.1-0.1,0.5,0.2,0.4c5.6-1.8,10.7-4.8,14.7-9.1                C134.9,106.6,134.6,106.2,134.4,106.5L134.4,106.5z"/>
        </g>
        <g>
            <path class="st0" d="M124.8,92.5c-0.2,0.2-0.3,0.4-0.4,0.6c-0.1,0.3,0.4,0.4,0.4,0.2c0.1-0.2,0.1-0.3,0.3-0.4                C125.3,92.6,125,92.2,124.8,92.5L124.8,92.5z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M105.5,70.5c2.6-2.3,5-4.9,7.5-7.2c0.3-0.2-0.1-0.6-0.3-0.4c-2.6,2.3-5,4.9-7.5,7.2                    C105,70.4,105.3,70.8,105.5,70.5L105.5,70.5z"/>
            </g>
            <g>
                <path class="st0" d="M106.7,66.7c1.1-1.6,2.1-3,3.6-4.2c0.3-0.2-0.1-0.6-0.3-0.4c-1.6,1.2-2.6,2.6-3.8,4.2                    C106.2,66.7,106.6,67,106.7,66.7L106.7,66.7z"/>
            </g>
            <g>
                <path class="st0" d="M112.2,67c-1.4,0.9-2.5,2.1-3.8,3.1c-0.3,0.2,0.1,0.6,0.3,0.4c1.4-0.9,2.5-2.1,3.8-3.1                    C112.7,67.2,112.4,66.9,112.2,67L112.2,67z"/>
            </g>
            <g>
                <path class="st0" d="M111.5,70.8c-0.9,0.7-1.9,1.3-2.8,2c-0.3,0.2,0.1,0.6,0.3,0.4c0.9-0.7,1.9-1.3,2.8-2                    C112,71,111.7,70.6,111.5,70.8L111.5,70.8z"/>
            </g>
            <g>
                <path class="st0" d="M111.9,73.6c-0.8,0.6-1.4,1.3-2.2,1.9c-0.3,0.2,0.1,0.6,0.3,0.4c0.8-0.6,1.4-1.3,2.2-1.9                    C112.5,73.7,112.2,73.3,111.9,73.6L111.9,73.6z"/>
            </g>
            <g>
                <path class="st0" d="M111.8,76.8c-0.2,0.3-0.3,0.6-0.5,0.9c-0.1,0.3,0.3,0.6,0.4,0.3c0.2-0.3,0.3-0.6,0.5-0.9                    C112.3,76.8,112,76.5,111.8,76.8L111.8,76.8z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M106.4,60.3c2.4-0.3,5-1.1,7.2-1.9c1.9-0.8,3.7-1.6,5.5-2.7c1.8-1.1,4-2.4,5.2-4.2c0.2-0.3-0.2-0.5-0.4-0.3                c-1.3,1.8-3.7,3.3-5.6,4.3c-1.6,0.9-3.3,1.8-5.1,2.4c-2.2,0.8-4.7,1.5-7,1.8C106,59.9,106.1,60.4,106.4,60.3L106.4,60.3z"/>
        </g>
        <g>
            <path class="st0" d="M90.9,61.5c-2.1-0.3-4.2-0.4-6.3-1c-1.7-0.4-4-0.9-5.3-2c-0.3-0.2-0.5,0.2-0.3,0.4c1.4,1.1,3.7,1.6,5.5,2.1                c2.1,0.6,4.3,0.8,6.4,1.1C91.1,62,91.2,61.5,90.9,61.5L90.9,61.5z"/>
        </g>
        <g>
            <path class="st0" d="M88.3,92.6c-0.8,0.1-1.6,0.3-2.3,0.6c-0.3,0.1-0.1,0.6,0.2,0.4c0.8-0.3,1.4-0.5,2.2-0.6                C88.7,93.1,88.6,92.6,88.3,92.6L88.3,92.6z"/>
        </g>
        <g>
            <path class="st0" d="M87.7,91.7c-1.8,0.2-3.5,0.4-5.3,0.6c-0.3,0.1-0.3,0.5,0.1,0.4c1.8-0.2,3.5-0.4,5.3-0.6                C88.1,92.1,88.1,91.7,87.7,91.7L87.7,91.7z"/>
        </g>
        <g>
            <path class="st0" d="M86.6,90.4c-1.2,0.2-2.5,0.3-3.6,0.6c-0.3,0.1-0.3,0.5,0.1,0.4c1.2-0.3,2.5-0.4,3.6-0.6                C86.9,90.9,86.9,90.4,86.6,90.4L86.6,90.4z"/>
        </g>
        <g>
            <path class="st0" d="M85.3,89.5c-0.9,0-1.8,0-2.8,0.2c-0.3,0.1-0.3,0.6,0.1,0.4c0.9-0.3,1.7-0.3,2.6-0.2                C85.5,90,85.6,89.5,85.3,89.5L85.3,89.5z"/>
        </g>
        <g>
            <path class="st0" d="M83.5,88.1c-0.6,0-1.1-0.1-1.6-0.1c-0.6-0.1-1.2,0.1-1.8,0.3c-0.3,0.1-0.1,0.5,0.2,0.4                c0.6-0.2,1.2-0.4,1.8-0.3c0.5,0.1,1,0.1,1.5,0.1C83.8,88.5,83.8,88.1,83.5,88.1L83.5,88.1z"/>
        </g>
        <g>
            <path class="st0" d="M80.5,86.1c-0.8,0-1.6,0.2-2.3,0.4c-0.3,0.1-0.3,0.6,0.1,0.4c0.8-0.2,1.5-0.4,2.3-0.4                C80.8,86.5,80.8,86.1,80.5,86.1L80.5,86.1z"/>
        </g>
        <g>
            <path class="st0" d="M77.7,84.2c-0.8,0.3-1.7,0.3-2.6,0.3c-0.3,0-0.3,0.5,0.1,0.4c0.9-0.1,1.8,0,2.7-0.3                C78.3,84.5,78,84.1,77.7,84.2L77.7,84.2z"/>
        </g>
        <g>
            <path class="st0" d="M75.4,82.4c-0.2,0.2-0.4,0.3-0.7,0.3c-0.3,0.1-0.6,0.1-0.9,0.2c-0.3,0.1-0.1,0.5,0.2,0.4                c0.3-0.1,0.6-0.1,0.9-0.2c0.3-0.1,0.6-0.3,0.8-0.4C76,82.6,75.7,82.2,75.4,82.4L75.4,82.4z"/>
        </g>
        <g>
            <path class="st0" d="M72.3,80c-0.5,0.3-1.1,0.3-1.6,0c-0.3-0.1-0.4,0.3-0.2,0.4c0.6,0.3,1.3,0.3,1.9,0                C72.7,80.3,72.5,79.9,72.3,80L72.3,80z"/>
        </g>
        <g>
            <path class="st0" d="M68.1,76.8c-0.3,0-0.6,0.1-0.9,0.1c-0.3,0-0.4,0.4-0.1,0.4c0.3,0,0.6-0.1,0.9-0.1                C68.3,77.3,68.4,76.8,68.1,76.8L68.1,76.8z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M93.9,99c0.3-0.3,0.7-0.6,1-0.8c0.3-0.2-0.1-0.6-0.3-0.4c-0.3,0.3-0.7,0.6-1,0.8                    C93.4,98.8,93.7,99.2,93.9,99L93.9,99z"/>
            </g>
            <g>
                <path class="st0" d="M94.2,96.2c0.6-0.4,1.3-0.8,1.9-1.3c0.3-0.2-0.1-0.5-0.3-0.4c-0.6,0.4-1.3,0.8-1.9,1.3                    C93.6,96,93.9,96.4,94.2,96.2L94.2,96.2z"/>
            </g>
            <g>
                <path class="st0" d="M96.9,104.6c0.3-0.2,0.6-0.4,0.8-0.6c0.3-0.2-0.1-0.5-0.3-0.4c-0.3,0.2-0.6,0.4-0.8,0.6                    C96.4,104.4,96.7,104.7,96.9,104.6L96.9,104.6z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M54.9,76.8c0.5-0.2,1-0.4,1.5-0.6c0.3-0.1,0.1-0.6-0.2-0.4c-0.5,0.2-1,0.4-1.5,0.6                C54.4,76.5,54.6,77,54.9,76.8L54.9,76.8z"/>
        </g>
        <g>
            <path class="st0" d="M55.4,77.7c0.4-0.1,0.8-0.3,1.2-0.3c0.3,0,0.4-0.4,0.1-0.4c-0.5,0-1,0.2-1.4,0.3                C54.9,77.3,55.1,77.7,55.4,77.7L55.4,77.7z"/>
        </g>
        <g>
            <path class="st0" d="M54.3,76.2c0.1-0.1,0.3-0.3,0.4-0.3c0.3-0.1,0.3-0.6-0.1-0.4c-0.3,0.1-0.4,0.3-0.7,0.4                C53.7,76,54,76.3,54.3,76.2L54.3,76.2z"/>
        </g>
        <g>
            <path class="st0" d="M56.8,79.4c0.3,0,0.6-0.1,0.9,0c0.3,0.1,0.4-0.4,0.2-0.4c-0.4-0.1-0.7-0.1-1.1-0.1                C56.6,78.9,56.5,79.4,56.8,79.4L56.8,79.4z"/>
        </g>
        <g>
            <path class="st0" d="M53.3,75.3c0.1-0.3,0.3-0.4,0.4-0.6c0.2-0.3-0.2-0.5-0.4-0.3c-0.2,0.3-0.3,0.5-0.4,0.8                C52.7,75.4,53.2,75.6,53.3,75.3L53.3,75.3z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M87.1,61.2c-0.5,1.3-0.8,2.6-1,3.9c-0.1,0.3,0.4,0.4,0.4,0.1c0.2-1.3,0.5-2.6,0.9-3.8                    C87.7,61.1,87.2,60.9,87.1,61.2L87.1,61.2z"/>
            </g>
            <g>
                <path class="st0" d="M85.6,61c-0.6,1.7-1.3,3.5-1.6,5.2c-0.1,0.3,0.4,0.4,0.4,0.1c0.3-1.8,0.9-3.5,1.6-5.1                    C86.2,60.9,85.7,60.7,85.6,61L85.6,61z"/>
            </g>
            <g>
                <path class="st0" d="M83.2,60.4c-0.2,0.3-0.3,0.7-0.4,1.1c-0.1,0.4-0.1,0.8-0.3,1.1c-0.1,0.3,0.3,0.4,0.4,0.2                    c0.3-0.7,0.2-1.4,0.6-2.1C83.7,60.4,83.3,60,83.2,60.4L83.2,60.4z"/>
            </g>
            <g>
                <path class="st0" d="M88.9,61.4c-0.4,0.6-0.7,1.3-1,2c-0.1,0.3,0.3,0.4,0.4,0.2c0.3-0.7,0.6-1.3,0.9-1.9                    C89.5,61.5,89.1,61.2,88.9,61.4L88.9,61.4z"/>
            </g>
            <g>
                <path class="st0" d="M81.2,62.1c-0.3,0.6-0.4,1.2-0.6,1.8c-0.1,0.3,0.4,0.4,0.4,0.2c0.2-0.6,0.3-1.3,0.6-1.8                    C81.8,62,81.3,61.9,81.2,62.1L81.2,62.1z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M80.4,76c1.2-1.3,2.3-2.7,3.5-4c0.2-0.3-0.2-0.5-0.4-0.3c-1.2,1.3-2.3,2.7-3.5,4C79.8,76,80.2,76.3,80.4,76                L80.4,76z"/>
        </g>
        <g>
            <path class="st0" d="M80,70.9c0.6-0.7,1.2-1.1,1.9-1.6c0.3-0.2-0.1-0.6-0.3-0.4c-0.8,0.5-1.4,1-2,1.8C79.4,70.9,79.8,71.2,80,70.9                L80,70.9z"/>
        </g>
        <g>
            <path class="st0" d="M83.2,75.3c-0.9,0.8-1.8,1.4-2.7,2.2c-0.3,0.2,0.1,0.6,0.3,0.4c0.9-0.8,1.8-1.4,2.7-2.2                C83.7,75.5,83.4,75.1,83.2,75.3L83.2,75.3z"/>
        </g>
        <g>
            <path class="st0" d="M82.3,78.3c-0.6,0.6-1.3,1.1-1.9,1.7c-0.2,0.2,0.1,0.6,0.3,0.4c0.6-0.6,1.3-1.1,1.9-1.7                C82.9,78.5,82.6,78.1,82.3,78.3L82.3,78.3z"/>
        </g>
        <g>
            <path class="st0" d="M81.8,80.9c-0.5,0.6-1,1.1-1.5,1.6c-0.2,0.3,0.2,0.5,0.4,0.3c0.5-0.6,1-1.1,1.5-1.6                C82.5,80.9,82.1,80.7,81.8,80.9L81.8,80.9z"/>
        </g>
        <g>
            <path class="st0" d="M82.4,83.4c-0.1,0.3-0.2,0.5-0.3,0.8c-0.1,0.3,0.3,0.4,0.4,0.2c0.1-0.3,0.2-0.5,0.3-0.8                C83,83.3,82.5,83.1,82.4,83.4L82.4,83.4z"/>
        </g>
        <g>
            <path class="st0" d="M123,53.9c0.4-0.3,0.8-0.7,1.2-1c0.3-0.2-0.1-0.6-0.3-0.4c-0.4,0.3-0.8,0.7-1.2,1                C122.5,53.8,122.8,54.1,123,53.9L123,53.9z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M130.1,95.1c0.5,0,0.9-0.4,1.4-0.4c0.3,0,0.3-0.5-0.1-0.4c-0.5,0-0.9,0.4-1.4,0.4                    C129.7,94.6,129.8,95.1,130.1,95.1L130.1,95.1z"/>
            </g>
            <g>
                <path class="st0" d="M130.5,98.1c0.3,0.4,0.8,0.8,1.2,0.4c0.4-0.3,0.5-0.7,0.8-1c0.3-0.2-0.1-0.6-0.3-0.4                    c-0.2,0.2-0.4,0.4-0.5,0.7c-0.1,0.1-0.2,0.3-0.3,0.3c-0.2,0.1-0.4-0.3-0.5-0.4C130.6,97.6,130.3,97.9,130.5,98.1L130.5,98.1z"/>
            </g>
            <g>
                <path class="st0" d="M131.3,101.5c0.3-0.1,0.5-0.1,0.8-0.1c0.3-0.1,0.3-0.5-0.1-0.4c-0.3,0.1-0.5,0.1-0.8,0.1                    C130.9,101.1,131,101.6,131.3,101.5L131.3,101.5z"/>
            </g>
            <g>
                <path class="st0" d="M129.3,90.6c0.3-0.1,0.4-0.4,0.7-0.6c0.3-0.1,0.1-0.5-0.2-0.4c-0.3,0.1-0.4,0.4-0.7,0.6                    C128.9,90.2,129.1,90.7,129.3,90.6L129.3,90.6z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M68.1,91.2c0.5-0.1,1.1-0.3,1.6-0.4c0.3-0.1,0.3-0.6-0.1-0.4c-0.5,0.1-1.1,0.3-1.6,0.4                    C67.7,90.9,67.8,91.3,68.1,91.2L68.1,91.2z"/>
            </g>
            <g>
                <path class="st0" d="M72.5,95.8c1.8-0.6,3.4-1.3,4.9-2.5c0.3-0.2-0.1-0.6-0.3-0.4c-1.4,1.2-3,1.9-4.8,2.4                    C72,95.5,72.2,96,72.5,95.8L72.5,95.8z"/>
            </g>
            <g>
                <path class="st0" d="M70,93.3c1.2,0,2.1-0.6,3.1-1.1c0.3-0.1,0.1-0.6-0.2-0.4c-0.9,0.4-1.8,1-2.9,1C69.8,92.8,69.7,93.3,70,93.3                    L70,93.3z"/>
            </g>
            <g>
                <path class="st0" d="M71.8,95c1.4-0.4,2.6-0.9,3.8-1.8c0.3-0.2-0.1-0.6-0.3-0.4c-1.1,0.8-2.3,1.3-3.6,1.6                    C71.5,94.6,71.6,95,71.8,95L71.8,95z"/>
            </g>
            <g>
                <path class="st0" d="M74.1,97.7c1.8-0.7,3.5-1.4,5-2.6c0.3-0.2-0.1-0.6-0.3-0.4c-1.4,1.2-3.1,1.8-4.9,2.5                    C73.7,97.3,73.8,97.8,74.1,97.7L74.1,97.7z"/>
            </g>
            <path class="st0" d="M85.1,103.1c-1.1,0.9-2.2,1.7-3.6,1.9c-0.3,0.1-0.3,0.5,0.1,0.4c1.5-0.3,2.6-1.1,3.8-2.1                C85.7,103.3,85.4,102.9,85.1,103.1z"/>
            <g>
                <path class="st0" d="M75.7,99.1c1.4-0.1,2.5-1.1,3.5-2c0.3-0.2-0.1-0.6-0.3-0.4c-0.9,0.9-1.9,1.8-3.3,1.9                    C75.4,98.7,75.4,99.1,75.7,99.1L75.7,99.1z"/>
            </g>
            <g>
                <path class="st0" d="M77.4,100.9c0.9-0.4,1.7-0.9,2.6-1.4c0.3-0.1,0.1-0.6-0.2-0.4c-0.9,0.4-1.7,0.9-2.6,1.4                    C76.9,100.6,77.1,101,77.4,100.9L77.4,100.9z"/>
            </g>
            <g>
                <path class="st0" d="M79.8,103.7c1.4-0.6,2.7-1.3,3.9-2.3c0.3-0.2-0.1-0.6-0.3-0.4c-1.1,0.9-2.4,1.6-3.8,2.2                    C79.4,103.4,79.6,103.8,79.8,103.7L79.8,103.7z"/>
            </g>
            <g>
                <path class="st0" d="M78.9,102.5c1.6-0.8,3.1-1.6,4.5-2.8c0.3-0.2-0.1-0.6-0.3-0.4c-1.3,1.1-2.8,2-4.4,2.7                    C78.4,102.2,78.7,102.6,78.9,102.5L78.9,102.5z"/>
            </g>
            <g>
                <path class="st0" d="M83.5,106.8c0.8-0.4,1.4-0.8,2.1-1.3c0.3-0.2-0.1-0.6-0.3-0.4c-0.6,0.6-1.3,0.9-1.9,1.3                    C83,106.6,83.2,107,83.5,106.8L83.5,106.8z"/>
            </g>
            <g>
                <path class="st0" d="M65.4,88.2c0.8-0.2,1.4-0.3,2.1-0.6c0.3-0.1,0.1-0.6-0.2-0.4c-0.6,0.4-1.3,0.4-2,0.6                    C65,87.8,65.1,88.3,65.4,88.2L65.4,88.2z"/>
            </g>
            <g>
                <path class="st0" d="M68.7,88.7c-0.6,0.5-1.5,0.6-2.1,0.8c-0.3,0.1-0.1,0.5,0.2,0.4c0.8-0.3,1.7-0.3,2.3-0.8                    C69.3,88.8,68.9,88.5,68.7,88.7L68.7,88.7z"/>
            </g>
            <g>
                <path class="st0" d="M62.7,85.5c0.7,0.1,1.4-0.1,2.1-0.1c0.3,0,0.4-0.4,0.1-0.4c-0.7-0.1-1.4,0.1-2.1,0.1                    C62.4,85.1,62.3,85.5,62.7,85.5L62.7,85.5z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M60.9,83.6c0.6,0,1.3-0.1,1.9-0.1c0.3,0,0.3-0.5-0.1-0.4c-0.6,0-1.3,0.1-1.9,0.1                C60.5,83.1,60.6,83.6,60.9,83.6L60.9,83.6z"/>
        </g>
        <g>
            <path class="st0" d="M60,81.4c-0.3,0-0.5-0.1-0.8-0.1c-0.3,0-0.4,0.4-0.1,0.4c0.3,0,0.5,0.1,0.8,0.1C60.2,81.9,60.2,81.4,60,81.4                L60,81.4z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M57.2,69.1c-0.1,0.3-0.3,0.4-0.4,0.7c-0.2,0.3,0.2,0.5,0.4,0.3c0.1-0.3,0.3-0.4,0.4-0.7                    C57.8,69.2,57.4,68.9,57.2,69.1L57.2,69.1z"/>
            </g>
            <g>
                <path class="st0" d="M56.1,68.4c0,0.4-0.1,0.8-0.4,0.9c-0.3,0.1-0.1,0.6,0.2,0.4c0.5-0.3,0.7-0.8,0.7-1.3                    C56.6,68.2,56.1,68.1,56.1,68.4L56.1,68.4z"/>
            </g>
            <g>
                <path class="st0" d="M58.8,70.5c0.1,0.4,0.3,0.7,0.3,1.1c0,0.3,0.5,0.3,0.4-0.1c0-0.4-0.1-0.8-0.3-1.3                    C59.1,70,58.6,70.2,58.8,70.5L58.8,70.5z"/>
            </g>
            <g>
                <path class="st0" d="M61.7,72.7c0,0.2,0,0.3-0.1,0.5c-0.2,0.3,0.2,0.5,0.4,0.3c0.1-0.2,0.2-0.4,0.2-0.7                    C62.2,72.4,61.7,72.4,61.7,72.7L61.7,72.7z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M106.6,55.9c0.3,0.2,0.5,0.4,0.7,0.6c0.3,0.2,0.5-0.2,0.3-0.4c-0.3-0.2-0.5-0.4-0.7-0.6                    C106.7,55.3,106.4,55.6,106.6,55.9L106.6,55.9z"/>
            </g>
            <g>
                <path class="st0" d="M103.2,56.6c0.4,0.2,0.8,0.4,1,0.8c0.1,0.3,0.6,0.1,0.4-0.2c-0.3-0.5-0.8-0.8-1.3-1                    C103.1,56.1,102.9,56.5,103.2,56.6L103.2,56.6z"/>
            </g>
            <g>
                <path class="st0" d="M105,56.3c0.4,0.2,0.9,0.4,1.1,0.8c0.1,0.3,0.6,0.1,0.4-0.2c-0.3-0.5-0.8-0.8-1.3-1.1                    C104.9,55.7,104.7,56.1,105,56.3L105,56.3z"/>
            </g>
            <g>
                <path class="st0" d="M107.9,55.6c0.4,0.1,0.9,0.2,1.3,0.4c0.3,0.1,0.4-0.3,0.2-0.4c-0.4-0.2-0.9-0.3-1.4-0.4                    C107.6,55.1,107.6,55.5,107.9,55.6L107.9,55.6z"/>
            </g>
            <g>
                <path class="st0" d="M101,57.1c0.4,0.1,0.8,0.4,1.2,0.6c0.3,0.1,0.4-0.3,0.2-0.4c-0.4-0.2-0.8-0.5-1.3-0.6                    C100.7,56.5,100.6,57,101,57.1L101,57.1z"/>
            </g>
            <g>
                <path class="st0" d="M110.3,55c0.2,0.1,0.3,0.4,0.4,0.6c0.2,0.3,0.6-0.1,0.4-0.3c-0.2-0.3-0.3-0.5-0.6-0.7                    C110.2,54.4,110,54.8,110.3,55L110.3,55z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M108.6,51.4c-0.4-0.1-0.7-0.2-1-0.4c-0.2-0.1-0.4-0.3-0.6-0.4c-0.3-0.2-0.6,0.2-0.3,0.4                    c0.3,0.2,0.5,0.4,0.8,0.5c0.3,0.2,0.7,0.3,1.1,0.4C108.9,51.9,108.9,51.5,108.6,51.4L108.6,51.4z"/>
            </g>
            <g>
                <path class="st0" d="M106.5,51.9c-0.8-0.1-1.3-0.4-1.9-0.8c-0.3-0.2-0.6,0.3-0.3,0.4c0.7,0.4,1.4,0.8,2.1,0.9                    C106.7,52.4,106.8,51.9,106.5,51.9L106.5,51.9z"/>
            </g>
            <g>
                <path class="st0" d="M103.2,52.2c-0.7-0.1-0.9-0.8-1.6-0.9c-0.3-0.1-0.4,0.4-0.1,0.4c0.3,0.1,0.4,0.3,0.6,0.5                    c0.3,0.3,0.6,0.4,0.9,0.4C103.4,52.7,103.5,52.2,103.2,52.2L103.2,52.2z"/>
            </g>
            <g>
                <path class="st0" d="M110.9,50.3c-0.6,0-1.1-0.3-1.6-0.4c-0.3-0.1-0.4,0.4-0.1,0.4c0.6,0.1,1,0.3,1.6,0.4                    C111.1,50.8,111.2,50.3,110.9,50.3L110.9,50.3z"/>
            </g>
            <g>
                <path class="st0" d="M99.8,52.9c-0.2-0.1-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.3-0.2c-0.3-0.1-0.4,0.3-0.2,0.4                    c0.1,0,0.1,0.1,0.1,0.2c0.1,0.1,0.3,0.1,0.4,0.1C100.1,53.5,100.1,53,99.8,52.9L99.8,52.9z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M119.4,119.7c0.4-0.6,0.6-1.3,0.6-1.9c0-0.3-0.4-0.4-0.4-0.1c-0.1,0.6-0.1,1.2-0.5,1.7                    C118.9,119.6,119.3,119.9,119.4,119.7L119.4,119.7z"/>
            </g>
            <g>
                <path class="st0" d="M117.6,120c0.1-0.3-0.1-0.5-0.1-0.8c-0.1-0.2-0.3-0.6-0.2-0.8c0.1-0.3-0.4-0.4-0.4-0.1                    c-0.1,0.3,0.1,0.5,0.1,0.8c0.1,0.2,0.3,0.6,0.2,0.8C117.1,120.2,117.6,120.3,117.6,120L117.6,120z"/>
            </g>
            <g>
                <path class="st0" d="M123.7,118.1c0.2-0.4,0.2-0.9,0.2-1.4s0-0.9-0.1-1.3c0-0.3-0.5-0.3-0.4,0.1c0.1,0.4,0.1,0.8,0.1,1.1                    c0,0.4,0.1,0.9-0.1,1.3C123,118.2,123.5,118.4,123.7,118.1L123.7,118.1z"/>
            </g>
            <g>
                <path class="st0" d="M124.9,117.6c0.2-0.4,0.3-0.8,0.4-1.3c0.1-0.4,0.2-0.8,0.1-1.1c0-0.3-0.5-0.3-0.4,0.1c0,0.3-0.1,0.7-0.1,1                    c-0.1,0.4-0.2,0.8-0.3,1.1C124.3,117.7,124.7,117.8,124.9,117.6L124.9,117.6z"/>
            </g>
            <g>
                <path class="st0" d="M126.8,116.8c0.4-0.5,0.3-1.3,0.5-1.9c0.1-0.3-0.3-0.4-0.4-0.2c-0.3,0.6-0.1,1.3-0.4,1.8                    C126.2,116.7,126.6,117,126.8,116.8L126.8,116.8z"/>
            </g>
            <g>
                <path class="st0" d="M122.3,118.7c0.2-0.3,0.2-0.6,0.1-0.9c0-0.3-0.1-0.7-0.1-0.9c0.1-0.3-0.3-0.4-0.4-0.2s-0.1,0.6,0,0.8                    c0,0.3,0.1,0.7-0.1,0.9C121.8,118.7,122.1,118.9,122.3,118.7L122.3,118.7z"/>
            </g>
            <g>
                <path class="st0" d="M128.2,116c0.2-0.4,0.1-0.8,0.1-1.3c0.1-0.3-0.4-0.4-0.4-0.1c-0.1,0.4,0.1,0.8-0.1,1.1                    C127.6,116,128.1,116.2,128.2,116L128.2,116z"/>
            </g>
            <g>
                <path class="st0" d="M114.2,121c0.1-0.2,0.1-0.3,0.2-0.5c0.1-0.3-0.4-0.4-0.4-0.1c0,0.1-0.1,0.2-0.1,0.3                    C113.7,121,114,121.3,114.2,121L114.2,121z"/>
            </g>
            <g>
                <path class="st0" d="M115.6,120.6c0.1-0.3,0.3-0.6,0.4-0.9c0.1-0.3-0.3-0.4-0.4-0.2c-0.1,0.3-0.2,0.5-0.3,0.8                    C115,120.6,115.4,120.9,115.6,120.6L115.6,120.6z"/>
            </g>
            <g>
                <path class="st0" d="M130.4,114.6c0.1-0.3,0.1-0.6,0.2-0.9c0.1-0.3,0.1-0.6,0.1-0.8c0.1-0.3-0.4-0.4-0.4-0.1                    c-0.1,0.3-0.1,0.5-0.1,0.8s0,0.6-0.1,0.8C129.8,114.7,130.3,114.8,130.4,114.6L130.4,114.6z"/>
            </g>
            <g>
                <path class="st0" d="M132.1,113.2c0.1-0.2,0.1-0.4,0-0.6s-0.1-0.4-0.1-0.6c0.1-0.3-0.4-0.3-0.4-0.1c-0.1,0.4,0.3,0.8,0.1,1.1                    C131.6,113.3,132,113.4,132.1,113.2L132.1,113.2z"/>
            </g>
            <g>
                <path class="st0" d="M133,112.3c0.1-0.1,0.1-0.3-0.1-0.4c-0.1-0.1-0.3-0.3-0.3-0.3c0-0.3-0.5-0.3-0.4,0.1c0,0.1,0.1,0.2,0.1,0.3                    c0.1,0.1,0.1,0.1,0.1,0.1c0.1,0.1,0.1,0.1,0.1,0.1C132.5,112.4,133,112.6,133,112.3L133,112.3z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M89.3,121c0.5-0.5,0.7-1.3,1.3-1.8c0.3-0.2-0.1-0.6-0.3-0.4c-0.5,0.5-0.7,1.3-1.3,1.8                    C88.7,120.9,89,121.2,89.3,121L89.3,121z"/>
            </g>
            <g>
                <path class="st0" d="M90.1,121.4c0.6-0.3,1.1-0.8,1.4-1.3c0.2-0.3-0.2-0.5-0.4-0.3c-0.3,0.5-0.7,0.9-1.3,1.2                    C89.6,121,89.8,121.4,90.1,121.4L90.1,121.4z"/>
            </g>
            <g>
                <path class="st0" d="M94.2,122c0.4-0.3,0.6-0.8,0.8-1.1c0.2-0.4,0.4-0.8,0.6-1.1c0.1-0.3-0.3-0.4-0.4-0.2c-0.1,0.4-0.3,0.7-0.5,1                    c-0.2,0.3-0.4,0.8-0.8,1.1C93.6,121.8,93.9,122.2,94.2,122L94.2,122z"/>
            </g>
            <g>
                <path class="st0" d="M97.6,122.4c0.3-0.1,0.6-0.4,0.8-0.7c0.2-0.3,0.4-0.6,0.6-0.8s-0.1-0.6-0.3-0.4c-0.3,0.1-0.4,0.4-0.6,0.6                    c-0.2,0.3-0.4,0.6-0.7,0.7C97.1,122.1,97.3,122.4,97.6,122.4L97.6,122.4z"/>
            </g>
            <g>
                <path class="st0" d="M92.7,121.7c0.3-0.1,0.4-0.4,0.6-0.7c0.1-0.3,0.3-0.6,0.4-0.8c0.3-0.2-0.1-0.6-0.3-0.4                    c-0.2,0.1-0.3,0.4-0.4,0.6c-0.1,0.3-0.3,0.6-0.5,0.8C92.2,121.4,92.4,121.9,92.7,121.7L92.7,121.7z"/>
            </g>
            <g>
                <path class="st0" d="M99.2,122.4c0.4-0.3,0.6-0.7,0.8-1c0.2-0.3-0.2-0.5-0.4-0.3c-0.3,0.3-0.4,0.7-0.8,0.9                    C98.7,122.2,98.9,122.6,99.2,122.4L99.2,122.4z"/>
            </g>
            <path class="st0" d="M86.5,118.8c0,0.3-0.2,0.4-0.3,0.7c-0.1,0.2,0.1,0.3,0.3,0.3c0.1,0,0.1-0.1,0.2-0.1c0.1-0.1,0.1-0.1,0.1-0.2                c0-0.1,0.1-0.1,0.1-0.1c0.1-0.2,0.1-0.4,0.1-0.6C87,118.6,86.5,118.5,86.5,118.8z"/>
            <g>
                <path class="st0" d="M101.9,122.4c0.3-0.2,0.4-0.5,0.5-0.8c0.1-0.3,0.3-0.6,0.4-0.8c0.2-0.3-0.2-0.5-0.4-0.3                    c-0.2,0.2-0.3,0.5-0.4,0.7c-0.1,0.2-0.3,0.6-0.4,0.8C101.3,122.2,101.6,122.5,101.9,122.4L101.9,122.4z"/>
            </g>
            <g>
                <path class="st0" d="M105,121.9C105,121.9,105,121.9,105,121.9c0.1-0.1,0.1-0.2,0.1-0.3s0.1-0.3,0.1-0.3c0.2-0.3-0.2-0.5-0.4-0.3                    c-0.1,0.2-0.1,0.4-0.2,0.6c0,0.1-0.1,0.4,0.1,0.6C104.9,122.4,105.2,122.1,105,121.9L105,121.9z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M102.8,63.1c0.3,0,0.6-0.1,0.9-0.1c0.3,0,0.3-0.5-0.1-0.4c-0.3,0-0.6,0.1-0.9,0.1                    C102.4,62.7,102.5,63.1,102.8,63.1L102.8,63.1z"/>
            </g>
            <g>
                <path class="st0" d="M102.5,61.7c0.5,0.3,1.1,0.4,1.6,0.1c0.3-0.1,0.1-0.6-0.2-0.4c-0.4,0.3-0.8,0.2-1.2-0.1                    C102.3,61.1,102.2,61.6,102.5,61.7L102.5,61.7z"/>
            </g>
            <g>
                <path class="st0" d="M102.8,65.1c0.3,0.4,0.6,0.7,0.9,0.9c0.3,0.2,0.6-0.3,0.3-0.4c-0.4-0.2-0.6-0.6-0.9-0.9                    C103,64.5,102.7,64.8,102.8,65.1L102.8,65.1z"/>
            </g>
            <g>
                <path class="st0" d="M103.4,69.2c0.3,0.1,0.5,0.3,0.8,0.3s0.3-0.5-0.1-0.4c-0.2,0-0.3-0.1-0.4-0.1                    C103.4,68.6,103.2,69,103.4,69.2L103.4,69.2z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M90.3,101.1c0.5,0.1,1.1,0.3,1.6,0.4c0.3,0.1,0.4-0.4,0.1-0.4c-0.5-0.1-1.1-0.3-1.6-0.4                    C90.1,100.5,90,100.9,90.3,101.1L90.3,101.1z"/>
            </g>
            <g>
                <path class="st0" d="M89.8,103.3c0.3,0.4,0.6,0.6,1.1,0.5c0.4-0.1,0.8-0.4,1.1-0.5c0.3-0.1,0.1-0.5-0.2-0.4                    c-0.6,0.2-1.2,0.9-1.7,0.1C90,102.7,89.6,103,89.8,103.3L89.8,103.3z"/>
            </g>
            <g>
                <path class="st0" d="M89.6,105.8c0.3,0,0.6,0.1,0.9,0.1c0.3,0,0.4-0.4,0.1-0.4c-0.3,0-0.6-0.1-0.9-0.1                    C89.3,105.3,89.3,105.7,89.6,105.8L89.6,105.8z"/>
            </g>
            <g>
                <path class="st0" d="M90.8,97.7c0.3,0,0.6,0.1,0.9,0.1c0.3,0,0.4-0.4,0.1-0.4c-0.3,0-0.6-0.1-0.9-0.1                    C90.5,97.3,90.5,97.7,90.8,97.7L90.8,97.7z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M90.8,53.1c-0.3,0.4-0.4,1-0.6,1.4c-0.1,0.3,0.3,0.6,0.4,0.3c0.3-0.4,0.4-1,0.6-1.4                    C91.3,53.1,91,52.8,90.8,53.1L90.8,53.1z"/>
            </g>
            <g>
                <path class="st0" d="M89.4,52.7c-0.3,0.1-0.6,0.4-0.6,0.8c-0.1,0.3,0.1,0.5,0.1,0.8c0,0.3,0.4,0.4,0.4,0.1c0-0.2-0.1-0.4-0.1-0.6                    c-0.1-0.3,0.1-0.4,0.4-0.6C89.8,53,89.6,52.6,89.4,52.7L89.4,52.7z"/>
            </g>
            <g>
                <path class="st0" d="M87.7,52.6c-0.1,0.2-0.1,0.4-0.3,0.6c-0.1,0.3,0.3,0.4,0.4,0.2c0.1-0.2,0.1-0.4,0.3-0.6                    C88.3,52.5,87.8,52.3,87.7,52.6L87.7,52.6z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M120.1,45.6c-0.4-0.4-0.6-0.9-1.1-1.4c-0.2-0.2-0.6,0.1-0.4,0.3c0.4,0.4,0.6,0.9,1.1,1.4                    C119.9,46.1,120.3,45.8,120.1,45.6L120.1,45.6z"/>
            </g>
            <g>
                <path class="st0" d="M118.6,46.6c-0.6-0.1-0.4-0.6-0.6-1.1c-0.1-0.3-0.6-0.3-0.4,0.1c0.1,0.3,0,0.6,0.1,0.9                    c0.1,0.4,0.4,0.6,0.9,0.6C118.8,47,118.9,46.6,118.6,46.6L118.6,46.6z"/>
            </g>
            <g>
                <path class="st0" d="M117.2,47.7c-0.1-0.2-0.3-0.4-0.4-0.6c-0.2-0.3-0.6,0.1-0.4,0.3c0.1,0.2,0.3,0.4,0.4,0.6                    C117.1,48.3,117.4,48,117.2,47.7L117.2,47.7z"/>
            </g>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M52.5,64.6c0.2,0.4,0.9,0.5,1.3,0.6c0.3,0.1,0.4-0.4,0.2-0.4c-0.2-0.1-0.4-0.1-0.6-0.1                        c-0.1,0-0.4-0.1-0.4-0.2C52.8,64.1,52.3,64.3,52.5,64.6L52.5,64.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M47.9,73.7c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.2,0.1,0.3,0.1c0,0,0.2,0.1,0.1,0c0.2,0.3,0.6-0.1,0.4-0.3                        c-0.1-0.1-0.3-0.1-0.4-0.1c-0.3-0.1-0.5-0.1-0.8-0.3C47.9,73.2,47.7,73.6,47.9,73.7L47.9,73.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M51.5,65.6c0,0.5,0.4,0.7,0.8,0.8c0.3,0.1,0.5,0.1,0.7,0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.1,0                        c0.3,0.1,0.4-0.3,0.2-0.4C53.3,66,53,66,52.8,66c-0.2,0-0.9-0.1-0.8-0.3C52,65.3,51.5,65.3,51.5,65.6L51.5,65.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M51.3,67.4c0.1,0.2,0.6,0.2,0.8,0.3c0.2,0.1,0.4,0.1,0.6,0.1c0.1,0,0.1,0,0.2,0.1c0.1,0,0.1,0.1,0.1,0                        c0.2,0.3,0.6-0.1,0.4-0.3c-0.1-0.2-0.6-0.2-0.8-0.3s-0.4-0.1-0.6-0.1c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.1-0.1-0.1,0                        C51.5,66.9,51.1,67.2,51.3,67.4L51.3,67.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M53.6,62.1c0.1,0.1,0.4,0.1,0.5,0.2h0.1c0,0.1-0.1-0.2-0.1-0.1c0.1,0.3,0.6,0.1,0.4-0.2                        c-0.1-0.3-0.6-0.3-0.8-0.4C53.5,61.5,53.3,61.9,53.6,62.1L53.6,62.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M49.5,70.9c0.5,0.4,1.1,0.3,1.8,0.3c0.3,0,0.3-0.5-0.1-0.4c-0.5,0-1,0.1-1.4-0.3                        C49.5,70.3,49.3,70.7,49.5,70.9L49.5,70.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M48.9,72.3c-0.1,0.5,0.7,0.8,1.1,0.8c0.3,0.1,0.4-0.4,0.1-0.4c-0.1,0-0.7-0.2-0.7-0.3                        C49.4,72.1,48.9,72,48.9,72.3L48.9,72.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M47.2,74.5c0.3,0.1,0.5,0.2,0.8,0.3c0.1,0,0.2,0,0.3,0c0.1,0,0.1,0,0.1,0c0,0,0,0,0.1,0                        c0.1,0,0.1-0.1-0.1-0.2c0,0.3,0.4,0.4,0.4,0.1c0-0.3-0.2-0.3-0.4-0.3c-0.4,0-0.7,0-1.1-0.2C47.1,73.9,47,74.4,47.2,74.5                        L47.2,74.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M49.9,69.4c0.3,0.3,0.6,0.3,1,0.3c0.3,0,0.4,0.1,0.7,0.1c0.1,0,0.2,0,0.3,0.1c0.2,0.1,0.1,0.1,0.1-0.1                        c0.1,0.3,0.5,0.3,0.4-0.1s-0.6-0.3-0.8-0.3c-0.3,0-0.5-0.1-0.7-0.1c-0.1,0-0.5-0.1-0.6-0.1C50.1,68.9,49.7,69.2,49.9,69.4                        L49.9,69.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M45.8,75.5c0.1,0.4,0.3,0.6,0.6,0.7c0.1,0,0.3,0.1,0.4,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1-0.1-0.1                        c0.3,0.1,0.6-0.3,0.3-0.4c-0.3-0.2-0.9,0.2-1-0.3C46.2,75.1,45.7,75.2,45.8,75.5L45.8,75.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M54,59.8c0.1,0.2-0.6,0.4-0.7,0.4c-0.3,0.1-0.1,0.5,0.2,0.4c0.4-0.1,1.1-0.4,0.9-0.9                        C54.4,59.5,54,59.5,54,59.8L54,59.8z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M43.9,77.5c0.1,0.2,0.3,0.3,0.4,0.4c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.1,0c0.3,0.2,0.5-0.2,0.3-0.4                        c-0.2-0.1-0.4,0-0.6-0.3C44.2,77,43.8,77.2,43.9,77.5L43.9,77.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M42.2,77.7c0.3,0.3,0.8,0.6,1.3,0.8c0.3,0.1,0.4-0.3,0.2-0.4c-0.3-0.2-0.8-0.4-1.1-0.7                        C42.3,77.2,41.9,77.5,42.2,77.7L42.2,77.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M40.8,78.6c0.1,0.2,0.3,0.4,0.4,0.6c0.2,0.3,0.6-0.1,0.4-0.3c-0.1-0.2-0.3-0.3-0.3-0.5                        C41.1,78.1,40.6,78.3,40.8,78.6L40.8,78.6z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M39.4,65c-0.3-0.1-0.6-0.3-0.9-0.4c-0.3-0.1-0.4,0.4-0.2,0.4c0.3,0.1,0.6,0.3,0.9,0.4                        C39.6,65.5,39.8,65.1,39.4,65L39.4,65z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M44.9,58.9c-0.3-0.1-0.5-0.4-0.7-0.6c-0.2-0.3-0.6,0.1-0.4,0.3c0.3,0.3,0.5,0.6,0.9,0.7                        C45,59.4,45.2,58.9,44.9,58.9L44.9,58.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M44.3,59.7c-0.4-0.1-0.8-0.6-1.3-0.7c-0.3-0.1-0.4,0.4-0.2,0.4c0.4,0.1,0.8,0.6,1.3,0.7                        C44.4,60.2,44.6,59.8,44.3,59.7L44.3,59.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M48.1,57.2c-0.3-0.1-0.4-0.3-0.4-0.6c-0.1-0.1-0.1-0.3-0.3-0.4c-0.3-0.1-0.4,0.3-0.2,0.4                        c-0.2-0.1-0.1-0.1-0.1,0c0,0.1,0,0.1,0.1,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.3,0.3,0.4,0.6,0.5C48.3,57.7,48.4,57.3,48.1,57.2                        L48.1,57.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M41.5,62.4c-0.3-0.1-0.4-0.4-0.5-0.7c-0.1-0.3-0.6-0.3-0.4,0.1c0.1,0.5,0.3,0.9,0.8,1.1                        C41.5,62.9,41.7,62.5,41.5,62.4L41.5,62.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M40.2,63.7c-0.1,0.1-0.6-0.1-0.7-0.2c-0.1-0.3-0.6-0.1-0.4,0.2c0.2,0.4,0.9,0.6,1.3,0.4                        C40.6,64,40.5,63.6,40.2,63.7L40.2,63.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M38.8,65.9C38.6,66,38.4,66,38.2,66c-0.1,0-0.3-0.1-0.2-0.1c-0.2-0.3-0.6,0.1-0.4,0.3                        c0.3,0.3,0.9,0.3,1.3,0.2C39.2,66.3,39.1,65.8,38.8,65.9L38.8,65.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M42.5,61.1c-0.2,0.1-0.5-0.3-0.6-0.3c-0.1-0.1-0.3-0.3-0.5-0.2c-0.3,0.1-0.3,0.5,0.1,0.4                        c-0.1,0,0,0,0.1,0.1c0.1,0.1,0.1,0.1,0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.1,0.4,0.2,0.7,0.1C43,61.4,42.8,60.9,42.5,61.1                        L42.5,61.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M37.9,67.5c-0.1,0.1-0.5-0.1-0.7-0.2c-0.3-0.1-0.4,0.4-0.2,0.4s0.8,0.3,1.1,0.2                        C38.4,67.8,38.2,67.3,37.9,67.5L37.9,67.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M37.1,70c-0.2,0-0.3-0.3-0.5-0.3c-0.3-0.1-0.4,0.3-0.2,0.4c0.2,0.1,0.4,0.3,0.6,0.4                        C37.4,70.5,37.4,70,37.1,70L37.1,70z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M36.5,71.6c-0.3-0.1-0.2-0.4-0.4-0.4c-0.3,0-0.4,0.4-0.1,0.4c-0.1,0-0.2-0.1-0.1,0c0,0.1,0.1,0.1,0.1,0.1                        c0.1,0.1,0.3,0.2,0.4,0.2C36.7,72.1,36.8,71.7,36.5,71.6L36.5,71.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M36.4,72.7c-0.2,0-0.3-0.1-0.4-0.2c-0.3-0.1-0.5,0.3-0.3,0.4c0.3,0.1,0.4,0.3,0.7,0.3                        C36.7,73.2,36.7,72.7,36.4,72.7L36.4,72.7z"/>
                </g>
            </g>
        </g>
        <g>
            <path class="st0" d="M109.4,33.4c7.9,0.1,14.5,5.3,18.7,11.6c4.7,6.7,7.4,15.3,6.5,23.5c-0.2,1.9-0.6,3.8-1.3,5.7                c-0.4,1.1-0.9,1.9-1.8,2.6c-0.6,0.5-2.2,1.1-1.9,1.7c0.6,1.4,0.4,1.4,0.8,4.9c0.2,1.3,0.8,2.7,1,4c0.1,0.6,0.2,3.2,0.7,3.2                c1.6,0,4-3.5,4.6-4.5c1.9-3.3,3-7.2,3.7-10.9c1.8-9.1,1.2-18.3-2.6-26.8c-3.3-7.4-8.7-14-16-17.9c-7.4-3.9-16.4-4.3-23.9-0.4                c-6.3,3.3-10.6,9.4-12.9,16c-0.4,1-0.8,2.1-0.9,3.2c-0.2,1.4,0.9,1.9,2.1,1.9c2.5,0.2,3.7-0.9,4.8-3c3-5.4,5.4-11.1,11.6-13.6                C104.8,33.8,107.1,33.4,109.4,33.4c0.4,0,0.5-0.6,0.1-0.6c-6.8,0.1-12.1,3.3-15.7,8.9c-1.3,2-2.1,4.2-3.3,6.2                c-0.4,0.7-0.8,1.5-1.4,1.9c-0.6,0.5-1.6,0.6-2.4,0.6c-0.8,0-1.8-0.1-2-1.1c-0.1-0.3,0.2-0.8,0.3-0.9c1.6-6.1,4.9-12,10-15.8                c6.8-5.2,16.2-6,24.1-2.8c7.5,3,13.4,9.3,17.1,16.4c4.2,8,5.3,16.7,4.2,25.6c-0.6,4.2-1.5,8.4-3.3,12.3c-0.6,1.3-1.3,2.5-2.2,3.6                c-0.3,0.3-1.3,1.6-2.1,1.9c-0.4,0.1-0.7-1.6-0.9-2.6c-0.4-2.3-0.9-4.5-1.3-6.8c-0.4-2.6,1.7-2.8,2.8-4.3c1.8-2.6,2.1-6.7,2.1-9.7                c0.1-7.1-2.1-14.2-5.9-20.3c-3.5-5.7-8.8-10.8-15.4-12.6c-1.5-0.4-3.1-0.6-4.7-0.6C109.1,32.8,109,33.4,109.4,33.4z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M89.4,46c-0.5-0.1-1-0.2-1.5-0.3c-0.3-0.1-0.4,0.4-0.1,0.4c0.5,0.1,1,0.2,1.5,0.3                    C89.6,46.5,89.7,46.1,89.4,46L89.4,46z"/>
            </g>
            <g>
                <path class="st0" d="M91,43.4c-0.7,0.1-1.4,0-2.1-0.3c-0.3-0.1-0.4,0.3-0.2,0.4c0.8,0.3,1.5,0.3,2.3,0.3                    C91.4,43.8,91.3,43.4,91,43.4L91,43.4z"/>
            </g>
            <g>
                <path class="st0" d="M90.1,44.8c-0.8,0.1-1.5,0-2.2-0.3c-0.3-0.1-0.4,0.3-0.2,0.4c0.8,0.3,1.6,0.4,2.5,0.3                    C90.5,45.2,90.5,44.7,90.1,44.8L90.1,44.8z"/>
            </g>
            <g>
                <path class="st0" d="M88.8,46.8c-0.5,0.2-1.1,0.3-1.6,0.4c-0.3,0-0.3,0.5,0.1,0.4c0.6-0.1,1.2-0.2,1.8-0.4                    C89.2,47.2,89,46.7,88.8,46.8L88.8,46.8z"/>
            </g>
            <g>
                <path class="st0" d="M92.2,41.6c-0.5,0.2-1.1,0.3-1.6,0.4c-0.3,0-0.3,0.5,0.1,0.4c0.6-0.1,1.2-0.2,1.8-0.4                    C92.6,41.9,92.4,41.4,92.2,41.6L92.2,41.6z"/>
            </g>
            <g>
                <path class="st0" d="M87.6,48.6c-0.4,0-0.7,0-1.1,0c-0.3-0.1-0.4,0.4-0.1,0.4c0.4,0.1,0.8,0.1,1.2,0C88,49,87.9,48.6,87.6,48.6                    L87.6,48.6z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M140.5,72.4c-0.3,0.3-0.3,0.8-0.6,1.1c-0.2,0.3,0.2,0.5,0.4,0.3c0.3-0.3,0.3-0.8,0.6-1.1                    C141,72.4,140.6,72.2,140.5,72.4L140.5,72.4z"/>
            </g>
            <g>
                <path class="st0" d="M140.6,70.2c-0.1,0.3-0.3,0.5-0.4,0.8c-0.1,0.1-0.1,0.1-0.3,0.3c-0.3,0.2,0.1,0.6,0.3,0.4                    c0.4-0.3,0.5-0.6,0.8-1.1C141.1,70.2,140.7,69.9,140.6,70.2L140.6,70.2z"/>
            </g>
            <g>
                <path class="st0" d="M140.9,66.1c-0.2,0.4-0.3,0.8-0.5,1.1c-0.1,0.3,0.3,0.6,0.4,0.3c0.3-0.4,0.4-0.8,0.6-1.2                    C141.4,66,141,65.8,140.9,66.1L140.9,66.1z"/>
            </g>
            <g>
                <path class="st0" d="M139.6,76.6c-0.3,0.4-0.7,0.4-1,0.7c-0.2,0.2,0.1,0.6,0.3,0.4c0.1-0.1,0.4-0.2,0.6-0.3                    c0.2-0.1,0.4-0.3,0.5-0.4C140.1,76.6,139.8,76.3,139.6,76.6L139.6,76.6z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M137,84.4c-0.6,0.4-1.4,0.4-2.1,0.8c-0.3,0.1-0.1,0.6,0.2,0.4c0.6-0.4,1.4-0.4,2.1-0.8                        C137.4,84.7,137.2,84.3,137,84.4L137,84.4z"/>
                </g>
                <g>
                    <path class="st0" d="M138.4,80.9c-0.6,0.5-1.3,0.8-2.1,1c-0.3,0.1-0.1,0.5,0.2,0.4c0.8-0.3,1.5-0.5,2.1-1.1                        C138.9,81.1,138.6,80.7,138.4,80.9L138.4,80.9z"/>
                </g>
                <g>
                    <path class="st0" d="M137.7,82.6c-0.8,0.6-1.7,0.9-2.6,1.3c-0.3,0.1-0.1,0.5,0.2,0.4c0.9-0.3,1.9-0.7,2.7-1.3                        C138.2,82.8,137.9,82.4,137.7,82.6L137.7,82.6z"/>
                </g>
                <g>
                    <path class="st0" d="M136,86c-0.6,0.6-1.4,0.6-2,1.1c-0.3,0.2,0.1,0.6,0.3,0.4c0.3-0.3,0.7-0.3,1-0.4c0.4-0.1,0.7-0.3,1-0.6                        C136.6,86.2,136.3,85.8,136,86L136,86z"/>
                </g>
                <g>
                    <path class="st0" d="M139.1,78.4c-0.4,0.4-0.9,0.8-1.4,1.2c-0.3,0.2,0.1,0.6,0.3,0.4c0.5-0.4,1-0.8,1.4-1.3                        C139.7,78.5,139.3,78.2,139.1,78.4L139.1,78.4z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M127,42.9c0.2,0,0.3-0.1,0.4-0.3c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.1,0.1-0.2s0.1,0-0.1-0.1                        c0.3,0,0.4-0.4,0.1-0.4c-0.2,0-0.3,0.1-0.4,0.3c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.1-0.1,0.2s-0.1,0,0.1,0.1                        C126.7,42.4,126.7,42.9,127,42.9L127,42.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M132.6,52.2c0.3-0.1,0.4-0.4,0.6-0.6c0.1-0.1,0.3-0.3,0.4-0.4c0.1-0.1,0.1-0.1,0.2-0.2                        c0.1-0.1,0.1-0.1,0-0.1c0.3-0.1,0.3-0.6-0.1-0.4c-0.3,0.1-0.4,0.4-0.6,0.6c-0.1,0.1-0.3,0.3-0.4,0.4c-0.1,0.1-0.1,0.1-0.2,0.2                        c-0.1,0.1-0.1,0.1,0,0.1C132.2,51.8,132.3,52.3,132.6,52.2L132.6,52.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M128.1,44.3c0.3-0.1,0.5-0.1,0.6-0.4c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.2,0.1-0.1                        c0.2-0.3-0.2-0.5-0.4-0.3s-0.1,0.6-0.5,0.6C127.7,43.9,127.8,44.4,128.1,44.3L128.1,44.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M126.4,39.9L126.4,39.9c-0.1,0-0.1-0.1-0.1-0.1c-0.1-0.1,0-0.1-0.1-0.1v0.1c0,0.1-0.1,0.3-0.1,0.4                        c-0.1,0.1-0.2,0.6-0.4,0.6c-0.3,0-0.4,0.4-0.1,0.4c0.5,0,0.8-0.5,0.9-0.9c0.1-0.2,0.4-0.9-0.1-0.9                        C126.1,39.4,126,39.9,126.4,39.9L126.4,39.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M130.7,49c0.4,0.3,0.7-0.3,0.9-0.5c0.3-0.3,0.5-0.6,0.6-1c0.1-0.3-0.3-0.4-0.4-0.2                        c-0.1,0.3-0.3,0.4-0.4,0.6c-0.1,0.1-0.2,0.3-0.3,0.4c-0.1,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.1,0,0.1,0.1                        C130.7,48.5,130.5,48.9,130.7,49L130.7,49z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M132.6,53.3c0.4,0.6,1.4-0.5,1.6-0.9c0.1-0.3-0.4-0.4-0.4-0.2c-0.1,0.2-0.2,0.4-0.4,0.5                        c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0,0,0,0,0C132.8,52.8,132.4,53.1,132.6,53.3L132.6,53.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M129.6,47.1c0.4,0.4,1.2-0.2,1.4-0.6c0.1-0.3-0.3-0.4-0.4-0.2c-0.1,0.1-0.5,0.6-0.7,0.4                        C129.7,46.5,129.4,46.9,129.6,47.1L129.6,47.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M133.4,55.1c0.3,0.3,0.5-0.3,0.6-0.4c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.1,0.1-0.1,0.1-0.3c0-0.1,0.1-0.1,0-0.1                        c0.3-0.2-0.1-0.5-0.3-0.4c-0.1,0.1-0.3,0.4-0.3,0.6c-0.1,0.1-0.1,0.3-0.2,0.4c0,0.1-0.1,0.1-0.1,0.2c0,0,0,0.1-0.1,0.1                        c-0.1,0.2-0.3-0.4,0.3,0C133.4,54.6,133.2,55,133.4,55.1L133.4,55.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M124.8,40.5c0.4-0.1,0.3-0.6,0.3-0.8s0-0.4,0-0.7c0-0.1,0-0.2,0-0.3c0-0.2,0.1-0.1-0.1-0.1                        c0.3-0.1,0.1-0.6-0.2-0.4c-0.3,0.1-0.2,0.6-0.2,0.8c0,0.2,0,0.4,0,0.6c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1c0,0.1-0.2,0,0.1,0                        C124.4,40,124.5,40.5,124.8,40.5L124.8,40.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M134.2,58.2c0.3,0.3,0.7-0.3,0.8-0.4c0.3-0.3,0.6-0.6,0.7-0.9c0.1-0.3-0.4-0.4-0.4-0.1                        c-0.1,0.2-0.3,0.4-0.4,0.6s-0.2,0.2-0.3,0.3c-0.1,0.1-0.1,0.1-0.1,0.1c-0.1,0.1-0.1-0.1,0.1,0.1C134.2,57.5,134,57.9,134.2,58.2                        L134.2,58.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M134.7,60.2c0.4-0.1,0.8-0.6,0.9-0.9c0.1-0.3-0.3-0.4-0.4-0.2c-0.1,0.2-0.4,0.6-0.6,0.6                        C134.4,59.8,134.5,60.2,134.7,60.2L134.7,60.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M134.7,61.2c0.3,0.4,0.9-0.4,1.1-0.4c0.3-0.1,0.1-0.6-0.2-0.4c-0.1,0.1-0.3,0.2-0.3,0.3s-0.1,0.1-0.3,0.2                        c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0,0,0c0.1,0,0.1,0.1,0.1,0.1l0,0C134.8,60.7,134.4,61.1,134.7,61.2L134.7,61.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M134.2,73.5c0.5-0.3,1-0.6,1.5-0.8c0.3-0.1,0.1-0.6-0.2-0.4c-0.5,0.3-1,0.6-1.5,0.8                        C133.8,73.3,134,73.7,134.2,73.5L134.2,73.5z"/>
                </g>
                <g>
                    <path class="st0" d="M131.1,78c0.4-0.3,1-0.3,1.5-0.5c0.6-0.3,1.1-0.7,1.6-1.2c0.2-0.3-0.2-0.5-0.4-0.3c-0.6,0.6-1.1,1-1.9,1.2                        c-0.4,0.1-0.8,0.2-1.1,0.4C130.5,77.8,130.8,78.2,131.1,78L131.1,78z"/>
                </g>
                <g>
                    <path class="st0" d="M133.7,75c0.4-0.1,0.8-0.2,1.1-0.4c0.3-0.2,0.4-0.5,0.7-0.6c0.3-0.1,0.1-0.5-0.2-0.4                        c-0.3,0.1-0.4,0.3-0.6,0.5c-0.3,0.3-0.6,0.4-1,0.5C133.3,74.6,133.4,75.1,133.7,75L133.7,75z"/>
                </g>
                <g>
                    <path class="st0" d="M130.1,79c0.3,0.1,0.6,0.3,0.9,0.3c0.8,0,1.6-0.5,2.2-0.8c0.3-0.1,0.1-0.6-0.2-0.4c-0.6,0.3-1.3,0.8-2,0.8                        c-0.3,0-0.5-0.1-0.8-0.2C129.9,78.5,129.8,79,130.1,79L130.1,79z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M136.4,66.2c-0.5,0.3-0.9,0.9-1.4,1.2c-0.3,0.2,0.1,0.5,0.3,0.4c0.5-0.3,0.9-0.9,1.4-1.2                        C137,66.4,136.7,66.1,136.4,66.2L136.4,66.2z"/>
                </g>
                <g>
                    <path class="st0" d="M136.6,63.4c-0.5,0.4-0.9,1.2-1.6,1.4c-0.3,0.1-0.1,0.6,0.2,0.4c0.7-0.3,1.1-1,1.6-1.5                        C137.1,63.6,136.9,63.3,136.6,63.4L136.6,63.4z"/>
                </g>
                <g>
                    <path class="st0" d="M136.4,67.5c-0.4,0.5-1,0.9-1.5,1.3c-0.3,0.2,0.1,0.6,0.3,0.4c0.6-0.4,1.1-0.8,1.6-1.4                        C136.9,67.5,136.6,67.3,136.4,67.5L136.4,67.5z"/>
                </g>
                <g>
                    <path class="st0" d="M136.3,61.7c-0.4,0.6-0.9,1.1-1.4,1.6c-0.3,0.2,0.1,0.6,0.3,0.4c0.6-0.5,1-1.1,1.4-1.6                        C136.9,61.7,136.5,61.4,136.3,61.7L136.3,61.7z"/>
                </g>
                <g>
                    <path class="st0" d="M136.5,69c-0.5,0.4-1.2,0.7-1.8,1c-0.3,0.1-0.1,0.6,0.2,0.4c0.6-0.4,1.4-0.6,1.9-1.1                        C137.1,69.2,136.7,68.9,136.5,69L136.5,69z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M121.6,36.7L121.6,36.7c-0.1,0-0.1-0.1-0.1-0.1c-0.1-0.1,0,0,0,0.1s0.1,0.1,0.1,0.2                        c0.1,0.2,0.1,0.3,0.1,0.5c0.1,0.2,0.1,0.6,0.3,0.6c0.3,0.1,0.4-0.4,0.2-0.4c0.1,0.1,0.1,0.2,0.1,0c0-0.1-0.1-0.1-0.1-0.2                        c-0.1-0.2-0.1-0.4-0.1-0.5c-0.1-0.2-0.1-0.6-0.3-0.6C121.3,36.1,121.3,36.6,121.6,36.7L121.6,36.7z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M111,33.4c0.1-0.1,0.1-0.1,0.1-0.3c0-0.1,0-0.1,0-0.1c0-0.1,0.1-0.1,0-0.1c0.3-0.2-0.1-0.6-0.3-0.4                        c-0.1,0.1-0.1,0.1-0.1,0.3c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1,0,0.1C110.4,33.2,110.7,33.6,111,33.4L111,33.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M118.3,35.5c0.1-0.1,0.2-0.4,0.3-0.6c0.2-0.3-0.2-0.5-0.4-0.3c-0.1,0.1-0.2,0.4-0.3,0.6                        C117.7,35.4,118.1,35.7,118.3,35.5L118.3,35.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M113,33.6c0.2-0.2,0.2-0.4,0.4-0.6c0.2-0.2-0.1-0.6-0.3-0.4c-0.2,0.2-0.2,0.4-0.4,0.6                        C112.5,33.5,112.8,33.9,113,33.6L113,33.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M115.8,34.5c0.4-0.1,0.3-0.7,0.2-1c-0.1-0.3-0.5-0.1-0.4,0.2c0,0.1,0.1,0.1,0.1,0.2s0,0.1,0,0.1                        c0.1,0.1-0.1,0.1,0.1,0.1C115.4,34.1,115.5,34.6,115.8,34.5L115.8,34.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M114.4,34.1c0.1,0,0.3-0.1,0.3-0.3c0-0.1,0-0.1,0-0.2s0-0.2,0-0.1c-0.1,0.1-0.1,0.1-0.1,0.1l0,0                        c0.3-0.1,0.1-0.6-0.2-0.4c-0.1,0.1-0.2,0.1-0.2,0.3c0,0.1,0,0.1,0,0.1v0.1c0,0.1,0,0.1,0.1-0.1C114,33.6,114.1,34.1,114.4,34.1                        L114.4,34.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M120,36.7c0.2,0,0.3-0.1,0.4-0.3c0.2-0.3-0.2-0.5-0.4-0.3l-0.1,0.1C119.6,36.3,119.7,36.7,120,36.7                        L120,36.7z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M82.5,58.2c0.3-0.6,0.5-1.1,0.8-1.7c0.1-0.3-0.3-0.6-0.4-0.3c-0.3,0.6-0.5,1.1-0.8,1.7                    C82,58.2,82.4,58.4,82.5,58.2L82.5,58.2z"/>
            </g>
            <g>
                <path class="st0" d="M81.9,57.7c0-0.6,0.3-1.1,0.4-1.6c0.1-0.3-0.4-0.4-0.4-0.2c-0.2,0.6-0.4,1.3-0.4,1.9                    C81.5,58,81.9,58,81.9,57.7L81.9,57.7z"/>
            </g>
            <g>
                <path class="st0" d="M86.4,59.4c0-0.3,0.1-0.6,0.3-0.8c0.1-0.3-0.3-0.4-0.4-0.2C86.1,58.7,86,59,86,59.3                    C85.9,59.6,86.4,59.7,86.4,59.4L86.4,59.4z"/>
            </g>
            <g>
                <path class="st0" d="M80.3,57.1c0.1-0.3,0.2-0.6,0.4-0.9c0.1-0.3-0.3-0.6-0.4-0.3c-0.2,0.3-0.3,0.6-0.4,0.9                    C79.8,57.2,80.3,57.4,80.3,57.1L80.3,57.1z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M99,46c-0.4-0.1-0.9-0.3-1.4-0.4c-0.3-0.1-0.4,0.3-0.2,0.4c0.4,0.1,0.9,0.3,1.4,0.4C99.1,46.5,99.3,46,99,46                    L99,46z"/>
            </g>
            <g>
                <path class="st0" d="M103,44.8c-0.7-0.1-1.4-0.3-2-0.6c-0.3-0.1-0.6,0.3-0.3,0.4c0.7,0.4,1.4,0.6,2.2,0.7                    C103.3,45.4,103.3,44.9,103,44.8L103,44.8z"/>
            </g>
            <g>
                <path class="st0" d="M100.9,45.4c-0.9-0.1-1.9-0.4-2.7-0.8c-0.3-0.1-0.6,0.3-0.3,0.4c0.9,0.5,1.9,0.8,3,0.9                    C101.1,45.9,101.2,45.5,100.9,45.4L100.9,45.4z"/>
            </g>
            <g>
                <path class="st0" d="M97.7,46.2c-0.8-0.1-1.6-0.3-2.4-0.4c-0.3-0.1-0.4,0.4-0.1,0.4c0.8,0.1,1.6,0.4,2.4,0.4                    C97.9,46.7,98,46.2,97.7,46.2L97.7,46.2z"/>
            </g>
            <g>
                <path class="st0" d="M105.8,44.1c-0.7,0-1.4-0.1-2.1-0.2c-0.3-0.1-0.4,0.4-0.1,0.4c0.7,0.1,1.4,0.1,2.1,0.2                    C106,44.6,106.1,44.1,105.8,44.1L105.8,44.1z"/>
            </g>
            <g>
                <path class="st0" d="M94.9,47c-0.4-0.1-0.8-0.1-1.1-0.3c-0.3-0.1-0.4,0.3-0.2,0.4c0.4,0.1,0.8,0.2,1.2,0.3                    C95.2,47.5,95.2,47,94.9,47L94.9,47z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M117.9,51.6c0.2,0.6,0.8,0.8,1.3,1c0.3,0.1,0.4-0.3,0.2-0.4c-0.4-0.2-0.9-0.3-1.1-0.8                    C118.3,51.1,117.9,51.3,117.9,51.6L117.9,51.6z"/>
            </g>
            <g>
                <path class="st0" d="M115.2,52.9c0.4,0.6,0.9,1.2,1.5,1.6c0.3,0.1,0.6-0.3,0.3-0.4c-0.6-0.4-1.1-0.9-1.4-1.5                    C115.4,52.4,115,52.7,115.2,52.9L115.2,52.9z"/>
            </g>
            <g>
                <path class="st0" d="M112.3,54.8c0.1,0.3,0.3,0.4,0.4,0.7c0.1,0.3,0.6,0.1,0.4-0.2c-0.1-0.3-0.3-0.4-0.4-0.7                    C112.5,54.3,112.1,54.5,112.3,54.8L112.3,54.8z"/>
            </g>
            <g>
                <path class="st0" d="M121.4,48.3c0.3,0.4,0.6,0.9,0.9,1.3c0.1,0.3,0.6,0.1,0.4-0.2c-0.3-0.4-0.6-0.9-0.9-1.3                    C121.6,47.8,121.2,48,121.4,48.3L121.4,48.3z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M121.4,114c0.2-0.3,0.6-0.5,0.8-0.8c0.2-0.3-0.3-0.6-0.4-0.3c-0.2,0.3-0.6,0.5-0.8,0.8                    C120.9,114,121.3,114.3,121.4,114L121.4,114z"/>
            </g>
            <g>
                <path class="st0" d="M119.4,114.4c0.2-0.2,0.4-0.3,0.6-0.5c0.1-0.1,0.2-0.3,0.3-0.4c0.1-0.3-0.3-0.4-0.4-0.2                    c0,0.1-0.1,0.1-0.1,0.2c0,0,0,0-0.1,0c-0.2,0.1-0.4,0.3-0.6,0.5C118.9,114.3,119.2,114.6,119.4,114.4L119.4,114.4z"/>
            </g>
            <g>
                <path class="st0" d="M115.8,115.5c0.3-0.3,0.6-0.4,0.9-0.8c0.2-0.2-0.1-0.6-0.3-0.4c-0.3,0.3-0.6,0.5-0.9,0.8                    C115.2,115.3,115.5,115.6,115.8,115.5L115.8,115.5z"/>
            </g>
            <g>
                <path class="st0" d="M125,112.2c0.1-0.2,0.3-0.3,0.3-0.6c0.1-0.2,0.1-0.4,0.1-0.6c0.1-0.3-0.3-0.6-0.4-0.3                    c-0.2,0.4-0.2,0.8-0.4,1.1C124.4,112.2,124.8,112.5,125,112.2L125,112.2z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M131.6,108.3c0.2-0.8,0.1-1.6,0.3-2.4c0.1-0.3-0.4-0.4-0.4-0.2c-0.2,0.8-0.1,1.6-0.3,2.4                        C131.1,108.4,131.5,108.6,131.6,108.3L131.6,108.3z"/>
                </g>
                <g>
                    <path class="st0" d="M128.6,110.3c0.3-0.8,0.4-1.6,0.5-2.4c0-0.3-0.4-0.4-0.4-0.1c-0.1,0.8-0.2,1.5-0.5,2.3                        C128.1,110.4,128.5,110.5,128.6,110.3L128.6,110.3z"/>
                </g>
                <g>
                    <path class="st0" d="M130.1,109.4c0.4-1,0.6-2.1,0.7-3.1c0-0.3-0.4-0.4-0.4-0.1c-0.1,1-0.3,2.1-0.6,3.1                        C129.6,109.5,130,109.7,130.1,109.4L130.1,109.4z"/>
                </g>
                <g>
                    <path class="st0" d="M132.8,107.2c0.2-0.4,0.3-0.8,0.4-1.2s0.1-0.9,0.2-1.3c0.1-0.3-0.3-0.4-0.4-0.2c-0.3,0.8-0.1,1.6-0.6,2.3                        C132.3,107.2,132.7,107.4,132.8,107.2L132.8,107.2z"/>
                </g>
                <g>
                    <path class="st0" d="M126.6,111.7c0.3-0.6,0.6-1.2,0.9-1.8c0.1-0.3-0.3-0.4-0.4-0.2c-0.3,0.6-0.5,1.1-0.8,1.6                        C126,111.6,126.4,111.9,126.6,111.7L126.6,111.7z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M40.9,74.2c-0.6-0.6-0.9-1.1-0.9-1.8c0-0.3-0.4-0.4-0.4-0.1c0,0.9,0.4,1.6,1,2.2                    C40.8,74.7,41.1,74.4,40.9,74.2L40.9,74.2z"/>
            </g>
            <g>
                <path class="st0" d="M39.4,75.1c-0.6-0.1-0.4-0.6-0.6-1.1c-0.1-0.3-0.6-0.3-0.4,0.1c0.1,0.3,0,0.6,0.1,0.9                    c0.1,0.4,0.4,0.6,0.9,0.6C39.6,75.6,39.6,75.1,39.4,75.1L39.4,75.1z"/>
            </g>
            <g>
                <path class="st0" d="M38.1,76.3c-0.1-0.2-0.3-0.4-0.4-0.6c-0.2-0.3-0.6,0.1-0.4,0.3c0.1,0.2,0.3,0.4,0.4,0.6                    C37.9,76.8,38.3,76.5,38.1,76.3L38.1,76.3z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M51.8,68.8c0.4-0.2,0.7-0.4,1.1-0.5c0.3-0.1,0.3-0.5-0.1-0.4c-0.4,0.1-0.9,0.3-1.3,0.5                    C51.3,68.5,51.5,68.9,51.8,68.8L51.8,68.8z"/>
            </g>
            <g>
                <path class="st0" d="M53.3,63.6c0.3,0,0.6,0,0.8,0.1s0.4-0.3,0.2-0.4c-0.3-0.1-0.7-0.2-1.1-0.1C52.9,63.3,53,63.7,53.3,63.6                    L53.3,63.6z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M49.3,57.5c1.1-0.4,2.3-0.1,2.9,1c0.1,0.3,0.6,0.1,0.4-0.2c-0.8-1.3-2.1-1.8-3.5-1.3                C48.8,57.2,48.9,57.6,49.3,57.5L49.3,57.5z"/>
        </g>
        <g>
            <path class="st0" d="M87.3,107.6c-1.5,0.8-2.8,1.3-4.2-0.1c-0.2-0.2-0.6,0.1-0.4,0.3c0.7,0.7,1.6,1.2,2.6,1.1                c0.8-0.1,1.5-0.5,2.2-0.9C87.8,107.8,87.6,107.5,87.3,107.6L87.3,107.6z"/>
        </g>
        <g>
            <g>
                <path class="st0" d="M119.6,56.7c-1.1,1.4-2.3,2.8-3.4,4.2c-0.2,0.3,0.2,0.5,0.4,0.3c1.1-1.4,2.3-2.8,3.4-4.2                    C120.1,56.7,119.8,56.5,119.6,56.7L119.6,56.7z"/>
            </g>
            <g>
                <path class="st0" d="M121.1,56.6c-0.6,1.6-1.8,2.9-2.9,4.2c-1.3,1.5-2.6,3-4,4.5c-0.2,0.3,0.2,0.5,0.4,0.3                    c1.4-1.6,2.9-3.2,4.3-4.8c1-1.2,2.1-2.5,2.6-3.9C121.6,56.5,121.3,56.3,121.1,56.6L121.1,56.6z"/>
            </g>
            <g>
                <path class="st0" d="M123.8,56.4c-1.8,3.6-5,6.7-7.6,9.8c-0.2,0.3,0.2,0.5,0.4,0.3c2.7-3.1,5.8-6.2,7.7-9.9                    C124.4,56.3,124,56.1,123.8,56.4L123.8,56.4z"/>
            </g>
            <g>
                <path class="st0" d="M124,59.3c-1.4,2.8-3.6,5-5.5,7.5c-0.2,0.3,0.2,0.5,0.4,0.3c1.9-2.5,4.1-4.8,5.5-7.6                    C124.5,59.2,124.1,59,124,59.3L124,59.3z"/>
            </g>
            <g>
                <path class="st0" d="M125.1,61.9c-2.6,4.4-5.9,8.3-9.3,12c-0.2,0.3,0.2,0.5,0.4,0.3c3.4-3.8,6.7-7.7,9.3-12                    C125.7,61.9,125.3,61.6,125.1,61.9L125.1,61.9z"/>
            </g>
            <g>
                <path class="st0" d="M126.6,64.5c-2.5,5.3-7.3,9.3-10.8,14c-0.2,0.3,0.2,0.5,0.4,0.3c3.5-4.7,8.4-8.7,10.8-14.1                    C127.1,64.4,126.7,64.3,126.6,64.5L126.6,64.5z"/>
            </g>
            <g>
                <path class="st0" d="M126.4,68.2c-1.2,3-3.8,5-5.8,7.5c-0.2,0.3,0.2,0.5,0.4,0.3c2-2.5,4.7-4.6,5.9-7.7                    C126.9,68,126.5,67.8,126.4,68.2L126.4,68.2z"/>
            </g>
            <g>
                <path class="st0" d="M125.9,73.7c-2.8,3-5.4,6-7.9,9.2c-0.2,0.3,0.2,0.5,0.4,0.3c2.5-3.2,5.2-6.2,7.9-9.2                    C126.4,73.8,126,73.5,125.9,73.7L125.9,73.7z"/>
            </g>
            <g>
                <path class="st0" d="M126.6,75.5c-1.8,2.6-4,4.9-5.7,7.5c-0.2,0.3,0.2,0.5,0.4,0.3c1.8-2.6,4-4.9,5.7-7.5                    C127.1,75.6,126.7,75.3,126.6,75.5L126.6,75.5z"/>
            </g>
            <g>
                <path class="st0" d="M126.7,77.6c-1.4,2-3.2,3.8-4.7,5.9c-0.2,0.3,0.2,0.5,0.4,0.3c1.4-2,3.2-3.8,4.7-5.9                    C127.3,77.6,126.9,77.3,126.7,77.6L126.7,77.6z"/>
            </g>
            <g>
                <path class="st0" d="M128.1,79.5c-3,3.7-6.3,7.1-9.2,10.8c-0.2,0.3,0.2,0.5,0.4,0.3c3-3.7,6.3-7.1,9.2-10.8                    C128.6,79.6,128.2,79.4,128.1,79.5L128.1,79.5z"/>
            </g>
            <g>
                <path class="st0" d="M126.6,84.3c-0.8,0.9-1.5,1.8-2.1,2.8c-0.2,0.3,0.2,0.6,0.4,0.3c0.6-1,1.3-1.9,2.1-2.8                    C127.2,84.4,126.9,84.1,126.6,84.3L126.6,84.3z"/>
            </g>
            <g>
                <path class="st0" d="M128.1,85.7c-0.9,1.4-2.1,2.6-3.2,3.9c-0.2,0.3,0.2,0.5,0.4,0.3c1.1-1.3,2.3-2.5,3.2-3.9                    C128.6,85.7,128.2,85.5,128.1,85.7L128.1,85.7z"/>
            </g>
            <g>
                <path class="st0" d="M129.1,91.1c-1.5,1.6-2.8,3.6-4,5.5c-0.1,0.3,0.3,0.6,0.4,0.3c1.1-1.9,2.5-3.9,4-5.5                    C129.7,91.1,129.3,90.9,129.1,91.1L129.1,91.1z"/>
            </g>
            <g>
                <path class="st0" d="M129.3,96c-1.1,1.4-2.1,2.8-3.2,4.2c-0.2,0.3,0.2,0.5,0.4,0.3c1.1-1.4,2.1-2.8,3.2-4.2                    C129.8,96,129.4,95.7,129.3,96L129.3,96z"/>
            </g>
            <g>
                <path class="st0" d="M128.7,98.3c-0.6,0.5-0.9,1.4-1.3,2s-0.9,1.3-1.2,2.1c-0.1,0.3,0.3,0.4,0.4,0.2c0.3-0.7,0.8-1.3,1.1-1.9                    c0.4-0.6,0.7-1.4,1.2-1.9C129.2,98.4,128.9,98.1,128.7,98.3L128.7,98.3z"/>
            </g>
        </g>
        <g>
            <g>
                <path class="st0" d="M88.1,115.2c-0.3,0.3-0.5,0.5-0.8,0.8c-0.2,0.2,0.1,0.6,0.3,0.4c0.3-0.3,0.5-0.5,0.8-0.8                    C88.6,115.4,88.3,115,88.1,115.2L88.1,115.2z"/>
            </g>
            <g>
                <path class="st0" d="M91.9,115.8c-0.5,0.3-1,0.6-1.3,1.1c-0.1,0.3,0.3,0.4,0.4,0.2c0.2-0.4,0.6-0.7,1-0.9                    C92.3,116.1,92.2,115.6,91.9,115.8L91.9,115.8z"/>
            </g>
            <g>
                <path class="st0" d="M89.9,115.5c-0.6,0.3-1.1,0.6-1.4,1.3c-0.1,0.3,0.3,0.4,0.4,0.2c0.2-0.4,0.7-0.8,1.1-0.9                    C90.4,115.8,90.2,115.3,89.9,115.5L89.9,115.5z"/>
            </g>
            <g>
                <path class="st0" d="M86.9,114.9c-0.5,0.1-1.1,0.3-1.5,0.5c-0.3,0.1-0.1,0.6,0.2,0.4c0.4-0.3,0.9-0.4,1.4-0.5                    C87.2,115.3,87.2,114.8,86.9,114.9L86.9,114.9z"/>
            </g>
            <g>
                <path class="st0" d="M94.4,116c-0.5,0.1-0.9,0.4-1.4,0.7c-0.3,0.1-0.1,0.6,0.2,0.4c0.4-0.3,0.8-0.6,1.3-0.7                    C94.8,116.4,94.7,116,94.4,116L94.4,116z"/>
            </g>
            <g>
                <path class="st0" d="M84.2,114.4c-0.3,0.2-0.4,0.5-0.6,0.8c-0.2,0.3,0.2,0.5,0.4,0.3c0.1-0.2,0.2-0.5,0.4-0.6                    C84.6,114.7,84.4,114.3,84.2,114.4L84.2,114.4z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M82.8,85.8C82.8,85.8,82.8,85.9,82.8,85.8c-0.3,0.3,0.1,0.6,0.3,0.3c0,0,0.1-0.1,0.1-0.1                C83.4,85.8,83,85.5,82.8,85.8L82.8,85.8z"/>
        </g>
        <g>
            <path class="st0" d="M112,80.4C112,80.4,112,80.5,112,80.4c-0.3,0.3,0.1,0.6,0.3,0.3c0,0,0.1-0.1,0.1-0.1                C112.6,80.4,112.2,80.2,112,80.4L112,80.4z"/>
        </g>
    </g>
    </svg>
    
        Modéré / quotidien
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Espacement entre les plants">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <g>
        <path d="M35.9,123.1c-1.1-4.1-1.8-7.9-2.4-11.5c-1.2-7.2-1.1-15,0.1-23.2c1.6-10.4,4.7-11.6,4.5-23.7c-0.1-7.7,1.4-13.1,2.6-17.4            c0.1-0.5,0.7-0.8,0.3-1c-0.4-0.2-0.9,0.1-1,0.6c-0.9,2.9-3.2,9.6-3.2,18.1c0,12.9-3.6,13.5-5.1,26.9c-1.2,10.2-0.3,20.4,2.7,31.1            c0.3,1,0.4,1.7,0.8,1.8c0.3,0.1,1,0.3,1.1-0.3C36.3,124.1,36,123.4,35.9,123.1z"/>
        <g>
            <path d="M49.2,35.9c0.5-3.1,0-6.4-0.4-9.6c-0.2-1.4-0.3-2.8-0.6-4.1c-0.1-0.4-0.1-1.4-0.4-1.7c-0.3-0.2-0.6-0.2-0.8,0.1                c-1.4,1.9-2.6,4-3.8,6c-1.8,2.8-3.6,5.6-4.5,8.8c-1.2,3.9-1.1,9.2,1.8,12.4c0.1,0.1,0.4,0.2,0.6,0.1C45,45,48.2,40.7,49.2,35.9                c0.1-0.6-0.8-0.9-1-0.3c-0.6,2.8-1.9,5.3-3.7,7.5c-1,1.2-2.8,2.3-3.5,3.6c-0.5,0.9-0.4-0.3,0.1,0.4c-0.2-0.2-0.4-0.5-0.5-0.7                c-0.6-1.4-1.3-2.6-1.5-4.2c-0.7-4.9,1.4-9.4,3.9-13.4c1.6-2.5,3-5.3,4.8-7.7c-0.3,0-0.5,0.1-0.8,0.1c0.5,0.4,0.7,4.8,0.8,6                c0.3,2.7,0.7,5.7,0.3,8.5C48.2,36.2,49.1,36.5,49.2,35.9z"/>
        </g>
        <g>
            <path d="M30.5,104.6c-3.7-5.9-8-11.1-14.9-13.2c-3.7-1.2-8.1-1.5-11.9-0.4c-0.3,0.1-0.4,0.3-0.3,0.6c0.2,0.8,0.9,1.7,1.3,2.4                c0.9,1.6,1.9,3.3,2.9,4.9c2,3.1,4.2,5.5,7.9,6.7c3.8,1.3,8,1.2,11.8,2.6c3.2,1.2,5,4.6,5.9,7.8c0.1,0.6,0.9,0.4,1-0.1                c0.2-1.5-0.8-3.5-1.2-4.8C32.2,108.9,31.6,106.6,30.5,104.6c-0.3-0.6-1.2-0.1-0.9,0.5c1.1,1.8,1.7,4.1,2.2,6.1                c0.4,1.3,1.3,3.2,1.1,4.6c0.3,0,0.7-0.1,1-0.1c-0.6-2.2-1.7-4.5-3.3-6.2c-2.5-2.8-6.5-3.1-10-3.7c-4.7-0.8-8.8-2-11.6-6.2                c-1.1-1.7-2.2-3.4-3.2-5.2c-0.5-0.9-1.5-2.1-1.7-3.1C4.1,91.6,4,91.8,3.9,92c3.4-1,7.4-0.8,10.7,0.2c7,2,11.3,7.1,15,13                C30,105.7,30.8,105.2,30.5,104.6z"/>
        </g>
        <g>
            <path d="M34.2,112.5c1.2-2.3,2.8-4.5,4.8-6.1c3.1-2.3,7.3-2.2,10.9-2.8c3.2-0.5,6.4-1.4,8.8-3.6c3.1-2.9,4.1-7.4,7.1-10.4                c0.3-0.3,0.1-0.7-0.2-0.8c-7.3-2.5-16,0.2-21.4,5.3c-3,2.7-5.5,6.2-7.3,9.8c-0.9,1.8-1.7,3.6-2.5,5.4c-0.4,0.8-1.1,2-1.1,2.9                c0,0.6,1,0.6,1,0c0-0.9,0.9-2.3,1.3-3.1c0.7-1.6,1.4-3.2,2.2-4.7c1.7-3.3,4-6.5,6.6-9.1c5.3-5.2,13.8-8.1,21.1-5.6                c-0.1-0.3-0.1-0.6-0.2-0.8c-3.1,3-4,7.5-7.1,10.4c-3.2,3-7.8,3.3-11.9,3.8c-3.1,0.4-6.1,1-8.6,3.1c-1.8,1.6-3.2,3.6-4.3,5.7                C33.1,112.6,33.9,113.1,34.2,112.5z"/>
        </g>
        <g>
            <path d="M32.5,77.4c-2-7.9-6.7-16.5-14-20.9c-0.2-0.1-0.5-0.1-0.6,0.1c-1.4,1.5-1.9,4.5-2.2,6.4c-0.5,3.7,0.3,7.1,3,9.8                c2.5,2.5,5.9,3.8,8.9,5.8c3,2,4.3,5.2,4.5,8.7c0,0.6,0.8,0.7,1,0.1c0.4-1.2,0.1-3,0-4.2C33,81.2,32.9,79.3,32.5,77.4                c-0.1-0.6-1.1-0.4-1,0.3c0.4,1.8,0.4,3.7,0.5,5.5c0,1.1,0.4,2.9,0,4c0.3,0,0.7,0.1,1,0.1c-0.2-4-1.8-7.5-5.2-9.7                c-2.5-1.6-5.2-2.7-7.5-4.6c-3.1-2.5-4.2-6-3.6-9.9c0.2-1.4,0.6-2.7,1.1-4c0.1-0.3,0.6-1,0.6-1.3c-0.1-0.8,0.5,0.2-0.3-0.3                c1.2,0.7,2.3,1.7,3.3,2.7c5.1,4.9,8.4,10.8,10.2,17.6C31.7,78.3,32.7,78,32.5,77.4z"/>
        </g>
        <g>
            <path d="M37.3,74.9c2.2-6.6,10-3.2,14.5-6.5c1.8-1.3,2.7-3.5,3.6-5.4c0.6-1.4,1.6-3.1,1.9-4.7c0.1-0.3-0.1-0.6-0.5-0.6                c-4.4,0.2-9.2,1.8-12.5,4.7c-2.3,2-3.9,4.6-5.4,7.2c-0.8,1.4-2.4,3.4-2.6,5.1C36.3,75.3,37.2,75.6,37.3,74.9                c0.2-1.5,1.6-3.3,2.4-4.6c1.4-2.4,2.9-4.8,4.9-6.8c3.2-3,8-4.7,12.3-4.8c-0.2-0.2-0.3-0.4-0.5-0.6c-0.3,1.9-1.5,3.8-2.3,5.5                c-0.5,1.1-1,2.3-1.8,3.2c-1.5,1.7-3.7,2.2-5.8,2.4c-4.4,0.5-8.5,0.6-10.1,5.5C36.2,75.3,37.1,75.5,37.3,74.9z"/>
        </g>
        <g>
            <g>
                <g>
                    <path d="M42.2,42.6c1.6-0.3,3-0.9,4.4-1.7c0.4-0.3,0-0.9-0.4-0.6c-1.3,0.8-2.7,1.4-4.2,1.7C41.5,42,41.7,42.7,42.2,42.6                        L42.2,42.6z"/>
                </g>
                <g>
                    <path d="M41.9,40.2c1.7-0.5,3.3-1,4.9-1.7c0.4-0.2,0.1-0.9-0.4-0.6c-1.6,0.8-3.1,1.2-4.8,1.7C41.3,39.6,41.5,40.3,41.9,40.2                        L41.9,40.2z"/>
                </g>
                <g>
                    <path d="M42,38.2c1.7-0.8,3.5-1.3,5.2-2.1c0.4-0.2,0.1-0.9-0.4-0.6c-1.7,0.8-3.5,1.3-5.2,2.1C41.2,37.8,41.6,38.4,42,38.2                        L42,38.2z"/>
                </g>
                <g>
                    <path d="M43.6,35.4c1.1-0.5,2.2-0.9,3.3-1.4c0.4-0.2,0.2-0.9-0.2-0.7c-1.1,0.5-2.2,0.9-3.3,1.4C42.9,34.9,43.1,35.6,43.6,35.4                        L43.6,35.4z"/>
                </g>
                <g>
                    <path d="M44.3,32.7c0.9-0.4,1.7-0.8,2.6-1.1c0.4-0.2,0.1-0.8-0.4-0.6c-0.9,0.4-1.7,0.8-2.6,1.1C43.5,32.2,43.9,32.9,44.3,32.7                        L44.3,32.7z"/>
                </g>
                <g>
                    <path d="M44.8,30.2c0.6-0.2,1.1-0.5,1.6-0.7c0.4-0.2,0.1-0.8-0.4-0.6c-0.6,0.2-1.1,0.5-1.6,0.7C44,29.8,44.4,30.4,44.8,30.2                        L44.8,30.2z"/>
                </g>
                <g>
                    <path d="M42,45c1.1-0.4,2.3-0.9,3.4-1.3c0.4-0.2,0.2-0.9-0.2-0.7c-1.1,0.4-2.3,0.9-3.4,1.3C41.4,44.5,41.6,45.2,42,45L42,45z"/>
                </g>
                <g>
                    <path d="M41.3,47.2c0.7-0.2,1.5-0.3,2.2-0.4c0.5-0.1,0.3-0.8-0.2-0.7c-0.7,0.2-1.5,0.3-2.2,0.4C40.6,46.6,40.8,47.3,41.3,47.2                        L41.3,47.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M48.1,96.7c1.6,1.2,3.5,2,5.4,2.4c0.5,0.1,0.7-0.6,0.2-0.7C51.9,98,50,97.1,48.5,96C48.1,95.7,47.7,96.4,48.1,96.7                        L48.1,96.7z"/>
                </g>
                <g>
                    <path d="M49.9,95.4c2,1.1,3.9,1.7,6,2.3c0.5,0.1,0.7-0.6,0.2-0.7c-2.1-0.6-3.9-1.2-5.8-2.3C49.8,94.6,49.4,95.2,49.9,95.4                        L49.9,95.4z"/>
                </g>
                <g>
                    <path d="M51.6,93.3c2.2,0.7,4.3,1.8,6.5,2.5c0.5,0.1,0.7-0.6,0.2-0.7c-2.2-0.7-4.3-1.8-6.5-2.5C51.4,92.5,51.2,93.2,51.6,93.3                        L51.6,93.3z"/>
                </g>
                <g>
                    <path d="M55.3,92.3c1.4,0.5,3,0.8,4.4,1.3c0.5,0.2,0.6-0.6,0.2-0.7c-1.4-0.5-3-0.8-4.4-1.3C55,91.4,54.8,92.1,55.3,92.3                        L55.3,92.3z"/>
                </g>
                <g>
                    <path d="M57.9,90.7c0.9,0.3,1.7,0.6,2.6,0.9c0.5,0.2,0.7-0.6,0.2-0.7c-0.9-0.3-1.7-0.6-2.6-0.9C57.6,89.8,57.4,90.5,57.9,90.7                        L57.9,90.7z"/>
                </g>
                <g>
                    <path d="M60.3,89.1c0.5,0.2,1.1,0.4,1.6,0.6c0.5,0.2,0.6-0.6,0.2-0.7c-0.5-0.2-1.1-0.4-1.6-0.6C60,88.2,59.8,89,60.3,89.1                        L60.3,89.1z"/>
                </g>
                <g>
                    <path d="M45.8,98.6c1.1,0.5,2.1,1.2,3.3,1.7c0.4,0.2,0.6-0.5,0.2-0.7c-1.1-0.5-2.1-1.2-3.3-1.7C45.6,97.7,45.4,98.4,45.8,98.6                        L45.8,98.6z"/>
                </g>
                <g>
                    <path d="M43.2,99.8c0.6,0.3,1.1,0.7,1.7,1c0.4,0.3,0.8-0.4,0.4-0.6c-0.6-0.3-1.1-0.7-1.7-1C43.2,98.9,42.8,99.5,43.2,99.8                        L43.2,99.8z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M10.7,96.8c-0.4,1.6-1.1,3.2-0.8,4.9c0.1,0.5,0.8,0.3,0.7-0.2c-0.3-1.5,0.5-3.1,0.8-4.5C11.6,96.5,10.8,96.3,10.7,96.8                        L10.7,96.8z"/>
                </g>
                <g>
                    <path d="M12.5,97.6c-0.2,1.8-0.7,3.7-0.5,5.5c0,0.5,0.8,0.5,0.7,0c-0.2-1.8,0.3-3.7,0.5-5.5C13.3,97.1,12.6,97.1,12.5,97.6                        L12.5,97.6z"/>
                </g>
                <g>
                    <path d="M14.6,98.7c0.2,1.9-0.2,3.8,0,5.7c0,0.5,0.8,0.5,0.7,0c-0.2-1.9,0.2-3.8,0-5.7C15.3,98.2,14.5,98.2,14.6,98.7L14.6,98.7                        z"/>
                </g>
                <g>
                    <path d="M16.6,101.5c0.1,1.2,0,2.4,0.1,3.6c0,0.5,0.8,0.5,0.7,0c-0.1-1.2,0-2.4-0.1-3.6C17.4,101,16.6,101,16.6,101.5                        L16.6,101.5z"/>
                </g>
                <g>
                    <path d="M18.8,103.2c0.1,0.8,0.1,1.7,0.2,2.5c0,0.5,0.8,0.5,0.7,0c-0.1-0.8-0.1-1.7-0.2-2.5C19.5,102.7,18.8,102.7,18.8,103.2                        L18.8,103.2z"/>
                </g>
                <g>
                    <path d="M20.8,104.7c0,0.5,0.1,1.1,0.1,1.6c0,0.5,0.8,0.5,0.7,0c0-0.5-0.1-1.1-0.1-1.6C21.6,104.2,20.8,104.2,20.8,104.7                        L20.8,104.7z"/>
                </g>
                <g>
                    <path d="M8.4,95.5c0,1.1-0.4,2.2-0.4,3.3c0,0.5,0.7,0.5,0.7,0c0-1.1,0.4-2.2,0.4-3.3C9.2,95,8.4,95,8.4,95.5L8.4,95.5z"/>
                </g>
                <g>
                    <path d="M6.6,93.7c-0.1,0.7-0.4,1.4-0.5,2.1c-0.1,0.5,0.6,0.7,0.7,0.2c0.1-0.7,0.4-1.4,0.5-2.1C7.4,93.4,6.7,93.2,6.6,93.7                        L6.6,93.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M24.7,72.1c-1.4,0.4-3,0.7-4.4,0.4c-0.5-0.1-0.7,0.6-0.2,0.7c1.6,0.4,3.3,0,4.8-0.4C25.4,72.7,25.2,72,24.7,72.1                        L24.7,72.1z"/>
                </g>
                <g>
                    <path d="M24.2,70.1c-1.9,0.2-3.8,0.5-5.7,0.2c-0.5-0.1-0.5,0.7,0,0.7c1.9,0.2,3.8,0,5.7-0.2C24.7,70.8,24.7,70.1,24.2,70.1                        L24.2,70.1z"/>
                </g>
                <g>
                    <path d="M23.7,68c-2.1-0.3-4.2-0.1-6.2-0.3c-0.5-0.1-0.5,0.7,0,0.7c2.1,0.3,4.2,0.1,6.2,0.3C24.2,68.8,24.2,68,23.7,68L23.7,68z                        "/>
                </g>
                <g>
                    <path d="M21.2,65.8c-1.4-0.1-2.8,0-4.2-0.1c-0.5,0-0.5,0.7,0,0.7c1.4,0.1,2.8,0,4.2,0.1C21.6,66.5,21.6,65.8,21.2,65.8                        L21.2,65.8z"/>
                </g>
                <g>
                    <path d="M19.6,63.4c-0.8-0.1-1.6-0.1-2.3-0.2c-0.5,0-0.5,0.7,0,0.7c0.8,0.1,1.6,0.1,2.3,0.2C20.1,64.2,20.1,63.5,19.6,63.4                        L19.6,63.4z"/>
                </g>
                <g>
                    <path d="M18.3,61.3c-0.4,0-0.7-0.2-1.1-0.2c-0.5,0-0.5,0.7,0,0.7c0.4,0,0.7,0.2,1.1,0.2C18.7,62.1,18.7,61.3,18.3,61.3                        L18.3,61.3z"/>
                </g>
                <g>
                    <path d="M26.6,74.5c-0.9,0-1.8,0.4-2.7,0.4c-0.5,0-0.5,0.7,0,0.7c0.9,0,1.8-0.4,2.7-0.4C27.1,75.2,27.1,74.5,26.6,74.5                        L26.6,74.5z"/>
                </g>
                <g>
                    <path d="M28.1,76.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.5,0.1-0.3,0.8,0.2,0.7c0.6-0.1,1.1-0.2,1.7-0.2C28.8,77.1,28.6,76.4,28.1,76.4                        L28.1,76.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M47.1,64.5c1.4,0.7,3,1.5,4.6,1.6c0.5,0,0.5-0.7,0-0.7c-1.4-0.1-2.9-0.8-4.2-1.5C47,63.6,46.6,64.3,47.1,64.5L47.1,64.5                        z"/>
                </g>
                <g>
                    <path d="M48.1,63.2c1.5,0.6,2.9,1.2,4.5,1.4c0.5,0.1,0.7-0.6,0.2-0.7c-1.6-0.2-3-0.9-4.5-1.4C47.8,62.3,47.6,63,48.1,63.2                        L48.1,63.2z"/>
                </g>
                <g>
                    <path d="M49.4,61.8c1.5,0.2,3,0.8,4.5,1c0.5,0.1,0.7-0.6,0.2-0.7c-1.5-0.2-3-0.8-4.5-1C49.1,61,48.9,61.7,49.4,61.8L49.4,61.8z"
                        />
                </g>
                <g>
                    <path d="M52,60.6c0.8,0.2,1.7,0.3,2.5,0.5c0.5,0.1,0.7-0.6,0.2-0.7c-0.8-0.2-1.7-0.3-2.5-0.5C51.7,59.8,51.5,60.5,52,60.6                        L52,60.6z"/>
                </g>
                <g>
                    <path d="M54.1,58.9c0.7,0.1,1.3,0.2,2,0.4c0.5,0.1,0.7-0.6,0.2-0.7c-0.7-0.1-1.3-0.2-2-0.4C53.8,58.1,53.6,58.8,54.1,58.9                        L54.1,58.9z"/>
                </g>
                <g>
                    <path d="M45.6,66.1c1.1,0.3,2.2,1,3.3,1.3c0.5,0.1,0.7-0.6,0.2-0.7c-1.1-0.3-2.2-1-3.3-1.3C45.3,65.3,45.1,66,45.6,66.1                        L45.6,66.1z"/>
                </g>
                <g>
                    <path d="M43.7,67.2c0.5,0.2,0.9,0.5,1.4,0.8c0.4,0.2,0.8-0.4,0.4-0.6c-0.5-0.2-0.9-0.5-1.4-0.8C43.7,66.4,43.3,67,43.7,67.2                        L43.7,67.2z"/>
                </g>
            </g>
        </g>
        <path d="M155.4,127.9c1.1-4.1,1.8-7.9,2.4-11.5c1.2-7.2,1.1-15-0.1-23.2c-1.6-10.4-4.7-11.6-4.5-23.7c0.1-7.7-1.4-13.1-2.6-17.4            c-0.1-0.5-0.7-0.8-0.3-1c0.4-0.2,0.9,0.1,1,0.6c0.9,2.9,3.2,9.6,3.2,18.1c0,12.9,3.6,13.5,5.1,26.9c1.2,10.2,0.3,20.4-2.7,31.1            c-0.3,1-0.4,1.7-0.8,1.8c-0.3,0.1-1,0.3-1.1-0.3C155.1,129,155.4,128.2,155.4,127.9z"/>
        <g>
            <path d="M142.1,40.7c-0.5-3.1,0-6.4,0.4-9.6c0.2-1.4,0.3-2.8,0.6-4.1c0.1-0.4,0.1-1.4,0.4-1.7c0.3-0.2,0.6-0.2,0.8,0.1                c1.4,1.9,2.6,4,3.8,6c1.8,2.8,3.6,5.6,4.5,8.8c1.2,3.9,1.1,9.2-1.8,12.4c-0.1,0.1-0.4,0.2-0.6,0.1                C146.4,49.8,143.1,45.5,142.1,40.7c-0.1-0.6,0.8-0.9,1-0.3c0.6,2.8,1.9,5.3,3.7,7.5c1,1.2,2.8,2.3,3.5,3.6                c0.5,0.9,0.4-0.3-0.1,0.4c0.2-0.2,0.4-0.5,0.5-0.7c0.6-1.4,1.3-2.6,1.5-4.2c0.7-4.9-1.4-9.4-3.9-13.4c-1.6-2.5-3-5.3-4.8-7.7                c0.3,0,0.5,0.1,0.8,0.1c-0.5,0.4-0.7,4.8-0.8,6c-0.3,2.7-0.7,5.7-0.3,8.5C143.2,41.1,142.2,41.3,142.1,40.7z"/>
        </g>
        <g>
            <path d="M160.9,109.5c3.7-5.9,8-11.1,14.9-13.2c3.7-1.2,8.1-1.5,11.9-0.4c0.3,0.1,0.4,0.3,0.3,0.6c-0.2,0.8-0.9,1.7-1.3,2.4                c-0.9,1.6-1.9,3.3-2.9,4.9c-2,3.1-4.2,5.5-7.9,6.7c-3.8,1.3-8,1.2-11.8,2.6c-3.2,1.2-5,4.6-5.9,7.8c-0.1,0.6-0.9,0.4-1-0.1                c-0.2-1.5,0.8-3.5,1.2-4.8C159.1,113.7,159.7,111.4,160.9,109.5c0.3-0.6,1.2-0.1,0.9,0.5c-1.1,1.8-1.7,4.1-2.2,6.1                c-0.4,1.3-1.3,3.2-1.1,4.6c-0.3,0-0.7-0.1-1-0.1c0.6-2.2,1.7-4.5,3.3-6.2c2.5-2.8,6.5-3.1,10-3.7c4.7-0.8,8.8-2,11.6-6.2                c1.1-1.7,2.2-3.4,3.2-5.2c0.5-0.9,1.5-2.1,1.7-3.1c0.1,0.2,0.2,0.4,0.3,0.6c-3.4-1-7.4-0.8-10.7,0.2c-7,2-11.3,7.1-15,13                C161.4,110.5,160.5,110,160.9,109.5z"/>
        </g>
        <g>
            <path d="M157.2,117.3c-1.2-2.3-2.8-4.5-4.8-6.1c-3.1-2.3-7.3-2.2-10.9-2.8c-3.2-0.5-6.4-1.4-8.8-3.6c-3.1-2.9-4.1-7.4-7.1-10.4                c-0.3-0.3-0.1-0.7,0.2-0.8c7.3-2.5,16,0.2,21.4,5.3c3,2.7,5.5,6.2,7.3,9.8c0.9,1.8,1.7,3.6,2.5,5.4c0.4,0.8,1.1,2,1.1,2.9                c0,0.6-1,0.6-1,0c0-0.9-0.9-2.3-1.3-3.1c-0.7-1.6-1.4-3.2-2.2-4.7c-1.7-3.3-4-6.5-6.6-9.1c-5.3-5.2-13.8-8.1-21.1-5.6                c0.1-0.3,0.1-0.6,0.2-0.8c3.1,3,4,7.5,7.1,10.4c3.2,3,7.8,3.3,11.9,3.8c3.1,0.4,6.1,1,8.6,3.1c1.8,1.6,3.2,3.6,4.3,5.7                C158.3,117.4,157.4,117.9,157.2,117.3z"/>
        </g>
        <g>
            <path d="M158.8,82.2c2-7.9,6.7-16.5,14-20.9c0.2-0.1,0.5-0.1,0.6,0.1c1.4,1.5,1.9,4.5,2.2,6.4c0.5,3.7-0.3,7.1-3,9.8                c-2.5,2.5-5.9,3.8-8.9,5.8c-3,2-4.3,5.2-4.5,8.7c0,0.6-0.8,0.7-1,0.1c-0.4-1.2-0.1-3,0-4.2C158.4,86.1,158.4,84.1,158.8,82.2                c0.1-0.6,1.1-0.4,1,0.3c-0.4,1.8-0.4,3.7-0.5,5.5c0,1.1-0.4,2.9,0,4c-0.3,0-0.7,0.1-1,0.1c0.2-4,1.8-7.5,5.2-9.7                c2.5-1.6,5.2-2.7,7.5-4.6c3.1-2.5,4.2-6,3.6-9.9c-0.2-1.4-0.6-2.7-1.1-4c-0.1-0.3-0.6-1-0.6-1.3c0.1-0.8-0.5,0.2,0.3-0.3                c-1.2,0.7-2.3,1.7-3.3,2.7c-5.1,4.9-8.4,10.8-10.2,17.6C159.6,83.1,158.7,82.9,158.8,82.2z"/>
        </g>
        <g>
            <path d="M154,79.8c-2.2-6.6-10-3.2-14.5-6.5c-1.8-1.3-2.7-3.5-3.6-5.4c-0.6-1.4-1.6-3.1-1.9-4.7c-0.1-0.3,0.1-0.6,0.5-0.6                c4.4,0.2,9.2,1.8,12.5,4.7c2.3,2,3.9,4.6,5.4,7.2c0.8,1.4,2.4,3.4,2.6,5.1C155.1,80.1,154.1,80.4,154,79.8                c-0.2-1.5-1.6-3.3-2.4-4.6c-1.4-2.4-2.9-4.8-4.9-6.8c-3.2-3-8-4.7-12.3-4.8c0.2-0.2,0.3-0.4,0.5-0.6c0.3,1.9,1.5,3.8,2.3,5.5                c0.5,1.1,1,2.3,1.8,3.2c1.5,1.7,3.7,2.2,5.8,2.4c4.4,0.5,8.5,0.6,10.1,5.5C155.2,80.1,154.2,80.4,154,79.8z"/>
        </g>
        <g>
            <g>
                <g>
                    <path d="M149.2,47.5c-1.6-0.3-3-0.9-4.4-1.7c-0.4-0.3,0-0.9,0.4-0.6c1.3,0.8,2.7,1.4,4.2,1.7C149.8,46.8,149.6,47.5,149.2,47.5                        L149.2,47.5z"/>
                </g>
                <g>
                    <path d="M149.4,45c-1.7-0.5-3.3-1-4.9-1.7c-0.4-0.2-0.1-0.9,0.4-0.6c1.6,0.8,3.1,1.2,4.8,1.7C150.1,44.4,149.9,45.2,149.4,45                        L149.4,45z"/>
                </g>
                <g>
                    <path d="M149.3,43c-1.7-0.8-3.5-1.3-5.2-2.1c-0.4-0.2-0.1-0.9,0.4-0.6c1.7,0.8,3.5,1.3,5.2,2.1C150.1,42.6,149.7,43.3,149.3,43                        L149.3,43z"/>
                </g>
                <g>
                    <path d="M147.8,40.2c-1.1-0.5-2.2-0.9-3.3-1.4c-0.4-0.2-0.2-0.9,0.2-0.7c1.1,0.5,2.2,0.9,3.3,1.4                        C148.4,39.7,148.2,40.4,147.8,40.2L147.8,40.2z"/>
                </g>
                <g>
                    <path d="M147,37.5c-0.9-0.4-1.7-0.8-2.6-1.1c-0.4-0.2-0.1-0.8,0.4-0.6c0.9,0.4,1.7,0.8,2.6,1.1C147.9,37.1,147.5,37.7,147,37.5                        L147,37.5z"/>
                </g>
                <g>
                    <path d="M146.5,35.1c-0.6-0.2-1.1-0.5-1.6-0.7c-0.4-0.2-0.1-0.8,0.4-0.6c0.6,0.2,1.1,0.5,1.6,0.7                        C147.4,34.6,147,35.2,146.5,35.1L146.5,35.1z"/>
                </g>
                <g>
                    <path d="M149.3,49.9c-1.1-0.4-2.3-0.9-3.4-1.3c-0.4-0.2-0.2-0.9,0.2-0.7c1.1,0.4,2.3,0.9,3.4,1.3                        C150,49.3,149.8,50.1,149.3,49.9L149.3,49.9z"/>
                </g>
                <g>
                    <path d="M150.1,52.1c-0.7-0.2-1.5-0.3-2.2-0.4c-0.5-0.1-0.3-0.8,0.2-0.7c0.7,0.2,1.5,0.3,2.2,0.4                        C150.8,51.4,150.6,52.2,150.1,52.1L150.1,52.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M143.3,101.5c-1.6,1.2-3.5,2-5.4,2.4c-0.5,0.1-0.7-0.6-0.2-0.7c1.9-0.3,3.7-1.2,5.2-2.3                        C143.3,100.6,143.6,101.2,143.3,101.5L143.3,101.5z"/>
                </g>
                <g>
                    <path d="M141.5,100.3c-2,1.1-3.9,1.7-6,2.3c-0.5,0.1-0.7-0.6-0.2-0.7c2.1-0.6,3.9-1.2,5.8-2.3C141.5,99.4,141.9,100,141.5,100.3                        L141.5,100.3z"/>
                </g>
                <g>
                    <path d="M139.7,98.2c-2.2,0.7-4.3,1.8-6.5,2.5c-0.5,0.1-0.7-0.6-0.2-0.7c2.2-0.7,4.3-1.8,6.5-2.5C140,97.3,140.2,98,139.7,98.2                        L139.7,98.2z"/>
                </g>
                <g>
                    <path d="M136.1,97.1c-1.4,0.5-3,0.8-4.4,1.3c-0.5,0.2-0.6-0.6-0.2-0.7c1.4-0.5,3-0.8,4.4-1.3C136.3,96.3,136.5,97,136.1,97.1                        L136.1,97.1z"/>
                </g>
                <g>
                    <path d="M133.5,95.5c-0.9,0.3-1.7,0.6-2.6,0.9c-0.5,0.2-0.7-0.6-0.2-0.7c0.9-0.3,1.7-0.6,2.6-0.9                        C133.7,94.6,133.9,95.4,133.5,95.5L133.5,95.5z"/>
                </g>
                <g>
                    <path d="M131.1,94c-0.5,0.2-1.1,0.4-1.6,0.6c-0.5,0.2-0.6-0.6-0.2-0.7c0.5-0.2,1.1-0.4,1.6-0.6C131.4,93.1,131.5,93.8,131.1,94                        L131.1,94z"/>
                </g>
                <g>
                    <path d="M145.6,103.4c-1.1,0.5-2.1,1.2-3.3,1.7c-0.4,0.2-0.6-0.5-0.2-0.7c1.1-0.5,2.1-1.2,3.3-1.7                        C145.8,102.5,146,103.2,145.6,103.4L145.6,103.4z"/>
                </g>
                <g>
                    <path d="M148.2,104.6c-0.6,0.3-1.1,0.7-1.7,1c-0.4,0.3-0.8-0.4-0.4-0.6c0.6-0.3,1.1-0.7,1.7-1                        C148.2,103.7,148.6,104.4,148.2,104.6L148.2,104.6z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M180.6,101.6c0.4,1.6,1.1,3.2,0.8,4.9c-0.1,0.5-0.8,0.3-0.7-0.2c0.3-1.5-0.5-3.1-0.8-4.5                        C179.8,101.4,180.5,101.2,180.6,101.6L180.6,101.6z"/>
                </g>
                <g>
                    <path d="M178.8,102.4c0.2,1.8,0.7,3.7,0.5,5.5c0,0.5-0.8,0.5-0.7,0c0.2-1.8-0.3-3.7-0.5-5.5C178,101.9,178.8,101.9,178.8,102.4                        L178.8,102.4z"/>
                </g>
                <g>
                    <path d="M176.8,103.5c-0.2,1.9,0.2,3.8,0,5.7c0,0.5-0.8,0.5-0.7,0c0.2-1.9-0.2-3.8,0-5.7C176.1,103.1,176.8,103.1,176.8,103.5                        L176.8,103.5z"/>
                </g>
                <g>
                    <path d="M174.7,106.3c-0.1,1.2,0,2.4-0.1,3.6c0,0.5-0.8,0.5-0.7,0c0.1-1.2,0-2.4,0.1-3.6C174,105.9,174.7,105.9,174.7,106.3                        L174.7,106.3z"/>
                </g>
                <g>
                    <path d="M172.5,108c-0.1,0.8-0.1,1.7-0.2,2.5c0,0.5-0.8,0.5-0.7,0c0.1-0.8,0.1-1.7,0.2-2.5C171.8,107.5,172.6,107.5,172.5,108                        L172.5,108z"/>
                </g>
                <g>
                    <path d="M170.5,109.5c0,0.5-0.1,1.1-0.1,1.6c0,0.5-0.8,0.5-0.7,0c0-0.5,0.1-1.1,0.1-1.6C169.8,109.1,170.5,109.1,170.5,109.5                        L170.5,109.5z"/>
                </g>
                <g>
                    <path d="M182.9,100.3c0,1.1,0.4,2.2,0.4,3.3c0,0.5-0.7,0.5-0.7,0c0-1.1-0.4-2.2-0.4-3.3C182.2,99.9,182.9,99.9,182.9,100.3                        L182.9,100.3z"/>
                </g>
                <g>
                    <path d="M184.8,98.5c0.1,0.7,0.4,1.4,0.5,2.1c0.1,0.5-0.6,0.7-0.7,0.2c-0.1-0.7-0.4-1.4-0.5-2.1C184,98.2,184.7,98,184.8,98.5                        L184.8,98.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M166.6,76.9c1.4,0.4,3,0.7,4.4,0.4c0.5-0.1,0.7,0.6,0.2,0.7c-1.6,0.4-3.3,0-4.8-0.4C165.9,77.5,166.1,76.8,166.6,76.9                        L166.6,76.9z"/>
                </g>
                <g>
                    <path d="M167.2,75c1.9,0.2,3.8,0.5,5.7,0.2c0.5-0.1,0.5,0.7,0,0.7c-1.9,0.2-3.8,0-5.7-0.2C166.7,75.7,166.7,74.9,167.2,75                        L167.2,75z"/>
                </g>
                <g>
                    <path d="M167.6,72.8c2.1-0.3,4.2-0.1,6.2-0.3c0.5-0.1,0.5,0.7,0,0.7c-2.1,0.3-4.2,0.1-6.2,0.3C167.1,73.6,167.1,72.9,167.6,72.8                        L167.6,72.8z"/>
                </g>
                <g>
                    <path d="M170.2,70.6c1.4-0.1,2.8,0,4.2-0.1c0.5,0,0.5,0.7,0,0.7c-1.4,0.1-2.8,0-4.2,0.1C169.7,71.4,169.7,70.6,170.2,70.6                        L170.2,70.6z"/>
                </g>
                <g>
                    <path d="M171.7,68.3c0.8-0.1,1.6-0.1,2.3-0.2c0.5,0,0.5,0.7,0,0.7c-0.8,0.1-1.6,0.1-2.3,0.2C171.2,69.1,171.2,68.3,171.7,68.3                        L171.7,68.3z"/>
                </g>
                <g>
                    <path d="M173.1,66.1c0.4,0,0.7-0.2,1.1-0.2c0.5,0,0.5,0.7,0,0.7c-0.4,0-0.7,0.2-1.1,0.2C172.6,66.9,172.6,66.2,173.1,66.1                        L173.1,66.1z"/>
                </g>
                <g>
                    <path d="M164.7,79.3c0.9,0,1.8,0.4,2.7,0.4c0.5,0,0.5,0.7,0,0.7c-0.9,0-1.8-0.4-2.7-0.4C164.2,80.1,164.2,79.3,164.7,79.3                        L164.7,79.3z"/>
                </g>
                <g>
                    <path d="M163.2,81.3c0.6,0.1,1.1,0.2,1.7,0.2c0.5,0.1,0.3,0.8-0.2,0.7c-0.6-0.1-1.1-0.2-1.7-0.2                        C162.5,81.9,162.7,81.2,163.2,81.3L163.2,81.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path d="M144.3,69.3c-1.4,0.7-3,1.5-4.6,1.6c-0.5,0-0.5-0.7,0-0.7c1.4-0.1,2.9-0.8,4.2-1.5C144.3,68.4,144.7,69.1,144.3,69.3                        L144.3,69.3z"/>
                </g>
                <g>
                    <path d="M143.3,68c-1.5,0.6-2.9,1.2-4.5,1.4c-0.5,0.1-0.7-0.6-0.2-0.7c1.6-0.2,3-0.9,4.5-1.4C143.5,67.1,143.7,67.9,143.3,68                        L143.3,68z"/>
                </g>
                <g>
                    <path d="M142,66.6c-1.5,0.2-3,0.8-4.5,1c-0.5,0.1-0.7-0.6-0.2-0.7c1.5-0.2,3-0.8,4.5-1C142.3,65.8,142.5,66.5,142,66.6L142,66.6                        z"/>
                </g>
                <g>
                    <path d="M139.4,65.5c-0.8,0.2-1.7,0.3-2.5,0.5c-0.5,0.1-0.7-0.6-0.2-0.7c0.8-0.2,1.7-0.3,2.5-0.5                        C139.6,64.7,139.8,65.4,139.4,65.5L139.4,65.5z"/>
                </g>
                <g>
                    <path d="M137.3,63.7c-0.7,0.1-1.3,0.2-2,0.4c-0.5,0.1-0.7-0.6-0.2-0.7c0.7-0.1,1.3-0.2,2-0.4C137.5,62.9,137.7,63.6,137.3,63.7                        L137.3,63.7z"/>
                </g>
                <g>
                    <path d="M145.8,71c-1.1,0.3-2.2,1-3.3,1.3c-0.5,0.1-0.7-0.6-0.2-0.7c1.1-0.3,2.2-1,3.3-1.3C146.1,70.1,146.3,70.8,145.8,71                        L145.8,71z"/>
                </g>
                <g>
                    <path d="M147.6,72.1c-0.5,0.2-0.9,0.5-1.4,0.8c-0.4,0.2-0.8-0.4-0.4-0.6c0.5-0.2,0.9-0.5,1.4-0.8                        C147.7,71.2,148.1,71.9,147.6,72.1L147.6,72.1z"/>
                </g>
            </g>
        </g>
        <path d="M120,107.1c-8.3-0.1-16.7-0.1-25-0.1c-4.2,0-8.4,0-12.7,0c-4.2,0-8.5-0.1-12.7,0.1c-0.5,0-0.6,0.8-0.1,0.8            c4.1,0.1,8.2,0.1,12.4,0.1c4.2,0,8.4,0,12.7,0c8.4,0,16.9,0.1,25.3,0C120.5,108,120.6,107.2,120,107.1z"/>
        <path d="M121.8,107.1c-1.7-0.7-3.3-1.4-4.9-2.2c-1.6-0.9-3.2-1.9-4.8-2.8c-0.5-0.3-0.9,0.3-0.5,0.7c1.4,1.2,3.2,2.1,4.8,3            c1.2,0.7,2.5,1.3,3.7,1.8c-2.4,0.9-4.9,1.7-7.3,2.6c-2.9,1.1-5.9,2-8.8,3.2c-0.5,0.2-0.2,1.1,0.3,0.9c2.9-0.8,5.8-2,8.7-3            c2.9-1.1,5.9-2.1,8.8-3.2C122.3,107.9,122.2,107.3,121.8,107.1z"/>
        <path d="M67.8,108.2c1.7,0.7,3.3,1.4,4.9,2.2c1.6,0.9,3.2,1.9,4.8,2.8c0.5,0.3,0.9-0.3,0.5-0.7c-1.4-1.2-3.2-2.1-4.8-3            c-1.2-0.7-2.5-1.3-3.7-1.8c2.4-0.9,4.9-1.7,7.3-2.6c2.9-1.1,5.9-2,8.8-3.2c0.5-0.2,0.2-1.1-0.3-0.9c-2.9,0.8-5.8,2-8.7,3            c-2.9,1.1-5.9,2.1-8.8,3.2C67.3,107.4,67.4,108.1,67.8,108.2z"/>
    </g>
    </svg>
    
        70 cm
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Exposition">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#020203;}
        .st1{fill:#231F20;}
    </style>
    <g>
        <path class="st0" d="M94,70.1c-1.8-5.4-5.9-9.6-10.8-12.5c-8.2-4.7-17.5-5.5-25.4,0.5c-4.3,3.2-8.3,7.6-9.2,13            c-0.7,4.5,0.4,9.3,2.1,13.5c1.6,3.8,4,7.8,7.3,10.3c3.7,2.8,9.1,4.3,13.8,4.8c4.8,0.5,9.9-0.5,13.9-3.4c3.8-2.7,6.2-6.9,7.8-11.2            C95.2,80.3,95.6,74.9,94,70.1z M75.2,99c-4.9,0.2-9.9-1.1-14.2-3.3c-3.4-1.7-5.9-4.6-7.8-8c-2.3-3.9-3.8-8.4-4-13            c-0.2-5.5,2.2-9.5,6-13.4c3.9-3.9,8.8-6.8,14.3-7.1c4.8-0.2,9.3,1.5,13.4,3.8c8.4,5,13,13.7,10.8,23.5C91.6,91,85.1,98.6,75.2,99z"
            />
        <g>
            <path class="st0" d="M92.9,57.6c3-3.7,6.2-7.2,9.3-10.8c3.1-3.5,6.4-7.1,9.1-11.1c0.4-0.5-0.5-0.9-0.8-0.5                c-2.6,4-6.1,7.6-9.2,11.2c-3,3.4-6.1,6.8-9,10.3C91.9,57.5,92.5,58.1,92.9,57.6L92.9,57.6z"/>
        </g>
        <g>
            <path class="st0" d="M49.2,60.5c-2-1.5-4.3-2.4-6.2-4.1C42.6,56,42,56.6,42.4,57c1.9,1.7,4.2,2.5,6.2,4.1                C49,61.4,49.7,60.8,49.2,60.5L49.2,60.5z"/>
        </g>
        <g>
            <path class="st0" d="M51.3,95.5c-3.1,3.7-6.2,7.2-9.3,11c-2.6,3.2-6.2,6.7-7.8,10.7c-0.2,0.5,0.6,0.8,0.9,0.3                c0.6-1.7,1.9-3.2,3-4.6c1.6-2.2,3.4-4.3,5.3-6.5c2.9-3.4,5.9-6.7,8.7-10.1C52.4,95.8,51.8,95.1,51.3,95.5L51.3,95.5z"/>
        </g>
        <g>
            <path class="st0" d="M67.1,49.9c-0.5-3.9-1.1-7.8-1.7-11.7c-0.5-3.4-1.4-6.8-1.4-10.1c0-0.5-0.9-0.5-0.9,0                c0.1,3.1,0.8,6.3,1.3,9.4c0.6,4.2,1.3,8.3,1.8,12.5C66.3,50.5,67.2,50.5,67.1,49.9L67.1,49.9z"/>
        </g>
        <g>
            <path class="st0" d="M77,105.8c0.7,6.5,0.8,13.1,0.8,19.7c0,0.5,0.9,0.5,0.9,0c0-6.5-0.1-13.1-0.8-19.7                C77.9,105.3,77,105.3,77,105.8L77,105.8z"/>
        </g>
        <g>
            <path class="st0" d="M43.1,76.1c-4.2,0.4-8.3,0.5-12.4,0.7c-3.5,0.2-7.9,0.1-11.1,1.5c-0.5,0.3-0.1,1,0.5,0.8                c1.5-0.7,3.4-0.7,5.1-0.9c2.3-0.3,4.4-0.4,6.7-0.5c3.8-0.2,7.6-0.3,11.3-0.6C43.7,76.9,43.7,76,43.1,76.1L43.1,76.1z"/>
        </g>
        <g>
            <path class="st0" d="M98.2,63.8c3.4-2.2,7.2-3.9,10.8-5.8c3.1-1.7,7.2-3.4,9.5-6.2c0.4-0.5-0.3-1.1-0.6-0.6                c-2.4,2.9-6.6,4.6-9.8,6.3c-3.4,1.8-7,3.4-10.2,5.5C97.2,63.3,97.7,64.2,98.2,63.8L98.2,63.8z"/>
        </g>
        <g>
            <path class="st0" d="M55.3,56c-2-3-4.2-6-6.2-9c-2-2.9-4.5-6.2-5.4-9.6c-0.2-0.5-1-0.4-0.9,0.3c0.9,3.4,3.3,6.4,5.2,9.3                c2.1,3.2,4.4,6.2,6.5,9.4C54.8,57,55.6,56.6,55.3,56L55.3,56z"/>
        </g>
        <g>
            <path class="st0" d="M46.2,88c-3.7,2.4-8.1,3.6-12,5.7c-0.5,0.3-0.1,1.1,0.5,0.8c3.9-2.1,8.2-3.4,12-5.7                C47.1,88.4,46.7,87.6,46.2,88L46.2,88z"/>
        </g>
        <g>
            <path class="st0" d="M100.2,68.5c5.3-1.7,11.8-2.3,16.3-5.6c0.5-0.4,0-1.1-0.5-0.8c-4.4,3.4-10.9,3.8-16,5.5                C99.4,67.8,99.7,68.7,100.2,68.5L100.2,68.5z"/>
        </g>
        <g>
            <path class="st0" d="M62.1,51.4c-0.9-4.6-2.4-9.1-3.7-13.7c-0.7-2.7-1.5-5.5-2.1-8.3c-0.5-1.8-1.1-4.1-0.8-6                c0.1-0.5-0.8-0.8-0.9-0.3c-0.3,1.6,0.2,3.4,0.5,5c0.6,3,1.4,5.9,2.2,8.8c1.4,4.9,3.1,9.7,4,14.7C61.4,52.2,62.2,51.9,62.1,51.4                L62.1,51.4z"/>
        </g>
        <g>
            <path class="st0" d="M43.7,80.9c-3.2,1-6.5,1.7-9.7,2.5c-2.8,0.7-6.2,1.4-8.6,3.3c-0.5,0.4,0,1.1,0.5,0.8c2.5-1.9,6-2.5,9-3.4                c3.1-0.8,6.2-1.4,9.1-2.4C44.4,81.6,44.2,80.7,43.7,80.9L43.7,80.9z"/>
        </g>
        <g>
            <path class="st0" d="M84.3,52.6c0.9-2.1,1.8-4.2,2.7-6.2c0.3-0.5-0.5-1-0.8-0.5c-0.9,2.1-1.7,4.2-2.7,6.2                C83.2,52.6,84,53,84.3,52.6L84.3,52.6z"/>
        </g>
        <g>
            <path class="st0" d="M44.8,67.5c-2.3-1.1-4.5-2.2-6.8-3.3c-2.2-1.1-5.1-2.1-6.9-3.8c-0.5-0.4-1.1,0.3-0.6,0.6                c1.8,1.6,4.4,2.6,6.5,3.7c2.4,1.2,4.9,2.3,7.2,3.4C44.9,68.5,45.3,67.8,44.8,67.5L44.8,67.5z"/>
        </g>
        <g>
            <path class="st0" d="M56.2,100.3c-2.4,5-6.3,10.1-7,15.7c-0.1,0.5,0.8,0.5,0.9,0c0.5-5.4,4.5-10.4,6.8-15.2                C57.3,100.3,56.5,99.9,56.2,100.3L56.2,100.3z"/>
        </g>
        <g>
            <path class="st0" d="M78.2,51c1-5.4,1.9-10.9,3.3-16.2c0.2-0.5-0.7-0.8-0.9-0.3c-1.4,5.3-2.2,10.8-3.3,16.2                C77.3,51.4,78.1,51.7,78.2,51L78.2,51z"/>
        </g>
        <g>
            <path class="st0" d="M43.3,72c-2.9-0.6-6.2-0.3-8.9-1.8c-0.5-0.3-1,0.5-0.5,0.8c2.7,1.5,6.1,1.3,9.1,1.9                C43.5,73,43.8,72.1,43.3,72L43.3,72z"/>
        </g>
        <g>
            <path class="st0" d="M61.9,103c-1.1,5.4-3.4,10.6-4.3,16c-0.1,0.5,0.8,0.8,0.9,0.3c1-5.4,3.2-10.6,4.3-16                C62.9,102.7,62.1,102.4,61.9,103L61.9,103z"/>
        </g>
        <g>
            <path class="st0" d="M72.5,45.1c0.1-0.5-0.8-0.8-0.9-0.3c0,0.2,0,2.6,0.1,3.3c0.1,0.5,1,0.5,0.9,0C72.5,47.5,72.4,45.3,72.5,45.1z                "/>
        </g>
        <path class="st0" d="M70.4,107.7c0-0.1,0-0.2-0.1-0.4c0-0.1,0-0.1,0-0.2c-0.1-0.5-0.1-1-0.1-1.5c-0.1-0.5-1-0.5-0.9,0            c0.1,0.6,0,1.4,0.2,2.1c0,0,0,0,0,0.1l0,0c0.1,0.4,0.1,0.7,0.1,1.2c0.1,0.5,1,0.5,0.9,0C70.5,108.6,70.4,108.2,70.4,107.7z"/>
        <g>
            <path class="st0" d="M96.2,60.5c2.3-1.8,4.3-4.2,6.7-5.7c0.5-0.4,0-1.1-0.5-0.8c-2.4,1.6-4.6,4-6.9,5.9                C95.1,60.2,95.7,60.8,96.2,60.5L96.2,60.5z"/>
        </g>
        <g>
            <path class="st0" d="M46.5,63.6c-1.7-0.5-3.3-1.4-5-2c-0.5-0.2-0.8,0.7-0.3,0.9c1.7,0.6,3.3,1.5,5,2                C46.9,64.6,47.1,63.7,46.5,63.6L46.5,63.6z"/>
        </g>
        <g>
            <path class="st0" d="M44.2,85c-1.9,0.7-3.5,1.7-5.5,2.3c-0.5,0.2-0.4,1,0.3,0.9c2-0.5,3.6-1.5,5.5-2.3C45,85.6,44.8,84.7,44.2,85                L44.2,85z"/>
        </g>
        <g>
            <path class="st0" d="M73.3,105.3c0.3,1.9,0.2,3.8,0.4,5.8c0.1,0.5,1,0.5,0.9,0c-0.2-1.9-0.1-3.8-0.4-5.8                C74.2,104.7,73.3,104.7,73.3,105.3L73.3,105.3z"/>
        </g>
        <g>
            <path class="st0" d="M88.8,54.8c4.1-5.9,7-12.7,11.3-18.4c0.4-0.5-0.5-0.9-0.8-0.5C95,41.8,92.1,48.5,88,54.4                C87.7,54.8,88.5,55.3,88.8,54.8L88.8,54.8z"/>
        </g>
        <g>
            <path class="st0" d="M47.4,93.2c-5,3.8-9.3,8.4-14.5,12c-0.5,0.4,0,1.1,0.5,0.8c5.2-3.5,9.4-8.2,14.5-12                C48.3,93.6,47.9,92.9,47.4,93.2L47.4,93.2z"/>
        </g>
        <g>
            <path class="st0" d="M50.6,40.8c2.1,4.3,4.7,8.2,6.7,12.5c0.3,0.5,1,0.1,0.8-0.5c-2-4.3-4.6-8.2-6.7-12.5                C51.1,39.8,50.3,40.3,50.6,40.8L50.6,40.8z"/>
        </g>
        <g>
            <path class="st0" d="M32.5,39.3c5.8,6.8,13.3,12.2,18.8,19.2c0.4,0.5,1-0.2,0.6-0.6c-5.5-7-13-12.3-18.8-19.2                C32.7,38.3,32.1,39,32.5,39.3L32.5,39.3z"/>
        </g>
        <g>
            <path class="st0" d="M65.4,104.9c-0.1,2,0.2,3.9-0.1,5.8c-0.1,0.5,0.8,0.8,0.9,0.3c0.3-2.1,0.1-4,0.1-6.1                C66.3,104.4,65.4,104.4,65.4,104.9L65.4,104.9z"/>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M88.3,77.2c-0.1,0.4-0.4,0.2-0.6,0.3c-0.3,0.1-0.2,0.6,0.1,0.5c0.2-0.1,0.5,0,0.6-0.1                        c0.3-0.1,0.4-0.5,0.5-0.7C88.8,76.9,88.4,76.9,88.3,77.2L88.3,77.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M89,79.2c-0.5,0.5-1,1.1-1.8,1.2c-0.4,0-0.4,0.5,0,0.5c1-0.1,1.5-0.6,2.2-1.3C89.5,79.3,89.2,78.9,89,79.2                        L89,79.2z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M89.2,80.7c-0.5,0.9-1.1,1.7-2.2,1.7c-0.4,0-0.4,0.5,0,0.5c1.3-0.1,2-0.9,2.6-2                        C89.7,80.6,89.4,80.3,89.2,80.7L89.2,80.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M89.4,82.7c-0.3,1.1-1.4,1.4-2.4,1.4c-0.4,0-0.4,0.5,0,0.5c1.2,0,2.6-0.5,2.9-1.8                        C89.9,82.6,89.4,82.4,89.4,82.7L89.4,82.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M88.9,85.7c-0.9,0.5-2,0.5-3,0.4c-0.4,0-0.4,0.5,0,0.5c1.1,0.1,2.3,0.1,3.3-0.5                        C89.4,86,89.2,85.5,88.9,85.7L88.9,85.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M87.3,88.4c-1,0.7-2.4,0.5-3.4,0.1c-0.3-0.1-0.5,0.3-0.3,0.5c1.2,0.5,2.8,0.7,3.9-0.1                        C87.8,88.7,87.5,88.3,87.3,88.4L87.3,88.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M85.6,90.3c-0.6,0-1.3,0.2-1.9,0.1c-0.4-0.1-0.5,0.5-0.2,0.5c0.7,0.1,1.4,0,2,0                        C85.9,90.9,85.9,90.3,85.6,90.3L85.6,90.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M81.7,93.1c-0.5,0.1-1-0.2-1.4-0.6c-0.2-0.3-0.6,0.1-0.4,0.4c0.5,0.5,1.2,0.8,1.9,0.7                        C82.2,93.6,82.1,93.1,81.7,93.1L81.7,93.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M77.9,94.1c-0.5,0.1-0.5-0.1-0.9-0.4c-0.3-0.2-0.5,0.3-0.3,0.5c0.2,0.1,0.3,0.3,0.5,0.4                        c0.3,0.1,0.5,0.1,0.7,0C78.4,94.5,78.2,94.1,77.9,94.1L77.9,94.1z"/>
                </g>
            </g>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M54.9,75.5c0.1-0.3,0.1-0.3,0.4-0.3c0.1,0,0.3,0.1,0.4,0c0.3-0.1,0.2-0.5-0.1-0.5c-0.2,0-0.4-0.1-0.5-0.1                        c-0.3,0.1-0.5,0.4-0.5,0.6C54.4,75.6,54.8,75.8,54.9,75.5L54.9,75.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M54.8,73.3c0.6-0.5,1.2-0.9,2-0.8c0.3,0,0.4-0.5,0.1-0.5c-1-0.1-1.6,0.4-2.4,0.9                        C54.1,73,54.5,73.5,54.8,73.3L54.8,73.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M54.8,71.8c0.6-0.8,1.4-1.5,2.5-1.4c0.3,0.1,0.4-0.5,0.1-0.5c-1.3-0.2-2.2,0.6-2.9,1.5                        C54.2,71.7,54.6,72,54.8,71.8L54.8,71.8z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M55,69.5c0.5-1.1,1.6-1.2,2.6-1c0.3,0.1,0.5-0.4,0.2-0.5c-1.2-0.3-2.7-0.1-3.3,1.3                        C54.5,69.7,54.9,69.9,55,69.5L55,69.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M56.1,66.5c1-0.4,2-0.1,3,0.2c0.3,0.1,0.5-0.4,0.2-0.5c-1.1-0.4-2.3-0.5-3.4-0.2                        C55.7,66.2,55.8,66.6,56.1,66.5L56.1,66.5z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M58.2,64c1.1-0.5,2.4-0.1,3.4,0.6c0.3,0.2,0.5-0.2,0.3-0.4c-1.1-0.8-2.6-1.3-3.9-0.6                        C57.7,63.7,57.9,64.2,58.2,64L58.2,64z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M60.3,62.4c0.6,0.1,1.3,0.1,1.9,0.4c0.3,0.1,0.5-0.4,0.2-0.5c-0.6-0.3-1.4-0.3-2-0.4                        C60.1,61.8,60,62.4,60.3,62.4L60.3,62.4z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M64.6,60.3c0.5,0.1,1,0.4,1.3,0.9c0.2,0.3,0.6,0.1,0.5-0.2c-0.4-0.6-0.9-1.1-1.7-1.2                        C64.4,59.7,64.3,60.2,64.6,60.3L64.6,60.3z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M68.6,60.1c0.2,0,0.4,0,0.5,0.2c0.1,0.1,0.2,0.3,0.3,0.4c0.2,0.3,0.5-0.1,0.4-0.4c-0.1-0.2-0.3-0.4-0.4-0.5                        c-0.2-0.2-0.5-0.2-0.7-0.2C68.3,59.5,68.3,60.1,68.6,60.1L68.6,60.1z"/>
                </g>
            </g>
        </g>
        <g>
            <path class="st1" d="M172,109.5c-0.4-2.4-1.8-4.8-4.1-6.9c-3.2-2.9-6.1-3.4-7.7-3.4c-0.4-3.6-1.8-6.5-4-8.3                c-2.4-1.9-5.3-2.9-7.8-2.7c-1.3,0.1-2.4,0.6-3.3,1.4c-0.3-0.6-0.7-1-1.2-1.3c-0.6-0.4-1.3-0.5-2-0.3c-0.1-0.8-0.2-1.6-0.2-2.3                c-0.1-1.9-0.3-3.8-1.3-5.6c-1.1-2-3.3-3.4-6.1-4.1c-2.4-0.5-5-0.8-7.5-0.6c-1.5,0.1-2.9,0.3-4,0.7c-1.5,0.5-2.7,1.1-3.4,1.9                c-0.5,0.5-0.9,1.2-1.1,1.8c0,0.1-0.1,0.1-0.1,0.2c-0.2,0.5-0.5,1-0.8,1.3c-0.3,0.3-0.8,0.4-1.2,0.5c-0.1,0-0.2,0-0.3,0.1l-0.2,0                c-0.3,0.1-0.7,0.2-1.1,0.3c-1-1.8-2.6-2.9-4.6-3.2c-1.9-0.3-4,0.2-6.3,1.2c-2,0.9-3.7,2.2-5,3.7c-1.8,2.1-3.1,4.7-3.9,7.4                c-0.6,2.3-1,5.6,0.5,8.6c-0.8,0.6-1.1,1.5-1,2.5c-1.3,0.5-2.4,1.6-3,3.3c-0.7,1.8-0.6,3.8,0.2,5.2c0.4,0.7,1,1.3,1.7,1.6                c0,0.9,0.4,1.8,1,2.5c0.6,0.7,1.4,1.2,2.3,1.3c0.3,2,1.3,3.9,2.8,5.4c1.5,1.5,3.5,2.7,5.9,3.5c5,1.8,11.2,1.6,17.3-0.4                c2.4-0.8,4.3-2.2,6.2-3.5c0.5-0.4,1.1-0.8,1.6-1.1c0.4,0.5,0.9,0.9,1.6,0.9c0.5,0,0.9-0.1,1.4-0.3c0.3,1.3,1.2,2.4,2.6,3.4                c1.5,1,3.3,1.8,5.7,2.4c1.6,0.4,3.1,0.6,4.4,0.6c0.4,0,0.7,0,1,0c2.4-0.2,4.8-0.9,7.1-2.1c2.3-1.2,4.2-2.8,5.3-4.5                c0.4,0.5,0.9,0.8,1.5,1c0.9,0.2,1.9,0.1,3-0.3c2-0.7,3.8-2,5.3-3.7C170.8,115.7,172.5,112.9,172,109.5z M94.6,111.7                c0-0.3-0.2-0.5-0.5-0.6c-0.9-0.3-1.4-0.9-1.7-1.8c-0.5-1.7,0.2-3.9,1.1-5c0.5-0.6,1.1-0.9,1.8-1c0.2,0,0.4-0.1,0.4-0.3                c0.1-0.2,0.1-0.5,0-0.7c-0.3-0.8,0.1-1.5,0.8-1.8c0.2-0.1,0.3-0.2,0.3-0.4c0.1-0.2,0-0.4-0.1-0.6c-1.5-2.5-1.3-5.3-0.8-7.2                c0.5-2.5,1.6-4.9,3.2-7c1.1-1.5,2.5-2.7,4.3-3.7c1.9-1.1,3.8-1.6,5.5-1.6c1,0,1.9,0.2,2.7,0.7c0.8,0.5,1.4,1.2,1.8,2.2                c-0.5,0.4-0.8,1.1-0.8,1.7c-1.8-0.4-3.7,0-5.2,1.1c-1.3,1-2.2,2.5-2.5,4.2c-0.5-0.2-1.1-0.2-1.6,0c-0.6,0.2-1.2,0.6-1.4,1.2                c-0.1,0.2-0.1,0.3,0,0.5c0.1,0.2,0.3,0.2,0.4,0.2c0.2,0,0.3-0.1,0.4-0.3c0.2-0.4,0.6-0.7,1.1-0.8c0.5-0.1,0.9,0,1.2,0.3                c0.1,0.1,0.4,0.2,0.5,0.1c0.2-0.1,0.3-0.2,0.3-0.4c0-1.7,0.8-3.3,2.2-4.3c1.4-1,3.2-1.3,4.9-0.8c0.2,0.1,0.3,0,0.5-0.1                c0.1-0.1,0.2-0.3,0.2-0.5c-0.1-0.6,0.1-1.3,0.7-1.7c0.1,0,0.2,0,0.2-0.1c0.5-0.3,1-0.4,1.5-0.5c0.5-0.1,1-0.2,1.5-0.4                c0.9-0.4,1.4-1.4,1.8-2.2c0.1-0.2,0.2-0.3,0.2-0.5c0.2-0.4,0.5-0.9,0.9-1.3c0.4-0.3,1-0.6,1.6-0.9c1-0.4,2.2-0.7,3.6-0.9                c2.2-0.2,4.6-0.1,7.2,0.3c2.9,0.5,4.8,1.4,5.9,2.9c1.3,1.7,1.4,3.7,1.6,5.9c0.1,1.1,0.2,2.2,0.4,3.2c0,0,0,0.1,0,0.1                c-0.4,0.6-0.6,1.2-0.6,1.9c-0.9-0.1-1.8,0.2-2.4,0.9c-1.2-0.6-2.6-0.8-4-0.6c-0.2-1-0.8-1.9-1.7-2.3c-0.8-0.4-1.8-0.5-2.7-0.2                c-0.4-1.3-1.6-2.3-3-2.5c-1.6-0.2-3.2,0.7-3.8,2.2c-0.1,0.3,0,0.6,0.3,0.7c0.2,0.1,0.5,0,0.6-0.2c0.5-1.1,1.7-1.8,2.8-1.6                c1.1,0.2,2.1,1.1,2.3,2.3c0,0.1,0.1,0.3,0.3,0.3c0.2,0.1,0.3,0.1,0.5,0c0.7-0.4,1.5-0.4,2.3-0.1c0.7,0.3,1.2,1,1.3,1.7                c-0.6,0.2-1.1,0.4-1.5,0.8c-1.7,1.2-2.8,3.2-2.8,5.3c-0.9-0.1-1.8,0.2-2.4,0.9c-1.3-0.8-2.8-1.2-4.4-1.1c-1.7,0.1-3.3,0.7-4.4,1.8                c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0c2.2-1.9,5.7-2.1,8-0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3-0.1,0.3-0.2                c0.5-0.8,1.4-1.1,2.3-0.7c0.1,0.1,0.3,0,0.5-0.1c0.1-0.1,0.2-0.3,0.2-0.4c-0.2-2,0.7-4,2.3-5.1c1.7-1.2,4-1.2,5.8-0.2                c0.1,0.1,0.2,0.1,0.4,0c0.1,0,0.2-0.1,0.3-0.2c0.4-0.7,1.4-1,2.1-0.7c0.2,0.1,0.4,0.1,0.5,0c0.1-0.1,0.2-0.3,0.2-0.5                c-0.1-0.7,0.1-1.5,0.5-2c0,0,0.1,0,0.1-0.1c0.5-0.4,1-0.4,1.5,0c0.4,0.3,0.7,0.8,1,1.5c0.1,0.3,0.3,0.5,0.6,0.5                c0.2,0,0.5,0,0.6-0.2c0.6-0.8,2.5-2.5,6.2-1.3c2.5,0.8,4.6,2.4,5.7,4.6c0.8,1.6,1.3,3.4,1.5,5.4c0,0.2,0.1,0.4,0.3,0.5                c0.1,0.1,0.3,0.2,0.5,0.1c1.4-0.1,3.7,0.1,6.4,2.2c2.1,1.6,3.6,3.5,4.3,5.6c0.8,2.3,0.4,4.8-1.2,7c-1.2,1.7-2.7,3-4.5,3.9                c-1.1,0.5-1.9,0.8-2.7,0.8c-0.8,0-1.4-0.5-1.7-1.3c-0.1-0.3-0.4-0.5-0.7-0.5c-0.3,0-0.5,0.1-0.6,0.4c-0.9,1.7-2.4,3.3-4.6,4.6                c-2,1.2-4.2,2-6.5,2.3c-1.5,0.2-3.1,0.1-4.9-0.2c-2.1-0.4-3.8-1.1-5.3-1.9c-2-1.1-3-2.5-2.9-3.9c0-0.3-0.1-0.5-0.4-0.6                c-0.1,0-0.2-0.1-0.3-0.1c-0.2,0-0.4,0.1-0.5,0.2c-0.3,0.2-0.8,0.6-1.3,0.6c-0.3,0-0.6-0.1-0.7-0.7c0-0.2-0.2-0.4-0.4-0.5                c-0.2-0.1-0.5-0.1-0.6,0c-0.8,0.5-1.6,1.1-2.3,1.6c-1.5,1.1-3,2.2-4.7,2.9c-1.5,0.7-3.1,1-4.5,1.3c-1.6,0.3-3.2,0.5-4.9,0.6                c-2.4,0.1-4.7-0.1-6.8-0.6c-2.4-0.6-4.4-1.6-6.1-3c-1.9-1.6-3.1-3.7-3.3-5.9c0-0.2-0.1-0.4-0.3-0.5c-0.2-0.1-0.4-0.2-0.6-0.1                c-0.7,0.1-1.2-0.3-1.5-0.6c-0.6-0.6-0.9-1.5-0.8-2.1C94.6,111.9,94.6,111.8,94.6,111.7z"/>
            <path class="st1" d="M101.5,120.3c1.5,1.3,3.2,2.3,5.1,2.7c0,0,0.1,0,0.1,0c0.2,0,0.4-0.2,0.5-0.4c0.1-0.3-0.1-0.5-0.3-0.6h0                c-1.7-0.4-3.3-1.3-4.7-2.5c-1.3-1.2-2.3-2.8-2.9-4.4c-0.1-0.3-0.4-0.4-0.6-0.3c-0.3,0.1-0.4,0.3-0.3,0.6                C99,117.3,100.1,118.9,101.5,120.3z M106.8,122.3L106.8,122.3L106.8,122.3L106.8,122.3z"/>
            <path class="st1" d="M110.2,123l-1.5-0.3c-0.2,0-0.3,0-0.5,0.2c-0.1,0.1-0.2,0.3-0.1,0.5c0.1,0.2,0.2,0.3,0.3,0.3l1.5,0.3                c0,0,0.1,0,0.1,0c0.1,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.3,0.1-0.5C110.5,123.1,110.4,123,110.2,123z"/>
            <path class="st1" d="M112.3,123.6c0,0.3,0.2,0.4,0.5,0.4c0,0,0,0,0,0c4.1-0.3,8.1-1.3,11.9-3.1c0.2-0.1,0.3-0.2,0.3-0.4                c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.1-0.5,0c-3.6,1.7-7.5,2.8-11.5,3C112.4,123.1,112.2,123.3,112.3,123.6z"/>
            <path class="st1" d="M125.8,120.1c0.1,0,0.2,0,0.3-0.1l0.9-0.7c0.1-0.1,0.2-0.3,0.2-0.4c0-0.2-0.2-0.3-0.3-0.4                c-0.2-0.1-0.4,0-0.5,0.1l-0.9,0.7c-0.2,0.2-0.2,0.4-0.1,0.6C125.5,120,125.6,120.1,125.8,120.1z"/>
            <path class="st1" d="M105.3,120.5c2,1.3,4.3,2,6.7,2c0.7,0,1.4-0.1,2.1-0.2c0.2,0,0.3-0.1,0.4-0.3c0.1-0.2,0-0.4-0.1-0.5                c-0.1-0.1-0.3-0.2-0.5-0.2c-2.8,0.5-5.7-0.1-8.1-1.7c-0.1-0.1-0.3-0.1-0.5,0c-0.2,0.1-0.3,0.2-0.3,0.4                C105.1,120.3,105.2,120.4,105.3,120.5z"/>
            <path class="st1" d="M138.4,122.8c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.3-0.3-0.4                c-1.1-0.5-1.9-1.6-2.2-2.8c-0.1-0.3-0.3-0.4-0.6-0.4c-0.3,0.1-0.4,0.3-0.4,0.6C136,120.9,137,122.1,138.4,122.8z"/>
            <path class="st1" d="M140,123.3l0.8,0.4c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2-0.1-0.3-0.3-0.4                l-0.8-0.4c-0.2-0.1-0.4-0.1-0.5,0.1c-0.1,0.1-0.2,0.3-0.2,0.5C139.8,123.1,139.9,123.3,140,123.3z M141.2,123.1L141.2,123.1                L141.2,123.1L141.2,123.1z"/>
            <path class="st1" d="M143.4,123c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.5,0.5c0.5,0,0.9,0,1.4,0c2.3,0,4.6-0.3,6.8-1                c0.3-0.1,0.4-0.3,0.3-0.6c-0.1-0.3-0.3-0.4-0.6-0.3C148.7,122.8,146,123.1,143.4,123z"/>
            <path class="st1" d="M153,122.4c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0,0.3-0.1l1.3-0.8c0.1-0.1,0.2-0.3,0.2-0.4                c0-0.2-0.1-0.3-0.3-0.4c-0.1-0.1-0.3-0.1-0.5,0l-1.3,0.8c-0.1,0.1-0.2,0.3-0.2,0.4C152.7,122.1,152.8,122.3,153,122.4z"/>
            <path class="st1" d="M140.1,121.2c1,0.7,2.1,1.1,3.3,1.1c0.4,0,0.8,0,1.2-0.1c0.3-0.1,0.4-0.3,0.4-0.6c-0.1-0.3-0.3-0.4-0.6-0.4                c-1.3,0.3-2.6,0-3.7-0.8c-0.2-0.2-0.5-0.1-0.6,0.1C139.9,120.7,139.9,121,140.1,121.2z"/>
        </g>
    </g>
    </svg>
    
        Soleil
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Feuillage">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 117.2 128.4" style="enable-background:new 0 0 117.2 128.4;" xml:space="preserve">
    <path d="M54.5,105.6c1.3-4.5,2.2-8.6,3-12.7c1.5-7.9,1.8-16.4,0.9-25.3c-1.2-11.3-4.6-12.5-3.8-25.6c0.5-8.4-0.9-14.2-2-18.8        c-0.1-0.5-0.7-0.9-0.3-1c0.4-0.2,0.9,0.1,1.1,0.6c0.9,3.1,3,10.3,2.7,19.6c-0.5,14,3.2,14.5,4.3,29c0.8,11.1-0.6,22.2-4.2,33.9        c-0.4,1.1-0.5,1.8-0.9,2c-0.3,0.1-1.1,0.4-1.1-0.3C54,106.8,54.4,106,54.5,105.6z"/>
    <g>
        <path d="M57.8,64.1c-3.4-10.1-15.3-4.9-22.4-10c-2.8-2-4.2-5.3-5.6-8.4c-1-2.2-2.5-4.8-2.9-7.2c-0.1-0.5,0.2-1,0.7-1            c6.8,0.3,14.1,2.7,19.2,7.2c3.5,3,6,7.1,8.3,11c1.3,2.2,3.7,5.3,4.1,7.9C59.5,64.6,58,65,57.8,64.1c-0.4-2.3-2.5-5.1-3.7-7.1            c-2.1-3.7-4.4-7.5-7.5-10.4c-4.9-4.7-12.3-7.2-19-7.5c0.2-0.3,0.5-0.6,0.7-1c0.5,2.9,2.3,5.9,3.5,8.4c0.8,1.6,1.6,3.5,2.8,4.9            c2.2,2.6,5.7,3.4,8.9,3.8c6.8,0.8,13.1,0.9,15.6,8.5C59.6,64.6,58.2,65,57.8,64.1z"/>
    </g>
    <g>
        <path d="M79.1,60.2c7.2,3.4,13.7,7.6,17,15.1c1.8,4,2.8,9,2.1,13.4c-0.1,0.3-0.3,0.5-0.6,0.5c-0.9-0.1-2-0.7-2.8-1.1            c-2-0.8-4-1.7-5.9-2.6c-3.8-1.9-6.8-4.1-8.7-8c-2-4.2-2.5-8.9-4.6-13c-1.8-3.4-5.9-5.1-9.6-5.6c-0.7-0.1-0.6-1,0-1.1            c1.6-0.4,4.1,0.4,5.7,0.7C74.1,58.8,76.8,59.2,79.1,60.2c0.7,0.3,0.2,1.3-0.5,1c-2.2-1-4.8-1.3-7.2-1.7c-1.5-0.2-3.9-1-5.3-0.6            c0-0.4,0-0.8,0-1.1c2.6,0.3,5.4,1.3,7.5,2.8c3.5,2.5,4.4,7,5.6,10.8c1.6,5.2,3.5,9.6,8.6,12.2c2,1.1,4.2,2,6.3,2.9            c1.1,0.5,2.5,1.4,3.7,1.5c-0.2,0.2-0.4,0.3-0.6,0.5c0.7-4-0.2-8.4-1.7-12.1c-3.2-7.6-9.6-11.8-16.8-15.2            C78,60.9,78.4,59.9,79.1,60.2z"/>
        <g>
            <path d="M90.7,81.5c-1.8,0.7-3.5,1.7-5.4,1.6c-0.5,0-0.4-0.9,0.1-0.8c1.7,0.1,3.4-0.9,5-1.5C90.9,80.5,91.2,81.3,90.7,81.5                L90.7,81.5z"/>
        </g>
        <g>
            <path d="M89.5,79.5c-2,0.5-4,1.3-6.2,1.3c-0.5,0-0.7-0.8-0.1-0.8c2.1,0,4.1-0.9,6.2-1.3C90,78.6,90.1,79.4,89.5,79.5L89.5,79.5z"
                />
        </g>
        <g>
            <path d="M88,77.4c-2.2,0.1-4.2,0.7-6.4,0.8c-0.5,0-0.7-0.8-0.1-0.8c2.2-0.1,4.2-0.7,6.4-0.8C88.4,76.5,88.6,77.4,88,77.4L88,77.4z                "/>
        </g>
        <g>
            <path d="M84.5,75.4c-1.4,0.1-2.7,0.3-4.1,0.4c-0.5,0-0.7-0.8-0.1-0.8c1.4-0.1,2.7-0.3,4.1-0.4C85,74.5,85.1,75.4,84.5,75.4                L84.5,75.4z"/>
        </g>
        <g>
            <path d="M82.3,73.2c-1,0-1.9,0.1-2.9,0.1c-0.5,0-0.7-0.8-0.1-0.8c1,0,1.9-0.1,2.9-0.1C82.8,72.3,82.9,73.2,82.3,73.2L82.3,73.2z"
                />
        </g>
        <g>
            <path d="M80.3,71.1c-0.6,0-1.2,0.1-1.9,0.1c-0.5,0-0.7-0.8-0.1-0.8c0.6,0,1.2-0.1,1.9-0.1C80.8,70.2,80.9,71.1,80.3,71.1                L80.3,71.1z"/>
        </g>
        <g>
            <path d="M92.5,83.9c-1.3,0.2-2.4,0.8-3.7,0.9c-0.5,0.1-0.6-0.8-0.1-0.8c1.3-0.2,2.4-0.8,3.7-0.9C92.9,83,93,83.8,92.5,83.9                L92.5,83.9z"/>
        </g>
        <g>
            <path d="M94.8,85.7c-0.8,0.2-1.5,0.6-2.3,0.8c-0.5,0.1-0.9-0.6-0.3-0.8c0.8-0.2,1.5-0.6,2.3-0.8C95,84.8,95.3,85.6,94.8,85.7                L94.8,85.7z"/>
        </g>
    </g>
    <g>
        <g>
            <path d="M42.9,50.4c-2.1,1.1-4.6,2.3-7,2.5c-0.7,0-0.7-1.1,0-1.1c2.2-0.1,4.5-1.3,6.4-2.3C43,49.1,43.5,50,42.9,50.4L42.9,50.4z"
                />
        </g>
        <g>
            <path d="M41.3,48.4c-2.3,0.9-4.5,1.8-6.9,2.2c-0.7,0.1-1-1-0.3-1.1c2.4-0.4,4.6-1.3,6.9-2.2C41.7,47,42,48.2,41.3,48.4L41.3,48.4z                "/>
        </g>
        <g>
            <path d="M39.3,46.2c-2.3,0.4-4.5,1.2-6.9,1.6c-0.7,0.1-1-1-0.3-1.1c2.3-0.4,4.5-1.2,6.9-1.6C39.7,45,40.1,46.1,39.3,46.2                L39.3,46.2z"/>
        </g>
        <g>
            <path d="M35.3,44.5c-1.3,0.3-2.6,0.5-3.9,0.8c-0.7,0.1-1-1-0.3-1.1c1.3-0.3,2.6-0.5,3.9-0.8C35.7,43.2,36,44.3,35.3,44.5                L35.3,44.5z"/>
        </g>
        <g>
            <path d="M32.1,41.8c-1,0.2-2,0.4-3.1,0.6c-0.7,0.1-1-1-0.3-1.1c1-0.2,2-0.4,3.1-0.6C32.5,40.5,32.8,41.7,32.1,41.8L32.1,41.8z"/>
        </g>
        <g>
            <path d="M45.2,52.9c-1.8,0.5-3.3,1.5-5.1,1.9c-0.7,0.2-1-0.9-0.3-1.1c1.8-0.5,3.3-1.5,5.1-1.9C45.6,51.6,45.9,52.7,45.2,52.9                L45.2,52.9z"/>
        </g>
        <g>
            <path d="M48,54.6c-0.7,0.3-1.4,0.8-2.1,1.2c-0.7,0.3-1.3-0.7-0.6-1c0.7-0.3,1.4-0.8,2.1-1.2C48.1,53.3,48.7,54.3,48,54.6L48,54.6z                "/>
        </g>
    </g>
    </svg>
    
        Caduc
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Hauteur de la plante">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <path d="M87.4,125.5c-1.1-4.1-1.8-7.9-2.4-11.5c-1.2-7.2-1.1-15,0.1-23.2c1.6-10.4,4.7-11.6,4.5-23.7c-0.1-7.7,1.4-13.1,2.6-17.4        c0.1-0.5,0.7-0.8,0.3-1c-0.4-0.2-0.9,0.1-1,0.6c-0.9,2.9-3.2,9.6-3.2,18.1c0,12.9-3.6,13.5-5.1,26.9c-1.2,10.2-0.3,20.4,2.7,31.1        c0.3,1,0.4,1.7,0.8,1.8c0.3,0.1,1,0.3,1.1-0.3C87.7,126.6,87.5,125.8,87.4,125.5z"/>
    <g>
        <path d="M100.7,38.3c0.5-3.1,0-6.4-0.4-9.6c-0.2-1.4-0.3-2.8-0.6-4.1c-0.1-0.4-0.1-1.4-0.4-1.7c-0.3-0.2-0.6-0.2-0.8,0.1            c-1.4,1.9-2.6,4-3.8,6c-1.8,2.8-3.6,5.6-4.5,8.8C89,41.8,89.1,47,92,50.3c0.1,0.1,0.4,0.2,0.6,0.1C96.5,47.4,99.7,43.1,100.7,38.3            c0.1-0.6-0.8-0.9-1-0.3c-0.6,2.8-1.9,5.3-3.7,7.5c-1,1.2-2.8,2.3-3.5,3.6c-0.5,0.9-0.4-0.3,0.1,0.4c-0.2-0.2-0.4-0.5-0.5-0.7            c-0.6-1.4-1.3-2.6-1.5-4.2c-0.7-4.9,1.4-9.4,3.9-13.4c1.6-2.5,3-5.3,4.8-7.7c-0.3,0-0.5,0.1-0.8,0.1c0.5,0.4,0.7,4.8,0.8,6            c0.3,2.7,0.7,5.7,0.3,8.5C99.6,38.7,100.6,38.9,100.7,38.3z"/>
    </g>
    <g>
        <path d="M81.9,107.1c-3.7-5.9-8-11.1-14.9-13.2c-3.7-1.2-8.1-1.5-11.9-0.4c-0.3,0.1-0.4,0.3-0.3,0.6c0.2,0.8,0.9,1.7,1.3,2.4            c0.9,1.6,1.9,3.3,2.9,4.9c2,3.1,4.2,5.5,7.9,6.7c3.8,1.3,8,1.2,11.8,2.6c3.2,1.2,5,4.6,5.9,7.8c0.1,0.6,0.9,0.4,1-0.1            c0.2-1.5-0.8-3.5-1.2-4.8C83.7,111.3,83.1,109,81.9,107.1c-0.3-0.6-1.2-0.1-0.9,0.5c1.1,1.8,1.7,4.1,2.2,6.1            c0.4,1.3,1.3,3.2,1.1,4.6c0.3,0,0.7-0.1,1-0.1c-0.6-2.2-1.7-4.5-3.3-6.2c-2.5-2.8-6.5-3.1-10-3.7c-4.7-0.8-8.8-2-11.6-6.2            c-1.1-1.7-2.2-3.4-3.2-5.2c-0.5-0.9-1.5-2.1-1.7-3.1c-0.1,0.2-0.2,0.4-0.3,0.6c3.4-1,7.4-0.8,10.7,0.2c7,2,11.3,7.1,15,13            C81.4,108.1,82.3,107.6,81.9,107.1z"/>
    </g>
    <g>
        <path d="M85.7,114.9c1.2-2.3,2.8-4.5,4.8-6.1c3.1-2.3,7.3-2.2,10.9-2.8c3.2-0.5,6.4-1.4,8.8-3.6c3.1-2.9,4.1-7.4,7.1-10.4            c0.3-0.3,0.1-0.7-0.2-0.8c-7.3-2.5-16,0.2-21.4,5.3c-3,2.7-5.5,6.2-7.3,9.8c-0.9,1.8-1.7,3.6-2.5,5.4c-0.4,0.8-1.1,2-1.1,2.9            c0,0.6,1,0.6,1,0c0-0.9,0.9-2.3,1.3-3.1c0.7-1.6,1.4-3.2,2.2-4.7c1.7-3.3,4-6.5,6.6-9.1c5.3-5.2,13.8-8.1,21.1-5.6            c-0.1-0.3-0.1-0.6-0.2-0.8c-3.1,3-4,7.5-7.1,10.4c-3.2,3-7.8,3.3-11.9,3.8c-3.1,0.4-6.1,1-8.6,3.1c-1.8,1.6-3.2,3.6-4.3,5.7            C84.5,115,85.4,115.5,85.7,114.9z"/>
    </g>
    <g>
        <path d="M84,79.8c-2-7.9-6.7-16.5-14-20.9c-0.2-0.1-0.5-0.1-0.6,0.1c-1.4,1.5-1.9,4.5-2.2,6.4c-0.5,3.7,0.3,7.1,3,9.8            c2.5,2.5,5.9,3.8,8.9,5.8c3,2,4.3,5.2,4.5,8.7c0,0.6,0.8,0.7,1,0.1c0.4-1.2,0.1-3,0-4.2C84.5,83.6,84.4,81.7,84,79.8            c-0.1-0.6-1.1-0.4-1,0.3c0.4,1.8,0.4,3.7,0.5,5.5c0,1.1,0.4,2.9,0,4c0.3,0,0.7,0.1,1,0.1c-0.2-4-1.8-7.5-5.2-9.7            c-2.5-1.6-5.2-2.7-7.5-4.6c-3.1-2.5-4.2-6-3.6-9.9c0.2-1.4,0.6-2.7,1.1-4c0.1-0.3,0.6-1,0.6-1.3c-0.1-0.8,0.5,0.2-0.3-0.3            c1.2,0.7,2.3,1.7,3.3,2.7C78,67.4,81.3,73.3,83,80.1C83.2,80.7,84.2,80.4,84,79.8z"/>
    </g>
    <g>
        <path d="M88.8,77.4c2.2-6.6,10-3.2,14.5-6.5c1.8-1.3,2.7-3.5,3.6-5.4c0.6-1.4,1.6-3.1,1.9-4.7c0.1-0.3-0.1-0.6-0.5-0.6            c-4.4,0.2-9.2,1.8-12.5,4.7c-2.3,2-3.9,4.6-5.4,7.2c-0.8,1.4-2.4,3.4-2.6,5.1C87.7,77.7,88.7,78,88.8,77.4c0.2-1.5,1.6-3.3,2.4-4.6            c1.4-2.4,2.9-4.8,4.9-6.8c3.2-3,8-4.7,12.3-4.8c-0.2-0.2-0.3-0.4-0.5-0.6c-0.3,1.9-1.5,3.8-2.3,5.5c-0.5,1.1-1,2.3-1.8,3.2            c-1.5,1.7-3.7,2.2-5.8,2.4c-4.4,0.5-8.5,0.6-10.1,5.5C87.6,77.7,88.6,78,88.8,77.4z"/>
    </g>
    <g>
        <g>
            <g>
                <path d="M93.6,45c1.6-0.3,3-0.9,4.4-1.7c0.4-0.3,0-0.9-0.4-0.6c-1.3,0.8-2.7,1.4-4.2,1.7C93,44.4,93.2,45.1,93.6,45L93.6,45z"/>
            </g>
            <g>
                <path d="M93.4,42.6c1.7-0.5,3.3-1,4.9-1.7c0.4-0.2,0.1-0.9-0.4-0.6c-1.6,0.8-3.1,1.2-4.8,1.7C92.8,42,93,42.8,93.4,42.6                    L93.4,42.6z"/>
            </g>
            <g>
                <path d="M93.5,40.6c1.7-0.8,3.5-1.3,5.2-2.1c0.4-0.2,0.1-0.9-0.4-0.6c-1.7,0.8-3.5,1.3-5.2,2.1C92.7,40.2,93.1,40.8,93.5,40.6                    L93.5,40.6z"/>
            </g>
            <g>
                <path d="M95,37.8c1.1-0.5,2.2-0.9,3.3-1.4c0.4-0.2,0.2-0.9-0.2-0.7c-1.1,0.5-2.2,0.9-3.3,1.4C94.4,37.3,94.6,38,95,37.8L95,37.8z                    "/>
            </g>
            <g>
                <path d="M95.8,35.1c0.9-0.4,1.7-0.8,2.6-1.1c0.4-0.2,0.1-0.8-0.4-0.6c-0.9,0.4-1.7,0.8-2.6,1.1C95,34.6,95.3,35.3,95.8,35.1                    L95.8,35.1z"/>
            </g>
            <g>
                <path d="M96.3,32.6c0.6-0.2,1.1-0.5,1.6-0.7c0.4-0.2,0.1-0.8-0.4-0.6c-0.6,0.2-1.1,0.5-1.6,0.7C95.5,32.2,95.8,32.8,96.3,32.6                    L96.3,32.6z"/>
            </g>
            <g>
                <path d="M93.5,47.5c1.1-0.4,2.3-0.9,3.4-1.3c0.4-0.2,0.2-0.9-0.2-0.7c-1.1,0.4-2.3,0.9-3.4,1.3C92.9,46.9,93.1,47.6,93.5,47.5                    L93.5,47.5z"/>
            </g>
            <g>
                <path d="M92.7,49.6c0.7-0.2,1.5-0.3,2.2-0.4c0.5-0.1,0.3-0.8-0.2-0.7c-0.7,0.2-1.5,0.3-2.2,0.4C92.1,49,92.3,49.7,92.7,49.6                    L92.7,49.6z"/>
            </g>
        </g>
        <g>
            <g>
                <path d="M99.6,99.1c1.6,1.2,3.5,2,5.4,2.4c0.5,0.1,0.7-0.6,0.2-0.7c-1.9-0.3-3.7-1.2-5.2-2.3C99.5,98.2,99.2,98.8,99.6,99.1                    L99.6,99.1z"/>
            </g>
            <g>
                <path d="M101.3,97.9c2,1.1,3.9,1.7,6,2.3c0.5,0.1,0.7-0.6,0.2-0.7c-2.1-0.6-3.9-1.2-5.8-2.3C101.3,97,100.9,97.6,101.3,97.9                    L101.3,97.9z"/>
            </g>
            <g>
                <path d="M103.1,95.8c2.2,0.7,4.3,1.8,6.5,2.5c0.5,0.1,0.7-0.6,0.2-0.7c-2.2-0.7-4.3-1.8-6.5-2.5                    C102.8,94.9,102.6,95.6,103.1,95.8L103.1,95.8z"/>
            </g>
            <g>
                <path d="M106.7,94.7c1.4,0.5,3,0.8,4.4,1.3c0.5,0.2,0.6-0.6,0.2-0.7c-1.4-0.5-3-0.8-4.4-1.3C106.5,93.8,106.3,94.6,106.7,94.7                    L106.7,94.7z"/>
            </g>
            <g>
                <path d="M109.3,93.1c0.9,0.3,1.7,0.6,2.6,0.9c0.5,0.2,0.7-0.6,0.2-0.7c-0.9-0.3-1.7-0.6-2.6-0.9                    C109.1,92.2,108.9,92.9,109.3,93.1L109.3,93.1z"/>
            </g>
            <g>
                <path d="M111.7,91.5c0.5,0.2,1.1,0.4,1.6,0.6c0.5,0.2,0.6-0.6,0.2-0.7c-0.5-0.2-1.1-0.4-1.6-0.6                    C111.5,90.7,111.3,91.4,111.7,91.5L111.7,91.5z"/>
            </g>
            <g>
                <path d="M97.3,101c1.1,0.5,2.1,1.2,3.3,1.7c0.4,0.2,0.6-0.5,0.2-0.7c-1.1-0.5-2.1-1.2-3.3-1.7C97,100.1,96.8,100.8,97.3,101                    L97.3,101z"/>
            </g>
            <g>
                <path d="M94.7,102.2c0.6,0.3,1.1,0.7,1.7,1c0.4,0.3,0.8-0.4,0.4-0.6c-0.6-0.3-1.1-0.7-1.7-1C94.6,101.3,94.3,102,94.7,102.2                    L94.7,102.2z"/>
            </g>
        </g>
        <g>
            <g>
                <path d="M62.2,99.2c-0.4,1.6-1.1,3.2-0.8,4.9c0.1,0.5,0.8,0.3,0.7-0.2c-0.3-1.5,0.5-3.1,0.8-4.5C63,98.9,62.3,98.7,62.2,99.2                    L62.2,99.2z"/>
            </g>
            <g>
                <path d="M64,100c-0.2,1.8-0.7,3.7-0.5,5.5c0,0.5,0.8,0.5,0.7,0c-0.2-1.8,0.3-3.7,0.5-5.5C64.8,99.5,64,99.5,64,100L64,100z"/>
            </g>
            <g>
                <path d="M66,101.1c0.2,1.9-0.2,3.8,0,5.7c0,0.5,0.8,0.5,0.7,0c-0.2-1.9,0.2-3.8,0-5.7C66.7,100.6,66,100.6,66,101.1L66,101.1z"/>
            </g>
            <g>
                <path d="M68.1,103.9c0.1,1.2,0,2.4,0.1,3.6c0,0.5,0.8,0.5,0.7,0c-0.1-1.2,0-2.4-0.1-3.6C68.8,103.4,68.1,103.4,68.1,103.9                    L68.1,103.9z"/>
            </g>
            <g>
                <path d="M70.3,105.6c0.1,0.8,0.1,1.7,0.2,2.5c0,0.5,0.8,0.5,0.7,0c-0.1-0.8-0.1-1.7-0.2-2.5C71,105.1,70.2,105.1,70.3,105.6                    L70.3,105.6z"/>
            </g>
            <g>
                <path d="M72.3,107.1c0,0.5,0.1,1.1,0.1,1.6c0,0.5,0.8,0.5,0.7,0c0-0.5-0.1-1.1-0.1-1.6C73,106.6,72.3,106.6,72.3,107.1                    L72.3,107.1z"/>
            </g>
            <g>
                <path d="M59.9,97.9c0,1.1-0.4,2.2-0.4,3.3c0,0.5,0.7,0.5,0.7,0c0-1.1,0.4-2.2,0.4-3.3C60.6,97.4,59.9,97.4,59.9,97.9L59.9,97.9z"
                    />
            </g>
            <g>
                <path d="M58.1,96.1c-0.1,0.7-0.4,1.4-0.5,2.1c-0.1,0.5,0.6,0.7,0.7,0.2c0.1-0.7,0.4-1.4,0.5-2.1C58.9,95.8,58.1,95.6,58.1,96.1                    L58.1,96.1z"/>
            </g>
        </g>
        <g>
            <g>
                <path d="M76.2,74.5c-1.4,0.4-3,0.7-4.4,0.4c-0.5-0.1-0.7,0.6-0.2,0.7c1.6,0.4,3.3,0,4.8-0.4C76.9,75.1,76.7,74.4,76.2,74.5                    L76.2,74.5z"/>
            </g>
            <g>
                <path d="M75.7,72.6c-1.9,0.2-3.8,0.5-5.7,0.2c-0.5-0.1-0.5,0.7,0,0.7c1.9,0.2,3.8,0,5.7-0.2C76.1,73.2,76.1,72.5,75.7,72.6                    L75.7,72.6z"/>
            </g>
            <g>
                <path d="M75.2,70.4c-2.1-0.3-4.2-0.1-6.2-0.3c-0.5-0.1-0.5,0.7,0,0.7c2.1,0.3,4.2,0.1,6.2,0.3C75.7,71.2,75.7,70.4,75.2,70.4                    L75.2,70.4z"/>
            </g>
            <g>
                <path d="M72.6,68.2c-1.4-0.1-2.8,0-4.2-0.1c-0.5,0-0.5,0.7,0,0.7c1.4,0.1,2.8,0,4.2,0.1C73.1,69,73.1,68.2,72.6,68.2L72.6,68.2z"
                    />
            </g>
            <g>
                <path d="M71.1,65.9c-0.8-0.1-1.6-0.1-2.3-0.2c-0.5,0-0.5,0.7,0,0.7c0.8,0.1,1.6,0.1,2.3,0.2C71.6,66.7,71.6,65.9,71.1,65.9                    L71.1,65.9z"/>
            </g>
            <g>
                <path d="M69.7,63.7c-0.4,0-0.7-0.2-1.1-0.2c-0.5,0-0.5,0.7,0,0.7c0.4,0,0.7,0.2,1.1,0.2C70.2,64.5,70.2,63.7,69.7,63.7L69.7,63.7                    z"/>
            </g>
            <g>
                <path d="M78.1,76.9c-0.9,0-1.8,0.4-2.7,0.4c-0.5,0-0.5,0.7,0,0.7c0.9,0,1.8-0.4,2.7-0.4C78.6,77.7,78.6,76.9,78.1,76.9L78.1,76.9                    z"/>
            </g>
            <g>
                <path d="M79.6,78.9c-0.6,0.1-1.1,0.2-1.7,0.2c-0.5,0.1-0.3,0.8,0.2,0.7c0.6-0.1,1.1-0.2,1.7-0.2C80.3,79.5,80.1,78.8,79.6,78.9                    L79.6,78.9z"/>
            </g>
        </g>
        <g>
            <g>
                <path d="M98.5,66.9c1.4,0.7,3,1.5,4.6,1.6c0.5,0,0.5-0.7,0-0.7c-1.4-0.1-2.9-0.8-4.2-1.5C98.5,66,98.1,66.7,98.5,66.9L98.5,66.9z                    "/>
            </g>
            <g>
                <path d="M99.5,65.6c1.5,0.6,2.9,1.2,4.5,1.4c0.5,0.1,0.7-0.6,0.2-0.7c-1.6-0.2-3-0.9-4.5-1.4C99.3,64.7,99.1,65.4,99.5,65.6                    L99.5,65.6z"/>
            </g>
            <g>
                <path d="M100.8,64.2c1.5,0.2,3,0.8,4.5,1c0.5,0.1,0.7-0.6,0.2-0.7c-1.5-0.2-3-0.8-4.5-1C100.6,63.4,100.4,64.1,100.8,64.2                    L100.8,64.2z"/>
            </g>
            <g>
                <path d="M103.4,63.1c0.8,0.2,1.7,0.3,2.5,0.5c0.5,0.1,0.7-0.6,0.2-0.7c-0.8-0.2-1.7-0.3-2.5-0.5C103.2,62.2,103,63,103.4,63.1                    L103.4,63.1z"/>
            </g>
            <g>
                <path d="M105.6,61.3c0.7,0.1,1.3,0.2,2,0.4c0.5,0.1,0.7-0.6,0.2-0.7c-0.7-0.1-1.3-0.2-2-0.4C105.3,60.5,105.1,61.2,105.6,61.3                    L105.6,61.3z"/>
            </g>
            <g>
                <path d="M97,68.5c1.1,0.3,2.2,1,3.3,1.3c0.5,0.1,0.7-0.6,0.2-0.7c-1.1-0.3-2.2-1-3.3-1.3C96.8,67.7,96.6,68.4,97,68.5L97,68.5z"
                    />
            </g>
            <g>
                <path d="M95.2,69.6c0.5,0.2,0.9,0.5,1.4,0.8c0.4,0.2,0.8-0.4,0.4-0.6c-0.5-0.2-0.9-0.5-1.4-0.8C95.1,68.8,94.8,69.4,95.2,69.6                    L95.2,69.6z"/>
            </g>
        </g>
    </g>
    <path d="M126.7,33.6c0.3,15.1,1.4,30.2,2.6,45.2c1.2,14.9,2.6,29.9,4.7,44.5c0.2,1,1.1,0.6,1-0.4c-0.8-7.4-1.7-14.7-2.5-22.1        c-0.8-7.5-1.5-15-2.1-22.5c-1.2-14.9-1.9-29.7-2.7-44.7C127.8,32.5,126.7,32.5,126.7,33.6z"/>
    <path d="M126.2,30.4c-0.6,2.6-1.3,5.3-1.9,7.9c-0.6,2.6-1.5,5.3-1.9,7.9c-0.1,0.8,0.6,1.3,0.9,0.6c0.9-2.3,1.3-5.1,2-7.6        c0.5-2.1,1.1-4.3,1.6-6.4c2.1,6.4,5.2,12.3,9,16.3c0.5,0.5,1.1-0.7,0.6-1.3c-3.8-5.1-7.1-10.7-9.2-17.8        C127,29.4,126.3,29.8,126.2,30.4z"/>
    </svg>
    
        120 à 200 cm
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Où planter ?">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#020203;}
    </style>
    <g>
        <g>
            <path class="st0" d="M113.9,75.1c-2.8-2-6.4-2.6-9.4-4.3c-0.7-0.4-1-0.5-1-1.3c0-1.1,0.9-2.4,1.4-3.3c1.3-2.5,2.9-4.9,4.4-7.3                c0.7-1.1,1.5-2.5,2.3-3.5c0.5-0.7,0.2-0.5,0.6-1.3c0.7-1.4,1.7-2.9,2.6-4.2c0.8-1.2,1.5-2.4,2.3-3.6c2.5-4,5-8.1,6.8-12.5                c0.6-1.4,1.2-2.7,2-4c0.6-1,1.1-2,1.2-3.1c0.2-1.6-0.8-2.9-2-3.8c-1.5-1.1-3.4-2-5.3-1.9c-2.1,0.2-3.4,1.7-4.4,3.5                c-2.5,3.8-4.4,8-5.9,12.2c-2.1,5.9-4.4,10.1-4.7,11.1c-0.5,1.5-1.4,2.6-2,4c-1.9,4.2-3.7,8.4-5.3,12.8c-0.3,0.8-0.4,1.7-1.3,1.7                c-1.4-0.1-3.2-1.5-4.5-2.2c-1.4-0.8-2.7-1.7-4.1-2.4c-0.9-0.5-1.1-0.5-1.6,0.4c-3.2,5-6.3,9.8-8,15.4c-1.1,3.4-2.7,6.5-4,9.8                c-1.9,4.5-2.6,9.3-2.4,14.2c0.2,4,0.9,8.3,2.9,11.9c1.4,2.6,3.3,3.1,6.2,2.6c4.9-1,9.4-4.1,13.1-7.2c3.9-3.3,6.8-7.3,9.6-11.6                c2.3-3.5,4.6-7.1,6.7-10.7c1.7-2.9,3.8-6.2,4.4-9.5C114.3,76.4,114.4,75.6,113.9,75.1c-0.2-0.2-0.6,0.2-0.4,0.4                c0.7,0.6-0.1,2.4-0.3,3.1c-0.6,1.6-1.4,3.1-2.1,4.6c-2,3.7-4.1,7.2-6.4,10.7c-2.3,3.5-4.5,7.2-7.3,10.4                c-3.8,4.2-8.4,7.9-13.6,10.1c-2.9,1.3-6.8,2.6-8.8-0.8c-2.1-3.5-2.8-7.9-3-11.8c-0.2-4.9,0.5-9.8,2.4-14.3                c1.3-3.1,2.7-6.1,3.8-9.2c1.7-4.9,4.1-9.2,6.8-13.6c0.5-0.7,0.9-1.4,1.4-2.1c0.1-0.1,0.4-0.6,0.4-0.6c-0.2,0.1-0.2,0.2,0,0.2                c0.5,0.2,1,0.5,1.4,0.8c1.4,0.8,2.8,1.7,4.2,2.5c1.1,0.6,3.8,2.6,4.8,1.2c0.5-0.7,0.7-1.7,1-2.4c0.7-1.7,1.3-3.3,2-5                c0.5-1.1,1-2.3,1.5-3.5c0.7-1.5,1.2-3.5,2.2-4.7c0.7-0.9,1-1.6,1.3-2.7c0.5-1.2,1.1-2.3,1.7-3.5c2-4.6,3.5-9.3,5.6-13.8                c0.9-1.9,1.9-3.7,3-5.5c1.7-2.7,3.8-4.7,7.1-3.2c2,0.9,4.4,2.5,3.8,5c-0.3,1.4-1.4,2.4-2,3.7c-0.5,1.1-0.9,2.3-1.4,3.4                c-1.7,4.1-4.1,7.8-6.5,11.6c-1.6,2.5-3.2,4.9-4.7,7.4c-0.3,0.5-0.4,1-0.7,1.5c-0.5,1.1-1.4,2.2-2,3.2c-1.4,2.3-2.9,4.6-4.2,6.9                c-0.7,1.2-2.2,3.4-2.1,4.9c0.1,0.8,0.9,1.1,1.5,1.4c1.6,0.9,3.3,1.5,5,2.2c1.4,0.6,2.9,1.1,4.2,1.9                C113.8,75.7,114.1,75.3,113.9,75.1z"/>
        </g>
        <path class="st0" d="M102.3,71.7c0.2-0.4,0.5-1.1,0.8-1.5c0.2-0.3,0.2-0.5,0.3-0.5c0.1-0.2,0-0.3-0.1-0.4l0,0            c-0.1-0.1-0.2,0-0.3,0.1c-0.2,0.2-0.8,1.4-1.1,2.2c-0.9,2-2.6,5.9-4.7,9.2c-1.1,1.7-2.5,3.9-4.3,4.7c-0.3,0.2-0.6,0.2-0.8,0.1            c-0.4-0.4-0.5-1.7,1-6.3c0.1-0.3-0.1-0.4-0.1-0.5c-0.2-0.1-0.3,0.1-0.4,0.3c-1.3,3.9-1.5,5.9-0.9,6.7c0.1,0.1,0.2,0.2,0.2,0.2            c0.3,0.2,0.7,0.2,1.1-0.1c2-0.9,3.3-2.9,4.4-4.7l0.2-0.2C99.1,78.7,100.7,75.5,102.3,71.7z"/>
        <g>
            <path class="st0" d="M106.8,54c-1.1-0.6-2.1-1.4-3-2.4c-0.2-0.2-0.2-0.2-0.5-0.2l0.4-0.8c1.4,1.8,3.2,3.5,7.8,4l-0.1,0.5                C109.7,55.1,108.2,54.7,106.8,54z"/>
        </g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M108.1,74.7c-2.5,0.7-5,1.4-7.5,2.2c-0.3,0.1-0.2,0.6,0.2,0.5c2.5-0.7,5-1.4,7.5-2.2                        C108.6,75,108.4,74.6,108.1,74.7L108.1,74.7z"/>
                </g>
                <g>
                    <path class="st0" d="M106.3,83c-2.9,1-5.8,1.7-8.7,2.7c-0.3,0.1-0.2,0.6,0.2,0.5c2.9-1,5.8-1.7,8.7-2.7                        C106.7,83.4,106.6,82.9,106.3,83L106.3,83z"/>
                </g>
                <g>
                    <path class="st0" d="M108,76.2c-2.4,1.7-5.3,2.1-8,2.9c-0.3,0.1-0.2,0.6,0.2,0.5c2.8-0.8,5.6-1.3,8.1-3                        C108.6,76.4,108.3,76,108,76.2L108,76.2z"/>
                </g>
                <g>
                    <path class="st0" d="M107.9,77.9c-1.4,0.5-2.6,1.1-3.9,1.7c-0.3,0.2-0.2,0.6,0.2,0.5c1.4-0.5,2.6-1.1,3.9-1.7                        C108.4,78.3,108.2,77.8,107.9,77.9L107.9,77.9z"/>
                </g>
                <g>
                    <path class="st0" d="M104.4,87.6c-2.8,1.2-5.5,2.4-8.3,3.6c-0.3,0.2-0.2,0.6,0.2,0.5c2.8-1.2,5.5-2.4,8.3-3.6                        C104.9,88,104.7,87.4,104.4,87.6L104.4,87.6z"/>
                </g>
                <g>
                    <path class="st0" d="M100.8,90.7c-1.9,1.4-4,1.9-6,2.7c-0.3,0.2-0.2,0.6,0.2,0.5c2.1-0.8,4.3-1.4,6.2-2.8                        C101.3,90.9,101,90.5,100.8,90.7L100.8,90.7z"/>
                </g>
                <g>
                    <path class="st0" d="M97.4,97.6c-0.9,0.4-1.9,0.8-2.8,1.1c-0.3,0.2-0.2,0.6,0.2,0.5c0.9-0.4,1.9-0.8,2.8-1.1                        C97.8,98,97.7,97.4,97.4,97.6L97.4,97.6z"/>
                </g>
                <g>
                    <path class="st0" d="M94.4,102.1c-0.8,0.4-1.5,0.8-2.3,1.1c-0.3,0.2,0,0.6,0.3,0.5c0.8-0.4,1.5-0.8,2.3-1.1                        C95,102.4,94.7,101.9,94.4,102.1L94.4,102.1z"/>
                </g>
                <g>
                    <path class="st0" d="M108.3,80c-3.6,1.7-7.4,3-11.2,4.1c-0.3,0.1-0.2,0.6,0.2,0.5c3.8-1.1,7.6-2.4,11.2-4.1                        C108.8,80.4,108.6,79.9,108.3,80L108.3,80z"/>
                </g>
                <g>
                    <path class="st0" d="M103.3,85.6c-2.1,0.9-4.2,1.7-6.4,2.3c-0.3,0.1-0.2,0.6,0.2,0.5c2.2-0.6,4.3-1.4,6.4-2.3                        C103.7,85.9,103.6,85.4,103.3,85.6L103.3,85.6z"/>
                </g>
                <g>
                    <path class="st0" d="M105.4,73.5c-1.4,0.5-2.7,1-4.1,1.4c-0.3,0.2-0.2,0.6,0.2,0.5c1.4-0.5,2.7-1,4.1-1.4                        C105.8,73.8,105.7,73.4,105.4,73.5L105.4,73.5z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M106.3,74.1c-2,4.4-4.1,8.9-6.2,13.4c-0.2,0.3,0.3,0.5,0.5,0.2c2-4.4,4.1-8.9,6.2-13.4                    C107,74,106.4,73.8,106.3,74.1L106.3,74.1z"/>
            </g>
            <g>
                <path class="st0" d="M103.4,72.6c-1.7,3.8-3.5,7.6-5.5,11.3c-0.2,0.3,0.3,0.5,0.5,0.2c2-3.7,3.8-7.4,5.5-11.3                    C104,72.5,103.5,72.3,103.4,72.6L103.4,72.6z"/>
            </g>
            <g>
                <path class="st0" d="M104.9,73.3c-1.7,4.1-3.5,8-5.6,11.8c-0.2,0.3,0.3,0.5,0.5,0.2c2-3.8,3.9-7.8,5.6-11.8                    C105.5,73.2,105,73,104.9,73.3L104.9,73.3z"/>
            </g>
            <g>
                <path class="st0" d="M108.5,75.2c-0.9,2.5-2.3,4.7-3.3,7.1c-0.2,0.3,0.3,0.5,0.5,0.2c1.1-2.4,2.5-4.7,3.3-7.1                    C109,75.1,108.5,74.9,108.5,75.2L108.5,75.2z"/>
            </g>
            <g>
                <path class="st0" d="M110.2,75.7c-0.8,1.9-1.6,3.7-2.4,5.5c-0.2,0.3,0.3,0.5,0.5,0.2c0.9-1.8,1.7-3.7,2.4-5.5                    C110.8,75.6,110.3,75.4,110.2,75.7L110.2,75.7z"/>
            </g>
            <g>
                <path class="st0" d="M111.3,76.3c-0.3,1-0.8,1.9-1.1,2.8c-0.1,0.3,0.4,0.5,0.5,0.2c0.4-1,0.8-2,1.1-2.9                    C111.9,76.1,111.4,76,111.3,76.3L111.3,76.3z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M89.2,91.3c1.3-0.8,2.5-1.4,3.8-2.2c0.3-0.2,0-0.6-0.3-0.5c-1.3,0.8-2.5,1.4-3.8,2.2                        C88.6,91,88.9,91.4,89.2,91.3L89.2,91.3z"/>
                </g>
                <g>
                    <path class="st0" d="M90.7,89.3c0.7-0.6,1.4-1.1,2.2-1.4c0.3-0.2,0.2-0.6-0.2-0.5c-0.9,0.4-1.7,0.9-2.4,1.6                        C90.1,89.2,90.5,89.5,90.7,89.3L90.7,89.3z"/>
                </g>
                <g>
                    <path class="st0" d="M91.3,90.8c-0.5,0.2-1.1,0.4-1.7,0.6c-0.3,0.2-0.2,0.6,0.2,0.5c0.5-0.2,1.1-0.4,1.7-0.6                        C91.8,91.2,91.6,90.7,91.3,90.8L91.3,90.8z"/>
                </g>
                <g>
                    <path class="st0" d="M90.1,92.5c-0.4,0.2-0.8,0.4-1.2,0.5c-0.3,0.2-0.2,0.6,0.2,0.5c0.4-0.2,0.8-0.4,1.2-0.5                        C90.5,92.8,90.4,92.3,90.1,92.5L90.1,92.5z"/>
                </g>
                <g>
                    <path class="st0" d="M89.2,94.1c-0.4,0.2-0.8,0.4-1.1,0.6c-0.3,0.2,0,0.6,0.3,0.5c0.4-0.2,0.8-0.4,1.1-0.6                        C89.8,94.4,89.5,94,89.2,94.1L89.2,94.1z"/>
                </g>
                <g>
                    <path class="st0" d="M88.1,95.9c-0.2,0.2-0.2,0.2-0.4,0.4c-0.2,0.2,0.2,0.6,0.4,0.4c0.2-0.2,0.2-0.2,0.4-0.4                        C88.7,96.1,88.3,95.7,88.1,95.9L88.1,95.9z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M109.4,82c1.1-0.6,2.3-1.3,3.5-1.7c0.3-0.2,0.2-0.6-0.2-0.5c-1.3,0.5-2.4,1.1-3.5,1.8                    C108.8,81.7,109.1,82.1,109.4,82L109.4,82z"/>
            </g>
            <g>
                <path class="st0" d="M110.9,80.1c0.8-0.6,1.7-0.9,2.6-1.3c0.3-0.2,0.2-0.6-0.2-0.5c-0.9,0.4-1.9,0.7-2.6,1.3                    C110.3,79.9,110.6,80.3,110.9,80.1L110.9,80.1z"/>
            </g>
            <g>
                <path class="st0" d="M112,81.6c-0.8-0.1-1.5,0.2-2.2,0.5c-0.3,0.2-0.2,0.6,0.2,0.5c0.6-0.2,1.3-0.5,1.9-0.5                    C112.3,82.1,112.4,81.6,112,81.6L112,81.6z"/>
            </g>
            <g>
                <path class="st0" d="M110.3,83.2c-0.4,0.2-0.8,0.4-1.2,0.5c-0.3,0.2-0.2,0.6,0.2,0.5c0.4-0.2,0.8-0.4,1.2-0.5                    C110.8,83.5,110.6,83,110.3,83.2L110.3,83.2z"/>
            </g>
            <g>
                <path class="st0" d="M109.4,84.8c-0.4,0.2-0.8,0.4-1.1,0.6c-0.3,0.2,0,0.6,0.3,0.5c0.4-0.2,0.8-0.4,1.1-0.6                    C110,85.1,109.7,84.7,109.4,84.8L109.4,84.8z"/>
            </g>
            <g>
                <path class="st0" d="M108.2,86.5c-0.2,0.2-0.2,0.2-0.4,0.4c-0.2,0.2,0.2,0.6,0.4,0.4c0.2-0.2,0.2-0.2,0.4-0.4                    C108.8,86.7,108.4,86.3,108.2,86.5L108.2,86.5z"/>
            </g>
            <g>
                <path class="st0" d="M99.6,99c1.3-0.8,2.5-1.5,3.8-2.3c0.3-0.2,0-0.6-0.3-0.5c-1.3,0.8-2.5,1.5-3.8,2.3                    C99,98.7,99.3,99.2,99.6,99L99.6,99z"/>
            </g>
            <g>
                <path class="st0" d="M101.1,97.1c0.8-0.6,1.5-1.1,2.3-1.6c0.3-0.2,0-0.6-0.3-0.5c-0.8,0.5-1.6,1-2.3,1.6                    C100.6,96.8,100.8,97.3,101.1,97.1L101.1,97.1z"/>
            </g>
            <g>
                <path class="st0" d="M101.1,99.2c-0.5,0.2-1.1,0.5-1.6,0.7c-0.3,0.2-0.2,0.6,0.2,0.5c0.5-0.2,1.1-0.5,1.6-0.7                    C101.6,99.6,101.4,99.1,101.1,99.2L101.1,99.2z"/>
            </g>
            <g>
                <path class="st0" d="M99.8,101c-0.4,0.1-0.8,0.1-1.1,0.1c-0.3,0-0.3,0.5,0,0.5c0.4-0.1,0.8-0.1,1.1-0.1                    C100.2,101.5,100.2,101,99.8,101L99.8,101z"/>
            </g>
            <g>
                <path class="st0" d="M98.8,102.3c-0.5,0-0.8,0.1-1.3,0.1c-0.3,0-0.3,0.5,0,0.5c0.5,0,0.8-0.1,1.3-0.1                    C99.2,102.8,99.2,102.3,98.8,102.3L98.8,102.3z"/>
            </g>
            <g>
                <path class="st0" d="M97.3,104c-0.2,0-0.4,0-0.6,0c-0.3,0-0.3,0.5,0,0.5c0.2,0,0.4,0,0.6,0C97.7,104.5,97.7,104,97.3,104                    L97.3,104z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M84.4,101.9c-0.6,0.2-1.3,0.3-1.9,0.5c-0.3,0.1-0.2,0.6,0.2,0.5c0.6-0.2,1.3-0.3,1.9-0.5                        C85,102.2,84.8,101.8,84.4,101.9L84.4,101.9z"/>
                </g>
                <g>
                    <path class="st0" d="M82.9,105.3c-0.2,0.2-0.8,0.8-1.1,0.5c-0.2-0.2-0.3-0.5-0.5-0.6c-0.3-0.2-0.5,0.3-0.2,0.5                        c0.2,0.1,0.2,0.2,0.3,0.4c0.2,0.2,0.2,0.3,0.5,0.4c0.6,0.3,1.2-0.3,1.5-0.7C83.5,105.4,83.2,105,82.9,105.3L82.9,105.3z"/>
                </g>
                <g>
                    <path class="st0" d="M82.2,107.6c-0.3,0-0.6,0.1-0.9,0.1s-0.3,0.5,0,0.5c0.3,0,0.6-0.1,0.9-0.1                        C82.6,108.1,82.5,107.6,82.2,107.6L82.2,107.6z"/>
                </g>
                <g>
                    <path class="st0" d="M86.6,97.1c-0.3,0-0.6,0.1-0.9,0.1c-0.3,0-0.3,0.5,0,0.5s0.6-0.1,0.9-0.1C86.9,97.6,86.9,97.1,86.6,97.1                        L86.6,97.1z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M115.1,39.3c0.2,0.4,0.6,0.6,1,0.8c0.3,0.2,0.5-0.3,0.2-0.5c-0.3-0.2-0.5-0.4-0.8-0.6                        C115.3,38.8,114.9,39.1,115.1,39.3L115.1,39.3z"/>
                </g>
                <g>
                    <path class="st0" d="M113.3,43.2c0,0.4,0.1,0.8,0.5,1.1c0.3,0.2,0.6-0.1,0.9-0.2c0.3-0.2,0-0.6-0.3-0.5                        c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2-0.1-0.2-0.5-0.2-0.6C113.8,42.8,113.3,42.8,113.3,43.2L113.3,43.2z"/>
                </g>
                <g>
                    <path class="st0" d="M111.6,47.6c0.2,0.1,0.5,0.2,0.7,0.2c0.3,0,0.3-0.5,0-0.5c-0.2,0-0.3-0.1-0.5-0.2                        C111.6,47,111.3,47.4,111.6,47.6L111.6,47.6z"/>
                </g>
                <g>
                    <path class="st0" d="M117.7,33.7c0.2,0.1,0.4,0.1,0.5,0.2c0.3,0.1,0.5-0.5,0.1-0.5c-0.2-0.1-0.4-0.1-0.5-0.2                        C117.5,33.2,117.4,33.7,117.7,33.7L117.7,33.7z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M91.9,67c-0.9,0.3-1.8,0.4-2.7,0.6c-0.3,0.1-0.2,0.6,0.2,0.5c0.9-0.3,1.8-0.4,2.7-0.6                        C92.4,67.5,92.2,66.9,91.9,67L91.9,67z"/>
                </g>
                <g>
                    <path class="st0" d="M91.8,72.2c-1.8,0.5-3.7,0.8-5.5,1.3c-0.3,0.1-0.2,0.6,0.2,0.5c1.8-0.5,3.7-0.8,5.5-1.3                        C92.3,72.6,92.2,72.1,91.8,72.2L91.8,72.2z"/>
                </g>
                <g>
                    <path class="st0" d="M92.8,67.5c-1.4,0.8-2.9,1.1-4.5,1.6c-0.3,0.1-0.2,0.6,0.2,0.5c1.6-0.5,3.2-0.8,4.6-1.7                        C93.3,67.8,93,67.4,92.8,67.5L92.8,67.5z"/>
                </g>
                <g>
                    <path class="st0" d="M91.9,69.1c-0.7,0.2-1.4,0.4-2.1,0.6c-0.3,0.1-0.2,0.6,0.2,0.5c0.7-0.2,1.4-0.4,2.1-0.6                        C92.5,69.5,92.2,69,91.9,69.1L91.9,69.1z"/>
                </g>
                <g>
                    <path class="st0" d="M90.6,75.3c-2,0.7-4.1,1.4-6.2,2.1c-0.3,0.1-0.2,0.6,0.2,0.5c2-0.7,4.1-1.4,6.2-2.1                        C91,75.6,90.9,75.1,90.6,75.3L90.6,75.3z"/>
                </g>
                <g>
                    <path class="st0" d="M88,77.2c-1.4,0.8-2.9,1.1-4.5,1.6c-0.3,0.1-0.2,0.6,0.2,0.5c1.6-0.5,3.2-0.8,4.6-1.7                        C88.6,77.5,88.3,77.1,88,77.2L88,77.2z"/>
                </g>
                <g>
                    <path class="st0" d="M85.6,81.8c-0.7,0.2-1.4,0.4-2.1,0.6c-0.3,0.1-0.2,0.6,0.2,0.5c0.7-0.2,1.4-0.4,2.1-0.6                        C86.2,82.2,86,81.7,85.6,81.8L85.6,81.8z"/>
                </g>
                <g>
                    <path class="st0" d="M83.7,84.7c-0.6,0.2-1.1,0.5-1.7,0.7c-0.3,0.2-0.2,0.6,0.2,0.5c0.6-0.2,1.1-0.5,1.7-0.7                        C84.2,85.1,84.1,84.6,83.7,84.7L83.7,84.7z"/>
                </g>
                <g>
                    <path class="st0" d="M93.2,70.2c-2.7,1-5.5,1.7-8.3,2.2c-0.3,0.1-0.3,0.6,0,0.5c2.9-0.5,5.7-1.3,8.5-2.3                        C93.8,70.5,93.6,70.1,93.2,70.2L93.2,70.2z"/>
                </g>
                <g>
                    <path class="st0" d="M89.6,73.8c-1.6,0.5-3.2,0.9-4.7,1.2c-0.3,0.1-0.3,0.6,0,0.5c1.7-0.3,3.2-0.8,4.9-1.2                        C90.1,74.1,89.9,73.7,89.6,73.8L89.6,73.8z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M78.7,76.9c0.5,0.2,1.1,0.1,1.5,0.3c0.3,0.2,0.5-0.3,0.2-0.5c-0.5-0.3-1.1-0.2-1.7-0.4                        C78.4,76.3,78.3,76.8,78.7,76.9L78.7,76.9z"/>
                </g>
                <g>
                    <path class="st0" d="M83.4,68.1c0.2,0.2,0.5,0.2,0.8,0.4c0.3,0.2,0.5-0.3,0.2-0.5c-0.2-0.2-0.5-0.2-0.8-0.4                        C83.3,67.5,83,67.9,83.4,68.1L83.4,68.1z"/>
                </g>
                <g>
                    <path class="st0" d="M79.6,75.7c0.5,0,0.8,0.3,1.2,0.5c0.3,0.2,0.6-0.2,0.4-0.4c-0.5-0.4-0.9-0.7-1.6-0.7                        C79.3,75.2,79.3,75.7,79.6,75.7L79.6,75.7z"/>
                </g>
                <g>
                    <path class="st0" d="M80.2,74.4c0.2,0.1,0.5,0.2,0.6,0.2c0.3,0.2,0.5-0.4,0.2-0.5c-0.2-0.1-0.5-0.2-0.6-0.2                        C80.1,73.8,79.9,74.3,80.2,74.4L80.2,74.4z"/>
                </g>
                <g>
                    <path class="st0" d="M78.4,78.7c0.2,0.1,0.5,0.2,0.6,0.2c0.3,0.2,0.5-0.4,0.2-0.5c-0.2-0.1-0.5-0.2-0.6-0.2                        C78.4,78.1,78.1,78.7,78.4,78.7L78.4,78.7z"/>
                </g>
                <g>
                    <path class="st0" d="M82.1,70.8c0.4,0,0.7,0.1,0.9,0.3c0.2,0.2,0.6-0.2,0.4-0.4c-0.4-0.4-0.8-0.5-1.3-0.5                        C81.7,70.2,81.8,70.8,82.1,70.8L82.1,70.8z"/>
                </g>
                <g>
                    <path class="st0" d="M82.9,69.4c0.4,0,0.7,0.1,1,0.4c0.2,0.2,0.6-0.2,0.4-0.4c-0.4-0.4-0.8-0.5-1.4-0.5                        C82.5,68.9,82.5,69.4,82.9,69.4L82.9,69.4z"/>
                </g>
                <g>
                    <path class="st0" d="M83.6,67c0.4-0.2,0.8,0,1.2,0c0.3,0,0.3-0.5,0-0.5c-0.5,0-0.9-0.2-1.4,0.1C83.2,66.7,83.3,67.2,83.6,67                        L83.6,67z"/>
                </g>
                <g>
                    <path class="st0" d="M81.3,72.6c0.3-0.2,0.5,0,0.8,0.1c0.3,0,0.3-0.5,0-0.5c-0.4,0-0.6-0.2-1,0C80.8,72.3,81,72.7,81.3,72.6                        L81.3,72.6z"/>
                </g>
                <g>
                    <path class="st0" d="M84.7,65.4c0.2,0,0.5,0,0.6,0.1c0.3,0.2,0.5-0.3,0.2-0.5c-0.3-0.2-0.6-0.2-0.9-0.2                        C84.3,65,84.3,65.5,84.7,65.4L84.7,65.4z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M98.3,64.2c0.5,0.1,0.8,0.2,1.3,0.3c0.3,0.1,0.5-0.5,0.1-0.5c-0.5-0.1-0.8-0.2-1.3-0.3                    C98.1,63.6,98,64.2,98.3,64.2L98.3,64.2z"/>
            </g>
            <g>
                <path class="st0" d="M101.7,55.2c0.2,0.2,0.5,0.2,0.8,0.4c0.3,0.2,0.5-0.3,0.2-0.5c-0.2-0.2-0.5-0.2-0.8-0.4                    C101.6,54.6,101.4,55.1,101.7,55.2L101.7,55.2z"/>
            </g>
            <g>
                <path class="st0" d="M98.8,62.8c0.6-0.2,0.8,0.2,1.3,0.5c0.2,0.2,0.6-0.2,0.4-0.4c-0.2-0.2-0.5-0.5-0.7-0.6                    c-0.3-0.2-0.7-0.2-1.1-0.1C98.3,62.4,98.5,62.9,98.8,62.8L98.8,62.8z"/>
            </g>
            <g>
                <path class="st0" d="M99.3,61.5c0.2,0.1,0.5,0.2,0.6,0.2c0.3,0.2,0.5-0.4,0.2-0.5c-0.2-0.1-0.5-0.2-0.6-0.2                    C99.2,60.9,99,61.3,99.3,61.5L99.3,61.5z"/>
            </g>
            <g>
                <path class="st0" d="M97.5,65.9c0.2,0.1,0.5,0.2,0.6,0.2c0.3,0.2,0.5-0.4,0.2-0.5c-0.2-0.1-0.5-0.2-0.6-0.2                    C97.4,65.4,97.2,65.8,97.5,65.9L97.5,65.9z"/>
            </g>
            <g>
                <path class="st0" d="M100.9,57.5c0.4,0,0.8,0.1,1,0.4c0.2,0.2,0.6-0.2,0.4-0.4c-0.4-0.4-0.9-0.5-1.4-0.5                    C100.6,56.9,100.6,57.5,100.9,57.5L100.9,57.5z"/>
            </g>
            <g>
                <path class="st0" d="M101.5,56.2c0.4,0,0.7,0.1,1,0.4c0.2,0.2,0.6-0.2,0.4-0.4c-0.4-0.4-0.8-0.5-1.4-0.5                    C101.1,55.7,101.2,56.2,101.5,56.2L101.5,56.2z"/>
            </g>
            <g>
                <path class="st0" d="M102.8,53.1c0.3-0.2,0.6-0.3,0.9-0.3s0.3-0.5,0-0.5c-0.4,0-0.8,0.2-1.1,0.3                    C102.3,52.8,102.5,53.3,102.8,53.1L102.8,53.1z"/>
            </g>
            <g>
                <path class="st0" d="M100.3,58.3c0.2,0.2,0.4,0.5,0.5,0.8s0.6,0.2,0.5-0.2c-0.1-0.4-0.3-0.7-0.5-1                    C100.5,57.7,100.1,58,100.3,58.3L100.3,58.3z"/>
            </g>
            <g>
                <path class="st0" d="M109.8,37.2c0.5,0.1,0.8,0.2,1.3,0.3c0.3,0.1,0.5-0.5,0.1-0.5c-0.5-0.1-0.8-0.2-1.3-0.3                    C109.6,36.6,109.5,37.1,109.8,37.2L109.8,37.2z"/>
            </g>
            <g>
                <path class="st0" d="M113.8,28.1c0.4,0.2,0.8,0.5,1.2,0.7c0.3,0.2,0.5-0.3,0.2-0.5c-0.4-0.2-0.8-0.5-1.2-0.7                    C113.7,27.4,113.5,28,113.8,28.1L113.8,28.1z"/>
            </g>
            <g>
                <path class="st0" d="M110.3,36c0.5,0,1,0.3,1.4,0.6c0.3,0.2,0.6-0.2,0.4-0.4c-0.5-0.4-1.1-0.8-1.7-0.7C110,35.5,110,36,110.3,36                    L110.3,36z"/>
            </g>
            <g>
                <path class="st0" d="M110.7,34.6c0.3,0.2,0.6,0.2,0.9,0.4c0.3,0.2,0.5-0.4,0.2-0.5c-0.3-0.2-0.6-0.2-0.9-0.4                    C110.6,34,110.4,34.5,110.7,34.6L110.7,34.6z"/>
            </g>
            <g>
                <path class="st0" d="M108.9,38.9c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0.1,0.5-0.4,0.2-0.5c-0.2-0.1-0.4-0.2-0.6-0.2                    C108.8,38.3,108.6,38.8,108.9,38.9L108.9,38.9z"/>
            </g>
            <g>
                <path class="st0" d="M112.5,31c0.5,0,1.1,0.2,1.5,0.5c0.2,0.2,0.6-0.2,0.4-0.4c-0.5-0.5-1.3-0.6-1.9-0.6                    C112.1,30.4,112.1,31,112.5,31L112.5,31z"/>
            </g>
            <g>
                <path class="st0" d="M113.1,29.6c0.5,0,1.2,0.2,1.6,0.5c0.2,0.2,0.6-0.2,0.4-0.4c-0.5-0.5-1.3-0.6-2-0.6                    C112.8,29.1,112.8,29.6,113.1,29.6L113.1,29.6z"/>
            </g>
            <g>
                <path class="st0" d="M115.9,25c0.4-0.2,0.8,0.1,1.1,0.1c0.3,0,0.3-0.5,0-0.5c-0.5,0-0.8-0.2-1.2,0C115.5,24.6,115.6,25,115.9,25                    L115.9,25z"/>
            </g>
            <g>
                <path class="st0" d="M111.6,32.8c0.4-0.2,0.8,0,1.1,0c0.3,0,0.3-0.5,0-0.5c-0.5,0-0.8-0.2-1.3,0                    C111.1,32.4,111.3,32.9,111.6,32.8L111.6,32.8z"/>
            </g>
            <g>
                <path class="st0" d="M116.9,23.2c0.2,0.2,0.3,0.4,0.5,0.5c0.3,0.2,0.6-0.2,0.4-0.4c-0.2-0.2-0.3-0.2-0.4-0.5                    C117.1,22.7,116.7,22.9,116.9,23.2L116.9,23.2z"/>
            </g>
            <g>
                <path class="st0" d="M125.9,28.6c-1.1,0.6-2.3,1-3.5,1.1c-0.3,0.1-0.3,0.5,0,0.5c1.4-0.2,2.6-0.6,3.8-1.2                    C126.5,28.9,126.2,28.4,125.9,28.6L125.9,28.6z"/>
            </g>
            <g>
                <path class="st0" d="M125.1,30c-1.7,0.7-3.4,1.3-5.2,1.7c-0.3,0.1-0.2,0.6,0.2,0.5c1.8-0.4,3.5-1,5.2-1.7                    C125.6,30.4,125.4,29.9,125.1,30L125.1,30z"/>
            </g>
            <g>
                <path class="st0" d="M124.3,31.6c-1.1,0.6-2.3,1.1-3.5,1.4c-0.3,0.1-0.2,0.6,0.2,0.5c1.3-0.4,2.4-0.8,3.5-1.5                    C124.8,31.8,124.6,31.4,124.3,31.6L124.3,31.6z"/>
            </g>
            <g>
                <path class="st0" d="M123.6,33.2c-1,0.5-2,0.9-3.1,1.1c-0.3,0.1-0.2,0.6,0.2,0.5c1.1-0.2,2.2-0.7,3.2-1.2                    C124.2,33.4,123.9,33.1,123.6,33.2L123.6,33.2z"/>
            </g>
            <g>
                <path class="st0" d="M122.6,35.2c-0.8,0.2-1.6,0.5-2.3,0.8c-0.3,0.2-0.2,0.6,0.2,0.5c0.8-0.3,1.5-0.6,2.3-0.8                    C123.1,35.6,123,35.2,122.6,35.2L122.6,35.2z"/>
            </g>
            <g>
                <path class="st0" d="M121.5,37.6c-0.3,0.2-0.6,0.4-0.9,0.5c-0.6,0.2-1.4,0.4-2,0.5c-0.3,0.1-0.2,0.5,0.2,0.5                    c0.7-0.2,1.4-0.2,2-0.5c0.4-0.2,0.7-0.4,1-0.5C122.1,37.9,121.8,37.4,121.5,37.6L121.5,37.6z"/>
            </g>
            <g>
                <path class="st0" d="M119.8,40.8c-1.1,0.5-2.1,0.9-3.2,1.4c-0.3,0.2-0.2,0.6,0.2,0.5c1.1-0.5,2.1-0.9,3.2-1.4                    C120.3,41.2,120.1,40.7,119.8,40.8L119.8,40.8z"/>
            </g>
            <g>
                <path class="st0" d="M118.4,43.2c-0.8,0.5-1.7,0.8-2.6,1.3c-0.3,0.2,0,0.6,0.3,0.5c0.8-0.5,1.7-0.8,2.6-1.3                    C118.9,43.4,118.7,43.1,118.4,43.2L118.4,43.2z"/>
            </g>
            <g>
                <path class="st0" d="M116.9,45.6c-0.7,0.2-1.3,0.5-2,0.6c-0.3,0.1-0.3,0.6,0,0.5c0.8-0.2,1.4-0.4,2.1-0.6                    C117.4,46,117.2,45.5,116.9,45.6L116.9,45.6z"/>
            </g>
            <g>
                <path class="st0" d="M115.5,47.8c-0.7-0.1-1.3,0.3-1.7,0.8c-0.2,0.3,0.2,0.6,0.4,0.4c0.3-0.5,0.8-0.8,1.4-0.7                    C115.8,48.3,115.8,47.8,115.5,47.8L115.5,47.8z"/>
            </g>
            <g>
                <path class="st0" d="M114.3,49.8c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0.2-0.2,0.6,0.2,0.5c0.2-0.1,0.4-0.2,0.6-0.2                    C114.7,50.1,114.6,49.7,114.3,49.8L114.3,49.8z"/>
            </g>
            <g>
                <path class="st0" d="M106.7,54.3c-0.2,0.1-0.3,0.2-0.5,0.3c-0.3,0.2,0,0.6,0.3,0.5c0.2-0.1,0.3-0.2,0.5-0.3                    C107.3,54.6,107,54.2,106.7,54.3L106.7,54.3z"/>
            </g>
            <g>
                <path class="st0" d="M111.3,54.9c-1.3,0.6-2.8,0.5-4.1,0.8c-0.3,0.1-0.2,0.5,0.2,0.5c1.4-0.3,2.9-0.2,4.3-0.8                    C111.9,55.2,111.6,54.8,111.3,54.9L111.3,54.9z"/>
            </g>
            <g>
                <path class="st0" d="M110.4,56.3c-0.9,0.4-1.8,0.5-2.8,0.7c-0.3,0.1-0.3,0.5,0,0.5c1-0.2,2-0.3,2.9-0.7                    C110.9,56.7,110.7,56.3,110.4,56.3L110.4,56.3z"/>
            </g>
            <g>
                <path class="st0" d="M109.5,57.9c-0.9,0.3-1.8,0.5-2.8,0.6c-0.3,0-0.3,0.5,0,0.5c1-0.1,2-0.3,2.9-0.6                    C110,58.2,109.8,57.7,109.5,57.9L109.5,57.9z"/>
            </g>
            <g>
                <path class="st0" d="M108.6,59.1c-1.2,0.2-2.4,0.6-3.5,0.9c-0.3,0.1-0.2,0.6,0.2,0.5c1.1-0.3,2.3-0.7,3.5-0.9                    C109,59.6,109,59.1,108.6,59.1L108.6,59.1z"/>
            </g>
            <g>
                <path class="st0" d="M107.4,61c-0.5,0.2-1,0.4-1.6,0.4c-0.3,0-0.3,0.5,0,0.5c0.6-0.1,1.1-0.2,1.7-0.5                    C107.9,61.5,107.7,60.9,107.4,61L107.4,61z"/>
            </g>
            <g>
                <path class="st0" d="M105.9,63.5c-0.5,0.2-0.8,0.3-1.3,0.5c-0.3,0.1-0.2,0.6,0.2,0.5c0.5-0.2,0.8-0.3,1.3-0.5                    C106.4,63.9,106.2,63.3,105.9,63.5L105.9,63.5z"/>
            </g>
            <g>
                <path class="st0" d="M105.1,64.9c-0.8,0.3-1.5,0.6-2.3,0.9c-0.3,0.2-0.2,0.6,0.2,0.5c0.8-0.3,1.5-0.6,2.3-0.9                    C105.6,65.3,105.5,64.8,105.1,64.9L105.1,64.9z"/>
            </g>
            <g>
                <path class="st0" d="M104,66.9c-0.6,0.1-1.1,0.2-1.7,0.2c-0.3,0.1-0.3,0.6,0,0.5c0.6-0.1,1.1-0.2,1.7-0.2                    C104.3,67.5,104.3,66.9,104,66.9L104,66.9z"/>
            </g>
            <g>
                <path class="st0" d="M103.4,68.4c-0.6-0.1-1.2,0.1-1.6,0.5c-0.2,0.2,0.2,0.6,0.4,0.4c0.3-0.4,0.7-0.5,1.1-0.4                    C103.6,68.9,103.7,68.4,103.4,68.4L103.4,68.4z"/>
            </g>
            <g>
                <path class="st0" d="M103,69.2c-0.2,0.1-0.4,0.1-0.5,0.2c-0.3,0.1-0.2,0.6,0.2,0.5c0.2-0.1,0.4-0.1,0.5-0.2                    C103.4,69.6,103.3,69.1,103,69.2L103,69.2z"/>
            </g>
            <g>
                <path class="st0" d="M101.4,72.6c-0.2,0.1-0.4,0.2-0.6,0.3c-0.3,0.2-0.2,0.6,0.2,0.5c0.2-0.1,0.4-0.2,0.6-0.3                    C101.9,73,101.7,72.5,101.4,72.6L101.4,72.6z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M75,108.8c0.5-0.2,0.8-0.5,1.3-0.8c0.3-0.2,0-0.6-0.3-0.5c-0.5,0.2-0.8,0.5-1.3,0.8                        C74.4,108.5,74.7,109,75,108.8L75,108.8z"/>
                </g>
                <g>
                    <path class="st0" d="M74.7,107.3c0.2-0.2,0.3-0.3,0.5-0.3c0.3-0.1,0.2-0.6-0.2-0.5c-0.3,0.1-0.5,0.2-0.8,0.5                        C74.1,107.2,74.4,107.6,74.7,107.3L74.7,107.3z"/>
                </g>
                <g>
                    <path class="st0" d="M74.2,105.9c0.2-0.1,0.5-0.2,0.7-0.3c0.3-0.2,0.2-0.6-0.2-0.5c-0.2,0.1-0.5,0.2-0.7,0.3                        C73.8,105.5,73.9,106.1,74.2,105.9L74.2,105.9z"/>
                </g>
                <g>
                    <path class="st0" d="M75.4,110.9c0.2-0.1,0.5-0.2,0.7-0.3c0.3-0.2,0.2-0.6-0.2-0.5c-0.2,0.1-0.5,0.2-0.7,0.3                        C75,110.5,75.1,111,75.4,110.9L75.4,110.9z"/>
                </g>
            </g>
            <g>
                <g>
                    <path class="st0" d="M75,90.5c0.5-0.1,1-0.2,1.4-0.3c0.3-0.1,0.3-0.6,0-0.5c-0.5,0.1-1,0.2-1.4,0.3C74.6,90.1,74.6,90.6,75,90.5                        L75,90.5z"/>
                </g>
                <g>
                    <path class="st0" d="M75.4,87.6c0.2,0,0.5-0.1,0.8-0.1c0.3,0,0.3-0.5,0-0.5c-0.2,0-0.5,0.1-0.8,0.1C75,87.1,75.1,87.6,75.4,87.6                        L75.4,87.6z"/>
                </g>
                <g>
                    <path class="st0" d="M74.7,92.6c0.2,0,0.5-0.1,0.8-0.1c0.3,0,0.3-0.5,0-0.5c-0.2,0-0.5,0.1-0.8,0.1                        C74.3,92.1,74.3,92.6,74.7,92.6L74.7,92.6z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M122,27.7c1.4,0.9,3.2,0.6,4.7,0c0.3-0.2,0.2-0.6-0.2-0.5c-1.4,0.5-3,0.8-4.3,0                    C121.9,27,121.7,27.5,122,27.7L122,27.7z"/>
            </g>
            <g>
                <path class="st0" d="M103.9,50.4c0.2,0.5,0.5,0.8,1,0.9c0.3,0.1,0.5-0.5,0.1-0.5c-0.3-0.1-0.5-0.2-0.5-0.5                    C104.3,49.9,103.8,50,103.9,50.4L103.9,50.4z"/>
            </g>
            <g>
                <path class="st0" d="M122.7,26c0.5,0.5,1.3,0.6,2,0.4c0.3-0.1,0.2-0.6-0.2-0.5c-0.5,0.2-1.1,0.1-1.4-0.2                    C122.8,25.4,122.4,25.8,122.7,26L122.7,26z"/>
            </g>
            <g>
                <path class="st0" d="M115.3,25.6c0.4,0.2,0.7,0.3,1.1,0.5c0.3,0.2,0.5-0.3,0.2-0.5c-0.4-0.2-0.7-0.3-1.1-0.5                    C115.2,25,115,25.5,115.3,25.6L115.3,25.6z"/>
            </g>
            <g>
                <path class="st0" d="M112.8,76.8c-0.2,0.2-0.5,0.3-0.7,0.5c-0.3,0.2,0,0.6,0.3,0.5c0.2-0.2,0.5-0.3,0.7-0.5                    C113.4,77,113.1,76.6,112.8,76.8L112.8,76.8z"/>
            </g>
            <g>
                <path class="st0" d="M88.6,65.1c-0.2,0.5-0.4,0.9-0.6,1.3c-0.2,0.3,0.3,0.5,0.5,0.2c0.2-0.5,0.4-0.8,0.6-1.3                    C89.2,65,88.6,64.8,88.6,65.1L88.6,65.1z"/>
            </g>
            <g>
                <path class="st0" d="M87.5,64.7c-0.1,0.2-0.2,0.5-0.3,0.8c-0.2,0.3,0.3,0.5,0.5,0.2c0.1-0.2,0.2-0.5,0.3-0.8                    C88.1,64.6,87.7,64.4,87.5,64.7L87.5,64.7z"/>
            </g>
            <g>
                <path class="st0" d="M89.8,65.7c-0.1,0.2-0.2,0.2-0.2,0.4c-0.2,0.3,0.2,0.6,0.4,0.4c0.2-0.2,0.2-0.3,0.3-0.5                    C90.4,65.7,89.9,65.5,89.8,65.7L89.8,65.7z"/>
            </g>
            <g>
                <g>
                    <path class="st0" d="M81.1,114.9c0.2-0.4,0.3-0.8,0.5-1.2c0.2-0.3-0.3-0.5-0.5-0.2c-0.2,0.4-0.4,0.8-0.5,1.2                        C80.5,114.9,81,115.2,81.1,114.9L81.1,114.9z"/>
                </g>
                <g>
                    <path class="st0" d="M83,114c0.1-0.2,0.2-0.3,0.3-0.5c0.2-0.3-0.3-0.5-0.5-0.2c-0.1,0.2-0.2,0.3-0.3,0.5                        C82.4,114.1,82.9,114.3,83,114L83,114z"/>
                </g>
                <g>
                    <path class="st0" d="M79.1,115c0.1-0.2,0.2-0.2,0.2-0.4c0.2-0.3-0.3-0.5-0.5-0.2c-0.1,0.2-0.2,0.2-0.2,0.4                        C78.5,115.1,79,115.3,79.1,115L79.1,115z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M93.3,76.2c-0.2,0.4-0.5,0.6-0.3,1.1c0.1,0.3,0.6,0.2,0.5-0.2c-0.1-0.2,0.2-0.5,0.3-0.7                    C93.8,76.1,93.4,75.8,93.3,76.2L93.3,76.2z"/>
            </g>
            <g>
                <path class="st0" d="M107.3,88C107.3,88,107.1,88,107.3,88c-0.4,0.1-0.2,0.6,0.1,0.5c0,0,0.2-0.1,0.1,0                    C107.8,88.4,107.6,87.9,107.3,88L107.3,88z"/>
            </g>
            <g>
                <path class="st0" d="M87.3,97.6C87.3,97.6,87.1,97.7,87.3,97.6c-0.4,0.1-0.2,0.6,0.1,0.5c0,0,0.2-0.1,0.1,0                    C87.8,98,87.7,97.4,87.3,97.6L87.3,97.6z"/>
            </g>
        </g>
    </g>
    <g>
        <g>
            <g>
                <g>
                    <path class="st0" d="M88,117c1.4,2,3,3.8,4.4,5.8c0.3,0.4,0.8,0.1,0.5-0.4c-1.4-2-3-3.8-4.4-5.8C88.2,116.3,87.7,116.7,88,117                        L88,117z"/>
                </g>
                <g>
                    <path class="st0" d="M91.4,117.9c1.4,1.4,2.3,3,3.4,4.6c0.3,0.5,0.9,0.2,0.6-0.2c-1.1-1.7-2-3.3-3.5-4.7                        C91.6,117.1,91,117.5,91.4,117.9L91.4,117.9z"/>
                </g>
                <g>
                    <path class="st0" d="M90.8,122.7c-0.8-1.2-1.7-2.3-2.4-3.5c-0.3-0.5-0.9-0.2-0.6,0.2c0.8,1.2,1.7,2.3,2.4,3.5                        C90.4,123.3,91,123,90.8,122.7L90.8,122.7z"/>
                </g>
                <g>
                    <path class="st0" d="M88.9,122.2c-1-1.5-2-3.1-2.9-4.6c-0.3-0.5-0.9-0.2-0.6,0.2c1,1.5,2,3.1,2.9,4.6                        C88.6,122.8,89.2,122.7,88.9,122.2L88.9,122.2z"/>
                </g>
                <g>
                    <path class="st0" d="M86.1,122c-0.8-1.1-1.4-2.3-2.2-3.5c-0.3-0.4-0.8-0.1-0.5,0.4c0.8,1.1,1.4,2.3,2.3,3.5                        C85.9,122.8,86.4,122.4,86.1,122L86.1,122z"/>
                </g>
                <g>
                    <path class="st0" d="M83.5,121.3c-0.3-0.3-0.5-0.8-0.7-1.1c-0.2-0.4-0.4-0.8-0.7-1.1c-0.4-0.4-0.9,0-0.5,0.4                        c0.3,0.3,0.5,0.8,0.7,1.1c0.2,0.4,0.4,0.8,0.7,1.1C83.3,122,83.8,121.7,83.5,121.3L83.5,121.3z"/>
                </g>
                <g>
                    <path class="st0" d="M80.7,121.7c-0.2-0.2-0.5-0.8-0.7-1.1c-0.2-0.4-0.5-0.8-0.8-1.1c-0.4-0.4-0.8,0.2-0.4,0.5                        c0.2,0.2,0.5,0.8,0.7,1.1c0.2,0.4,0.5,0.8,0.8,1.1C80.8,122.5,81.1,122,80.7,121.7L80.7,121.7z"/>
                </g>
            </g>
            <g>
                <path class="st0" d="M93.8,117.4c1.2,1.7,2.6,3.1,3.8,4.7c0.3,0.4,0.9,0.2,0.6-0.2c-1.2-1.7-2.6-3.2-3.8-5                    C94.1,116.7,93.5,117,93.8,117.4L93.8,117.4z"/>
            </g>
            <g>
                <path class="st0" d="M101.9,122.5c-1-1.4-2-2.7-3-4.1c-0.3-0.4-0.8-0.1-0.5,0.4c1,1.4,2,2.7,3,4.1                    C101.6,123.3,102.2,122.9,101.9,122.5L101.9,122.5z"/>
            </g>
            <g>
                <path class="st0" d="M104.6,122.2c-0.8-1.3-1.9-2.4-2.7-3.7c-0.3-0.4-0.9-0.2-0.6,0.2c0.8,1.3,1.9,2.4,2.7,3.7                    C104.3,122.8,104.9,122.7,104.6,122.2L104.6,122.2z"/>
            </g>
            <g>
                <path class="st0" d="M105.7,121.1c-0.8-1.1-1.1-2.2-1.9-3.2c-0.3-0.4-0.9-0.2-0.6,0.2c0.8,1.1,1.1,2.2,1.9,3.2                    C105.4,121.6,106,121.5,105.7,121.1L105.7,121.1z"/>
            </g>
            <g>
                <path class="st0" d="M109.5,118.3c-0.2-0.3-0.5-0.5-0.6-0.8c-0.2-0.5-0.8-0.2-0.6,0.2c0.2,0.3,0.5,0.5,0.6,0.8                    C109.1,118.9,109.7,118.8,109.5,118.3L109.5,118.3z"/>
            </g>
            <g>
                <path class="st0" d="M77.2,120.3c-0.1-0.2-0.2-0.5-0.3-0.7c-0.2-0.5-0.8-0.2-0.6,0.2c0.1,0.2,0.2,0.5,0.3,0.7                    C76.8,120.9,77.4,120.7,77.2,120.3L77.2,120.3z"/>
            </g>
            <g>
                <path class="st0" d="M107.4,119.5c-0.2-0.5-0.8-0.9-1.1-1.4c-0.2-0.5-0.8-0.2-0.6,0.2c0.2,0.5,0.8,0.9,1.1,1.4                    C107,120.1,107.6,119.9,107.4,119.5L107.4,119.5z"/>
            </g>
        </g>
        <g>
            <path class="st0" d="M112.1,118.8c0.2,0.1,0.3-0.2,0.5-0.2c0.1-0.1,0.2-0.2,0.2-0.2l0.1-0.1c0.1-0.1,0.2-0.5-0.1-0.5                c-0.2-0.1-0.3,0.2-0.5,0.2c-0.1,0.1-0.2,0.2-0.2,0.2l-0.1,0.1C111.9,118.3,111.7,118.6,112.1,118.8L112.1,118.8z"/>
        </g>
    </g>
    </svg>
    
        Pleine terre
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Rusticité de la plante">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#231F20;}
    </style>
    <g>
        <g>
            <path class="st0" d="M118.4,53.7l1,2c0.1,0.1,0.2,0.2,0.3,0.1c0.1-0.1,0.2-0.2,0.1-0.3l-1-2l0.8-2.5c0-0.1,0-0.1,0-0.2                c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.3,0-0.3,0.1l-0.7,2l-0.9-1.9l0.6-1.6c0-0.1,0-0.3-0.1-0.3c-0.1,0-0.1,0-0.2,0                c-0.1,0-0.1,0.1-0.1,0.1l-0.4,1.2l-0.7-1.5L117,48c0-0.1,0-0.3-0.1-0.3c-0.1,0-0.3,0-0.3,0.1l-0.2,0.5l-0.3-0.5                c-0.1-0.1-0.2-0.2-0.3-0.1c-0.1,0.1-0.2,0.2-0.1,0.3l0.3,0.5l-0.5-0.2c-0.1,0-0.3,0-0.3,0.1c0,0.1,0,0.3,0.1,0.3l0.9,0.3l0.7,1.5                l-1.2-0.4c-0.1,0-0.2,0-0.2,0c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.2,0.2l1.6,0.6l0.9,1.9l-2-0.7c-0.1,0-0.3,0-0.3,0.1                c0,0.1,0,0.3,0.1,0.3L118.4,53.7z"/>
            <path class="st0" d="M115.6,56.8l-2.1-0.1l-1.1-1.3c-0.1-0.1-0.2-0.1-0.3,0c-0.1,0.1-0.1,0.2,0,0.3l0.8,0.9l-1.6-0.1l-0.6-0.7                c-0.1-0.1-0.2-0.1-0.3,0c-0.1,0.1-0.1,0.2,0,0.3l0.3,0.4l-0.6,0c-0.1,0-0.2,0-0.2,0.1c-0.1,0.1-0.1,0.2,0,0.3                c0,0.1,0.1,0.1,0.2,0.1l0.6,0l-0.4,0.3c-0.1,0.1-0.1,0.2,0,0.3c0.1,0.1,0.2,0.1,0.3,0l0.7-0.6l1.6,0.1l-0.9,0.8                c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.1,0,0.2,0,0.2,0l1.3-1.1l2.1,0.1l-1.6,1.4c-0.1,0.1-0.1,0.2,0,0.3                c0.1,0.1,0.2,0.1,0.3,0l2-1.7l2.2,0.2c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.1-0.2c0-0.1-0.1-0.3-0.2-0.3l-2.2-0.2l-1.7-2                c-0.1-0.1-0.1-0.1-0.2-0.1c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0,0.2,0,0.2L115.6,56.8z"/>
            <path class="st0" d="M119.5,59c-0.1-0.1-0.3-0.1-0.4,0.1l-1.2,1.8l-2.6,0.5c-0.1,0-0.1,0.1-0.2,0.2c0,0.1,0,0.2,0,0.2                c0.1,0.1,0.1,0.1,0.2,0.1l2.1-0.4l-1.2,1.7l-1.7,0.3c-0.1,0-0.1,0.1-0.2,0.2c0,0.1,0,0.2,0,0.2c0.1,0.1,0.1,0.1,0.2,0.1l1.2-0.2                l-0.9,1.4l-0.9,0.2c-0.1,0-0.2,0.1-0.2,0.3c0,0.1,0.1,0.2,0.3,0.2l0.5-0.1l-0.3,0.5c-0.1,0.1,0,0.3,0.1,0.3                c0.1,0.1,0.3,0.1,0.4-0.1l0.3-0.5l0.1,0.5c0,0.1,0.1,0.2,0.3,0.2c0,0,0,0,0.1,0c0.1,0,0.1-0.1,0.1-0.3l-0.2-0.9l0.9-1.4l0.2,1.2                c0,0.1,0.1,0.2,0.3,0.2c0.1,0,0.2-0.1,0.2-0.3l-0.3-1.7l1.2-1.7l0.4,2.1c0,0.1,0.1,0.1,0.2,0.2c0.1,0,0.2,0,0.2,0                c0.1-0.1,0.1-0.1,0.1-0.2l-0.5-2.6l1.2-1.8C119.7,59.2,119.6,59.1,119.5,59z"/>
            <path class="st0" d="M122.7,61.2l-1-2c-0.1-0.1-0.2-0.2-0.3-0.1c-0.1,0.1-0.2,0.2-0.1,0.3l1,2l-0.8,2.5c0,0.1,0,0.2,0,0.2                c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.2-0.2l0.7-2l0.9,1.9l-0.6,1.6c0,0.1,0,0.3,0.1,0.3c0.1,0,0.3,0,0.3-0.1l0.4-1.2l0.7,1.5                l-0.3,0.9c0,0.1,0,0.3,0.1,0.3c0.1,0,0.3,0,0.3-0.1l0.2-0.5l0.3,0.5c0.1,0.1,0.2,0.2,0.3,0.1c0.1-0.1,0.2-0.2,0.1-0.3l-0.3-0.5                l0.5,0.2c0.1,0,0.3,0,0.3-0.1c0-0.1,0-0.3-0.1-0.3l-0.9-0.3l-0.7-1.5l1.2,0.4c0.1,0,0.2,0,0.2,0c0.1-0.1,0.1-0.1,0.1-0.2                c0-0.1-0.1-0.1-0.2-0.2l-1.6-0.6l-0.9-1.9l2,0.7c0.1,0,0.3,0,0.3-0.1c0-0.1,0-0.3-0.1-0.3L122.7,61.2z"/>
            <path class="st0" d="M131,57.2c-0.1-0.1-0.2-0.1-0.3,0l-0.7,0.6l-1.6-0.1l0.9-0.8c0.1-0.1,0.1-0.2,0-0.3c-0.1-0.1-0.2-0.1-0.3,0                l-1.3,1.1l-2.1-0.1l1.6-1.4c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.2,0-0.2,0l-2,1.7l-2.2-0.2                c-0.1,0-0.3,0.1-0.3,0.2c0,0.1,0.1,0.3,0.2,0.3l2.2,0.2l1.7,2c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2,0-0.2                l-1.4-1.6l2.1,0.1l1.1,1.3c0.1,0.1,0.2,0.1,0.3,0c0.1-0.1,0.1-0.2,0-0.3l-0.8-0.9l1.6,0.1l0.6,0.7c0.1,0.1,0.2,0.1,0.3,0.1                c0,0,0,0,0.1,0c0.1-0.1,0.1-0.2,0-0.3l-0.3-0.4l0.6,0c0.1,0,0.3-0.1,0.3-0.2c0-0.1-0.1-0.3-0.2-0.3l-0.6,0l0.4-0.3                C131.1,57.5,131.1,57.3,131,57.2z"/>
            <path class="st0" d="M126.9,49.1l-0.5,0.1l0.3-0.5c0.1-0.1,0.1-0.2,0-0.2c0-0.1-0.1-0.1-0.2-0.1c-0.1,0-0.2,0-0.2,0.1L126,49                l-0.1-0.5c0-0.1-0.1-0.2-0.3-0.2c-0.1,0-0.2,0.1-0.2,0.3l0.2,0.9l-0.9,1.4l-0.2-1.2c0-0.1-0.1-0.2-0.3-0.2c-0.1,0-0.2,0.1-0.2,0.3                l0.3,1.7l-1.2,1.7l-0.4-2.1c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.2,0-0.2,0c-0.1,0.1-0.1,0.1-0.1,0.2l0.5,2.6l-1.2,1.8                c-0.1,0.1-0.1,0.2,0,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1-0.1l1.2-1.8l2.6-0.5c0.1,0,0.2-0.1,0.2-0.3                c0-0.1-0.1-0.2-0.3-0.2l-2.1,0.4l1.2-1.7l1.7-0.3c0.1,0,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.2c-0.1-0.1-0.1-0.1-0.2-0.1l-1.2,0.2                l0.9-1.4l0.9-0.2c0.1,0,0.2-0.1,0.2-0.3C127.1,49.2,127,49.1,126.9,49.1z"/>
            <path class="st0" d="M120.7,55.7C120.7,55.7,120.6,55.7,120.7,55.7c-0.1,0-0.1,0-0.1,0l-1.2,0.6c0,0,0,0,0,0                c-0.1,0-0.2,0.1-0.2,0.2c-0.1,0.1-0.1,0.2-0.1,0.3c0,0,0,0,0,0l-0.1,1.3c0,0.1,0,0.2,0.1,0.3l0.8,0.6c0,0,0.1,0.1,0.1,0.1                c0.1,0.1,0.2,0.1,0.3,0.2c0.2,0.1,0.3,0,0.4,0l1.1-0.5c0,0,0,0,0,0c0,0,0,0,0.1,0c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3                c0,0,0-0.1,0-0.1l0.1-1.2c0-0.1,0-0.2-0.1-0.3l-1.2-0.8C120.8,55.7,120.7,55.7,120.7,55.7L120.7,55.7z M121.6,57l-0.1,1.2l-1,0.5                l-1-0.7l0.1-1.2l1-0.5L121.6,57z"/>
        </g>
        <path d="M116.4,101.7c-0.5-5.9-3-10.6-7.8-13.9c-1-0.7-1.4-1.4-1.3-2.6c0-0.3,0.1-0.4,0.3-0.5c0-0.1,0-0.2,0-0.3c0,0,0-0.1,0-0.1            c0-0.2,0-0.4,0-0.6c-0.1,0-0.1,0-0.2,0v-3.2c0.1,0,0.1,0,0.2,0c0-0.1,0-0.2,0-0.4c0-0.2,0-0.5,0.1-0.7c-0.1,0-0.1,0-0.2,0v-2.8            c0.1,0,0.2,0,0.3,0c-0.1-0.4-0.1-0.7,0-1h-0.2v-2.1c0.1,0,0.2,0,0.3,0c-0.1-0.3-0.1-0.7,0-1.1c-0.1,0-0.2,0-0.3,0v-2.4            c0.1,0,0.2,0,0.4,0c-0.1-0.3-0.1-0.7,0-1c-0.1,0-0.2,0-0.3,0v-3.1c0.1,0,0.2,0,0.3,0c0,0,0-0.1,0-0.1c0-0.1,0-0.3,0-0.4            c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.2c-0.1,0-0.2,0-0.2,0v-2.5c0.1,0,0.1,0,0.2,0c-0.1-0.3-0.1-0.7-0.1-1c0,0-0.1,0-0.1,0v-2.5            c0.1,0,0.2,0,0.2,0c0-0.1,0-0.2,0-0.3c0-0.3,0-0.5,0.1-0.7c-0.1,0-0.2,0-0.3,0v-2.5c0.1,0,0.2,0,0.3,0c-0.1-0.3-0.1-0.7,0-1h-0.2            v-2.7c0.1,0,0.2,0,0.3,0c-0.1-0.3-0.1-0.7,0-1c-0.1,0-0.1,0-0.2,0v-2.7c0.1,0,0.2,0,0.3,0c0-0.3,0-0.7,0-1c-0.1,0-0.2,0-0.3,0v-2.6            c0.1,0,0.2,0,0.3,0c0,0,0,0,0-0.1c-0.1-0.3-0.1-0.6,0-1c-0.1,0-0.2,0-0.3,0c0-0.8,0-1.5,0-2.2c0-2,0-4-0.7-6            c-1.9-4.9-7.6-7.8-12.9-6.6c-5.1,1.2-8.5,5.4-8.5,10.8c0,2.1,0.1,4.2,0.1,6.3C85.7,59.3,85.8,73,86,86.7c0,0.6-0.2,0.9-0.6,1.3            c-5.8,4.6-8,10.7-6.9,17.9c1.6,10.3,11.7,17.4,22,15.7C110.6,119.9,117.1,110.7,116.4,101.7z M99.7,119.1            c-8.1,1.2-16.2-4-18.4-11.9c-1.8-6.6,1-14.6,7-18.1c0.2-0.1,0.4-0.3,0.4-0.6c-0.1-8.2-0.1-16.3-0.2-24.5            c-0.1-7.6-0.2-15.3-0.3-22.9c0-1.3,0-2.6,0.3-3.9c0.7-3.6,3.2-5.6,6.7-6.2c4.5-0.9,8.9,2,9.7,6.5c0.3,1.4,0.2,2.9,0.2,4.3            c-0.1,7.2-0.2,14.3-0.2,21.5c0,0,0,0,0,0c-0.1,7.8-0.2,15.5-0.2,23.3c0,0.4,0,0.8,0,1.1c-0.1,0.7,0.3,1.1,0.9,1.4            c5.5,2.9,8.1,7.7,8.2,13.8C113.9,109.9,108.6,117.7,99.7,119.1z"/>
        <path d="M100.3,77.5c0,5.6,0,11.1,0,16.7c0,0.4,0.1,0.6,0.5,0.8c2.4,1.2,4.3,3,5.1,5.6c1.4,4.8-1.8,9.9-6.8,10.9            c-3.7,0.8-7.6-1.1-9.4-4.3c-1.9-3.4-1.4-7.6,1.2-10.4c0.9-0.9,1.9-1.6,3.1-2c0.3-0.1,0.5-0.3,0.5-0.7c0-10.6,0-21.2,0-31.7            c0-0.6,0-1.2,0-1.8c0.1-1.4,1-2.5,2.3-2.8c1.3-0.3,2.7,0.2,3.4,1.4c0.3,0.5,0.4,1.1,0.4,1.7c0,2.9,0,5.8-0.1,8.6c0,2.7,0,5.3,0,8            C100.4,77.5,100.4,77.5,100.3,77.5z M98.5,98.1c-0.6-0.4-1.1-0.7-1.6-1.1c0.4-0.1,0.7-0.2,1.1-0.4c-0.6-0.2-1-0.4-1.5-0.6            c0.6-0.2,1-0.4,1.6-0.6c-0.6-0.3-1.1-0.5-1.7-0.7c0.5-0.2,1-0.3,1.6-0.5c-0.7-0.2-1.3-0.4-1.8-0.5c0,0,0-0.1,0-0.1            c0.6-0.2,1.1-0.3,1.7-0.5c0,0,0-0.1,0-0.1c-0.8-0.2-1.5-0.3-2.3-0.5c0,0.3,0,0.4,0,0.6c0,1.5-0.1,3.1-0.1,4.6            c0,0.3-0.1,0.5-0.4,0.7c-0.9,0.4-1.5,1.1-1.8,2c-0.4,1.3,0,2.7,1.2,3.5c1.1,0.7,2.6,0.7,3.5-0.1c1-0.8,1.3-2.3,0.7-3.6            c-0.4-0.8-1-1.3-1.9-1.7C97.4,98.4,97.9,98.3,98.5,98.1z M98,61.1c-0.6-0.2-1.3,0-1.9-0.4c1-0.6,2.1-0.6,3.2-0.7            c-0.5-1-1.5-1.4-2.5-1c-1,0.4-1.5,1.6-1.1,2.7C96.4,61.5,97.2,61.3,98,61.1z M97.9,91.9C97.9,91.8,97.9,91.8,97.9,91.9            c-0.7-0.2-1.4-0.4-2-0.5c0,0,0-0.1,0-0.1c0.7-0.2,1.4-0.4,2.2-0.7c-0.9-0.2-1.7-0.3-2.5-0.5c0,0.9,0,1.6,0,2.5            C96.3,92.3,97.1,92.1,97.9,91.9z M98.2,85.4c-0.9-0.2-1.8-0.3-2.6-0.4c0,0.8,0,1.6,0,2.4c0.8-0.2,1.6-0.4,2.4-0.6c0,0,0-0.1,0-0.1            c-0.7-0.2-1.5-0.3-2.2-0.5c0,0,0-0.1,0-0.1C96.5,85.8,97.3,85.6,98.2,85.4z M98.6,105.3c1.6-0.4,2.6-2.5,1.8-3.7            C100.4,103.1,99.7,104.3,98.6,105.3z M95.5,90c0.9-0.2,1.7-0.4,2.5-0.7c0,0,0-0.1,0-0.1c-0.8-0.2-1.7-0.3-2.5-0.5            C95.5,89.2,95.5,89.5,95.5,90z M98,88C98,88,98,88,98,88c-0.8-0.2-1.6-0.4-2.5-0.6c0,0.4,0,0.8,0,1.2C96.4,88.5,97.2,88.2,98,88z             M95.5,77.1c0,0.4,0,0.8,0,1.2c0.8-0.2,1.6-0.5,2.4-0.7c0,0,0-0.1,0-0.1C97.1,77.4,96.3,77.3,95.5,77.1z M98.1,84.1            c-0.9-0.2-1.7-0.3-2.5-0.5c0,0.4,0,0.8,0,1.2C96.4,84.6,97.2,84.4,98.1,84.1z M95.5,82.3c0.9-0.3,1.7-0.5,2.6-0.8            c-0.9-0.2-1.7-0.3-2.6-0.4C95.5,81.5,95.5,81.9,95.5,82.3z M95.5,79.7c0.9-0.3,1.7-0.5,2.6-0.8c-0.9-0.1-1.7-0.3-2.6-0.4            C95.5,78.9,95.5,79.2,95.5,79.7z M98,80.3C98,80.2,98,80.2,98,80.3c-0.8-0.2-1.6-0.3-2.4-0.4c0,0.4,0,0.7,0,1.1            C96.4,80.7,97.2,80.5,98,80.3z M95.6,82.5c0,0.4,0,0.7,0,1c0.8-0.2,1.6-0.4,2.3-0.6c0-0.1,0-0.1,0-0.2            C97.1,82.7,96.4,82.6,95.6,82.5z M95.5,66.7c0.8-0.2,1.6-0.5,2.5-0.7c-0.9-0.2-1.7-0.3-2.5-0.4C95.5,66,95.5,66.3,95.5,66.7z             M97.9,72.5C97.9,72.4,97.9,72.4,97.9,72.5c-0.8-0.2-1.6-0.3-2.4-0.5c0,0.4,0,0.7,0,1.1C96.4,72.9,97.1,72.7,97.9,72.5z M95.5,71.8            c0.8-0.2,1.6-0.4,2.3-0.7c0,0,0-0.1,0-0.1c-0.8-0.1-1.5-0.2-2.3-0.4C95.5,71.1,95.5,71.4,95.5,71.8z M95.5,65.4            c0.8-0.2,1.5-0.4,2.3-0.7c-0.9-0.2-1.6-0.3-2.3-0.4C95.5,64.7,95.5,65,95.5,65.4z M95.6,66.9c0,0.4,0,0.7,0,1.1            c0.8-0.2,1.5-0.5,2.4-0.7C97,67.2,96.3,67,95.6,66.9z M97.9,76.3C97.9,76.3,97.9,76.3,97.9,76.3c-0.8-0.2-1.5-0.3-2.4-0.5            c0,0.4,0,0.7,0,1.1C96.3,76.7,97.1,76.5,97.9,76.3z M98,74.9c-0.9-0.2-1.7-0.3-2.4-0.4c0,0.4,0,0.7,0,1.1            C96.3,75.4,97.1,75.2,98,74.9z M97.8,69.9c0,0,0-0.1,0-0.1c-0.7-0.1-1.5-0.2-2.2-0.4c0,0.4,0,0.7,0,1C96.3,70.3,97,70.1,97.8,69.9z             M98,73.7c-0.9-0.2-1.6-0.3-2.4-0.5c0,0.4,0,0.7,0,1.1C96.3,74.1,97.1,73.9,98,73.7z M97.7,68.6C97.7,68.6,97.7,68.6,97.7,68.6            c-0.7-0.2-1.4-0.3-2.2-0.4c0,0.4,0,0.7,0,1.1C96.3,69.1,97,68.8,97.7,68.6z M95.5,64.2c0.8-0.2,1.5-0.4,2.4-0.7            c-0.9-0.2-1.6-0.3-2.4-0.4C95.5,63.5,95.5,63.8,95.5,64.2z M95.5,61.9c0,0.3,0,0.7,0,1c0.7-0.2,1.4-0.4,2.2-0.6            C96.9,62.1,96.3,62,95.5,61.9z M94.5,96.2c-0.4,0.2-0.6,0.3-0.8,0.3c0.2,0.3,0.3,0.6,0.4,0.9C94.7,97.2,94.3,96.7,94.5,96.2z             M89.9,101.2c0.2,0,0.4,0.1,0.5,0.1c0.3,0,0.4-0.1,0.3-0.3c-0.1-0.3-0.2-0.6-0.3-1.1C90.2,100.4,90,100.7,89.9,101.2z M91.8,97.7            c1,0.1,1.1,0,1-0.9C92.5,97.1,92.2,97.4,91.8,97.7z M101.8,96.9c-0.4-0.3-0.7-0.5-1.1-0.7c0,0.4,0,0.7,0.1,0.9            C101.1,97.1,101.4,97,101.8,96.9z M97.8,108c0,0,0.1-0.1,0.1-0.1c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1,0-0.1,0-0.2,0            c-0.1,0.2-0.2,0.4-0.2,0.6C97.5,107.9,97.7,107.9,97.8,108z"/>
        <path d="M90.6,39.6c0.6,0,1.1,0,1.6,0c1.5,0,3,0,4.5,0.1c0.3,0,0.6,0,0.6,0.4c0,0.4-0.3,0.6-0.6,0.6c-1,0-2,0-2.9,0            c-1.1,0-2.1,0-3.2,0c0,0.5,0,0.9,0,1.5c0.6,0,1.2,0,1.9,0c0.5,0,1,0,1.5,0.1c0.2,0,0.3,0.3,0.5,0.4c-0.2,0.2-0.3,0.4-0.5,0.5            c-0.4,0.1-0.8,0.1-1.2,0.1c-0.7,0-1.4,0-2.2,0c0,0.8,0,1.5,0,2.3c0.2,0,0.4,0,0.6,0c1.6,0,3.2,0,4.8,0c0.2,0,0.5,0,0.7,0.1            c0.2,0.1,0.4,0.3,0.4,0.5c0,0.1-0.2,0.4-0.4,0.4c-0.3,0.1-0.7,0.1-1.1,0.1c-1.5,0-3,0-4.5,0c-0.2,0-0.4,0-0.6,0c0,0.7,0,1.3,0,1.9            c0.5,0,1,0,1.4,0c0.3,0,0.6,0,0.8,0.1c0.2,0.1,0.4,0.3,0.6,0.5c-0.2,0.2-0.4,0.5-0.6,0.5c-0.6,0.1-1.2,0.1-1.8,0.1            c-0.5,0-0.6,0.1-0.6,0.6c0,0.6,0,1.2,0,1.9c0.9,0,1.7,0,2.6,0c0.9,0,1.8,0,2.7,0c0.3,0,0.8,0,0.8,0.5c0,0.5-0.4,0.6-0.8,0.6            c-1.2,0-2.5,0-3.7,0c-0.4,0-0.8,0-1.1,0c-0.1,0-0.3,0.2-0.3,0.3c0,0.9,0,1.9,0,2.8c0.5,0,1,0,1.5,0c0.4,0,0.7,0,1.1,0.1            c0.2,0,0.4,0.3,0.4,0.5c0,0.2-0.3,0.4-0.4,0.5c-0.6,0.1-1.1,0.1-1.7,0.1c-0.3,0-0.5,0-0.9,0c0,1.6,0,3.2,0,4.9c0.5,0,1,0,1.5,0            c0.3,0,0.5,0,0.8,0c0.4,0.1,0.8,0.1,0.8,0.6c0,0.5-0.4,0.5-0.8,0.5c-0.7,0-1.5,0-2.2,0c0,1.5,0,2.9,0,4.4c0.5,0,1-0.1,1.5-0.1            c0.3,0,0.5,0,0.8,0.1c0.2,0.1,0.4,0.3,0.4,0.5c0,0.2-0.2,0.5-0.4,0.5c-0.4,0.1-0.9,0.1-1.4,0.1c-0.3,0-0.6,0-1,0c0,1.5,0,3,0,4.5            c0.4,0,0.7,0,1.1,0c0.4,0,0.8,0,1.2,0.1c0.2,0.1,0.5,0.3,0.5,0.5c0,0.1-0.3,0.4-0.5,0.5c-0.5,0.1-1.1,0.1-1.6,0.1            c-0.2,0-0.4,0-0.7,0c0,1.4,0,2.8,0,4.3c0.4,0,0.8,0,1.2,0c0.4,0,0.8,0,1.2,0.1c0.2,0.1,0.4,0.3,0.4,0.5c0,0.1-0.3,0.4-0.4,0.4            c-0.6,0.1-1.1,0.1-1.7,0.1c-0.2,0-0.4,0-0.7,0c0,1.5,0,3,0,4.6c0.3,0,0.6,0,1,0c0.4,0,0.8,0,1.2,0.1c0.3,0,0.6,0.2,0.6,0.5            c0,0.2-0.4,0.4-0.6,0.4c-0.5,0.1-1,0-1.4,0c-0.2,0-0.4,0-0.7,0c0,0.2,0,0.4,0,0.6c0,1.2,0,2.4,0,3.6c0,0.2-0.2,0.4-0.3,0.6            c-0.2-0.2-0.5-0.3-0.6-0.5c-0.1-0.3-0.1-0.6-0.1-0.9c0-8.3-0.1-16.7-0.1-25c0-7,0-14.1,0.1-21.1c0-0.9,0-1.8,0.1-2.7            c0.5-3.4,3.7-6.1,7.3-6.1c4.2,0,7.4,3.3,7.4,7.6c-0.1,5.8-0.2,11.6-0.2,17.4c-0.1,7.6-0.1,15.3-0.2,22.9c0,3.1-0.1,6.2-0.1,9.4            c0,0.4,0.1,0.6,0.4,0.9c2.2,1.6,4,3.5,5,6.1c2.8,7.4-1.7,15.4-9.5,16.8c-6.9,1.2-13.6-3.8-14.3-10.8c-0.5-4.8,1.2-8.7,5.1-11.6            c0.5-0.3,1-0.6,1.6-0.8c0.2-0.1,0.6,0.1,0.6,0.2c0.1,0.2,0,0.5-0.2,0.7c-0.2,0.2-0.5,0.4-0.7,0.5c-4.1,2.4-6,7.1-5,11.9            c1,4.6,4.7,8.1,9.3,8.7c7.1,0.9,13-4.6,12.7-11.7c-0.2-3.6-1.8-6.4-4.6-8.6c-1.7-1.3-1.6-0.9-1.5-3.1c0.1-8.1,0.1-16.2,0.2-24.2            c0.1-8,0.2-15.9,0.3-23.9c0-1.1,0-2.3-0.5-3.4c-1-2.3-2.7-3.6-5.2-3.8c-2.4-0.2-4.3,0.9-5.6,2.8C91.2,38.5,90.9,39,90.6,39.6z"/>
        <path d="M85.1,111.9c-0.1-0.1-0.2-0.3-0.3-0.4c-2.1-2.7-2.9-5.7-2.7-9.1c0.1-2,0.5-3.9,1.4-5.8c0.1-0.2,0.2-0.6,0.6-0.4            c0.4,0.2,0.4,0.5,0.2,0.8c-0.8,1.7-1.2,3.5-1.3,5.4c-0.2,3.1,0.3,6.1,1.9,8.8C85,111.4,85.1,111.6,85.1,111.9            C85.2,111.8,85.1,111.8,85.1,111.9z"/>
        <path d="M112.5,103.2c-0.2,2.9-1.1,5.5-2.7,7.9c-0.4,0.6-0.9,1-1.3,1.5c-0.1,0.1-0.4,0.1-0.6,0.1c0-0.2,0-0.4,0.1-0.6            c0.2-0.3,0.4-0.6,0.6-0.8c2-2.4,3-5.2,3.1-8.3c0-0.3,0-0.6,0-0.9c0-0.1,0.2-0.3,0.2-0.4c0.1,0.1,0.3,0.2,0.4,0.4            C112.5,102.4,112.5,102.8,112.5,103.2z"/>
        <path d="M95.8,116.8c0.3,0,0.6-0.1,0.8-0.1c3.1,0.3,5.9-0.6,8.5-2.3c0.1-0.1,0.3-0.2,0.4-0.3c0.1,0,0.3,0,0.4,0c0,0.1,0,0.3,0,0.4            c-0.1,0.2-0.3,0.3-0.5,0.5c-2.6,1.8-5.4,2.8-8.7,2.4c-0.3,0-0.7-0.2-1-0.3C95.8,117,95.8,116.9,95.8,116.8z"/>
        <path d="M97.4,31.8c1.7,0.1,2.9,0.7,3.8,1.9c0.1,0.1,0.2,0.3,0.2,0.4c0,0.2,0,0.4-0.2,0.5c-0.1,0.1-0.3,0-0.5,0            c-0.3-0.2-0.5-0.4-0.7-0.7c-0.6-0.6-1.3-1.1-2.3-1.1c-0.1,0-0.2,0-0.4,0c-0.3-0.1-0.8,0-0.7-0.5C96.9,32,97.3,31.8,97.4,31.8z"/>
        <path d="M107.2,93.2c-0.2,0.1-0.5,0.2-0.5,0.1c-0.7-0.6-1.3-1.2-1.9-1.8c-0.1-0.1,0-0.4,0-0.6c0.2,0,0.4,0,0.5,0.1            c0.6,0.5,1.1,1,1.6,1.5C107,92.6,107.1,92.8,107.2,93.2z"/>
        <path d="M92.3,89.4c-0.3,0.5-0.5,0.9-0.7,1.4c0,0.1-0.3,0.1-0.3,0.1c-0.1-0.1-0.4-0.3-0.3-0.4c0.2-0.5,0.3-1.1,0.6-1.6            c0-0.1,0.4-0.1,0.5-0.1C92.1,88.9,92.2,89.1,92.3,89.4z"/>
        <path d="M84.5,94.3c0.4-0.5,0.8-1,1.2-1.4c0.1-0.1,0.4-0.1,0.5,0c0.1,0.1,0.1,0.3,0.1,0.4c-0.3,0.5-0.6,1-1,1.4            c-0.1,0.1-0.3,0.1-0.5,0C84.7,94.8,84.7,94.6,84.5,94.3z"/>
        <path d="M89.7,90.7c0,0.5-1,1.3-1.3,1.1c-0.1-0.1-0.3-0.5-0.2-0.6c0.3-0.3,0.7-0.6,1.1-0.8C89.3,90.4,89.5,90.7,89.7,90.7z"/>
    </g>
    </svg>
    
        Gélif
    </div>
    
    
    
    <div class="product_caracs-icons-item" data-tooltip="Durée entre le semis et la récolte">
        <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
    <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
         viewbox="0 0 191.4 150" style="enable-background:new 0 0 191.4 150;" xml:space="preserve">
    <style type="text/css">
        .st0{fill:#1E1E1C;}
    </style>
    <g>
        <path id="Tracé_689" class="st0" d="M98.2,120.1c-0.5,0-1.1,0-1.6,0c0,0,0,0,0,0c0,0,0,0.1,0.1,0.1c0.5,0.2,1.1,0.3,1.6,0.2            c0.1,0,0.1-0.1,0.2-0.1C98.3,120.3,98.3,120.1,98.2,120.1z M100.6,114.7c0.1-0.5,0.2-1,0.3-1.5c0.1-0.6,0.2-1.2,0.3-1.9            c0.1-0.5,0.2-1,0.3-1.5c0.1-0.6,0.2-1.2,0.2-1.8c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.5,0.1-0.7c0.1-0.7,0.1-1.3,0.2-2            c0-0.1,0.1-0.2,0.1-0.2c0-0.2,0.1-0.3,0.1-0.5c0.1-0.8,0.1-1.5,0.2-2.3c0,0,0,0,0,0c0.1-0.6,0.1-1.3,0.2-1.9c0-0.1,0-0.3,0.1-0.4            c0.1-0.5,0.3-1,0.4-1.6c0.1-0.4-0.1-0.5-0.4-0.4c-0.5,0.1-1,0.3-1.5,0.4c-0.6,0.1-1.2,0.3-1.6,0.7c-0.6-0.3-1.3-0.2-1.8,0.1            c0.3,0,0.5,0,0.7,0c0.2,0,0.5,0,0.5,0.4c1-0.1,2.1-0.2,3.1-0.5c0,0,0-0.1,0-0.1l-0.5-0.2c0.1-0.1,0.2-0.1,0.3-0.2            c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.3,0,0.4,0c0,0.1,0.1,0.3,0,0.4c-0.1,0.6-0.3,1.2-0.3,1.7c-0.1,0.5-0.2,1-0.2,1.5            c-0.2,0.7-0.1,1.5-0.2,2.3c-0.1,0.5-0.1,1.1-0.2,1.6c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.6-0.1,1.2-0.2,1.8            c-0.1,0.7-0.3,1.4-0.4,2.1c0,0,0,0.1,0,0.1c-0.2,0.2-0.2,0.5-0.2,0.8c0,0.1-0.1,0.2-0.2,0.3c-0.4,0-0.8,0-1.2,0            c-0.6-0.1-1.2-0.1-1.8-0.2c-0.1,0-0.2,0-0.4,0l0,0.1c0.1,0.1,0.2,0.1,0.3,0.1c0.9,0.2,1.8,0.3,2.8,0.3c0.1,0,0.1,0.1,0.2,0.1            c0,0.2,0,0.4,0,0.6c-0.1,0.5-0.2,1-0.3,1.5c-0.1,0.5-0.2,0.9-0.3,1.4c-0.1,0.3-0.1,0.6-0.2,0.9c-0.1,0.4-0.2,0.8-0.3,1.2            c-0.1,0.4-0.2,0.9-0.3,1.3c-0.1,0.6-0.3,1.2-0.4,1.7c0,0.1,0,0.3,0,0.4l0.1,0.1c0.1-0.1,0.1-0.2,0.2-0.3c0.2-0.5,0.3-1,0.5-1.5            c0.1-0.4,0.2-0.8,0.3-1.1s0.2-0.7,0.3-1.1c0.1-0.4,0.2-0.9,0.3-1.3C100.5,115.7,100.5,115.2,100.6,114.7L100.6,114.7z M106.1,117.4            c0,0-0.1,0.1-0.1,0.1c0,0.1,0.1,0.2,0.1,0.2c0.2,0,0.3,0.1,0.5,0.1c0.3,0,0.5-0.1,0.8-0.1c0.1,0,0.2-0.2,0.3-0.3            c-0.1-0.1-0.2-0.2-0.3-0.2C107,117.2,106.6,117.3,106.1,117.4L106.1,117.4z M102,119.9c-0.3,0.1-0.5,0.1-0.8,0.2            c-0.3,0.1-0.7,0.2-1,0.2c0.8,0.3,1.7,0.2,2.4-0.1c-0.1-0.3-0.3-0.4-0.6-0.4C102.1,119.9,102,119.9,102,119.9L102,119.9z             M101.5,96.1c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.3,0-0.5,0c-0.6,0-0.9,0.2-0.9,0.8c0,0.1,0.1,0.3,0.2,0.4            c0.1-0.1,0.2-0.2,0.3-0.3c0,0,0,0,0.1-0.1l0.8,0.2c-0.1-0.6-0.1-0.6,0.2-0.7c0,0.1,0,0.2,0,0.3c0.1,0.1,0.3,0.2,0.5,0.3            c0,0,0.2,0,0.2-0.1C101.9,96.5,101.8,96.2,101.5,96.1C101.6,96.1,101.5,96.1,101.5,96.1L101.5,96.1z M114.2,73.5            c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.1,0-0.2,0.1l-1,0.4c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.3-0.2,0.3,0.1            c0,0.3,0.2,0.3,0.4,0.3c0.1,0,0.2,0,0.2,0l-0.1,0.3c0.5,0.2,0.7,0.1,1-0.3l-0.4-0.1v-0.4c-0.1,0-0.3,0-0.4,0.1            c-0.2,0.1-0.4,0.2-0.6-0.1c0.1-0.1,0.2-0.1,0.3-0.1C113.9,73.7,114.1,73.6,114.2,73.5L114.2,73.5z M116.3,92l0.7-1            c-0.4-0.2-0.7,0.1-0.8,0.3c-0.1,0.1-0.1,0.3-0.1,0.5C116,91.9,116.3,92,116.3,92L116.3,92z M113.2,97.5c-0.8,0-1.6,0.2-2.3,0.7            C111.7,98.3,112.5,98,113.2,97.5L113.2,97.5z M108.2,113.7c-0.4,0.1-0.7,0.2-1.1,0.2l0,0.2c0.2,0,0.3,0.1,0.5,0.1            c0.5,0,0.9-0.1,1.4-0.2c0.1,0,0.2-0.2,0.4-0.3c-0.1-0.1-0.3-0.2-0.4-0.1C108.7,113.6,108.4,113.7,108.2,113.7L108.2,113.7z             M82.8,98.5l0-0.1L80,98.7c0,0.4,0.2,0.5,0.5,0.5c0.4,0,0.7,0.2,1.1,0.2c0.4,0,0.7,0,1.1,0l0-0.2L81.7,99v-0.1            C82.1,98.9,82.6,98.9,82.8,98.5L82.8,98.5z M107.8,110.6c0.7,0.2,1.4,0.2,2.1-0.1c0.3-0.1,0.7-0.3,0.9-0.5c0.1,0,0.1-0.1,0.1-0.2            c-0.1,0-0.2-0.1-0.2-0.1c-0.5,0.1-0.9,0.3-1.4,0.4C108.8,110.3,108.3,110.4,107.8,110.6L107.8,110.6z M92.6,70.3            c-0.1-0.1-0.1-0.1-0.2-0.1c-0.3,0.1-0.5,0.2-0.8,0.4c-0.2,0.2-0.5,0.5-0.7,0.7c0.2,0,0.2,0,0.2,0c0.5-0.3,0.9-0.6,1.4-0.9            C92.6,70.5,92.6,70.4,92.6,70.3L92.6,70.3z M94.4,121.9c-0.8,0-1.5-0.1-2.3-0.1c-0.1,0-0.1,0.1-0.2,0.1c0,0.1,0.1,0.1,0.2,0.2            c0.5,0.2,1,0.3,1.5,0.2c0.3,0,0.6-0.1,0.9-0.2c0,0,0-0.1,0-0.1C94.5,121.9,94.5,121.9,94.4,121.9L94.4,121.9z M96.8,98.9            c-0.2,0-0.4,0-0.6,0.1c-0.9,0.2-1.8,0.4-2.7,0.5c-0.5,0.1-1,0.3-1.4,0.6c0.1,0.1,0.2,0.1,0.3,0.2c0.7,0,1.4-0.1,2.1-0.2            c0.7-0.1,1.4-0.1,2-0.2c0.1,0,0.3-0.2,0.2-0.2c0-0.3,0.1-0.3,0.3-0.4C96.9,99,96.9,98.9,96.8,98.9L96.8,98.9z M117.5,91.7            c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.1,0.1-0.2,0.2-0.3c-0.1-0.1-0.1-0.1-0.2-0.1c-0.2,0-0.7,0.4-0.7,0.6c0,0.1,0.1,0.3,0.2,0.4            C117.4,91.9,117.5,91.8,117.5,91.7L117.5,91.7z M92.1,71.7c0.8-0.1,1.4-0.8,2.1-1C93.3,70.5,92.4,70.9,92.1,71.7z M99.3,116.9            c-0.9-0.4-1.8-0.5-2.8-0.4C97.3,117,98.3,117.1,99.3,116.9L99.3,116.9z M93.5,113.6v-0.1c-0.1,0-0.1-0.1-0.2-0.1            c-0.6-0.1-1.2,0-1.7,0.3c-0.1,0-0.2,0.1-0.3,0.1c0-0.1-0.1-0.2-0.1-0.3c0-0.4,0-0.7,0-1.1c-0.1-0.7-0.3-1.4-0.4-2.2            c-0.1-0.5-0.2-1.1-0.2-1.6c-0.1-0.8-0.1-1.5-0.2-2.3c0-0.4,0-0.7,0-1.1h-0.2c-0.1,0.7-0.2,1.4-0.2,2.1c0,0.6,0.1,1.2,0.2,1.7            c0,0.3,0,0.6,0.1,0.8c0.1,0.7,0.3,1.3,0.3,2c0.1,0.8,0.2,1.5,0.2,2.3c0.1,1.3,0.2,2.5,0.2,3.8s0,2.5,0,3.8c0,0.2,0.1,0.4,0.1,0.6            c0.1-0.2,0.2-0.4,0.3-0.6c0,0,0-0.1,0-0.1c0-1.3,0-2.6,0-3.9c0-0.8,0-1.6-0.1-2.4c-0.1-0.6,0-1,0.5-1.3c0.3-0.1,0.6-0.2,0.9-0.2            C93,113.7,93.2,113.6,93.5,113.6L93.5,113.6z M96.9,102.1c0.1-0.7,0.2-1.4,0.3-2.1c0-0.2,0-0.5,0-0.7c0-0.2-0.1-0.3-0.3-0.2            c-0.1,0.5-0.2,1-0.2,1.6c0,0,0,0,0,0c-0.1,0.4-0.1,0.9-0.2,1.3c0,0.1,0,0.2,0,0.3c-0.1,0.7-0.3,1.3-0.4,2c-0.1,1.1-0.3,2.2-0.4,3.3            c0,0.2-0.1,0.3-0.3,0.2c-0.2-0.1-0.4-0.1-0.6-0.1c-1,0-2.1,0-3.1-0.1c-0.1,0-0.3,0-0.4,0.1l0,0.1c0.1,0,0.2,0,0.4,0.1            c0.2,0,0.4,0,0.7,0c0.4,0,0.9,0.1,1.3,0.2c0.3,0,0.5,0,0.8,0.1c0.3,0.2,0.7,0.2,1,0c0.2-0.2,0.4-0.1,0.3,0.2            c-0.1,0.8-0.1,1.6-0.2,2.4c0,0.4,0,0.9-0.1,1.3c0,0.2,0,0.5-0.1,0.6c-0.2,0.1-0.5,0.1-0.7,0.1c-0.6,0-1.2,0-1.8-0.2            c-0.4-0.1-0.8-0.1-1.2,0l0,0.1c0.2,0.1,0.4,0.1,0.6,0.2c0.4,0.1,0.9,0.2,1.3,0.3c0.5,0,1,0,1.5,0c0.1,0,0.3,0.1,0.3,0.2            c0,0.7,0,1.4,0,2.1c0,0.6-0.1,1.3-0.2,1.9c0,0.5-0.1,0.6-0.6,0.6c-0.7,0-1.4,0-2.1,0c-0.1,0-0.2,0-0.3,0.1v0.1            c0.2,0,0.4,0.1,0.6,0.1c0.7,0,1.3,0,2,0c0.1,0,0.2,0,0.3,0.1c0.2,0.4,0.1,0.8-0.3,1c0,0,0,0-0.1,0c-0.3,0.1-0.3,0.2-0.1,0.4            c0.1,0.1,0.2,0.2,0.3,0.3c0.2,0.1,0.4,0.3,0.3,0.6c0,0.1,0.1,0.2,0.1,0.3h0.2c0.1-0.4,0.2-0.8,0.2-1.3c0-0.8,0-1.5,0.1-2.3            c0.1-1.2,0.3-2.4,0.3-3.6c0.1-1.5,0-3,0.2-4.4c0.1-1.2,0.2-2.4,0.2-3.6c0-0.1,0-0.3,0-0.4C96.7,104.3,96.8,103.2,96.9,102.1            L96.9,102.1z M95.3,103.4c-1.2-0.1-2.4,0-3.5,0.2C92.9,103.9,94.1,103.8,95.3,103.4L95.3,103.4z M83.4,114.2            c-0.8-0.1-1.5-0.1-2.3-0.2c-0.3,0-0.5,0-0.8,0c0,0,0,0.1,0,0.1c0,0,0.1,0.1,0.1,0.1c0.4,0.1,0.8,0.2,1.2,0.2c0.2,0,0.4,0.1,0.6,0.1            c0.2,0,0.4,0.1,0.6,0.1c0.2,0,0.5,0,0.7,0.1c0.1,0,0.2-0.1,0.4-0.1c-0.1-0.1-0.1-0.2-0.2-0.3C83.6,114.2,83.5,114.2,83.4,114.2            L83.4,114.2z M97,99.1L97,99.1L97,99.1L97,99.1L97,99.1z M87.5,120.2c-0.3-0.8-0.6-1.7-0.9-2.5c-0.2-0.6-0.3-1.2-0.5-1.8            c-0.2-0.5-0.3-1-0.5-1.5c-0.3-0.7-0.6-1.5-0.8-2.2c-0.2-1.2-0.4-2.5-0.5-3.7c-0.1-1.1-0.1-2.2-0.3-3.2c-0.1-1.2-0.3-2.3-0.5-3.5            c-0.1-0.6-0.1-1.3,0-1.9c0-0.2,0-0.4,0-0.6c0-0.1-0.1-0.2-0.2-0.2c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.8-0.1,1.5-0.1,2.3            c0,0.9,0.2,1.7,0.3,2.6c0.1,1,0.1,2.1,0.2,3.1c0.1,0.8,0.1,1.5,0.2,2.3c0.1,0.7,0.2,1.4,0.4,2.1c0.1,0.4,0.1,0.8,0.2,1.2            c0.1,0.4,0.2,0.8,0.3,1.2c0.2,0.6,0.5,1.2,0.7,1.9c0.2,0.5,0.3,1,0.4,1.4c0.1,0.4,0.3,0.8,0.4,1.2c0.2,0.5,0.3,1,0.5,1.6            c0.2,0.6,0.3,1.2,0.5,1.8c0.1,0.4,0.3,0.9,0.4,1.3l0.2,0c0-0.1,0-0.2,0-0.3c-0.1-0.5-0.1-1-0.2-1.4            C87.7,120.9,87.6,120.5,87.5,120.2L87.5,120.2z M88.3,120.2c-0.1,0-0.2,0-0.3,0l0,0.1c0.1,0.1,0.2,0.1,0.3,0.2            c0.7,0.2,1.4,0.2,2.1,0.1c0.1,0,0.1,0,0.1-0.1c0.1-0.1,0.1-0.2,0.2-0.3c-0.1,0-0.2-0.1-0.3-0.1C89.7,120.2,89,120.2,88.3,120.2            L88.3,120.2z M120.7,89.6c0.1,0.2,0.3,0.3,0.4,0.4c0.1-0.2,0.2-0.3,0.2-0.5c-0.1-0.3,0.1-0.4,0.3-0.4c0.1,0,0.2,0,0.3-0.1            c0.1,0,0.2-0.1,0.2-0.2c0-0.1-0.1-0.2-0.1-0.3c-0.2,0-0.4-0.1-0.5,0c-0.3,0.2-0.5,0.5-0.7,0.7C120.8,89.4,120.7,89.6,120.7,89.6            L120.7,89.6z M64.3,76c0,0.1,0.2,0.2,0.2,0.3c0.1-0.1,0.1-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.3,0.2-0.5            C64.5,75.4,64.2,75.7,64.3,76L64.3,76z M68.6,74.5c0,0,0.1,0,0.1-0.1c0.2-0.2,0.3-0.4,0.5,0c0.1,0.1,0.3,0.2,0.5,0.1            c0,0,0.1-0.1,0.1-0.1c0.2-0.2,0.4-0.5,0.5-0.7c0-0.1,0.1-0.3,0.1-0.4c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.2-0.5,0.4-0.7,0.5l-0.1-0.1            l0.5-0.7l-0.1-0.1c-0.1,0-0.3,0.1-0.4,0.2c-0.2,0.2-0.4,0.3-0.7,0.5C68.6,73.9,68.3,74.2,68.6,74.5L68.6,74.5z M68.6,73.6            L68.6,73.6L68.6,73.6L68.6,73.6L68.6,73.6L68.6,73.6z M125.2,85.1c0.2-0.7,0.2-1.5,0.1-2.2c0-0.1,0-0.3,0-0.4c0-0.5-0.2-1-0.5-1.4            c-0.2-0.3-0.3-0.6-0.4-0.9c0-0.1,0-0.2,0-0.3c-0.4-1-1.1-1.9-2-2.5c-0.4-0.2-0.7-0.5-1.1-0.8c-0.5-0.4-0.9-0.9-1.4-1.4            c-0.3-0.3-0.6-0.5-1-0.7c-0.5-0.1-0.9-0.4-1.3-0.8c-0.5-0.6-1.1-1.1-1.8-1.4c-0.5-0.3-1.1-0.5-1.7-0.7c-0.7-0.1-1.3-0.3-1.9-0.7            c-0.1-0.1-0.3-0.1-0.4-0.2c-0.8-0.3-1.6-0.5-2.4-0.6c-0.1,0-0.2-0.1-0.2-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.3-0.1-0.7-0.1-1-0.1            c-0.1,0-0.2-0.1-0.4-0.1c-0.5,0-1.1-0.1-1.6-0.4c-0.1,0-0.2,0-0.3,0c-0.1,0-0.3,0-0.4-0.1c-0.2,0-0.4-0.1-0.6-0.1            c-0.2,0-0.3,0-0.5,0c-0.7-0.3-1.4,0-2.1-0.4c-0.3-0.1-0.7-0.2-1-0.3c-0.3-0.1-0.4-0.3-0.4-0.6c0-0.3,0-0.5-0.1-0.8            c-0.1-0.7-0.3-1.3-0.4-2c-0.1-0.6-0.1-1.3-0.2-1.9c-0.1-0.6-0.3-1.2-0.3-1.8c-0.1-0.9-0.2-1.7-0.5-2.6c0,0,0-0.1,0-0.1            c-0.1-0.5-0.1-1-0.2-1.5c0-0.3-0.1-0.6-0.2-1c-0.1-0.5-0.3-0.9-0.4-1.3c-0.1-0.5-0.3-1-0.4-1.5c-0.2-0.7-0.3-1.3-0.4-2            c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.4-0.3-0.7-0.4-1.1s-0.2-0.7-0.3-1.1c-0.2-0.5-0.3-1-0.5-1.5c-0.3-0.9-0.5-1.7-0.9-2.6            c-0.3-0.9-0.8-1.7-1.2-2.6c-0.1-0.2-0.2-0.5-0.3-0.7c-0.5-0.8-1-1.5-1.5-2.3c-0.4-0.5-0.8-1-1.2-1.5c-0.1-0.2-0.3-0.4-0.4-0.5            c-0.7-0.7-1.3-1.5-2-2.1c-0.6-0.5-1.3-1-2.1-1.2c-1-0.4-2-0.5-3-0.6c-0.1,0-0.1,0-0.2,0c-1.1-0.1-2.3,0.1-3.3,0.6            c-0.2,0.1-0.3,0.2-0.4,0.3c-0.2,0.5-0.4,1.1-0.7,1.6c-0.1,0.3-0.2,0.6-0.3,0.9c-0.1,0.3-0.2,0.6-0.3,0.9c-0.1,0.3-0.2,0.7-0.2,1            c-0.2,0.9-0.4,1.7-0.5,2.6C77,41.5,77,42.2,77,42.9c0,0.6,0,1.3,0,1.9c0,0.9,0,1.8,0,2.7c0.1,1.2,0.2,2.5,0.3,3.7            c0.1,0.6,0.1,1.2,0.2,1.9c0.1,0.9,0.3,1.7,0.4,2.6c0.1,0.7,0.1,1.5,0.2,2.2c0.1,1,0.1,2,0.2,3.1c0.1,0.7,0.1,1.4,0.2,2.1            c0,0,0,0.1,0,0.1c0.1,0.6,0.3,1.3,0.4,1.9c0.1,0.6,0.1,1.1,0.2,1.7c0,0.1,0.1,0.2,0.1,0.2c0.1,0.3,0.1,0.6,0.2,0.9            c0,0.1,0,0.3,0,0.4c0.1,0.9,0.2,1.7,0.3,2.6c0,0.1,0,0.2,0,0.3c0,0.1,0,0.1,0,0.2c0.2,0.4,0.1,0.7-0.3,0.8c-0.1,0-0.1,0.3-0.2,0.4            c0.1,0,0.2,0,0.4,0c0,0,0.1,0,0.1,0c0.2,0.4,0.1,0.5-0.2,0.6c-0.3,0-0.6,0-0.8,0.1c-0.4,0-0.8,0.1-1.2,0.2c-0.2,0-0.5,0-0.7,0.1            c-0.5,0.1-1,0.2-1.5,0.3c-0.2,0-0.3,0.1-0.4,0.1c-0.3,0.2-0.8,0.1-1.1-0.2c-0.1-0.2-0.1-0.5-0.2-0.8c0-0.1-0.1-0.2-0.1-0.3            c-0.1,0-0.2,0.1-0.3,0.1c-0.3,0.3-0.3,0.7-0.1,1c0.2,0.2,0.1,0.3-0.1,0.4c-0.3,0.1-0.6,0.1-0.9,0.2c-0.2,0-0.4,0-0.7,0            c-0.5,0.1-1.1,0.2-1.6,0.4c-0.4,0.1-0.7,0.2-1.1,0.3c-0.4,0.2-0.9,0.3-1.4,0.3c-0.2,0-0.3-0.1-0.4-0.3c-0.1-0.2-0.1-0.4-0.2-0.7            c-0.1-0.1-0.2-0.2-0.3-0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.3,0.1,0.6,0.1,0.9c0,0.2-0.1,0.3-0.2,0.3c-0.1-0.2-0.1-0.4-0.2-0.5            c-0.1-0.1-0.3,0-0.4,0l0.2,0.6c0,0-0.1,0.1-0.1,0.1c-0.8,0.3-1.6,0.7-2.4,1c-0.1,0-0.2,0-0.3,0c0-0.1,0-0.2,0-0.3            c0.1-0.2,0.2-0.4,0.4-0.6c0.1-0.1,0.1-0.3,0.2-0.4l-0.1-0.1l-0.8,0.7l0.1-0.5c-0.6,0.1-0.8,0.3-0.9,1.1c0,0.2-0.2,0.4,0.1,0.5            c0.1,0,0.2-0.2,0.3-0.3c0,0,0,0,0.1,0l0.3,0.3c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.2,0.1-0.2,0.1c-0.2,0-0.3,0.1-0.5,0.1            c-0.1-0.2-0.1-0.4-0.1-0.6c0.1-0.3,0.2-0.6,0.3-0.9c0-0.1,0-0.3,0-0.4c-0.1,0-0.3,0-0.4,0.1c-0.3,0.2-0.4,0.6-0.4,1            c0,0.3-0.2,0.6-0.5,0.6c-0.2,0-0.5,0.1-0.7,0.3c-0.3,0.3-0.7,0.4-1,0.3c-0.4-0.1-0.8,0.1-1.1,0.4c-0.2,0.5-0.3,1.1-0.1,1.6            c0.1,0.3,0.1,0.5,0.4,0.7c0.2,0.1,0.1,0.3-0.1,0.4c-0.2,0.1-0.3,0.3-0.4,0.5c0,0.2,0,0.5,0,0.8c-0.1,0-0.2,0-0.3-0.1            c-0.2-0.1-0.5-0.2-0.7-0.3c-0.4-0.1-0.3-0.3-0.2-0.5c0-0.1,0.1-0.2,0.2-0.3l-0.8-0.1l0-0.1c0.2-0.2,0.5-0.3,0.8-0.4            c0.3,0,0.6,0,0.9,0.1c-0.1-0.1-0.1-0.2-0.1-0.3c-0.2-0.8-0.3-1.6-0.1-2.4c0.1-0.5,0.4-0.9,0.7-1.2c0.4-0.3,0.8-0.5,1.3-0.7            c0.2-0.1,0.4-0.2,0.3-0.5c-0.7,0.1-1.3,0.4-1.9,0.8c-0.3,0.4-0.6,0.7-0.9,1.1c-0.1,0.1-0.1,0.2-0.2,0.2c-0.7,0.2-1.3,0.7-1.5,1.4            c-0.2,0.4-0.3,0.8-0.5,1.2c-0.2,0.5-0.2,1.1-0.1,1.6c0.2,0.7,0.3,1.4,0.3,2.1c0,0.5,0.2,0.9,0.4,1.2c0.6,0.8,0.9,1.8,0.8,2.8            c0,0.2,0,0.4,0,0.6c0,1.2,0,2.4,0.1,3.5c0.1,1.2,0.2,2.5,0.3,3.7c0.1,0.7,0.2,1.4,0.3,2.1c0.1,0.5,0.2,1,0.3,1.5            c0.1,0.5,0.2,1,0.3,1.5c0.1,0.3,0.1,0.6,0.2,0.9c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.3,0.2,0.5,0.2,0.8c0.1,0.4,0.1,0.7,0.2,1.1            c0.2,0.5,0.4,1.1,0.5,1.6c0.2,0.7,0.4,1.4,0.7,2c0.3,0.8,0.7,1.6,1,2.4c0.6,1.3,1.4,2.5,2.3,3.5c1,1.1,2.1,2.1,3.3,2.9            c1.2,0.8,2.5,1.5,3.7,2.3c0.8,0.4,1.6,0.8,2.4,1.1c0.6,0.3,1.3,0.5,2,0.7c0.4,0.1,0.9,0.3,1.3,0.4c0.6,0.2,1.1,0.4,1.7,0.6            c0.7,0.2,1.5,0.3,2.3,0.4c0,0,0.1,0,0.1,0c0.4,0.1,0.8,0.3,1.3,0.3c0.6,0.1,1.2,0.2,1.8,0.3c0.7,0.1,1.3,0.3,2,0.4            c0.9,0.1,1.9,0.2,2.8,0.2c1.9,0,3.9-0.1,5.8-0.2c0.1,0,0.1,0,0.2,0c0.8-0.1,1.6-0.3,2.4-0.4c0.6-0.1,1.3-0.1,1.9-0.3            c0.8-0.2,1.7-0.4,2.5-0.5c0.6-0.1,1.3-0.3,1.9-0.4c0.3-0.1,0.6-0.2,0.9-0.3c0.6-0.2,1.2-0.4,1.8-0.5c0.3-0.1,0.6-0.2,0.9-0.3            c1-0.5,1.9-1,2.8-1.6c1.1-0.7,2.2-1.4,3.3-2.1c0.3-0.2,0.6-0.5,0.9-0.8c0.6-0.6,1.3-1.1,1.8-1.8c0.9-1.1,1.8-2.1,2.7-3.3            c0.7-0.9,1.4-1.9,2-2.9c0.5-0.9,1-1.8,1.4-2.7c0.2-0.5,0.5-1,0.7-1.6c0.2-0.5,0.4-1.1,0.5-1.6c0.2-0.7,0.4-1.3,0.5-2            c0.1-0.4,0.2-0.7,0.2-1.1c0.1-0.5,0.3-1,0.3-1.5c0.1-0.6,0.1-1.1,0.2-1.7c0.1-0.3,0.1-0.7,0.2-1c0,0,0-0.1,0-0.1            c0.1-0.4,0.3-0.9,0.4-1.3c0.1-0.5,0.1-0.9,0.2-1.3c0.2-0.8,0.4-1.7,0.4-2.5c0-0.6,0.1-1.2,0.2-1.7c0.1-0.5-0.2-1,0.2-1.4            c0,0,0-0.1,0-0.2c0-0.3-0.1-0.6,0.2-0.8c0-0.1,0-0.1,0-0.2C125,85.5,125.2,85.3,125.2,85.1L125.2,85.1z M55.5,80l-0.1-0.1l0.3-0.4            c0,0.1,0.1,0.2,0.1,0.2C55.7,79.8,55.6,79.9,55.5,80L55.5,80z M120.7,77.7c0.3,0.1,0.6,0.1,0.9,0.2c0,0,0.1,0.1,0.1,0.2            c0,0.1-0.2,0.3-0.2,0.4c0.1,0.2,0.2,0.4,0.4,0.6c0,0,0.1,0.1,0.1,0.1c0,0.2-0.1,0.4-0.1,0.5c0.1,0.2,0.4,0.1,0.6-0.1            c0.4-0.5-0.2-0.3-0.3-0.5c0.3-0.3,0.6-0.3,0.8,0c0.3,0.4,0.5,0.8,0.7,1.3c0.2,0.4-0.1,0.7-0.5,0.7c-0.1,0-0.3,0.1-0.4,0.2            c-0.1,0.1-0.2,0.2-0.3,0.2c-0.2-0.1-0.3-0.2-0.4-0.3c-0.4-0.9-0.7-1.7-1.1-2.6c-0.1-0.2-0.2-0.4-0.4-0.6L120.7,77.7z M121.7,81            c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.3,0.2,0.7,0,1c-0.1,0.1-0.1,0.3-0.1,0.4c0,0.4,0,0.8,0,1.3c-0.2,0.1-0.5,0.2-0.7,0.3            c-0.5,0.1-0.9,0.4-1.1,0.8c-0.5,0.6-0.8,1.2-1.1,1.9c-0.1,0.1-0.2,0.2-0.4,0.2c-0.5-0.1-0.9-0.1-1.4,0.1c-0.6,0.1-1.2,0.3-1.8,0.5            c-0.4,0.2-0.8,0.4-1.2,0.7c-0.2,0.2-0.5,0.3-0.8,0.3c-0.5-0.1-1-0.1-1.5,0c-0.8,0.1-1.6,0.4-2.3,0.9c-0.3,0.3-0.7,0.4-1.1,0.3            c-0.7,0-1.4,0.1-2,0.3c-0.7,0.2-1.5,0.5-2.1,0.9c-0.1,0-0.2,0-0.3,0c-0.8,0-1.6,0-2.4,0.1c-0.5,0.1-1.1,0.3-1.6,0.5            c-0.1,0-0.1,0-0.2,0.1c-0.5,0.4-1.2,0.5-1.8,0.2c-0.1,0-0.2-0.1-0.3-0.1c-0.4,0-0.9,0-1.3,0c-0.6,0.1-1.2,0.2-1.8,0.4            c-0.2,0.1-0.4,0.2-0.6,0.2c-0.1,0-0.3-0.1-0.3-0.2c0-0.3,0.1-0.7,0.1-1c0.1-0.5,0.2-1,0.2-1.4c0-0.1-0.1-0.2-0.2-0.3            c-0.1,0.1-0.2,0.2-0.2,0.2c-0.1,0.7-0.2,1.5-0.3,2.2c0,0.3-0.1,0.5-0.4,0.5c-0.2-0.1-0.4-0.2-0.5-0.4c-0.2-0.6-0.4-1.2-0.6-1.9            c0-0.1,0-0.2,0-0.3c0-0.2-0.1-0.4-0.1-0.6c0-0.1-0.1-0.2-0.1-0.3c0-1.1,0-2.2,0-3.2c0-0.1-0.1-0.2-0.1-0.3            c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.4,0,0.7,0,1.1l-0.1,0c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.4-0.3-0.8-0.4-1.2            c-0.1-0.4-0.3-0.9-0.4-1.3c-0.2-0.6-0.4-1.2-0.6-1.9c0.2,0,0.4,0.1,0.6,0.1c0.5,0,1,0,1.4,0c0.3,0,0.4,0.1,0.3,0.4            C92,82.6,92,83,92,83.4c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.1,0,0.1-0.1c0.1-0.5,0.2-0.9,0.2-1.4c0-0.3,0.1-0.3,0.3-0.3            c0.6,0.1,1.3,0.1,1.9,0.2c0.3,0,0.4,0.1,0.3,0.4c-0.1,0.8-0.2,1.5-0.3,2.3c0,0.1,0,0.2,0.1,0.4l0.1,0c0.1-0.1,0.2-0.2,0.2-0.3            c0.1-0.8,0.1-1.7,0.2-2.5c0-0.2,0.1-0.4,0.3-0.4c0.5,0,0.9,0,1.4,0c0.2,0,0.3,0,0.5,0c0,0,0-0.1,0-0.1c-0.1-0.1-0.2-0.1-0.3-0.1            c-0.2-0.1-0.5-0.1-0.7-0.1c-0.6-0.1-1.3-0.1-1.9-0.1c-0.7,0-1.4,0-2.1-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.3,0.1-0.4            c-0.1,0.1-0.2,0.1-0.3,0.2c-0.2,0.2-0.5,0.4-0.7,0.4c-0.5,0-0.9,0.1-1.4,0.1c-0.2,0-0.4-0.3-0.4-0.4c-0.2-0.8-0.4-1.5-0.6-2.3            c-0.1-0.5-0.1-1-0.2-1.4c-0.1-0.3-0.2-0.6-0.2-0.9c-0.1-0.4-0.2-0.8-0.2-1.3c-0.1-0.8-0.2-1.6-0.3-2.4c0,0,0-0.1,0-0.1            c0,0,0-0.1,0.1-0.1c0.3,0.3,0.6,0.2,0.9,0.1c0.1,0,0.2-0.1,0.2-0.2c0-0.3,0.2-0.4,0.4-0.3c0.3,0,0.7,0,0.7,0.5            c0,0.1,0.2,0.1,0.2,0.1c0.4,0.1,0.9,0.1,1.3,0.1c0.4,0.1,0.8,0.2,1.2,0.3c0.1,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.2,0.2,0.2            c0.6,0.1,1.2,0.1,1.8,0.2c0,0,0,0,0.1,0c0.1-0.4,0.1-0.4,0.5-0.3c0.6,0.1,1.2,0.2,1.8,0.1c-0.5-0.6-1.1-0.3-1.6-0.5            c1.2-0.3,2.5-0.1,3.7,0.4c-0.4,0.3-0.9-0.1-1.2,0.1c0.2,0.3,0.6,0.4,0.9,0.4c0.4-0.1,0.8,0,1.1,0.2c0.1,0,0.1,0,0.2,0            c0.5,0,1.1,0,1.6,0l-0.9-0.3l0-0.1c0.3,0,0.6,0,0.9,0c1,0.2,2,0.4,2.9,0.6c0.9,0.2,1.7,0.3,2.6,0.4c0.5,0.1,1,0.2,1.4,0.4            c0.2,0.1,0.4,0,0.4-0.4c0.7,0.3,1.5,0.5,2.3,0.4c0.4,0,0.8,0.1,1.1,0.2c0.5,0.2,1.1,0.4,1.6,0.5c0.2,0.1,0.4,0.2,0.7,0.2            c1.1,0.3,2.2,0.8,3.3,1.4c0.3,0.2,0.6,0.3,0.9,0.4c0.4,0.1,0.7,0.4,0.9,0.8C120.9,79.4,121.3,80.2,121.7,81L121.7,81z M121.2,88.1            c-0.6,0-1.1,0.4-1.3,0.9c-0.2,0.6-0.2,1.2,0,1.8c0,0.1-0.1,0.2-0.1,0.3c-0.2-0.1-0.4-0.1-0.4-0.2c0-0.4,0-0.8,0.1-1.2            c0-0.1,0.1-0.2,0.1-0.3c0.1-0.3,0.2-0.7,0.2-1c0-0.2,0-0.4-0.1-0.6c-0.1-0.3-0.2-0.5,0-0.8c0.2-0.3,0.3-0.6,0.5-0.9            c0.2-0.5,0.8-0.9,1.3-0.9c0.3,0,0.7,0,1,0c0.6,0.1,1.1,0.7,1.1,1.3c0,1.1-0.5,2.1-1.3,2.8c-0.4,0.4-0.8,0.8-1.2,1.1            c-0.2,0.2-0.5,0.3-0.7,0.5c-0.2,0.1-0.3,0-0.3-0.2c-0.1-0.9,0.3-1.8,1-2.3c0,0,0.1-0.1,0.1-0.1C121.2,88.2,121.2,88.1,121.2,88.1            L121.2,88.1z M115.6,92c-0.1-0.3,0-0.6,0.2-0.8c0.1-0.1,0-0.2,0-0.3c-0.1,0-0.2,0-0.3,0.1c-0.2,0.2-0.3,0.4-0.3,0.7            c0,0.1-0.1,0.2-0.2,0.3c-0.1-0.1-0.2-0.1-0.3-0.2c-0.4-0.4-0.4-1,0.1-1.4c0.1-0.1,0.2-0.2,0.3-0.4c0.2-0.3,0.3-0.5-0.1-0.7            c-0.2-0.1-0.2-0.3,0-0.4c1.1-0.6,2.3-0.9,3.5-0.8c0.6,0,0.7,0.2,0.6,0.8c-0.1,0.5-0.1,0.9-0.1,1.4c0,0.2-0.1,0.5-0.3,0.6            c-0.2,0.2-0.2,0.5-0.2,0.7c-0.2,0.1-0.4,0.3-0.7,0.4c-0.4,0.2-0.8,0.4-1.2,0.5c-0.3,0.1-0.7,0.2-1.1,0.2c-0.2,0-0.3,0-0.5-0.1            c0-0.1,0-0.1,0-0.2l0.7-0.2C115.6,92.3,115.6,92.2,115.6,92L115.6,92z M118.9,91.4l0.6,0.5l-0.8,0.6L118.9,91.4z M112.7,93.3            c-0.2,0.1-0.3,0.2-0.5,0.3c0,0-0.2-0.2-0.2-0.2c0.2-0.4-0.1-0.4-0.4-0.4c-0.1,0-0.2,0-0.2-0.1c-0.1-0.3-0.4-0.2-0.5-0.1            c-0.2,0.2-0.3,0.4-0.3,0.6c0,0.1,0.3,0.2,0.4,0.3c0.1,0,0.2,0.1,0.3,0.1c-0.6,0.5-1.3,0.4-1.5-0.2c-0.1-0.2,0.1-0.5,0.2-0.8            c0-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.3,0.1-0.4c-0.1,0-0.3,0-0.4,0.1c-0.5,0.3-0.7,0.9-0.6,1.5c0,0.2,0.1,0.5-0.2,0.5            c-0.2,0-0.4-0.2-0.4-0.4c0,0,0-0.1,0-0.1c0-0.3,0.1-0.7,0.3-1c0.2-0.6,0.5-1.1,0.8-1.7c0.2-0.5,0.7-0.9,1.3-1.1            c0.8-0.2,1.7-0.3,2.6-0.2c0.4,0,0.3,0.1,0.3,0.5c0,0.6,0,1.1,0,1.7c0,0.1,0.1,0.1,0.1,0.2c0.2,0.5,0.2,0.5-0.4,0.6            c-0.2,0-0.5,0-0.7,0.1c-0.1,0-0.1,0.1-0.2,0.1C112.7,93,112.7,93.2,112.7,93.3L112.7,93.3z M108.2,94.5c0.2,0.2,0.1,0.3-0.1,0.3            c-0.1,0-0.2,0-0.4,0.1c-0.2,0.1-0.3,0.2-0.1,0.4c0.2,0.2,0.1,0.3-0.2,0.4c-0.3,0.1-0.6,0.3-0.9,0.4c-0.3,0.1-0.5,0.2-0.8,0.3            c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1-0.1-0.3-0.2-0.5c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0l-0.1-0.6c0.2,0,0.4,0,0.5,0.1            c0.2,0,0.3,0.2,0.4,0.2c0.2,0,0.3-0.1,0.5-0.1c-0.1-0.1-0.1-0.3-0.2-0.3c-0.5-0.2-0.9-0.5-1.5-0.2c-0.1,0-0.1,0-0.2,0            c0,0,0,0-0.1,0l0.4-1.2c-0.5,0.1-0.8,0.4-0.9,0.9c-0.1,0.2-0.1,0.5-0.2,0.7c0,0.2,0.1,0.5,0.2,0.7c0,0.1,0,0.2-0.1,0.3            c-0.1-0.1-0.3-0.1-0.3-0.2c-0.4-0.7-0.5-1.6-0.4-2.4c0-0.5,0.3-0.9,0.6-1.2c0.2-0.2,0.3-0.5,0.5-0.6c0.2-0.2,0.4-0.3,0.7-0.4            c0.4-0.2,0.8-0.3,1.2-0.4c0.5-0.1,0.9-0.1,1.4-0.1c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3,0c0.1,0.1,0.1,0.2,0,0.3            c-0.2,0.4-0.4,0.8-0.5,1.2c-0.1,0.3-0.2,0.7-0.3,1.1c0,0.1-0.1,0.2-0.1,0.3C108,93.9,108,94.2,108.2,94.5L108.2,94.5z M103.6,96.2            c-0.3,0-0.6,0-0.9,0.1c-0.1,0-0.1,0.1-0.2,0.1c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.3,0.1,0.4,0.1c0,0,0,0.1,0,0.1            c-0.5,0.1-0.9,0.3-1.4,0.4c-0.8,0.2-1.6,0.3-2.4,0.2c-0.4,0-0.5-0.3-0.7-0.6c-0.3-0.6-0.3-1.4,0.1-2c0.3-0.5,0.5-1,0.7-1.5            c0.3-0.5,0.8-0.8,1.3-1c0.9-0.2,1.8-0.3,2.7-0.2c0.1,0,0.3,0.1,0.3,0.2c0,0.1,0,0.2,0,0.4c-0.1,0.3-0.3,0.7-0.3,1.1            C103.6,94.5,103.6,95.3,103.6,96.2L103.6,96.2z M98.1,96.9c0,0.3-0.4,0.5-0.7,0.6c-0.3,0.1-0.5,0.2-0.7,0.3            c-0.1,0.1-0.3,0.2-0.4,0.2c-0.1-0.1-0.2-0.2-0.2-0.4c0,0,0-0.1,0-0.1c-0.5,0-0.5,0-0.6,0.5c0,0.1-0.1,0.2-0.2,0.2            c-0.1,0-0.1,0-0.2-0.1c0-0.1,0-0.2,0-0.3c0.1-0.2,0.2-0.4,0.3-0.6l-0.1-0.1c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0-0.2,0-0.3,0            c0-0.1,0-0.2,0.1-0.3c0-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.2-0.3c-0.1,0-0.3-0.1-0.4-0.1c-0.3,0.1-0.6,0.3-0.8,0.6            c0,0.1-0.1,0.2-0.1,0.3c-0.2-0.3-0.2-0.6,0-0.8c0.1-0.2,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.3c-0.1,0-0.2,0-0.3,0.1            c-0.5,0.3-0.7,0.9-0.7,1.4c0,0.4-0.2,0.5-0.5,0.5c-0.3-0.3,0.1-0.5,0.1-0.7c0.1-0.2,0.1-0.5,0.2-0.7c0.1-0.2,0.2-0.5,0.4-0.6            c0.2-0.2,0.3-0.4,0.3-0.7c0.1-0.7,0.6-1.4,1.3-1.7c0.5-0.3,1.2-0.5,1.8-0.5c0.3,0,0.6,0,1,0s0.6,0,0.9,0c0.3,0,0.4,0.1,0.3,0.4            c-0.1,0.2-0.2,0.5-0.3,0.7c-0.1,0.4-0.2,0.7-0.3,1.1C98.1,95.7,98.1,96.3,98.1,96.9L98.1,96.9z M94.9,98.1h-1.2l0.1-0.6            C94.2,97.4,94.7,97.7,94.9,98.1L94.9,98.1z M92.9,93.4c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0.1c0,0.1-0.1,0.3-0.1,0.4            c-0.2,0.3-0.4,0.6-0.6,0.9C92.8,94.3,93,93.9,92.9,93.4L92.9,93.4z M88.8,70.6c0-0.1-0.1-0.1-0.2-0.1c-0.2,0.1-0.3,0.1-0.5,0.2            c-0.1,0-0.2,0.1-0.2,0.1l0-0.1c0.1-0.1,0.3-0.3,0.4-0.4c0-0.1,0.1-0.2,0.1-0.3c-0.1,0-0.2,0-0.3,0c-0.1,0.1-0.3,0.1-0.4,0.2            c0-0.2,0-0.3,0-0.5c0-0.1,0-0.2,0-0.4c0-0.5,0-0.6,0.5-0.5c0.5,0,0.9,0.1,1.4,0.2c0.3,0,0.5,0,0.8,0c-0.2,0.5-0.4,1-0.6,1.4            c0,0.1-0.1,0.1-0.1,0.2c0,0.5-0.3,0.6-0.7,0.8c-0.2,0.1-0.5,0.2-0.7,0.2c-0.1,0-0.3-0.1-0.5-0.2l0-0.1c0.1,0,0.2-0.1,0.2-0.1            c0.4,0.1,0.5-0.2,0.8-0.4C88.8,70.7,88.8,70.7,88.8,70.6L88.8,70.6z M84.2,40.4c0-0.3,0.1-0.5,0.4-0.6c0.2,0,0.3,0,0.5,0.1            c0.6,0.6,1.1,1.2,1.6,1.9c0.4,0.6,0.8,1.3,1.1,2.1c0.6,1.2,1,2.4,1.3,3.7c0.1,0.4,0.2,0.7,0.4,1.1c0.1,0.2,0.1,0.4,0.2,0.6            c0.1,0.4,0.2,0.9,0.3,1.3c0.1,0.4,0.2,0.7,0.3,1.1c0.1,0.3,0.1,0.5,0.2,0.8c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.5,0.3,0.9,0.4,1.4            c0.1,0.3,0.2,0.7,0.2,1c0.1,0.5,0.1,1,0.2,1.5s0.3,0.9,0.4,1.4c0.1,0.6,0.2,1.2,0.3,1.8c0,0.1,0,0.2,0.1,0.3c0,0.1,0.1,0.2,0.1,0.2            c0.1,0.6,0.1,1.3,0.2,1.9c0,0.3,0.2,0.6,0.2,0.9c0.1,1.1,0.1,2.2,0.2,3.3c0,0.2-0.1,0.3-0.3,0.4c-0.5,0.1-1,0.2-1.4,0.3            c-0.3,0-0.6,0.1-0.9,0.1l0,0.1c-0.4-0.1-0.9-0.2-1.3-0.2c-0.4,0-0.9,0-1.3,0c-0.3,0-0.5-0.1-0.5-0.4c0-0.3,0-0.6-0.1-0.9            c-0.1-0.6-0.3-1.1-0.4-1.7c0,0,0-0.1,0-0.1c-0.1-0.6-0.1-1.2-0.2-1.8c-0.1-0.7-0.2-1.3-0.3-2c0,0,0-0.1,0-0.1            c-0.1-0.7-0.1-1.4-0.2-2.2c-0.1-0.5-0.2-1-0.2-1.5c-0.1-0.7-0.1-1.4-0.2-2.1s-0.2-1.3-0.3-2c-0.2-1.3-0.3-2.6-0.5-3.8            c-0.1-0.7-0.2-1.4-0.3-2c-0.1-0.9-0.2-1.7-0.2-2.6c0-1.2,0-2.4,0-3.7C84.3,40.9,84.3,40.7,84.2,40.4L84.2,40.4z M96.1,71.3            c0.1-0.9,1.6-2.1,2.2-1.8L96.1,71.3z M96.2,72l0.4-0.5C96.7,72,96.7,72,96.2,72L96.2,72z M96.4,69.6c-0.3,0.5-0.6,1-0.9,1.4            c-0.3,0.3-0.5,0.5-0.9,0.6c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.2,0-0.3,0c0-0.1,0-0.2,0.1-0.2c0.1-0.1,0.3-0.2,0.4-0.3            c0.1-0.1,0.1-0.2,0.1-0.2c-0.1,0-0.2-0.1-0.3,0c-0.4,0.3-1,0.3-1.2,1c0,0.1-0.1,0.1-0.1,0.1c-0.3,0-0.6,0-0.9,0            c-0.5-0.1-0.9-0.2-1.4-0.4c-0.1,0-0.2-0.2-0.3-0.3c0.1-0.1,0.2-0.2,0.3-0.2c0.6-0.4,1.2-0.8,1.8-1.1c0.1,0,0.1-0.2,0.1-0.3            c-0.1,0-0.2,0-0.4,0c-0.4,0.2-0.7,0.4-1.1,0.6L91,70.1c0.1-0.2,0.3-0.3,0.5-0.4c0.5-0.3,1.1-0.6,1.6-1c0.1,0,0.1-0.1,0.2-0.1            c0.4,0.1,0.8,0.1,1.2,0.2c0.4,0.1,0.7,0.2,1,0.3c0.3,0.1,0.6,0.1,0.9,0.2C96.4,69.3,96.4,69.5,96.4,69.6L96.4,69.6z M95.7,72.7            L95.7,72.7L95,73l-0.5-0.3l0-0.1H95.7z M105.6,73.9c1-0.2,2,0,2.9,0.5c-0.1,0-0.2,0.1-0.3,0.1C107.4,74.3,106.5,74.1,105.6,73.9            L105.6,73.9z M117.8,75.4c0.5-0.2,1-0.1,1.4,0.3c0.3,0.3,0.7,0.7,1,1c0.1,0.1,0.1,0.2,0.2,0.3c-0.1,0-0.2,0.1-0.3,0.1            c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.3,0c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1-0.1-0.2-0.2-0.2l-0.4,0.5l-0.9-0.4l0.9-0.4            c-0.2-0.2-0.5-0.3-0.8-0.1c0,0-0.1,0.1-0.1,0.1c-0.2,0.3-0.4,0.2-0.7,0.1c-0.2-0.1-0.5-0.2-0.7-0.3c-0.1-0.1-0.3-0.2-0.4-0.3            C117,75.6,117.4,75.5,117.8,75.4L117.8,75.4z M117.1,74.9l0.1,0.1c-0.1,0.1-0.2,0.2-0.3,0.2c-0.2,0.1-0.4,0.2-0.7,0.3            c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.1-0.2c0-0.1,0.1-0.1,0.2-0.1C116.4,75.1,116.7,75,117.1,74.9L117.1,74.9z M113,72.3            c1,0.1,2,0.4,2.8,1c0.3,0.3,0.7,0.5,1,0.8c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1-0.2,0.1-0.3,0.1c-0.3,0.1-0.7,0.1-0.8,0.3            c-0.5,0.5-1.3,0.6-2,0.3c-0.6-0.2-1.1-0.4-1.9-0.7c0.3-0.3,0.6-0.6,0.9-0.8c0.3-0.2,0.7-0.3,1-0.5c0.1,0,0.2-0.2,0.2-0.2            c-0.1,0-0.2-0.1-0.3-0.1c-0.7,0.1-1.3,0.4-1.9,0.9c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.3-0.3,0.4c-0.1-0.4-0.1-0.8,0-1.1            c0.1-0.2,0.2-0.4,0.4-0.5C112.1,72.3,112.6,72.1,113,72.3L113,72.3z M109,71c0.2-0.2,0.2-0.3,0.5-0.1c0.3,0.1,0.6,0.2,0.9,0.3            c0.5,0.1,0.9,0.3,1.4,0.4c0.1,0,0.1,0.1,0.2,0.2l-0.2,0.2c-0.3,0.3-0.5,0.6-0.8,0.9c-0.2,0.3-0.3,0.7-0.2,1.1            c0.1,0.3,0,0.4-0.3,0.3c-0.7-0.2-1.4-0.4-2.1-0.6c-0.6-0.2-1.2-0.3-1.7-0.5c-0.5-0.1-0.6-0.3-0.3-0.7c0.4-0.5,0.9-0.9,1.5-1.1            c0.1,0,0.3,0,0.4,0C108.5,71.3,108.8,71.2,109,71L109,71z M108.5,70.7l-2.6,1.6c-0.1-0.5,0.1-1,0.5-1.3            C107,70.5,107.8,70.4,108.5,70.7L108.5,70.7z M102.1,70c0.2-0.1,0.4-0.1,0.6-0.2c0.5-0.1,1,0,1.4,0.1c0.4,0.1,0.8,0.2,1.2,0.3            c0.2,0.1,0.4,0.1,0.6,0.2c-0.6,0.7-0.8,1.7-0.4,2.6c-0.1,0-0.2,0-0.4,0c-1.2,0-2.4,0-3.6,0c-0.2,0-0.5,0-0.7-0.1            c-0.3-0.1-0.3-0.3-0.2-0.5c0.4-0.6,0.9-1.1,1.5-1.6c0.4-0.3,0.8-0.5,1.3-0.6l0.2-0.1c-0.2-0.2-0.5-0.3-0.8-0.1            c-0.4,0.2-0.7,0.3-1.1,0.6c-0.4,0.2-0.7,0.5-1.1,0.8c0-0.1-0.1-0.2-0.1-0.2c0.1-0.3,0.2-0.6,0.4-0.8C101.5,70.2,101.8,70,102.1,70            L102.1,70z M101,69.4c0.1,0,0.2,0,0.3,0.1c-0.3,0.4-0.6,0.7-0.8,1.1c-0.2,0.3-0.2,0.6-0.2,1c0,0.4-0.1,0.7-0.5,0.7            c-0.1,0-0.2,0.1-0.4,0.1c0.1-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.1,0-0.2c-0.1,0-0.1,0-0.2,0c-0.1,0.1-0.3,0.1-0.4,0.2            c-0.2,0-0.3,0.1-0.5,0.1l0-0.2l1-0.5l0-0.1c-0.2,0-0.4,0-0.6,0c-0.4,0.2-0.8,0.5-1.2,0.7c-0.1,0-0.2,0.1-0.3,0.1            c0.1-0.1,0.1-0.3,0.2-0.3c0.4-0.2,0.8-0.5,1.2-0.7c0.1-0.1,0.2-0.2,0.3-0.2l0-0.1c-0.1,0-0.3-0.1-0.4,0c-0.5,0.2-0.9,0.5-1.4,0.8            c-0.1,0-0.2,0-0.3,0c0-0.1,0.1-0.1,0.1-0.2c0.7-0.5,1.4-0.9,2.2-1.4c0,0,0.1-0.1,0.1-0.1c0-0.4,0.3-0.3,0.5-0.3            C100.1,69.3,100.6,69.3,101,69.4L101,69.4z M99.5,68.2c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0-0.1,0.1l-0.2,0c0-0.2,0-0.4,0-0.5            C99.4,68.2,99.5,68.2,99.5,68.2L99.5,68.2z M95,46.6c0.2,0.7,0.4,1.3,0.6,2c0.1,0.3,0.2,0.6,0.3,0.9c0.1,0.5,0.2,0.9,0.3,1.4            c0.1,0.4,0.3,0.8,0.4,1.2c0.1,0.3,0.1,0.6,0.2,0.8c0.1,0.4,0.2,0.8,0.3,1.2c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0,0.1,0.1,0.2            c0.1,0.8,0.3,1.6,0.4,2.4c0.1,0.5,0.2,1,0.4,1.4c0,0,0,0,0,0.1c0.1,0.6,0.2,1.1,0.3,1.7c0.1,0.5,0.2,1.1,0.3,1.6            c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.7,0.2,1.4,0.3,2.1c0.1,0.4,0.2,0.7,0.2,1.1c0,0.2,0,0.4,0,0.6l-0.2,0c-0.1-0.4-0.2-0.7-0.3-1.1            c-0.1-0.6-0.2-1.2-0.3-1.8c-0.1-0.5-0.2-1-0.3-1.5c-0.1-0.6-0.2-1.1-0.4-1.7c0,0,0-0.1,0-0.1c-0.1-0.6-0.1-1.1-0.2-1.7            c-0.1-0.5-0.3-0.9-0.4-1.4c0,0,0-0.1,0-0.1c-0.1-0.5-0.1-1-0.2-1.5c-0.1-0.4-0.1-0.7-0.2-1.1c-0.2-0.8-0.4-1.6-0.6-2.4            c-0.1-0.4-0.2-0.9-0.3-1.4c-0.1-0.4-0.2-0.8-0.3-1.2c-0.1-0.3-0.2-0.6-0.2-0.9c-0.1-0.5-0.2-0.9-0.3-1.4c-0.1-0.4-0.2-0.7-0.4-1.1            c0-0.2-0.1-0.4-0.1-0.6C94.9,46.5,95,46.5,95,46.6L95,46.6z M94.5,45.4c0,0,0.1,0,0.1,0.1c0,0.3,0.4,0.6,0.1,1            c-0.1-0.3-0.2-0.6-0.4-0.9C94.4,45.5,94.5,45.4,94.5,45.4L94.5,45.4z M87.7,35.6c0.5,0.2,0.9,0.5,1.3,0.8c0.3,0.3,0.6,0.6,0.9,0.9            c0.6,0.7,1.1,1.5,1.5,2.3c0.2,0.5,0.5,0.9,0.7,1.4c0.4,0.9,0.8,1.8,1.1,2.7c0.4,0.9,0.7,1.8,1,2.6c0.2,0.5,0.3,1,0.4,1.6            c0.2,0.6,0.4,1.2,0.6,1.9c0,0,0,0.1,0,0.1c0.1,0.7,0.3,1.3,0.4,1.9s0.4,1.3,0.5,1.9s0.2,1.3,0.3,1.9c0,0.2,0.2,0.3,0.2,0.5            c0.1,0.5,0.2,1.1,0.3,1.6s0.2,1.1,0.3,1.6c0,0.1,0,0.1,0,0.2c0.1,0.6,0.1,1.1,0.2,1.7c0.1,0.5,0.2,1.1,0.4,1.7c0,0,0,0,0,0.1            c0.1,0.6,0.2,1.3,0.3,1.9c0.1,0.5,0.2,1.1,0.3,1.6c0,0.1,0,0.3,0,0.4c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0,0.2,0,0.3c-0.1,0-0.2,0-0.3,0            c-0.8-0.1-1.6-0.1-2.3-0.2c-0.1,0-0.2,0-0.4,0.1l0,0.1c0.1,0.1,0.3,0.2,0.4,0.2c0.6,0.1,1.2,0.2,1.8,0.2c0.3,0,0.6,0,0.9-0.1l0-0.1            c0.1,0.2,0.2,0.3,0.2,0.5c0,0.1-0.1,0.2-0.2,0.2c-0.5,0-1,0.1-1.5,0.2c-0.2,0.1-0.6-0.1-0.8-0.1c-0.3-0.1-0.6-0.2-0.9-0.3            s-0.6-0.2-0.9-0.2c-0.2-0.1-0.4-0.1-0.6-0.1c-0.3,0-0.4-0.1-0.4-0.4c-0.1-0.8-0.1-1.5-0.2-2.3c-0.1-0.7-0.3-1.4-0.4-2.1            c0,0,0,0,0-0.1c-0.1-0.6-0.1-1.2-0.2-1.8c-0.1-0.5-0.2-1.1-0.3-1.6c0-0.1,0-0.3-0.1-0.4c0-0.2-0.1-0.5-0.2-0.7c0,0,0-0.1,0-0.1            c-0.1-0.5-0.1-1.1-0.2-1.6c-0.1-0.5-0.2-1-0.4-1.5c0-0.1,0-0.2,0-0.3c0-0.1,0-0.1,0-0.2c-0.1-0.4-0.2-0.9-0.3-1.3            c-0.1-0.3-0.2-0.6-0.2-1c-0.2-0.8-0.3-1.5-0.5-2.3c-0.1-0.6-0.3-1.2-0.5-1.8c-0.1-0.5-0.3-1-0.4-1.5c-0.2-0.5-0.4-1.1-0.6-1.6            c-0.2-0.5-0.4-1.1-0.6-1.6c-0.3-0.7-0.6-1.3-0.9-2c-0.1-0.2-0.2-0.5-0.3-0.7l0.3-0.1c0-0.1,0-0.1-0.1-0.2c-0.4-0.4-0.9-0.8-1.4-1.2            c-0.4-0.3-0.9-0.4-1.3-0.7c-0.1-0.1-0.3-0.3-0.2-0.4c0.1-0.6,0.3-1.1,0.5-1.7c0.1-0.2,0.3-0.2,0.5-0.3c0.7-0.2,1.4-0.3,2.2-0.2            c0.3,0,0.6,0.1,0.8,0.1c0.2,0,0.3,0,0.5,0.1c0,0,0-0.1,0-0.1c-1-0.7-2.1-0.5-3.2-0.5c0.1-0.1,0.1-0.1,0.2-0.2            C86.4,35.6,87.1,35.4,87.7,35.6L87.7,35.6z M86.4,35c-0.3,0.2-0.6,0.5-0.9,0.8c-0.4,0.5-0.8,1-1.2,1.5c-0.2,0.5-0.4,0.9-0.4,1.4            c-0.3,2.3-0.3,4.6-0.2,6.9c0,1,0.1,1.9,0.2,2.9c0.1,0.9,0.3,1.8,0.4,2.8c0,0.6,0.1,1.1,0.2,1.7c0.2,0.7,0.3,1.4,0.4,2.2            c0.1,0.8,0.3,1.7,0.4,2.5c0.1,0.8,0.1,1.7,0.2,2.6c0.1,0.7,0.3,1.5,0.4,2.2c0,0.1,0,0.2,0,0.4c0,0.3,0.1,0.6,0.2,0.8            c0,0,0,0.1,0,0.1c0.1,0.6,0.1,1.2,0.2,1.7c0.1,0.5,0.2,1,0.3,1.4c0.1,0.5,0.1,1-0.1,1.5c0,0.1,0,0.3,0.1,0.3            c0.3,0.1,0.3,0.3,0.3,0.5c0,0.3,0,0.6,0,0.8c0.1,0.6,0.2,1.1,0.3,1.7c0,0.2,0,0.3,0.1,0.5c0,0.1,0,0.3,0.1,0.4            c0,0.1,0.1,0.2,0.1,0.3c0.1,0.8,0.2,1.6,0.3,2.4c0.1,0.5,0.2,1,0.3,1.5c0.1,0.7,0.3,1.4,0.5,2.1c0.1,0.5,0.2,0.9,0.3,1.3            c0.1,0.3,0.1,0.7,0.2,1c0.1,0.4,0.3,0.8,0.4,1.2c0.1,0.2,0.1,0.4,0.2,0.6c0.3,0.9,0.6,1.8,0.9,2.8c0.2,0.6,0.4,1.2,0.6,1.8            c0.1,0.4,0.1,0.9,0.2,1.4c0.1,0.4,0.2,0.8,0.3,1.2c0,0,0,0.1,0,0.1c0.1,0.5,0.2,1,0.2,1.5c0,0.1,0,0.1,0,0.2            c0.2,0.8,0.4,1.6,0.4,2.4c0,0.3,0,0.5,0,0.8h-0.1c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.5-0.1-0.9-0.2-1.4c-0.1-0.5-0.3-1-0.5-1.5            c-0.1-0.4-0.2-0.7-0.3-1.1c-0.1-0.5-0.3-0.9-0.4-1.4c-0.1-0.4-0.2-0.8-0.3-1.2c-0.1-0.3-0.1-0.5-0.2-0.8c-0.2-0.8-0.4-1.5-0.6-2.3            c-0.2-0.7-0.4-1.3-0.6-2C89.1,83,89,82.7,89,82.4c-0.2-1-0.4-2-0.7-3.1c-0.1-0.3-0.2-0.6-0.2-0.8c-0.1-0.6-0.2-1.1-0.3-1.7            c-0.1-0.4-0.2-0.8-0.3-1.3c-0.1-0.3-0.2-0.7-0.2-1C87,74,87,73.5,86.9,73c0-0.2-0.1-0.3-0.1-0.5s-0.1-0.3-0.1-0.4            c0-0.3-0.1-0.7-0.1-1c-0.1-0.7-0.1-1.4-0.2-2c-0.1-0.7-0.2-1.4-0.4-2.1c0-0.1,0-0.1,0-0.2c-0.1-0.6-0.1-1.2-0.2-1.7            c-0.1-0.6-0.2-1.2-0.3-1.8c-0.1-0.6-0.2-1.3-0.2-1.9c0-0.2-0.1-0.4-0.2-0.7c-0.1-0.5-0.2-1-0.2-1.6c-0.1-0.8-0.2-1.5-0.4-2.3            c-0.1-0.5-0.1-1-0.2-1.5c-0.1-0.7-0.2-1.4-0.2-2.2c0-0.3-0.1-0.6-0.2-1c-0.1-0.8-0.2-1.7-0.2-2.5c-0.1-1.1-0.2-2.2-0.4-3.3            c0-0.3,0-0.5,0-0.8c0-0.9-0.1-1.9-0.1-2.8c0-0.5,0.1-1.1,0.1-1.6s0.1-1.1,0.1-1.6c0-0.4,0.1-0.7,0.2-1c0.1-0.4,0.2-0.8,0.3-1.2            c0.2-0.5,0.5-1,0.7-1.5c0.1-0.2,0.3-0.3,0.4-0.5c0.3-0.4,0.8-0.4,1.2-0.6C86,34.8,86.2,34.9,86.4,35L86.4,35z M79.8,67.4            c-0.1-0.6-0.2-1.2-0.3-1.8c-0.1-0.7-0.2-1.4-0.3-2.1c-0.1-0.7-0.3-1.5-0.4-2.2c-0.2-1.4-0.3-2.9-0.3-4.3c0-0.2-0.1-0.5-0.1-0.7            c-0.1-0.6-0.2-1.2-0.3-1.8c-0.1-0.7-0.1-1.3-0.2-2c0-1-0.1-2-0.2-3c-0.2-1.5-0.3-3-0.3-4.6c0-0.7,0-1.5,0.1-2.2            c0.1-0.8,0.1-1.6,0.2-2.5c0.1-0.8,0.4-1.5,0.5-2.3c0.2-0.9,0.5-1.7,0.9-2.5c0.2-0.5,0.5-1,0.8-1.4c0.1-0.1,0.3-0.2,0.5-0.2            c0.9-0.1,1.8-0.1,2.7-0.1c0.6-0.1,1.2,0,1.8,0.2c0.1,0,0.2,0,0.3,0c0.3,0,0.4,0,0.6,0.3c-0.4,0.1-0.8,0.2-1.1,0.4            c-0.6,0.4-1.1,1-1.3,1.7c-0.3,0.7-0.5,1.4-0.7,2.1c-0.1,0.4-0.1,0.8-0.1,1.2c-0.1,0.5-0.1,1-0.2,1.6c0,0.4-0.1,0.8-0.1,1.2            c0,0.7,0,1.5,0,2.2c0.1,1.4,0.2,2.8,0.3,4.2c0.1,0.8,0.2,1.7,0.3,2.5c0.1,0.7,0.1,1.3,0.2,2c0.1,0.7,0.2,1.4,0.3,2            c0,0.3,0.1,0.7,0.1,1c0,0.2,0.1,0.4,0.1,0.6c0,0.3,0.1,0.6,0.1,0.9c0,0.2,0,0.3,0.1,0.5c0,0.3,0.1,0.6,0.1,0.9            c0.1,0.5,0.2,1.1,0.3,1.6c0,0.2,0.1,0.4,0.1,0.6c0.1,0.2,0.1,0.5,0.2,0.7c0,0,0,0.1,0.1,0.1c0.1,0.5,0.1,1,0.2,1.5            c0.1,0.6,0.2,1.2,0.3,1.9c0,0.1,0,0.3,0,0.4c0,0.3,0.1,0.5,0.1,0.8c0,0.1,0,0.1,0.1,0.2c0.1,0.7,0.1,1.3,0.2,2            c0,0.2,0.1,0.3,0.1,0.5c0,0.2,0.1,0.4,0.1,0.6c0.1,0.3,0.1,0.6,0.1,0.9c0.1,0.6,0.2,1.2,0.3,1.8c0.1,0.6,0.2,1.1,0.3,1.7            c0,0,0,0.1,0,0.1c0.1,0.5,0.1,1.1,0.2,1.6c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.5,0.2,0.9,0.3,1.4c0.1,0.3,0.2,0.7,0.2,1            c0.1,0.5,0.2,1,0.3,1.5c0.1,0.3,0.2,0.5,0.2,0.8c0.1,0.5,0.3,1,0.4,1.6c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.6,0.3,1.2,0.5,1.8            c0.1,0.4,0.2,0.7,0.3,1.1c0.1,0.4,0.2,0.7,0.4,1.1c0.1,0.3,0.2,0.7,0.3,1c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.3,0.2,0.5,0.2,0.8            c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.5,0.2,0.9,0.3,1.4c0,0.1,0.1,0.2,0.1,0.3c0.1,0.5,0.1,0.9,0.2,1.4c0,0.2,0,0.4-0.1,0.6            c0,0.1-0.1,0.1,0,0.2c0.1,0.5-0.2,0.9-0.3,1.4c-0.2,0.4-0.6,0.6-1,0.7c-0.7,0.1-1.5-0.1-2-0.6c-0.6-0.6-1.2-1.2-1.6-2            c-0.3-0.7-0.7-1.3-1-2c-0.1-0.4-0.3-0.8-0.4-1.1c-0.1-0.3-0.2-0.5-0.2-0.8c-0.2-0.5-0.4-1.1-0.5-1.6c-0.2-0.8-0.3-1.6-0.5-2.4            C84,88,84,87.8,83.9,87.5c-0.2-0.6-0.4-1.2-0.6-1.9c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.4-0.2-0.8-0.3-1.2c-0.1-0.3-0.2-0.6-0.3-0.9            c-0.1-0.4-0.1-0.8-0.2-1.2c-0.1-0.4-0.2-0.8-0.3-1.2c-0.1-0.4-0.2-0.9-0.3-1.3c-0.1-0.5-0.2-1-0.3-1.4c0-0.1,0-0.2-0.1-0.3            c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.6-0.2-1.2-0.3-1.8c-0.1-0.7-0.2-1.3-0.3-2c-0.1-0.7-0.2-1.4-0.3-2.1c0-0.2-0.1-0.4-0.1-0.6            c0-0.1-0.1-0.2-0.1-0.2C79.9,68.8,79.9,68.1,79.8,67.4L79.8,67.4z M90.4,99.7c-0.1,0.1-0.2,0.2-0.3,0.2c-0.4,0-0.8,0-1.2-0.1            c-0.7-0.1-1.4-0.1-2.1-0.2c-0.4,0-0.9-0.1-1.3-0.2c-0.1,0-0.2-0.1-0.3-0.1l0-0.1c0.7,0,1.3,0,2,0c0.8,0,1.6,0,2.4,0.1            c0.2,0,0.4,0.1,0.5,0.1C90.2,99.5,90.3,99.7,90.4,99.7L90.4,99.7z M84.7,96.5c-0.2,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.1,0-0.2,0            c0-0.1,0-0.2,0-0.2c0.2-0.2,0.3-0.3,0.2-0.5c-0.1-0.1-0.4,0.1-0.5,0.2c-0.2,0.2-0.3,0.4-0.4,0.6c-0.4-0.2-0.5-0.6-0.4-0.9            c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.2c0-0.1,0-0.3,0-0.4c-0.2,0.1-0.4,0-0.5,0.2c-0.2,0.3-0.3,0.6-0.5,0.9l-0.1,0            c0-0.1,0-0.3,0-0.4c0.4-0.8,1.1-1.5,2-1.9c0.5-0.2,0.8-0.1,1,0.4c0.5,0.9,1,1.9,1.5,2.8c0.1,0.2,0.2,0.4,0.3,0.7            c-0.3,0.1-0.6,0.2-0.9,0.2c-0.6,0-1.2,0-1.8,0c-0.5-0.1-0.9-0.1-1.3-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.3-0.1,0.3,0            c0.2,0.3,0.5,0.4,0.8,0.4c0.1,0,0.2,0.1,0.3,0.1c0.2,0.1,0.3,0,0.3-0.3c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.2,0-0.2            C84.9,96.5,84.8,96.5,84.7,96.5L84.7,96.5z M81.8,97c0.1,0.1,0.1,0.3,0,0.4c0,0-0.1,0.1-0.1,0.1c-0.3,0.1-0.5,0.1-0.8,0.2            c-0.1,0-0.1,0-0.1,0l-0.2-0.6L80,97.6c0,0-0.2-0.2-0.2-0.2c0.1-0.2,0.3-0.5,0.4-0.7c-0.2-0.4-0.6,0.3-0.8-0.1l0.6-0.5            c-0.6-0.1-1.2,0.2-1.4,0.7c-0.1,0.1-0.1,0.2-0.2,0.2C78.2,97,78,96.9,78,96.8c0-0.5,0.2-0.9,0.5-1.1c0.1-0.1,0.2-0.2,0.3-0.3            l-0.1-0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.1,0-0.2,0-0.3,0.1c0-0.1,0-0.2,0.1-0.3c0.5-0.7,1.3-1.1,2.1-1.3c0.5-0.1,0.9-0.2,1.4-0.4            c0.6-0.1,1.2-0.1,1.8-0.1l0.1,0.2c-0.2,0.2-0.4,0.4-0.6,0.6c-0.5,0.4-0.9,1-1.1,1.7C81.4,96.2,81.5,96.7,81.8,97L81.8,97z M75.8,96            l-0.3,0.1l0.1,0.7c-0.3,0-0.7,0-1-0.1c-0.3-0.2-0.6-0.2-0.8-0.5c-0.2-0.2-0.2-0.5-0.1-0.8c0.3-0.6,0.7-1.1,1.3-1.4            c0.2-0.1,0.4-0.2,0.2-0.6c-0.9,0.4-1.6,1-2.1,1.8c-0.3-0.2-0.3-0.6,0-0.9c0.3-0.4,0.7-0.8,1.1-1.2c0.3-0.2,0.6-0.3,0.9-0.3            c0.1,0,0.2,0,0.3,0c0.7-0.3,1.4-0.3,2.2-0.2c0.5,0.1,1,0.3,1.5,0.5c0.1,0,0.2,0.1,0.2,0.2c-0.5,0.4-1.1,0.8-1.6,1.2            c-0.4,0.4-0.8,0.9-0.9,1.5c-0.1,0.5-0.5,0.5-0.6,0.9c0,0-0.2,0-0.3,0c0,0,0-0.2,0-0.3c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.3,0.1-0.4            L75.8,96z M72.4,95C72.5,95,72.5,95,72.4,95c-0.2,0.2-0.4,0.3-0.7,0.4c-0.1,0-0.3-0.1-0.3-0.2c-0.1-0.1-0.1-0.2-0.1-0.3            c-0.1-0.1-0.3-0.1-0.3,0.1c-0.1,0.3-0.5,0.4-0.8,0.3c0,0,0,0,0,0c-0.3-0.2-0.7-0.3-1-0.4c-0.2-0.1-0.4-0.2-0.6-0.3            c-0.1-0.1-0.1-0.3,0-0.4c0.2-0.3,0.4-0.5,0.7-0.7l-0.4-0.3c-0.1-0.5-0.1-0.5-0.5-0.2c-0.3,0.2-0.5,0.3-0.8,0.5c-0.1,0-0.2,0-0.3,0            c0-0.1,0-0.2,0.1-0.3c0.4-0.3,0.8-0.6,1.2-0.8c0.1-0.1,0.3-0.2,0.4-0.3c0-0.1,0.1-0.1,0.1-0.2c-0.1,0-0.2-0.1-0.3-0.1            c-0.4,0.2-0.8,0.4-1.1,0.7c-0.2,0.1-0.3,0.3-0.5,0.4c-0.1,0-0.2,0-0.3,0c0-0.1,0-0.2,0.1-0.2c0.6-0.5,1.2-0.9,1.9-1.3            c0.9-0.4,1.8-0.6,2.8-0.5c0.2,0,0.3,0.1,0.5,0.2c0.7,0.4,1.3,0.8,2,1.3c0.2,0.1,0.1,0.2-0.1,0.3c-0.6,0.5-1.1,1-1.5,1.7            C72.4,94.4,72.2,94.7,72.4,95L72.4,95z M71,96.9c-0.3-0.2-0.6-0.3-1-0.4c-0.3-0.1-0.7-0.1-1.1-0.2c-0.7-0.2-1.3-0.4-2-0.6            c-0.2-0.1-0.4-0.2-0.6-0.3c-0.3-0.2-0.2-0.4,0-0.5c0.7,0.5,1.5,0.8,2.3,1c0.4,0.1,0.7,0.2,1.1,0.3c0.3,0.1,0.6,0.2,0.9,0.3            c0.3,0.1,0.5,0.2,0.9,0.3c-0.1,0.2-0.1,0.3-0.2,0.4c-0.1,0.3-0.5,0.5-0.8,0.4c0,0-0.1,0-0.1-0.1c-0.4-0.2-0.8-0.3-1.2-0.4l-0.9-0.3            c-0.3-0.1-0.6-0.2-1-0.3c-0.4-0.1-0.9-0.3-1.3-0.5C66,96,66,95.8,66,95.7c0.1,0,0.2-0.1,0.3-0.1c0.7,0.2,1.3,0.5,2,0.8            c0.2,0.1,0.5,0.1,0.8,0.2c0.6,0.2,1.2,0.4,1.8,0.6c0.1,0,0.3,0.1,0.4,0.1l0.1-0.1C71.2,97,71.1,96.9,71,96.9L71,96.9z M66.3,96.5            c0.4,0.1,0.9,0.3,1.3,0.4c0.5,0.2,1,0.3,1.5,0.5c0.3,0.1,0.7,0.2,1,0.3c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.4,0.3,0.4,0.6            c0,0,0,0,0,0.1c0,0.6-0.1,0.7-0.6,0.5c-0.9-0.3-1.8-0.6-2.8-0.8c-0.4-0.1-0.7-0.3-1-0.5c-0.1,0-0.2-0.1-0.3-0.1            c-0.4-0.1-0.7-0.5-0.6-1C65.9,96.5,66.1,96.4,66.3,96.5L66.3,96.5z M72.7,118.3c0.1,0,0.1,0.1,0.2,0.1c0.5,0.1,1,0.2,1.5,0.2            c0.6,0,1.2,0.4,1.5,0.9l0,0.1c-0.4,0-0.7-0.1-1.1-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.6-0.1-1.2-0.2-1.8-0.3c-0.1,0-0.2-0.1-0.2-0.1            c-0.1-0.2-0.2-0.5-0.4-0.8C72.2,118.2,72.5,118.3,72.7,118.3L72.7,118.3z M71.6,117.8l0-0.1c0.4-0.2,0.6,0,0.9,0.3L71.6,117.8z             M75,118.3c-0.4-0.1-0.8,0.1-1.1-0.3c-0.1-0.2-0.4-0.2-0.7-0.3c-0.2-0.1-0.5-0.1-0.7-0.2c-0.4-0.1-0.7-0.2-1.1-0.3            c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.5-0.3-0.4-0.4c0.1-0.1,0.2-0.2,0.4-0.2c0.5,0.1,1,0.2,1.5,0.3s1,0.1,1.5,0.2c0.1,0,0.1,0,0.2,0.1            C74.5,117.3,74.8,117.7,75,118.3L75,118.3z M73.5,116.4c-0.9-0.1-1.8-0.2-2.7-0.4c-0.2-0.1-0.4-0.2-0.5-0.4            c-0.1-0.2-0.2-0.4-0.3-0.7c0-0.4,0.1-0.4,0.3-0.3c0.5,0.1,1,0.3,1.5,0.4c0.4,0.1,0.9,0.2,1.3,0.3c0.2,0.1,0.3,0.3,0.5,0.5            c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0.1,0.2,0.1,0.3C73.8,116.4,73.6,116.4,73.5,116.4L73.5,116.4z M73,114.6c0,0.1-0.3,0.2-0.4,0.1            c-0.5-0.1-0.9-0.2-1.4-0.3c-0.4-0.1-0.7-0.2-1.1-0.2c-0.3,0-0.5-0.2-0.7-0.5c1.2,0.2,2.2,0.8,3.4,0.5C73,114.3,73.1,114.5,73,114.6            L73,114.6z M66.6,110.1c-0.4,0-0.8-0.2-1-0.5l0-0.1c0.1,0,0.3,0,0.4,0c0.4,0.2,0.8,0.4,1.1,0.6c0.3,0.2,0.5,0.5,0.7,0.8            c0.1,0.2,0,0.4-0.3,0.4c-0.6,0-1.2-0.3-1.5-0.8h1C66.9,110.3,66.9,110.1,66.6,110.1L66.6,110.1z M67.4,99.5            c0.2,0.1,0.5,0.1,0.7,0.2c0.6,0.2,1.1,0.4,1.7,0.6c0.2,0,0.4,0,0.5-0.1c0.3-0.1,0.6,0,0.6,0.3c0,0.7-0.2,0.9-0.9,0.7            c-0.6-0.2-1.3-0.2-1.9-0.4c-0.7-0.1-1.4-0.3-2.1-0.4c-0.1,0-0.1-0.1-0.2-0.2c0-0.4,0-0.7-0.1-1.1C66.5,99.3,67,99.4,67.4,99.5            L67.4,99.5z M66.3,98c0.2,0.1,0.5,0.2,0.7,0.2c0.6,0,1,0.4,1.5,0.5c0.7,0.2,1.5,0.4,2.2,0.7c0.1,0,0.2,0.2,0.3,0.2            c-0.1,0-0.2,0.1-0.3,0c-0.6-0.1-1.3-0.3-1.9-0.4c-0.4-0.1-0.9-0.2-1.3-0.2c-0.4-0.1-0.8-0.1-1.2-0.2c-0.3-0.1-0.3-0.1-0.3-0.6            C65.9,97.8,65.9,97.8,66.3,98L66.3,98z M71,104.3c0,0.2-0.1,0.3-0.4,0.3c-0.9-0.1-1.8-0.3-2.7-0.4c-0.4,0-0.7-0.1-1.1-0.2            c-0.1,0-0.2-0.3-0.3-0.4c-0.1-0.2-0.1-0.4-0.2-0.6c-0.1-0.3-0.1-0.5,0.3-0.4c0.8,0.1,1.5,0.3,2.3,0.4c0.5,0.1,1,0.2,1.5,0.2            c0.5,0,0.6,0.1,0.6,0.8C71,104.1,71,104.2,71,104.3L71,104.3z M71.2,105.5c-0.1,0.1-0.2,0.1-0.4,0.2c-0.1,0-0.2,0-0.3,0            c-0.8-0.1-1.7-0.2-2.6-0.3c-0.3,0-0.5-0.1-0.8-0.2c-0.2,0-0.5-0.4-0.4-0.6c0.1-0.1,0.2-0.2,0.3-0.2c0.7,0.1,1.4,0.2,2.1,0.3            c0.1,0,0.3,0,0.4,0.1c0.5,0,1,0.1,1.4,0.2C71,105,71.1,105.3,71.2,105.5L71.2,105.5z M66.8,101.1c0.5,0.1,1.1,0.2,1.6,0.3            c0.6,0.1,1.2,0.2,1.8,0.3c0.1,0,0.2,0.1,0.2,0.1c0.4-0.1,0.5,0.2,0.5,0.5c0,0.5,0,0.6-0.5,0.5c-0.7-0.1-1.4-0.2-2-0.3            c-0.2,0-0.3,0-0.5,0c-0.3,0-0.6-0.1-0.8-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.4,0-0.5-0.1-0.5-0.5c0,0,0,0,0,0            C66.1,101,66,100.8,66.8,101.1L66.8,101.1z M66.1,104.4c0.1,0.2,0.1,0.3,0.2,0.5c-0.1,0-0.3,0.1-0.4,0.1c0,0-0.1,0-0.1,0            c-0.1,0-0.2,0-0.3,0c-0.6-0.1-1.2-0.2-1.8-0.4c-0.2-0.1-0.4-0.4-0.5-0.6c0,0,0.1-0.1,0.2-0.2c0.2,0,0.4,0,0.5,0            c0.5,0.1,1,0.2,1.4,0.3c0.2,0,0.4,0,0.5,0.1C65.9,104.2,66,104.3,66.1,104.4L66.1,104.4z M65.9,105.4c0.4,0,0.6,0.2,0.6,0.7            c0,0.2,0.1,0.5,0.2,0.7c0.1,0.2,0,0.3-0.2,0.3c-0.3,0-0.7-0.1-1-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.4,0-0.8-0.2-0.9-0.7            c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1-0.1-0.1-0.3-0.1-0.4C64.5,105.3,65.2,105.4,65.9,105.4L65.9,105.4z M65.1,107.2            c0.7,0,1.3,0.3,1.7,0.8c0.1,0.1,0.1,0.2,0.1,0.4c-0.1,0-0.2,0.1-0.3,0.1c-0.5-0.1-1-0.1-1.4-0.2c-0.2,0-0.3-0.2-0.4-0.3            c0,0,0-0.1,0-0.1c-0.1-0.2-0.1-0.3-0.2-0.5L65.1,107.2z M66.9,108.9c0.2,0.1,0.3,0.4,0.4,0.6c0,0-0.2,0.2-0.2,0.2            c-0.5-0.3-0.9-0.6-1.4-0.8l0.1-0.1C66.2,108.8,66.6,108.8,66.9,108.9L66.9,108.9z M66.5,111.6c0.4,0.1,0.7,0.2,1.1,0.3            c0.2,0.1,0.4,0.3,0.6,0.5c-0.2,0-0.5,0.1-0.7,0.1c-0.1,0-0.1,0-0.2,0h-0.2c-0.5,0-0.7-0.1-0.8-0.6            C66.3,111.8,66.5,111.6,66.5,111.6L66.5,111.6z M67,112.8c0.3,0,0.6,0.1,0.8,0.2c0.4,0.2,0.8,0.5,1,0.9c-0.1,0-0.2,0.1-0.3,0.1            c-0.5-0.1-1.1-0.2-1.6-0.4c-0.2-0.1-0.2-0.4-0.3-0.6C66.8,112.9,66.9,112.8,67,112.8L67,112.8z M67.4,114c0.1-0.1,0.1-0.1,0.2-0.1            c0.5,0.1,0.9,0.3,1.4,0.4c0.1,0,0.1,0.1,0.2,0.1c0.2,0.4,0.3,0.8,0.5,1.2c-0.1,0-0.2,0-0.3,0c-0.8-0.2-1.5-0.7-1.9-1.5            C67.4,114.2,67.4,114.1,67.4,114L67.4,114z M72.7,114c-0.5-0.1-1.1-0.2-1.6-0.3c-0.5-0.1-1-0.2-1.5-0.4c-0.1,0-0.1-0.1-0.1-0.2            c0.1,0,0.1-0.1,0.2-0.1c0.3,0,0.6,0.1,0.8,0.1c0.3,0,0.5,0.1,0.8,0.2c0.3,0.1,0.7,0.1,1,0.2C72.6,113.6,72.7,113.8,72.7,114            L72.7,114z M72.1,113.1c-0.1,0-0.1,0-0.2,0v0c-0.7-0.1-1.3-0.2-2-0.3c-0.2,0-0.4,0-0.5-0.1c-0.1,0-0.3,0-0.3-0.1            c-0.1-0.2-0.2-0.4-0.3-0.6c0.2-0.1,0.4-0.1,0.5-0.1c0.3,0,0.5,0,0.8,0.1c0.3,0,0.5,0.1,0.8,0.1c0.5,0,0.9,0.1,1.4,0.3            c0.1,0,0.2,0.4,0.2,0.6C72.5,113,72.2,113.1,72.1,113.1L72.1,113.1z M72.2,111.8c0,0.1-0.2,0.1-0.3,0.1c-0.6,0-1.2-0.1-1.8-0.2            c-0.5-0.1-0.9-0.1-1.4-0.3c-0.2-0.1-0.3-0.2-0.4-0.4c-0.2-0.2-0.1-0.4,0.3-0.4c0.6,0.1,1.3,0.2,2,0.3c0.3,0,0.6,0.1,0.9,0.1            c0.2,0,0.4,0.1,0.6,0.3C72.2,111.5,72.2,111.6,72.2,111.8L72.2,111.8z M72,110.6c0,0.2-0.1,0.3-0.3,0.2c-0.8-0.1-1.6-0.2-2.4-0.4            c-0.4-0.1-0.7-0.1-1-0.3c-0.1-0.1-0.2-0.2-0.3-0.4c-0.1-0.2-0.1-0.5-0.2-0.7l0-0.1c0.5,0,0.9,0.1,1.4,0.1c0.4,0,0.8,0.1,1.1,0.1            c0.4,0,0.8,0.1,1.2,0.2c0.5,0.1,0.3,0.6,0.5,0.9C72.1,110.4,72,110.5,72,110.6L72,110.6z M71.6,108.8c0,0.1-0.2,0.3-0.3,0.2            c-0.8-0.1-1.6-0.2-2.4-0.4c-0.2,0-0.5,0-0.7,0c-0.4,0-0.7-0.3-0.7-0.7c0-0.1,0-0.1,0-0.2c0-0.1,0.3-0.1,0.3-0.1            c0.8,0.1,1.6,0.3,2.3,0.4c0.2,0,0.5,0,0.7,0C71.4,108.1,71.7,108.3,71.6,108.8L71.6,108.8z M70.9,107.6c-0.5,0-0.9-0.1-1.4-0.2            c-0.2,0-0.4,0-0.6,0c-0.4-0.1-0.9-0.1-1.3-0.2c-0.1,0-0.2-0.2-0.3-0.3c0-0.1-0.1-0.2,0-0.3c0.1-0.1,0.2-0.1,0.3,0            c0.9,0.3,1.8,0.5,2.7,0.4c0.3,0,0.7,0.2,0.9-0.2c0.1,0,0.1,0,0.1,0c0.1,0.2,0.2,0.4,0.3,0.6C71.3,107.6,71.1,107.6,70.9,107.6            L70.9,107.6z M70.3,106.6c-0.6,0.1-1.2,0-1.8-0.2c-0.3-0.1-0.6-0.2-1-0.2c-0.4,0-0.4-0.3-0.5-0.6c0.2,0,0.3,0,0.5,0            c1,0.1,2,0.3,3,0.4c0.4,0,0.8,0.2,0.9,0.6C71,106.6,70.6,106.6,70.3,106.6L70.3,106.6z M65.9,102.8c0,0.2,0.1,0.4,0.1,0.6            c0.1,0.2,0,0.4-0.4,0.4l-1.7-0.4c-0.3,0-0.6-0.1-0.9-0.2c-0.2-0.1-0.4-0.3-0.5-0.5c-0.1-0.2-0.2-0.5-0.2-0.7            c-0.1-0.3,0.1-0.3,0.3-0.2c0.5,0.1,0.9,0.2,1.4,0.4c0.1,0,0.2,0,0.3,0.1c0.4,0.1,0.9,0.1,1.3,0.2C65.9,102.4,65.9,102.6,65.9,102.8            L65.9,102.8z M65.7,101.8c-0.1,0.1-0.4,0.1-0.7,0.1c-0.3,0-0.5-0.1-0.8-0.2l-1.6-0.4c0,0-0.1,0-0.1,0c-0.2,0-0.4,0-0.5-0.1            c-0.2-0.4-0.3-0.8-0.2-1.2c0.6,0.2,1.2,0.4,1.8,0.5c0.4,0.1,0.9,0.2,1.3,0.2C65.6,100.7,66,101.4,65.7,101.8L65.7,101.8z M63.4,98            c-0.7-0.3-1.4-0.5-2-0.8c-0.2-0.1-0.4-0.3-0.3-0.5c0-0.2,0-0.4,0-0.7c0-0.2,0.1-0.3,0.3-0.2c0.7,0.3,1.4,0.6,2.1,0.9            c0.6,0.2,1.1,0.4,1.7,0.7c0.1,0.1,0.2,0.1,0.2,0.2c0,0.1,0,0.2,0,0.3c0.2,0.4,0,0.6-0.4,0.6c0.1,0.1,0.1,0.2,0.1,0.2            c0.4,0.3,0.6,0.9,0.4,1.4c0,0.1-0.3,0.1-0.4,0.1c-0.6-0.3-1.2-0.7-1.8-1c-0.2-0.1-0.3-0.3-0.5-0.4c-0.1-0.1-0.3,0-0.4,0            c0,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.3,0.3,0.5,0.5c-0.5-0.1-1-0.1-1.3-0.6c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.2-0.1-0.4-0.2-0.6            c0-0.2-0.1-0.4-0.1-0.7c1,0.4,2.1,0.7,3.2,1C64.2,98.2,63.8,98.2,63.4,98L63.4,98z M61.1,94.3c0.4,0.2,0.8,0.4,1.2,0.6            c0.8,0.3,1.5,0.7,2.3,1c0.2,0.1,0.5,0.1,0.6,0.2c0.1,0.3,0.2,0.6,0.1,0.9c-0.1,0.2-0.4,0.1-0.6,0c-0.4-0.2-0.9-0.3-1.3-0.5            c-0.7-0.3-1.4-0.6-2.1-0.9C61,95.4,60.9,94.9,61.1,94.3L61.1,94.3z M65.2,95.6c-0.2,0-0.5-0.1-0.7-0.2c-0.7-0.3-1.4-0.6-2.1-0.9            c-0.4-0.2-0.7-0.4-1.1-0.5c-0.3-0.1-0.4-0.3-0.3-0.7c0.2-0.4,0.2-0.8,0-1.2c0.3,0,0.5,0.1,0.5,0.5c0,0.2,0.1,0.3,0.2,0.4            c0.1,0.1,0.1,0.2,0.2,0.3h-0.8l-0.1,0.1c0.1,0.1,0.3,0.2,0.5,0.3c0.6,0.2,1.1,0.4,1.7,0.6c0.2,0.1,0.5,0.1,0.7,0.2            c0.4,0.1,0.9,0.3,1.3,0.5c0.1,0.1,0.2,0.3,0.3,0.4C65.5,95.5,65.3,95.6,65.2,95.6L65.2,95.6z M62.1,91.9c-0.1-0.1-0.2-0.2-0.2-0.3            c0-0.1,0.1-0.2,0.2-0.3c0.2-0.2,0.5-0.3,0.7-0.5c0.1,0,0.1-0.1,0.1-0.2c-0.1,0-0.2-0.1-0.2,0c-0.4,0.2-0.7,0.4-1,0.6            c-0.2,0.1-0.3,0.2-0.4,0c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1-0.1-0.1-0.2-0.1-0.2c0.3-0.3,0.7-0.5,1.1-0.5l-0.6,0.5l0.1,0.1            c0.8-0.2,1.6-0.4,2.4-0.7l0-0.1c-0.1,0-0.3-0.1-0.4-0.1c-0.2,0-0.3,0-0.5,0l0-0.1c0.3-0.1,0.7-0.2,1-0.3c0.3,0,0.5,0,0.8-0.1            c0.1,0,0.3-0.1,0.3-0.2c0-0.5,0.3-0.3,0.6-0.3c1.1,0.1,2.3,0.5,3.3,1c0.1,0.1,0.3,0.1,0.4,0.2c-0.1,0.1-0.3,0.3-0.4,0.4            c-0.6,0.4-1.2,0.8-1.8,1.2c-0.2,0.2-0.4,0.4-0.5,0.6c-0.4,0.5-0.5,0.6-1.1,0.4c-0.1,0-0.2,0-0.3,0c-1,0-2-0.3-2.9-0.8            C62.2,92,62.1,92,62.1,91.9L62.1,91.9z M58.6,87.3c-0.1,0-0.2-0.1-0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.4-0.1,0.5-0.2,0.3-0.5            c0.3-0.1,0.6-0.2,1-0.3c0.2,0,0.4,0.1,0.6,0.2c0.4,0.3,0.8,0.5,1.1,0.9c0.4,0.4,0.8,0.8,1.1,1.2c0.2,0.2,0.1,0.3-0.2,0.4            c-0.8,0.1-1.7,0.3-2.5,0.5c-0.3,0.1-0.4,0-0.5-0.3c0-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.6-0.2-0.7-0.7-0.4            c-0.2-0.2-0.1-0.3,0.1-0.5c0.1-0.1,0.2-0.2,0.3-0.3C58.9,87.3,58.8,87.3,58.6,87.3L58.6,87.3z M58.1,86c0-0.1,0-0.1,0-0.2h0.7V86            L58.1,86z M60.8,85.6c-0.1,0-0.1,0.1-0.1,0.1c-0.4-0.1-0.8-0.3-1.2-0.5c-0.2-0.2-0.4-0.5-0.4-0.8c-0.1-0.4,0.3-0.5,0.5-0.6            c0,0,0.1-0.1,0.2-0.1L60.8,85.6z M60.3,83.2c0.1,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.3,0.3,0.4c-0.1,0.1-0.1,0.2-0.2,0.3            c-0.1,0-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.3C60.3,83.5,60.3,83.4,60.3,83.2L60.3,83.2z M68.8,78c0,0,0.2,0.2,0.2,0.2            c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1-0.2-0.2-0.3-0.2-0.3C68.6,78.2,68.7,78.1,68.8,78L68.8,78z M68.6,77.6v-0.5l0.1,0            c0.1,0.1,0.2,0.2,0.2,0.4c0,0.1-0.1,0.2-0.1,0.3L68.6,77.6z M74.9,77.7c0.1,0.1,0.2,0.3,0.3,0.4c0,0-0.1,0.1-0.1,0.2            c-0.1-0.1-0.2-0.2-0.3-0.3C74.8,78,74.9,77.9,74.9,77.7L74.9,77.7z M74.7,77.2c0-0.1,0.2-0.2,0.3-0.3c0.1,0.1,0.2,0.3,0.2,0.3            c-0.1,0.1-0.2,0.2-0.3,0.3C74.8,77.4,74.7,77.3,74.7,77.2L74.7,77.2z M75,76c-0.3,0-0.5,0-0.8-0.1c0,0.1-0.1,0.2-0.2,0.3            c-0.3,0.1-0.6,0.2-0.9,0.2c-0.2,0-0.3-0.3-0.4-0.4c0.1-0.1,0.3-0.1,0.4-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.5-0.1,0.7-0.1            c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.3-0.2,0.3,0C75.3,75.7,75.2,76,75,76L75,76z M74.5,83.8c0.1,0.4,0.3,0.8,0.4,1.2            c0,0.2,0.1,0.4,0.1,0.6c-0.1,0.1-0.3,0.2-0.4,0.2c-0.1,0-0.3,0-0.3-0.1c-0.2-0.7-0.4-1.3-0.6-2c-0.1-0.3-0.2-0.6-0.3-0.9            c0-0.1,0-0.3,0-0.4c0.2-0.1,0.4-0.3,0.6-0.1c0.2,0.2,0.4,0.3,0.3,0.7C74.3,83.3,74.4,83.5,74.5,83.8L74.5,83.8z M61.8,85.4            c-0.1-0.1-0.2-0.2-0.3-0.3c0-0.1,0-0.2,0.1-0.4c0.1,0,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.3,0.3,0.4c0.8,0.9,1.6,1.9,2.3,2.8            c0.1,0.1,0.1,0.2,0.2,0.3c-0.4,0.1-0.8,0-1.1-0.3c-0.6-0.8-1.3-1.5-2.1-2.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.2-0.1-0.2-0.2            c0,0,0.1-0.2,0.1-0.2c0.1,0,0.2,0,0.3,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1C61.8,85.6,61.8,85.5,61.8,85.4L61.8,85.4z             M62.1,83.3l0.1,0.1L62,83.8C61.8,83.5,61.8,83.5,62.1,83.3L62.1,83.3z M62.5,84.8c-0.1-0.2-0.3-0.4-0.2-0.5            c0.1-0.2,0.3-0.4,0.4-0.5c0.1,0.1,0.2,0.1,0.2,0.2c0.4,0.5,0.7,1,1,1.5c0.5,0.9,1.2,1.7,1.8,2.4c0.1,0.1,0.1,0.3,0.1,0.4            c-0.1,0-0.3,0-0.4,0c-0.2-0.2-0.4-0.4-0.6-0.6C64,86.9,63.2,85.9,62.5,84.8L62.5,84.8z M65.1,86.4c-0.2-0.2-0.2-0.3,0.1-0.5            c0.4,0.3,0.6,0.8,1.2,1l0.1-0.1c-0.2-0.3-0.4-0.5-0.6-0.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.3-0.1-0.4c0.1,0.1,0.2,0.1,0.3,0.2            c0.5,0.7,0.9,1.3,1.4,2c0.1,0.1,0.3,0.3,0.5,0.4c0-0.2-0.1-0.3-0.2-0.5c-0.4-0.7-0.9-1.4-1.3-2.1c0-0.1,0-0.2,0-0.3            c0.1,0,0.4,0,0.4,0.1c0.6,0.9,1.2,1.8,1.8,2.8c0.1,0.1,0,0.3-0.1,0.5c0,0.1-0.1,0.2-0.1,0.3c0.1,0,0.2-0.1,0.4-0.1            c0.1,0,0.1-0.1,0.1-0.1c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.3,0.1c0-0.1,0-0.2,0-0.3c-0.1-0.2-0.1-0.3-0.2-0.5            c0.1,0,0.2,0,0.2,0c0.3,0.5,0.8,0.7,1.2,1c0.1,0.1,0.2,0.2,0.2,0.1c0.6-0.1,0.6,0.5,0.9,0.8l-0.6,0c-0.8,0-1.6-0.2-2.3-0.7            c-0.4-0.3-0.9-0.5-1.5-0.6c-0.6-0.1-0.9-0.6-1.3-1.1C65.8,87.3,65.5,86.8,65.1,86.4L65.1,86.4z M66,82.6l0.4,0.5l-0.1,0.1l-0.4-0.5            L66,82.6z M65.4,80.9c0.1-0.2,0.2-0.3,0.2-0.3c0.1,0,0.3,0,0.4,0c0,0,0.1,0.1,0.1,0.2c0.1,0.2,0.1,0.4,0.1,0.6            c-0.1,0-0.3,0.1-0.3,0C65.8,81.2,65.6,81,65.4,80.9L65.4,80.9z M66.3,82.1c0-0.1,0-0.2,0.1-0.2c0.1,0,0.2,0,0.2,0.1            c0.3,0.5,0.5,0.9,0.8,1.4c0,0.1,0,0.1,0,0.2c-0.1,0-0.2,0-0.3,0c-0.2-0.2-0.4-0.4-0.5-0.7C66.5,82.6,66.4,82.3,66.3,82.1L66.3,82.1            z M70.3,82.2c0,0.1,0,0.3,0,0.4c-0.1-0.1-0.3-0.1-0.3-0.2c-0.1-0.3-0.3-0.6-0.4-0.8c-0.1-0.3-0.2-0.6-0.4-0.9            c0.5-0.2,0.6-0.2,0.7,0.4C70.1,81.4,70.2,81.8,70.3,82.2L70.3,82.2z M70.5,80.1c0,0,0.1,0,0.1,0.1c0.1,0.4,0.3,0.9,0.4,1.3            c0.1,0.2,0.1,0.3,0.2,0.5c0,0.1,0,0.3-0.1,0.4c-0.1-0.1-0.2-0.1-0.3-0.2c-0.2-0.5-0.4-1-0.6-1.5C70.1,80.4,70.2,80.2,70.5,80.1            C70.4,80.1,70.5,80.1,70.5,80.1L70.5,80.1z M68.5,85.8c-0.1-0.2-0.2-0.4-0.4-0.6c-0.1-0.1-0.2-0.3-0.4-0.1c0,0-0.1,0-0.2,0            c-0.1,0,0-0.2,0-0.2c0.5-0.2,0.3-0.4,0.1-0.7l0.1-0.1c0.3,0.5,0.6,0.9,0.9,1.4c0.1,0.1,0.1,0.3,0.2,0.4c0.1,0.2,0.4,0.4,0,0.7            c0,0,0,0.3,0.1,0.4c0.1,0.2,0.3,0.4,0.3,0.5c-0.1,0.2-0.2,0.1-0.3-0.1c0-0.1-0.1-0.2-0.2-0.2c-0.2-0.3-0.5-0.7-0.7-1            C68,86.1,68,86,68,85.9c0,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1C68.5,86,68.5,85.9,68.5,85.8L68.5,85.8z M68.4,84.3            c-0.1-0.2-0.1-0.3,0-0.5c0.1-0.1,0.3-0.1,0.4,0c0.2,0.1,0.2,0.2,0.2,0.4c0,0.3,0.1,0.5,0.3,0.7c0.4,0.8,0.8,1.7,1.1,2.5l-0.1,0.1            c-0.4-0.6-0.7-1.1-1.1-1.7C68.9,85.4,68.6,84.9,68.4,84.3L68.4,84.3z M70.1,85.7c-0.3-0.6-0.6-1.2-0.8-1.8c0-0.1-0.1-0.2,0-0.3            c0.1-0.1,0.2-0.2,0.4-0.3c0,0,0.2,0.2,0.2,0.3c0.1,0.4,0.2,0.8,0.4,1.2s0.3,0.8,0.4,1.2c0,0.1,0,0.3,0,0.4l-0.1,0            C70.3,86.3,70.2,86,70.1,85.7L70.1,85.7z M69.6,82.7c-0.1,0.1-0.2,0.2-0.3,0.2c-0.3,0.2-0.5,0.1-0.5-0.2c-0.1-0.4-0.2-0.7-0.4-1.1            c-0.2-0.4-0.2-0.7,0.4-0.8c0.1,0.3,0.3,0.6,0.4,0.9C69.3,82,69.4,82.3,69.6,82.7L69.6,82.7z M68.4,83.2c-0.1,0.1-0.2,0.2-0.2,0.2            c-0.2,0-0.3-0.1-0.4-0.2c-0.2-0.4-0.5-0.9-0.6-1.4c0-0.2,0-0.3,0.2-0.4c0.1-0.1,0.3-0.2,0.5,0.1c0.1,0.2,0.2,0.4,0.3,0.7            C68.2,82.5,68.3,82.8,68.4,83.2L68.4,83.2z M66.9,81.1c-0.2-0.2-0.3-0.4-0.4-0.6c0.1-0.3,0.6-0.7,0.7-0.6c0.2,0.2,0.4,0.4,0.4,0.7            C67.6,80.8,67,81.3,66.9,81.1L66.9,81.1z M71,86.1c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.2-0.1-0.4-0.2-0.7c-0.1-0.4-0.2-0.8-0.3-1.2            c0-0.1,0.1-0.2,0.2-0.3c0.1,0.1,0.2,0.1,0.3,0.2c0.3,0.9,0.6,1.9,0.9,2.8c0.1,0.1,0.1,0.2,0.2,0.4c-0.2,0.1-0.4,0.3-0.5,0.2            C71.2,86.5,71.1,86.3,71,86.1L71,86.1z M71.4,83.9c-0.1-0.3-0.2-0.5-0.3-0.8c0-0.1,0-0.2,0.1-0.3c0.1,0.1,0.2,0.1,0.3,0.2            c0.2,0.7,0.4,1.3,0.6,2c0.1,0.3,0.3,0.6,0.4,0.9c0,0.1,0,0.2,0,0.4l-0.1,0c-0.1-0.2-0.2-0.3-0.3-0.5C71.8,85.2,71.6,84.6,71.4,83.9            L71.4,83.9z M72.3,84.3c-0.1-0.3-0.2-0.7-0.3-1c0,0,0-0.1,0-0.1c-0.2-0.5-0.2-0.5,0.3-0.5c0.4,0,0.6,0.2,0.7,0.8            c0.1,0.5,0.3,1,0.5,1.5c0.1,0.3,0.2,0.5,0.3,0.8c0,0,0,0.1,0,0.1c-0.2,0.1-0.5,0.1-0.7,0.2c-0.1,0-0.2-0.2-0.3-0.3            C72.6,85.3,72.5,84.8,72.3,84.3L72.3,84.3z M72.7,87l0.6,1.4C72.9,88.1,72.7,87.5,72.7,87L72.7,87z M73.1,86.6            c0.2-0.1,0.5-0.2,0.7-0.3c0,0,0.2,0.1,0.2,0.1c0.2,0.4,0.3,0.8,0.4,1.3c0.1,0.2,0.2,0.5,0.3,0.7c0.2,0.2,0.3,0.5,0.1,0.7            c-0.2,0.1-0.4,0.3-0.7,0.3L73.1,86.6z M74.8,87.4c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.2,0-0.3,0.1-0.4c0,0,0.1,0,0.1,0            c0.2,0,0.4,0.1,0.5,0.3c0.3,0.7,0.6,1.4,0.8,2.2c0.1,0.3-0.1,0.4-0.6,0.4c0,0-0.2-0.1-0.2-0.2C75.1,88.3,75,87.9,74.8,87.4            L74.8,87.4z M75.9,87.1c-0.1-0.4-0.1-0.8-0.2-1.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.6-0.3-1.2-0.5-1.8c-0.1-0.2-0.2-0.4-0.3-0.7            l-0.1,0c0,0,0,0,0,0c0.1-0.1,0.3-0.4,0.4-0.4c0.2,0,0.4,0.3,0.4,0.5c0.1,0.4,0.2,0.8,0.4,1.3c0.1,0.3,0.2,0.6,0.2,0.9            c0.1,0.3,0.1,0.7,0.2,1c0.1,0.4,0.3,0.7,0.4,1.1c0,0,0,0,0,0.1c0.6,0.3,0.5,0.9,0.6,1.3c0,0.1-0.1,0.3-0.2,0.3            c-0.2,0-0.3-0.1-0.4-0.2C76.3,88,76.1,87.6,75.9,87.1L75.9,87.1z M73.6,81.9c-0.2,0-0.4,0.1-0.5-0.3c-0.1-0.4-0.3-0.9-0.4-1.3            c-0.1-0.3-0.1-0.6,0-0.9c0-0.1,0.3-0.2,0.6-0.3c0.2,0.6,0.3,1.2,0.4,1.7c0.1,0.2,0.2,0.5,0.2,0.7S73.8,81.9,73.6,81.9L73.6,81.9z             M72.4,78.8c0.1-0.1,0.2-0.3,0.4-0.4c0.1,0.1,0.3,0.2,0.2,0.3c0,0.1-0.2,0.2-0.3,0.4C72.6,79,72.5,78.9,72.4,78.8L72.4,78.8z             M73.1,77l0-0.1l0.9-0.2l0,0.2C73.7,76.9,73.5,77.3,73.1,77L73.1,77z M74,77.3c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.1,0.3            c-0.3,0-0.5,0-0.8,0c0,0,0-0.1,0-0.1C73.6,77.4,73.8,77.4,74,77.3L74,77.3z M73.5,78.8c0-0.1-0.1-0.2-0.1-0.3            c0-0.1,0.1-0.3,0.1-0.3c0.2-0.1,0.5-0.1,0.8-0.1c0.1,0,0.2,0.1,0.2,0.2c0,0.1,0,0.2-0.1,0.2c-0.2,0.1-0.5,0.1-0.7,0.2L73.5,78.8z             M72.8,77.7l-0.3,0.4L72.4,78c0-0.1,0.1-0.2,0.2-0.3C72.6,77.6,72.7,77.7,72.8,77.7L72.8,77.7z M72.1,76.6c0,0-0.1-0.3-0.1-0.3            c0.1-0.1,0.3-0.2,0.5-0.2C72.5,76.4,72.4,76.6,72.1,76.6L72.1,76.6z M72.2,80.1c0.1,0.5,0.2,1,0.3,1.5c0.1,0.5,0.1,0.7-0.5,0.7            c-0.4,0-0.5-0.2-0.6-0.5c-0.1-0.4-0.3-0.9-0.4-1.3C71,80.2,71,80,71.2,79.9c0.2-0.1,0.5-0.2,0.7-0.3C72.1,79.7,72.2,79.8,72.2,80.1            L72.2,80.1z M71.6,79.3c-0.1,0.1-0.3,0.1-0.5,0.2c-0.3,0.1-0.3-0.1-0.3-0.3c0-0.1,0.1-0.2,0.2-0.2c0.2-0.1,0.4-0.1,0.6-0.2            c0.1,0,0.3,0.1,0.4,0.2C71.9,79.1,71.7,79.2,71.6,79.3L71.6,79.3z M71.5,77.6c-0.2,0.1-0.5,0.2-0.7,0.3c-0.1,0-0.1,0-0.2-0.1            c0-0.1,0-0.2,0-0.2c0.3-0.1,0.6-0.2,0.9-0.3c0,0,0.1,0,0.2,0.1C71.6,77.5,71.6,77.6,71.5,77.6L71.5,77.6z M71.4,76.8            c-0.3,0.1-0.6,0.2-0.9,0.3l-0.3-0.3c0.1-0.1,0.2-0.3,0.3-0.3c0.2-0.1,0.4-0.1,0.6-0.2c0.1,0,0.2,0,0.4,0            C71.5,76.5,71.5,76.8,71.4,76.8L71.4,76.8z M70.2,79.1c0.1,0.1,0.1,0.3,0.2,0.4c0,0.1-0.2,0.2-0.3,0.4L70,79.8            c-0.1-0.2-0.1-0.4-0.2-0.5c0-0.1,0-0.2,0.1-0.2C70.1,79,70.2,79,70.2,79.1L70.2,79.1z M69.7,78.3l-0.1-0.1c0-0.1,0-0.3,0.1-0.4            c0.1-0.1,0.2,0,0.4,0l0,0.1L69.7,78.3z M69.7,77.3l-0.4-0.2l0-0.2c0.1,0,0.3,0,0.4,0C69.8,77,69.7,77.1,69.7,77.3L69.7,77.3z             M69.4,79.3c0.1,0.2,0.1,0.5,0.2,0.7c0,0.1-0.2,0.2-0.4,0.2c0,0-0.2-0.1-0.2-0.2C68.9,79.7,69,79.4,69.4,79.3L69.4,79.3z             M68.6,80.2c0,0.2-0.1,0.3-0.3,0.3c-0.2,0.1-0.4,0-0.4-0.3c0-0.2-0.1-0.3-0.2-0.5l0.6-0.2C68.5,79.8,68.5,80,68.6,80.2L68.6,80.2z             M67.7,78.9c0,0-0.2-0.2-0.1-0.2c0.1-0.1,0.2-0.3,0.3-0.4c0.1,0,0.2,0.1,0.4,0.2C68,78.7,67.9,78.8,67.7,78.9L67.7,78.9z M67.5,78            l-0.4-0.3c0.2-0.1,0.4-0.3,0.6-0.4c0.1,0.1,0.2,0.2,0.2,0.3C68,77.8,67.9,77.9,67.5,78L67.5,78z M67.2,78.9            c-0.1,0.1-0.1,0.2-0.2,0.2c-0.2,0.2-0.4,0.3-0.7,0.4c-0.1,0-0.3-0.2-0.4-0.3c0.1-0.1,0.1-0.2,0.2-0.2c0.2-0.1,0.4-0.2,0.6-0.2            C66.9,78.7,67,78.8,67.2,78.9L67.2,78.9z M66.7,78.1c-0.3,0.2-0.5,0.3-0.8,0.4c-0.1,0-0.2-0.2-0.3-0.3c0,0,0.1-0.2,0.1-0.3            c0.2-0.1,0.4-0.2,0.6-0.2c0.2,0,0.3,0.1,0.5,0.2C66.8,78,66.8,78.1,66.7,78.1L66.7,78.1z M65.7,79.7L65,79.9c0-0.1-0.1-0.3-0.1-0.4            c0.1-0.1,0.3-0.3,0.4-0.3C65.4,79.2,65.5,79.5,65.7,79.7L65.7,79.7z M64.9,82.4c0,0,0.3,0,0.3,0.1c0.2,0.3,0.4,0.6,0.5,0.9            c0.2,0.3,0.4,0.6,0.7,0.9c-0.1,0.1-0.3,0.3-0.4,0.2c-0.1-0.1-0.2-0.3-0.3-0.5c-0.2-0.3-0.5-0.7-0.7-1c-0.1-0.1-0.3-0.2-0.3-0.3            C64.7,82.7,64.8,82.6,64.9,82.4L64.9,82.4z M64.4,82.3c-0.2-0.2-0.3-0.4-0.4-0.7c0-0.1,0.2-0.2,0.3-0.3c0.2,0.2,0.3,0.4,0.5,0.6            C64.8,82,64.6,82.2,64.4,82.3L64.4,82.3z M64.4,83.1c0.3,0.4,0.7,0.9,1,1.4c0.2,0.2,0.2,0.5,0,0.8c-0.4-0.5-0.7-0.9-1.1-1.4            c-0.1-0.1-0.2-0.3-0.3-0.5c0-0.1,0-0.2,0-0.3C64.1,83.1,64.3,83,64.4,83.1L64.4,83.1z M64.8,85.1c0.1,0.2,0.3,0.3,0,0.5            c-0.2-0.3-0.5-0.5-0.7-0.8c-0.3-0.3-0.5-0.6-0.7-0.9c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.3-0.1-0.4c0.1,0.1,0.3,0.1,0.4,0.2            C64,84.1,64.4,84.6,64.8,85.1L64.8,85.1z M63.6,82.7c-0.2-0.2-0.4-0.4-0.5-0.6c0-0.1,0.2-0.3,0.3-0.4c0.1,0,0.1,0.1,0.2,0.2            c0.1,0.1,0.2,0.3,0.2,0.4C63.9,82.4,63.7,82.8,63.6,82.7L63.6,82.7z M63.5,80.8c-0.2-0.2-0.3-0.3-0.5-0.5l0.6-0.2            c0.1,0.2,0.2,0.3,0.2,0.5C63.9,80.6,63.6,80.8,63.5,80.8L63.5,80.8z M63.1,82.9C63,83,62.9,83,62.8,83c-0.1-0.1-0.2-0.2-0.3-0.3            c0.1-0.1,0.2-0.2,0.2-0.2C62.9,82.6,63,82.7,63.1,82.9L63.1,82.9z M62.6,81.2c-0.2-0.1-0.4-0.2-0.5-0.3c0.2-0.2,0.4-0.3,0.4-0.3            c0.1,0.1,0.3,0.3,0.4,0.4C62.8,81.1,62.7,81.2,62.6,81.2L62.6,81.2z M62.1,80.3c-0.3-0.1-0.4-0.7-0.1-0.9c0.1,0.2,0.2,0.5,0.3,0.7            C62.4,80.1,62.1,80.3,62.1,80.3L62.1,80.3z M62,81.4c0,0.1-0.1,0.2-0.1,0.3c-0.1-0.1-0.2-0.2-0.2-0.3c0-0.1,0.1-0.2,0.2-0.2            C61.9,81.3,62,81.3,62,81.4L62,81.4z M61.7,82.5c0.2,0.2-0.1,0.3-0.2,0.5c-0.1,0.1-0.1,0.2-0.2,0.2c-0.4-0.3-0.5-0.4-0.1-0.6            C61.4,82.5,61.7,82.4,61.7,82.5L61.7,82.5z M77.1,74.1c0.3,0,0.6,0,0.9,0c0.3,0,0.5,0.1,0.8,0.1c0.1,0,0.3-0.1,0.4-0.2            c0.1-0.1,0.3-0.2,0.4-0.3c0.3-0.1,0.5,0.1,0.6,0.4c0.1,0.6,0.3,1.2,0.4,1.8c0,0.1,0,0.1,0.1,0.2c0.1,0.5,0.1,1,0.2,1.5            c0.1,0.4,0.2,0.8,0.4,1.3c0,0,0,0.1,0.1,0.1c0.1,0.5,0.1,0.9,0.2,1.4c0.1,0.4,0.2,0.8,0.3,1.1c0,0.1,0,0.1,0.1,0.2            c0.1,0.5,0.3,1.1,0.4,1.6c0.1,0.4,0.1,0.7,0.2,1.1c0.1,0.4,0.3,0.7,0.4,1.1c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.3,0.1,0.6,0.2,0.9            c0.1,0.4,0.3,0.8,0.4,1.1c0.1,0.4,0.1,0.7,0.2,1.1c0.1,0.6,0.3,1.1,0.4,1.7c0,0.3,0.1,0.5,0.2,0.8c0.1,0.1,0,0.3,0,0.5            c-0.8-0.2-0.8-0.2-0.8-0.8c-0.1-0.3-0.1-0.7-0.3-1c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.4-0.3-0.8-0.4-1.2c-0.2-0.9-0.4-1.7-0.7-2.6            c-0.1-0.2-0.1-0.4-0.2-0.6l-0.2,0c0,0.1,0,0.3,0,0.4c0.1,0.5,0.2,0.9,0.3,1.4c0.2,0.8,0.4,1.5,0.6,2.3c0.1,0.4,0.2,0.8,0.3,1.2            c0.1,0.4,0.2,0.8,0.3,1.2s0,0.6-0.4,0.6c-0.2,0-0.4,0.1-0.5,0c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.2-0.1-0.5-0.2-0.7            c0-0.1-0.1-0.1-0.2-0.2c-0.1,0.1-0.2,0.2-0.2,0.3c0.1,0.3,0.1,0.6,0.2,0.8c0,0.1,0.1,0.2,0.1,0.2c0,0.2,0.2,0.4-0.2,0.5            c-0.4,0.1-0.6,0-0.7-0.3c-0.1-0.5-0.2-1.1-0.4-1.6c-0.2-0.6-0.4-1.2-0.6-1.8c0-0.1-0.1-0.1-0.2-0.2L79.6,89            c0.1,0.3,0.1,0.6,0.2,0.9c0.1,0.1,0.1,0.3,0.1,0.4c0,0.1-0.1,0.4-0.2,0.3c-0.2,0-0.4-0.1-0.4-0.2c-0.1-0.2-0.2-0.5-0.2-0.7            c0-0.1-0.1-0.2-0.1-0.3c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.3c0,0.1,0.1,0.2,0.1,0.3c0,0.2,0.1,0.5,0,0.6C78.6,91,78.3,91,78,91.1            c-0.1,0-0.2,0.1-0.3,0.1c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0,0.1,0,0.2,0c0.2,0,0.5-0.1,0.7,0c0.1,0.1,0.2,0.4,0.3,0.6            c0.1,0.1,0.2,0.2,0.3,0.3c0-0.1,0-0.3,0-0.4c0-0.1,0-0.2,0-0.3c0-0.1,0-0.4,0.1-0.4c0.2-0.1,0.5-0.1,0.6,0.2            c0.1,0.4,0.3,0.7,0.4,1.1c0.1,0.2,0,0.4-0.3,0.3c-0.4,0-0.8-0.1-1.2-0.3c-1-0.5-2.2-0.7-3.3-0.6c-0.8,0.1-1.6-0.2-2.1-0.7            c-0.9-0.6-1.5-1.5-1.9-2.5c-0.2-0.5-0.4-1.1-0.6-1.6c0.2-0.1,0.4-0.2,0.5-0.3c0.2-0.1,0.4,0.1,0.5,0.4c0.2,0.7,0.5,1.3,0.8,2            c0.2,0.5,0.4,0.9,0.6,1.4c0,0,0,0.1,0.1,0.2l0.3-0.6l0.9,1.4l0.1,0c0-0.1,0.1-0.2,0-0.3c-0.2-0.4-0.4-0.8-0.5-1.3            c-0.1-0.2-0.2-0.4,0.2-0.5c0.1,0,0.4-0.2,0.4-0.1c0.2,0.2,0.3,0.4,0.4,0.6c0.1,0.3,0.3,0.6,0.4,0.9c0,0,0.1,0.1,0.2,0.1            c0-0.1,0.1-0.2,0.1-0.2c-0.1-0.4-0.2-0.7-0.3-1c-0.2-0.4-0.1-0.5,0.3-0.6c0.3,0,0.6-0.1,0.9-0.2c0.2,0,0.3,0.1,0.5,0.1            c0.1,0,0.3,0,0.4-0.1c0.1,0,0.1-0.2,0.2-0.3c0.2-0.2,0.1-0.4-0.1-0.4c-0.4-0.1-0.4-0.3-0.5-0.7c-0.1-0.4-0.2-0.7-0.3-1.1            c-0.1-0.3-0.1-0.5-0.2-0.8c-0.1-0.4-0.2-0.9-0.3-1.3c-0.1-0.4,0-0.8-0.3-1.2c-0.1-0.2,0-0.5-0.1-0.7c-0.1-0.6-0.2-1.1-0.4-1.7            c0,0,0-0.1,0-0.1c-0.1-0.6-0.1-1.2-0.2-1.8c0-0.3,0.1-0.5,0.4-0.5c0.2,0,0.4,0.2,0.4,0.4c0,0,0,0,0,0.1c0,0.7,0.1,1.4,0.2,2.1            c0,0.4,0.1,0.8,0.2,1.3c0,0.1,0.1,0.1,0.2,0.1c0-0.2,0.1-0.4,0.1-0.6c-0.1-1-0.2-2-0.3-3c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.2            c0.1,0,0.2,0,0.2,0.1c0,0.1,0.1,0.2,0.1,0.3c0,0.4,0.1,0.7,0.1,1.1c0.1,0.7,0.2,1.4,0.3,2c0.1,0.5,0.2,0.9,0.3,1.3            c0.1,0.4,0.1,0.7,0.3,1.1c0.1,0.3,0.2,0.5,0.4,0.8c0,0.1,0.2,0.1,0.3,0.1c0-0.1,0.1-0.2,0.1-0.3c-0.1-0.4-0.2-0.8-0.3-1.2            c-0.1-0.5-0.3-1.1-0.4-1.6c-0.1-0.5-0.2-1-0.3-1.4c-0.1-0.6-0.2-1.3-0.3-1.9c0-0.2,0-0.3,0.3-0.4c0.2,0,0.4-0.1,0.5-0.2            c0.1,0.3,0.2,0.7,0.2,1c0,0.2,0.1,0.4,0.1,0.6c0,0.1,0.1,0.3,0.1,0.4c0,0.7,0.1,1.4,0.4,2.1c0.2,0.7,0.3,1.5,0.4,2.2            c0,0.1,0.1,0.3,0.1,0.4c0.3,0.2,0.3,0.5,0.3,0.8c0.1,0.8,0.1,1.6,0.2,2.4c0,0.3,0.1,0.6,0.3,0.8l0.1-0.4h0.1l0.5,2.2l0.1,0            c0.1-0.1,0.2-0.3,0.2-0.4c-0.1-0.6-0.3-1.1-0.4-1.7c-0.1-0.5-0.2-0.9-0.3-1.4c-0.1-0.5-0.2-0.9-0.2-1.4c-0.1-0.4-0.1-0.8-0.1-1.2            c0-0.3-0.1-0.5-0.2-0.8c0,0,0-0.1-0.1-0.1c-0.6,0-0.4-0.5-0.5-0.8c-0.1-0.5-0.2-1.1-0.3-1.6c-0.1-0.6-0.2-1.1-0.3-1.7            c-0.1-0.5-0.2-0.9-0.3-1.4c-0.1-0.7-0.1-1.4-0.2-2.1c0-0.3,0.1-0.4,0.4-0.4c0.4,0.1,0.5,0,0.6-0.5c0-0.1,0.1-0.1,0.1-0.2            c0.2-0.2,0.1-0.4-0.2-0.4c-0.2,0-0.3,0-0.5,0c-0.1,0-0.2,0-0.2-0.1c-0.1-0.5-0.5-0.4-0.8-0.4c-0.3,0-0.5,0-0.8,0            C77.2,74.2,77.1,74.2,77.1,74.1L77.1,74.1z M76.9,77.1c-0.1,0-0.2-0.2-0.3-0.3c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.2,0.1,0.4,0.3            C77.1,77,76.9,77.1,76.9,77.1L76.9,77.1z M77.3,77.8C77.1,77.9,77,78.1,77,78c-0.1-0.1-0.2-0.2-0.3-0.3c0.1-0.1,0.2-0.2,0.3-0.2            C77,77.6,77.1,77.7,77.3,77.8L77.3,77.8z M77.7,76.9c-0.1-0.1-0.1-0.2-0.2-0.3l0.3-0.2c0,0,0,0,0,0l0.5-0.1c0,0.2,0,0.4,0,0.5            c0,0.2,0.1,0.4,0.1,0.6c0,0.2,0,0.3,0,0.5c-0.3-0.1-0.5-0.1-0.7-0.2c-0.3-0.1-0.3-0.3-0.1-0.5C77.9,77.2,77.9,77.1,77.7,76.9            L77.7,76.9z M77.6,75.7c-0.1,0-0.2-0.2-0.3-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.2,0,0.3,0.1,0.5,0.2l0,0.2            C78.1,75.6,77.8,75.6,77.6,75.7L77.6,75.7z M78.5,75.3c0-0.1,0.1-0.2,0.1-0.2c0.3-0.2,0.5,0,0.7,0.4c-0.2,0-0.4,0-0.6,0            C78.7,75.5,78.5,75.4,78.5,75.3L78.5,75.3z M75.9,74.8c0.3-0.1,0.6-0.1,1-0.2c-0.2,0.3-0.6,0.5-0.9,0.5c-0.1,0-0.1-0.1-0.1-0.1            C75.8,74.9,75.9,74.9,75.9,74.8L75.9,74.8z M75.9,75.4c0.2-0.1,0.5-0.2,0.8-0.2c0.1,0,0.2,0.1,0.3,0.2c-0.1,0.1-0.2,0.2-0.3,0.2            c-0.3,0.1-0.5,0.1-0.9,0.2l-0.2-0.2C75.8,75.6,75.9,75.5,75.9,75.4L75.9,75.4z M76.1,76.7l0.2,0.2c0,0.4-0.2,0.4-0.4,0.4            c-0.1,0-0.2-0.1-0.3-0.2L76.1,76.7z M76.3,77.7c0,0.1,0,0.2,0,0.3c-0.2,0.1-0.4,0.1-0.6,0.1c0-0.1,0-0.2,0-0.2L76.3,77.7z             M75.5,80.4c0.1,0.6,0.2,1.2,0.3,1.9c0,0.2,0.1,0.5,0.1,0.7c0,0.1,0,0.2,0,0.3c0.1,0.2,0.1,0.4,0.2,0.7L76,84c0,0-0.1,0-0.1-0.1            c-0.1-0.4-0.2-0.7-0.3-1.1s-0.1-0.7-0.2-1c-0.1-0.1-0.2-0.2-0.3-0.1c-0.7,0.2-0.8,0.2-0.9-0.5c-0.1-0.6-0.4-1.1-0.5-1.7            c0-0.1,0-0.3,0-0.3c0.2-0.1,0.5-0.2,0.7-0.3c0,0,0.2,0.1,0.2,0.1c0.1,0.4,0.1,0.9,0.2,1.3c0,0.3,0.1,0.6,0.2,0.8            c0,0.1,0.1,0.1,0.2,0.2c0-0.1,0.1-0.2,0.1-0.3c-0.1-0.5,0.1-1.1-0.2-1.6c-0.1-0.1,0-0.2,0-0.4h0.1C75.3,79.6,75.4,80,75.5,80.4            L75.5,80.4z M61.8,78.4c0.6-0.4,1.2-0.7,1.8-1c0.6-0.3,1.1-0.4,1.7-0.7c0.4-0.2,0.9-0.4,1.3-0.5c0.1,0,0.2,0,0.3-0.1            c0.3-0.1,0.7-0.1,1-0.3c0.7-0.3,1.4-0.5,2.1-0.6c0.2,0,0.4-0.1,0.6-0.2c0.3,0,0.5,0,0.8-0.1l0,0.1c-0.2,0-0.5,0.1-0.6,0.3            c0.1,0.1,0.2,0.2,0.3,0.2c0.4-0.1,0.8-0.2,1.3-0.3c0,0,0,0,0,0c0.7,0,1.5-0.2,2.2-0.4c0.1,0,0.3-0.1,0.4,0c0.1,0,0.2,0.1,0.3,0.1            c-0.1,0.1-0.1,0.2-0.2,0.2c0,0-0.1,0-0.1,0c-0.9,0.2-1.7,0.3-2.6,0.5c-0.6,0.1-1.2,0.2-1.8,0.4c-0.3,0.1-0.7,0.2-1,0.3            c-0.1,0-0.2,0-0.3,0c0,0-0.1-0.1,0-0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.2-0.1,0.5-0.2,0.8-0.3c-0.9-0.1-1.8,0.1-2.6,0.5l0.3,0.4            c-0.2,0.1-0.3,0.2-0.5,0.2c-1,0.3-2,0.7-3,1c-0.2,0.1-0.4,0.1-0.5,0.2c-0.1,0-0.1,0.2-0.1,0.3c0.1,0,0.3,0.1,0.4,0.1            c0.2-0.1,0.4-0.1,0.6-0.2c0.3-0.2,0.4,0.1,0.5,0.3c0.1,0.3-0.1,0.3-0.3,0.3c-0.5,0.1-0.9,0.3-1.4,0.4c-0.3,0.2-0.5,0.4-0.7,0.6            c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-0.3,0-0.4,0.3-0.4c0.1,0,0.2,0,0.3-0.1c0.4-0.2,0.4-0.3,0-0.7c0.2-0.1,0.5-0.2,0.7-0.3            c0.1-0.1,0.2-0.2,0.2-0.3c-0.1,0-0.3-0.1-0.4-0.1c-0.8,0.3-1.5,0.8-2.1,1.5c0,0-0.2,0.1-0.3,0c-0.1-0.1-0.2-0.2-0.3-0.3            C61.3,78.6,61.6,78.5,61.8,78.4L61.8,78.4z M60.6,79.1c0.1-0.1,0.2-0.1,0.3-0.2c0,0.1,0.1,0.3,0,0.4c-0.2,0.3-0.5,0.5-0.7,0.7            c-0.2,0.3-0.5,0.6-0.7,0.9c0,0.1-0.1,0.2-0.1,0.3l0.1,0.1c0.2-0.1,0.3-0.3,0.5-0.4c0.3-0.3,0.5-0.6,0.8-0.8            c0.2-0.2,0.3-0.2,0.4,0.1c0.1,0.2,0.2,0.4,0.4,0.7c-0.2,0-0.4,0-0.5,0c-0.1,0-0.3,0.2-0.3,0.2c0.1,0.4-0.2,0.5-0.5,0.6            c-0.3,0.1-0.5,0.2-0.5,0.5c-0.1,0.4-0.2,0.4-0.5,0.2c-0.1,0-0.2-0.1-0.3-0.1c0,0.1,0,0.2,0,0.3c0,0.1,0,0.1,0.1,0.2            c0.3,0.4,0.1,0.6-0.2,0.9c-0.1,0.1-0.3,0.2-0.3,0.2c-0.1-0.1-0.2-0.2-0.3-0.4c0-0.3,0-0.5,0-0.8c0-0.2-0.1-0.5-0.1-0.7            c-0.1-0.2,0-0.5,0.2-0.6C59.3,80.6,60,79.9,60.6,79.1L60.6,79.1z M59.4,78.7l0.1,0c0.1,0.1,0.2,0.3,0.2,0.4            c-0.2,0.2-0.3,0.3-0.5,0.4L59.4,78.7z M58.2,79.2c0.3,0.6,0.6,0.4,1,0.2c0,0.1,0,0.2-0.1,0.3c-0.1,0.2-0.3,0.4-0.5,0.6            c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.1-0.2-0.1-0.2C58.2,79.8,58.2,79.5,58.2,79.2L58.2,79.2z M56.4,84.7c-0.2,0.1-0.3,0.1-0.5,0.2            l-0.1-0.2c0.2-0.1,0.3-0.3,0.5-0.4c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.3,0.5-0.3,0.8-0.1c0,0,0.1,0.1,0.1,0.1c0.2,0.4,0.4,0.8,0.6,1.3            c0,0.1-0.1,0.2-0.2,0.3c-0.4,0.2-0.8,0.3-1.2,0.4c0-0.3-0.1-0.6-0.2-0.9C56.8,84.5,56.6,84.7,56.4,84.7L56.4,84.7z M58,87.6            L58,87.6c-0.2,0.1-0.3,0.1-0.4,0.1c-0.2-0.2-0.3-0.4-0.5-0.7l0.6-0.4l0.1,0.1C57.7,87,57.7,87.4,58,87.6L58,87.6z M60.9,109.4            c-0.3-0.6-0.5-1.1-0.7-1.7c-0.3-0.6-0.5-1.3-0.7-1.9c-0.2-0.5-0.4-1.1-0.6-1.7c-0.1-0.4-0.2-0.7-0.2-1.1c0-0.1,0-0.2-0.1-0.3            c-0.1-0.4-0.2-0.9-0.3-1.3c-0.1-0.4-0.2-0.8-0.3-1.2c-0.1-0.7-0.2-1.3-0.4-1.9c-0.1-0.6-0.3-1.1-0.4-1.7c-0.1-0.8-0.2-1.6-0.3-2.3            c0-0.4-0.1-0.8-0.1-1.2c0-0.8-0.1-1.7-0.1-2.5c0-0.8,0-1.5,0-2.3c0-0.1,0.1-0.2,0.1-0.3c0.1,0,0.2,0.1,0.3,0.2            c0.2,0.2,0.3,0.3,0.4,0.5c0,0.2,0,0.4,0,0.5l-0.1,0.1l2.4,2c-0.1,0-0.2,0-0.3,0c-0.6-0.4-1.2-0.9-1.8-1.4c-0.1-0.1-0.2-0.2-0.4-0.2            c-0.1,0-0.2,0-0.3,0c0,0.1,0.1,0.3,0.1,0.3c0.6,0.5,1.2,1,2,1.3c0.3,0.1,0.5,0.3,0.8,0.4c0.3,0.1,0.6,0.2,0.9,0.4            c0.1,0,0.2,0.1,0.2,0.1l-0.6,0.4c-0.5-0.2-1-0.5-1.6-0.8c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.1,0.1-0.2,0.1c0,0,0,0.1,0.1,0.2            c0.6,0.3,1.1,0.5,1.7,0.8c0.1,0,0.1,0.1,0.2,0.1c0.2,0.1,0.4,0.3,0.3,0.5c0,0.1-0.4,0.1-0.5,0c-0.4-0.2-0.7-0.5-1.1-0.7            c-0.1,0-0.1-0.1-0.2-0.1c0,0.1-0.1,0.2,0,0.3c0.1,0.1,0.2,0.3,0.3,0.3c0.4,0.2,0.8,0.5,1.2,0.7c0.3,0.3,0.4,0.8,0.3,1.2            c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.1-0.1c0.1-0.4-0.3-0.5-0.5-0.5c-0.7-0.3-1.3-0.6-1.9-1c-0.1-0.1-0.3,0-0.4-0.1            c0,0.1,0,0.4,0.1,0.4c0.7,0.4,1.3,0.9,2,1.3c0.1,0.1,0.2,0.1,0.3,0.2c1,0.5,0.7,0.5,0.8,1.3c0,0.3-0.2,0.4-0.4,0.2            c-0.2-0.1-0.4-0.1-0.5-0.2l0,0.1c0.4,0.3,0.7,0.6,1,0.9c0.2,0.5,0.3,1,0.4,1.4c-0.2,0-0.4,0-0.5-0.1c-0.7-0.3-1.5-0.6-2.2-0.9            c-0.1,0-0.2,0-0.3,0l-0.1,0.1c0.2,0.1,0.3,0.3,0.5,0.4c0.8,0.4,1.6,0.8,2.4,1.2c0.2,0.1,0.3,0.2,0.4,0.4c0.1,0.3,0.1,0.5,0.2,0.8            c-0.8,0.1-1.4-0.6-2.2-0.7l-0.1,0.1c0.2,0.2,0.4,0.3,0.6,0.4c0.5,0.3,1.1,0.5,1.7,0.7c0.1,0,0.2,0.1,0.2,0.1            c0.1,0.4,0.2,0.8,0.3,1.2c-0.8-0.3-1.6-0.5-2.5-0.6c0.1,0.4,0.5,0.4,0.8,0.5c0.4,0.2,0.9,0.4,1.4,0.5c0.4,0.1,0.7,0.4,0.9,0.8            c0,0.1,0,0.2,0,0.3c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1-0.1-0.2-0.1c-0.2,0-0.3,0.1-0.5,0.1l0.3,0.2c0.3,0.2,0.8,0.1,1,0.5            c0.2,0.4,0.4,0.8,0.6,1.3c0,0.1,0,0.2,0,0.2c-0.1,0-0.2,0-0.3,0c-0.4-0.1-0.8-0.2-1.3-0.3c-0.2-0.1-0.5-0.2-0.8-0.3            c0.1,0.5,0.5,0.6,0.8,0.7c0.6,0.1,1.1,0.3,1.7,0.4c0.3,0.2,0.5,0.4,0.5,0.8c0.1,0.2-0.1,0.2-0.3,0.1c-0.7-0.2-1.3-0.4-2-0.3            c-0.1,0-0.1,0.1-0.2,0.2c0.3,0.1,0.5,0.2,0.8,0.3c0.5,0.1,1,0.3,1.6,0.3c0.4,0.1,0.7,0.3,0.9,0.7c0,0.2,0.1,0.3,0.1,0.5            c-0.1,0-0.3,0-0.4,0c-0.7-0.2-1.3-0.4-1.9-0.6c-0.2-0.1-0.4-0.3-0.7-0.1c0.3,0.2,0.5,0.4,0.8,0.5c0.7,0.2,1.4,0.4,2,0.7            c0.2,0.1,0.4,0.2,0.6,0.4c0,0,0,0.2,0,0.3c-0.1,0.1-0.2,0.1-0.3,0c-0.4-0.1-0.8-0.2-1.1-0.4c-0.3-0.1-0.6-0.2-0.8-0.4            c-0.5-0.3-1.1-0.5-1.7-0.5C61.1,109.6,61,109.5,60.9,109.4L60.9,109.4z M64.8,115.3c-1.6-1.4-2.8-3.2-3.5-5.2            c0.4,0.1,0.8,0.1,1,0.5c0,0.1,0.2,0.1,0.2,0.1c0.8,0.4,1.7,0.6,2.6,0.6c0.3,0,0.6,0.2,0.6,0.5c0,0,0,0.1,0,0.1            c0.1,0.4,0.2,0.7,0.3,1.1c0.1,0.3,0,0.3-0.2,0.3c-0.1,0-0.3,0-0.4,0c-0.1,0-0.1,0.1-0.2,0.1c0.1,0.1,0.1,0.2,0.2,0.2            c1,0,1.4,0.7,1.7,1.5c0.1,0.2,0,0.3-0.2,0.3c-0.4,0-0.8-0.1-1.2-0.2C65.4,115.2,65.1,115.2,64.8,115.3L64.8,115.3z M68.8,118.1            l-3.4-2.2l0.1-0.1c0.6,0,1.2,0,1.8,0c0.2,0,0.4,0.4,0.6,0.6c0.3,0.4,0.6,0.8,0.9,1.2c0.1,0.1,0.1,0.2,0.2,0.3L68.8,118.1z             M72.5,119.8c-1.2-0.5-2.3-1.1-3.5-1.6c0,0,0-0.1,0-0.1c0.3-0.2,0.2-0.4,0.1-0.6c-0.2-0.4-0.4-0.8-0.5-1.2c0-0.1,0-0.2,0-0.3            c0.4,0,0.8,0.1,1.2,0.2c0.1,0,0.2,0.1,0.2,0.2c0.1,0.2,0.3,0.5,0.4,0.7c0.1,0.3,0.1,0.5-0.4,0.6c0.3,0.1,0.5,0.3,0.7,0.5            c0.3,0.3,0.6,0.6,0.9,0.9c0.2,0.3,0.6,0.4,0.9,0.4c0.6,0,1.1,0.2,1.7,0.3c0.5,0.1,1,0.2,1.5,0.3c0.2,0.1,0.4,0.1,0.6,0.2l-0.1,0.2            C75,120.3,73.7,120.1,72.5,119.8L72.5,119.8z M79.4,121.8c-0.2,0-0.3-0.1-0.5-0.1l-1.8-0.3c-0.5-0.1-1-0.2-1.4-0.3            c-0.3-0.1-0.6-0.2-1-0.3l0-0.2c0.3,0,0.5,0,0.8,0.1c0.7,0.1,1.3,0.2,2,0.4c0.8,0.2,1.7,0.4,2.5,0.5c0.2,0,0.3,0,0.5,0            c0.1,0,0.3,0.1,0.4,0.2C80.5,122,79.9,122,79.4,121.8L79.4,121.8z M83.4,122.9l-1.5-0.2c0,0,0-0.1,0-0.1c0.1,0,0.2-0.1,0.3-0.1            c0.1,0,0.2,0,0.3,0c0.4-0.4,0.6-0.1,0.8,0.2c0,0,0.1,0.1,0.1,0.1L83.4,122.9z M124.2,90.4c-0.2,0.6-0.3,1.3-0.4,1.9            c-0.1,0.5-0.2,0.9-0.8,1.1c-0.6,0.3-1.2,0.6-1.8,0.9c-0.1,0-0.1,0.2-0.2,0.2c0.1,0,0.2,0.1,0.3,0.1c0.5-0.2,1-0.4,1.5-0.6            c0.1-0.1,0.3-0.1,0.4-0.2c0,0.1,0.1,0.1,0.1,0.2c-0.1,0.4-0.2,0.9-0.3,1.3c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3            c-0.1,0.7-0.2,1.4-0.4,2.1c0,0.2-0.3,0.3-0.5,0.4c-0.5,0.2-1,0.4-1.5,0.6c-0.1,0-0.1,0.1-0.1,0.2c0.1,0,0.2,0.1,0.2,0.1            c0.5-0.1,0.9-0.2,1.3-0.4c0.2-0.1,0.4-0.1,0.3,0.2c0,0.4-0.1,0.7-0.2,1.1c-0.2,0.6-0.4,1.1-0.6,1.7c-0.1,0.3-0.2,0.6-0.3,0.8            c-0.1,0.1-0.2,0.2-0.3,0.2c-0.6,0-0.9,0.3-1.4,0.6c-0.2,0.1-0.4,0.3-0.6,0.4c0.8,0.1,1.3-0.4,2-0.5l0.1,0.1c-0.3,0.7-0.7,1.5-1,2.2            c-0.2,0.5-0.4,1-0.6,1.5c-0.1,0.2-0.3,0.3-0.6,0.4c-0.3,0.1-0.6,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0.1,0.2,0.2,0.2            c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.3,0.1c0,0,0,0.2,0,0.2c-0.8,1.2-1.6,2.3-2.5,3.4c-0.8,0.8-1.5,1.8-2.3,2.6            c-0.7,0.7-1.4,1.3-2.1,1.9c-0.4,0.3-0.8,0.7-1.2,1c-0.6,0.4-1.3,0.9-1.9,1.3c-0.4,0.3-0.8,0.5-1.3,0.8c-0.1,0-0.2,0-0.2,0            c0-0.1,0-0.2,0-0.2c0.5-0.8,0.9-1.5,1.4-2.3c0.3-0.5,0.6-1,0.8-1.6c0.2-0.4,0.4-0.8,0.5-1.2c0.3-0.6,0.5-1.2,0.7-1.9            c0.2-0.5,0.4-1,0.6-1.5c0.2-0.5,0.4-0.9,0.5-1.4c0.1-0.4,0.2-0.8,0.3-1.1c0.1-0.4,0.2-0.7,0.3-1.1c0.1-0.5,0.2-1.1,0.3-1.6            c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.1,0.1-0.1c0.1-0.4,0.1-0.8,0.2-1.2c0.1-0.3,0.1-0.6,0.2-0.9c0.1-0.4,0.3-0.8,0.4-1.2            c0.1-0.3,0.1-0.5,0.4-0.6c0-0.1,0-0.2-0.1-0.3c0-0.1-0.2-0.1-0.2-0.1c0-0.3,0-0.5,0.1-0.8c0-0.1,0-0.2,0.1-0.3            c0.1-0.1,0.1-0.3,0.1-0.4c0-0.3-0.1-0.5,0.2-0.7c0,0,0-0.1,0-0.1c0.1-0.4,0.2-0.9,0.2-1.3c0.1-0.9,0.2-1.8,0.2-2.7            c0-0.1,0-0.2-0.1-0.4c-0.2-0.5-0.2-0.5-0.6-0.1c0,0.1-0.1,0.1-0.2,0.1c-1,0.3-1.9,0.7-2.8,1.1l0,0.1h0.5l0,0.1l-1.6,0.6            c1.3,0,2.6-0.4,3.7-1l-0.7-0.1c0.3-0.1,0.6-0.2,0.8-0.3c0,0,0.2,0.1,0.2,0.2c0.1,0.7,0,1.5-0.1,2.2c0,0.2,0,0.5,0,0.7            c0,0.3-0.1,0.5-0.2,0.7c0,0.1,0,0.2-0.1,0.3c-0.1,0.3-0.1,0.5-0.2,0.8c0,0.1,0,0.1-0.1,0.2c-0.1,0.4-0.1,0.8-0.2,1.2            c0,0.1,0,0.1-0.1,0.1c-0.4,0.1-0.8,0.3-1.1,0.4s-0.8,0.2-1.1,0.4c-0.3,0.1-0.6,0.2-0.9,0.3l0,0.1c0,0,0.1,0.1,0.1,0.1            c0.5-0.1,1-0.2,1.5-0.3c0.2,0,0.3-0.1,0.5-0.1c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.3,0,0.4,0c0,0.2,0,0.3,0,0.5c0,0.2-0.1,0.3-0.1,0.5            c-0.1,0.4-0.2,0.8-0.3,1.2c-0.1,0.4-0.2,0.7-0.2,1.1c-0.1,0.3-0.2,0.6-0.3,0.9c0,0.1-0.2,0.1-0.3,0.1c-0.4,0.1-0.7,0.1-1.1,0.2            c-0.4,0.1-0.7,0.2-1.1,0.3c0.1,0,0.2,0.1,0.3,0.1c0.5,0,1-0.1,1.4-0.1c0.2,0,0.3,0,0.5-0.1c0,0.2,0,0.5,0,0.7            c-0.1,0.4-0.2,0.8-0.3,1.2c-0.1,0.4-0.2,0.7-0.4,1c0,0-0.1,0.1-0.1,0.1c-0.2,0.7-0.4,1.4-0.6,2.1c-0.2,0.5-0.4,1-0.5,1.5            c-0.1,0.2-0.2,0.5-0.2,0.7c-0.5,1.1-0.9,2.1-1.4,3.2c-0.4,0.7-0.8,1.4-1.4,2c-0.2,0.3-0.5,0.5-0.7,0.8c-0.5,0.5-1.1,0.9-1.8,1.1            c-0.4,0.2-0.9,0.3-1.3,0.4c-0.3,0.1-0.6,0.1-0.9,0.2c-0.4,0.1-0.9,0.1-1.3,0.2c-0.3,0.1-0.7,0.2-1,0.2c-0.6,0.1-1.3,0.3-1.9,0.4            c-0.4,0.1-0.9,0.2-1.3,0.2c-0.4,0.1-0.8,0.1-1.2,0.2c-0.7,0.1-1.5,0.2-2.2,0.3c-0.4,0.1-0.8,0-1.2,0.1c-0.5,0-0.9,0.1-1.4,0.1            c-1.2,0-2.5,0.1-3.7,0.1c-0.9,0-1.8-0.1-2.7-0.2c-0.3-0.1-0.5-0.1-0.8-0.3c0.3-0.5,0-0.9-0.3-1.3c-0.4-0.7-0.9-1.4-1.3-2.1            c0-0.1-0.1-0.3-0.1-0.4c0.1,0,0.3,0,0.4,0c0.6,0,1.2,0,1.8,0c0.4,0,0.7,0,1.1,0c0.1,0,0.2-0.1,0.3-0.2c-0.1-0.1-0.2-0.2-0.3-0.2            c-0.8,0-1.6,0-2.4,0c-0.3,0-0.6,0-0.8,0c-0.3,0-0.4-0.1-0.5-0.3c-0.3-0.6-0.7-1.2-0.9-1.8c-0.3-0.7-0.5-1.4-0.7-2.1            c-0.2-0.6-0.3-1.2-0.4-1.8c-0.1-0.9-0.2-1.8-0.3-2.6c-0.1-0.7-0.1-1.5-0.2-2.2c0-0.4,0.1-0.4,0.4-0.3c0.6,0.1,1.3,0.3,1.9,0.4            c0.2,0,0.5,0,0.7,0c0.2,0,0.4,0.1,0.7,0.1c0.2,0,0.3,0,0.5-0.1c0-0.1,0-0.1,0-0.2c-0.3-0.1-0.6-0.2-1-0.2c-0.9-0.1-1.8-0.1-2.7-0.3            c-0.4,0-0.6-0.3-0.6-0.7c-0.1-1.4-0.3-2.8-0.3-4.1c0-0.8,0-1.5,0.1-2.2c0-0.4,0.2-0.9,0.3-1.3c0-0.1,0-0.2,0-0.4            c0-0.1-0.1-0.1-0.2-0.1c0,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.3-0.2,0.4c-0.1,0.4-0.1,0.7-0.2,1.1c-0.1,0.5-0.2,1-0.3,1.5            c0,0.2,0,0.4,0,0.5c0,0.4,0.1,0.9,0.1,1.3c0,0.2,0.1,0.5,0.1,0.7c0.1,1.1,0.2,2.2,0.3,3.3c0.1,1.2,0.2,2.3,0.4,3.5            c0.1,0.8,0.1,1.5,0.2,2.3c0.1,0.5,0.2,1,0.4,1.4c0.1,0.3,0.2,0.5,0.2,0.8c0.3,1.3,0.8,2.5,1.5,3.6c0.3,0.6,0.6,1.2,1,1.8            c0.2,0.3,0.4,0.6,0.6,1c0.1,0.1,0.1,0.3,0.2,0.4l-0.5,0c0.2-0.4,0-0.5-0.2-0.6c-0.4-0.3-0.9-0.4-1.3-0.4c-1.1-0.1-2.2-0.3-3.3-0.4            c-0.2-0.1-0.3-0.1-0.4-0.2l0-0.1c0.1,0,0.3,0,0.4,0c0.9,0.1,1.8,0.2,2.7,0.3c0.2,0,0.3,0,0.5-0.1v-0.1c-0.1,0-0.3-0.1-0.4-0.1            c-0.7-0.1-1.5-0.2-2.2-0.3c-0.3,0-0.5-0.1-0.8-0.1c-0.6-0.1-0.9-0.3-1-1c1.3,0.2,2.5,0.3,3.8,0.3c-0.1-0.3-0.4-0.4-0.7-0.3            c-0.2,0-0.4,0-0.6,0c-0.5-0.1-1.1-0.1-1.6-0.2c-0.4-0.1-0.8-0.2-1.1-0.2c-0.1,0-0.1-0.1-0.1-0.1c-0.2-0.4-0.5-0.8-0.8-1.3            c1.4,0.5,2.8,0.8,4.2,1l0.2-0.2l-0.5-0.3l0.2-0.3c-0.3-0.1-0.6-0.1-0.8-0.2c-0.5-0.1-0.9-0.1-1.4-0.2c-0.1,0-0.2,0-0.3,0            c-0.6,0-1.3-0.1-1.8-0.4c-0.2-0.1-0.4-0.4-0.5-0.6c0,0,0.1-0.2,0.2-0.2c0.4,0,0.9,0.1,1.3,0.1c0.1,0,0.3,0.1,0.4,0.1            c0.4,0,0.8,0.1,1.3,0.1c0.2,0,0.4,0,0.5-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.2-0.1-0.3-0.1c-1-0.1-2-0.3-3-0.4c-0.6-0.1-1-0.6-1.1-1.2            c0-0.1,0.1-0.2,0.2-0.2c0.2,0,0.4,0,0.6,0.1c0.9,0.2,1.8,0.2,2.7,0.2c0.1,0,0.2-0.1,0.3-0.1c0,0,0-0.1,0-0.1c-0.2,0-0.3,0-0.5-0.1            c-0.5-0.1-1-0.1-1.5-0.1c-0.6-0.1-1.2-0.1-1.7-0.2c-0.3-0.2-0.5-0.5-0.4-0.9c0-0.1,0.1-0.1,0.2-0.1c0.4,0,0.7,0.1,1.1,0.2            c0.4,0.1,0.8,0.1,1.2,0.1c0.1,0,0.2-0.2,0.3-0.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.7-0.2-1.5-0.2-2.2-0.2c-0.5,0-0.5-0.1-0.4-0.6            c0.1,0,0.2,0,0.2,0c0.7,0.1,1.4,0.3,2.2,0.4c0.2,0,0.4,0,0.7,0c0.6-0.1,1.1-0.2,1.6-0.4c0.1,0,0.2-0.1,0.2-0.2            c-0.1-0.1-0.2-0.2-0.2-0.2c-0.5,0-1,0-1.5-0.1c-0.4,0-0.9-0.1-1.3-0.2c-0.5,0-0.9-0.1-1.4,0l0.4,0.3c-0.5,0.1-1.1-0.2-1.2-0.7            c0,0,0-0.1,0-0.1c-0.2-0.7-0.1-0.8,0.6-0.6c0,0,0.1,0,0.1,0c1,0.1,2,0.2,3,0.3c0.1,0,0.3,0,0.4-0.1l0-0.1c-0.1-0.1-0.2-0.1-0.3-0.1            c-0.9-0.1-1.7-0.2-2.6-0.3c-0.4-0.1-0.9-0.1-1.3-0.2c-0.1,0-0.2-0.1-0.2-0.2c0-0.2,0-0.4-0.1-0.6l3.5,0.2l0-0.2            c-0.3-0.2-0.6-0.2-0.9-0.2c-0.6,0-1.1,0-1.7-0.2c-0.3-0.1-0.6-0.2-0.9-0.2c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.3-0.2-0.6-0.2-0.9            c0-0.2,0-0.3,0.2-0.3c0.6,0,1.2,0.1,1.8,0.1c0.6,0,1.2,0.1,1.8,0.2c0.1,0,0.3-0.1,0.4-0.1c-0.1-0.1-0.1-0.2-0.2-0.2            c-0.4-0.1-0.9-0.2-1.3-0.2c-0.8-0.1-1.7-0.1-2.5-0.2c-0.2-0.1-0.3-0.2-0.4-0.4c-0.1-0.2,0-0.4,0.3-0.3c1.7,0.2,3.4,0.2,5.1,0.1            c0.1,0,0.2,0,0.3,0c0.1,0,0.2-0.1,0.2-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.3,0-0.5,0-0.8,0c-1.2-0.1-2.5-0.1-3.7-0.2            c-0.3,0-0.6,0-0.9,0c-0.2,0-0.4-0.1-0.4-0.3c0,0,0,0,0,0c-0.2-0.8-0.1-0.9,0.7-0.9c0.8,0.1,1.6,0.2,2.4,0.2c0.2,0,0.4,0,0.5,0            l0-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.8-0.1-1.6-0.2-2.4-0.3c-0.2,0-0.3,0-0.5,0c-0.3,0-0.4-0.1-0.4-0.4c0-0.2-0.1-0.4-0.1-0.5            c0-0.2,0.1-0.3,0.3-0.2c0.6,0.1,1.2,0.2,1.8,0.3c0.7,0.1,1.4,0.2,2.1,0.3c0.2,0,0.5,0,0.8,0c-0.3-0.2-0.6-0.4-1-0.4            c-0.7-0.1-1.4-0.2-2-0.4c-0.5-0.1-0.9-0.2-1.4-0.2c-0.5-0.1-0.5-0.1-0.5-0.5c0-0.7,0-0.7,0.7-0.5c0.6,0.2,1.1,0.4,1.7,0.5            c0.7,0.1,1.3,0.2,2,0.2c0.1,0,0.2,0,0.4-0.1V101l-1.8-0.5c0-0.6-0.5-0.6-0.9-0.7c-0.5-0.2-1-0.3-1.6-0.5c-0.2-0.1-0.3-0.3-0.3-0.5            c0,0,0,0,0-0.1c0.1-0.2,0.1-0.5,0.5-0.5c0.2,0,0.3,0.1,0.5,0.1l0.1-0.3c0.4,0.1,0.8,0.3,1.3,0.4c0.3,0.1,0.7,0.2,1,0.2            c0.7,0.1,1.5,0.1,2.2,0.1c0.2,0,0.3-0.1,0.4-0.2c-0.8-0.2-1.7-0.3-2.5-0.3l0-0.1c0.1,0,0.3-0.1,0.4-0.1c0.5,0,1.1,0,1.6,0.1            c0.1,0,0.2-0.1,0.3-0.1c-0.1-0.1-0.2-0.2-0.3-0.2c-0.6-0.1-1.2,0-1.8-0.2c-0.5-0.1-1-0.3-1.5-0.5c-0.1,0-0.2,0-0.4-0.1            c0,0.1,0,0.3,0.1,0.4c0.2,0.3,0.6,0.4,0.9,0.4c0.1,0,0.2,0,0.3,0c0,0,0,0.1,0,0.1c-0.2,0-0.5,0-0.7,0c-0.4-0.1-0.8-0.3-1.3-0.4            c-0.2,0-0.4,0-0.6,0c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.1-0.3,0-0.4c0-0.1,0.1-0.3,0.2-0.4c0.1-0.2,0-0.4-0.2-0.5c0,0-0.1,0-0.1,0            c-0.8-0.2-1.6-0.4-2.4-0.6c-0.7-0.2-1.4-0.4-2-0.7c-0.2-0.1-0.4-0.4-0.6-0.6l-0.3,0.1l-0.2-0.3l-0.2-0.1c0,0.1-0.1,0.3-0.2,0.4            c-0.2,0.2-0.5,0.3-0.7,0.1c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1v-0.1L65,94c0,0,0-0.1,0-0.1            c-0.7-0.3-1.5-0.2-2.1-0.9c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.1,0.9,0.2c0.5,0,1,0,1.5-0.1c0.1,0,0.2,0.1,0.2,0.2            c0.1,0.4,0.3,0.7,0.7,0.8c0.4,0.2,0.7,0.4,1.1,0.6c0.5,0.2,1,0.4,1.4,0.5c0.4,0.1,0.8,0.3,1.2,0.4c0.3,0.1,0.6,0,0.9,0.1            c0.2,0,0.5,0.1,0.7,0.2c0.6,0.3,1.1,0.7,1.7,0.9c0.3,0.2,0.7,0.2,1.1,0.2c0.6,0.1,1.2,0.1,1.7-0.1c0.1,0,0.3,0.1,0.4,0.2            c0.6,0.3,1.2,0.5,1.8,0.6c0.6,0.1,1.3,0.2,1.9,0.2c0.2,0,0.4,0,0.5-0.1c0.3-0.1,0.6-0.1,0.9,0c0.3,0.2,0.7,0.1,1,0.3            c0.8,0.2,1.6,0.3,2.5,0.2c0.2,0,0.4-0.1,0.5-0.1c0.3-0.1,0.6-0.2,0.9,0.1c0.1,0.1,0.2,0.2,0.1,0.3c-0.1,0.1-0.1,0.1-0.3,0.2            c-0.2,0-0.5,0-0.7,0c-0.4,0-0.8,0-1.3,0c-0.3,0-0.6,0.1-0.7,0.3c-0.1,0.1-0.1,0.2-0.1,0.3c0.1,0.1,0.1,0.2,0.3,0.2            c1,0.1,1.9,0.2,2.9,0.3c0.8,0.1,1.6,0.1,2.5,0.2c0.1,0,0.2,0.2,0.2,0.3c0,1.1-0.1,2.1-0.1,3.2c0,0.3,0,0.5,0,0.8l0.1,0            c0.1-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.2,0-0.3c0.1-1.2,0.1-2.5,0.2-3.7c0-0.2-0.1-0.4-0.1-0.5c0-0.1,0.1-0.3,0.2-0.4            c0.5-0.3,1-0.8,1.3-1.3c0.1-0.1,0.2-0.2,0.3-0.2c0.2,0.2,0.4,0.3,0.7,0.5c0.4,0.2,0.9,0.4,1.3,0.4c0.6,0,1.2,0.1,1.8,0            c0.5-0.1,0.9-0.3,1.4-0.5c0.3-0.1,0.5-0.3,0.7-0.4c0.1,0,0.1,0,0.2,0c0.5,0.1,1.1,0.3,1.6,0.3c0.2,0,0.5,0,0.7-0.1            c0.5-0.1,1-0.2,1.5-0.3c0.5-0.2,0.9-0.4,1.4-0.7c0.1,0,0.1-0.1,0.1-0.1c0.6,0,1.2,0,1.8,0c0,0,0,0,0.1,0.1l-1.8,0.6l0,0.2            c0.3,0,0.7-0.1,1-0.1c0.1,0,0.2-0.1,0.2-0.1c0.7-0.1,1.3-0.3,2-0.4c0.2-0.1,0.4-0.1,0.7-0.2c0.1,0,0.1-0.1,0.1-0.2            c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.2-0.1-0.4-0.2l0.7-0.6l0.1,0.1c0.1,0.7,0.1,1.3,0.1,2c-0.1,0.5-0.2,1.1-0.3,1.6            c-0.1,0.6-0.2,1.2-0.2,1.7c0,0.3-0.1,0.6-0.2,0.9c0,0,0,0.1,0,0.1c-0.1,0.7-0.1,1.3-0.2,2s-0.3,1.3-0.4,1.9c0,0.1,0,0.3,0,0.4            c0,0.2-0.1,0.4-0.1,0.6c0,0.1-0.1,0.1-0.1,0.2c0,0.6-0.1,1.1-0.2,1.7c-0.1,0.4,0,0.9-0.3,1.3c-0.2,0.2-0.2,0.6-0.3,1            c-0.1,0.4-0.2,0.7-0.3,1c-0.1,0.3-0.2,0.7-0.2,1s-0.2,0.7-0.3,1c-0.1,0.4-0.2,0.8-0.4,1.2c-0.2,0.5-0.4,1-0.5,1.5            c-0.1,0.2-0.1,0.5-0.3,0.7c-0.3,0.6-0.5,1.2-0.8,1.7c-0.2,0.5-0.6,0.9-0.8,1.3c0,0.1,0,0.2,0,0.3c0.1,0,0.2,0,0.3,0            c0.3-0.3,0.6-0.7,0.9-1.1c0.3-0.5,0.6-1,0.8-1.5c0.3-0.8,0.6-1.7,0.9-2.5c0.2-0.6,0.4-1.2,0.5-1.7c0.1-0.3,0.2-0.7,0.3-1            c0.1-0.4,0.2-0.8,0.3-1.2c0.1-0.4,0.2-0.8,0.3-1.2c0.1-0.4,0.3-0.7,0.4-1c0,0,0,0,0-0.1c0.1-0.5,0.1-0.9,0.2-1.4            c0.1-0.6,0.3-1.2,0.4-1.8c0-0.1,0-0.2,0-0.3c0.1-0.3,0.1-0.7,0.2-1c0-0.2,0-0.3,0-0.5c0.2-0.7,0.1-1.5,0.4-2.3c0-0.1,0-0.3,0-0.4            c0.1-0.3,0.1-0.7,0.2-1c0-0.3,0-0.5,0-0.8c0-0.3,0.1-0.5,0.1-0.7c0-0.1,0.1-0.1,0.1-0.2c0.1-0.7,0.2-1.4,0.2-2.2c0-0.4,0-0.8,0-1.2            c0-0.3,0-0.5-0.4-0.5c0.1-0.3,0.5-0.6,0.9-0.6c0.6-0.1,1.2-0.2,1.8-0.4c0.8-0.2,1.5-0.6,2.1-1.1c0.2-0.2,0.6-0.1,0.9-0.1            c0.4,0,0.8,0.1,1.3,0.1c0.2,0,0.4,0.1,0.5,0.2c0,0,0,0.1,0,0.1l-0.6,0.4c0,0,0,0.1,0,0.1c0.1,0,0.3,0,0.4,0            c0.7-0.2,1.5-0.4,2.2-0.6c0.3-0.1,0.5-0.2,0.7-0.3c0.3-0.1,0.5-0.3,0.2-0.7l0.4-0.2c0,0.2,0,0.3,0.1,0.5c0,0.2,0,0.5,0,0.7            c0.1,0.8,0,1.5-0.2,2.2c0,0.2-0.1,0.4,0,0.6c0,0.5-0.1,0.5-0.6,0.6c-0.2,0-0.3,0.1-0.5,0.2c-0.8,0.3-1.6,0.7-2.5,1            c-0.1,0.1-0.2,0.1-0.3,0.2l0.1,0.1c0.3-0.1,0.5-0.1,0.8-0.2c0.3-0.1,0.6-0.2,0.8-0.3c0.5-0.2,0.9-0.3,1.4-0.5c0.1,0,0.3,0,0.4,0            c0,0.1-0.1,0.2-0.1,0.4c0,0,0,0.1,0,0.1c-0.1,0.4-0.1,0.9-0.2,1.3c-0.1,0.4-0.3,0.9-0.4,1.3c-0.1,0.4-0.2,0.8-0.2,1.2            c0,0.3-0.1,0.3-0.4,0.4c-0.4,0.1-0.8,0.2-1.2,0.3c-0.4,0.1-0.8,0.2-1.2,0.3c-0.3,0.1-0.5,0.1-0.8,0.2c-0.1,0-0.1,0.1-0.2,0.3            c1.2,0,2.5-0.2,3.6-0.8c0,0.1,0.1,0.2,0.1,0.2c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.4-0.2,0.9-0.4,1.3c-0.2,0.5-0.2,1.2-0.6,1.6            c-0.1,0.1-0.2,0.2-0.3,0.2c-0.6,0.1-1.2,0.2-1.8,0.4c-0.2,0.1-0.4,0.2-0.5,0.3c0,0,0,0.1,0,0.1c0.3,0,0.5,0,0.8-0.1            c0.4-0.1,0.8-0.2,1.1-0.3c0.2,0,0.4,0,0.7,0c-0.6,1.3-1.1,2.5-1.7,3.6c-0.6,1.2-1.3,2.3-2,3.4l0.1,0.1c0.2-0.3,0.4-0.5,0.6-0.8            c0.2-0.3,0.4-0.6,0.6-0.9c0.5-0.9,1.1-1.9,1.6-2.8s0.9-2,1.3-3c0.2-0.5,0.3-1,0.5-1.5c0.1-0.3,0.3-0.6,0.3-0.8            c0.1-0.3,0.2-0.7,0.3-1c0.2-0.4,0.1-0.9,0.4-1.3c0,0,0-0.1,0-0.1c0.1-0.5,0.3-1.1,0.4-1.6c0-0.1,0-0.2,0-0.3c0-0.2,0.1-0.3,0.1-0.5            c0,0,0.1-0.1,0.1-0.1c0.1-0.4,0.2-0.9,0.2-1.3c0.1-0.6,0.2-1.3,0.3-1.9c0-0.1,0-0.2,0-0.3c0-0.3-0.1-0.6,0.2-0.9            c0.1-0.1,0-0.2,0-0.3c0-0.7,0-1.3,0-2c0-0.3-0.1-0.5-0.1-0.8c0.2-0.1,0.5-0.1,0.8-0.2c1-0.3,2-0.8,2.9-1.4c0.1,0,0.2-0.1,0.3,0            C124.2,90.3,124.2,90.4,124.2,90.4L124.2,90.4z M71.6,99.9l0.1-0.2l2,0.5l0,0.2l-0.8-0.1c-0.2,0-0.5-0.1-0.7-0.1            C72,100,71.8,100,71.6,99.9L71.6,99.9z M124.2,88.1C124.2,88.1,124.2,88.1,124.2,88.1l-1,1.2l-0.1,0c0-0.1,0.1-0.2,0.1-0.3            c0.4-0.6,0.7-1.3,0.8-2c0.1-0.2,0.1-0.3,0.3-0.5c0.1,0.2,0.1,0.3,0.1,0.5C124.3,87.4,124.3,87.7,124.2,88.1L124.2,88.1z             M124.8,84.8c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0.1-0.2,0.1-0.3,0.1c0,0.1,0.1,0.2,0.1,0.3s0.1,0.2,0.1,0.3c-0.1,0.1-0.2,0.2-0.3,0.3            c0,0-0.1-0.1-0.2-0.2c-0.3-0.3-0.7-0.6-1.1-1c-0.2-0.1-0.3-0.2-0.6-0.4c0.5-0.2,0.7,0.2,1,0.3c0.4-0.1,0.3-0.5,0.4-0.9L123,84            c0-0.5-0.5-0.4-0.8-0.5c0.2-0.3,0.4-0.6,0.5-1c0.1-0.3,0.3-0.6,0.4-0.9c0.1-0.2,0.3-0.4,0.5-0.3c0.6,0.1,1.1,0.6,1.1,1.2            c0,0.2,0,0.3,0.1,0.5C125.1,83.7,125.1,84.3,124.8,84.8L124.8,84.8z M104,74.4c-0.2-0.3-0.4-0.4-0.6-0.2c-0.1,0.1-0.1,0.2-0.1,0.3            C103.5,74.7,103.7,74.6,104,74.4L104,74.4z M91.8,85c0,0.2-0.1,0.5,0.2,0.5c0.1,0,0.2-0.2,0.3-0.4l-0.4-0.4            C91.8,84.8,91.8,84.9,91.8,85L91.8,85z M69.8,72.2c0.1-0.1,0.1-0.2,0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.3,0.1-0.5,0.2-0.7,0.4            c-0.7,0.7-1.2,1.6-1.3,2.5c0,0.2,0,0.4,0,0.6l0.2,0c0.1-0.3,0.2-0.5,0.3-0.8c0.1-0.3,0.2-0.8,0.6-0.9c0-0.1,0-0.3,0.1-0.4            C69,72.9,69.4,72.6,69.8,72.2L69.8,72.2z M78.3,72.7c0.1,0,0.2,0,0.3-0.1c0.2-0.1,0.3-0.3,0.5-0.4c0-0.1,0.1-0.2,0-0.2            c0,0-0.1-0.1-0.2-0.1c-0.2,0.2-0.4,0.3-0.6,0.5C78.2,72.4,78.3,72.6,78.3,72.7L78.3,72.7z M60.3,76.9c0.1-0.1,0.3-0.2,0.3-0.3            c0-0.3,0-0.6-0.1-0.9c0.2-0.8,1-1.1,1.6-1.5c0.6-0.4,1.3-0.8,2-1.1c0.6-0.2,1.1-0.4,1.7-0.6c0.4-0.1,0.5-0.1,0.5,0.4            c0,0.2,0.1,0.4,0.1,0.6h0.1c0.3-0.3,0.2-0.9,0.7-1.2c0.2-0.2,0.5-0.4,0.8-0.6c0.4-0.2,0.8-0.3,1.2-0.4c0.5-0.2,1-0.4,1.5-0.4            c0,0,0.1,0,0.1,0c0.4-0.1,0.7-0.1,1.1-0.2c0.2,0,0.4,0,0.6,0c0.1,0,0.3,0,0.4,0c0,0.1,0,0.3-0.1,0.4c-0.1,0.2-0.1,0.5-0.1,0.8            c0,0.1,0.2,0.2,0.2,0.3c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.2,0.1-0.4,0.2-0.6C74,70,75,69.7,76,69.4c0.6-0.1,1.1-0.2,1.7-0.2            c0.4-0.1,0.7-0.1,1.1-0.2c0-0.1,0-0.1,0-0.2c-0.1,0-0.3-0.1-0.4-0.1c-0.6,0-1.1,0-1.7,0c-0.4,0-0.8,0.1-1.2,0.2            c-0.5,0.2-1.1,0.5-1.6,0.7c-0.3,0.2-0.7,0.3-1.1,0.2c-0.3,0-0.7,0-1,0.1c-0.6,0.1-1.2,0.2-1.8,0.3c0,0,0,0,0,0            c-0.4,0-0.8,0.1-1.2,0.2c-0.6,0.3-1.2,0.7-1.8,1c-0.2,0.2-0.5,0.3-0.7,0.3c-1.2,0.2-2.3,0.6-3.3,1.1c-0.8,0.3-1.6,0.8-2.2,1.4            c-0.6,0.5-0.9,1.3-0.7,2C60,76.7,60.2,76.8,60.3,76.9L60.3,76.9z M76.5,72.6c-0.2,0.1-0.3,0.2-0.2,0.4c0.1,0.2,0.3,0.2,0.5,0            c0.4-0.3,0.8-0.6,1.1-0.9c0.1-0.1,0.1-0.2,0.2-0.3l-0.1-0.1c-0.1,0-0.3,0.1-0.4,0.2C77.2,72.1,76.9,72.4,76.5,72.6L76.5,72.6z             M70.7,74.3c0.1,0,0.3,0,0.3-0.1c0.2-0.2,0.4-0.4,0.5-0.6c0.1-0.1,0.1-0.2,0.2-0.3c-0.1,0-0.2-0.1-0.2-0.1            c-0.3,0.2-0.6,0.4-0.9,0.6C70.6,73.9,70.7,74.2,70.7,74.3L70.7,74.3z M72.5,73.6c-0.1,0-0.2,0.2-0.4,0.2c0.1,0.1,0.2,0.2,0.4,0.3            c0,0,0.2-0.1,0.3-0.2C72.7,73.8,72.6,73.6,72.5,73.6L72.5,73.6z M124,84.3c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1,0.1,0.1,0.2,0.2            c0.1-0.1,0.2-0.2,0.2-0.3C124.2,84.6,124.1,84.5,124,84.3L124,84.3z M112.4,114.4c-0.2,0-0.4,0.1-0.6,0.2c-0.3,0.1-0.7,0.1-1,0.2            c-0.1,0-0.2,0.1-0.2,0.2c0.7,0.2,1.4,0.1,2.1-0.3c0-0.1,0.1-0.2,0-0.2C112.5,114.4,112.4,114.4,112.4,114.4L112.4,114.4z             M119.5,78.4c-0.5-0.3-0.9-0.6-1.4-0.9c0.1,0.7,0.8,0.7,1.2,1.1l0,0.1l-1.1-0.2l0,0.1c0.1,0.1,0.2,0.2,0.3,0.2            c0.5,0.3,1,0.4,1.1,1.1c0,0.1,0,0.2,0.1,0.4c-0.1,0-0.3-0.1-0.4-0.1c-0.2-0.2-0.5-0.5-0.7-0.7c-0.8-0.5-1.4-1.2-1.7-2.1l0.3-0.1            c-1-0.7-6.9-2.3-7.6-2c0.1,0.1,0.3,0.2,0.4,0.3c0.3,0.1,0.6,0.3,0.9,0.4c0.3,0.1,0.6,0.2,0.9,0.3c0.1,0,0.2-0.1,0.4-0.1            c0.2-0.1,0.3-0.1,0.5-0.1c1,0.3,2,0.6,3,1c0.3,0.1,0.5,0.4,0.5,0.7l-1.3-0.6l-0.1,0.1c0.1,0.1,0.2,0.2,0.4,0.3            c0.4,0.2,0.7,0.4,1.1,0.7c0.4,0.2,0.6,0.6,0.6,1c0,0.1,0,0.2,0.1,0.3c0.1,0.3,0,0.3-0.2,0.2c-0.3-0.1-0.6-0.2-0.9-0.3            c-0.1,0-0.2,0-0.3,0c0,0.1,0.1,0.2,0.1,0.3c0.3,0.2,0.7,0.3,1,0.4c0.1,0,0.2,0.1,0.2,0.2c0,0.4,0,0.7,0,1.2            c-0.8-0.4-1.4-0.7-2.1-1.1c-0.4-0.2-1-0.4-1.1-0.8c0.1-0.6,0.3-1,0.3-1.5c0-0.3-0.1-0.7,0.1-1c0.2-0.2,0.1-0.5-0.1-0.7c0,0,0,0,0,0            c-0.2-0.1-0.4-0.1-0.6-0.2c0.3,1.1,0.2,2.3-0.2,3.4l-2.1-0.8c-0.2-0.1-0.4-0.2-0.6-0.2c-0.3-0.1-0.3-0.4-0.2-0.6            c0-0.1,0.2-0.2,0.2-0.2c0.5,0.1,1,0.3,1.5,0.4c0.4,0.1,0.7,0.2,1.1,0.3l0.1-0.1c-0.1-0.1-0.1-0.2-0.2-0.3c-0.4-0.2-0.8-0.4-1.3-0.5            c-0.3-0.1-0.6-0.2-0.9-0.3c-0.2-0.1-0.3-0.3-0.4-0.5c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.4c0.1,0,0.3,0,0.4,0            c0.2,0,0.3,0.1,0.5,0.1c0.2,0,0.4,0,0.6,0.1l0-0.2l-2.7-0.7l0.1-0.4l-0.8,0.1c0-0.4-0.2-0.5-0.5-0.4c-0.1,0-0.2-0.1-0.3-0.1            c-0.5-0.1-0.9-0.2-1.4-0.3c-0.3-0.1-0.6-0.1-0.9-0.2c-0.3,0-0.6,0-0.9-0.1l0,0.2l2.2,0.5c-0.6,0.3-1.2-0.3-1.8,0.1            c0.2,0.1,0.4,0.1,0.6,0.2c0.5,0.1,1,0.3,1.5,0.4c0.4,0.1,0.9,0.1,1.4,0.2c0.6,0.1,1.2,0.3,1.7,0.4c0.1,0.1,0.2,0.1,0.2,0.2            c0,0.1,0,0.2,0,0.3c0.1,0.4,0,0.5-0.4,0.4c-0.4-0.1-0.8-0.2-1.2-0.3c-0.6-0.2-1.3-0.4-1.9-0.5c-0.5,0-0.9-0.1-1.4-0.2            c-0.5-0.1-1-0.1-1.5,0.1c-0.1,0-0.2,0-0.3,0c-0.6-0.2-1.2-0.2-1.9-0.1c-0.3,0.1-0.4,0.4-0.4,0.7c0,0.2,0.2,0.3,0.4,0.3            c0,0,0,0,0.1,0c0-0.1,0-0.2,0-0.2c-0.2-0.3,0-0.3,0.2-0.5c0.2-0.1,0.4-0.2,0.7-0.1c0.7,0.2,1.4,0,2.1,0.4c0.1,0,0.2,0,0.3,0            c0.4-0.2,0.9-0.2,1.2,0c0.1,0,0.2,0,0.3,0c0.4,0.1,0.9,0.2,1.3,0.3c0.7,0.2,1.4,0.3,2,0.5c0.1,0,0.3,0.1,0.3,0.3            c0.1,0.2,0,0.3,0,0.5c0,0.1-0.3,0-0.4,0c-1.2-0.4-2.3-0.9-3.5-1.3c-0.1,0-0.3-0.1-0.4-0.1l0,0.1c0.2,0.1,0.5,0.2,0.7,0.3            c0.3,0.1,0.7,0.2,1,0.4c0.7,0.3,1.5,0.6,2.2,0.9c0.1,0,0.2,0.1,0.3,0.3c0.1,0.4,0.1,0.8-0.1,1.1c-0.1,0.4-0.2,0.7-0.3,1.1            c-0.1,0.3-0.2,0.5-0.5,0.4c-0.5-0.1-1-0.3-1.5-0.4c-0.6-0.2-0.6-0.2-0.6-0.8c0-0.2,0.1-0.4-0.2-0.4s-0.3,0.2-0.3,0.4            c0,0.4-0.1,0.4-0.4,0.4c-0.1,0-0.3,0-0.4,0l0,0.1l0.8,0.3c-0.1,0.7-0.3,1.3-0.4,2c-0.2,0.7-0.3,1.3-0.5,2c-0.1,0.4-0.3,0.8-0.5,1.2            c0,0.1-0.2,0.1-0.3,0.1c-0.6-0.1-1.2-0.3-1.8-0.3c-0.3-0.1-0.8-0.7-0.7-1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0-0.2,0-0.3            c-0.1,0.1-0.3,0.1-0.3,0.2c-0.2,0.4-0.4,0.9-0.6,1.3c0,0.1-0.2,0.2-0.2,0.2c-0.7-0.1-1.5-0.2-2.2-0.3c-0.3,0-0.5-0.1-0.4-0.6            c-0.2,0.2-0.3,0.2-0.4,0.3c-0.1,0.2-0.3,0.3-0.5,0.3c-0.6,0-1.2,0.1-1.8,0.1c-0.3,0-0.6,0.2-0.9-0.1c0,0-0.2,0.1-0.2,0.1            c0,0.5-0.1,1-0.1,1.5c0,0.3,0.1,0.6,0.1,0.9c0,0.1,0.1,0.2,0.2,0.3c0.1-0.1,0.1-0.2,0.1-0.4c0-0.4-0.1-0.8-0.1-1.1c0-0.9,0.1-1,1-1            c0.5,0,1.1,0,1.6,0c0.3,0,0.3,0.2,0.3,0.4c0,0.4,0,0.8,0,1.2c0,0.8-0.2,1.1-1,1.1c-0.1,0-0.3,0-0.4,0c-0.2,0-0.4,0.1-0.6,0.2l0,0.2            c0.3,0,0.6,0,1,0.1c0.3,0,0.7,0.1,1,0.2c0.1-0.1,0.3-0.1,0.4-0.1c0.6,0,1.2,0.1,1.8,0.2c0.1,0,0.1,0.2,0.1,0.3            c0,0.2-0.1,0.5-0.1,0.7l0.2,0.1c0.1-0.2,0.2-0.4,0.3-0.6c0.1-0.3,0.3-0.4,0.6-0.3c0.2,0,0.3,0.1,0.5,0.1c0.5,0.1,1,0.1,1.5,0.2            c0.1,0,0.1,0.1,0.2,0.1c0,0.3-0.1,0.6-0.1,0.7c0.3,0.2,0.3-0.2,0.5-0.3c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.2-0.1,0.4-0.1            c0.3,0,0.5,0.1,0.8,0.2c0.1,0,0.3,0,0.4-0.1c0,0,0-0.1,0-0.1l-1.3-0.5c0.1-0.2,0.2-0.3,0.2-0.4c0.2-0.5,0.4-1.1,0.6-1.6            c0.2-0.4,0.4-0.5,0.7-0.2c0.1,0,0.2,0.1,0.2,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.2-0.1,0.4-0.1,0.6            c0,0.1,0,0.3-0.1,0.4l0.1,0c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.1,0.2-0.2,0.3-0.2c0.3,0.1,0.5,0.1,0.7,0.3c0.3,0.1,0.6,0.3,0.9,0.4            c0.1,0,0.2,0,0.3-0.1c0-0.1,0-0.2-0.1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.4-0.2-0.9-0.3-1.3-0.5c0.2-0.6,0.4-1.1,0.6-1.7            c0.1-0.2,0.2-0.5,0.6-0.3c0.3,0.1,0.6,0.2,1,0.3c0.4,0.1,0.7,0.2,1.1,0.3c0.2,0.1,0.4,0.1,0.5,0.2c-0.2,0.6-0.4,1.3-0.5,2l0.2,0.1            l0.8-1.9c0.5,0.3,1,0.5,1.5,0.8c0.1,0,0.3,0,0.4,0c-0.4-0.5-1-0.9-1.6-1c-0.2-0.1-0.3-0.1-0.3-0.3c0.2-0.6,0.4-1.1,0.6-1.7            c0.1-0.4,0.2-0.4,0.6-0.2c0.9,0.4,1.7,0.9,2.7,1.3c0.3,0.1,0.5,0.5,0.4,0.8c0,0,0,0.1-0.1,0.1c-0.1,0.3-0.2,0.6-0.3,0.9            c0.1,0,0.2,0,0.2,0c0.1-0.2,0.3-0.5,0.4-0.7c0.1-0.3,0.2-0.5,0.5-0.4c0.1,0,0.2-0.1,0.3-0.1c0-0.1-0.1-0.2-0.2-0.3            c-0.2-0.1-0.3-0.4-0.2-0.7c0.2-0.6,0.3-1.2,0.4-1.7c0.1-0.3,0.2-0.3,0.4-0.1c0.6,0.6,1.2,1.2,1.8,1.7c0.1,0.1,0.2,0.1,0.3,0.2            c0-0.1,0-0.3-0.1-0.4c-0.4-0.5-0.8-1-1.2-1.5c-0.2-0.2-0.4-0.3-0.6-0.5c-0.1-0.1-0.2-0.3-0.3-0.4c0-0.2,0-0.5,0-0.7            c0-0.1,0-0.2,0.1-0.3c0.1,0,0.2,0,0.2,0.1c0.3,0.2,0.5,0.3,0.9,0.6c-0.1-0.3-0.3-0.7-0.6-0.8c-0.2-0.2-0.5-0.4-0.5-0.6            c0-0.4,0-0.7,0.1-1.1c0.2,0.1,0.4,0.2,0.6,0.4c0.3,0.2,0.5,0.4,0.7,0.7c0.6,0.5,1.2,1,1,1.9c0,0.3,0,0.6,0,0.9c0,0.2,0,0.4,0,0.6            l0.2,0c0.5-0.5,0-1.2,0.3-1.7c0.1,0,0.1,0,0.2,0.1c0.1,0.2,0.2,0.5,0.4,0.7c0.1,0.1,0.2,0.2,0.3,0.3c0-0.1,0.1-0.3,0.1-0.3            c-0.1-0.3-0.2-0.6-0.4-0.8c-0.2-0.3-0.4-0.6-0.6-0.9c-0.1-0.3-0.1-0.6-0.1-0.9c0.5,0.1,0.5,0.8,1.2,0.6c-0.3-0.3-0.5-0.6-0.7-0.8            c-0.1-0.1-0.2-0.2-0.2-0.3c0.1-0.3-0.1-0.4-0.3-0.6C119.8,78.7,119.6,78.5,119.5,78.4L119.5,78.4z M99.8,88.9            c-0.5,0-0.9-0.1-1.4-0.1c-0.2,0-0.3-0.1-0.3-0.3c0-0.3,0.1-0.5,0.2-0.8c0-0.1,0-0.2,0.1-0.2c0-0.2,0-0.5,0-0.7            c0-0.6,0.2-0.7,0.8-0.8c0.4,0.1,0.7,0.1,1.1,0.2c0.1,0,0.3,0,0.4,0.1c0.5,0,0.6,0.2,0.5,0.7c-0.1,0.4-0.2,0.8-0.3,1.3            C100.6,88.9,100.5,89,99.8,88.9L99.8,88.9z M104.5,87.2c-0.1,0.2-0.2,0.4-0.2,0.6c-0.2,0.4-0.4,0.8-0.5,1.3            c-0.1,0.2-0.3,0.4-0.5,0.3c0,0,0,0,0,0c-0.7-0.1-1.3-0.2-2-0.3c-0.2,0-0.3-0.1-0.3-0.3c0-0.1,0-0.1,0-0.2c0.2-0.5,0.4-1,0.6-1.5            c0,0,0,0,0-0.1c0.2-0.5,0.2-0.5,0.9-0.5l1.5,0.3c0.1,0,0.2,0.1,0.3,0.1C104.6,86.9,104.7,87,104.5,87.2L104.5,87.2z M112.1,83.7            c-0.1,0.4-0.3,0.8-0.4,1.1c0,0.2-0.1,0.3-0.2,0.5c-0.1,0.1-0.2,0.3-0.3,0.2c-0.3-0.1-0.6-0.2-0.9-0.3c-0.4-0.1-0.8-0.2-1.2-0.3            c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.1-0.2-0.1-0.3c0.1-0.3,0.3-0.5,0.4-0.8c0-0.1,0-0.2,0-0.3c-0.1,0-0.2,0-0.3,0.1            c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.3-0.3,0.6-0.4,0.9c-0.1,0.1-0.1,0.1-0.2,0.1c-0.2,0-0.4-0.1-0.7-0.1c-0.2,0-0.3,0-0.5,0l0,0.1            c0.3,0.1,0.6,0.2,0.8,0.2c0.3,0.1,0.6,0.1,0.2,0.5c-0.1,0.2-0.2,0.4-0.2,0.6c-0.1,0.3-0.1,0.5-0.3,0.8c-0.1,0.2-0.3,0.2-0.5,0.2            c-0.4-0.1-0.9-0.2-1.3-0.4c-0.2-0.1-0.2-0.2-0.1-0.4c0.1-0.4,0.2-0.7,0.3-1.1c0.1-0.3,0.1-0.7,0.2-1c0.2-0.6,0.4-1.1,0.5-1.7            c0.1-0.3,0.1-0.5,0.1-0.8c0.1-0.3,0.2-0.4,0.5-0.3c0.5,0.2,1,0.4,1.5,0.5c0.3,0.1,0.4,0.2,0.4,0.5c0,0.1,0,0.1,0.1,0.2            c0.1,0,0.1,0,0.2-0.1c0.2-0.3,0.5-0.3,0.8-0.1c0.6,0.3,1.2,0.5,1.8,0.8C112.1,83.3,112.2,83.5,112.1,83.7L112.1,83.7z M112.4,82.8            c-0.1,0.1-0.2,0.1-0.3,0.1c-0.8-0.3-1.5-0.6-2.3-1c-0.2-0.1-0.4-0.2-0.2-0.6c0.2-0.4,0.3-0.9,0.3-1.3c0.1-0.3,0.1-0.5,0.2-0.8            c0,0,0.1-0.1,0.2-0.1c0.4,0.2,0.8,0.3,1.2,0.5c0.3,0.1,0.6,0.2,0.9,0.3c0.2,0.1,0.4,0.2,0.6,0.3c0,0,0,0.2,0,0.3            c0,0.2-0.1,0.4-0.2,0.6C112.8,81.7,112.6,82.3,112.4,82.8L112.4,82.8z M116.7,83c-0.1,0.6-0.3,1.2-0.4,1.8c-0.5-0.2-1-0.4-1.4-0.6            c-0.5-0.2-1-0.5-1.5-0.7c-0.5-0.2-0.6-0.5-0.3-1c0.2-0.4,0.4-0.9,0.5-1.4c0.1-0.4,0.2-0.5,0.6-0.3c0.7,0.4,1.4,0.8,2.1,1.1            C116.6,82,116.8,82.5,116.7,83L116.7,83z M97.6,91.1c-0.3,0-0.6-0.1-0.9-0.1c-0.3,0-0.5-0.1-0.7-0.3c-0.1-0.1-0.3-0.2-0.4-0.1            c0,0-0.1,0-0.1,0.1c-0.2,0.2-0.4,0.3-0.8,0.5c0.2,0,0.4,0.1,0.5,0.1c0.5,0.1,1,0.1,1.5,0.1c0.5,0,1,0.1,1.5,0.1            c0.1,0,0.2-0.1,0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1C98.1,91.1,97.8,91.1,97.6,91.1L97.6,91.1z M100.5,74.5            C100.5,74.5,100.5,74.5,100.5,74.5c0.9,0.2,1.7,0.3,2.5,0.4c0.2,0,0.3,0.1,0.5,0.1c-0.2-0.3-0.5-0.4-0.9-0.4c0,0-0.1,0-0.1,0            c-0.8-0.2-1.5-0.4-2.3-0.5c-0.9-0.1-1.8-0.2-2.7-0.3c-0.3,0-0.6,0-0.9,0c0,0.1,0,0.1,0,0.2c0.6,0.1,1.1,0.2,1.7,0.3            C98.9,74.3,99.7,74.4,100.5,74.5L100.5,74.5z M110.2,73.8c0.1,0,0.2-0.1,0.4-0.3c-0.2-0.1-0.3-0.3-0.4-0.3s-0.2,0.2-0.3,0.3            C109.9,73.6,110.1,73.8,110.2,73.8L110.2,73.8z M114.5,111.3c0.1,0,0.2-0.2,0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1            c-0.6,0-1.1,0.2-1.6,0.4l0,0.1c0.1,0.1,0.3,0.1,0.4,0.1C113.6,111.5,114.1,111.4,114.5,111.3L114.5,111.3z M92.6,73h-2            C91.2,73.4,92,73.4,92.6,73L92.6,73z M102.6,80.2c0.2,0,0.4,0.1,0.5,0.2c0.5,0.1,0.9,0.3,1.4,0.4c0.2,0,0.3,0,0.5,0l0-0.1            c-4-1.3-8.1-2.1-12.2-2.5c0.2-0.8,0.3-1.6,0.3-2.4c-0.1,0-0.2,0.1-0.2,0.2c-0.1,0.6-0.3,1.2-0.4,1.9c0,0.2-0.1,0.4-0.3,0.4            c-0.2,0-0.3,0.1-0.5,0.1c-0.1,0.1-0.2,0.1-0.2,0.2c0.1,0.1,0.2,0.2,0.2,0.2c0.5-0.1,0.7,0.2,0.8,0.6c0,0,0,0,0.1,0.1            c0-0.1,0-0.2,0.1-0.3c0.1-0.3,0.2-0.5,0.6-0.4c0.8,0,1.6,0.1,2.3,0.3c0,0,0.1,0,0.1,0c0.4-0.1,0.8-0.1,1.3-0.1            c0.6,0.1,1.2,0.2,1.8,0.3C100,79.5,101.3,79.9,102.6,80.2L102.6,80.2z M92.9,74.1c0.2,0,0.5,0,0.7-0.1c0,0,0-0.1,0-0.1            c-0.5-0.1-1.1-0.2-1.6-0.2c-1,0-2,0.1-3,0.2c-0.1,0-0.2,0.2-0.3,0.4c0.1,0,0.2,0.1,0.4,0.1c0.6-0.1,1.2-0.2,1.8-0.3            C91.6,74,92.3,74.1,92.9,74.1L92.9,74.1z M95.4,76.1c0,0.1,0.1,0.3,0.2,0.4c0.1-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.1,0-0.2            c0-0.6,0-0.6,0.6-0.6c0,0,0.1,0,0.1,0c0.7,0.1,1.5,0.1,2.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.5,0.1,1,0.3,1.5,0.4c0.1,0,0.2-0.1,0.2-0.1            c-0.1-0.1-0.1-0.2-0.2-0.2c-0.4-0.1-0.8-0.3-1.1-0.3c-0.5-0.1-1.1-0.1-1.6-0.2c-0.4-0.1-0.9-0.1-1.3-0.2c-0.2,0-0.3-0.1-0.5-0.2            c-0.1-0.1-0.3-0.2-0.4,0c-0.2,0.2-0.5,0.3-0.9,0.2c-1.2,0-2.5,0-3.7,0c-0.1,0-0.3,0-0.4,0V75c0.2,0,0.3,0.1,0.5,0.1            c1.1,0,2.2,0,3.3,0C95.4,75.1,95.5,74.9,95.4,76.1L95.4,76.1z M92.4,79.4c-0.1,0.1-0.2,0.2-0.2,0.3s0.1,0.2,0.2,0.4            c0.1-0.2,0.3-0.3,0.3-0.5C92.6,79.6,92.5,79.5,92.4,79.4L92.4,79.4z M107.5,72.1c-0.2,0.1-0.4,0.2-0.6,0.4c-0.1,0.1-0.1,0.3,0,0.4            c0,0,0.1,0.1,0.1,0.1c0.2,0.1,0.3,0,0.4-0.2c0.1-0.2,0.3-0.3,0.4-0.4c0.2-0.1,0.4-0.1,0.6-0.2c0.1,0,0.1-0.1,0.3-0.2            c-0.2-0.1-0.3-0.2-0.4-0.2C108,71.9,107.7,71.9,107.5,72.1L107.5,72.1z M105.8,98.1c0.5-0.1,1-0.2,1.5-0.3c0.3-0.1,0.6-0.2,0.8-0.4            l0-0.2c-0.1,0-0.2,0-0.4,0c-0.2,0.1-0.4,0.1-0.7,0.2c-0.5,0.1-1,0.2-1.4,0.4c-0.1,0-0.1,0.1-0.2,0.2c0.1,0,0.1,0.1,0.2,0.1            C105.7,98.1,105.7,98.1,105.8,98.1L105.8,98.1z M107.1,104.4c-0.8,0.1-1.7,0.2-2.5,0.3c-0.1,0-0.1,0.1-0.2,0.2            c0.1,0,0.2,0.1,0.2,0.1c0.7,0,1.4-0.1,2.1-0.2c0.2,0,0.4-0.1,0.5-0.2l0-0.1C107.2,104.4,107.1,104.4,107.1,104.4L107.1,104.4z             M103,116c-0.6,0.1-1.1,0.1-1.7,0.2l0,0.2c0.2,0.1,0.3,0.1,0.5,0.1c0.8-0.1,1.7-0.2,2.5-0.3c0.1,0,0.2-0.2,0.2-0.3            c-0.1,0-0.2-0.1-0.3-0.1C103.8,115.9,103.4,115.9,103,116L103,116z M107.6,100.2c-1.2-0.2-2.4-0.1-3.4,0.4            C105.3,100.7,106.4,100.6,107.6,100.2L107.6,100.2z M88,95.5c0.2,0.1,0.4,0.3,0.6,0.3c0.7,0,1.1-0.5,1-1c-0.2-0.8-0.4-1.7-0.6-2.5            c-0.1-0.7-0.6-1.4-1.3-1.6c-0.2-0.1-0.3-0.1-0.4,0.1c-0.1,0.3-0.2,0.5-0.3,0.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.5,0.1,1,0.2,1.4            C87,94.4,87.4,95.1,88,95.5L88,95.5z M88.6,95c0,0.1-0.1,0.2-0.1,0.2c-0.1,0-0.2-0.1-0.2-0.1c-0.4-0.4-0.5-1-0.4-1.6            C88.1,93.9,88.6,94.3,88.6,95L88.6,95z M87.5,91.5L88,92l-0.4,0.3c-0.2-0.1-0.4-0.2-0.4-0.3C87.2,91.8,87.3,91.7,87.5,91.5            L87.5,91.5z M105.2,112.1c-0.3,0-0.6,0-0.9,0.1l-1.5,0.1c-0.1,0-0.2,0-0.4,0c0,0,0,0.1,0,0.1c0.1,0,0.2,0.1,0.3,0.1            c0.6,0.1,1.2,0.2,1.8,0.2c0.3,0,0.5-0.1,0.8-0.2c0.1,0,0.1-0.2,0.1-0.4C105.4,112.2,105.3,112.1,105.2,112.1L105.2,112.1z             M92.1,49.2c-0.2,0-0.4,0-0.6,0c1.1,0.7,2.4,1.2,3.7,1.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.5-0.2-1-0.4-1.5-0.6            C92.9,49.5,92.5,49.3,92.1,49.2L92.1,49.2z M86.9,39c-0.2,0-0.4,0-0.5,0l0,0.1c0.1,0.1,0.1,0.1,0.2,0.2c0.3,0.1,0.6,0.1,0.9,0.1            c0.8,0,1.7,0.1,2.5,0.3c0.1,0,0.2-0.1,0.3-0.1c0,0,0-0.2-0.1-0.2c-0.1-0.1-0.2-0.1-0.3-0.2c-0.5-0.1-1-0.2-1.5-0.2            C88,39,87.4,39,86.9,39L86.9,39z M92.3,48.3c-0.4-0.1-0.8-0.1-1.3-0.2c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0.1,0,0.1            c0.4,0.1,0.7,0.2,1.1,0.3c0.5,0.1,1,0.1,1.4,0.2c0.4,0.1,0.7,0.2,1,0.3c0.1,0,0.2,0,0.3,0c-0.1-0.1-0.1-0.3-0.2-0.3            c-0.3-0.1-0.5-0.2-0.8-0.2C93.2,48.5,92.8,48.4,92.3,48.3L92.3,48.3z M90.5,43.7c-0.3,0-0.5,0-0.9-0.1c1,0.6,2.1,0.9,3.3,0.8            c-0.3-0.4-0.8-0.4-1.2-0.5C91.3,43.8,90.9,43.8,90.5,43.7z M91.6,46.4c-0.3,0-0.6,0-0.9-0.1l-0.1,0.2c0.1,0.1,0.3,0.2,0.5,0.2            c0.4,0.1,0.9,0.1,1.3,0.2c0.2,0,0.4,0.1,0.6,0.1c0.3,0.1,0.7,0.1,1,0c-0.2-0.2-0.3-0.3-0.4-0.3c-0.3-0.1-0.7-0.2-1.1-0.2            C92.2,46.5,91.9,46.4,91.6,46.4z M88.8,41.9c-0.1,0-0.3,0-0.4,0.1c-0.1,0-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.2,0.2            c0.4,0.1,0.9,0.2,1.3,0.2c0.1,0,0.1,0,0.2,0c0.5,0.1,1,0.2,1.6,0.3c0.1,0,0.3,0,0.4,0c-0.2-0.4-0.6-0.6-1.1-0.6            C90.2,42.2,89.5,42.1,88.8,41.9z M88.8,40.7c-0.3-0.1-0.7-0.1-1.1,0c0.1,0.1,0.2,0.1,0.3,0.2c0.5,0.1,1,0.3,1.5,0.3            c0.4,0.1,0.9,0.1,1.3,0.1c0.1,0,0.2-0.1,0.3-0.1c-0.1-0.1-0.1-0.1-0.2-0.2c-0.4-0.1-0.9-0.1-1.3-0.2C89.4,40.8,89.1,40.8,88.8,40.7            L88.8,40.7z M85.5,37.7c1.1,0.3,2.3,0.4,3.5,0.2C87.9,37.6,86.7,37.5,85.5,37.7L85.5,37.7z M79.3,87.3c0,0.1-0.1,0.1-0.1,0.2            c0,0.2,0,0.3,0.1,0.5c0,0.1,0.1,0.2,0.2,0.3l0.2-0.2c0-0.2-0.1-0.4-0.2-0.6C79.5,87.4,79.4,87.3,79.3,87.3L79.3,87.3z M78,86.2            c-0.2-0.7-0.3-1.5-0.4-2.2c0-0.1-0.1-0.2-0.1-0.2c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.3-0.1,0.4c0.2,0.9,0.4,1.8,0.7,2.8            c0,0.1,0.2,0.1,0.3,0.2c0-0.1,0.1-0.2,0.1-0.3C78.1,86.6,78,86.4,78,86.2L78,86.2z M78.4,88.3c0.1,0.2,0.1,0.5,0.2,0.7            c0,0.1,0.1,0.1,0.2,0.2c0-0.1,0.1-0.2,0.1-0.2c-0.1-0.2-0.2-0.5-0.3-0.7L78.4,88.3z M77.4,83.2c0-0.1-0.1-0.2-0.2-0.2            c-0.1,0-0.2,0.1-0.3,0.2c0,0.1,0.1,0.2,0.2,0.4C77.3,83.4,77.4,83.3,77.4,83.2L77.4,83.2z M63.6,91.2c-0.1,0-0.3,0-0.4,0            c-0.2,0.1-0.4,0.2-0.6,0.3c-0.1,0.1-0.1,0.2-0.1,0.3c0.1,0.1,0.3,0.2,0.4,0.1c0.3-0.2,0.5-0.4,0.8-0.6L63.6,91.2z M64,91.8            c-0.1,0-0.4-0.1-0.4,0.2c0,0.2,0.3,0.4,0.4,0.5l0.3-0.3C64.4,91.8,64.3,91.7,64,91.8L64,91.8z M75.7,95.3c-0.2,0.1-0.4,0.2-0.6,0.3            c-0.1,0-0.1,0-0.2,0l0-0.1c0.2-0.2,0.5-0.3,0.7-0.5c0.1-0.1,0.2-0.2,0.3-0.3c-0.2,0-0.3-0.1-0.5-0.1c-0.5,0.2-0.9,0.5-1.1,0.9            c-0.2,0.3,0,0.4,0.2,0.5c0.3,0.1,0.5,0.2,0.8,0.3c0.2-0.2,0.4-0.4,0.7-0.7c0-0.1,0.1-0.1,0-0.2C75.8,95.3,75.7,95.3,75.7,95.3            L75.7,95.3z M79.9,77.4c0-0.3-0.1-0.7-0.1-1c-0.2,0.3-0.3,0.7-0.2,1.1c0,0.1,0.1,0.1,0.2,0.1C79.9,77.6,79.9,77.5,79.9,77.4            L79.9,77.4z M70.1,94.7l0.3,0.4l0.4-0.5c-0.1-0.1-0.2-0.2-0.3-0.2C70.3,94.4,70.1,94.3,70.1,94.7L70.1,94.7z M69.6,93.8            c-0.3,0.1-0.5,0.3-0.8,0.5c0.3,0.2,0.5,0.4,0.7,0.4c0.2-0.1,0.3-0.4,0.4-0.6C69.9,94,69.6,93.8,69.6,93.8L69.6,93.8z M61,102.3            l0.1-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c-0.2-0.1-0.5-0.2-0.7-0.4c-0.5-0.3-1-0.7-1.4-1c-0.1,0-0.2,0-0.3,0c-0.1,0.1-0.1,0.2-0.1,0.3            c0,0.1,0.1,0.2,0.2,0.3c0.3,0.2,0.6,0.4,0.9,0.5C60,101.9,60.5,102.1,61,102.3L61,102.3z M66.6,76.8c-0.2-0.1-0.3-0.1-0.3-0.1            c-0.5,0.1-1,0.2-1.6,0.4c-0.2,0.1-0.3,0.3-0.1,0.5C65.3,77.4,65.9,77.2,66.6,76.8L66.6,76.8z M79.9,79.3c0.1,0.5,0.2,1,0.3,1.6            c0.1,0.6,0.2,1.1,0.4,1.7c0.1,0.5,0.2,0.9,0.4,1.4c0,0.1,0.1,0.1,0.2,0.2c0-0.1,0.1-0.1,0.1-0.2c0-0.4,0-0.8-0.1-1.1            c-0.1-0.4-0.3-0.7-0.4-1.1c-0.1-0.5-0.2-1.1-0.3-1.6c-0.1-0.6-0.3-1.1-0.5-1.7l-0.2,0C79.8,78.7,79.9,79,79.9,79.3L79.9,79.3z             M94,59.1c-0.1,0.1-0.2,0.1-0.2,0.2c0,0.1,0,0.2,0.1,0.3c0.3,0.2,0.6,0.3,0.9,0.4c0.5,0.2,1.1,0.4,1.6,0.5c0.1,0,0.3,0,0.4,0            c-0.1-0.1-0.2-0.3-0.3-0.3c-0.7-0.2-1.4-0.5-2-0.8C94.3,59.3,94.2,59.2,94,59.1L94,59.1z M100,107.7c0.3,0,0.7-0.1,1-0.2            c0.1,0,0.1-0.1,0.3-0.2c-1.3-0.1-2.5,0-3.7,0.3c0.1,0,0.3,0.1,0.4,0.1C98.6,107.7,99.3,107.7,100,107.7L100,107.7z M101.6,102.9            c-1,0.1-1.9,0.2-3,0.3c1.1,0.3,2.3,0.3,3.4-0.1C101.8,103,101.7,102.8,101.6,102.9L101.6,102.9z M85.6,110.2l0,0.1            c0.1,0.1,0.2,0.1,0.4,0.1c1.2,0,2.4,0.1,3.7,0.1c0.1,0,0.2-0.1,0.3-0.2c-0.1,0-0.2-0.1-0.3-0.1c-1.2-0.1-2.4-0.1-3.6-0.1            C85.9,110.1,85.7,110.1,85.6,110.2L85.6,110.2z M103.1,108.8c0.1,0,0.2,0.1,0.4,0.1c0.8,0,1.7,0,2.5,0c0.1,0,0.2-0.1,0.3-0.2            c-0.1-0.1-0.2-0.1-0.3-0.1c-0.6,0-1.2,0-1.8,0c-0.3,0-0.7,0.1-1,0.1C103.1,108.7,103.1,108.8,103.1,108.8L103.1,108.8z M92.8,45.5            c-0.1-0.2-0.2-0.3-0.3-0.3C91.8,45.1,91,45,90.2,45c0.1,0.5,0.5,0.4,0.7,0.5C91.6,45.6,92.2,45.6,92.8,45.5L92.8,45.5z M87.7,115.9            c0.1,0.1,0.1,0.1,0.1,0.1c0.7,0.2,1.5,0.2,2.2,0.1c0.1,0,0.1-0.1,0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1c-0.6,0-1.1,0-1.7,0            C88,115.8,87.9,115.9,87.7,115.9L87.7,115.9z M89.2,104.7c-0.1-0.1-0.3-0.2-0.5-0.3c-0.7-0.1-1.4-0.2-2.1-0.3            c-0.4-0.1-0.9-0.1-1.3-0.1l0,0.2C86.6,104.6,87.9,104.7,89.2,104.7L89.2,104.7z M103.6,72.8c0.1,0,0.2-0.1,0.3-0.2            c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1-0.2-0.1-0.3-0.2c-0.2,0.1-0.3,0.3-0.5,0.5            C103.5,72.5,103.6,72.7,103.6,72.8L103.6,72.8z M93.9,51.4c0.3,0.1,0.7,0.2,1,0.3l0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.3            c-0.3-0.2-0.6-0.3-0.9-0.4c-0.5-0.2-1-0.4-1.5-0.6c-0.1,0-0.2,0-0.3,0.1c0,0.1,0.1,0.2,0.1,0.2c0.1,0.1,0.2,0.1,0.3,0.1            C92.9,51,93.4,51.2,93.9,51.4L93.9,51.4z M107.7,73l0.4,0.1c0.3-0.1,0.7-0.2,1-0.4c0.1,0,0.1-0.2,0.1-0.3c-0.1,0-0.2-0.1-0.3-0.1            c-0.3,0.1-0.6,0.2-0.9,0.3C107.8,72.7,107.7,72.9,107.7,73L107.7,73z M82.4,102.2c-0.7-0.3-1.5-0.5-2.2-0.5            C80.8,102.3,81.6,102.5,82.4,102.2L82.4,102.2z M105.1,72.6v-0.1c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1,0-0.2,0.2-0.3,0.3            c0.1,0.1,0.2,0.2,0.3,0.2C104.8,72.8,105,72.7,105.1,72.6L105.1,72.6z M103.7,71.6c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3,0v-0.1            l0.3-0.2c0,0,0-0.1,0-0.1c-0.1,0-0.2,0-0.4,0c-0.6,0.2-1.2,0.6-1.6,1.1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.1,0.2,0.2,0.1            c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.2,0.2-0.3c0.1,0.1,0.1,0.3,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.2c0.4-0.3,0.8-0.5,1.2-0.8            C103.7,71.8,103.7,71.7,103.7,71.6L103.7,71.6z M96.4,61.6c-0.7-0.4-1.5-0.7-2.3-0.8C94.8,61.3,95.6,61.6,96.4,61.6L96.4,61.6z             M94,58c0.7,0.6,1.5,1,2.4,1.2C95.7,58.6,94.9,58.2,94,58L94,58z M108.9,73.1c-0.1,0.2,0,0.3,0.2,0.3c0.4,0,0.7-0.3,0.9-0.6            C109.6,72.7,109.2,72.8,108.9,73.1L108.9,73.1z M93.4,56.6c0.8,0.6,1.8,1.1,2.8,1.3C95.3,57.3,94.4,56.8,93.4,56.6L93.4,56.6z             M95,52.8c-0.5-0.2-1-0.4-1.5-0.5c-0.4-0.1-0.7-0.2-1.1-0.3l-0.1,0.2c0.3,0.1,0.5,0.2,0.8,0.3c0.7,0.3,1.3,0.5,1.9,0.8            c0.1,0,0.3,0,0.4,0c-0.1-0.1-0.2-0.3-0.3-0.4C95.1,52.8,95.1,52.9,95,52.8L95,52.8z M94.6,55.4c-0.3-0.3-0.5-0.5-0.8-0.7            c0,0-0.2,0-0.2,0.1c-0.1,0.1-0.1,0.2-0.1,0.3C93.8,55.4,94.2,55.5,94.6,55.4L94.6,55.4z M92.9,53.5c0.7,0.6,1.6,1,2.6,1.1            C94.8,54,93.9,53.6,92.9,53.5L92.9,53.5z M94.9,66.5c-0.1,0-0.2,0-0.4,0c0,0-0.1,0.2-0.1,0.2c0.1,0.1,0.2,0.2,0.3,0.2            c0.5,0.1,1,0.2,1.5,0.3c0.5,0.1,1,0.1,1.6,0.2c0.2,0,0.3,0,0.5-0.1c-0.2-0.1-0.2-0.2-0.3-0.2c-0.8-0.1-1.6-0.2-2.4-0.3            C95.4,66.7,95.1,66.6,94.9,66.5L94.9,66.5z M94.1,65.1c0.6,0.1,1.1,0.2,1.7,0.2c0.3,0,0.5,0.1,0.8,0.1c0.3,0,0.6,0,0.9,0.1            c0-0.1,0-0.1,0-0.2C96.3,65,95,65,93.8,64.8C93.9,64.9,94,65.1,94.1,65.1L94.1,65.1z M94.5,65.8c1.1,0.5,2.3,0.6,3.4,0.3            C96.8,65.9,95.7,65.8,94.5,65.8L94.5,65.8z M94.4,67.5c0.1,0.1,0.1,0.2,0.3,0.3c0,0,0.2-0.2,0.2-0.2c-0.1-0.1-0.2-0.3-0.3-0.4            C94.5,67.3,94.4,67.4,94.4,67.5L94.4,67.5z M93.8,62.5c0.9,0.4,1.9,0.5,2.9,0.6c0.1,0,0.1-0.1,0.2-0.1l0-0.1            C95.8,62.6,94.8,62.5,93.8,62.5L93.8,62.5z M93.5,63.3c0.6,0.3,1.3,0.5,2,0.5c0.3,0,0.6,0.1,0.9,0.1c0.2,0,0.4,0,0.7,0.1            C96,63.6,94.8,63.3,93.5,63.3L93.5,63.3z M118.2,75.6c-0.2,0.1-0.6,0.1-0.7,0.5l1.4-0.3C118.7,75.6,118.5,75.5,118.2,75.6            L118.2,75.6z"/>
        <g>
            <path class="st0" d="M135.2,44.9c-1.6-3-4.7-5.7-8-6.5c-6.9-1.7-14.1,0.6-17,8.5c-2.2,6-0.5,13,5.2,17c5.3,3.8,12.9,2.7,17.3-2                C137.1,57.3,138.3,50.5,135.2,44.9z M126.5,64.5c-2.9,0.8-6,0.6-8.7-0.7c-5.4-2.5-8.4-8.8-7.1-14.6c0.7-3.3,2.6-6.6,5.7-8.3                c5.2-2.9,12.4-2.2,16.4,2.4c3.8,4.4,3.8,11.2,0.7,15.9C131.8,61.8,129.4,63.7,126.5,64.5z"/>
            <path class="st0" d="M124,53.7c-0.5-0.4-1.4,0.6-0.8,1c0.9,0.7,1.9,1.5,2.8,2.2c0.9,0.7,1.7,1.4,2.8,1.8c0.3,0.1,0.6-0.3,0.5-0.6                c-0.6-1-1.6-1.6-2.4-2.3C125.8,55.2,124.9,54.5,124,53.7z"/>
            <path class="st0" d="M122.2,43.3c0.1,1.8,0.1,3.5,0.2,5.3c0.1,1.6-0.2,3.5,0.5,5c0.2,0.4,0.7,0.4,0.8,0c0.5-1.5,0.2-3.4,0.2-5                c0-1.8-0.1-3.5-0.2-5.3C123.7,42.3,122.2,42.4,122.2,43.3z"/>
        </g>
    </g>
    </svg>
    
        75 à 80 jours en moyenne
    </div>
    
</div>

<div class="product_caracs-lines">
    
    <div class="product_caracs-line">
        <div class="product_caracs-line-title">Conditionnement</div>
        <div class="product_caracs-line-value">Le sachet de 30 graines</div>
    </div>
    
    
    <div class="product_caracs-line">
        <div class="product_caracs-line-title">Référence</div>
        <div class="product_caracs-line-value">2127A</div>
    </div>
    
    
    <div class="product_caracs-line">
        <div class="product_caracs-line-title">Cycle de vie</div>
        <div class="product_caracs-line-value">Annuel</div>
    </div>
    
</div>
                  </div>
                
                  <!-- Description -->
                  <button class="product_collapsible__trigger font-subheading" id="description">
                    Description
                    <span class="product_collapsible__icon">
                      <svg xmlns="http://www.w3.org/2000/svg" width="21" height="12" fill="none" viewbox="0 0 21 12">
    <path fill="#1D1D1B" fill-rule="evenodd" d="M.857 1.928A1.168 1.168 0 0 1 1.272.323L1.274.32a3.92 3.92 0 0 1 .189-.136 2.02 2.02 0 0 1 .18-.11.854.854 0 0 1 .103-.046.44.44 0 0 1 .15-.029c.304 0 .542.15.705.304.163.152.276.329.34.443l.021.033a13.518 13.518 0 0 0 .539.78c.389.522.966 1.23 1.715 1.965.362.355.842.878 1.373 1.454l.004.006c.402.437.835.908 1.275 1.37 1.07 1.124 2.245 2.273 3.392 3.116.218.16.401.188.604.156.248-.04.566-.18.936-.448.746-.542 1.389-1.376 1.643-1.793l.038-.061 4.365-5.507a1.22 1.22 0 0 1 1.69-.207c.524.4.619 1.143.21 1.657l-4.278 5.398c-.381.604-1.198 1.658-2.236 2.412-.541.392-1.218.76-1.985.88a3.178 3.178 0 0 1-2.432-.597C8.493 10.388 7.2 9.114 6.11 7.967a107.22 107.22 0 0 1-1.361-1.463v-.001c-.496-.54-.904-.984-1.234-1.308a19.37 19.37 0 0 1-1.957-2.243 15.866 15.866 0 0 1-.684-.997l-.01-.017-.004-.007-.002-.003Z" clip-rule="evenodd"/>
</svg>

                    </span>
                  </button>
                  <div class="product_collapsible__content">
                    <p>La tomate Couille de taureau est une variété ancienne de mi-saison à croissance indéterminée, originaire d´Andalousie, rapportée en France par les réfugiés espagnols durant la dernière guerre civile.<br>Cette variété produit de très gros fruits rouges, lisses, d´environ 300 à 350 g en moyenne mais pouvant atteindre largement + de 500 g, un jardinier nous a même informé avoir obtenu des tomates de 925 g ! Record battu en aout 2021 avec une tomate qui pesait 1,215 kg !<br>La tomate Couille de taureau est une variété de type chair de bœuf, légèrement aplatis. Chair dense très goûteuse, idéale en tranche pour les sandwichs ou en salades. Profonde dépression à l´attache pédonculaire.<br><br></p>
<h2><span>Quand et comment semer la tomate Couilles de taureau ?</span></h2>
<p><span>Semis : de février à avril sur couche chaude (20°) ou en godets en intérieur ou serre chauffée, dans un terreau de semis fin. Les tomates ont besoin de minimum 20°C constant pour germer.</span><br><span>Enterrez vos graines de tomates à 1 cm puis recouvrez de terreau de semis. Arrosez votre terreau avec un pulvérisateur pour qu'il reste humide mais pas détrempé. Placez votre terrine près d'une fenêtre pour éviter que vos semis ne filent vers le haut pour chercher la lumière.</span><br><span>Repiquez en place quand les gelées ne sont plus à craindre et que les plants atteignent 12 à 15 cm dans un sol riche, meuble et sain. Distance : 70 cm entre les rangs et 50 cm sur la ligne à exposition ensoleillée.</span><br><span>Mettre les tuteurs en place avant de commencer la plantation. Arrosez abondamment au pied une fois par semaine pour éviter le développement de maladies.  </span><br><br></p>
<h2><span>Doit-on enlever les gourmands des plants de tomates ?</span></h2>
<p><span>Les points de vue diffèrent sur la manière d'envisager la fameuse taille des tomates et chaque jardinier a des arguments pour justifier sa théorie. A la question "que faire ?" la réponse est des plus simples : ce que vous voulez !</span><br><span>La taille des tomates par égourmandage n'est pas obligatoire, elle est destinée à augmenter le calibre des fruits, leur précocité et faciliter le travail de récolte.</span><br><span>Cette méthode possède néanmoins deux inconvénients : elle demande du temps et du discernement. En effet, la tête du plant de tomates n'est pas toujours facile à distinguer d'un rameau secondaire. De plus, supprimer les gourmands occasionne des plaies pour votre plant. Il est donc fortement recommandé de songer à aider à la cicatrisation par un poudrage de maerl ou badigeon d'argile verte.</span><br><span>Une autre vision consiste donc à ne pas tailler du tout et laisser à la plante son entier développement. Elle aura donc besoin de plus de place au jardin, soit 1 m entre chaque plant. Les fruits seront plus petits mais plus nombreux.</span><br><span>Une troisième solution reste la conduite sur deux brins. Après avoir pincé le pied à 20 cm du sol on ne garde que les deux brins qui se forment latéralement. Ensuite tous les gourmands sont supprimés.</span><br><br></p>
<h2><span>Récolte</span></h2>
<p><span>Vous pourrez récolter les tomates 4 à 5 mois après le semis.</span><br><br></p>
<h2><span>Les ennemis</span></h2>
<p><span>Les principaux problèmes que l'on peut rencontrer avec la culture de tomates sont le mildiou et la nécrose apicale (cul noir).</span><br><span>Pour éviter le mildiou, la meilleure des solutions restera de protéger vos plants si vous résidez dans une région où la pluie est fréquente. Vous pouvez également réaliser un traitement à base de bouillie bordelaise.</span><br><span>La nécrose apicale ou cul noir n'est pas une maladie. Il s'agit soit d'une teneur en calcium trop basse dans le sol soit une irrégularité dans les arrosages. Lorsque la plante manque d'eau elle fait moins de sève et la partie la plus éloignée de la tige mourra faute de nourriture. Arrosez donc de façon régulière, abondamment une fois par semaine par exemple.  </span></p>
                  </div>
                </div><a href="/products/tomate-couilles-de-taureau-ab" class="link product__view-details animate-arrow">
            Afficher tous les détails
            <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

          </a>
        </section>
      </div>
    </div>

    

<product-modal id="ProductModal-template--17132696895569__main" class="product-media-modal media-modal">
  <div
    class="product-media-modal__dialog color-scheme-1 gradient"
    role="dialog"
    aria-label="Galerie de supports multimédias"
    aria-modal="true"
    tabindex="-1"
  >
    <button
      id="ModalClose-template--17132696895569__main"
      type="button"
      class="product-media-modal__toggle"
      aria-label="Fermer"
    >
      <svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  class="icon icon-close"
  fill="none"
  viewbox="0 0 18 17"
>
  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
</svg>

    </button>

    <div
      class="product-media-modal__content color-scheme-1 gradient"
      role="document"
      aria-label="Galerie de supports multimédias"
      tabindex="0"
    >
<img
    class="global-media-settings global-media-settings--no-shadow"
    srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&width=550 550w,//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283 1000w"
    sizes="(min-width: 750px) calc(100vw - 22rem), 1100px"
    src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283&width=1445"
    alt="TOMATE COUILLES DE TAUREAU AB "
    loading="lazy"
    width="1100"
    height="1100"
    data-media-id="27795649953873"
  >
<img
    class="global-media-settings global-media-settings--no-shadow"
    srcset="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&width=550 550w,//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588 1000w"
    sizes="(min-width: 750px) calc(100vw - 22rem), 1100px"
    src="//www.fermedesaintemarthe.com/cdn/shop/files/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588&width=1445"
    alt="TOMATE BELLE DE LORRAINE AB "
    loading="lazy"
    width="1100"
    height="1100"
    data-media-id="27895518003281"
  ></div>
  </div>
</product-modal>


    
<script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/product-modal.js?v=116616134454508949461734714135" defer="defer"></script>
    <script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/media-gallery.js?v=53998976194532824491734714134" defer="defer"></script><script type="application/ld+json">
      {"@context":"http:\/\/schema.org\/","@id":"\/products\/tomate-couilles-de-taureau-ab#product","@type":"Product","brand":{"@type":"Brand","name":"ENSACHAGE FDSM"},"category":"","description":"La tomate Couille de taureau est une variété ancienne de mi-saison à croissance indéterminée, originaire d´Andalousie, rapportée en France par les réfugiés espagnols durant la dernière guerre civile.Cette variété produit de très gros fruits rouges, lisses, d´environ 300 à 350 g en moyenne mais pouvant atteindre largement + de 500 g, un jardinier nous a même informé avoir obtenu des tomates de 925 g ! Record battu en aout 2021 avec une tomate qui pesait 1,215 kg !La tomate Couille de taureau est une variété de type chair de bœuf, légèrement aplatis. Chair dense très goûteuse, idéale en tranche pour les sandwichs ou en salades. Profonde dépression à l´attache pédonculaire.\nQuand et comment semer la tomate Couilles de taureau ?\nSemis : de février à avril sur couche chaude (20°) ou en godets en intérieur ou serre chauffée, dans un terreau de semis fin. Les tomates ont besoin de minimum 20°C constant pour germer.Enterrez vos graines de tomates à 1 cm puis recouvrez de terreau de semis. Arrosez votre terreau avec un pulvérisateur pour qu'il reste humide mais pas détrempé. Placez votre terrine près d'une fenêtre pour éviter que vos semis ne filent vers le haut pour chercher la lumière.Repiquez en place quand les gelées ne sont plus à craindre et que les plants atteignent 12 à 15 cm dans un sol riche, meuble et sain. Distance : 70 cm entre les rangs et 50 cm sur la ligne à exposition ensoleillée.Mettre les tuteurs en place avant de commencer la plantation. Arrosez abondamment au pied une fois par semaine pour éviter le développement de maladies.  \nDoit-on enlever les gourmands des plants de tomates ?\nLes points de vue diffèrent sur la manière d'envisager la fameuse taille des tomates et chaque jardinier a des arguments pour justifier sa théorie. A la question \"que faire ?\" la réponse est des plus simples : ce que vous voulez !La taille des tomates par égourmandage n'est pas obligatoire, elle est destinée à augmenter le calibre des fruits, leur précocité et faciliter le travail de récolte.Cette méthode possède néanmoins deux inconvénients : elle demande du temps et du discernement. En effet, la tête du plant de tomates n'est pas toujours facile à distinguer d'un rameau secondaire. De plus, supprimer les gourmands occasionne des plaies pour votre plant. Il est donc fortement recommandé de songer à aider à la cicatrisation par un poudrage de maerl ou badigeon d'argile verte.Une autre vision consiste donc à ne pas tailler du tout et laisser à la plante son entier développement. Elle aura donc besoin de plus de place au jardin, soit 1 m entre chaque plant. Les fruits seront plus petits mais plus nombreux.Une troisième solution reste la conduite sur deux brins. Après avoir pincé le pied à 20 cm du sol on ne garde que les deux brins qui se forment latéralement. Ensuite tous les gourmands sont supprimés.\nRécolte\nVous pourrez récolter les tomates 4 à 5 mois après le semis.\nLes ennemis\nLes principaux problèmes que l'on peut rencontrer avec la culture de tomates sont le mildiou et la nécrose apicale (cul noir).Pour éviter le mildiou, la meilleure des solutions restera de protéger vos plants si vous résidez dans une région où la pluie est fréquente. Vous pouvez également réaliser un traitement à base de bouillie bordelaise.La nécrose apicale ou cul noir n'est pas une maladie. Il s'agit soit d'une teneur en calcium trop basse dans le sol soit une irrégularité dans les arrosages. Lorsque la plante manque d'eau elle fait moins de sève et la partie la plus éloignée de la tige mourra faute de nourriture. Arrosez donc de façon régulière, abondamment une fois par semaine par exemple.  ","gtin":"3569520021386","image":"https:\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283\u0026width=1920","name":"TOMATE COUILLES DE TAUREAU AB","offers":{"@id":"\/products\/tomate-couilles-de-taureau-ab?variant=42111353094225#offer","@type":"Offer","availability":"http:\/\/schema.org\/InStock","price":"3.80","priceCurrency":"EUR","url":"https:\/\/www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab?variant=42111353094225"},"sku":"2127A","url":"https:\/\/www.fermedesaintemarthe.com\/products\/tomate-couilles-de-taureau-ab"}
    </script>
  </div>
</product-info>


</section><div id="shopify-section-template--17132696895569__product_articles_highlight" class="shopify-section">


<section class="articles-highlight section-spacing">
    <div class="page-width">
        <h2 class="section-title text-center">
            Les conseils de la ferme
        </h2>

        <div class="swiper-mobile swiper-container">
            <div id="articles-highlight-container" class="articles-highlight__grid swiper-wrapper">
            <!-- Articles injectés ici -->
            </div>
        </div>

        <div class="swiper-pagination"></div>
    </div>

    
    

    
    
    
    
    
    
    
    
    
    
    

    
    
    
    <script>
    (() => {
        const container = document.getElementById('articles-highlight-container');
        if (!container) return;

        const articleIds = [559185559633,559403565137];
        if (!Array.isArray(articleIds) || articleIds.length === 0) return;

        // 🔁 Génère les IDs globaux Shopify au format Base64
        const globalArticleIds = articleIds.map(id => {
            const globalId = `gid://shopify/Article/${id}`;
            return btoa(globalId);
        });

        const storefrontAccessToken = "bded90c4ed1032551bcf1d40b8ea5110";
        const shopDomain = window.Shopify.shop || "la-ferme-de-sainte-marthe-sld.myshopify.com";

        const query = `
            {
            nodes(ids: [${globalArticleIds.map(id => `"${id}"`).join(',')}]) {
                ... on Article {
                    id
                    title
                    handle
                    excerpt
                    blog {
                        handle
                    }
                    image {
                        url
                        altText
                    }
                    publishedAt
                    }
                }
            }
        `;

        fetch(`https://${shopDomain}/api/2025-07/graphql.json`, {
            method: "POST",
            headers: {
            "Content-Type": "application/json",
            "X-Shopify-Storefront-Access-Token": storefrontAccessToken
            },
            body: JSON.stringify({ query })
        })
        .then(res => res.json())
        .then(data => {
            const articles = data.data.nodes.filter(n => n !== null);

            if (articles.length === 0) {
                container.innerHTML = "<p>Aucun article à afficher.</p>";
                return;
            }

            // Ajouter URL complète à chaque article
            const articlesWithUrls = articles.map(article => {
            return {
                ...article,
                url: `https://${shopDomain}/blogs/${article.blog.handle}/${article.handle}`
            };
            });

            container.innerHTML = articlesWithUrls.map((article) => `
            <div class="articles-highlight__article-card swiper-slide">
                <div class="article-card-wrapper card-wrapper underline-links-hover">
                <div class="card article-card animate-hover card--standard card--media">
                    
                    <div class="article-card__image-wrapper">
                    <div class="article-card__image">
                        ${article.image ? `
                        <img
                        src="${article.image.url}"
                        alt="${article.image.altText || article.title}"
                        class="motion-reduce"
                        loading="lazy"
                        />
                        ` : ''}
                    </div>
                    <div class="article-card__read-more">
                        <svg xmlns="http://www.w3.org/2000/svg" width="63" height="64" fill="none" viewBox="0 0 63 64">
                        <path fill="#AC463F" d="M5 3h55v55H5z"></path>
                        <path fill="#fff" fill-rule="evenodd" d="M27.783 20.546a1.243 1.243 0 0 0-1.693.431l-.002.002a3.08 3.08 0 0 0-.143.196 2.073 2.073 0 0 0-.116.188.883.883 0 0 0-.049.107.451.451 0 0 0-.03.155c0 .316.16.563.32.733.161.168.347.287.468.353l.035.022.171.108c.152.1.377.25.651.452a17.843 17.843 0 0 1 2.073 1.781c.374.376.925.875 1.534 1.425l.005.005c.461.418.958.868 1.446 1.325 1.185 1.11 2.396 2.331 3.286 3.523.17.226.198.416.164.628-.041.257-.189.587-.472.971-.571.775-1.452 1.443-1.891 1.707l-.065.04-5.807 4.534a1.253 1.253 0 0 0-.219 1.754 1.242 1.242 0 0 0 1.748.22l5.693-4.445c.637-.396 1.749-1.245 2.543-2.322.415-.562.802-1.265.93-2.062a3.263 3.263 0 0 0-.631-2.526c-1.026-1.373-2.37-2.716-3.58-3.85-.563-.528-1.084-.999-1.543-1.414a39.968 39.968 0 0 1-1.38-1.281 20.34 20.34 0 0 0-2.365-2.033 16.726 16.726 0 0 0-1.053-.71l-.017-.011-.007-.004-.004-.002Z" clip-rule="evenodd"></path>
                        <path stroke="#000" d="M3.513 1c16.166 3 50.5 2 54.012 2 7.94 0 2.5 36.833 0 58.5-19.333-.667-57.313-2.2-56.513 1 .8 3.2 2.5-39.167 2.5-61.5Z"></path>
                        </svg>
                    </div>
                    </div>

                    <div class="card__content bg-light">
                    <div class="card__information article-card__inner-content">
                        <div class="article-card__header">
                        <div class="article-card__info"></div>
                        <h3 class="article-card__heading card__heading">
                            <a href="${article.url}" class="full-unstyled-link font-subheading">
                            ${article.title}
                            </a>
                        </h3>
                        </div>

                        <div class="article-card__footer">
                        ${article.excerpt ? `
                            <p class="article-card__excerpt rte-width">
                            ${article.excerpt}
                            </p>
                        ` : ''}
                        </div>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            `).join("");
        })
        .catch(err => {
            console.error('[articles-highlight]', err);
        });
    })();
    </script>

</section>

</div><section id="shopify-section-template--17132696895569__related-products" class="shopify-section section"><link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841734714134" rel="stylesheet" type="text/css" media="all" />
<link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-price.css?v=70172745017360139101734714134" rel="stylesheet" type="text/css" media="all" />
<link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/quick-add.css?v=66647833350618835731734714135" rel="stylesheet" type="text/css" media="all" />

<section class="products-highlight section-spacing">
  <div class="page-width">
    <h2 class="section-title text-center">
      Laissez-vous tenter
    </h2>
    <product-recommendations
      class="related-products page-width isolate"
      data-url="/recommendations/products?limit=4"
      data-section-id="template--17132696895569__related-products"
      data-product-id="7706095943761"
    >
      
    </product-recommendations>
  </div>
</section>


</section><section id="shopify-section-template--17132696895569__173557348750ecd46c" class="shopify-section section"><div class="page-width"><div id="shopify-block-AK1hvanZtWUE5MjdJa__judge_me_reviews_review_widget_dacf7T" class="shopify-block shopify-app-block"><div style='clear:both'></div>

<div id='judgeme_product_reviews'
    class='jdgm-widget jdgm-review-widget'
    data-product-title='TOMATE COUILLES DE TAUREAU AB'
    data-id='7706095943761'
    data-product-id='7706095943761'
    data-entry-point-url="https://cdn.shopify.com/extensions/f36ba63f-5801-4427-ba69-a6684abb53ee/judge-me-reviews-69/assets/review_widget.js"
    data-manifest-url="https://cdn.shopify.com/extensions/f36ba63f-5801-4427-ba69-a6684abb53ee/judge-me-reviews-69/assets/manifest.json"
    data-entry-key="review-widget/main.js"
    data-block-id="AK1hvanZtWUE5MjdJa__judge_me_reviews_review_widget_dacf7T"
    style='max-width: 1200px; margin: 0 auto;'>

  
    <div class='jdgm-rev-widg' data-updated-at='2025-07-15T20:49:31Z' data-average-rating='4.18' data-number-of-reviews='11' data-number-of-questions='0' data-image-url='https://cdn.shopify.com/s/files/1/0643/9193/8129/files/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283'> <style class='jdgm-temp-hiding-style'>.jdgm-rev-widg{ display: none }</style> <div class='jdgm-rev-widg__header'> <h2 class='jdgm-rev-widg__title'>Customer Reviews</h2>  <div class='jdgm-rev-widg__summary'> <div class='jdgm-rev-widg__summary-stars' aria-label='Average rating is 4.18 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span> </div> <div class='jdgm-rev-widg__summary-text'>Based on 11 reviews</div> </div> <a style='display: none' href='#' class='jdgm-write-rev-link' role='button'>Write a review</a> <div class='jdgm-histogram jdgm-temp-hidden'>  <div class='jdgm-histogram__row' data-rating='5' data-frequency='8' data-percentage='73'>  <div class='jdgm-histogram__star' role='button' aria-label="73% (8) reviews with 5 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 73%;'> </div> </div> <div class='jdgm-histogram__percentage'>73%</div> <div class='jdgm-histogram__frequency'>(8)</div> </div>  <div class='jdgm-histogram__row' data-rating='4' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 4 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row' data-rating='3' data-frequency='1' data-percentage='9'>  <div class='jdgm-histogram__star' role='button' aria-label="9% (1) reviews with 3 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 9%;'> </div> </div> <div class='jdgm-histogram__percentage'>9%</div> <div class='jdgm-histogram__frequency'>(1)</div> </div>  <div class='jdgm-histogram__row' data-rating='2' data-frequency='1' data-percentage='9'>  <div class='jdgm-histogram__star' role='button' aria-label="9% (1) reviews with 2 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 9%;'> </div> </div> <div class='jdgm-histogram__percentage'>9%</div> <div class='jdgm-histogram__frequency'>(1)</div> </div>  <div class='jdgm-histogram__row' data-rating='1' data-frequency='1' data-percentage='9'>  <div class='jdgm-histogram__star' role='button' aria-label="9% (1) reviews with 1 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 9%;'> </div> </div> <div class='jdgm-histogram__percentage'>9%</div> <div class='jdgm-histogram__frequency'>(1)</div> </div>  <div class='jdgm-histogram__row jdgm-histogram__clear-filter' data-rating=null tabindex='0'></div> </div>  <div class="jdgm-medals-wrapper jdgm-hidden"> <style type="text/css"></style> <div class="jdgm-medals" data-link="https://app.judge.me/reviews/medals"> <div class="jdgm-medals__container"> <div class="jdgm-medal-wrapper" title="Diamond Authentic Shop. 100% of published reviews are verified reviews"> <a class="jdgm-medal jdgm--loading" data-value="100.0" data-type="auth" data-tier="diamond"> <div class="jdgm-medal__image" data-url="auth/diamond.svg" data-alt="Judge.me Diamond Authentic Shop medal"></div> <div class="jdgm-medal__value">100.0</div> </a> </div> <div class="jdgm-medal-wrapper" title="Diamond Transparent Shop. Published 100% of verified reviews received in total"> <a class="jdgm-medal jdgm--loading" data-value="100.0" data-type="tran" data-tier="diamond"> <div class="jdgm-medal__image" data-url="tran/diamond.svg" data-alt="Judge.me Diamond Transparent Shop medal"></div> <div class="jdgm-medal__value">100.0</div> </a> </div> </div> </div> </div>   <div class='jdgm-rev-widg__sort-wrapper'></div> </div> <div class='jdgm-rev-widg__body'>  <div class='jdgm-rev-widg__reviews'><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='2d9e0127-2fd4-441e-a3c9-ac7b549b3e71' data-review-language='' data-product-title='TOMATE COUILLES DE TAUREAU AB' data-product-url='/products/tomate-couilles-de-taureau-ab' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'>  <div class='jdgm-rev__icon' > m </div>  <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2025-06-07 06:48:39 UTC'></span>    <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>maria</span> <span class='jdgm-rev__location' >  </span>  </span> </div> <div class='jdgm-rev__content'>  <div class='jdgm-rev__custom-form'>  </div> <b class='jdgm-rev__title'>excellentes tomates</b> <div class='jdgm-rev__body'><p>les graines sont devenues plants super recolte cet ete 
<br />tomates excellentes et tres bonnes sechees</p></div> <div class='jdgm-rev__pics'>  </div> <div class='jdgm-rev__vids'>   </div> <div class='jdgm-rev__transparency-badge-wrapper'>  </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'>  </div> </div><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='76b1e9d4-8d64-46ee-9838-5a7ad1a2c197' data-review-language='' data-product-title='TOMATE COUILLES DE TAUREAU AB' data-product-url='/products/tomate-couilles-de-taureau-ab' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'>  <div class='jdgm-rev__icon' > C </div>  <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2025-04-20 09:43:35 UTC'></span>    <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>Claire Dufond</span> <span class='jdgm-rev__location' >  </span>  </span> </div> <div class='jdgm-rev__content'>  <div class='jdgm-rev__custom-form'>  </div> <b class='jdgm-rev__title'>Pas encore en terre</b> <div class='jdgm-rev__body'><p>Je suis en Picardie donc pour le moment le semis pousse bien on verra par la suite</p></div> <div class='jdgm-rev__pics'>  </div> <div class='jdgm-rev__vids'>   </div> <div class='jdgm-rev__transparency-badge-wrapper'>  </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'>  </div> </div><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='a5de4903-faf8-41d8-9ee4-b78f99cc4184' data-review-language='' data-product-title='TOMATE COUILLES DE TAUREAU AB' data-product-url='/products/tomate-couilles-de-taureau-ab' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'>  <div class='jdgm-rev__icon' > D </div>  <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2025-04-16 16:30:25 UTC'></span>    <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>DOMINIQUE HOCQUET</span> <span class='jdgm-rev__location' >  </span>  </span> </div> <div class='jdgm-rev__content'>  <div class='jdgm-rev__custom-form'>  </div> <b class='jdgm-rev__title'></b> <div class='jdgm-rev__body'><p>BONNE LEVEE - A SUIVRE</p></div> <div class='jdgm-rev__pics'>  </div> <div class='jdgm-rev__vids'>   </div> <div class='jdgm-rev__transparency-badge-wrapper'>  </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'>  </div> </div><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='17deb31a-667c-4457-8fe3-cd11b6a21aa7' data-review-language='' data-product-title='TOMATE COUILLES DE TAUREAU AB' data-product-url='/products/tomate-couilles-de-taureau-ab' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'>  <div class='jdgm-rev__icon' > R </div>  <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2025-04-07 17:18:45 UTC'></span>    <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>RENE SIMEON</span> <span class='jdgm-rev__location' >  </span>  </span> </div> <div class='jdgm-rev__content'>  <div class='jdgm-rev__custom-form'>  </div> <b class='jdgm-rev__title'>En semi</b> <div class='jdgm-rev__body'><p>Semi le 17 mars aujourd'hui 7 avril elles mesures environs 6cm avec feuilles au centre je pense les rempoter le 29 ou 30 avril ou prochaine lune favorable début mai !!! votre avis culture à suivre ......</p></div> <div class='jdgm-rev__pics'>  </div> <div class='jdgm-rev__vids'>   </div> <div class='jdgm-rev__transparency-badge-wrapper'>  </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'>  </div> </div></div> <div class='jdgm-paginate' data-per-page='4' data-url='https://api.judge.me/reviews/reviews_for_widget' ><a class='jdgm-paginate__page jdgm-curt' data-page='1' aria-label='Page 1' tabindex='0'  role='button'>1</a><a class='jdgm-paginate__page' data-page='2' aria-label='Page 2' tabindex='0'  role='button'>2</a><a class='jdgm-paginate__page' data-page='3' aria-label='Page 3' tabindex='0'  role='button'>3</a><a class='jdgm-paginate__page jdgm-paginate__next-page' data-page='2' aria-label='Page 2' tabindex='0' rel='next' role='button'></a><a class='jdgm-paginate__page jdgm-paginate__last-page' data-page='3' aria-label='Page 3' tabindex='0'  role='button'></a></div>  </div> <div class='jdgm-rev-widg__paginate-spinner-wrapper'> <div class='jdgm-spinner'></div> </div> </div>
  

  
</div>




</div>
</div>


</section><section id="shopify-section-template--17132696895569__17394640822f2eb611" class="shopify-section section"><div class="page-width"></div>


</section><script data-locksmith>
    var load = function () {

          if (document.querySelectorAll('.locksmith-manual-trigger').length > 0) {
            Locksmith.ping();
          }


      Locksmith.util.on('submit', 'locksmith-resource-form', function (event) {
        event.preventDefault();
        var data = Locksmith.util.serializeForm(event.target);
        Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' });
      });

      Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) {
        event.preventDefault();
        Locksmith.postResource({}, { spinner: true, container: document });
      });

      Locksmith.submitPasscode = function (passcode) {
        Locksmith.postResource(
          { passcode: passcode },
          { spinner: false, container: 'locksmith-content' }
        );
      };
    };

    if (typeof Locksmith !== 'undefined') {
      load();
    } else {
      window.addEventListener('load', load);
    }
  </script>
    </main>

    <!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--17132696993873__reassurance_RBJ4qA" class="shopify-section shopify-section-group-footer-group">

<div class="reassurance-section">
    <div class="page-width">
        

        <div class="swiper-mobile swiper-container">
          <div class="reassurance-section__grid swiper-wrapper">
              
              <div class="reassurance-section__block swiper-slide">
                  
                  <div class="reassurance-section__image">
                    <img src="//www.fermedesaintemarthe.com/cdn/shop/files/reasurance-semancier.png?v=1739373853&amp;width=100" alt="Semencier artisanal" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/reasurance-semancier.png?v=1739373853&amp;width=100 100w" width="100" height="77">
                  </div>
                  
                  <div class="reassurance-section__content">
                  <div class="reassurance-section__title font-subheading">Semencier artisanal</div>
                  <p class="reassurance-section__subtitle">depuis 1974</p>
                  </div>
              </div>
              
              <div class="reassurance-section__block swiper-slide">
                  
                  <div class="reassurance-section__image">
                    <img src="//www.fermedesaintemarthe.com/cdn/shop/files/Colis.png?v=1747319764&amp;width=100" alt="Livraison" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/Colis.png?v=1747319764&amp;width=100 100w" width="100" height="78">
                  </div>
                  
                  <div class="reassurance-section__content">
                  <div class="reassurance-section__title font-subheading">Livraison</div>
                  <p class="reassurance-section__subtitle">soignée</p>
                  </div>
              </div>
              
              <div class="reassurance-section__block swiper-slide">
                  
                  <div class="reassurance-section__image">
                    <img src="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-paiment.png?v=1739373853&amp;width=100" alt="Paiement" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-paiment.png?v=1739373853&amp;width=100 100w" width="100" height="68">
                  </div>
                  
                  <div class="reassurance-section__content">
                  <div class="reassurance-section__title font-subheading">Paiement</div>
                  <p class="reassurance-section__subtitle">Sécurisé</p>
                  </div>
              </div>
              
              <div class="reassurance-section__block swiper-slide">
                  
                  <div class="reassurance-section__image">
                    <img src="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-equipe.png?v=1739373853&amp;width=100" alt="Une équipe" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-equipe.png?v=1739373853&amp;width=100 100w" width="100" height="115">
                  </div>
                  
                  <div class="reassurance-section__content">
                  <div class="reassurance-section__title font-subheading">Une équipe</div>
                  <p class="reassurance-section__subtitle">à votre écoute</p>
                  </div>
              </div>
              
              <div class="reassurance-section__block swiper-slide">
                  
                  <div class="reassurance-section__image">
                    <img src="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-agribio.png?v=1739373853&amp;width=100" alt="Graines biologiques" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/reassurance-agribio.png?v=1739373853&amp;width=100 100w" width="100" height="112">
                  </div>
                  
                  <div class="reassurance-section__content">
                  <div class="reassurance-section__title font-subheading">Graines biologiques</div>
                  <p class="reassurance-section__subtitle">et reproductibles</p>
                  </div>
              </div>
              
          </div>

          <div class="swiper-pagination"></div>
        </div>
  </div>
</div>
</div><div id="shopify-section-sections--17132696993873__footer" class="shopify-section shopify-section-group-footer-group">

<link href="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/component-newsletter.css?v=4727253280200485261734714134" rel="stylesheet" type="text/css" media="all" />

<footer class="footer">
    <div class="footer__information">
        <div class="footer__title font-subheading">Vous avez besoin de conseils ?</div>
        
        <div class="footer__contact">
            
                <a href="/pages/formulaire-de-contact" class="footer__contact-link button button--primary">Contactez-nous</a>
            
            
                <a href="tel:0241441177" class="footer__phone-link button button--secondary button--hollow">02 41 44 11 77</a>
            
        </div>
        <p class="footer__availability">Du lundi au vendredi de 9h à 17h</p>
        <p class="footer__store">Vous avez aussi possibilité de venir découvrir notre magasin,<br>
La Graineterie-Épicerie, 3 Route de la Plotinière, 49800, Loire-Authion.<br>Magasin ouvert du lundi au samedi de 9h à 19h</p>

        
            <img src="//www.fermedesaintemarthe.com/cdn/shop/files/logo-footer.svg?v=1739371722&amp;width=210" alt="Vous avez besoin de conseils ?" srcset="//www.fermedesaintemarthe.com/cdn/shop/files/logo-footer.svg?v=1739371722&amp;width=210 210w" width="210" height="55" class="footer__logo">
        
    </div>
  
    <div class="footer__blocks">
      
        
            <div class="footer__block footer__menu">
              <div class="footer__block-title font-subheading">La Ferme de Sainte Marthe</div>
              
                <ul class="footer__menu-links">
                  
                    <li><a href="/pages/qui-sommes-nous"
   >
   Qui sommes-nous ?
</a>
</li>
                  
                    <li><a href="/pages/producteur-de-graines-bio-et-reproductibles"
   >
   Notre métier de semencier
</a>
</li>
                  
                    <li><a href="/pages/ateliers-de-jardinage"
   >
   Les ateliers et visites
</a>
</li>
                  
                    <li><a href="/pages/la-graineterie-epicerie"
   >
   Notre magasin bio
</a>
</li>
                  
                    <li><a href="/blogs/actualites"
   >
   Notre actualité
</a>
</li>
                  
                </ul>
              
            </div>
  
          
      
        
            <div class="footer__block footer__menu">
              <div class="footer__block-title font-subheading">Service client</div>
              
                <ul class="footer__menu-links">
                  
                    <li><a href="https://www.fermedesaintemarthe.com/apps/suividecommande"
   >
   Suivre ma commande
</a>
</li>
                  
                    <li><a href="/pages/formulaire-de-contact"
   >
   Contactez-nous
</a>
</li>
                  
                    <li><a href="/pages/le-catalogue"
   >
   Demandez le catalogue
</a>
</li>
                  
                    <li><a href="https://cdn.shopify.com/s/files/1/0643/9193/8129/files/Bon_Commande_25.pdf?v=1740652222"
   target="_blank" rel="noopener">
   Bon de commande
</a>
</li>
                  
                    <li><a href="https://la-ferme-de-sainte-marthe-sld.myshopify.com/blogs/actualites"
   >
   Tous nos conseils
</a>
</li>
                  
                </ul>
              
            </div>
  
          
      
        
            <div class="footer__block footer__menu">
              <div class="footer__block-title font-subheading">Professionnels</div>
              
                <ul class="footer__menu-links">
                  
                    <li><a href="https://cdn.shopify.com/s/files/1/0643/9193/8129/files/CERTIFICAT_FDSM_31-03-2026.pdf?v=1744104949"
   target="_blank" rel="noopener">
   Notre certificat bio
</a>
</li>
                  
                    <li><a href="/pages/espace-pro"
   >
   Revendre nos graines
</a>
</li>
                  
                    <li><a href="/pages/sachets-personnalises"
   >
   Sachets Personnalisables
</a>
</li>
                  
                </ul>
              
            </div>
  
          
      
        
            <div class="footer__block footer__newsletter">
              <div class="footer__block-title font-subheading">Abonnez-vous</div>
              <p class="footer__block-subtitle">Suivez nos aventures de la graine à l'assiette !</p>
              <form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
    <div class="newsletter-form__field-wrapper">
      <div class="field">
        <input
          id="NewsletterForm--sections--17132696993873__footer"
          type="email"
          name="contact[email]"
          class="field__input"
          value=""
          aria-required="true"
          autocorrect="off"
          autocapitalize="off"
          autocomplete="email"
          
          placeholder="E-mail"
          required
>
        <label class="field__label" for="NewsletterForm--sections--17132696993873__footer">
          E-mail
        </label>
        <button
          type="submit"
          class="newsletter-form__button field__button"
          name="commit"
          id="Subscribe"
          aria-label="S&#39;inscrire"
        >
          <svg
  viewbox="0 0 14 10"
  fill="none"
  aria-hidden="true"
  focusable="false"
  class="icon icon-arrow"
  xmlns="http://www.w3.org/2000/svg"
>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

        </button>
      </div></div></form>
            </div>
        
      
    </div>
  </footer>
  </div><div id="shopify-section-sections--17132696993873__footer_after_HtcdpJ" class="shopify-section shopify-section-group-footer-group">

<div class="footer-after">
    <div class="footer-after__inner page-width">
        <div class="footer-after__copyright">
        © La Ferme de Sainte Marthe - Tous droit réservés
        </div>
    
        <nav class="footer-after__links">
        
            <ul>
            
                <li><a href="/pages/donnees-personnelles">Données personnelles</a></li>
            
                <li><a href="/pages/cgv">Conditions Générales de Ventes</a></li>
            
            </ul>
        
        </nav>
    
        <div class="footer-after__socials">

<ul class="list-unstyled list-social footer__list-social" role="list"><li class="list-social__item">
      <a href="https://www.facebook.com/fermedesaintemarthe" class="link list-social__link" target="_blank"><svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewbox="0 0 20 20">
  <path fill="currentColor" d="M18 10.049C18 5.603 14.419 2 10 2c-4.419 0-8 3.603-8 8.049C2 14.067 4.925 17.396 8.75 18v-5.624H6.719v-2.328h2.03V8.275c0-2.017 1.195-3.132 3.023-3.132.874 0 1.79.158 1.79.158v1.98h-1.009c-.994 0-1.303.621-1.303 1.258v1.51h2.219l-.355 2.326H11.25V18c3.825-.604 6.75-3.933 6.75-7.951Z"/>
</svg>
<span class="visually-hidden">Facebook</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.instagram.com/fermedesaintemarthe/" class="link list-social__link" target="_blank"><svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewbox="0 0 20 20">
  <path fill="currentColor" fill-rule="evenodd" d="M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.43 2.43 0 0 0-.912.593 2.486 2.486 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23 0 2.134.01 2.39.046 3.229.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046 2.134 0 2.39-.01 3.23-.046.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23 0-2.134-.01-2.39-.055-3.229-.027-.784-.164-1.204-.274-1.495a2.43 2.43 0 0 0-.593-.913 2.604 2.604 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045 1.1-.014 2.202.001 3.302.045.664.014 1.321.14 1.943.374a3.968 3.968 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.896 3.896 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.152 4.152 0 0 1-1.414-.922 4.128 4.128 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.44 4.44 0 0 1 .92-1.414 4.18 4.18 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805Zm1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93Zm5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355Z" clip-rule="evenodd"/>
</svg>
<span class="visually-hidden">Instagram</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.linkedin.com/company/la-ferme-de-sainte-marthe" class="link list-social__link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" fill="currentColor" viewbox="0 0 21 18">
    <path fill-rule="evenodd" d="M1.313 1.734c0-.985.786-1.79 1.77-1.79.985 0 1.78.795 1.78 1.77a1.79 1.79 0 0 1-1.77 1.79c-.976 0-1.78-.795-1.78-1.77Zm12.32 6.553c2.481 0 2.481 2.453 2.481 3.77v5.596h2.917V11.28c0-3.372-.7-5.455-4.157-5.455a3.58 3.58 0 0 0-3.248 1.78l-.133.237h-.748l-.057-.474V6.147H7.923v11.506h2.916v-5.691c0-1.004 0-3.665 2.794-3.665v-.01Zm-9.072-2.14H1.634v11.516h2.927V6.147Z" clip-rule="evenodd"/>
  </svg>
  <span class="visually-hidden">Linkedin</span>
      </a>
    </li><li class="list-social__item">
      <a href="https://www.youtube.com/@FermeDeSainteMarthe" class="link list-social__link" target="_blank"><svg aria-hidden="true" focusable="false" class="icon icon-youtube" viewbox="0 0 20 20">
  <path fill="currentColor" d="M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.125 2.125 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.125 2.125 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.173 2.173 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.173 2.173 0 0 1 1.53 1.53ZM8.3 12.5l4.42-2.55L8.3 7.4v5.1Z"/>
</svg>
<span class="visually-hidden">YouTube</span>
      </a>
    </li></ul>
</div>
    </div>
</div>
</div>
<!-- END sections: footer-group -->

    <ul hidden>
      <li id="a11y-refresh-page-message">Le choix d&#39;une sélection entraîne l&#39;actualisation de la page entière.</li>
      <li id="a11y-new-window-message">S&#39;ouvre dans une nouvelle fenêtre.</li>
    </ul>

    <script>
      window.shopUrl = 'https://www.fermedesaintemarthe.com';
      window.routes = {
        cart_add_url: '/cart/add',
        cart_change_url: '/cart/change',
        cart_update_url: '/cart/update',
        cart_url: '/cart',
        predictive_search_url: '/search/suggest',
      };

      window.cartStrings = {
        error: `Une erreur est survenue lors de l’actualisation de votre panier. Veuillez réessayer.`,
        quantityError: `Vous ne pouvez pas ajouter plus de [quantity] de ce produit à votre panier.`,
      };

      window.variantStrings = {
        addToCart: `Ajouter au panier`,
        soldOut: `M&#39;avertir de la disponibilité`,
        unavailable: `Non disponible(s)`,
        unavailable_with_option: `[value] – indisponible`,
      };

      window.quickOrderListStrings = {
        itemsAdded: `[quantity] articles ajoutés`,
        itemAdded: `[quantity] article ajouté`,
        itemsRemoved: `[quantity] articles retirés`,
        itemRemoved: `[quantity] article retiré`,
        viewCart: `Voir le panier`,
        each: `[money]/pièce`,
        min_error: `Cet article a un minimum de [min]`,
        max_error: `Cet article a un maximum de [max]`,
        step_error: `Vous pouvez ajouter cet article uniquement par incréments de [step]`,
      };

      window.accessibilityStrings = {
        imageAvailable: `L&#39;image [index] est maintenant disponible dans la galerie`,
        shareSuccess: `Lien copié dans le presse-papiers`,
        pauseSlideshow: `Interrompre le diaporama`,
        playSlideshow: `Lire le diaporama`,
        recipientFormExpanded: `Formulaire de destinataire de carte-cadeau agrandi`,
        recipientFormCollapsed: `Formulaire de destinataire de carte-cadeau réduit`,
        countrySelectorSearchCount: `[count] pays/régions trouvés`,
      };
    </script><script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/predictive-search.js?v=57209189334897115771734714134" defer="defer"></script><script src="//www.fermedesaintemarthe.com/cdn/shop/t/2/assets/bss-custom.js?v=117325330507773397741737002569" type="text/javascript"></script>
    <script>
      (function () {
        let isShowHyperLinkAppBlock = false;
        const isCustomizePage = () => {
            if (window.location.pathname.includes('/themes/') && window.location.pathname.includes('/editor')) {
                return true;
            }
            const customizeToolbar = document.querySelector('.shopify-editor-toolbar');
            if (customizeToolbar) {
                return true;
            }
            return false;
        }
      
        if (isCustomizePage()) {
            isShowHyperLinkAppBlock = true; 
        } 
      
        const customerId = "";
        
        if (BSS_BCP.hyperLink.applyTo === 0) {
            isShowHyperLinkAppBlock = customerId.trim().length > 0; 
        } else if (BSS_BCP.hyperLink.applyTo === 1) {
            BSS_BCP.hyperLink.customerId.forEach(item => {
                if (+item === +customerId) {
                    isShowHyperLinkAppBlock = true;
                    return;
                }
            })
        } else if (BSS_BCP.hyperLink.applyTo === 2) {
            const customerTags = "".split(',');
            BSS_BCP.hyperLink.customerTag.forEach(item => {
                if (customerTags.includes(item.toLowerCase())) {
                    isShowHyperLinkAppBlock = true;
                    return;
                }
            })
        }
      
        if (isShowHyperLinkAppBlock) {
            const elementHyperLinks = document.querySelectorAll('.bss-bcp-hyper-link-app-block');
            const isCurrentPage = location.pathname.includes("/apps/customer-portal");
            console.log(elementHyperLinks)
            elementHyperLinks.forEach(function (hyperLink) {
              hyperLink.insertAdjacentHTML(`beforeend`, `
                <h3 class="bss-bcp-link-wrapper" style="text-align: center;">
                    <a href="${BSS_BCP.is_enable_embed_proxy ? "/account" : "/apps/customer-portal"}" target="_self" class="bss-bcp-link${isCurrentPage ? " current-page" : ""}">${BSS_BCP.hyperLink.text}</a>
                </h3>
              `);
            });
        }
      })();
    </script>


<script>
window.axeptioSettings = {
  clientId: "68623b8a50e0a5d97530e9a5",
  cookiesVersion: "Groupe Soledis",
  googleConsentMode: {
    default: {
      analytics_storage: "denied",
      ad_storage: "denied",
      ad_user_data: "denied",
      ad_personalization: "denied",
      wait_for_update: 500
    }
  }
};
 
(function(d, s) {
  var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
  e.async = true; e.src = "//static.axept.io/sdk.js";
  t.parentNode.insertBefore(e, t);
})(document, "script");
</script>
    <script>
window.vendors_shopify = [
{
name: "shopify_preferences",
title: "Préférences",
shortDescription:
"Cookies qui mémorisent vos préférences, comme le pays ou la langue, pour personnaliser vos visites sur notre site web",
policyUrl: "https://www.shopify.com/legal/terms",
domain: "shopify.com",
},
{
name: "shopify_analytics",
title: "Analytique",
shortDescription:
"Cookies pour comprendre comment vous interagissez avec notre site",
policyUrl: "https://www.shopify.com/legal/terms",
domain: "shopify.com",
},
{
name: "shopify_marketing",
title: "Marketing",
shortDescription:
"Cookies pour fournir des publicités et des communications marketing basées sur vos intérêts",
policyUrl: "https://www.shopify.com/legal/terms",
domain: "shopify.com",
},
{
name: "shopify_sale_of_data",
title: "Vente de données",
shortDescription:
"Opter pour / contre le partage / vente de données",
policyUrl: "https://www.shopify.com/legal/terms",
domain: "shopify.com",
},
];

(_axcb = window._axcb || []).push(function (sdk) {
sdk.on("ready", function () {

if (!sdk.cookiesConfig) {
return;
}

// Construction de l'étape Shopify dans le widget de cookies
sdk.cookiesConfig.steps.splice(1, 0, {
hasVendors: true,
image: "cookie-bienvenue",
layout: "category",
message:
"Shopify utilise plusieurs services et plugins, nous pouvons les contrôler via leur API de confidentialité",
name: "welcome",
onlyOnce: true,
title: "Cookies Shopify",
subTitle: "Shopify utilise plusieurs services, cela vous convient-il ?",
vendors: window.vendors_shopify,
});

// API de consentement Shopify
window.Shopify.loadFeatures([
{
name: "consent-tracking-api",
version: "0.1",
},
]);
});

// Mise à jour de l'API de consentement Shopify
sdk.on("consent:saved", function (payload) {
const choices = payload.consent.preferences.vendors;
window.Shopify.customerPrivacy.setTrackingConsent(
{
preferences: choices.shopify_preferences,
analytics: choices.shopify_analytics,
marketing: choices.shopify_marketing,
sale_of_data: choices.shopify_sale_of_data,
},
() => {}
);
});
});
</script>
    <script>
      setInterval(() => {
        if (typeof window.opusRefreshCart === 'function') {
          window.opusRefreshCart();
        }
      }, 1000);
    </script>

  <div id="shopify-block-ANWk3VXE0N3BIWEMvV__11349500561483629931" class="shopify-block shopify-app-block">
<script
  id="ReStock-config"
>
  var _ReStockConfig = window._ReStockConfig || {};
  
  _ReStockConfig.templateName = "product";
  _ReStockConfig.isB2BCustomer = null;
  _ReStockConfig.currentLocationId = null;
  
  function createRestockScript() {
    const restockSdkElement = document.createElement('script');
    restockSdkElement.setAttribute('defer', 'defer');
    restockSdkElement.src = "https://cdn.hengam.io/restock-alerts-sdk.js";
    document.body.appendChild(restockSdkElement);
  }
  
_ReStockConfig.product = {
      selected_or_first_available_variant_id : 42111353094225,
      id : 7706095943761,
      title : "TOMATE COUILLES DE TAUREAU AB",
      handle : "tomate-couilles-de-taureau-ab",
      available : true,
      featured_image : "\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283",
      images : ["\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-COUILLES-DE-TAUREAU-AB-ENSACHAGE-FDSM-71234680.jpg?v=1749032283","\/\/www.fermedesaintemarthe.com\/cdn\/shop\/files\/TOMATE-MAGLIA-ROSSA-AB-ENSACHAGE-FDSM-71357671.jpg?v=1754061588"],
      price : 380,
      compare_at_price: null,
      vendor : "ENSACHAGE FDSM",
      selling_plan_groups: [],
      variants: [{
         id: 42111353094225,
         title: "Default Title",
         available: true,
         featured_image: null,
         name: null,
         price: 380,
         compare_at_price: null,
         inventory_management: "shopify",
         sku: "2127A",
         quantity: 2680,
      },]
  }
  try {
    function processNotifyMeConfigData(configData) {
      if (!configData.app_enabled) return;
      _ReStockConfig = { ..._ReStockConfig, ...configData };

      if(_ReStockConfig.wishlist?.is_service_active) {
        createRestockScript();
        return;
      }

      if (['collection','list-collections', 'search', 'page'].includes(_ReStockConfig.templateName)) {
        if ((!configData.is_back_in_stock_active || configData.ui_style.notify_me_styles.find(config => config.page === 'COLLECTION_PAGE').inline_display_mode === 'NOT_DISPLAYED') &&
            (!configData.pre_order.is_service_active || configData.pre_order.collection_page.ui_styles.display_mode === 'NOT_DISPLAYED'))
            return;
      }
      
      if (_ReStockConfig.templateName === 'index') {
        if ((!configData.is_back_in_stock_active || configData.ui_style.notify_me_styles.find(config => config.page === 'LANDING_PAGES').inline_display_mode === 'NOT_DISPLAYED') &&
            (!configData.pre_order.is_service_active || configData.pre_order.landing_page.ui_styles.display_mode === 'NOT_DISPLAYED'))
          return;
      }
      
      createRestockScript();
    }

    
_ReStockConfig.wishlist = undefined;_ReStockConfig.wishlist = {"is_service_active":false,"wishlist_buttons":{"product_page":{"is_visible":true,"style_mode":"SMART","wrapper_by_support":null,"custom_styles":null,"inject_to_all_wrappers":false,"icon":"heart"}},"limit_reached":false,"ui_contents":{"en":{"id":46611,"add_to_wishlist_button_label":"Add to wishlist","remove_from_wishlist_button_label":"It’s in wishlist","list_access_button_label":"Wishlist","list_title":"Wishlist","list_add_all_to_cart_button_label":"Add all to cart","product_card_add_to_cart_button_label":"Add to cart","product_card_out_of_stock_button_label":"Out of stock","empty_list_description":"You didn't like any products yet!","empty_list_explore_button_label":"Explore store","add_to_cart_toast_message":"Added to your cart","login_modal_button_label":"Login","login_modal_description":"Log in to your account to add products to your wishlist and view your previously saved items.","login_modal_title":"Login required"},"de":{"id":46606,"add_to_wishlist_button_label":"Zu Favoriten hinzufügen","remove_from_wishlist_button_label":"Es ist auf der Wunschliste","list_access_button_label":"Wunschliste","list_title":"Wunschliste","list_add_all_to_cart_button_label":"Alles in den Warenkorb legen","product_card_add_to_cart_button_label":"In den Warenkorb legen","product_card_out_of_stock_button_label":"Produkt nicht vorrätig","empty_list_description":"Dir haben noch keine Produkte gefallen!","empty_list_explore_button_label":"Shop erkunden","add_to_cart_toast_message":"Zum Warenkorb hinzugefügt","login_modal_button_label":"Login","login_modal_description":"Melden Sie sich bei Ihrem Konto an, um Produkte zu Ihrer Wunschliste hinzuzufügen und Ihre zuvor gespeicherten Artikel anzuzeigen.","login_modal_title":"Anmeldung erforderlich"},"fr":{"id":46621,"add_to_wishlist_button_label":"Ajouter à la liste de souhaits","remove_from_wishlist_button_label":"C'est dans la liste de souhaits","list_access_button_label":"Liste de souhaits","list_title":"Liste de souhaits","list_add_all_to_cart_button_label":"Ajouter tout au panier","product_card_add_to_cart_button_label":"Ajouter au panier","product_card_out_of_stock_button_label":"En rupture de stock","empty_list_description":"Vous n'avez pas encore aimé aucun produit !","empty_list_explore_button_label":"Explorer le magasin","add_to_cart_toast_message":"Ajouté à votre panier","login_modal_button_label":"Se connecter","login_modal_description":"Connectez-vous à votre compte pour ajouter des produits à votre liste de souhaits et afficher vos articles précédemment enregistrés.","login_modal_title":"Connexion requise"}},"access_button":{"custom_styles":null,"icon":"heart","position":"bottom-left"},"drawer":{"custom_styles":null,"position":"left"},"add_to_cart_message":{"custom_styles":null,"position":"bottom-right"}};

    let configData = {};configData = {"ask_for_gdpr_consent_enabled":false,"not_selectable_variants_enabled":false,"pre_order_products_enabled":false,"ui_style":{"notify_me_styles":[{"wrapper":null,"page":"COLLECTION_PAGE","inline_display_mode":"BUTTON","show_floating_button":false,"inject_in_parent_of_wrapper":false,"inject_to_all_wrappers":false,"handle_rerenders":true,"prepend_to_wrapper":false,"custom_styles":{"color":"","showIcon":false,"iconColor":"","borderSize":"","borderColor":"","borderRadius":"","backgroundColor":""},"product_card_selector":null,"style_mode":"SMART"},{"wrapper":null,"page":"LANDING_PAGES","inline_display_mode":"BUTTON","show_floating_button":false,"inject_in_parent_of_wrapper":false,"inject_to_all_wrappers":false,"handle_rerenders":true,"prepend_to_wrapper":false,"custom_styles":{"color":"","showIcon":false,"iconColor":"","borderSize":"","borderColor":"","borderRadius":"","backgroundColor":""},"product_card_selector":null,"style_mode":"SMART"}],"product_page_notify_me_style":{"wrapper":null,"support_wrapper":null,"css_selector_from_theme":null,"inline_display_mode":"BUTTON","show_floating_button":false,"hide_buy_it_now_button":true,"inject_in_parent_of_wrapper":false,"inject_to_all_wrappers":false,"handle_rerenders":true,"prepend_to_wrapper":false,"css_selector":null,"css_selector_by_support":null,"custom_styles":{"color":"","showIcon":true,"iconColor":"","borderSize":"","borderColor":"","borderRadius":"","backgroundColor":""},"custom_variant_listener":{"element":null,"property":null,"is_dataset_property":false},"app_branding_enabled":false,"use_add_to_cart_button_selector":true,"style_mode":"SMART"},"subscription_form_style":{"custom_styles":{"color":"","showIcon":false,"iconColor":"","borderSize":"","borderColor":"","borderRadius":"","backgroundColor":""},"style_mode":"SMART"},"button_classes":null,"global_raw_css":"","product_page_raw_css":null,"after_subscribe_message_styles":{"toastColor":"202223","toastBackgroundColor":"d9dfea"}},"ui_contents":[{"notify_me_contents":[{"page":"PRODUCT_PAGE","button_text":"Prévenez-moi","not_selectable_variants_button_text":"Rupture de stock?Cliquez ici"},{"page":"COLLECTION_PAGE","button_text":"Prévenez-moi","not_selectable_variants_button_text":"Rupture de stock?Cliquez ici"},{"page":"LANDING_PAGES","button_text":"Prévenez-moi","not_selectable_variants_button_text":"Rupture de stock?Cliquez ici"}],"subscription_form_content":{"form_title":"M'avertir de la disponibilité de l'article","email_input_placeholder":"Adresse e-mail ...","email_input_below_text":"Ne vous inquiétez pas!Nous détestons le spam autant que vous.","email_label":"E-mail","push_label":"Notification push","sms_label":"SMS","sms_input_placeholder":"Numéro de téléphone ...","whatsapp_label":"Whatsapp","whatsapp_input_placeholder":"Whatsapp Number ...","invalid_email_error_message":"Votre adresse e-mail n'est pas valide.","invalid_phone_number_error_message":"Votre numéro de téléphone n'est pas valide.","button_text":"Me prévenir du retour en stock","add_to_contacts_checkbox_text":"Me notifiez aussi d'autres nouvelles ou offres","after_subscribe_message_text":"Votre demande est bien enregistrée. Nous vous informerons lorsque l'article sera de nouveau disponible. Merci.","already_subscribed_message_text":"Vous avez déjà demandé une alerte pour cet article.","push_is_not_allowed_message_text":"Vous n'avez pas permis à ce site de vous envoyer des notifications push.Pour recevoir une notification en stock de cette boutique.","style_mode":"SMART"},"language":"fr"},{"notify_me_contents":[{"page":"PRODUCT_PAGE","button_text":"Benachrichtige mich","not_selectable_variants_button_text":"Ausverkauft? Klicke hier"},{"page":"COLLECTION_PAGE","button_text":"Benachrichtige mich","not_selectable_variants_button_text":"Ausverkauft? Klicke hier"},{"page":"LANDING_PAGES","button_text":"Benachrichtige mich","not_selectable_variants_button_text":"Ausverkauft? Klicke hier"}],"subscription_form_content":{"form_title":"Benachrichtigen Sie mich über:","email_input_placeholder":"E-Mail-Addresse ...","email_input_below_text":"Mach dir keine Sorgen!Wir hassen Spam genauso wie Sie.","email_label":"Email","push_label":"Push-Benachrichtigung","sms_label":"SMS","sms_input_placeholder":"Telefonnummer ...","whatsapp_label":"Whatsapp","whatsapp_input_placeholder":"Whatsapp Number ...","invalid_email_error_message":"Ihre E -Mail -Adresse ist nicht gültig.","invalid_phone_number_error_message":"Ihre Telefonnummer ist nicht gültig.","button_text":"Benachrichtige mich, wenn es verfügbar ist","add_to_contacts_checkbox_text":"Benachrichtigen Sie mich auch über andere Nachrichten oder Angebote","after_subscribe_message_text":"Wir werden Sie benachrichtigen, wenn der Artikel verfügbar ist","already_subscribed_message_text":"Sie haben bereits für diesen Artikel abonniert","push_is_not_allowed_message_text":"Sie haben diese Website nicht erlaubt, Ihnen Push -Benachrichtigungen zu senden.Back-in-in-Stand-Benachrichtigung aus diesem Laden zu erhalten.","style_mode":"SMART"},"language":"de"},{"notify_me_contents":[{"page":"PRODUCT_PAGE","button_text":"Notify me","not_selectable_variants_button_text":"Out of stock? Click here"},{"page":"COLLECTION_PAGE","button_text":"Notify me","not_selectable_variants_button_text":"Out of stock? Click here"},{"page":"LANDING_PAGES","button_text":"Notify me","not_selectable_variants_button_text":"Out of stock? Click here"}],"subscription_form_content":{"form_title":"Notify me via:","email_input_placeholder":"Email Address ...","email_input_below_text":"Don’t worry! We hate spam as much as you do.","email_label":"Email","push_label":"Push notification","sms_label":"SMS","sms_input_placeholder":"Phone Number ...","whatsapp_label":"Whatsapp","whatsapp_input_placeholder":"Whatsapp Number ...","invalid_email_error_message":"Your email address is not valid.","invalid_phone_number_error_message":"Your phone number is not valid.","button_text":"Notify Me When Available","add_to_contacts_checkbox_text":"Notify me about other news or offers too","after_subscribe_message_text":"We will notify you when the item is available","already_subscribed_message_text":"You already have subscribed for this item","push_is_not_allowed_message_text":"You didn\\'t allow this site to send you push notifications. To receive back-in-stock notification from this shop.","style_mode":"SMART"},"language":"en"}],"default_language":"fr","shop_id":56801,"app_enabled":true,"base_url":"https://api.notify-me.app","excluded_from_back_in_stock_variants":[],"has_contact_integration":true,"ask_for_contact_integration_is_hidden":false,"disable_branding_permission":true,"is_email_hidden":false,"is_sms_hidden":true,"is_push_hidden":true,"is_whatsapp_hidden":true,"collection_page_show_button_when_any_variant_is_out_of_stock":false,"home_page_show_button_when_any_variant_is_out_of_stock":false,"subscription_limit_reached":false,"is_back_in_stock_active":true,"pre_order":{"product_page":{"ui_styles":{"display_mode":"BUTTON","replace_with_add_to_cart_button":true,"hide_buy_it_now_button":true,"button":{"custom_styles":null},"price":{"custom_styles":null,"format":"{symbol}{price}","is_hidden":false},"badge":{"custom_styles":{"text_color":"000","border_radius":10,"background_color":"e4e5e7"},"is_hidden":false},"description":{"is_hidden":false},"style_mode":"SMART"},"ui_contents":{"fr":{"badge_text":"Pré-commander","widget_description":"Le produit sera bientôt disponible !","btn_text":"Pré commandez maintenant"},"de":{"badge_text":"Vorbestellen","widget_description":"Das Produkt ist bald verfügbar!","btn_text":"jetzt vorbestellen"},"en":{"badge_text":"Pre-order","widget_description":"Product will be available soon!","btn_text":"Pre-order now"}},"elements_selectors":{"button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"price":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"description":{"wrapper_by_support":null},"inject_to_all_wrappers":false}},"collection_page":{"ui_styles":{"display_mode":"NOT_DISPLAYED","button":{"custom_styles":null},"style_mode":"SMART"},"ui_contents":{"fr":{"btn_text":"Pré commandez maintenant"},"de":{"btn_text":"jetzt vorbestellen"},"en":{"btn_text":"Pre-order now"}},"elements_selectors":{"button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_section":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_section_add_to_cart_button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"inject_to_all_wrappers":false},"enable_variant_listener_on_cards":false},"landing_page":{"ui_styles":{"display_mode":"NOT_DISPLAYED","button":{"custom_styles":null},"style_mode":"SMART"},"ui_contents":{"fr":{"btn_text":"Pré commandez maintenant"},"de":{"btn_text":"jetzt vorbestellen"},"en":{"btn_text":"Pre-order now"}},"elements_selectors":{"button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_section":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"quick_view_section_add_to_cart_button":{"css_selector":null,"css_selector_by_support":null,"css_selector_from_theme":null},"inject_to_all_wrappers":false},"enable_variant_listener_on_cards":false},"limit_reached":false,"variant_ids":[],"is_selling_plan_removed_by_support":false,"selling_plans_settings":{"1351123025":{"has_discount":false,"value_type":"percentage","value":0.0}},"selling_plan_id_to_variant_ids":{"1351123025":[]},"selling_plan":{"id":1351123025,"price_adjustments":{"has_discount":false,"value_type":"percentage","value":0.0}},"is_service_active":false,"override_cart_requests":true,"excluded_catalogs_products":[],"excluded_catalogs_collections":[],"excluded_company_locations":[]},"low_stock":{"excluded_variants":[],"is_service_active":true,"widget_settings":{"show_mode":"LOW_INVENTORY","inventory_threshold":5},"product_page":{"is_elements_shown":true,"ui_contents":{"de":{"description":"Nur noch {{remaining_quantity}} Artikel auf Lager!"},"en":{"description":"Only {{remaining_quantity}} items left in stock!"},"fr":{"description":"Il ne reste que {{remaining_quantity}} articles en stock !"}},"style_mode":"SMART","widget":{"custom_styles":{"show_icon":true,"icon_color":"1bb283","text_color":"1bb283"},"wrapper_by_support":null,"inject_to_all_wrappers":false}},"collection_page":{"is_elements_shown":true,"ui_contents":{"de":{"description":"Nur noch {{remaining_quantity}} Artikel auf Lager!"},"en":{"description":"Only {{remaining_quantity}} items left in stock!"},"fr":{"description":"Il ne reste que {{remaining_quantity}} articles en stock !"}},"style_mode":"SMART","widget":{"custom_styles":{"show_icon":true,"icon_color":"EE442E","text_color":"EE442E"},"wrapper_by_support":null,"inject_to_all_wrappers":false}},"landing_page":{"is_elements_shown":true,"ui_contents":{"de":{"description":"Nur noch {{remaining_quantity}} Artikel auf Lager!"},"en":{"description":"Only {{remaining_quantity}} items left in stock!"},"fr":{"description":"Il ne reste que {{remaining_quantity}} articles en stock !"}},"style_mode":"SMART","widget":{"custom_styles":{"show_icon":true,"icon_color":"EE442E","text_color":"EE442E"},"wrapper_by_support":null,"inject_to_all_wrappers":false}}}};try {
      if (!configData || !configData.shop_id) {
        const url = new URL(window.location);
        const searchParams = url.searchParams;
        const shopDomain = searchParams.get('SHOP_DOMAIN') || window.Shopify?.shop || window.location.host;
        fetch(`https://api.notify-me.app/sdk/${shopDomain}`)
          .then(response => response.json())
          .then(data => {
            processNotifyMeConfigData(data);
          })
          .catch(error => {
            console.error('Error fetching SDK config:', error);
            createRestockScript();
          });
      }  
      else {
          processNotifyMeConfigData(configData);
      }
    } 
    catch (e) {
        console.error("Error parsing config:", e);
    }
  } catch(error) {
    console.log(error)
    createRestockScript();
  }
</script>

</div><div id="shopify-block-AM1d2SGtNaFVPZEpCR__13027630495364635475" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: limoniapps-discountninja-stickybar --><script type="text/template" id="limoniapps-discountninja-stickybar-template">
	<div class="limoniapps-sticky-bar-wrapper">
		<div class="limoniapps-sticky-bar [[FLAGS]]" data-token="[[TOKEN]]">
			<div class="limoniapps-box" style="min-height:[[HEIGHT]]px">
				<a class="limoniapps-poweredby limoniapps-stickybar-poweredby limoniapps-poweredby-hidden" target="_blank" rel="noopener noreferrer" href="https://discountninja.io">Powered By Discount Ninja</a>
				<a class="limoniapps-close" data-notify="dismiss">
					<div class="limoniapps-close-x">×</div>
				</a>
				<div class="limoniapps-content [[WIDTH]]" style="min-height:[[HEIGHT]]px">
					<div class="limoniapps-col-image" style="min-width:[[HEIGHT]]px;min-height:[[HEIGHT]]px">
						<div class="limoniapps-image"></div>
					</div>
					<div class="limoniapps-col-info" [[LINK=""]]>
						<div class="limoniapps-info">
							<div class="limoniapps-message limoniapps-message-body">[[BODY]]</div>
							<div class="limoniapps-message limoniapps-message-timerfooter">[[TIMER_FOOTER]]</div>
						</div>
						<div class="limoniapps-col-actions">
							<div class="limoniapps-action button1">
								<button type="button" class="limoniapps-action-btn limoniapps-action-btn-[[ACTIONBUTTON1_STYLE]] [[ACTIONBUTTON1_SIZE]]" data-action="[[ACTIONBUTTON1_ACTION]]">
									<div class="limoniapps-action-btn-label">[[ACTIONBUTTON1_LABEL]]</div>
								</button>
							</div>
							<div class="limoniapps-action button2">
								<button type="button" class="limoniapps-action-btn limoniapps-action-btn-[[ACTIONBUTTON2_STYLE]] [[ACTIONBUTTON2_SIZE]]" data-action="[[ACTIONBUTTON2_ACTION]]">
									<div class="limoniapps-action-btn-label">[[ACTIONBUTTON2_LABEL]]</div>
								</button>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</script><!-- END app snippet --><!-- BEGIN app snippet: limoniapps-discountninja-notification --><script type="text/template" id="limoniapps-discountninja-notification-template">
	<span class="limoniapps-offercount-minimized [[OFFERCOUNT_FLAGS]]" data-token="[[TOKEN]]"></span>
	<div data-notify="container" class="limoniapps-notification [[FLAGS]]" role="alert">
		<span class="limoniapps-offercount"></span>
		<div class="limoniapps-box">
			<div class="limoniapps-notification-buttons">
				<a class="limoniapps-close" data-notify="dismiss">
					<div class="limoniapps-close-x">×</div>
				</a>
				<div class="limoniapps-minimize">
					<div class="limoniapps-minimize-min maximized">
						<svg height="30px" width="30px" style="position: relative;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" class="limoniapps-svg-notification-arrow" viewBox="0 0 960 560">
							<g>
								<path d="M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z"></path>
							</g>
						</svg>
					</div>
					<div class="limoniapps-minimize-max minimized">
						<svg height="30px" width="30px" style="position: relative;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" class="limoniapps-svg-notification-arrow" viewBox="0 0 960 560">
							<g class="limoniapps-svg-notification-arrow-up">
								<path d="M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z"></path>
							</g>
						</svg>
					</div>
				</div>
			</div>
			<div class="limoniapps-col-image maximized">
				<div class="limoniapps-image"></div>
			</div>
			<div class="limoniapps-col-info">
				<div class="limoniapps-title maximized">
					<span class="text-wrapper">[[HEADER]]</span>
				</div>
				<div class="limoniapps-title minimized">
					<span class="text-wrapper">[[MINIMIZED]]</span>
				</div>
				<div class="limoniapps-message limoniapps-message-body maximized">
					<span class="text-wrapper">[[BODY]]</span>
				</div>
				<div class="limoniapps-message limoniapps-message-footer maximized">
					<span class="text-wrapper">[[FOOTER]]</span>
				</div>
				<div class="limoniapps-message limoniapps-message-timerfooter maximized">
					<span class="text-wrapper">[[TIMER_FOOTER]]</span>
				</div>
				<a class="limoniapps-poweredby limoniapps-notify-poweredby limoniapps-poweredby-hidden maximized" target="_blank" rel="noopener noreferrer" href="https://discountninja.io">Powered By Discount Ninja</a>
			</div>
		</div>
	</div>
</script>
<script type="text/template" id="limoniapps-discountninja-notification-item-template">
	<div class="limoniapps-body-item" data-offer-token="[[TOKEN]]">
		<div class="limoniapps-col-info">
			<div class="limoniapps-image"></div>
		</div>
		<span class="text-wrapper">[[TEXT]]</span>
	</div>
</script><!-- END app snippet --><!-- BEGIN app snippet: limoniapps-discountninja-popup --><script type="text/template" id="limoniapps-discountninja-popup-template">
	<div data-token="[[TOKEN]]" class="limoniapps-popup limoniapps-size-[[SIZE]] limoniapps-overlay-[[BACKGROUNDOVERLAY]] limoniapps-shape-[[SHAPE]] limoniapps-align-[[CONTENTALIGNMENTHORIZONTAL]] limoniapps-action-[[BUTTONPLACEMENT]] limoniapps-content-[[CONTENTALIGNMENTVERTICAL]]">
		<div class="limoniapps-popup-vertical-alignment-helper">
			<div class="limoniapps-popup-vertical-align-center">
				<div class="limoniapps-content">
					<div class="limoniapps-content-inner">
						<a class="limoniapps-close" data-notify="dismiss">
							<div class="limoniapps-close-x">×</div>
						</a>
						<div class="limoniapps-body">
							<a class="limoniapps-poweredby limoniapps-popup-poweredby limoniapps-poweredby-hidden" target="_blank" rel="noopener noreferrer" href="https://discountninja.io">Powered By Discount Ninja</a>
							<div class="limoniapps-box">
								<div class="limoniapps-message-header-row">
									<div class="limoniapps-message-header">[[HEADER]]</div>
								</div>
								<div class="limoniapps-message-body-row">
									<div class="limoniapps-message-body">[[BODY]]</div>
								</div>
								<div class="limoniapps-message-footer-row">
									<div class="limoniapps-message-footer">[[FOOTER]]</div>
								</div>
							</div>
							<div class="limoniapps-footer-inner">
								<div class="limoniapps-action">
									<button type="button" class="limoniapps-action-btn limoniapps-action-btn-1 limoniapps-action-btn-[[ACTIONBUTTON1STYLE]] [[ACTIONBUTTON1SIZE]]" data-action="apply">
										<div class="limoniapps-action-btn-label">[[ACTIONBUTTON1LABEL]]</div>
									</button>
									<button type="button" class="limoniapps-action-btn limoniapps-action-btn-2 limoniapps-action-btn-[[ACTIONBUTTON2STYLE]] [[ACTIONBUTTON2SIZE]]" data-action="learnmore">
										<div class="limoniapps-action-btn-label">[[ACTIONBUTTON2LABEL]]</div>
									</button>
								</div>
								<a class="limoniapps-lnk-dismiss">[[NOTHANKSBUTTONLABEL]]</a>
							</div>
						</div>
					</div>
					<div class="limoniapps-footer-outer">
						<div class="limoniapps-action">
							<button type="button" class="limoniapps-action-btn limoniapps-action-btn-1 limoniapps-action-btn-[[ACTIONBUTTON1STYLE]] [[ACTIONBUTTON1SIZE]]" data-action="apply">
								<div class="limoniapps-action-btn-label">[[ACTIONBUTTON1LABEL]]</div>
							</button>
							<button type="button" class="limoniapps-action-btn limoniapps-action-btn-2 limoniapps-action-btn-[[ACTIONBUTTON2STYLE]] [[ACTIONBUTTON2SIZE]]" data-action="learnmore">
								<div class="limoniapps-action-btn-label">[[ACTIONBUTTON2LABEL]]</div>
							</button>
						</div>
						<a class="limoniapps-lnk-dismiss">[[NOTHANKSBUTTONLABEL]]</a>
					</div>
				</div>
			</div>
		</div>
	</div>
</script><!-- END app snippet --><!-- BEGIN app snippet: limoniapps-discountninja-badge --><script type="text/template" id="limoniapps-discountninja-badge-template">
	<div class="limoniapps-discountninja-badge [[DASH]] [[SIZE]] [[POSITION]]" dir="ltr" data-style="[[STYLE]]" data-token="[[TOKEN]]">
		<div class="limoniapps-discountninja-badge-inner">
			<div class="limoniapps-discountninja-badge-inner-border">[[TEXT]]</div>
		</div>
	</div>
</script><!-- END app snippet --><!-- BEGIN app snippet: limoniapps-discountninja-promotionsummary --><script type="text/template" id="limoniapps-promotionsummary-template">
	<div class="limoniapps-discountninja-subtotalcomment-summary-table" data-token="ALL-TOKENS">
		<div class="limoniapps-discountninja-subtotalcomment-summary-header" style="[[SHOWHEADER]]">[[HEADER]]</div>
		<div class="limoniapps-discountninja-subtotalcomment-summary-body" style="[[SHOWBODY]]">[[BODY]]</div>
		<div class="limoniapps-discountninja-subtotalcomment-summary-promotioncodefield" style="[[SHOWPROMOTIONCODEFIELD]]"></div>
		<div class="limoniapps-discountninja-subtotalcomment-summary-footer" style="[[SHOWFOOTER]]">
			<div style="[[SHOWLEGACYFOOTER]]">
				[[FOOTER]]
			</div>
			<div class="limoniapps-discountninja-cartsummary-table" style="[[SHOWNEWFOOTER]]">
				<div class="limoniapps-discountninja-cartsummary-row limoniapps-discountninja-cartsummary-row-subtotal" style="[[SHOWSUBTOTAL]]">
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-label limoniapps-discountninja-cartsummary-cell-subtotal-label">[[SUBTOTAL_LABEL]]</div>
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-amount limoniapps-discountninja-cartsummary-cell-subtotal-amount">[[SUBTOTAL]]</div>
				</div>
				<div class="limoniapps-discountninja-cartsummary-row limoniapps-discountninja-cartsummary-row-discount" style="[[SHOWTOTALDISCOUNT]]">
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-label limoniapps-discountninja-cartsummary-cell-discount-label">[[TOTALDISCOUNT_LABEL]]</div>
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-amount limoniapps-discountninja-cartsummary-cell-discount-amount">[[TOTALDISCOUNT]]</div>
				</div>
				<div class="limoniapps-discountninja-cartsummary-row limoniapps-discountninja-cartsummary-row-total" style="[[SHOWTOTAL]]">
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-label limoniapps-discountninja-cartsummary-cell-total-label">[[TOTAL_LABEL]]</div>
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-amount limoniapps-discountninja-cartsummary-cell-total-amount">[[TOTAL]]</div>
				</div>
				<div class="limoniapps-discountninja-cartsummary-row limoniapps-discountninja-cartsummary-row-discountedtotal" style="[[SHOWDISCOUNTEDTOTAL]]">
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-label limoniapps-discountninja-cartsummary-cell-discountedtotal-label">[[DISCOUNTED_TOTAL_LABEL]]</div>
					<div class="limoniapps-discountninja-cartsummary-cell limoniapps-discountninja-cartsummary-cell-amount limoniapps-discountninja-cartsummary-cell-discountedtotal-amount">[[DISCOUNTED_TOTAL]]</div>
				</div>
			</div>
		</div>
	</div>
</script>
<script type="text/template" id="limoniapps-promotionsummary-row-template">
	<div class="limoniapps-discountninja-subtotalcomment-summary-row">[[ROW]]</div>
</script><!-- END app snippet --><!-- BEGIN app snippet: la-dn-promotioncodefield-v5 --><script type="text/template" id="limoniapps-discountninja-cartdiscountfield-template">
     <div version="1.0.26" class="limoniapps-discountninja-cartdiscountfield-wrapper limoniapps-discountninja-fontsize-base"><div style="display:none"
              onclick="javascript:if (discountNinja) discountNinja.DiscountCode.ToggleLink(this)"
              class="limoniapps-discountninja-cartdiscountfield-link"><p><span style='font-size: 11px;'>Enter discount code</span></p></div><div class="limoniapps-discountninja-cartdiscountfield-inner" style=""></div>
         <div class="limoniapps-discountninja-cartdiscountfield-inner" style=""><div style="display:none"
                  data-limoniapps-discountninja-cartdiscountfield-showdescription="false"
                  class="limoniapps-discountninja-cartdiscountfield-description"><p><span style='font-size: 12px;'>Enter your discount code here</span></p></div><div class="limoniapps-discountninja-cartdiscountfield-inputandbutton">
                 <input type="text"
                        class="limoniapps-discountninja-cartdiscountfield-input"
                        value=""
                        autocomplete="off"                     
                        tabindex="0"
                        placeholder="Ajoutez votre code promo" />
                 <button type="button"
                         tabindex="0"
                         class="limoniapps-discountninja-cartdiscountfield-apply">APPLIQUER</button>
             </div><div class="limoniapps-discountninja-cartdiscountfield-discountcodes"></div><div style="display:none"
                  tabindex="0"
                  data-limoniapps-discountninja-cartdiscountfield-showfooter="false"
                  class="limoniapps-discountninja-cartdiscountfield-footer"
                  onclick="javascript:if (discountNinja) discountNinja.DiscountCode.ToggleFooterInstructions(this)"
                  onmouseover="javascript:if (discountNinja) discountNinja.DiscountCode.ShowFooterInstructions(this)"
                  onmouseout="javascript:if (discountNinja) discountNinja.DiscountCode.HideFooterInstructions(this)"><p><span style='font-size: 11px;'>Where can I get discount codes?</span></p><div style="display:none" class="limoniapps-discountninja-cartdiscountfield-footer-onhover"><p><span style='font-size: 12px;'>Subscribe to our newsletter to receive discount codes from us!</span></div>
             </div>
         </div><div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-searching"><div class='limoniapps-discountninja-spinner'></div><span> Chargement...</span></div>
         <div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-applied"><p><span style='color: rgb(57, 123, 33);'>✔️ Le code est appliqué !</span></p></div>
         <div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-notapplied"><p><span style='color: rgb(250, 54, 58);'>Ce code ne fonctionne pas.</span></p></div>
         <div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-notapplied-reason">The discount code cannot be applied to the cart. Please ensure the cart meets the requirements to apply this discount code.</div>
         <div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-notfound"><p><span style='color: rgb(255, 0, 0);'>Merci d'ajouter un code valide.</span></p></div>
         <div style="display:none" class="limoniapps-discountninja-cartdiscountfield-feedback limoniapps-discountninja-cartdiscountfield-notcombinable"><p><span style='color: rgb(250, 54, 58);'>Ce code ne peut être combiné avec d'autres codes de réduction.</span></p></div>
     </div>
  </script><script type="text/template" id="limoniapps-discountninja-cartdiscountfield-discountcode-template">
    <div class="limoniapps-discountninja-cartdiscountfield-discountcode" data-discountcode="[[DISCOUNT_CODE]]">
      <span class="limoniapps-discountninja-cartdiscountfield-discountcode-code">[[DISCOUNT_CODE]]</span>
      <svg
        onclick="javascript:if (discountNinja) discountNinja.DiscountCode.RemoveTag(this)"
        class="limoniapps-discountninja-cartdiscountfield-discountcode-close"
        xmlns="http://www.w3.org/2000/svg"
        viewBox="0 0 13 13"
      >
        <path
          d="M1.5 1.5l10.05 10.05M11.5 1.5L1.45 11.55"
          stroke-width="2"
          fill="none"
          fill-rule="evenodd"
          stroke-linecap="round"
        ></path>
      </svg>
    </div>
  </script><!-- END app snippet --><!-- BEGIN app snippet: la-dn-context --><style type="text/css" id="la-dn-css-context" data-version="1.0.17">/* General style */.limoniapps-popup{padding:0;margin:0;box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;outline:0;height:100%;word-break:break-word;font-size:1rem}.Polaris-Preview-Mobile .limoniapps-popup{position:unset}.limoniapps-popup .limoniapps-popup-vertical-alignment-helper{display:table;height:100%;width:100%}.limoniapps-popup-vertical-align-center{display:table-cell;vertical-align:middle;height:100%}@media(max-width:501px){.limoniapps-popup-vertical-align-center{vertical-align:top}}.limoniapps-popup .limoniapps-content-inner{overflow:hidden;position:relative;margin:0 auto;display:flex;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center;width:100%}@media(max-width:501px){.limoniapps-popup .limoniapps-content{margin-top:.625em}}.limoniapps-popup:not(.limoniapps-size-fullscreen) .limoniapps-popup-vertical-align-center{padding:0 .9375em}.limoniapps-popup .limoniapps-content{position:relative;margin:0 auto;display:flex;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center}.limoniapps-popup .limoniapps-body{width:100%;display:block;padding:1.25em;z-index:1;text-align:center;height:calc(100% + 6px)}.limoniapps-popup:not(.limoniapps-action-hanging) .limoniapps-body{position:relative}@media(max-width:501px){.limoniapps-popup{font-size:.6rem}.limoniapps-popup .limoniapps-body{padding-left:.625em;padding-right:.625em}}@media(max-width:31.25em) and (max-height:37.55em){.limoniapps-popup{font-size:.6rem}.limoniapps-popup .limoniapps-body{max-height:28.125em}}@media(max-width:31.25em) and (max-height:43.75em) and (min-height:601px){.limoniapps-popup{font-size:.7rem}.limoniapps-popup .limoniapps-body{max-height:34.375em}}@media(max-width:31.25em) and (max-height:50em) and (min-height:43.76em){.limoniapps-popup{font-size:.8rem}.limoniapps-popup .limoniapps-body{max-height:40.625em}}.Polaris-Preview-Mobile .limoniapps-popup{font-size:.6rem}.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-body{justify-content:center}.limoniapps-popup .limoniapps-close{position:absolute;padding:0;height:1.5em;width:1.5em;top:5px;right:10px;background-color:transparent;border-width:0;outline:0;display:none;z-index:2;text-align:right;font-weight:100}.limoniapps-popup .limoniapps-close .limoniapps-close-x{position:absolute;top:0;right:0;text-align:right}.limoniapps-popup.closeable .limoniapps-close{display:flex}.limoniapps-popup .limoniapps-middle-pane{display:inline-block;margin-bottom:.625em}.limoniapps-popup.limoniapps-size-small .limoniapps-middle-pane{width:100%;height:9.375em}.limoniapps-popup.limoniapps-size-medium .limoniapps-middle-pane{width:100%;height:12.5em}.limoniapps-popup.limoniapps-size-large .limoniapps-middle-pane{width:100%;height:18.75em}.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-middle-pane{width:100%;height:18.75em}.limoniapps-popup.limoniapps-size-small.limoniapps-align-left .limoniapps-middle-pane,.limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-middle-pane{height:8.75em;width:100%}.limoniapps-popup.limoniapps-size-medium.limoniapps-align-left .limoniapps-middle-pane,.limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-middle-pane{height:12.5em;width:100%}.limoniapps-popup.limoniapps-size-large.limoniapps-align-left .limoniapps-middle-pane,.limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-middle-pane{height:260px;width:100%}.limoniapps-image{display:block}.limoniapps-popup .limoniapps-image{padding-top:50%;padding-bottom:50%}.limoniapps-popup.limoniapps-align-left .limoniapps-body{padding:1.25em;text-align:left}.limoniapps-popup.limoniapps-align-right .limoniapps-body{padding:1.25em;text-align:right}@media(min-width:25em){.limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-body{margin-left:50%}.limoniapps-popup.limoniapps-size-small.limoniapps-align-left .limoniapps-body,.limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-body{width:50%}}@media(min-width:34.375em){.limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-body{margin-left:50%}.limoniapps-popup.limoniapps-size-medium.limoniapps-align-left .limoniapps-body,.limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-body{width:50%}}@media(min-width:37.55em){.limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-body{margin-left:50%}.limoniapps-popup.limoniapps-size-large.limoniapps-align-left .limoniapps-body,.limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-body{width:50%}.limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-right .limoniapps-body{margin-left:50%}.limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-left .limoniapps-body,.limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-right .limoniapps-body{width:50%}}.limoniapps-popup.limoniapps-size-small .limoniapps-content{max-width:21.875em}.limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content{min-height:21.875em}.limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content{min-height:175px}.limoniapps-popup.limoniapps-size-medium .limoniapps-content{max-width:31.25em}.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content{min-height:31.25em}.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content{min-height:15.625em}.limoniapps-popup.limoniapps-size-large .limoniapps-content{max-width:40.625em}.limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content{min-height:40.625em}.limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content{min-height:20.3125em}@media(max-width:501px){.limoniapps-popup.limoniapps-size-small .limoniapps-content,.limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content,.limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content,.limoniapps-popup.limoniapps-size-medium .limoniapps-content,.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content,.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content{max-width:100%;max-height:60%;min-height:50%}.limoniapps-popup.limoniapps-size-large .limoniapps-content,.limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content,.limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content{max-width:100%;max-height:80%;min-height:80%}}.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content{max-width:100%;max-height:60%;min-height:50%}.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content,.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content{max-width:100%;max-height:80%;min-height:80%}.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-content{width:100%;height:100%}.limoniapps-popup .limoniapps-footer-inner{width:100%}.limoniapps-popup .limoniapps-footer-outer{width:100%;position:absolute;bottom:0;z-index:3}.limoniapps-popup .limoniapps-email-pane{margin:.9375em 0 1.875em 0}.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-email-pane{margin:1.875em 0 1.875em 0}.limoniapps-popup .limoniapps-email-pane input{border-width:0 0 .0625em 0;border-style:solid;padding:.3125em 0;line-height:2.1875em;height:2.1875em;max-width:18.75em;outline:0;width:100%}.limoniapps-popup .limoniapps-action{white-space:nowrap;margin:0 -.3125em}.limoniapps-popup.limoniapps-action-hanging .limoniapps-action{position:absolute;display:inline-block;bottom:-1.25em;right:1.25em;margin-bottom:0}.limoniapps-action-btn{padding:1em 2.5em 1em 2.5em;outline:0;margin:0 .6em;cursor:pointer;border-style:solid}.limoniapps-action-btn.small{padding:.4em .8em .4em .8em;height:2em;line-height:1em;min-width:100px}.limoniapps-action-btn.medium{padding:.5em 1em .5em 1em;height:3em;line-height:1em;min-width:150px}.limoniapps-action-btn.large{padding:.6em 1.2em .6em 1.2em;height:4em;line-height:1em;min-width:200px}.limoniapps-action-btn:hover{opacity:.8}.limoniapps-action-btn.limoniapps-action-btn-iconleft{position:relative}.limoniapps-action-btn.limoniapps-action-btn-iconleft .limoniapps-fa-icon{background-color:#000;opacity:.2;display:inline-block;padding-right:.625em;position:absolute;left:0;top:0;height:100%;border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0}.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-fa-icon{width:1.875em}.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-fa-icon{width:2.5em}.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-fa-icon{width:3.125em}.limoniapps-action-btn.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa{position:absolute}.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa{font-size:1.6em;position:absolute;left:calc(50% - .5em);top:calc(50% - .5em)}.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa{font-size:1.8em;position:absolute;left:calc(50% - .5625em);top:calc(50% - .5625em)}.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa{font-size:2em;position:absolute;left:calc(50% - .625em);top:calc(50% - .625em)}.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-action-btn-label{padding-left:1.875em}.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-action-btn-label{padding-left:2.5em}.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-action-btn-label{padding-left:3.125em}.limoniapps-popup.limoniapps-action-hanging .limoniapps-lnk-dismiss,.limoniapps-popup.limoniapps-action-hanging .limoniapps-action-link{position:absolute;display:block;bottom:-3.25em;right:1.25em}.limoniapps-popup .limoniapps-action-link{padding-bottom:.0625em;display:block;cursor:pointer}.limoniapps-popup .limoniapps-action-link span,.limoniapps-popup .limoniapps-lnk-dismiss span{color:unset;text-decoration-line:underline}.limoniapps-popup .limoniapps-box{width:100%;display:inline-block;height:100%;overflow:hidden;padding:.3125em}.limoniapps-popup.limoniapps-overlay-4 .limoniapps-content:before{background-color:rgba(0,0,0,.2);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-3 .limoniapps-content:before{background-color:rgba(0,0,0,.4);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-2 .limoniapps-content:before{background-color:rgba(0,0,0,.6);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-1 .limoniapps-content:before{background-color:rgba(0,0,0,.8);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-5 .limoniapps-content:before{background-color:rgba(255,255,255,0);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-6 .limoniapps-content:before{background-color:rgba(255,255,255,.2);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-7 .limoniapps-content:before{background-color:rgba(255,255,255,.4);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-8 .limoniapps-content:before{background-color:rgba(255,255,255,.6);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup.limoniapps-overlay-9 .limoniapps-content:before{background-color:rgba(255,255,255,.8);content:' ';height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0}.limoniapps-popup .limoniapps-message-body-content{display:table}.limoniapps-popup .limoniapps-message-body-row-texttop{display:flex;flex-direction:row;height:100%}.limoniapps-popup .limoniapps-message-body-row-texttop-inner{display:block}.limoniapps-popup input[type="email"]{height:40px;line-height:40px;padding:5px}.limoniapps-popup input[type="email"].limoniapps-full{width:100%}.limoniapps-popup input[type="email"].limoniapps-large{width:200px}.limoniapps-popup input[type="email"].limoniapps-medium{width:150px}.limoniapps-popup input[type="email"].limoniapps-small{width:100px}.limoniapps-popup .limoniapps-message-body-row-email .limoniapps-email{width:100%}.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-small{display:flex;flex-direction:row;height:calc(60% - 40px + 18px)}.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-small{display:flex;flex-direction:row;height:calc(60% - 40px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-small{display:flex;flex-direction:row;height:calc(60% - 80px + 18px)}.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-small{display:flex;flex-direction:row;height:calc(60% - 80px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-small{display:flex;flex-direction:row;height:calc(60% - 120px + 18px)}.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-medium{display:flex;flex-direction:row;height:calc(80% - 40px + 18px)}.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-medium{display:flex;flex-direction:row;height:calc(80% - 40px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-medium{display:flex;flex-direction:row;height:calc(80% - 80px + 18px)}.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-medium{display:flex;flex-direction:row;height:calc(80% - 80px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-medium{display:flex;flex-direction:row;height:calc(80% - 120px + 18px)}.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-large{display:flex;flex-direction:row;height:calc(100% - 40px + 18px)}.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-large{display:flex;flex-direction:row;height:calc(100% - 40px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-large{display:flex;flex-direction:row;height:calc(100% - 80px + 18px)}.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-large{display:flex;flex-direction:row;height:calc(100% - 80px + 18px)}.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-large{display:flex;flex-direction:row;height:calc(100% - 120px + 18px)}.limoniapps-popup .limoniapps-message-body-row-actions{display:flex;flex-direction:row;height:40px;margin-top:5px;margin-bottom:5px;justify-content:center}.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-email{display:flex;flex-direction:row;height:40px;margin-top:5px;margin-bottom:5px}.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-consent{display:flex;flex-direction:row;height:40px;margin-top:10px}input.limoniapps-email-consent-checkbox{display:inline;width:13px;height:13px;padding:0;margin:0;vertical-align:bottom}.limoniapps-email-consent{line-height:12px}.limoniapps-email-consent-message{display:inline;margin-left:5px}.limoniapps-email-consent-message p{display:inline}.limoniapps-email-privacypolicy{display:block}.limoniapps-popup .limoniapps-message-body-row-textbottom{display:flex;flex-direction:row;height:0%}.limoniapps-popup .limoniapps-image-top,.limoniapps-popup .limoniapps-image-bottom{background-position:center;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-repeat:no-repeat}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-small .limoniapps-image-top,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-small .limoniapps-image-bottom{height:20%}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-medium .limoniapps-image-top,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-medium .limoniapps-image-bottom{height:35%}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-large .limoniapps-image-top,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-large .limoniapps-image-bottom{height:50%}.limoniapps-popup .limoniapps-image-top{margin:-1.25em -1.25em 0 -1.25em}.limoniapps-popup .limoniapps-image-bottom{margin:0 -1.25em -1.25em -1.25em}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-small .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-small .limoniapps-box{height:calc(80% + 18px)!important}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-medium .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-medium .limoniapps-box{height:calc(65% + 18px)!important}.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-large .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-large .limoniapps-box{height:calc(50% + 18px)!important}.limoniapps-popup .limoniapps-image-left,.limoniapps-popup .limoniapps-image-right{height:calc(100% + 2.5em);width:100%;background-position:center;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-repeat:no-repeat;display:inline-block}.limoniapps-popup .limoniapps-image-left{margin:-1.25em 0 -1.25em -2.5em}.limoniapps-popup .limoniapps-image-right{margin:-1.25em -2.5em -1.25em 0}.limoniapps-message-body-content-row{display:table-row}.limoniapps-message-body-content-text{display:table-cell}.limoniapps-message-body-cell{display:table-cell;vertical-align:middle}.limoniapps-message-body-inner-table{display:table}.limoniapps-message-body-inner-row{display:table-row;height:100%}.limoniapps-body-inner-left{height:100%;width:100%}.limoniapps-body-inner-right{height:100%;width:0}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-small .limoniapps-image-left,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-small .limoniapps-image-right{width:30%}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-medium .limoniapps-image-left,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-medium .limoniapps-image-right{width:40%}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-large .limoniapps-image-left,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-large .limoniapps-image-right{width:50%}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-small .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-small .limoniapps-box{width:70%}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-medium .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-medium .limoniapps-box{width:60%}.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-large .limoniapps-box,.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-large .limoniapps-box{width:50%}.limoniapps-body-inner-right-table{display:table}.limoniapps-body-inner-right-headerrow{display:table-row;height:20%}.limoniapps-message-body-content-right-headercell{display:table-cell;vertical-align:middle}.limoniapps-body-inner-right-bodyrow{display:table-row;height:20%}.limoniapps-body-inner-right-bodycell{display:table-cell;vertical-align:middle}.limoniapps-body-inner-right-footerrow{display:table-row;height:20%}.limoniapps-message-body-content-right-footercell{display:table-cell;vertical-align:middle}.limoniapps-body-inner-left-table{display:table}.limoniapps-body-inner-left-headerrow{display:table-row;height:20%}.limoniapps-message-body-content-left-headercell{display:table-cell;vertical-align:middle}.limoniapps-body-inner-left-bodyrow{display:table-row;height:20%}.limoniapps-message-body-content-left-bodycell{display:table-cell;vertical-align:middle}.limoniapps-body-inner-left-footerrow{display:table-row;height:20%}.limoniapps-message-body-content-left-footercell{display:table-cell;vertical-align:middle}.limoniapps-popup .limoniapps-message-body-content{display:table}.limoniapps-popup .limoniapps-message-header-row{height:20%;display:flex}.limoniapps-popup .limoniapps-message-body-row{height:60%;display:block;padding:.625em 0}.limoniapps-popup .limoniapps-message-footer-row{height:20%;display:flex}.limoniapps-popup.limoniapps-nofooter .limoniapps-message-footer-row{height:0%;display:none}.limoniapps-popup.limoniapps-noheader .limoniapps-message-header-row{height:0%;display:none}.limoniapps-popup.limoniapps-noheader .limoniapps-message-body-row,.limoniapps-popup.limoniapps-nofooter .limoniapps-message-body-row{height:80%;display:block}.limoniapps-popup.limoniapps-noheader.limoniapps-nofooter .limoniapps-message-body-row{height:100%;display:block}.limoniapps-popup .limoniapps-verticalalign-flex-start{align-items:flex-start}.limoniapps-popup .limoniapps-verticalalign-center{align-items:center}.limoniapps-popup .limoniapps-verticalalign-flex-end{align-items:flex-end}.limoniapps-popup .limoniapps-horizontalalign-flex-start{justify-content:flex-start}.limoniapps-popup .limoniapps-horizontalalign-center{justify-content:center}.limoniapps-popup .limoniapps-horizontalalign-flex-end{justify-content:flex-end}.limoniapps-message-header-row .limoniapps-fa-icon{display:inline-block}.limoniapps-notification{border-style:solid;font-size:16px;line-height:20px;width:350px;box-sizing:border-box;position:fixed;word-break:break-word;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position-x:right;background-position-y:top;z-index:99960!important;display:inline-block;margin:0 auto;transition:all .5s ease-in-out 0s}.limoniapps-notification.minimized{width:200px}.limoniapps-notification .limoniapps-minimize svg{fill:rgba(0,0,0,0);width:24px;height:24px}.limoniapps-notification.active.minimized[data-notify-position="bottom-left"],.limoniapps-notification.active.minimized[data-notify-position="bottom-right"],.limoniapps-notification.active.minimized[data-notify-position="bottom-center"]{bottom:-10px!important;top:unset!important}.limoniapps-notification.active[data-notify-position="top-right"],.limoniapps-notification.active[data-notify-position="bottom-right"]{left:unset!important}.limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-col-info,.limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-col-info,.limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-col-info{padding:10px!important;padding-bottom:5px!important}.limoniapps-notification.active.minimized[data-notify-position="top-left"],.limoniapps-notification.active.minimized[data-notify-position="top-right"],.limoniapps-notification.active.minimized[data-notify-position="top-center"]{bottom:unset!important;top:-10px!important}.limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-col-info,.limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-col-info,.limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-col-info{padding:10px!important;padding-top:5px!important}.limoniapps-offercount-minimized{position:fixed;display:none;z-index:99960}@media(max-width:501px){.limoniapps-notification{width:calc(100% - 40px);max-width:initial;font-size:14px;line-height:16px;left:20px!important;right:20px!important}.limoniapps-offercount-minimized.minimized{display:flex}.limoniapps-notification.minimized .limoniapps-offercount{display:none}.limoniapps-notification.minimized{margin-left:0!important}.limoniapps-notification.minimized.limoniapps-hasoffercount .limoniapps-box{display:none}.limoniapps-notification.active.minimized.limoniapps-hasoffercount{width:100%!important;border:0!important;height:0!important;margin:0!important;left:0!important;right:0!important;top:0!important;bottom:0!important;box-shadow:none!important}.limoniapps-notification.active.minimized.limoniapps-mobile .limoniapps-offercount{display:none}.limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-offercount{bottom:15px!important;top:auto!important}.limoniapps-offercount-minimized[data-notify-position="bottom-left"],.limoniapps-offercount-minimized[data-notify-position="bottom-right"],.limoniapps-offercount-minimized[data-notify-position="bottom-center"]{bottom:15px!important;top:auto!important}.limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-offercount{bottom:auto!important;top:15px!important}.limoniapps-offercount-minimized[data-notify-position="top-left"],.limoniapps-offercount-minimized[data-notify-position="top-right"],.limoniapps-offercount-minimized[data-notify-position="top-center"]{bottom:auto!important;top:15px!important}.limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-offercount,.limoniapps-offercount-minimized[data-notify-position="bottom-left"],.limoniapps-offercount-minimized[data-notify-position="bottom-center"],.limoniapps-offercount-minimized[data-notify-position="top-left"],.limoniapps-offercount-minimized[data-notify-position="top-center"]{left:15px!important;right:auto!important}.limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-offercount,.limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-offercount,.limoniapps-offercount-minimized[data-notify-position="bottom-right"],.limoniapps-offercount-minimized[data-notify-position="top-right"]{left:auto!important;right:15px!important}}.limoniapps-notification .limoniapps-box{display:flex;border-radius:inherit;overflow:hidden}.limoniapps-notification .limoniapps-col-image,.limoniapps-notification.minimized .limoniapps-col-image,.limoniapps-notification.maximized .limoniapps-col-image,.limoniapps-notification.minimized .limoniapps-col-image.minimized,.limoniapps-notification.maximized .limoniapps-col-image.maximized{border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0;border-style:solid;border-width:0;display:flex;align-items:center;justify-content:center}.limoniapps-notification.limoniapps-noimage .limoniapps-col-image.maximized{display:none}.limoniapps-notification .limoniapps-col-image>.limoniapps-image{background-position:center;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-repeat:no-repeat;border-style:solid;width:100%;height:100%}.limoniapps-notification .limoniapps-col-info{padding:.9375em;width:100%;overflow:hidden;display:flex;flex-direction:column;align-self:center}.limoniapps-notification .limoniapps-title{margin-bottom:.3125em}.limoniapps-notification.closeable .limoniapps-title{margin-right:1.25em}.limoniapps-notification .limoniapps-title.minimized .text-wrapper{display:block;transform:translateY(-3px)}.limoniapps-notification .limoniapps-actions .limoniapps-action-btn{margin:.95em .625em 0 0;outline:0}.limoniapps-notification .limoniapps-actions .limoniapps-action-btn:last-child{margin-right:0}.limoniapps-notification .limoniapps-actions .limoniapps-action-btn:hover{cursor:pointer}.limoniapps-notification-buttons{position:absolute;padding:0;height:25px;width:25px;line-height:24px;top:0;right:20px;outline:0;text-align:right;width:50px;height:50px}.limoniapps-notification-buttons .limoniapps-notification-button-left{position:relative;float:right;cursor:pointer}.limoniapps-notification-buttons .limoniapps-notification-button-right{position:relative;float:right;cursor:pointer}.limoniapps-notification ul{margin-bottom:0;display:flex;flex-direction:column}.limoniapps-notification .limoniapps-minimize{display:none}.limoniapps-notification.limoniapps-minimizable .limoniapps-minimize{display:block}.limoniapps-notification .limoniapps-minimize-min{display:none;text-align:right}.limoniapps-notification .limoniapps-minimize-max{display:none;text-align:right}.limoniapps-notification.limoniapps-minimizable.minimized .limoniapps-minimize-max{display:block}.limoniapps-notification.limoniapps-minimizable.maximized .limoniapps-minimize-min{display:block}.limoniapps-notification .limoniapps-close{display:none;text-align:right;font-weight:100;cursor:pointer}.limoniapps-notification .limoniapps-close .limoniapps-close-x{text-align:right}.limoniapps-notification.closeable .limoniapps-close{display:block}.limoniapps-notification .limoniapps-minimize{top:0;position:absolute;text-align:right;right:0;font-weight:100;cursor:pointer}.limoniapps-notification[data-notify-position='top-left'] .limoniapps-notification-buttons,.limoniapps-notification[data-notify-position='top-right'] .limoniapps-notification-buttons{margin-top:5px}.limoniapps-notification[data-notify-position='top-left'].minimized .limoniapps-box,.limoniapps-notification[data-notify-position='top-right'].minimized .limoniapps-box{margin-top:10px;margin-bottom:-10px}.limoniapps-notification .limoniapps-offercount,.limoniapps-offercount-minimized{line-height:28px;text-align:center;font-weight:700;font-size:1em;align-items:center;justify-content:center;height:30px;width:30px}.limoniapps-notification .limoniapps-offercount{position:absolute;display:inline-flex}.limoniapps-notification[data-notify-position="bottom-left"] .limoniapps-offercount,.limoniapps-notification[data-notify-position="bottom-center"] .limoniapps-offercount{right:-15px;top:-15px}.limoniapps-notification[data-notify-position="bottom-right"] .limoniapps-offercount{left:-15px;top:-15px}.limoniapps-notification[data-notify-position="top-left"] .limoniapps-offercount,.limoniapps-notification[data-notify-position="top-center"] .limoniapps-offercount{right:-15px;bottom:-15px}.limoniapps-notification[data-notify-position="top-right"] .limoniapps-offercount{left:-15px;bottom:-15px}.limoniapps-notification[data-notify-position="top-left"],.limoniapps-notification[data-notify-position="top-center"],.limoniapps-notification[data-notify-position="top-right"]{bottom:auto}.limoniapps-notify-default ul{padding-inline-start:0}.limoniapps-notify-default li{list-style-type:none}.limoniapps-notification .maximized{display:block}.limoniapps-notification .minimized{display:none;height:20px}.limoniapps-notification.minimized .maximized,.limoniapps-notification.maximized .minimized{display:none}.limoniapps-notification.minimized .minimized,.limoniapps-notification.maximized .maximized{display:block}.limoniapps-body-item .limoniapps-col-info{display:none}.limoniapps-notification.limoniapps-imageperitem .limoniapps-body-item .limoniapps-col-info{display:block}.limoniapps-notification .limoniapps-body-item .limoniapps-col-info{padding:5px 5px 5px 0px;width:unset;margin-right:10px}.limoniapps-notification .limoniapps-body-item .limoniapps-image{transform:unset;width:40px;height:40px;background-position:center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;border-style:solid}.limoniapps-notification .limoniapps-body-item{display:flex;align-items:center}.limoniapps-sticky-bar{font-size:16px;width:100%;top:0;left:0;right:0;word-break:break-word;box-sizing:border-box;line-height:1.25rem}.limoniapps-sticky-bar-pusher{height:0;overflow:hidden;position:relative;flex:none;display:none}.limoniapps-discountninja-stickybar-nopusher #limoniapps-discountninja-stickybar-pusher{height:0!important}@media(max-width:501px){.limoniapps-sticky-bar{font-size:14px;line-height:16px}}.limoniapps-sticky-bar .limoniapps-box{width:100%;position:relative;background-repeat:repeat;background-attachment:scroll;background-position-x:initial;background-position-y:initial;background-size:initial;-o-background-size:initial;-moz-background-size:initial;-webkit-background-size:initial;background-origin:initial;background-clip:initial}@media(max-width:501px){.limoniapps-sticky-bar .limoniapps-box,.limoniapps-sticky-bar.closeable .limoniapps-box{padding-right:0}}@media(min-width:501px){.limoniapps-sticky-bar .limoniapps-box{display:flex}}.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow{max-width:1040px;margin:0 auto}.limoniapps-sticky-bar .limoniapps-box .limoniapps-content{display:flex;width:100%;background-attachment:scroll;background-size:cover;background-position:center;background-repeat:no-repeat}.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow{max-width:1040px;margin:0 auto}.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow{max-width:1040px;margin:0 auto}.limoniapps-sticky-bar .limoniapps-close{position:absolute;padding:0;height:1.5em;width:1.5em;top:0!important;right:0!important;background-color:transparent;border-width:0;outline:0;display:none;z-index:1;text-align:right;font-weight:100}.limoniapps-sticky-bar .limoniapps-close .limoniapps-close-x{position:absolute;top:3px;right:3px;text-align:right}.limoniapps-sticky-bar.closeable .limoniapps-close{display:flex}.limoniapps-sticky-bar .limoniapps-close:hover{cursor:pointer;color:rgba(0,0,0,.9)}.limoniapps-sticky-bar .limoniapps-col-image{padding:5px;box-sizing:border-box}@media(max-width:501px){.limoniapps-sticky-bar .limoniapps-col-image{min-width:4em}}.limoniapps-sticky-bar .limoniapps-image{width:100%;height:100%;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center;background-repeat:no-repeat}.limoniapps-sticky-bar.limoniapps-image-circle .limoniapps-image{border-radius:50%}@media(max-width:501px){.limoniapps-sticky-bar .limoniapps-image{width:45px;height:45px}}.limoniapps-sticky-bar .limoniapps-col-info{width:100%;padding:5px 5px 5px 10px;display:flex;align-items:center}.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info{width:100%}.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info .limoniapps-title{margin-bottom:.3125em;width:100%}.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info .limoniapps-message{width:100%}.limoniapps-sticky-bar.closeable .limoniapps-col-info{padding-right:1.5rem}.limoniapps-sticky-bar .limoniapps-col-image{display:none}.limoniapps-sticky-bar.hasimage .limoniapps-col-image{display:block}.limoniapps-sticky-bar .limoniapps-col-actions{display:none}.limoniapps-sticky-bar.hasaction1 .limoniapps-col-actions,.limoniapps-sticky-bar.hasaction2 .limoniapps-col-actions{display:flex}.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action.button1{display:none}.limoniapps-sticky-bar.hasaction1 .limoniapps-col-actions .limoniapps-action.button1{display:block}.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action.button2{display:none}.limoniapps-sticky-bar.hasaction2 .limoniapps-col-actions .limoniapps-action.button2{display:block}.limoniapps-sticky-bar.hasimage .limoniapps-col-info{padding-left:0}.limoniapps-sticky-bar.hasaction1 .limoniapps-col-info,.limoniapps-sticky-bar.hasaction2 .limoniapps-col-info{padding-right:0}.limoniapps-sticky-bar .limoniapps-col-actions{white-space:nowrap;padding:10px 16px;padding-left:5px;display:flex;align-items:center}.limoniapps-sticky-bar.closeable .limoniapps-col-actions{padding-right:16px}.limoniapps-sticky-bar-row{max-width:1280px;display:flex;min-height:50px;margin:0 auto}.limoniapps-sticky-bar-column-1of3{width:33%;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center;padding:5px}.limoniapps-sticky-bar-column-1of2{width:50%;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center;padding:5px}.limoniapps-sticky-bar-column-border-both{border-width:0 1px;border-style:solid;border-color:#fff}.limoniapps-sticky-bar-column-border-right{border-width:0;border-right-width:0;border-style:solid;border-color:#fff}.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action{display:inline-flex;padding:0;padding-right:5px;align-self:center}.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action .limoniapps-action-btn{outline:0}.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action-btn:first-child{margin-left:0}.limoniapps-background-twocolors{position:absolute;top:0;left:0;right:0;margin:auto;z-index:-1;overflow:hidden}.limoniapps-background-singlecolor{position:absolute;top:0;left:0;right:0;margin:auto;z-index:-2;overflow:hidden}#limoniapps-discountninja-stickybar-wrapper{width:100%;box-sizing:border-box;z-index:99950;overflow:hidden}.limoniapps-stick-to-top,.limoniapps-stick-to-top_page_sticky{top:0;left:0;position:fixed}.limoniapps-stick-to-top_page,.limoniapps-stick-to-top_header{top:0;left:0;position:relative}.limoniapps-sticky-bar-wrapper{overflow:hidden;z-index:99951;width:100%}.limoniapps-stick-to-bottom{bottom:0;position:fixed;left:0}#limoniapps-discountninja-stickybar-wrapper p,#limoniapps-discountninja-stickybar-wrapper span{margin:0;padding:0}.limoniapps-notification p,.limoniapps-notification span,.limoniapps-notification ul,.limoniapps-notification li{margin:0;padding:0}.limoniapps-popup p,.limoniapps-popup span{margin:0;padding:0}a.limoniapps-poweredby:visited,a.limoniapps-poweredby:hover{text-align:right!important;font-size:1em!important;margin:0!important;color:#fff!important;opacity:1!important;text-decoration-line:underline!important;text-decoration:underline!important;display:block}.limoniapps-poweredby{text-align:right!important;font-size:1em!important;margin:0!important;color:#fff!important;opacity:.2!important;text-decoration-line:underline!important;text-decoration:underline!important;display:block}.limoniapps-notify-poweredby{margin-bottom:-12px;margin-top:.3125em}.limoniapps-stickybar-poweredby{margin-bottom:-10px;margin-top:.3125em;position:absolute;bottom:.625em;right:.625em}.limoniapps-popup-poweredby{position:absolute;top:-22px;right:0}.limoniapps-poweredby-hidden{display:none!important}@-webkit-keyframes animationLimoniAppsBlock{0%{opacity:.2;pointer-events:none;cursor:not-allowed}99%{opacity:.2;pointer-events:none;cursor:not-allowed}100%{opacity:1;pointer-events:all;cursor:unset}}@-moz-keyframes animationLimoniAppsBlock{0%{opacity:.2;pointer-events:none;cursor:not-allowed}99%{opacity:.2;pointer-events:none;cursor:not-allowed}100%{opacity:1;pointer-events:all;cursor:unset}}@-o-keyframes animationLimoniAppsBlock{0%{opacity:.2;pointer-events:none;cursor:not-allowed;}99%{opacity:.2;pointer-events:none;cursor:not-allowed;}100%{opacity:1;pointer-events:all;cursor:unset;}}@keyframes animationLimoniAppsBlock{0%{opacity:.2;pointer-events:none;cursor:not-allowed}99%{opacity:.2;pointer-events:none;cursor:not-allowed}100%{opacity:1;pointer-events:all;cursor:unset}}@-webkit-keyframes animationLimoniAppsHide{0%{visibility:visible}99%{visibility:visible}100%{visibility:hidden}}@-moz-keyframes animationLimoniAppsHide{0%{visibility:visible}99%{visibility:visible}100%{visibility:hidden}}@-o-keyframes animationLimoniAppsHide{0%{visibility:visible;}99%{visibility:visible;}100%{visibility:hidden;}}@keyframes animationLimoniAppsHide{0%{visibility:visible}99%{visibility:visible}100%{visibility:hidden}}@-moz-keyframes animationLimoniAppsSpinner{to{transform:rotate(360deg)}}@-webkit-keyframes animationLimoniAppsSpinner{to{transform:rotate(360deg)}}@-o-keyframes animationLimoniAppsSpinner{to{transform:rotate(360deg);}}@keyframes animationLimoniAppsSpinner{to{transform:rotate(360deg)}}.limoniapps-discountninja-checkoutbutton.limoniapps-discountninja-block{animation:animationLimoniAppsBlock 7s ease}.limoniapps-discountninja-block .limoniapps-discountninja-spinner.button:before,.limoniapps-discountninja-block .limoniapps-discountninja-spinner.price:before{visibility:hidden;content:'';box-sizing:border-box;position:absolute;width:1.25em;height:1.25em;border-radius:50%;border:2px solid #ccc;border-top-color:#333;opacity:1!important}.limoniapps-discountninja-block .limoniapps-discountninja-spinner.button:before{top:calc(50% + .3125em);left:50%;margin-top:-10px;margin-left:-10px}.limoniapps-discountninja-block

.limoniapps-discountninja-dots-wrapper{position:relative}.limoniapps-discountninja-block .limoniapps-discountninja-dots{left:50%;top:50%;position:absolute;width:.625em;height:.625em;border-radius:.3125em;background-color:#bbb;color:#bbb;animation:animationLimoniAppsDots ease;-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s;visibility:hidden}.limoniapps-discountninja-block .limoniapps-discountninja-dots::before,.limoniapps-discountninja-block .limoniapps-discountninja-dots::after{content:'';top:0;position:absolute;width:.625em;height:.625em;border-radius:.3125em;background-color:#bbb;color:#bbb}.limoniapps-discountninja-block .limoniapps-discountninja-dots::before{left:-1em;-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.limoniapps-discountninja-block .limoniapps-discountninja-dots::after{left:.9375em;-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}@keyframes animationLimoniAppsDots{0%{background-color:#eee}100%{background-color:#bbb}}@-webkit-keyframes animationLimoniAppsPricesBlock{0%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress!important}99%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress!important}100%{color:unset;text-shadow:unset;cursor:unset}}@-moz-keyframes animationLimoniAppsPricesBlock{0%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress}99%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress}100%{color:unset;text-shadow:unset;cursor:unset}}@-o-keyframes animationLimoniAppsPricesBlock{0%{color:transparent !important;text-shadow:0 0 8px rgba(0,0,0,.5) !important;cursor:progress;}99%{color:transparent !important;text-shadow:0 0 8px rgba(0,0,0,.5) !important;cursor:progress;}100%{color:unset;text-shadow:unset;cursor:unset;}}@keyframes animationLimoniAppsPricesBlock{0%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress}99%{color:transparent!important;text-shadow:0 0 8px rgba(0,0,0,.5)!important;cursor:progress}100%{color:unset;text-shadow:unset;cursor:unset}}a.limoniapps-targetlink{color:inherit;text-decoration-line:underline;text-decoration:underline}a.limoniapps-targetlink:hover{color:inherit;opacity:.8;text-decoration-line:underline;text-decoration:underline}a.limoniapps-targetlink:visited,a.limoniapps-targetlink:link{color:inherit;text-decoration-line:underline;text-decoration:underline}.limoniapps-notification li{list-style-type:none;margin-bottom:5px}.limoniapps-notification li::before{content:unset!important;margin:0!important;padding:0!important;width:0!important}.limoniapps-message.limoniapps-message-footer{padding-top:.3125em}.limoniapps-message.limoniapps-message-timerfooter{padding-top:0}.alert-limoniapps-notification-testmodeoutput{display:inline-block;margin:0 auto;position:fixed;transition:all .5s ease-in-out 0s;z-index:999999!important;top:1.25em;left:1.25em;animation-iteration-count:1;background:#fff;color:#000;border:.0625em solid #000;width:18.75em;opacity:.9;padding:.625em}.alert-limoniapps-notification-testmodeoutput .close{color:#000;position:absolute;right:.3125em;top:.3125em;border:0;background:none;padding:0;min-width:1.25em;max-width:1.25em;font-size:2em}.alert-limoniapps-notification-testmodeoutput [data-notify="icon"]{color:#008000}.alert-limoniapps-notification-testmodeoutput [data-notify="title"]{font-weight:600;color:#008000}.limoniapps-discountninja-strikethrough{text-decoration-line:line-through!important;-webkit-text-decoration-line:line-through!important;text-decoration:line-through!important}.limoniapps-discountninja-strikethrough span{text-decoration-line:line-through!important;-webkit-text-decoration-line:line-through!important;text-decoration:line-through!important}.limoniapps-discountninja-strikethrough-diagonal{position:relative}.limoniapps-discountninja-strikethrough-diagonal::after{content:"";position:absolute;bottom:0;left:-5%;height:60%;width:115%;transform:rotateZ(-10deg);border-top:2px solid;border-color:inherit}.limoniapps-discountninja-badge-wrapper{pointer-events:none}[data-limoniapps-discountninja-product-handle],.limoniapps-discountninja-collectionbadge,.la-dn-collectionbadge,.la-dn-collection-badge{position:relative}[data-limoniapps-discountninja-product-handle].data-limoniapps-discountninja-product-handle-noposition{position:unset}.limoniapps-discountninja-badge{position:absolute;z-index:1;box-sizing:border-box;font-size:16px}.limoniapps-discountninja-badge.left{left:0}.limoniapps-discountninja-badge.right{right:0}.limoniapps-discountninja-badge.top{top:0}.limoniapps-discountninja-badge.bottom{bottom:0}.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner{background-color:#eee}.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner p{display:inline-flex;margin:0;padding:0}.limoniapps-discountninja-badge[data-style="diagonalribbon"].small{width:96px;height:96px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium{width:120px;height:120px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].large{width:144px;height:144px}.limoniapps-discountninja-badge[data-style="diagonalribbon"]{overflow:hidden}.limoniapps-discountninja-badge[data-style="diagonalribbon"] .limoniapps-discountninja-badge-inner{position:relative;line-height:initial;display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge[data-style="diagonalribbon"].right .limoniapps-discountninja-badge-inner{left:-8.6%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].left .limoniapps-discountninja-badge-inner{left:-32%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top .limoniapps-discountninja-badge-inner{top:21%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom .limoniapps-discountninja-badge-inner{top:44%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top.right .limoniapps-discountninja-badge-inner,.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom.left .limoniapps-discountninja-badge-inner{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top.left .limoniapps-discountninja-badge-inner,.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom.right .limoniapps-discountninja-badge-inner{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.limoniapps-discountninja-badge[data-style="diagonalribbon"].small .limoniapps-discountninja-badge-inner{width:135px;height:32px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium .limoniapps-discountninja-badge-inner{width:170px;height:40px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].large .limoniapps-discountninja-badge-inner{width:204px;height:48px}.limoniapps-discountninja-badge[data-style="diagonalribbon"]{transform:none!important}.limoniapps-discountninja-badge-inner-border{display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge.limoniapps-dash .limoniapps-discountninja-badge-inner-border{margin-top:2px;margin-bottom:2px;border-top:2px dashed rgba(255,255,255,.6);border-bottom:2px dashed rgba(255,255,255,.6);width:100%;height:calc(100% - 4px)}.limoniapps-discountninja-badge.limoniapps-dash.limoniapps-dash-thin .limoniapps-discountninja-badge-inner-border{border-top-width:1px;border-bottom-width:1px}.limoniapps-discountninja-badge[data-style="circle"].limoniapps-dash .limoniapps-discountninja-badge-inner-border{width:calc(100% - 4px);border-radius:100%;border-left:2px dashed #fff;border-right:2px dashed #fff}.limoniapps-discountninja-badge[data-style="circle"].limoniapps-dash.limoniapps-dash-thin .limoniapps-discountninja-badge-inner-border{border-left-width:1px;border-right-width:1px}.limoniapps-discountninja-badge.limoniapps-shadow .limoniapps-discountninja-badge-inner{box-shadow:1px 1px rgba(0,0,0,.2)}.limoniapps-discountninja-badge[data-style="circle"]{border-radius:50%}.limoniapps-discountninja-badge[data-style="circle"] .limoniapps-discountninja-badge-inner{border-radius:50%!important}.limoniapps-discountninja-badge[data-style="circle"].small{width:48px;height:48px}.limoniapps-discountninja-badge[data-style="circle"].medium{width:64px;height:64px}.limoniapps-discountninja-badge[data-style="circle"].large{width:80px;height:80px}.limoniapps-discountninja-badge[data-style="circle"] .limoniapps-discountninja-badge-inner{line-height:initial;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%}.limoniapps-discountninja-badge[data-style="rectangle"].small{width:64px;height:24px}.limoniapps-discountninja-badge[data-style="rectangle"].medium{width:96px;height:32px}.limoniapps-discountninja-badge[data-style="rectangle"].large{width:128px;height:40px}.limoniapps-discountninja-badge[data-style="rectangle"] .limoniapps-discountninja-badge-inner{line-height:unset;height:100%;display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-small{top:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-medium{top:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-large{top:-16px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-small{right:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-medium{right:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-large{right:-16px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-small{left:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-medium{left:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-large{left:-16px}.limoniapps-discountninja-hidethirdpartybadges .saso-offer-badge-content{display:none}.limoniapps-discountninja-cart-item-variant{display:none}.limoniapps-discountninja-cart-discountcode-wrapper{display:block!important}.limoniapps-countdownclock-container{display:inline-block}.limoniapps-trigger-button-badge{position:fixed;border:1px solid #000;text-align:center;vertical-align:middle;z-index:99950;height:50px;font-size:1.12em;box-shadow:0 2px 10px rgba(0,0,0,.2);box-sizing:content-box;transition:all .3s ease}.limoniapps-trigger-button-badge.limoniapps-bg-1{background-color:#fff}.limoniapps-trigger-button-badge.limoniapps-bg-2{background-color:#eee}.limoniapps-trigger-button-badge.limoniapps-bg2{background-color:#07c25f}.limoniapps-trigger-button-badge .limoniapps-minimal-box:hover{cursor:pointer}.limoniapps-trigger-button-badge .limoniapps-subtle-box{display:none;text-align:center;flex-direction:row}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info{padding-top:15px;flex-grow:1;position:relative;min-width:280px;display:flex;flex-direction:column}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action{padding:10px 15px}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action .limoniapps-action-btn{padding:10px;outline:0;font-size:0.88em;border-radius:3px;cursor:pointer;width:100%}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-image{min-width:120px;display:inline-block;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close{position:absolute;font-size:1.25em;padding:0;height:30px;width:30px;line-height:29px;top:0;border-width:0;color:rgba(0,0,0,.7);border-top-right-radius:5px;outline:0;z-index:2}.limoniapps-trigger-button-badge .limoniapps-icon{height:50px}.limoniapps-trigger-button-badge .limoniapps-icon img{width:50px;height:50px}.limoniapps-trigger-button-badge .limoniapps-image{height:120px}.limoniapps-trigger-button-badge .limoniapps-image img{width:120px;height:120px}.limoniapps-trigger-button-badge.left-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.left-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.left-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close{top:0;left:0}.limoniapps-trigger-button-badge.right-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.right-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.right-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close{top:0;right:0}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close:hover{color:#000;cursor:pointer}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-title{font-weight:700;font-size:1em;margin:0 0 5px 0;padding:0 15px}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-description{font-size:0.88em;margin-bottom:15px;padding:0 15px;flex-grow:1}.limoniapps-trigger-button-badge.limoniapps-subtled{height:auto;max-height:1000px;width:400px;max-width:100%}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box{display:flex;position:relative}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-minimal-box{display:none}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro,.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-response{position:absolute;height:100%;width:100%;top:0;z-index:1;padding-top:15px;display:flex;flex-direction:column}.limoniapps-trigger-button-badge.limoniapps-subtled.limoniapps-submitted .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro{display:none}.limoniapps-trigger-button-badge.limoniapps-subtled:not(.limoniapps-submitted) .limoniapps-subtle-box .limoniapps-info .limoniapps-response{display:none}.limoniapps-trigger-button-badge .limoniapps-minimal-box{display:flex;height:100%;width:100%;white-space:nowrap;align-items:center;justify-content:center}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-icon{height:50px;width:50px;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane{display:flex;align-items:center;justify-content:center;height:50px;flex-grow:1;overflow:hidden}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane .limoniapps-title{padding:0 15px}.limoniapps-trigger-button-badge.minimized:not(.limoniapps-subtled){width:50px}.limoniapps-trigger-button-badge.maximized:not(.limoniapps-subtled){width:250px}.limoniapps-trigger-button-badge.minimized .limoniapps-minimal-box .limoniapps-title-pane{width:0}.limoniapps-trigger-button-badge.maximized .limoniapps-minimal-box .limoniapps-title-pane{width:200px}.right-top{right:44px;top:70px;border-right-width:0}.right-middle{right:44px;top:50%;margin-top:-25px;border-right-width:0}.right-bottom{right:44px;bottom:70px;border-right-width:0}.left-bottom{left:44px;bottom:70px;border-left-width:0}.left-bottom .limoniapps-minimal-box,.left-bottom .limoniapps-subtle-box{flex-direction:row-reverse}.left-middle{left:44px;top:50%;margin-top:-25px;border-left-width:0}.left-middle .limoniapps-minimal-box,.left-middle .limoniapps-subtle-box{flex-direction:row-reverse}.left-top{left:44px;top:70px;border-left-width:0}.left-top .limoniapps-minimal-box,.left-top .limoniapps-subtle-box{flex-direction:row-reverse}.limoniapps-trigger-button-badge .limoniapps-minimal-box{position:relative}@media(max-width:400px){.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info{min-width:calc(100vw - 120px)}}.limoniapps-discountninja-countdownclock-digit-wrapper{font-size:16px;box-sizing:border-box;display:inline-block}.limoniapps-discountninja-cartdiscountfield-wrapper,.limoniapps-discountninja-cartdiscountfield-placeholder{margin-bottom:20px;display:block;text-align:right;font-size:16px;box-sizing:border-box}.limoniapps-discountninja-cartdiscountfield-placeholder p{margin:0;padding:0}.limoniapps-discountninja-cartdiscountfield-inputandbutton{display:inline-flex;width:100%;justify-content:flex-end}.limoniapps-discountninja-cartdiscountfield-discountcodes{display:block;text-align:right;margin-top:5px}.limoniapps-discountninja-cartdiscountfield-feedback{text-align:right;display:flex;justify-content:flex-end;justify-items:flex-end;align-items:center;align-content:center}input.limoniapps-discountninja-cartdiscountfield-apply.disabled,button.limoniapps-discountninja-cartdiscountfield-apply.disabled{pointer-events:none;opacity:.5}[limoniapps-discountninja-cartdiscountfield-tooltip]:before{content:attr(limoniapps-discountninja-cartdiscountfield-tooltip);position:absolute;opacity:0;transition:opacity .3s;text-align:center;width:300px;padding:10px;color:#fff;font-family:"-apple-system","BlinkMacSystemFont","San Francisco","Roboto","Segoe UI","Helvetica Neue","sans-serif";font-weight:400;border-radius:6px}[limoniapps-discountninja-cartdiscountfield-tooltip]:hover:before{opacity:1;background:#555;margin-top:-80px;margin-left:-200px}.limoniapps-discountninja-presuffix.prefix{margin-right:15px;padding-top:2px;padding-bottom:2px;padding-right:2px;padding-left:2px;height:26px}.limoniapps-discountninja-presuffix.prefix.small{padding-top:2px;padding-bottom:2px;padding-right:5px;padding-left:5px;height:26px}.limoniapps-discountninja-presuffix.prefix.medium{padding-top:5px;padding-bottom:5px;padding-right:10px;padding-left:10px;height:32px}.limoniapps-discountninja-presuffix.prefix.large{padding-top:7px;padding-bottom:7px;padding-right:15px;padding-left:15px;height:36px}.limoniapps-discountninja-presuffix.prefix.xlarge{padding-top:10px;padding-bottom:10px;padding-right:20px;padding-left:20px;height:42px}.limoniapps-discountninja-presuffix.suffix{margin-left:15px;padding-top:2px;padding-bottom:2px;padding-right:2px;padding-left:2px;height:26px}.limoniapps-discountninja-presuffix.suffix.small{padding-top:2px;padding-bottom:2px;padding-right:5px;padding-left:5px;height:26px}.limoniapps-discountninja-presuffix.suffix.medium{padding-top:5px;padding-bottom:5px;padding-right:10px;padding-left:10px;height:32px}.limoniapps-discountninja-presuffix.suffix.large{padding-top:7px;padding-bottom:7px;padding-right:15px;padding-left:15px;height:36px}.limoniapps-discountninja-presuffix.suffix.xlarge{padding-top:10px;padding-bottom:10px;padding-right:20px;padding-left:20px;height:42px}.limoniapps-discountninja-presuffix.superscript{margin-top:-40px}.limoniapps-discountninja-discountedprice{display:flex;align-items:center;white-space:nowrap;flex-wrap:wrap;flex-direction:row;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse{flex-direction:row-reverse;align-items:baseline}.limoniapps-discountninja-discountedprice.limoniapps-layout-column{flex-direction:column;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse{flex-direction:column-reverse;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-left,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-left{justify-content:flex-start;justify-items:flex-start}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-center,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-center{justify-content:center;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-right,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-right{justify-content:flex-end;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-left,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-left{align-content:flex-start;align-items:flex-start}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-center,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-center{align-content:center;align-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-right,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-right{align-content:flex-end;align-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-customformat span{display:inline}.limoniapps-discountninja-align-left .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:flex-start;justify-items:flex-start}.limoniapps-discountninja-align-center .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:center;justify-items:center}.limoniapps-discountninja-align-right .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:flex-end;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-shortcode.limoniapps-discountninja-shortcode-original_price,.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-shortcode.limoniapps-discountninja-shortcode-discounted_price,.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-presuffix.suffix{margin-left:0}.limoniapps-discountninja-shortcode-discounted_price+.limoniapps-discountninja-shortcode-original_price,.limoniapps-discountninja-shortcode-original_price+.limoniapps-discountninja-shortcode-discounted_price,.limoniapps-discountninja-shortcode-discounted_subtotal,.limoniapps-discountninja-shortcode-subtotal{margin-left:7px}.limoniapps-discountninja-product-label+.limoniapps-discountninja-shortcode{margin-left:5px}.limoniapps-discountninja-hide-original-price .limoniapps-discountninja-shortcode-original_price{display:none}.limoniapps-discountninja-presuffix{display:flex;align-items:center;box-sizing:border-box}.limoniapps-discountninja-cartdiscountfield-discountcode{display:inline-block;border-radius:4px;background-color:rgba(113,113,113,.11);color:#717171;font-size:0.88em;line-height:14px;padding:10px;overflow:hidden;cursor:default}.limoniapps-discountninja-cartdiscountfield-discountcode.limoniapps-discountninja-discountcode-invalid{text-decoration-line:line-through;color:#71717160}.limoniapps-discountninja-cartdiscountfield-discountcode.limoniapps-discountninja-discountcode-notremoveable .limoniapps-discountninja-cartdiscountfield-discountcode-close{display:none}.limoniapps-discountninja-cartdiscountfield-discountcode-close{stroke:rgba(113,113,113,.9);width:12px;height:12px;vertical-align:middle;fill:currentColor;margin-left:10px;cursor:pointer}.limoniapps-discountninja-cartdiscountfield-discountcode-code{text-transform:uppercase}.limoniapps-discountninja-promotioncard-productpage p{margin:0}#LimoniApps-DiscountNinja-Checkout .limoniapps-content{display:table;min-height:150px;width:300px;border:0;border-radius:5px}#LimoniApps-DiscountNinja-Checkout .limoniapps-popup-vertical-align-center{vertical-align:middle}#LimoniApps-DiscountNinja-Checkout .limoniapps-body{padding-left:20px;padding-right:20px;display:table-cell;vertical-align:middle}#LimoniApps-DiscountNinja-Checkout-Dots{position:absolute!important;font-size:3.12em!important;line-height:50px!important;color:rgba(0,0,0,.3)!important;bottom:30px!important;left:130px!important}#LimoniApps-DiscountNinja-Checkout p{color:#3a3a3a}svg.limoniapps-discountninja-icon-discount{height:16px;width:16px;padding-top:3px}.limoniapps-discountninja-cart-subtotal-comment p,.limoniapps-discountninja-cart-product-comment p{margin:0}.limoniapps-discountninja-cart-item-quantity{display:inherit}.limoniapps-discountninja-cart-item-quantity.limoniapps-table-cell{display:table-cell}.limoniapps-discountninja-cart-item-quantity-hide{visibility:hidden}.limoniapps-discountninja-cart-item-quantity-disable{cursor:not-allowed}.limoniapps-discountninja-cart-item-quantity-disable span,.limoniapps-discountninja-cart-item-quantity-disable button,.limoniapps-discountninja-cart-item-quantity-disable a,.limoniapps-discountninja-cart-item-quantity-disable div{pointer-events:none;color:#aaa!important}.limoniapps-discountninja-cart-item-quantity-disable input,.limoniapps-discountninja-cart-item-quantity-disable select{pointer-events:none;color:#aaa!important;background-color:#eee!important}[data-la-dn-cart-item-isdiscounted="true"] [data-la-dn-cart-item-hide-if-isdiscounted]{display:none}[data-la-dn-cart-item-show-dynamic-pricing="true"] [data-la-dn-cart-item-hide-if-dynamic-pricing-isshown]{display:none}[data-la-dn-cart-item-show-cart-text="true"] [data-la-dn-cart-item-hide-if-cart-text-isshown]{display:none}[data-la-dn-cart-item-row][data-la-dn-cart-item-show-dynamic-pricing='false'] [data-la-dn-cart-item-product-price],[data-la-dn-cart-item-row][data-la-dn-cart-item-show-dynamic-pricing='false'] [data-la-dn-cart-item-line-price]{display:none}[data-la-dn-cart-item-row][data-la-dn-cart-item-show-cart-text='false'] [data-la-dn-cart-item-text]{display:none}input.limoniapps-discountninja-cart-item-quantity-disable{pointer-events:none;color:#aaa!important}input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-outer-spin-button,input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-inner-spin-button,.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-outer-spin-button,.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.limoniapps-discountninja-cart-item-quantity-disable[type=number],.limoniapps-discountninja-cart-item-quantity-disable input[type=number]{-moz-appearance:textfield}.limoniapps-discountninja-align-center .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right .limoniapps-discountninja-discountedprice{justify-content:right}input.limoniapps-discountninja-cartdiscountfield-input,input[type='text'].limoniapps-discountninja-cartdiscountfield-input{font-size:.8em;height:45px;min-width:unset;line-height:unset;cursor:text;outline:0;box-shadow:none}input.limoniapps-discountninja-cartdiscountfield-apply,input[type='button'].limoniapps-discountninja-cartdiscountfield-apply,button.limoniapps-discountninja-cartdiscountfield-apply,button[type='button'].limoniapps-discountninja-cartdiscountfield-apply{font-size:.8em;height:45px;min-width:unset;line-height:unset;cursor:pointer;outline:0;box-shadow:none}.limoniapps-giftbox-button{position:fixed;z-index:10000}.limoniapps-giftbox-button.limoniapps-right-bottom{right:30px;bottom:30px}.limoniapps-giftbox-button.limoniapps-left-bottom{left:30px;bottom:30px}.limoniapps-giftbox-button.limoniapps-right-top{right:30px;top:30px}.limoniapps-giftbox-button.limoniapps-left-top{left:30px;top:30px}.limoniapps-giftbox-button.limoniapps-giftbox-button-sm{height:40px;width:40px}.limoniapps-giftbox-button.limoniapps-giftbox-button-md{height:60px;width:60px}.limoniapps-giftbox-button.limoniapps-giftbox-button-lg{height:80px;width:80px}.limoniapps-giftbox-button .limoniapps-icon{position:absolute}.limoniapps-giftbox-button .limoniapps-icon-collapsed{height:30px}.limoniapps-giftbox-button .limoniapps-icon-open{opacity:1;transform:rotate(0deg);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-open{opacity:0;transform:rotate(-30deg);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button .limoniapps-icon-collapsed{opacity:0;transform:rotate(30deg) scale(0);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-collapsed{opacity:1;transform:rotate(0deg) scale(1);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button .limoniapps-giftbox{position:fixed;background-color:#fff;overflow:hidden;top:0;left:0;right:0;bottom:0;animation-duration:1s;animation-fill-mode:both;-webkit-animation-duration:.5s;-webkit-animation-fill-mode:both;max-height:100vh;width:100%;z-index:2;display:flex;flex-direction:column}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-animation-done .limoniapps-giftbox{display:none}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed):not(.limoniapps-animation-done) .limoniapps-giftbox{opacity:0}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header{padding:15px 50px 15px 20px;border-bottom:1px solid #eee;display:flex;align-items:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close{font-size:1.88em;position:absolute;right:10px;border-radius:3px;padding:2px 15px 5px 15px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:active,.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:focus,.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:hover{background-color:rgba(0,0,0,.1)}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details{flex:1}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-title{font-size:1em;font-weight:600}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-subtitle{margin-top:5px;font-size:0.75em}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-list{padding:0 10px;border-bottom:10px solid #fff;overflow-y:auto}.limoniapps-giftbox-button .limoniapps-list-item{flex:1;display:flex;flex-direction:row;border:1px solid #eee;padding:10px;border-radius:5px;margin-top:10px}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container{width:65px;display:flex;flex-direction:column}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container img{width:100%}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details{flex:1;padding-left:15px}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-title{font-weight:600}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-description{font-size:0.75em}@keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes fadeOutUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-40px,0);opacity:0}}@-webkit-keyframes fadeOutUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-40px,0);opacity:0}}@keyframes fadeInDown{from{transform:translate3d(0,-40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInDown{from{transform:translate3d(0,-40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes fadeOutDown{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,40px,0);opacity:0}}@-webkit-keyframes fadeOutDown{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,40px,0);opacity:0}}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-bottom .limoniapps-giftbox,.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-bottom .limoniapps-giftbox{display:flex;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-top .limoniapps-giftbox,.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-top .limoniapps-giftbox{display:flex;animation-name:fadeInDown;-webkit-animation-name:fadeInDown}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-bottom .limoniapps-giftbox,.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-bottom .limoniapps-giftbox{animation-name:fadeOutDown;-webkit-animation-name:fadeOutDown}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-top .limoniapps-giftbox,.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-top .limoniapps-giftbox{animation-name:fadeOutUp;-webkit-animation-name:fadeOutUp}.limoniapps-giftbox-button .limoniapps-notification-count{position:absolute;right:-2px;width:20px;height:20px;display:flex;font-size:0.69em;line-height:11px;align-items:center;justify-content:center;color:#fff;border-radius:50%;background:#f00;z-index:1}.limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-notification-count,.limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-notification-count{top:-2px}.limoniapps-giftbox-button.limoniapps-right-top .limoniapps-notification-count,.limoniapps-giftbox-button.limoniapps-left-top .limoniapps-notification-count{bottom:-2px}.limoniapps-giftbox-button .limoniapps-giftbox-trigger{height:100%;width:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#fff;border-radius:50%;box-shadow:rgba(0,0,0,.1) 0 1px 8px 0}@media(min-width:576px){.limoniapps-giftbox-button .limoniapps-giftbox{border-radius:8px;box-shadow:rgba(0,0,0,.16) 0 5px 40px;max-height:330px;width:300px;position:absolute}.limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-giftbox{bottom:calc(100% + 30px);right:0;left:auto;top:auto}.limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-giftbox{bottom:calc(100% + 30px);left:0;right:auto;top:auto}.limoniapps-giftbox-button.limoniapps-right-top .limoniapps-giftbox{top:calc(100% + 30px);right:0;left:auto;bottom:auto}.limoniapps-giftbox-button.limoniapps-left-top .limoniapps-giftbox{top:calc(100% + 30px);left:0;right:auto;bottom:auto}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-title{text-align:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-subtitle{text-align:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header{padding:20px}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close{display:none}}.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced,.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced{display:inline-block;text-align:right}.limoniapps-discountninja-productprice-replaced p{margin:0}.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage{width:100%}.limoniapps-discountninja-subtotalcomment-summary-table{width:100%;text-align:right;display:inline-block;font-size:16px;box-sizing:border-box}.limoniapps-discountninja-subtotalcomment-summary-header{padding:10px;text-align:left}.limoniapps-discountninja-subtotalcomment-summary-body{padding:10px;text-align:left}.limoniapps-discountninja-subtotalcomment-summary-body-row{text-align:right}.limoniapps-discountninja-subtotalcomment-summary-footer{padding:10px;text-align:left}.limoniapps-discountninja-cartdiscountfield-footer{border-bottom:1px dashed;display:inline-block;cursor:help;position:relative;height:20px}.limoniapps-discountninja-cartdiscountfield-footer-onhover{width:200px;min-height:75px;padding:10px;background-color:#333;color:#fff;border-radius:5px;margin-top:10px;position:absolute}.limoniapps-discountninja-cartdiscountfield-footer-onhover p{color:#fff;line-height:16px}.limoniapps-discountninja-cartdiscountfield-link{text-decoration-line:underline;cursor:pointer}.limoniapps-discountninja-promotioncard-productpage p{color:unset;line-height:unset}.limoniapps-discountninja-drawercart-root.limoniapps-discountninja-zindex{z-index:99980}.limoniapps-discountninja-drawercart-wrapper.limoniapps-discountninja-zindex{z-index:99970}.limoniapps-discountninja-cart-item-product-price{display:inline-block}.limoniapps-discountninja-cart-item-line-price{display:inline-block}.limoniapps-discountninja-cart-item-product-price.limoniapps-table-cell,.limoniapps-discountninja-cart-item-line-price.limoniapps-table-cell{display:table-cell}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-left,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-left{text-align:left}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-right,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-right{text-align:right}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-center,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-center{text-align:center}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-left .limoniapps-discountninja-discountedprice,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-left .limoniapps-discountninja-discountedprice{align-items:start}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-right .limoniapps-discountninja-discountedprice,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-right .limoniapps-discountninja-discountedprice{align-items:end}.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-subtotalcomment-summary-table{width:100%}.limoniapps-discountninja-spinner{display:inline-flex;border-radius:50%;height:20px;width:20px;margin-right:10px;min-width:20px;min-height:20px;border:3px solid rgba(150,150,150,.2);border-left:3px solid #969696;-webkit-animation:limoniapps-discountninja-spinner-animation 1.2s infinite linear;animation:limoniapps-discountninja-spinner-animation 1.2s infinite linear}@-webkit-keyframes limoniapps-discountninja-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes limoniapps-discountninja-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.limoniapps-discountninja-buynowbutton{display:none}.limoniapps-discountninja-cart-promotionsummary{display:flex;width:100%;flex-direction:row;justify-content:flex-end}.limoniapps-discountninja-cartsummary-table{display:table}.limoniapps-discountninja-cartsummary-row{display:table-row;vertical-align:middle}.limoniapps-discountninja-cartsummary-cell{display:table-cell;vertical-align:middle}.limoniapps-discountninja-cartsummary-cell-amount{width:100px;min-width:100px;text-align:right}.limoniapps-discountninja-cartsummary-cell-label{width:100%}html[dir="rtl"] .limoniapps-discountninja-cartsummary-cell-label{text-align:right}.limoniapps-discountninja-hidethirdpartybadges .smbdg_item,.limoniapps-discountninja-hidethirdpartybadges .sticker,.limoniapps-discountninja-hidethirdpartybadges .sale_banner{display:none}button .limoniapps-discountninja-productprice{display:inline-block}@media(max-width:501px){.limoniapps-discountninja-align-center-mobile .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left-mobile .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right-mobile .limoniapps-discountninja-discountedprice{justify-content:right}}@media(min-width:502px){.limoniapps-discountninja-align-center-desktop .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left-desktop .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right-desktop .limoniapps-discountninja-discountedprice{justify-content:right}}#LimoniApps-DiscountNinja-RefreshPage-Toast,#LimoniApps-DiscountNinja-GWP-Toast,#la-dn-toast{background-color:#333;color:#fff}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-bottom,.la-dn-toast.la-dn-toast-bottom{bottom:50px}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-top,.la-dn-toast.la-dn-toast-top{top:50px}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-bottom.limoniapps-discountninja-toast-show,.la-dn-toast.la-dn-toast-bottom.la-dn-toast-show{visibility:visible;-webkit-animation:la-dn-bottom-fadein .5s,la-dn-bottom-fadeout .5s 4.5s;animation:la-dn-bottom-fadein .5s,la-dn-bottom-fadeout .5s 4.5s}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-top.limoniapps-discountninja-toast-show,.la-dn-toast.la-dn-toast-top.la-dn-toast-show{visibility:visible;-webkit-animation:la-dn-top-fadein .5s,la-dn-top-fadeout .5s 4.5s;animation:la-dn-top-fadein .5s,la-dn-top-fadeout .5s 4.5s}@-webkit-keyframes la-dn-bottom-fadein{from{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@keyframes la-dn-bottom-fadein{from{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@-webkit-keyframes la-dn-bottom-fadeout{from{bottom:50px;opacity:1}to{bottom:0;opacity:0}}@keyframes la-dn-bottom-fadeout{from{bottom:50px;opacity:1}to{bottom:0;opacity:0}}@-webkit-keyframes la-dn-top-fadein{from{top:0;opacity:0}to{top:50px;opacity:1}}@keyframes la-dn-top-fadein{from{top:0;opacity:0}to{top:50px;opacity:1}}@-webkit-keyframes la-dn-top-fadeout{from{top:50px;opacity:1}to{top:0;opacity:0}}@keyframes la-dn-top-fadeout{from{top:50px;opacity:1}to{top:0;opacity:0}}.la-dn-volumediscount-table .la-dn-list{border:1px solid #cfcfcf;border-radius:6px}.la-dn-volumediscount-table .la-dn-list-item{display:flex;justify-content:space-evenly;height:44px;align-items:center;border-bottom:1px solid #cfcfcf}.la-dn-volumediscount-table .la-dn-list-item:nth-last-child(1){border-bottom:unset}.la-dn-volumediscount-table .la-dn-list-item-content{display:flex;align-items:center;width:40%;font-weight:400;line-height:20px;height:100%}.la-dn-volumediscount-table.la-dn-column-border .la-dn-list-item-content{border-right:1px solid #cfcfcf}.la-dn-volumediscount-table .la-dn-list-item .la-dn-list-item-content:nth-last-child(1){border-right:unset}.limoniapps-discountninja-badge.auto{width:auto;height:auto}.limoniapps-discountninja-badge[data-style=rectangle].auto .limoniapps-discountninja-badge-inner-border{padding:2px 10px}.limoniapps-discountninja-badge[data-style=circle].auto .limoniapps-discountninja-badge-inner-border{padding:10px}.limoniapps-discountninja-badge.auto .limoniapps-discountninja-badge-inner-border div{line-height:unset}.limoniapps-discountninja-currency-isocode{margin-left:5px}.limoniapps-discountninja-hide{visibility:hidden;opacity:0;pointer-events:none;height:0}.limoniapps-discountninja-product-label.limoniapps-discountninja-label-subscription{display:inline-flex;background:#334fb4;color:white;padding:4px 13px;border-radius:40px;font-size:0.75em;margin-left: 10px;}.limoniapps-discountninja-productprice-original .limoniapps-discountninja-shortcode.limoniapps-discountninja-shortcode-original_price.limoniapps-discountninja-strikethrough{margin-left: 10px;}

/* Default widget style *//*{%- comment -%} Default Badge style {%- endcomment -%}*/
.limoniapps-discountninja-badge-wrapper{pointer-events:none}[data-limoniapps-discountninja-product-handle],.limoniapps-discountninja-collectionbadge,.la-dn-collectionbadge,.la-dn-collection-badge{position:relative}[data-limoniapps-discountninja-product-handle].data-limoniapps-discountninja-product-handle-noposition{position:unset}.limoniapps-discountninja-badge{position:absolute;z-index:1;box-sizing:border-box;font-size:1em}.limoniapps-discountninja-badge.left{left:0}.limoniapps-discountninja-badge.right{right:0}.limoniapps-discountninja-badge.top{top:0}.limoniapps-discountninja-badge.bottom{bottom:0}.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner{background-color:#eee}.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner p{display:inline-flex;margin:0;padding:0}.limoniapps-discountninja-badge[data-style="diagonalribbon"].small{width:96px;height:96px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium{width:120px;height:120px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].large{width:144px;height:144px}.limoniapps-discountninja-badge[data-style="diagonalribbon"]{overflow:hidden}.limoniapps-discountninja-badge[data-style="diagonalribbon"] .limoniapps-discountninja-badge-inner{position:relative;line-height:initial;display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge[data-style="diagonalribbon"].right .limoniapps-discountninja-badge-inner{left:-8.6%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].left .limoniapps-discountninja-badge-inner{left:-32%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top .limoniapps-discountninja-badge-inner{top:21%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom .limoniapps-discountninja-badge-inner{top:44%}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top.right .limoniapps-discountninja-badge-inner,.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom.left .limoniapps-discountninja-badge-inner{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.limoniapps-discountninja-badge[data-style="diagonalribbon"].top.left .limoniapps-discountninja-badge-inner,.limoniapps-discountninja-badge[data-style="diagonalribbon"].bottom.right .limoniapps-discountninja-badge-inner{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.limoniapps-discountninja-badge[data-style="diagonalribbon"].small .limoniapps-discountninja-badge-inner{width:135px;height:32px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium .limoniapps-discountninja-badge-inner{width:170px;height:40px}.limoniapps-discountninja-badge[data-style="diagonalribbon"].large .limoniapps-discountninja-badge-inner{width:204px;height:48px}.limoniapps-discountninja-badge[data-style="diagonalribbon"]{transform:none!important}.limoniapps-discountninja-badge-inner-border{display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge.limoniapps-dash .limoniapps-discountninja-badge-inner-border{margin-top:2px;margin-bottom:2px;border-top:2px dashed rgba(255,255,255,.6);border-bottom:2px dashed rgba(255,255,255,.6);width:100%;height:calc(100% - 4px)}.limoniapps-discountninja-badge.limoniapps-dash.limoniapps-dash-thin .limoniapps-discountninja-badge-inner-border{border-top-width:1px;border-bottom-width:1px}.limoniapps-discountninja-badge[data-style="circle"].limoniapps-dash .limoniapps-discountninja-badge-inner-border{width:calc(100% - 4px);border-radius:100%;border-left:2px dashed #fff;border-right:2px dashed #fff}.limoniapps-discountninja-badge[data-style="circle"].limoniapps-dash.limoniapps-dash-thin .limoniapps-discountninja-badge-inner-border{border-left-width:1px;border-right-width:1px}.limoniapps-discountninja-badge.limoniapps-shadow .limoniapps-discountninja-badge-inner{box-shadow:1px 1px rgba(0,0,0,.2)}.limoniapps-discountninja-badge[data-style="circle"]{border-radius:50%}.limoniapps-discountninja-badge[data-style="circle"] .limoniapps-discountninja-badge-inner{border-radius:50%!important}.limoniapps-discountninja-badge[data-style="circle"].small{width:48px;height:48px}.limoniapps-discountninja-badge[data-style="circle"].medium{width:64px;height:64px}.limoniapps-discountninja-badge[data-style="circle"].large{width:80px;height:80px}.limoniapps-discountninja-badge[data-style="circle"] .limoniapps-discountninja-badge-inner{line-height:initial;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%}.limoniapps-discountninja-badge[data-style="rectangle"].small{width:64px;height:24px}.limoniapps-discountninja-badge[data-style="rectangle"].medium{width:96px;height:32px}.limoniapps-discountninja-badge[data-style="rectangle"].large{width:128px;height:40px}.limoniapps-discountninja-badge[data-style="rectangle"] .limoniapps-discountninja-badge-inner{line-height:unset;height:100%;display:flex;align-items:center;justify-content:center}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-small{top:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-medium{top:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-large{top:-16px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-small{right:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-medium{right:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-large{right:-16px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-small{left:-4px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-medium{left:-8px}.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-large{left:-16px}.limoniapps-discountninja-hidethirdpartybadges .saso-offer-badge-content{display:none}.limoniapps-discountninja-cart-item-variant{display:none}.limoniapps-discountninja-cart-discountcode-wrapper{display:block!important}.limoniapps-countdownclock-container{display:inline-block}.limoniapps-trigger-button-badge{position:fixed;border:1px solid #000;text-align:center;vertical-align:middle;z-index:99950;height:50px;font-size:1.12em;box-shadow:0 2px 10px rgba(0,0,0,.2);box-sizing:content-box;transition:all .3s ease}.limoniapps-trigger-button-badge.limoniapps-bg-1{background-color:#fff}.limoniapps-trigger-button-badge.limoniapps-bg-2{background-color:#eee}.limoniapps-trigger-button-badge.limoniapps-bg2{background-color:#07c25f}.limoniapps-trigger-button-badge .limoniapps-minimal-box:hover{cursor:pointer}.limoniapps-trigger-button-badge .limoniapps-subtle-box{display:none;text-align:center;flex-direction:row}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info{padding-top:15px;flex-grow:1;position:relative;min-width:280px;display:flex;flex-direction:column}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action{padding:10px 15px}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action .limoniapps-action-btn{padding:10px;outline:0;font-size:0.88em;border-radius:3px;cursor:pointer;width:100%}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-image{min-width:120px;display:inline-block;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close{position:absolute;font-size:1.25em;padding:0;height:30px;width:30px;line-height:29px;top:0;border-width:0;color:rgba(0,0,0,.7);border-top-right-radius:5px;outline:0;z-index:2}.limoniapps-trigger-button-badge .limoniapps-icon{height:50px}.limoniapps-trigger-button-badge .limoniapps-icon img{width:50px;height:50px}.limoniapps-trigger-button-badge .limoniapps-image{height:120px}.limoniapps-trigger-button-badge .limoniapps-image img{width:120px;height:120px}.limoniapps-trigger-button-badge.left-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.left-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.left-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close{top:0;left:0}.limoniapps-trigger-button-badge.right-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.right-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,.limoniapps-trigger-button-badge.right-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close{top:0;right:0}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close:hover{color:#000;cursor:pointer}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-title{font-weight:700;font-size:1em;margin:0 0 5px 0;padding:0 15px}.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-description{font-size:0.88em;margin-bottom:15px;padding:0 15px;flex-grow:1}.limoniapps-trigger-button-badge.limoniapps-subtled{height:auto;max-height:1000px;width:400px;max-width:100%}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box{display:flex;position:relative}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-minimal-box{display:none}.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro,.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-response{position:absolute;height:100%;width:100%;top:0;z-index:1;padding-top:15px;display:flex;flex-direction:column}.limoniapps-trigger-button-badge.limoniapps-subtled.limoniapps-submitted .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro{display:none}.limoniapps-trigger-button-badge.limoniapps-subtled:not(.limoniapps-submitted) .limoniapps-subtle-box .limoniapps-info .limoniapps-response{display:none}.limoniapps-trigger-button-badge .limoniapps-minimal-box{display:flex;height:100%;width:100%;white-space:nowrap;align-items:center;justify-content:center}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-icon{height:50px;width:50px;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center center}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane{display:flex;align-items:center;justify-content:center;height:50px;flex-grow:1;overflow:hidden}.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane .limoniapps-title{padding:0 15px}.limoniapps-trigger-button-badge.minimized:not(.limoniapps-subtled){width:50px}.limoniapps-trigger-button-badge.maximized:not(.limoniapps-subtled){width:250px}.limoniapps-trigger-button-badge.minimized .limoniapps-minimal-box .limoniapps-title-pane{width:0}.limoniapps-trigger-button-badge.maximized .limoniapps-minimal-box .limoniapps-title-pane{width:200px}.right-top{right:44px;top:70px;border-right-width:0}.right-middle{right:44px;top:50%;margin-top:-25px;border-right-width:0}.right-bottom{right:44px;bottom:70px;border-right-width:0}.left-bottom{left:44px;bottom:70px;border-left-width:0}.left-bottom .limoniapps-minimal-box,.left-bottom .limoniapps-subtle-box{flex-direction:row-reverse}.left-middle{left:44px;top:50%;margin-top:-25px;border-left-width:0}.left-middle .limoniapps-minimal-box,.left-middle .limoniapps-subtle-box{flex-direction:row-reverse}.left-top{left:44px;top:70px;border-left-width:0}.left-top .limoniapps-minimal-box,.left-top .limoniapps-subtle-box{flex-direction:row-reverse}.limoniapps-trigger-button-badge .limoniapps-minimal-box{position:relative}@media(max-width:400px){.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info{min-width:calc(100vw - 120px)}}.limoniapps-discountninja-countdownclock-digit-wrapper{font-size:1em;box-sizing:border-box;display:inline-block}.limoniapps-discountninja-cartdiscountfield-wrapper,.limoniapps-discountninja-cartdiscountfield-placeholder{margin-bottom:20px;display:block;text-align:right;font-size:1em;box-sizing:border-box}.limoniapps-discountninja-cartdiscountfield-placeholder p{margin:0;padding:0}.limoniapps-discountninja-cartdiscountfield-inputandbutton{display:inline-flex;width:100%;justify-content:flex-end}.limoniapps-discountninja-cartdiscountfield-discountcodes{display:block;text-align:right;margin-top:5px}.limoniapps-discountninja-cartdiscountfield-feedback{text-align:right;display:flex;justify-content:flex-end;justify-items:flex-end;align-items:center;align-content:center}input.limoniapps-discountninja-cartdiscountfield-apply.disabled,button.limoniapps-discountninja-cartdiscountfield-apply.disabled{pointer-events:none;opacity:.5}[limoniapps-discountninja-cartdiscountfield-tooltip]:before{content:attr(limoniapps-discountninja-cartdiscountfield-tooltip);position:absolute;opacity:0;transition:opacity .3s;text-align:center;width:300px;padding:10px;color:#fff;font-family:"-apple-system","BlinkMacSystemFont","San Francisco","Roboto","Segoe UI","Helvetica Neue","sans-serif";font-weight:400;border-radius:6px}[limoniapps-discountninja-cartdiscountfield-tooltip]:hover:before{opacity:1;background:#555;margin-top:-80px;margin-left:-200px}.limoniapps-discountninja-presuffix.prefix{margin-right:15px;padding-top:2px;padding-bottom:2px;padding-right:2px;padding-left:2px;height:26px}.limoniapps-discountninja-presuffix.prefix.small{padding-top:2px;padding-bottom:2px;padding-right:5px;padding-left:5px;height:26px}.limoniapps-discountninja-presuffix.prefix.medium{padding-top:5px;padding-bottom:5px;padding-right:10px;padding-left:10px;height:32px}.limoniapps-discountninja-presuffix.prefix.large{padding-top:7px;padding-bottom:7px;padding-right:15px;padding-left:15px;height:36px}.limoniapps-discountninja-presuffix.prefix.xlarge{padding-top:10px;padding-bottom:10px;padding-right:20px;padding-left:20px;height:42px}.limoniapps-discountninja-presuffix.suffix{margin-left:15px;padding-top:2px;padding-bottom:2px;padding-right:2px;padding-left:2px;height:26px}.limoniapps-discountninja-presuffix.suffix.small{padding-top:2px;padding-bottom:2px;padding-right:5px;padding-left:5px;height:26px}.limoniapps-discountninja-presuffix.suffix.medium{padding-top:5px;padding-bottom:5px;padding-right:10px;padding-left:10px;height:32px}.limoniapps-discountninja-presuffix.suffix.large{padding-top:7px;padding-bottom:7px;padding-right:15px;padding-left:15px;height:36px}.limoniapps-discountninja-presuffix.suffix.xlarge{padding-top:10px;padding-bottom:10px;padding-right:20px;padding-left:20px;height:42px}.limoniapps-discountninja-presuffix.superscript{margin-top:-40px}.limoniapps-discountninja-discountedprice{display:flex;align-items:center;white-space:nowrap;flex-wrap:wrap;flex-direction:row;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse{flex-direction:row-reverse;align-items:baseline}.limoniapps-discountninja-discountedprice.limoniapps-layout-column{flex-direction:column;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse{flex-direction:column-reverse;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-left,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-left{justify-content:flex-start;justify-items:flex-start}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-center,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-center{justify-content:center;justify-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-right,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-right{justify-content:flex-end;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-left,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-left{align-content:flex-start;align-items:flex-start}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-center,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-center{align-content:center;align-items:center}.limoniapps-discountninja-discountedprice.limoniapps-layout-column.limoniapps-align-right,.limoniapps-discountninja-discountedprice.limoniapps-layout-column-reverse.limoniapps-align-right{align-content:flex-end;align-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-customformat span{display:inline}.limoniapps-discountninja-align-left .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:flex-start;justify-items:flex-start}.limoniapps-discountninja-align-center .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:center;justify-items:center}.limoniapps-discountninja-align-right .limoniapps-discountninja-discountedprice.limoniapps-layout-row{justify-content:flex-end;justify-items:flex-end}.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-shortcode.limoniapps-discountninja-shortcode-original_price,.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-shortcode.limoniapps-discountninja-shortcode-discounted_price,.limoniapps-discountninja-discountedprice.limoniapps-discountninja-discountedprice-stacked .limoniapps-discountninja-presuffix.suffix{margin-left:0}.limoniapps-discountninja-shortcode-discounted_price+.limoniapps-discountninja-shortcode-original_price,.limoniapps-discountninja-shortcode-original_price+.limoniapps-discountninja-shortcode-discounted_price,.limoniapps-discountninja-shortcode-discounted_subtotal,.limoniapps-discountninja-shortcode-subtotal{margin-left:7px}.limoniapps-discountninja-product-label+.limoniapps-discountninja-shortcode{margin-left:5px}.limoniapps-discountninja-hide-original-price .limoniapps-discountninja-shortcode-original_price{display:none}.limoniapps-discountninja-presuffix{display:flex;align-items:center;box-sizing:border-box}.limoniapps-discountninja-cartdiscountfield-discountcode{display:inline-block;border-radius:4px;background-color:rgba(113,113,113,.11);color:#717171;font-size:0.88em;line-height:14px;padding:10px;overflow:hidden;cursor:default}.limoniapps-discountninja-cartdiscountfield-discountcode.limoniapps-discountninja-discountcode-invalid{text-decoration-line:line-through;color:#71717160}.limoniapps-discountninja-cartdiscountfield-discountcode-close{stroke:rgba(113,113,113,.9);width:12px;height:12px;vertical-align:middle;fill:currentColor;margin-left:10px;cursor:pointer}.limoniapps-discountninja-cartdiscountfield-discountcode-code{text-transform:uppercase}.limoniapps-discountninja-promotioncard-productpage p{margin:0}#LimoniApps-DiscountNinja-Checkout .limoniapps-content{display:table;min-height:150px;width:300px;border:0;border-radius:5px}#LimoniApps-DiscountNinja-Checkout .limoniapps-popup-vertical-align-center{vertical-align:middle}#LimoniApps-DiscountNinja-Checkout .limoniapps-body{padding-left:20px;padding-right:20px;display:table-cell;vertical-align:middle}#LimoniApps-DiscountNinja-Checkout-Dots{position:absolute!important;font-size:3.12em!important;line-height:50px!important;color:rgba(0,0,0,.3)!important;bottom:30px!important;left:130px!important}#LimoniApps-DiscountNinja-Checkout p{color:#3a3a3a}svg.limoniapps-discountninja-icon-discount{height:16px;width:16px;padding-top:3px}.limoniapps-discountninja-cart-subtotal-comment p,.limoniapps-discountninja-cart-product-comment p{margin:0}.limoniapps-discountninja-cart-item-quantity{display:inherit}.limoniapps-discountninja-cart-item-quantity.limoniapps-table-cell{display:table-cell}.limoniapps-discountninja-cart-item-quantity-hide{visibility:hidden}.limoniapps-discountninja-cart-item-quantity-disable{cursor:not-allowed}.limoniapps-discountninja-cart-item-quantity-disable span,.limoniapps-discountninja-cart-item-quantity-disable button,.limoniapps-discountninja-cart-item-quantity-disable a,.limoniapps-discountninja-cart-item-quantity-disable div{pointer-events:none;color:#aaa!important}.limoniapps-discountninja-cart-item-quantity-disable input{pointer-events:none;color:#aaa!important;background-color:#eee!important}input.limoniapps-discountninja-cart-item-quantity-disable{pointer-events:none;color:#aaa!important}input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-outer-spin-button,input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-inner-spin-button,.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-outer-spin-button,.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.limoniapps-discountninja-cart-item-quantity-disable[type=number],.limoniapps-discountninja-cart-item-quantity-disable input[type=number]{-moz-appearance:textfield}.limoniapps-discountninja-align-center .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right .limoniapps-discountninja-discountedprice{justify-content:right}input.limoniapps-discountninja-cartdiscountfield-input,input[type='text'].limoniapps-discountninja-cartdiscountfield-input{font-size:.8em;height:45px;min-width:unset;line-height:unset;cursor:text;outline:0;box-shadow:none}input.limoniapps-discountninja-cartdiscountfield-apply,input[type='button'].limoniapps-discountninja-cartdiscountfield-apply,button.limoniapps-discountninja-cartdiscountfield-apply,button[type='button'].limoniapps-discountninja-cartdiscountfield-apply{font-size:.8em;height:45px;min-width:unset;line-height:unset;cursor:pointer;outline:0;box-shadow:none}.limoniapps-giftbox-button{position:fixed;z-index:10000}.limoniapps-giftbox-button.limoniapps-right-bottom{right:30px;bottom:30px}.limoniapps-giftbox-button.limoniapps-left-bottom{left:30px;bottom:30px}.limoniapps-giftbox-button.limoniapps-right-top{right:30px;top:30px}.limoniapps-giftbox-button.limoniapps-left-top{left:30px;top:30px}.limoniapps-giftbox-button.limoniapps-giftbox-button-sm{height:40px;width:40px}.limoniapps-giftbox-button.limoniapps-giftbox-button-md{height:60px;width:60px}.limoniapps-giftbox-button.limoniapps-giftbox-button-lg{height:80px;width:80px}.limoniapps-giftbox-button .limoniapps-icon{position:absolute}.limoniapps-giftbox-button .limoniapps-icon-collapsed{height:30px}.limoniapps-giftbox-button .limoniapps-icon-open{opacity:1;transform:rotate(0deg);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-open{opacity:0;transform:rotate(-30deg);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button .limoniapps-icon-collapsed{opacity:0;transform:rotate(30deg) scale(0);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-collapsed{opacity:1;transform:rotate(0deg) scale(1);transition:transform .16s linear 0s,opacity .08s linear 0s}.limoniapps-giftbox-button .limoniapps-giftbox{position:fixed;background-color:#fff;overflow:hidden;top:0;left:0;right:0;bottom:0;animation-duration:1s;animation-fill-mode:both;-webkit-animation-duration:.5s;-webkit-animation-fill-mode:both;max-height:100vh;width:100%;z-index:2;display:flex;flex-direction:column}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-animation-done .limoniapps-giftbox{display:none}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed):not(.limoniapps-animation-done) .limoniapps-giftbox{opacity:0}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header{padding:15px 50px 15px 20px;border-bottom:1px solid #eee;display:flex;align-items:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close{font-size:1.88em;position:absolute;right:10px;border-radius:3px;padding:2px 15px 5px 15px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:active,.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:focus,.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:hover{background-color:rgba(0,0,0,.1)}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details{flex:1}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-title{font-size:1em;font-weight:600}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-subtitle{margin-top:5px;font-size:0.75em}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-list{padding:0 10px;border-bottom:10px solid #fff;overflow-y:auto}.limoniapps-giftbox-button .limoniapps-list-item{flex:1;display:flex;flex-direction:row;border:1px solid #eee;padding:10px;border-radius:5px;margin-top:10px}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container{width:65px;display:flex;flex-direction:column}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container img{width:100%}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details{flex:1;padding-left:15px}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-title{font-weight:600}.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-description{font-size:0.75em}@keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes fadeOutUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-40px,0);opacity:0}}@-webkit-keyframes fadeOutUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-40px,0);opacity:0}}@keyframes fadeInDown{from{transform:translate3d(0,-40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInDown{from{transform:translate3d(0,-40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes fadeOutDown{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,40px,0);opacity:0}}@-webkit-keyframes fadeOutDown{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,40px,0);opacity:0}}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-bottom .limoniapps-giftbox,.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-bottom .limoniapps-giftbox{display:flex;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-top .limoniapps-giftbox,.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-top .limoniapps-giftbox{display:flex;animation-name:fadeInDown;-webkit-animation-name:fadeInDown}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-bottom .limoniapps-giftbox,.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-bottom .limoniapps-giftbox{animation-name:fadeOutDown;-webkit-animation-name:fadeOutDown}.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-top .limoniapps-giftbox,.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-top .limoniapps-giftbox{animation-name:fadeOutUp;-webkit-animation-name:fadeOutUp}.limoniapps-giftbox-button .limoniapps-notification-count{position:absolute;right:-2px;width:20px;height:20px;display:flex;font-size:0.69em;line-height:11px;align-items:center;justify-content:center;color:#fff;border-radius:50%;background:#f00;z-index:1}.limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-notification-count,.limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-notification-count{top:-2px}.limoniapps-giftbox-button.limoniapps-right-top .limoniapps-notification-count,.limoniapps-giftbox-button.limoniapps-left-top .limoniapps-notification-count{bottom:-2px}.limoniapps-giftbox-button .limoniapps-giftbox-trigger{height:100%;width:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#fff;border-radius:50%;box-shadow:rgba(0,0,0,.1) 0 1px 8px 0}@media(min-width:576px){.limoniapps-giftbox-button .limoniapps-giftbox{border-radius:8px;box-shadow:rgba(0,0,0,.16) 0 5px 40px;max-height:330px;width:300px;position:absolute}.limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-giftbox{bottom:calc(100% + 30px);right:0;left:auto;top:auto}.limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-giftbox{bottom:calc(100% + 30px);left:0;right:auto;top:auto}.limoniapps-giftbox-button.limoniapps-right-top .limoniapps-giftbox{top:calc(100% + 30px);right:0;left:auto;bottom:auto}.limoniapps-giftbox-button.limoniapps-left-top .limoniapps-giftbox{top:calc(100% + 30px);left:0;right:auto;bottom:auto}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-title{text-align:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-subtitle{text-align:center}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header{padding:20px}.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close{display:none}}.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced,.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced{display:inline-block;text-align:right}.limoniapps-discountninja-productprice-replaced p{margin:0}.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage{width:100%}.limoniapps-discountninja-subtotalcomment-summary-table{width:100%;text-align:right;display:inline-block;font-size:1em;box-sizing:border-box}.limoniapps-discountninja-subtotalcomment-summary-header{padding:10px;text-align:left}.limoniapps-discountninja-subtotalcomment-summary-body{padding:10px;text-align:left}.limoniapps-discountninja-subtotalcomment-summary-body-row{text-align:right}.limoniapps-discountninja-subtotalcomment-summary-footer{padding:10px;text-align:left}.limoniapps-discountninja-cartdiscountfield-footer{border-bottom:1px dashed;display:inline-block;cursor:help;position:relative;height:20px}.limoniapps-discountninja-cartdiscountfield-footer-onhover{width:200px;min-height:75px;padding:10px;background-color:#333;color:#fff;border-radius:5px;margin-top:10px;position:absolute}.limoniapps-discountninja-cartdiscountfield-footer-onhover p{color:#fff;line-height:16px}.limoniapps-discountninja-cartdiscountfield-link{text-decoration-line:underline;cursor:pointer}.limoniapps-discountninja-promotioncard-productpage p{color:unset;line-height:unset}.limoniapps-discountninja-drawercart-root.limoniapps-discountninja-zindex{z-index:99980}.limoniapps-discountninja-drawercart-wrapper.limoniapps-discountninja-zindex{z-index:99970}.limoniapps-discountninja-cart-item-product-price{display:inline-block}.limoniapps-discountninja-cart-item-line-price{display:inline-block}.limoniapps-discountninja-cart-item-product-price.limoniapps-table-cell,.limoniapps-discountninja-cart-item-line-price.limoniapps-table-cell{display:table-cell}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-left,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-left{text-align:left}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-right,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-right{text-align:right}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-center,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-center{text-align:center}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-left .limoniapps-discountninja-discountedprice,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-left .limoniapps-discountninja-discountedprice{align-items:start}.limoniapps-discountninja-cart-item-product-price.limoniapps-align-right .limoniapps-discountninja-discountedprice,.limoniapps-discountninja-cart-item-line-price.limoniapps-align-right .limoniapps-discountninja-discountedprice{align-items:end}.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-subtotalcomment-summary-table{width:100%}.limoniapps-discountninja-spinner{display:inline-flex;border-radius:50%;height:20px;width:20px;margin-right:10px;min-width:20px;min-height:20px;border:3px solid rgba(150,150,150,.2);border-left:3px solid #969696;-webkit-animation:limoniapps-discountninja-spinner-animation 1.2s infinite linear;animation:limoniapps-discountninja-spinner-animation 1.2s infinite linear}@-webkit-keyframes limoniapps-discountninja-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes limoniapps-discountninja-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.limoniapps-discountninja-buynowbutton{display:none}.limoniapps-discountninja-cart-promotionsummary{display:flex;width:100%;flex-direction:row;justify-content:flex-end}.limoniapps-discountninja-cartsummary-table{display:table}.limoniapps-discountninja-cartsummary-row{display:table-row;vertical-align:middle}.limoniapps-discountninja-cartsummary-cell{display:table-cell;vertical-align:middle}.limoniapps-discountninja-cartsummary-cell-amount{width:100px;min-width:100px;text-align:right}.limoniapps-discountninja-cartsummary-cell-label{width:100%}html[dir="rtl"] .limoniapps-discountninja-cartsummary-cell-label{text-align:right}.limoniapps-discountninja-hidethirdpartybadges .smbdg_item,.limoniapps-discountninja-hidethirdpartybadges .sticker,.limoniapps-discountninja-hidethirdpartybadges .sale_banner{display:none}button .limoniapps-discountninja-productprice{display:inline-block}@media(max-width:501px){.limoniapps-discountninja-align-center-mobile .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left-mobile .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right-mobile .limoniapps-discountninja-discountedprice{justify-content:right}}@media(min-width:502px){.limoniapps-discountninja-align-center-desktop .limoniapps-discountninja-discountedprice{justify-content:center}.limoniapps-discountninja-align-left-desktop .limoniapps-discountninja-discountedprice{justify-content:left}.limoniapps-discountninja-align-right-desktop .limoniapps-discountninja-discountedprice{justify-content:right}}#LimoniApps-DiscountNinja-RefreshPage-Toast{background-color:#333;color:#fff}#LimoniApps-DiscountNinja-GWP-Toast{background-color:#333;color:#fff}.limoniapps-discountninja-toast{visibility:hidden;min-width:250px;margin-left:-125px;text-align:center;border-radius:5px;padding:16px;position:fixed;z-index:999999;left:50%}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-bottom{bottom:50px}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-top{top:50px}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-bottom.limoniapps-discountninja-toast-show{visibility:visible;-webkit-animation:limoniapps-discountninja-bottom-fadein .5s,limoniapps-discountninja-bottom-fadeout .5s 4.5s;animation:limoniapps-discountninja-bottom-fadein .5s,limoniapps-discountninja-bottom-fadeout .5s 4.5s}.limoniapps-discountninja-toast.limoniapps-discountninja-toast-top.limoniapps-discountninja-toast-show{visibility:visible;-webkit-animation:limoniapps-discountninja-top-fadein .5s,limoniapps-discountninja-top-fadeout .5s 4.5s;animation:limoniapps-discountninja-top-fadein .5s,limoniapps-discountninja-top-fadeout .5s 4.5s}@-webkit-keyframes limoniapps-discountninja-bottom-fadein{from{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@keyframes limoniapps-discountninja-bottom-fadein{from{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@-webkit-keyframes limoniapps-discountninja-bottom-fadeout{from{bottom:50px;opacity:1}to{bottom:0;opacity:0}}@keyframes limoniapps-discountninja-bottom-fadeout{from{bottom:50px;opacity:1}to{bottom:0;opacity:0}}@-webkit-keyframes limoniapps-discountninja-top-fadein{from{top:0;opacity:0}to{top:50px;opacity:1}}@keyframes limoniapps-discountninja-top-fadein{from{top:0;opacity:0}to{top:50px;opacity:1}}@-webkit-keyframes limoniapps-discountninja-top-fadeout{from{top:50px;opacity:1}to{top:0;opacity:0}}@keyframes limoniapps-discountninja-top-fadeout{from{top:50px;opacity:1}to{top:0;opacity:0}}.la-dn-volumediscount-table .la-dn-list{border:1px solid #cfcfcf;border-radius:6px}.la-dn-volumediscount-table .la-dn-list-item{display:flex;justify-content:space-evenly;height:44px;align-items:center;border-bottom:1px solid #cfcfcf}.la-dn-volumediscount-table .la-dn-list-item:nth-last-child(1){border-bottom:unset}.la-dn-volumediscount-table .la-dn-list-item-content{display:flex;align-items:center;width:40%;font-weight:400;line-height:20px;height:100%}.la-dn-volumediscount-table.la-dn-column-border .la-dn-list-item-content{border-right:1px solid #cfcfcf}.la-dn-volumediscount-table .la-dn-list-item .la-dn-list-item-content:nth-last-child(1){border-right:unset}.limoniapps-discountninja-badge.auto{width:auto;height:auto}.limoniapps-discountninja-badge[data-style=rectangle].auto .limoniapps-discountninja-badge-inner-border{padding:2px 10px}.limoniapps-discountninja-badge[data-style=circle].auto .limoniapps-discountninja-badge-inner-border{padding:10px}.limoniapps-discountninja-badge.auto .limoniapps-discountninja-badge-inner-border div{line-height:unset}

/*{%- comment -%} Default Notification style {%- endcomment -%}*/
.limoniapps-notification .limoniapps-col-image{width:0%}.limoniapps-notification{border-style:solid;border-radius:6px;border-color:#323232;border-width:1px;background-color:#fff;left:20px;bottom:10px}.limoniapps-notification .limoniapps-col-info{padding-left:20px;padding-right:20px;padding-bottom:20px;padding-top:20px}.limoniapps-notification .limoniapps-title.maximized .text-wrapper{color:#000}.limoniapps-notification .limoniapps-title.minimized .text-wrapper{color:#000}.limoniapps-notification .limoniapps-message-body .text-wrapper{color:#000}.limoniapps-notification .limoniapps-message-footer .text-wrapper{color:#000}.limoniapps-notification .limoniapps-message-timerfooter .text-wrapper{color:#000}.limoniapps-notification .limoniapps-close{color:#fff;font-size:0}.limoniapps-notification .limoniapps-minimize{color:#323232;font-size:1.75em}.limoniapps-notification .limoniapps-offercount, .limoniapps-offercount-minimized{background-color:#ff0404;color:#fff;border-style:solid;border-radius:100%;border-color:#fff;border-width:2px;font-size:.875em} .limoniapps-svg-notification-arrow{width:16px;height:16px;}.limoniapps-svg-notification-arrow-up{transform:scale(1,-1) translateY(-560px);}

/*{%- comment -%} Default Stickybar style {%- endcomment -%}*/
.limoniapps-sticky-bar .limoniapps-box {background-color: black} .limoniapps-sticky-bar .limoniapps-close{color:#fff;font-size:1.5em}

/*{%- comment -%} Badge style for checkout test {%- endcomment -%}*/
.limoniapps-discountninja-badge[data-token='CHECKOUTTEST_OFFER_1'] .limoniapps-discountninja-badge-inner{background-color:rgba(250, 54, 58, 0.7);color:white; }

.money:not(.limoniapps-discountninja-block-stop) {-webkit-animation: animationLimoniAppsPricesBlock 3s ease-out;-moz-animation: animationLimoniAppsPricesBlock 3s ease-out;-o-animation: animationLimoniAppsPricesBlock 3s ease-out;animation: animationLimoniAppsPricesBlock 3s ease-out;}
.limoniapps-discountninja-block-lookupcode {-webkit-animation: animationLimoniAppsBlock 10s ease-out;-moz-animation: animationLimoniAppsBlock 10s ease-out;-o-animation: animationLimoniAppsBlock 10s ease-out;animation: animationLimoniAppsBlock 10s ease-out;position: relative;}
/*{%- comment -%} Hide Dynamic Checkout buttons and Buy Now buttons {%- endcomment -%}*/
[la-dn-allow-hiding-dynamic-checkout-buttons] .additional-checkout-buttons,[la-dn-allow-hiding-dynamic-checkout-buttons] .additional-checkout-button,[la-dn-allow-hiding-dynamic-checkout-buttons] .shopify-payment-button,[la-dn-allow-hiding-dynamic-checkout-buttons] [data-shopify="dynamic-checkout-cart"],[la-dn-allow-hiding-dynamic-checkout-buttons] .paypal-buttons,[la-dn-allow-hiding-dynamic-checkout-buttons] #slidecarthq .additional-buttons { visibility: hidden; opacity: 0; pointer-events: none; height: 0; }
/* Settings level widget style */
/*{%- comment -%} Promotion summary {%- endcomment -%}*/
.limoniapps-discountninja-cart-root .limoniapps-discountninja-subtotalcomment-summary-table{margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;text-align:right;width:350px;border-style: none; border-radius: 3px;border-color:rgb(100,100,100);border-width:1px;} .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-subtotalcomment-summary-table{margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;text-align:right;width:100%;border-style: none; border-radius: 3px;border-color:rgb(100,100,100);border-width:1px;} .limoniapps-discountninja-drawercart-root-custom .limoniapps-discountninja-subtotalcomment-summary-table{margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;text-align:right;width:100%;border-style: none; border-radius: 3px;border-color:rgb(100,100,100);border-width:1px;} .limoniapps-discountninja-subtotalcomment-summary-header{border-bottom:none rgb(100,100,100) 1px;background-color:rgba(255,255,255,0);} .limoniapps-discountninja-subtotalcomment-summary-body{background-color:#ffffff;} .limoniapps-discountninja-subtotalcomment-summary-footer{border-top:none rgb(100,100,100) 1px;background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-subtotal-label{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-subtotal-amount{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-discount-label{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-discount-amount{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-total-label{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-total-amount{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-discountedtotal-label{background-color:rgb(255,255,255);} .limoniapps-discountninja-subtotalcomment-summary-footer .limoniapps-discountninja-cartsummary-cell-discountedtotal-amount{background-color:rgb(255,255,255);} .limoniapps-discountninja-cart-root .limoniapps-discountninja-cart-promotionsummary .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-promotionsummary .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important } .limoniapps-discountninja-drawercart-root-custom .limoniapps-discountninja-cart-promotionsummary .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important } .limoniapps-discountninja-cart-root .limoniapps-discountninja-cart-item-product-comment .limoniapps-discountninja-discountedamount, .limoniapps-discountninja-cart-root .limoniapps-discountninja-cart-product-comment-injected .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-comment .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important } .limoniapps-discountninja-drawercart-root-custom .limoniapps-discountninja-cart-item-product-comment .limoniapps-discountninja-discountedamount {color: rgb(0, 0, 0) !important }

/*{%- comment -%} Notification {%- endcomment -%}*/
.limoniapps-notification{animation-iteration-count: 1} .limoniapps-notification, .limoniapps-notification div, .limoniapps-notification span, .limoniapps-notification a {}

/*{%- comment -%} Sticky bar {%- endcomment -%}*/
.limoniapps-sticky-bar, .limoniapps-sticky-bar div, .limoniapps-sticky-bar span, .limoniapps-sticky-bar a {}

/*{%- comment -%} Collection badge {%- endcomment -%}*/
.limoniapps-discountninja-badge, .limoniapps-discountninja-badge div, .limoniapps-discountninja-badge span, .limoniapps-discountninja-badge a {}

/*{%- comment -%} Product page banner {%- endcomment -%}*/
.limoniapps-discountninja-promotioncard-productpage, .limoniapps-discountninja-promotioncard-productpage div, .limoniapps-discountninja-promotioncard-productpage span, .limoniapps-discountninja-promotioncard-productpage a {}

/*{%- comment -%} DP {%- endcomment -%}*/
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price .money { color: rgb(0, 0, 0) !important; font-size:1.5rem !important; font-weight: 300 !important;  } .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:2.5rem !important; font-weight: 600 !important; font-family:TheReconLegendFont; } .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .prefix {} .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .suffix {}.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:1.5rem !important; font-weight: 300 !important;  } .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:2rem !important; font-weight: 700 !important;  } .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:1rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:1rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:1rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:1.25rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:1.5rem !important; font-weight: 300 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:2rem !important; font-weight: 700 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:0.88rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:0.88rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money { color: rgba(0, 0, 0, 0.8) !important; font-size:0.88rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:0.88rem !important; font-weight: 200 !important;  } .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .prefix {} .limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .suffix {}.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price, .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price .money { color: rgb(0, 0, 0) !important; font-size:1rem !important; font-weight: 300 !important;  } .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price, .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price .money { color: rgb(0, 0, 0) !important; font-size:2rem !important; font-weight: 700 !important;  } .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .prefix {} .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .suffix {}

/*{%- comment -%} Border settings {%- endcomment -%}*/
.limoniapps-discountninja-borderstyle-1{border-style: solid; border-radius: 0px;border-color:rgb(0,0,0);border-width:2px;} .limoniapps-discountninja-borderstyle-2{border-style: solid; border-radius: 5px;border-color:rgb(0,0,0);border-width:2px;} .limoniapps-discountninja-borderstyle-3{border-style: dashed; border-radius: 5px;border-color:rgb(255,0,0);border-width:2px;} .limoniapps-discountninja-borderstyle-4{border-style: double; border-radius: 5px;border-color:rgb(0,255,0);border-width:2px;} .limoniapps-discountninja-borderstyle-5{border-style: dotted; border-radius: 0px;border-color:rgb(0,0,255);border-width:2px;}

/*{%- comment -%} Promotion code field {%- endcomment -%}*/
.limoniapps-discountninja-cartdiscountfield-placeholder, .limoniapps-discountninja-cartdiscountfield-placeholder div, .limoniapps-discountninja-cartdiscountfield-placeholder span, .limoniapps-discountninja-cartdiscountfield-placeholder button, .limoniapps-discountninja-cartdiscountfield-placeholder input {font-family:Optima;}[limoniapps-discountninja-cartdiscountfield-tooltip]:before {font-size:0.86em;}.limoniapps-discountninja-cartdiscountfield-placeholder{margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:0px;text-align:right;}.limoniapps-discountninja-cartdiscountfield-inputandbutton{justify-content:flex-end;}.limoniapps-discountninja-cartdiscountfield-discountcodes{text-align:right;}.limoniapps-discountninja-cartdiscountfield-feedback{text-align:right;justify-content:flex-end;}input.limoniapps-discountninja-cartdiscountfield-input, input[type='text'].limoniapps-discountninja-cartdiscountfield-input{padding-left:15px;padding-right:15px;padding-bottom:10px;padding-top:10px;margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:10px;background-color:rgb(255, 255, 255);color:rgb(50, 50, 50);border-style: solid; border-radius: 0px;border-color:rgb(211,211,211);border-width:1px;width:100%;max-width:205px;font-size:0.88em;height: 46px}input.limoniapps-discountninja-cartdiscountfield-input:focus, input[type='text'].limoniapps-discountninja-cartdiscountfield-input:focus{box-shadow: inset 0 0 0 1px rgb(58, 58, 58)}input.limoniapps-discountninja-cartdiscountfield-apply, input[type='button'].limoniapps-discountninja-cartdiscountfield-apply, button.limoniapps-discountninja-cartdiscountfield-apply, button[type='button'].limoniapps-discountninja-cartdiscountfield-apply{padding-left:15px;padding-right:15px;padding-bottom:10px;padding-top:10px;margin-left:5px;margin-right:0px;margin-bottom:0px;margin-top:10px;background-color:rgb(173, 70, 64);color:rgb(255, 255, 255);border-style: none; border-radius: 2px;border-color:rgb(58, 58, 58);border-width:1px;font-size:0.88em;font-weight: 700;height: 44px}

/*{%- comment -%} Countdown digit {%- endcomment -%}*/
.limoniapps-discountninja-countdownclock-container.style1 .limoniapps-discountninja-countdownclock-digit{text-align: center;display:inline-block;}.limoniapps-discountninja-countdownclock-container.style2 .limoniapps-discountninja-countdownclock-digit{text-align: center;display:inline-block;padding-left:8px;padding-right:8px;padding-bottom:2px;padding-top:2px;margin-left:2px;margin-right:2px;margin-bottom:2px;margin-top:2px;background-color:rgba(0,0,0,0.8);color:rgb(255,255,255);border-style: none; border-radius: 3px;border-color:rgb(0,0,0);border-width:1px;font-size:1em;min-width:22px;line-height:26px;}.limoniapps-discountninja-countdownclock-container.style3 .limoniapps-discountninja-countdownclock-digit{text-align: center;display:inline-block;padding-left:8px;padding-right:8px;padding-bottom:2px;padding-top:2px;margin-left:2px;margin-right:2px;margin-bottom:2px;margin-top:2px;background-color:rgba(255,255,255,0.8);color:rgb(0,0,0);border-style: none; border-radius: 3px;border-color:rgb(255,255,255);border-width:1px;font-size:1em;min-width:22px;line-height:26px;}.limoniapps-discountninja-countdownclock-container.style4 .limoniapps-discountninja-countdownclock-digit{text-align: center;display:inline-block;padding-left:8px;padding-right:8px;padding-bottom:2px;padding-top:2px;margin-left:2px;margin-right:2px;margin-bottom:2px;margin-top:2px;background-color:rgb(65, 75, 220);color:rgba(255,255,255);border-style: none; border-radius: 3px;border-color:rgba(255,255,255);border-width:1px;font-size:1em;min-width:22px;line-height:26px;}.limoniapps-discountninja-countdownclock-container.style5 .limoniapps-discountninja-countdownclock-digit{text-align: center;display:inline-block;padding-left:8px;padding-right:8px;padding-bottom:2px;padding-top:2px;margin-left:2px;margin-right:2px;margin-bottom:2px;margin-top:2px;background-color:rgba(0,0,0,0.8);color:rgb(255,255,255);border-style: none; border-radius: 3px;border-color:rgb(0,0,0);border-width:1px;font-size:1em;min-width:22px;line-height:26px;}
/*{%- comment -%} Countdown container {%- endcomment -%}*/
.limoniapps-discountninja-countdownclock-container.style1{text-align: center;display:inline-block;}.limoniapps-discountninja-countdownclock-container.style2{text-align: center;display:inline-block;}.limoniapps-discountninja-countdownclock-container.style3{text-align: center;display:inline-block;}.limoniapps-discountninja-countdownclock-container.style4{text-align: center;display:inline-block;padding-left:15px;padding-right:15px;padding-bottom:10px;padding-top:10px;margin-left:5px;margin-right:5px;margin-bottom:2px;margin-top:2px;background-color:rgba(255,255,255,0.8);color:rgb(0,0,0);border-style: dashed; border-radius: 0px;border-color:rgb(65, 75, 220);border-width:2px;font-size:0.75em;min-width:18px;line-height:38px;}.limoniapps-discountninja-countdownclock-container.style5{text-align: center;display:inline-block;padding-left:15px;padding-right:15px;padding-bottom:10px;padding-top:10px;margin-left:5px;margin-right:5px;margin-bottom:2px;margin-top:2px;background-color:rgba(255,255,255,0.8);color:rgb(0,0,0);border-style: dashed; border-radius: 20px;border-color:rgb(50,50,50);border-width:1px;font-size:0.75em;min-width:18px;line-height:38px;}
/*! Discount Ninja Blur prices start */
body.limoniapps-discountninja-block-stop .money, body.limoniapps-discountninja-block-stop .money:not(.limoniapps-discountninja-block-stop) { -webkit-animation: unset; -moz-animation: unset; -o-animation: unset; animation: unset; color: unset; }
/*! Discount Ninja Blur prices end */
/*{%- comment -%} product card - ZGS33 {%- endcomment -%}*/
.limoniapps-discountninja-promotioncard-productpage[data-token='ZGS33']{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px;margin-left:0px;margin-right:0px;margin-bottom:20px;margin-top:20px;background-color:rgba(255,255,255,0);color:rgb(0,0,0);border-style: none; border-radius: 5px;border-color:#555;border-width:2px;display:block;width:100%;}
/*{%- comment -%} Collection Badge - ZGS33 {%- endcomment -%}*/
.limoniapps-discountninja-badge[data-token='ZGS33'] .limoniapps-discountninja-badge{transform: translate(5px, 5px); }
.limoniapps-discountninja-badge[data-token='ZGS33'] .limoniapps-discountninja-badge-inner{background-color:rgb(173, 70, 64);border-style: none; border-radius: 39px;border-color:rgb(250, 54, 58);border-width:1px;transform: translate(5px, 5px); }
.limoniapps-discountninja-badge[data-token='ZGS33'] .limoniapps-discountninja-badge-inner span{color:#fff;}
.limoniapps-discountninja-badge[data-token='ZGS33'] .limoniapps-discountninja-badge-inner-border,.limoniapps-discountninja-badge[data-token='ZGS33'][data-style='circle'] .limoniapps-discountninja-badge-inner-border{border-color:rgba(255, 255, 255, 0.3);}
/*{%- comment -%} product card - 0LTVW {%- endcomment -%}*/
.limoniapps-discountninja-promotioncard-productpage[data-token='0LTVW']{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px;margin-left:0px;margin-right:0px;margin-bottom:20px;margin-top:20px;background-color:rgba(255,255,255,0);color:rgb(0,0,0);border-style: none; border-radius: 5px;border-color:#555;border-width:2px;display:block;width:100%;}
/*{%- comment -%} Collection Badge - 0LTVW {%- endcomment -%}*/
.limoniapps-discountninja-badge[data-token='0LTVW'] .limoniapps-discountninja-badge{transform: translate(5px, 5px); }
.limoniapps-discountninja-badge[data-token='0LTVW'] .limoniapps-discountninja-badge-inner{background-color:rgb(173, 70, 64);border-style: none; border-radius: 39px;border-color:rgb(250, 54, 58);border-width:1px;transform: translate(5px, 5px); }
.limoniapps-discountninja-badge[data-token='0LTVW'] .limoniapps-discountninja-badge-inner span{color:#fff;}
.limoniapps-discountninja-badge[data-token='0LTVW'] .limoniapps-discountninja-badge-inner-border,.limoniapps-discountninja-badge[data-token='0LTVW'][data-style='circle'] .limoniapps-discountninja-badge-inner-border{border-color:rgba(255, 255, 255, 0.3);}
/* End of Offer level widget style */ /* Custom css */

/*! Custom CSS */
.limoniapps-discountninja-stickybar-topmargin.scrolled sticky-header{top:var(--limo-height)}body #MainContent div[data-la-dn-price] *{font-family:var(--font-body-family)}body #MainContent div[data-la-dn-price] *{font-family:var(--font-body-family)}body #MainContent div[data-la-dn-price] .limoniapps-discountninja-shortcode-discounted_price *{font-size:22px !important;font-weight:700 !important}body #MainContent div[data-la-dn-price] .limoniapps-discountninja-shortcode-original_price *{font-size:17px !important;font-weight:700 !important}.cd-product-item-options{display:none !important}body #MainContent div[data-la-dn-price] .limoniapps-discountninja-shortcode{text-decoration:none !important}</style><script type="text/javascript" id="la-dn-script-startup-token">
  try {
    let j = window.location;
    let a = j.href.replace(j.hash, '');
    let b = [],
      h,
      g;
    let c = a.slice(a.indexOf('?') + 1).split('&');
    for (let i = 0; i < c.length; i++) {
      h = c[i].split('=');
      g = h[0];
      b.push(g);
      b[g] = h[1];
    }
    let k = 'token';
    let l = 'discountcode';
    let m = 'saved';
    let d = b[k];
    let e = b[l];
    let f = 'la-dn-';
    if (d) sessionStorage.setItem(f + m + k, d);
    if (e) sessionStorage.setItem(f + m + l, e);
  } catch (error) {
    console.error('[Discount Ninja] Failed to save token/discount code from query parameters', error);
  }
</script><script type="text/javascript" id="la-dn-script-startup-context">window.discountNinjaContext = {
    	Version: "5.9.2",
    	DesignMode:false,
    	Shop: "la-ferme-de-sainte-marthe-sld.myshopify.com",
		Country: {
			ISOCode: "FR",
			Name: "France"
		},
		RootRoute: "/",
		CartRoute: "/cart",
    	ShopCurrency: "EUR",
    	PresentmentCurrency: "EUR",
    	PresentmentCurrencyMoney: "6.789,12€",
    	MoneyFormat: "{{amount_with_comma_separator}}€",Customer: null,Product: null,
		Collection: null,
    	CollectionProducts: [],
		CartProducts: [],
		Bundles: [],
    	ProductVariants: null,
    	Status: "858",
    	Signature: "4CBFD881D9E375FAEB55ED2A1C0C4ECBF18CC8550256BFF552CA7C71EB92A681",
    	Settings: {"Cart":{"CartDiscountField":true,"AllowMultipleDiscountCodes":true,"AllowMultipleShopifyDiscountCodes":true,"QuantitySpinnerMode":"disable"},"DrawerCart":{"CartDiscountField":true},"Checkout":{"LoadingCheckoutMessage1":"<div style=\"display: inline-flex;justify-content: center;align-items: center;\"><div class=\"limoniapps-discountninja-spinner\"></div><span style=\"font-size: 14px\"> Chargement</span></div>","LoadingCheckoutMessage2":"<p><span style=\"font-size: 14px;\">⚠️ Problème technique. Veuillez réessayer.</span><br></p>","LoadingCheckoutMessage3":"<div style=\"display: inline-flex;justify-content: center;align-items: center;\"><div class=\"limoniapps-discountninja-spinner\"></div><span style=\"font-size: 14px\"> Nous vous redirigeons vers la page de paiement</span></div>","CheckoutMode":"1,1F,N,NF","DiscountCumulationMode":"highestwins","DiscountCumulationModeCartLevel":"sum","HideAdditionalCheckoutButtons":true,"RedirectBuyNowButtons":true,"BlockCheckoutButton":true,"OverlayBackgroundColor":"rgba(0,0,0,0.7)","PopupBackgroundColor":"rgba(255,255,255,1)"},"Currency":{"BaseCurrency":"EUR","BaseCurrencySymbol":"€","RoundPrices":false,"RoundToCents":95},"General":{"ShowPoweredBy":false,"ExitIntentMode":"default","StoreShareableLinks":true,"StorePromotionCodes":true,"PercentageCalculationMode":"line","ShareableLinksExpiration":1,"PromotionCodesExpiration":1},"GWPSettings":{"AllowAddingManuallyRemovedGifts":false,"Position":"top"},"PriceUpdate":{"PriceFormat":{"Other":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false,"Alignment":"left"},"OtherMultiTier":{"Format":"As low as&nbsp;\\{\\{DISCOUNTED_PRICE_HIGHEST_TIER\\}\\}","CustomFormat":true,"Alignment":"left"},"Product":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false,"Alignment":"left"},"CartProduct":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false},"CartLine":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false},"CartSubtotal":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false},"DrawerCartProduct":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false},"DrawerCartLine":{"Format":"\\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false},"DrawerCartSubtotal":{"Format":"\\{\\{ORIGINAL_PRICE,STRIKETHROUGH\\}\\} \\{\\{DISCOUNTED_PRICE\\}\\}","CustomFormat":false}},"Enable":{"Home":true,"Product":true,"Collection":true,"Search":true,"Blog":true,"Custom":true,"Cart":true,"DrawerCart":true},"Mode":{"ProductPrice":"custom","ProductPriceMobile":"custom","ProductBanner":"appblock","CollectionProductPrice":"custom","CollectionProductPriceMobile":"custom","CollectionProductBadge":"custom","CollectionProductCard":"custom","CollectionProductHandle":"custom","FeaturedProductPrice":"custom","FeaturedProductBanner":"custom","FeaturedProductCard":"custom","FeaturedProductHandle":"custom","CartRoot":"custom","CartProductPrice":"custom","CartProductComment":"custom","CartLinePrice":"custom","CartQuantity":"custom","CartSubtotal":"custom","CartSubtotalPrice":"custom","CartPromotionSummary":"appblock","CartDiscountField":"appblock","CartBanner":"custom","DrawerCartProductPrice":"custom","DrawerCartProductComment":"custom","DrawerCartLinePrice":"custom","DrawerCartQuantity":"custom","DrawerCartSubtotal":"custom","DrawerCartSubtotalPrice":"custom","CartItemSelector":"custom","CartItemKeySelector":"custom","CartItemKeyAttribute":"custom","DrawerCartItemSelector":"custom","DrawerCartItemKeySelector":"custom","DrawerCartItemKeyAttribute":"custom","DrawerCartRoot":"custom","DrawerCartPromotionSummary":"custom","DrawerCartDiscountField":"custom","ReloadPageAfterCartAdjustmentsOnCart":true,"ReloadPageAfterCartAdjustments":true,"ReloadPageAfterAllCartAdjustments":true,"CallbackAfterReloadPageForCartAdjustments":"custom"},"HideZeroCents":true},"StickyBar":{"AnimationExit":"dn-animated dn-fadeOutUpBig","AnimationOnGoal":"dn-animated dn-rubberBand","AnimationOnReminder":"dn-animated dn-shake","ReminderDuration":40000,"Cycle":{"DurationMilliseconds":6000,"Mode":"cycle","AnimationOnCyle":"dn-animated dn-fadeOut dn-fadeIn"}},"Notification":{"Delay":10000,"HideMode":"minimize","AnimationExit":"dn-animated dn-fadeOutDownBig","MinimizeButton":true,"MinimizeAfterFirstView":true},"CountdownClock":{"FormattingTemplateIn_Style1":"{d}[d] [0,1], {\\d}{h}[h] [1,1], {\\h}{m}[m] [2,1] [4,0] {\\m}[s] [3,1]","FormattingTemplateIn_Style2":"{d}[d] [0,1], {\\d}{h}[h] [1,1], {\\h}{m}[m] [2,1] [4,0] {\\m}[s] [3,1]","FormattingTemplateIn_Style3":"{d}[d] [0,1], {\\d}{h}[h] [1,1], {\\h}{m}[m] [2,1] [4,0] {\\m}[s] [3,1]","FormattingTemplateIn_Style4":"[d]d [h]h [m]m [s]s","FormattingTemplateIn_Style5":"[d]d [h]h [m]m [s]s","FormattingTemplateOnDate":"dddd, MMMM Do YYYY","FormattingTemplateOnTime":"h:mmA","RestartFrequency":"oncepersession"},"Badge":{"HideThirdPartyBadges":true},"Label":{"UseSoldOutLabelProductPage":true,"UseSoldOutLabelCollectionPage":true,"UseFromLabelCollectionPage":true},"ProductPageBanner":{"Mode":"best"},"PromotionSummary":{"ShowComments":false,"HideSubtotal":true,"HideSubtotalDrawerCart":true,"NewFooter":true,"FooterSubtotal":{"Text":"<span style=\"font-size: 14px;\">\\{\\{DISCOUNTED_SUBTOTAL\\}\\}</span>"},"FooterSubtotalTextColor":"#333333","FooterSubtotalLabel":{"Text":"<span style=\"font-size: 14px;\">Sous-total</span>"},"FooterSubtotalLabelTextColor":"#333333","FooterTotalDiscount":{"Text":"<span style=\"font-size: 14px;\">-\\{\\{ORDERLEVEL_DISCOUNT\\}\\}</span>"},"FooterTotalDiscountTextColor":"#333333","FooterTotalDiscountLabel":{"Text":"<span style=\"font-size: 14px;\">Remise</span>"},"FooterTotalDiscountLabelTextColor":"#333333","FooterTotal":{"Text":"<span style=\"font-size: 16px;\"><b>\\{\\{TOTAL\\}\\}</b></span>"},"FooterTotalTextColor":"#333333","FooterTotalLabel":{"Text":"<span style=\"font-size: 16px;\"><b>Total</b></span>"},"FooterTotalLabelTextColor":"#333333","FooterDiscountedTotal":{"Text":"<span style=\"font-size: 16px;\"><b>\\{\\{DISCOUNTED_TOTAL\\}\\}</b></span>"},"FooterDiscountedTotalTextColor":"#333333","FooterDiscountedTotalLabel":{"Text":"<span style=\"font-size: 16px;\"><b>Total</b></span>"},"FooterDiscountedTotalLabelTextColor":"#333333","ShowBody":true,"SubtotalRowMode":"discount_order_level","DiscountRowMode":"discount_order_level"},"StructuredData":{"JsonLD":true},"MoneyFormatting":{}},
    	Locale: "fr",
    	Labels: {
    		From: "À partir de",
    		Here: "ici",
    		Free: "GRATUIT",
    		SoldOut: "Épuisé",
			Subscription: "Abonnement"
    	},
    	Flags: {"NonDiscountedPriceFormat":"{{ORIGINAL_PRICE}}","NonDiscountedPriceFormatCompareAt":"{{ORIGINAL_PRICE}}{{ORIGINAL_COMPAREAT_PRICE,STRIKETHROUGH}}","SubscriptionTagFormat":"{{SUBSCRIPTION_TAG}}","SoldOutFormat":"<div class=\"limoniapps-discountninja-product-label limoniapps-discountninja-label-soldout\">{{SOLD_OUT}}</div>","_etag":"\"7002473f-0000-0300-0000-6857f1ab0000\""},
		Promotions: {"ServedFromCache":true,"HasFilters":false,"HasToken":false,"Status":"858","Offers":[{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"*","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='/collections/all'>all products</a>","AfterDiscount":true,"MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Exclusions":{"Products":"carte-cadeau","Minimum":1},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"assortiment-radis-saison-apres-saison-ab","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/assortiment-radis-saison-apres-saison-ab'>ASSORTIMENT RADIS SAISON APRES SAISON AB</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"MFAVY","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumAmount":250.0,"MinimumAmountBaseCurrency":250.0},"DiscountCode":{"Code":"MFAVY","PriceRuleTitle":"MFAVY","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbyvalue","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"Livraison offerte","ServePromotion":true,"OfferType":"discount","GiftBox":{},"Cart":{"ProductSavingsLabel":{"Text":"","TextDuringGoal":"<span style=\"font-size: 18px;\"><div style=\"font-size: 13px;text-align:right;\">Add {{AMOUNT_LEFT_BEFORE_DISCOUNT}} to get free shipping</div></span>","TextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} FREE SHIPPING&nbsp;</span></div></span>","MobileTextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} FREE SHIPPING&nbsp;</span></div></span>"},"SubtotalSavingsLabel":{"Text":"","TextDuringGoal":"<span style=\"font-size: 18px;\"><div style=\"font-size: 13px;text-align:right;\">Plus que {{AMOUNT_LEFT_BEFORE_DISCOUNT}} pour obtenir la livraison offerte</div></span>","TextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} LIVRAISON OFFERTE</span></div></span>","MobileTextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} LIVRAISON OFFERTE</span></div></span>"},"ProductSavingsTextColor":"rgb(85, 85, 85)","SubtotalSavingsTextColor":"rgb(85, 85, 85)"},"DrawerCart":{"ProductSavingsLabel":{"Text":"","TextDuringGoal":"<span style=\"font-size: 18px;\"><div style=\"font-size: 13px;text-align:right;\">Add {{AMOUNT_LEFT_BEFORE_DISCOUNT}} to get free shipping</div></span>","TextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} FREE SHIPPING&nbsp;</span></div></span>","MobileTextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} FREE SHIPPING&nbsp;</span></div></span>"},"SubtotalSavingsLabel":{"Text":"","TextDuringGoal":"<span style=\"font-size: 18px;\"><div style=\"font-size: 13px;text-align:right;\">Plus que {{AMOUNT_LEFT_BEFORE_DISCOUNT}} pour obtenir la livraison offerte</div></span>","TextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} LIVRAISON OFFERTE</span></div></span>","MobileTextAfterGoal":"<span style=\"font-size: 18px;\"><div style=\"text-align: right;\"><span style=\"font-size: 14px; font-weight: 700;\">{{SHIPPING_ICON}} LIVRAISON OFFERTE</span></div></span>"},"ProductSavingsTextColor":"rgb(85, 85, 85)","SubtotalSavingsTextColor":"rgb(85, 85, 85)"},"Prerequisite":{"PrerequisiteCollections":"*","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='/collections/all'>all products</a>","AfterDiscount":true,"MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.ShippingEntitlementDTO, DiscountNinja.PromotionApi.Domain","TargetType":"shipping_line","EntitledItemType":"none","DiscountPriceType":"price","DiscountClass":"shipping"},"Token":"V99C3","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.ShippingTierEntitlementDTO, DiscountNinja.PromotionApi.Domain"},"Prerequisite":{"MinimumAmount":150.0,"MinimumAmountBaseCurrency":150.0},"DiscountCode":{"Code":"V99C3","PriceRuleTitle":"V99C3","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"free_shipping","UpdatePriceProductPage":false,"UpdatePriceCartPage":false,"CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true},"Template":"freeshipping_checkoutapi","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":true},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"*","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='/collections/all'>all products</a>","AfterDiscount":true,"MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Exclusions":{"Products":"carte-cadeau","Minimum":1},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"carte-code-promo-5","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/carte-code-promo-5'>CARTE CODE PROMO 5€</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"H21MY","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumAmount":100.0,"MinimumAmountBaseCurrency":100.0},"DiscountCode":{"Code":"H21MY","PriceRuleTitle":"H21MY","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbyvalue","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"-{{DISCOUNT_PERCENTAGE}}","ServePromotion":true,"OfferType":"discount","GiftBox":{},"Cart":{"ProductSavingsLabel":{"Text":"<span style=\"font-size: 18px\"><div style=\"text-align: right; display: block\"><span style=\"font-size: 14px; font-weight: 700\">{{GIFT_ICON}} YOU SAVE &nbsp;</span><span class=\"limoniapps-discountninja-discountedamount\" style=\"font-size: 14px; color: rgba(222, 54, 24, 1)\">-{{DISCOUNT_LINE_AMOUNT}}</span></div></span>"},"SubtotalSavingsLabel":{"Text":"<span style=\"font-size: 18px\"><div style=\"text-align: right; display: block\"><span style=\"font-size: 14px; font-weight: 700\">{{GIFT_ICON}} YOU SAVE &nbsp;</span><span class=\"limoniapps-discountninja-discountedamount\" style=\"font-size: 14px; color: rgba(222, 54, 24, 1)\">-{{OFFER_TOTAL_DISCOUNT_AMOUNT}}</span></div></span>"},"ProductSavingsTextColor":"#555","SubtotalSavingsTextColor":"#555"},"DrawerCart":{"ProductSavingsLabel":{"Text":"<span style=\"font-size: 18px\"><div style=\"text-align: right; display: block\"><span style=\"font-size: 14px; font-weight: 700\">{{GIFT_ICON}} YOU SAVE &nbsp;</span><span class=\"limoniapps-discountninja-discountedamount\" style=\"font-size: 14px; color: rgba(222, 54, 24, 1)\">-{{DISCOUNT_LINE_AMOUNT}}</span></div></span>"},"SubtotalSavingsLabel":{"Text":"<span style=\"font-size: 18px\"><div style=\"text-align: right; display: block\"><span style=\"font-size: 14px; font-weight: 700\">{{GIFT_ICON}} YOU SAVE &nbsp;</span><span class=\"limoniapps-discountninja-discountedamount\" style=\"font-size: 14px; color: rgba(222, 54, 24, 1)\">-{{OFFER_TOTAL_DISCOUNT_AMOUNT}}</span></div></span>"},"ProductSavingsTextColor":"#555","SubtotalSavingsTextColor":"#555"},"PromotionCard":{"ProductPageText":{"Text":"<br>"},"ProductPageTextColor":"rgb(173, 70, 64)","Order":0},"Badge":{"Style":"circle","Size":"small","Position":"left top","Text":{"Text":"<span style=\"font-size: 14px;\"><b>-{{DISCOUNT_PERCENTAGE}}</b></span>"},"Announce":false},"Prerequisite":{"MinimumSpendMode":"after","PurchaseType":"all"},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","ValueType":"percentage","EntitledCollectionHandles":"antigaspi","EntitledProductHandles":"*","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/collections/antigaspi'>Antigaspi</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"collection","DiscountPriceType":"price","DiscountClass":"product"},"Token":"0LTVW","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","Percentage":50.0},"Prerequisite":{},"DiscountCode":{"Code":"0LTVW","PriceRuleTitle":"0LTVW","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"percentage_product","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":true},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"graines-aromatiques","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/collections/graines-aromatiques'>Graines d'aromatiques</a>","MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"livret-conseils-aromatiques-en-cadeau","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/livret-conseils-aromatiques-en-cadeau'>LIVRET CONSEILS AROMATIQUES EN CADEAU</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"N7RVN","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumItems":5,"BogoPrerequisiteQuantity":5},"DiscountCode":{"Code":"N7RVN","PriceRuleTitle":"N7RVN","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbycontent","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"*","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='/collections/all'>all products</a>","AfterDiscount":true,"MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Exclusions":{"Products":"carte-cadeau","Minimum":1},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"livret-semences-en-cadeau","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/livret-semences-en-cadeau'>LIVRET SEMENCES OFFERT DÈS 250€ D'ACHAT</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"67AAJ","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumAmount":250.0,"MinimumAmountBaseCurrency":250.0},"DiscountCode":{"Code":"67AAJ","PriceRuleTitle":"67AAJ","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbyvalue","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"tomates","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/collections/tomates'>Graines de tomates</a>","MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"livret-conseils-tomates-en-cadeau","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/livret-conseils-tomates-en-cadeau'>LIVRET CONSEILS TOMATES EN CADEAU</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"8G4T6","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumItems":5,"BogoPrerequisiteQuantity":5},"DiscountCode":{"Code":"8G4T6","PriceRuleTitle":"8G4T6","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbycontent","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"courges-courgettes","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/collections/courges-courgettes'>Graines de courges & Courgettes</a>","MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"livret-conseils-courges-en-cadeau","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/livret-conseils-courges-en-cadeau'>LIVRET CONSEILS COURGES EN CADEAU</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"OAT5Q","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumItems":5,"BogoPrerequisiteQuantity":5},"DiscountCode":{"Code":"OAT5Q","PriceRuleTitle":"OAT5Q","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbycontent","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false},{"CheckoutMessage":"Free gift","ServePromotion":true,"OfferType":"bogo","GiftBox":{},"Cart":{},"DrawerCart":{},"Bogo":{"AddToCartAutomatically":true,"RemoveFromCartAutomatically":true},"Prerequisite":{"PrerequisiteCollections":"*","PrerequisiteLinks":"<a class='limoniapps-targetlink' href='/collections/all'>all products</a>","AfterDiscount":true,"MinimumSpendMode":"after","PurchaseType":"all","MarkdownType":"all"},"Exclusions":{"Products":"carte-cadeau","Minimum":1},"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.PercentageEntitlementDTO, DiscountNinja.PromotionApi.Domain","AttributionMode":"leastexpensive","AllocationMethod":"each","AllocationLimit":1,"ValueType":"percentage","EntitledProductHandles":"enveloppe-de-3-sachets-offerts","EntitledVariantIds":"default","EntitledItemLinks":"<a class='limoniapps-targetlink' href='{{LOCALE_ISO_CODE}}/products/enveloppe-de-3-sachets-offerts'>ENVELOPPE DE 3 SACHETS OFFERTS</a>","PurchaseType":"all","MarkdownType":"all","TargetType":"line_item","EntitledItemType":"variant","DiscountPriceType":"price","DiscountClass":"product"},"Token":"Z6AF0","Frequency":"oncepersession","AutoAccept":true,"Tiers":[{"Entitlement":{"$type":"LimoniApps.DiscountNinja.PromotionApi.Domain.FreeGiftTierEntitlementDTO, DiscountNinja.PromotionApi.Domain","EntitledQuantity":1,"Mode":"single","Percentage":100.0},"Prerequisite":{"MinimumAmount":60.0,"MinimumAmountBaseCurrency":60.0},"DiscountCode":{"Code":"Z6AF0","PriceRuleTitle":"Z6AF0","IsBulk":false,"IsAutomatic":false}}],"DiscountCodeType":"percentage","CombinesWith":{"ProductDiscounts":true,"OrderDiscounts":true,"ShippingDiscounts":true},"Template":"gwp_productbyvalue","ModifiedOn":"0001-01-01T00:00:00+00:00","PrerequisitesAreEligibleItems":false}],"Triggers":[{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.8864988+00:00"},"Stacking":{"Combine":true},"Token":"NC9TX","IsAutomatic":true,"Offers":["N7RVN","OAT5Q","8G4T6"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"},{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.8865472+00:00"},"Stacking":{"Combine":true},"Token":"FFTYT","IsAutomatic":true,"Offers":["MFAVY","67AAJ"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"},{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.8866151+00:00"},"Stacking":{"Combine":true},"Token":"1RE40","IsAutomatic":true,"Offers":["Z6AF0"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"},{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.8866496+00:00"},"Stacking":{"Combine":true},"Token":"KDUE6","IsAutomatic":true,"Offers":["H21MY"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"},{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.8866838+00:00"},"Stacking":{"Combine":true},"Token":"XOQAO","IsAutomatic":true,"Offers":["0LTVW"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"},{"IsCheckoutTest":false,"IsDynamicPricingTest":false,"Trigger":{},"Filter":{"B2B":"all","OnLocation":false,"OnReferrer":false,"OnLoggedIn":false,"OnMarket":false},"Schedule":{"StartsOnDate":"2025-08-27T12:06:05.886718+00:00"},"Stacking":{"Combine":true},"Token":"4WABQ","IsAutomatic":true,"Offers":["V99C3"],"SupportsOneTimeUseByDiscountToken":true,"RestartFrequency":"oncepersession"}],"Invalid":false,"Empty":false}
    };window.discountNinjaContext.Product = {
			Id:7706095943761,
			Handle: "tomate-couilles-de-taureau-ab",
			Variant:42111353094225,
			Tags:"Coups de cœur,Graines potagères,Légumes fruits,Sachets,SEMENCES BIOLOGIQUES 5,Tomates,Tomates à gros fruits",
			Vendor:"ENSACHAGE FDSM",
			Title:"TOMATE COUILLES DE TAUREAU AB",
			Available:true,
			Collections:"coups-de-coeur,legumes-fruits,tomates,tomates-a-gros-fruits,graines-potageres,toutes-nos-graines,digital-goods-vat-tax,varietes-maintenues-par-la-ferme",
			CollectionIds: "290303377489,287949357137,287949979729,289361199185,289357234257,292774969425,287948931153,292120068177",
			SellingPlan:null,
		};window.discountNinjaContext.ProductVariants = [];window.discountNinjaContext.ProductVariants.push({
    			Id:42111353094225,
    			Price:380,
				UnitPrice: {
					Amount:0,
					Unit:""},
    			CompareAtPrice:380,
				Title:"Default Title",
    			Available:true,
				SellingPlanAllocations: []
    		});document.dispatchEvent(new CustomEvent("la:dn:context:available"));
</script><!-- END app snippet -->
</div><div id="shopify-block-AdFJscmtPeTJqSDYzO__8703857832570158530" class="shopify-block shopify-app-block"><style>
  #opus-shadow-container {
    display: block !important;
    z-index: 2379237293;
  }
</style>
<script>
  window.opusInfoShopRequired = {
    variants: [{"id":42111353094225,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"2127A","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"TOMATE COUILLES DE TAUREAU AB","public_title":null,"options":["Default Title"],"price":380,"weight":3,"compare_at_price":null,"inventory_management":"shopify","barcode":"3569520021386","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],
    product: {
      "tags": ["Coups de cœur","Graines potagères","Légumes fruits","Sachets","SEMENCES BIOLOGIQUES 5","Tomates","Tomates à gros fruits"],
    },
    currency_format : "{{amount_with_comma_separator}}€ EUR",
    money_format: "{{amount_with_comma_separator}}€",
    customer: {
      "id": null,
      "email": null,
      "orders_count": null,
      "tags": null,
    }
  } 
  const opusAppSettings = {
    permanent_domain: "la-ferme-de-sainte-marthe-sld.myshopify.com",
    shop_name: "La Ferme de Sainte Marthe",
    settings:  {"cart_drawer":{"addons":{"type":"shipping-protection","title":"Shipping Protection","description":"Keep Your Order Safe: Guard Against Damage, Loss, or Theft During Shipping!","priceSetting":"2","defaultStatus":true,"countWhenApplyReward":false,"priceType":"fixed","initialAmount":"2","incrementalRate":"0.5","percentageOfOrderValue":"10"},"announcements":{"design":{"background":{"type":"gradient","color":"#303030","gradientFirst":"#ac463f","gradientSecond":"#ac463f"},"textDesign":{"font":"sans-serif","title":{"color":"#ffffff","size":16},"timer":{"color":"#e04040","size":17}}},"onceItEnds":"repeat","timer":{"hours":23,"minutes":20},"textSettings":{"textAlign":"center","fontStyle":"bold"},"text":"\n"},"cartNotes":{"placeholder":"Add note here...","title":"\u003cp\u003eAdd special instructions\u003c\/p\u003e"},"designs":{"checkoutBoxBackground":"#F7F1E4","headerColor":{"type":"solid","color":"#ebe1cc","gradientFirst":"#FCF8F3","gradientSecond":"#F2DAC0"},"mainBackgroundColor":{"type":"solid","color":"#F7F1E4","gradientFirst":"#FAF6EF","gradientSecond":"#F2DAC0"},"mainButtonBackground":"#ac463f","mainButtonTextIcon":"#FFFFFF","overallTextColor":"#3C2C1B","productBoxBackground":"#FFFFFF","subButtonBackground":"#ebe1cc"},"discountCodes":{"buttonText":"Appliquer","discountBoxPlaceholderText":"Code promo"},"rewards":{"generalSettings":{"selectedMainColor":"#ac463f","selectedIconColor":"#FFFFFF","titleColor":"#3C2C1B","unSelectedColor":"#ECDAC0","textAfterCompletingFullAwardsBar":"\u003cp\u003e\u003c\/p\u003e","rewardCounting":"Total Value","enableMultiCurrencyRewards":true,"discountAmountToReward":false,"removeAutoAddedProducts":true},"rewardSettings":[{"tierId":"SRJypFWnI1","rewardType":"FreeGift","rewardDescription":"60€","miniumAmount":"60","text":"\u003cp\u003ePlus que {min_amount} pour recevoir un cadeau !\u003c\/p\u003e","listProducts":[]},{"tierId":"UfIboJhHJh","rewardType":"FreeGift","rewardDescription":"100€","miniumAmount":"100","text":"\u003cp\u003ePlus que {min_amount} pour un code promo !\u003c\/p\u003e","listProducts":[]},{"tierId":"MM8f08otPZ","rewardType":"FreeGift","rewardDescription":"250€","miniumAmount":"250","text":"\u003cp\u003ePlus que {min_amount} pour un assortiment !\u003c\/p\u003e","listProducts":[]}]},"settings":{"customCSS":"section#cart-drawer-container {\nfont-family: \"Optima nova\", sans-serif;\n}","customHTML":"","customization":{"cartAnimation":"slideFromRight","viewCartButton":false,"showContinueShopping":true,"showCompareAtPrice":false,"hideProductVariant":false,"showProductProperty":true,"openCartDrawerAfterAddingProduct":true,"staticCheckoutBox":true,"showSavingBelowPrice":false,"showDiscountsFromBasePrice":false,"directToCartPage":true,"showSubtotalField":false},"localization":{"cartTitle":"Mon panier (cart_quantity)","checkoutTitle":"Voir mon panier","addButton":"Ajouter","emptyCartText":"Votre panier est vide","appliedDiscount":"Remise :","viewCartButtonText":"Voir le panier","continueShopping":"Continuer mes achats","savingText":"Sauvegarder {amount}"}},"trustBadges":{"icons":[{"defaultFileId":"6687697a8852bbeb7f39edf3","id":"0eb9bb9d-fb89-4309-bae3-d9f068ffe666","createdAt":"2024-07-05T03:33:14.020Z","updatedAt":"2024-07-05T03:33:14.020Z","name":"mastercard","url":"https:\/\/cdn-app.opusecom.co\/trust-badges\/default\/mastercard.png","type":"trust-badge","filter":17},{"defaultFileId":"6687697a8852bbeb7f39ee00","id":"d39a5849-2950-45cf-9c30-9fe7276bff3b","createdAt":"2024-07-05T03:33:14.020Z","updatedAt":"2024-07-05T03:33:14.020Z","name":"visa-2","url":"https:\/\/cdn-app.opusecom.co\/trust-badges\/default\/visa-2.png","type":"trust-badge","filter":19}]},"upsells":{"listUpsellInfo":[],"manualUpsell":[{"when":{"items":[{"id":"gid:\/\/shopify\/Product\/7706232979537","handle":"pomme-de-terre-agata-ab","title":"POMME DE TERRE AGATA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1261B.jpg?v=1738336810","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421153361"}]},{"id":"gid:\/\/shopify\/Product\/7706233012305","handle":"pomme-de-terre-agata-nt","title":"POMME DE TERRE AGATA NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1327B.jpg?v=1738336809","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421120593"}]},{"id":"gid:\/\/shopify\/Product\/7706233077841","handle":"pomme-de-terre-agria-ab","title":"POMME DE TERRE AGRIA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1260B.jpg?v=1738336811","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421186129"}]},{"id":"gid:\/\/shopify\/Product\/7706233110609","handle":"pomme-de-terre-alienor-artemis-ab","title":"POMME DE TERRE ALIENOR (Artemis) AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1128B.jpg?v=1738336812","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421218897"}]},{"id":"gid:\/\/shopify\/Product\/7706233143377","handle":"pomme-de-terre-alienor-nt","title":"POMME DE TERRE ALIENOR NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1328B.jpg?v=1738336813","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421251665"}]},{"id":"gid:\/\/shopify\/Product\/7706233176145","handle":"pomme-de-terre-allians-ab","title":"POMME DE TERRE ALLIANS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1232B.jpg?v=1738336817","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421513809"}]},{"id":"gid:\/\/shopify\/Product\/7706233208913","handle":"pomme-de-terre-alouette-ab","title":"POMME DE TERRE ALOUETTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1235B.jpg?v=1738336814","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421284433"}]},{"id":"gid:\/\/shopify\/Product\/7706233241681","handle":"pomme-de-terre-amandine-nt","title":"POMME DE TERRE AMANDINE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1066B.jpg?v=1738336815","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421349969"}]},{"id":"gid:\/\/shopify\/Product\/7706233274449","handle":"pomme-de-terre-anais-ab","title":"POMME DE TERRE ANAIS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1182B.jpg?v=1738336816","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111421415505"}]},{"id":"gid:\/\/shopify\/Product\/7706226786385","handle":"pomme-de-terre-belle-de-fontenay-nt","title":"POMME DE TERRE BELLE DE FONTENAY NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1035B.jpg?v=1738336727","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111414763601"}]},{"id":"gid:\/\/shopify\/Product\/7706226819153","handle":"pomme-de-terre-bernadette-ab","title":"POMME DE TERRE BERNADETTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1060B.jpg?v=1738336752","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415779409"}]},{"id":"gid:\/\/shopify\/Product\/7706226851921","handle":"pomme-de-terre-bintje-nt","title":"POMME DE TERRE BINTJE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1029B.jpg?v=1738336728","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111414894673"}]},{"id":"gid:\/\/shopify\/Product\/7706226884689","handle":"pomme-de-terre-blanche-ab-cn-991131","title":"POMME DE TERRE BLANCHE AB (cn 991131)","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1085B.jpg?v=1738336730","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111414927441"}]},{"id":"gid:\/\/shopify\/Product\/7706226950225","handle":"pomme-de-terre-bleue-d-artois-ou-bleu-de-la-manche-nt","title":"POMME DE TERRE BLEUE D´ARTOIS (ou bleu de la manche) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1068B.jpg?v=1738336731","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111414992977"}]},{"id":"gid:\/\/shopify\/Product\/7706226917457","handle":"pomme-de-terre-blue-belle-nt","title":"POMME DE TERRE BLUE BELLE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1133B.jpg?v=1738336730","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111414960209"}]},{"id":"gid:\/\/shopify\/Product\/7706226982993","handle":"pomme-de-terre-bonnotte-de-noirmoutier-nt","title":"POMME DE TERRE BONNOTTE DE NOIRMOUTIER NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1123B.jpg?v=1738336733","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415058513"}]},{"id":"gid:\/\/shopify\/Product\/7706227015761","handle":"pomme-de-terre-camel-nt","title":"POMME DE TERRE CAMEL NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1331B.jpg?v=1738336732","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415025745"}]},{"id":"gid:\/\/shopify\/Product\/7706227048529","handle":"pomme-de-terre-carolus-ab","title":"POMME DE TERRE CAROLUS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1141B.jpg?v=1738336735","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415124049"}]},{"id":"gid:\/\/shopify\/Product\/7706227146833","handle":"pomme-de-terre-carrera-nt","title":"POMME DE TERRE CARRERA NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1306B.jpg?v=1738336735","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415156817"}]},{"id":"gid:\/\/shopify\/Product\/7706227114065","handle":"pomme-de-terre-celtiane-ab","title":"POMME DE TERRE CELTIANE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1332B.jpg?v=1738336734","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415091281"}]},{"id":"gid:\/\/shopify\/Product\/7706227081297","handle":"pomme-de-terre-cephora-ab","title":"POMME DE TERRE CEPHORA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1228B.jpg?v=1738336737","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415222353"}]},{"id":"gid:\/\/shopify\/Product\/7706227179601","handle":"pomme-de-terre-charlotte-ab","title":"POMME DE TERRE CHARLOTTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1063B.jpg?v=1738336737","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415189585"}]},{"id":"gid:\/\/shopify\/Product\/7706227376209","handle":"pomme-de-terre-cheyenne-ab","title":"POMME DE TERRE CHEYENNE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1183B.jpg?v=1738336739","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415255121"}]},{"id":"gid:\/\/shopify\/Product\/7706227277905","handle":"pomme-de-terre-corne-de-gatte-ou-pink-fire-apple-ab","title":"POMME DE TERRE CORNE DE GATTE (ou Pink Fire apple) AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1062B.jpg?v=1738336743","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415451729"}]},{"id":"gid:\/\/shopify\/Product\/7706227310673","handle":"pomme-de-terre-desiree-ab","title":"POMME DE TERRE DESIREE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1048B.jpg?v=1738336741","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415320657"}]},{"id":"gid:\/\/shopify\/Product\/7706227212369","handle":"pomme-de-terre-ditta-ab","title":"POMME DE TERRE DITTA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1064B.jpg?v=1738336740","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415287889"}]},{"id":"gid:\/\/shopify\/Product\/7706227245137","handle":"pomme-de-terre-dolwen-de-bretagne-r-variete-clairette-nt","title":"POMME DE TERRE DOLWEN DE BRETAGNE® (Variété Clairette) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1150B.jpg?v=1738336743","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415386193"}]},{"id":"gid:\/\/shopify\/Product\/7706227441745","handle":"pomme-de-terre-dolwen-primeur-r-variete-gwenne-nt","title":"POMME DE TERRE DOLWEN PRIMEUR® (Variété Gwenne) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1330B.jpg?v=1738336742","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415353425"}]},{"id":"gid:\/\/shopify\/Product\/7706227343441","handle":"pomme-de-terre-ecrin-ab","title":"POMME DE TERRE ECRIN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1259B.jpg?v=1738336745","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415517265"}]},{"id":"gid:\/\/shopify\/Product\/7706227507281","handle":"pomme-de-terre-el-mundo-nt","title":"POMME DE TERRE EL MUNDO NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1307B.jpg?v=1738336744","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415484497"}]},{"id":"gid:\/\/shopify\/Product\/7706227408977","handle":"pomme-de-terre-emeraude","title":"POMME DE TERRE EMERAUDE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1295B.jpg?v=1738336747","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415582801"}]},{"id":"gid:\/\/shopify\/Product\/7706227572817","handle":"pomme-de-terre-etincelle-ab","title":"POMME DE TERRE ETINCELLE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1308B.jpg?v=1738336746","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415550033"}]},{"id":"gid:\/\/shopify\/Product\/7706227605585","handle":"pomme-de-terre-frangine-nt","title":"POMME DE TERRE FRANGINE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1337B.jpg?v=1738336748","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415615569"}]},{"id":"gid:\/\/shopify\/Product\/7706227540049","handle":"pomme-de-terre-gaiane-nt","title":"POMME DE TERRE GAIANE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/0000_Visuel_a_venir.jpg?v=1738339814","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415943249"}]},{"id":"gid:\/\/shopify\/Product\/7706227638353","handle":"pomme-de-terre-gold-marie-ab","title":"POMME DE TERRE GOLD MARIE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1279B.jpg?v=1738336775","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416598609"}]},{"id":"gid:\/\/shopify\/Product\/7706227703889","handle":"pomme-de-terre-gourmandine-ab","title":"POMME DE TERRE GOURMANDINE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1134B.jpg?v=1738336761","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416139857"}]},{"id":"gid:\/\/shopify\/Product\/7706227671121","handle":"pomme-de-terre-griotte-r-variete-jacky-nt","title":"POMME DE TERRE GRIOTTE®  (Variété Jacky) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1317B.jpg?v=1738336759","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416041553"}]},{"id":"gid:\/\/shopify\/Product\/7706227736657","handle":"pomme-de-terre-jeannette-ab","title":"POMME DE TERRE JEANNETTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1075B.jpg?v=1738336750","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415681105"}]},{"id":"gid:\/\/shopify\/Product\/7706227769425","handle":"pomme-de-terre-kuroda-ab","title":"POMME DE TERRE KURODA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/0000_Visuel_a_venir.jpg?v=1738339814","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415713873"}]},{"id":"gid:\/\/shopify\/Product\/7706227802193","handle":"pomme-de-terre-laurette-ab","title":"POMME DE TERRE LAURETTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1233B.jpg?v=1738336751","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415746641"}]},{"id":"gid:\/\/shopify\/Product\/7706227834961","handle":"pomme-de-terre-levante-ab","title":"POMME DE TERRE LEVANTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1333B.jpg?v=1738336762","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416172625"}]},{"id":"gid:\/\/shopify\/Product\/7706227900497","handle":"pomme-de-terre-lovely-pom-mulberry-beauty-nt","title":"POMME DE TERRE LOVELY POM (Mulberry Beauty) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1241B.jpg?v=1738336753","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415812177"}]},{"id":"gid:\/\/shopify\/Product\/7706227867729","handle":"pomme-de-terre-michelle-ab","title":"POMME DE TERRE MICHELLE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1265B.jpg?v=1738336754","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415844945"}]},{"id":"gid:\/\/shopify\/Product\/7706227966033","handle":"pomme-de-terre-minette-ab","title":"POMME DE TERRE MINETTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1309B.jpg?v=1738336755","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415877713"}]},{"id":"gid:\/\/shopify\/Product\/7706228031569","handle":"pomme-de-terre-monalisa-ab","title":"POMME DE TERRE MONALISA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1098B.jpg?v=1738336758","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416008785"}]},{"id":"gid:\/\/shopify\/Product\/7706227998801","handle":"pomme-de-terre-nawen-r-variete-maldive-nt","title":"POMME DE TERRE NAWEN® (Variété Maldive) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1284B.jpg?v=1738336759","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416074321"}]},{"id":"gid:\/\/shopify\/Product\/7706228195409","handle":"pomme-de-terre-nicola-ab","title":"POMME DE TERRE NICOLA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1065B.jpg?v=1738336757","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111415976017"}]},{"id":"gid:\/\/shopify\/Product\/7706228064337","handle":"pomme-de-terre-osiris-ab","title":"POMME DE TERRE OSIRIS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1160B.jpg?v=1738336760","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416107089"}]},{"id":"gid:\/\/shopify\/Product\/7706228097105","handle":"pomme-de-terre-paris-nt","title":"POMME DE TERRE PARIS NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1286B.jpg?v=1738336763","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416205393"}]},{"id":"gid:\/\/shopify\/Product\/7706228129873","handle":"pomme-de-terre-penni-grenaille-primeur-nt","title":"POMME DE TERRE PENNI - GRENAILLE PRIMEUR NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1263B.jpg?v=1738336765","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416270929"}]},{"id":"gid:\/\/shopify\/Product\/7706228162641","handle":"pomme-de-terre-pompadour-nt","title":"POMME DE TERRE POMPADOUR NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1231B.jpg?v=1738336764","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416238161"}]},{"id":"gid:\/\/shopify\/Product\/7706228392017","handle":"pomme-de-terre-ratte-nt","title":"POMME DE TERRE RATTE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1187B.jpg?v=1738336768","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416336465"}]},{"id":"gid:\/\/shopify\/Product\/7706228228177","handle":"pomme-de-terre-reine-charlotte-r-variete-chateau-nt","title":"POMME DE TERRE REINE CHARLOTTE® (Variété Château) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1336B.jpg?v=1738336768","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416369233"}]},{"id":"gid:\/\/shopify\/Product\/7706228260945","handle":"pomme-de-terre-rosabelle-nt","title":"POMME DE TERRE ROSABELLE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1099B.jpg?v=1738336766","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416303697"}]},{"id":"gid:\/\/shopify\/Product\/7706228293713","handle":"pomme-de-terre-rose-de-france-ou-cirelle-nt","title":"POMME DE TERRE ROSE DE FRANCE (ou Cirelle) NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1061B.jpg?v=1738336771","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416467537"}]},{"id":"gid:\/\/shopify\/Product\/7706228326481","handle":"pomme-de-terre-rouge-des-flandres-nt-highland-burgundy-red","title":"POMME DE TERRE ROUGE DES FLANDRES NT highland burgundy red","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1091B.jpg?v=1738336772","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416500305"}]},{"id":"gid:\/\/shopify\/Product\/7706228424785","handle":"pomme-de-terre-sirtema-ab","title":"POMME DE TERRE SIRTEMA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1036B.jpg?v=1738336769","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416402001"}]},{"id":"gid:\/\/shopify\/Product\/7706228359249","handle":"pomme-de-terre-stemster-nt","title":"POMME DE TERRE STEMSTER NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1338B.jpg?v=1738336770","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416434769"}]},{"id":"gid:\/\/shopify\/Product\/7706228490321","handle":"pomme-de-terre-twinner-ab","title":"POMME DE TERRE TWINNER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1334B.jpg?v=1738336773","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416565841"}]},{"id":"gid:\/\/shopify\/Product\/7706228457553","handle":"pomme-de-terre-twister-ab","title":"POMME DE TERRE TWISTER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1335B.jpg?v=1738336772","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416533073"}]},{"id":"gid:\/\/shopify\/Product\/7706228523089","handle":"pomme-de-terre-ulysse-ab","title":"POMME DE TERRE ULYSSE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1262B.jpg?v=1738336776","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416631377"}]},{"id":"gid:\/\/shopify\/Product\/7706228555857","handle":"pomme-de-terre-vitabella-ab","title":"POMME DE TERRE VITABELLA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1161B.jpg?v=1738336777","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416664145"}]},{"id":"gid:\/\/shopify\/Product\/7706228588625","handle":"pomme-de-terre-vitelotte-nt","title":"POMME DE TERRE VITELOTTE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1124B.jpg?v=1738336779","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416729681"}]},{"id":"gid:\/\/shopify\/Product\/7706228818001","handle":"pomme-de-terre-zoe-nt","title":"POMME DE TERRE ZOE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1287B.jpg?v=1738336780","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111416762449"}]}],"type":"specificProducts"},"then":{"items":[{"id":"gid:\/\/shopify\/Product\/7706164330577","handle":"argile-contre-les-doryphores","title":"ARGILE CONTRE LES DORYPHORES","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6440C.jpg?v=1738324309","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111358926929"}]},{"id":"gid:\/\/shopify\/Product\/7706166067281","handle":"engrais-de-pomme-de-terre","title":"ENGRAIS DE POMME DE TERRE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6444C.jpg?v=1738324300","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111350702161"}]},{"id":"gid:\/\/shopify\/Product\/7706128351313","handle":"pheromones-contre-le-ver-fil-de-fer-pommes-de-terre-salades","title":"PHEROMONES CONTRE LE VER FIL DE FER (POMMES DE TERRE, SALADES…)","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1195C.jpg?v=1738323957","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111274877009"}]},{"id":"gid:\/\/shopify\/Product\/7706132906065","handle":"tuberize","title":"TUBERIZE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6342C.jpg?v=1738323987","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111275925585"}]},{"id":"gid:\/\/shopify\/Product\/7706141130833","handle":"pilon-double-ecrase-de-pommes-de-terre","title":"PILON DOUBLE ECRASE DE POMMES DE TERRE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1465Q.jpg?v=1738324061","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111284314193"}]}],"type":"specificProducts"},"id":"HH5F9wSxAK"},{"when":{"items":[{"id":"gid:\/\/shopify\/Product\/7706105053265","handle":"tomate-altaisky-ab","title":"TOMATE ALTAISKY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1227A_d980eb7e-3610-42f8-a05e-253bfa490303.jpg?v=1738332591","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111347916881"}]},{"id":"gid:\/\/shopify\/Product\/7706090274897","handle":"tomate-ananas-pineapple-ab","title":"TOMATE ANANAS (PINEAPPLE) AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1327A_4273a573-fad9-4274-a78b-fb51ca5993ae.jpg?v=1738332590","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111347884113"}]},{"id":"gid:\/\/shopify\/Product\/7706105086033","handle":"tomate-ananas-noir-ab","title":"TOMATE ANANAS NOIRE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2639A_9f942ec7-1368-45d9-bac5-7cd6f7fff140.jpg?v=1738334081","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348113489"}]},{"id":"gid:\/\/shopify\/Product\/7706101252177","handle":"tomate-andine-cornue-ab","title":"TOMATE ANDINE CORNUE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1154A_99928ecb-c94c-493b-8bba-7ff5c3beaad3.jpg?v=1738332263","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111303254097"}]},{"id":"gid:\/\/shopify\/Product\/7706101350481","handle":"tomate-arkansas-traveler-ab","title":"TOMATE ARKANSAS TRAVELER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1795A_b4adfc64-b37b-40a1-a579-3dd6cf804bcc.jpg?v=1738333148","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348015185"}]},{"id":"gid:\/\/shopify\/Product\/7706118193233","handle":"tomate-artisan-blush-tiger-ab","title":"TOMATE ARTISAN BLUSH TIGER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2412A_133636c1-fabc-4f99-b2e2-3691a20f89d1.jpg?v=1738333742","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348047953"}]},{"id":"gid:\/\/shopify\/Product\/7706118226001","handle":"tomate-artisan-golden-bumble-bee-ab","title":"TOMATE ARTISAN GOLDEN BUMBLE BEE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2413A_0042a5ee-af9f-487a-977e-b55776df4e40.jpg?v=1738333744","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348146257"}]},{"id":"gid:\/\/shopify\/Product\/7706118258769","handle":"tomate-artisan-green-tiger-ab","title":"TOMATE ARTISAN GREEN TIGER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2414A_2f22ad07-344e-4398-97fb-38712ed635f6.jpg?v=1738333743","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348080721"}]},{"id":"gid:\/\/shopify\/Product\/7706118324305","handle":"tomate-artisan-lucky-tiger-ab","title":"TOMATE ARTISAN LUCKY TIGER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2495A_f20b4e0b-df51-4677-84ff-1a1d80d3bca3.jpg?v=1738333745","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348179025"}]},{"id":"gid:\/\/shopify\/Product\/7706118291537","handle":"tomate-artisan-pink-tiger-ab","title":"TOMATE ARTISAN PINK TIGER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2415A_0ea0427f-137c-4158-aedf-b9fcded298af.jpg?v=1738333746","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348211793"}]},{"id":"gid:\/\/shopify\/Product\/7706118357073","handle":"tomate-artisan-purple-bumble-bee-ab","title":"TOMATE ARTISAN PURPLE BUMBLE BEE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2416A_6876c204-ba9e-48bd-9082-c44bb1c11880.jpg?v=1738333752","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348867153"}]},{"id":"gid:\/\/shopify\/Product\/7706101317713","handle":"tomate-aunt-ruby-s-german-green-ab","title":"TOMATE AUNT RUBY´S GERMAN GREEN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1782A_1042ac84-6e3c-400e-97d7-28c89fe5b4a9.jpg?v=1738333152","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348342865"}]},{"id":"gid:\/\/shopify\/Product\/7706101153873","handle":"tomate-auriga-ab","title":"TOMATE AURIGA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1825A_878d119c-da06-4db5-8314-0af26a3588fa.jpg?v=1738333150","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348277329"}]},{"id":"gid:\/\/shopify\/Product\/7706090504273","handle":"tomate-banana-legs-ab","title":"TOMATE BANANA LEGS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1555A_89cd5258-568b-4943-811e-0ae79bfd3be2.jpg?v=1738333151","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348310097"}]},{"id":"gid:\/\/shopify\/Product\/7706101383249","handle":"tomate-barbaniaka-ab","title":"TOMATE BARBANIAKA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1760A_d44ffcf4-b0b0-4bed-a1f0-fe6a54bf4420.jpg?v=1738333154","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348375633"}]},{"id":"gid:\/\/shopify\/Product\/7706101284945","handle":"tomate-beaute-blanche-ab","title":"TOMATE BEAUTE BLANCHE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1219A_36c44c85-b07d-4de8-bd20-3c78e8e3a77f.jpg?v=1738332593","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348473937"}]},{"id":"gid:\/\/shopify\/Product\/7706090340433","handle":"tomate-beefsteak-ab","title":"TOMATE BEEFSTEAK AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1150A_e481c022-99d2-43e5-a60b-cf500cb95bab.jpg?v=1738332592","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348408401"}]},{"id":"gid:\/\/shopify\/Product\/7706215612497","handle":"tomate-belle-arlesienne-ab","title":"TOMATE BELLE ARLESIENNE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2734A.jpg?v=1738334134","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111407030353"}]},{"id":"gid:\/\/shopify\/Product\/7706215710801","handle":"tomate-belle-de-lorraine-ab","title":"TOMATE BELLE DE LORRAINE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2735A.jpg?v=1738334137","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111407226961"}]},{"id":"gid:\/\/shopify\/Product\/7706101481553","handle":"tomate-berkeley-tye-dye-pink-ab","title":"TOMATE BERKELEY TYE DYE PINK AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2471A_a5a54390-14f3-4269-9b28-36b3a8999325.jpg?v=1738333747","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348441169"}]},{"id":"gid:\/\/shopify\/Product\/7706101416017","handle":"tomate-betalux-ab","title":"TOMATE BETALUX AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2432A_1fc8e0a2-320b-47aa-b198-cf32d6b95b9d.jpg?v=1738333749","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348539473"}]},{"id":"gid:\/\/shopify\/Product\/7706101514321","handle":"tomate-big-rainbow-ab","title":"TOMATE BIG RAINBOW AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1645A_aeb065ff-ef2d-4711-a45a-54f1173fd33b.jpg?v=1738333157","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348637777"}]},{"id":"gid:\/\/shopify\/Product\/7706101547089","handle":"tomate-big-white-pink-stripes-ab","title":"TOMATE BIG WHITE PINK STRIPES AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1776A_7c7242d2-0666-4bdc-b8a2-67e9b727f0b3.jpg?v=1738333155","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348572241"}]},{"id":"gid:\/\/shopify\/Product\/7706101579857","handle":"tomate-black-beauty-ab","title":"TOMATE BLACK BEAUTY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2470A_caee705c-96b3-492d-8fb6-dca02581fdfc.jpg?v=1738333748","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348506705"}]},{"id":"gid:\/\/shopify\/Product\/7706101645393","handle":"tomate-black-cherry-ab","title":"TOMATE BLACK CHERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1764A_89ab7928-936a-4114-bf6a-0fa3aa63b282.jpg?v=1738333156","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348605009"}]},{"id":"gid:\/\/shopify\/Product\/7706093060177","handle":"tomate-black-ethiopian-ab","title":"TOMATE BLACK ETHIOPIAN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2666A.jpg?v=1738334082","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348703313"}]},{"id":"gid:\/\/shopify\/Product\/7706101678161","handle":"tomate-black-from-tula-ab","title":"TOMATE BLACK FROM TULA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1646A_c45e1016-fd4c-4c4f-8a32-e4cd464b31e3.jpg?v=1738333159","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348670545"}]},{"id":"gid:\/\/shopify\/Product\/7706101612625","handle":"tomate-black-sea-man-ab","title":"TOMATE BLACK SEA MAN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1793A_2021129f-078e-4f41-b7a0-81c10a99c31c.jpg?v=1738333160","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348768849"}]},{"id":"gid:\/\/shopify\/Product\/7706101743697","handle":"tomate-bleue-p20-ou-osu-blue-p20-ab","title":"TOMATE BLEUE P20 OU OSU BLUE P20 AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2187A_944971de-a2a2-4bb6-ae25-7a7a9edc7333.jpg?v=1738333750","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348736081"}]},{"id":"gid:\/\/shopify\/Product\/7706101710929","handle":"tomate-bloody-butcher-ab","title":"TOMATE BLOODY BUTCHER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1762A_7659710a-c377-492c-a1b6-830f0dd5c19d.jpg?v=1738333161","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348801617"}]},{"id":"gid:\/\/shopify\/Product\/7706101776465","handle":"tomate-blue-cream-berries-ab","title":"TOMATE BLUE CREAM BERRIES AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2472A_d884c9dd-fc21-4205-b668-f1bfea810e37.jpg?v=1738333754","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348899921"}]},{"id":"gid:\/\/shopify\/Product\/7706102104145","handle":"tomate-borgo-celano-nt","title":"TOMATE BORGO CELANO NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1736N_fac863d4-4656-416c-a4ce-fa5259228660.jpg?v=1738333164","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348965457"}]},{"id":"gid:\/\/shopify\/Product\/7706101842001","handle":"tomate-bosque-blue-ab","title":"TOMATE BOSQUE BLUE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2433A_3eef7f5c-7da6-4bed-b4aa-c19d9f788933.jpg?v=1738333754","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111349063761"}]},{"id":"gid:\/\/shopify\/Product\/7706101874769","handle":"tomate-brads-atomic-grape-ab","title":"TOMATE BRAD'S ATOMIC GRAPE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2475A_51084aa2-dc5f-4294-afa7-22acfd41cd5e.jpg?v=1738333751","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348834385"}]},{"id":"gid:\/\/shopify\/Product\/7706105118801","handle":"tomate-brandywine-ab","title":"TOMATE BRANDYWINE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1208A_3ebc6055-9400-4ab8-a2ed-4d058d26c2ed.jpg?v=1738332595","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348998225"}]},{"id":"gid:\/\/shopify\/Product\/7706101907537","handle":"tomate-brown-berry-ab","title":"TOMATE BROWN BERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1648A_30ede476-60cc-424b-b69d-9b5c26445b85.jpg?v=1738333162","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111348932689"}]},{"id":"gid:\/\/shopify\/Product\/7706105151569","handle":"tomate-budai-torpe-ab","title":"TOMATE BUDAI TORPE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1209A_92bbee3f-f65b-42cc-9a71-e4cc09ac38b9.jpg?v=1738332596","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111349096529"}]},{"id":"gid:\/\/shopify\/Product\/7706102038609","handle":"tomate-bulle-nt","title":"TOMATE BULLE NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1737N_68e5f07a-23de-4c09-80f3-29fa47351d4d.jpg?v=1738333165","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111349030993"}]},{"id":"gid:\/\/shopify\/Product\/7706105446481","handle":"tomate-burpee-delicious-ab","title":"TOMATE BURPEE DELICIOUS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1179A_887006d8-6c9e-470e-9118-83516447d9f1.jpg?v=1738332598","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111349129297"}]},{"id":"gid:\/\/shopify\/Product\/7706102005841","handle":"tomate-carbon-ab","title":"TOMATE CARBON AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2126A_09280848-62f2-4a27-b1d0-2f284320e2d2.jpg?v=1738333167","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111349325905"}]},{"id":"gid:\/\/shopify\/Product\/7706105282641","handle":"tomate-casaque-rouge-ab","title":"TOMATE CASAQUE ROUGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1556A_9c7f04ff-52d3-4742-9f5b-07db69dc3198.jpg?v=1738333168","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352471633"}]},{"id":"gid:\/\/shopify\/Product\/7706090471505","handle":"tomate-cerise-ab","title":"TOMATE CERISE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1442A_636c1166-2be5-44f5-b581-29d1bff1e340.jpg?v=1738332599","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352537169"}]},{"id":"gid:\/\/shopify\/Product\/7706118389841","handle":"tomate-cerise-snowberry-ab","title":"TOMATE CERISE SNOWBERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2535A_daf40faf-80e1-4b30-9315-ee71fa680320.jpg?v=1738334083","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352569937"}]},{"id":"gid:\/\/shopify\/Product\/7706090405969","handle":"tomate-cerisette-brin-de-muguet-ab","title":"TOMATE CERISETTE BRIN DE MUGUET AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1350A_70fd2e50-fcfd-40aa-a402-6583985afdd6.jpg?v=1738332602","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352635473"}]},{"id":"gid:\/\/shopify\/Product\/7706105184337","handle":"tomate-cerisette-lylia-ab","title":"TOMATE CERISETTE LYLIA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1215A_425bf267-c0f1-46be-99c5-81ffa6823d59.jpg?v=1738332600","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352602705"}]},{"id":"gid:\/\/shopify\/Product\/7706102202449","handle":"tomate-cherokee-purple-ab","title":"TOMATE CHEROKEE PURPLE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1802A_c068ebab-8abd-4b7e-9e61-bee6bc1294a6.jpg?v=1738333169","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352668241"}]},{"id":"gid:\/\/shopify\/Product\/7706101940305","handle":"tomate-cherry-black-zebra-ab","title":"TOMATE CHERRY BLACK ZEBRA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1797A.jpg?v=1738333170","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352733777"}]},{"id":"gid:\/\/shopify\/Product\/7706101973073","handle":"tomate-chile-verde-ab","title":"TOMATE CHILE VERDE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1788A_e0b9b700-1c57-4bcc-81e1-950fa471e2e8.jpg?v=1738333171","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352766545"}]},{"id":"gid:\/\/shopify\/Product\/7706102169681","handle":"tomate-chinese-black-pearl-ab","title":"TOMATE CHINESE BLACK PEARL AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2124A_2eda4f2d-eaa6-4d21-8761-1210ad47f64d.jpg?v=1738333172","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352799313"}]},{"id":"gid:\/\/shopify\/Product\/7706102235217","handle":"tomate-chocolate-stripes-ab","title":"TOMATE CHOCOLATE STRIPES AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2183A_2e8956c5-014f-45d3-ad15-4fd2d0c47955.jpg?v=1738333755","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352701009"}]},{"id":"gid:\/\/shopify\/Product\/7706090438737","handle":"tomate-cocktail-clementine-ab","title":"TOMATE COCKTAIL CLEMENTINE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1205A_cebf55af-6485-4678-90f1-da6b44e25c9e.jpg?v=1738332606","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352930385"}]},{"id":"gid:\/\/shopify\/Product\/7706090537041","handle":"tomate-coeur-ab","title":"TOMATE COEUR AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1360A_fec78b58-e17c-4169-8d1b-729b85c6e182.jpg?v=1738332603","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352897617"}]},{"id":"gid:\/\/shopify\/Product\/7706095648849","handle":"tomate-coeur-de-boeuf-rose-ab","title":"TOMATE COEUR DE BOEUF ROSE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1588A_ab00cdb2-c458-41b3-a861-a40dcad688af.jpg?v=1738333174","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352864849"}]},{"id":"gid:\/\/shopify\/Product\/7706095681617","handle":"tomate-coeur-de-boeuf-rouge-ab","title":"TOMATE COEUR DE BOEUF ROUGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2285A_82f7e1cb-8ae9-44b1-b338-aadeca643627.jpg?v=1738333757","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352963153"}]},{"id":"gid:\/\/shopify\/Product\/7706095747153","handle":"tomate-costoluto-genovese-ab","title":"TOMATE COSTOLUTO GENOVESE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2113A_37c1fd39-9c5d-4eaf-bf5d-1428e7fe11ae.jpg?v=1738333180","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352995921"}]},{"id":"gid:\/\/shopify\/Product\/7706095943761","handle":"tomate-couilles-de-taureau-ab","title":"TOMATE COUILLES DE TAUREAU AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2127A_c735fdaf-2ebb-46eb-905a-ec070e6c0ad9.jpg?v=1738333181","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353094225"}]},{"id":"gid:\/\/shopify\/Product\/7706095812689","handle":"tomate-coyote-ab","title":"TOMATE COYOTE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2128A_12f97e94-f8a3-4781-974d-6d0c5480510f.jpg?v=1738333185","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353290833"}]},{"id":"gid:\/\/shopify\/Product\/7706102136913","handle":"tomate-coeur-de-boeuf-geant-reif-red-ab","title":"TOMATE CŒUR DE BŒUF GEANT REIF RED AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2453A_2afafa33-9dfd-45a4-953f-b6e97824c5a9.jpg?v=1738333756","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111352832081"}]},{"id":"gid:\/\/shopify\/Product\/7706118422609","handle":"tomate-dads-sunset-ab","title":"TOMATE DAD'S SUNSET AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2534A_0d79b288-0186-486f-b1f6-66dd4cfdfc66.jpg?v=1738334084","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353061457"}]},{"id":"gid:\/\/shopify\/Product\/7706105741393","handle":"tomate-de-berao-ab","title":"TOMATE DE BERAO AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1410A_74e8a7e8-8ad1-44af-8818-9b04bb241d77.jpg?v=1738332610","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353356369"}]},{"id":"gid:\/\/shopify\/Product\/7706105217105","handle":"tomate-delicate-ab","title":"TOMATE DELICATE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1278A_bd3f0b6b-8e60-49be-b186-5e45c0165709.jpg?v=1738332608","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353028689"}]},{"id":"gid:\/\/shopify\/Product\/7706095779921","handle":"tomate-ditmarscher-suspension-rose-ab","title":"TOMATE DITMARSCHER ´SUSPENSION ROSE´ AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1761A_f004f321-b5af-43de-8378-7f6e6a67dec6.jpg?v=1738333182","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353126993"}]},{"id":"gid:\/\/shopify\/Product\/7706096074833","handle":"tomate-elberta-peach-ab","title":"TOMATE ELBERTA PEACH AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1794A_244165c4-76b1-4458-9cfd-3b689cd677d1.jpg?v=1738333183","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353192529"}]},{"id":"gid:\/\/shopify\/Product\/7706096009297","handle":"tomate-emerald-evergreen-ab","title":"TOMATE EMERALD EVERGREEN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1783A_258aec48-18a1-4ae2-9f4c-55746715dc67.jpg?v=1738333184","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353225297"}]},{"id":"gid:\/\/shopify\/Product\/7706090373201","handle":"tomate-evergreen-ab","title":"TOMATE EVERGREEN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1212A_31c17367-679f-4a44-aedd-fa9a65ba7161.jpg?v=1738332609","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353159761"}]},{"id":"gid:\/\/shopify\/Product\/7706095910993","handle":"tomate-faworyt-raspberry-ab","title":"TOMATE FAWORYT RASPBERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2430A_0826d143-4be9-47fc-b05b-352708ae22ed.jpg?v=1738333758","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353258065"}]},{"id":"gid:\/\/shopify\/Product\/7706105413713","handle":"tomate-figiel-ab","title":"TOMATE FIGIEL AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2633A.jpg?v=1738334085","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353323601"}]},{"id":"gid:\/\/shopify\/Product\/7706090635345","handle":"tomate-gardener-s-delight-ab","title":"TOMATE GARDENER´S DELIGHT AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1213A_d8780592-a6bc-4842-95d7-c8e292a73918.jpg?v=1738332612","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353454673"}]},{"id":"gid:\/\/shopify\/Product\/7706095845457","handle":"tomate-german-lunch-box-ab","title":"TOMATE GERMAN LUNCH BOX AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1774A_2f956ebf-1db3-4020-a660-9eefb14a1537.jpg?v=1738333187","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353389137"}]},{"id":"gid:\/\/shopify\/Product\/7706095878225","handle":"tomate-german-red-strawberry-ab","title":"TOMATE GERMAN RED STRAWBERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2130A_f1bef0aa-f959-48e6-bfbb-8d3393bb85c2.jpg?v=1738333188","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353421905"}]},{"id":"gid:\/\/shopify\/Product\/7706105380945","handle":"tomate-gloire-de-versailles-nt","title":"TOMATE GLOIRE DE VERSAILLES NT","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1769N_69e49ce2-e3bf-4cdf-9e69-a187136f3b2a.jpg?v=1738333189","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353520209"}]},{"id":"gid:\/\/shopify\/Product\/7706095976529","handle":"tomate-gold-nugget-ab","title":"TOMATE GOLD NUGGET AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1756A_1aab54f2-65f0-4fad-83fa-21da09eb068a.jpg?v=1738333190","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353552977"}]},{"id":"gid:\/\/shopify\/Product\/7706096369745","handle":"tomate-golden-jubilee-ab","title":"TOMATE GOLDEN JUBILEE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1757A_bd08a5a9-1aff-4126-b2fd-cebfeb384c3a.jpg?v=1738333191","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353585745"}]},{"id":"gid:\/\/shopify\/Product\/7706096042065","handle":"tomate-goldene-konigin-ab","title":"TOMATE GOLDENE KONIGIN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1768A_3dcb9278-4594-4cb5-915e-8b4f7da01339.jpg?v=1738333192","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353651281"}]},{"id":"gid:\/\/shopify\/Product\/7706096173137","handle":"tomate-great-white-beefsteak-ab","title":"TOMATE GREAT WHITE BEEFSTEAK AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1649A_86ead5c0-710f-4905-881b-93c141822577.jpg?v=1738333198","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353880657"}]},{"id":"gid:\/\/shopify\/Product\/7706096107601","handle":"tomate-green-doctor-s-frosted-ab","title":"TOMATE GREEN DOCTOR´S FROSTED AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/TOMATEGREENDOCTOR_SFROSTED013A.jpg?v=1740649077","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353716817"}]},{"id":"gid:\/\/shopify\/Product\/7706090602577","handle":"tomate-green-grape-ab","title":"TOMATE GREEN GRAPE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1251A_27f70a71-d278-49eb-8ed5-40e3f8e2bf25.jpg?v=1738332613","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353618513"}]},{"id":"gid:\/\/shopify\/Product\/7706096205905","handle":"tomate-green-moldovan-ab","title":"TOMATE GREEN MOLDOVAN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1789A_7dea18ba-e14b-4625-9bfa-bd274fa142a8.jpg?v=1738333193","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353684049"}]},{"id":"gid:\/\/shopify\/Product\/7706096140369","handle":"tomate-green-pineapple-ab","title":"TOMATE GREEN PINEAPPLE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1790A_221f6367-4fae-4e6a-8e8a-4743192d991b.jpg?v=1738333196","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353749585"}]},{"id":"gid:\/\/shopify\/Product\/7706096238673","handle":"tomate-green-sausage-ab","title":"TOMATE GREEN SAUSAGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1650A_486715d5-8ab0-44c5-b2c6-fb8b65ad8006.jpg?v=1738333197","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353782353"}]},{"id":"gid:\/\/shopify\/Product\/7706118455377","handle":"tomate-green-velvet-ab","title":"TOMATE GREEN VELVET AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2443A_6befa540-5d84-45e9-84b1-0cf0962453b5.jpg?v=1738333761","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353847889"}]},{"id":"gid:\/\/shopify\/Product\/7706090831953","handle":"tomate-green-zebra-ab","title":"TOMATE GREEN ZEBRA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1329A_925912d8-dfb8-490b-88e1-821a43ea0791.jpg?v=1738332614","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353913425"}]},{"id":"gid:\/\/shopify\/Product\/7706118488145","handle":"tomate-gregory-altai-ab","title":"TOMATE GREGORY ALTAI AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2513A_6f076eb3-37e6-409d-9030-769f67ff079b.jpg?v=1738333760","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353815121"}]},{"id":"gid:\/\/shopify\/Product\/7706096271441","handle":"tomate-groseille-jaune-type-petit-moineau-ab","title":"TOMATE GROSEILLE JAUNE TYPE PETIT MOINEAU AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2203A_f70ac636-3cbf-4d6b-85e5-3b0df8e9248d.jpg?v=1738333762","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353946193"}]},{"id":"gid:\/\/shopify\/Product\/7706096304209","handle":"tomate-groseille-rouge-type-petit-moineau-ab","title":"TOMATE GROSEILLE ROUGE TYPE PETIT MOINEAU AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2202A_d506f11b-3e94-4be6-85af-d000058274cd.jpg?v=1738333764","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353978961"}]},{"id":"gid:\/\/shopify\/Product\/7706096664657","handle":"tomate-huge-lemon-oxheart-ab","title":"TOMATE HUGE LEMON OXHEART AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1773A_d33dd040-b08c-44d6-826d-9a6efee2d658.jpg?v=1738333200","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354044497"}]},{"id":"gid:\/\/shopify\/Product\/7706122879057","handle":"tomate-indigo-pear-drops-ab","title":"TOMATE INDIGO PEAR DROPS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2417A_915774f5-ea23-43dd-a25c-6ffe99a31051.jpg?v=1738333764","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354077265"}]},{"id":"gid:\/\/shopify\/Product\/7706096533585","handle":"tomate-jack-white-ab","title":"TOMATE JACK WHITE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1800A_7edaac72-3d9f-47b4-80c8-53f770667c49.jpg?v=1738333199","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354011729"}]},{"id":"gid:\/\/shopify\/Product\/7706105249873","handle":"tomate-jaune-a-farcir-yellow-stuffer-ab","title":"TOMATE JAUNE A FARCIR YELLOW STUFFER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1319A_91a39776-ca11-4ab9-86ea-01b12a475517.jpg?v=1738332617","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354175569"}]},{"id":"gid:\/\/shopify\/Product\/7706118717521","handle":"tomate-jaune-de-thoune-ab","title":"TOMATE JAUNE DE THOUNE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2211A_3d23915f-bd82-4058-bc5f-0b6f564b65c7.jpg?v=1738333765","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354110033"}]},{"id":"gid:\/\/shopify\/Product\/7706105315409","handle":"tomate-jaune-saint-vincent-ab","title":"TOMATE JAUNE SAINT VINCENT AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1153A_14342cfa-11c0-409d-87db-3cf5bc303ab5.jpg?v=1738332616","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354142801"}]},{"id":"gid:\/\/shopify\/Product\/7706096402513","handle":"tomate-joie-de-la-table-ab","title":"TOMATE JOIE DE LA TABLE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1353A_15b68904-12f7-4bb2-a634-1b1dd7263610.jpg?v=1738332618","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354208337"}]},{"id":"gid:\/\/shopify\/Product\/7706096336977","handle":"tomate-joyau-d-oaxaca-ab","title":"TOMATE JOYAU D´OAXACA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1798A_f5f890d4-2c99-4d2c-adf0-0bad643ae062.jpg?v=1738333201","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354241105"}]},{"id":"gid:\/\/shopify\/Product\/7706096435281","handle":"tomate-karos-ab","title":"TOMATE KAROS AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1819A.jpg?v=1738333203","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354273873"}]},{"id":"gid:\/\/shopify\/Product\/7706096468049","handle":"tomate-kellogg-s-breakfast-ab","title":"TOMATE KELLOGG´S BREAKFAST AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1647A_2e3e7ba5-fc3a-48e1-ba1f-29b4826a8088.jpg?v=1738333204","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354306641"}]},{"id":"gid:\/\/shopify\/Product\/7706090668113","handle":"tomate-la-carotina-ab","title":"TOMATE LA CAROTINA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1181A_27b1016c-44ec-4c17-bdb1-f7ed09cedf6e.jpg?v=1738332620","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354339409"}]},{"id":"gid:\/\/shopify\/Product\/7706096500817","handle":"tomate-legend-ab","title":"TOMATE LEGEND AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2422A_4da1cf40-6bcf-4a77-8cf4-a97361c6ac4d.jpg?v=1738333768","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354503249"}]},{"id":"gid:\/\/shopify\/Product\/7706096697425","handle":"tomate-lemon-tree-ab","title":"TOMATE LEMON TREE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1651A_ab937f27-9c46-433d-aabe-943fae592f62.jpg?v=1738333207","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354372177"}]},{"id":"gid:\/\/shopify\/Product\/7706096566353","handle":"tomate-liguria-ab","title":"TOMATE LIGURIA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2191A_df854e83-a71e-48cd-8a11-094e4e086976.jpg?v=1738333771","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354798161"}]},{"id":"gid:\/\/shopify\/Product\/7706105348177","handle":"tomate-limmony-ab","title":"TOMATE LIMMONY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1443A_f44b44e6-7505-4c11-96c8-58bd4dbea16d.jpg?v=1738332622","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354437713"}]},{"id":"gid:\/\/shopify\/Product\/7706105479249","handle":"tomate-madagascar-ab","title":"TOMATE MADAGASCAR AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1250A_0e41203f-1602-4e54-afb0-b4d9115b1d94.jpg?v=1738332621","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354404945"}]},{"id":"gid:\/\/shopify\/Product\/7706122911825","handle":"tomate-maglia-rossa-ab","title":"TOMATE MAGLIA ROSSA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2418A_64fe4d12-6ae5-4e10-a9b9-0730de0b0a89.jpg?v=1738333770","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354634321"}]},{"id":"gid:\/\/shopify\/Product\/7706096599121","handle":"tomate-maja-ab","title":"TOMATE MAJA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2277A_bfa1adc5-b441-44e3-8dd2-9d1bf3ace74e.jpg?v=1738333766","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354470481"}]},{"id":"gid:\/\/shopify\/Product\/7706096992337","handle":"tomate-manyel-ab","title":"TOMATE MANYEL AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1801A.jpg?v=1738333208","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354536017"}]},{"id":"gid:\/\/shopify\/Product\/7706090569809","handle":"tomate-marmande-ab","title":"TOMATE MARMANDE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1249A_786e3780-9682-4aec-ab90-e5a2d88add7f.jpg?v=1738332623","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354568785"}]},{"id":"gid:\/\/shopify\/Product\/7706096828497","handle":"tomate-maskotka-ab","title":"TOMATE MASKOTKA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2431A_3cc1d6e1-64e5-4ef7-8760-1b30b2be4c6d.jpg?v=1738333769","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354601553"}]},{"id":"gid:\/\/shopify\/Product\/7706105643089","handle":"tomate-matina-ab","title":"TOMATE MATINA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1545A_3a7565fe-4bfc-412f-b3ce-431b0949e65e.jpg?v=1738333210","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354699857"}]},{"id":"gid:\/\/shopify\/Product\/7706096631889","handle":"tomate-merveille-des-marches-ab","title":"TOMATE MERVEILLE DES MARCHES AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1546A_f58718a3-6e4e-4579-bd68-d5a2d9778886.jpg?v=1738333209","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354667089"}]},{"id":"gid:\/\/shopify\/Product\/7706090733649","handle":"tomate-miel-du-mexique-ab","title":"TOMATE MIEL DU MEXIQUE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1216A_ce3f8fe4-54d6-4cad-b397-29fd8543136f.jpg?v=1738332625","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354830929"}]},{"id":"gid:\/\/shopify\/Product\/7706096762961","handle":"tomate-mikado-violetor-ab","title":"TOMATE MIKADO VIOLETOR AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1791A_a50b6a03-50e3-46db-944e-0e0d436b1bdd.jpg?v=1738333211","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354732625"}]},{"id":"gid:\/\/shopify\/Product\/7706096795729","handle":"tomate-mini-orange-ab","title":"TOMATE MINI ORANGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1772A_e54d5036-299c-494e-814d-f0953b265bbf.jpg?v=1738333213","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354765393"}]},{"id":"gid:\/\/shopify\/Product\/7706105544785","handle":"tomate-mirabelle-blanche-ab","title":"TOMATE MIRABELLE BLANCHE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1242A_020a10d8-8ea6-4268-b7da-5a43964b9111.jpg?v=1738332626","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354863697"}]},{"id":"gid:\/\/shopify\/Product\/7706118520913","handle":"tomate-monda-montfavet-ab","title":"TOMATE MONDA MONTFAVET AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2533A.jpg?v=1738334086","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354896465"}]},{"id":"gid:\/\/shopify\/Product\/7706090700881","handle":"tomate-moneymaker-ab","title":"TOMATE MONEYMAKER AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1557A_9fce355d-140a-4549-a028-994cc39f9311.jpg?v=1738333215","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354994769"}]},{"id":"gid:\/\/shopify\/Product\/7706090766417","handle":"tomate-noire-de-crimee-ab","title":"TOMATE NOIRE DE CRIMEE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1547A_03c7e875-4d64-42c8-80c3-d1adba15179a.jpg?v=1738333214","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354962001"}]},{"id":"gid:\/\/shopify\/Product\/7706090799185","handle":"tomate-noire-russe-ab","title":"TOMATE NOIRE RUSSE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1316A_533e9996-ce6f-43c3-967c-2de9836148b4.jpg?v=1738332627","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111354929233"}]},{"id":"gid:\/\/shopify\/Product\/7706105577553","handle":"tomate-olirose-ab","title":"TOMATE OLIROSE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1402A_65e845e0-2397-49b7-853b-738559bb8d3a.jpg?v=1738332628","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355027537"}]},{"id":"gid:\/\/shopify\/Product\/7706112032849","handle":"tomate-opalka-ab","title":"TOMATE OPALKA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2444A_c48a6d26-161f-4d6e-b5fb-ff05393654da.jpg?v=1738333778","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111356502097"}]},{"id":"gid:\/\/shopify\/Product\/7706096730193","handle":"tomate-orange-banana-ab","title":"TOMATE ORANGE BANANA AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2122A_d06d464b-0ff5-4339-a730-04a73c2f9075.jpg?v=1738333219","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355158609"}]},{"id":"gid:\/\/shopify\/Product\/7706098663505","handle":"tomate-orange-berry-ab","title":"TOMATE ORANGE BERRY AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1765A_c60e7e34-7177-4bab-87fe-bb0387a0e949.jpg?v=1738333216","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355060305"}]},{"id":"gid:\/\/shopify\/Product\/7706090864721","handle":"tomate-orange-bourgoin-ab","title":"TOMATE ORANGE BOURGOIN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1401A_ddf1013e-94e6-415c-9794-d445800ffbf8.jpg?v=1738332630","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355125841"}]},{"id":"gid:\/\/shopify\/Product\/7706096894033","handle":"tomate-orange-hat-ab","title":"TOMATE ORANGE HAT AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2473A_dabf188a-6b31-4bc0-9856-9e0e6a5e410f.jpg?v=1738333772","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355191377"}]},{"id":"gid:\/\/shopify\/Product\/7706096926801","handle":"tomate-orange-queen-ab","title":"TOMATE ORANGE QUEEN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1652A_eb12d164-042e-4530-afa6-6d8f2f1af7d0.jpg?v=1738333217","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355093073"}]},{"id":"gid:\/\/shopify\/Product\/7706090897489","handle":"tomate-peche-ab","title":"TOMATE PECHE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1147A_3bffcd77-7e78-4ec5-b420-c9a4b184fed1.jpg?v=1738332634","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355420753"}]},{"id":"gid:\/\/shopify\/Product\/7706105512017","handle":"tomate-peche-jaune-ab","title":"TOMATE PECHE JAUNE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1558A_2a5b1c28-213b-42d6-a204-7a8b59e8782f.jpg?v=1738333220","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355224145"}]},{"id":"gid:\/\/shopify\/Product\/7706090930257","handle":"tomate-petit-coeur-de-boeuf-ab","title":"TOMATE PETIT COEUR DE BOEUF AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1152A_ca79774e-3485-4fca-b53a-704b0f26e877.jpg?v=1738332631","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355289681"}]},{"id":"gid:\/\/shopify\/Product\/7706096959569","handle":"tomate-pink-jazz-ab","title":"TOMATE PINK JAZZ AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2474A_4edf0f55-b6c2-485d-9ba1-ceed85e6d2f1.jpg?v=1738333773","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355256913"}]},{"id":"gid:\/\/shopify\/Product\/7706096861265","handle":"tomate-pink-thai-egg-ab","title":"TOMATE PINK THAI EGG AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2278A_a7058504-5297-438c-9781-74a422a238f8.jpg?v=1738333774","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355322449"}]},{"id":"gid:\/\/shopify\/Product\/7706097385553","handle":"tomate-poire-jaune-ab","title":"TOMATE POIRE JAUNE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1314A_584ca95e-0db0-4235-a261-ded917b1ae4f.jpg?v=1738332640","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355584593"}]},{"id":"gid:\/\/shopify\/Product\/7706091061329","handle":"tomate-poire-rouge-ab","title":"TOMATE POIRE ROUGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/1313A_996f97c0-a882-4853-9c69-af53cccbaa11.jpg?v=1738332633","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111355355217"}]}],"type":"specificProducts"},"then":{"items":[{"id":"gid:\/\/shopify\/Product\/7706132512849","handle":"engrais-tomates-800-g","title":"ENGRAIS TOMATES  800 g","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6406C.jpg?v=1738323984","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111275827281"}]},{"id":"gid:\/\/shopify\/Product\/7706132545617","handle":"engrais-tomates-1-5-kg","title":"ENGRAIS TOMATES 1,5 kg","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6407C.jpg?v=1738323988","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111275958353"}]},{"id":"gid:\/\/shopify\/Product\/7706147651665","handle":"clips-tomates","title":"CLIPS TOMATES","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/3171Q_a8af22f1-775a-439c-b008-e5dd446f43cb.jpg?v=1738324231","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111297323089"}]},{"id":"gid:\/\/shopify\/Product\/7706133758033","handle":"magazine-4-saisons-n266-tomates-sos-punaises-mildou-que-faire","title":"MAGAZINE 4 SAISONS - n266 TOMATES","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/7104H_resized_44d1b811-9232-4f3e-9d4e-afda447e339d.png?v=1734687067","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111276908625"}]},{"id":"gid:\/\/shopify\/Product\/7706149716049","handle":"moulin-a-coulis-tomate","title":"MOULIN A COULIS (TOMATE)","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2056Q.jpg?v=1738324275","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111299190865"}]},{"id":"gid:\/\/shopify\/Product\/7706148175953","handle":"muraille-contre-le-mildiou-de-la-tomate","title":"MURAILLE CONTRE LE MILDIOU DE LA TOMATE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6288C.jpg?v=1738324244","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111298043985"}]},{"id":"gid:\/\/shopify\/Product\/7706163839057","handle":"pheromones-contre-la-mineuse-de-la-tomate","title":"PHEROMONES CONTRE LA MINEUSE DE LA TOMATE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6178C.jpg?v=1738324307","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111358402641"}]},{"id":"gid:\/\/shopify\/Product\/7706148044881","handle":"piege-contre-la-mineuse-de-la-tomate","title":"PIEGE CONTRE LA MINEUSE DE LA TOMATE","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/6177C.jpg?v=1738324238","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111297716305"}]},{"id":"gid:\/\/shopify\/Product\/7706095943761","handle":"tomate-couilles-de-taureau-ab","title":"TOMATE COUILLES DE TAUREAU AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2127A_c735fdaf-2ebb-46eb-905a-ec070e6c0ad9.jpg?v=1738333181","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111353094225"}]},{"id":"gid:\/\/shopify\/Product\/7706097614929","handle":"tomates-a-gros-fruits-en-melange-ab","title":"TOMATES A GROS FRUITS EN MELANGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2193A.jpg?v=1738331309","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111356764241"}]},{"id":"gid:\/\/shopify\/Product\/7706097778769","handle":"tomates-cerises-en-melange-ab","title":"TOMATES CERISES EN MELANGE AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/2192A.jpg?v=1738331310","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111356993617"}]}],"type":"specificProducts"},"id":"WaqkKjUjhT"},{"when":{"items":[],"type":"allProducts"},"then":{"items":[{"id":"gid:\/\/shopify\/Product\/7706127237201","handle":"poireau-perpetuel","title":"POIREAU PERPETUEL  AB - LOT DE 5 BULBILLES","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/POIREAU-PERPETUEL-AB-LOT-DE-5-BULBILLES-PROD-INTERNE-LES-LANDES-LES-PONTS-DE-CE-71376153.png?v=1751558998","variants":[{"title":"Default Title","id":"gid:\/\/shopify\/ProductVariant\/42111273828433"}]},{"id":"gid:\/\/shopify\/Product\/7800324063313","handle":"crocus-sativus-crocus-a-safran","title":"CROCUS SATIVUS - BULBE A SAFRAN AB","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/9193\/8129\/files\/CROCUSSATIVUS030ARED.png?v=1749725843","variants":[{"title":"5","id":"gid:\/\/shopify\/ProductVariant\/42497044840529"},{"title":"10","id":"gid:\/\/shopify\/ProductVariant\/42497044873297"},{"title":"20","id":"gid:\/\/shopify\/ProductVariant\/42497044906065"},{"title":"50","id":"gid:\/\/shopify\/ProductVariant\/42497044938833"},{"title":"100","id":"gid:\/\/shopify\/ProductVariant\/42497044971601"},{"title":"1000","id":"gid:\/\/shopify\/ProductVariant\/42497045004369"}]}],"type":"specificProducts"},"id":"9VapCNkwZk"}],"recommendAlgorithm":"related","selectProductType":"manual","upsellSettings":{"isAlwaysShow":false,"limitNumberOfUpsell":true,"numberOfUpsell":4,"upsellTitle":"\u003cp style=\"text-align: center\"\u003e\u003cstrong\u003e\u003cem\u003eCes produits pourraient vous plaire\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e","upsellTitleStyle":{"color":"#3C2C1B","size":15,"backgroundColor":"#fff"},"backgroundColor":{"color":"#ebe1cc"},"displayStyle":"grid","selectionStyle":"horizontal"}},"position":{"checkoutBox":["additional-products","discount-codes","checkout-buttons","trust-badges","express-payments","view-cart-continue-shopping"],"mainCart":["announcements","rewards","products","additional-notes","upsells"]},"stickyCarts":{"buttonShape":"Round","buttonSize":60,"cartIcon":"","desktopPosition":"Bottom right","deviceSelection":"ShowAll","indexCartSvg":0,"iconColor":"#ffffff","mainBgColor":"#000000","mobilePosition":"Bottom right","numberColor":"#ffffff","quantityBgColor":"#bc1414"},"appConfig":{"appStatus":false,"cartEditorStatus":true,"language":"fr","menuOrder":[{"name":"design","status":true,"icon":"design-icon","id":"design","title":"Design"},{"name":"position","status":false,"icon":"drag-icon","id":"position","title":"Position"},{"name":"announcements","status":false,"icon":"announcements-icon","id":"announcements","title":"Announcements"},{"name":"rewards","status":true,"icon":"rewards-icon","id":"rewards","title":"Rewards"},{"name":"upsells","status":true,"icon":"upsells-icon","id":"upsells","title":"Upsells"},{"name":"addons","status":false,"icon":"addons-icon","id":"addons","title":"Additional Products"},{"name":"additional-notes","status":false,"icon":"notes-icon","id":"additional-notes","title":"Additional Notes"},{"name":"discount-codes","status":false,"icon":"discount-icon","id":"discount-codes","title":"Discount Codes"},{"name":"trust-badges","status":false,"icon":"trust-badges-icon","id":"trust-badges","title":"Trust Badges"},{"name":"express-payments","status":false,"icon":"card-payment-icon","id":"express-payments","title":"Express Payments"},{"name":"settings","status":true,"icon":"settings-icon","id":"settings","title":"Settings"}]}}},
    productsTranslation: {},
    cartList: {"subscription_plan":{"plan":"Free","isDevelopment":false}},
    stickyCart: {},
    locales: {},
  };
  const opusUtilsFuncTrigger = {
  getTimezoneOffsetAndDevice() {
    const timezoneOffset = -new Date().getTimezoneOffset() / 60;
    const userAgent = navigator.userAgent.toLowerCase();
    const isMobile = /android|webos|iphone|ipod|blackberry|iemobile|opera mini/i.test(userAgent);
    const isTablet = /ipad/.test(userAgent) || (isMobile && screen.width > 768);
    const device = isMobile ? (isTablet ? 'Tablet' : 'Mobile') : 'Desktop';
    return { timezoneOffset, device };
  },

  getStatusCustomer() {
    const customer =window?.opusInfoShopRequired?.customer;
    return customer?.id ? "LoggedIn" : "Guest";
  },

  checkCustomerMatch(trigger) {
    if(trigger.customer === 'All') return true;
    if(trigger.customer == this.getStatusCustomer()){
      if(trigger?.customerTags?.length){
        const customerTags = window?.opusInfoShopRequired?.customer?.tags || [];
        const triggerTags = trigger?.customerTags?.split(',') || [];
        return triggerTags.some(tag => customerTags.includes(tag));
      }else{
        return true;
      }
    }
  },

  checkDeviceMatch(trigger, condition) {
    return trigger.device === 'All' || trigger.device === condition.device;
  },

  checkLocationMatch(trigger, condition) {
    if (!trigger?.locations?.length) return true;
    const { locationCondition, locations } = trigger;
    if (locationCondition === 'Include') return locations.includes(condition.country);
    if (locationCondition === 'Except') return !locations.includes(condition.country);
    return false;
  },

  checkTimeMatch(trigger, condition) {
    // Remove console.log for production performance
  const startDate = trigger?.enableEndDate ?? trigger?.startDate;
  const endDate = trigger?.enableEndDate ?? trigger?.endDate;
  if (!startDate && !endDate) return true;

  // Validate timezone values
  const triggerTimezone = typeof trigger.timezone === 'number' ? trigger.timezone : 0;
  const conditionTimezone = typeof condition.timezone === 'number' ? condition.timezone : 0;
  const timezoneOffsetMs = (triggerTimezone - conditionTimezone) * 60 * 60 * 1000;

  const now = Date.now();
  const currentTimeInTriggerTz = now + timezoneOffsetMs;

    if (startDate && endDate) {
      const startTime = new Date(startDate).getTime();
      const endTime = new Date(endDate).getTime();
      // console.log("Time check:", { currentTimeInTriggerTz, startTime, endTime, inRange: currentTimeInTriggerTz >= startTime && currentTimeInTriggerTz <= endTime });
      return currentTimeInTriggerTz >= startTime && currentTimeInTriggerTz <= endTime;
    }
    if (startDate && !endDate) {
      return currentTimeInTriggerTz >= new Date(startDate).getTime();
    }
    if (!startDate && endDate) {
      return currentTimeInTriggerTz <= new Date(endDate).getTime();
    }
    return false;
  },

  getMatchingCartEditorId(triggers, condition) {
    for (const trigger of triggers) {
      if (
        this.checkCustomerMatch(trigger) &&
        this.checkDeviceMatch(trigger, condition) &&
        this.checkLocationMatch(trigger, condition) &&
        this.checkTimeMatch(trigger, condition)
      ) {
        return trigger.cartEditorId;
      }
    }
    return null;
  },
   sortRules(data) {
    return data?.sort((a, b) => {
        // Helper to determine if an item has both locations and customerTags
        const hasData = (item) => {
            const hasLocations = Array.isArray(item.locations) && item.locations.length > 0;
            const hasCustomerTags = typeof item?.customerTags === 'string' && item?.customerTags?.trim() !== "";
            return hasLocations || hasCustomerTags ? 1 : 0;
        };

        // Sort descending: items with data come first
        return hasData(b) - hasData(a);
    });
  },

  getHelpWidget() {
    const domain = window.location.host ||opusAppSettings?.permanent_domain;
    const dataSetting =opusAppSettings;
    const storeName = dataSetting?.shop_name || 'Test Build';
    const variants = dataSetting?.variants;

    if (dataSetting?.cartList?.triggerCart?.length) {
      const trigger = dataSetting.cartList?.triggerCart ?? [];
      const { timezoneOffset, device } = this.getTimezoneOffsetAndDevice();

      const condition = {
        timezone: timezoneOffset,
        device: device,
        now: new Date().getTime(),
        country: window?.Shopify?.country || '',
      };
   

      const cartId = this.getMatchingCartEditorId(this.sortRules(trigger), condition);
      const cartList = dataSetting?.cartList;
      const listKeyCart = Object.keys(cartList);

      if (cartId === null) return null;

      let dataCart = null;
      let keyCart = '';
      let handleLocales = null;
      for (const key of listKeyCart) {
        if (key.includes(cartId+':variant')) {
          keyCart = key;
          dataCart = cartList[key];
        }
      }
     const translations= opusAppSettings?.productsTranslation?.[cartId]

      const plan = cartList?.subscription_plan;
      const stickyCarts = cartList?.sticky_cart;

      if (dataCart) {
        const settingv2 = dataCart;
        settingv2.stickyCarts = stickyCarts;
        return {
          domain,
          storeName,
          settings: settingv2,
          abandonedCart: cartList['abandoned_cart'],
          version: 2,
          cartId: keyCart,
          handleProduct: translations,
          plan: plan,
          locale: dataSetting?.locales[cartId],
    
        };
      }
      return {
          domain,
          storeName,
          settings:undefined,
          version: 2,
          cartId: undefined,
          plan: undefined,
        
        };
    }

    const settings =opusAppSettings?.settings?.cart_drawer;
    return { 
      domain, 
      storeName,
      settings, 
      version: 1,
     
   };
  },
  };
  window.opusWidget =  opusUtilsFuncTrigger.getHelpWidget();


</script>

<script async>
  const opus_process = { env: { NODE_ENV: 'production' } };
  Object.defineProperty(opus_process, 'env', {
    value: { NODE_ENV: 'production' },
    writable: false,
    enumerable: true,
    configurable: false
  });


</script>
<script src="https://cdn.shopify.com/extensions/06873116-19a7-4ff2-9a19-3b66d0d90ada/opus-cart-upsell-2627/assets/opus-app-cart.umd.js" async></script>
<script src="https://cdn.shopify.com/extensions/06873116-19a7-4ff2-9a19-3b66d0d90ada/opus-cart-upsell-2627/assets/opus-cart.v1.umd.js" defer="defer"></script>


</div><div id="shopify-block-AcThYNTRkUW1SdzMyZ__6610233760104865948" class="shopify-block shopify-app-block"><script>
  window.pushowlSubdomain = "la-ferme-de-sainte-marthe-sld.myshopify.com".split(".")[0]
  window.isPushowlThemeAppExtentionEnabled = true
  window.pushowlGUID = "2db358b3-8c2d-4565-8ee6-0cba2eddc034"
  window.pushowlEnvironment = "production"
</script>




</div></body>
</html>