{"id":10549,"date":"2025-02-18T16:14:13","date_gmt":"2025-02-18T15:14:13","guid":{"rendered":"https:\/\/weight-loss-wizard.com\/?page_id=10549"},"modified":"2025-03-08T10:28:12","modified_gmt":"2025-03-08T09:28:12","slug":"b2b","status":"publish","type":"page","link":"https:\/\/weight-loss-wizard.com\/nl\/b2b\/","title":{"rendered":"B2B"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10549\" class=\"elementor elementor-10549\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c384588 e-flex e-con-boxed e-con e-parent\" data-id=\"c384588\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-306a47c elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"306a47c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-2088785 e-flex e-con-boxed e-con e-parent\" data-id=\"2088785\" data-element_type=\"container\" data-e-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-556985b e-con-full e-flex e-con e-child\" data-id=\"556985b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5532ea3 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5532ea3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FOR EXECUTIVES, FOUNDERS &amp; HIGH PERFORMERS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc92322 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"bc92322\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a90acd animate-float elementor-widget elementor-widget-heading\" data-id=\"6a90acd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#45acff\">Structural <\/span>weight loss in a <span style=\"color:#45acff\">smarter<\/span> way<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3177c44 elementor-widget elementor-widget-html\" data-id=\"3177c44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n    function wrapTextNodes(node, delayIndex) {\n        if (node.nodeType === 3 && node.textContent.trim()) {\n            const text = node.textContent;\n            const words = text.split(\/\\s+\/).filter(word => word);\n            const fragment = document.createDocumentFragment();\n            const leadingSpace = text.match(\/^\\s+\/) ? text.match(\/^\\s+\/)[0] : '';\n            const trailingSpace = text.match(\/\\s+$\/) ? text.match(\/\\s+$\/)[0] : '';\n\n            if (leadingSpace) fragment.appendChild(document.createTextNode(leadingSpace));\n            words.forEach((word, i) => {\n                const span = document.createElement('span');\n                span.className = 'word-span';\n                span.textContent = word;\n                span.style.animationDelay = `${0.5 + (delayIndex + i) * 0.15}s`;\n                fragment.appendChild(span);\n                if (i < words.length - 1) fragment.appendChild(document.createTextNode(' '));\n            });\n            if (trailingSpace) fragment.appendChild(document.createTextNode(trailingSpace));\n\n            node.parentNode.replaceChild(fragment, node);\n            return delayIndex + words.length;\n        } else if (node.nodeType === 1 && !node.classList.contains('word-span')) {\n            let currentDelay = delayIndex;\n            Array.from(node.childNodes).forEach(child => {\n                currentDelay = wrapTextNodes(child, currentDelay);\n            });\n            return currentDelay;\n        }\n        return delayIndex;\n    }\n\n    function animateWords(heading) {\n        if (heading.classList.contains('words-animated')) return;\n\n        const clone = heading.cloneNode(true);\n        let delayIndex = 0;\n        Array.from(clone.childNodes).forEach(node => {\n            delayIndex = wrapTextNodes(node, delayIndex);\n        });\n        heading.innerHTML = clone.innerHTML;\n        heading.classList.add('words-animated');\n        heading.style.opacity = '1'; \/\/ Reveal after spans are added\n    }\n\n    const observer = new IntersectionObserver(entries => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                animateWords(entry.target);\n                observer.unobserve(entry.target);\n            }\n        });\n    }, { threshold: 0.5, rootMargin: '0px' });\n\n    function observeHeaders() {\n        document.querySelectorAll('.animate-float .elementor-heading-title').forEach(heading => {\n            if (!heading.classList.contains('words-animated')) {\n                observer.observe(heading);\n            }\n        });\n    }\n\n    observeHeaders();\n    document.addEventListener('DOMContentLoaded', observeHeaders);\n    const mutationObserver = new MutationObserver(observeHeaders);\n    mutationObserver.observe(document.body, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03297d5 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"03297d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84a5add elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"84a5add\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I\u2019ve helped dozens of executives structurally lose between 9 to 24 kg of weight by applying cutting-edge science, hard data and 1-on-1 coaching.<\/p><p>With laser focus at work and high energy. Without hunger or crazy workouts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b854da1 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b854da1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:2000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55febb3 elementor-align-center elementor-mobile-align-center elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-button\" data-id=\"55febb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-sink\" href=\"https:\/\/weight-loss-wizard.com\/call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK A CALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-9343fa1 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-video\" data-id=\"9343fa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/WLW-Highlight-Reel-purple-overlay-2.mp4\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\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-428d307 e-flex e-con-boxed e-con e-parent\" data-id=\"428d307\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e0052 elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"28e0052\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation_delay&quot;:500,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-72ded52 e-con-full e-flex e-con e-parent\" data-id=\"72ded52\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-312f5f1 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-html\" data-id=\"312f5f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"logo-carousel\">\n  <div class=\"logos\">\n    <div class=\"logos-slide\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/3.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/4.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/5.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/6.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/8.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/digital-ambitions.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/remax.png\">\n    <\/div>\n    <div class=\"logos-slide\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/3.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/4.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/5.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/6.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/8.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/digital-ambitions.png\">\n      <img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/remax.png\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .logo-carousel {\n    overflow: hidden;\n    width: 100%;\n    background: white;\n    position: relative;\n    display: flex;\n    align-items: center;\n  }\n\n  .logos {\n    display: flex;\n    width: 200%; \/* Ensures two full sets of logos *\/\n  }\n\n  .logos-slide {\n    display: flex;\n    align-items: center;\n    justify-content: space-around;\n    flex-shrink: 0;\n    width: 100%;\n    animation: scroll 80s linear infinite;\n  }\n\n  .logos-slide img {\n    height: 80px;\n    flex-shrink: 0;\n    margin: 0 60px;\n  }\n\n  @keyframes scroll {\n    from {\n      transform: translateX(0%);\n    }\n    to {\n      transform: translateX(-100%);\n    }\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 767px) {\n    .logos-slide img {\n      height: 50px;\n      margin: 0 20px;\n    }\n  }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad60fd6 e-flex e-con-boxed e-con e-parent\" data-id=\"ad60fd6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-498f2bb animate-float elementor-widget elementor-widget-heading\" data-id=\"498f2bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve In Numbers<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ced7ffc elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"ced7ffc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4be2ca1 e-flex e-con-boxed e-con e-child\" data-id=\"4be2ca1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a114e53 animated-fast elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-html\" data-id=\"a114e53\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"1000\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Weight<br>control<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 30;\n      const secondPercent = 90;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 200;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.1 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9a4d16 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-html\" data-id=\"d9a4d16\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"1500\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Physical<br>health<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 42;\n      const secondPercent = 82;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 95;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.1 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1eeb382 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"1eeb382\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"2000\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Nutrition<br>level<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 42;\n      const secondPercent = 80;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 90.;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.1 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94b1199 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"94b1199\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:2000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\/p>\t\t\t\t\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-6e18ae5 e-flex e-con-boxed e-con e-parent\" data-id=\"6e18ae5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f6faab elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"3f6faab\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation_delay&quot;:500,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-523c47a e-flex e-con-boxed e-con e-parent\" data-id=\"523c47a\" data-element_type=\"container\" data-e-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-83ef0f5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"83ef0f5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1500}\">\n\t\t<div class=\"elementor-element elementor-element-9ff707f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9ff707f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4854177 animated-fast elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-html\" data-id=\"4854177\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"1500\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Mental<br>clarity<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 5;\n      const secondPercent = 75;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 135;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.5 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a35a248 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"a35a248\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:2500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5a4643 elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-html\" data-id=\"d5a4643\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"2500\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Stress<br>handling<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 55;\n      const secondPercent = 85;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 20;\n      const endValue = 55;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.5 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e25aea8 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e25aea8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:3500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b474665 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"b474665\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"3500\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Physical<br>health<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 5;\n      const secondPercent = 55;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 245;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.3 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2912ec8 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"2912ec8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:4500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f992c36 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"f992c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"progress-ring-container\" \n     data-delay=\"4500\" \n     data-counter-desktop=\"30px\" \n     data-counter-tablet=\"24px\" \n     data-counter-mobile=\"18px\" \n     data-header-desktop=\"26px\" \n     data-header-tablet=\"22px\" \n     data-header-mobile=\"18px\" \n     style=\"position: relative; width: 100%; display: flex; flex-direction: column; align-items: center;\">\n  <div style=\"position: relative; width: 100%; padding-bottom: 100%;\">\n    <svg class=\"progress-ring\" width=\"100%\" height=\"100%\" viewBox=\"0 0 120 120\" preserveAspectRatio=\"xMidYMid meet\" style=\"position: absolute; top: 0; left: 0; transform: rotate(-90deg);\">\n      <circle class=\"progress-ring-second\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #45acff;\"\/>\n      <circle class=\"progress-ring-first\" r=\"50\" cx=\"60\" cy=\"60\" style=\"fill: none; stroke-width: 10; stroke-linecap: round; stroke: #a04AB3;\"\/>\n    <\/svg>\n    <div class=\"counter\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Ubuntu', sans-serif; font-weight: 400; color: #4e339d; text-align: center;\"><\/div>\n  <\/div>\n  <h3 class=\"progress-header\" style=\"font-family: 'Ubuntu', sans-serif; font-weight: 500; text-align: center; color: #45ACFF; margin-top: 20px; opacity: 0;\">Work<br>performance<\/h3>\n\n  <script>\n    (function() {\n      const container = document.currentScript.closest('.progress-ring-container');\n      if (!container) return;\n\n      const uniqueId = 'ring-' + Math.random().toString(36).substr(2, 9);\n      container.classList.add(uniqueId);\n\n      const baseDelay = parseInt(container.getAttribute('data-delay')) || 0;\n      const isMobile = window.innerWidth <= 768;\n      const delay = isMobile ? 500 : baseDelay;\n\n      const firstRing = container.querySelector('.progress-ring-first');\n      const secondRing = container.querySelector('.progress-ring-second');\n      firstRing.style.strokeDasharray = '0 314';\n      firstRing.style.opacity = '0';\n      secondRing.style.strokeDasharray = '0 314';\n      secondRing.style.opacity = '0';\n\n      const firstPercent = 35;\n      const secondPercent = 75;\n      const radius = 50;\n      const circumference = 2 * Math.PI * radius;\n      const firstDash = (firstPercent \/ 100) * circumference;\n      const secondDash = (secondPercent \/ 100) * circumference;\n\n      const counter = container.querySelector('.counter');\n      const startValue = 0;\n      const endValue = 166;\n      const prefix = '+';\n      const suffix = '%';\n      const duration = 1000;\n\n      const header = container.querySelector('.progress-header');\n\n      function startCounter() {\n        const startTime = performance.now();\n        function updateCounter(currentTime) {\n          const elapsedTime = currentTime - startTime;\n          const progress = Math.min(elapsedTime \/ duration, 1);\n          const value = Math.floor(startValue + (endValue - startValue) * progress);\n          counter.textContent = `${prefix}${value}${suffix}`;\n          if (progress < 1) requestAnimationFrame(updateCounter);\n        }\n        requestAnimationFrame(updateCounter);\n      }\n\n      const styleSheet = document.createElement('style');\n      document.head.appendChild(styleSheet);\n      \n      styleSheet.textContent = `\n        .${uniqueId} .progress-ring-first {\n          z-index: 2;\n        }\n        .${uniqueId} .progress-ring-second {\n          z-index: 1;\n        }\n        .${uniqueId}.animate .progress-ring-first {\n          animation: fillFirst-${uniqueId} 0.5s ease-in-out 0.5s forwards;\n        }\n        .${uniqueId}.animate .progress-ring-second {\n          animation: fillSecond-${uniqueId} 1s ease-in-out 1s forwards;\n          filter: drop-shadow(1px 1px 1px #0000001A);\n        }\n        @keyframes fillFirst-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 0;\n          }\n          to {\n            stroke-dasharray: ${firstDash} ${circumference};\n            opacity: 1;\n          }\n        }\n        @keyframes fillSecond-${uniqueId} {\n          from {\n            stroke-dasharray: 0 ${circumference};\n            opacity: 1;\n          }\n          to {\n            stroke-dasharray: ${secondDash} ${circumference};\n            opacity: 1;\n          }\n        }\n      `;\n\n      function setContainerHeight() {\n        const parentContainer = container.closest('.elementor-widget-container');\n        if (parentContainer) {\n          const totalHeight = container.offsetHeight;\n          parentContainer.style.height = `${totalHeight}px`;\n        }\n      }\n\n      \/\/ Minimal addition for responsive font sizes\n      const mobileMax = 768;\n      const tabletMax = 1024;\n      const defaultCounterSizes = { mobile: '18px', tablet: '24px', desktop: '30px' };\n      const defaultHeaderSizes = { mobile: '18px', tablet: '22px', desktop: '26px' };\n\n      function setFontSizes() {\n        const width = window.innerWidth;\n        const device = width <= mobileMax ? 'mobile' : width <= tabletMax ? 'tablet' : 'desktop';\n        counter.style.fontSize = container.getAttribute(`data-counter-${device}`) || defaultCounterSizes[device];\n        header.style.fontSize = container.getAttribute(`data-header-${device}`) || defaultHeaderSizes[device];\n      }\n\n      window.addEventListener('load', () => { setFontSizes(); setContainerHeight(); });\n      window.addEventListener('resize', () => { setFontSizes(); setContainerHeight(); });\n\n      const observer = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            setTimeout(() => {\n              container.classList.add('animate');\n              secondRing.addEventListener('animationstart', startCounter, { once: true });\n              firstRing.addEventListener('animationstart', () => {\n                if (header) header.style.opacity = '1';\n                setContainerHeight();\n              }, { once: true });\n            }, delay);\n            observer.unobserve(container);\n          }\n        });\n      }, { threshold: 0.3 });\n\n      observer.observe(container);\n    })();\n  <\/script>\n<\/div>\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-9f1156e e-con-full e-flex e-con e-child\" data-id=\"9f1156e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7051cef animate-float elementor-widget elementor-widget-heading\" data-id=\"7051cef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve In Numbers<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9602e1 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b9602e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08f76e8 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"08f76e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention. Tailored to your workforce, fostering a wellness culture.<\/p><p>Based on the latest science and fully data-driven. Get both measurable, as well predictable improvements for the people that make the difference.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3ae2da elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b3ae2da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab3a83d elementor-align-center elementor-mobile-align-center elementor-tablet-align-left elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-button\" data-id=\"ab3a83d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:4000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-sink\" href=\"https:\/\/weight-loss-wizard.com\/call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK A CALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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<div class=\"elementor-element elementor-element-9c909ac e-flex e-con-boxed e-con e-parent\" data-id=\"9c909ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69a9f1b elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"69a9f1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation_delay&quot;:500,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-6af6e70 e-con-full e-flex e-con e-parent\" data-id=\"6af6e70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7ce2244 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7ce2244\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1217242 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"1217242\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"radar-container\" style=\"width: 100%; height: 600px;\">\n  <canvas id=\"myRadar\"><\/canvas>\n<\/div>\n\n<script>\n  const canvas = document.getElementById('myRadar');\n  const ctx = canvas.getContext('2d');\n\n  \/\/ Data\n  const labels = ['Energy', 'Focus', 'Health', 'Calmth', 'Peace'];\n  const beforeScores = [4, 5, 3, 6, 2];\n  const afterScores = [9, 7, 7, 7, 8];\n  const beforeColor = 'rgba(160, 74, 179, 0.5)';\n  const afterColor = 'rgba(69, 172, 255, 0.5)';\n  const legendColorBefore = '#A04AB3';\n  const legendColorAfter = '#45ACFF';\n\n  \/\/ Animation settings\n  const segmentDuration = 500;\n  const pauseDuration = 250;\n\n  let finalState = null; \/\/ Store final state after animation\n\n  \/\/ Resize canvas\n  function resizeCanvas() {\n    const container = canvas.parentElement;\n    const width = container.clientWidth;\n    const height = container.clientHeight;\n    canvas.width = width * 2;\n    canvas.height = height * 2;\n    canvas.style.width = `${width}px`;\n    canvas.style.height = `${height}px`;\n    ctx.scale(2, 2);\n    return { width, height };\n  }\n\n  \/\/ Draw grid, labels, and scale (0 - 10)\n  function drawGrid(centerX, centerY, maxRadius, activeLabels, padding) {\n    ctx.strokeStyle = '#ddd';\n    ctx.lineWidth = 1;\n    for (let i = 1; i <= 5; i++) {\n      ctx.beginPath();\n      ctx.arc(centerX, centerY, (i * maxRadius) \/ 5, 0, 2 * Math.PI);\n      ctx.stroke();\n    }\n    labels.forEach((label, i) => {\n      const angle = (i * 2 * Math.PI) \/ labels.length - Math.PI \/ 2;\n      const x = centerX + maxRadius * Math.cos(angle);\n      const y = centerY + maxRadius * Math.sin(angle);\n      ctx.beginPath();\n      ctx.moveTo(centerX, centerY);\n      ctx.lineTo(x, y);\n      ctx.stroke();\n      if (activeLabels.includes(label)) {\n        const labelX = centerX + (maxRadius + padding) * Math.cos(angle);\n        const labelY = centerY + (maxRadius + padding) * Math.sin(angle);\n        ctx.fillStyle = '#4E339D';\n        ctx.font = '300 12px Inter, sans-serif';\n        ctx.textAlign = 'center';\n        ctx.textBaseline = 'middle';\n        ctx.fillText(label, labelX, labelY);\n      }\n    });\n\n    \/\/ Add scale (0 - 10) on the 'Energy' axis\n    const scaleAngle = -Math.PI \/ 2; \/\/ Angle for 'Energy' axis (vertical, upward)\n    ctx.fillStyle = '#666';\n    ctx.font = '300 10px Inter, sans-serif';\n    for (let i = 0; i <= 10; i++) {\n      const radius = (i \/ 10) * maxRadius;\n      const x = centerX + radius * Math.cos(scaleAngle) - 10; \/\/ Shift left by 10px\n      const y = centerY + radius * Math.sin(scaleAngle);\n      ctx.fillText(i, x, y);\n    }\n  }\n\n  \/\/ Draw legend\n  function drawLegend(centerX, centerY, maxRadius, padding) {\n    ctx.font = '300 12px Inter, sans-serif';\n    const beforeText = 'Before';\n    const afterText = 'After';\n    const boxSize = 10;\n    const gap = 5;\n    const spacing = 20;\n    const totalWidth = boxSize * 2 + gap * 2 + ctx.measureText(beforeText).width + ctx.measureText(afterText).width + spacing;\n    const legendX = centerX - totalWidth \/ 2;\n    const legendY = centerY + maxRadius + padding * 2;\n\n    ctx.fillStyle = legendColorBefore;\n    ctx.fillRect(legendX, legendY - boxSize \/ 2, boxSize, boxSize);\n    ctx.fillStyle = '#4E339D';\n    ctx.textAlign = 'left';\n    ctx.textBaseline = 'middle';\n    ctx.fillText(beforeText, legendX + boxSize + gap, legendY);\n\n    const afterX = legendX + boxSize + gap + ctx.measureText(beforeText).width + spacing;\n    ctx.fillStyle = legendColorAfter;\n    ctx.fillRect(afterX, legendY - boxSize \/ 2, boxSize, boxSize);\n    ctx.fillStyle = '#4E339D';\n    ctx.fillText(afterText, afterX + boxSize + gap, legendY);\n  }\n\n  \/\/ Get point coordinates\n  function getPointCoords(score, index, centerX, centerY, maxRadius) {\n    const angle = (index * 2 * Math.PI) \/ labels.length - Math.PI \/ 2;\n    const radius = (score \/ 10) * maxRadius;\n    return { x: centerX + radius * Math.cos(angle), y: centerY + radius * Math.sin(angle) };\n  }\n\n  \/\/ Draw radar segments\n  function drawRadarSegments(segments, color, centerX, centerY) {\n    segments.forEach(segment => {\n      ctx.beginPath();\n      ctx.moveTo(segment.prev.x, segment.prev.y);\n      ctx.lineTo(centerX, centerY);\n      ctx.lineTo(segment.current.x, segment.current.y);\n      ctx.closePath();\n      ctx.fillStyle = color;\n      ctx.fill();\n      ctx.strokeStyle = color.replace('0.5)', '1)');\n      ctx.lineWidth = 2;\n      ctx.stroke();\n    });\n  }\n\n  \/\/ Redraw the final state\n  function redrawFinalState() {\n    if (!finalState) return;\n    const { centerX, centerY, maxRadius, activeLabels, beforeSegments, afterSegments, padding } = finalState;\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\n    drawGrid(centerX, centerY, maxRadius, activeLabels, padding);\n    drawLegend(centerX, centerY, maxRadius, padding);\n    drawRadarSegments(beforeSegments, beforeColor, centerX, centerY);\n    drawRadarSegments(afterSegments, afterColor, centerX, centerY);\n  }\n\n  \/\/ Throttle function\n  function throttle(func, limit) {\n    let inThrottle;\n    return function (...args) {\n      if (!inThrottle) {\n        func.apply(this, args);\n        inThrottle = true;\n        setTimeout(() => (inThrottle = false), limit);\n      }\n    };\n  }\n\n  \/\/ Animate a single segment\n  async function animateSegment(prevPoint, toScore, index, color, centerX, centerY, maxRadius, allPoints, activeLabels, padding) {\n    const toPoint = getPointCoords(toScore, index, centerX, centerY, maxRadius);\n    let startTime = null;\n\n    return new Promise((resolve) => {\n      function drawFrame(timestamp) {\n        if (!startTime) startTime = timestamp;\n        const elapsed = timestamp - startTime;\n        const progress = Math.min(elapsed \/ segmentDuration, 1);\n        const currentPoint = {\n          x: prevPoint.x + (toPoint.x - prevPoint.x) * progress,\n          y: prevPoint.y + (toPoint.y - prevPoint.y) * progress\n        };\n\n        ctx.clearRect(0, 0, canvas.width, canvas.height);\n        drawGrid(centerX, centerY, maxRadius, activeLabels, padding);\n        drawLegend(centerX, centerY, maxRadius, padding);\n        drawRadarSegments(allPoints.before, beforeColor, centerX, centerY);\n        drawRadarSegments(allPoints.after, afterColor, centerX, centerY);\n\n        ctx.beginPath();\n        ctx.moveTo(prevPoint.x, prevPoint.y);\n        ctx.lineTo(centerX, centerY);\n        ctx.lineTo(currentPoint.x, currentPoint.y);\n        ctx.closePath();\n        ctx.fillStyle = color;\n        ctx.fill();\n        ctx.strokeStyle = color.replace('0.5)', '1)');\n        ctx.lineWidth = 2;\n        ctx.stroke();\n\n        if (progress < 1) {\n          requestAnimationFrame(drawFrame);\n        } else {\n          resolve({ prev: prevPoint, current: toPoint });\n        }\n      }\n      requestAnimationFrame(drawFrame);\n    });\n  }\n\n  \/\/ Main animation function\n  async function startAnimation() {\n    const { width, height } = resizeCanvas();\n    const padding = Math.min(width, height) * 0.05;\n    const maxRadius = Math.min(width, height) \/ 2 - padding * 2;\n    const centerX = width \/ 2;\n    const centerY = height \/ 2;\n\n    let activeLabels = [];\n    let beforeSegments = [];\n    let afterSegments = [];\n    let prevBeforePoint = { x: centerX, y: centerY };\n    let prevAfterPoint = { x: centerX, y: centerY };\n\n    for (let i = 0; i < labels.length; i++) {\n      activeLabels.push(labels[i]);\n\n      const beforeSegment = await animateSegment(\n        prevBeforePoint,\n        beforeScores[i],\n        i,\n        beforeColor,\n        centerX,\n        centerY,\n        maxRadius,\n        { before: beforeSegments, after: afterSegments },\n        activeLabels,\n        padding\n      );\n      beforeSegments.push(beforeSegment);\n      prevBeforePoint = beforeSegment.current;\n      await new Promise(resolve => setTimeout(resolve, pauseDuration));\n\n      const afterSegment = await animateSegment(\n        prevAfterPoint,\n        afterScores[i],\n        i,\n        afterColor,\n        centerX,\n        centerY,\n        maxRadius,\n        { before: beforeSegments, after: afterSegments },\n        activeLabels,\n        padding\n      );\n      afterSegments.push(afterSegment);\n      prevAfterPoint = afterSegment.current;\n      await new Promise(resolve => setTimeout(resolve, pauseDuration));\n    }\n\n    const closeBefore = await animateSegment(\n      prevBeforePoint,\n      beforeScores[0],\n      0,\n      beforeColor,\n      centerX,\n      centerY,\n      maxRadius,\n      { before: beforeSegments, after: afterSegments },\n      activeLabels,\n      padding\n    );\n    beforeSegments.push(closeBefore);\n    await new Promise(resolve => setTimeout(resolve, pauseDuration));\n\n    const closeAfter = await animateSegment(\n      prevAfterPoint,\n      afterScores[0],\n      0,\n      afterColor,\n      centerX,\n      centerY,\n      maxRadius,\n      { before: beforeSegments, after: afterSegments },\n      activeLabels,\n      padding\n    );\n    afterSegments.push(closeAfter);\n\n    \/\/ Save final state\n    finalState = {\n      centerX,\n      centerY,\n      maxRadius,\n      activeLabels,\n      beforeSegments,\n      afterSegments,\n      padding\n    };\n\n    redrawFinalState();\n\n    const throttledRedraw = throttle(redrawFinalState, 100);\n    window.addEventListener('scroll', throttledRedraw);\n    window.addEventListener('resize', () => {\n      resizeCanvas();\n      redrawFinalState();\n    });\n    document.addEventListener('visibilitychange', () => {\n      if (document.visibilityState === 'visible') redrawFinalState();\n    });\n  }\n\n  \/\/ Trigger animation when in view\n  const observer = new IntersectionObserver(\n    (entries) => {\n      if (entries[0].isIntersecting) {\n        startAnimation();\n        observer.unobserve(canvas);\n      }\n    },\n    { threshold: 0.5 }\n  );\n\n  resizeCanvas();\n  observer.observe(canvas);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a5eb18 e-con-full e-flex e-con e-child\" data-id=\"9a5eb18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2a2a62 animate-float elementor-widget elementor-widget-heading\" data-id=\"d2a2a62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve In Numbers<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b38a4aa elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b38a4aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7168b8 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"a7168b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention. Tailored to your workforce, fostering a wellness culture.<\/p><p>Based on the latest science and fully data-driven. Get both measurable, as well predictable improvements for the people that make the difference.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4572b4a elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"4572b4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19a873f elementor-align-center elementor-mobile-align-center elementor-tablet-align-left elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-button\" data-id=\"19a873f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:4000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-sink\" href=\"https:\/\/weight-loss-wizard.com\/call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK A CALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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-e59096c e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"e59096c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7950961 elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"7950961\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-94491bc e-flex e-con-boxed e-con e-parent\" data-id=\"94491bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-607f05a e-con-full e-flex e-con e-child\" data-id=\"607f05a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd6aa32 animate-float elementor-widget elementor-widget-heading\" data-id=\"bd6aa32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Data drives <font color=\"#FFFFFF\">action<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-243b66b elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"243b66b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29273c7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"29273c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Weight loss is a science. However, contrary to popular belief, it&#8217;s more complicated than calories-in vs calories-out (CICO).\u00a0<\/p><p>Restarting the body&#8217;s inactivated natural ability to burn fat mass for energy, needs activation though.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-902c604 elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"902c604\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6b7bd7 elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"b6b7bd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-sink\" href=\"https:\/\/weight-loss-wizard.com\/call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK A CALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5bb3b5e e-con-full e-flex e-con e-child\" data-id=\"5bb3b5e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1428b9 animate-float elementor-widget elementor-widget-heading\" data-id=\"f1428b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Metabolic<font color=\"#4e339d\"> flexibility<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3cf5a9 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"e3cf5a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5abf8ee elementor-widget elementor-widget-text-editor\" data-id=\"5abf8ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>To get your body to burn fat for energy can be tricky, as many people experience side-effects &#8211; and often stop. Approaching this with deep experience and hard data removes 90% of these obstacles.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b100cf5 e-con-full e-flex e-con e-child\" data-id=\"b100cf5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6651d43 animate-float elementor-widget elementor-widget-heading\" data-id=\"6651d43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Less food<br>\n<font color=\"#4e339d\">no hunger<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7602e03 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"7602e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-688186f elementor-widget elementor-widget-text-editor\" data-id=\"688186f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When metabolic flexibility is achieved, we will apply a data driven way to reduce caloric intake without the hunger &#8211; but without a lack of energy.<\/p>\t\t\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<div class=\"elementor-element elementor-element-5e4edb7 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"5e4edb7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fac1af elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"8fac1af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-c631253 e-con-full e-flex e-con e-parent\" data-id=\"c631253\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d5b298 elementor-widget elementor-widget-template\" data-id=\"7d5b298\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"6377\" class=\"elementor elementor-6377\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-1902d48 animated-slow e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1902d48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d251dec elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d251dec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#45acff\">Systems Thinkers<\/span> who embraced their <span style=\"color:#45acff\">biology<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc5f86 elementor-widget__width-inherit elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"dbc5f86\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef4dbbb elementor-widget__width-initial animated-fast elementor-widget-mobile__width-auto elementor-widget-tablet__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image\" data-id=\"ef4dbbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"453\" height=\"75\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/04\/Google-Five-Star-Review-Visual-Representation-PNG2-2.png\" class=\"attachment-large size-large wp-image-15454\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/04\/Google-Five-Star-Review-Visual-Representation-PNG2-2.png 453w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/04\/Google-Five-Star-Review-Visual-Representation-PNG2-2-300x50.png 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/04\/Google-Five-Star-Review-Visual-Representation-PNG2-2-18x3.png 18w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-453bdeb animate-float elementor-widget elementor-widget-html\" data-id=\"453bdeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function() {\n    function wrapTextNodes(node, delayIndex) {\n        if (node.nodeType === 3 && node.textContent.trim()) {\n            const text = node.textContent;\n            const words = text.split(\/\\s+\/).filter(word => word);\n            const fragment = document.createDocumentFragment();\n            const leadingSpace = text.match(\/^\\s+\/) ? text.match(\/^\\s+\/)[0] : '';\n            const trailingSpace = text.match(\/\\s+$\/) ? text.match(\/\\s+$\/)[0] : '';\n\n            if (leadingSpace) fragment.appendChild(document.createTextNode(leadingSpace));\n            words.forEach((word, i) => {\n                const span = document.createElement('span');\n                span.className = 'word-span';\n                span.textContent = word;\n                span.style.animationDelay = `${0.5 + (delayIndex + i) * 0.15}s`;\n                fragment.appendChild(span);\n                if (i < words.length - 1) fragment.appendChild(document.createTextNode(' '));\n            });\n            if (trailingSpace) fragment.appendChild(document.createTextNode(trailingSpace));\n\n            node.parentNode.replaceChild(fragment, node);\n            return delayIndex + words.length;\n        } else if (node.nodeType === 1 && !node.classList.contains('word-span')) {\n            let currentDelay = delayIndex;\n            Array.from(node.childNodes).forEach(child => {\n                currentDelay = wrapTextNodes(child, currentDelay);\n            });\n            return currentDelay;\n        }\n        return delayIndex;\n    }\n\n    function animateWords(heading) {\n        if (heading.classList.contains('words-animated')) return;\n\n        const clone = heading.cloneNode(true);\n        let delayIndex = 0;\n        Array.from(clone.childNodes).forEach(node => {\n            delayIndex = wrapTextNodes(node, delayIndex);\n        });\n        heading.innerHTML = clone.innerHTML;\n        heading.classList.add('words-animated');\n        heading.style.opacity = '1'; \/\/ Reveal after spans are added\n    }\n\n    const observer = new IntersectionObserver(entries => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                animateWords(entry.target);\n                observer.unobserve(entry.target);\n            }\n        });\n    }, { threshold: 0.5, rootMargin: '0px' });\n\n    function observeHeaders() {\n        document.querySelectorAll('.animate-float .elementor-heading-title').forEach(heading => {\n            if (!heading.classList.contains('words-animated')) {\n                observer.observe(heading);\n            }\n        });\n    }\n\n    observeHeaders();\n    document.addEventListener('DOMContentLoaded', observeHeaders);\n    const mutationObserver = new MutationObserver(observeHeaders);\n    mutationObserver.observe(document.body, { childList: true, subtree: true });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-641cee4 ts3 e-flex e-con-boxed e-con e-child\" data-id=\"641cee4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0148bf7 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"0148bf7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-043edfd e-con-full e-flex e-con e-child\" data-id=\"043edfd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19a0583 elementor-widget elementor-widget-image\" data-id=\"19a0583\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"666\" height=\"666\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1697214347894.jpeg\" class=\"attachment-large size-large wp-image-26270\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1697214347894.jpeg 666w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1697214347894-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1697214347894-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1697214347894-12x12.jpeg 12w\" sizes=\"(max-width: 666px) 100vw, 666px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6502d9 e-con-full e-flex e-con e-child\" data-id=\"d6502d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a1111a elementor-widget elementor-widget-heading\" data-id=\"1a1111a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Audrius Lu\u010di\u016bnas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f8d19c elementor-widget elementor-widget-heading\" data-id=\"2f8d19c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Investor<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1efdbe elementor-widget elementor-widget-heading\" data-id=\"c1efdbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Boring Investments<\/h2>\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-42518f5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"42518f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1e7086 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b1e7086\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"800px\" height=\"800px\" viewBox=\"0 0 36 36\" aria-hidden=\"true\" role=\"img\" class=\"iconify iconify--twemoji\" preserveAspectRatio=\"xMidYMid meet\"><path fill=\"#006A44\" d=\"M0 14h36v8H0z\"><\/path><path fill=\"#FDB913\" d=\"M32 5H4a4 4 0 0 0-4 4v5h36V9a4 4 0 0 0-4-4z\"><\/path><path fill=\"#C1272D\" d=\"M4 31h28a4 4 0 0 0 4-4v-5H0v5a4 4 0 0 0 4 4z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc830a5 elementor-widget elementor-widget-text-editor\" data-id=\"dc830a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lost more than 11 kilos. On Sunday I went shopping. I was buying L and XL (my normal size). No more XXL. Thank you for that.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbbf0fd e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"cbbf0fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e67cb4c e-con-full e-flex e-con e-child\" data-id=\"e67cb4c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6476669 elementor-widget elementor-widget-image\" data-id=\"6476669\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"368\" height=\"368\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/07\/fabiana.jpg\" class=\"attachment-large size-large wp-image-18478\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/07\/fabiana.jpg 368w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/07\/fabiana-300x300.jpg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/07\/fabiana-150x150.jpg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/07\/fabiana-12x12.jpg 12w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9847183 e-con-full e-flex e-con e-child\" data-id=\"9847183\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e0405e elementor-widget elementor-widget-heading\" data-id=\"0e0405e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fabiana Fini<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9cce4f elementor-widget elementor-widget-heading\" data-id=\"e9cce4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Product Owner<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db1fc87 elementor-widget elementor-widget-heading\" data-id=\"db1fc87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">citizenM hotels<\/h2>\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-3cb4921 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3cb4921\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6ae97 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5e6ae97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-ch\" viewBox=\"0 0 640 480\"><g fill-rule=\"evenodd\" stroke-width=\"1pt\"><path fill=\"red\" d=\"M0 0h640v480H0z\"><\/path><g fill=\"#fff\"><path d=\"M170 195h300v90H170z\"><\/path><path d=\"M275 90h90v300h-90z\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84cc35c elementor-widget elementor-widget-text-editor\" data-id=\"84cc35c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>As a result of the program I lost almost 12 kilos. I started on the edge of the body fat category \u2018obese\u2019 and ended up in the \u2018athlete\u2019 level body fat. I finally look the way I wanted to look.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72177fb e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"72177fb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fcb4cb7 e-con-full e-flex e-con e-child\" data-id=\"fcb4cb7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c04af0 elementor-widget elementor-widget-image\" data-id=\"0c04af0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/daniil-shulgin-e1763560298987.jpeg\" class=\"attachment-large size-large wp-image-24433\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a3e6f9 e-con-full e-flex e-con e-child\" data-id=\"3a3e6f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f07a198 elementor-widget elementor-widget-heading\" data-id=\"f07a198\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Daniil Shulgin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff89e06 elementor-widget elementor-widget-heading\" data-id=\"ff89e06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Country Manager<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88b8bb0 elementor-widget elementor-widget-heading\" data-id=\"88b8bb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">JetBrains<\/h2>\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-7bb4361 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7bb4361\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0f0426 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c0f0426\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" viewBox=\"0 0 9 6\" width=\"900\" height=\"600\"><rect fill=\"#fff\" width=\"9\" height=\"3\"><\/rect><rect fill=\"#d52b1e\" y=\"3\" width=\"9\" height=\"3\"><\/rect><rect fill=\"#0039a6\" y=\"2\" width=\"9\" height=\"2\"><\/rect><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7073ab elementor-widget elementor-widget-text-editor\" data-id=\"e7073ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I no longer experience the \u201chunter\u201d mindset triggered by hunger. I have more consistent energy, improved focus, and, as a bonus, look better and feel stronger! I highly recommend this program.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1cfd644 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"1cfd644\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0492cc8 e-con-full e-flex e-con e-child\" data-id=\"0492cc8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fa72ca elementor-widget elementor-widget-image\" data-id=\"9fa72ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995.jpeg\" class=\"attachment-large size-large wp-image-13565\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/1731517147995-12x12.jpeg 12w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c761e7a e-con-full e-flex e-con e-child\" data-id=\"c761e7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abaf4d0 elementor-widget elementor-widget-heading\" data-id=\"abaf4d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sergio Orellana<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dcae0d elementor-widget elementor-widget-heading\" data-id=\"6dcae0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Director Supply Chain<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a89b4e elementor-widget elementor-widget-heading\" data-id=\"6a89b4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Teva Pharmaceuticals<\/h2>\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-2477ae5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2477ae5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5643db0 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5643db0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"flag-icons-gt\" viewBox=\"0 0 640 480\"><defs><radialGradient xlink:href=\"#gt-a\" id=\"gt-d\" cx=\"447.4\" cy=\"308.3\" r=\"16.5\" gradientUnits=\"userSpaceOnUse\"><\/radialGradient><radialGradient id=\"gt-a\"><stop offset=\".2\" stop-color=\"#f9f0aa\"><\/stop><stop offset=\"1\" stop-color=\"#b07e09\"><\/stop><\/radialGradient><radialGradient xlink:href=\"#gt-a\" id=\"gt-e\" cx=\"451.6\" cy=\"313\" r=\"10.9\" gradientUnits=\"userSpaceOnUse\"><\/radialGradient><radialGradient xlink:href=\"#gt-a\" id=\"gt-f\" cx=\"454.1\" cy=\"308.6\" r=\"9.8\" gradientUnits=\"userSpaceOnUse\"><\/radialGradient><radialGradient xlink:href=\"#gt-a\" id=\"gt-g\" cx=\"458.4\" cy=\"307.1\" r=\"17.4\" gradientUnits=\"userSpaceOnUse\"><\/radialGradient><radialGradient xlink:href=\"#gt-a\" id=\"gt-j\" cx=\"446\" cy=\"252.4\" r=\"13\" gradientUnits=\"userSpaceOnUse\"><\/radialGradient><radialGradient id=\"gt-m\" cx=\"477.9\" cy=\"215.3\" r=\".3\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".3\" stop-color=\"#a50a0a\"><\/stop><stop offset=\"1\" stop-color=\"#4c0505\"><\/stop><\/radialGradient><radialGradient id=\"gt-n\" cx=\"489.1\" cy=\"210.3\" r=\".3\" fx=\"489.1\" fy=\"210.3\" gradientTransform=\"scale(.97707 1.02346)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#fff\"><\/stop><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"><\/stop><\/radialGradient><linearGradient id=\"gt-h\" x1=\"473.9\" x2=\"472.4\" y1=\"259.2\" y2=\"232\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".2\" stop-color=\"#b07e09\" stop-opacity=\"0\"><\/stop><stop offset=\"1\" stop-color=\"#b07e09\"><\/stop><\/linearGradient><linearGradient id=\"gt-i\" x1=\"483.1\" x2=\"485.5\" y1=\"296.7\" y2=\"326.6\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".2\" stop-color=\"#b07e09\" stop-opacity=\"0\"><\/stop><stop offset=\"1\" stop-color=\"#b07e09\"><\/stop><\/linearGradient><linearGradient id=\"gt-k\" x1=\"451.5\" x2=\"455.4\" y1=\"249.5\" y2=\"240.6\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".2\" stop-color=\"#f9f0aa\"><\/stop><stop offset=\"1\" stop-color=\"#b07e09\"><\/stop><\/linearGradient><linearGradient id=\"gt-l\" x1=\"473.3\" x2=\"475.9\" y1=\"237.2\" y2=\"270.4\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".2\" stop-color=\"#f9f0aa\"><\/stop><stop offset=\"1\" stop-color=\"#b07e09\"><\/stop><\/linearGradient><\/defs><path fill=\"#4997d0\" d=\"M0 0h640v480H0Z\"><\/path><path fill=\"#fff\" d=\"M213.3 0h213.4v480H213.3Z\"><\/path><g transform=\"matrix(.81133 0 0 .8264 -69.4 -8)\"><g stroke=\"#24420e\"><path fill=\"none\" stroke-width=\".4\" d=\"M452.1 377.5c2.7-.4 4.2-1.2 6-1.8m2.3-4.1a13 13 0 0 1 3 4.7m-8.1-5.1a13 13 0 0 1 3 4.2m-49.5-136.6c-1 1.6-3 2.7-4.8 3.4m-.3-.2q-.2-2.2 0-4.4m-1.9 5c0 .4.4 1.4.6 2m2.1 1-2 .3m-4-.9c0 2.6.3 5.6.5 7.9m-1.8-1q.7 1.3 1.6 1.9m-4.6 6.5q.8 1.2 1.3 4m3.7-4.7-2 1.5m1.7 4.4q-1.5 1.3-3.5 2.1m-3.8 40.4a16 16 0 0 0 4 4.7m.6 1.7a8 8 0 0 1-3-1m4.4 8.5 1.7 1m-.4 3.4q1.8 1.4 3.7 3.9m-1.4 2.8q2.1.5 3.2 1m-1 2.5h2m1.3-5.3-.5 4.2m1 1.6.4-1.6m4.7 6-.1 3.2m39.2 27.9-1.2 1.6m-2.4-3.9-.7-1.8\"><\/path><g stroke-width=\".2\"><path fill=\"#406325\" d=\"M486.1 385a8 8 0 0 0-3.3-2.7c-7.7-4-15.4-5.9-24-7.3-2.1-.3-4.1-2.2-6.2-3.2-5-2.3-10.5-3.2-15.3-5.7-.3-.1-1.5-.8-2-1.5-2-2.2-5.5-2.9-7.6-5-8.4-7.8-17.2-15-21.8-25.5-5.6-12.7-12.5-25.8-11.6-40.2.6-9.2-.7-18.4 1.5-27 3.4-13 7.6-25.7 15.4-36.4l-1.3.8a104 104 0 0 0-15.4 36.3c-2.3 8.7-1 18-1.5 27-1 14.5 6 27.6 11.5 40.3 4.6 10.4 13.5 17.7 21.8 25.6 2.2 2 5.6 2.7 7.6 5l2 1.5c4.9 2.4 10.4 3.3 15.4 5.7 2 1 4 2.8 6 3.2a77 77 0 0 1 24.2 7.2 8 8 0 0 1 3.3 2.7l1.3-.9\"><\/path><g fill=\"#67923d\"><path d=\"M406.3 331.6a47 47 0 0 1-.2-23.5c6.7 13 4.5 23.7.2 23.5zm45.9 45.4a49 49 0 0 0-21.9 11.4c15.1.1 24-7.3 21.9-11.4zm7.5-4.3a60 60 0 0 1-14-26.5c15 10.9 18.9 24.3 14 26.5z\"><\/path><path d=\"M454.6 372.8a55 55 0 0 1-16-22.8c15.3 8.2 20.3 20.2 16 22.8zM439 366c1-7.8-5.6-24.2-7.5-26-3 16.5 3 27.6 7.5 26zm-27.3-24.3a42 42 0 0 1 .5-21c5.5 11.7 3.3 21.2-.5 21zM398 264.9a51 51 0 0 1 21-16c-6.8 14.6-18 19.9-21 16z\"><\/path><path d=\"M398.7 259.3a52 52 0 0 1 17.4-20c-3.7 15.7-13.7 23.2-17.4 20zm27.9 99.2a55 55 0 0 1-7.3-26.4c11.2 12.5 12 25.3 7.2 26.4zM397.9 322c-7 1.1-21.4-4.6-23-6.3 14.6-3.2 24.4 2 23 6.3zm-2.2-9.7c.8-5.5 8.6-15.8 10.3-16.6-1 12-7.4 18.6-10.3 16.6zm51.3 58.6a57 57 0 0 0-26.1 13.6c18 .1 28.7-8.7 26.1-13.6z\"><\/path><\/g><g fill=\"#406325\"><path d=\"M406.4 331.5c4.2.2 6.4-10.4-.3-23.4a79 79 0 0 1 .3 23.4zm11.2 20a49 49 0 0 0-21.7-11.2c8.9 12.1 19.9 15.1 21.7 11.2zm-24.4-53a57 57 0 0 0-14.8-24c1.5 17.2 10.6 26.7 14.8 24zm8.4 34.3c-5-3.7-19-5.4-21-4.8 10.2 8.4 20.2 8.5 21 4.8zm-9.4-24.8a42 42 0 0 0-16.9-13.8c5.5 12.4 14.6 17 16.9 13.7zm2.8-47.6c.8-7.6-5.6-23.4-7.4-25.2-2.9 16 2.9 26.7 7.3 25.2zm4.4-14.9c2.7-6.5.8-22.4-.5-24.4-6.4 13.5-3.8 24.6.5 24.4z\"><\/path><path d=\"M404.4 237.8a40 40 0 0 0 3.5-19.4c-7.2 9.7-7 18.9-3.5 19.4zm6-6.1a39 39 0 0 0 9-17.4c-9.7 7-12.2 15.8-9 17.4zm-16.1 43.2c.1.9-1-8.2-10-18.3.4 14.8 6.2 20.4 10 18.3zm32.6 85.8a53 53 0 0 0-25.8-6c12.6 10.4 24.9 10.6 25.8 6zM439 366c-4.6 1.5-10.5-9.5-7.6-26a99 99 0 0 0 7.5 26zm13.3 11c2 4.1-6.8 11.5-21.8 11.4 12-5 21.2-9.9 21.8-11.3zm7.3-4.4c4.9-2.3 1.1-15.5-14-26.4 8.6 13.2 14.5 24.6 14 26.4z\"><\/path><path d=\"M454.6 372.7c4.2-2.7-.7-14.5-16-22.7 9.5 11.2 16.2 21 16 22.7zm-42.8-31c3.7.2 6-9.3.5-21 .7 11 .4 20-.5 21zM398 265c3 3.8 14-1.4 20.9-16a91 91 0 0 1-20.9 16z\"><\/path><path d=\"M398.9 259.3c3.6 3.2 13.5-4.3 17.2-20-8 11.3-15.6 19.8-17.2 20zm27.7 99.1c4.7-1.1 4-13.8-7.3-26.3 5 13.5 8 24.8 7.3 26.3zM397.7 322c1.4-4.3-8.3-9.4-22.8-6.3 12.3 2.2 22 5 22.8 6.3zm-1.9-9.6c2.9 1.8 9.1-4.7 10.3-16.7a69 69 0 0 1-10.3 16.7zM447 371c2.5 5-8 13.7-26 13.6 14.2-5.9 25.3-11.8 26-13.6z\"><\/path><path d=\"M399.4 326.3a45 45 0 0 0-17-15.8c5 13.6 14.2 19.1 17 15.8z\"><\/path><\/g><g fill=\"#67923d\"><path d=\"M392.4 274c4-4.7 17.5-9.2 19.6-9-8 10.5-18 12.6-19.6 9zm25.1 77.5c-1.8 4-12.7 1-21.7-11.1a84 84 0 0 0 21.7 11.1zm-24.4-53c-4.2 2.7-13.1-6.8-14.7-24 6.6 13.3 13 23.5 14.7 24zm8.4 34.3c-.7 3.7-10.7 3.6-20.8-4.7a74 74 0 0 0 20.8 4.7zm-9.5-24.9c-2.3 3.2-11.2-1.3-16.7-13.7 8.2 8 15.5 13.7 16.8 13.7zm2.8-47.6c-4.4 1.6-10.1-9-7.3-25 2.7 13.5 6 24.2 7.3 25zm4.5-14.9c-4.3.3-6.9-10.8-.5-24.3-.8 12.8-.5 23.3.5 24.3zm5-7.6c-3.4-.6-3.7-9.7 3.6-19.4a66 66 0 0 0-3.6 19.4zm6-6.1c-3.1-1.7-.7-10.4 9-17.3a66 66 0 0 0-9 17.3z\"><\/path><path d=\"M394.3 274.9c-3.9 2.1-9.6-3.5-10-18.3q7.7 17.6 10 18.3zm32.5 85.8c-.9 4.6-13.1 4.4-25.7-5.9 13.2 4.3 24.3 6.7 25.7 5.9zm-8.2-9.5A41 41 0 0 1 412 332c9 8.7 10.2 18.1 6.8 19.2zm-16.8-25c-3.6-5.8-4-20.9-3-23 8.3 11.9 7.3 22.7 3 23zm-2.7.1c-2.7 3.3-11.9-2.1-16.8-15.8a77 77 0 0 0 16.8 15.8z\"><\/path><\/g><g fill=\"#406325\"><path d=\"M392.4 274c1.6 3.6 11.4 1.5 19.5-8.9-12 6.8-16.7 9.8-19.5 8.9zm9.3 52c4.3-.3 5.3-11-3-22.8a73 73 0 0 1 3 22.9zm17 25.2c3.4-1 2.2-10.5-6.7-19.2 4.4 9.7 7.2 18 6.7 19.2z\"><\/path><path d=\"M394.2 291.8c2-8.4-1.7-22.6-4.3-25.6-4.7 15.4-.2 26.6 4.3 25.6z\"><\/path><\/g><path fill=\"#67923d\" d=\"M394 293.8c-6 1.3-8.7-12-4.1-27.1 1 13.5 2.8 26.1 4 27z\"><\/path><path fill=\"#67923d\" d=\"M392.7 293.7a53 53 0 0 1 9-24.7c2 15.8-4.5 26.3-9 24.7z\"><\/path><path fill=\"#406325\" d=\"M392.8 293.6c4.5 1.6 10.9-8.8 8.9-24.6-3.5 13.3-7.5 23.8-8.9 24.6z\"><\/path><path fill=\"#67923d\" d=\"M394.1 303.3a50 50 0 0 1 10.6-23.7c.8 16.2-6.3 25.9-10.6 23.7z\"><\/path><path fill=\"#406325\" d=\"M394.2 303.4c4.2 2.2 11.3-7.4 10.5-23.5-4.4 12.8-9 22.9-10.5 23.5z\"><\/path><\/g><g fill=\"#ba1f3e\" stroke=\"#511124\" stroke-width=\".2\"><circle cx=\"396.8\" cy=\"251.3\" r=\"1.1\"><\/circle><circle cx=\"405.2\" cy=\"245.1\" r=\"1.1\"><\/circle><circle cx=\"401.6\" cy=\"241.7\" r=\"1.1\"><\/circle><circle cx=\"392.5\" cy=\"313.1\" r=\"1.3\"><\/circle><circle cx=\"395\" cy=\"297.1\" r=\"1.3\"><\/circle><circle cx=\"408.2\" cy=\"334.5\" r=\"1.3\"><\/circle><circle cx=\"402.4\" cy=\"336.4\" r=\"1.3\"><\/circle><circle cx=\"446.7\" cy=\"367.6\" r=\"1.3\"><\/circle><circle cx=\"449.6\" cy=\"374.7\" r=\"1.3\"><\/circle><\/g><\/g><g stroke=\"#24420e\"><path fill=\"none\" stroke-width=\".4\" d=\"M561.1 259c.7.6 1.2.8 2.3 1.9m-6.6-18.9c0-1.4-.6-3.7-.9-5m3.5 3q0 2.8-1.1 5.4m-4.2-.5q2.6 2.5 5.3 3.9m3.8 1.2q.2 3-.7 6m.4 1.5 1.3-2.3m-1.9 12.2c1.4.3 2.8 2 3.5 3.5m.5-1.3 1.6-2.2m1.7 30.8-2.4 3.4m-4 0c.8 1.4 1.6 3 2.6 4m2.5 5.9a13 13 0 0 1-4.5 4m.2 4.5c-1.1.8-2.5 3-3.7 4.7m8.4-20.2-2.1.9m-1.4-7.4 1.2 1m-9.3 37.4h-2m-2.1-1.8.6 1.6m-7.6 5.1q-.3 2.8.1 5.6m4.3-9 1 2.2m3.9-.1-2.5.3M522 365.6l-1 1.8m11.9-4q-2.2.2-4.1-.2m-5.5 6q-1.5-.6-3-1m-14.7 2.7c-.9.7-2 2.4-3 4m-.6-4.5c-2.4 1.3-3.2 3.7-4.4 5.8m2.8 2.8q-2.4-.7-5.3-2m16.7-.7c-2.3-1.2-4.7-1-7.1-1.4m10.8-.4q-5.5-1-10.3-.1m7.8-2.6-1.4-.6m-5.6 5.5-2.3-1.3m57.9-49.2q-1.9 1.4-3.7 3.9m1.8-79.6-2.2-.8\"><\/path><g stroke-width=\".2\"><path fill=\"#406325\" d=\"M474.4 384.9q1.4-1.8 3.3-2.7c7.7-4 15.4-5.8 24-7.2 2.1-.4 4.1-2.3 6.2-3.2 5-2.4 10.5-3.3 15.3-5.7.3-.2 1.5-.9 2-1.6 2-2.2 5.5-2.9 7.6-5 8.4-7.8 17.2-15 21.8-25.5 5.6-12.7 12.5-25.8 11.6-40.2-.6-9.2.7-18.4-1.5-27a105 105 0 0 0-15.4-36.4l1.3.8a104 104 0 0 1 15.4 36.4c2.3 8.6 1 17.9 1.5 27 1 14.4-6 27.5-11.5 40.3-4.6 10.4-13.5 17.6-21.8 25.5-2.2 2-5.6 2.7-7.6 5l-2 1.5c-4.9 2.4-10.4 3.4-15.4 5.7-2 1-4 2.8-6 3.2A77 77 0 0 0 479 383a8 8 0 0 0-3.3 2.7l-1.3-.8\"><\/path><g fill=\"#406325\"><path d=\"M553.6 334.6c2.8-7.4 0-24.8-1.4-27-6.7 15.4-3.4 27.6 1.4 27z\"><\/path><path d=\"M546.5 341.6c2.3-5.6.7-19.3-.4-21-5.5 11.7-3.3 21.3.4 21zm16.9-74.1a47 47 0 0 0-19.3-14.6c6.2 13.3 16.5 18.2 19.3 14.6z\"><\/path><path d=\"M561.8 259.5a43 43 0 0 0-14.5-16.7c3.1 13 11.4 19.3 14.5 16.7zm4.7 14.9c-3.5-4-15.2-7.9-17-7.7 7 9 15.6 10.9 17 7.7zm-2.8 46.4a40 40 0 0 0 20.3-5.7c-12.9-2.8-21.5 1.9-20.3 5.7zm-.2-5.7c0-5.6-6.3-16.8-8-18-.5 12 4.9 19.5 8 18z\"><\/path><path d=\"M564 301.4a50 50 0 0 0-10.6-23.6c-.8 16.2 6.3 25.8 10.6 23.6zm-53 75.3a48 48 0 0 0 22.2 11c-8.8-12.3-20.1-15.1-22.1-11z\"><\/path><\/g><g fill=\"#67923d\"><path d=\"M553.6 334.4c-4.9.6-8.1-11.4-1.4-26.8-.5 14.2.2 25.7 1.4 26.8zM500.2 378a50 50 0 0 1 21.9 11.5c-15.1.1-24-7.3-22-11.4zm0-7.9c2-8 15-21.2 17.5-22.1-3.6 17.1-13.7 25.5-17.5 22.1zm21.3-4.1a54 54 0 0 1 7.5-26c3 16.4-3 27.5-7.5 26zm21.5-14.6a49 49 0 0 1 21.6-11.2c-8.9 12.1-19.8 15.1-21.7 11.2zm25.7-53.3c1-6.3 9.7-17.9 11.6-18.9-1.2 13.6-8.3 21-11.6 19z\"><\/path><path d=\"M557 336.2a51 51 0 0 1 24.4-5.5c-11.8 9.7-23.5 9.8-24.4 5.5zm10.3-24.5a44 44 0 0 1 17.7-14.4c-5.8 13-15.3 17.8-17.7 14.4zm-1.5-45.6c0-7.6 8-22.7 10-24.2 1.1 16.1-5.7 26.2-10 24.2zm-6.9-25.9a40 40 0 0 1-.1-20c5.5 10.9 3.7 20 0 20z\"><\/path><path d=\"M554.6 238a50 50 0 0 1-10.4-22.1c11.8 9.3 14.4 20.4 10.4 22.1zm11.7 34.5c-.3.9 3-7.7 14.2-15.3-4 14.3-11 18.3-14.2 15.3zm-34.1 89.9a61 61 0 0 1 29.2-6.7c-14.2 11.8-28.2 12-29.2 6.7zm14.3-20.8c-3.7.2-6-9.3-.5-21-.7 11-.4 20 .5 21zm16.9-74.1c-2.7 3.6-13-1.2-19.2-14.6a79 79 0 0 0 19.2 14.6zm-1.7-8c-3.1 2.6-11.3-3.6-14.4-16.7 6.7 9.4 13 16.5 14.4 16.7zm4.8 15c-1.4 3.1-9.9 1.3-16.9-7.7 10.4 5.9 14.5 8.4 17 7.7zm-2.6 46.2c-1.3-3.8 7.3-8.3 20.2-5.5a69 69 0 0 0-20.2 5.5zm-.4-5.6c-3.2 1.5-8.5-5.9-8-17.9a69 69 0 0 0 8 18z\"><\/path><path d=\"M563.9 301.6c-4.3 2.2-11.3-7.4-10.5-23.5 4.4 12.8 9 22.9 10.5 23.5zm-52.7 75.1c2-4.2 13.1-1.4 22 10.8-11-6.7-20.5-11.3-22-10.8z\"><\/path><\/g><g fill=\"#406325\"><path d=\"M521.5 365.8c4.6 1.6 10.5-9.4 7.6-25.9-2.8 14-6.2 25.1-7.6 26z\"><\/path><path d=\"M531.8 360.6a55 55 0 0 0 4.6-27c-10 13.6-9.4 26.3-4.6 27zm-31.7 17.5c-2 4.1 6.7 11.5 21.8 11.3-12-4.8-21.2-9.8-21.8-11.3zm.2-8.1c3.8 3.4 13.8-4.9 17.4-22-8.1 12.4-15.7 21.8-17.4 22zm42.7-18.6c1.8 4 12.7 1 21.7-11.1a84 84 0 0 1-21.7 11.1zm25.8-53.3c3.3 2.1 10.3-5.3 11.5-18.8a75 75 0 0 1-11.5 18.8zM557 336.2c1 4.4 12.5 4.2 24.4-5.5-12.5 4-23 6.2-24.3 5.5zm10.4-24.6c2.5 3.4 11.9-1.4 17.7-14.4a75 75 0 0 1-17.7 14.4zM566 266c4.2 2 11-8 9.8-24-4 13-8.4 23.3-9.9 24zm-7-25.9c3.5.1 5.4-9-.2-20 1 10.5 1 19.1.2 20zm-4.3-2.2c4-1.7 1.4-12.7-10.4-22a82 82 0 0 1 10.4 22zm11.6 34.7c3.2 3 10.2-1 14.2-15.4q-11.8 15.1-14.2 15.4zm-34 89.9c1 5.2 14.9 5 29-6.7-14.9 4.8-27.4 7.6-29 6.7z\"><\/path><path d=\"M539.1 354.8a41 41 0 0 0 3.6-20.1c-7.5 10-7.2 19.5-3.6 20zm19.6-28.7c3.6-5.7 4-20.9 3-23-8.3 11.9-7.3 22.7-3 23z\"><\/path><\/g><path fill=\"#67923d\" d=\"M531.8 360.5c-4.8-.6-5.3-13.3 4.5-26.8-3.6 13.8-5.4 25.4-4.5 26.8zm35.2-68.3c-1-7.8 4-20.1 6.6-22.5 2.6 14.4-2.7 24-6.6 22.5zm-27.9 62.5c-3.6-.5-3.9-10 3.6-20a67 67 0 0 0-3.6 20zm23.4-104.2c-2.2-6 0-20 1.2-21.8 5.3 12.2 2.6 22.1-1.2 21.8zm-58.1 120.1c2.5-8 16.2-21 18.8-22-4.3 17.5-15 25.6-18.8 22zM559 329a45 45 0 0 1 16.9-15.8c-5 13.6-14.2 19.1-17 15.8zm-.2-3c-4.3-.4-5.3-11 3-22.9a73 73 0 0 0-3 22.9z\"><\/path><path fill=\"#406325\" d=\"M567 294c5.2 1.9 9-9.8 6.6-23.9a98 98 0 0 1-6.6 24z\"><\/path><path fill=\"#406325\" d=\"M567.8 293.6c.5-7.5-7-23-9-24.7-2 15.8 4.5 26.3 9 24.7zm-5.3-43.2c3.9.4 6.5-9.4 1.2-21.7.4 11.5-.2 20.8-1.2 21.7zm-58 120.1c3.8 3.7 14.4-4.4 18.7-21.8-8.8 12.3-17 21.6-18.7 21.8zm54.6-41.5c2.8 3.3 12-2.1 17-15.8a77 77 0 0 1-17 15.8z\"><\/path><path fill=\"#67923d\" d=\"M567.7 293.5c-4.5 1.7-10.9-8.7-8.9-24.5 3.5 13.2 7.5 23.7 8.9 24.5z\"><\/path><\/g><g fill=\"#ba1f3e\" stroke=\"#511124\" stroke-width=\".2\"><circle cx=\"564.6\" cy=\"254.9\" r=\"1.1\"><\/circle><circle cx=\"568.4\" cy=\"266.8\" r=\"1.1\"><\/circle><circle cx=\"569.8\" cy=\"304.3\" r=\"1.3\"><\/circle><circle cx=\"564.6\" cy=\"297.3\" r=\"1.3\"><\/circle><circle cx=\"549.9\" cy=\"337.2\" r=\"1.3\"><\/circle><circle cx=\"556.2\" cy=\"339.9\" r=\"1.3\"><\/circle><circle cx=\"513.8\" cy=\"372.3\" r=\"1.3\"><\/circle><circle cx=\"506.8\" cy=\"377.3\" r=\"1.3\"><\/circle><circle cx=\"557.1\" cy=\"249.3\" r=\"1.1\"><\/circle><\/g><\/g><g id=\"gt-b\" fill=\"#8c959d\" stroke=\"#485654\" stroke-width=\".1\"><path d=\"M434.3 336.3c-.2 1 .8 2.3 2 2 .5 0 .7-.5.2-.5q-.7.2-1.2-.3a2 2 0 0 1-.4-2z\"><\/path><path stroke=\"none\" d=\"M437.2 338.3c-1 1.2-2.5 1.7-3.4.9q-1-.9-.5-2l-1 1.3s.6 1.3 1.6 1.8c1.3.5 3-.3 4-1.6.8-1 1.6-2.4 1-3.6a4 4 0 0 0-2-1.7l-1 1q.8-.2 1.7.4c1.3 1 .6 2.5-.4 3.5\"><\/path><path fill=\"#485654\" stroke=\"none\" d=\"m437.2 338.3-1.1 1q-.7.4-1.5.3l-.7-.3-.5-.6q-.2-.3-.3-.7t.2-.8l.1.1-1.1 1.3v-.1l1 1.3.7.4.8.1a3 3 0 0 0 1.6-.5q.8-.4 1.3-1l1-1.4q.4-.7.3-1.6 0-.4-.2-.8a4 4 0 0 0-1.9-1.6h.1l-1 1.1h-.1q.3-.2.7-.2l.8.2q.7.4.9 1.2.1.8-.2 1.4-.3.8-.9 1.2m0 0q.6-.4.8-1.2t.2-1.4q-.2-.7-.9-1-.7-.5-1.3-.2h-.1l1-1.2a4 4 0 0 1 2 1.7q.3.3.3.8 0 1-.4 1.7-.3.8-1 1.4-.5.7-1.3 1.1-.7.5-1.7.5a2 2 0 0 1-1.6-.6l-1-1.4 1-1.3h.2l-.1.8q0 .3.2.7l.5.5q.2.3.6.3.8.1 1.5-.2z\"><\/path><path fill=\"#6c301e\" stroke=\"#351710\" stroke-linejoin=\"round\" stroke-width=\".2\" d=\"m515.2 249.3-40.1 39.5L434 328l-4.6 5.4c-2 2.3-4.4 5.3-7.2 8-.5.7-1.1.4-1.7.8-1.8 1-3.7 2.8-5 4.3L403.2 360q-1.2 1.2-.4 2l6.6 8.8c1.2 1.2 2.6 1.8 3.2.8 3.1-5.5 11-13.8 14-20.3 1.7-4 3.9-11.1 5.5-12.8 2-2.2 7.1-7.8 11.8-12.7l1-1q.3-.6.9-1c23.5-24 50.7-53.1 70.5-73.6z\"><\/path><path d=\"M431.9 328.1q-1.7-.2-2.9-1.4c1.2.4 2.4.8 3.5.3z\"><\/path><path fill=\"#b2b6ba\" stroke-width=\".2\" d=\"m557 220.1-31.8 26.2q-.5.5-.9 0l-2.9-2.4v-.6l1.4-1.4q.2-.2-.1-.6l-.6-.6q-.4-.1-.7.2l-1.4 1.5q-1.2.1-1.4 1.4c-19.2 18.7-35.8 35.4-54.9 53.8l-22.6 21.6c-.8 1-4.3 2.9-6.6 4.4q-1.3.8-1.8 1.5l-1.8 5.5c-.6 1.2-2.5 4-2.5 4.2l3.8 3.7 11.1-11.9.9-1a13 13 0 0 0-2.6-2.7l-.7-.5q0-.4.5-.7c26.4-25.6 55-53.7 78.2-76.6h1l2.9 3.1q1 1 1.7.4l31.9-28.5z\"><\/path><path fill=\"#485654\" stroke=\"none\" d=\"M431 330.4h.6l.5-.1.7-2.4.8-2.4q-.3-.3-.7-.4.4 0 .7.4l-.7 2.4-.7 2.4-.6.2z\"><\/path><circle cx=\"438.2\" cy=\"328.1\" r=\".6\" fill=\"none\" stroke-width=\".2\"><\/circle><circle cx=\"434.4\" cy=\"331.9\" r=\".6\" fill=\"none\" stroke-width=\".2\"><\/circle><path fill=\"#485654\" stroke=\"none\" d=\"m441 322.4-1.8-1.6z\"><\/path><path d=\"m502.2 259 3.5 3.5.6-.6-3.5-3.4-.6.6z\"><\/path><\/g><use xlink:href=\"#gt-b\" width=\"100%\" height=\"100%\" transform=\"scale(-1 1)rotate(-2.8 -9.3 19640.2)\"><\/use><g stroke=\"#24420e\" stroke-width=\".2\"><path fill=\"#67923d\" d=\"M434 365.4a56 56 0 0 0-29.3.9c16.3 8 29.5 4.6 29.2-1zm89 3.3c7.8-3.3 26.8-.7 29.1 1-16.2 7.9-29.5 4.5-29.2-1z\"><\/path><path fill=\"#406325\" d=\"M433.8 365.5c.3 5.5-12.8 8.9-29.1.9 15.3 1 27.8.4 29-1zm89.2 3.3c-.2 5.5 12.9 8.9 29.2.9-15.3 1-27.8.4-29.1-1z\"><\/path><\/g><g id=\"gt-c\"><path fill=\"#b2b6ba\" stroke=\"#485654\" stroke-width=\".2\" d=\"M508.5 360a238 238 0 0 0-76.1-68c3.5-.2 11.4 3.9 14.7 6 23.9 15.4 44.3 35.8 65.6 59.8-1.2 1.2-2 2-3.4 3z\"><\/path><path fill=\"#8c959d\" d=\"M510.6 359.8 509 361c-23-29.6-55-57.9-76.7-69 30.1 13.8 55.4 41.7 78 67.6h.1z\"><\/path><path fill=\"#485654\" d=\"M510.6 359.8 509 361a303 303 0 0 0-35.2-38 285 285 0 0 0-30.4-24.3q-5.4-3.6-11.1-6.7v-.2q12 5.6 22.5 13.3 10.5 7.6 20 16.6a360 360 0 0 1 18.3 18.5q8.9 9.7 17.4 19.5zm0 0q-8.6-9.9-17.5-19.4a355 355 0 0 0-18.3-18.5q-9.5-8.9-20-16.6t-22.4-13.2v-.2a196 196 0 0 1 21.7 14.3 285 285 0 0 1 38.2 35.1 314 314 0 0 1 16.8 19.8z\"><\/path><g fill=\"#fab81c\" stroke=\"#6c301e\" stroke-width=\".1\"><path stroke-width=\".2\" d=\"M517.5 355q-3 .9-5.3 2.3c-.2 1.4-2 3-3.5 3.3l-.6-.8h-.2l-.6.3q-1-.1-1.6 1c-.4 1 .3 2.3 1.2 3.1 1 .7 1.4 1 2.4 1 1.1-.3 1.7-1.3 2-1.6 3.7 4.5 6.5 7 11.2 10.6 2.1 0 3.2-1.3 2.5-2.8q-.4-.8-1.3-.6v-.5c2.4-2.2 3.5-5 .9-9.8-2.2-4-4.7-5.4-7-5.4h-.1zm6.2 4.6q.7 1 1 2c1.6 3 .3 6.7-2.3 7.8h-.2c.4-.7-.8-2.2-1.4-1.7.3-.7-.7-2-1.5-1.7.4-.7-.5-1.9-1.4-1.5.4-.7-.3-1.8-1.3-1.6.3-.8-.4-1.8-1.3-1.6q0-1.1-.5-1.5c1-.8 2.3-2.1 3.4-2.7 2.7-1.2 4.4 1 5.5 2.5z\"><\/path><path d=\"M524.9 362.8q-.8-.6-.6-1.1.4-.6 1.2-.2t.7 1q-.4.6-1.3.3z\"><\/path><path d=\"M524.6 361.8q-.8-.5-.6-1.2.4-.5 1.2-.1t.7 1q-.4.6-1.3.3z\"><\/path><path d=\"M524 360.6q-.8-.4-.6-1 .4-.6 1.2-.3.8.6.6 1.1t-1.2.2z\"><\/path><path d=\"M523.2 359.6q-.8-.5-.6-1.1.4-.5 1.2-.2.8.6.7 1.1-.4.6-1.3.2z\"><\/path><path d=\"M522.2 358.6q-.9-.5-.6-1v-.2c.2.1.7.2.6-.1q0-.3 0-.2l.6.2q.8.6.6 1.1t-1.2.2z\"><\/path><\/g><path fill=\"#fab81c\" d=\"M511.3 363.6c.7-1.8 2-3.4 3.5-3.8m-3.3 4.1c1.3.2 3.3-1.3 3.8-2.6m-2.6 4c1.6.4 3.3-1.2 4-2.4m-2.5 4c2 0 3.1-1.3 3.7-2.4m-2.2 3.9c1.7 0 3.2-1.3 3.6-2.4m-2.2 3.8q2.8-.2 3.7-2m-2 3.4c1.7.1 3-.9 3.4-1.8m-1.6 3.3c1.6 0 2.7-1 3.1-2\"><\/path><path fill=\"#6c301e\" d=\"M511.3 363.6a7 7 0 0 1 2.3-3.2q.4-.4 1.2-.6l-1.2.6-1 1a8 8 0 0 0-1.3 2.2m.2.3q.6 0 1.2-.2l1-.6 1-.8.6-1-.6 1a5 5 0 0 1-2 1.4q-.6.3-1.2.2m1.2 1.4h1.2l1-.6a6 6 0 0 0 1.7-1.8l-.7 1-.9.9-1 .5zm1.5 1.6q.6 0 1.1-.2l1-.5 1-.8.6-1a4 4 0 0 1-1.5 1.9l-1 .5zm1.5 1.5q1.2 0 2.1-.8a5 5 0 0 0 1.5-1.6q-.1.5-.6 1l-.8.7-1 .6zm1.4 1.4q.6 0 1.1-.2a5 5 0 0 0 2-1l.6-.9-.6 1q-.4.4-1 .6-1 .6-2 .5zm1.7 1.4a5 5 0 0 0 2-.5l.8-.5q.4-.4.6-.8-.1.5-.5.8a4 4 0 0 1-3 1zm1.8 1.5 1-.1.8-.4.7-.6.6-.8a3 3 0 0 1-3.1 1.9\"><\/path><\/g><use xlink:href=\"#gt-c\" width=\"100%\" height=\"100%\" transform=\"scale(-1 1)rotate(-3.4 -13.8 16470.8)\"><\/use><g stroke=\"#24420e\" stroke-width=\".2\"><path fill=\"#406325\" d=\"M409.2 240a52 52 0 0 0 19.5-17.9c-15.6 4.2-22.7 14.3-19.5 18zm145.8 4.7a50 50 0 0 0-15.6-19.9c2.8 15.2 12 22.8 15.6 20z\"><\/path><path fill=\"#67923d\" d=\"M409.2 240c-3.3-3.6 3.8-13.6 19.4-17.8-11 8.4-19.2 16.2-19.4 17.8zm145.8 4.7c-3.7 3-12.7-4.6-15.5-19.7 7.2 11 14 19.5 15.5 19.7z\"><\/path><\/g><g stroke=\"#999270\" stroke-width=\".2\"><path fill=\"url(#gt-d)\" d=\"M452.2 318.1s-6.1.7-7.9-7.8c-1.8-9.1 5.3-10 5.3-10s8.1-.9 13.2-1l2.2 18z\"><\/path><path fill=\"url(#gt-e)\" d=\"M453 315.4s-4 .7-4.8-5.6c-.6-4.5 2.2-5.1 2.2-5.1l9.2 1.6v8.2z\"><\/path><path fill=\"url(#gt-f)\" d=\"M450.4 304.7s6-.4 9-.8l1.3 5.7-7.1.4s-.5-5.1-3.2-5.3z\"><\/path><path fill=\"url(#gt-g)\" d=\"M449.2 300.4s7.5-1.9 8.5 6.4c.2 2.2-1 7.2-4.7 8.6l13.9-1.5-1.3-15-4.6.4s-10 .3-11.8 1z\"><\/path><path fill=\"#f9f0aa\" d=\"M452.2 318.1s51.9-3.5 57.2-3.3c15.8-8.6 0-42.5-13.3-61.5 1.5-4.3-29.9-13.9-44-13q-2.8 0-5.2.3c-7.7.8-7.8 10.7-4.7 17 3 6 30.4 55 11.2 60.3z\"><\/path><path fill=\"url(#gt-h)\" d=\"M507.8 273.3c-3.5-7.3-7.7-14.3-11.7-20 1.5-4.3-29.9-13.9-44-13q-2.8 0-5.2.3c-7.7.8-7.8 10.7-4.7 17 1 1.8 4.3 8 7.9 15.7\"><\/path><path fill=\"url(#gt-i)\" d=\"M455 285c5.6 14.6 8.7 30-1.6 32.9l-1.2.2s52-3.5 57.2-3.3c8.6-4.7 7.8-16.8 3.2-30\"><\/path><path fill=\"url(#gt-j)\" d=\"M447.4 243.5c-3.7 0-4.7 3.6-4.6 5.8.1 6 4.6 6.2 4.6 6.2l6-.3 2.8-12.2z\"><\/path><path fill=\"url(#gt-k)\" d=\"m447.4 243.5 8.8-.5 1 9.1-7.8.4s2.5-7.3-2-9z\"><\/path><path fill=\"url(#gt-l)\" d=\"M496.1 253.3c6.7-1 6.6-10 2-13.7-15.5-.6-35.8-.1-50.6 1 1.7 0 6.4.4 6.9 6.5a8 8 0 0 1-3 7 7 7 0 0 1-4 1.4h3.6l3-.4c21-2.7 42-1.8 42-1.8z\"><\/path><path fill=\"#b07e09\" stroke=\"none\" d=\"M458.5 267.4q-.2-.5-.8-.8-.5.1-.5-.4h.8l1.6-.2q.5.3 0 .5c-.5 0-.2.5-.1.8l1.3 3q.2.6.7.7l1.1-.1q.3-.4.2-1c-.1-.3.5-.2.5 0l.4 1.4q0 .2-.4.1l-3 .2c-.3 0-.8.3-1 0 0-.4.6-.2.6-.5l-.3-1zm4.8-.4q-.1-.4-.7-.7-.5.1-.6-.4.3-.2.7 0l1.7-.2c.3 0 .4.5 0 .4q-.4.1-.2.7l1.5 3.4q0 .4.5.6.4 0 .7.3-.1.3-.6.1-.7 0-1.6.2-.4 0-.5-.3c-.1-.3.5 0 .6-.4q0-.4-.4-1l-1.1-2.6zm4.5.8q.2.2.5 0 .5 0 .6-.4 0-.8-.7-1.2-.5-.3-1.1-.2l.1.5zm.6 1.6q.2.5.6 1 .4.2.8 0 .5-.1.4-.5-.1-1.1-1.2-1.5h-1l.2.5zm-2-2.4q-.2-.6-.7-1-.4.1-.7-.2c0-.3.6-.1.8-.2.9 0 1.8-.3 2.6 0q1.2.4 1.5 1.6 0 .6-.6.8l.5.1q1 .3 1.4 1.2.4.6 0 1.3-.7.5-1.4.4-1.1 0-2.3.2c-.3 0-.4-.5 0-.5q.4-.1.2-.6l-1.3-3zm7.4-1.9q.4.1.5.5l.3.9q-.4.1-.6-.4-.3-.4-.7-.4h-1.2q-.2.3.1.6l.6 1.4q.4 0 .8-.3c0-.2-.3-.7.2-.6q.3.4.4.9l.5 1.1c-.3.3-.5-.1-.6-.4q-.4-.4-1-.3-.1 0 0 .3l.6 1.5q.4.4 1 .3.6.1 1-.4c.2-.2-.3-.7 0-.8q.5.1.5.6t.3.8q-.1.3-.4.2l-3 .2c-.4 0-.9.2-1-.2 0-.3.7-.1.6-.5l-.4-1-1.1-2.7q-.2-.6-.8-.7c-.2 0-.6 0-.4-.4h1zm2.3 1.3q-.1-.5-.7-.9-.5.1-.7-.4.5-.1 1 0c.8 0 1.6-.3 2.4 0q1.3.3 1.6 1.8 0 .6-.7.8c-.3 0 .2.1.3.2q1 .5 1.4 1.5c.1.2.5.7.6.2s.6 0 .5.3q-.1.6-.7.6t-1.1-.6q-.5-1-1.3-1.7a1 1 0 0 0-.8-.2v.5l.6 1.2q.4.4 1 .3c.3.1.2.6-.2.5h-1.7c-.3.2-.9 0-.7-.3q.6 0 .5-.5l-1-2.6zm1.4 1q.4.1.9 0 .4-.2.2-.7-.2-.8-.9-1.2c-.2 0-.8-.2-.9.1l.7 1.6zm7.2 1.6q.2.5.6.7.4 0 .7.3-.1.3-.6.2h-1.6q-.5.2-.6-.3c.2-.2.7 0 .7-.4l-.5-1.1-1.1-2.9q-.3-.4-.7-.3-.6-.1-.7.4.2.5 0 .8-.4-.1-.5-.5t-.4-1q.2-.2.5-.1l4.2-.2q.5 0 .5.5l.4 1q-.3.3-.6-.3t-.9-.7q-.4 0-.8.2l.2.7zm3.8-.9q-.2.1-.1.4v.8q.3.4.8.4c.2 0 .1.5-.2.4h-1.2c-.3.1-.8-.1-.5-.4q.3 0 .5-.3v-5q.4-.3.6.2l3.6 4.5q.3.4.8.4c.3 0 .4.5 0 .4h-1.5q-.4.1-.7 0-.2-.3.2-.4c.3 0 0-.4-.1-.6l-.6-.8zm1.1-.5q.2 0 0-.2l-1.3-1.7v2h1.3zm3.1-1.8c-.1-.4-.3-1-.8-1q-.6 0-.5-.4h1.7q1-.2 2 .1 2.4.9 3 3.4 0 1-.6 1.6-1.2.6-2.5.3l-1.4.1c-.3 0-.4-.5 0-.4q.5-.2.2-.7zm2 2.5q.1.5.5 1h1q.7-.2.7-.9a5 5 0 0 0-.6-2.1q-.6-1-1.8-1.4h-1q0 0 0 .4zm-21.1 12.4q.1.5.8.6c.2 0 .7 0 .7.4q-.4.2-.8 0l-1.5.2h-.9q-.3-.2.1-.4.5 0 .6-.4l-.2-.8-1.2-2.8q-.1-.4-.7-.3-.4.1-.7-.2c0-.3.5-.2.7-.4l1-.3q.3 0 .3.3zm.7-4.5h2c.4 0 .2-.5.4-.5q.5.2.4.7 0 .7-.6.6H475l.5 1.2.6-.2c1 0 2.2.6 2.6 1.6q.4.8 0 1.5-.6.7-1.6.6-.8 0-1.4-.6c-.1-.2-.1-.7.2-.6q.7 0 .7.6.3.2.7.1.5 0 .6-.5 0-.8-.5-1.4-.3-.6-1.3-.7l-.8.1q-.4-.1-.4-.5l-.7-1.9.2-.1zm6.9 1q-.2-.7-.9-1c-.2 0-.7-.1-.4-.4h1.6q1.1-.2 2.1.1 2.4.9 3 3.4.1 1-.7 1.6-1.1.4-2.4.3l-1.3.2c-.3 0-.4-.5 0-.5q.4-.1.2-.7zm2 2.5q.2.5.6 1h1q.6-.3.6-1 0-1-.7-2.1t-1.8-1.3h-1v.4zm6.4-4.3q.4.1.5.5t.3.8q-.4.3-.6-.3-.1-.4-.6-.5h-1.3q-.1.4 0 .6l.6 1.4q.5 0 .8-.2c.2-.2-.3-.7.2-.6q.4.2.4.8l.5 1.1c-.1.4-.5 0-.6-.3q-.3-.4-.8-.3-.4 0-.2.2l.6 1.5q.4.4 1 .3.7 0 1-.3c.2-.2-.2-.6 0-.8q.6.1.5.5l.3 1q-.1 0-.4 0l-3.1.2q-.5.2-.9-.1c-.2-.4.5-.2.6-.5l-.3-.9-1.1-2.9q-.2-.5-.8-.7c-.2 0-.6 0-.4-.4h1zm-27.2 14.3q.3.7 1 .8 1.3.3 2.2 1.1.5.6.5 1.4-.1.8-1 1-.8.3-1.7-.1c-.2-.1-.1.4-.5.3q-.2-.4-.2-.9l-.4-1q.2-.3.5.2.5 1 1.6 1.1.7 0 .8-.6-.1-.8-.8-1.2-1-.3-2-.8a2 2 0 0 1-1-1.6q.1-.7.8-.9t1.6 0q.2-.2.6-.1 0 .3.2.6l.3.9q-.4.2-.5-.2-.4-.7-1-.8-.6 0-1 .3zm6.6-1.7q.5.1.5.5l.2.8q-.2.3-.5-.2-.1-.4-.7-.5h-1.2q-.1.4 0 .6l.5 1.4q.5 0 .8-.2c.2-.2-.2-.6.1-.7q.5.2.5.7.1.6.4 1.3-.3.3-.5-.3-.2-.4-.8-.3-.4 0-.3.2l.6 1.5q.2.4.7.3.7 0 1.2-.3.1-.4 0-.8.5-.2.6.3l.2 1q-.1.3-.4.2l-3 .2c-.4 0-.8.3-1 0 0-.4.5-.3.6-.6q0-.3-.2-.8l-1-3q0-.5-.7-.6-.5 0-.4-.4h1zm4.2 4.2q.2.5.6.7.6-.1.8.2c0 .4-.5.2-.7.2q-.8 0-1.6.2-.4 0-.6-.2c0-.4.5-.2.6-.4l-.1-.8-1-3q-.2-.6-.7-.7-.5.1-.5-.4.2-.1.7 0 1-.2 2.2-.2a2 2 0 0 1 1.7 1.2q.3.7 0 1.3-.8.5-1.7.6-.2 0 0 .3zm-.6-1.8h.7q.5-.2.4-.7 0-.7-.5-1.2t-1.1-.2q-.1.2 0 .5zm6.2 1.5q0 .4.5.6.5 0 .7.3c.2.3-.5.2-.7.2l-1.6.1q-.4 0-.5-.3c.2-.2.7 0 .7-.4l-.3-1.2-1-2.9q-.1-.3-.7-.2-.4 0-.7.3v.8q-.4.2-.4-.3l-.4-1q.1-.3.5-.3l4.1-.2q.5 0 .5.5l.4 1q-.3.2-.5-.2-.3-.6-1-.7-.3 0-.8 0l.2.7zm2.1-3.3q0-.6-.6-.8-.4.1-.6-.4.2-.1.6 0l1.8-.2c.3-.1.5.4.2.4s-.6.2-.5.5l.5 1.6.7 2.2q.1.3.5.4.6-.1.6.4h-.7l-1.6.2c-.2 0-.6-.2-.4-.4q.5 0 .6-.4l-.3-1.2zm5.8-1.6q.4.1.4.5l.2.8q-.3.3-.5-.2-.1-.5-.7-.6H485q-.1.4 0 .7l.5 1.3q.3 0 .8-.2c.2-.1-.2-.6.1-.6q.5.1.5.6.1.7.4 1.3-.3.3-.5-.2t-.8-.4c-.1 0-.5 0-.3.2l.5 1.5q.3.4.7.4.7 0 1.2-.3.1-.4.1-.9.5-.1.5.4l.2 1q0 .3-.4.2l-3 .1q-.6.1-1 0c-.1-.4.5-.3.6-.5l-.1-.8-1-3q0-.6-.7-.7c-.2 0-.6-.2-.4-.4h1l2.9-.2zm2 1q-.2-.6-.8-.7c-.3.1-.5-.6 0-.4h1.5l.7.9 2.2 2.9q-.1 0-.1-.3l.4-3.6c.2-.2.7 0 1-.2.3 0 1 0 .8.4q-.7 0-.6.6l1.2 3.6q.1.6.8.5c.3 0 .3.6 0 .5H494q-.7.2-.7-.3c.3 0 .8-.2.6-.6l-1-3.2q0 .2 0 .4l-.2 3-.1.8q-.4 0-.5-.3l-2.9-3.7.2.3q.4 1.5.9 2.9.2.5.8.5.4.4-.2.4h-1.5q-.4-.2 0-.4.6-.2.2-.8zm8.7.8q.2.1.5 0 .5.1.7-.4 0-.7-.5-1.2-.6-.3-1.2-.2v.5zm.5 1.6.4 1q.5.2.9.1.4 0 .4-.5 0-1-.9-1.5h-1v.3zM496 288q0-.6-.6-1-.5 0-.6-.3c-.1-.3.5 0 .7-.1q1.4-.1 2.7 0 1.2.4 1.3 1.6-.1.6-.7.9.2-.1.5 0 .8.3 1.2 1.2.4.6 0 1.3-.7.5-1.5.4l-2.3.1c-.3 0-.4-.5 0-.4q.5-.1.2-.7zm5.1-.2q0-.6-.6-1-.5 0-.6-.3c.2-.3.6 0 1-.1h2q1.3.1 1.7 1.4.2.8-.4 1.2l-.4.2q1 .4 1.4 1.2l.5.8q.3.1.3-.3c.4-.2.6.3.4.6q-.4.6-1 .4a1 1 0 0 1-.8-.6l-1-1.7q-.5-.3-.9-.1v.4l.5 1.2q.3.4.8.4c.4 0 .4.5 0 .4h-1.8q-.4.1-.7 0c-.2-.5.4-.3.6-.5l-.2-.9zm1.3 1c.1.3.6 0 .8 0q.5-.1.4-.5 0-.8-.5-1.3-.5-.3-1-.1-.2.1 0 .5l.3 1.3zm6.9-2.6q.4.1.4.5t.3.8q-.4.3-.6-.2 0-.5-.6-.6h-1.3q-.2.2 0 .6l.4 1.4q.5 0 .8-.2c.3-.1-.1-.5.2-.7q.5.1.4.7.1.7.4 1.3-.3.3-.5-.2-.1-.5-.7-.4c-.1 0-.5-.2-.4 0l.5 1.7q.2.4.7.3.7 0 1.2-.2.1-.4.1-.8.6-.2.5.3l.2 1q-.1.3-.4.2h-3.1q-.5.1-.8 0c-.3-.4.2-.3.4-.5s0-.5 0-.7l-.9-3.1q0-.6-.6-.7-.8 0-.5-.4h1zm-32.8 13.1q0-.6-.6-1-.6 0-.5-.3l1-.1q1.2-.1 2.4 0 2 .5 2.6 2.3.4 1.2-.2 2.3-.9.9-2.2.8-1 0-1.9.2c-.2.1-.6-.1-.4-.4q.6 0 .6-.5l-.4-1.5zm1.6 2.5q.1.5.4.9.5.2 1 0 .7 0 .9-.9a4 4 0 0 0-.4-2.2 2 2 0 0 0-1.5-1.2h-1.1q0 0 0 .4zm7.1-4.5q.4.1.4.5l.2.9q-.4.2-.5-.2-.2-.5-.6-.6h-1.3q-.2.2 0 .6 0 .8.3 1.4.5 0 .8-.2c.2-.2-.1-.6.2-.7q.4.2.4.7l.3 1.3c0 .3-.5 0-.5-.2q-.1-.5-.7-.4c-.1 0-.5-.1-.3.1q0 .7.4 1.6.1.4.7.3.7 0 1.2-.3.1-.4.2-.8.3-.2.4.4 0 .4.2 1-.2.2-.5.1l-3 .2q-.5.2-.9 0-.2-.4.4-.4.4-.3.1-.7l-.7-3.2q-.2-.6-.6-.7-.6 0-.5-.4h1zm6.5 4.1q0 .5.6.7.4 0 .7.2c.1.3-.4.2-.6.2l-1.7.1q-.5 0-.8 0-.4-.2.1-.4.5 0 .7-.4l-.1-.8-.7-2.8q0-.4-.6-.3-.4.2-.7-.1c0-.4.5-.3.7-.4l1.1-.4q.3 0 .3.3zm3.7-3.3q0-.7-.7-.8-.6 0-.8.3-.2.6.4 1l.9.5.2-.6zm.8 2.9q-.2-.7-1-1-.3-.1-.5-.1a1 1 0 0 0-.4 1q.3 1 1 1 .6.2 1-.4v-.5zm1-.2q0 .8-.6 1.3-.8.5-2 .2-.9-.2-1.2-1.2 0-.8.5-1.4c.1 0 .5-.1.2-.2q-.9-.3-1-1.2-.3-.8.5-1.3a2 2 0 0 1 2.6.7q.3.7 0 1.2l-.6.5q.8.1 1.2.8.3.2.3.6zm3.2.6q.4 0 .5-.4c.1-.2 0-.7.3-.6q.3 0 .3.6.1.6-.4 1.1-.3.2-.8.1h-1.7q-.4.2-.7 0-.1-.3 0-.7.4-1 1-1.6.7-.4.8-1.1 0-.6-.2-1.2a1 1 0 0 0-1.4-.3q-.5.3-.3.7c.2.2.6 0 .7.4q.2.5-.3.6t-1-.7q-.2-.9.6-1.4t1.7-.2 1.2 1.2q.2.6-.1 1.3-.8.9-1.7 1.7-.2.2-.1.6.2-.3.5-.2zm3.9-.4q0 .4.6.6.4 0 .7.2c.2.3-.3.3-.5.3h-2.7q-.2-.4.2-.4t.7-.4v-.8l-.7-2.8q-.1-.4-.5-.3t-.7 0c-.2-.4.3-.4.5-.5l1.2-.4q.4 0 .4.3z\"><\/path><\/g><g fill=\"#448127\" stroke=\"#34541f\" stroke-width=\".2\"><path fill=\"url(#gt-m)\" stroke=\"#4c0505\" d=\"M475.8 219.4 472 224c-1.2 5.2 1.8 9.2 7.7 12.6 4.7 3 13.5 3.7 16.3 1.3l-13.7-13z\"><\/path><path d=\"m503.6 354.3-2-2.5a101 101 0 0 1-32.7 28.6c15.1-4.2 25-15.2 34.7-26.1zM488.1 390a456 456 0 0 1 18.2-32.3l-2.1-2.7c-7.4 12.2-16 26.7-16 35zm41.8-114.5a62 62 0 0 0-4.3-13 127 127 0 0 0-43.8-44v-.3h.4l-.1-.1h.4l-.2-.3h.4l-.3-.4h.4l-.3-.3h.5l-.3-.4h.4l-.4-.3.6-.1-.5-.3.5-.1-.4-.3.6-.2-.5-.3.6-.3-.6-.4.7-.2-.8-.3.7-.4h-.8l.5-.7h-.7l.3-.5h-.6l.3-.5-.7.1.3-.6-.6.4.2-.7-.7.4.1-.7-.6.5.1-.7-.5.5v-.7l-.5.6v-.7l-.4.5-.2-.6-.4.6-.1-.7-.3.7-.2-.7-.3.7-.2-.6-.2.6-.2-.6-.2.8-.2-.7-.3.8-.3-.7v.8l-.4-.7v.8l-.5-.6v.8l-.4-.6v.7l-.4-.3.2.7-.5-.3.2.6-.4-.2.1.6h-.4l.2.4h-.3l.2.4a9 9 0 0 0-.4 3.5c0 .2.6.4.7.6q.3.6.2.6c-1.6 2.6-3 4.6-3.1 7.6 1.2-1.6 2.6-3.6 4.4-3.6-.9 1.5-1.3 6.1-.3 6.8l.8-1.3q0 1.5.4 2.3.4-1 1-1.7 0 2.3.6 3.3.7-1.1 1.6-1.6-.4 1.3-.3 2.7.9-1.4 1.9-2.5c-.4 1.6 0 2.8.4 4.5.4-2 .6-2.3 1.5-3.1.1 1.9-.2 3.6.2 4.7.8-1.7 1.4-1.5 2-2.6-.2 1.6-.5 3.3 0 4.7a5 5 0 0 1 1.9-2.6c0 2.2.5 1.8-.8 3.7.6.2 2.5-.4 3.6-.9-.5 1.2-.4 2.1-.9 3q1.5-1 2.9-2.4c-.4 1.4-1.5 2.8-1 4.1q.6-2 2.3-2.5c-.2.7-.3 2.2-1.3 2.9 2.4.2 3.4-1.4 4.6-2.7-.1 1.3 0 2.4 1.6 4.3-.3-2.4.2-1.9 1.3-3.3.6 2.1 1.2 4.4 3.4 6-1-2.3-1-3.5-.6-4.9.3 1.5 1.7 3.3 2 4.6q.3-2.4 1-4a20 20 0 0 1 1.4 5.6q.8-1.5 1.1-3c19.8 20.5 24.2 46.7 2.5 74.4 7.8-5.2 9.8-13.5 14.1-20.6-4.2 9.3-6 19.7-13.5 27.4 7.2-6.2 8.7-11.9 13-17.9-4.5 12.5-11 26.2-19.8 38.8l4.8 5.2 4-6.9c9.4-15.4 24.7-37.5 17-71.1z\"><\/path><\/g><path fill=\"#eac102\" stroke=\"#a08307\" stroke-width=\".2\" d=\"M473.2 215.3c-1 .2-1.4.6-2.2 1.4q1.4.3 2.6.3.3-.2.3-.6l-.2-1c0-.2-.6-.1-.8 0z\"><\/path><path fill=\"#a08307\" d=\"m471 216.7 2.2-.5z\"><\/path><circle cx=\"477.7\" cy=\"215.4\" r=\".8\" stroke=\"#000\" stroke-width=\".1\"><\/circle><ellipse cx=\"477.9\" cy=\"215.3\" fill=\"url(#gt-n)\" rx=\".3\" ry=\".4\"><\/ellipse><g fill=\"#34541f\"><path d=\"M488.2 389.7a83 83 0 0 1 7.4-17.2 200 200 0 0 1 7.1-12.2l2.6-4-2.5 4-7 12.3a134 134 0 0 0-7.6 17zm-18.9-9.5a76 76 0 0 0 29.7-23.1 154 154 0 0 0-11.2 11.8 70 70 0 0 1-18.5 11.3m37.3-29.3q1.2-1.6 2.2-3.3a136 136 0 0 0 6-10.2q2-3.5 3.8-7l3.7-7-1.7 3.5-1.8 3.6a256 256 0 0 1-7.7 13.8zm5.9-25.1a58 58 0 0 0 8.5-13.4 73 73 0 0 0 6-23l-.1 4a59 59 0 0 1-5.8 19 60 60 0 0 1-8.6 13.4\"><\/path><path d=\"M510.9 320a52 52 0 0 0 8.7-12.5A96 96 0 0 0 524 297l.3-.9.3-.9.6-1.8a42 42 0 0 0 .2-15.4 58 58 0 0 0 .7 7.7q0 4-.7 7.7-.4 1-.6 1.9l-.3.9-.4.9-4.4 10.6a52 52 0 0 1-3.8 6.6 36 36 0 0 1-5 5.8z\"><\/path><path d=\"M505 349.2q1.9-2.4 3.6-5l1.8-2.5 1.7-2.5 3-5.4 2.6-5.5q2.7-5.5 5-11.3a79 79 0 0 0 5.3-23.8 58 58 0 0 0-2.6-24.2 52 52 0 0 1 2.8 24.2 80 80 0 0 1-5.3 23.9q-2.3 5.7-5 11.2l-2.8 5.5q-1.3 2.8-2.9 5.4-.8 1.4-1.7 2.6l-1.8 2.5-3.6 5z\"><\/path><path d=\"M507.8 352.3a443 443 0 0 0 13.4-23.5 82 82 0 0 0 8.7-39.2q0-6.8-1.2-13.4h.1q1.3 6.7 1.2 13.4a103 103 0 0 1-3.6 26.7 82 82 0 0 1-5 12.6 443 443 0 0 1-13.5 23.4zM480 220.8h1.4a14 14 0 0 1 4.1 1.3 36 36 0 0 1 9 6.8 38 38 0 0 0-9-6.6 19 19 0 0 0-5.5-1.5\"><\/path><\/g><g fill=\"#448127\"><path d=\"M496.4 231.6s3 1.8 4.7 4.4c0 0-4.7-.9-8-4.6\"><\/path><path fill=\"#34541f\" d=\"M496.4 231.6a14 14 0 0 1 4.8 4.4l.1.2h-.2a15 15 0 0 1-4.4-1.8q-2-1.2-3.7-3a15 15 0 0 0 5.9 3.8l2.2.7v.2a11 11 0 0 0-2.2-2.5z\"><\/path><path d=\"M489.6 230.7s7.2 4.6 8.3 5c0 0-1.7-3.5-5.1-5\"><\/path><path fill=\"#34541f\" d=\"m489.6 230.7 4.1 2.5 3.1 1.8 1 .6v.1a11 11 0 0 0-2.1-2.9 11 11 0 0 0-2.9-2.1 8 8 0 0 1 3 2 11 11 0 0 1 2.1 3l.2.2-.3-.1-2.1-1.2z\"><\/path><path d=\"M492.5 228.4s3.7 1.6 4.6 4.3c0 0-6.8-2.8-8-4.3\"><\/path><path fill=\"#34541f\" d=\"M492.5 228.4a11 11 0 0 1 2.8 1.6l1.1 1.2.8 1.5v.2h-.2a77 77 0 0 1-7-3.7l-.9-.8.9.7 1 .6a36 36 0 0 0 6.1 3h-.1q-.2-.7-.8-1.3l-1-1.2a11 11 0 0 0-2.7-1.8\"><\/path><path d=\"M486.8 231.3s6.6 4.7 8.6 4.7c0 0-2-3.3-5.4-4.7\"><\/path><path fill=\"#34541f\" d=\"m486.8 231.3 7.4 4.3 1.2.3-.1.2a12 12 0 0 0-2.3-2.8 13 13 0 0 0-3-2 11 11 0 0 1 4.4 3.2l1 1.5.2.1h-.2q-.7 0-1.3-.3l-1-.5a33 33 0 0 1-6.3-4\"><\/path><path d=\"M486.8 232.7s3.4 3 5.4 3c0 0-2-3.3-5.4-4.8\"><\/path><path fill=\"#34541f\" d=\"m486.8 232.7 4 2.5.6.2.8.2-.1.1a12 12 0 0 0-2.3-2.7 13 13 0 0 0-3-2 11 11 0 0 1 4.4 3.1l1 1.5.2.2h-.2l-1.6-.4a12 12 0 0 1-2.6-1.7z\"><\/path><path d=\"M485 226.2s7.2 5.1 8 7.9c0 0-6.4-3-7.6-4.5\"><\/path><path fill=\"#34541f\" d=\"M485 226.2a52 52 0 0 1 7.5 6.6l.7 1.2v.3l-.2-.1-6.8-3.9-.8-.7.8.7 1 .6a37 37 0 0 0 6 3l-.2.2-.7-1.2a29 29 0 0 0-5-5z\"><\/path><\/g><g stroke=\"#24420e\" stroke-width=\".2\"><path fill=\"#406325\" d=\"M445 370.3a42 42 0 0 1-20.4 4.8c10-8.2 19.7-8.4 20.4-4.8zm69.8 4.5c5.2 4.7 21 8 23.5 7.4-10.6-10.7-22.1-11.8-23.5-7.4z\"><\/path><path fill=\"#67923d\" d=\"M445 370.3c-.7-3.7-10.5-3.4-20.4 4.8a70 70 0 0 1 20.4-4.8zm69.9 4.4c1.4-4.4 12.8-3.3 23.4 7.5a84 84 0 0 0-23.4-7.5z\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd0f0d1 elementor-widget elementor-widget-text-editor\" data-id=\"cd0f0d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I lost around 10 kilos in just a few months and moved from the body category &#8216;average&#8217; to &#8216;athletes&#8217;. I&#8217;ve more than doubled my energy and went from a 3 to a 9\/10 in terms of weight control.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36470c5 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"36470c5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-027e815 e-con-full e-flex e-con e-child\" data-id=\"027e815\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-254af52 elementor-widget elementor-widget-image\" data-id=\"254af52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525.jpeg\" class=\"attachment-large size-large wp-image-5675\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1681888630525-12x12.jpeg 12w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5be2ba e-con-full e-flex e-con e-child\" data-id=\"b5be2ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3b5822 elementor-widget elementor-widget-heading\" data-id=\"c3b5822\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vincent van de Poll<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f1f28b elementor-widget elementor-widget-heading\" data-id=\"6f1f28b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Co-founder &amp; Business Coach\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796de15 elementor-widget elementor-widget-heading\" data-id=\"796de15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Untapped<\/h2>\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-5a3804a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5a3804a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-745d68d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"745d68d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50aa6cf elementor-widget elementor-widget-text-editor\" data-id=\"50aa6cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I lost 23 kg, 22 cm around my waist &amp; 16 cm around my hips. From shirt size XXL to M. From shame to pride. It took only 6 months. Now I feel fitter than ever. Physically, but also mentally.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75c4845 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"75c4845\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1417839 e-con-full e-flex e-con e-child\" data-id=\"1417839\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56635b9 elementor-widget elementor-widget-image\" data-id=\"56635b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"786\" height=\"786\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana.jpg\" class=\"attachment-large size-large wp-image-10127\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana.jpg 786w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana-300x300.jpg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana-150x150.jpg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana-768x768.jpg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jana-12x12.jpg 12w\" sizes=\"(max-width: 786px) 100vw, 786px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f578986 e-con-full e-flex e-con e-child\" data-id=\"f578986\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a0790d elementor-widget elementor-widget-heading\" data-id=\"1a0790d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jana Wilhelmus<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb88625 elementor-widget elementor-widget-heading\" data-id=\"eb88625\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Co-Founder<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6860311 elementor-widget elementor-widget-heading\" data-id=\"6860311\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00c2mepreneurship<\/h2>\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-7d3fc81 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7d3fc81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db3cf6e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"db3cf6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-bg\" viewBox=\"0 0 640 480\"><path fill=\"#fff\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#00966e\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#d62612\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7976ca3 elementor-widget elementor-widget-text-editor\" data-id=\"7976ca3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I reset my lifestyle and adopted key practices that will stay with me for the rest of my life. It changed my perspective on the way I cook for myself and my family and the way I live my life.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-597679b e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"597679b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-438757b e-con-full e-flex e-con e-child\" data-id=\"438757b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-827c833 elementor-widget elementor-widget-image\" data-id=\"827c833\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"442\" height=\"442\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/wolfgang-baermann.jpeg\" class=\"attachment-large size-large wp-image-6311\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/wolfgang-baermann.jpeg 442w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/wolfgang-baermann-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/wolfgang-baermann-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/wolfgang-baermann-12x12.jpeg 12w\" sizes=\"(max-width: 442px) 100vw, 442px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44bee30 e-con-full e-flex e-con e-child\" data-id=\"44bee30\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a33fbac elementor-widget elementor-widget-heading\" data-id=\"a33fbac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wolfgang Baermann<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-174cf9e elementor-widget elementor-widget-heading\" data-id=\"174cf9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sr. Dir. Operations Finance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42e329e elementor-widget elementor-widget-heading\" data-id=\"42e329e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rosewood Hotel Group<\/h2>\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-48980e3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"48980e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ff8190 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8ff8190\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-ch\" viewBox=\"0 0 640 480\"><g fill-rule=\"evenodd\" stroke-width=\"1pt\"><path fill=\"red\" d=\"M0 0h640v480H0z\"><\/path><g fill=\"#fff\"><path d=\"M170 195h300v90H170z\"><\/path><path d=\"M275 90h90v300h-90z\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d208502 elementor-widget elementor-widget-text-editor\" data-id=\"d208502\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It works. As weeks go by, my &#8220;toolbox&#8221; gets more and more equipped and I can see and feel the success of our work. To a great collaboration, thanks Roderick!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-895da37 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"895da37\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e31c3bd e-con-full e-flex e-con e-child\" data-id=\"e31c3bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7512ff4 elementor-widget elementor-widget-image\" data-id=\"7512ff4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071.jpeg\" class=\"attachment-large size-large wp-image-5661\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1726490755071-12x12.jpeg 12w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0d2e46 e-con-full e-flex e-con e-child\" data-id=\"e0d2e46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bcf685 elementor-widget elementor-widget-heading\" data-id=\"7bcf685\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jeffrey Hamelink<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c64de25 elementor-widget elementor-widget-heading\" data-id=\"c64de25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Co-founder &amp; CEO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb7e1ec elementor-widget elementor-widget-heading\" data-id=\"cb7e1ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Small Giants<\/h2>\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-685492b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"685492b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee03a15 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ee03a15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ca0ac1 elementor-widget elementor-widget-text-editor\" data-id=\"9ca0ac1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Yesterday Roderick came over with a &#8220;21&#8221; balloon and a dumbbell of 21 kilos. Only when you lift that do you realize how much weight you actually lost. And what a strain it was on my body.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67c47d0 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"67c47d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-94f3979 e-con-full e-flex e-con e-child\" data-id=\"94f3979\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e49551d elementor-widget elementor-widget-image\" data-id=\"e49551d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2022\/05\/marijnsmid.jpeg\" class=\"attachment-large size-large wp-image-4024\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2022\/05\/marijnsmid.jpeg 350w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2022\/05\/marijnsmid-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2022\/05\/marijnsmid-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2022\/05\/marijnsmid-12x12.jpeg 12w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ea8e71 e-con-full e-flex e-con e-child\" data-id=\"3ea8e71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a72583d elementor-widget elementor-widget-heading\" data-id=\"a72583d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Marijn Smid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0274cfe elementor-widget elementor-widget-heading\" data-id=\"0274cfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Entrepreneur<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77054e6 elementor-widget elementor-widget-heading\" data-id=\"77054e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rein-Werk<\/h2>\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-50a323a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"50a323a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d6aca5 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9d6aca5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8069a04 elementor-widget elementor-widget-text-editor\" data-id=\"8069a04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I now live life pain free, I am in shape, feel fitter then ever (never tired any more, yes!) and work more productively and concentrated than I ever have.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc4ca61 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fc4ca61\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b8a8f76 e-con-full e-flex e-con e-child\" data-id=\"b8a8f76\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2116ef elementor-widget elementor-widget-image\" data-id=\"a2116ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973.jpeg\" class=\"attachment-large size-large wp-image-5664\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1711708721973-12x12.jpeg 12w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a8a1a51 e-con-full e-flex e-con e-child\" data-id=\"a8a1a51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f150a5f elementor-widget elementor-widget-heading\" data-id=\"f150a5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jop van Hooft<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9dea68 elementor-widget elementor-widget-heading\" data-id=\"b9dea68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Founder &amp; CEO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a585a29 elementor-widget elementor-widget-heading\" data-id=\"a585a29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MeerMetData.nl<\/h2>\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-e7f5bc5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e7f5bc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b7ef41 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4b7ef41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df6a26a elementor-widget elementor-widget-text-editor\" data-id=\"df6a26a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>This week we reached an important milestone, as there are 23 fewer kilos (51 pounds) of Jop. Hence Roderick was at my door with balloons with the number: 23. All achieved in &lt;6 months.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6800bab e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"6800bab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3714c1e e-con-full e-flex e-con e-child\" data-id=\"3714c1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35f555e elementor-widget elementor-widget-image\" data-id=\"35f555e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"346\" height=\"346\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/millo.jpg\" class=\"attachment-large size-large wp-image-9705\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/millo.jpg 346w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/millo-300x300.jpg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/millo-150x150.jpg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/millo-12x12.jpg 12w\" sizes=\"(max-width: 346px) 100vw, 346px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6372e6 e-con-full e-flex e-con e-child\" data-id=\"c6372e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9de7872 elementor-widget elementor-widget-heading\" data-id=\"9de7872\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Millo Janssen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0054bcb elementor-widget elementor-widget-heading\" data-id=\"0054bcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Student<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b1b79b elementor-widget elementor-widget-heading\" data-id=\"5b1b79b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Applied mathematics<\/h2>\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-59011c5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"59011c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6f284e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d6f284e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38eec29 elementor-widget elementor-widget-text-editor\" data-id=\"38eec29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I lost almost 10 kilos, while I maintained my muscle mass. My waist circumference is almost 20 cm less, I have more focus, I perform much better at my studies and I feel that I have complete control over my weight.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d801ab e-con-full animated-slow elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"9d801ab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-de9a95a e-con-full e-flex e-con e-child\" data-id=\"de9a95a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbf0bcf elementor-widget elementor-widget-image\" data-id=\"dbf0bcf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"320\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jesse-stockton-Small.jpeg\" class=\"attachment-large size-large wp-image-10174\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jesse-stockton-Small.jpeg 320w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jesse-stockton-Small-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jesse-stockton-Small-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/jesse-stockton-Small-12x12.jpeg 12w\" sizes=\"(max-width: 320px) 100vw, 320px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b69fbb e-con-full e-flex e-con e-child\" data-id=\"2b69fbb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c0d2a1 elementor-widget elementor-widget-heading\" data-id=\"3c0d2a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jesse Stockton<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3187dc elementor-widget elementor-widget-heading\" data-id=\"c3187dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Musician<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99b8273 elementor-widget elementor-widget-heading\" data-id=\"99b8273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jesse Stockton Music<\/h2>\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-4d6b9e8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4d6b9e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fad7976 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fad7976\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-us\" viewBox=\"0 0 640 480\"><path fill=\"#bd3d44\" d=\"M0 0h640v480H0\"><\/path><path stroke=\"#fff\" stroke-width=\"37\" d=\"M0 55.3h640M0 129h640M0 203h640M0 277h640M0 351h640M0 425h640\"><\/path><path fill=\"#192f5d\" d=\"M0 0h364.8v258.5H0\"><\/path><marker id=\"us-a\" markerHeight=\"30\" markerWidth=\"30\"><path fill=\"#fff\" d=\"m14 0 9 27L0 10h28L5 27z\"><\/path><\/marker><path fill=\"none\" marker-mid=\"url(#us-a)\" d=\"m0 0 16 11h61 61 61 61 60L47 37h61 61 60 61L16 63h61 61 61 61 60L47 89h61 61 60 61L16 115h61 61 61 61 60L47 141h61 61 60 61L16 166h61 61 61 61 60L47 192h61 61 60 61L16 218h61 61 61 61 60z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a01c3af elementor-widget elementor-widget-text-editor\" data-id=\"a01c3af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I always walk away with a sense of comfort and ease around my problem or conflict because we have defined how to overcome it. I am truly grateful for the work he does with me and his ability to listen.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7b85e0 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b7b85e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3226621 e-con-full e-flex e-con e-child\" data-id=\"3226621\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95807a7 elementor-widget elementor-widget-image\" data-id=\"95807a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"784\" height=\"784\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate.jpg\" class=\"attachment-large size-large wp-image-5665\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate.jpg 784w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate-300x300.jpg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate-150x150.jpg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate-768x768.jpg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/Ruben-Hortensius-HPC-graduate-12x12.jpg 12w\" sizes=\"(max-width: 784px) 100vw, 784px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f519d62 e-con-full e-flex e-con e-child\" data-id=\"f519d62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1236e48 elementor-widget elementor-widget-heading\" data-id=\"1236e48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ruben Hortensius<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5223ae elementor-widget elementor-widget-heading\" data-id=\"a5223ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Interim Consultant<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fbac1f elementor-widget elementor-widget-heading\" data-id=\"8fbac1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hortensius Consulting<\/h2>\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-36b1e61 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"36b1e61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9da4cfd elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9da4cfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f01212e elementor-widget elementor-widget-text-editor\" data-id=\"f01212e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I was able to get fully in control over my own weight. Not only did I lost 10 kg in the process, I was able to do so while maintaining virtually all of my muscle mass; making the weight loss pure body fat.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6eb0e30 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"6eb0e30\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5807190 e-con-full e-flex e-con e-child\" data-id=\"5807190\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f25668d elementor-widget elementor-widget-image\" data-id=\"f25668d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas.jpeg\" class=\"attachment-large size-large wp-image-8936\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/tiagosmogas-12x12.jpeg 12w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac2d071 e-con-full e-flex e-con e-child\" data-id=\"ac2d071\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da3223f elementor-widget elementor-widget-heading\" data-id=\"da3223f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tiago Bastos Mogas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b49039 elementor-widget elementor-widget-heading\" data-id=\"8b49039\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Real Estate Consultant<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-856f26e elementor-widget elementor-widget-heading\" data-id=\"856f26e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RE\/MAX<\/h2>\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-3c9870e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3c9870e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7400802 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7400802\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"flag-icons-pt\" viewBox=\"0 0 640 480\"><path fill=\"red\" d=\"M256 0h384v480H256z\"><\/path><path fill=\"#060\" d=\"M0 0h256v480H0z\"><\/path><g fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\".6\"><path d=\"M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8z\"><\/path><path d=\"M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8s92.9 49 96 46.4l1.5-2.8q-.9 1.6-4.3.6c-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6 6 0 0 1-.6-3.1h-.2l-1.2 2.2zm175.3 123.8q-.7 1.3-3.5.8c-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2z\"><\/path><path d=\"M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6\"><\/path><path d=\"M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2a381 381 0 0 1-58.6 4.3 416 416 0 0 1-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A412 412 0 0 0 256 206a392 392 0 0 0 58.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388 388 0 0 1-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0 0 53.6 3.4 384 384 0 0 0 55.4-4c21.5-3 33.1-8.4 34.9-9.8zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4s-90.7-7.6-105.3-17v9.5\"><\/path><path d=\"M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 0 1-65.4 4.4 400 400 0 0 1-62-4.3 155 155 0 0 1-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1m0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 0 1-65.4 4.5 414 414 0 0 1-62-4.3 155 155 0 0 1-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0 0 61.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12m-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a250 250 0 0 0 87.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6\"><\/path><path d=\"m344.9 297.3-2.8 4c-10 3.6-26 7.4-32.6 8.4a296 296 0 0 1-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a287 287 0 0 0 88.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347 347 0 0 1-94.2-14L161 289a390 390 0 0 0 95.4 14c25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1v-.2l2.6-1z\"><\/path><path d=\"M350.8 237.6c.1 30-15.3 57-27.6 68.8a99 99 0 0 1-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9a101 101 0 0 1-27.5-67.4c1.8-32.8 14.7-55.6 33.3-71.3a100 100 0 0 1 64.2-22.7 98 98 0 0 1 71 35.6c12.5 15.2 18 31.7 20.9 56.7M255.6 135a106 106 0 0 1 106 105.2 105.6 105.6 0 1 1-211.4 0c-.1-58 47.3-105.2 105.4-105.2\"><\/path><path d=\"M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6S197.8 134.5 256 134.5zM152.6 240c0 56.8 46.7 103.3 103.3 103.3S359.2 296.8 359.2 240s-46.7-103.3-103.3-103.3S152.6 183.2 152.6 240\"><\/path><path d=\"M256 143.3a97 97 0 0 1 96.7 96.7 97 97 0 0 1-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97 97 0 0 1 96.7-96.7M161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4-42.6-94.4-94.4-94.4a95 95 0 0 0-94.4 94.4\"><\/path><path d=\"M260.3 134h-9.1v212.3h9z\"><\/path><path d=\"M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3z\"><\/path><path d=\"M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z\"><\/path><path d=\"M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1a383 383 0 0 1 68.3 6c19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 0 0-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2m-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5\"><\/path><path d=\"M256 176.7a354 354 0 0 1 61.3 4.3c16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a109 109 0 0 0-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2m0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0 1 30.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2a361 361 0 0 0-59.5 4.4 97 97 0 0 0-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0 1 59.9-4.4zM308.4 284a276 276 0 0 0-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2q32.9.5 56.6 5l-4.5 8\"><\/path><path d=\"M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4m.8-9.2a327 327 0 0 1 57.3 5l-1.3 2.3a299 299 0 0 0-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7\"><\/path><path d=\"m349.4 290.5-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z\"><\/path><path d=\"M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183q-.1 0 .4-.5c1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z\"><\/path><\/g><g transform=\"translate(0 26.7)scale(1.06667)\"><path fill=\"#fff\" stroke=\"#000\" stroke-width=\".7\" d=\"M180.6 211a59 59 0 0 0 17.5 41.7 59 59 0 0 0 41.8 17.6 59 59 0 0 0 42-17.4 59 59 0 0 0 17.4-41.8v-79.2l-118.7-.2z\"><\/path><path fill=\"red\" stroke=\"#000\" stroke-width=\".5\" d=\"M183 211.1a56 56 0 0 0 16.8 40 57 57 0 0 0 40.2 16.8 57 57 0 0 0 40.2-16.6 56 56 0 0 0 16.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33 33 0 0 1-10 24 34 34 0 0 1-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 0 1-10-24v-54z\"><\/path><g id=\"pt-e\"><g id=\"pt-d\" fill=\"#ff0\" stroke=\"#000\" stroke-width=\".5\"><path stroke=\"none\" d=\"M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9z\"><\/path><path d=\"m186.8 147.7-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4zm-1 6.4h17q.5 0 .6.7 0 .8-.6.8h-17q-.5 0-.6-.8 0-.7.7-.7z\"><\/path><path d=\"M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3q.5.1.6.8 0 .5-.6.6h-16.3q-.5 0-.6-.7 0-.5.6-.6zm.4 1.5H202q.5 0 .6.7t-.6.7h-15.5q-.6 0-.6-.7t.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2q0 .6-.5.6h-4.4q-.5 0-.6-.5zm4.6 2.7.3 6.4h-4.3l.3-6.5h3.7\"><\/path><path id=\"pt-a\" d=\"M191 141.6v3.4h-4v-3.4z\"><\/path><use xlink:href=\"#pt-a\" width=\"100%\" height=\"100%\" x=\"10.6\"><\/use><path id=\"pt-b\" d=\"M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2q0 .6-.5.6h-4.3a1 1 0 0 1-.6-.6z\"><\/path><use xlink:href=\"#pt-b\" width=\"100%\" height=\"100%\" x=\"10.6\"><\/use><path fill=\"#000001\" stroke=\"none\" d=\"M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9z\"><\/path><path id=\"pt-c\" fill=\"#000001\" stroke=\"none\" d=\"M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8z\"><\/path><use xlink:href=\"#pt-c\" width=\"100%\" height=\"100%\" x=\"10.6\"><\/use><\/g><use xlink:href=\"#pt-d\" width=\"100%\" height=\"100%\" y=\"46.3\"><\/use><use xlink:href=\"#pt-d\" width=\"100%\" height=\"100%\" transform=\"rotate(-45.2 312.8 180)\"><\/use><\/g><use xlink:href=\"#pt-d\" width=\"100%\" height=\"100%\" x=\"45.7\"><\/use><use xlink:href=\"#pt-e\" width=\"100%\" height=\"100%\" transform=\"matrix(-1 0 0 1 479.8 0)\"><\/use><g id=\"pt-f\" fill=\"#fff\"><path fill=\"#039\" d=\"M232.6 202.4a8 8 0 0 0 2.2 5.7 7 7 0 0 0 5.3 2.4q3.2-.2 5.3-2.4a8 8 0 0 0 2.2-5.7v-10.8h-15z\"><\/path><circle cx=\"236.1\" cy=\"195.7\" r=\"1.5\"><\/circle><circle cx=\"244.4\" cy=\"195.7\" r=\"1.5\"><\/circle><circle cx=\"240.2\" cy=\"199.7\" r=\"1.5\"><\/circle><circle cx=\"236.1\" cy=\"203.9\" r=\"1.5\"><\/circle><circle cx=\"244.4\" cy=\"203.9\" r=\"1.5\"><\/circle><\/g><use xlink:href=\"#pt-f\" width=\"100%\" height=\"100%\" y=\"-26\"><\/use><use xlink:href=\"#pt-f\" width=\"100%\" height=\"100%\" x=\"-20.8\"><\/use><use xlink:href=\"#pt-f\" width=\"100%\" height=\"100%\" x=\"20.8\"><\/use><use xlink:href=\"#pt-f\" width=\"100%\" height=\"100%\" y=\"25.8\"><\/use><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b566448 elementor-widget elementor-widget-text-editor\" data-id=\"b566448\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I worked with Roderick and have only good things to say about the level of commitment and service he provides. To remain professional while still extremely approachable is an art and Roderick is great at that as well. Fully recommend.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c4b51d1 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"c4b51d1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e5c0379 e-con-full e-flex e-con e-child\" data-id=\"e5c0379\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e276eb9 elementor-widget elementor-widget-image\" data-id=\"e276eb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"320\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/bruno-mertens-Small.jpeg\" class=\"attachment-large size-large wp-image-10175\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/bruno-mertens-Small.jpeg 320w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/bruno-mertens-Small-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/bruno-mertens-Small-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/bruno-mertens-Small-12x12.jpeg 12w\" sizes=\"(max-width: 320px) 100vw, 320px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa93858 e-con-full e-flex e-con e-child\" data-id=\"fa93858\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc0275c elementor-widget elementor-widget-heading\" data-id=\"fc0275c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Bruno Mertens<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e0cce5 elementor-widget elementor-widget-heading\" data-id=\"3e0cce5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Founder &amp; Director<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ae78cb elementor-widget elementor-widget-heading\" data-id=\"3ae78cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Free Pratique<\/h2>\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-4093926 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4093926\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec0888 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5ec0888\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-be\" viewBox=\"0 0 640 480\"><g fill-rule=\"evenodd\" stroke-width=\"1pt\"><path fill=\"#000001\" d=\"M0 0h213.3v480H0z\"><\/path><path fill=\"#ffd90c\" d=\"M213.3 0h213.4v480H213.3z\"><\/path><path fill=\"#f31830\" d=\"M426.7 0H640v480H426.7z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf22856 elementor-widget elementor-widget-text-editor\" data-id=\"bf22856\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I take a lot less medication and I feel a lot healthier. I am sure that Roderick&#8217;s intervention has helped with this and I recommend it to anyone who wants to become healthier (and happier) in an effective way.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4722f98 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"4722f98\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8a5597e e-con-full e-flex e-con e-child\" data-id=\"8a5597e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34ae5c8 elementor-widget elementor-widget-image\" data-id=\"34ae5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"320\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/matthijs-wilhelmus-Small-1.jpeg\" class=\"attachment-large size-large wp-image-10177\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/matthijs-wilhelmus-Small-1.jpeg 320w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/matthijs-wilhelmus-Small-1-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/matthijs-wilhelmus-Small-1-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/matthijs-wilhelmus-Small-1-12x12.jpeg 12w\" sizes=\"(max-width: 320px) 100vw, 320px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccc0643 e-con-full e-flex e-con e-child\" data-id=\"ccc0643\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-920248d elementor-widget elementor-widget-heading\" data-id=\"920248d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Matthijs Wilhelmus<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8570fb0 elementor-widget elementor-widget-heading\" data-id=\"8570fb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CEO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc8235d elementor-widget elementor-widget-heading\" data-id=\"cc8235d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BASI Systems<\/h2>\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-5074a49 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5074a49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d72282 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0d72282\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\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\" id=\"flag-icons-nl\" viewBox=\"0 0 640 480\"><path fill=\"#ae1c28\" d=\"M0 0h640v160H0z\"><\/path><path fill=\"#fff\" d=\"M0 160h640v160H0z\"><\/path><path fill=\"#21468b\" d=\"M0 320h640v160H0z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70ab07e elementor-widget elementor-widget-text-editor\" data-id=\"70ab07e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Without a lot of effort or gruelling workouts I could feel my body &#8211; and mind &#8211; change within a week and I have managed to sustain this for almost a year now. No bouncing up and down, consistently higher energy level and a more balanced mood.<\/p>\t\t\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<div class=\"elementor-element elementor-element-7034a38 e-con-full e-flex e-con e-child\" data-id=\"7034a38\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b823a4 elementor-widget elementor-widget-html\" data-id=\"7b823a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.ts1 ul, .ts1 ol,\n.ts2 ul, .ts2 ol,\n.ts3 ul, .ts3 ol {\n  padding-left: 0; \n  margin-left: 0; \n  list-style-position: inside;\n}\n\n.ts1 li,\n.ts2 li,\n.ts3 li {\n  text-align: left; \n  margin-left: 0;\n  transition: all 0.5s ease;\n}\n\n.ts3-wrapper {\n  box-sizing: border-box;\n  overflow: hidden;\n  margin-bottom: 60px;\n}\n\n.ts3 {\n  height: 35vh; \/* Default collapsed height *\/\n  min-height: 100px; \/* Ensure enough space *\/\n  overflow: hidden;\n  position: relative;\n  padding-bottom: 0;\n  padding-top: 0;\n  transition: height 0.5s ease, padding 0.5s ease;\n  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40px);\n  mask-image: linear-gradient(to top, transparent 0%, black 40px);\n}\n\n.ts3.expanded {\n  padding-bottom: 20px;\n  padding-top: 20px;\n  -webkit-mask-image: none; \/* Remove mask when expanded *\/\n  mask-image: none;\n}\n\n\/* Mobile adjustment *\/\n@media (max-width: 767px) {\n  .ts3 {\n    min-height: 120px; \/* Taller on mobile *\/\n    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30px);\n    mask-image: linear-gradient(to top, transparent 0%, black 30px);\n  }\n  .ts3.expanded {\n    -webkit-mask-image: none;\n    mask-image: none;\n  }\n}\n\n.bt3 a {\n  display: inline-block;\n  padding: 10px 20px;\n  text-align: center; \n  position: relative;\n  z-index: 1001;\n  width: auto;\n  text-decoration: none;\n  white-space: nowrap;\n  margin-bottom: 40px;\n  cursor: pointer;\n}\n<\/style>\n\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<script>\njQuery(document).ready(function($) {\n  var isExpanded = false;\n  var $textEditor = $('.ts3');\n  var $button = $('.bt3 a');\n  var initialScrollPosition; \/\/ Variable to store the starting scroll position\n  \n  \/\/ Single value to control collapsed height\n  var collapsedHeight = '35vh'; \/\/ Adjust this value (e.g., '50vh', '100px', etc.)\n\n  \/\/ Set initial styles\n  $textEditor.css({\n    'height': collapsedHeight,\n    'min-height': '100px', \/\/ Match CSS for consistency\n    'filter': 'blur(0px)',\n    'overflow': 'hidden',\n    'padding-bottom': '0',\n    'padding-top': '0'\n  });\n\n  $button.click(function(e) {\n    e.preventDefault();\n    if (isExpanded) {\n      $textEditor.css({\n        'padding-bottom': '0',\n        'padding-top': '0'\n      });\n      $textEditor.removeClass('expanded');\n      $textEditor.css('filter', 'blur(0px)');\n      $textEditor.animate({ height: collapsedHeight }, 500, function() {\n        $textEditor.css({\n          'overflow': 'hidden', \/\/ Re-apply to ensure context\n          'min-height': window.innerWidth <= 767 ? '120px' : '100px' \/\/ Match media query\n        });\n        \/\/ Scroll back to the exact starting position\n        $('html, body').animate({\n          scrollTop: initialScrollPosition\n        }, 500);\n      });\n      isExpanded = false;\n      $button.text('Read more');\n    } else {\n      \/\/ Capture the current scroll position before expanding\n      initialScrollPosition = $(window).scrollTop();\n      $textEditor.addClass('expanded');\n      $textEditor.css('filter', 'none');\n      var buttonHeight = $button.outerHeight(true);\n      var fullHeight = $textEditor.prop('scrollHeight') + buttonHeight + 20;\n      $textEditor.animate({ height: fullHeight + 'px' }, 500, function() {\n        $textEditor.css({\n          'padding-bottom': '20px',\n          'padding-top': '20px'\n        });\n      });\n      isExpanded = true;\n      $button.text('Read less');\n    }\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84bc2af elementor-align-center elementor-mobile-align-center bt3 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"84bc2af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm elementor-animation-sink\" role=\"button\">\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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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>\n\t\t\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-be2d712 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"be2d712\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14ead6f elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"14ead6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-73a0ee8 e-flex e-con-boxed e-con e-parent\" data-id=\"73a0ee8\" data-element_type=\"container\" data-e-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-7e77014 pp-ic-label-horizontal-middle elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-pp-image-comparison\" data-id=\"7e77014\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"pp-image-comparison.default\">\n\t\t\t\t\t\n\t\t<div class=\"pp-image-comparison pp-image-comparison-horizontal\" id=\"pp-image-comparison-7e77014\" data-settings=\"{&quot;visible_ratio&quot;:0.85,&quot;orientation&quot;:&quot;horizontal&quot;,&quot;slider_on_hover&quot;:false,&quot;slider_with_handle&quot;:true,&quot;slider_with_click&quot;:false}\">\n\n\t\t\t\n\t\t<div class=\"pp-before-image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Anonimous-client-AB-before.jpg\" alt=\"Anonimous client - AB before\" title=\"Anonimous client &#8211; AB before\" class=\"pp-before-img\" \/>\n\t\t<\/div>\n\n\t\t\n\t\t<div class=\"pp-after-image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Anonimous-client-AB-after.jpg\" alt=\"Anonimous client - AB after\" title=\"Anonimous client &#8211; AB after\" class=\"pp-after-img\" \/>\n\t\t<\/div>\n\n\t\t\n\t\t<div class=\"pp-comparison-handle\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-caret-left\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"><\/path><\/svg><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg>\t\t<\/div>\n\n\t\t\n\t\t\t\t\t<div class=\"pp-comparison-label pp-comparison-label-before\">\n\t\t\t\t<span>Before<\/span>\n\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"pp-comparison-label pp-comparison-label-after\">\n\t\t\t\t<span>After<\/span>\n\t\t\t<\/div>\n\t\t\n\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90ece98 e-con-full e-flex e-con e-child\" data-id=\"90ece98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cce3ca9 animate-float elementor-widget elementor-widget-heading\" data-id=\"cce3ca9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve Visually<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f33b12 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"8f33b12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ed9b8b elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"1ed9b8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention. Tailored to your workforce, fostering a wellness culture.<\/p><p>Based on the latest science and fully data-driven. Get both measurable, as well predictable improvements for the people that make the difference.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25ccd16 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"25ccd16\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-571988d elementor-align-center elementor-mobile-align-center elementor-tablet-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"571988d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:4000}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-sink\" href=\"https:\/\/weight-loss-wizard.com\/call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BOOK A CALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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<div class=\"elementor-element elementor-element-13e3871 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"13e3871\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfee270 elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"dfee270\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-44880b4 e-flex e-con-boxed e-con e-parent\" data-id=\"44880b4\" data-element_type=\"container\" data-e-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-5e54795 pp-ic-label-horizontal-middle elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-pp-image-comparison\" data-id=\"5e54795\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"pp-image-comparison.default\">\n\t\t\t\t\t\n\t\t<div class=\"pp-image-comparison pp-image-comparison-horizontal\" id=\"pp-image-comparison-5e54795\" data-settings=\"{&quot;visible_ratio&quot;:0.85,&quot;orientation&quot;:&quot;horizontal&quot;,&quot;slider_on_hover&quot;:false,&quot;slider_with_handle&quot;:true,&quot;slider_with_click&quot;:false}\">\n\n\t\t\t\n\t\t<div class=\"pp-before-image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Roderick-before-4.jpg\" alt=\"Roderick before 4\" title=\"Roderick before 4\" class=\"pp-before-img\" \/>\n\t\t<\/div>\n\n\t\t\n\t\t<div class=\"pp-after-image\">\n\t\t\t<img decoding=\"async\" src=\"\" alt=\"\" title=\"\" class=\"pp-after-img\" \/>\n\t\t<\/div>\n\n\t\t\n\t\t<div class=\"pp-comparison-handle\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-caret-left\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"><\/path><\/svg><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg>\t\t<\/div>\n\n\t\t\n\t\t\t\t\t<div class=\"pp-comparison-label pp-comparison-label-before\">\n\t\t\t\t<span>Before<\/span>\n\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"pp-comparison-label pp-comparison-label-after\">\n\t\t\t\t<span>After<\/span>\n\t\t\t<\/div>\n\t\t\n\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16419e3 e-con-full e-flex e-con e-child\" data-id=\"16419e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-428f0b5 e-con-full e-flex e-con e-child\" data-id=\"428f0b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0f22f4 animate-float elementor-widget elementor-widget-heading\" data-id=\"b0f22f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve Visually<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7313f elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"0e7313f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4098c1f elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4098c1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-461052f e-con-full e-flex e-con e-child\" data-id=\"461052f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c95148 animate-float elementor-widget elementor-widget-heading\" data-id=\"2c95148\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve Visually<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca1e634 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"ca1e634\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad6c409 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ad6c409\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3cf1cc e-con-full e-flex e-con e-child\" data-id=\"f3cf1cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52e173e animate-float elementor-widget elementor-widget-heading\" data-id=\"52e173e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve Visually<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b930d43 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b930d43\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a2c7f4 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4a2c7f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5260a9f e-con-full e-flex e-con e-child\" data-id=\"5260a9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97f7fed animate-float elementor-widget elementor-widget-heading\" data-id=\"97f7fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What My Clients<br>\n<font color=\"#4e339d\">Achieve Visually<\/font><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e740684 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"e740684\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b91bfb9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b91bfb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elevate employee health &amp; productivity while you save on healthcare costs. Reduce absenteeism, boost morale and support retention.\u00a0<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f01334 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1f01334\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8228fa elementor-absolute elementor-widget elementor-widget-spacer\" data-id=\"e8228fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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-6ceef27 e-flex e-con-boxed e-con e-parent\" data-id=\"6ceef27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07c6201 elementor-widget__width-initial animate-float elementor-widget elementor-widget-heading\" data-id=\"07c6201\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A picture says more than a <br><span style=\"color:#4E339D\">1000 words<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0457d85 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"0457d85\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45630c5 image-container e-flex e-con-boxed e-con e-child\" data-id=\"45630c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2d92e64 e-con-full e-flex e-con e-child\" data-id=\"2d92e64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c0fcbe3 e-con-full e-flex e-con e-child\" data-id=\"c0fcbe3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54d201a elementor-widget elementor-widget-image\" data-id=\"54d201a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/REVIEWS.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-12863\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-6a00022 e-con-full e-flex e-con e-child\" data-id=\"6a00022\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b5572 elementor-widget elementor-widget-image\" data-id=\"d1b5572\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius-1024x768.jpg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-6121\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius-1024x768.jpg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius-300x225.jpg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius-768x576.jpg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius-16x12.jpg 16w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/10\/ruben-hortensius.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3129941 e-con-full e-flex e-con e-child\" data-id=\"3129941\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a27e6ba elementor-widget elementor-widget-image\" data-id=\"a27e6ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-1024x1024.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-12866\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-1024x1024.jpeg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-300x300.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-150x150.jpeg 150w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-768x768.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656-12x12.jpeg 12w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1710241626656.jpeg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb387a9 e-con-full e-flex e-con e-child\" data-id=\"cb387a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-442342c elementor-widget elementor-widget-image\" data-id=\"442342c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-1024x768.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-5683\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-1024x768.jpeg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-300x225.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-768x576.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-1536x1152.jpeg 1536w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894-16x12.jpeg 16w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/1725866793894.jpeg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1f2691 e-con-full e-flex e-con e-child\" data-id=\"a1f2691\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-977b5f7 e-con-full e-flex e-con e-child\" data-id=\"977b5f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e0dc34 elementor-widget elementor-widget-image\" data-id=\"9e0dc34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-1024x768.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-5685\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-1024x768.jpeg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-300x225.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-768x576.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-1536x1152.jpeg 1536w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang-16x12.jpeg 16w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/wolfgang.jpeg 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-febc0a8 e-con-full e-flex e-con e-child\" data-id=\"febc0a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4a9f38 elementor-widget elementor-widget-image\" data-id=\"f4a9f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"1024\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-576x1024.jpg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-9559\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-576x1024.jpg 576w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-169x300.jpg 169w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-768x1365.jpg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-864x1536.jpg 864w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after-7x12.jpg 7w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/01\/Jeffrey-Hamelink-after.jpg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/>\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<div class=\"elementor-element elementor-element-378f3ca e-con-full e-flex e-con e-child\" data-id=\"378f3ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c7d905 elementor-widget elementor-widget-image\" data-id=\"8c7d905\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"451\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633-1024x577.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-12869\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633-1024x577.jpeg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633-300x169.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633-768x433.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633-18x10.jpeg 18w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1733766131633.jpeg 1494w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11b7d29 e-con-full e-flex e-con e-child\" data-id=\"11b7d29\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ea81d00 e-con-full e-flex e-con e-child\" data-id=\"ea81d00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0526ef6 elementor-widget elementor-widget-image\" data-id=\"0526ef6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193-768x1024.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-12868\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193-768x1024.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193-225x300.jpeg 225w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193-1152x1536.jpeg 1152w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193-9x12.jpeg 9w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/1734089614193.jpeg 1280w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\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<div class=\"elementor-element elementor-element-f11b5ca e-con-full e-flex e-con e-child\" data-id=\"f11b5ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f9d294 elementor-widget elementor-widget-image\" data-id=\"6f9d294\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"893\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/11\/weightlosslessfat.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-8114\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/11\/weightlosslessfat.jpeg 800w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/11\/weightlosslessfat-269x300.jpeg 269w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/11\/weightlosslessfat-768x857.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/11\/weightlosslessfat-11x12.jpeg 11w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1893d51 e-con-full e-flex e-con e-child\" data-id=\"1893d51\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a53bfe elementor-widget elementor-widget-image\" data-id=\"9a53bfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-1024x576.png\" class=\"elementor-animation-shrink attachment-large size-large wp-image-9342\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-1024x576.png 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-300x169.png 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-768x432.png 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-1536x864.png 1536w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project-18x10.png 18w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/12\/New-Project.png 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23b5b7b e-con-full e-flex e-con e-child\" data-id=\"23b5b7b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-088b343 elementor-widget elementor-widget-image\" data-id=\"088b343\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-1024x768.jpeg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-5682\" alt=\"\" srcset=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-1024x768.jpeg 1024w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-300x225.jpeg 300w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-768x576.jpeg 768w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-1536x1152.jpeg 1536w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart-16x12.jpeg 16w, https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2024\/09\/vincent-kaart.jpeg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/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-9cd94dd e-con-full e-flex e-con e-child\" data-id=\"9cd94dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a021911 elementor-widget elementor-widget-html\" data-id=\"a021911\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.ts1 ul, .ts1 ol,\n.ts2 ul, .ts2 ol,\n.image-container ul, .image-container ol {\n  padding-left: 0; \n  margin-left: 0; \n  list-style-position: inside;\n}\n\n.ts1 li,\n.ts2 li,\n.image-container li {\n  text-align: left; \n  margin-left: 0;\n  transition: all 0.5s ease;\n}\n\n.image-container-wrapper {\n  box-sizing: border-box;\n  overflow: hidden;\n  margin-bottom: 60px;\n}\n\n.image-container {\n  height: 35vh; \/* Default collapsed height *\/\n  min-height: 100px; \/* Ensure enough space *\/\n  overflow: hidden;\n  position: relative;\n  padding-bottom: 0;\n  padding-top: 0;\n  transition: height 0.5s ease, padding 0.5s ease;\n  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40px);\n  mask-image: linear-gradient(to top, transparent 0%, black 120px);\n}\n\n.image-container.expanded {\n  padding-bottom: 20px;\n  padding-top: 20px;\n  -webkit-mask-image: none; \/* Remove mask when expanded *\/\n  mask-image: none;\n}\n\n\/* Mobile adjustment *\/\n@media (max-width: 767px) {\n  .image-container {\n    min-height: 120px; \/* Taller on mobile *\/\n    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30px);\n    mask-image: linear-gradient(to top, transparent 0%, black 30px);\n  }\n  .image-container.expanded {\n    -webkit-mask-image: none;\n    mask-image: none;\n  }\n}\n\n.image-button a {\n  display: inline-block;\n  padding: 10px 20px;\n  text-align: center; \n  position: relative;\n  z-index: 1001;\n  width: auto;\n  text-decoration: none;\n  white-space: nowrap;\n  margin-bottom: 40px;\n  cursor: pointer;\n}\n<\/style>\n\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<script>\njQuery(document).ready(function($) {\n  var isExpanded = false;\n  var $textEditor = $('.image-container');\n  var $button = $('.image-button a');\n  var initialScrollPosition; \/\/ Variable to store the starting scroll position\n  \n  \/\/ Single value to control collapsed height\n  var collapsedHeight = '35vh'; \/\/ Adjust this value (e.g., '50vh', '100px', etc.)\n\n  \/\/ Set initial styles\n  $textEditor.css({\n    'height': collapsedHeight,\n    'min-height': '100px', \/\/ Match CSS for consistency\n    'filter': 'blur(0px)',\n    'overflow': 'hidden',\n    'padding-bottom': '0',\n    'padding-top': '0'\n  });\n\n  $button.click(function(e) {\n    e.preventDefault();\n    if (isExpanded) {\n      $textEditor.css({\n        'padding-bottom': '0',\n        'padding-top': '0'\n      });\n      $textEditor.removeClass('expanded');\n      $textEditor.css('filter', 'blur(0px)');\n      $textEditor.animate({ height: collapsedHeight }, 500, function() {\n        $textEditor.css({\n          'overflow': 'hidden', \/\/ Re-apply to ensure context\n          'min-height': window.innerWidth <= 767 ? '120px' : '100px' \/\/ Match media query\n        });\n        \/\/ Scroll back to the exact starting position\n        $('html, body').animate({\n          scrollTop: initialScrollPosition\n        }, 500);\n      });\n      isExpanded = false;\n      $button.text('Read more');\n    } else {\n      \/\/ Capture the current scroll position before expanding\n      initialScrollPosition = $(window).scrollTop();\n      $textEditor.addClass('expanded');\n      $textEditor.css('filter', 'none');\n      var buttonHeight = $button.outerHeight(true);\n      var fullHeight = $textEditor.prop('scrollHeight') + buttonHeight + 20;\n      $textEditor.animate({ height: fullHeight + 'px' }, 500, function() {\n        $textEditor.css({\n          'padding-bottom': '20px',\n          'padding-top': '20px'\n        });\n      });\n      isExpanded = true;\n      $button.text('Read less');\n    }\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a7e2bf elementor-align-center elementor-mobile-align-center elementor-tablet-align-left image-button elementor-widget elementor-widget-button\" data-id=\"3a7e2bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm elementor-animation-sink\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>FOR EXECUTIVES, FOUNDERS &amp; HIGH PERFORMERS Structural weight loss in a smarter way I\u2019ve helped dozens of executives structurally lose between 9 to 24 kg of weight by applying cutting-edge science, hard data and 1-on-1 coaching. With laser focus at work and high energy. Without hunger or crazy workouts. BOOK A CALL https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/WLW-Highlight-Reel-purple-overlay-2.mp4 What My [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10549","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>B2B | Weight Loss Wizard<\/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:\/\/weight-loss-wizard.com\/nl\/b2b\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"B2B | Weight Loss Wizard\" \/>\n<meta property=\"og:description\" content=\"FOR EXECUTIVES, FOUNDERS &amp; HIGH PERFORMERS Structural weight loss in a smarter way I\u2019ve helped dozens of executives structurally lose between 9 to 24 kg of weight by applying cutting-edge science, hard data and 1-on-1 coaching. With laser focus at work and high energy. Without hunger or crazy workouts. BOOK A CALL https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/WLW-Highlight-Reel-purple-overlay-2.mp4 What My [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/weight-loss-wizard.com\/nl\/b2b\/\" \/>\n<meta property=\"og:site_name\" content=\"Weight Loss Wizard\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-08T09:28:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"18 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/\",\"name\":\"B2B | Weight Loss Wizard\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/1.png\",\"datePublished\":\"2025-02-18T15:14:13+00:00\",\"dateModified\":\"2025-03-08T09:28:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/#primaryimage\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/1.png\",\"contentUrl\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/b2b\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"B2B\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"name\":\"Weight Loss Wizard\",\"description\":\"Reverse Engineer Your Ancient Biology\",\"publisher\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\"},\"alternateName\":\"WLW\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/weight-loss-wizard.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\",\"name\":\"Weight Loss Wizard\",\"alternateName\":\"HPC\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"contentUrl\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"width\":800,\"height\":800,\"caption\":\"Weight Loss Wizard\"},\"image\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rfgdeleeuw\\\/\",\"https:\\\/\\\/www.instagram.com\\\/the.weight.loss.wizard\",\"https:\\\/\\\/www.youtube.com\\\/@weightlosswizard\",\"https:\\\/\\\/x.com\\\/WeightLossWZRD\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"B2B | Weight Loss Wizard","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:\/\/weight-loss-wizard.com\/nl\/b2b\/","og_locale":"nl_NL","og_type":"article","og_title":"B2B | Weight Loss Wizard","og_description":"FOR EXECUTIVES, FOUNDERS &amp; HIGH PERFORMERS Structural weight loss in a smarter way I\u2019ve helped dozens of executives structurally lose between 9 to 24 kg of weight by applying cutting-edge science, hard data and 1-on-1 coaching. With laser focus at work and high energy. Without hunger or crazy workouts. BOOK A CALL https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/WLW-Highlight-Reel-purple-overlay-2.mp4 What My [&hellip;]","og_url":"https:\/\/weight-loss-wizard.com\/nl\/b2b\/","og_site_name":"Weight Loss Wizard","article_modified_time":"2025-03-08T09:28:12+00:00","og_image":[{"url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"18 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/weight-loss-wizard.com\/b2b\/","url":"https:\/\/weight-loss-wizard.com\/b2b\/","name":"B2B | Weight Loss Wizard","isPartOf":{"@id":"https:\/\/weight-loss-wizard.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/weight-loss-wizard.com\/b2b\/#primaryimage"},"image":{"@id":"https:\/\/weight-loss-wizard.com\/b2b\/#primaryimage"},"thumbnailUrl":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png","datePublished":"2025-02-18T15:14:13+00:00","dateModified":"2025-03-08T09:28:12+00:00","breadcrumb":{"@id":"https:\/\/weight-loss-wizard.com\/b2b\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/weight-loss-wizard.com\/b2b\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/weight-loss-wizard.com\/b2b\/#primaryimage","url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png","contentUrl":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/weight-loss-wizard.com\/b2b\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/weight-loss-wizard.com\/"},{"@type":"ListItem","position":2,"name":"B2B"}]},{"@type":"WebSite","@id":"https:\/\/weight-loss-wizard.com\/#website","url":"https:\/\/weight-loss-wizard.com\/","name":"Weight Loss Wizard","description":"Reverse Engineer Your Ancient Biology","publisher":{"@id":"https:\/\/weight-loss-wizard.com\/#organization"},"alternateName":"WLW","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/weight-loss-wizard.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/weight-loss-wizard.com\/#organization","name":"Weight Loss Wizard","alternateName":"HPC","url":"https:\/\/weight-loss-wizard.com\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/","url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","contentUrl":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","width":800,"height":800,"caption":"Weight Loss Wizard"},"image":{"@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/rfgdeleeuw\/","https:\/\/www.instagram.com\/the.weight.loss.wizard","https:\/\/www.youtube.com\/@weightlosswizard","https:\/\/x.com\/WeightLossWZRD"]}]}},"_links":{"self":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/10549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/comments?post=10549"}],"version-history":[{"count":0,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/10549\/revisions"}],"wp:attachment":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/media?parent=10549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}