{"id":4832,"date":"2024-02-07T06:29:04","date_gmt":"2024-02-07T11:29:04","guid":{"rendered":"https:\/\/brandidadvisory.com\/?page_id=4832"},"modified":"2025-08-22T12:59:00","modified_gmt":"2025-08-22T17:59:00","slug":"about-us","status":"publish","type":"page","link":"https:\/\/divithemesupport.com\/brandidadvisory\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;60vh&#8221; min_height_phone=&#8221;60vh&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||220px||false|false&#8221; custom_padding_tablet=&#8221;||220px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;50vh&#8221; custom_padding=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;About Us&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; text_font_size=&#8221;24px&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<p>About Us<\/p>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;xx-font&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Queens-Regular||||||||&#8221; header_font_size=&#8221;70px&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Out with the old in with the <span class=\"brand-color\">Brandid Advisory<\/span> <\/h1>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Brandid Advisory&#8221; module_class=&#8221;xx-font&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Queens-Regular||||||||&#8221; header_font_size=&#8221;70px&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;top&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Brandid Advisory <span  class=\"brand-color\" id=\"changingText\"><\/span><\/h1>\n<p>[\/et_pb_text][et_pb_code disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Changing Text %91Coded%93&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\tdocument.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    const textModule = document.getElementById(\"changingText\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const words = [\"develops comprehensive digital strategies tailored to your business.\", <!-- [et_pb_line_break_holder] -->                   \"can help you get found online by your ideal customers.\", <!-- [et_pb_line_break_holder] -->                   \"will build a customer funnel that drives conversions and leads.\", <!-- [et_pb_line_break_holder] -->                   \"can help you reach new heights with effective online advertising.\", <!-- [et_pb_line_break_holder] -->                   \"is skilled in auditing websites for optimal performance.\"];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    let currentWordIndex = 0;<!-- [et_pb_line_break_holder] -->    let currentText = \"\"; <!-- [et_pb_line_break_holder] -->    let typingInterval;<!-- [et_pb_line_break_holder] -->    let backspaceInterval;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function typeText() {<!-- [et_pb_line_break_holder] -->        if (currentWordIndex < words.length) {<!-- [et_pb_line_break_holder] -->            const currentWord = words[currentWordIndex];<!-- [et_pb_line_break_holder] -->            if (currentText.length < currentWord.length) {<!-- [et_pb_line_break_holder] -->                currentText += currentWord[currentText.length];<!-- [et_pb_line_break_holder] -->                textModule.innerHTML = currentText;<!-- [et_pb_line_break_holder] -->                typingInterval = setTimeout(typeText, 30); \/\/ Speed up typing (reduce delay)<!-- [et_pb_line_break_holder] -->            } else {<!-- [et_pb_line_break_holder] -->                backspaceInterval = setTimeout(backspaceText, 500); \/\/ Shorten pause before backspace<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->            currentWordIndex = 0;<!-- [et_pb_line_break_holder] -->            currentText = \"\"; <!-- [et_pb_line_break_holder] -->            typingInterval = setTimeout(typeText, 30);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function backspaceText() {<!-- [et_pb_line_break_holder] -->        if (currentText.length > 0) {<!-- [et_pb_line_break_holder] -->            currentText = currentText.slice(0, -1);<!-- [et_pb_line_break_holder] -->            textModule.innerHTML = currentText;<!-- [et_pb_line_break_holder] -->            backspaceInterval = setTimeout(backspaceText, 20); \/\/ Speed up backspacing (reduce delay)<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->            currentWordIndex++;<!-- [et_pb_line_break_holder] -->            typingInterval = setTimeout(typeText, 30);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    typingInterval = setTimeout(typeText, 30);<!-- [et_pb_line_break_holder] -->\t\t<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;50px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-200px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/Stacks5.jpg&#8221; title_text=&#8221;Stacks5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;19px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font_size=&#8221;40px&#8221; header_2_letter_spacing=&#8221;0.8px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;1080px&#8221; header_2_font_size_tablet=&#8221;40px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>As a <span class=\"brand-color\">multidisciplinary consultancy<\/span>, we&#8217;re your integrated marketing resource, dedicated to driving your success and redefining the standard of marketing services.<\/h2>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;We are not an agency, we are an extension of your team&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;19px&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font_size=&#8221;40px&#8221; header_2_letter_spacing=&#8221;0.8px&#8221; header_2_line_height=&#8221;1.3em&#8221; max_width=&#8221;1080px&#8221; header_2_font_size_tablet=&#8221;40px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>We are not an agency, we are an extension of <span class=\"brand-color\">your team.<\/span> As a multidisciplinary consultancy, we\u2019re your integrated marketing resource, dedicated to driving your success and redefining the standard of marketing services.<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;90px||90px||true|false&#8221; custom_padding_tablet=&#8221;90px||90px||true|false&#8221; custom_padding_phone=&#8221;40px||40px||true|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; header_2_font=&#8221;Queens-Medium|700|||||||&#8221; header_2_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_2_font_size=&#8221;90px&#8221; header_2_font_size_tablet=&#8221;90px&#8221; header_2_font_size_phone=&#8221;70px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_2_text_color%22%93}&#8221;]<\/p>\n<h2>10+<\/h2>\n<p>Years of experience<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; header_2_font=&#8221;Queens-Medium|700|||||||&#8221; header_2_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_2_font_size=&#8221;90px&#8221; header_2_font_size_tablet=&#8221;90px&#8221; header_2_font_size_phone=&#8221;70px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_2_text_color%22%93}&#8221;]<\/p>\n<h2>100+<\/h2>\n<p>Successful projects<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Guiding priciples&#8221; module_class=&#8221;services&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;head-anime1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;50px&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;48px&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; animation_direction=&#8221;top&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_line_height_tablet=&#8221;&#8221; header_2_line_height_phone=&#8221;1.3em&#8221; header_2_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Guiding Principles<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|5%|||false|false&#8221; custom_padding_tablet=&#8221;|0%|||false|false&#8221; custom_padding_phone=&#8221;|0%|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/annie-spratt-QckxruozjRg-unsplash.jpg&#8221; parallax=&#8221;on&#8221; min_height=&#8221;420px&#8221; custom_margin=&#8221;||40px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_blurb title=&#8221;01&#8243; content_max_width_tablet=&#8221;100%&#8221; content_max_width_phone=&#8221;100%&#8221; content_max_width_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_font_size=&#8221;16px&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_letter_spacing=&#8221;0.3px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;left&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_text_color%22%93}&#8221;]<\/p>\n<h2>Client-Centric Approach<\/h2>\n<p>We prioritize the needs and goals of our clients, tailoring our strategies to their unique requirements. Our team will work closely with them to understand their target audience, industry dynamics, and competitive landscape<\/p>\n<p>[\/et_pb_blurb][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;80px&#8221; min_height_tablet=&#8221;20px&#8221; min_height_phone=&#8221;20px&#8221; min_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;dma&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/georgia-de-lotz-Ebb8fe-NZtM-unsplash.jpg&#8221; parallax=&#8221;on&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; min_height=&#8221;480px&#8221; custom_margin=&#8221;||40px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;background-position:center!important;&#8221; custom_css_main_element_phone=&#8221;background-position:center!important;&#8221;][\/et_pb_divider][et_pb_blurb title=&#8221;03&#8243; content_max_width_tablet=&#8221;100%&#8221; content_max_width_phone=&#8221;100%&#8221; content_max_width_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_font_size=&#8221;16px&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_letter_spacing=&#8221;0.3px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;left&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_text_color%22%93}&#8221;]<\/p>\n<h2>Data-Driven Insights<\/h2>\n<p>Our decisions are backed by in-depth analysis and data-driven insights, ensuring optimal performance and ROI. By leveraging analytics and tracking tools, we continuously monitor key metrics and make informed adjustments to maximize your investment.<\/p>\n<p>[\/et_pb_blurb][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;80px&#8221; min_height_tablet=&#8221;20px&#8221; min_height_phone=&#8221;20px&#8221; min_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;80px&#8221; min_height_tablet=&#8221;20px&#8221; min_height_phone=&#8221;20px&#8221; min_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;left-padding&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/handshake-businessmen_1098-742.jpg&#8221; parallax=&#8221;on&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; min_height=&#8221;580px&#8221; custom_margin=&#8221;||40px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_blurb title=&#8221;02&#8243; content_max_width_tablet=&#8221;100%&#8221; content_max_width_phone=&#8221;100%&#8221; content_max_width_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;left-padding&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_font_size=&#8221;16px&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_letter_spacing=&#8221;0.3px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_text_color%22%93}&#8221;]<\/p>\n<h2>Collaboration<\/h2>\n<p>We believe in the power of collaboration, working hand-in-hand with our clients to achieve their business goals. We work closely with them throughout the process, involving them in key decision-making and providing regular updates on campaign performance.<\/p>\n<p>[\/et_pb_blurb][et_pb_divider show_divider=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;80px&#8221; min_height_tablet=&#8221;20px&#8221; min_height_phone=&#8221;20px&#8221; min_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/scott-graham-5fNmWej4tAA-unsplash.jpg&#8221; parallax=&#8221;on&#8221; min_height=&#8221;420px&#8221; custom_margin=&#8221;||40px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_blurb title=&#8221;04&#8243; content_max_width_tablet=&#8221;100%&#8221; content_max_width_phone=&#8221;100%&#8221; content_max_width_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_font_size=&#8221;16px&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_letter_spacing=&#8221;0.3px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;440px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;left&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_text_color%22%93}&#8221;]<\/p>\n<h2>Continuous Improvement<\/h2>\n<p>We constantly refine and enhance our strategies, keeping up with the evolving digital landscape to deliver exceptional results. Together, we create tailored solutions that align with your goals, ensuring that every aspect of your online presence is optimized for maximum impact.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Tech stack&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||true|false&#8221; custom_padding_tablet=&#8221;60px||30px||false|false&#8221; custom_padding_phone=&#8221;50px||20px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|5%|||false|false&#8221; custom_padding_tablet=&#8221;|0%|||false|false&#8221; custom_padding_phone=&#8221;|0%|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;head-anime1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;50px&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;48px&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; animation_direction=&#8221;top&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_line_height_tablet=&#8221;&#8221; header_2_line_height_phone=&#8221;1.3em&#8221; header_2_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>We combine cutting-edge technologies and industry-leading know-how to deliver a custom solution to reach your objective.<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;7232,7241,7247,7251,7240,7245,7244,7254,7253,7260,7259,7257,7246,7256,7252,7263,7262,7261,7237,7233,7238,7243,7255&#8243; posts_number=&#8221;100&#8243; show_title_and_caption=&#8221;off&#8221; zoom_icon_color=&#8221;RGBA(255,255,255,0)&#8221; hover_overlay_color=&#8221;RGBA(255,255,255,0)&#8221; module_class=&#8221;about-logo-slider&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Strategy&#8221; module_class=&#8221;steps&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;full-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/squiggle-vertical.png&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;280px&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;30vh&#8221; min_height_phone=&#8221;30vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;60px||||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#8221;off&#8221; custom_css_main_element=&#8221;    background-position: 54% 35%;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;    overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221; Strategy &#038; Planning:&#8221; module_class=&#8221;xl-font extra-lg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;50px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;400px&#8221; module_alignment=&#8221;left&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"brand-color\">Strategy &amp; Planning<\/span><\/h2>\n<p>Effective strategy and planning are the cornerstones of sustainable business growth. With our tailored approach, we delve deep into understanding your target audience, market trends, and competitors to formulate data-driven strategies that resonate with your audience and drive tangible results.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|4vw|||false|false&#8221; custom_padding_tablet=&#8221;|4vw|||false|false&#8221; custom_padding_phone=&#8221;|0vw|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Brand Strategy&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Brand Strategy<u><\/u><u><\/u><\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Content Strategy&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Content Strategy<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Digital Communication Plan&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Digital Communication Plan<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Data Intelligence&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Data Intelligence<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Sales Funnel Optimization&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Sales Funnel Optimization<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Budget Planning&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Budget Planning<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Media Buying&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Media Buying<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Customer Behaviour Analysis&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Customer Behaviour Analysis<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Sales&#8221; module_class=&#8221;steps&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;mob_col&#8211;rev full-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/squiggle-vertical.png&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;280px&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;30vh&#8221; min_height_phone=&#8221;30vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#8221;off&#8221; custom_css_main_element=&#8221;    background-position: 54% 35%;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|4vw|||false|false&#8221; custom_padding_tablet=&#8221;|4vw|||false|false&#8221; custom_padding_phone=&#8221;|0vw|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Sales Ecosystem Review&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Sales Ecosystem Review<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Lead Nurturing&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Lead Nurturing<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;B2B Lead Generation&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>B2B Lead Generation<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Customer Relationship Management (CRM) Optimization&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Customer Relationship Management (CRM) Optimization<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Sales Pipeline Management&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Sales Pipeline Management<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Sales Team Training and Development&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Sales Team Training and Development<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_button button_url=&#8221;#&#8221; button_text=&#8221;More on research&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;btn-line&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_border_radius=&#8221;0px&#8221; button_icon=&#8221;&#xf15b;||fa||400&#8243; button_icon_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;|||30px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_free_form=&#8221;selector {||  border-top:0!important;||  border-left:0!important;||  border-right:0!important;||  border-bottom:1px solid #4582f2!important;||}&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22button_border_color%22,%22button_icon_color%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_border_color__hover=&#8221;#000000&#8243;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;    overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221; Sales &#038; CRM:&#8221; module_class=&#8221;xl-font extra-lg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;right&#8221; header_2_font_size=&#8221;50px&#8221; text_orientation=&#8221;right&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;400px&#8221; module_alignment=&#8221;right&#8221; custom_margin_tablet=&#8221;||30px||false|false&#8221; custom_margin_phone=&#8221;||5px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; header_2_text_align_tablet=&#8221;left&#8221; header_2_text_align_phone=&#8221;left&#8221; header_2_text_align_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;left&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"brand-color\">Sales &amp; CRM<\/span><\/h2>\n<p>Successful sales outcomes require more than just pitching products or services\u2014they demand a strategic approach to lead generation, nurturing, and relationship building. Our team specializes in devising customized strategies to identify, attract, and engage high-value B2B leads through targeted campaigns and personalized interactions.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Design&#8221; module_class=&#8221;steps&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;full-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/squiggle-vertical.png&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;280px&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;30vh&#8221; min_height_phone=&#8221;30vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#8221;off&#8221; custom_css_main_element=&#8221;    background-position: 54% 35%;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;    overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221; Design &#038; Branding:&#8221; module_class=&#8221;xl-font extra-lg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;50px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;400px&#8221; module_alignment=&#8221;left&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"brand-color\">Design &amp; Branding<\/span><\/h2>\n<p>In a world inundated with visual content, standing out requires more than just aesthetics\u2014it demands strategic visual communication and consistent branding. Whether it&#8217;s refining existing branding or creating from scratch, we&#8217;re committed to helping you leave a memorable impression and drive meaningful connections with your audience.[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|4vw|||false|false&#8221; custom_padding_tablet=&#8221;|4vw|||false|false&#8221; custom_padding_phone=&#8221;|0vw|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;User Experience (UX)&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>User Experience (UX)<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Wireframe and Prototype&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Wireframe and Prototype<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Landing Pages&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Landing Pages<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Motion Graphics&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Motion Graphics<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Corporate Identity \/ Brand Guidelines&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Corporate Identity \/ Brand Guidelines<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Positioning&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Positioning<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_button button_url=&#8221;#&#8221; button_text=&#8221;More on research&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;btn-line&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_border_radius=&#8221;0px&#8221; button_icon=&#8221;&#xf15b;||fa||400&#8243; button_icon_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;|||30px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_free_form=&#8221;selector {||  border-top:0!important;||  border-left:0!important;||  border-right:0!important;||  border-bottom:1px solid #4582f2!important;||}&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22button_border_color%22,%22button_icon_color%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_border_color__hover=&#8221;#000000&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Development &#038; Technology&#8221; module_class=&#8221;steps&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;mob_col&#8211;rev full-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/squiggle-vertical.png&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;280px&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;30vh&#8221; min_height_phone=&#8221;30vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#8221;off&#8221; custom_css_main_element=&#8221;    background-position: 54% 35%;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|4vw|||false|false&#8221; custom_padding_tablet=&#8221;|4vw|||false|false&#8221; custom_padding_phone=&#8221;|0vw|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;SEO&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>SEO<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;E-commerce&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>E-commerce<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Bespoke Shopify Themes&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Bespoke Shopify Themes<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;WordPress&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>WordPress<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Front-End Development&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Front-End Development<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;CMS&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>CMS<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_button button_url=&#8221;#&#8221; button_text=&#8221;More on research&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;btn-line&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_border_radius=&#8221;0px&#8221; button_icon=&#8221;&#xf15b;||fa||400&#8243; button_icon_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;|||30px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_free_form=&#8221;selector {||  border-top:0!important;||  border-left:0!important;||  border-right:0!important;||  border-bottom:1px solid #4582f2!important;||}&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22button_border_color%22,%22button_icon_color%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_border_color__hover=&#8221;#000000&#8243;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;    overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Development &#038; Technology: &#8221; module_class=&#8221;xl-font extra-lg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;right&#8221; header_2_font_size=&#8221;50px&#8221; text_orientation=&#8221;right&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;400px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;right&#8221; custom_margin_tablet=&#8221;||30px||false|false&#8221; custom_margin_phone=&#8221;||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; header_2_text_align_tablet=&#8221;left&#8221; header_2_text_align_phone=&#8221;left&#8221; header_2_text_align_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;left&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"brand-color\">Development &amp; Technology<\/span><\/h2>\n<p>In today&#8217;s digital era, having a robust online presence is essential for business success. With a focus on scalability and flexibility, we future-proof your digital assets, ensuring that they adapt seamlessly to evolving market trends and technological advancements.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Marketing&#8221; module_class=&#8221;steps&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;full-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/squiggle-vertical.png&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;280px&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;30vh&#8221; min_height_phone=&#8221;30vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_tablet=&#8221;off&#8221; background_enable_image_phone=&#8221;off&#8221; custom_css_main_element=&#8221;    background-position: 54% 35%;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;    overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Marketing &#038; Optimization:&#8221; module_class=&#8221;xl-font extra-lg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;50px&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;400px&#8221; module_alignment=&#8221;left&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"brand-color\">Marketing &amp; Optimization<\/span><\/h2>\n<p>Scaling your marketing efforts requires a strategic approach and the right tools and techniques to reach and engage your target audience effectively. Through comprehensive data analysis, we uncover valuable insights that inform strategic decisions and drive targeted campaigns.[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|4vw|||false|false&#8221; custom_padding_tablet=&#8221;|4vw|||false|false&#8221; custom_padding_phone=&#8221;|0vw|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Marketing Consulting&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Marketing Consulting<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Email Marketing &#8211; Campaign and Automation&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Email Marketing &#8211; Campaign and Automation<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Customer Segmentation&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Customer Segmentation<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;A\/B Testing&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A\/B Testing<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Digital and Web Audits&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Digital and Web Audits<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Conversion Rate Optimization&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Conversion Rate Optimization<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Paid Ads&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Paid Ads<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Ad Account Optimization&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Ad Account Optimization<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Social Media Advertising&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Social Media Advertising<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;LinkedIn Optimization&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;20px&#8221; text_line_height=&#8221;1.6em&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>LinkedIn Optimization<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#FFFFFF&#8221; divider_position=&#8221;center&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;300px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_button button_url=&#8221;#&#8221; button_text=&#8221;More on research&#8221; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;btn-line&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_border_radius=&#8221;0px&#8221; button_icon=&#8221;&#xf15b;||fa||400&#8243; button_icon_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;|||30px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_free_form=&#8221;selector {||  border-top:0!important;||  border-left:0!important;||  border-right:0!important;||  border-bottom:1px solid #4582f2!important;||}&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22button_border_color%22,%22button_icon_color%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_border_color__hover=&#8221;#000000&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row module_class=&#8221;marque&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||10px||false|false&#8221; scroll_horizontal_motion_enable=&#8221;on&#8221; scroll_horizontal_motion=&#8221;10|62|62|85|4|0|-4&#8243; scroll_horizontal_motion_tablet=&#8221;10|62|62|85|4|0|-4&#8243; scroll_horizontal_motion_phone=&#8221;0|50|50|100|4|0|-4&#8243; scroll_horizontal_motion_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"xxx-font\">What do <span class=\"brand-color\">you<\/span><\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; scroll_horizontal_motion_enable=&#8221;on&#8221; scroll_horizontal_motion=&#8221;10|38|38|85|-4|0|4&#8243; scroll_horizontal_motion_tablet=&#8221;10|38|38|85|-4|0|4&#8243; scroll_horizontal_motion_phone=&#8221;0|50|50|100|-4|0|4&#8243; scroll_horizontal_motion_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"xxx-font \"><span class=\"brand-color\">value<\/span> the most<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_2_font_size=&#8221;150px&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||0px||false|false&#8221; header_2_font_size_tablet=&#8221;150px&#8221; header_2_font_size_phone=&#8221;100px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_2_text_color%22%93}&#8221;]<\/p>\n<h2>01<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Fans First&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;40px&#8221; body_font_size=&#8221;18px&#8221; body_line_height=&#8221;30px&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The number one reason your brand is doing any of this, at least as far as we\u2019re concerned, is to make people happy, to bring them joy. It\u2019s all about building stronger and deeper relationships with your fans. That\u2019s why every brand extension decision is made with them and their needs in mind.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_2_font_size=&#8221;150px&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||0px||false|false&#8221; header_2_font_size_tablet=&#8221;150px&#8221; header_2_font_size_phone=&#8221;100px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_2_text_color%22%93}&#8221;]<\/p>\n<h2>02<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Effectively Excellent&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;40px&#8221; body_font_size=&#8221;18px&#8221; body_line_height=&#8221;30px&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]We changed brand licensing in a big way when we introduced the concept of trend forecasting. Now we\u2019re doing it again with the idea of making brand extension more effective through detailed measurement. We aren\u2019t quite revolutionaries, but we\u2019re definitely making a stir.[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; header_2_font_size=&#8221;150px&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||0px||false|false&#8221; header_2_font_size_tablet=&#8221;150px&#8221; header_2_font_size_phone=&#8221;100px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22header_2_text_color%22%93}&#8221;]<\/p>\n<h2>03<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Diverse from day one&#8221; content_max_width=&#8221;100%&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;40px&#8221; body_font_size=&#8221;18px&#8221; body_line_height=&#8221;30px&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>If you want to reach all the different kinds of people that make up your audience, you need an agency that\u2019s equally as diverse. Diversity has been baked into our culture from day one, meaning your extension efforts will be effective for everyone.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_padding=&#8221;||30px||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row module_class=&#8221;marque&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;xx-font&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; scroll_horizontal_motion_enable=&#8221;on&#8221; scroll_horizontal_motion=&#8221;10|62|62|85|4|0|-4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>You\u2019ll be you<\/h2>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;xx-font&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; scroll_horizontal_motion_enable=&#8221;on&#8221; scroll_horizontal_motion=&#8221;10|38|38|85|-4|0|4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>we\u2019ll be <span class=\"brand-color\">Brandid Advisory<\/span><\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Oliver Dyer&#8221; image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/skew-kiran-1.webp&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;36px&#8221; custom_padding=&#8221;80px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Founder &amp; Strategy Director<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Oliver Dyer&#8221; image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/skew-oliver-3.webp&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;36px&#8221; global_colors_info=&#8221;{}&#8221;]Founder &#038; Strategy Director[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221; Jushna Begum&#8221; image=&#8221;https:\/\/divithemesupport.com\/brandidadvisory\/wp-content\/uploads\/2024\/02\/skew-alex-2.webp&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;36px&#8221; custom_padding=&#8221;80px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Founder &amp; Strategy Director<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;marque&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;130px||||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row module_class=&#8221;text-loop &#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#000000&#8243; custom_margin=&#8221;|100%||-100%|false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; animation_duration=&#8221;50000ms&#8221; animation_intensity_slide=&#8221;100%&#8221; animation_starting_opacity=&#8221;100%&#8221; animation_speed_curve=&#8221;linear&#8221; animation_repeat=&#8221;loop&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ4MzYifX0=@&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span class=\"xxx-font\">View Our <span class=\"brand-color\">Blog<\/span> View Our <span class=\"brand-color\">Blog<\/span> View Our <span class=\"brand-color\">Blog<\/span> View Our <span class=\"brand-color\">Blog<\/span><\/span><\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d&#8221; custom_padding=&#8221;100px||100px||true|false&#8221; custom_padding_tablet=&#8221;80px||80px||true|false&#8221; custom_padding_phone=&#8221;5rem||5rem||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-27ef8eeb-6ec1-4ad8-a872-368c2f09400d%22:%91%22background_color%22%93}&#8221;][et_pb_row _builder_version=&#8221;4.25.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||5px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ4NDAifX0=@&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;32px&#8221; header_3_letter_spacing=&#8221;0.5px&#8221; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Our Mission: Your Success<\/h3>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;xl-font&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_align=&#8221;center&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; max_width=&#8221;980px&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Helping You Achieve More<br \/>Through Strategy and Innovation<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;inline-button&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;tel:5146125600&#8243; button_text=&#8221;Call Us&#8221; button_alignment=&#8221;right&#8221; button_alignment_tablet=&#8221;right&#8221; button_alignment_phone=&#8221;center&#8221; button_alignment_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;gcid-primary-color&#8221; button_bg_color=&#8221;#FFFFFF&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;4px&#8221; custom_margin_tablet=&#8221;|10px||10px|false|false&#8221; custom_margin_phone=&#8221;|10px||10px|false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;12px|30px|12px|30px|true|true&#8221; custom_css_main_element=&#8221;width:200px;||text-align:center;&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22button_text_color%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#FFFFFF&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ4NDAifX0=@&#8221; button_text=&#8221;Let\u2019s Chat&#8221; button_alignment=&#8221;left&#8221; button_alignment_tablet=&#8221;left&#8221; button_alignment_phone=&#8221;center&#8221; button_alignment_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.25.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;4px&#8221; custom_padding=&#8221;12px|30px|12px|30px|true|true&#8221; custom_css_main_element=&#8221;width:200px;||text-align:center;&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22button_text_color__hover%22%93}&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;#FFFFFF&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#4482f1&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>About UsOut with the old in with the Brandid Advisory Brandid Advisory As a multidisciplinary consultancy, we&#8217;re your integrated marketing resource, dedicated to driving your success and redefining the standard of marketing services.We are not an agency, we are an extension of your team. As a multidisciplinary consultancy, we\u2019re your integrated marketing resource, dedicated to [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-4832","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/pages\/4832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/comments?post=4832"}],"version-history":[{"count":153,"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/pages\/4832\/revisions"}],"predecessor-version":[{"id":12439,"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/pages\/4832\/revisions\/12439"}],"wp:attachment":[{"href":"https:\/\/divithemesupport.com\/brandidadvisory\/wp-json\/wp\/v2\/media?parent=4832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}