{"id":7,"date":"2023-12-05T07:18:12","date_gmt":"2023-12-05T07:18:12","guid":{"rendered":"https:\/\/123.leheila.co.il\/?page_id=7"},"modified":"2023-12-18T06:44:55","modified_gmt":"2023-12-18T06:44:55","slug":"elementor-7","status":"publish","type":"page","link":"https:\/\/123.leheila.co.il\/?page_id=7","title":{"rendered":"Elementor #7"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e32d1a e-flex e-con-boxed e-con e-parent\" data-id=\"3e32d1a\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70cf242 elementor-absolute draggable elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"70cf242\" 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<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\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-2ee29d0 draggable elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2ee29d0\" 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<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star-of-life\" viewBox=\"0 0 480 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"><\/path><\/svg>\t\t\t<\/div>\n\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-67c9d7e elementor-widget elementor-widget-html\" data-id=\"67c9d7e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n<script>\r\n\/\/ Make all DIV elements with the class \"draggable\" draggable:\r\nconst draggableElements = document.querySelectorAll(\".draggable\");\r\n\r\nfor (const element of draggableElements) {\r\n  dragElement(element);\r\n}\r\n\r\nfunction dragElement(elmnt) {\r\n  let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;\r\n  const headerElement = elmnt.querySelector(\".draggable-header\");\r\n\r\n  if (headerElement) {\r\n    \/* If present, the header is where you move the DIV from: *\/\r\n    headerElement.addEventListener(\"mousedown\", dragMouseDown);\r\n  } else {\r\n    \/* Otherwise, move the DIV from anywhere inside the DIV: *\/\r\n    elmnt.addEventListener(\"mousedown\", dragMouseDown);\r\n  }\r\n\r\n  function dragMouseDown(event) {\r\n    event.preventDefault();\r\n    \/\/ Get the mouse cursor position at startup:\r\n    pos3 = event.clientX;\r\n    pos4 = event.clientY;\r\n    document.addEventListener(\"mouseup\", closeDragElement);\r\n    \/\/ Call a function whenever the cursor moves:\r\n    document.addEventListener(\"mousemove\", elementDrag);\r\n  }\r\n\r\n  function elementDrag(event) {\r\n    event.preventDefault();\r\n    \/\/ Calculate the new cursor position:\r\n    pos1 = pos3 - event.clientX;\r\n    pos2 = pos4 - event.clientY;\r\n    pos3 = event.clientX;\r\n    pos4 = event.clientY;\r\n    \/\/ Set the element's new position:\r\n    elmnt.style.top = (elmnt.offsetTop - pos2) + \"px\";\r\n    elmnt.style.left = (elmnt.offsetLeft - pos1) + \"px\";\r\n  }\r\n\r\n  function closeDragElement() {\r\n    \/* Stop moving when mouse button is released: *\/\r\n    document.removeEventListener(\"mouseup\", closeDragElement);\r\n    document.removeEventListener(\"mousemove\", elementDrag);\r\n  }\r\n}\r\n\r\n\r\n\r\n<\/script>\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-e515b29 e-con-full askanbgwrapper e-flex e-con e-parent\" data-id=\"e515b29\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;,&quot;background_background&quot;:&quot;classic&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"elementor-element elementor-element-466a793 askanbg e-con-full e-flex e-con e-child\" data-id=\"466a793\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb78409 btn elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"eb78409\" 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<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=\"603\" height=\"570\" viewBox=\"0 0 603 570\" fill=\"none\"><path d=\"M262.876 485.627C257.641 473.447 258.427 451.696 241.884 437.366C219.805 454.082 246.619 475.235 258.897 484.182C251.102 481.384 243.439 478.758 235.9 476.202C230.607 465.008 228.631 442.818 216.54 430.105C195.516 448.088 218.84 466.339 231.064 474.559C223.46 471.985 215.98 469.452 208.611 466.842C203.854 455.372 203.738 434.405 192.913 421.552C174.585 435.754 186.986 451.131 204.324 465.31C196.908 462.635 189.606 459.857 182.402 456.857C178.531 445.552 180.115 424.776 170.398 411.165C151.678 423.92 162.41 440.319 178.59 455.238C171.392 452.14 164.291 448.792 157.278 445.075C154.035 433.329 157.796 413.765 149.318 398.769C130.363 409.917 139.424 427.549 154.371 443.51C147.244 439.61 140.208 435.313 133.252 430.476C131.124 419.287 136.765 400.141 129.906 384.341C111.103 393.479 117.18 412.326 130.174 428.294C123.693 423.623 117.275 418.47 110.915 412.723C110.319 401.307 117.41 383.497 112.455 367.854C94.281 374.81 96.9015 392.937 107.27 409.349C99.7233 402.236 94.8303 397.113 90.8246 392.641C91.6191 381.547 100.531 365.45 97.2058 349.352C79.3751 354.351 79.7646 372.177 87.3916 388.733C82.3671 382.857 77.709 376.788 73.4016 370.549C75.5475 359.935 85.7821 345.481 84.3816 328.953C64.374 332.646 66.4891 353.402 70.3916 366.077C66.2105 359.693 62.3854 353.144 58.9189 346.446C62.3751 335.907 74.1263 323.588 74.0979 306.89C55.3465 308.772 54.0259 327.931 56.5252 341.669C53.1876 334.823 50.2034 327.836 47.5725 320.717C52.1095 310.918 65.0549 300 66.4348 283.439C47.2681 283.921 45.1273 304.063 45.8005 315.739C43.3295 308.558 41.1991 301.256 39.4116 293.851C44.6734 285.342 58.6609 274.837 61.3614 258.946C43.18 258.28 38.8055 277.029 38.2381 288.749C36.608 281.311 35.3131 273.774 34.3433 266.165C40.9644 257.359 54.4257 251.146 58.844 233.743C41.8593 232.301 35.473 249.046 33.7088 260.746C32.9118 253.269 32.4269 245.727 32.2438 238.136C38.9525 231.012 53.5332 224.079 58.7872 208.167C42.0476 206.096 34.7818 222.322 32.1587 232.712C32.1174 225.188 32.3701 217.628 32.9066 210.042C40.0925 203.669 54.6811 198.291 61.0855 182.56C51.8696 181.133 41.3796 182.707 33.3554 204.473C34.0622 196.524 34.9778 189.359 36.1488 182.163C43.8661 176.39 58.1476 172.65 65.6817 157.211C61.3485 156.419 48.581 152.217 37.0722 176.725C38.5244 168.905 40.1106 161.652 41.8877 154.693C49.9944 149.63 64.1729 147.123 72.6381 132.418C57.882 129.295 48.0858 140.729 43.3553 149.155C45.3517 141.939 47.5957 134.959 50.157 127.892C58.955 123.399 71.6064 123.187 81.921 108.17C69.334 105.196 58.5139 113.081 52.3777 121.928C54.9596 115.217 57.3171 109.599 60.9075 101.949C70.4663 97.9074 81.7197 99.9915 93.3704 84.624C81.485 81.7301 70.5127 87.9075 63.8375 95.862C66.9817 89.5015 70.327 83.2312 73.8529 77.0899C82.9604 74.1831 94.7503 76.0737 106.816 61.9598C93.2647 58.5551 82.8417 65.6456 76.9867 71.7456C80.7525 65.4521 84.6962 59.3082 88.7896 53.3604C98.8437 50.8353 108.333 54.5959 122.07 40.3582C108.599 36.8323 98.333 42.8421 92.4677 48.127C94.5827 45.1737 96.7339 42.2771 98.9159 39.4373C106.094 34.4825 118 22.3934 129.096 0C109.365 6.60041 107.216 20.4177 86.4837 49.8268C89.1069 44.8591 94.5879 29.7444 83.3937 17.289C75.1993 33.7449 84.0902 38.563 85.8028 50.7991C80.8068 57.936 76.0995 65.2277 71.6915 72.6664C76.017 62.8883 76.6179 50.7501 65.1968 40.6522C58.4133 57.7968 67.7942 62.6768 70.4792 74.7402C66.1254 82.2098 62.0707 89.8291 58.3359 97.5902C67.8561 70.4379 49.6076 65.9835 48.8415 65.4573C43.5462 83.2441 53.2908 87.7424 57.2062 99.9786C53.4146 108.026 49.9609 116.223 46.858 124.57C52.4009 93.5716 38.1323 93.5432 34.4929 91.6784C30.7659 110.757 40.9721 113.393 46.2107 126.305C43.2986 134.286 40.7141 142.4 38.4547 150.641C40.041 138.191 36.9251 124.554 22.365 119.23C20.4847 138.229 31.4906 141.81 37.6809 153.507C35.4988 161.778 33.6495 170.177 32.1509 178.701C32.009 170.564 29.502 151.673 12.7753 147.951C12.9635 167.474 24.1371 169.689 31.7021 181.345C30.5286 188.368 29.4839 195.936 28.5837 205.129C26.5925 175.312 9.40412 177.703 5.84985 177.37C8.01388 196.994 19.2286 198.234 28.1814 209.508C27.5443 216.952 27.1625 224.195 27.0258 231.241C22.3754 206.797 10.1805 207.086 1.5579 207.362C5.6074 226.692 16.7654 227.292 26.964 237.599C26.9691 244.579 27.2167 251.362 27.6913 257.958C18.8211 231.721 4.83876 237.024 0 237.806C5.7802 256.25 17.5083 257.086 28.3542 265.683C29.0093 272.19 29.8914 278.507 30.9851 284.638C20.7917 263.635 10.5236 265.745 1.37222 268.515C8.98114 286.273 20.557 286.142 32.7725 293.668C34.1756 300.109 35.8161 306.337 37.6783 312.363C29.7083 300.72 19.2132 293.077 5.91951 299.229C15.8911 316.448 27.2967 314.983 40.6213 321.238C42.9349 327.735 45.5142 333.977 48.3256 339.99C39.3033 329.85 26.7215 321.168 13.9334 329.572C25.4886 345.478 37.9104 343.183 52.2281 347.903C55.429 354.06 58.8853 359.946 62.5556 365.586C42.254 345.86 33.0382 352.306 25.5376 359.056C40.255 374.235 51.9831 369.522 67.5956 372.981C72.4446 379.791 77.6161 386.218 83.0584 392.287C53.4146 369.961 47.5441 378.764 40.7915 387.082C57.4667 400.348 68.3643 394.152 86.3729 395.903C92.669 402.633 99.2873 408.913 106.146 414.779C70.3915 392.775 64.846 403.897 59.4579 413.071C77.6961 424.371 89.1482 416.301 107.781 416.161C130.069 434.908 154.75 449.365 178.82 460.827C153.476 454.575 134.005 453.184 131.095 475.098C152.269 479.455 163.13 466.788 180.324 461.541C187.448 464.902 194.51 468.003 201.435 470.876C178.544 467.747 158.779 466.875 158.309 490.221C180.499 491.884 187.197 480.442 205.539 472.552C211.463 474.956 217.275 477.195 222.923 479.292C202.518 478.049 184.837 481.987 186.411 502.8C208.335 502.604 215.905 489.89 230.844 482.181C236.624 484.255 242.198 486.187 247.499 487.992C227.331 486.708 212.794 491.998 214.744 513.104C234.066 510.793 241.007 498.663 257.187 491.268C324.341 513.891 371.877 548.082 389.422 569.405L394.97 565.038C376.396 541.719 326.33 508.802 262.876 485.627Z\" fill=\"url(#paint0_linear_16_3)\"><\/path><path d=\"M105.184 457.263C127.203 463.873 136.073 452.573 155.307 448.733C130.164 439.705 110.69 435.811 105.184 457.263Z\" fill=\"url(#paint1_linear_16_3)\"><\/path><path d=\"M81.111 436.556C101.315 445.669 111.967 435.648 130.964 433.721C101.227 419.393 88.3588 418.756 81.111 436.556Z\" fill=\"url(#paint2_linear_16_3)\"><\/path><path d=\"M602.085 265.311C587.256 260.787 578.396 273.609 570.225 289.244C571.866 281.646 573.153 274.034 574.099 266.462C580.13 261.569 598.43 254.032 602.91 234.3C587.695 232.276 580.617 245.907 574.705 261.151C575.495 253.673 575.998 246.24 576.188 238.136C581.618 232.647 598.435 223.715 600.743 203.645C586.065 204.081 580.424 217.014 576.261 232.742C576.297 224.976 576.023 217.321 575.484 209.818C580.279 203.867 595.649 193.836 595.812 173.561C582.773 176.078 578.053 186.447 575.043 204.396C574.321 196.32 573.38 189.06 572.175 181.724C576.472 175.17 590.248 164.546 588.223 144.159C582.668 146.223 573.235 148.278 571.241 176.264C569.769 168.374 568.559 162.614 566.343 154.064C570.277 146.553 582.247 136.114 577.906 115.588C572.946 118.469 564.37 121.126 564.899 148.639C562.58 140.308 560.318 133.478 557.966 127.03C560.769 119.996 571.698 107.721 565.1 88.2814C561.278 91.4848 552.835 95.1965 555.99 121.75C553.305 114.771 550.769 108.73 547.112 100.935C549.647 92.3696 558.605 81.6036 550.073 62.3749C546.374 66.6282 539.183 70.5616 544.577 95.653C541.303 88.9675 537.641 82.1968 533.994 75.8904C535.709 67.1698 543.439 56.1485 533.055 37.9387C530.873 41.4491 523.509 46.7186 530.989 70.7886C527.094 64.3016 523.037 58.0082 518.874 51.9752C519.859 43.0303 526.439 32.0888 514.208 15.001C512.01 20.2808 506.233 24.578 515.315 46.9224C512.937 43.6131 510.533 40.3891 508.111 37.2655C497.319 11.5603 483.404 7.60103 473.161 3.98486C479.243 19.1202 491.108 28.1864 503.22 37.2294C507.27 42.4267 511.216 47.7813 515.021 53.2958C511.974 49.7906 499.79 39.0194 483.777 48.1914C496.942 58.4415 504.863 51.5496 515.48 53.9742C520.45 61.2143 525.193 68.7045 529.653 76.4166C526.003 71.8048 514.231 60.9718 498.397 69.3132C511.183 80.5796 519.426 74.2758 530.378 77.6676C534.458 84.7916 538.283 92.1039 541.845 99.5581C535.577 89.7103 524.969 84.954 511.26 91.4332C523.47 103.659 532.604 98.1085 543.238 102.48C546.877 110.306 550.189 118.294 553.163 126.398C537.78 100.977 524.628 113.38 522.183 114.373C533.372 127.371 542.872 122.756 553.867 128.32C556.606 135.954 558.92 143.153 561.43 152.671C558.237 146.006 548.745 131.776 531.022 137.964C541.417 151.941 551.469 148.278 562.046 155.01C563.976 162.573 565.657 170.445 567.055 178.577C558.234 151.381 538.353 161.884 537.592 162.098C546.699 176.916 557.313 174.388 567.682 182.343C568.992 190.558 569.965 198.409 570.651 207.396C561.265 176.519 545.301 186.055 541.948 186.79C549.875 202.353 561.033 201.022 570.847 210.089C571.399 218.244 571.621 226.575 571.471 235.025C564.811 203.096 548.079 211.069 544.089 211.695C550.839 227.911 562.284 227.782 571.409 237.963C571.174 246.4 570.591 254.537 569.637 262.618C565.954 229.807 548.484 236.101 543.955 236.511C549.524 253.431 560.821 254.267 569.253 265.75C568.242 273.529 566.831 281.731 564.974 289.822C564.499 256.552 547.05 260.844 541.479 260.937C545.717 278.453 557.164 280.735 564.205 293.088C562.314 300.874 560.047 308.63 557.329 316.281C560.937 282.621 541.928 285.025 536.581 284.674C538.946 302.094 550.403 306.389 556.116 319.636C553.375 327.103 550.189 334.439 546.63 341.62C552.547 314.911 543.065 309.621 529.168 307.392C530.169 325.806 540.875 330.854 544.912 345.019C541.329 351.96 537.102 359.069 532.864 365.457C543.506 336.471 530.197 331.697 519.292 328.824C518.015 346.36 528.141 353.649 530.625 368.762C525.572 376.076 520.961 381.854 516.207 387.366C525.526 369.159 525.492 355.71 506.963 348.677C503.721 366.113 513.001 375.279 513.47 390.51C508.005 396.468 503.643 401.013 497.012 407.01C508.848 389.267 510.551 375.935 492.32 366.77C487.094 384.856 495.175 394.111 493.739 409.919C487.187 415.63 480.731 420.672 475.591 424.319C491.134 406.241 492.302 393.595 475.539 382.991C468.196 400.446 475.142 410.742 471.846 426.958C465.524 431.335 459.042 435.398 452.455 439.176C474.175 418.348 469.548 407.038 456.845 397.291C447.613 413.419 453.277 425.594 448.214 441.565C441.513 445.261 434.719 448.665 427.876 451.794C452.467 432.447 448.173 420.172 436.476 409.654C425.055 426.698 430.167 437.335 423.275 453.855C416.148 456.979 408.988 459.834 402.205 462.302C430.484 443.107 424.583 430.373 414.722 420.169C402.349 434.51 405.3 448.735 397.327 464.035C389.896 466.61 383.18 468.658 376.175 470.801C406.685 452.712 401.039 439.602 391.818 428.898C378.277 442.522 380.152 455.97 370.629 472.506C364.305 474.466 357.56 476.625 349.724 479.405C369.61 466.731 382.695 452.782 367.725 436.138C350.276 450.453 352.618 464.422 343.678 481.598C300 497.762 237.716 526.95 208.043 562.864L213.591 567.228C239.433 534.548 304.749 502.668 344.215 488.193C356.306 494.378 368.986 511.43 387.676 514.187C394.743 487.249 363.907 485.887 348.937 486.483C356.59 483.757 363.923 481.324 371.026 479.013C382.496 485.601 394.537 503.187 416.001 503.775C422.677 478.926 391.248 477.192 375.927 477.425C383.461 474.99 390.755 472.643 397.915 470.174C408.797 475.867 423.311 492.294 444.665 490.958C448.178 468.97 424.575 467.035 402.543 468.557C411.591 465.338 417.941 462.759 424.511 459.875C437.621 465.676 451.82 479.14 472.413 475.586C473.195 454.301 450.435 454.585 429.274 457.737C436.269 454.533 443.231 451.044 450.1 447.249C462.284 451.276 479.083 463.512 498.763 457.36C496.854 436.968 474.554 439.744 454.559 444.732C461.268 440.873 467.874 436.718 474.327 432.241C485.725 434.66 504.605 444.933 523.189 436.238C518.415 416.909 497.368 422.625 478.583 429.228C483.909 425.416 489.999 420.647 496.834 414.699C507.688 415.736 527.773 423.417 545.067 412.269C537.664 394.913 518.072 402.54 500.734 411.211C506.07 406.365 511.938 400.456 517.136 394.655C528.719 394.209 547.86 399.46 563.81 385.754C553.968 370.552 536.849 380.043 520.587 390.704C525.807 384.593 530.504 378.431 534.768 372.246C544.172 370.582 557.971 372.409 571.724 363.456C572.583 362.881 573.429 362.267 574.254 361.612C575.902 360.301 577.53 358.857 578.961 357.188C567.009 344.444 551.804 355.728 537.682 367.903C541.941 361.395 545.856 354.668 549.4 347.776C558.159 344.996 578.92 344.369 590.341 327.196C577.117 317.307 563.939 329.309 551.734 343.092C555.136 336.092 558.167 328.94 560.818 321.7C569.64 317.537 588.608 315.112 597.965 296.399C583.475 289.108 572.634 302.123 562.59 316.714C565.116 309.347 567.251 301.906 569.028 294.434C576.163 289.956 595.265 284.524 602.085 265.311Z\" fill=\"url(#paint3_linear_16_3)\"><\/path><defs><linearGradient id=\"paint0_linear_16_3\" x1=\"197.483\" y1=\"-75.9014\" x2=\"197.483\" y2=\"693.28\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0051\" stop-color=\"#6F3F19\"><\/stop><stop offset=\"0.0087\" stop-color=\"#7C5025\"><\/stop><stop offset=\"0.0154\" stop-color=\"#946C3D\"><\/stop><stop offset=\"0.0229\" stop-color=\"#AB8957\"><\/stop><stop offset=\"0.0312\" stop-color=\"#C0A56F\"><\/stop><stop offset=\"0.0406\" stop-color=\"#D2BE84\"><\/stop><stop offset=\"0.0516\" stop-color=\"#E2D296\"><\/stop><stop offset=\"0.0652\" stop-color=\"#EDE2A4\"><\/stop><stop offset=\"0.0842\" stop-color=\"#F6EDAD\"><\/stop><stop offset=\"0.1371\" stop-color=\"#F8F1B0\"><\/stop><stop offset=\"0.1375\" stop-color=\"#F8F0AF\"><\/stop><stop offset=\"0.1503\" stop-color=\"#F7E798\"><\/stop><stop offset=\"0.1647\" stop-color=\"#F6E086\"><\/stop><stop offset=\"0.1819\" stop-color=\"#F5DA78\"><\/stop><stop offset=\"0.203\" stop-color=\"#F5D66E\"><\/stop><stop offset=\"0.2327\" stop-color=\"#F4D468\"><\/stop><stop offset=\"0.3152\" stop-color=\"#F4D366\"><\/stop><stop offset=\"0.3182\" stop-color=\"#F5D66B\"><\/stop><stop offset=\"0.3332\" stop-color=\"#F6E17C\"><\/stop><stop offset=\"0.351\" stop-color=\"#F7EA88\"><\/stop><stop offset=\"0.3742\" stop-color=\"#F8EF8F\"><\/stop><stop offset=\"0.4224\" stop-color=\"#F9F292\"><\/stop><stop offset=\"0.4936\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.5122\" stop-color=\"#F5E897\"><\/stop><stop offset=\"0.551\" stop-color=\"#EED97E\"><\/stop><stop offset=\"0.5892\" stop-color=\"#E9CE6B\"><\/stop><stop offset=\"0.6262\" stop-color=\"#E6C85F\"><\/stop><stop offset=\"0.6606\" stop-color=\"#E6C55B\"><\/stop><stop offset=\"0.6812\" stop-color=\"#E9CD6E\"><\/stop><stop offset=\"0.7233\" stop-color=\"#F2E399\"><\/stop><stop offset=\"0.7455\" stop-color=\"#F7F1B3\"><\/stop><stop offset=\"0.7493\" stop-color=\"#F4EAAB\"><\/stop><stop offset=\"0.7723\" stop-color=\"#E5CE82\"><\/stop><stop offset=\"0.7954\" stop-color=\"#D9B861\"><\/stop><stop offset=\"0.8183\" stop-color=\"#D0A848\"><\/stop><stop offset=\"0.8407\" stop-color=\"#CA9D38\"><\/stop><stop offset=\"0.8626\" stop-color=\"#C7972F\"><\/stop><stop offset=\"0.8832\" stop-color=\"#C6952D\"><\/stop><stop offset=\"0.89\" stop-color=\"#C89930\"><\/stop><stop offset=\"0.8992\" stop-color=\"#CDA23C\"><\/stop><stop offset=\"0.9097\" stop-color=\"#D6B354\"><\/stop><stop offset=\"0.9213\" stop-color=\"#E4CC77\"><\/stop><stop offset=\"0.9335\" stop-color=\"#F8F1A5\"><\/stop><stop offset=\"0.934\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.9447\" stop-color=\"#F3EBA2\"><\/stop><stop offset=\"0.9546\" stop-color=\"#E6DA95\"><\/stop><stop offset=\"0.9641\" stop-color=\"#D2C182\"><\/stop><stop offset=\"0.9734\" stop-color=\"#BAA26A\"><\/stop><stop offset=\"0.9825\" stop-color=\"#9D7E4F\"><\/stop><stop offset=\"0.9914\" stop-color=\"#7E5A32\"><\/stop><stop offset=\"1\" stop-color=\"#5F3718\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_16_3\" x1=\"130.245\" y1=\"-75.899\" x2=\"130.245\" y2=\"693.279\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0051\" stop-color=\"#6F3F19\"><\/stop><stop offset=\"0.0087\" stop-color=\"#7C5025\"><\/stop><stop offset=\"0.0154\" stop-color=\"#946C3D\"><\/stop><stop offset=\"0.0229\" stop-color=\"#AB8957\"><\/stop><stop offset=\"0.0312\" stop-color=\"#C0A56F\"><\/stop><stop offset=\"0.0406\" stop-color=\"#D2BE84\"><\/stop><stop offset=\"0.0516\" stop-color=\"#E2D296\"><\/stop><stop offset=\"0.0652\" stop-color=\"#EDE2A4\"><\/stop><stop offset=\"0.0842\" stop-color=\"#F6EDAD\"><\/stop><stop offset=\"0.1371\" stop-color=\"#F8F1B0\"><\/stop><stop offset=\"0.1375\" stop-color=\"#F8F0AF\"><\/stop><stop offset=\"0.1503\" stop-color=\"#F7E798\"><\/stop><stop offset=\"0.1647\" stop-color=\"#F6E086\"><\/stop><stop offset=\"0.1819\" stop-color=\"#F5DA78\"><\/stop><stop offset=\"0.203\" stop-color=\"#F5D66E\"><\/stop><stop offset=\"0.2327\" stop-color=\"#F4D468\"><\/stop><stop offset=\"0.3152\" stop-color=\"#F4D366\"><\/stop><stop offset=\"0.3182\" stop-color=\"#F5D66B\"><\/stop><stop offset=\"0.3332\" stop-color=\"#F6E17C\"><\/stop><stop offset=\"0.351\" stop-color=\"#F7EA88\"><\/stop><stop offset=\"0.3742\" stop-color=\"#F8EF8F\"><\/stop><stop offset=\"0.4224\" stop-color=\"#F9F292\"><\/stop><stop offset=\"0.4936\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.5122\" stop-color=\"#F5E897\"><\/stop><stop offset=\"0.551\" stop-color=\"#EED97E\"><\/stop><stop offset=\"0.5892\" stop-color=\"#E9CE6B\"><\/stop><stop offset=\"0.6262\" stop-color=\"#E6C85F\"><\/stop><stop offset=\"0.6606\" stop-color=\"#E6C55B\"><\/stop><stop offset=\"0.6812\" stop-color=\"#E9CD6E\"><\/stop><stop offset=\"0.7233\" stop-color=\"#F2E399\"><\/stop><stop offset=\"0.7455\" stop-color=\"#F7F1B3\"><\/stop><stop offset=\"0.7493\" stop-color=\"#F4EAAB\"><\/stop><stop offset=\"0.7723\" stop-color=\"#E5CE82\"><\/stop><stop offset=\"0.7954\" stop-color=\"#D9B861\"><\/stop><stop offset=\"0.8183\" stop-color=\"#D0A848\"><\/stop><stop offset=\"0.8407\" stop-color=\"#CA9D38\"><\/stop><stop offset=\"0.8626\" stop-color=\"#C7972F\"><\/stop><stop offset=\"0.8832\" stop-color=\"#C6952D\"><\/stop><stop offset=\"0.89\" stop-color=\"#C89930\"><\/stop><stop offset=\"0.8992\" stop-color=\"#CDA23C\"><\/stop><stop offset=\"0.9097\" stop-color=\"#D6B354\"><\/stop><stop offset=\"0.9213\" stop-color=\"#E4CC77\"><\/stop><stop offset=\"0.9335\" stop-color=\"#F8F1A5\"><\/stop><stop offset=\"0.934\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.9447\" stop-color=\"#F3EBA2\"><\/stop><stop offset=\"0.9546\" stop-color=\"#E6DA95\"><\/stop><stop offset=\"0.9641\" stop-color=\"#D2C182\"><\/stop><stop offset=\"0.9734\" stop-color=\"#BAA26A\"><\/stop><stop offset=\"0.9825\" stop-color=\"#9D7E4F\"><\/stop><stop offset=\"0.9914\" stop-color=\"#7E5A32\"><\/stop><stop offset=\"1\" stop-color=\"#5F3718\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_16_3\" x1=\"106.037\" y1=\"-75.8395\" x2=\"106.037\" y2=\"693.248\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0051\" stop-color=\"#6F3F19\"><\/stop><stop offset=\"0.0087\" stop-color=\"#7C5025\"><\/stop><stop offset=\"0.0154\" stop-color=\"#946C3D\"><\/stop><stop offset=\"0.0229\" stop-color=\"#AB8957\"><\/stop><stop offset=\"0.0312\" stop-color=\"#C0A56F\"><\/stop><stop offset=\"0.0406\" stop-color=\"#D2BE84\"><\/stop><stop offset=\"0.0516\" stop-color=\"#E2D296\"><\/stop><stop offset=\"0.0652\" stop-color=\"#EDE2A4\"><\/stop><stop offset=\"0.0842\" stop-color=\"#F6EDAD\"><\/stop><stop offset=\"0.1371\" stop-color=\"#F8F1B0\"><\/stop><stop offset=\"0.1375\" stop-color=\"#F8F0AF\"><\/stop><stop offset=\"0.1503\" stop-color=\"#F7E798\"><\/stop><stop offset=\"0.1647\" stop-color=\"#F6E086\"><\/stop><stop offset=\"0.1819\" stop-color=\"#F5DA78\"><\/stop><stop offset=\"0.203\" stop-color=\"#F5D66E\"><\/stop><stop offset=\"0.2327\" stop-color=\"#F4D468\"><\/stop><stop offset=\"0.3152\" stop-color=\"#F4D366\"><\/stop><stop offset=\"0.3182\" stop-color=\"#F5D66B\"><\/stop><stop offset=\"0.3332\" stop-color=\"#F6E17C\"><\/stop><stop offset=\"0.351\" stop-color=\"#F7EA88\"><\/stop><stop offset=\"0.3742\" stop-color=\"#F8EF8F\"><\/stop><stop offset=\"0.4224\" stop-color=\"#F9F292\"><\/stop><stop offset=\"0.4936\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.5122\" stop-color=\"#F5E897\"><\/stop><stop offset=\"0.551\" stop-color=\"#EED97E\"><\/stop><stop offset=\"0.5892\" stop-color=\"#E9CE6B\"><\/stop><stop offset=\"0.6262\" stop-color=\"#E6C85F\"><\/stop><stop offset=\"0.6606\" stop-color=\"#E6C55B\"><\/stop><stop offset=\"0.6812\" stop-color=\"#E9CD6E\"><\/stop><stop offset=\"0.7233\" stop-color=\"#F2E399\"><\/stop><stop offset=\"0.7455\" stop-color=\"#F7F1B3\"><\/stop><stop offset=\"0.7493\" stop-color=\"#F4EAAB\"><\/stop><stop offset=\"0.7723\" stop-color=\"#E5CE82\"><\/stop><stop offset=\"0.7954\" stop-color=\"#D9B861\"><\/stop><stop offset=\"0.8183\" stop-color=\"#D0A848\"><\/stop><stop offset=\"0.8407\" stop-color=\"#CA9D38\"><\/stop><stop offset=\"0.8626\" stop-color=\"#C7972F\"><\/stop><stop offset=\"0.8832\" stop-color=\"#C6952D\"><\/stop><stop offset=\"0.89\" stop-color=\"#C89930\"><\/stop><stop offset=\"0.8992\" stop-color=\"#CDA23C\"><\/stop><stop offset=\"0.9097\" stop-color=\"#D6B354\"><\/stop><stop offset=\"0.9213\" stop-color=\"#E4CC77\"><\/stop><stop offset=\"0.9335\" stop-color=\"#F8F1A5\"><\/stop><stop offset=\"0.934\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.9447\" stop-color=\"#F3EBA2\"><\/stop><stop offset=\"0.9546\" stop-color=\"#E6DA95\"><\/stop><stop offset=\"0.9641\" stop-color=\"#D2C182\"><\/stop><stop offset=\"0.9734\" stop-color=\"#BAA26A\"><\/stop><stop offset=\"0.9825\" stop-color=\"#9D7E4F\"><\/stop><stop offset=\"0.9914\" stop-color=\"#7E5A32\"><\/stop><stop offset=\"1\" stop-color=\"#5F3718\"><\/stop><\/linearGradient><linearGradient id=\"paint3_linear_16_3\" x1=\"405.48\" y1=\"-75.9028\" x2=\"405.48\" y2=\"693.279\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0051\" stop-color=\"#6F3F19\"><\/stop><stop offset=\"0.0087\" stop-color=\"#7C5025\"><\/stop><stop offset=\"0.0154\" stop-color=\"#946C3D\"><\/stop><stop offset=\"0.0229\" stop-color=\"#AB8957\"><\/stop><stop offset=\"0.0312\" stop-color=\"#C0A56F\"><\/stop><stop offset=\"0.0406\" stop-color=\"#D2BE84\"><\/stop><stop offset=\"0.0516\" stop-color=\"#E2D296\"><\/stop><stop offset=\"0.0652\" stop-color=\"#EDE2A4\"><\/stop><stop offset=\"0.0842\" stop-color=\"#F6EDAD\"><\/stop><stop offset=\"0.1371\" stop-color=\"#F8F1B0\"><\/stop><stop offset=\"0.1375\" stop-color=\"#F8F0AF\"><\/stop><stop offset=\"0.1503\" stop-color=\"#F7E798\"><\/stop><stop offset=\"0.1647\" stop-color=\"#F6E086\"><\/stop><stop offset=\"0.1819\" stop-color=\"#F5DA78\"><\/stop><stop offset=\"0.203\" stop-color=\"#F5D66E\"><\/stop><stop offset=\"0.2327\" stop-color=\"#F4D468\"><\/stop><stop offset=\"0.3152\" stop-color=\"#F4D366\"><\/stop><stop offset=\"0.3182\" stop-color=\"#F5D66B\"><\/stop><stop offset=\"0.3332\" stop-color=\"#F6E17C\"><\/stop><stop offset=\"0.351\" stop-color=\"#F7EA88\"><\/stop><stop offset=\"0.3742\" stop-color=\"#F8EF8F\"><\/stop><stop offset=\"0.4224\" stop-color=\"#F9F292\"><\/stop><stop offset=\"0.4936\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.5122\" stop-color=\"#F5E897\"><\/stop><stop offset=\"0.551\" stop-color=\"#EED97E\"><\/stop><stop offset=\"0.5892\" stop-color=\"#E9CE6B\"><\/stop><stop offset=\"0.6262\" stop-color=\"#E6C85F\"><\/stop><stop offset=\"0.6606\" stop-color=\"#E6C55B\"><\/stop><stop offset=\"0.6812\" stop-color=\"#E9CD6E\"><\/stop><stop offset=\"0.7233\" stop-color=\"#F2E399\"><\/stop><stop offset=\"0.7455\" stop-color=\"#F7F1B3\"><\/stop><stop offset=\"0.7493\" stop-color=\"#F4EAAB\"><\/stop><stop offset=\"0.7723\" stop-color=\"#E5CE82\"><\/stop><stop offset=\"0.7954\" stop-color=\"#D9B861\"><\/stop><stop offset=\"0.8183\" stop-color=\"#D0A848\"><\/stop><stop offset=\"0.8407\" stop-color=\"#CA9D38\"><\/stop><stop offset=\"0.8626\" stop-color=\"#C7972F\"><\/stop><stop offset=\"0.8832\" stop-color=\"#C6952D\"><\/stop><stop offset=\"0.89\" stop-color=\"#C89930\"><\/stop><stop offset=\"0.8992\" stop-color=\"#CDA23C\"><\/stop><stop offset=\"0.9097\" stop-color=\"#D6B354\"><\/stop><stop offset=\"0.9213\" stop-color=\"#E4CC77\"><\/stop><stop offset=\"0.9335\" stop-color=\"#F8F1A5\"><\/stop><stop offset=\"0.934\" stop-color=\"#F9F4A8\"><\/stop><stop offset=\"0.9447\" stop-color=\"#F3EBA2\"><\/stop><stop offset=\"0.9546\" stop-color=\"#E6DA95\"><\/stop><stop offset=\"0.9641\" stop-color=\"#D2C182\"><\/stop><stop offset=\"0.9734\" stop-color=\"#BAA26A\"><\/stop><stop offset=\"0.9825\" stop-color=\"#9D7E4F\"><\/stop><stop offset=\"0.9914\" stop-color=\"#7E5A32\"><\/stop><stop offset=\"1\" stop-color=\"#5F3718\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t<\/div>\n\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-90b8e87 headline elementor-widget elementor-widget-heading\" data-id=\"90b8e87\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.19.0 - 07-02-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">\u05d4\u05d0\u05ea\u05e8 \u05d4\u05d6\u05d5\u05db\u05d4 <br>\u05d1\u05de\u05e7\u05d5\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05df <br>\n\u05d1\u05ea\u05d7\u05e8\u05d5\u05ea \u05d4\u05d0\u05ea\u05e8\u05d9\u05dd <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-723ede1 headline elementor-widget elementor-widget-heading\" data-id=\"723ede1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">P4WOW<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5759dd6 stars elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5759dd6\" 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<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg>\t\t\t<\/div>\n\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-6f490c9 elementor-widget elementor-widget-html\" data-id=\"6f490c9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.1\/gsap.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.1\/ScrollTrigger.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.1\/ScrollToPlugin.min.js\"><\/script>\n\n<script>\n      gsap.registerPlugin(ScrollTrigger)\n      \n    const animation2 = gsap.timeline()\nfunction init2() {\n    \t gsap.set(\".askanbgwrapper\", {autoAlpha:1})\n    \t \n\tanimation2\n\n        .from(\".headline\", {y:300, opacity:0, duration:3 , ease:\"power1.in\"})\n\n        .from(\".askanbg\", {opacity:0, duration:3 , ease:\"power4.in\"})\n         .from(\".btn\", {y:100, opacity:0, duration:3 , ease:\"power1.in\"})\n\t\t.to(\".stars\", {scale:10, opacity:1, duration:10 , ease:\"power1.in\"})\n\n\t\t\n\tScrollTrigger.create({\n\t\ttrigger:\".askanbgwrapper\",\n\t\tanimation:animation2,\n\t\tstart:\"top 0\",\n\t\tend:\"+=500px\",\n\t\tpin:true,\n\t\tscrub:true,\n\t\tpinSpacing:true\n\t})\n}\n\nwindow.addEventListener('load', init2);\n\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06f4507 elementor-widget elementor-widget-image\" data-id=\"06f4507\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.19.0 - 07-02-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"140\" height=\"242\" src=\"https:\/\/123.leheila.co.il\/wp-content\/uploads\/2023\/12\/Winners-Ribbon-1.png\" class=\"attachment-large size-large wp-image-723\" alt=\"\" \/>\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u05d4\u05d0\u05ea\u05e8 \u05d4\u05d6\u05d5\u05db\u05d4 \u05d1\u05de\u05e7\u05d5\u05dd \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05d1\u05ea\u05d7\u05e8\u05d5\u05ea \u05d4\u05d0\u05ea\u05e8\u05d9\u05dd P4WOW<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":76,"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":1012,"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/1012"}],"wp:attachment":[{"href":"https:\/\/123.leheila.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}