{"id":4203,"date":"2025-04-30T11:34:06","date_gmt":"2025-04-30T11:34:06","guid":{"rendered":"https:\/\/traivenovosite.wpenginepowered.com\/?page_id=4203"},"modified":"2025-07-25T12:08:41","modified_gmt":"2025-07-25T12:08:41","slug":"materiais-ricos","status":"publish","type":"page","link":"https:\/\/traive.com.br\/en\/materiais-ricos\/","title":{"rendered":"Rich Materials"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4203\" class=\"elementor elementor-4203\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ceb06a2 e-con-full light e-flex e-con e-parent\" data-id=\"ceb06a2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-cc3eb92 e-con-full dots-background e-flex e-con e-child\" data-id=\"cc3eb92\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1268942 elementor-widget elementor-widget-html\" data-id=\"1268942\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.dots-background {\r\n  position: relative;\r\n  z-index: 1;\r\n  overflow: hidden;\r\n  top: 5px;\r\n}\r\n\r\n.dots-background canvas {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 50%;\r\n  width: 98% !important;\r\n  height: 65% !important;\r\n  transform: translateX(-50%);\r\n  z-index: 0;\r\n  pointer-events: none;\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  if (window.innerWidth < 768) return;\r\n\r\n  const sections = document.querySelectorAll(\".dots-background\");\r\n\r\n  sections.forEach((section) => {\r\n    const canvas = document.createElement(\"canvas\");\r\n    canvas.classList.add(\"dots-canvas\");\r\n    section.prepend(canvas);\r\n    const ctx = canvas.getContext(\"2d\");\r\n\r\n    let mouse = { x: null, y: null };\r\n    let dots = [];\r\n\r\n    function resizeCanvas() {\r\n      canvas.width = section.offsetWidth;\r\n      canvas.height = section.offsetHeight * 0.6;\r\n      generateDots();\r\n    }\r\n\r\n    function generateDots() {\r\n  dots = [];\r\n  const totalDots = 1800;\r\n  const cols = Math.ceil(Math.sqrt(totalDots * canvas.width \/ canvas.height));\r\n  const rows = Math.ceil(totalDots \/ cols);\r\n  const xSpacing = canvas.width \/ cols;\r\n  const ySpacing = canvas.height \/ rows;\r\n\r\n  const centerX = canvas.width \/ 2;\r\n  const centerY = canvas.height \/ 2;\r\n  const maxDist = Math.sqrt(centerX ** 2 + centerY ** 2);\r\n  const fadeSpread = 0.9;\r\n\r\n  for (let row = 0; row < rows; row++) {\r\n    const sizeFactor = 1 - row \/ rows;\r\n    const baseSize = 2 + sizeFactor * 2;\r\n\r\n    for (let col = 0; col < cols; col++) {\r\n      if (dots.length >= totalDots) break;\r\n\r\n      const x = col * xSpacing + xSpacing \/ 2;\r\n      const y = row * ySpacing + ySpacing \/ 2;\r\n      const distToCenter = Math.sqrt((x - centerX) ** 2 + (y - centerY) ** 2);\r\n      const centerFade = Math.pow(distToCenter \/ maxDist, fadeSpread);\r\n\r\n      dots.push({\r\n        x,\r\n        y,\r\n        baseSize: baseSize,\r\n        opacity: 0.02 + centerFade * 0.08 \r\n      });\r\n    }\r\n  }\r\n}\r\n\r\n\r\n    function animate() {\r\n      ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n\r\n      dots.forEach((dot) => {\r\n        let dx = dot.x - (mouse.x ?? -9999);\r\n        let dy = dot.y - (mouse.y ?? -9999);\r\n        let dist = Math.sqrt(dx * dx + dy * dy);\r\n\r\n        let scale =\r\n          (mouse.x === null || mouse.y === null)\r\n            ? 1\r\n            : 1 + Math.exp(-dist * 0.03) * 0.8;\r\n\r\n        ctx.beginPath();\r\n        ctx.arc(dot.x, dot.y, dot.baseSize * scale, 0, Math.PI * 2);\r\n\r\n        const color = (mouse.x === null || mouse.y === null)\r\n          ? `rgba(104, 121, 153, ${dot.opacity})`\r\n          : (scale > 1.1\r\n              ? `rgba(104, 121, 153, ${Math.min(1, scale * 0.4)})`\r\n              : `rgba(104, 121, 153, ${dot.opacity})`);\r\n\r\n        ctx.fillStyle = color;\r\n        ctx.fill();\r\n      });\r\n\r\n      requestAnimationFrame(animate);\r\n    }\r\n\r\n    resizeCanvas();\r\n    animate();\r\n\r\n    window.addEventListener(\"resize\", resizeCanvas);\r\n\r\n    section.addEventListener(\"mousemove\", (e) => {\r\n      const rect = section.getBoundingClientRect();\r\n      mouse.x = e.clientX - rect.left;\r\n      mouse.y = e.clientY - rect.top;\r\n    });\r\n\r\n    section.addEventListener(\"mouseleave\", () => {\r\n      mouse.x = null;\r\n      mouse.y = null;\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d5e5aa e-flex e-con-boxed e-con e-child\" data-id=\"8d5e5aa\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-39e4db4 e-con-full e-flex e-con e-child\" data-id=\"39e4db4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6443465 e-con-full e-flex e-con e-child\" data-id=\"6443465\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1096c0 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b1096c0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Explore our library of free content<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9b2744 elementor-widget-mobile__width-inherit elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a9b2744\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Stay up to date with best practices, market trends and materials applicable to your daily life.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-edefe8b e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"edefe8b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de94c94 elementor-widget elementor-widget-text-editor\" data-id=\"de94c94\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"#next\">Discover more<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7e64b8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f7e64b8\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#next\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"26\" viewbox=\"0 0 18 26\" fill=\"none\"><path d=\"M9 5.99988V10.263\" stroke=\"#6E9BE2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><rect x=\"1\" y=\"1\" width=\"16\" height=\"24\" rx=\"8\" stroke=\"#6E9BE2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/rect><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11b9b09 e-con-full e-flex e-con e-child\" data-id=\"11b9b09\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-831d332 e-con-full e-flex e-con e-child\" data-id=\"831d332\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93b65cf elementor-widget elementor-widget-heading\" data-id=\"93b65cf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Receive new free materials first hand<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08f5781 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"08f5781\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29\" height=\"29\" viewbox=\"0 0 29 29\" fill=\"none\"><path d=\"M6.52491 14.425C6.49744 14.7383 6.72111 15.0202 7.02718 15.0711C6.89769 14.7461 6.78389 14.4133 6.68187 14.0765C6.59554 14.1705 6.53668 14.2919 6.52491 14.425Z\" fill=\"#6E9BE2\"><\/path><path d=\"M10.7746 24.2775C11.1042 24.3127 11.4025 24.0621 11.4339 23.7332C11.4652 23.4042 11.222 23.1144 10.8923 23.0792C10.5627 23.044 10.2645 23.2946 10.2331 23.6235C10.2056 23.9524 10.4489 24.2422 10.7746 24.2775Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.81139 15.4236C6.83886 15.0907 6.5995 14.8088 6.26596 14.7774C5.93242 14.75 5.64989 14.9889 5.61849 15.3218C5.59103 15.6507 5.83039 15.9366 6.16393 15.9679C6.49747 15.9953 6.78393 15.7564 6.81139 15.4236Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.27382 20.3185C5.94028 20.2911 5.65383 20.5299 5.62636 20.8589C5.59496 21.1917 5.83825 21.4776 6.16787 21.505C6.50141 21.5324 6.78786 21.2935 6.81533 20.9607C6.84672 20.6357 6.60343 20.3459 6.27382 20.3185Z\" fill=\"#6E9BE2\"><\/path><path d=\"M7.19197 21.2152C6.85058 21.1839 6.55236 21.4345 6.52097 21.7752C6.48957 22.1159 6.74071 22.4135 7.0821 22.4409C7.42349 22.4722 7.72171 22.2216 7.74918 21.8809C7.7845 21.5442 7.53729 21.2465 7.19197 21.2152Z\" fill=\"#6E9BE2\"><\/path><path d=\"M8.11023 22.1315C7.76884 22.1002 7.47061 22.3508 7.43922 22.6915C7.40783 23.0322 7.65897 23.3298 8.00035 23.3572C8.34174 23.3886 8.63997 23.1379 8.67136 22.7973C8.70275 22.4566 8.45554 22.1629 8.11023 22.1315Z\" fill=\"#6E9BE2\"><\/path><path d=\"M12.0853 23.6353C12.0539 23.9564 12.2972 24.2501 12.6189 24.2775C12.9368 24.3049 13.2272 24.066 13.2546 23.7449C13.2821 23.4238 13.0427 23.1379 12.7249 23.1066C12.407 23.0792 12.1167 23.3181 12.0853 23.6353Z\" fill=\"#6E9BE2\"><\/path><path d=\"M13.5529 23.3886C13.8864 23.416 14.1885 23.1653 14.2199 22.8325C14.2513 22.4996 14.0002 22.1981 13.6627 22.1629C13.3292 22.1315 13.0231 22.3822 12.9917 22.715C12.9603 23.0518 13.2154 23.3611 13.5529 23.3886Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.8853 18.2078C5.92061 17.8906 5.68517 17.5969 5.3634 17.5617C5.04163 17.5264 4.74341 17.7653 4.71202 18.0864C4.68062 18.4036 4.91606 18.6973 5.23783 18.7286C5.5596 18.7639 5.84998 18.525 5.8853 18.2078Z\" fill=\"#6E9BE2\"><\/path><path d=\"M8.92245 24.2501C9.24422 24.2814 9.52283 24.0503 9.5503 23.7253C9.57777 23.4081 9.35017 23.134 9.02841 23.1027C8.70664 23.0714 8.42803 23.3024 8.40056 23.6235C8.37702 23.9485 8.60461 24.2226 8.92245 24.2501Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.86568 16.3399C5.89315 16.0305 5.65379 15.7486 5.34772 15.7251C5.03772 15.7016 4.75519 15.9366 4.73165 16.2459C4.7081 16.5553 4.93962 16.8294 5.24569 16.8568C5.55569 16.8881 5.83822 16.6493 5.86568 16.3399Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.33202 19.41C5.02594 19.3865 4.74734 19.6136 4.71595 19.9191C4.68456 20.2284 4.91999 20.5104 5.22999 20.5417C5.53999 20.573 5.82252 20.3341 5.84999 20.0248C5.87745 19.7154 5.64201 19.4374 5.33202 19.41Z\" fill=\"#6E9BE2\"><\/path><path d=\"M14.8987 22.7228C14.8673 23.0205 15.0949 23.2946 15.3971 23.322C15.6953 23.3494 15.9621 23.1262 15.9935 22.8286C16.0053 22.7189 15.9818 22.6132 15.9307 22.5192C15.6639 22.4644 15.3971 22.4017 15.1342 22.3273C15.0047 22.4174 14.9144 22.5584 14.8987 22.7228Z\" fill=\"#6E9BE2\"><\/path><path d=\"M11.8027 24.0778C11.5084 24.0504 11.2455 24.2657 11.218 24.5555C11.1906 24.8531 11.4025 25.1155 11.7007 25.1429C11.995 25.1703 12.2579 24.9588 12.2854 24.6652C12.3167 24.3675 12.1009 24.1052 11.8027 24.0778Z\" fill=\"#6E9BE2\"><\/path><path d=\"M14.5809 23.1614C14.2866 23.134 14.0237 23.3455 13.9962 23.6392C13.9648 23.9368 14.1807 24.1992 14.4789 24.2305C14.7732 24.2579 15.0361 24.0464 15.0636 23.7527C15.091 23.4512 14.8752 23.1888 14.5809 23.1614Z\" fill=\"#6E9BE2\"><\/path><path d=\"M10.4293 24.6612C10.4568 24.3714 10.2331 24.1091 9.94277 24.0817C9.65239 24.0543 9.38948 24.2775 9.36594 24.5672C9.3424 24.8531 9.55822 25.1116 9.84859 25.1429C10.139 25.1703 10.4019 24.951 10.4293 24.6612Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.25023 22.2255C5.95986 22.1981 5.71264 22.4057 5.68517 22.6954C5.65771 22.9852 5.86568 23.2358 6.15213 23.2632C6.44643 23.2907 6.69757 23.0831 6.72504 22.7894C6.74858 22.4996 6.54061 22.2529 6.25023 22.2255Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.28553 13.0035C5.99515 12.9761 5.74401 13.1837 5.71654 13.4695C5.68907 13.7593 5.89312 14.0099 6.1835 14.0373C6.36008 14.0569 6.52096 13.9864 6.62691 13.865C6.55236 13.5909 6.48172 13.3168 6.42679 13.0388C6.3797 13.0231 6.33261 13.0114 6.28553 13.0035Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.89649 17.2523C4.92004 16.9704 4.70814 16.7197 4.42561 16.6963C4.13916 16.6728 3.89194 16.8803 3.86448 17.1622C3.83701 17.4481 4.04498 17.6987 4.33143 17.7261C4.62181 17.7535 4.87295 17.5421 4.89649 17.2523Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.30782 19.5745C4.5982 19.6058 4.85326 19.3982 4.88073 19.1124C4.9082 18.8265 4.70022 18.5759 4.41769 18.5485C4.13124 18.5211 3.8801 18.7247 3.84871 19.0066C3.82124 19.2925 4.02529 19.547 4.30782 19.5745Z\" fill=\"#6E9BE2\"><\/path><path d=\"M7.6354 23.7253C7.66287 23.4434 7.44705 23.1888 7.16452 23.1654C6.88199 23.1419 6.62693 23.3533 6.60339 23.6353C6.57984 23.9133 6.78781 24.1639 7.06642 24.1913C7.3568 24.2187 7.61186 24.0073 7.6354 23.7253Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.24176 22.3391C5.52036 22.3626 5.7715 22.1511 5.79505 21.8731C5.81859 21.5951 5.60669 21.3444 5.32809 21.3209C5.04948 21.2975 4.79834 21.5089 4.7748 21.7869C4.75126 22.065 4.96315 22.3156 5.24176 22.3391Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.25354 14.9693C5.53215 14.9928 5.78328 14.7814 5.80683 14.5033C5.83037 14.2253 5.61848 13.9747 5.33987 13.9512C5.06127 13.9277 4.81013 14.1391 4.78658 14.4172C4.76304 14.6952 4.97494 14.9458 5.25354 14.9693Z\" fill=\"#6E9BE2\"><\/path><path d=\"M13.6509 24.1091C13.3723 24.0738 13.1251 24.2696 13.0898 24.5477C13.0545 24.8296 13.2507 25.0802 13.5332 25.1116C13.8118 25.1429 14.059 24.9471 14.0904 24.6691C14.1257 24.391 13.9295 24.1443 13.6509 24.1091Z\" fill=\"#6E9BE2\"><\/path><path d=\"M8.10233 24.1091C7.83157 24.0856 7.58829 24.2931 7.56867 24.5594C7.54905 24.8257 7.74917 25.0607 8.016 25.0881C8.28284 25.1116 8.53005 24.9118 8.55359 24.6416C8.57321 24.3714 8.36916 24.1287 8.10233 24.1091Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.33137 15.8543C4.5982 15.8817 4.83364 15.6899 4.85718 15.4275C4.88465 15.1612 4.69237 14.9263 4.42554 14.9028C4.15871 14.8753 3.92327 15.0711 3.89972 15.3335C3.87618 15.592 4.06846 15.8269 4.33137 15.8543Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.31565 21.3914C4.58249 21.4149 4.814 21.2231 4.84147 20.9607C4.86894 20.6983 4.67274 20.4634 4.40983 20.436C4.143 20.4085 3.91148 20.6043 3.88401 20.8667C3.86047 21.133 4.05274 21.364 4.31565 21.3914Z\" fill=\"#6E9BE2\"><\/path><path d=\"M10.861 25.0646C10.602 25.0411 10.3744 25.2251 10.3509 25.4875C10.3273 25.7459 10.5117 25.9731 10.7707 25.9966C11.0297 26.02 11.2573 25.836 11.2808 25.5736C11.3083 25.3152 11.12 25.0881 10.861 25.0646Z\" fill=\"#6E9BE2\"><\/path><path d=\"M12.717 25.0724C12.4698 25.0489 12.2382 25.2369 12.2186 25.4875C12.1951 25.7381 12.3873 25.9652 12.6385 25.9848C12.8857 26.0044 13.1054 25.8203 13.1329 25.5736C13.1525 25.3269 12.9642 25.0959 12.717 25.0724Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.40928 18.572C3.65649 18.5916 3.86839 18.4153 3.89193 18.1686C3.91548 17.918 3.7389 17.7026 3.48776 17.6791C3.23662 17.6557 3.0208 17.8358 2.99726 18.0864C2.97371 18.337 3.15814 18.5524 3.40928 18.572Z\" fill=\"#6E9BE2\"><\/path><path d=\"M16.4213 23.2515C16.1741 23.228 15.9622 23.4081 15.9386 23.6548C15.9151 23.9015 16.0917 24.1169 16.3389 24.1404C16.59 24.1639 16.8058 23.9838 16.8254 23.7332C16.849 23.4825 16.6685 23.2711 16.4213 23.2515Z\" fill=\"#6E9BE2\"><\/path><path d=\"M9.02447 25.0881C8.77726 25.0646 8.56144 25.2408 8.5379 25.4875C8.51435 25.7342 8.69093 25.9496 8.93814 25.9731C9.18536 25.9966 9.40118 25.8203 9.42472 25.5736C9.44434 25.3269 9.26776 25.1116 9.02447 25.0881Z\" fill=\"#6E9BE2\"><\/path><path d=\"M16.8607 22.7346C16.8372 22.9774 17.0216 23.1967 17.2649 23.2163C17.5043 23.2358 17.7201 23.0518 17.7397 22.8129C17.7436 22.7894 17.7397 22.7698 17.7397 22.7463C17.4493 22.7307 17.159 22.7033 16.8725 22.668C16.8686 22.6915 16.8607 22.7111 16.8607 22.7346Z\" fill=\"#6E9BE2\"><\/path><path d=\"M15.4835 24.1952C15.2441 24.1717 15.0322 24.3519 15.0086 24.5868C14.9851 24.8257 15.1656 25.0372 15.401 25.0607C15.6404 25.0802 15.8523 24.904 15.8759 24.6651C15.8994 24.4302 15.7228 24.2187 15.4835 24.1952Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.49556 19.5549C3.25227 19.5275 3.04429 19.6959 3.02075 19.9347C2.9972 20.1736 3.16202 20.3772 3.39746 20.4046C3.64074 20.432 3.84871 20.2637 3.87618 20.0248C3.8958 19.7859 3.731 19.5784 3.49556 19.5549Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.3975 16.7197C3.64079 16.7432 3.84876 16.5749 3.86838 16.3321C3.89193 16.0932 3.71927 15.8896 3.48383 15.8661C3.24446 15.8426 3.04042 16.011 3.01687 16.2459C2.99333 16.4887 3.16206 16.6923 3.3975 16.7197Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.28104 13.0231C5.50864 13.0427 5.71269 12.8704 5.73231 12.6433C5.75193 12.4161 5.57927 12.2125 5.35168 12.1929C5.12408 12.1734 4.91611 12.3457 4.90042 12.5728C4.8808 12.7999 5.05345 13.0035 5.28104 13.0231Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.32415 23.2672C5.09263 23.2476 4.89251 23.416 4.87289 23.647C4.85327 23.8741 5.01808 24.0699 5.24567 24.0973C5.47326 24.1208 5.68124 23.9524 5.70086 23.7253C5.72048 23.4943 5.55174 23.2867 5.32415 23.2672Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.24235 24.1913C6.01868 24.1717 5.82248 24.3323 5.79893 24.5516C5.77539 24.7787 5.93627 24.9784 6.16387 25.0019C6.39146 25.0254 6.59158 24.8649 6.6112 24.6377C6.63475 24.4106 6.46994 24.2109 6.24235 24.1913Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.82648 11.6486C5.80293 11.8758 5.96774 12.0755 6.19533 12.095C6.2228 12.099 6.25027 12.099 6.27774 12.095C6.24635 11.8248 6.21888 11.5546 6.20318 11.2844C6.00698 11.2962 5.8461 11.445 5.82648 11.6486Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.39806 22.343C4.17831 22.3273 3.97819 22.4957 3.96249 22.715C3.9468 22.9343 4.11553 23.134 4.33528 23.1497C4.55502 23.1654 4.75515 22.997 4.77084 22.7777C4.78654 22.5584 4.6178 22.3626 4.39806 22.343Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.33921 13.9277C4.55895 13.9473 4.75908 13.7828 4.78262 13.5635C4.80224 13.3442 4.63744 13.1445 4.41769 13.121C4.19795 13.1014 3.99782 13.2659 3.97428 13.4852C3.95466 13.7045 4.11946 13.9042 4.33921 13.9277Z\" fill=\"#6E9BE2\"><\/path><path d=\"M14.5653 25.1468C14.3494 25.1272 14.1493 25.2878 14.1258 25.5071C14.1022 25.7264 14.271 25.93 14.4907 25.9496C14.7065 25.9692 14.9067 25.8086 14.9302 25.5893C14.9537 25.37 14.785 25.1664 14.5653 25.1468Z\" fill=\"#6E9BE2\"><\/path><path d=\"M11.7909 26.0827C11.583 26.0631 11.3946 26.2158 11.3711 26.4234C11.3475 26.6309 11.5045 26.8267 11.7164 26.8502C11.9243 26.8698 12.1127 26.7171 12.1362 26.5095C12.1598 26.2981 12.0028 26.1023 11.7909 26.0827Z\" fill=\"#6E9BE2\"><\/path><path d=\"M7.16845 25.1546C6.96441 25.1272 6.77997 25.276 6.74858 25.4797C6.71719 25.6833 6.8663 25.8791 7.0782 25.9065C7.28225 25.9339 7.47452 25.7851 7.50592 25.5776C7.52946 25.3739 7.37643 25.1821 7.16845 25.1546Z\" fill=\"#6E9BE2\"><\/path><path d=\"M9.95055 26.071C9.7465 26.0396 9.5503 26.1884 9.52283 26.3999C9.49537 26.6035 9.64448 26.7993 9.85637 26.8228C10.0604 26.8502 10.2488 26.7053 10.2802 26.4978C10.3076 26.2942 10.1585 26.1023 9.95055 26.071Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.42497 14.8088C3.62902 14.8284 3.80952 14.6835 3.82914 14.4798C3.84876 14.2723 3.69965 14.0922 3.49168 14.0726C3.28763 14.0569 3.11105 14.2018 3.09143 14.4054C3.07181 14.613 3.22092 14.7892 3.42497 14.8088Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.46418 21.4619C3.26013 21.4423 3.07962 21.5911 3.06 21.7948C3.04038 21.9984 3.18949 22.1785 3.39354 22.1981C3.59759 22.2177 3.7781 22.0689 3.79772 21.8653C3.81734 21.6616 3.66822 21.4815 3.46418 21.4619Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.56164 18.709C2.36151 18.6894 2.19278 18.8304 2.17316 19.0301C2.15354 19.2298 2.29481 19.3982 2.49493 19.4178C2.69505 19.4374 2.86379 19.2964 2.88341 19.0967C2.8991 18.897 2.75784 18.7286 2.56164 18.709Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.48713 17.5617C2.68725 17.5812 2.85991 17.4442 2.87953 17.2445C2.89915 17.0448 2.75788 16.8764 2.56168 16.8568C2.36156 16.8372 2.19283 16.9782 2.17321 17.1779C2.15359 17.3737 2.29093 17.5421 2.48713 17.5617Z\" fill=\"#6E9BE2\"><\/path><path d=\"M13.6274 26.114C13.439 26.0945 13.2664 26.2354 13.2468 26.4234C13.2271 26.6153 13.3723 26.7915 13.5646 26.8072C13.753 26.8228 13.9256 26.6818 13.9413 26.4939C13.957 26.3059 13.8157 26.1336 13.6274 26.114Z\" fill=\"#6E9BE2\"><\/path><path d=\"M8.07879 26.118C7.89829 26.0984 7.72955 26.2315 7.70993 26.4156C7.69424 26.5957 7.82373 26.7563 8.00423 26.7758C8.18866 26.7954 8.35347 26.6623 8.36917 26.4782C8.38879 26.302 8.2593 26.1375 8.07879 26.118Z\" fill=\"#6E9BE2\"><\/path><path d=\"M17.3277 24.3127C17.155 24.301 17.0059 24.4224 16.9902 24.5947C16.9745 24.7709 17.1001 24.9236 17.2727 24.9393C17.4493 24.9549 17.6024 24.8296 17.6181 24.6534C17.6298 24.4811 17.5003 24.3284 17.3277 24.3127Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.54205 20.5848C2.37332 20.5691 2.21636 20.6944 2.19674 20.8628C2.17712 21.0312 2.30269 21.1878 2.47142 21.2074C2.64408 21.227 2.80496 21.0977 2.82066 20.9254C2.83635 20.7571 2.71079 20.6004 2.54205 20.5848Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.48715 15.6703C2.6598 15.6899 2.81676 15.5606 2.83638 15.3883C2.85208 15.22 2.72651 15.0672 2.55385 15.0477C2.38512 15.032 2.22816 15.1573 2.21246 15.3257C2.19677 15.4941 2.31841 15.6507 2.48715 15.6703Z\" fill=\"#6E9BE2\"><\/path><path d=\"M18.246 23.4003C18.0772 23.3846 17.9203 23.5178 17.9085 23.6862C17.8967 23.8506 18.0223 24.0034 18.1871 24.0151C18.3558 24.0308 18.5128 23.8976 18.5246 23.7332C18.5403 23.5687 18.4108 23.416 18.246 23.4003Z\" fill=\"#6E9BE2\"><\/path><path d=\"M16.3938 25.2447C16.225 25.229 16.0838 25.3465 16.0681 25.511C16.0485 25.6833 16.1662 25.8243 16.3388 25.8438C16.5036 25.8595 16.6488 25.742 16.6645 25.5776C16.6802 25.4053 16.5625 25.2604 16.3938 25.2447Z\" fill=\"#6E9BE2\"><\/path><path d=\"M10.8413 27.1048C10.6844 27.093 10.551 27.2027 10.5392 27.3593C10.5274 27.512 10.6373 27.6412 10.7903 27.6569C10.9473 27.6726 11.0807 27.5629 11.0964 27.4063C11.1082 27.2497 10.9983 27.1165 10.8413 27.1048Z\" fill=\"#6E9BE2\"><\/path><path d=\"M18.8816 22.7659C18.866 22.9147 18.9797 23.0557 19.1289 23.0675C19.274 23.0792 19.4075 22.9696 19.4271 22.8247C19.431 22.7855 19.4271 22.7503 19.4153 22.715C19.2387 22.7307 19.0661 22.7424 18.8856 22.7503C18.8856 22.7542 18.8856 22.7581 18.8816 22.7659Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.35098 11.9423C4.50009 11.958 4.63743 11.8405 4.6492 11.6917C4.66097 11.5468 4.54718 11.4137 4.40199 11.4019C4.2568 11.3902 4.12338 11.4998 4.10769 11.6486C4.09199 11.7896 4.20579 11.9267 4.35098 11.9423Z\" fill=\"#6E9BE2\"><\/path><path d=\"M4.37068 24.3284C4.22156 24.3166 4.09207 24.4302 4.0803 24.579C4.07245 24.7239 4.1784 24.8492 4.32359 24.8649C4.4727 24.8805 4.60612 24.767 4.61789 24.6182C4.62966 24.4733 4.51587 24.3401 4.37068 24.3284Z\" fill=\"#6E9BE2\"><\/path><path d=\"M12.6935 27.1204C12.5444 27.1087 12.4227 27.2144 12.411 27.3632C12.3992 27.5042 12.5052 27.6256 12.6464 27.6412C12.7955 27.6569 12.9172 27.5512 12.9329 27.4024C12.9486 27.2536 12.8426 27.1322 12.6935 27.1204Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.31244 25.2565C5.16333 25.2408 5.04168 25.3465 5.02599 25.4953C5.01422 25.6441 5.11624 25.7655 5.26535 25.7773C5.41447 25.789 5.53611 25.6833 5.54788 25.5345C5.55965 25.3896 5.45763 25.2682 5.31244 25.2565Z\" fill=\"#6E9BE2\"><\/path><path d=\"M5.28883 11.0143C5.43794 11.0299 5.56351 10.9281 5.57528 10.7793C5.59098 10.6305 5.48503 10.5091 5.33592 10.4934C5.1868 10.4817 5.06516 10.5835 5.05339 10.7323C5.04162 10.8772 5.14364 10.9986 5.28883 11.0143Z\" fill=\"#6E9BE2\"><\/path><path d=\"M15.4756 26.2041C15.3344 26.1884 15.2049 26.2903 15.1892 26.4312C15.1735 26.5761 15.2794 26.7053 15.4246 26.7171C15.5659 26.7288 15.6915 26.627 15.7032 26.4821C15.7189 26.3451 15.6169 26.2198 15.4756 26.2041Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.45244 23.4081C3.31118 23.3964 3.18561 23.5021 3.17384 23.6431C3.16207 23.7801 3.26801 23.9055 3.40143 23.9172C3.54269 23.9329 3.67218 23.8271 3.68396 23.6862C3.69965 23.5491 3.59371 23.4199 3.45244 23.4081Z\" fill=\"#6E9BE2\"><\/path><path d=\"M3.42107 12.8626C3.55841 12.8821 3.69183 12.7803 3.71145 12.6433C3.73107 12.5101 3.63297 12.3809 3.49563 12.3574C3.35829 12.3339 3.22487 12.4318 3.20133 12.5728C3.18171 12.7059 3.28373 12.843 3.42107 12.8626Z\" fill=\"#6E9BE2\"><\/path><path d=\"M8.98139 27.1165C8.84405 27.1048 8.72633 27.2027 8.71456 27.3397C8.70278 27.4768 8.80088 27.5943 8.93822 27.606C9.07556 27.6178 9.19329 27.5238 9.20898 27.3867C9.22468 27.2497 9.12265 27.1283 8.98139 27.1165Z\" fill=\"#6E9BE2\"><\/path><path d=\"M1.6081 17.8828C1.47076 17.871 1.35696 17.9689 1.34519 18.106C1.33342 18.243 1.42759 18.3605 1.56493 18.3723C1.7062 18.3879 1.82392 18.2861 1.83569 18.1451C1.84354 18.0081 1.74544 17.8945 1.6081 17.8828Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.01086 9.81206C5.99516 9.93737 6.07757 10.0392 6.19921 10.0588C6.20706 9.90996 6.21883 9.76507 6.2306 9.62018C6.1168 9.62018 6.02263 9.69458 6.01086 9.81206Z\" fill=\"#6E9BE2\"><\/path><path d=\"M6.23458 26.2276C6.10901 26.2119 5.99914 26.2942 5.98344 26.4156C5.96774 26.5409 6.04622 26.6505 6.16787 26.6701C6.29736 26.6897 6.41116 26.6074 6.42685 26.4821C6.44647 26.3529 6.36015 26.2433 6.23458 26.2276Z\" fill=\"#6E9BE2\"><\/path><path d=\"M1.58458 16.5161C1.70622 16.5279 1.81609 16.4378 1.82394 16.3125C1.83571 16.1872 1.74546 16.0814 1.61989 16.0736C1.49825 16.0619 1.38838 16.1519 1.3766 16.2772C1.37268 16.3986 1.46293 16.5044 1.58458 16.5161Z\" fill=\"#6E9BE2\"><\/path><path d=\"M1.61596 19.7585C1.49432 19.7467 1.38444 19.8368 1.37267 19.9582C1.3609 20.0757 1.44722 20.1853 1.56495 20.201C1.68659 20.2167 1.80039 20.1305 1.81216 20.0091C1.82393 19.8838 1.73368 19.7742 1.61596 19.7585Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.52243 13.7397C2.64015 13.7515 2.75003 13.6575 2.75787 13.54C2.76572 13.4225 2.67155 13.3129 2.55775 13.309C2.44395 13.3011 2.338 13.3912 2.32623 13.5048C2.31446 13.6222 2.40471 13.7319 2.52243 13.7397Z\" fill=\"#6E9BE2\"><\/path><path d=\"M2.53024 22.5388C2.41252 22.527 2.3105 22.6093 2.29873 22.7268C2.28695 22.8442 2.36936 22.9421 2.48708 22.9539C2.6048 22.9656 2.70682 22.8834 2.71467 22.7659C2.73037 22.6524 2.64796 22.5505 2.53024 22.5388Z\" fill=\"#6E9BE2\"><\/path><path d=\"M14.526 27.187C14.42 27.1792 14.3259 27.2575 14.318 27.3671C14.3102 27.4729 14.3887 27.5668 14.4985 27.5747C14.6045 27.5825 14.6987 27.5042 14.7065 27.3945C14.7143 27.2888 14.6319 27.1948 14.526 27.187Z\" fill=\"#6E9BE2\"><\/path><path d=\"M9.93879 28.1425C9.84069 28.1307 9.74651 28.209 9.73866 28.3069C9.73081 28.4009 9.80537 28.4871 9.89955 28.4988C9.99765 28.5106 10.0918 28.4323 10.0997 28.3344C10.1036 28.2443 10.033 28.1542 9.93879 28.1425Z\" fill=\"#6E9BE2\"><\/path><path d=\"M0.705576 18.897C0.607476 18.8853 0.513298 18.9636 0.50545 19.0615C0.497602 19.1554 0.572157 19.2455 0.666333 19.2533C0.764434 19.2651 0.858611 19.1868 0.866459 19.0889C0.874307 18.9949 0.799752 18.9087 0.705576 18.897Z\" fill=\"#6E9BE2\"><\/path><path d=\"M11.8066 28.1307C11.7085 28.1229 11.6183 28.2012 11.6104 28.2952C11.6026 28.3892 11.6771 28.4753 11.7713 28.4871C11.8694 28.4949 11.9597 28.4205 11.9675 28.3226C11.9754 28.2247 11.9008 28.1386 11.8066 28.1307Z\" fill=\"#6E9BE2\"><\/path><path d=\"M0.819391 16.9821C0.72129 16.9743 0.631038 17.0526 0.62319 17.1466C0.615342 17.2406 0.689897 17.3267 0.784073 17.3385C0.882173 17.3463 0.972425 17.2719 0.980273 17.174C0.988121 17.08 0.913567 16.9899 0.819391 16.9821Z\" fill=\"#6E9BE2\"><\/path><path d=\"M7.14888 27.2027C7.05863 27.1909 6.97622 27.2536 6.96053 27.3397C6.94483 27.4337 7.01154 27.5198 7.10572 27.5316C7.19597 27.5433 7.27837 27.4768 7.29015 27.3906C7.30192 27.3006 7.23913 27.2144 7.14888 27.2027Z\" fill=\"#6E9BE2\"><\/path><path d=\"M1.60027 21.6695C1.52964 21.6656 1.45509 21.7243 1.44724 21.787C1.43939 21.8614 1.5061 21.9553 1.57673 21.9593C1.65521 21.9671 1.72976 21.9044 1.73369 21.8261C1.74546 21.7478 1.67875 21.6734 1.60027 21.6695Z\" fill=\"#6E9BE2\"><\/path><path d=\"M1.59247 14.5895C1.67095 14.5973 1.74551 14.5347 1.75336 14.4563C1.76121 14.3819 1.70235 14.3115 1.62779 14.2997C1.54539 14.288 1.48653 14.3506 1.47475 14.4642C1.46691 14.5229 1.52184 14.5817 1.59247 14.5895Z\" fill=\"#6E9BE2\"><\/path><path d=\"M14.475 22.484C14.6712 22.4996 14.8556 22.4213 14.9851 22.2882C14.6163 22.1825 14.2552 22.0611 13.8982 21.9201C13.9296 22.2138 14.1689 22.4566 14.475 22.484Z\" fill=\"#6E9BE2\"><\/path><path d=\"M9.7858 19.8721C9.86428 19.8838 9.94668 19.8838 10.0252 19.8721C10.0134 19.9504 10.0134 20.0326 10.0252 20.1109C9.94668 20.0992 9.86428 20.0992 9.7858 20.1109C9.79365 20.0326 9.79365 19.9504 9.7858 19.8721ZM10.1664 22.1668C10.1115 22.1433 10.0526 22.1276 9.98592 22.1237C9.83288 22.112 9.69162 22.1511 9.57783 22.2255C9.63669 22.1355 9.67985 22.0337 9.69555 21.9162C9.70339 21.8496 9.69555 21.787 9.68377 21.7243C9.82504 21.7635 9.97415 21.7674 10.1193 21.7282C10.0879 21.877 10.1036 22.0297 10.1664 22.1668ZM10.7276 20.8119C10.8374 20.8275 10.9473 20.8197 11.0533 20.7923C11.0297 20.9137 11.0415 21.039 11.0768 21.1604C10.9591 21.1212 10.8335 21.1134 10.7079 21.1369C10.7354 21.0312 10.7433 20.9215 10.7276 20.8119ZM11.5634 21.646C11.7243 21.6969 11.8969 21.693 12.0539 21.6342C12.0382 21.6812 12.0264 21.7282 12.0225 21.783C12.0068 21.9514 12.0578 22.1081 12.1481 22.2373C12.0578 22.1746 11.9479 22.1315 11.8302 22.1198C11.7282 22.112 11.6301 22.1276 11.5398 22.1629C11.6105 21.9945 11.6183 21.8144 11.5634 21.646ZM9.07948 21.1565C8.94606 21.1408 8.81657 21.1682 8.70277 21.2231C8.73809 21.1526 8.76163 21.0782 8.76948 20.9959C8.77733 20.9254 8.76948 20.855 8.75771 20.7845C8.86758 20.8119 8.97745 20.8197 9.08733 20.8041C9.06771 20.9215 9.07948 21.0429 9.11479 21.1604C9.10302 21.1604 9.09125 21.1565 9.07948 21.1565ZM9.0991 18.8461C9.07163 18.9518 9.06378 19.0615 9.07948 19.1711C8.9696 19.1555 8.85973 19.1633 8.75378 19.1907C8.77733 19.0693 8.76555 18.944 8.73024 18.8265C8.85188 18.8578 8.97745 18.8657 9.0991 18.8461ZM8.24366 18.3331C8.1024 18.2861 7.94936 18.2861 7.80417 18.3292C7.81594 18.2861 7.82772 18.2391 7.83164 18.1921C7.84341 18.059 7.81202 17.9298 7.75316 17.8162C7.83164 17.8593 7.91797 17.8828 8.01214 17.8945C8.09455 17.9024 8.17303 17.8906 8.24759 17.871C8.19658 18.0198 8.19657 18.1843 8.24366 18.3331ZM8.15733 20.2323C7.99253 20.2127 7.83949 20.2597 7.71 20.342C7.76886 20.2558 7.8081 20.154 7.81987 20.0444C7.83164 19.9426 7.81595 19.8447 7.78455 19.7507C7.9062 19.7898 8.03569 19.8016 8.16126 19.7781C8.12202 19.9308 8.12594 20.0874 8.17303 20.2362C8.16911 20.2362 8.16126 20.2362 8.15733 20.2323ZM7.20772 19.2847C7.04291 19.2651 6.88595 19.3121 6.75254 19.3982C6.80355 19.3199 6.83886 19.2299 6.85064 19.132C6.86633 18.9792 6.82317 18.8343 6.74076 18.713C6.83494 18.7756 6.94481 18.8226 7.06646 18.8343C7.14886 18.8422 7.23127 18.8304 7.30975 18.8109C7.25481 18.9753 7.25481 19.1515 7.3176 19.3121C7.28228 19.2964 7.24696 19.2886 7.20772 19.2847ZM7.76493 16.6062C7.75316 16.5866 7.75316 16.5866 7.74531 16.5709C7.56873 16.2616 7.40785 15.9444 7.26266 15.6194C7.24304 15.6155 7.22342 15.6115 7.19987 15.6115C6.83102 15.5802 6.49748 15.8661 6.47001 16.2303C6.44254 16.5944 6.71722 16.9195 7.08216 16.9547C7.23127 16.9704 7.37253 16.9273 7.49025 16.8568C7.43532 16.9469 7.39608 17.0487 7.38823 17.1583C7.37646 17.2876 7.40785 17.4089 7.46278 17.5186C7.38038 17.4716 7.2862 17.4442 7.1881 17.4364C7.02329 17.4246 6.87026 17.4716 6.74076 17.5578C6.7957 17.4755 6.83494 17.3776 6.84279 17.2719C6.87418 16.9273 6.60735 16.614 6.26203 16.5827C5.91672 16.5553 5.6028 16.8216 5.57533 17.1662C5.54786 17.5108 5.80685 17.8162 6.15216 17.8475C6.29735 17.8593 6.43469 17.8201 6.54849 17.7457C6.48178 17.8436 6.43861 17.9533 6.42684 18.0747C6.41507 18.243 6.46608 18.3997 6.55634 18.5289C6.47786 18.478 6.38368 18.4388 6.28558 18.4271C5.94027 18.3879 5.6185 18.6464 5.58318 18.9949C5.54787 19.3395 5.80293 19.6528 6.14824 19.688C6.29343 19.7037 6.43469 19.6645 6.54849 19.5901C6.48963 19.6802 6.44646 19.7859 6.43469 19.8995C6.39545 20.2715 6.67406 20.6161 7.05076 20.6552C7.21165 20.6709 7.36468 20.6278 7.49025 20.5456C7.43139 20.6357 7.38823 20.7375 7.37646 20.851C7.33722 21.227 7.61974 21.5716 7.99645 21.6107C8.12986 21.6264 8.25543 21.599 8.36923 21.5442C8.33391 21.6146 8.31037 21.693 8.30252 21.7752C8.26328 22.1511 8.54581 22.4918 8.92251 22.5349C9.08732 22.5506 9.24428 22.5036 9.37378 22.4174C9.31492 22.5036 9.27568 22.6054 9.26783 22.7189C9.23644 23.0831 9.49934 23.3964 9.86428 23.4277C10.2292 23.459 10.5392 23.1967 10.5745 22.8325C10.5824 22.7346 10.5667 22.6406 10.5353 22.5545C10.7315 22.6406 10.9552 22.6406 11.1514 22.5545C11.1317 22.6054 11.12 22.6602 11.116 22.715C11.0846 23.0792 11.3476 23.3886 11.7125 23.4199C12.0774 23.4512 12.3913 23.1889 12.4227 22.8247C12.4384 22.6641 12.3913 22.5153 12.305 22.3939C12.3992 22.4605 12.513 22.5075 12.6386 22.5192C13.0153 22.5506 13.341 22.2764 13.3763 21.9005C13.3802 21.83 13.3763 21.7635 13.3606 21.7008C12.0303 21.1056 10.8021 20.2676 9.73871 19.2064C8.96175 18.4193 8.2986 17.546 7.76493 16.6062Z\" fill=\"#6E9BE2\"><\/path><path d=\"M10.2606 7.96374C10.6687 6.69499 11.375 5.53196 12.3482 4.56473C13.9609 2.95528 16.1035 2.07028 18.3833 2.07028C20.6632 2.07028 22.8057 2.95528 24.4184 4.56473C27.746 7.88543 27.746 13.2894 24.4184 16.6101C23.4492 17.5773 22.2838 18.2822 21.0124 18.6934C21.4676 15.8308 20.5965 12.796 18.3833 10.5874C16.1702 8.37883 13.133 7.5095 10.2606 7.96374ZM25.525 17.781C27.4399 15.87 28.4955 13.3246 28.4955 10.6227C28.4955 7.91675 27.4399 5.37532 25.525 3.46435C23.6101 1.55338 21.0595 0.5 18.3519 0.5C15.6404 0.5 13.0937 1.55338 11.1788 3.46435C9.2639 5.37532 8.20834 7.92067 8.20834 10.6227C8.20834 13.3286 9.2639 15.87 11.1788 17.781C13.0937 19.6919 15.6443 20.7453 18.3519 20.7453C21.0595 20.7453 23.6062 19.6919 25.525 17.781Z\" fill=\"#6E9BE2\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afff232 elementor-widget elementor-widget-html\" data-id=\"afff232\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    portalId: \"24259569\",\r\n    formId: \"be01e4fe-6ca0-4dd5-8760-174583062a80\",\r\n    region: \"na1\"\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77c8c37 e-flex e-con-boxed e-con e-parent\" data-id=\"77c8c37\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3047251 e-con-full e-flex e-con e-child\" data-id=\"3047251\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dca6074 e-con-full e-flex e-con e-child\" data-id=\"dca6074\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9460470 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9460470\" data-element_type=\"widget\" id=\"next\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">PCLD na Cadeia Agr\u00edcola<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00b340f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"00b340f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Descubra como aplicar a Provis\u00e3o para Cr\u00e9ditos de Liquida\u00e7\u00e3o Duvidosa (PCLD) na sua empresa, mitigar riscos financeiros e tornar a gest\u00e3o de cr\u00e9dito mais eficiente no agroneg\u00f3cio<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecd056f elementor-align-left elementor-widget elementor-widget-button\" data-id=\"ecd056f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/conteudo.traivefinance.com\/pcld-cadeia-agricola?hs_preview=SPZcfGFa-188562593406\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74164 16.2584C6.06382 16.5805 6.58618 16.5805 6.90836 16.2584L14.85 8.31672V14.575C14.85 15.0306 15.2194 15.4 15.675 15.4C16.1306 15.4 16.5 15.0306 16.5 14.575V6.325C16.5 5.86937 16.1306 5.5 15.675 5.5H7.425C6.96937 5.5 6.6 5.86937 6.6 6.325C6.6 6.78063 6.96937 7.15 7.425 7.15H13.6833L5.74164 15.0916C5.41945 15.4138 5.41945 15.9362 5.74164 16.2584Z\" fill=\"#122744\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Acessar gratuitamente<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65b5542 e-con-full e-flex e-con e-child\" data-id=\"65b5542\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f7bb81 elementor-widget elementor-widget-image\" data-id=\"1f7bb81\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"535\" height=\"357\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp\" class=\"attachment-large size-large wp-image-6023\" alt=\"Design sem nome 2\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp 535w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2-300x200.webp 300w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2-18x12.webp 18w\" sizes=\"(max-width: 535px) 100vw, 535px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c63329 e-con-full e-flex e-con e-child\" data-id=\"6c63329\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2b6fa11 e-con-full e-flex e-con e-child\" data-id=\"2b6fa11\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c3e9cb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1c3e9cb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Intelig\u00eancia Artificial e financiamento de opera\u00e7\u00f5es agr\u00edcolas<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec0889b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ec0889b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Um guia completo para voc\u00ea entender como a IA pode ser usada para an\u00e1lises de cr\u00e9dito mais precisas e r\u00e1pidas<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6006772 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"6006772\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/conteudo.traivefinance.com\/inteligencia-artificial-para-o-agronegocio?hsCtaAttrib=172191135289\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74164 16.2584C6.06382 16.5805 6.58618 16.5805 6.90836 16.2584L14.85 8.31672V14.575C14.85 15.0306 15.2194 15.4 15.675 15.4C16.1306 15.4 16.5 15.0306 16.5 14.575V6.325C16.5 5.86937 16.1306 5.5 15.675 5.5H7.425C6.96937 5.5 6.6 5.86937 6.6 6.325C6.6 6.78063 6.96937 7.15 7.425 7.15H13.6833L5.74164 15.0916C5.41945 15.4138 5.41945 15.9362 5.74164 16.2584Z\" fill=\"#122744\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Acessar gratuitamente<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50e5a1b e-con-full e-flex e-con e-child\" data-id=\"50e5a1b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-402506e elementor-widget elementor-widget-image\" data-id=\"402506e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"764\" height=\"714\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/07\/livro-mockup-1.png\" class=\"attachment-medium_large size-medium_large wp-image-6470\" alt=\"livro mockup (1)\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/07\/livro-mockup-1.png 764w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/07\/livro-mockup-1-300x280.png 300w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/07\/livro-mockup-1-13x12.png 13w\" sizes=\"(max-width: 764px) 100vw, 764px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9618c3 e-con-full e-flex e-con e-child\" data-id=\"b9618c3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-925bee1 e-con-full e-flex e-con e-child\" data-id=\"925bee1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c0ca80 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2c0ca80\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Como a Belagr\u00edcola est\u00e1 usando Intelig\u00eancia Artificial para integrar dados e fazer an\u00e1lise de cr\u00e9dito agr\u00edcola<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e85f1ea elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e85f1ea\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Revenda do Paran\u00e1 j\u00e1 concedeu via plataforma Traive cerca de R$650 milh\u00f5es em financiamento de insumos<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424cc30 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"424cc30\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/conteudo.traivefinance.com\/case-belagricola?hs_preview=muXdpKWS-171990545244\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74164 16.2584C6.06382 16.5805 6.58618 16.5805 6.90836 16.2584L14.85 8.31672V14.575C14.85 15.0306 15.2194 15.4 15.675 15.4C16.1306 15.4 16.5 15.0306 16.5 14.575V6.325C16.5 5.86937 16.1306 5.5 15.675 5.5H7.425C6.96937 5.5 6.6 5.86937 6.6 6.325C6.6 6.78063 6.96937 7.15 7.425 7.15H13.6833L5.74164 15.0916C5.41945 15.4138 5.41945 15.9362 5.74164 16.2584Z\" fill=\"#122744\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Acessar gratuitamente<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd38eea e-con-full e-flex e-con e-child\" data-id=\"fd38eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62588bb elementor-widget elementor-widget-image\" data-id=\"62588bb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"728\" height=\"533\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/image.jpg\" class=\"attachment-large size-large wp-image-3501\" alt=\"image\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/image.jpg 728w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/image-300x220.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e6689f6 e-flex e-con-boxed e-con e-parent\" data-id=\"e6689f6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f33582e elementor-widget elementor-widget-shortcode\" data-id=\"f33582e\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"4061\" class=\"elementor elementor-4061\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-7b5e592 e-flex e-con-boxed e-con e-parent\" data-id=\"7b5e592\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dc20fd5 e-con-full e-flex e-con e-child\" data-id=\"dc20fd5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ba02323 e-con-full e-flex e-con e-child\" data-id=\"ba02323\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-773f1c2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"773f1c2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Come Shape the Future of Your Business with Us!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef15e84 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ef15e84\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"61\" height=\"61\" viewbox=\"0 0 61 61\" fill=\"none\"><path d=\"M13.1195 30.3366C13.0596 31.0191 13.547 31.6334 14.2141 31.7443C13.9319 31.0362 13.6839 30.3111 13.4615 29.5774C13.2734 29.7821 13.1451 30.0466 13.1195 30.3366Z\" fill=\"#9CED2E\"><\/path><path d=\"M22.3809 51.8009C23.0992 51.8777 23.7491 51.3317 23.8175 50.6151C23.8859 49.8985 23.3558 49.2672 22.6374 49.1904C21.9191 49.1136 21.2692 49.6596 21.2007 50.3762C21.1409 51.0928 21.6711 51.7241 22.3809 51.8009Z\" fill=\"#9CED2E\"><\/path><path d=\"M13.7438 32.5121C13.8037 31.7869 13.282 31.1727 12.5551 31.1044C11.8282 31.0447 11.2125 31.5651 11.1441 32.2903C11.0842 33.0069 11.6059 33.6296 12.3328 33.6979C13.0597 33.7576 13.6839 33.2372 13.7438 32.5121Z\" fill=\"#9CED2E\"><\/path><path d=\"M12.5723 43.176C11.8454 43.1162 11.2211 43.6366 11.1612 44.3532C11.0928 45.0784 11.623 45.7012 12.3414 45.7609C13.0683 45.8206 13.6925 45.3002 13.7524 44.5751C13.8208 43.867 13.2906 43.2357 12.5723 43.176Z\" fill=\"#9CED2E\"><\/path><path d=\"M14.5732 45.1296C13.8292 45.0613 13.1793 45.6073 13.1109 46.3495C13.0425 47.0917 13.5898 47.7401 14.3337 47.7998C15.0777 47.8681 15.7277 47.3221 15.7875 46.5799C15.8645 45.8462 15.3257 45.1978 14.5732 45.1296Z\" fill=\"#9CED2E\"><\/path><path d=\"M16.5743 47.1259C15.8304 47.0576 15.1804 47.6036 15.112 48.3458C15.0436 49.088 15.5909 49.7364 16.3349 49.7961C17.0789 49.8644 17.7288 49.3184 17.7972 48.5762C17.8656 47.834 17.3269 47.1941 16.5743 47.1259Z\" fill=\"#9CED2E\"><\/path><path d=\"M25.2372 50.4018C25.1688 51.1014 25.699 51.7412 26.4002 51.8009C27.0929 51.8606 27.7257 51.3402 27.7855 50.6407C27.8454 49.9411 27.3238 49.3184 26.6311 49.2501C25.9384 49.1904 25.3056 49.7108 25.2372 50.4018Z\" fill=\"#9CED2E\"><\/path><path d=\"M28.4355 49.8643C29.1624 49.9241 29.8208 49.3781 29.8892 48.6529C29.9577 47.9278 29.4104 47.2709 28.6749 47.1941C27.948 47.1259 27.281 47.6719 27.2126 48.397C27.1442 49.1307 27.7 49.8046 28.4355 49.8643Z\" fill=\"#9CED2E\"><\/path><path d=\"M11.7255 38.5777C11.8025 37.8867 11.2894 37.2468 10.5882 37.1701C9.88695 37.0933 9.23703 37.6137 9.16862 38.3132C9.10021 39.0043 9.6133 39.6441 10.3145 39.7123C11.0158 39.7891 11.6486 39.2687 11.7255 38.5777Z\" fill=\"#9CED2E\"><\/path><path d=\"M18.3444 51.7412C19.0457 51.8094 19.6528 51.3061 19.7127 50.598C19.7726 49.907 19.2766 49.3098 18.5753 49.2416C17.8741 49.1733 17.2669 49.6767 17.2071 50.3762C17.1558 51.0843 17.6518 51.6815 18.3444 51.7412Z\" fill=\"#9CED2E\"><\/path><path d=\"M11.6828 34.5084C11.7427 33.8344 11.221 33.2202 10.554 33.169C9.87842 33.1178 9.26271 33.6297 9.2114 34.3036C9.16009 34.9776 9.66464 35.5748 10.3317 35.6345C11.0072 35.7027 11.6229 35.1823 11.6828 34.5084Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.5198 41.1967C9.85276 41.1456 9.2456 41.6404 9.17719 42.3058C9.10877 42.9797 9.62187 43.594 10.2974 43.6622C10.973 43.7305 11.5887 43.2101 11.6486 42.5361C11.7085 41.8622 11.1954 41.2565 10.5198 41.1967Z\" fill=\"#9CED2E\"><\/path><path d=\"M31.3686 48.4141C31.3001 49.0624 31.7961 49.6596 32.4546 49.7193C33.1045 49.779 33.686 49.2928 33.7545 48.6444C33.7801 48.4055 33.7288 48.1752 33.6176 47.9704C33.0361 47.851 32.4546 47.7145 31.8816 47.5524C31.5994 47.7486 31.4028 48.0558 31.3686 48.4141Z\" fill=\"#9CED2E\"><\/path><path d=\"M24.6214 51.3658C23.98 51.3061 23.407 51.7753 23.3472 52.4066C23.2873 53.055 23.7491 53.6266 24.399 53.6863C25.0404 53.746 25.6134 53.2853 25.6732 52.6455C25.7416 51.9972 25.2713 51.4256 24.6214 51.3658Z\" fill=\"#9CED2E\"><\/path><path d=\"M30.6759 49.3695C30.0345 49.3098 29.4616 49.7705 29.4017 50.4103C29.3333 51.0587 29.8037 51.6303 30.4536 51.6985C31.0949 51.7583 31.6679 51.2976 31.7278 50.6577C31.7876 50.0009 31.3173 49.4293 30.6759 49.3695Z\" fill=\"#9CED2E\"><\/path><path d=\"M21.6284 52.637C21.6883 52.0057 21.2008 51.4341 20.568 51.3744C19.9352 51.3146 19.3622 51.8009 19.3109 52.4322C19.2596 53.055 19.73 53.618 20.3628 53.6863C20.9956 53.746 21.5686 53.2683 21.6284 52.637Z\" fill=\"#9CED2E\"><\/path><path d=\"M12.5209 47.3306C11.888 47.2709 11.3493 47.723 11.2894 48.3543C11.2296 48.9856 11.6828 49.5316 12.3071 49.5914C12.9484 49.6511 13.4957 49.1989 13.5556 48.5591C13.6069 47.9278 13.1537 47.3903 12.5209 47.3306Z\" fill=\"#9CED2E\"><\/path><path d=\"M12.5978 27.2398C11.965 27.1801 11.4176 27.6323 11.3578 28.2551C11.2979 28.8864 11.7426 29.4323 12.3754 29.4921C12.7602 29.5347 13.1109 29.3812 13.3418 29.1167C13.1793 28.5195 13.0253 27.9223 12.9056 27.3166C12.803 27.2825 12.7004 27.2569 12.5978 27.2398Z\" fill=\"#9CED2E\"><\/path><path d=\"M9.57065 36.4961C9.62196 35.8819 9.16017 35.3359 8.54445 35.2847C7.92018 35.2335 7.38143 35.6857 7.32157 36.2999C7.26171 36.9227 7.71495 37.4687 8.33921 37.5284C8.97203 37.5881 9.51934 37.1274 9.57065 36.4961Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.28776 41.5551C8.92057 41.6233 9.47643 41.1712 9.53629 40.5484C9.59615 39.9256 9.14291 39.3796 8.5272 39.3199C7.90293 39.2602 7.35562 39.7038 7.28721 40.3181C7.22735 40.9408 7.67204 41.4953 8.28776 41.5551Z\" fill=\"#9CED2E\"><\/path><path d=\"M15.5396 50.598C15.5994 49.9838 15.1291 49.4293 14.5134 49.3781C13.8976 49.3269 13.3418 49.7876 13.2905 50.4018C13.2392 51.0075 13.6924 51.5535 14.2996 51.6132C14.9324 51.673 15.4882 51.2123 15.5396 50.598Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.3231 47.578C10.9303 47.6292 11.4776 47.1685 11.5289 46.5628C11.5802 45.9571 11.1184 45.4111 10.5112 45.3599C9.90406 45.3087 9.35675 45.7694 9.30544 46.3751C9.25413 46.9808 9.71592 47.5268 10.3231 47.578Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.3488 31.5225C10.9559 31.5736 11.5032 31.113 11.5545 30.5072C11.6059 29.9015 11.1441 29.3555 10.5369 29.3044C9.92974 29.2532 9.38243 29.7139 9.33112 30.3196C9.27981 30.9253 9.7416 31.4713 10.3488 31.5225Z\" fill=\"#9CED2E\"><\/path><path d=\"M28.6492 51.4341C28.042 51.3573 27.5033 51.7839 27.4263 52.3896C27.3493 53.0038 27.7769 53.5498 28.3926 53.618C28.9998 53.6863 29.5386 53.2597 29.607 52.654C29.6839 52.0483 29.2563 51.5109 28.6492 51.4341Z\" fill=\"#9CED2E\"><\/path><path d=\"M16.5571 51.4341C15.9671 51.3829 15.4369 51.835 15.3941 52.4152C15.3514 52.9953 15.7875 53.5071 16.369 53.5669C16.9505 53.618 17.4893 53.183 17.5406 52.5943C17.5833 52.0057 17.1387 51.4767 16.5571 51.4341Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.33906 33.4505C8.92057 33.5102 9.43367 33.0922 9.48498 32.5206C9.54484 31.9405 9.12581 31.4286 8.5443 31.3774C7.96279 31.3177 7.4497 31.7443 7.39839 32.3159C7.34708 32.8789 7.76611 33.3908 8.33906 33.4505Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.30482 45.5135C8.88633 45.5647 9.39088 45.1467 9.45074 44.5751C9.5106 44.0035 9.08302 43.4916 8.51006 43.4319C7.92855 43.3722 7.42401 43.7987 7.36415 44.3703C7.31284 44.9504 7.73187 45.4538 8.30482 45.5135Z\" fill=\"#9CED2E\"><\/path><path d=\"M22.5691 53.5157C22.0047 53.4645 21.5087 53.8654 21.4573 54.437C21.406 55.0001 21.808 55.4949 22.3724 55.5461C22.9368 55.5972 23.4328 55.1963 23.4841 54.6247C23.5439 54.0616 23.1335 53.5668 22.5691 53.5157Z\" fill=\"#9CED2E\"><\/path><path d=\"M26.6138 53.5327C26.0751 53.4815 25.5705 53.891 25.5278 54.437C25.4765 54.983 25.8955 55.4778 26.4428 55.5205C26.9815 55.5631 27.4604 55.1622 27.5203 54.6247C27.563 54.0873 27.1526 53.5839 26.6138 53.5327Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.32956 39.3711C6.86831 39.4137 7.33009 39.0298 7.3814 38.4924C7.43271 37.9464 7.04789 37.4772 6.50059 37.426C5.95329 37.3748 5.48295 37.7672 5.43164 38.3132C5.38033 38.8592 5.78226 39.3284 6.32956 39.3711Z\" fill=\"#9CED2E\"><\/path><path d=\"M34.6866 49.5658C34.1479 49.5146 33.6861 49.907 33.6348 50.4445C33.5835 50.9819 33.9683 51.4511 34.5071 51.5023C35.0544 51.5535 35.5247 51.1611 35.5675 50.6151C35.6188 50.0691 35.2254 49.6084 34.6866 49.5658Z\" fill=\"#9CED2E\"><\/path><path d=\"M18.5668 53.5669C18.028 53.5157 17.5577 53.8996 17.5064 54.437C17.4551 54.9745 17.8399 55.4437 18.3786 55.4949C18.9174 55.5461 19.3877 55.1622 19.439 54.6247C19.4818 54.0872 19.097 53.618 18.5668 53.5669Z\" fill=\"#9CED2E\"><\/path><path d=\"M35.6443 48.4397C35.593 48.9686 35.995 49.4463 36.5252 49.489C37.0468 49.5317 37.5171 49.1307 37.5599 48.6103C37.5685 48.5591 37.5599 48.5164 37.5599 48.4653C36.9271 48.4311 36.2943 48.3714 35.67 48.2946C35.6614 48.3458 35.6443 48.3885 35.6443 48.4397Z\" fill=\"#9CED2E\"><\/path><path d=\"M32.6428 51.6218C32.1212 51.5706 31.6594 51.963 31.6081 52.4749C31.5568 52.9953 31.9502 53.456 32.4633 53.5071C32.9849 53.5498 33.4467 53.1659 33.498 52.6455C33.5493 52.1336 33.1645 51.6729 32.6428 51.6218Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.51758 41.5124C5.98738 41.4527 5.53414 41.8195 5.48283 42.3399C5.43152 42.8603 5.7907 43.3039 6.30379 43.3637C6.83399 43.4234 7.28722 43.0565 7.34708 42.5361C7.38984 42.0157 7.03068 41.5636 6.51758 41.5124Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.30389 35.3359C6.83409 35.3871 7.28732 35.0202 7.33008 34.4913C7.38139 33.9709 7.00512 33.5273 6.49202 33.4761C5.97037 33.4249 5.52569 33.7917 5.47438 34.3036C5.42307 34.8325 5.79079 35.2761 6.30389 35.3359Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.4087 27.2825C10.9047 27.3251 11.3494 26.9498 11.3921 26.455C11.4349 25.9602 11.0586 25.5165 10.5626 25.4739C10.0666 25.4312 9.6134 25.8066 9.5792 26.3014C9.53644 26.7962 9.91271 27.2398 10.4087 27.2825Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.5026 49.5999C9.9981 49.5572 9.56196 49.9241 9.51921 50.4274C9.47645 50.9222 9.83562 51.3488 10.3316 51.4085C10.8276 51.4597 11.2808 51.0928 11.3236 50.598C11.3664 50.0947 10.9986 49.6425 10.5026 49.5999Z\" fill=\"#9CED2E\"><\/path><path d=\"M12.5037 51.6132C12.0162 51.5706 11.5886 51.9204 11.5373 52.3981C11.486 52.8929 11.8366 53.328 12.3326 53.3792C12.8286 53.4304 13.2648 53.0806 13.3075 52.5858C13.3588 52.091 12.9997 51.6559 12.5037 51.6132Z\" fill=\"#9CED2E\"><\/path><path d=\"M11.5974 24.2881C11.5461 24.7829 11.9052 25.218 12.4012 25.2606C12.4611 25.2692 12.5209 25.2692 12.5808 25.2606C12.5124 24.672 12.4525 24.0833 12.4183 23.4947C11.9907 23.5203 11.6401 23.8445 11.5974 24.2881Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.48441 47.5866C8.00552 47.5524 7.56939 47.9193 7.53518 48.397C7.50097 48.8748 7.8687 49.3098 8.34759 49.344C8.82648 49.3781 9.26261 49.0113 9.29682 48.5335C9.33102 48.0558 8.9633 47.6292 8.48441 47.5866Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.35616 29.2532C8.83505 29.2958 9.27118 28.9375 9.32249 28.4598C9.36525 27.982 9.00608 27.547 8.52719 27.4958C8.0483 27.4531 7.61217 27.8114 7.56086 28.2892C7.5181 28.7669 7.87727 29.202 8.35616 29.2532Z\" fill=\"#9CED2E\"><\/path><path d=\"M30.6418 53.6948C30.1715 53.6522 29.7354 54.002 29.6841 54.4797C29.6327 54.9574 30.0005 55.4011 30.4794 55.4437C30.9497 55.4864 31.3858 55.1366 31.4371 54.6589C31.4884 54.1811 31.1207 53.7375 30.6418 53.6948Z\" fill=\"#9CED2E\"><\/path><path d=\"M24.5957 55.7338C24.1425 55.6911 23.732 56.0238 23.6807 56.476C23.6294 56.9281 23.9715 57.3547 24.4332 57.4059C24.8865 57.4485 25.297 57.1158 25.3483 56.6637C25.3996 56.203 25.0575 55.7764 24.5957 55.7338Z\" fill=\"#9CED2E\"><\/path><path d=\"M14.5219 53.7119C14.0773 53.6522 13.6753 53.9764 13.6069 54.42C13.5385 54.8636 13.8635 55.2901 14.3253 55.3499C14.7699 55.4096 15.189 55.0854 15.2574 54.6333C15.3087 54.1896 14.9752 53.7716 14.5219 53.7119Z\" fill=\"#9CED2E\"><\/path><path d=\"M20.585 55.7082C20.1403 55.6399 19.7127 55.9641 19.6528 56.4248C19.593 56.8684 19.9179 57.295 20.3797 57.3461C20.8244 57.4059 21.2349 57.0902 21.3033 56.6381C21.3632 56.1944 21.0382 55.7764 20.585 55.7082Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.36375 31.1727C6.80844 31.2153 7.20181 30.8997 7.24457 30.4561C7.28733 30.0039 6.96236 29.6115 6.50913 29.5688C6.06444 29.5347 5.67962 29.8504 5.63686 30.294C5.5941 30.7461 5.91907 31.13 6.36375 31.1727Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.4492 45.667C6.00451 45.6244 5.61114 45.9486 5.56838 46.3922C5.52562 46.8358 5.85058 47.2282 6.29527 47.2709C6.73995 47.3135 7.13332 46.9894 7.17608 46.5457C7.21884 46.1021 6.89388 45.7097 6.4492 45.667Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.48229 39.6697C4.04616 39.627 3.67844 39.9341 3.63568 40.3692C3.59293 40.8043 3.90078 41.1711 4.33692 41.2138C4.77305 41.2565 5.14076 40.9493 5.18352 40.5142C5.21773 40.0792 4.90987 39.7123 4.48229 39.6697Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.31991 37.1701C4.75605 37.2127 5.13232 36.9141 5.17508 36.479C5.21783 36.044 4.90997 35.6771 4.48239 35.6345C4.04626 35.5918 3.67854 35.8989 3.63578 36.334C3.59302 36.7606 3.89233 37.1274 4.31991 37.1701Z\" fill=\"#9CED2E\"><\/path><path d=\"M28.5979 55.802C28.1875 55.7594 27.8112 56.0665 27.7684 56.476C27.7257 56.894 28.0421 57.2779 28.4611 57.312C28.8716 57.3461 29.2478 57.039 29.2821 56.6295C29.3163 56.22 29.0084 55.8447 28.5979 55.802Z\" fill=\"#9CED2E\"><\/path><path d=\"M16.5058 55.8105C16.1125 55.7679 15.7447 56.058 15.702 56.4589C15.6678 56.8513 15.95 57.2011 16.3434 57.2438C16.7453 57.2864 17.1045 56.9964 17.1387 56.5954C17.1814 56.2115 16.8992 55.8532 16.5058 55.8105Z\" fill=\"#9CED2E\"><\/path><path d=\"M36.662 51.8777C36.2857 51.8521 35.9607 52.1166 35.9265 52.492C35.8923 52.8759 36.166 53.2086 36.5423 53.2427C36.9271 53.2768 37.2606 53.0038 37.2948 52.6199C37.3205 52.2446 37.0382 51.9118 36.662 51.8777Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.43961 43.7561C4.07189 43.722 3.72983 43.9949 3.68707 44.3618C3.64431 44.7286 3.91796 45.0699 4.28568 45.1125C4.66195 45.1552 5.01257 44.8737 5.04678 44.4983C5.08098 44.1314 4.80733 43.7902 4.43961 43.7561Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.31995 33.0495C4.69622 33.0922 5.03829 32.8107 5.08104 32.4353C5.11525 32.0685 4.8416 31.7358 4.46533 31.6931C4.09761 31.659 3.75554 31.932 3.72133 32.2988C3.68713 32.6656 3.95223 33.0069 4.31995 33.0495Z\" fill=\"#9CED2E\"><\/path><path d=\"M38.6632 49.89C38.2954 49.8558 37.9534 50.1459 37.9277 50.5127C37.9021 50.871 38.1757 51.2037 38.5349 51.2293C38.9026 51.2635 39.2447 50.9734 39.2703 50.6151C39.3045 50.2568 39.0223 49.9241 38.6632 49.89Z\" fill=\"#9CED2E\"><\/path><path d=\"M34.6267 53.9081C34.259 53.874 33.9511 54.1299 33.9169 54.4882C33.8742 54.8636 34.1307 55.1707 34.507 55.2134C34.8661 55.2475 35.1826 54.9916 35.2168 54.6333C35.251 54.2579 34.9944 53.9422 34.6267 53.9081Z\" fill=\"#9CED2E\"><\/path><path d=\"M22.5263 57.9604C22.1842 57.9348 21.8934 58.1737 21.8678 58.5149C21.8421 58.8476 22.0816 59.1291 22.4151 59.1633C22.7571 59.1974 23.0479 58.9585 23.0821 58.6173C23.1078 58.276 22.8683 57.986 22.5263 57.9604Z\" fill=\"#9CED2E\"><\/path><path d=\"M40.0485 48.5079C40.0143 48.8321 40.2623 49.1392 40.5873 49.1648C40.9037 49.1904 41.1945 48.9515 41.2372 48.6359C41.2458 48.5506 41.2372 48.4738 41.2116 48.397C40.8267 48.4311 40.4505 48.4567 40.0571 48.4738C40.0571 48.4823 40.0571 48.4909 40.0485 48.5079Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.3818 24.9279C8.70676 24.962 9.00607 24.7061 9.03172 24.3819C9.05737 24.0663 8.80938 23.7762 8.49297 23.7506C8.17656 23.725 7.88581 23.9639 7.8516 24.2881C7.81739 24.5952 8.06539 24.8938 8.3818 24.9279Z\" fill=\"#9CED2E\"><\/path><path d=\"M8.42474 51.9118C8.09977 51.8862 7.81757 52.1336 7.79192 52.4578C7.77482 52.7735 8.00571 53.0465 8.32212 53.0806C8.64708 53.1147 8.93784 52.8673 8.96349 52.5431C8.98915 52.2275 8.74115 51.9374 8.42474 51.9118Z\" fill=\"#9CED2E\"><\/path><path d=\"M26.5627 57.9945C26.2377 57.9689 25.9726 58.1993 25.947 58.5234C25.9213 58.8306 26.1522 59.095 26.4601 59.1291C26.785 59.1633 27.0501 58.9329 27.0843 58.6087C27.1186 58.2846 26.8877 58.0201 26.5627 57.9945Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.4771 53.9337C10.1522 53.8996 9.88706 54.1299 9.85286 54.4541C9.8272 54.7783 10.0495 55.0428 10.3745 55.0684C10.6995 55.0939 10.9646 54.8636 10.9902 54.5394C11.0159 54.2238 10.7935 53.9593 10.4771 53.9337Z\" fill=\"#9CED2E\"><\/path><path d=\"M10.4257 22.9061C10.7506 22.9402 11.0243 22.7184 11.0499 22.3942C11.0841 22.07 10.8532 21.8055 10.5283 21.7714C10.2033 21.7458 9.93822 21.9676 9.91257 22.2918C9.88691 22.6075 10.1093 22.8719 10.4257 22.9061Z\" fill=\"#9CED2E\"><\/path><path d=\"M32.6258 55.9982C32.318 55.9641 32.0357 56.1859 32.0015 56.493C31.9673 56.8087 32.1982 57.0902 32.5146 57.1158C32.8225 57.1414 33.0961 56.9196 33.1218 56.604C33.156 56.3054 32.9337 56.0324 32.6258 55.9982Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.42362 49.907C6.11577 49.8814 5.84211 50.1117 5.81646 50.4189C5.79081 50.7175 6.02169 50.9905 6.31245 51.016C6.62031 51.0502 6.90251 50.8198 6.92817 50.5127C6.96237 50.2141 6.73148 49.9326 6.42362 49.907Z\" fill=\"#9CED2E\"><\/path><path d=\"M6.35525 26.9327C6.65456 26.9754 6.94531 26.7536 6.98807 26.455C7.03083 26.1649 6.81704 25.8834 6.51774 25.8322C6.21843 25.781 5.92768 25.9943 5.87637 26.3014C5.83361 26.5915 6.05595 26.8901 6.35525 26.9327Z\" fill=\"#9CED2E\"><\/path><path d=\"M18.4729 57.986C18.1736 57.9604 17.917 58.1737 17.8914 58.4723C17.8657 58.7708 18.0795 59.0268 18.3788 59.0524C18.6781 59.078 18.9347 58.8732 18.9689 58.5746C19.0031 58.276 18.7807 58.0116 18.4729 57.986Z\" fill=\"#9CED2E\"><\/path><path d=\"M2.40424 37.8696C2.10493 37.844 1.85693 38.0573 1.83128 38.3559C1.80562 38.6545 2.01086 38.9104 2.31017 38.936C2.61803 38.9701 2.87458 38.7483 2.90023 38.4412C2.91733 38.1426 2.70354 37.8952 2.40424 37.8696Z\" fill=\"#9CED2E\"><\/path><path d=\"M11.9992 20.287C11.965 20.56 12.1446 20.7818 12.4097 20.8245C12.4268 20.5003 12.4524 20.1846 12.4781 19.869C12.2301 19.869 12.0248 20.0311 11.9992 20.287Z\" fill=\"#9CED2E\"><\/path><path d=\"M12.4867 56.0494C12.2131 56.0153 11.9736 56.1944 11.9394 56.4589C11.9052 56.7319 12.0763 56.9708 12.3414 57.0134C12.6236 57.0561 12.8716 56.8769 12.9058 56.6039C12.9485 56.3224 12.7604 56.0835 12.4867 56.0494Z\" fill=\"#9CED2E\"><\/path><path d=\"M2.35298 34.8922C2.61808 34.9178 2.85752 34.7216 2.87463 34.4486C2.90028 34.1756 2.70359 33.9453 2.42994 33.9282C2.16484 33.9026 1.9254 34.0989 1.89974 34.3718C1.89119 34.6363 2.08788 34.8666 2.35298 34.8922Z\" fill=\"#9CED2E\"><\/path><path d=\"M2.42137 41.956C2.15627 41.9304 1.91682 42.1266 1.89117 42.3911C1.86552 42.647 2.05365 42.8859 2.3102 42.92C2.5753 42.9542 2.8233 42.7665 2.84895 42.502C2.87461 42.229 2.67792 41.9901 2.42137 41.956Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.39685 28.8437C4.6534 28.8693 4.89285 28.6645 4.90995 28.4086C4.92705 28.1527 4.72182 27.9138 4.47382 27.9053C4.22582 27.8882 3.99493 28.0844 3.96927 28.3318C3.94362 28.5877 4.14031 28.8266 4.39685 28.8437Z\" fill=\"#9CED2E\"><\/path><path d=\"M4.41387 48.0131C4.15732 47.9875 3.93498 48.1666 3.90933 48.4226C3.88367 48.6785 4.06326 48.8918 4.31981 48.9174C4.57636 48.943 4.79869 48.7638 4.8158 48.5079C4.85 48.2605 4.67042 48.0387 4.41387 48.0131Z\" fill=\"#9CED2E\"><\/path><path d=\"M30.5563 58.1395C30.3254 58.1225 30.1201 58.2931 30.103 58.532C30.0859 58.7623 30.2569 58.967 30.4964 58.9841C30.7273 59.0012 30.9325 58.8306 30.9496 58.5917C30.9667 58.3614 30.7871 58.1566 30.5563 58.1395Z\" fill=\"#9CED2E\"><\/path><path d=\"M20.5593 60.2211C20.3455 60.1955 20.1403 60.3661 20.1232 60.5794C20.1061 60.7842 20.2686 60.9719 20.4738 60.9975C20.6876 61.023 20.8928 60.8524 20.9099 60.6391C20.9185 60.4429 20.7646 60.2467 20.5593 60.2211Z\" fill=\"#9CED2E\"><\/path><path d=\"M0.437371 40.0792C0.223581 40.0536 0.0183401 40.2242 0.00123687 40.4375C-0.0158663 40.6422 0.146611 40.8384 0.35185 40.8555C0.56564 40.8811 0.77088 40.7105 0.787984 40.4972C0.805087 40.2924 0.642609 40.1048 0.437371 40.0792Z\" fill=\"#9CED2E\"><\/path><path d=\"M24.6299 60.1955C24.4161 60.1785 24.2194 60.3491 24.2023 60.5538C24.1852 60.7586 24.3477 60.9463 24.5529 60.9719C24.7667 60.9889 24.9634 60.8268 24.9805 60.6136C24.9976 60.4003 24.8352 60.2126 24.6299 60.1955Z\" fill=\"#9CED2E\"><\/path><path d=\"M0.685408 35.9075C0.471617 35.8904 0.27493 36.061 0.257827 36.2658C0.240724 36.4705 0.403201 36.6582 0.60844 36.6838C0.82223 36.7008 1.01892 36.5388 1.03602 36.3255C1.05312 36.1207 0.890646 35.9245 0.685408 35.9075Z\" fill=\"#9CED2E\"><\/path><path d=\"M14.4793 58.1736C14.2826 58.1481 14.103 58.2846 14.0688 58.4722C14.0346 58.677 14.18 58.8647 14.3852 58.8903C14.5819 58.9159 14.7615 58.7708 14.7871 58.5831C14.8128 58.3869 14.676 58.1992 14.4793 58.1736Z\" fill=\"#9CED2E\"><\/path><path d=\"M2.38719 46.1192C2.23326 46.1107 2.07078 46.2386 2.05368 46.3751C2.03657 46.5372 2.18195 46.742 2.33588 46.7505C2.50691 46.7676 2.66939 46.6311 2.67794 46.4605C2.7036 46.2898 2.55822 46.1277 2.38719 46.1192Z\" fill=\"#9CED2E\"><\/path><path d=\"M2.37019 30.695C2.54122 30.712 2.7037 30.5755 2.72081 30.4049C2.73791 30.2428 2.60964 30.0892 2.44716 30.0636C2.26757 30.038 2.1393 30.1746 2.11364 30.422C2.09654 30.5499 2.21626 30.6779 2.37019 30.695Z\" fill=\"#9CED2E\"><\/path><path d=\"M30.4451 47.8937C30.8727 47.9278 31.2746 47.7572 31.5568 47.4671C30.753 47.2368 29.9662 46.9723 29.188 46.6652C29.2564 47.305 29.7781 47.834 30.4451 47.8937Z\" fill=\"#9CED2E\"><\/path><path d=\"M20.2259 42.2034C20.397 42.229 20.5765 42.229 20.7476 42.2034C20.7219 42.374 20.7219 42.5532 20.7476 42.7238C20.5765 42.6982 20.397 42.6982 20.2259 42.7238C20.243 42.5532 20.243 42.374 20.2259 42.2034ZM21.0554 47.2027C20.9357 47.1515 20.8074 47.1173 20.6621 47.1088C20.3285 47.0832 20.0207 47.1685 19.7727 47.3306C19.901 47.1344 19.995 46.9126 20.0292 46.6567C20.0463 46.5116 20.0292 46.3751 20.0036 46.2386C20.3114 46.324 20.6364 46.3325 20.9528 46.2472C20.8844 46.5714 20.9186 46.9041 21.0554 47.2027ZM22.2783 44.2509C22.5178 44.285 22.7572 44.268 22.9881 44.2082C22.9368 44.4727 22.9624 44.7457 23.0394 45.0102C22.7829 44.9249 22.5092 44.9078 22.2356 44.959C22.2954 44.7286 22.3125 44.4898 22.2783 44.2509ZM24.0998 46.068C24.4504 46.1789 24.8267 46.1704 25.1688 46.0424C25.1346 46.1448 25.1089 46.2472 25.1003 46.3666C25.0661 46.7334 25.1773 47.0747 25.374 47.3562C25.1773 47.2197 24.9379 47.1259 24.6813 47.1003C24.459 47.0832 24.2452 47.1173 24.0485 47.1941C24.2024 46.8273 24.2195 46.4349 24.0998 46.068ZM18.6866 45.0016C18.3959 44.9675 18.1137 45.0272 17.8657 45.1467C17.9426 44.9931 17.994 44.831 18.0111 44.6519C18.0282 44.4983 18.0111 44.3447 17.9854 44.1912C18.2248 44.2509 18.4643 44.268 18.7037 44.2338C18.661 44.4898 18.6866 44.7542 18.7636 45.0102C18.7379 45.0102 18.7123 45.0016 18.6866 45.0016ZM18.7294 39.9683C18.6695 40.1986 18.6524 40.4375 18.6866 40.6764C18.4472 40.6422 18.2077 40.6593 17.9768 40.719C18.0282 40.4545 18.0025 40.1816 17.9255 39.9256C18.1906 39.9939 18.4643 40.0109 18.7294 39.9683ZM16.8651 38.8507C16.5573 38.7483 16.2238 38.7483 15.9074 38.8422C15.933 38.7483 15.9587 38.646 15.9672 38.5436C15.9929 38.2535 15.9245 37.972 15.7962 37.7246C15.9672 37.8184 16.1554 37.8696 16.3606 37.8952C16.5402 37.9123 16.7112 37.8867 16.8737 37.844C16.7625 38.1682 16.7625 38.5265 16.8651 38.8507ZM16.677 42.9883C16.3178 42.9456 15.9843 43.048 15.7021 43.2272C15.8304 43.0395 15.9159 42.8177 15.9416 42.5788C15.9672 42.357 15.933 42.1437 15.8646 41.939C16.1297 42.0243 16.4119 42.0499 16.6856 41.9987C16.6 42.3314 16.6086 42.6726 16.7112 42.9968C16.7027 42.9968 16.6856 42.9968 16.677 42.9883ZM14.6075 40.9238C14.2484 40.8811 13.9063 40.9835 13.6155 41.1712C13.7267 41.0005 13.8037 40.8043 13.8293 40.591C13.8635 40.2583 13.7695 39.9427 13.5899 39.6782C13.7951 39.8147 14.0346 39.9171 14.2997 39.9427C14.4792 39.9597 14.6588 39.9342 14.8299 39.8915C14.7101 40.2498 14.7101 40.6337 14.847 40.9835C14.77 40.9494 14.693 40.9323 14.6075 40.9238ZM15.8218 35.0885C15.7962 35.0458 15.7962 35.0458 15.7791 35.0117C15.3943 34.3377 15.0437 33.6467 14.7272 32.9386C14.6845 32.9301 14.6417 32.9216 14.5904 32.9216C13.7866 32.8533 13.0597 33.4761 12.9998 34.2695C12.94 35.0629 13.5386 35.771 14.3339 35.8478C14.6588 35.8819 14.9667 35.788 15.2232 35.6345C15.1035 35.8307 15.018 36.0525 15.0009 36.2914C14.9752 36.5729 15.0437 36.8374 15.1634 37.0762C14.9838 36.9739 14.7785 36.9141 14.5648 36.8971C14.2056 36.8715 13.8721 36.9739 13.5899 37.1615C13.7096 36.9824 13.7951 36.7691 13.8122 36.5388C13.8806 35.788 13.2991 35.1055 12.5466 35.0373C11.794 34.9776 11.1099 35.5577 11.05 36.3084C10.9902 37.0592 11.5546 37.7246 12.3071 37.7928C12.6235 37.8184 12.9229 37.7331 13.1708 37.571C13.0255 37.7843 12.9314 38.0232 12.9057 38.2877C12.8801 38.6545 12.9913 38.9957 13.1879 39.2773C13.0169 39.1664 12.8117 39.081 12.5979 39.0554C11.8454 38.9701 11.1441 39.5332 11.0672 40.2925C10.9902 41.0432 11.546 41.7257 12.2986 41.8025C12.615 41.8366 12.9229 41.7513 13.1708 41.5892C13.0426 41.7854 12.9485 42.0157 12.9229 42.2631C12.8373 43.0736 13.4445 43.8243 14.2655 43.9096C14.6161 43.9438 14.9496 43.8499 15.2232 43.6708C15.095 43.867 15.0009 44.0888 14.9752 44.3362C14.8897 45.1552 15.5054 45.9059 16.3264 45.9912C16.6171 46.0254 16.8908 45.9656 17.1388 45.8462C17.0618 45.9998 17.0105 46.1704 16.9934 46.3495C16.9079 47.1685 17.5236 47.9107 18.3446 48.0046C18.7037 48.0387 19.0458 47.9363 19.328 47.7487C19.1997 47.9363 19.1142 48.1581 19.0971 48.4055C19.0287 49.1989 19.6017 49.8814 20.397 49.9497C21.1923 50.0179 21.8678 49.4463 21.9448 48.6529C21.9619 48.4397 21.9277 48.2349 21.8593 48.0472C22.2869 48.2349 22.7743 48.2349 23.2019 48.0472C23.1591 48.1581 23.1335 48.2776 23.1249 48.397C23.0565 49.1904 23.6295 49.8644 24.4248 49.9326C25.2201 50.0009 25.9042 49.4293 25.9726 48.6359C26.0068 48.2861 25.9042 47.9619 25.7161 47.6975C25.9213 47.8425 26.1693 47.9449 26.4429 47.9705C27.2639 48.0387 27.9737 47.4415 28.0507 46.6225C28.0592 46.469 28.0507 46.324 28.0164 46.1875C25.1175 44.8907 22.4408 43.0651 20.1233 40.7531C18.4301 39.0384 16.9849 37.1359 15.8218 35.0885Z\" fill=\"#9CED2E\"><\/path><path d=\"M21.2607 16.2603C22.15 13.4962 23.6893 10.9625 25.8101 8.8553C29.3248 5.34901 33.994 3.42098 38.9625 3.42098C43.931 3.42098 48.6002 5.34901 52.1149 8.8553C59.3666 16.0897 59.3666 27.8626 52.1149 35.097C50.0026 37.2042 47.4628 38.7398 44.6921 39.6355C45.6841 33.3993 43.7856 26.7877 38.9625 21.9761C34.1394 17.1646 27.5204 15.2707 21.2607 16.2603ZM54.5264 37.6478C58.6996 33.4846 61 27.9394 61 22.0529C61 16.1579 58.6996 10.6212 54.5264 6.45805C50.3532 2.29487 44.7947 0 38.8941 0C32.9849 0 27.4349 2.29487 23.2617 6.45805C19.0886 10.6212 16.7882 16.1665 16.7882 22.0529C16.7882 27.9479 19.0886 33.4846 23.2617 37.6478C27.4349 41.811 32.9935 44.1059 38.8941 44.1059C44.7947 44.1059 50.3447 41.811 54.5264 37.6478Z\" fill=\"#9CED2E\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-765b57d e-con-full meu-form-hubspot e-flex e-con e-child\" data-id=\"765b57d\" data-element_type=\"container\" id=\"meu-form-hubspot\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9be11e0 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"9be11e0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Container onde o form ser\u00e1 renderizado -->\r\n<div id=\"meu-form-hubspot\"><\/div>\r\n\r\n<!-- Script do HubSpot -->\r\n<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    portalId: \"24259569\",\r\n    formId: \"5aa1bf5a-89ca-429b-8e7d-7acd4dd144f5\",\r\n    region: \"na1\",\r\n    target: \"#meu-form-hubspot\" \/\/ garante que s\u00f3 renderiza dentro desse div\r\n  });\r\n<\/script>\r\n\r\n<!-- Script para aplicar estilo APENAS neste formul\u00e1rio -->\r\n<script>\r\n  window.addEventListener('load', () => {\r\n    const styledIframes = new Set();\r\n    const container = document.querySelector('#meu-form-hubspot');\r\n\r\n    const interval = setInterval(() => {\r\n      \/\/ pega apenas os iframes dentro do container escolhido\r\n      const iframes = container.querySelectorAll('iframe.hs-form-iframe');\r\n\r\n      iframes.forEach(iframe => {\r\n        if (styledIframes.has(iframe)) return;\r\n\r\n        const doc = iframe.contentDocument || iframe.contentWindow.document;\r\n        if (!doc) return;\r\n\r\n        if (doc.readyState === 'complete') {\r\n          const style = doc.createElement('style');\r\n          style.innerHTML = `\r\n            .hs-form-field label {\r\n              color: #122744 !important;\r\n              font-weight: 500 !important;\r\n              margin-bottom: 4px;\r\n              display: block;\r\n              font-size: 14px !important;\r\n            }\r\n            input, textarea, select {\r\n              border: 1px solid #EAECF0 !important;\r\n              border-radius: 6px !important;\r\n              padding: 8px !important;\r\n              width: 100% !important;\r\n              background-color: #fff !important;\r\n              margin-bottom: 22px !important;\r\n            }\r\n            .hs-button {\r\n              background-color: #C4F978 !important;\r\n              color: #122744 !important;\r\n              padding: 16px 28px !important;\r\n              border: none !important;\r\n              border-radius: 20px !important;\r\n              cursor: pointer !important;\r\n              width: 100% !important;\r\n            }\r\n            .hs-button:hover {\r\n              background-color: #EBFEC9 !important;\r\n            }\r\n            .grecaptcha-badge {\r\n              display: none !important;\r\n            }\r\n            p {\r\n              color: #687995 !important;\r\n              font-size: 14px !important;\r\n            }\r\n            a {\r\n              color: #6E9BE2 !important;\r\n            }\r\n            .hs-form-booleancheckbox label {\r\n              display: flex;\r\n              align-items: center;\r\n            }\r\n            .hs-form-booleancheckbox {\r\n              margin-bottom: 20px;\r\n            }\r\n            .hs-form-booleancheckbox label input {\r\n              width: 15px !important;\r\n              height: 15px !important;\r\n              margin-bottom: 0 !important;\r\n            }\r\n            .hs_recaptcha.hs-recaptcha {\r\n              float: left !important;\r\n            }\r\n            .hs_submit.hs-submit .actions {\r\n              margin: 0 !important;\r\n            }\r\n            .hs_submit.hs-submit .actions input {\r\n              margin-top: -12px !important;\r\n            }\r\n            .legal-consent-container {\r\n              margin-top: -20px;\r\n            }\r\n          `;\r\n          doc.head.appendChild(style);\r\n\r\n          styledIframes.add(iframe);\r\n        }\r\n      });\r\n\r\n      if (styledIframes.size === iframes.length && iframes.length > 0) {\r\n        clearInterval(interval);\r\n      }\r\n    }, 100);\r\n  });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8e3156c e-con-full e-flex e-con e-child\" data-id=\"8e3156c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-20ffae6 e-con-full e-flex e-con e-child\" data-id=\"20ffae6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-2e20af0 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"2e20af0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/wa.me\/551130318118\">\n\t\t<div class=\"elementor-element elementor-element-583b7ca e-con-full e-flex e-con e-child\" data-id=\"583b7ca\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f989c91 e-con-full e-flex e-con e-child\" data-id=\"f989c91\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dbf99d8 e-con-full e-flex e-con e-child\" data-id=\"dbf99d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fc4f2d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7fc4f2d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21967 14.7803C5.51256 15.0732 5.98744 15.0732 6.28033 14.7803L13.5 7.56066V13.25C13.5 13.6642 13.8358 14 14.25 14C14.6642 14 15 13.6642 15 13.25V5.75C15 5.33579 14.6642 5 14.25 5H6.75C6.33579 5 6 5.33579 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H12.4393L5.21967 13.7197C4.92678 14.0126 4.92678 14.4874 5.21967 14.7803Z\" fill=\"#98A2B3\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-6e03ff9 e-con-full e-flex e-con e-child\" data-id=\"6e03ff9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"mailto:contato@traive.com\">\n\t\t<div class=\"elementor-element elementor-element-7819f8d e-con-full e-flex e-con e-child\" data-id=\"7819f8d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc7159d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fc7159d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"29\" viewbox=\"0 0 28 29\" fill=\"none\"><path d=\"M25.437 9.55502L19.0108 13.6445C17.1948 14.8001 16.2868 15.3779 15.311 15.603C14.4483 15.8019 13.5516 15.8019 12.6888 15.603C11.713 15.3779 10.805 14.8001 8.98908 13.6445L2.56283 9.55502M25.437 9.55502C25.6666 10.6754 25.6666 12.1735 25.6666 14.4998C25.6666 17.7668 25.6666 19.4003 25.0308 20.6481C24.4715 21.7457 23.5791 22.6381 22.4815 23.1974C21.2337 23.8332 19.6002 23.8332 16.3333 23.8332H11.6666C8.39961 23.8332 6.76613 23.8332 5.51831 23.1974C4.4207 22.6381 3.52831 21.7457 2.96905 20.6481C2.33325 19.4003 2.33325 17.7668 2.33325 14.4998C2.33325 12.1735 2.33325 10.6754 2.56283 9.55502M25.437 9.55502C25.3442 9.10205 25.2138 8.71082 25.0308 8.35156C24.4715 7.25395 23.5791 6.36156 22.4815 5.8023C21.2337 5.1665 19.6002 5.1665 16.3333 5.1665H11.6666C8.39961 5.1665 6.76613 5.1665 5.51831 5.8023C4.4207 6.36156 3.52831 7.25395 2.96905 8.35156C2.786 8.71082 2.65565 9.10205 2.56283 9.55502\" stroke=\"#6E98D0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ba9a3d e-con-full e-flex e-con e-child\" data-id=\"6ba9a3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41cd2fa elementor-widget elementor-widget-heading\" data-id=\"41cd2fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">E-mail<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b82364 elementor-widget elementor-widget-heading\" data-id=\"0b82364\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">commercial@traive.com.br<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9e5b9e e-con-full e-flex e-con e-child\" data-id=\"b9e5b9e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e1025f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4e1025f\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21967 14.7803C5.51256 15.0732 5.98744 15.0732 6.28033 14.7803L13.5 7.56066V13.25C13.5 13.6642 13.8358 14 14.25 14C14.6642 14 15 13.6642 15 13.25V5.75C15 5.33579 14.6642 5 14.25 5H6.75C6.33579 5 6 5.33579 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H12.4393L5.21967 13.7197C4.92678 14.0126 4.92678 14.4874 5.21967 14.7803Z\" fill=\"#98A2B3\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Explore nossa biblioteca de conte\u00fados gratuitos Fique por dentro das melhores pr\u00e1ticas, tend\u00eancias do mercado e materiais aplic\u00e1veis ao seu dia a dia. Descubra mais Receba novos materiais gratuitos em primeira m\u00e3o PCLD na Cadeia Agr\u00edcola Descubra como aplicar a Provis\u00e3o para Cr\u00e9ditos de Liquida\u00e7\u00e3o Duvidosa (PCLD) na sua empresa, mitigar riscos financeiros e tornar [&hellip;]<\/p>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-4203","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Materiais Ricos - Traive<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/traive.com.br\/en\/materiais-ricos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Materiais Ricos - Traive\" \/>\n<meta property=\"og:description\" content=\"Explore nossa biblioteca de conte\u00fados gratuitos Fique por dentro das melhores pr\u00e1ticas, tend\u00eancias do mercado e materiais aplic\u00e1veis ao seu dia a dia. Descubra mais Receba novos materiais gratuitos em primeira m\u00e3o PCLD na Cadeia Agr\u00edcola Descubra como aplicar a Provis\u00e3o para Cr\u00e9ditos de Liquida\u00e7\u00e3o Duvidosa (PCLD) na sua empresa, mitigar riscos financeiros e tornar [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/traive.com.br\/en\/materiais-ricos\/\" \/>\n<meta property=\"og:site_name\" content=\"Traive\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-25T12:08:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"535\" \/>\n\t<meta property=\"og:image:height\" content=\"357\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/\",\"url\":\"https:\/\/traive.com.br\/materiais-ricos\/\",\"name\":\"Materiais Ricos - Traive\",\"isPartOf\":{\"@id\":\"https:\/\/traive.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp\",\"datePublished\":\"2025-04-30T11:34:06+00:00\",\"dateModified\":\"2025-07-25T12:08:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/traive.com.br\/materiais-ricos\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage\",\"url\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp\",\"contentUrl\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/traive.com.br\/materiais-ricos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/traive.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Materiais Ricos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/traive.com.br\/#website\",\"url\":\"https:\/\/traive.com.br\/\",\"name\":\"Traive\",\"description\":\"O poder dos dados com intelig\u00eancia \u00fanica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/traive.com.br\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Materiais Ricos - Traive","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/traive.com.br\/en\/materiais-ricos\/","og_locale":"en_US","og_type":"article","og_title":"Materiais Ricos - Traive","og_description":"Explore nossa biblioteca de conte\u00fados gratuitos Fique por dentro das melhores pr\u00e1ticas, tend\u00eancias do mercado e materiais aplic\u00e1veis ao seu dia a dia. Descubra mais Receba novos materiais gratuitos em primeira m\u00e3o PCLD na Cadeia Agr\u00edcola Descubra como aplicar a Provis\u00e3o para Cr\u00e9ditos de Liquida\u00e7\u00e3o Duvidosa (PCLD) na sua empresa, mitigar riscos financeiros e tornar [&hellip;]","og_url":"https:\/\/traive.com.br\/en\/materiais-ricos\/","og_site_name":"Traive","article_modified_time":"2025-07-25T12:08:41+00:00","og_image":[{"width":535,"height":357,"url":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/traive.com.br\/materiais-ricos\/","url":"https:\/\/traive.com.br\/materiais-ricos\/","name":"Materiais Ricos - Traive","isPartOf":{"@id":"https:\/\/traive.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage"},"image":{"@id":"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage"},"thumbnailUrl":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp","datePublished":"2025-04-30T11:34:06+00:00","dateModified":"2025-07-25T12:08:41+00:00","breadcrumb":{"@id":"https:\/\/traive.com.br\/materiais-ricos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/traive.com.br\/materiais-ricos\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/traive.com.br\/materiais-ricos\/#primaryimage","url":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp","contentUrl":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/Design-sem-nome-2.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/traive.com.br\/materiais-ricos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/traive.com.br\/"},{"@type":"ListItem","position":2,"name":"Materiais Ricos"}]},{"@type":"WebSite","@id":"https:\/\/traive.com.br\/#website","url":"https:\/\/traive.com.br\/","name":"Traive","description":"O poder dos dados com intelig\u00eancia \u00fanica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/traive.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages\/4203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/comments?post=4203"}],"version-history":[{"count":0,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages\/4203\/revisions"}],"wp:attachment":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/media?parent=4203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}