{"id":47928,"date":"2024-05-06T14:27:14","date_gmt":"2024-05-06T18:27:14","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=47928"},"modified":"2026-03-19T20:06:54","modified_gmt":"2026-03-20T00:06:54","slug":"pesquisa-de-mercado-em-gestao-de-patrimonio-e-consultoria-estrategica","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/pt\/solucoes\/pesquisa-de-consultoria-em-estrategia-fintech\/pesquisa-de-mercado-em-gestao-de-patrimonio-e-consultoria-estrategica\/","title":{"rendered":"Wealth Management Consulting"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Wealth Management Consulting<\/h1>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Optimized SIS Hero with Unicorn Studio<\/title>\n\n    <!--\n      \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n      \u2502  EARLY NAV-HEIGHT INJECTION                                  \u2502\n      \u2502  Sets --sis-nav-h before first paint to prevent layout jump  \u2502\n      \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n    -->\n    <style id=\"sis-nav-var\">\n        :root {\n            --sis-nav-h: 80px;\n            --sis-hero-extra: 220px; \/* mobile: aggressive offset to pull hero up *\/\n        }\n        @media (min-width: 768px) {\n            :root { --sis-hero-extra: 125px; } \/* desktop: original larger offset *\/\n        }\n    <\/style>\n\n    <style>\n        \/* 1. GLOBAL RESET & BASE STYLES *\/\n        html { scroll-behavior: smooth; }\n        body {\n            margin: 0;\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n            overflow-x: hidden;\n        }\n\n        \/* 2. HERO WRAPPER \u2014 uses CSS vars so the value is available even\n              before DOMContentLoaded, avoiding any visible jump              *\/\n        .sis-hero-wrapper {\n            position: relative;\n            width: 100vw;\n            left: 50%;\n            margin-left: -50vw;\n            min-height: 100vh;\n            overflow: hidden;\n            background-color: #000;\n            color: white;\n            box-sizing: border-box;\n\n            \/* Driven by --sis-nav-h and --sis-hero-extra\n               --sis-hero-extra is 20px on mobile, 125px on desktop (768px+) *\/\n            margin-top: calc(-1 * var(--sis-nav-h) - var(--sis-hero-extra));\n            padding-top: calc(var(--sis-nav-h) + var(--sis-hero-extra));\n        }\n\n        \/* 3. UTILITY CLASSES *\/\n        .sis-absolute-inset {\n            position: absolute;\n            top: 0; right: 0; bottom: 0; left: 0;\n            width: 100%; height: 100%;\n        }\n        .sis-z-0  { z-index: 0; }\n        .sis-z-10 { z-index: 10; }\n        .sis-z-20 { z-index: 20; }\n        .sis-pointer-events-none { pointer-events: none; }\n\n        .sis-bg-overlay {\n            background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(11,93,149,0.4));\n        }\n\n        .sis-flex-center-col {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n        }\n\n        .sis-container {\n            width: 100%;\n            max-width: 80rem;\n            padding-left: 1.5rem;\n            padding-right: 1.5rem;\n            padding-bottom: 0.5rem;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .sis-text-center-wrapper {\n            margin-left: auto;\n            margin-right: auto;\n            max-width: 56rem;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        \/* 4. ANIMATIONS *\/\n        @keyframes fadeSlideIn {\n            0%   { opacity: 0; transform: translateY(20px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes gradientMove {\n            0%   { background-position: 0%   50%; }\n            50%  { background-position: 100% 50%; }\n            100% { background-position: 0%   50%; }\n        }\n        @keyframes sis-gradient-shimmer {\n            0%   { background-position: 0%   50%; }\n            100% { background-position: 200% 50%; }\n        }\n\n        .sis-animate-fade-1 { animation: fadeSlideIn 1s ease-out 0.1s both; }\n        .sis-animate-fade-2 { animation: fadeSlideIn 1s ease-out 0.2s both; }\n        .sis-animate-fade-3 { animation: fadeSlideIn 1s ease-out 0.3s both; }\n        .sis-animate-fade-4 { animation: fadeSlideIn 1s ease-out 0.4s both; }\n        .sis-animate-fade-5 { animation: fadeSlideIn 1s ease-out 0.5s both; }\n\n        \/* 5. COMPONENT STYLES *\/\n        .sis-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            border-radius: 9999px;\n            background-color: rgba(255,255,255,0.1);\n            padding: 0.5rem 1rem;\n            box-shadow: 0 0 0 1px rgba(255,255,255,0.15);\n            backdrop-filter: blur(4px);\n            margin-bottom: 2rem;\n        }\n        .sis-badge-text {\n            font-size: 0.875rem;\n            font-weight: 700;\n            line-height: 1;\n            letter-spacing: 0.025em;\n            color: #bd9013;\n        }\n        .sis-hero-title {\n            font-size: 2.25rem;\n            font-weight: 700;\n            line-height: 1;\n            letter-spacing: -0.025em;\n            background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #63b3ed 50%, #ffffff 70%, #ffffff 100%);\n            background-size: 200% auto;\n            color: transparent;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: sis-gradient-shimmer 12s linear infinite;\n        }\n        @media (min-width: 640px) { .sis-hero-title { font-size: 3rem; } }\n        @media (min-width: 768px) { .sis-hero-title { font-size: 4.5rem; } }\n\n        .sis-hero-desc {\n            margin-top: 2rem;\n            font-size: 1.125rem;\n            color: rgba(255,255,255,0.8);\n            max-width: 42rem;\n            font-weight: 700;\n            line-height: 1.625;\n        }\n        @media (min-width: 640px) { .sis-hero-desc { font-size: 1.25rem; } }\n\n        .sis-cta-button {\n            display: inline-flex;\n            justify-content: center;\n            align-items: center;\n            margin-top: 3.5rem;\n            height: 50px;\n            width: auto;\n            padding: 3px;\n            border-radius: 8px;\n            background-image: linear-gradient(45deg, #bd9013, #043c6b, #bd9013, #043c6b);\n            background-size: 300% 300%;\n            animation: gradientMove 4s ease infinite;\n            box-shadow: 0 15px 30px -5px rgba(189,144,19,0.2);\n            text-decoration: none;\n            cursor: pointer;\n            transition: transform 0.1s;\n        }\n        .sis-cta-button:active { transform: scale(0.95); }\n        .sis-cta-inner {\n            background: rgb(5,6,45);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            width: 100%;\n            padding: 0 24px;\n            transition: background 0.3s;\n        }\n        .sis-cta-button:hover .sis-cta-inner { background: transparent; }\n\n        .sis-footer-text {\n            margin-top: 1rem;\n            width: 100%;\n            text-align: center;\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            font-weight: 700;\n            color: #9ca3af;\n        }\n        .sis-icon-arrow {\n            width: 24px; height: 24px;\n            stroke: white; stroke-width: 2;\n            stroke-linecap: round; stroke-linejoin: round;\n            fill: none;\n        }\n\n        \/* CMS OVERRIDES *\/\n        #next-section h3, #next-section h4, #next-section p,\n        #next-section .elementor-heading-title {\n            text-align: left !important;\n            justify-content: flex-start !important;\n        }\n        .entry-header, .page-header, .elementor-page-title, .page-title,\n        h1.entry-title, .woocommerce-breadcrumb, #breadcrumbs {\n            display: none !important;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"sis-hero-wrapper\" class=\"sis-hero-wrapper\">\n\n        <div data-us-project=\"sx6OtkwOFbqONd0P4xRy\"\n             class=\"sis-absolute-inset sis-z-0\"><\/div>\n\n        <div class=\"sis-absolute-inset sis-bg-overlay sis-z-10 sis-pointer-events-none\"><\/div>\n\n        <div class=\"sis-absolute-inset sis-z-20 sis-flex-center-col\">\n            <div class=\"sis-container sis-flex-center-col\"\n                 style=\"height:100%; justify-content:center;\">\n\n                <div class=\"sis-text-center-wrapper\">\n\n                    <div class=\"sis-badge sis-animate-fade-1\">\n                        <span class=\"sis-badge-text\">On the ground, around the world<\/span>\n                    <\/div>\n\n                    <h1 class=\"sis-hero-title sis-animate-fade-2\">\n                        Wealth Management Consulting\n                    <\/h1>\n\n                    <p class=\"sis-hero-desc sis-animate-fade-3\">\n                        We provide actionable insights to optimize your digital touchpoints\n                        and drive customer loyalty in a competitive global market.\n                    <\/p>\n\n                    <div class=\"sis-animate-fade-4\"\n                         style=\"display:flex; justify-content:center;\">\n                        <a href=\"#next-section\" class=\"sis-cta-button\">\n                            <span class=\"sis-cta-inner\">\n                                <svg class=\"sis-icon-arrow\" viewBox=\"0 0 24 24\">\n                                    <line x1=\"12\" y1=\"5\"  x2=\"12\" y2=\"19\"><\/line>\n                                    <polyline points=\"19 12 12 19 5 12\"><\/polyline>\n                                <\/svg>\n                            <\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sis-footer-text sis-animate-fade-5\">\n                    SIS International Research &amp; Strategy\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"next-section\"\n         style=\"width:100%; background:white; padding:2rem 1.5rem;\">\n        <div style=\"max-width:80rem; margin:0 auto; text-align:right;\">\n            <h2 style=\"font-size:0.75rem; font-weight:700; text-transform:uppercase;\n                       letter-spacing:0.1em; color:#073f64; margin-bottom:0.25rem;\">\n                Insights\n            <\/h2>\n        <\/div>\n    <\/div>\n\n\n    <!--\n    \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557\n    \u2551  sisHeroFit v2  \u2014 robust auto-fit for any WordPress \/ Elementor \u2551\n    \u2551  or custom theme navbar, no matter when or how it is rendered.  \u2551\n    \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d\n\n    HOW IT WORKS\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    1. A CSS custom property (--sis-nav-h) is written to :root so the\n       hero's margin-top \/ padding-top are driven by CSS, not inline\n       styles \u2014 this eliminates the layout jump on first paint.\n\n    2. --sis-hero-extra is 20px on mobile and 125px on desktop (768px+),\n       set via CSS media query and read by JS so both stay in sync.\n\n    3. getNavHeight() scans a prioritised list of 30+ selectors that\n       covers virtually every major WordPress theme and page builder.\n       It also falls back to measuring the tallest fixed\/sticky element\n       sitting within 5 px of the top of the viewport.\n\n    4. applyFit() writes the measured height into both the CSS var and\n       the hero element's inline style (belt-and-suspenders).\n\n    5. A MutationObserver watches <body> for added nodes, so navbars\n       injected after the initial HTML parse (Elementor, Divi, WPBakery,\n       header builder plugins, etc.) are caught automatically.\n\n    6. resize + scroll listeners handle:\n         \u2022 Orientation changes on mobile\n         \u2022 \"Shrinking\" sticky navs that reduce height on scroll\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    -->\n    <script>\n    (function sisHeroFit() {\n\n        \/* \u2500\u2500 Selectors \u2014 ordered from specific \u2192 generic \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var NAV_SELECTORS = [\n            \/* WordPress core \/ popular themes *\/\n            '#masthead',\n            '#site-header',\n            'header.site-header',\n            '.site-header',\n            '#main-header',\n            '.main-header',\n            '#header',\n            'header#header',\n            '.header-main',\n            '.header-wrap',\n            '.header-wrapper',\n            '#wpadminbar',           \/* WP admin bar (logged-in editors) *\/\n\n            \/* Elementor *\/\n            '.elementor-location-header',\n            '.e-con[data-elementor-type=\"header\"]',\n            '.elementor-section-wrap > section.elementor-section:first-child',\n\n            \/* Divi *\/\n            '#main-header',\n            '#et-main-nav',\n\n            \/* Avada \/ Fusion *\/\n            '#side-header',\n            '.fusion-header-wrapper',\n\n            \/* WPBakery \/ VC *\/\n            '.vc_row:first-child',\n\n            \/* GeneratePress *\/\n            '.site-header',\n\n            \/* Astra *\/\n            '#masthead',\n            '.ast-masthead',\n\n            \/* OceanWP *\/\n            '#site-header-inner',\n\n            \/* Neve \/ Hestia *\/\n            '.header-main-inner',\n\n            \/* Kadence *\/\n            '#masthead',\n\n            \/* SeedProd *\/\n            '.seedprod-header',\n\n            \/* Bootstrap \/ custom *\/\n            'nav.navbar',\n            '.navbar',\n            '#navbar',\n            'nav[role=\"navigation\"]',\n\n            \/* Absolute last resort *\/\n            'header',\n        ];\n\n        \/* Helper \u2014 returns true if el is or contains the hero *\/\n        function isHero(el) {\n            var hero = document.getElementById('sis-hero-wrapper');\n            return hero && (el === hero || hero.contains(el) || el.contains(hero));\n        }\n\n        \/* Core measurement \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        function getNavHeight() {\n\n            \/* 1 \u2014 Try named selectors *\/\n            for (var i = 0; i < NAV_SELECTORS.length; i++) {\n                try {\n                    var el = document.querySelector(NAV_SELECTORS[i]);\n                    if (el &#038;&#038; !isHero(el)) {\n                        var r = el.getBoundingClientRect();\n                        if (r.height > 0) return Math.round(r.height);\n                    }\n                } catch(e) { \/* invalid selector \u2014 skip *\/ }\n            }\n\n            \/* 2 \u2014 Fallback: measure all fixed\/sticky elements near top *\/\n            var maxH = 0;\n            try {\n                document.querySelectorAll('*').forEach(function(el) {\n                    if (isHero(el)) return;\n                    var s = window.getComputedStyle(el);\n                    if (s.position !== 'fixed' && s.position !== 'sticky') return;\n                    var r = el.getBoundingClientRect();\n                    if (r.top < 5 &#038;&#038; r.height > 0) {\n                        maxH = Math.max(maxH, r.height);\n                    }\n                });\n            } catch(e) {}\n\n            return maxH || 80; \/* absolute fallback *\/\n        }\n\n        \/* Apply \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        function applyFit() {\n            var hero = document.getElementById('sis-hero-wrapper');\n            if (!hero) return;\n\n            var h = getNavHeight();\n\n            \/* Read --sis-hero-extra from CSS so JS stays in sync with\n               the media query (20px mobile, 125px desktop @ 768px+)    *\/\n            var extra = parseInt(\n                getComputedStyle(document.documentElement)\n                    .getPropertyValue('--sis-hero-extra')\n            ) || 20;\n\n            \/* 1. CSS custom property \u2014 works with the stylesheet rule *\/\n            document.documentElement.style.setProperty('--sis-nav-h', h + 'px');\n\n            \/* 2. Inline style \u2014 belt-and-suspenders for any CMS that\n                  resets inline styles or re-renders the element          *\/\n            hero.style.marginTop  = '-' + (h + extra) + 'px';\n            hero.style.paddingTop = (h + extra) + 'px';\n        }\n\n        \/* \u2500\u2500 Timing: run as early as possible \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', applyFit);\n        } else {\n            applyFit();\n        }\n        \/* Also run after full page load (images, fonts change layout) *\/\n        window.addEventListener('load', applyFit);\n\n        \/* \u2500\u2500 Resize (orientation changes, browser chrome resize) \u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var resizeTimer;\n        window.addEventListener('resize', function() {\n            clearTimeout(resizeTimer);\n            resizeTimer = setTimeout(applyFit, 100);\n        });\n\n        \/* \u2500\u2500 Scroll \u2014 handles \"shrinking\" sticky navs \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var scrollTimer;\n        window.addEventListener('scroll', function() {\n            clearTimeout(scrollTimer);\n            scrollTimer = setTimeout(applyFit, 80);\n        }, { passive: true });\n\n        \/* \u2500\u2500 MutationObserver \u2014 catches navbars injected after parse \u2500\u2500\u2500\u2500 *\/\n        \/*    (Elementor, Divi header builders, cookie banners, etc.)      *\/\n        if (window.MutationObserver) {\n            var mutationTimer;\n            var observer = new MutationObserver(function(mutations) {\n                \/* Only bother if something was added outside the hero *\/\n                var relevant = mutations.some(function(m) {\n                    return Array.prototype.some.call(m.addedNodes, function(n) {\n                        return n.nodeType === 1 && !isHero(n);\n                    });\n                });\n                if (!relevant) return;\n                clearTimeout(mutationTimer);\n                mutationTimer = setTimeout(applyFit, 150);\n            });\n\n            var startObserving = function() {\n                if (document.body) {\n                    observer.observe(document.body, { childList: true, subtree: true });\n                } else {\n                    document.addEventListener('DOMContentLoaded', function() {\n                        observer.observe(document.body, { childList: true, subtree: true });\n                    });\n                }\n            };\n            startObserving();\n\n            \/* Stop observing after 10 s \u2014 page should be fully built by then *\/\n            setTimeout(function() { observer.disconnect(); }, 10000);\n        }\n\n    })();\n    <\/script>\n\n    <!-- Unicorn Studio embed -->\n    <script>\n    !function(){\n        if(!window.UnicornStudio){\n            window.UnicornStudio = { isInitialized: false };\n            var i = document.createElement('script');\n            i.src = 'https:\/\/cdn.jsdelivr.net\/gh\/hiunicornstudio\/unicornstudio.js@v1.4.31\/dist\/unicornStudio.umd.js';\n            i.onload = function(){\n                if(!window.UnicornStudio.isInitialized){\n                    UnicornStudio.init();\n                    window.UnicornStudio.isInitialized = true;\n                }\n            };\n            (document.head || document.body).appendChild(i);\n        }\n    }();\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<figure class=\"gb-block-image gb-block-image-f90ac075\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-f90ac075\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group &amp; meeting (1)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Focus-group-meeting-1-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-global-color-9-color has-text-color has-link-color wp-elements-be9dfa4cceb55cca077476d6c419b315\"><strong><em>The goal of wealth management consulting is to empower businesses with the knowledge and tools needed to deliver personalized, value-added wealth management services.<\/em><\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Think of the advisor who has guided the same family through three generations of wealth. That relationship was built on expertise, trust, and an almost uncanny ability to anticipate what the client needed before they knew it themselves. That is what great wealth management consulting looks like.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-columns has-global-color-9-color has-text-color has-background has-link-color wp-elements-517e0d532b663bfb23086ba3ab904566 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background-color:#f7f9fa6e\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:18%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:71.28%\">\n<div class=\"wp-block-rank-math-toc-block aligncenter has-global-color-9-color has-text-color has-link-color wp-elements-4096eac93095c3d44a315a84267ed8ad\" style=\"font-size:16px\" id=\"rank-math-toc\"><h2><br><strong>T<\/strong>able of Contents<\/h2><nav><ul><li class=\"\"><a href=\"#what-is-wealth-management-consulting\">What Is Wealth Management Consulting?<\/a><\/li><li class=\"\"><a href=\"#why-do-businesses-need-wealth-management-consulting\">Why Do Businesses Need Wealth Management Consulting?<\/a><\/li><li class=\"\"><a href=\"#who-uses-wealth-management-market-research-and-strategy-consulting\">Who Uses Wealth Management Market Research and Strategy Consulting<\/a><\/li><li class=\"\"><a href=\"#core-areas-of-wealth-management-consulting\">Core Areas of Wealth Management Consulting<\/a><\/li><li class=\"\"><a href=\"#factors-to-consider\">Factors to Consider<\/a><\/li><li class=\"\"><a href=\"#when-should-wealth-management-consulting-be-conducted\">When should Wealth management consulting be conducted?<\/a><\/li><li class=\"\"><a href=\"#expected-results-from-sis-internationals-wealth-management-services\">Expected Results from SIS International\u2019s Wealth Management Services<\/a><\/li><li class=\"\"><a href=\"#our-current-market-review-and-recommendations\">Our Current Market Review and Recommendations<\/a><\/li><li class=\"\"><a href=\"#regional-insights-in-wealth-management\">Regional Insights in Wealth Management<\/a><\/li><li class=\"\"><a href=\"#what-are-the-largest-growing-segments-in-wealth-management\">What are the Largest-Growing Segments in Wealth Management?<\/a><\/li><li class=\"\"><a href=\"#market-drivers-in-wealth-management\">Market Drivers in Wealth Management<\/a><\/li><li class=\"\"><a href=\"#market-restraints-in-wealth-management\">Market Restraints in Wealth Management<\/a><\/li><li class=\"\"><a href=\"#how-sis-international-approaches-wealth-management-consulting\">How SIS International Approaches Wealth Management Consulting<\/a><\/li><li class=\"\"><a href=\"#our-facility-location-in-new-york\">Our Facility Location in New York<\/a><\/li><li class=\"\"><a href=\"#about-sis-international\">About SIS International<\/a><\/li><\/ul><\/nav><\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-wealth-management-consulting\">What Is Wealth Management Consulting?<\/h2>\n\n\n\n<p>Wealth <a title=\"Talent Management Market Research\" data-wpil-monitor-id=\"2173\" href=\"https:\/\/www.sisinternational.com\/the-global-talent-crunch-a-white-paper-by-ruth-stanat\/\">management<\/a> consulting optimizes the management of financial assets and investments for high-net-worth individuals and businesses. <\/p>\n\n\n\n<p>It is the practice of providing strategic advisory services to wealth management firms, private banks, family offices, asset managers, and high-net-worth individuals. It combines market research, competitive intelligence, client experience strategy, and operational analysis to help organizations grow, differentiate, and retain clients in a crowded and rapidly shifting market.<\/p>\n\n\n\n<p>The scope is wide. Wealth management consulting can mean:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Diagnosing why a firm is losing clients to digital-first competitors<\/li>\n\n\n\n<li>Identifying underserved market segments with strong growth potential<\/li>\n\n\n\n<li>Benchmarking service models against the competitive landscape<\/li>\n\n\n\n<li>Mapping the client journey to find friction that erodes loyalty<\/li>\n\n\n\n<li>Building the research foundation for a new product launch or market entry<\/li>\n\n\n\n<li>Advising on ESG integration strategies that satisfy both regulators and clients<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<!-- Wealth Management Market: Regional Distribution Bar Chart -->\n<!-- Designed for WordPress \/ Elementor \u2014 fully responsive, no fixed widths -->\n<style>\n  .sis-wm-chart-wrap {\n    font-family: 'Georgia', 'Times New Roman', serif;\n    box-sizing: border-box;\n    width: 100%;\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0;\n    background: #ffffff;\n    border-top: 4px solid #216896;\n  }\n\n  .sis-wm-chart-wrap *,\n  .sis-wm-chart-wrap *::before,\n  .sis-wm-chart-wrap *::after {\n    box-sizing: border-box;\n  }\n\n  .sis-wm-inner {\n    width: 100%;\n    padding: 32px 28px 24px;\n  }\n\n  .sis-wm-chart-wrap h3 {\n    font-family: 'Georgia', 'Times New Roman', serif;\n    font-size: clamp(1.1rem, 2.5vw, 1.45rem);\n    font-weight: 700;\n    color: #073f64;\n    margin: 0 0 6px 0;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .sis-wm-subtitle {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(0.78rem, 1.6vw, 0.88rem);\n    color: #555;\n    margin: 0 0 28px 0;\n    line-height: 1.5;\n  }\n\n  .sis-wm-chart-area {\n    width: 100%;\n  }\n\n  .sis-wm-bar-row {\n    display: flex;\n    align-items: center;\n    margin-bottom: 18px;\n    gap: 0;\n    flex-wrap: nowrap;\n  }\n\n  .sis-wm-label {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(0.72rem, 1.4vw, 0.84rem);\n    font-weight: 600;\n    color: #073f64;\n    flex: 0 0 auto;\n    width: 32%;\n    min-width: 110px;\n    max-width: 180px;\n    padding-right: 12px;\n    line-height: 1.3;\n  }\n\n  .sis-wm-bar-track {\n    flex: 1 1 auto;\n    background: #e8f0f5;\n    border-radius: 3px;\n    height: 36px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .sis-wm-bar-fill {\n    height: 100%;\n    border-radius: 3px;\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    padding-right: 10px;\n    min-width: 36px;\n    transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);\n    width: 0;\n  }\n\n  .sis-wm-bar-val {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(0.7rem, 1.3vw, 0.82rem);\n    font-weight: 700;\n    color: #ffffff;\n    white-space: nowrap;\n    letter-spacing: 0.01em;\n  }\n\n  \/* Blue palette \u2014 no green, no purple *\/\n  .sis-wm-bar-fill.c1 { background: linear-gradient(90deg, #073f64 0%, #0e5a8a 100%); }\n  .sis-wm-bar-fill.c2 { background: linear-gradient(90deg, #216896 0%, #2c82bb 100%); }\n  .sis-wm-bar-fill.c3 { background: linear-gradient(90deg, #1a5a82 0%, #3591cc 100%); }\n  .sis-wm-bar-fill.c4 { background: linear-gradient(90deg, #2a7aaa 0%, #4baad4 100%); }\n  .sis-wm-bar-fill.c5 { background: linear-gradient(90deg, #3a8fc0 0%, #5dbfdf 100%); }\n  .sis-wm-bar-fill.c6 { background: linear-gradient(90deg, #4da8d5 0%, #85d4ee 100%); }\n\n  .sis-wm-cagr-note {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(0.68rem, 1.2vw, 0.78rem);\n    color: #073f64;\n    background: #e8f4fb;\n    border-left: 3px solid #216896;\n    padding: 8px 12px;\n    margin-top: 22px;\n    margin-bottom: 4px;\n    border-radius: 0 3px 3px 0;\n    line-height: 1.55;\n  }\n\n  .sis-wm-cagr-note strong {\n    color: #073f64;\n  }\n\n  .sis-wm-divider {\n    border: none;\n    border-top: 1px solid #d5e5ef;\n    margin: 20px 0 14px;\n  }\n\n  .sis-wm-sources {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(0.62rem, 1.1vw, 0.72rem);\n    color: #777;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  .sis-wm-sources a {\n    color: #216896;\n    text-decoration: none;\n    border-bottom: 1px dotted #216896;\n    transition: color 0.2s;\n  }\n\n  .sis-wm-sources a:hover {\n    color: #073f64;\n    border-bottom-color: #073f64;\n  }\n\n  \/* Mobile adjustments *\/\n  @media (max-width: 600px) {\n    .sis-wm-inner {\n      padding: 22px 16px 18px;\n    }\n\n    .sis-wm-bar-row {\n      flex-wrap: wrap;\n      gap: 4px;\n    }\n\n    .sis-wm-label {\n      width: 100%;\n      max-width: 100%;\n      padding-right: 0;\n      padding-bottom: 4px;\n    }\n\n    .sis-wm-bar-track {\n      width: 100%;\n      height: 32px;\n    }\n  }\n\n  \/* Large screens \u2014 cap inner width for readability *\/\n  @media (min-width: 1400px) {\n    .sis-wm-inner {\n      padding: 40px 44px 32px;\n    }\n    .sis-wm-bar-track {\n      height: 40px;\n    }\n  }\n<\/style>\n\n<div class=\"sis-wm-chart-wrap\">\n  <div class=\"sis-wm-inner\">\n\n    <h3>Global Wealth Management Market: Regional Share and Growth Outlook<\/h3>\n    <p class=\"sis-wm-subtitle\">Regional distribution of the global wealth management market by assets under advisory and projected compound annual growth rates (CAGR) for the coming decade.<\/p>\n\n    <div class=\"sis-wm-chart-area\" id=\"sisWmChart\">\n\n      <!-- North America -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">North America<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c1\" data-pct=\"82\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">51.6% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Western Europe -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">Western Europe<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c2\" data-pct=\"52\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">~22% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Asia-Pacific -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">Asia-Pacific<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c3\" data-pct=\"42\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">~15% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Middle East and Africa -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">Middle East &amp; Africa<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c4\" data-pct=\"18\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">~5.5% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Latin America -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">Latin America<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c5\" data-pct=\"12\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">~4% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Eastern Europe -->\n      <div class=\"sis-wm-bar-row\">\n        <div class=\"sis-wm-label\">Eastern Europe<\/div>\n        <div class=\"sis-wm-bar-track\">\n          <div class=\"sis-wm-bar-fill c6\" data-pct=\"6\" style=\"width:0%\">\n            <span class=\"sis-wm-bar-val\">~2% share<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div><!-- \/.sis-wm-chart-area -->\n\n    <div class=\"sis-wm-cagr-note\">\n      <strong>Projected growth rates (CAGR):<\/strong> Asia-Pacific leads at ~10.5%, followed by South America (~18.4% from a smaller base), Middle East &amp; Africa (~9.3%), Europe (~5.6%), and North America (steady dominant share). Global assets under management are projected to grow from approximately $139 trillion to $200 trillion by 2030.\n    <\/div>\n\n    <hr class=\"sis-wm-divider\">\n\n    <p class=\"sis-wm-sources\">\n      <strong>Sources:<\/strong>&nbsp;\n      <a href=\"https:\/\/www.researchandmarkets.com\/report\/wealth-management\" target=\"_blank\" rel=\"noopener noreferrer\">Source 1<\/a>&nbsp;&mdash; Global Wealth Management Market Share and Forecast Report (regional breakdown, advisory mode segmentation).&nbsp;\n      <a href=\"https:\/\/www.pwc.com\/gx\/en\/issues\/transformation\/asset-and-wealth-management-revolution.html\" target=\"_blank\" rel=\"noopener noreferrer\">Source 2<\/a>&nbsp;&mdash; PwC Asset and Wealth Management Revolution: global AUM trajectory and regional CAGR projections.\n    <\/p>\n\n  <\/div><!-- \/.sis-wm-inner -->\n<\/div><!-- \/.sis-wm-chart-wrap -->\n\n<script>\n(function () {\n  \/\/ Animate bars on scroll into view (or immediately if already visible)\n  function animateBars() {\n    var fills = document.querySelectorAll('.sis-wm-bar-fill[data-pct]');\n    fills.forEach(function (el) {\n      var pct = parseFloat(el.getAttribute('data-pct'));\n      el.style.width = pct + '%';\n    });\n  }\n\n  \/\/ Use IntersectionObserver if available, else animate immediately\n  if ('IntersectionObserver' in window) {\n    var chart = document.getElementById('sisWmChart');\n    if (chart) {\n      var observer = new IntersectionObserver(function (entries, obs) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            animateBars();\n            obs.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.15 });\n      observer.observe(chart);\n    }\n  } else {\n    setTimeout(animateBars, 300);\n  }\n})();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-do-businesses-need-wealth-management-consulting\">Why Do Businesses Need Wealth Management Consulting?<\/h2>\n\n\n\n<p>Understanding the unique needs, preferences, and aspirations of high-net-worth individuals and businesses is essential for delivering personalized wealth management services. For this reason, wealth management <a href=\"https:\/\/www.sisinternational.com\/solutions\/ai-market-research-and-strategy-consulting\/web3-market-research-strategy-consulting\/\" title=\"Web3 Market Research and Strategy Consulting\" data-wpil-monitor-id=\"2598\">market research and strategy consulting<\/a> provide valuable insights into client demographics, behaviors, and investment goals, enabling businesses to tailor their offerings effectively.<\/p>\n\n\n\n<p>Furthermore, wealth management <a title=\"Strategy Research and Consulting in China\" data-wpil-monitor-id=\"2636\" href=\"https:\/\/www.sisinternational.com\/china-market-study\/\">consulting<\/a> helps businesses navigate these complexities by analyzing market trends, competitor strategies, and regulatory changes. This empowers firms to make informed decisions and mitigate risks.<\/p>\n\n\n\n<p>It has some other advantages, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tailored Client Solutions:<\/strong> Wealth managers can understand client needs and preferences through wealth management <a title=\"Organizational Design Market Research\" data-wpil-monitor-id=\"2953\" href=\"https:\/\/www.sisinternational.com\/the-role-of-process-and-systems-development-in-organizational-success\/\">market research and strategy consulting, and design<\/a> personalized investment strategies and wealth management solutions that align with individual goals and risk profiles.<\/li>\n\n\n\n<li><strong>Risk Mitigation and Compliance:<\/strong> <a title=\"Risk AI Consulting\" data-wpil-monitor-id=\"2599\" href=\"https:\/\/www.sisinternational.com\/solutions\/ai-market-research-and-strategy-consulting\/risk-ai-consulting\/\">Wealth management<\/a> consulting assists businesses in identifying and mitigating investment risks, ensuring compliance with regulatory requirements, and implementing robust risk management practices to safeguard client assets.<\/li>\n\n\n\n<li><strong>Enhanced Performance and ROI:<\/strong> Leveraging market research insights, firms can optimize investment performance, asset allocation, and wealth management strategies to maximize clients&#8217; ROI.<\/li>\n\n\n\n<li><strong>Competitive Advantage:<\/strong> Comprehensive wealth <a title=\"Destination Management Consulting\" data-wpil-monitor-id=\"3006\" href=\"https:\/\/www.sisinternational.com\/solutions\/travel-tourism-hospitality-consulting\/destination-management-consulting\/\">management market research and strategy consulting<\/a> enable businesses to stay ahead of competitors by identifying market trends, emerging technologies, and innovative service offerings that differentiate their wealth management solutions.<\/li>\n\n\n\n<li><strong>Adaptive Innovation:<\/strong> Wealth <a title=\"Traffic Management Market Research\" data-wpil-monitor-id=\"3244\" href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/traffic-management-market-research\/\">management market research<\/a> and strategy consulting help businesses adapt to changing industry trends, technological advancements, and client preferences, fostering a culture of innovation and continuous improvement.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"who-uses-wealth-management-market-research-and-strategy-consulting\">Who Uses Wealth Management Market Research and Strategy Consulting<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-00ac58be\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-00ac58be\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"CEO CIO manager (5)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-5-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Diverse stakeholders utilize <a href=\"https:\/\/www.sisinternational.com\/financial-services-consulting\/ultra-high-net-worth-wealth-management-services\/\" title=\"Ultra High Net Worth Wealth Management Services\" data-wpil-monitor-id=\"1026\">wealth management market research and strategy consulting<\/a> services within the financial industry. Here are the key users:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Wealth Management Firms<\/strong> leverage <a title=\"Client Retention Strategies in Law Firms&nbsp;&nbsp;\" data-wpil-monitor-id=\"929\" href=\"https:\/\/www.sisinternational.com\/solutions\/legal-market-research\/client-retention-strategies-in-law-firms\/\">wealth management market research and strategy consulting<\/a> to optimize client services, refine investment strategies, and differentiate offerings in a competitive market.<\/li>\n\n\n\n<li><strong>Private Banks and Financial Institutions<\/strong> rely on <a title=\"Pharmacy Benefit Manager (PBM) Market Research\" data-wpil-monitor-id=\"4233\" href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/pharmacy-benefit-manager-pbm-market-research\/\">market research insights to tailor wealth management<\/a> solutions, enhance client engagement, and address evolving client needs.<\/li>\n\n\n\n<li><strong>Asset Managers and Investment Advisors<\/strong> use wealth management <a title=\"Smart Mirrors AI Market Research and Strategy Consulting\" data-wpil-monitor-id=\"4326\" href=\"https:\/\/www.sisinternational.com\/solutions\/ai-market-research-and-strategy-consulting\/smart-mirrors-ai-market-research-strategy-consulting\/\">market research and strategy consulting<\/a> to identify market opportunities, optimize asset allocation strategies, and make informed investment decisions on behalf of clients.<\/li>\n\n\n\n<li><strong>Family Offices and High-Net-Worth Individuals<\/strong> benefit from strategy <a title=\"Scenario Planning Strategy Consulting\" data-wpil-monitor-id=\"6756\" href=\"https:\/\/www.sisinternational.com\/solutions\/strategy-consulting\/scenario-planning\/\">consulting to develop comprehensive wealth management<\/a> plans, navigate complex financial landscapes, and preserve generational wealth.<\/li>\n\n\n\n<li><strong>Regulators and Industry Associations<\/strong> utilize market research to monitor industry trends, assess regulatory impacts, and establish guidelines for best practices in wealth management.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"core-areas-of-wealth-management-consulting\">Core Areas of Wealth Management Consulting<\/h2>\n\n\n\n<p>Effective wealth management consulting operates across several interconnected disciplines. No single area works in isolation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Client Experience and Retention Strategy<\/h3>\n\n\n\n<p>Client attrition is expensive and largely preventable. Most clients who leave a wealth management firm do not leave because of poor investment returns. They leave because they felt ignored, underserved, or outpaced by a competitor offering a better experience.<\/p>\n\n\n\n<p>Wealth management consulting identifies the specific friction points in the client relationship, from onboarding through ongoing engagement to succession planning, and builds strategies to close those gaps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Digital Transformation Advisory<\/strong><\/h3>\n\n\n\n<p>Ninety-five percent of wealth management firms expect to increase AI investment in the coming years, yet only 27 percent believe their segment is leading other financial services in AI adoption. The gap between ambition and execution is wide. Wealth management consulting bridges that gap by defining where technology creates genuine client value, not just operational efficiency.<\/p>\n\n\n\n<p>That means helping firms evaluate AI-driven personalization tools, assess robo-advisory integration, build digital onboarding workflows, and develop the data infrastructure required for personalization at scale. Technology is a means. Consulting defines the strategic end it is meant to serve.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">ESG Integration and Sustainable Investing Strategy<\/h3>\n\n\n\n<p>It is a core strategic priority for any firm with exposure to institutional or younger retail clients. But integrating ESG credibly requires more than labeling a portfolio green. It demands robust measurement frameworks, transparent reporting, advisor training, and a clear client communication strategy.<\/p>\n\n\n\n<p>Wealth management consulting helps firms build ESG capabilities that are both substantive and defensible, satisfying regulatory scrutiny while genuinely resonating with clients who are making their values a central part of their investment decisions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Market Entry and Geographic Expansion<\/h3>\n\n\n\n<p>For wealth management firms considering cross-border growth, the intelligence requirements are substantial. Regulatory landscapes, competitive dynamics, cultural attitudes toward wealth, local advisor networks, and client segment profiles all vary significantly by market. Entering a new geography without grounding that decision in rigorous research is how firms make expensive mistakes.<\/p>\n\n\n\n<p>Wealth management consulting provides the market assessment, feasibility analysis, and strategic roadmap required to enter new markets with clarity rather than optimism.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<!-- ============================================================\n     Wealth Management Market: Share by Type of Wealth Manager\n     3D Pie Chart \u2014 WordPress \/ Elementor ready\n     100% responsive \u00b7 blue palette \u00b7 SIS International branding\n     ============================================================ -->\n<style>\n  \/* \u2500\u2500 Reset & containment \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-wrap {\n    font-family: Arial, Helvetica, sans-serif;\n    box-sizing: border-box;\n    width: 100%;\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0;\n    background: #ffffff;\n    border-top: 4px solid #216896;\n  }\n  .sis-pie-wrap *, .sis-pie-wrap *::before, .sis-pie-wrap *::after {\n    box-sizing: border-box;\n  }\n\n  \/* \u2500\u2500 Inner padding \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-inner {\n    width: 100%;\n    padding: 32px 28px 24px;\n  }\n\n  \/* \u2500\u2500 Title \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-wrap h3 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(1.05rem, 2.4vw, 1.42rem);\n    font-weight: 700;\n    color: #073f64;\n    margin: 0 0 6px 0;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .sis-pie-subtitle {\n    font-size: clamp(0.76rem, 1.5vw, 0.87rem);\n    color: #555;\n    margin: 0 0 26px 0;\n    line-height: 1.5;\n  }\n\n  \/* \u2500\u2500 Chart + Legend layout \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-body {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 28px 36px;\n    width: 100%;\n  }\n\n  \/* \u2500\u2500 Canvas container \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-canvas-wrap {\n    flex: 1 1 260px;\n    min-width: 0;\n    max-width: 480px;\n    position: relative;\n  }\n  .sis-pie-canvas-wrap canvas {\n    width: 100% !important;\n    height: auto !important;\n    display: block;\n  }\n\n  \/* \u2500\u2500 Legend \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-legend {\n    flex: 1 1 210px;\n    min-width: 0;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .sis-pie-legend li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: clamp(0.72rem, 1.35vw, 0.84rem);\n    color: #073f64;\n    line-height: 1.35;\n    cursor: pointer;\n    transition: opacity 0.2s;\n  }\n  .sis-pie-legend li:hover { opacity: 0.75; }\n  .sis-pie-legend li .leg-swatch {\n    flex-shrink: 0;\n    width: 14px;\n    height: 14px;\n    border-radius: 3px;\n    margin-top: 1px;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.18);\n  }\n  .sis-pie-legend li .leg-label { font-weight: 600; }\n  .sis-pie-legend li .leg-pct {\n    margin-left: auto;\n    font-weight: 700;\n    color: #216896;\n    white-space: nowrap;\n    padding-left: 8px;\n  }\n\n  \/* \u2500\u2500 Insight callout \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-callout {\n    font-size: clamp(0.68rem, 1.2vw, 0.78rem);\n    color: #073f64;\n    background: #e8f4fb;\n    border-left: 3px solid #216896;\n    padding: 8px 12px;\n    margin-top: 22px;\n    border-radius: 0 3px 3px 0;\n    line-height: 1.6;\n  }\n  .sis-pie-callout strong { color: #073f64; }\n\n  \/* \u2500\u2500 Divider + Sources \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sis-pie-divider {\n    border: none;\n    border-top: 1px solid #d5e5ef;\n    margin: 18px 0 12px;\n  }\n  .sis-pie-sources {\n    font-size: clamp(0.61rem, 1.05vw, 0.71rem);\n    color: #777;\n    line-height: 1.65;\n    margin: 0;\n  }\n  .sis-pie-sources a {\n    color: #216896;\n    text-decoration: none;\n    border-bottom: 1px dotted #216896;\n    transition: color 0.2s;\n  }\n  .sis-pie-sources a:hover { color: #073f64; border-bottom-color: #073f64; }\n\n  \/* \u2500\u2500 Mobile \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 560px) {\n    .sis-pie-inner { padding: 20px 14px 16px; }\n    .sis-pie-body { flex-direction: column; align-items: center; gap: 20px; }\n    .sis-pie-canvas-wrap { max-width: 320px; width: 100%; flex: none; }\n    .sis-pie-legend { width: 100%; flex: none; }\n  }\n\n  \/* \u2500\u2500 Large screens \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (min-width: 1400px) {\n    .sis-pie-inner { padding: 40px 44px 32px; }\n    .sis-pie-canvas-wrap { max-width: 520px; }\n  }\n<\/style>\n\n<div class=\"sis-pie-wrap\">\n  <div class=\"sis-pie-inner\">\n\n    <h3>Wealth Management Market Share by Type of Wealth Manager<\/h3>\n    <p class=\"sis-pie-subtitle\">Global market breakdown by institution category, based on assets under management (AUM). Private banks represent the largest single segment, with investment managers and full-service firms driving rapid expansion.<\/p>\n\n    <div class=\"sis-pie-body\">\n\n      <!-- Canvas -->\n      <div class=\"sis-pie-canvas-wrap\">\n        <canvas id=\"sisPieCanvas\" width=\"480\" height=\"480\"><\/canvas>\n      <\/div>\n\n      <!-- Legend -->\n      <ul class=\"sis-pie-legend\" id=\"sisPieLegend\"><\/ul>\n\n    <\/div>\n\n    <div class=\"sis-pie-callout\">\n      <strong>Key insight:<\/strong> Private banks hold the largest share of global wealth management assets, yet investment managers are projected to grow at a CAGR of approximately 7.8% in the near term. Robo-advisory platforms, though currently a small slice of overall AUM, are the fastest-growing advisory mode with a projected CAGR exceeding 18%, signaling a structural shift in how wealth services will be delivered.\n    <\/div>\n\n    <hr class=\"sis-pie-divider\">\n    <p class=\"sis-pie-sources\">\n      <strong>Sources:<\/strong>&nbsp;\n      <a href=\"https:\/\/www.globenewswire.com\/news-release\/2025\/01\/09\/3006914\/28124\/en\/Wealth-Management-Market-Opportunities-and-Growth-Strategies-to-2033-Digital-Solutions-and-Robo-Advisory-Set-to-Shape-the-Industry-s-Growth.html\" target=\"_blank\" rel=\"noopener noreferrer\">Source 1<\/a> \u2014 Wealth Management Market Opportunities and Growth Strategies to 2033 (advisory mode segmentation, AUM share by institution type, CAGR projections).&nbsp;\n      <a href=\"https:\/\/www.pwc.com\/gx\/en\/issues\/transformation\/asset-and-wealth-management-revolution.html\" target=\"_blank\" rel=\"noopener noreferrer\">Source 2<\/a> \u2014 PwC Asset and Wealth Management Revolution (global AUM trajectory and manager-type growth forecasts).\n    <\/p>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  \/* \u2500\u2500 Data \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var segments = [\n    { label: 'Private Banks',              pct: 38.94, color: '#073f64', shadow: '#052d47' },\n    { label: 'Investment Managers',        pct: 25.10, color: '#216896', shadow: '#195278' },\n    { label: 'Full-Service Wealth Mgrs',   pct: 18.80, color: '#2a7aaa', shadow: '#1e5f87' },\n    { label: 'Stockbrokers',               pct: 10.40, color: '#3a9fcf', shadow: '#2b7da0' },\n    { label: 'Other Providers',            pct:  6.76, color: '#76c5e8', shadow: '#52a8cc' }\n  ];\n\n  \/* \u2500\u2500 Canvas setup \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var canvas = document.getElementById('sisPieCanvas');\n  var ctx    = canvas.getContext('2d');\n  var W = canvas.width;\n  var H = canvas.height;\n\n  \/* 3-D parameters *\/\n  var CX      = W \/ 2;\n  var CY      = H \/ 2 - 28;   \/* shift up to leave room for depth *\/\n  var RX      = W * 0.34;      \/* horizontal radius *\/\n  var RY      = W * 0.21;      \/* vertical radius (flattening gives 3D) *\/\n  var DEPTH   = 38;            \/* extrusion depth *\/\n  var TILT    = 0;             \/* pre-rotation offset *\/\n\n  \/* \u2500\u2500 Legend \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var ul = document.getElementById('sisPieLegend');\n  segments.forEach(function (s) {\n    var li = document.createElement('li');\n    li.innerHTML =\n      '<span class=\"leg-swatch\" style=\"background:' + s.color + '\"><\/span>' +\n      '<span class=\"leg-label\">' + s.label + '<\/span>' +\n      '<span class=\"leg-pct\">' + s.pct.toFixed(2) + '%<\/span>';\n    ul.appendChild(li);\n  });\n\n  \/* \u2500\u2500 Helpers \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  function toRad(deg) { return deg * Math.PI \/ 180; }\n\n  \/* Convert polar angle on ellipse to canvas point *\/\n  function ellipsePoint(cx, cy, rx, ry, angle) {\n    return {\n      x: cx + rx * Math.cos(angle),\n      y: cy + ry * Math.sin(angle)\n    };\n  }\n\n  \/* Draw one extruded 3-D slice side *\/\n  function drawSide(startAngle, endAngle, color, shadow) {\n    \/* Only draw the bottom half of each slice (visible side face) *\/\n    var a1 = startAngle;\n    var a2 = endAngle;\n\n    \/* Clamp angles to the bottom visible arc (0\u2026\u03c0) *\/\n    var low  = 0;\n    var high = Math.PI;\n\n    var visA1 = Math.max(a1, low);\n    var visA2 = Math.min(a2, high);\n    if (visA1 >= visA2) return;\n\n    var p1top = ellipsePoint(CX, CY,          RX, RY, visA1);\n    var p2top = ellipsePoint(CX, CY,          RX, RY, visA2);\n    var p2bot = ellipsePoint(CX, CY + DEPTH, RX, RY, visA2);\n    var p1bot = ellipsePoint(CX, CY + DEPTH, RX, RY, visA1);\n\n    ctx.beginPath();\n    ctx.moveTo(p1top.x, p1top.y);\n    ctx.ellipse(CX, CY,          RX, RY, 0, visA1, visA2);\n    ctx.lineTo(p2bot.x, p2bot.y);\n    ctx.ellipse(CX, CY + DEPTH, RX, RY, 0, visA2, visA1, true);\n    ctx.closePath();\n\n    var grad = ctx.createLinearGradient(CX - RX, CY, CX + RX, CY + DEPTH);\n    grad.addColorStop(0, color);\n    grad.addColorStop(1, shadow);\n    ctx.fillStyle = grad;\n    ctx.fill();\n\n    ctx.strokeStyle = 'rgba(255,255,255,0.25)';\n    ctx.lineWidth   = 1;\n    ctx.stroke();\n  }\n\n  \/* Draw the top ellipse face of one slice *\/\n  function drawTop(startAngle, endAngle, color, isHovered) {\n    var yOffset = isHovered ? -12 : 0;\n    ctx.beginPath();\n    ctx.moveTo(CX, CY + yOffset);\n    ctx.ellipse(CX, CY + yOffset, RX, RY, 0, startAngle, endAngle);\n    ctx.closePath();\n\n    var midAngle = (startAngle + endAngle) \/ 2;\n    var gx = CX + RX * 0.3 * Math.cos(midAngle);\n    var gy = (CY + yOffset) + RY * 0.3 * Math.sin(midAngle);\n    var grad = ctx.createRadialGradient(gx, gy, 0, CX, CY + yOffset, RX);\n    \/* Lighter center highlight for 3D sheen *\/\n    grad.addColorStop(0, lighten(color, 0.22));\n    grad.addColorStop(1, color);\n    ctx.fillStyle = grad;\n    ctx.fill();\n\n    ctx.strokeStyle = 'rgba(255,255,255,0.55)';\n    ctx.lineWidth   = 1.5;\n    ctx.stroke();\n  }\n\n  \/* Lighten a hex color by ratio 0\u20131 *\/\n  function lighten(hex, ratio) {\n    var r = parseInt(hex.slice(1, 3), 16);\n    var g = parseInt(hex.slice(3, 5), 16);\n    var b = parseInt(hex.slice(5, 7), 16);\n    r = Math.min(255, Math.round(r + (255 - r) * ratio));\n    g = Math.min(255, Math.round(g + (255 - g) * ratio));\n    b = Math.min(255, Math.round(b + (255 - b) * ratio));\n    return '#' + [r, g, b].map(function (v) {\n      return v.toString(16).padStart(2, '0');\n    }).join('');\n  }\n\n  \/* \u2500\u2500 Build angle arcs \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var total = segments.reduce(function (a, s) { return a + s.pct; }, 0);\n  var arcs  = [];\n  var current = TILT;\n  segments.forEach(function (s) {\n    var sweep = (s.pct \/ total) * 2 * Math.PI;\n    arcs.push({\n      start: current,\n      end:   current + sweep,\n      mid:   current + sweep \/ 2,\n      s:     s\n    });\n    current += sweep;\n  });\n\n  \/* \u2500\u2500 Label drawing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  function drawLabels(hoveredIdx) {\n    ctx.textAlign    = 'center';\n    ctx.textBaseline = 'middle';\n\n    arcs.forEach(function (arc, i) {\n      var sweep = arc.end - arc.start;\n      if (sweep < 0.18) return; \/* skip tiny slices *\/\n\n      var yOffset = (hoveredIdx === i) ? -12 : 0;\n      var r = 0.62;\n      var lx = CX + RX * r * Math.cos(arc.mid);\n      var ly = (CY + yOffset) + RY * r * Math.sin(arc.mid);\n\n      ctx.font      = 'bold ' + Math.round(W * 0.029) + 'px Arial, sans-serif';\n      ctx.fillStyle = '#ffffff';\n      ctx.shadowColor   = 'rgba(0,0,0,0.45)';\n      ctx.shadowBlur    = 4;\n      ctx.shadowOffsetX = 1;\n      ctx.shadowOffsetY = 1;\n      ctx.fillText(arc.s.pct.toFixed(1) + '%', lx, ly);\n      ctx.shadowColor = 'transparent';\n      ctx.shadowBlur  = 0;\n    });\n  }\n\n  \/* \u2500\u2500 Full render \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var hoveredIdx = -1;\n\n  function render() {\n    ctx.clearRect(0, 0, W, H);\n\n    \/* Draw sides first (back to front \u2014 bottom arc ordering) *\/\n    \/* Sort so slices whose midpoint is most \"south\" draw last *\/\n    var order = arcs.slice().sort(function (a, b) {\n      return Math.sin(a.mid) - Math.sin(b.mid);\n    });\n\n    order.forEach(function (arc) {\n      if (arc !== arcs[hoveredIdx]) {\n        drawSide(arc.start, arc.end, arc.s.color, arc.s.shadow);\n      }\n    });\n    \/* Draw hovered side on top *\/\n    if (hoveredIdx >= 0) {\n      drawSide(arcs[hoveredIdx].start, arcs[hoveredIdx].end,\n               arcs[hoveredIdx].s.color, arcs[hoveredIdx].s.shadow);\n    }\n\n    \/* Draw tops *\/\n    order.forEach(function (arc, orderI) {\n      var origIdx = arcs.indexOf(arc);\n      if (origIdx !== hoveredIdx) {\n        drawTop(arc.start, arc.end, arc.s.color, false);\n      }\n    });\n    if (hoveredIdx >= 0) {\n      drawTop(arcs[hoveredIdx].start, arcs[hoveredIdx].end,\n              arcs[hoveredIdx].s.color, true);\n    }\n\n    drawLabels(hoveredIdx);\n  }\n\n  render();\n\n  \/* \u2500\u2500 Hit detection \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  function getAngleAndRadius(canvas, evt) {\n    var rect = canvas.getBoundingClientRect();\n    var scaleX = canvas.width  \/ rect.width;\n    var scaleY = canvas.height \/ rect.height;\n    var mx = (evt.clientX - rect.left) * scaleX;\n    var my = (evt.clientY - rect.top)  * scaleY;\n    var dx = mx - CX;\n    var dy = my - CY;\n    var angle = Math.atan2(dy \/ RY, dx \/ RX);\n    if (angle < 0) angle += 2 * Math.PI;\n    var norm = Math.sqrt((dx \/ RX) * (dx \/ RX) + (dy \/ RY) * (dy \/ RY));\n    return { angle: angle, norm: norm };\n  }\n\n  function hitTest(evt) {\n    var hit = getAngleAndRadius(canvas, evt);\n    if (hit.norm > 1) return -1;\n    for (var i = 0; i < arcs.length; i++) {\n      var a = arcs[i];\n      var start = ((a.start % (2 * Math.PI)) + 2 * Math.PI) % (2 * Math.PI);\n      var end   = ((a.end   % (2 * Math.PI)) + 2 * Math.PI) % (2 * Math.PI);\n      var ang   = hit.angle;\n      var inside = start <= end\n        ? ang >= start && ang <= end\n        : ang >= start || ang <= end;\n      if (inside) return i;\n    }\n    return -1;\n  }\n\n  canvas.addEventListener('mousemove', function (evt) {\n    var idx = hitTest(evt);\n    if (idx !== hoveredIdx) {\n      hoveredIdx = idx;\n      render();\n      canvas.style.cursor = idx >= 0 ? 'pointer' : 'default';\n    }\n  });\n\n  canvas.addEventListener('mouseleave', function () {\n    hoveredIdx = -1;\n    render();\n  });\n\n  \/* Touch support *\/\n  canvas.addEventListener('touchstart', function (evt) {\n    evt.preventDefault();\n    var touch = evt.touches[0];\n    var mouseEvt = { clientX: touch.clientX, clientY: touch.clientY };\n    var idx = hitTest(mouseEvt);\n    hoveredIdx = (hoveredIdx === idx) ? -1 : idx;\n    render();\n  }, { passive: false });\n\n  \/* \u2500\u2500 Responsive redraw on resize \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  var resizeTimer;\n  window.addEventListener('resize', function () {\n    clearTimeout(resizeTimer);\n    resizeTimer = setTimeout(render, 60);\n  });\n\n})();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"factors-to-consider\">Factors to Consider<\/h2>\n\n\n\n<p>However, before embarking on wealth management <a href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/reinsurance-market-research-and-consulting\/\" title=\"Reinsurance Market Research and Consulting\" data-wpil-monitor-id=\"4841\">market research and strategy consulting<\/a> initiatives, it\u2019s essential to ask key questions to ensure clarity and alignment with business objectives. Here are essential questions to consider:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What are our business goals and <a title=\"Object Detection AI Market Research\" data-wpil-monitor-id=\"2409\" href=\"https:\/\/www.sisinternational.com\/solutions\/ai-market-research-and-strategy-consulting\/object-detection-ai-market-research\/\">objectives for conducting market research<\/a> and strategy consulting?<\/strong> Clarifying the desired outcomes and objectives will guide the focus and scope of the research and consulting efforts.<\/li>\n\n\n\n<li><strong>Who are our target clients and what are their demographics, preferences, and investment needs?<\/strong> Understanding the target audience is crucial for designing tailored strategies and services that resonate with client expectations.<\/li>\n\n\n\n<li><strong>What is the competitive landscape in the wealth management industry?<\/strong>  Assessing competitors helps identify market gaps, differentiation opportunities, and potential threats.<\/li>\n\n\n\n<li><strong>What are the emerging market trends, technological advancements, and disruptors impacting the wealth management sector?<\/strong> Identifying trends and disruptions enables proactive adaptation and innovation within the industry.<\/li>\n\n\n\n<li><strong>How can <a href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/end-user-computing-market-research-consulting\/\" title=\"End-User Computing Market Research and Consulting\" data-wpil-monitor-id=\"4966\">market research and strategy consulting<\/a> help optimize our investment strategies, client engagement approaches, and operational efficiencies?<\/strong> Defining the areas where research and consulting can add value guides resource allocation and project planning.<\/li>\n\n\n\n<li><strong>What data sources and methodologies will be employed for market research?<\/strong> How will the insights be translated into actionable <a href=\"https:\/\/www.sisinternational.com\/solutions\/strategy-consulting\/strategy-research-entrepreneurs\/\" title=\"Strategy Research for Entrepreneurs\" data-wpil-monitor-id=\"6946\">strategies<\/a>? Selecting reliable data sources and research methodologies ensures the validity and applicability of research findings.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"when-should-wealth-management-consulting-be-conducted\">When should Wealth management consulting be conducted?<\/h2>\n\n\n\n<p>Here are key scenarios when conducting such research, and consulting is essential:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Market Entry or Expansion:<\/strong> Before entering new markets or expanding services, wealth <a href=\"https:\/\/www.sisinternational.com\/solutions\/legal-market-research\/law-firm-spend-management-market-research\/\" title=\"Law Firm Spend Management Market Research\" data-wpil-monitor-id=\"2297\">management firms should conduct market research<\/a> to assess market potential, competitive landscape, and regulatory requirements.<\/li>\n\n\n\n<li><strong>Client Segmentation and Profiling:<\/strong> Regular market research helps segment clients based on demographics, preferences, and investment goals. <\/li>\n\n\n\n<li><strong>Product Development and Innovation:<\/strong> Before launching new wealth management products or services, market research helps identify market demand, gauge client interest, and fine-tune product features.<\/li>\n\n\n\n<li><strong>Regulatory Compliance and Risk Management:<\/strong> Wealth management <a title=\"Boat Insurance Market Research and Strategy Consulting\" data-wpil-monitor-id=\"5018\" href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/boat-insurance-market-research-and-strategy-consulting\/\">market research and strategy consulting<\/a> help businesses stay informed about regulatory changes and evolving compliance requirements. <\/li>\n\n\n\n<li><strong>Client Satisfaction and Retention:<\/strong> Periodic wealth <a title=\"Fleet Management Market Research\" data-wpil-monitor-id=\"5886\" href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/fleet-management-market-research\/\">management<\/a> consulting assesses client satisfaction levels, identifies pain points, and measures client loyalty. Strategy consulting helps implement client-centric strategies to enhance satisfaction and retention rates.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"expected-results-from-sis-internationals-wealth-management-services\">Expected Results from SIS International\u2019s Wealth Management Services<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-eed6e66b\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-eed6e66b\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"CEO CIO manager (6)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-6-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"https:\/\/www.sisinternational.com\/may-day\/\" title=\"May Day Market Research\" data-wpil-monitor-id=\"2570\">SIS International offers comprehensive wealth management market<\/a> research and strategy consulting services designed to deliver impactful results for businesses operating in the wealth management industry. Leveraging industry expertise and innovative approaches, SIS International helps clients achieve the following expected outcomes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enhanced Market Understanding:<\/strong> We uncover key growth opportunities and emerging segments within the wealth management market, enabling clients to make informed strategic decisions.<\/li>\n\n\n\n<li><strong>Strategic Differentiation:<\/strong> SIS assists businesses in identifying unique value propositions and developing tailored strategies to differentiate their wealth management offerings. Clients benefit from strategic positioning recommendations that enhance brand visibility and attract target audiences seeking specialized wealth management services.<\/li>\n\n\n\n<li><strong>Optimized Performance and ROI:<\/strong> By leveraging SIS International\u2019s services, businesses achieve optimized performance and measurable ROI through data-driven decision-making and effective strategy execution. SIS supports clients in achieving sustainable business growth and maximizing financial outcomes in the competitive wealth management landscape.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"our-current-market-review-and-recommendations\">Our Current Market Review and Recommendations<\/h2>\n\n\n\n<p>We believe the wealth management industry is experiencing notable trends driven by shifting client preferences and technological advancements. We observe a growing emphasis on sustainable investing, with clients increasingly seeking ESG (Environmental, Social, and Governance) focused portfolios.<\/p>\n\n\n\n<p>Additionally, the rise of digital advisory services, including robo-advisors and AI-driven investment platforms, transforms client engagement and operational efficiencies in wealth management.<\/p>\n\n\n\n<p>On the other hand, the future outlook for wealth management remains promising yet complex. Continued market volatility, demographic shifts with aging populations, and regulatory changes pose challenges and opportunities for industry players. We anticipate increased demand for personalized wealth management solutions and innovative investment strategies to meet evolving client needs.<\/p>\n\n\n\n<p>The competitive landscape of wealth management is evolving with the entry of fintech disruptors and non-traditional players offering innovative services. Established firms are adapting by embracing technology, enhancing client experiences, and diversifying service offerings to maintain competitiveness. Strategic partnerships and collaborations are reshaping industry dynamics, fostering growth and differentiation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"regional-insights-in-wealth-management\">Regional Insights in Wealth Management<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-bdc3a3be\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-bdc3a3be\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Global 1 (2)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Global-1-2-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Wealth <a href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/waste-management-market-research\/\" title=\"Waste Management Market Research\" data-wpil-monitor-id=\"5970\">management practices and market<\/a> dynamics vary across regions due to cultural, economic, and regulatory differences. Here are insights into key regional considerations in wealth management:<\/p>\n\n\n\n<p><strong>North America<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Market Sophistication:<\/strong> North America boasts a mature wealth management market with high demand for personalized services and innovative investment solutions.<\/li>\n\n\n\n<li><strong>Regulatory Landscape:<\/strong> Stringent regulatory requirements impact wealth management practices, emphasizing compliance and risk management.<\/li>\n\n\n\n<li><strong>Technological Innovation:<\/strong> Adoption of fintech solutions and digital wealth management platforms is high, reshaping client engagement and operational efficiency.<\/li>\n<\/ul>\n\n\n\n<p><strong>Europe<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Diverse <\/strong><a href=\"https:\/\/www.sisinternational.com\/coverage\/europe\/market-research-jersey-europe\/\" title=\"Market Research in Jersey, Europe\" data-wpil-monitor-id=\"6421\">Market Landscape: Europe<\/a> features diverse wealth management markets, from established private banking hubs to emerging wealth management centers.<\/li>\n\n\n\n<li><strong>Evolving Client Preferences:<\/strong> Clients seek sustainable investment options and ethical wealth management services, driving demand for ESG (Environmental, Social, Governance) investments.<\/li>\n\n\n\n<li><strong>Cross-Border Wealth Management:<\/strong> Cross-border wealth <a href=\"https:\/\/www.sisinternational.com\/solutions\/qualitative-quantitative-research-solutions\/facilities-management-market-research\/\" title=\"Facilities Management Market Research\" data-wpil-monitor-id=\"6450\">management opportunities and regulatory frameworks influence market<\/a> strategies and service offerings.<\/li>\n<\/ul>\n\n\n\n<p><strong>Asia-Pacific<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Rapid Growth:<\/strong> Asia-Pacific is a rapidly growing wealth management market driven by expanding high-net-worth populations and economic development.<\/li>\n\n\n\n<li><strong>Digital Transformation:<\/strong> Embracing digital wealth management solutions and AI-driven advisory services is prominent, catering to tech-savvy clients.<\/li>\n\n\n\n<li><strong>Cultural Nuances:<\/strong> Cultural diversity and unique investment behaviors across Asian markets require tailored wealth management approaches.<\/li>\n<\/ul>\n\n\n\n<p><strong>Middle <a href=\"https:\/\/www.sisinternational.com\/coverage\/market-research-africa\/market-research-in-uganda-africa\/\" title=\"Market Research in Uganda, East Africa\" data-wpil-monitor-id=\"6098\">East and Africa<\/a><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Wealth Diversity:<\/strong> The <a href=\"https:\/\/www.sisinternational.com\/healthcare-market-research-emea\/\" title=\"Healthcare Market Research in Europe\" data-wpil-monitor-id=\"7028\">Middle East and Africa<\/a> exhibit diverse wealth landscapes, from ultra-high-net-worth individuals to emerging affluent segments.<\/li>\n\n\n\n<li><strong>Islamic Finance:<\/strong> Islamic finance principles shape wealth management practices, emphasizing ethical investment and Sharia-compliant solutions.<\/li>\n\n\n\n<li><strong>Infrastructure Investments:<\/strong> Wealth management opportunities align with infrastructure development projects and investment diversification strategies.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-are-the-largest-growing-segments-in-wealth-management\">What are the Largest-Growing Segments in Wealth Management?<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-98bef302\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-98bef302\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Focus group 4 (9)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-4-9-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The wealth management industry encompasses diverse segments driven by evolving client needs, market trends, and investment preferences. Here are some of the fastest-growing segments within wealth management:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Sustainable and Responsible Investing (SRI):<\/strong> Growing interest in environmental, social, and governance (ESG) factors has fueled demand for sustainable and responsible investment strategies. Wealth managers increasingly integrate ESG considerations into portfolio construction and offer specialized SRI products.<\/li>\n\n\n\n<li><strong>Digital Wealth Management (Robo-Advisory):<\/strong> Digital wealth management platforms, including robo-advisory services, are experiencing significant growth due to their accessibility, cost-effectiveness, and personalized investment advice. <\/li>\n\n\n\n<li><strong>Family Office Services:<\/strong> Family offices cater to the needs of ultra-high-net-worth individuals and multi-generational families, offering comprehensive wealth management, estate planning, and philanthropic services.<\/li>\n\n\n\n<li><strong>Retirement Planning and Pension Solutions:<\/strong> As populations age and retirement planning becomes a top priority, wealth managers focus on developing innovative retirement income solutions and pension products. <\/li>\n\n\n\n<li><strong>Cross-Border Wealth Management:<\/strong> Globalization has led to a surge in cross-border wealth management, with wealth managers serving international clients and addressing complex regulatory and tax considerations. <\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n    tailwind.config = {\n        prefix: 'sis-', \/* <--- THIS PROTECTS YOUR SITE *\/\n        corePlugins: {\n            preflight: false, \/* Disables global resets *\/\n        },\n        theme: {\n            extend: {\n                fontFamily: { sans: ['Helvetica', 'Arial', 'sans-serif'] },\n                keyframes: {\n                    fadeSlideIn: {\n                        '0%': { opacity: '0', transform: 'translateY(10px)' },\n                        '100%': { opacity: '1', transform: 'translateY(0)' },\n                    }\n                }\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* Scope fonts strictly to this container *\/\n    #sis-strategy-card-container {\n        font-family: Helvetica, Arial, sans-serif;\n        box-sizing: border-box;\n    }\n    \n    \/* ANIMATIONS *\/\n    @keyframes sis-gradient-shimmer {\n        0% { background-position: 0% 50%; }\n        100% { background-position: 200% 50%; }\n    }\n\n    .sis-animate-text-gradient {\n        background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #63b3ed 50%, #ffffff 70%, #ffffff 100%);\n        background-size: 200% auto;\n        color: transparent;\n        -webkit-background-clip: text;\n        background-clip: text;\n        animation: sis-gradient-shimmer 12s linear infinite;\n    }\n\n    \/* BUTTON *\/\n    .cta-button {\n        background: linear-gradient(135deg, #8a6b0f, #bd9013, #d4a519);\n        border: 2px solid #8a6b0f;\n        color: white !important;\n        text-decoration: none;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        display: inline-block;\n        line-height: 1.5;\n    }\n    .cta-button::before {\n        content: '';\n        position: absolute;\n        top: 0; left: -100%; width: 100%; height: 100%;\n        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 100%);\n        animation: shine 3s ease-in-out infinite;\n    }\n    .cta-button:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        border-color: #bd9013;\n        background: linear-gradient(135deg, #bd9013, #d4a519, #e6b61f);\n    }\n    @keyframes shine { 0% { left: -100%; } 20%, 100% { left: 100%; } }\n<\/style>\n\n<div id=\"sis-strategy-card-container\" \n     class=\"sis-relative sis-w-full sis-mx-auto sis-overflow-hidden sis-border-white\/10 sis-border sis-rounded-2xl sis-min-h-[450px] sis-shadow-2xl sis-flex sis-items-center sis-justify-center sis-isolation-auto\"\n     style=\"background: linear-gradient(to bottom, #216896, #063c60 40%); box-sizing: border-box;\">\n\n    <div class=\"sis-absolute sis-inset-0 sis-w-full sis-h-full sis-z-0 sis-opacity-50 sis-pointer-events-none\">\n        <div data-us-project=\"N9XzvQXu7fA5SY2ewADJ\" style=\"width: 100%; height: 100%;\"><\/div>\n    <\/div>\n\n    <div class=\"sis-relative sis-z-20 sis-w-full sis-p-8 sm:sis-p-12 sis-text-center sis-pointer-events-auto\">\n        <div class=\"sis-max-w-4xl sis-mx-auto\">\n            \n            <h2 class=\"sis-animate-text-gradient sis-text-4xl sm:sis-text-6xl sis-font-bold sis-tracking-tight sis-drop-shadow-xl sis-animate-[fadeSlideIn_0.5s_ease-out_0s_both] sis-mb-6 sis-leading-tight\">\n                Ready to explore <br>the insights that drive <br>smarter decisions?\n            <\/h2>\n            \n            <p class=\"sis-text-lg sm:sis-text-xl sis-leading-relaxed sis-font-normal sis-text-white\/90 sis-font-sans sis-max-w-3xl sis-mx-auto sis-drop-shadow-md sis-animate-[fadeSlideIn_0.5s_ease-out_0.1s_both] sis-mb-8\">\n                Contact our Research experts today.\n            <\/p>\n\n            <a href=\"mailto:Research2@sisinternational.com\" \n               class=\"cta-button sis-rounded-full sis-px-10 sis-py-4 sis-text-lg sis-font-semibold sis-animate-[fadeSlideIn_0.5s_ease-out_0.4s_both]\">\n                Contact us now!\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n    (function() {\n      if (!window.UnicornStudio) {\n        window.UnicornStudio = { isInitialized: false };\n        var script = document.createElement(\"script\");\n        script.src = \"https:\/\/cdn.jsdelivr.net\/gh\/hiunicornstudio\/unicornstudio.js@v1.4.30\/dist\/unicornStudio.umd.js\";\n        script.onload = function() {\n          if (!window.UnicornStudio.isInitialized) {\n            UnicornStudio.init();\n            window.UnicornStudio.isInitialized = true;\n          }\n        };\n        document.head.appendChild(script);\n      }\n    })();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"market-drivers-in-wealth-management\">Market Drivers in Wealth Management<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Demographic Shifts:<\/strong> Aging populations and the transfer of wealth to younger generations (such as Millennials and Generation Z) are reshaping wealth management preferences and service demands.<\/li>\n\n\n\n<li><strong>Technological Innovation:<\/strong> Financial technology (fintech) and wealth management software advancements are transforming client-advisor interactions, portfolio management, and advisory services. Digital wealth platforms, AI, and big data analytics enhance operational efficiency and enable personalized client experiences.<\/li>\n\n\n\n<li><strong>Regulatory Changes:<\/strong> Evolving regulatory frameworks, including increased investor protection and transparency scrutiny, impact wealth management practices and compliance requirements.<\/li>\n\n\n\n<li><strong>Rise of Sustainable Investing:<\/strong> Growing awareness of ESG factors among investors drives demand for sustainable and impact investing solutions. Wealth managers integrate ESG considerations into investment strategies, reflecting client preferences for responsible wealth management.<\/li>\n\n\n\n<li><strong>Focus on Personalization and Client Experience:<\/strong> Heightened client expectations for personalized investment advice, tailored services, and seamless digital experiences drive innovation in client-centric wealth management solutions.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"market-restraints-in-wealth-management\">Market Restraints in Wealth Management<\/h2>\n\n\n\n<p>Despite growth opportunities, the wealth management industry faces challenges and market restraints that impact operational efficiency and client outcomes. Here are notable market restraints in wealth management:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Cybersecurity Risks:<\/strong> Heightened cybersecurity threats threaten the security of client data, financial transactions, and digital wealth management platforms<\/li>\n\n\n\n<li><strong>Fee Compression:<\/strong> Intensifying competition and investor demand for lower fees affect fee compression across wealth management services.<\/li>\n\n\n\n<li><strong>Market Volatility and Economic Uncertainty:<\/strong> Fluctuations in financial markets and macroeconomic conditions create challenges for wealth managers in portfolio management and risk mitigation.<\/li>\n\n\n\n<li><strong>Talent Acquisition and Retention:<\/strong> Industry-wide talent shortages and evolving skill requirements challenge wealth management firms in recruiting and retaining qualified advisors and analysts.<\/li>\n\n\n\n<li><strong>Disruption from Fintech and New Entrants:<\/strong> Disruptive innovations from fintech startups and non-traditional competitors reshape the wealth management landscape, challenging established firms.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-sis-international-approaches-wealth-management-consulting\">How SIS International Approaches Wealth Management Consulting<\/h2>\n\n\n\n<p>SIS International brings to every wealth management consulting engagement:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deep expertise across financial services, including private banking, asset management, family office, fintech, and insurance<\/li>\n\n\n\n<li>A global research network spanning more than 130 countries, essential for firms with cross-border operations or expansion ambitions<\/li>\n\n\n\n<li>Qualitative methods, including in-depth executive interviews, focus groups, and ethnographic research, that surface the nuance that quantitative data alone cannot capture<\/li>\n\n\n\n<li>Quantitative rigor: surveys, benchmarking studies, client satisfaction programs, and market sizing analyses<\/li>\n\n\n\n<li>Strategy consulting that translates research findings into specific, actionable decisions rather than generic frameworks<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-mjgvehiz alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-qrwsrntl\"><h2 class=\"uagb-heading-text\">Frequently Asked Questions<\/h2><p class=\"uagb-desc-text\"><strong>You have questions. We have answers<\/strong><\/p><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-judpp3g4\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n<\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<script>\n    tailwind.config = {\n        corePlugins: {\n            preflight: false,\n        },\n        theme: {\n            extend: {\n                fontFamily: {\n                    'sans': ['Inter', 'sans-serif'],\n                }\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* RENAMED ANIMATION *\/\n    @keyframes contact-slow-pan {\n        0% { background-position: 0% 50%; }\n        100% { background-position: -100% 50%; }\n    }\n\n    #sis-contact-section, #sis-contact-section * {\n        box-sizing: border-box;\n    }\n    \n    .contact-bg-container {\n        position: absolute;\n        inset: 0;\n        z-index: 0;\n        background-image: url('https:\/\/hoirqrkdgbmvpwutwuwj.supabase.co\/storage\/v1\/object\/public\/assets\/assets\/77f55872-adf5-4910-9a7c-d21c0041bbe1_3840w.webp');\n        background-size: cover;\n        background-repeat: repeat-x;\n        opacity: 0.3; \n        animation: contact-slow-pan 120s linear infinite;\n    }\n\n    #sis-contact-section .reveal-on-scroll {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    \n    #sis-contact-section .reveal-on-scroll.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .no-js #sis-contact-section .reveal-on-scroll {\n        opacity: 1;\n        transform: none;\n    }\n<\/style>\n\n<section\n  id=\"sis-contact-section\"\n  class=\"relative w-[96%] max-w-screen-2xl mx-auto my-6 md:my-12 py-24 md:py-56 overflow-hidden bg-gradient-to-br from-[#085589] via-[#042d4a] to-black font-sans rounded-3xl md:rounded-[50px]\">\n  \n  <div class=\"contact-bg-container pointer-events-none\"><\/div>\n\n  <div class=\"pointer-events-none absolute inset-0 z-0 overflow-hidden\">\n    <div class=\"absolute -left-20 top-0 h-[100vh] w-[80vh] rounded-full blur-3xl opacity-20\"\n      style=\"background: radial-gradient(closest-side, rgba(8, 85, 137, 0.8), rgba(0,0,0,0));\"><\/div>\n  <\/div>\n  \n  <div class=\"relative z-10 max-w-4xl mx-auto px-4 md:px-6\">\n    <div class=\"text-center\">\n      <span class=\"reveal-on-scroll inline-flex items-center gap-2 rounded-full border border-white\/20 bg-white\/5 px-3 py-1.5 text-xs\" style=\"color: #bd9013 !important;\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            Let's Work Together\n      <\/span>\n      \n      <h6 class=\"reveal-on-scroll mt-4 text-3xl md:text-6xl tracking-tight font-semibold text-white\" data-delay=\"100\" style=\"margin: 1.5rem 0; color: #ffffff !important;\">\n        Ready to <span class=\"font-medium text-neutral-200\" style=\"color: #e5e5e5 !important;\">start your project?<\/span>\n      <\/h6>\n      \n      <p class=\"reveal-on-scroll mt-4 text-white font-bold text-base md:text-lg max-w-2xl mx-auto\" data-delay=\"200\" style=\"color: #ffffff !important;\">\n      <\/p>\n    <\/div>\n  \n    <div class=\"mt-12 md:mt-20 grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8\">\n      \n      <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 md:p-8 backdrop-blur-sm\" data-delay=\"300\">\n        <h3 class=\"text-xl font-semibold text-white mb-6\" style=\"color: #ffffff !important;\">Send a Message<\/h3>\n        \n        <form action=\"https:\/\/formsubmit.co\/research2@sisinternational.com\" method=\"POST\" class=\"space-y-4 md:space-y-6\">\n          <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n          <input type=\"hidden\" name=\"_subject\" value=\"New Website Inquiry\">\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Name<\/label>\n              <input name=\"name\" type=\"text\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your name\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Email<\/label>\n              <input name=\"email\" type=\"email\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"your@email.com\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Title<\/label>\n              <input name=\"title\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your Job Title\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Company<\/label>\n              <input name=\"company\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Company Name\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n             <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Industry<\/label>\n              <input name=\"industry\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. Healthcare, Tech\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Market Sectors<\/label>\n              <input name=\"market_sectors\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. B2B, Consumer\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div>\n            <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Frequency<\/label>\n            <select name=\"frequency\" \n                    class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black focus:border-white focus:outline-none transition-all\" \n                    style=\"color: black !important;\">\n                  <option value=\"Monthly\">Monthly<\/option>\n                  <option value=\"Quarterly\">Quarterly<\/option>\n                  <option value=\"Annually\">Annually<\/option>\n            <\/select>\n          <\/div>\n          \n          <button type=\"submit\" class=\"group w-full inline-flex items-center justify-center gap-2 rounded-lg bg-white text-black font-semibold border border-transparent px-6 py-3 hover:bg-neutral-200 hover:text-[#bf8e15] transition-all cursor-pointer\">\n                <span>Send Message<\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4 transition-transform group-hover:translate-x-1\"><path d=\"m22 2-7 20-4-9-9-4Z\"><\/path><path d=\"M22 2 11 13\"><\/path><\/svg>\n          <\/button>\n        <\/form>\n      <\/div>\n  \n      <div class=\"space-y-6 md:space-y-8\">\n        \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"400\">\n          <div class=\"flex flex-col sm:flex-row items-start sm:items-center gap-4\">\n            <div class=\"h-12 w-12 flex-shrink-0 flex items-center justify-center rounded-xl bg-white\/10 border border-white\/20\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-6 w-6 text-white\" style=\"color: white !important;\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            <\/div>\n            <div class=\"overflow-hidden\">\n              <h3 class=\"text-lg font-semibold text-white\" style=\"color: #ffffff !important;\">Email<\/h3>\n              \n              <a href=\"mailto:research2@sisinternational.com\" class=\"hover:underline transition-colors font-medium break-all sm:break-normal\" style=\"color: #ffffff !important;\">research2@sisinternational.com<\/a>\n            \n            <\/div>\n          <\/div>\n        <\/div>\n  \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"500\">\n          <h3 class=\"text-lg font-semibold text-white mb-4\" style=\"color: #ffffff !important;\">Follow Us<\/h3>\n          <div class=\"flex items-center gap-4\">\n            \n            <a href=\"https:\/\/x.com\/SISIntlResearch\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\">\n              <svg role=\"img\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"w-5 h-5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"fill: white !important; color: white !important;\">\n                <path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/>\n              <\/svg>\n            <\/a>\n            \n            <a href=\"https:\/\/www.linkedin.com\/company\/sisinternationalresearch\/\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\" rel=\"noopener\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: white !important;\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path><rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"><\/rect><circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle><\/svg>\n            <\/a>\n\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"absolute bottom-0 left-0 right-0 pointer-events-none z-10\">\n    <div class=\"absolute bottom-0 left-1\/2 -translate-x-1\/2 opacity-25 w-[60%] h-8\"\n      style=\"background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, transparent 70%);\">\n    <\/div>\n    <div class=\"h-px bg-white\/10 w-full\"><\/div>\n  <\/div>\n<\/section>\n\n<script>\n    (function() {\n        function initAnimations() {\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: \"50px\"\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach((entry) => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add(\"is-visible\");\n                    }\n                });\n            }, observerOptions);\n\n            const animatedElements = document.querySelectorAll(\"#sis-contact-section .reveal-on-scroll\");\n            \n            if (animatedElements.length === 0) return;\n\n            animatedElements.forEach((el) => observer.observe(el));\n        }\n\n        if (document.readyState === \"complete\" || document.readyState === \"interactive\") {\n            setTimeout(initAnimations, 100);\n        } else {\n            document.addEventListener(\"DOMContentLoaded\", initAnimations);\n        }\n    })();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"our-facility-location-in-new-york\">Our Facility Location in New York<\/h2>\n\n\n\n<p>\n\n\n\n<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3022.976188376966!2d-73.99130312499956!3d40.740549471389315!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a15798c731%3A0xd695d09bdd495f25!2s11%20E%2022nd%20St%20FL%202%2C%20New%20York%2C%20NY%2010010%2C%20USA!5e0!3m2!1sen!2spe!4v1726171763526!5m2!1sen!2spe\" width=\"600\" height=\"450\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe>\n\n\n\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">11 E 22nd Street, Floor 2, New York, NY 10010&nbsp; T: +1(212) 505-6805<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"about-sis-international\"><span style=\"font-weight: 400;\">About SIS International<\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.sisinternational.com\/\"><span style=\"font-weight: 400;\">SIS <\/span><\/a><a href=\"https:\/\/www.sisinternational.com\/\" target=\"_blank\">International&nbsp;<\/a>offers<span style=\"font-weight: 400;\"> Quantitative, Qualitative, and Strategy Research. We provide data, tools, strategies, reports, and insights for decision-making. We also conduct interviews, surveys, focus groups, and other Market Research methods and approaches. <\/span><a href=\"https:\/\/www.sisinternational.com\/about-sis-international-research\/contact-sis-international-market-research\/\"><span style=\"font-weight: 400;\">Contact us<\/span><\/a><span style=\"font-weight: 400;\"> for your next Market Research project.<\/span><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A pesquisa de mercado de gest\u00e3o de patrim\u00f4nio e a consultoria estrat\u00e9gica otimizam a gest\u00e3o financeira para indiv\u00edduos e empresas de alto patrim\u00f4nio.<\/p>","protected":false},"author":1,"featured_media":62663,"parent":27462,"menu_order":91,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-47928","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/47928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/comments?post=47928"}],"version-history":[{"count":49,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/47928\/revisions"}],"predecessor-version":[{"id":84780,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/47928\/revisions\/84780"}],"up":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/27462"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/media\/62663"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/media?parent=47928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}